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