| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | ash: fix cmdputs - was showing some variable forms incorrectly | Denys Vlasenko | 2025-08-07 | 1 | -20/+35 |
| | * | hush: smarter optimization for not-globbing [ and [[ | Denys Vlasenko | 2025-08-07 | 1 | -37/+23 |
| | * | ash: fix heredoc.tests broken by last commit | Denys Vlasenko | 2025-08-07 | 1 | -15/+19 |
| | * | ash,hush: fix corner cases with backslash-newlines in heredocs | Denys Vlasenko | 2025-08-07 | 14 | -5/+44 |
| | * | hush: optimization: do not glob words "[" and "[[" | Denys Vlasenko | 2025-08-07 | 1 | -0/+40 |
| | * | showkey: make -a, -k, -s mutually exclusive | Denys Vlasenko | 2025-08-06 | 1 | -2/+2 |
| | * | top,pmap: speed up /smaps parsing | Denys Vlasenko | 2025-08-06 | 3 | -24/+49 |
| | * | libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizes | Denys Vlasenko | 2025-08-06 | 1 | -1/+1 |
| | * | libbb: make read_cmdline() replace chars 1..31 with '?', not space | Denys Vlasenko | 2025-08-06 | 2 | -7/+11 |
| * | | make: override commands for single-colon target rule | Ron Yorston | 2025-09-03 | 1 | -7/+30 |
| * | | tls: rewrite Schannel code | RFL890 | 2025-08-28 | 2 | -268/+283 |
| * | | ls: add '-g' and '-C' to usage message | Ron Yorston | 2025-08-26 | 1 | -0/+5 |
| * | | lineedit: fix PS1='\W' for root directory | Ron Yorston | 2025-08-22 | 1 | -1/+1 |
| * | | tr: an escaped dash doesn't indicate a range | Ron Yorston | 2025-08-21 | 2 | -0/+11 |
| * | | tls: various schannel fixes | RFL890 | 2025-08-18 | 1 | -135/+61 |
| * | | win32: fix return value of isatty() | Ron Yorston | 2025-08-17 | 1 | -1/+1 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-08-15 | 51 | -735/+1264 |
| |\| |
|
| | * | top: simplify command line reading | Denys Vlasenko | 2025-08-06 | 2 | -18/+26 |
| | * | top: disentangle printing logic | Denys Vlasenko | 2025-08-06 | 1 | -83/+97 |
| | * | top: consistently NOT use the last column of the display | Denys Vlasenko | 2025-08-05 | 1 | -56/+51 |
| | * | pmap: increase max handled command line length to 4k | Denys Vlasenko | 2025-08-05 | 1 | -5/+7 |
| | * | top,pmap: do not use common code for reading /proc/PID/smaps | Denys Vlasenko | 2025-08-05 | 4 | -131/+178 |
| | * | top: improve response time to keyboard input | Denys Vlasenko | 2025-08-05 | 1 | -14/+27 |
| | * | top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle... | Denys Vlasenko | 2025-08-05 | 1 | -14/+20 |
| | * | top: make uppercase 'S' walk topmem in opposite direction | Denys Vlasenko | 2025-08-05 | 1 | -1/+8 |
| | * | top: show RSS instead of VSF, virtual mapped size is often meaningless | Denys Vlasenko | 2025-08-05 | 1 | -15/+15 |
| | * | top: fix display of very large VSZ | Denys Vlasenko | 2025-08-05 | 2 | -5/+37 |
| | * | top: do not rescan processes on second 's' | Denys Vlasenko | 2025-08-05 | 1 | -1/+3 |
| | * | libbb: simplify concat_path_file() | Denys Vlasenko | 2025-08-04 | 1 | -2/+2 |
| | * | libbb: much faster concat_path_file() | Denys Vlasenko | 2025-08-04 | 3 | -2/+77 |
| | * | shell: typo and whitespace fixes, no code changes | Denys Vlasenko | 2025-08-03 | 2 | -16/+2 |
| | * | hush: fix memory leak caused by compiler optimizing out a store | Denys Vlasenko | 2025-08-03 | 2 | -25/+84 |
| | * | hush: disentangle interactiveness/job_control setup code | Denys Vlasenko | 2025-08-03 | 1 | -79/+67 |
| | * | hush: fix build failure if !CONFIG_HUSH_JOB | Denys Vlasenko | 2025-08-03 | 1 | -2/+2 |
| | * | hush: make NORETURN declarations lees verbose, no code changes | Denys Vlasenko | 2025-08-03 | 1 | -22/+6 |
| | * | hush: do not save history on xfunc error, it's unsafe | Denys Vlasenko | 2025-08-03 | 1 | -47/+37 |
| | * | docs: Add links to cmd description from cmd list | Noelle Leigh | 2025-08-03 | 2 | -7/+14 |
| | * | hush: if !JOBS, skip tests which wouldn't work | Denys Vlasenko | 2025-08-03 | 13 | -2/+41 |
| | * | hush: don't save history in subshells; on NOMMU, don't be interactive on reexec | Denys Vlasenko | 2025-08-03 | 1 | -54/+72 |
| | * | hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res... | Denys Vlasenko | 2025-08-03 | 1 | -15/+15 |
| | * | shell: fix the check of empty HISTFILE | Denys Vlasenko | 2025-08-03 | 1 | -1/+1 |
| | * | ftpd: code shrink, move replace_char() to libbb | Denys Vlasenko | 2025-08-02 | 7 | -53/+46 |
| | * | ls: don't do unnecessary tty operations when called from ftpd | Denys Vlasenko | 2025-08-01 | 1 | -5/+13 |
| | * | ls: code shrink | Denys Vlasenko | 2025-08-01 | 1 | -19/+20 |
| | * | libbb/dump: much faster formatting of %_u on x86 | Denys Vlasenko | 2025-08-01 | 2 | -3/+19 |
| | * | libbb/yescrypt: code shrink | Denys Vlasenko | 2025-08-01 | 1 | -4/+9 |
| | * | ls: fix -Q to match GNU | Denys Vlasenko | 2025-08-01 | 6 | -34/+114 |
| | * | ls: lack of -q should not suppress -Q | Denys Vlasenko | 2025-07-31 | 1 | -4/+6 |
| | * | ls: implement -q, fix -w0, reduce startup time | Denys Vlasenko | 2025-07-31 | 2 | -62/+122 |
| | * | *: use safe_waitpid() or wait_any_nohang() where approppriate | Denys Vlasenko | 2025-07-30 | 3 | -7/+9 |