| Age | Commit message (Expand) | Author |
| 2021-11-01 | work around lint bug | christos |
| 2021-11-01 | Version the sigaction(2) libc wrapper. The new version uses the "siginfo" | thorpej |
| 2021-11-01 | Don't mention the "struct sigaltstack" name of "stack_t". | thorpej |
| 2021-11-01 | Remove the | agc |
| 2021-10-31 | Tidy up how __sigaction14_sigtramp.c is added to SRCS. | thorpej |
| 2021-10-31 | libcrypt: Compile with USE_FORT, for this is cryptographic software. | nia |
| 2021-10-30 | Put back the sigcontext sigtramp code. | christos |
| 2021-10-30 | pam_exec: Convert realloc(x * y) to reallocarr. | nia |
| 2021-10-30 | libtelnet: convert malloc(x * y) to reallocarr | nia |
| 2021-10-30 | puffs(3): Replace realloc(x * y) with reallocarr | nia |
| 2021-10-30 | refuse(3): Simplify reallocation logic with reallocarr. | nia |
| 2021-10-29 | Add "--" 'options end' parameter to the sh -c call that runs the | kre |
| 2021-10-29 | libcrypt: Fix a floating point exception when a low number of HMAC-SHA1 | nia |
| 2021-10-29 | reallocarr does not set errno. | nia |
| 2021-10-29 | citrus: Use calloc instead of malloc'ing and clearing the array manually | nia |
| 2021-10-29 | scandir(3): Convert malloc(x * y) and realloc(x * y) to reallocarr | nia |
| 2021-10-29 | radixsort(3): use reallocarr instead of malloc(x * y) | nia |
| 2021-10-29 | wcsdup(3): use reallocarr to catch integer overflow | nia |
| 2021-10-28 | Fix typo in comment: allows, not alows. | riastradh |
| 2021-10-28 | Use .Sq instead of a dangling .So | kim |
| 2021-10-27 | getaddrinfo(3): malloc + memset -> calloc | nia |
| 2021-10-27 | fix problem with uninitialized variable on malformed 32 bit time. | christos |
| 2021-10-27 | - Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-10-26 | libcrypt: Make Werror-disables for external Argon2 library per-file. | nia |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-26 | libcrypt: fine-grained warnings for argon2, requested by rin | nia |
| 2021-10-25 | Fix for PR lib/47398 | blymn |
| 2021-10-24 | setlocale.3: minor updates to reflect the current implementation | gutteridge |
| 2021-10-23 | Add support for the EVFILT_EMPTY filter, which is activated when the | thorpej |
| 2021-10-22 | Fix build failure | ryoon |
| 2021-10-22 | Change to code and documentation from 2021a -> 2021e | christos |
| 2021-10-21 | Revert "Does not work" back to "Does no work". It wasn't a typo. | andvar |
| 2021-10-21 | fix various typos, mainly in comments, but also in man pages and log messages. | andvar |
| 2021-10-20 | crypt.3: add a reference for Argon2 | nia |
| 2021-10-20 | Be a little bit more eager to let Argon2 use memory. | nia |
| 2021-10-20 | crypt(3): For argon2, default to time=3. | nia |
| 2021-10-20 | crypt(3): return 0 -> return NULL for function returning char * | nia |
| 2021-10-20 | crypt(3): Adapt default Argon2 parameters to system performance | nia |
| 2021-10-20 | Oops, forgot to note the history of NOTE_OPEN, NOTE_CLOSE, NOTE_CLOSE_WRITE, | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-19 | Fix for PR lib/47397 | blymn |
| 2021-10-19 | Add a bit more debug. | blymn |
| 2021-10-19 | Fix for PR pkg/55931 | blymn |
| 2021-10-16 | libcrypt: Hide more private symbols by default. Fix style. | nia |
| 2021-10-13 | libcrypt: work around compiler bugs to get MKARGON2 working on vax | nia |
| 2021-10-13 | Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS, | thorpej |
| 2021-10-12 | Capitalize word. | wiz |
| 2021-10-12 | crypt.3: note parallelism caveats | nia |
| 2021-10-12 | Fix release builds with MKARGON2=yes | nia |
| 2021-10-12 | added missing copyright header. pointed out by nia. no functional change | jhigh |