summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argumentDenys Vlasenko2022-02-122-70/+70
| * whitespace fixesDenys Vlasenko2022-02-112-11/+11
| * libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use itDenys Vlasenko2022-02-116-115/+163
| * libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2022-02-112-123/+117
| * libbb/sha: improve commentsDenys Vlasenko2022-02-104-21/+20
| * whitespace fixDenys Vlasenko2022-02-094-10/+10
* | ash: let $HOME set home directory of login shellRon Yorston2022-03-221-1/+4
* | Fix POSIX buildFRP-4621-gf3c5e8bc3Ron Yorston2022-02-271-2/+2
* | ash: try harder to avoid ctrl-c issueRon Yorston2022-02-271-24/+1
* | win32: fake file ownership on FAT filesystemsRon Yorston2022-02-171-5/+11
* | Increment date in resourcesRon Yorston2022-02-141-1/+1
* | ash: workaround for UCRT bugRon Yorston2022-02-121-0/+12