| Commit message (Expand) | Author | Age | Files | Lines |
* | Make putenv(), setenv() and unsetenv() standards compliant. The |  millert | 2009-06-03 | 1 | -3/+3 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 1 | -1/+3 |
* | remove recalloc; sloppy me; ok deraadt@ |  otto | 2008-06-24 | 1 | -2/+1 |
* | Remove obsolete (and erroneous) #if statement that caused all compilers |  ragge | 2008-06-20 | 1 | -6/+2 |
* | Add strtof() to libc, some ports seem to like it. Currently it's a simple |  landry | 2008-06-13 | 1 | -1/+2 |
* | diff from djm@ committed at his request: |  otto | 2008-03-16 | 1 | -1/+5 |
* | add recaloc(3) |  millert | 2007-09-03 | 1 | -1/+2 |
* | add lldiv prototype; ok deraadt@ |  djm | 2006-09-17 | 1 | -1/+3 |
* | after we changed mode_t to be an int, the devname() man page was |  deraadt | 2006-03-31 | 1 | -2/+2 |
* | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() |  millert | 2006-01-13 | 1 | -2/+9 |
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 2006-01-06 | 1 | -11/+9 |
* | First step in include files overhaul. Use __FOO_VISIBLE (as defined |  millert | 2005-12-13 | 1 | -45/+78 |
* | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more |  millert | 2005-05-27 | 1 | -1/+5 |
* | major abi changes: |  espie | 2005-05-11 | 1 | -2/+3 |
* | Update strtonum() protor |  millert | 2004-08-03 | 1 | -3/+3 |
* | strtonum prototype |  tedu | 2004-05-03 | 1 | -1/+3 |
* | Add _Exit(3) as per C99. Discussed with espie@ some time ago. |  millert | 2004-05-03 | 1 | -1/+2 |
* | Prototype llabs(3). Forgotten commit gathering bit rot in my tree... |  millert | 2004-01-21 | 1 | -1/+3 |
* | add __bounded__ attributes for userland headers; enabled with -Wbounded |  avsm | 2003-08-01 | 1 | -3/+5 |
* | backout the __bounded__ attributes for a while; requested by deraadt@ |  avsm | 2003-06-26 | 1 | -5/+3 |
* | Mark various standard library functions with the __bounded__ attribute. |  avsm | 2003-06-26 | 1 | -3/+5 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | GNU-like getopt_long() from NetBSD with changes by me to support |  millert | 2002-12-03 | 1 | -1/+4 |
* | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. |  millert | 2002-12-02 | 1 | -1/+4 |
* | Add prototype for atoll(3). I must have forgotten to commit this bit |  millert | 2002-12-02 | 1 | -1/+2 |
* | NULL is now 0L so it is the same size as a pointer. |  millert | 2002-10-25 | 1 | -2/+2 |
* | Replace strtou?q() with the more standard strtou?ll(), using weak |  millert | 2002-06-29 | 1 | -1/+5 |
* | Revert local changes that snuck in to the last commit. |  millert | 2002-02-20 | 1 | -8/+1 |
* | Some user header files may define an abs macro which will cause a |  millert | 2002-02-20 | 1 | -1/+17 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 1 | -14/+11 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -82/+82 |
* | Ghostscript port refused to build with 'printf' in the |  krw | 2001-11-04 | 1 | -2/+2 |
* | Mention printf-like attributes for setproctitle(). |  miod | 2001-11-01 | 1 | -2/+3 |
* | Add new cgetusedb() function to toggle reading of .db files in getcap(3). |  millert | 2001-06-18 | 1 | -1/+2 |
* | Add srandomdev() from FreeBSD for use by sendmail and others. |  millert | 2000-04-03 | 1 | -1/+2 |
* | In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly. |  espie | 1999-11-27 | 1 | -1/+4 |
* | Define NULL to be __null for C++: better quality of implementation. |  espie | 1999-06-11 | 1 | -1/+5 |
* | constify getcap(3). This fixes a warning in libcurses and doesn't |  millert | 1999-02-25 | 1 | -8/+8 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -1/+2 |
* | More XPG4.2 -- |  millert | 1998-02-07 | 1 | -4/+4 |
* | size_t n in initstate(); XPG |  deraadt | 1998-02-06 | 1 | -2/+2 |
* | for XPG, do not use special typedef types |  deraadt | 1997-12-09 | 1 | -2/+2 |
* | Well, as we are heading for a release people are encouraged to rebuild their |  niklas | 1997-09-21 | 1 | -0/+1 |
* | arc4random() number generator, for use with things like RPC xid's. |  dm | 1996-12-28 | 1 | -0/+4 |
* | abort() and exit() need __dead tags in stdlib.h; mike.long@analog.com; |  deraadt | 1995-12-30 | 1 | -3/+3 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+197 |