summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-181-0/+2
* MFC r276627:kib2015-01-101-0/+1
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)pjd2013-08-181-0/+1
* Remove redundant space.pjd2013-08-181-1/+1
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-161-0/+1
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-0/+1
* Update to the latest (un)vis(3) sources from NetBSD. This addsbrooks2013-03-141-0/+2
* In r244401 I accidently moved strunvis and strunvisx from version 1.0 tobrooks2013-01-111-2/+2
* Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-181-3/+14
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-131-0/+1
* Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-191-0/+4
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-0/+1
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-0/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-211-0/+3
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-071-0/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-0/+4
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-211-0/+1
* Implement __pthread_map_stacks_exec() callback for libc, to change thekib2011-01-081-0/+2
* Add a new libc function: cfmakesane(3).ed2010-11-021-0/+1
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-0/+2
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-0/+1
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-231-0/+1
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-171-0/+2
* Revert r202447 by re-exposing the old uname(3) function.ed2010-01-191-0/+1
* Unexpose the old uname(3) function.ed2010-01-161-1/+0
* Remove ttyslot from Symbol.map anyway.ed2010-01-141-1/+0
* Revert the change to Symbol.map, made in r202274.ed2010-01-141-0/+1
* Phase out ttyslot(3).ed2010-01-141-1/+0
* Implement <utmpx.h>.ed2010-01-131-2/+10
* More cleanup, remove _libc prefix because libthr no longer has stubsdavidxu2010-01-051-8/+0
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-20/+31
* Commit libc files missed in r198508kib2009-10-271-2/+0
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsrwatson2009-10-061-0/+1
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-191-0/+4
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-1/+1
* Add tcsetsid(3).ed2009-05-071-0/+1
* Fix whitespace and sorting in Symbol.map.ed2009-05-041-25/+25
* Properly update the shm_open/shm_unlink symbol versioning metadata afterjhb2009-04-021-2/+0
* Add two new routines: fdevname() and fdevname_r().ed2009-02-111-0/+2
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-271-0/+2
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-221-0/+1
* Add feature_present(3) to the FBSD 1.1 symbol map.jhb2008-07-211-0/+1
* Add arc4random_buf to FBSD_1.1 spaceache2008-07-211-0/+1
* Turn execvpe() into an internal libc routine.ed2008-06-231-1/+0
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-171-0/+22
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-161-0/+1
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-151-0/+1
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-261-8/+11
* Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc definesjasone2007-11-271-0/+1
* Some libc symbol map cleanups.deischen2007-05-311-3/+0
OpenPOWER on IntegriCloud