summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Symbol.map
AgeCommit message (Expand)Author
5 dayslibc/stdlib: Port strtonumx() from IllumosHans Rosenfeld
2025-12-29libc: add glibc-compatible tdestroy(3)Konstantin Belousov
2025-11-12lib/libc: implement C23 memalignment()Robert Clausecker
2025-10-03lib/libc: add recallocarray()Robert Clausecker
2025-04-27libc: Add getenv_r() function.Dag-Erling Smørgrav
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .h 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
2023-03-02xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2021-11-07libc: add clearenv functionMariusz Zaborski
2020-10-20Further refinements of ptsname_r(3) interface:Xin LI
2020-10-17Implement ptsname_r.Xin LI
2020-02-01rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer
2020-01-20Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala
2019-12-14Deprecate sranddev(3) APIConrad Meyer
2019-04-15Fix order of destructors between main binary and libraries.Konstantin Belousov
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-08-06Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov
2015-05-01Import reallocarray(3) from OpenBSDBaptiste Daroussin
2015-01-03Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov
2014-09-01Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni
2014-07-21Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni
2014-04-03Move _b functions into the 11.x symbol version namespace.David Chisnall
2014-04-02Add support for some block functions that come from OS X. These areDavid Chisnall
2012-04-17Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans
2012-01-09Add aligned_alloc(3).Ed Schouten
2012-01-08Properly sort functions by name.Ed Schouten
2011-12-07Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2008-08-27Add thread-specific caching for small size classes, based on magazines.Jason Evans
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-06-17Don't export the unused __use_pts() routine.Ed Schouten
2007-05-22Backout 1.5 as requested by deischenJonathan Chen
2007-05-22__cleanup() is needed for ports/devel/valgrind, export it.Jonathan Chen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-28Add malloc_usable_size(3).Jason Evans
2006-03-14Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)Andre Oppermann
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen