| Commit message (Expand) | Author | Files | Lines |
4 days | Post-merge fixes | Ron Yorston | 3 | -7/+88 |
6 days | tls: only show schannel config option on mingw | rfl890 | 1 | -1/+1 |
8 days | tls: change build defaults | Ron Yorston | 4 | -4/+16 |
8 days | tls: whitespace fixes | Ron Yorston | 5 | -8/+8 |
8 days | tls: fix schannel handshake on older Windows | RFL890 | 1 | -1/+1 |
9 days | stty: fix build for Windows XP | Ron Yorston | 1 | -0/+10 |
9 days | tls: add Schannel implementation | rfl890 | 6 | -14/+635 |
11 days | top: simplify command line readingbusybox | Denys Vlasenko | 2 | -18/+26 |
11 days | top: disentangle printing logic | Denys Vlasenko | 1 | -83/+97 |
11 days | top: consistently NOT use the last column of the display | Denys Vlasenko | 1 | -56/+51 |
11 days | pmap: increase max handled command line length to 4k | Denys Vlasenko | 1 | -5/+7 |
11 days | top,pmap: do not use common code for reading /proc/PID/smaps | Denys Vlasenko | 4 | -131/+178 |
11 days | top: improve response time to keyboard input | Denys Vlasenko | 1 | -14/+27 |
11 days | top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle... | Denys Vlasenko | 1 | -14/+20 |
11 days | top: make uppercase 'S' walk topmem in opposite direction | Denys Vlasenko | 1 | -1/+8 |
11 days | top: show RSS instead of VSF, virtual mapped size is often meaningless | Denys Vlasenko | 1 | -15/+15 |
11 days | top: fix display of very large VSZ | Denys Vlasenko | 2 | -5/+37 |
11 days | top: do not rescan processes on second 's' | Denys Vlasenko | 1 | -1/+3 |
12 days | libbb: simplify concat_path_file() | Denys Vlasenko | 1 | -2/+2 |
12 days | libbb: much faster concat_path_file() | Denys Vlasenko | 3 | -2/+77 |
13 days | shell: typo and whitespace fixes, no code changes | Denys Vlasenko | 2 | -16/+2 |
13 days | hush: fix memory leak caused by compiler optimizing out a store | Denys Vlasenko | 2 | -25/+84 |
13 days | hush: disentangle interactiveness/job_control setup code | Denys Vlasenko | 1 | -79/+67 |
13 days | hush: fix build failure if !CONFIG_HUSH_JOB | Denys Vlasenko | 1 | -2/+2 |
13 days | hush: make NORETURN declarations lees verbose, no code changes | Denys Vlasenko | 1 | -22/+6 |
13 days | hush: do not save history on xfunc error, it's unsafe | Denys Vlasenko | 1 | -47/+37 |
13 days | docs: Add links to cmd description from cmd list | Noelle Leigh | 2 | -7/+14 |
13 days | hush: if !JOBS, skip tests which wouldn't work | Denys Vlasenko | 13 | -2/+41 |
13 days | hush: don't save history in subshells; on NOMMU, don't be interactive on reexec | Denys Vlasenko | 1 | -54/+72 |
13 days | hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res... | Denys Vlasenko | 1 | -15/+15 |
14 days | shell: fix the check of empty HISTFILE | Denys Vlasenko | 1 | -1/+1 |
2025-08-02 | ftpd: code shrink, move replace_char() to libbb | Denys Vlasenko | 7 | -53/+46 |
2025-08-01 | ls: don't do unnecessary tty operations when called from ftpd | Denys Vlasenko | 1 | -5/+13 |
2025-08-01 | ls: code shrink | Denys Vlasenko | 1 | -19/+20 |
2025-08-01 | libbb/dump: much faster formatting of %_u on x86 | Denys Vlasenko | 2 | -3/+19 |
2025-08-01 | libbb/yescrypt: code shrink | Denys Vlasenko | 1 | -4/+9 |
2025-08-01 | ls: fix -Q to match GNU | Denys Vlasenko | 6 | -34/+114 |
2025-07-31 | ls: lack of -q should not suppress -Q | Denys Vlasenko | 1 | -4/+6 |
2025-07-31 | ls: implement -q, fix -w0, reduce startup time | Denys Vlasenko | 2 | -62/+122 |
2025-07-30 | *: use safe_waitpid() or wait_any_nohang() where approppriate | Denys Vlasenko | 3 | -7/+9 |
2025-07-30 | crond: reap orphaned grandchildren to prevent zombie buildup | Valentin Lab | 1 | -0/+4 |
2025-07-30 | date: return failure exit code on clock_settime error | Ladislav Michl | 1 | -1/+1 |
2025-07-30 | sha3sum: add -aBITS tests | Denys Vlasenko | 2 | -4/+8 |
2025-07-30 | sha384sum: new applet | Andy Knowles | 6 | -31/+97 |
2025-07-30 | sed: ensure temporary file is deleted on error | Ron Yorston | 1 | -1/+6 |
2025-07-30 | Call BCryptDestroyHash before freeing memory handle | RFL890 | 2 | -0/+2 |
2025-07-27 | telnetd: improve --help | Denys Vlasenko | 1 | -2/+2 |
2025-07-25 | stty: enable a minimal Windows implementation | Ron Yorston | 11 | -31/+224 |
2025-07-22 | libbb: SHA-NI - document that unpckhpd also works, no code changes | Denys Vlasenko | 2 | -0/+4 |
2025-07-22 | libbb: SHA-NI code shrink | Denys Vlasenko | 2 | -34/+66 |