aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: don't skip exec() if std streams are invalidRon Yorston2026-01-291-1/+3
* | libbb: code shrinkRon Yorston2026-01-282-16/+30
* | libbb: update CNG API config messagerfl8902026-01-281-2/+3
* | libbb: refactor CNG hashing implementationrfl8902026-01-274-47/+110
* | make: bring into alignment with pdpmakeRon Yorston2026-01-261-2/+3
* | join: add some more testsRon Yorston2026-01-232-1/+31
* | Update default configurationsRon Yorston2026-01-225-6/+11
* | Merge branch 'busybox' into mergeRon Yorston2026-01-2213-54/+726
|\|
| * vmstat: fix I/O, int and ctxt rates: need to be divided by secondsDenys Vlasenko2026-01-201-5/+8
| * vmstat: fixes for >4TB memory and long sampling intervalsDenys Vlasenko2026-01-201-39/+75
| * vmstat: fix "vmstat N 0" to act compatibly (do not print infinitely)Denys Vlasenko2026-01-191-5/+12
| * vmstat: smarter handling of header re-printingDenys Vlasenko2026-01-191-23/+30
| * vmstat: show shorter, human-readable accumulating counts if they grow largeDenys Vlasenko2026-01-181-13/+29
| * vmstat: reduce the chances of misaligned columnsDenys Vlasenko2026-01-181-8/+26
| * vmstat: code shrinkDenys Vlasenko2026-01-181-28/+39
| * procps: new applet: vmstatDavid Leonard2026-01-181-0/+483
| * adduser: remove preconfigured GECOS full name fieldAchill Gilgenast2026-01-181-1/+1
| * md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-182-4/+22
| * cmp: fix -n causing all diffs to be output, implement size suffixes for SKIPDenys Vlasenko2026-01-184-20/+77
| * cmp: stop skipping bytes if EOF is reachedGiorgi Tchankvetadze2026-01-181-2/+2
| * coreutils: fixes for coreutils/id_test.sh scriptDenys Vlasenko2026-01-181-11/+11
| * networking/udhcp: fix typo in commentGiorgi Tchankvetadze2026-01-141-1/+1
| * xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50)Denys Vlasenko2025-11-302-7/+31
| * tls: better error message when TLS record is truncatedDenys Vlasenko2025-11-251-1/+4
* | ash: don't display ^C twiceRon Yorston2026-01-201-1/+1
* | win32: mkdtemp is available in mingw-w64 14.0.0Ron Yorston2026-01-191-0/+2
* | md5/sha1sum: fix POSIX buildRon Yorston2026-01-061-1/+5
* | md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-062-3/+10
* | stty: reinstate functionality of 'stty size'Ron Yorston2026-01-031-0/+6
* | join: minor adjustmentsRon Yorston2026-01-022-2/+17
* | join: update docs and fix some omissionsmbartlett212026-01-021-30/+16
* | join: new appletmbartlett212026-01-029-0/+591
* | 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-292-94/+283
* | 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: fix output conversion with no-op utf8 manifestAvi Halachmi (:avih)2025-12-261-2/+17
* | uname: Check for PROCESSOR_ARCHITECTURE_ARM as wellMartin Storsjö2025-12-081-0/+5
* | ash: Extend ARM msvcrt workaround to 32 bit ARM tooMartin Storsjö2025-12-081-1/+1
* | win32: add a config for 32-bit build with UnicodeRon Yorston2025-12-028-7/+1297
* | win32: update UTF-8 manifestRon Yorston2025-12-011-5/+5
* | make: fix expansion of immediate-mode macrosRon Yorston2025-11-282-1/+23
* | win32: avoid failure when localtime() argument is out of rangeRon Yorston2025-11-262-2/+20
* | ash: allow ctrl-c to interrupt read in minttyRon Yorston2025-11-231-19/+20
* | mkdir: correctly report directory creationRon Yorston2025-11-221-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-11-1110-27/+46
|\|
| * eject: fix missing -s option in trivial usageDenys Vlasenko2025-11-081-1/+1
| * dd: fix overflow for very large count/seek/skip valuesDenys Vlasenko2025-11-082-9/+7
| * pgrep/pkill: fix -x to also match comm fieldDenys Vlasenko2025-11-081-4/+4