index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
tmpfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
2018-09-12
1
-2
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-0
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-2
/
+1
*
fix fd leak in tmpfile when the fdopen operation fails
Rich Felker
2014-06-06
1
-1
/
+2
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
1
-0
/
+4
*
overhaul tmpfile, tmpnam, and tempnam functions
Rich Felker
2014-05-27
1
-4
/
+4
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-1
/
+1
*
debloat: use __syscall instead of syscall where possible
Rich Felker
2011-04-17
1
-1
/
+1
*
make tmpfile slightly more efficient (use unlink syscall instead of remove)
Rich Felker
2011-04-14
1
-1
/
+1
*
make tmpfile fail after exceeding max tries.
Rich Felker
2011-03-29
1
-2
/
+6
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+23