aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-281-0/+1
* getlogin_r: fix the type of lenKyle Evans2020-09-091-1/+1
* Export scandir_b from libc.Konstantin Belousov2020-08-101-1/+1
* Add memalign(3), mostly for glibc compatibility.Konstantin Belousov2020-05-141-0/+1
* nlist: retire long-obsolete aout supportEd Maste2020-03-301-1/+0
* Add sigsetop extensions commonly found in musl libc and glibcKyle Evans2019-12-121-0/+6
* Add libc stub for pthread_getthreadid_np(3).Konstantin Belousov2019-06-231-0/+1
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+1
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-2/+0
* Bring in timespce_get form NetBSD.Warner Losh2018-08-101-0/+1
* Stop exporting __pw_scan and __pw_initpwd as freebsd-private libc functionsIan Lepore2018-07-271-2/+0
* Make pw_scan(3) more compatible with getpwent(3) et. al. when processingIan Lepore2018-07-261-0/+1
* Add setproctitle_fast(3) for frequent callers.Konstantin Belousov2018-07-041-0/+1
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-121-0/+1
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+1
* Introduce the daemonfd function.Mariusz Zaborski2017-12-231-0/+1
* Remove basename_r(3).Ed Schouten2017-12-081-1/+0
* Make elf_aux_info() as public libc function.Michal Meloun2017-10-211-0/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-20/+20
* Remove old spinlock_debug code from libcEric van Gyzen2017-05-201-1/+0
* 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