summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2023-12-11document upcoming pinsyscalls(2) system callTheo de Raadt
2023-11-10MNT_SOFTDEP and mount -o softdep no longer have any effectIngo Schwarze
2023-11-09missing full stopJasper Lievisse Adriaanse
2023-10-30seperate -> separate;Jason McIntyre
2023-10-30make special note, right at the start, that DNS is handled seperatelyTheo de Raadt
2023-10-14Document the hw.battery sysctls.Mark Kettenis
2023-10-12for a few sysctl nodes, mention standard or at least more widelyIngo Schwarze
2023-10-02Add 'host root port' information to hw.ucomnames.Kenneth R Westerback
2023-10-02DV -> Dv;Jason McIntyre
2023-10-01Add sysctl hw.ucomnames to list 'fixed' paths to USB serialKenneth R Westerback
2023-09-28don't mention what language functions are implemented inJonathan Gray
2023-09-14use Fn notation instead of Nm, as the rest of the page does;Jason McIntyre
2023-08-20remove "flag" from the Dv line;Jason McIntyre
2023-08-20Add syscall stub for kqueue1(2)Visa Hankala
2023-08-17add space needed in punctuation;Jason McIntyre
2023-08-13simplify previous;Jason McIntyre
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-07-18Remove extra parentheses.ASOU Masato
2023-06-02pledge(2): stdio: permit restricted profil(2) for moncontrol(3)Scott Soule Cheloha
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-16add net.inet.tcp.tso;Jason McIntyre
2023-02-27Calculate the size of the static (and profiled static) execve syscall stubTheo de Raadt
2023-02-23adjust documentation for ktrace.h changes. utrace() is now easier to useTheo de Raadt
2023-02-22remove .Pp before .Sh;Jason McIntyre
2023-02-22Point to <signal.h> and not <sys/signal.h>: the latter isPhilip Guenther
2023-02-22Prefer 'argument' over 'parameter' when refering to the valuePhilip Guenther
2023-02-22Prefer "get or set" over "get/set" or "get and set".Philip Guenther
2023-02-21adress -> address;Jason McIntyre
2023-02-21pinsyscall(2) is not just for dynamic binaries anymore, so make theTheo de Raadt
2023-02-21create a stub for pinsyscall(2)Theo de Raadt
2023-02-21correct parameter typeTheo de Raadt
2023-02-18missing dot before macro; from josiah frentsosJason McIntyre
2023-02-16Document pinsyscall(2). The ld.so and kernel enforcement code is notTheo de Raadt
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-05writev() appeared in 4.1c before 4.2Jonathan Gray
2023-01-12remove outdated "expected to be compliant"Jonathan Gray
2023-01-08Add getthrname(2) manpagePhilip Guenther
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2022-12-30add history for getpid(2) and getppid(2)Jonathan Gray
2022-12-29HISTORY: clarify that unmount(2) used to be called umount(2) from v1 to Tahoe;Ingo Schwarze
2022-12-29profil(2) first appeared in fifth editionJonathan Gray
2022-12-29fcntl(2) first appeared in System IIIJonathan Gray
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-12-20- some small tweaks for the textJason McIntyre
2022-12-19Add waitid(2) manpage, based on a first pass by espie@ and bitsPhilip Guenther
2022-12-19Revert previous: unintentionally included in commitPhilip Guenther
2022-12-19Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the listsPhilip Guenther
2022-12-19waitid(2) returns 0 on success; do post-call cancelation only ifPhilip Guenther
2022-11-07remove one more reference to tcp/slowhz;Jason McIntyre
2022-11-07Modify TCP receive buffer size auto scaling to use the smoothed RTTYASUOKA Masahiko