summaryrefslogtreecommitdiff
path: root/src/lib/libc/include/namespace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsguenther2019-11-251-6/+12
* Complete the ld.so boot cleanup: move most libc initialization fromguenther2019-06-021-1/+3
* Move 'how this works' details from namespace.h to DETAILSguenther2019-05-131-112/+3
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-181-2/+5
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-291-5/+17
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-2/+4
* Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowguenther2016-04-051-8/+8
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-5/+6
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-111-1/+10
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-1/+17
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-8/+1
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-051-4/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-9/+149
* Fix RCS idstholo1996-08-191-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+18