summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2021-03-02document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurtTheo de Raadt
2021-02-04Referece trpt(8) from the SO_DEBUG section of getsockopt(2).Alexander Bluhm
2021-01-20Missing return value; ok jmc@Otto Moerbeek
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2021-01-03Make consistent reference to pathname.rob
2020-12-29Document kern.video.record.Marcus Glocker
2020-11-14EVFILT_EXCEPT operates on sockets (emil engler)Jason McIntyre
2020-11-05double word fixes;Jason McIntyre
2020-10-25clock_gettime.2: overhaul manpagecheloha
2020-09-30adjust protos for utimes/futimes to use [2], and then add documentationTheo de Raadt
2020-08-13select.2: Xr directly to timersub(3) now that it has a dedicated manpagecheloha
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs
2020-07-26Reference unveil(2) in system accounting and daily.8.rob
2020-07-17"wroute" allows changes to the routing table; ok deraadtJason McIntyre
2020-07-17route and wroute were undocumented; ok florianTheo de Raadt
2020-07-09adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-22spelling fix;Jason McIntyre
2020-06-22Extend kqueue interface with EVFILT_EXCEPT filter.Martin Pieuchot
2020-05-31Remove an outdated BUGS section.Visa Hankala
2020-05-17Fix forgotten references to removed mixer.4 manualAlexandre Ratchov
2020-04-25Clairify the point at which unveil first makes restricitons on theBob Beck
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
2020-04-10Update ARG_MAX bytes countJeremie Courreges-Anglas
2020-03-11typo; from bryan stensonJason McIntyre
2020-02-11Some system calls can fail due to an open-ended variety of causesIngo Schwarze