summaryrefslogtreecommitdiff
path: root/src/stdio/tmpfile.c
AgeCommit message (Expand)AuthorLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-2/+1
2014-06-06fix fd leak in tmpfile when the fdopen operation failsRich Felker-1/+2
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker-0/+4
2014-05-27overhaul tmpfile, tmpnam, and tempnam functionsRich Felker-4/+4
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker-1/+1
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker-1/+1
2011-04-14make tmpfile slightly more efficient (use unlink syscall instead of remove)Rich Felker-1/+1
2011-03-29make tmpfile fail after exceeding max tries.Rich Felker-2/+6
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+23