Age | Commit message (Expand) | Author |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-21 | In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that I | Theo de Raadt |
2022-01-21 | Document EAGAIN error return, as specified by POSIX. | Todd C. Miller |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-06 | gettimeofday.2: miscellaneous manpage cleanup | Scott Soule Cheloha |
2021-11-21 | improve legibility of structs in several manpages | Jan Klemkow |
2021-11-16 | Remove an old note about poor performance | Visa Hankala |
2021-11-03 | mention hw.power | Jonathan Gray |
2021-10-23 | spread some ipcrm/ipcs Xr; from mikhail | Jason McIntyre |
2021-10-22 | After deleting hifn(4) the only provider for the LZS compression | Alexander Bluhm |
2021-10-08 | group the SO_PEERCRED text more logically and mark it read only; | Jason McIntyre |
2021-09-06 | document EFAULT, and replace all 'It Er' errno with 'It Bq Er' | Theo de Raadt |
2021-09-01 | neither ktrace(2) or utrace(2) require a caller to pull sys/param.h | Theo de Raadt |
2021-07-25 | nanosleep.2: HISTORY: correct historic sleep() system call origins | cheloha |
2021-07-23 | nanosleep.2: miscellaneous cleanup and rewrites | cheloha |
2021-07-18 | Markup promises with Cm not Va | kn |
2021-06-30 | more trivial .Ar -> .Fa replacements in syscall manuals | Ingo Schwarze |
2021-06-30 | use .Fa rather than .Ar; patch from me at EmilEngler dot com | Ingo Schwarze |
2021-06-11 | Since futex(2) can fail, it needs a full syscall stub. This should fixes | Mark Kettenis |
2021-05-26 | Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2) | Mark Kettenis |
2021-05-18 | Document new net.unix sysctls. | Claudio Jeker |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-04-22 | kqueue: Make timer re-addition reset existing timer | Visa Hankala |
2021-03-09 | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) | Alexander Bluhm |
2021-03-02 | document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt | Theo de Raadt |
2021-02-04 | Referece trpt(8) from the SO_DEBUG section of getsockopt(2). | Alexander Bluhm |
2021-01-20 | Missing return value; ok jmc@ | Otto Moerbeek |
2021-01-13 | kernel, sysctl(8): remove dead variable: tickadj | cheloha |
2021-01-03 | Make consistent reference to pathname. | rob |
2020-12-29 | Document kern.video.record. | Marcus Glocker |
2020-11-14 | EVFILT_EXCEPT operates on sockets (emil engler) | Jason McIntyre |
2020-11-05 | double word fixes; | Jason McIntyre |
2020-10-25 | clock_gettime.2: overhaul manpage | cheloha |
2020-09-30 | adjust protos for utimes/futimes to use [2], and then add documentation | Theo de Raadt |
2020-08-13 | select.2: Xr directly to timersub(3) now that it has a dedicated manpage | cheloha |
2020-08-04 | We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4) | mvs |
2020-07-26 | Reference unveil(2) in system accounting and daily.8. | rob |
2020-07-17 | "wroute" allows changes to the routing table; ok deraadt | Jason McIntyre |
2020-07-17 | route and wroute were undocumented; ok florian | Theo de Raadt |
2020-07-09 | adjfreq(2): limit adjustment to [-500000, +500000] ppm | cheloha |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-22 | spelling fix; | Jason McIntyre |
2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. | Martin Pieuchot |
2020-05-31 | Remove an outdated BUGS section. | Visa Hankala |
2020-05-17 | Fix forgotten references to removed mixer.4 manual | Alexandre Ratchov |
2020-04-25 | Clairify the point at which unveil first makes restricitons on the | Bob Beck |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt |
2020-04-10 | Update ARG_MAX bytes count | Jeremie Courreges-Anglas |
2020-03-11 | typo; from bryan stenson | Jason McIntyre |
2020-02-11 | Some system calls can fail due to an open-ended variety of causes | Ingo Schwarze |