Age | Commit message (Expand) | Author |
2023-12-11 | document upcoming pinsyscalls(2) system call | Theo de Raadt |
2023-11-10 | MNT_SOFTDEP and mount -o softdep no longer have any effect | Ingo Schwarze |
2023-11-09 | missing full stop | Jasper Lievisse Adriaanse |
2023-10-30 | seperate -> separate; | Jason McIntyre |
2023-10-30 | make special note, right at the start, that DNS is handled seperately | Theo de Raadt |
2023-10-14 | Document the hw.battery sysctls. | Mark Kettenis |
2023-10-12 | for a few sysctl nodes, mention standard or at least more widely | Ingo Schwarze |
2023-10-02 | Add 'host root port' information to hw.ucomnames. | Kenneth R Westerback |
2023-10-02 | DV -> Dv; | Jason McIntyre |
2023-10-01 | Add sysctl hw.ucomnames to list 'fixed' paths to USB serial | Kenneth R Westerback |
2023-09-28 | don't mention what language functions are implemented in | Jonathan Gray |
2023-09-14 | use Fn notation instead of Nm, as the rest of the page does; | Jason McIntyre |
2023-08-20 | remove "flag" from the Dv line; | Jason McIntyre |
2023-08-20 | Add syscall stub for kqueue1(2) | Visa Hankala |
2023-08-17 | add space needed in punctuation; | Jason McIntyre |
2023-08-13 | simplify previous; | Jason McIntyre |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-07-18 | Remove extra parentheses. | ASOU Masato |
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 |