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