| Commit message (Expand) | Author | Age | Files | Lines |
* | Move _Exit() from the exit() manpage to the _exit() manpage, as it's | guenther | 2013-06-05 | 1 | -2/+1 |
* | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | millert | 2012-12-03 | 1 | -6/+7 |
* | remove tahoe-specific makefile machinery, no such hardware is known to be | miod | 2012-09-15 | 1 | -5/+1 |
* | remove lint leftovers; ok guenther@ | okan | 2012-09-04 | 1 | -5/+1 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 1 | -4/+4 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -9/+9 |
* | Make putenv(), setenv() and unsetenv() standards compliant. The | millert | 2009-06-03 | 1 | -2/+2 |
* | document strtold. ok millert@ | martynas | 2008-09-13 | 1 | -2/+2 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 | martynas | 2008-09-07 | 1 | -2/+2 |
* | Smarter implementation of calloc(3), which uses the fact that mmap(2) | otto | 2008-08-22 | 1 | -2/+2 |
* | Add strtof() to libc, some ports seem to like it. Currently it's a simple | landry | 2008-06-13 | 1 | -3/+4 |
* | remove recalloc(3); it is buggy and impossible to repair without big | otto | 2008-05-19 | 1 | -2/+2 |
* | 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 |