summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
AgeCommit message (Expand)Author
5 dayslibc/stdlib: Port strtonumx() from IllumosHans Rosenfeld
2025-12-29tdestroy(3) man pageKonstantin Belousov
2025-12-29libc: add glibc-compatible tdestroy(3)Konstantin Belousov
2025-12-29libc/stdlib/Makefile: one line for each source file nameKonstantin Belousov
2025-11-12lib/libc: implement C23 memalignment()Robert Clausecker
2025-10-03lib/libc: add recallocarray()Robert Clausecker
2025-04-29alloca.3: move to share/man/man3Brooks Davis
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-05libc: actually build bsearch_bBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-16libc: regoranize malloc buildBrooks Davis
2023-08-16libc: include malloc via stdlib/Makefile.incBrooks Davis
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-04-20Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."Hans Petter Selasky
2023-04-19libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky
2023-03-13Add GNU glibc compatible secure_getenvlucy
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2021-11-07libc: add clearenv functionMariusz Zaborski
2021-07-28libc qsort(3): Eliminate ambiguous sign comparisonConrad Meyer
2020-10-17Implement ptsname_r.Xin LI
2020-01-20Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala
2019-12-14Deprecate sranddev(3) APIConrad Meyer
2018-08-19Provide set_constraint_handler_s(3) man page.Konstantin Belousov
2018-08-19Use tab for indent.Konstantin Belousov
2018-01-31Move strtold wrapper from strtol.c to its own strtold.c. This codeWarner Losh
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2017-01-07Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov
2016-09-16When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar
2016-08-06Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov
2015-12-27Replace implementation of hsearch() by one that scales.Ed Schouten
2015-05-01Import reallocarray(3) from OpenBSDBaptiste Daroussin
2014-07-21Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni
2014-04-02Add support for some block functions that come from OS X. These areDavid Chisnall
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2012-06-25Add more locale-specific functions to the relevant man pages andIsabell Long
2012-04-17Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans
2012-01-09Add aligned_alloc(3).Ed Schouten
2011-12-07Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall
2011-07-18Fix building of 32-bit compat libraries on amd64 with clang, and usingDimitry Andric
2011-03-17Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andMarcel Moolenaar
2011-03-01Put in a temporary workaround for ctfmerge hanging on processingDimitry Andric
2010-09-10Because POSIX does not allow EINTR to be returned from sigwait(),David Xu
2010-08-24Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh
2010-08-23MFtbemd:Warner Losh
2009-06-23Simplify. We can just use .sinclude here.Ed Schouten
2008-10-17MTC r183949:Alexander Leidinger
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2007-07-04Significantly reduce the memory leak as noted in BUGS section forSean Farley
2006-03-28Add malloc_usable_size(3).Jason Evans