about summary refs log tree commit diff
path: root/src/stdio/flockfile.c
Commit message (Expand)AuthorAgeFilesLines
* make internal declarations for flockfile tracking functions checkableRich Felker2018-09-121-2/+0
* refactor flockfile not to duplicate lock mechanism logicRich Felker2018-04-181-7/+4
* fix stdio lock dependency on read-after-free not faultingRich Felker2018-04-181-1/+5
* add proper fuxed-based locking for stdioRich Felker2011-07-301-2/+4
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-4/+1
* optimize file locking: avoid cache-polluting writes to global storageRich Felker2011-03-161-2/+4
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-0/+9