summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2022-11-06remove unneccessary Pp after Sh;Jason McIntyre
2022-11-06At present, mprotect(2) may reduce permissions on immutable pages markedTheo de Raadt
2022-10-26Add waitid(2) syscall stub.Mark Kettenis
2022-10-22missing comma; from josiah frentsosJason McIntyre
2022-10-19Document sigaltstack restrictions on OpenBSD.Theo de Raadt
2022-10-13controm terminql -> controlling terminal;Jason McIntyre
2022-10-07sort SEE ALSO;Jason McIntyre
2022-10-07Add mimmutable(2) libc stub, add & adjust manual pages, and crank the minor.Theo de Raadt
2022-09-24macro tweaks; from josiah frentsosJason McIntyre
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-09add recvmmsg to NAME;Jason McIntyre
2022-09-09Add libc wrappers for the new sendmmsg and recvmmsg system calls.Moritz Buhl
2022-08-16Remove obsolete kern.nselcoll sysctl.Visa Hankala
2022-08-04Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency.Ingo Schwarze
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-02Strange argument padding is no longer neccessary, remove this BUGS sectionTheo de Raadt
2022-08-02access(2) alarm(2) pause(2) were not ported from pwb to v7Jonathan Gray
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray