aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add a config for 32-bit build with UnicodeRon Yorston2025-12-021-1/+1
* Merge branch 'busybox' into mergemergeRon Yorston2025-11-112-5/+13
|\
| * lineedit: fix PS1='\W' for root directoryDenys Vlasenko2025-11-081-1/+1
| * busybox: optional --version supportDenys Vlasenko2025-10-131-4/+12
* | Merge branch 'busybox' into mergeRon Yorston2025-10-091-0/+9
|\|
| * nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko2025-10-081-0/+9
* | Merge branch 'busybox' into mergeRon Yorston2025-09-111-9/+9
|\|
| * *: code shrink using sigprocmask2() where appropriateDenys Vlasenko2025-08-111-9/+9
| * ash: eval: Add vfork supportDenys Vlasenko2025-08-091-0/+12
* | ash: eval: Add vfork supportRon Yorston2025-09-071-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2025-09-061-15/+22
|\|
| * top,pmap: speed up /smaps parsingDenys Vlasenko2025-08-061-13/+20
| * libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizesDenys Vlasenko2025-08-061-1/+1
| * libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko2025-08-061-1/+1
* | lineedit: fix PS1='\W' for root directoryRon Yorston2025-08-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-159-133/+305
|\|
| * top: simplify command line readingDenys Vlasenko2025-08-061-7/+14
| * top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko2025-08-051-82/+48
| * top: fix display of very large VSZDenys Vlasenko2025-08-051-3/+22
| * libbb: simplify concat_path_file()Denys Vlasenko2025-08-041-2/+2
| * libbb: much faster concat_path_file()Denys Vlasenko2025-08-041-0/+75
| * shell: fix the check of empty HISTFILEDenys Vlasenko2025-08-031-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 Yorston2025-08-121-1/+48
* | Merge branch 'busybox' into mergeRon Yorston2025-08-1219-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