aboutsummaryrefslogtreecommitdiff
path: root/docs/sigint.htm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-08-16ash: PROMPT_COMMAND shouldn't affect $?Ron Yorston1-0/+2
2026-08-02ash: prevent SEGV when printing promptRon Yorston1-30/+29
2026-08-02ash: make shell exit if PROMPT_COMMAND exitsRon Yorston1-0/+8
2026-07-30ash: limited support for PROMPT_COMMANDRon Yorston1-0/+22
2026-07-30ash: tweak appearance of ctrl-c on command lineRon Yorston1-1/+5
2026-07-24win32: code shrink reset of stat(2) flagsRon Yorston5-21/+37
2026-07-24win32: fix another stat callmbartlett211-1/+8
2026-07-24win32: fix another occurrence of statmbartlett211-1/+6
2026-07-17ash: code shrink waitpid_child()Ron Yorston1-31/+14
2026-07-17xargs: limit number of processes to 64Ron Yorston1-18/+4
2026-07-17ash: allow more than 64 background jobsmbartlett211-1/+25
2026-07-17xargs: fix handling for more than 64 processesmbartlett211-2/+2
2026-07-15win32: code shrink procps_scan()Ron Yorston3-28/+29
2026-07-15fix: procps_scan: do not confirm a process to be parent if either creation ti...Shun Zi1-4/+4
2026-07-15fix: procps_scan: compare process creation times to ensure ppid is realshunf43-16/+55
2026-07-14win32: workaround for overflow of 8.3 short name (2)Ron Yorston1-1/+1
2026-07-13win32: workaround for overflow of 8.3 short nameRon Yorston3-2/+36
2026-07-13xxd: allow '-p -c 0' to cause a single line to be outputRon Yorston2-2/+26
2026-07-08join: code shrink by making some variables "global"busyboxDenys Vlasenko1-50/+58
2026-07-08join: new appletRon Yorston2-0/+595
2026-07-06make: fix build with FEATURE_CLEAN_UP enabledRon Yorston1-0/+1
2026-07-06ash: fix out-of-bounds read in ifsbreakup()Sanghyun Park1-9/+15
2026-07-06join: re-add accidentally removed returnmbartlett212-0/+7
2026-07-06awk: fix printf "%o\n", -1Denys Vlasenko2-5/+7
2026-07-05join: code shrink (5)Ron Yorston1-10/+14
2026-07-05join: changesmbartlett212-38/+39
2026-07-03join: code shrink (4)Ron Yorston1-25/+26
2026-07-03join: code shrink (3)Ron Yorston1-22/+21
2026-07-03join: code shrink (2)Ron Yorston1-42/+25
2026-07-03svlogd: fix buffer overrunDenys Vlasenko1-2/+2
2026-07-03cmp: add KMG suffix for cmp -n MAXCOUNTAnubhav Kokane2-6/+36
2026-07-02rpm: respect BB_SYSTEMROOTRon Yorston5-12/+10
2026-07-02dpkg: update prefix (#603)mbartlett211-20/+53
2026-07-02awk: optimize 'print "no format specs here\n"' caseDenys Vlasenko1-20/+26
2026-07-02awk: fix printing of very large numbers with printf("%d")Denys Vlasenko2-89/+179
2026-07-02awk: rename variables in awk_printf(), no code changesDenys Vlasenko1-34/+36
2026-07-01awk: add '*' as a valid specifier for width and precision in printfDenys Vlasenko2-9/+111
2026-06-30ash: only report background jobs in root shellRon Yorston1-1/+1
2026-06-30ash: only copy jobtab if needed for job hackRon Yorston1-6/+9
2026-06-30join: code shrinkRon Yorston1-35/+17
2026-06-30build system: allow bloatcheck to work (a bit) for llvmRon Yorston1-1/+1
2026-06-26win32: tweak bitmap icon appearanceRon Yorston1-0/+0
2026-06-23win32: shrink bitmap iconsRon Yorston2-0/+0
2026-06-23sync: handle certain edge casesRon Yorston1-2/+9
2026-06-22test: fix POSIX buildRon Yorston1-0/+2
2026-06-22Fix the flags for stat (again) (#601)mbartlett216-30/+33
2026-06-19find: reset stat(2) flags before terminatingRon Yorston1-1/+7
2026-06-19find: skip check for execute when not neededmbartlett211-0/+25
2026-06-15df,lsattr: support Unix-like mount pointsmount_pointRon Yorston3-1/+24
2026-06-15win32: Unix-like support for volume mountsRon Yorston5-98/+229