summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-11hush: fix var_backslash1.testsDenys Vlasenko
2025-08-11shells: testcase: add another test for EINTR on fifo openDenys Vlasenko
2025-08-11*: code shrink using sigprocmask2() where appropriateDenys Vlasenko
2025-08-10ash: converge waiting code to dash in its form, add comments, no code changesDenys Vlasenko
2025-08-10ash: move 100 bytes off global .data / .bss, no logic changesDenys Vlasenko
2025-08-09ash: redir: Retry open on EINTRDenys Vlasenko
2025-08-09ash: eval: Reset handler when entering a subshellDenys Vlasenko
2025-08-09ahs: jobs: Block signals during tcsetpgrpDenys Vlasenko
2025-08-09ash: eval: Add vfork supportDenys Vlasenko
2025-08-09ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashDenys Vlasenko
2025-08-09ash: fix fallout of no-more-set commandnameDenys Vlasenko
2025-08-09shells: fix a typo in var_backslash1.tests, expand it while at itDenys Vlasenko
2025-08-09ash: eval: Always set exitstatus in evaltreeDenys Vlasenko
2025-08-09ash: options: Do not set commandname in procargsDenys Vlasenko
2025-08-09ash: jobs: drop unused node parameter in makejob()Denys Vlasenko
2025-08-09shells: add testsuite itemDenys Vlasenko
2025-08-08ash: reuse vstype_suffix[] in debug code, shrink itDenys Vlasenko
2025-08-07ash: fix cmdputs - was showing some variable forms incorrectlyDenys Vlasenko
2025-08-07hush: smarter optimization for not-globbing [ and [[Denys Vlasenko
2025-08-07ash: fix heredoc.tests broken by last commitDenys Vlasenko
2025-08-07ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko
2025-08-07hush: optimization: do not glob words "[" and "[["Denys Vlasenko
2025-08-06showkey: make -a, -k, -s mutually exclusiveDenys Vlasenko
2025-08-06top,pmap: speed up /smaps parsingDenys Vlasenko
2025-08-06libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizesDenys Vlasenko
2025-08-06libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko
2025-08-06top: simplify command line readingDenys Vlasenko
2025-08-06top: disentangle printing logicDenys Vlasenko
2025-08-05top: consistently NOT use the last column of the displayDenys Vlasenko
2025-08-05pmap: increase max handled command line length to 4kDenys Vlasenko
2025-08-05top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko
2025-08-05top: improve response time to keyboard inputDenys Vlasenko
2025-08-05top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko
2025-08-05top: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko
2025-08-05top: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko
2025-08-05top: fix display of very large VSZDenys Vlasenko
2025-08-05top: do not rescan processes on second 's'Denys Vlasenko
2025-08-04libbb: simplify concat_path_file()Denys Vlasenko
2025-08-04libbb: much faster concat_path_file()Denys Vlasenko
2025-08-03shell: typo and whitespace fixes, no code changesDenys Vlasenko
2025-08-03hush: fix memory leak caused by compiler optimizing out a storeDenys Vlasenko
2025-08-03hush: disentangle interactiveness/job_control setup codeDenys Vlasenko
2025-08-03hush: fix build failure if !CONFIG_HUSH_JOBDenys Vlasenko
2025-08-03hush: make NORETURN declarations lees verbose, no code changesDenys Vlasenko
2025-08-03hush: do not save history on xfunc error, it's unsafeDenys Vlasenko
2025-08-03docs: Add links to cmd description from cmd listNoelle Leigh
2025-08-03hush: if !JOBS, skip tests which wouldn't workDenys Vlasenko
2025-08-03hush: don't save history in subshells; on NOMMU, don't be interactive on reexecDenys Vlasenko
2025-08-03hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res...Denys Vlasenko
2025-08-03shell: fix the check of empty HISTFILEDenys Vlasenko