Age | Commit message (Expand) | Author |
2017-02-14 | Missing opening brace. Spotted by Hiltjo Posthuma. | Theo Buehler |
2017-01-29 | return the sio_open notes to the audio section; from michael reed | Jason McIntyre |
2017-01-23 | whitespace between macro args and punctuation, and zap a ton | Jason McIntyre |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2016-10-27 | For consistency, allow symlinkat(2) in the same way as symlink(2); | Ingo Schwarze |
2016-10-19 | note that SO_REUSEADDR is restricted to callers with the same uid or root; | Jason McIntyre |
2016-10-07 | rss limit is no longer enforced. noticed by Raimo Niskanen | Ted Unangst |
2016-09-30 | Make read(2) return EISDIR on directories. | Jeremie Courreges-Anglas |
2016-09-17 | Restore warnings about multiple process waiting on same fd | Philip Guenther |
2016-09-13 | spelling; from Frank Schoep | Theo de Raadt |
2016-09-12 | document that running a W^X violating binary from file system mounted | Ingo Schwarze |
2016-09-05 | correct wording; from rob@2keys.ca | Theo de Raadt |
2016-09-03 | Don't list individual valid CLOCK_* values, instead refer to | Michal Mazurek |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-09-01 | Update list of ioctls for the audio promise. Suggested by jmc@, thanks. | Alexandre Ratchov |
2016-08-21 | fix obvious typo in the .Dt section number | Ingo Schwarze |
2016-08-20 | Sync connect_wait() example with its real usage in ftp(1). | Todd C. Miller |
2016-08-18 | Add an EXAMPLES section that illustrates how to deal with connect(2) | Todd C. Miller |
2016-08-13 | modern interfaces should use modern speelings, so spell quad_t as int64_t. | Ted Unangst |
2016-08-09 | Expand the asynchronous connect information and move it out of | Todd C. Miller |
2016-08-09 | Document that connect goes async when interrupted by signal. | Todd C. Miller |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-07-03 | introduces new promise "chown" to allow changing owner/group with *chown(2) f... | Sebastien Marie |
2016-06-18 | Update column width decision | Philip Guenther |
2016-06-18 | Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}} | Philip Guenther |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
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 |