aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * hush: if !JOBS, skip tests which wouldn't workDenys Vlasenko2025-08-0313-2/+41
| * hush: don't save history in subshells; on NOMMU, don't be interactive on reexecDenys Vlasenko2025-08-031-54/+72
| * hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res...Denys Vlasenko2025-08-031-15/+15
| * shell: fix the check of empty HISTFILEDenys Vlasenko2025-08-031-1/+1
| * ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-027-53/+46
| * ls: don't do unnecessary tty operations when called from ftpdDenys Vlasenko2025-08-011-5/+13
| * ls: code shrinkDenys Vlasenko2025-08-011-19/+20
| * libbb/dump: much faster formatting of %_u on x86Denys Vlasenko2025-08-012-3/+19
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-08-011-4/+9
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-016-34/+114
| * ls: lack of -q should not suppress -QDenys Vlasenko2025-07-311-4/+6
| * ls: implement -q, fix -w0, reduce startup timeDenys Vlasenko2025-07-312-62/+122
| * *: use safe_waitpid() or wait_any_nohang() where approppriateDenys Vlasenko2025-07-303-7/+9