| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the memset_s(3) function as specified by the C11 ISO/IEC | Konstantin Belousov | 2017-03-30 | 1 | -2/+2 |
* | Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit. | Konstantin Belousov | 2017-01-07 | 1 | -1/+3 |
* | When MAKEOBJDIRPREFIX points to a case-insensitive file system, the | Marcel Moolenaar | 2016-09-16 | 1 | -1/+8 |
* | Add __cxa_thread_atexit(3) API implementation. | Konstantin Belousov | 2016-08-06 | 1 | -1/+1 |
* | Replace implementation of hsearch() by one that scales. | Ed Schouten | 2015-12-27 | 1 | -1/+2 |
* | Import reallocarray(3) from OpenBSD | Baptiste Daroussin | 2015-05-01 | 1 | -2/+3 |
* | Add re-entrant versions of the hash functions based on the GNU api. | Pedro F. Giffuni | 2014-07-21 | 1 | -0/+1 |
* | Add support for some block functions that come from OS X. These are | David Chisnall | 2014-04-02 | 1 | -2/+3 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar | 2014-03-04 | 1 | -3/+3 |
* | 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 |