aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: redir: Retry open on EINTRRon Yorston2025-09-102-69/+93
* | ash: eval: Reset handler when entering a subshellRon Yorston2025-09-091-14/+33
* | ash: jobs: Block signals during tcsetpgrpRon Yorston2025-09-071-1/+16
* | ash: eval: Add vfork supportRon Yorston2025-09-074-36/+128
* | ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashRon Yorston2025-09-071-158/+158
* | Merge branch 'busybox' into mergeRon Yorston2025-09-0623-109/+353
|\|
| * ash: fix fallout of no-more-set commandnameDenys Vlasenko2025-08-091-6/+7
| * shells: fix a typo in var_backslash1.tests, expand it while at itDenys Vlasenko2025-08-094-8/+12
| * ash: eval: Always set exitstatus in evaltreeDenys Vlasenko2025-08-091-6/+7
| * ash: options: Do not set commandname in procargsDenys Vlasenko2025-08-091-3/+2
| * ash: jobs: drop unused node parameter in makejob()Denys Vlasenko2025-08-091-6/+6
| * shells: add testsuite itemDenys Vlasenko2025-08-094-0/+124
| * ash: reuse vstype_suffix[] in debug code, shrink itDenys Vlasenko2025-08-081-35/+37
| * ash: fix cmdputs - was showing some variable forms incorrectlyDenys Vlasenko2025-08-071-20/+35
| * hush: smarter optimization for not-globbing [ and [[Denys Vlasenko2025-08-071-37/+23
| * ash: fix heredoc.tests broken by last commitDenys Vlasenko2025-08-071-15/+19
| * ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko2025-08-0714-5/+44
| * hush: optimization: do not glob words "[" and "[["Denys Vlasenko2025-08-071-0/+40
| * showkey: make -a, -k, -s mutually exclusiveDenys Vlasenko2025-08-061-2/+2
| * top,pmap: speed up /smaps parsingDenys Vlasenko2025-08-063-24/+49
| * libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizesDenys Vlasenko2025-08-061-1/+1
| * libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko2025-08-062-7/+11
* | make: override commands for single-colon target ruleRon Yorston2025-09-031-7/+30
* | tls: rewrite Schannel codeRFL8902025-08-282-268/+283
* | ls: add '-g' and '-C' to usage messageRon Yorston2025-08-261-0/+5
* | lineedit: fix PS1='\W' for root directoryRon Yorston2025-08-221-1/+1
* | tr: an escaped dash doesn't indicate a rangeRon Yorston2025-08-212-0/+11
* | tls: various schannel fixesRFL8902025-08-181-135/+61
* | win32: fix return value of isatty()Ron Yorston2025-08-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-1551-735/+1264
|\|
| * top: simplify command line readingDenys Vlasenko2025-08-062-18/+26
| * top: disentangle printing logicDenys Vlasenko2025-08-061-83/+97
| * top: consistently NOT use the last column of the displayDenys Vlasenko2025-08-051-56/+51
| * pmap: increase max handled command line length to 4kDenys Vlasenko2025-08-051-5/+7
| * top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko2025-08-054-131/+178
| * top: improve response time to keyboard inputDenys Vlasenko2025-08-051-14/+27
| * top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko2025-08-051-14/+20
| * top: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko2025-08-051-1/+8
| * top: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko2025-08-051-15/+15
| * top: fix display of very large VSZDenys Vlasenko2025-08-052-5/+37
| * top: do not rescan processes on second 's'Denys Vlasenko2025-08-051-1/+3
| * libbb: simplify concat_path_file()Denys Vlasenko2025-08-041-2/+2
| * libbb: much faster concat_path_file()Denys Vlasenko2025-08-043-2/+77
| * shell: typo and whitespace fixes, no code changesDenys Vlasenko2025-08-032-16/+2
| * hush: fix memory leak caused by compiler optimizing out a storeDenys Vlasenko2025-08-032-25/+84
| * hush: disentangle interactiveness/job_control setup codeDenys Vlasenko2025-08-031-79/+67
| * hush: fix build failure if !CONFIG_HUSH_JOBDenys Vlasenko2025-08-031-2/+2
| * hush: make NORETURN declarations lees verbose, no code changesDenys Vlasenko2025-08-031-22/+6
| * hush: do not save history on xfunc error, it's unsafeDenys Vlasenko2025-08-031-47/+37
| * docs: Add links to cmd description from cmd listNoelle Leigh2025-08-032-7/+14