summaryrefslogtreecommitdiff
path: root/src/stdio/ftrylockfile.c
AgeCommit message (Expand)AuthorLines
2014-09-19fix linked list corruption in flockfile listsRich Felker-0/+1
2014-08-23fix false ownership of stdio FILEs due to tid reuseRich Felker-1/+21
2014-06-10replace all remaining internal uses of pthread_self with __pthread_selfRich Felker-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+1
2011-07-30add proper fuxed-based locking for stdioRich Felker-1/+2
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-1/+0
2011-03-24simplify and optimize FILE lock handlingRich Felker-3/+3
2011-03-16optimize file locking: avoid cache-polluting writes to global storageRich Felker-1/+1
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+18