| Commit message (Expand) | Author | Files | Lines |
10 days | tls: rewrite Schannel code | RFL890 | 2 | -268/+283 |
13 days | ls: add '-g' and '-C' to usage message | Ron Yorston | 1 | -0/+5 |
2025-08-22 | lineedit: fix PS1='\W' for root directory | Ron Yorston | 1 | -1/+1 |
2025-08-21 | tr: an escaped dash doesn't indicate a range | Ron Yorston | 2 | -0/+11 |
2025-08-18 | tls: various schannel fixes | RFL890 | 1 | -135/+61 |
2025-08-17 | win32: fix return value of isatty() | Ron Yorston | 1 | -1/+1 |
2025-08-12 | Use Windows API for checksums on ARM64 | Ron Yorston | 1 | -1/+1 |
2025-08-12 | Post-merge fixes | Ron Yorston | 3 | -7/+88 |
2025-08-10 | tls: only show schannel config option on mingw | rfl890 | 1 | -1/+1 |
2025-08-09 | ash: fix fallout of no-more-set commandnamebusybox | Denys Vlasenko | 1 | -6/+7 |
2025-08-09 | shells: fix a typo in var_backslash1.tests, expand it while at it | Denys Vlasenko | 4 | -8/+12 |
2025-08-09 | ash: eval: Always set exitstatus in evaltree | Denys Vlasenko | 1 | -6/+7 |
2025-08-09 | ash: options: Do not set commandname in procargs | Denys Vlasenko | 1 | -3/+2 |
2025-08-09 | ash: jobs: drop unused node parameter in makejob() | Denys Vlasenko | 1 | -6/+6 |
2025-08-09 | shells: add testsuite item | Denys Vlasenko | 4 | -0/+124 |
2025-08-08 | ash: reuse vstype_suffix[] in debug code, shrink it | Denys Vlasenko | 1 | -35/+37 |
2025-08-08 | tls: change build defaults | Ron Yorston | 4 | -4/+16 |
2025-08-08 | tls: whitespace fixes | Ron Yorston | 5 | -8/+8 |
2025-08-08 | tls: fix schannel handshake on older Windows | RFL890 | 1 | -1/+1 |
2025-08-07 | ash: fix cmdputs - was showing some variable forms incorrectly | Denys Vlasenko | 1 | -20/+35 |
2025-08-07 | stty: fix build for Windows XP | Ron Yorston | 1 | -0/+10 |
2025-08-07 | tls: add Schannel implementation | rfl890 | 6 | -14/+635 |
2025-08-07 | hush: smarter optimization for not-globbing [ and [[ | Denys Vlasenko | 1 | -37/+23 |
2025-08-07 | ash: fix heredoc.tests broken by last commit | Denys Vlasenko | 1 | -15/+19 |
2025-08-07 | ash,hush: fix corner cases with backslash-newlines in heredocs | Denys Vlasenko | 14 | -5/+44 |
2025-08-07 | hush: optimization: do not glob words "[" and "[[" | Denys Vlasenko | 1 | -0/+40 |
2025-08-06 | showkey: make -a, -k, -s mutually exclusive | Denys Vlasenko | 1 | -2/+2 |
2025-08-06 | top,pmap: speed up /smaps parsing | Denys Vlasenko | 3 | -24/+49 |
2025-08-06 | libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizes | Denys Vlasenko | 1 | -1/+1 |
2025-08-06 | libbb: make read_cmdline() replace chars 1..31 with '?', not space | Denys Vlasenko | 2 | -7/+11 |
2025-08-06 | top: simplify command line reading | Denys Vlasenko | 2 | -18/+26 |
2025-08-06 | top: disentangle printing logic | Denys Vlasenko | 1 | -83/+97 |
2025-08-05 | top: consistently NOT use the last column of the display | Denys Vlasenko | 1 | -56/+51 |
2025-08-05 | pmap: increase max handled command line length to 4k | Denys Vlasenko | 1 | -5/+7 |
2025-08-05 | top,pmap: do not use common code for reading /proc/PID/smaps | Denys Vlasenko | 4 | -131/+178 |
2025-08-05 | top: improve response time to keyboard input | Denys Vlasenko | 1 | -14/+27 |
2025-08-05 | top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle... | Denys Vlasenko | 1 | -14/+20 |
2025-08-05 | top: make uppercase 'S' walk topmem in opposite direction | Denys Vlasenko | 1 | -1/+8 |
2025-08-05 | top: show RSS instead of VSF, virtual mapped size is often meaningless | Denys Vlasenko | 1 | -15/+15 |
2025-08-05 | top: fix display of very large VSZ | Denys Vlasenko | 2 | -5/+37 |
2025-08-05 | top: do not rescan processes on second 's' | Denys Vlasenko | 1 | -1/+3 |
2025-08-04 | libbb: simplify concat_path_file() | Denys Vlasenko | 1 | -2/+2 |
2025-08-04 | libbb: much faster concat_path_file() | Denys Vlasenko | 3 | -2/+77 |
2025-08-03 | shell: typo and whitespace fixes, no code changes | Denys Vlasenko | 2 | -16/+2 |
2025-08-03 | hush: fix memory leak caused by compiler optimizing out a store | Denys Vlasenko | 2 | -25/+84 |
2025-08-03 | hush: disentangle interactiveness/job_control setup code | Denys Vlasenko | 1 | -79/+67 |
2025-08-03 | hush: fix build failure if !CONFIG_HUSH_JOB | Denys Vlasenko | 1 | -2/+2 |
2025-08-03 | hush: make NORETURN declarations lees verbose, no code changes | Denys Vlasenko | 1 | -22/+6 |
2025-08-03 | hush: do not save history on xfunc error, it's unsafe | Denys Vlasenko | 1 | -47/+37 |
2025-08-03 | docs: Add links to cmd description from cmd list | Noelle Leigh | 2 | -7/+14 |