Age | Commit message (Expand) | Author |
2023-06-02 | pledge(2): stdio: permit restricted profil(2) for moncontrol(3) | Scott Soule Cheloha |
2023-05-19 | Since waitid(2) shares code with wait4(2) and doesn't expose any | Philip Guenther |
2023-05-16 | add net.inet.tcp.tso; | Jason McIntyre |
2023-02-27 | Calculate the size of the static (and profiled static) execve syscall stub | Theo de Raadt |
2023-02-23 | adjust documentation for ktrace.h changes. utrace() is now easier to use | Theo de Raadt |
2023-02-22 | remove .Pp before .Sh; | Jason McIntyre |
2023-02-22 | Point to <signal.h> and not <sys/signal.h>: the latter is | Philip Guenther |
2023-02-22 | Prefer 'argument' over 'parameter' when refering to the value | Philip Guenther |
2023-02-22 | Prefer "get or set" over "get/set" or "get and set". | Philip Guenther |
2023-02-21 | adress -> address; | Jason McIntyre |
2023-02-21 | pinsyscall(2) is not just for dynamic binaries anymore, so make the | Theo de Raadt |
2023-02-21 | create a stub for pinsyscall(2) | Theo de Raadt |
2023-02-21 | correct parameter type | Theo de Raadt |
2023-02-18 | missing dot before macro; from josiah frentsos | Jason McIntyre |
2023-02-16 | Document pinsyscall(2). The ld.so and kernel enforcement code is not | Theo de Raadt |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-05 | writev() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-01-12 | remove outdated "expected to be compliant" | Jonathan Gray |
2023-01-08 | Add getthrname(2) manpage | Philip Guenther |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2022-12-30 | add history for getpid(2) and getppid(2) | Jonathan Gray |
2022-12-29 | HISTORY: clarify that unmount(2) used to be called umount(2) from v1 to Tahoe; | Ingo Schwarze |
2022-12-29 | profil(2) first appeared in fifth edition | Jonathan Gray |
2022-12-29 | fcntl(2) first appeared in System III | Jonathan Gray |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-20 | - some small tweaks for the text | Jason McIntyre |
2022-12-19 | Add waitid(2) manpage, based on a first pass by espie@ and bits | Philip Guenther |
2022-12-19 | Revert previous: unintentionally included in commit | Philip Guenther |
2022-12-19 | Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the lists | Philip Guenther |
2022-12-19 | waitid(2) returns 0 on success; do post-call cancelation only if | Philip Guenther |
2022-11-07 | remove one more reference to tcp/slowhz; | Jason McIntyre |
2022-11-07 | Modify TCP receive buffer size auto scaling to use the smoothed RTT | YASUOKA Masahiko |
2022-11-06 | remove unneccessary Pp after Sh; | Jason McIntyre |
2022-11-06 | At present, mprotect(2) may reduce permissions on immutable pages marked | Theo de Raadt |
2022-10-26 | Add waitid(2) syscall stub. | Mark Kettenis |
2022-10-22 | missing comma; from josiah frentsos | Jason McIntyre |
2022-10-19 | Document sigaltstack restrictions on OpenBSD. | Theo de Raadt |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-10-07 | sort SEE ALSO; | Jason McIntyre |
2022-10-07 | Add mimmutable(2) libc stub, add & adjust manual pages, and crank the minor. | Theo de Raadt |
2022-09-24 | macro tweaks; from josiah frentsos | Jason McIntyre |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-09-09 | add recvmmsg to NAME; | Jason McIntyre |
2022-09-09 | Add libc wrappers for the new sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-08-16 | Remove obsolete kern.nselcoll sysctl. | Visa Hankala |
2022-08-04 | Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency. | Ingo Schwarze |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-02 | Strange argument padding is no longer neccessary, remove this BUGS section | Theo de Raadt |
2022-08-02 | access(2) alarm(2) pause(2) were not ported from pwb to v7 | Jonathan Gray |
2022-07-30 | we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno | Jonathan Gray |