summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2015-10-29update text to be more like posix, in particular wrt length = 0Ted Unangst
2015-10-25Move the _atfork_list definition to atexit.c so that the fork syscall stubPhilip Guenther
2015-10-24Unify all the errno names inAlexander Bluhm
2015-10-24remove a paste error and get section numbers right for sysctl(3);Jason McIntyre
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-10-23Add 3 new pledge requests. "ps" exposes enough sysctl information forTheo de Raadt
2015-10-23Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNSTheo de Raadt
2015-10-22document "id" request; from Gregor BestTheo de Raadt
2015-10-20Document SOCK_DNS flagTheo de Raadt
2015-10-19Remove old tame() stubTheo de Raadt
2015-10-18create libc stubs for dnssocket() and dnsconnect()Theo de Raadt
2015-10-14Document flock requestTodd C. Miller
2015-10-13new sentence, new line;Jason McIntyre
2015-10-12satisfy jmc!Theo de Raadt
2015-10-12Add details about a variety of semantics; going to keep adding and thenTheo de Raadt
2015-10-12Make it clear that umask ignores everything but the rwx bits.Todd C. Miller
2015-10-12pledge wasn't called pledge in 5.8, and it was disabled;Ingo Schwarze
2015-10-12make description of ERRORS more complete;Ingo Schwarze
2015-10-11Document that execve(2) resets SIGCHLD to SIG_DFLPhilip Guenther
2015-10-11Prefer .Fa over .Em for struct membersPhilip Guenther
2015-10-11Document that bind(2) and connect(2) ignore the incoming sa_lenPhilip Guenther
2015-10-09do not use weak; plus this dies next weekTheo de Raadt
2015-10-09oops, typo spotted in temporary .c file, by semarieTheo de Raadt
2015-10-09tame -> pledge conversion, in libc. I should crank libc, but am cheatingTheo de Raadt
2015-10-04mention sendto(2) destination address restriction for "rw"Damien Miller
2015-09-30implement new "prot_exec" tame(2) request:Sebastien Marie
2015-09-26oops - avoid Xr to self; sorry sebastien...Jason McIntyre
2015-09-26mentions that using systrace(4) on a tame(2) program isn't possible.Sebastien Marie
2015-09-24add a small hint that you'll get EBUSY if you forget to wait. ok guentherTed Unangst
2015-09-21Add STANDARDS section and another EINVAL reasonPhilip Guenther
2015-09-14KNFPhilip Guenther
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-09-12Make these timer_* stubs weak symbolsPhilip Guenther
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationPhilip Guenther
2015-09-11change remaining mentions of "flags" to "request" and adapt textTheo de Raadt
2015-09-10Pull in namespace.h when building all .c files using gcc's -include option,Philip Guenther
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-09seperate->separate;Jason McIntyre
2015-09-09Move to next tame() API. The flags are now passed as a very simple string,Theo de Raadt
2015-09-09Simplify makefile rules for building the ASM stubs into "pick somethingPhilip Guenther
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-09-07Add getfsstat(2) to TAME_RPATH; OK deraadt@tim
2015-09-06spacing required before punctuation;Jason McIntyre
2015-09-06remove excessive Xr; from rob pierceTheo de Raadt
2015-09-04Add missing information to the socket splicing man page to make itAlexander Bluhm
2015-08-26tweak previous;Jason McIntyre
2015-08-26use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs.Sebastien Marie
2015-08-26Add TIOCGETA to the tame list for TAME_IOCTL.Doug Hogan
2015-08-26Convert paths argument of tame(2) to const char **.Doug Hogan
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther