about summary refs log tree commit diff
path: root/src/stdio/ftrylockfile.c
Commit message (Expand)AuthorAgeFilesLines
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+1
* add proper fuxed-based locking for stdioRich Felker2011-07-301-1/+2
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-1/+0
* simplify and optimize FILE lock handlingRich Felker2011-03-241-3/+3
* optimize file locking: avoid cache-polluting writes to global storageRich Felker2011-03-161-1/+1
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-0/+18