aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: drop ctx_inverted, use pipe->pi_invertedDenys Vlasenko2025-08-122-20/+25
| * hush: do not segfault on "for </dev/null v in..."Denys Vlasenko2025-08-123-113/+124
| * hush: test for, and disallow several invalid syntaxesDenys Vlasenko2025-08-1121-25/+96
| * ash: parser: Invalid redirections are run-time, not syntax errorsDenys Vlasenko2025-08-111-1/+1
| * hush: fix var_backslash1.testsDenys Vlasenko2025-08-115-68/+138
| * shells: testcase: add another test for EINTR on fifo openDenys Vlasenko2025-08-114-0/+32
| * *: code shrink using sigprocmask2() where appropriateDenys Vlasenko2025-08-112-12/+12
| * ash: converge waiting code to dash in its form, add comments, no code changesDenys Vlasenko2025-08-101-26/+30
* | Merge branch 'busybox' into mergeRon Yorston2025-09-100-0/+0
|\|
| * ash: move 100 bytes off global .data / .bss, no logic changesDenys Vlasenko2025-08-101-61/+62
| * ash: redir: Retry open on EINTRDenys Vlasenko2025-08-095-67/+119
| * ash: eval: Reset handler when entering a subshellDenys Vlasenko2025-08-091-3/+16
| * ahs: jobs: Block signals during tcsetpgrpDenys Vlasenko2025-08-091-1/+16
| * ash: eval: Add vfork supportDenys Vlasenko2025-08-094-37/+117
| * ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashDenys Vlasenko2025-08-091-150/+150
* | ash: move 100 bytes off global .data / .bss, no logic changesRon Yorston2025-09-101-80/+79
* | shells: add tests missing from last commitRon Yorston2025-09-104-0/+30
* | 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