summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC r311651:kib2017-01-211-1/+3
* MFC r303795:kib2016-08-201-1/+1
* Add more locale-specific functions to the relevant man pages andissyl02012-06-251-0/+1
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-12/+4
* Add aligned_alloc(3).ed2012-01-091-3/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-071-3/+5
* Fix building of 32-bit compat libraries on amd64 with clang, and usingdim2011-07-181-4/+0
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andmarcel2011-03-171-1/+1
* Put in a temporary workaround for ctfmerge hanging on processingdim2011-03-011-0/+4
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-101-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-2/+2
* MFtbemd:imp2010-08-231-2/+2
* Simplify. We can just use .sinclude here.ed2009-06-231-3/+1
* MTC r183949:netchild2008-10-171-0/+5
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-6/+6
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-4/+4
* Add malloc_usable_size(3).jasone2006-03-281-1/+1
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)andre2006-03-141-3/+4
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* In preparation for a new malloc implementation:jasone2006-01-121-2/+3
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-241-5/+6
* Link radixsort(3) to sradixsort(3), make the latter appear inru2004-05-121-0/+1
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-241-0/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-281-1/+1
* MFp4: Link strtof.3 and strtold.3 to strtod.3.tjr2003-04-051-0/+1
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-121-1/+1
* Add an MLINK malloc.conf(5) -> malloc(3).mike2003-01-241-1/+2
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-01-021-7/+8
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-5/+3
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-161-2/+3
* - Remove the old insque() and remque() functions and their manualrobert2002-10-161-5/+6
* Add getopt_long(3).eric2002-09-291-2/+2
* Implement C99's _Exit() interface.wollman2002-09-101-3/+4
* Use the merged strtod.c everywhere. This has been tested on alpha andpeter2001-12-021-10/+1
* Implement strtoimax() and strtoumax()fenner2001-11-281-8/+8
* Add atoll(3) to conform POSIX and C99ache2001-11-281-1/+3
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-151-4/+6
* reconnect strfmon.c to build listphantom2001-09-071-1/+1
* Add strfmon.3 to the fray.asmodai2001-09-071-1/+1
* strfmon(3) is not ready to go live.obrien2001-09-061-1/+1
* Add strfmon(3) implementation. It still contains few XXX's because I lostphantom2001-09-051-3/+3
* Only pull in the MD files if they exist. This allows for progressivemp2001-07-311-0/+2
* Add new, from scratch implementation of hsearch() et al that actually works.ru2001-05-151-3/+4
* Add sranddev.3 to MLINKSache2001-04-231-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3).dd2001-03-151-0/+1
* Impliment the ISO-C99 strto[u]ll()obrien2001-02-271-4/+5
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).eivind2000-10-291-1/+0
* Add link malloc.conf.5 -> malloc.3eivind2000-10-291-0/+1
* bring in binary search tree code.alfred2000-07-011-2/+2
OpenPOWER on IntegriCloud