Age | Commit message (Expand) | Author |
2022-09-24 | macro tweaks; from josiah frentsos | Jason McIntyre |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-09-09 | add recvmmsg to NAME; | Jason McIntyre |
2022-09-09 | Add libc wrappers for the new sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-08-16 | Remove obsolete kern.nselcoll sysctl. | Visa Hankala |
2022-08-04 | Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency. | Ingo Schwarze |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-02 | Strange argument padding is no longer neccessary, remove this BUGS section | Theo de Raadt |
2022-08-02 | access(2) alarm(2) pause(2) were not ported from pwb to v7 | Jonathan Gray |
2022-07-30 | we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno | Jonathan Gray |
2022-07-23 | timecounting: use full 96-bit product when computing elapsed time | Scott Soule Cheloha |
2022-07-21 | repair error section; Martin Vahlensieck | Theo de Raadt |
2022-07-17 | fix a macro, and "new sentence, new line"; | Jason McIntyre |
2022-07-17 | Delete mention of the old /var/run/ypbind.lock hack. | Theo de Raadt |
2022-07-17 | Add ypconnect(2) stub inside libc so that libc functions can use it, | Theo de Raadt |
2022-07-17 | add ypconnect(2) manual page | Theo de Raadt |
2022-06-16 | shmaddr is a pointer, so use NULL instead 0f | Theo de Raadt |
2022-05-23 | Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2). | Todd C. Miller |
2022-04-15 | delete an ancient paragraph suggesting the wrong reason to use close(2) | Theo de Raadt |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2022-02-25 | add setrtable to pledge("id"). from Matthew Martin | Ted Unangst |
2022-02-22 | The include of sys/ktrace.h will require sys/types.h, so document this. | Theo de Raadt |
2022-02-19 | remove redundant swap encryption text | Jonathan Gray |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2022-02-18 | grammar | Jonathan Gray |
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 |