index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
ftrylockfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move stdio locking MAYBE_WAITERS definition to stdio_impl.h
Rich Felker
2018-10-16
1
-2
/
+0
*
refactor flockfile not to duplicate lock mechanism logic
Rich Felker
2018-04-18
1
-5
/
+10
*
fix stdio lock dependency on read-after-free not faulting
Rich Felker
2018-04-18
1
-3
/
+6
*
fix linked list corruption in flockfile lists
Rich Felker
2014-09-19
1
-0
/
+1
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
1
-1
/
+21
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
1
-1
/
+1
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-1
/
+2
*
clean up handling of thread/nothread mode, locking
Rich Felker
2011-04-17
1
-1
/
+0
*
simplify and optimize FILE lock handling
Rich Felker
2011-03-24
1
-3
/
+3
*
optimize file locking: avoid cache-polluting writes to global storage
Rich Felker
2011-03-16
1
-1
/
+1
*
implement flockfile api, rework stdio locking
Rich Felker
2011-03-12
1
-0
/
+18