aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."Hans Petter Selasky2023-04-201-4/+0
* libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky2023-04-191-0/+4
* Add GNU glibc compatible secure_getenvlucy2023-03-141-0/+1
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-021-2/+0
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-1/+1
* libc: add clearenv functionMariusz Zaborski2021-11-071-0/+4
* Further refinements of ptsname_r(3) interface:Xin LI2020-10-201-1/+1
* Implement ptsname_r.Xin LI2020-10-171-0/+1
* rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer2020-02-011-2/+2
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-201-0/+4
* Deprecate sranddev(3) APIConrad Meyer2019-12-141-1/+0
* Fix order of destructors between main binary and libraries.Konstantin Belousov2019-04-151-0/+1
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-0/+3
* Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-071-0/+1
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-061-0/+5
* Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-011-0/+1
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-0/+1
* Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni2014-09-011-0/+1
* Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-211-0/+3
* Move _b functions into the 11.x symbol version namespace.David Chisnall2014-04-031-4/+7
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-0/+4
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-171-12/+0
* Add aligned_alloc(3).Ed Schouten2012-01-091-0/+1
* Properly sort functions by name.Ed Schouten2012-01-081-3/+3
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-071-0/+2
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-0/+18
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-271-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+0
* Don't export the unused __use_pts() routine.Ed Schouten2008-06-171-1/+0
* Backout 1.5 as requested by deischenJonathan Chen2007-05-221-1/+0
* __cleanup() is needed for ports/devel/valgrind, export it.Jonathan Chen2007-05-221-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Add malloc_usable_size(3).Jason Evans2006-03-281-0/+1
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)Andre Oppermann2006-03-141-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+98