aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: add (some) long path supportlong_pathsRon Yorston2026-02-275-14/+109
* testsuite: add tests for long paths and code page handlingRon Yorston2026-02-2716-0/+260
* ash: allow execution of busybox-w32 binary without extensionRon Yorston2026-02-253-4/+3
* ash: fix execution of applets via Unix-style pathRon Yorston2026-02-141-18/+15
* Merge branch 'busybox' into mergeRon Yorston2026-02-1234-238/+319
|\
| * main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"Denys Vlasenko2026-02-081-1/+4
| * *: whitespace cleanupDenys Vlasenko2026-02-087-8/+0
| * tls: document PSTM_64BIT + PSTM_X86_64 optimizations betterDenys Vlasenko2026-02-082-11/+11
| * vi: code shrinkDenys Vlasenko2026-02-071-7/+9
| * vi: fix last commit - do terminate the :CMD on the first whitespaceDenys Vlasenko2026-02-071-0/+1
| * *: use is_prefixed_with() where appropriateDenys Vlasenko2026-02-074-4/+4
| * vi: fix ":list" commandDenys Vlasenko2026-02-071-32/+30
| * vi: code shrinkDenys Vlasenko2026-02-061-15/+17
| * vi: fix "s /find/repl" with whitespace before /Denys Vlasenko2026-02-062-11/+14
| * vi: code shrink, optimize: do not call count_lines() unless neededDenys Vlasenko2026-02-061-73/+61
| * *: use xasprintf_inplace() and concat_path_file() where appropriateDenys Vlasenko2026-02-067-16/+13
| * *: use xasprintf_inplace() in more placesDenys Vlasenko2026-02-063-18/+17
| * man: fix following links if run inside manpage dirDenys Vlasenko2026-02-051-16/+28
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-059-34/+48
| * watch: implement -xDenys Vlasenko2026-02-051-7/+20
| * libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it)Denys Vlasenko2026-02-043-5/+62
* | Update default configurations; include uuid functionsRon Yorston2026-02-106-7/+23
* | Merge branch 'busybox' into mergeRon Yorston2026-02-1030-592/+1080
|\|
| * volume_id: improve handling of too-small (usually zero-byte or erroring) bloc...Denys Vlasenko2026-02-043-18/+52
| * volume_id: volume_id_get_buffer with small FSesAlyssa Ross via busybox2026-02-041-3/+2
| * fdisk: code shrinkDenys Vlasenko2026-02-045-127/+75
| * fdisk: comment out "not a multiple of 512 bytes" warningDenys Vlasenko2026-02-041-5/+6
| * fdisk: several fixes for 4K sector sizeDenys Vlasenko2026-02-047-123/+133
| * findfs: tweak --helpDenys Vlasenko2026-02-031-2/+2
| * uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-036-26/+27
| * fdisk: uncomment -s supportDenys Vlasenko2026-02-021-48/+48
| * devfsd: constify, code shrinkDenys Vlasenko2026-02-021-4/+4
| * fdisk_sgi: formatting fixesDenys Vlasenko2026-02-021-11/+11
| * fdisk: fix spurious warning about zero unused sectorsDenys Vlasenko2026-02-011-30/+34
| * fdisk: simplify start/len calcualtions for Sun labelsDenys Vlasenko2026-02-012-62/+61
| * fdisk: eliminate static variables, fix GPT disk size (32x32->32 overflow)Denys Vlasenko2026-02-014-89/+116
| * util-linux: add minimal uuidgen implementationOsama Abdelkader via busybox2026-02-012-3/+60
| * lkblk: list multiple MOUNTPOINTSDenys Vlasenko2026-01-301-22/+58
| * lsblk: add error messages and exit code when non-blockdevs are givenDenys Vlasenko2026-01-301-17/+39
| * lsblk: new appletOsama Abdelkader2026-01-301-0/+325
| * tar: strip unsafe hardlink components - GNU tar does the sameDenys Vlasenko2026-01-298-18/+49
| * httpd: do not use a global variable in index.cgiDenys Vlasenko2026-01-291-74/+53
| * httpd: handle bare "Location: URL" redirects from CGIsDenys Vlasenko2026-01-281-14/+29
* | ash: fix help builtin and tab completion of builtinsRon Yorston2026-02-091-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2026-02-092-1282/+1372
|\|
| * ash: fix \ooo octal printout in DEBUG codeDenys Vlasenko2026-01-281-16/+12
| * ash: code shrink: eliminate pstrcmp1()Denys Vlasenko2026-01-281-66/+63
| * ash: remove non-standard chdir builtinDenys Vlasenko2026-01-281-17/+14
| * ash: get rid of a static in cmdlookup()/delete_cmd_entry()Denys Vlasenko2026-01-281-26/+38
| * ash: group command hashing/searching code together, no code changesDenys Vlasenko2026-01-281-346/+351