| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: don't build useless functions | Ron Yorston | 2023-04-16 | 2 | -0/+8 |
* | ash: more Unix-style path fixes | Ron Yorston | 2023-04-16 | 1 | -7/+19 |
* | win32: further fix incorrect path search in spawnvp | Ron Yorston | 2023-04-16 | 1 | -1/+3 |
* | win32: fix incorrect path search in spawnvp | Ron Yorston | 2023-04-14 | 1 | -3/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 20 | -122/+271 |
|\ |
|
| * | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 2023-04-06 | 5 | -9/+8 |
| * | ash: sleep builtin with no arguments should not exit | Denys Vlasenko | 2023-04-03 | 2 | -2/+15 |
| * | hush: printf builtin with no arguments should not exit | Denys Vlasenko | 2023-04-03 | 1 | -1/+1 |
| * | ash: code shrink: do not take address of prefix(), allowing it to inline | Denys Vlasenko | 2023-04-03 | 1 | -8/+4 |
| * | ash: code shrink - reuse is_prefixed_with() from libbb | Denys Vlasenko | 2023-04-03 | 1 | -2/+4 |
| * | ash: get rid of separate mail_var_path_changed flag variable | Denys Vlasenko | 2023-04-03 | 1 | -10/+9 |
| * | ash: fix still-broken new mail detection | Denys Vlasenko | 2023-04-03 | 1 | -4/+4 |
| * | ash: fix broken new mail detection | Denys Vlasenko | 2023-04-03 | 1 | -1/+0 |
| * | hush (NOMMU): fix LINENO in execed children | Denys Vlasenko | 2023-04-01 | 1 | -0/+15 |
| * | hush: speed up "big heredoc" code | Denys Vlasenko | 2023-04-01 | 1 | -7/+15 |
| * | hush: add TODO comment | Denys Vlasenko | 2023-04-01 | 1 | -0/+3 |
| * | ash: code shrink | Denys Vlasenko | 2023-04-01 | 1 | -3/+3 |
| * | ash: exec: Stricter pathopt parsing - lost chunk | Denys Vlasenko | 2023-03-31 | 1 | -1/+1 |
| * | ash: improve trap and jobs builtins in child shells | Ron Yorston | 2023-03-31 | 3 | -6/+31 |
| * | modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d... | Denys Vlasenko | 2023-03-31 | 2 | -2/+22 |
| * | ash: make EPOCH variables work if RANDOM is disabled | Ron Yorston | 2023-03-29 | 1 | -1/+1 |
| * | lineedit: fix matching of directories when searching PATH | Ron Yorston | 2023-03-29 | 1 | -2/+2 |
| * | libbb/sha: do not read shaNI variable twice, and factor out its setting | Denys Vlasenko | 2023-03-29 | 1 | -12/+16 |
| * | libbb/sha: fix sha-NI instruction detection | Denys Vlasenko | 2023-03-29 | 1 | -2/+2 |
| * | httpd: do not mangle cgi-bin/SCRIPT/params URLs | Denys Vlasenko | 2023-03-28 | 1 | -36/+38 |
| * | find: implement -ok | David Leonard | 2023-03-28 | 2 | -3/+42 |
| * | fixdep: avoid underflow when end of entry doesn't coincide with EOF | Arsen Arsenović | 2023-02-27 | 1 | -0/+5 |
| * | unzip: document some options we might support | Denys Vlasenko | 2023-02-23 | 1 | -0/+7 |
| * | unzip: clear SUID/GID bits, implement -K to not clear them | Denys Vlasenko | 2023-02-22 | 1 | -3/+12 |
| * | top: stop using div() from libc, compilers now do it better | Denys Vlasenko | 2023-02-13 | 1 | -9/+16 |
* | | ash: remove ASH_IGNORE_CR config option | Ron Yorston | 2023-04-09 | 6 | -33/+10 |
* | | xargs: kill children when interrupted by Ctrl-C | Ron Yorston | 2023-04-07 | 1 | -3/+42 |
* | | win32: ignore ctrl-c in parent of execve(2) | Ron Yorston | 2023-04-05 | 1 | -4/+14 |
* | | ash: special treatment for read builtin | Ron Yorston | 2023-04-05 | 1 | -1/+4 |
* | | ash: reinstate fix for ctrl-c issue | Ron Yorston | 2023-04-05 | 1 | -1/+1 |
* | | ash: add support for INT trap | Ron Yorston | 2023-04-03 | 3 | -10/+88 |
* | | win32: add fake HUP and QUIT signals | Ron Yorston | 2023-04-03 | 2 | -2/+4 |
* | | ash: fix POSIX build | Ron Yorston | 2023-04-03 | 1 | -0/+2 |
* | | ash: Unix-style paths, shell builtins and applets | Ron Yorston | 2023-03-31 | 1 | -3/+6 |
* | | ash: changes to evalsubshell() | Ron Yorston | 2023-03-28 | 1 | -2/+12 |
* | | drop: adjust environment on privilege change | Ron Yorston | 2023-03-27 | 2 | -5/+22 |
* | | win32: use CheckTokenMembership() to check privilege | Ron Yorston | 2023-03-25 | 1 | -14/+16 |
* | | lineedit: fix matching of directories when searching PATH | Ron Yorston | 2023-03-24 | 1 | -2/+2 |
* | | drop: cdrop and pdrop don't need shell | Ron Yorston | 2023-03-23 | 3 | -12/+38 |
* | | drop: search PATH for cmd.exe/PowerShell | Ron Yorston | 2023-03-23 | 1 | -27/+25 |
* | | drop: add cdrop and pdrop aliases | Ron Yorston | 2023-03-19 | 4 | -4/+53 |
* | | runuser,drop: drop runuser, tweak drop | Ron Yorston | 2023-03-19 | 4 | -52/+18 |
* | | runuser,drop: code shrink | Ron Yorston | 2023-03-19 | 2 | -16/+9 |
* | | win32: delay adjusting code page | Ron Yorston | 2023-03-17 | 3 | -5/+13 |
* | | runuser: add 'drop' as an alias for runuser | Ron Yorston | 2023-03-16 | 4 | -24/+78 |