Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debloat: use __syscall instead of syscall where possible | Rich Felker | 2011-04-17 | 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. | ||||
* | make tmpfile slightly more efficient (use unlink syscall instead of remove) | Rich Felker | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | make tmpfile fail after exceeding max tries. | Rich Felker | 2011-03-29 | 1 | -2/+6 |
| | |||||
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+23 |