aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add (some) long path supportlong_pathsRon Yorston2026-02-271-0/+3
* Merge branch 'busybox' into mergeRon Yorston2026-02-123-4/+75
|\
| * main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"Denys Vlasenko2026-02-081-1/+4
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-051-0/+16
| * libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it)Denys Vlasenko2026-02-041-3/+55
* | Update default configurations; include uuid functionsRon Yorston2026-02-101-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2026-02-102-44/+16
|\|
| * fdisk: several fixes for 4K sector sizeDenys Vlasenko2026-02-041-41/+0
| * uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-031-0/+13
| * util-linux: add minimal uuidgen implementationOsama Abdelkader via busybox2026-02-011-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2026-02-041-1/+1
|\|
| * libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken2026-01-261-1/+1
* | libbb: fix regression where 'which' output duplicate slashesRon Yorston2026-02-011-0/+8
* | libbb: code shrinkRon Yorston2026-01-282-16/+30
* | libbb: update CNG API config messagerfl8902026-01-281-2/+3
* | libbb: refactor CNG hashing implementationrfl8902026-01-272-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