about summary refs log tree commit diff
path: root/src/stdio/__lockfile.c
Commit message (Expand)AuthorAgeFilesLines
* move stdio locking MAYBE_WAITERS definition to stdio_impl.hRich Felker2018-10-161-2/+0
* fix race condition in file lockingKaarle Ritvanen2018-09-181-6/+6
* fix stdio lock dependency on read-after-free not faultingRich Felker2018-04-181-16/+13
* document self-synchronized destruction issue for stdio lockingRich Felker2012-12-101-0/+10
* avoid setting FILE lock count when not using flockfileRich Felker2011-09-211-1/+1
* add proper fuxed-based locking for stdioRich Felker2011-07-301-14/+12
* reduce some ridiculously large spin countsRich Felker2011-05-061-1/+1
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-1/+1
* revert some more spin optimizations that turned out to be pessimizationsRich Felker2011-03-281-1/+1
* simplify and optimize FILE lock handlingRich Felker2011-03-241-6/+7
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-0/+19