about summary refs log tree commit diff
path: root/src/stdio/flockfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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