index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
Age
Commit message (
Expand
)
Author
1998-07-27
Use a single character buffer for the size==0 case. Stdio internals do not d...
Todd C. Miller
1998-07-14
formatting flaws
Theo de Raadt
1998-07-03
link for mkstemps()
Theo de Raadt
1998-06-30
add mkstemp(char *template, int suffixlen) interface
Theo de Raadt
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1998-06-15
use Bx macro for BSD versions
Michael Shalayeff
1998-04-14
wrap Z->a and z->A; peter@netplex.com.au
Theo de Raadt
1998-03-16
oops
Theo de Raadt
1998-03-12
minor glitch
Theo de Raadt
1998-03-12
explain security considerations in some detail
Theo de Raadt
1998-03-10
fchown() after unlink(), taking umask into account; std conformance according...
Theo de Raadt
1998-03-09
at least 6 X, 10 is better
Theo de Raadt
1998-03-09
POSIX behaviour of abort; mckay
Theo de Raadt
1998-03-09
grammar fixes by mckay
Theo de Raadt
1998-03-07
.Bx Open -> .Ox 2.x
Todd C. Miller
1998-03-07
Use .Ox
Todd C. Miller
1998-03-04
uninitialized case; bde
Theo de Raadt
1998-02-23
Mention that mkdtemp() is not portable.
Todd C. Miller
1998-02-07
Cast pointer in assignment
Thorsten Lockert
1998-02-04
clarify fileno(3)
Theo de Raadt
1998-01-20
Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>
Todd C. Miller
1998-01-19
Ignore whitespace separating a conversion and %n. There may be
Todd C. Miller
1998-01-12
Oops, missed a 0 vs. '\0'
Todd C. Miller
1998-01-12
typo
Todd C. Miller
1998-01-12
Based on some FreeBSD changes:
Todd C. Miller
1997-11-30
Deal with realloc() failure in v?asprintf()
Todd C. Miller
1997-11-29
Build asprintf.c and vasprintf.c
Todd C. Miller
1997-11-29
Implement asprintf(3) and vasprintf(3) functions similar to the
Todd C. Miller
1997-11-29
Return -1, not EOF for size < 1. XPG4.2 specifies the return value
Todd C. Miller
1997-11-09
use "(off_t)-1" instead of "-1L" (!)
flipk
1997-10-08
Use lstat() not stat() so we catch dangling symlinks, hubertf@netbsd.org
Todd C. Miller
1997-10-07
1) Don't truncate the input string when a directory cannot be stat'd
Todd C. Miller
1997-09-26
Man link for mkdtemp(3).
Todd C. Miller
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-08
Don't tell people to cast NULL to a specific pointer type.
Todd C. Miller
1997-06-30
snprintf(3) is not non-portable (it is part of XPG4) it is just
Todd C. Miller
1997-06-20
Add mkdtemp(3)
Todd C. Miller
1997-06-13
+ an Xr
Theo de Raadt
1997-06-05
Xr rmdir
Theo de Raadt
1997-05-31
Need <errno.h>
Thorsten Lockert
1997-05-31
Set errno to EBADF when trying to write to a stream not open for writing;
Thorsten Lockert
1997-04-07
Change a stat(2) -> lstat(2) to avoid symlink games. From Keith
Todd C. Miller
1997-04-03
10 X's for mktemp() and mkstemp().
Todd C. Miller
1997-02-12
more XXXX for mktemp
Theo de Raadt
1997-02-10
Pull in stdlib.h for arc4random prototype.
Todd C. Miller
1997-02-07
pre-pad with random alphabetic letters instead of digit 0
Theo de Raadt
1997-01-20
back out my last change to avoid the __warn_references on the mips - it's
Thomas Graichen
1997-01-19
put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which
Thomas Graichen
1996-12-28
95% of common uses of these are incorrect and insecure. correct use is
Theo de Raadt
1996-12-28
suggest alternative in ld warn message
Theo de Raadt
[next]