Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014年06月06日 | fix fd leak in tmpfile when the fdopen operation fails | Rich Felker | -1/+2 |
2014年05月29日 | support linux kernel apis (new archs) with old syscalls removed | Rich Felker | -0/+4 |
2014年05月27日 | overhaul tmpfile, tmpnam, and tempnam functions | Rich Felker | -4/+4 |
2014年05月24日 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | -1/+1 |
2011年04月17日 | debloat: use __syscall instead of syscall where possible | Rich Felker | -1/+1 |
2011年04月14日 | make tmpfile slightly more efficient (use unlink syscall instead of remove) | Rich Felker | -1/+1 |
2011年03月29日 | make tmpfile fail after exceeding max tries. | Rich Felker | -2/+6 |
2011年03月20日 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+23 |