aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libbb: don't build useless functionsRon Yorston2023-04-162-0/+8
* ash: more Unix-style path fixesRon Yorston2023-04-161-7/+19
* win32: further fix incorrect path search in spawnvpRon Yorston2023-04-161-1/+3
* win32: fix incorrect path search in spawnvpRon Yorston2023-04-141-3/+1
* Merge branch 'busybox' into mergeRon Yorston2023-04-0920-122/+271
|\
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-065-9/+8
| * ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-032-2/+15
| * hush: printf builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
| * ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko2023-04-031-8/+4
| * ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko2023-04-031-2/+4
| * ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko2023-04-031-10/+9
| * ash: fix still-broken new mail detectionDenys Vlasenko2023-04-031-4/+4
| * ash: fix broken new mail detectionDenys Vlasenko2023-04-031-1/+0
| * hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko2023-04-011-0/+15
| * hush: speed up "big heredoc" codeDenys Vlasenko2023-04-011-7/+15
| * hush: add TODO commentDenys Vlasenko2023-04-011-0/+3
| * ash: code shrinkDenys Vlasenko2023-04-011-3/+3
| * ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko2023-03-311-1/+1
| * ash: improve trap and jobs builtins in child shellsRon Yorston2023-03-313-6/+31
| * modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko2023-03-312-2/+22
| * ash: make EPOCH variables work if RANDOM is disabledRon Yorston2023-03-291-1/+1
| * lineedit: fix matching of directories when searching PATHRon Yorston2023-03-291-2/+2
| * libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko2023-03-291-12/+16
| * libbb/sha: fix sha-NI instruction detectionDenys Vlasenko2023-03-291-2/+2
| * httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko2023-03-281-36/+38
| * find: implement -okDavid Leonard2023-03-282-3/+42
| * fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović2023-02-271-0/+5
| * unzip: document some options we might supportDenys Vlasenko2023-02-231-0/+7
| * unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko2023-02-221-3/+12
| * top: stop using div() from libc, compilers now do it betterDenys Vlasenko2023-02-131-9/+16
* | ash: remove ASH_IGNORE_CR config optionRon Yorston2023-04-096-33/+10
* | xargs: kill children when interrupted by Ctrl-CRon Yorston2023-04-071-3/+42
* | win32: ignore ctrl-c in parent of execve(2)Ron Yorston2023-04-051-4/+14
* | ash: special treatment for read builtinRon Yorston2023-04-051-1/+4
* | ash: reinstate fix for ctrl-c issueRon Yorston2023-04-051-1/+1
* | ash: add support for INT trapRon Yorston2023-04-033-10/+88
* | win32: add fake HUP and QUIT signalsRon Yorston2023-04-032-2/+4
* | ash: fix POSIX buildRon Yorston2023-04-031-0/+2
* | ash: Unix-style paths, shell builtins and appletsRon Yorston2023-03-311-3/+6
* | ash: changes to evalsubshell()Ron Yorston2023-03-281-2/+12
* | drop: adjust environment on privilege changeRon Yorston2023-03-272-5/+22
* | win32: use CheckTokenMembership() to check privilegeRon Yorston2023-03-251-14/+16
* | lineedit: fix matching of directories when searching PATHRon Yorston2023-03-241-2/+2
* | drop: cdrop and pdrop don't need shellRon Yorston2023-03-233-12/+38
* | drop: search PATH for cmd.exe/PowerShellRon Yorston2023-03-231-27/+25
* | drop: add cdrop and pdrop aliasesRon Yorston2023-03-194-4/+53
* | runuser,drop: drop runuser, tweak dropRon Yorston2023-03-194-52/+18
* | runuser,drop: code shrinkRon Yorston2023-03-192-16/+9
* | win32: delay adjusting code pageRon Yorston2023-03-173-5/+13
* | runuser: add 'drop' as an alias for runuserRon Yorston2023-03-164-24/+78