Rich Felker
|
2085378a4f
move stdio locking MAYBE_WAITERS definition to stdio_impl.h
|
6 年之前 |
Kaarle Ritvanen
|
0db393d3a7
fix race condition in file locking
|
6 年之前 |
Rich Felker
|
c21f750727
fix stdio lock dependency on read-after-free not faulting
|
7 年之前 |
Rich Felker
|
f1c1a5ea82
document self-synchronized destruction issue for stdio locking
|
12 年之前 |
Rich Felker
|
ca52e34767
avoid setting FILE lock count when not using flockfile
|
13 年之前 |
Rich Felker
|
dba68bf98f
add proper fuxed-based locking for stdio
|
13 年之前 |
Rich Felker
|
77f15d108e
reduce some ridiculously large spin counts
|
14 年之前 |
Rich Felker
|
eb0e8fa0b1
debloat: use __syscall instead of syscall where possible
|
14 年之前 |
Rich Felker
|
4106cdcd2d
revert some more spin optimizations that turned out to be pessimizations
|
14 年之前 |
Rich Felker
|
a37452430f
simplify and optimize FILE lock handling
|
14 年之前 |
Rich Felker
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年之前 |
Rich Felker
|
5eb0d33ec0
implement flockfile api, rework stdio locking
|
14 年之前 |