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
/
include
/
stdlib.h
Age
Commit message (
Expand
)
Author
2004-08-03
Update strtonum() protor
Todd C. Miller
2004-05-03
strtonum prototype
Ted Unangst
2004-05-03
Add _Exit(3) as per C99. Discussed with espie@ some time ago.
Todd C. Miller
2004-01-21
Prototype llabs(3). Forgotten commit gathering bit rot in my tree...
Todd C. Miller
2003-08-01
add __bounded__ attributes for userland headers; enabled with -Wbounded
Anil Madhavapeddy
2003-06-26
backout the __bounded__ attributes for a while; requested by deraadt@
Anil Madhavapeddy
2003-06-26
Mark various standard library functions with the __bounded__ attribute.
Anil Madhavapeddy
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-12-03
GNU-like getopt_long() from NetBSD with changes by me to support
Todd C. Miller
2002-12-02
Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.
Todd C. Miller
2002-12-02
Add prototype for atoll(3). I must have forgotten to commit this bit
Todd C. Miller
2002-10-25
NULL is now 0L so it is the same size as a pointer.
Todd C. Miller
2002-06-29
Replace strtou?q() with the more standard strtou?ll(), using weak
Todd C. Miller
2002-02-20
Revert local changes that snuck in to the last commit.
Todd C. Miller
2002-02-20
Some user header files may define an abs macro which will cause a
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-04
Ghostscript port refused to build with 'printf' in the
Kenneth R Westerback
2001-11-01
Mention printf-like attributes for setproctitle().
Miod Vallat
2001-06-18
Add new cgetusedb() function to toggle reading of .db files in getcap(3).
Todd C. Miller
2000-04-03
Add srandomdev() from FreeBSD for use by sendmail and others.
Todd C. Miller
1999-11-27
In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.
Marc Espie
1999-06-11
Define NULL to be __null for C++: better quality of implementation.
Marc Espie
1999-02-25
constify getcap(3). This fixes a warning in libcurses and doesn't
Todd C. Miller
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1998-02-07
More XPG4.2 --
Todd C. Miller
1998-02-06
size_t n in initstate(); XPG
Theo de Raadt
1997-12-09
for XPG, do not use special typedef types
Theo de Raadt
1997-09-21
Well, as we are heading for a release people are encouraged to rebuild their
Niklas Hallqvist
1996-12-28
arc4random() number generator, for use with things like RPC xid's.
dm
1995-12-30
abort() and exit() need __dead tags in stdlib.h; mike.long@analog.com;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt