aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | win32: fix strftime(3) '%s' formatRon Yorston2024-08-141-1/+1
* | make: disallow inference rules for phony targetsRon Yorston2024-08-102-5/+22
* | win32: fix another problem with stat(2)Ron Yorston2024-08-091-2/+3
* | make: allow empty commandsRon Yorston2024-08-082-10/+23
* | drop: use correct option when cmd.exe is used as shellRon Yorston2024-08-081-0/+2
* | su: note that test mode implies -W in usage messageRon Yorston2024-08-081-1/+1
* | su: add test modeRon Yorston2024-08-071-19/+27
* | su: use correct option when cmd.exe is used as shellRon Yorston2024-08-051-1/+3
* | drop: allow an alternative shell to be selectedRon Yorston2024-08-051-7/+16
* | su: allow an alternative shell to be selectedRon Yorston2024-08-041-19/+30
* | su: detect inability to raise privilegeRon Yorston2024-08-033-22/+37
* | dd: add support for writing to physical drivesRon Yorston2024-08-021-0/+17
* | ash: rewrite waitpid_child() to improve performanceRon Yorston2024-07-301-32/+19
* | ash: fix slow running when background job is presentRon Yorston2024-07-281-1/+1
* | lineedit: use stdout for shell history builtinRon Yorston2024-07-271-0/+5
* | wget: let user override Content-LengthRon Yorston2024-07-261-0/+21
* | linedit: increase line edit buffer to 8192 bytesRon Yorston2024-07-264-4/+4
* | win32: consolidate executable handling in popen.cRon Yorston2024-07-202-34/+29
* | win32: code shrink popen(3)Ron Yorston2024-07-191-40/+13
* | ash: ignore hidden/iconified stateRon Yorston2024-07-181-10/+3
* | ed: fix line insertion before current lineRon Yorston2024-07-182-0/+25
* | win32: code shrink mingw_spawn_interpreter()Ron Yorston2024-07-141-11/+8
* | Merge branch 'busybox' into mergeRon Yorston2024-07-143-40/+30
|\|
| * ash: move hashvar() calls into findvar()Ron Yorston2024-07-141-9/+8
| * timeout: allow fractional seconds in timeout valuesRon Yorston2024-07-131-4/+9
| * powertop: code shrinkDenys Vlasenko2024-07-131-19/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-07-1317-84/+208
|\|
| * hush: do not exit interactive shell on some redirection errorsDenys Vlasenko2024-07-137-18/+47
| * hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko2024-07-138-7/+42
| * hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during initDenys Vlasenko2024-07-131-8/+3
| * ash: remove limitation on fd# lengthDenys Vlasenko2024-07-121-7/+13
| * ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko2024-07-121-4/+16
| * tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko2024-07-121-6/+23
| * tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko2024-07-121-22/+36
| * tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko2024-07-111-10/+29
| * md5/shaXsum: accept uppercase hex stringsRon Yorston2024-07-111-1/+1
| * vi: Ensure that the edit buffer ends in a newlinePetja Patjas2024-07-111-3/+4
* | make: allow pragmas to apply recursivelyRon Yorston2024-07-121-14/+55
* | Merge branch 'busybox' into mergeRon Yorston2024-07-105-101/+159
|\|
| * ash: remove defunct control character to save a few bytesRon Yorston2024-07-101-12/+12
| * Makefile.flags: suppress clang warnings when cross-compilingRon Yorston2024-07-101-3/+3
| * ash: fix parsing of alias expansion + bash featuresRon Yorston2024-07-101-6/+6
| * awk: mktime() with no arguments is not allowedDenys Vlasenko2024-07-101-2/+1
| * awk: improve comments and constants, no code changesDenys Vlasenko2024-07-101-20/+27
| * qwk: code shrinkDenys Vlasenko2024-07-091-19/+19
| * awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2024-07-092-22/+74
| * awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric valueDenys Vlasenko2024-07-091-6/+14
| * awk: fix use after free (CVE-2023-42363)Natanael Copa2024-07-091-8/+13
| * chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowedDenys Vlasenko2024-07-081-5/+1
| * wget: ignore header casingSertonix2024-07-081-1/+1