summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-15/+26
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofkan2007-04-091-6/+1
* Add entry for dl_iterate_phdr.kan2007-04-031-0/+1
* Remove getobjformat() from libc's symbol map. It probably should have beenpeter2007-01-251-1/+0
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+446
OpenPOWER on IntegriCloud