| Commit message (Expand) | Author | Age | Files | Lines |
* | Import reallocarray(3) from OpenBSD | bapt | 2015-05-01 | 1 | -2/+3 |
* | Add re-entrant versions of the hash functions based on the GNU api. | pfg | 2014-07-21 | 1 | -0/+1 |
* | Add support for some block functions that come from OS X. These are | theraven | 2014-04-02 | 1 | -2/+3 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | marcel | 2014-03-04 | 1 | -3/+3 |
* | Add more locale-specific functions to the relevant man pages and | issyl0 | 2012-06-25 | 1 | -0/+1 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 1 | -12/+4 |
* | Add aligned_alloc(3). | ed | 2012-01-09 | 1 | -3/+4 |
* | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | theraven | 2011-12-07 | 1 | -3/+5 |
* | Fix building of 32-bit compat libraries on amd64 with clang, and using | dim | 2011-07-18 | 1 | -4/+0 |
* | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | marcel | 2011-03-17 | 1 | -1/+1 |
* | Put in a temporary workaround for ctfmerge hanging on processing | dim | 2011-03-01 | 1 | -0/+4 |
* | Because POSIX does not allow EINTR to be returned from sigwait(), | davidxu | 2010-09-10 | 1 | -1/+1 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -2/+2 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+2 |
* | Simplify. We can just use .sinclude here. | ed | 2009-06-23 | 1 | -3/+1 |
* | MTC r183949: | netchild | 2008-10-17 | 1 | -0/+5 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -6/+6 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -4/+4 |
* | Add malloc_usable_size(3). | jasone | 2006-03-28 | 1 | -1/+1 |
* | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | andre | 2006-03-14 | 1 | -3/+4 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -2/+3 |
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 1 | -5/+6 |
* | Link radixsort(3) to sradixsort(3), make the latter appear in | ru | 2004-05-12 | 1 | -0/+1 |
* | Add getopt_long_only() from OpenBSD and other OpenBSD cleanups | ache | 2004-02-24 | 1 | -0/+1 |
* | Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly | peter | 2003-10-28 | 1 | -1/+1 |
* | MFp4: Link strtof.3 and strtold.3 to strtod.3. | tjr | 2003-04-05 | 1 | -0/+1 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 1 | -1/+1 |
* | Add an MLINK malloc.conf(5) -> malloc(3). | mike | 2003-01-24 | 1 | -1/+2 |
* | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 1 | -7/+8 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -5/+3 |
* | - Remove the lsearch() and lfind() functions and their manpage from | robert | 2002-10-16 | 1 | -2/+3 |
* | - Remove the old insque() and remque() functions and their manual | robert | 2002-10-16 | 1 | -5/+6 |
* | Add getopt_long(3). | eric | 2002-09-29 | 1 | -2/+2 |
* | Implement C99's _Exit() interface. | wollman | 2002-09-10 | 1 | -3/+4 |
* | Use the merged strtod.c everywhere. This has been tested on alpha and | peter | 2001-12-02 | 1 | -10/+1 |
* | Implement strtoimax() and strtoumax() | fenner | 2001-11-28 | 1 | -8/+8 |
* | Add atoll(3) to conform POSIX and C99 | ache | 2001-11-28 | 1 | -1/+3 |
* | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | mike | 2001-11-15 | 1 | -4/+6 |
* | reconnect strfmon.c to build list | phantom | 2001-09-07 | 1 | -1/+1 |
* | Add strfmon.3 to the fray. | asmodai | 2001-09-07 | 1 | -1/+1 |
* | strfmon(3) is not ready to go live. | obrien | 2001-09-06 | 1 | -1/+1 |
* | Add strfmon(3) implementation. It still contains few XXX's because I lost | phantom | 2001-09-05 | 1 | -3/+3 |
* | Only pull in the MD files if they exist. This allows for progressive | mp | 2001-07-31 | 1 | -0/+2 |
* | Add new, from scratch implementation of hsearch() et al that actually works. | ru | 2001-05-15 | 1 | -3/+4 |
* | Add sranddev.3 to MLINKS | ache | 2001-04-23 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3). | dd | 2001-03-15 | 1 | -0/+1 |
* | Impliment the ISO-C99 strto[u]ll() | obrien | 2001-02-27 | 1 | -4/+5 |
* | Back out previous commit (MLINK malloc.conf.5 -> malloc.3). | eivind | 2000-10-29 | 1 | -1/+0 |