aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-30seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko1-1/+12
2022-04-30seedrng: include fiel/dir names in error messagesDenys Vlasenko1-3/+3
2022-04-30seedrng: use more xfuncs where appropriateDenys Vlasenko1-12/+12
2022-04-30seedrng: code shrinkDenys Vlasenko1-5/+5
2022-04-30seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko1-14/+17
2022-04-30seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko1-10/+12
2022-04-30seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko1-38/+16
2022-04-30ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko1-5/+7
2022-04-30win32: clarify documentation of is_relative_path()Ron Yorston1-3/+8
2022-04-30reset: applet should be NOEXEC for POSIXRon Yorston1-1/+2
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko1-9/+9
2022-04-27seedrng: shorten stringsDenys Vlasenko1-11/+11
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko1-8/+11
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko1-5/+5
2022-04-27seedrng: shrink --help textDenys Vlasenko1-3/+3
2022-04-27libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko1-1/+13
2022-04-24kbuild: Prefer -Oz over -OsBernhard Reutner-Fischer1-2/+2
2022-04-24ash: avoid misleading '.exe' in standalone shell modeRon Yorston1-1/+1
2022-04-24win32: conditional compilation in process.cRon Yorston1-10/+10
2022-04-24seedrng: prune header includesJason A. Donenfeld1-14/+0
2022-04-24seedrng: code-golf even smallerJason A. Donenfeld1-28/+14
2022-04-23win32: proper conditional compilation in popen.cRon Yorston1-9/+14
2022-04-22date: enable FEATURE_DATE_NANORon Yorston5-2/+16
2022-04-21kbuild: fix building sha256Bernhard Reutner-Fischer2-8/+1
2022-04-20vi: fix backspace over tab in commandsRon Yorston1-1/+2
2022-04-20seedrng: compress format strings with %s argumentsJason A. Donenfeld1-12/+10
2022-04-20seedrng: avoid needless runtime strlen() callJason A. Donenfeld1-5/+3
2022-04-20seedrng: use predefined strings where possibleJason A. Donenfeld1-5/+5
2022-04-20seedrng: further reduce sizeJason A. Donenfeld1-55/+22
2022-04-20seedrng: remove some global variablesJason A. Donenfeld1-16/+16
2022-04-20seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld1-14/+32
2022-04-20seedrng: use libbb functionsJason A. Donenfeld1-89/+59