aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: restore special handling of nomsg errorsRon Yorston2022-06-262-4/+4
* top: improve large PID display in memory ('s') modeDenys Vlasenko2022-05-121-1/+4
* examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko2022-05-124-10/+16
* top: code shrinkDenys Vlasenko2022-05-101-11/+9
* top: code shrinkDenys Vlasenko2022-05-101-11/+14
* top: fix display of large PID/PPIDDenys Vlasenko2022-05-101-2/+28
* seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko2022-05-031-8/+8
* seedrng: restore error check on fsyncDenys Vlasenko2022-05-021-9/+12
* seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko2022-05-021-0/+0
* init: do not set HOMEDenys Vlasenko2022-05-021-1/+5
* tsort: new appletDavid Leonard2022-05-023-1/+299
* crond: implement support for setting PATH in crontab filesPaul Fox2022-05-021-7/+16
* style fixDenys Vlasenko2022-05-017-9/+9
* seedrng: manually inline seed_rngBernhard Reutner-Fischer2022-05-011-21/+15
* seedrng: shorten --help, assorted small cleanupsDenys Vlasenko2022-05-011-11/+10
* seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko2022-05-011-1/+5
* seedrng: do not hash lengths, they are very predictableDenys Vlasenko2022-05-011-3/+5
* seedrng: code shrinkDenys Vlasenko2022-05-011-8/+10
* seedrng: explain why we need locking and fsync'ingDenys Vlasenko2022-05-011-8/+18
* seedrng: remove redundant assignmentDenys Vlasenko2022-04-301-3/+3
* seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko2022-04-301-1/+12
* seedrng: include fiel/dir names in error messagesDenys Vlasenko2022-04-301-3/+3
* seedrng: use more xfuncs where appropriateDenys Vlasenko2022-04-301-12/+12
* seedrng: code shrinkDenys Vlasenko2022-04-301-5/+5
* seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko2022-04-301-14/+17
* seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko2022-04-301-10/+12
* seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko2022-04-301-38/+16
* ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko2022-04-301-5/+7
* seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko2022-04-271-9/+9
* seedrng: shorten stringsDenys Vlasenko2022-04-271-11/+11
* seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko2022-04-271-8/+11
* seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko2022-04-271-5/+5
* seedrng: shrink --help textDenys Vlasenko2022-04-271-3/+3
* libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko2022-04-271-1/+13
* kbuild: Prefer -Oz over -OsBernhard Reutner-Fischer2022-04-241-2/+2
* seedrng: prune header includesJason A. Donenfeld2022-04-241-14/+0
* seedrng: code-golf even smallerJason A. Donenfeld2022-04-241-28/+14
* kbuild: fix building sha256Bernhard Reutner-Fischer2022-04-212-8/+1
* vi: fix backspace over tab in commandsRon Yorston2022-04-201-1/+2
* seedrng: compress format strings with %s argumentsJason A. Donenfeld2022-04-201-12/+10
* seedrng: avoid needless runtime strlen() callJason A. Donenfeld2022-04-201-5/+3
* seedrng: use predefined strings where possibleJason A. Donenfeld2022-04-201-5/+5
* seedrng: further reduce sizeJason A. Donenfeld2022-04-201-55/+22
* seedrng: remove some global variablesJason A. Donenfeld2022-04-201-16/+16
* seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld2022-04-201-14/+32
* seedrng: use libbb functionsJason A. Donenfeld2022-04-201-89/+59
* seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld2022-04-201-0/+308
* vi: improved handling of backspace in replace modeRon Yorston2022-03-041-6/+18
* taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko2022-03-011-2/+1
* ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko2022-03-011-3/+1