aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeHEADmergemasterRon Yorston4 days1-1/+1
|\
| * libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken13 days1-1/+1
* | libbb: fix regression where 'which' output duplicate slashesRon Yorston7 days1-0/+8
* | libbb: code shrinkRon Yorston11 days2-16/+30
* | libbb: update CNG API config messagerfl89011 days1-2/+3
* | libbb: refactor CNG hashing implementationrfl89012 days2-26/+79
* | join: add some more testsRon Yorston2026-01-231-1/+1
* | win32: wcwidth_alt.c: update to Unicode 17 (latest)Avi Halachmi (:avih)2025-12-291-16/+24
* | win32: wcwidth_alt.c: update to Unicode 16.0.0Avi Halachmi (:avih)2025-12-291-16/+29
* | win32: wcwidth_alt.c: new generator script, re-generate codeAvi Halachmi (:avih)2025-12-291-20/+18
* | win32: wcwidth_alt.c: remove codepoint comments (no-op)Avi Halachmi (:avih)2025-12-291-450/+450
* | win32: fix printable-chars with no-op utf8 manifestAvi Halachmi (:avih)2025-12-261-0/+18
* | win32: add a config for 32-bit build with UnicodeRon Yorston2025-12-021-1/+1
* | Merge branch 'busybox' into mergeRon 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