summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed missing installation of a link to rand_r.3.bde1999-12-231-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix style problems noted by Bruce:imp1998-09-161-3/+3
* Add reallocf to the library. This function is simliar to realloc, butimp1998-09-141-3/+3
* This is a hack to workaround source that is coded to use long variablesjb1998-05-081-2/+11
* Change MACHINE references to MACHINE_ARCH.jb1998-02-201-3/+3
* Sorted lists.bde1997-10-211-6/+6
* Handle machine-dependent (stdlib) sources more automatically.bde1997-10-161-2/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-10/+5
* malloc_sysv used before initialized, reported in PR4002 byphk1997-07-011-2/+2
* Integrate calloc with the rest of the gang.phk1997-06-221-4/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-3/+7
* Add srandomdev.3 linkache1997-03-231-1/+2
OpenPOWER on IntegriCloud