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
/
__lockfile.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
*
fix race condition in file locking
Kaarle Ritvanen
2018-09-18
1
-6
/
+6
*
fix stdio lock dependency on read-after-free not faulting
Rich Felker
2018-04-18
1
-16
/
+13
*
document self-synchronized destruction issue for stdio locking
Rich Felker
2012-12-10
1
-0
/
+10
*
avoid setting FILE lock count when not using flockfile
Rich Felker
2011-09-21
1
-1
/
+1
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-14
/
+12
*
reduce some ridiculously large spin counts
Rich Felker
2011-05-06
1
-1
/
+1
*
debloat: use __syscall instead of syscall where possible
Rich Felker
2011-04-17
1
-1
/
+1
*
revert some more spin optimizations that turned out to be pessimizations
Rich Felker
2011-03-28
1
-1
/
+1
*
simplify and optimize FILE lock handling
Rich Felker
2011-03-24
1
-6
/
+7
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-1
/
+1
*
implement flockfile api, rework stdio locking
Rich Felker
2011-03-12
1
-0
/
+19