aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysPost-merge fixesRon Yorston3-7/+88
6 daystls: only show schannel config option on mingwrfl8901-1/+1
8 daystls: change build defaultsRon Yorston4-4/+16
8 daystls: whitespace fixesRon Yorston5-8/+8
8 daystls: fix schannel handshake on older WindowsRFL8901-1/+1
9 daysstty: fix build for Windows XPRon Yorston1-0/+10
9 daystls: add Schannel implementationrfl8906-14/+635
11 daystop: simplify command line readingbusyboxDenys Vlasenko2-18/+26
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-30sed: ensure temporary file is deleted on errorRon Yorston1-1/+6
2025-07-30Call BCryptDestroyHash before freeing memory handleRFL8902-0/+2
2025-07-27telnetd: improve --helpDenys Vlasenko1-2/+2
2025-07-25stty: enable a minimal Windows implementationRon Yorston11-31/+224
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