about summary refs log tree commit diff
path: root/src/stdio/tmpfile.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+1
* fix fd leak in tmpfile when the fdopen operation failsRich Felker2014-06-061-1/+2
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+4
* overhaul tmpfile, tmpnam, and tempnam functionsRich Felker2014-05-271-4/+4
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-1/+1
* make tmpfile slightly more efficient (use unlink syscall instead of remove)Rich Felker2011-04-141-1/+1
* make tmpfile fail after exceeding max tries.Rich Felker2011-03-291-2/+6
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+23