summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sranddev.3 to MLINKSAndrey A. Chernov2001-04-231-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3).Dima Dorfman2001-03-151-0/+1
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-271-4/+5
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).Eivind Eklund2000-10-291-1/+0
* Add link malloc.conf.5 -> malloc.3Eivind Eklund2000-10-291-0/+1
* bring in binary search tree code.Alfred Perlstein2000-07-011-2/+2
* Fixed missing installation of a link to rand_r.3.Bruce Evans1999-12-231-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix style problems noted by Bruce:Warner Losh1998-09-161-3/+3
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-141-3/+3
* This is a hack to workaround source that is coded to use long variablesJohn Birrell1998-05-081-2/+11
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* Sorted lists.Bruce Evans1997-10-211-6/+6
* Handle machine-dependent (stdlib) sources more automatically.Bruce Evans1997-10-161-2/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-10/+5
* malloc_sysv used before initialized, reported in PR4002 byPoul-Henning Kamp1997-07-011-2/+2
* Integrate calloc with the rest of the gang.Poul-Henning Kamp1997-06-221-4/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-3/+7
* Add srandomdev.3 linkAndrey A. Chernov1997-03-231-1/+2
* Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWDPeter Wemm1997-03-131-2/+2
* Merge Lite2 changesPeter Wemm1997-03-111-3/+3
* ``phkmalloc''Poul-Henning Kamp1995-09-161-2/+3