summaryrefslogtreecommitdiffstats
path: root/lib/libc/Symbols.list (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused 32bit version of elf_hash().mpi2017-09-051-1/+0
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-0/+47
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-0/+30
* port the RBT code to userland by making it part of libc.dlg2017-06-191-0/+17
* Add futex(2) shim, bump minor.mpi2017-04-301-0/+2
* Introducing freezero(3) a version of free that guarantees the processotto2017-04-101-0/+1
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-0/+1
* Add functions for SHA512/256. The standard says you're supposed to starttedu2016-09-031-0/+9
* Less lock contention by using more pools for mult-threaded programs.otto2016-09-011-0/+1
* Between relro and previous RWX work, the __{got,plt}_{start,end} symbolsguenther2016-08-111-6/+0
* Stop supporting longjmperror(); it's not used, not portable, and the checksguenther2016-05-231-1/+0
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-231-4/+0
* Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byguenther2016-05-231-2/+0
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-231-13/+0
* Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary inguenther2016-05-201-5/+1
* Unexport sigreturn. Nobody should use it anymore, and it will be removedkettenis2016-05-071-2/+0
* remove ancient dbm functions (ndbm remains). nothing uses them in forever.tedu2016-05-071-7/+0
* Declare moncontrol(3) APIs in <sys/gmon.h>guenther2016-05-071-0/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-19/+3
* Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toguenther2016-03-301-1/+1
* Eliminate userspace caching by getlogin_r/setlogin; make the getloginguenther2016-03-301-2/+2
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-0/+3
* update for new symbols and codetedu2015-11-181-0/+13
* _towctrans_ext and _wctrans_init are now hidden; so drop them from the listguenther2015-11-151-2/+0
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-0/+2
* libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther2015-11-101-2/+2
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-251-2/+0
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-0/+1
* Remove old tame() stubderaadt2015-10-191-2/+0
* tame -> pledge conversion, in libc. I should crank libc, but am cheatingderaadt2015-10-091-2/+4
* Clarify a point. Adjust punctuation after discussion w/ jmc@guenther2015-10-041-3/+3
* seperate random functions into their own blockderaadt2015-09-281-20/+22
* xdr_ypresp_all_seq() does not need to be exported by libc, we can make itderaadt2015-09-281-1/+0
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-1/+1
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-2/+0
* Wrap <pwd.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+0
* Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols notguenther2015-09-131-8/+0
* Put a private copy of the ypresp_allfn/ypresp_data interface into ypservderaadt2015-09-111-2/+0
* _rpc_dtablesize() is not used anywhere, tracking by sthen; ok guentherderaadt2015-09-111-1/+0
* rpcdata should not be exported; ok guentherderaadt2015-09-111-1/+0
* _getnetbyaddr and _getnetbyname appear to be historical accidents inderaadt2015-09-111-2/+0
* hide three netdb related variables; ok guentherderaadt2015-09-111-3/+0
* Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt2015-09-101-7/+0
* explain why __explicit_bzero_hook will remain; ok guentherderaadt2015-09-101-1/+3
* hide __dtoa_locks as a static in the single use case; ok guentherderaadt2015-09-101-1/+0
* Remove link_addr(3). A function to encode the name of an interface inmpi2015-09-101-1/+0
* Hide __sigintr and __strsignal as internal implementation details.guenther2015-09-091-2/+0
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-45/+14
* Stop exporting from libc the <mpool.h> and the mpool_* APIguenther2015-09-091-8/+0
* Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcderaadt2015-09-091-19/+0