aboutsummaryrefslogtreecommitdiff
path: root/make_single_applets.sh (unfollow)
Commit message (Expand)AuthorFilesLines
11 daystop: disentangle printing logicDenys Vlasenko1-83/+97
11 daystop: consistently NOT use the last column of the displayDenys Vlasenko1-56/+51
11 dayspmap: increase max handled command line length to 4kDenys Vlasenko1-5/+7
11 daystop,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko4-131/+178
11 daystop: improve response time to keyboard inputDenys Vlasenko1-14/+27
11 daystop: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko1-14/+20
11 daystop: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko1-1/+8
11 daystop: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko1-15/+15
11 daystop: fix display of very large VSZDenys Vlasenko2-5/+37
11 daystop: do not rescan processes on second 's'Denys Vlasenko1-1/+3
12 dayslibbb: simplify concat_path_file()Denys Vlasenko1-2/+2
12 dayslibbb: much faster concat_path_file()Denys Vlasenko3-2/+77
13 daysshell: typo and whitespace fixes, no code changesDenys Vlasenko2-16/+2
13 dayshush: fix memory leak caused by compiler optimizing out a storeDenys Vlasenko2-25/+84
13 dayshush: disentangle interactiveness/job_control setup codeDenys Vlasenko1-79/+67
13 dayshush: fix build failure if !CONFIG_HUSH_JOBDenys Vlasenko1-2/+2
13 dayshush: make NORETURN declarations lees verbose, no code changesDenys Vlasenko1-22/+6
13 dayshush: do not save history on xfunc error, it's unsafeDenys Vlasenko1-47/+37
13 daysdocs: Add links to cmd description from cmd listNoelle Leigh2-7/+14
13 dayshush: if !JOBS, skip tests which wouldn't workDenys Vlasenko13-2/+41
13 dayshush: don't save history in subshells; on NOMMU, don't be interactive on reexecDenys Vlasenko1-54/+72
14 dayshush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res...Denys Vlasenko1-15/+15
14 daysshell: 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
2025-07-30sha3sum: add -aBITS testsDenys Vlasenko2-4/+8
2025-07-30sha384sum: new appletAndy Knowles6-31/+97
2025-07-27telnetd: improve --helpDenys Vlasenko1-2/+2
2025-07-22libbb: SHA-NI - document that unpckhpd also works, no code changesDenys Vlasenko2-0/+4
2025-07-22libbb: SHA-NI code shrinkDenys Vlasenko2-34/+66
2025-07-21libbb: change define names in SHA-NI code to match kernel source more closelyDenys Vlasenko2-166/+166
2025-07-20libbb/yescrypt: de-unroll salsa20()Denys Vlasenko2-23/+76
2025-07-19libbb: crypt_make_pw_salt(): fix yescrypt's random salt last charDenys Vlasenko2-4/+12
2025-07-19cryptpw: fix detection of crypt algo from salt (was broken if default isn't DES)Denys Vlasenko2-11/+34
2025-07-19libbb/yescrypt: code shrinkDenys Vlasenko1-28/+25
2025-07-19bootchartd: check the result of opendir("/proc")Denys Vlasenko1-1/+1
2025-07-18tftp: use bb_error_msg instead of info_msg for a debug messageDenys Vlasenko1-1/+1
2025-07-18ntpd: replace two bb_info_msg's with bb_error_msgDenys Vlasenko1-2/+2
2025-07-18sulogin: set ^C to SIG_DFL before execing the shellDenys Vlasenko1-3/+6
2025-07-18password applets: update help textDenys Vlasenko2-4/+4
2025-07-17libbb.h: increase MAX_PW_SALT_LENDenys Vlasenko2-8/+7