summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move __cxa_thread_atexit* to its own .c file to avoid pulling the codeguenther2017-12-161-2/+4
* move recallocarray to malloc.c andotto2017-03-241-2/+1
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-1/+2
* Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther2016-08-141-4/+4
* Remove a vax remnant (that was really a no-op anyway).millert2016-05-021-3/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-29/+1
* update for new symbols and codetedu2015-11-181-2/+2
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-081-4/+6
* delete obsolete sunos cfree function. ok deraadt millert naddytedu2014-12-081-3/+3
* malloc(3) is in the "comp" install set, malloc.conf(5) in "man",schwarze2014-12-061-2/+2
* XPG requires insque() and remque() to work with linear lists and not justguenther2014-08-151-10/+5
* move reallocarray() to a seperate file so that -portable applicationsderaadt2014-05-081-6/+7
* change mallocarray to reallocarray. useful in a few more situations.tedu2014-04-221-2/+2
* correct man page sectionderaadt2014-04-211-2/+2
* Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt2014-04-211-2/+2
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-5/+3
* Move _Exit() from the exit() manpage to the _exit() manpage, as it'sguenther2013-06-051-2/+1
* Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),millert2012-12-031-6/+7
* remove tahoe-specific makefile machinery, no such hardware is known to bemiod2012-09-151-5/+1
* remove lint leftovers; ok guenther@okan2012-09-041-5/+1
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-4/+4
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-9/+9
* Make putenv(), setenv() and unsetenv() standards compliant. Themillert2009-06-031-2/+2
* document strtold. ok millert@martynas2008-09-131-2/+2
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-2/+2
* Smarter implementation of calloc(3), which uses the fact that mmap(2)otto2008-08-221-2/+2
* Add strtof() to libc, some ports seem to like it. Currently it's a simplelandry2008-06-131-3/+4
* remove recalloc(3); it is buggy and impossible to repair without bigotto2008-05-191-2/+2
* add recaloc(3)millert2007-09-031-2/+2
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-10/+11
* major abi changes:espie2005-05-111-1/+1
* Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.millert2004-06-241-5/+6
* Add _Exit(3) as per C99. Discussed with espie@ some time ago.millert2004-05-031-1/+2
* strtonum, a nicer version of strtoll, by millert and myself.tedu2004-05-031-2/+3
* kill memory.3;jmc2004-02-101-1/+1
* Compile llabs.cmillert2003-07-211-1/+2
* Use the getopt() in getopt_long.c which supports some GNU extensions.millert2003-06-021-1/+1
* assembler versions of insque and remque for m68k, also from 4.4BSDmillert2003-05-091-1/+1
* insque and remque are VAX instructions, no need for C functions; From 4.4BSDmillert2003-05-091-2/+8
* Oops, forgot to add remque.c heremillert2003-05-091-1/+1
* move insque(3) and remque(3) from libcompat -> libc; they are now POSIXmillert2003-05-081-8/+9
* move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXmillert2003-05-081-7/+8
* fix typomillert2002-12-031-1/+1
* GNU-like getopt_long() from NetBSD with changes by me to supportmillert2002-12-031-8/+9
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-7/+9
* Take advantage of the libc minor bump and add atoll(3)millert2002-11-211-7/+7
* Replace strtou?q() with the more standard strtou?ll(), using weakmillert2002-06-291-4/+4
* MLINK srandomdevmillert2000-04-041-1/+2
* Add missing MLINKsmillert1999-11-171-1/+2
* calloc.c is backmillert1999-11-101-1/+1