index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
gettemp.c
Age
Commit message (
Expand
)
Author
2017-01-10
include <sys/stat.h>
christos
2015-02-05
add a couple of casts.
christos
2014-06-19
Fix "shadows a global declaration" compile error.
msaitoh
2014-06-18
add mkostemp, mkostemps, mkstemps from FreeBSD.
christos
2014-01-21
Handle case where a 0 length template string or a template
seanb
2013-04-22
PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute
christos
2012-03-15
- ansify, knf.
christos
2008-10-20
The tools/compat versions of mkstemp() and mkdtemp() need to call the
apb
2003-12-05
Spaces.
uebayasi
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-10-23
Move include for reentrant.h inside CONFIG_H test so this works correctly
jmc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-09-14
Allow mktemp to be built as a host tool.
thorpej
2002-04-01
Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)
bjh21
2002-03-31
Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) will
bjh21
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-03-19
braces for gcc-2.8.1
christos
1998-07-27
Add a mktempdir(), like mkstemp(), but it creates a directory.
mycroft
1998-07-27
If AUDIT, do not compile certain functions.
mycroft