aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* Add sem_clockwait_np()Eric van Gyzen2017-02-231-0/+1
* Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-031-1/+1
* Remove setkey(), encrypt(), des_setkey() and des_cipher().Ed Schouten2016-10-031-4/+0
* Reimplement dirname(3) to be thread-safe.Ed Schouten2016-08-121-1/+4
* Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston2016-06-091-0/+1
* Update to a June 8th snapshot of (un)vis form NetBSD.Brooks Davis2016-06-081-0/+1
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-171-0/+3
* Reduce the size of the interposing table and amount ofKonstantin Belousov2015-01-111-7/+0
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-0/+9
* Add rtld private interface for dso to detect dynamic loadingKonstantin Belousov2015-01-031-0/+1
* Move _b functions into the 11.x symbol version namespace.David Chisnall2014-04-031-1/+4
* Move scandir_b to a later symbol version.David Chisnall2014-04-021-1/+1
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-0/+1
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek2013-08-181-0/+1
* Remove redundant space.Pawel Jakub Dawidek2013-08-181-1/+1
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.Jilles Tjoelker2013-08-161-0/+1
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+1
* Update to the latest (un)vis(3) sources from NetBSD. This addsBrooks Davis2013-03-141-0/+2
* In r244401 I accidently moved strunvis and strunvisx from version 1.0 toBrooks Davis2013-01-111-2/+2
* Replace our implementation of the vis(3) and unvis(3) APIs withBrooks Davis2012-12-181-3/+14
* Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-131-0/+1
* Replace our version of the pwcache(3) API with NetBSD's implementation.Brooks Davis2012-10-191-0/+4
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-0/+1
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-0/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-211-0/+3
* Implement fdlopen(3), an rtld interface to load shared object by fileKonstantin Belousov2012-01-071-0/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+4
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-211-0/+1
* Implement __pthread_map_stacks_exec() callback for libc, to change theKonstantin Belousov2011-01-081-0/+2
* Add a new libc function: cfmakesane(3).Ed Schouten2010-11-021-0/+1
* To support stack unwinding for cancellation points, add -fexceptions flagDavid Xu2010-09-251-0/+2
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-0/+1
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichKonstantin Belousov2010-08-231-0/+1
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,Konstantin Belousov2010-08-171-0/+2
* Revert r202447 by re-exposing the old uname(3) function.Ed Schouten2010-01-191-0/+1
* Unexpose the old uname(3) function.Ed Schouten2010-01-161-1/+0
* Remove ttyslot from Symbol.map anyway.Ed Schouten2010-01-141-1/+0
* Revert the change to Symbol.map, made in r202274.Ed Schouten2010-01-141-0/+1
* Phase out ttyslot(3).Ed Schouten2010-01-141-1/+0
* Implement <utmpx.h>.Ed Schouten2010-01-131-2/+10
* More cleanup, remove _libc prefix because libthr no longer has stubsDavid Xu2010-01-051-8/+0
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-051-20/+31
* Commit libc files missed in r198508Konstantin Belousov2009-10-271-2/+0
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsRobert Watson2009-10-061-0/+1
* Add getpagesizes(3). This functions either the number of supported pageAlan Cox2009-09-191-0/+4
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-1/+1
* Add tcsetsid(3).Ed Schouten2009-05-071-0/+1
* Fix whitespace and sorting in Symbol.map.Ed Schouten2009-05-041-25/+25
* Properly update the shm_open/shm_unlink symbol versioning metadata afterJohn Baldwin2009-04-021-2/+0
* Add two new routines: fdevname() and fdevname_r().Ed Schouten2009-02-111-0/+2