aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith-ternary3.right (unfollow)
Commit message (Expand)AuthorFilesLines
17 hoursPost-merge fixesRon Yorston3-7/+88
3 daystls: only show schannel config option on mingwrfl8901-1/+1
5 daystls: change build defaultsRon Yorston4-4/+16
5 daystls: whitespace fixesRon Yorston5-8/+8
5 daystls: fix schannel handshake on older WindowsRFL8901-1/+1
6 daysstty: fix build for Windows XPRon Yorston1-0/+10
6 daystls: add Schannel implementationrfl8906-14/+635
14 dayssed: ensure temporary file is deleted on errorRon Yorston1-1/+6
14 daysCall BCryptDestroyHash before freeing memory handleRFL8902-0/+2
2025-07-27telnetd: improve --helpbusyboxDenys 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
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
2025-07-17libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko3-15/+23
2025-07-15libbb/yescrypt: code shrinkDenys Vlasenko1-15/+8