aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-09ash: remove ASH_IGNORE_CR config optionRon Yorston6-33/+10
2023-04-07xargs: kill children when interrupted by Ctrl-CRon Yorston1-3/+42
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko5-9/+8
2023-04-05win32: ignore ctrl-c in parent of execve(2)Ron Yorston1-4/+14
2023-04-05ash: special treatment for read builtinRon Yorston1-1/+4
2023-04-05ash: reinstate fix for ctrl-c issueRon Yorston1-1/+1
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko2-2/+15
2023-04-03hush: printf builtin with no arguments should not exitDenys Vlasenko1-1/+1
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko1-8/+4
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko1-2/+4
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko1-10/+9
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko1-4/+4
2023-04-03ash: fix broken new mail detectionDenys Vlasenko1-1/+0
2023-04-03ash: add support for INT trapRon Yorston3-10/+88
2023-04-03win32: add fake HUP and QUIT signalsRon Yorston2-2/+4
2023-04-03ash: fix POSIX buildRon Yorston1-0/+2
2023-04-01hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko1-0/+15
2023-04-01hush: speed up "big heredoc" codeDenys Vlasenko1-7/+15
2023-04-01hush: add TODO commentDenys Vlasenko1-0/+3
2023-04-01ash: code shrinkDenys Vlasenko1-3/+3
2023-03-31ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko1-1/+1
2023-03-31ash: improve trap and jobs builtins in child shellsRon Yorston3-6/+31
2023-03-31ash: Unix-style paths, shell builtins and appletsRon Yorston1-3/+6
2023-03-31modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko2-2/+22
2023-03-29ash: make EPOCH variables work if RANDOM is disabledRon Yorston1-1/+1
2023-03-29lineedit: fix matching of directories when searching PATHRon Yorston1-2/+2
2023-03-29libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko1-12/+16
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko1-2/+2
2023-03-28httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko1-36/+38
2023-03-28find: implement -okDavid Leonard2-3/+42
2023-03-28ash: changes to evalsubshell()Ron Yorston1-2/+12
2023-03-27drop: adjust environment on privilege changeRon Yorston2-5/+22
2023-03-25win32: use CheckTokenMembership() to check privilegeRon Yorston1-14/+16
2023-03-24lineedit: fix matching of directories when searching PATHRon Yorston1-2/+2
2023-03-23drop: cdrop and pdrop don't need shellRon Yorston3-12/+38
2023-03-23drop: search PATH for cmd.exe/PowerShellRon Yorston1-27/+25
2023-03-19drop: add cdrop and pdrop aliasesRon Yorston4-4/+53
2023-03-19runuser,drop: drop runuser, tweak dropRon Yorston4-52/+18
2023-03-19runuser,drop: code shrinkRon Yorston2-16/+9
2023-03-17win32: delay adjusting code pageRon Yorston3-5/+13
2023-03-16runuser: add 'drop' as an alias for runuserRon Yorston4-24/+78
2023-03-16make: code shrinkRon Yorston1-2/+2
2023-03-16win32: code shrink detection of executablesRon Yorston5-28/+41
2023-03-13runuser: new appletRon Yorston6-15/+155
2023-03-07win32: more changes to console/terminal modesRon Yorston2-32/+31
2023-03-06win32: virtual terminal input fixesRon Yorston5-11/+10
2023-03-05win32: add support for virtual terminal inputRon Yorston4-32/+34
2023-03-05win32: enable Unix read_key() for virtual terminalRon Yorston4-5/+11
2023-03-05win32: add virtual terminal support to termios(3)Ron Yorston3-114/+50
2023-03-05win32: changes to console mode handlingRon Yorston11-43/+93