Age | Commit message (Expand) | Author |
2015-10-29 | update text to be more like posix, in particular wrt length = 0 | Ted Unangst |
2015-10-25 | Move the _atfork_list definition to atexit.c so that the fork syscall stub | Philip Guenther |
2015-10-24 | Unify all the errno names in | Alexander Bluhm |
2015-10-24 | remove a paste error and get section numbers right for sysctl(3); | Jason McIntyre |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-23 | Add 3 new pledge requests. "ps" exposes enough sysctl information for | Theo de Raadt |
2015-10-23 | Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS | Theo de Raadt |
2015-10-22 | document "id" request; from Gregor Best | Theo de Raadt |
2015-10-20 | Document SOCK_DNS flag | Theo de Raadt |
2015-10-19 | Remove old tame() stub | Theo de Raadt |
2015-10-18 | create libc stubs for dnssocket() and dnsconnect() | Theo de Raadt |
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 |