summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/unistd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unveiling unveil(2).beck2018-07-131-1/+2
* Don't declare select() in <unistd.h>guenther2016-09-121-2/+1
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-231-3/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-12/+12
* Eliminate userspace caching by getlogin_r/setlogin; make the getloginguenther2016-03-301-3/+3
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-1/+6
* PROTO_NORMAL for pledge(); ok guentherderaadt2015-10-171-1/+2
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-2/+2
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+75
* Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tguenther2015-09-111-1/+65
* Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationguenther2015-09-111-0/+27