| Commit message (Expand) | Author | Age | Files | Lines |
* | add recaloc(3) |  millert | 2007-09-03 | 1 | -2/+2 |
* | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() |  millert | 2006-01-13 | 1 | -10/+11 |
* | major abi changes: |  espie | 2005-05-11 | 1 | -1/+1 |
* | Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. |  millert | 2004-06-24 | 1 | -5/+6 |
* | Add _Exit(3) as per C99. Discussed with espie@ some time ago. |  millert | 2004-05-03 | 1 | -1/+2 |
* | strtonum, a nicer version of strtoll, by millert and myself. |  tedu | 2004-05-03 | 1 | -2/+3 |
* | kill memory.3; |  jmc | 2004-02-10 | 1 | -1/+1 |
* | Compile llabs.c |  millert | 2003-07-21 | 1 | -1/+2 |
* | Use the getopt() in getopt_long.c which supports some GNU extensions. |  millert | 2003-06-02 | 1 | -1/+1 |
* | assembler versions of insque and remque for m68k, also from 4.4BSD |  millert | 2003-05-09 | 1 | -1/+1 |
* | insque and remque are VAX instructions, no need for C functions; From 4.4BSD |  millert | 2003-05-09 | 1 | -2/+8 |
* | Oops, forgot to add remque.c here |  millert | 2003-05-09 | 1 | -1/+1 |
* | move insque(3) and remque(3) from libcompat -> libc; they are now POSIX |  millert | 2003-05-08 | 1 | -8/+9 |
* | move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX |  millert | 2003-05-08 | 1 | -7/+8 |
* | fix typo |  millert | 2002-12-03 | 1 | -1/+1 |
* | GNU-like getopt_long() from NetBSD with changes by me to support |  millert | 2002-12-03 | 1 | -8/+9 |
* | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. |  millert | 2002-12-02 | 1 | -7/+9 |
* | Take advantage of the libc minor bump and add atoll(3) |  millert | 2002-11-21 | 1 | -7/+7 |
* | Replace strtou?q() with the more standard strtou?ll(), using weak |  millert | 2002-06-29 | 1 | -4/+4 |
* | MLINK srandomdev |  millert | 2000-04-04 | 1 | -1/+2 |
* | Add missing MLINKs |  millert | 1999-11-17 | 1 | -1/+2 |
* | calloc.c is back |  millert | 1999-11-10 | 1 | -1/+1 |
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ |  aaron | 1999-11-09 | 1 | -2/+2 |
* | Move calloc() into malloc.c and only zero out the area if malloc() |  millert | 1999-11-09 | 1 | -1/+1 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -1/+1 |
* | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ |  aaron | 1998-11-17 | 1 | -1/+1 |
* | Move getsubopt(3) to stdlib like lite2 and XPG4.2 say... |  millert | 1997-08-20 | 1 | -6/+6 |
* | Install a64l/l64a man page. Also, tsearch.3 and friends were not |  millert | 1997-08-18 | 1 | -5/+6 |
* | damn, no tsearch(3) |  deraadt | 1997-06-14 | 1 | -4/+4 |
* | PD tsearch as reqd by xpg; by esr |  deraadt | 1997-06-13 | 1 | -2/+6 |
* | Move cfree(3) weak symbol into a seperate file |  tholo | 1996-08-21 | 1 | -2/+2 |
* | Make it even out. |  downsj | 1996-08-21 | 1 | -2/+3 |
* | Document it. |  downsj | 1996-08-21 | 1 | -2/+2 |
* | Import malloc(3) manual page from FreeBSD |  tholo | 1996-08-10 | 1 | -8/+7 |
* | Add support for building lint(1) library |  tholo | 1996-03-25 | 1 | -1/+5 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+45 |