ndhc/nk
Nicholas J. Kain 9338aa37c2 Use libc snprintf and nstr{cpy,cat}.
We don't need async-safe snprintf anymore, and nstr{cpy,cat} are
more ergonomic and efficient where they can used.
2022-08-09 14:17:31 -04:00
..
hwrng.c nk/hwrng: Use libc wrapper for getrandom by default. 2022-03-08 13:46:23 -05:00
hwrng.h
io.c
io.h
log.h
net_checksum16.h
nstrcpy.h scriptd: Use posix_spawn rather than fork/exec. 2022-08-09 13:40:10 -04:00
privs.c nk/privs: Make capabilities conditional on __linux__ define. 2022-03-08 23:35:12 -05:00
privs.h
pspawn.c scriptd: Use posix_spawn rather than fork/exec. 2022-08-09 13:40:10 -04:00
pspawn.h scriptd: Use posix_spawn rather than fork/exec. 2022-08-09 13:40:10 -04:00
random.c
random.h