Age | Commit message (Expand) | Author |
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-14 | Mark all the rpc 'ops' vectors, for auth, client, service, and xdr, | Philip Guenther |
2022-02-11 | Fix typo in comment for f_favail. | Todd C. Miller |
2022-02-10 | introduce support for storing capability databases in /etc/login.conf.d; | Robert Nagy |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
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 |
2022-01-20 | remove unused variable from all copies of _asr_strdname() | Christian Weisgerber |
2022-01-11 | spelling | Jonathan Gray |
2022-01-06 | refer to longindex as an argument, not a field; | Jason McIntyre |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-02 | Don't use *ENTRY_NB() with END_BUILTIN(), at least yet | Philip Guenther |
2022-01-01 | Add ENTRY_NB() macro for doing an ASM function entry without setting | Philip Guenther |
2022-01-01 | failured -> failed | Jonathan Gray |
2021-12-25 | Update to reflect changes over the last six years | Philip Guenther |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-16 | Document the failure mode if size is too small and mention that | Todd C. Miller |
2021-12-16 | getwd(3): don't malloc space for buf if it is NULL | Todd C. Miller |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-12-11 | doubled word; from Leon Fischer | Theo Buehler |
2021-12-08 | lsearch(3): reimplement using lfind(3) | Scott Soule Cheloha |
2021-12-07 | The ypproto buffer (which supports + lines in master.passwd) was correct | Theo de Raadt |
2021-12-07 | lsearch(3): append key to array with memmove(3) instead of memcpy(3) | Scott Soule Cheloha |
2021-12-07 | sleep.3: miscellanous cleanup, rewrites | Scott Soule Cheloha |
2021-12-06 | gettimeofday.2: miscellaneous manpage cleanup | Scott Soule Cheloha |
2021-12-06 | time.3: miscellaneous manpage cleanup | Scott Soule Cheloha |
2021-12-02 | bsearch(3): support arrays with more than INT_MAX elements | Scott Soule Cheloha |
2021-11-29 | A few sys/param.h annotations lacked ALIGNBYTES | Theo de Raadt |
2021-11-29 | Niels agreed to remove the advertising clause; switching these | Damien Miller |
2021-11-27 | Make brk() and sbrk() weak again to fix build with clang 13. | Visa Hankala |
2021-11-24 | Describe what RES_USE_DNSSEC does and how it's affected by trust-ad | Jeremie Courreges-Anglas |
2021-11-22 | Implement rfc6840 (AD flag processing) if using trusted name servers | Jeremie Courreges-Anglas |
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-05 | Zap unused variables | Klemens Nanni |
2021-11-03 | mention hw.power | Jonathan Gray |
2021-10-31 | document that fileno(3) returns -1 for some kinds of FILE * objects; | Ingo Schwarze |
2021-10-29 | add missing .h file include | Theo de Raadt |
2021-10-25 | Revert accidental change. | Jeremie Courreges-Anglas |
2021-10-25 | Make brk() and sbrk() weak again as intended. | Jeremie Courreges-Anglas |
2021-10-25 | Make brk() and sbrk() weak again as intended. | Mark Kettenis |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | use O_RDONLY instead of 0 as open() flags parameter | Theo de Raadt |
2021-10-24 | ansi | 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-22 | Put back sys/types.h and sys/socket.h. The latter was unintentionally | Theo Buehler |