Age | Commit message (Expand) | Author |
2022-05-04 | Found two multiple evaluation macros. One of them so long and scary it | Theo de Raadt |
2022-04-15 | delete an ancient paragraph suggesting the wrong reason to use close(2) | Theo de Raadt |
2022-04-13 | Fix typo in last commit. | Todd C. Miller |
2022-04-13 | ftok: avoid left shift of a signed in by 24 places | Todd C. Miller |
2022-04-13 | inet_net_pton_ipv6: avoid signed vs unsigned comparison | Todd C. Miller |
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-03-29 | Basic copy editing: | Ingo Schwarze |
2022-03-23 | Remove extra space at EOL in last commit. | Todd C. Miller |
2022-03-23 | Expand the description of the LOGIN_SET* bits. | Todd C. Miller |
2022-03-23 | setclasscontext: support LOGIN_SETRTABLE too | Todd C. Miller |
2022-03-20 | setusercontext: only call setrtable(2) if "rtable" set explicitly. | Todd C. Miller |
2022-03-04 | Document LOGIN_SETRTABLE | Theo Buehler |
2022-03-01 | add rtable capability to login.conf. | Ted Unangst |
2022-02-28 | Remove unused ivbits argument from chacha_keysetup to match other | Darren Tucker |
2022-02-26 | setuserenv: a missing /etc/login.conf file is not an error. | Todd C. Miller |
2022-02-26 | Currently malloc caches a number of free'ed regions up to 128k | Otto Moerbeek |
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-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 |