aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | lineedit: case-insensitive matching for '~'Ron Yorston2022-05-111-0/+4
* | win32: make default PATH more likely to workRon Yorston2022-05-101-7/+10
* | ash: code shrinkRon Yorston2022-05-101-2/+1
* | ash: export certain variables to the environment immediatelyRon Yorston2022-05-086-6/+60
* | win32: fix 'cd' to symlink with relative path as targetRon Yorston2022-05-071-1/+1
* | ash: don't set OLDPWD on startupRon Yorston2022-05-071-1/+2
* | win32: allow preference for applets to be disabled at runtimeRon Yorston2022-05-064-5/+61
* | win32: search PATH for missing Unix-style executablesRon Yorston2022-05-064-59/+74
* | win32: better fix for empty environment variablesRon Yorston2022-05-053-9/+75
* | win32: revert changes related to environment variablesRon Yorston2022-05-042-12/+21
* | win32: new code to set empty environment variableRon Yorston2022-05-031-12/+8
* | which,ash: changes to which/command/typeRon Yorston2022-05-014-23/+67
* | win32: clarify documentation of is_relative_path()Ron Yorston2022-04-301-3/+8
* | reset: applet should be NOEXEC for POSIXRon Yorston2022-04-301-1/+2
* | ash: avoid misleading '.exe' in standalone shell modeRon Yorston2022-04-241-1/+1
* | win32: conditional compilation in process.cRon Yorston2022-04-241-10/+10
* | win32: proper conditional compilation in popen.cRon Yorston2022-04-231-9/+14
* | date: enable FEATURE_DATE_NANORon Yorston2022-04-225-2/+16
* | win32: minor adjustments to file permissionsRon Yorston2022-04-192-9/+10
* | Update default configurationRon Yorston2022-04-072-62/+76
* | Merge branch 'busybox'Ron Yorston2022-04-0714-133/+196
|\|
| * 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
| * ash: fix unsafe use of mempcpyDenys Vlasenko2022-03-011-1/+7
| * ash: don't read past end of var in subvareval for bash substitutionsSören Tempel2022-03-015-0/+10
| * libbb/sha1: update config help text with new performance numbersDenys Vlasenko2022-02-181-3/+4