| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add more locale-specific functions to the relevant man pages and | Isabell Long | 2012-06-25 | 1 | -0/+1 |
| * | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | Jason Evans | 2012-04-17 | 1 | -12/+4 |
| * | Add aligned_alloc(3). | Ed Schouten | 2012-01-09 | 1 | -3/+4 |
| * | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | David Chisnall | 2011-12-07 | 1 | -3/+5 |
| * | Fix building of 32-bit compat libraries on amd64 with clang, and using | Dimitry Andric | 2011-07-18 | 1 | -4/+0 |
| * | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | Marcel Moolenaar | 2011-03-17 | 1 | -1/+1 |
| * | Put in a temporary workaround for ctfmerge hanging on processing | Dimitry Andric | 2011-03-01 | 1 | -0/+4 |
| * | Because POSIX does not allow EINTR to be returned from sigwait(), | David Xu | 2010-09-10 | 1 | -1/+1 |
| * | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | Warner Losh | 2010-08-24 | 1 | -2/+2 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -2/+2 |
| * | Simplify. We can just use .sinclude here. | Ed Schouten | 2009-06-23 | 1 | -3/+1 |
| * | MTC r183949: | Alexander Leidinger | 2008-10-17 | 1 | -0/+5 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -6/+6 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -4/+4 |
| * | Add malloc_usable_size(3). | Jason Evans | 2006-03-28 | 1 | -1/+1 |
| * | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | Andre Oppermann | 2006-03-14 | 1 | -3/+4 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | In preparation for a new malloc implementation: | Jason Evans | 2006-01-12 | 1 | -2/+3 |
| * | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | Tom Rhodes | 2005-12-24 | 1 | -5/+6 |
| * | Link radixsort(3) to sradixsort(3), make the latter appear in | Ruslan Ermilov | 2004-05-12 | 1 | -0/+1 |
| * | Add getopt_long_only() from OpenBSD and other OpenBSD cleanups | Andrey A. Chernov | 2004-02-24 | 1 | -0/+1 |
| * | Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly | Peter Wemm | 2003-10-28 | 1 | -1/+1 |
| * | MFp4: Link strtof.3 and strtold.3 to strtod.3. | Tim J. Robbins | 2003-04-05 | 1 | -0/+1 |
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 1 | -1/+1 |
| * | Add an MLINK malloc.conf(5) -> malloc(3). | Mike Barcroft | 2003-01-24 | 1 | -1/+2 |
| * | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | Juli Mallett | 2003-01-02 | 1 | -7/+8 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -5/+3 |
| * | - Remove the lsearch() and lfind() functions and their manpage from | Robert Drehmel | 2002-10-16 | 1 | -2/+3 |
| * | - Remove the old insque() and remque() functions and their manual | Robert Drehmel | 2002-10-16 | 1 | -5/+6 |
| * | Add getopt_long(3). | Eric Melville | 2002-09-29 | 1 | -2/+2 |
| * | Implement C99's _Exit() interface. | Garrett Wollman | 2002-09-10 | 1 | -3/+4 |
| * | Use the merged strtod.c everywhere. This has been tested on alpha and | Peter Wemm | 2001-12-02 | 1 | -10/+1 |
| * | Implement strtoimax() and strtoumax() | Bill Fenner | 2001-11-28 | 1 | -8/+8 |
| * | Add atoll(3) to conform POSIX and C99 | Andrey A. Chernov | 2001-11-28 | 1 | -1/+3 |
| * | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | Mike Barcroft | 2001-11-15 | 1 | -4/+6 |
| * | reconnect strfmon.c to build list | Alexey Zelkin | 2001-09-07 | 1 | -1/+1 |
| * | Add strfmon.3 to the fray. | Jeroen Ruigrok van der Werven | 2001-09-07 | 1 | -1/+1 |
| * | strfmon(3) is not ready to go live. | David E. O'Brien | 2001-09-06 | 1 | -1/+1 |
| * | Add strfmon(3) implementation. It still contains few XXX's because I lost | Alexey Zelkin | 2001-09-05 | 1 | -3/+3 |
| * | Only pull in the MD files if they exist. This allows for progressive | Mark Peek | 2001-07-31 | 1 | -0/+2 |
| * | Add new, from scratch implementation of hsearch() et al that actually works. | Ruslan Ermilov | 2001-05-15 | 1 | -3/+4 |
| * | Add sranddev.3 to MLINKS | Andrey A. Chernov | 2001-04-23 | 1 | -1/+1 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3). | Dima Dorfman | 2001-03-15 | 1 | -0/+1 |
| * | Impliment the ISO-C99 strto[u]ll() | David E. O'Brien | 2001-02-27 | 1 | -4/+5 |
| * | Back out previous commit (MLINK malloc.conf.5 -> malloc.3). | Eivind Eklund | 2000-10-29 | 1 | -1/+0 |
| * | Add link malloc.conf.5 -> malloc.3 | Eivind Eklund | 2000-10-29 | 1 | -0/+1 |
| * | bring in binary search tree code. | Alfred Perlstein | 2000-07-01 | 1 | -2/+2 |
| * | Fixed missing installation of a link to rand_r.3. | Bruce Evans | 1999-12-23 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |