aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/printenv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-09shells: fix a typo in var_backslash1.tests, expand it while at itDenys Vlasenko4-8/+12
2025-08-09ash: eval: Always set exitstatus in evaltreeDenys Vlasenko1-6/+7
2025-08-09ash: options: Do not set commandname in procargsDenys Vlasenko1-3/+2
2025-08-09ash: jobs: drop unused node parameter in makejob()Denys Vlasenko1-6/+6
2025-08-09shells: add testsuite itemDenys Vlasenko4-0/+124
2025-08-08ash: reuse vstype_suffix[] in debug code, shrink itDenys Vlasenko1-35/+37
2025-08-07ash: fix cmdputs - was showing some variable forms incorrectlyDenys Vlasenko1-20/+35
2025-08-07hush: smarter optimization for not-globbing [ and [[Denys Vlasenko1-37/+23
2025-08-07ash: fix heredoc.tests broken by last commitDenys Vlasenko1-15/+19
2025-08-07ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko14-5/+44
2025-08-07hush: optimization: do not glob words "[" and "[["Denys Vlasenko1-0/+40
2025-08-06showkey: make -a, -k, -s mutually exclusiveDenys Vlasenko1-2/+2
2025-08-06top,pmap: speed up /smaps parsingDenys Vlasenko3-24/+49
2025-08-06libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizesDenys Vlasenko1-1/+1
2025-08-06libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko2-7/+11
2025-08-06top: simplify command line readingDenys Vlasenko2-18/+26
2025-08-06top: disentangle printing logicDenys Vlasenko1-83/+97
2025-08-05top: consistently NOT use the last column of the displayDenys Vlasenko1-56/+51
2025-08-05pmap: increase max handled command line length to 4kDenys Vlasenko1-5/+7
2025-08-05top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko4-131/+178
2025-08-05top: improve response time to keyboard inputDenys Vlasenko1-14/+27
2025-08-05top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko1-14/+20
2025-08-05top: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko1-1/+8
2025-08-05top: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko1-15/+15
2025-08-05top: fix display of very large VSZDenys Vlasenko2-5/+37
2025-08-05top: do not rescan processes on second 's'Denys Vlasenko1-1/+3
2025-08-04libbb: simplify concat_path_file()Denys Vlasenko1-2/+2
2025-08-04libbb: much faster concat_path_file()Denys Vlasenko3-2/+77
2025-08-03shell: typo and whitespace fixes, no code changesDenys Vlasenko2-16/+2
2025-08-03hush: fix memory leak caused by compiler optimizing out a storeDenys Vlasenko2-25/+84
2025-08-03hush: disentangle interactiveness/job_control setup codeDenys Vlasenko1-79/+67
2025-08-03hush: fix build failure if !CONFIG_HUSH_JOBDenys Vlasenko1-2/+2
2025-08-03hush: make NORETURN declarations lees verbose, no code changesDenys Vlasenko1-22/+6
2025-08-03hush: do not save history on xfunc error, it's unsafeDenys Vlasenko1-47/+37
2025-08-03docs: Add links to cmd description from cmd listNoelle Leigh2-7/+14
2025-08-03hush: if !JOBS, skip tests which wouldn't workDenys Vlasenko13-2/+41
2025-08-03hush: don't save history in subshells; on NOMMU, don't be interactive on reexecDenys Vlasenko1-54/+72
2025-08-03hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res...Denys Vlasenko1-15/+15
2025-08-03shell: fix the check of empty HISTFILEDenys Vlasenko1-1/+1
2025-08-02ftpd: code shrink, move replace_char() to libbbDenys Vlasenko7-53/+46
2025-08-01ls: don't do unnecessary tty operations when called from ftpdDenys Vlasenko1-5/+13
2025-08-01ls: code shrinkDenys Vlasenko1-19/+20
2025-08-01libbb/dump: much faster formatting of %_u on x86Denys Vlasenko2-3/+19
2025-08-01libbb/yescrypt: code shrinkDenys Vlasenko1-4/+9
2025-08-01ls: fix -Q to match GNUDenys Vlasenko6-34/+114
2025-07-31ls: lack of -q should not suppress -QDenys Vlasenko1-4/+6
2025-07-31ls: implement -q, fix -w0, reduce startup timeDenys Vlasenko2-62/+122
2025-07-30*: use safe_waitpid() or wait_any_nohang() where approppriateDenys Vlasenko3-7/+9
2025-07-30crond: reap orphaned grandchildren to prevent zombie buildupValentin Lab1-0/+4
2025-07-30date: return failure exit code on clock_settime errorLadislav Michl1-1/+1