summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2015-08-25Fix latter vs later. From jmc@Philip Guenther
2015-08-25Document kbind(2)Philip Guenther
2015-08-22Move to tame(int flags, char *paths[]) API/ABI.Theo de Raadt
2015-08-21Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL.Doug Hogan
2015-08-02spelling; ok deraadtJason McIntyre
2015-07-28ARG_MAX is the standard name (not NCARGS); probab[l]y guentherTheo de Raadt
2015-07-28describe CPATH before TMPPATHTheo de Raadt
2015-07-28unsort: requested by deraadtJason McIntyre
2015-07-23Sync with kernel TIOCGWINSZ change.Doug Hogan
2015-07-21basic macro cleanup, mostly converting to .Dv where appropriateIngo Schwarze
2015-07-20In _TM_SELF, permit uname(3); OK deraadt@.Ingo Schwarze