summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-062-2/+40
* mincore() is a relic from the past, exposing physical machine informationderaadt2019-01-111-2/+1
* Wrap <sched.h> and <sys/futex.h> so that internal calls go directguenther2017-08-151-0/+25
* port the RBT code to userland by making it part of libc.dlg2017-06-191-0/+42
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-076-5/+95
* Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toguenther2016-03-301-0/+25
* Wrap waitpid() so calls go direct; weaken wait() and wait3().guenther2015-10-251-0/+28
* recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther2015-10-041-1/+3
* getpeereid() and sockatmark() are neither used in libc nor in ISO C, so markguenther2015-10-041-1/+3
* Wrap <sys/sem.h> so internal calls go direct and all the symbols are weakguenther2015-09-141-0/+28
* Make isfdtype() and getmntinfo() weak symbolsguenther2015-09-142-2/+4
* Wrap <sys/sysctl.h> so that calls go direct and the symbol is weakguenther2015-09-131-0/+25
* Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakguenther2015-09-121-4/+4
* Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tguenther2015-09-116-0/+196
* Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationguenther2015-09-111-0/+40