| Commit message (Expand) | Author | Age | Files | Lines |
* | Move __cxa_thread_atexit* to its own .c file to avoid pulling the code | guenther | 2017-12-16 | 1 | -2/+4 |
* | move recallocarray to malloc.c and | otto | 2017-03-24 | 1 | -2/+1 |
* | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | otto | 2017-03-06 | 1 | -1/+2 |
* | Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). | guenther | 2016-08-14 | 1 | -4/+4 |
* | Remove a vax remnant (that was really a no-op anyway). | millert | 2016-05-02 | 1 | -3/+1 |
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -29/+1 |
* | update for new symbols and code | tedu | 2015-11-18 | 1 | -2/+2 |
* | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | deraadt | 2014-12-08 | 1 | -4/+6 |
* | delete obsolete sunos cfree function. ok deraadt millert naddy | tedu | 2014-12-08 | 1 | -3/+3 |
* | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | schwarze | 2014-12-06 | 1 | -2/+2 |
* | XPG requires insque() and remque() to work with linear lists and not just | guenther | 2014-08-15 | 1 | -10/+5 |
* | move reallocarray() to a seperate file so that -portable applications | deraadt | 2014-05-08 | 1 | -6/+7 |
* | change mallocarray to reallocarray. useful in a few more situations. | tedu | 2014-04-22 | 1 | -2/+2 |
* | correct man page section | deraadt | 2014-04-21 | 1 | -2/+2 |
* | Introducing: void *mallocarray(size_t nmemb, size_t size); | deraadt | 2014-04-21 | 1 | -2/+2 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | miod | 2014-03-18 | 1 | -5/+3 |
* | 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 |