aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeHEADmergemasterRon Yorston27 hours9-133/+305
|\
| * top: simplify command line readingbusyboxDenys Vlasenko11 days1-7/+14
| * top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko11 days1-82/+48
| * top: fix display of very large VSZDenys Vlasenko11 days1-3/+22
| * libbb: simplify concat_path_file()Denys Vlasenko12 days1-2/+2
| * libbb: much faster concat_path_file()Denys Vlasenko12 days1-0/+75
| * shell: fix the check of empty HISTFILEDenys Vlasenko14 days1-1/+1
| * ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-021-0/+14
| * libbb/dump: much faster formatting of %_u on x86Denys Vlasenko2025-08-011-2/+18
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-08-011-4/+9
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-012-20/+39
| * ls: implement -q, fix -w0, reduce startup timeDenys Vlasenko2025-07-311-2/+11
| * sha384sum: new appletAndy Knowles2025-07-301-13/+45
* | Post-merge fixesRon Yorston4 days1-1/+48
* | Merge branch 'busybox' into mergeRon Yorston4 days19-331/+2862
|\|
| * libbb: SHA-NI - document that unpckhpd also works, no code changesDenys Vlasenko2025-07-222-0/+4
| * libbb: SHA-NI code shrinkDenys Vlasenko2025-07-222-34/+66
| * libbb: change define names in SHA-NI code to match kernel source more closelyDenys Vlasenko2025-07-212-166/+166
| * libbb/yescrypt: de-unroll salsa20()Denys Vlasenko2025-07-202-23/+76
| * libbb: crypt_make_pw_salt(): fix yescrypt's random salt last charDenys Vlasenko2025-07-191-3/+11
| * cryptpw: fix detection of crypt algo from salt (was broken if default isn't DES)Denys Vlasenko2025-07-191-6/+5
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-191-28/+25
| * libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko2025-07-172-12/+16
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-151-15/+8
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-112-10/+7
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-092-15/+28
| * libbb/bitops.c: add inlining commentDenys Vlasenko2025-07-091-0/+20
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-093-0/+116
| * libbb: code shrink in sha_crypt()Denys Vlasenko2025-07-081-2/+1
| * libbb/yescrypt: disable NROM codeDenys Vlasenko2025-07-082-27/+50
| * libbb/yescrypt: disable code which accepts unusual yescrypt parametersDenys Vlasenko2025-07-082-53/+92
| * libbb/yescrypt: explain and shrink decode64_uint32()Denys Vlasenko2025-07-082-10/+79
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-082-19/+49
| * libbb/yescrypt: madvise(MADV_HUGEPAGE) our usually very large allocationDenys Vlasenko2025-07-071-2/+13
| * libbb/yescrypt: disable unrolling in two placesDenys Vlasenko2025-07-071-96/+159
| * libbb/yescrypt: 64-bit build fixesDenys Vlasenko2025-07-071-8/+4
| * add libbb/yescrypt/PARAMETERSDenys Vlasenko2025-07-073-6/+202
| * libbb/yescrypt: no need to find salt-terminating "$" twiceDenys Vlasenko2025-07-071-16/+10
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-071-3/+3
| * cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko2025-07-071-1/+1
| * libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko2025-07-071-1/+1
| * libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko2025-07-072-2/+79
| * libbb/yescrypt: remove forgotten SHA256 HMAC header fileDenys Vlasenko2025-07-072-32/+0
| * libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko2025-07-073-95/+141
| * libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko2025-07-073-93/+35
| * libbb: factor out HMAC code from TLSDenys Vlasenko2025-07-071-0/+99
| * libbb: add two more forgotten source filesDenys Vlasenko2025-07-072-0/+43
| * libbb/pw_ascii64.c: add forgotten source fileDenys Vlasenko2025-07-071-0/+91
| * libbb/yescrypt: use common ascii64 encoding routineDenys Vlasenko2025-07-062-66/+36
| * libbb: shuffle ascii64 code around, shrink i2a64()Denys Vlasenko2025-07-064-88/+7