summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Add support for timeconting in userland.pirofti2-2/+40
2019-01-11mincore() is a relic from the past, exposing physical machine informationderaadt1-2/+1
2017-08-15Wrap <sched.h> and <sys/futex.h> so that internal calls go directguenther1-0/+25
2017-06-19port the RBT code to userland by making it part of libc.dlg1-0/+42
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther6-5/+95
2016-03-30Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toguenther1-0/+25
2015-10-25Wrap waitpid() so calls go direct; weaken wait() and wait3().guenther1-0/+28
2015-10-04recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther1-1/+3
2015-10-04getpeereid() and sockatmark() are neither used in libc nor in ISO C, so markguenther1-1/+3
2015-09-14Wrap <sys/sem.h> so internal calls go direct and all the symbols are weakguenther1-0/+28
2015-09-14Make isfdtype() and getmntinfo() weak symbolsguenther2-2/+4
2015-09-13Wrap <sys/sysctl.h> so that calls go direct and the symbol is weakguenther1-0/+25
2015-09-12Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakguenther1-4/+4
2015-09-11Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tguenther6-0/+196
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationguenther1-0/+40