Age | Commit message (Expand) | Author |
2015-10-14 | Document flock request | Todd C. Miller |
2015-10-13 | new sentence, new line; | Jason McIntyre |
2015-10-12 | satisfy jmc! | Theo de Raadt |
2015-10-12 | Add details about a variety of semantics; going to keep adding and then | Theo de Raadt |
2015-10-12 | Make it clear that umask ignores everything but the rwx bits. | Todd C. Miller |
2015-10-12 | pledge wasn't called pledge in 5.8, and it was disabled; | Ingo Schwarze |
2015-10-12 | make description of ERRORS more complete; | Ingo Schwarze |
2015-10-11 | Document that execve(2) resets SIGCHLD to SIG_DFL | Philip Guenther |
2015-10-11 | Prefer .Fa over .Em for struct members | Philip Guenther |
2015-10-11 | Document that bind(2) and connect(2) ignore the incoming sa_len | Philip Guenther |
2015-10-09 | do not use weak; plus this dies next week | Theo de Raadt |
2015-10-09 | oops, typo spotted in temporary .c file, by semarie | Theo de Raadt |
2015-10-09 | tame -> pledge conversion, in libc. I should crank libc, but am cheating | Theo de Raadt |
2015-10-04 | mention sendto(2) destination address restriction for "rw" | Damien Miller |
2015-09-30 | implement new "prot_exec" tame(2) request: | Sebastien Marie |
2015-09-26 | oops - avoid Xr to self; sorry sebastien... | Jason McIntyre |
2015-09-26 | mentions that using systrace(4) on a tame(2) program isn't possible. | Sebastien Marie |
2015-09-24 | add a small hint that you'll get EBUSY if you forget to wait. ok guenther | Ted Unangst |
2015-09-21 | Add STANDARDS section and another EINVAL reason | Philip Guenther |
2015-09-14 | KNF | Philip Guenther |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-12 | Make these timer_* stubs weak symbols | Philip Guenther |
2015-09-11 | Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration | Philip Guenther |
2015-09-11 | change remaining mentions of "flags" to "request" and adapt text | Theo de Raadt |
2015-09-10 | Pull in namespace.h when building all .c files using gcc's -include option, | Philip Guenther |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-09 | seperate->separate; | Jason McIntyre |
2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, | Theo de Raadt |
2015-09-09 | Simplify makefile rules for building the ASM stubs into "pick something | Philip Guenther |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
2015-09-07 | Add getfsstat(2) to TAME_RPATH; OK deraadt@ | tim |
2015-09-06 | spacing required before punctuation; | Jason McIntyre |
2015-09-06 | remove excessive Xr; from rob pierce | Theo de Raadt |
2015-09-04 | Add missing information to the socket splicing man page to make it | Alexander Bluhm |
2015-08-26 | tweak previous; | Jason McIntyre |
2015-08-26 | use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs. | Sebastien Marie |
2015-08-26 | Add TIOCGETA to the tame list for TAME_IOCTL. | Doug Hogan |
2015-08-26 | Convert paths argument of tame(2) to const char **. | Doug Hogan |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2015-08-25 | Fix latter vs later. From jmc@ | Philip Guenther |
2015-08-25 | Document kbind(2) | Philip Guenther |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-08-21 | Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL. | Doug Hogan |
2015-08-02 | spelling; ok deraadt | Jason McIntyre |
2015-07-28 | ARG_MAX is the standard name (not NCARGS); probab[l]y guenther | Theo de Raadt |
2015-07-28 | describe CPATH before TMPPATH | Theo de Raadt |
2015-07-28 | unsort: requested by deraadt | Jason McIntyre |
2015-07-23 | Sync with kernel TIOCGWINSZ change. | Doug Hogan |
2015-07-21 | basic macro cleanup, mostly converting to .Dv where appropriate | Ingo Schwarze |
2015-07-20 | In _TM_SELF, permit uname(3); OK deraadt@. | Ingo Schwarze |