Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-17 | debloat: use __syscall instead of syscall where possible | Rich Felker | 1 | -1/+1 | |
don't waste time (and significant code size due to function call overhead!) setting errno when the result of a syscall does not matter or when it can't fail. | |||||
2011-03-28 | revert some more spin optimizations that turned out to be pessimizations | Rich Felker | 1 | -1/+1 | |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | 1 | -6/+7 | |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -1/+1 | |
2011-03-12 | implement flockfile api, rework stdio locking | Rich Felker | 1 | -0/+19 | |