Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debloat: use __syscall instead of syscall where possible | Rich Felker | 2011-04-17 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | avoid setting errno when checking for tty | Rich Felker | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | setting errno here is completely valid, but some programs, notably busybox printf, assume that errno will not be set during output and treat this as an error condition. in any case, skipping it slightly reduces code size and saves time. | ||||
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -3/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+52 |