summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2022-07-23timecounting: use full 96-bit product when computing elapsed timeScott Soule Cheloha
2022-07-21repair error section; Martin VahlensieckTheo de Raadt
2022-07-17fix a macro, and "new sentence, new line";Jason McIntyre
2022-07-17Delete mention of the old /var/run/ypbind.lock hack.Theo de Raadt
2022-07-17Add ypconnect(2) stub inside libc so that libc functions can use it,Theo de Raadt
2022-07-17add ypconnect(2) manual pageTheo de Raadt
2022-06-16shmaddr is a pointer, so use NULL instead 0fTheo de Raadt
2022-05-23Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2).Todd C. Miller
2022-04-15delete an ancient paragraph suggesting the wrong reason to use close(2)Theo de Raadt
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-02-25add setrtable to pledge("id"). from Matthew MartinTed Unangst
2022-02-22The include of sys/ktrace.h will require sys/types.h, so document this.Theo de Raadt
2022-02-19remove redundant swap encryption textJonathan Gray
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18grammarJonathan Gray
2022-02-06remove please from manual pagesJonathan Gray
2022-01-21In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that ITheo de Raadt
2022-01-21Document EAGAIN error return, as specified by POSIX.Todd C. Miller
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-06gettimeofday.2: miscellaneous manpage cleanupScott Soule Cheloha
2021-11-21improve legibility of structs in several manpagesJan Klemkow
2021-11-16Remove an old note about poor performanceVisa Hankala
2021-11-03mention hw.powerJonathan Gray
2021-10-23spread some ipcrm/ipcs Xr; from mikhailJason McIntyre
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
2021-10-08group the SO_PEERCRED text more logically and mark it read only;Jason McIntyre
2021-09-06document EFAULT, and replace all 'It Er' errno with 'It Bq Er'Theo de Raadt
2021-09-01neither ktrace(2) or utrace(2) require a caller to pull sys/param.hTheo de Raadt
2021-07-25nanosleep.2: HISTORY: correct historic sleep() system call originscheloha
2021-07-23nanosleep.2: miscellaneous cleanup and rewritescheloha
2021-07-18Markup promises with Cm not Vakn
2021-06-30more trivial .Ar -> .Fa replacements in syscall manualsIngo Schwarze
2021-06-30use .Fa rather than .Ar; patch from me at EmilEngler dot comIngo Schwarze
2021-06-11Since futex(2) can fail, it needs a full syscall stub. This should fixesMark Kettenis
2021-05-26Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)Mark Kettenis
2021-05-18Document new net.unix sysctls.Claudio Jeker
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-22kqueue: Make timer re-addition reset existing timerVisa Hankala
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm