aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * ash: move casematch() directly to its only caller, no code changesDenys Vlasenko2026-01-271-31/+36
| * ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko2026-01-271-165/+156
| * ash: JOBSTOPPED can only be set if job control is compiled in - conditionaliz...Denys Vlasenko2026-01-271-2/+13
| * ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko2026-01-271-450/+453
| * ash: move applet handling out of tryexec() - making it similar to dashDenys Vlasenko2026-01-271-62/+61
| * doc: update docs/nofork_noexec.txtDenys Vlasenko2026-01-271-1/+6
| * ash: unset traps before entering NOEXEC programs after [v]forkDenys Vlasenko2026-01-271-7/+89
* | Merge branch 'busybox' into mergeRon Yorston2026-02-047-162/+258
|\|
| * httpd: optimize example CGIsDenys Vlasenko2026-01-262-37/+25
| * libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken2026-01-261-1/+1
| * networking/httpd_indexcgi.c: non-mallocing versionDenys Vlasenko2026-01-262-108/+200
| * httpd: add a TODO, no code changesDenys Vlasenko2026-01-251-0/+3
| * ash: code shrinkDenys Vlasenko2026-01-241-0/+4
| * httpd: allow static files in /cgi-bin/, do not search for interpreter twiceDenys Vlasenko2026-01-241-24/+25
| * ash,hush: allow 0x in arith (bash supports it for 0x$v case when v='')Denys Vlasenko2026-01-241-5/+13
* | win32: add support for /dev/std{in,out,err}Ron Yorston2026-02-022-5/+18
* | Merge branch 'busybox' into mergeRon Yorston2026-02-027-260/+792
|\|
| * httpd: code shrinkDenys Vlasenko2026-01-241-18/+22
| * awk: use more understandable form of "split-globals" trickDenys Vlasenko2026-01-242-39/+36
| * httpd: code shrink via "split-globals" trickDenys Vlasenko2026-01-242-3/+18
| * httpd: implement POSTDATA read timeout, and -K KILLSECS CGI lifetime controlDenys Vlasenko2026-01-241-59/+110
| * httpd: fix incorrect == comparison in last commit, must be !=Denys Vlasenko2026-01-231-1/+3
| * httpd: smarter handling of CGI's "Status: " headerDenys Vlasenko2026-01-231-10/+13
| * httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP"Denys Vlasenko2026-01-232-28/+32
| * httpd: simplify CGI code a bit, add a bunch of TODOs and FIXMEsDenys Vlasenko2026-01-232-29/+37
| * httpd: do not force clean connection termination on write errors and timeoutsDenys Vlasenko2026-01-221-24/+45
| * httpd: make timeout messages less confusingDenys Vlasenko2026-01-221-6/+10