summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-26libbb: restore special handling of nomsg errorsRon Yorston
2022-05-12top: improve large PID display in memory ('s') modeDenys Vlasenko
2022-05-12examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko
2022-05-10top: code shrinkDenys Vlasenko
2022-05-10top: code shrinkDenys Vlasenko
2022-05-10top: fix display of large PID/PPIDDenys Vlasenko
2022-05-03seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko
2022-05-02seedrng: restore error check on fsyncDenys Vlasenko
2022-05-02seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko
2022-05-02init: do not set HOMEDenys Vlasenko
2022-05-02tsort: new appletDavid Leonard
2022-05-02crond: implement support for setting PATH in crontab filesPaul Fox
2022-05-01style fixDenys Vlasenko
2022-05-01seedrng: manually inline seed_rngBernhard Reutner-Fischer
2022-05-01seedrng: shorten --help, assorted small cleanupsDenys Vlasenko
2022-05-01seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko
2022-05-01seedrng: do not hash lengths, they are very predictableDenys Vlasenko
2022-05-01seedrng: code shrinkDenys Vlasenko
2022-05-01seedrng: explain why we need locking and fsync'ingDenys Vlasenko
2022-04-30seedrng: remove redundant assignmentDenys Vlasenko
2022-04-30seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko
2022-04-30seedrng: include fiel/dir names in error messagesDenys Vlasenko
2022-04-30seedrng: use more xfuncs where appropriateDenys Vlasenko
2022-04-30seedrng: code shrinkDenys Vlasenko
2022-04-30seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko
2022-04-30seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko
2022-04-30seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko
2022-04-30ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko
2022-04-27seedrng: shorten stringsDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: shrink --help textDenys Vlasenko
2022-04-27libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko
2022-04-24kbuild: Prefer -Oz over -OsBernhard Reutner-Fischer
2022-04-24seedrng: prune header includesJason A. Donenfeld
2022-04-24seedrng: code-golf even smallerJason A. Donenfeld
2022-04-21kbuild: fix building sha256Bernhard Reutner-Fischer
2022-04-20vi: fix backspace over tab in commandsRon Yorston
2022-04-20seedrng: compress format strings with %s argumentsJason A. Donenfeld
2022-04-20seedrng: avoid needless runtime strlen() callJason A. Donenfeld
2022-04-20seedrng: use predefined strings where possibleJason A. Donenfeld
2022-04-20seedrng: further reduce sizeJason A. Donenfeld
2022-04-20seedrng: remove some global variablesJason A. Donenfeld
2022-04-20seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld
2022-04-20seedrng: use libbb functionsJason A. Donenfeld
2022-04-20seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld
2022-03-04vi: improved handling of backspace in replace modeRon Yorston
2022-03-01taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko
2022-03-01ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko