summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-2/+2
* Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-071-1/+3
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-161-1/+8
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-061-1/+1
* Replace implementation of hsearch() by one that scales.Ed Schouten2015-12-271-1/+2
* Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-011-2/+3
* Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-211-0/+1
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-2/+3
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-3/+3
* Add more locale-specific functions to the relevant man pages andIsabell Long2012-06-251-0/+1
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-171-12/+4
* Add aligned_alloc(3).Ed Schouten2012-01-091-3/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-071-3/+5
* Fix building of 32-bit compat libraries on amd64 with clang, and usingDimitry Andric2011-07-181-4/+0
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andMarcel Moolenaar2011-03-171-1/+1
* Put in a temporary workaround for ctfmerge hanging on processingDimitry Andric2011-03-011-0/+4
* Because POSIX does not allow EINTR to be returned from sigwait(),David Xu2010-09-101-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-2/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* Simplify. We can just use .sinclude here.Ed Schouten2009-06-231-3/+1
* MTC r183949:Alexander Leidinger2008-10-171-0/+5
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-6/+6
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-4/+4
* Add malloc_usable_size(3).Jason Evans2006-03-281-1/+1
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)Andre Oppermann2006-03-141-3/+4
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* In preparation for a new malloc implementation:Jason Evans2006-01-121-2/+3
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convertTom Rhodes2005-12-241-5/+6
* Link radixsort(3) to sradixsort(3), make the latter appear inRuslan Ermilov2004-05-121-0/+1
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsAndrey A. Chernov2004-02-241-0/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlyPeter Wemm2003-10-281-1/+1
* MFp4: Link strtof.3 and strtold.3 to strtod.3.Tim J. Robbins2003-04-051-0/+1
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-121-1/+1
* Add an MLINK malloc.conf(5) -> malloc(3).Mike Barcroft2003-01-241-1/+2
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-021-7/+8
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+3
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-161-2/+3
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-161-5/+6
* Add getopt_long(3).Eric Melville2002-09-291-2/+2
* Implement C99's _Exit() interface.Garrett Wollman2002-09-101-3/+4
* Use the merged strtod.c everywhere. This has been tested on alpha andPeter Wemm2001-12-021-10/+1
* Implement strtoimax() and strtoumax()Bill Fenner2001-11-281-8/+8
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-281-1/+3
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-151-4/+6
* reconnect strfmon.c to build listAlexey Zelkin2001-09-071-1/+1
* Add strfmon.3 to the fray.Jeroen Ruigrok van der Werven2001-09-071-1/+1
* strfmon(3) is not ready to go live.David E. O'Brien2001-09-061-1/+1
* Add strfmon(3) implementation. It still contains few XXX's because I lostAlexey Zelkin2001-09-051-3/+3
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-151-3/+4