about summary refs log tree commit diff
path: root/src/stdio/ftrylockfile.c
Commit message (Expand)AuthorAgeFilesLines
* move stdio locking MAYBE_WAITERS definition to stdio_impl.hRich Felker2018-10-161-2/+0
* refactor flockfile not to duplicate lock mechanism logicRich Felker2018-04-181-5/+10
* fix stdio lock dependency on read-after-free not faultingRich Felker2018-04-181-3/+6
* fix linked list corruption in flockfile listsRich Felker2014-09-191-0/+1
* fix false ownership of stdio FILEs due to tid reuseRich Felker2014-08-231-1/+21
* replace all remaining internal uses of pthread_self with __pthread_selfRich Felker2014-06-101-1/+1
* 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