Age | Commit message (Expand) | Author |
2016-06-07 | remove historic note about multiple processes. mostly irrelevant today. | Ted Unangst |
2016-06-01 | Document EINVAL when unlinking "." with the AT_REMOVEDIR flag. | Todd C. Miller |
2016-06-01 | rmdir(2) should return EINVAL not EBUSY when trying to remove ".". | Todd C. Miller |
2016-05-31 | correct documentation for PT_WRITE_I. it may be necessary to flush icache. | Ted Unangst |
2016-05-30 | Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbol | Philip Guenther |
2016-05-30 | We no longer have syscalls with multiple return values. Whine about | Philip Guenther |
2016-05-29 | Prefer AF_* over PF_* and 'address family' over 'protocol family' | Philip Guenther |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-19 | Add ASM_NOERR for syscalls that never fail and thus don't need the errno | Philip Guenther |
2016-05-09 | libc stub is gone, so update the description to cover the remaining use | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-17 | document pledge(2); from rob pierce | Jason McIntyre |
2016-04-13 | Revert the recent changes to pledge.2. | Theo Buehler |
2016-04-12 | tweak previous; | Jason McIntyre |
2016-04-12 | documents "mcast" promise | Sebastien Marie |
2016-04-12 | documents "route" promise | Sebastien Marie |
2016-04-10 | Clean up and complete the lists of allowed syscalls. | Theo Buehler |
2016-04-09 | Document (near) standards conformance | Philip Guenther |
2016-03-30 | Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, to | Philip Guenther |
2016-03-30 | Eliminate userspace caching by getlogin_r/setlogin; make the getlogin | Philip Guenther |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-27 | Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej. | Todd C. Miller |
2016-03-22 | Improve the sendsyslog(2) man page. | Alexander Bluhm |
2016-03-22 | tweak previous; | Jason McIntyre |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-20 | __thrsleep.2 is contained in section 2 | natano |
2016-03-20 | It's libpthread, not librthread, and __tfork(2) lets you set the TCB | Philip Guenther |
2016-03-19 | Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS} | Philip Guenther |
2016-03-19 | This is thrkill, not __thrsigdivert | Philip Guenther |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-11 | missing article in previous; | Jason McIntyre |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-06 | The range of PIDs has changed, and always included zero. | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | Document the PT_GET_THREAD_{FIRST,NEXT} requests | Philip Guenther |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-22 | Document sendsyslog2(2) in man page. | Alexander Bluhm |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-01-18 | adjust some syscalls in proc & id; from Carlin Bingham | Theo de Raadt |
2016-01-09 | Replace "function call" with "function" when referring to a function | mmcc |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-06 | add a bug that the path whitelist is not available at this time. | Ted Unangst |
2016-01-05 | Use "path" not "file" as the function arg to utimes() and utimensat(). | Todd C. Miller |
2015-12-25 | Add missing second argument to FD_SET macro in example code snippet. | tb |
2015-12-16 | documents pledge(2) "dpath" promise | Sebastien Marie |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-03 | Remove the /usr/share/nls/ exception from pledge(2). The libc | Alexander Bluhm |