aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-05drop: allow an alternative shell to be selectedRon Yorston1-7/+16
2024-08-04su: allow an alternative shell to be selectedRon Yorston1-19/+30
2024-08-03su: detect inability to raise privilegeRon Yorston3-22/+37
2024-08-02dd: add support for writing to physical drivesRon Yorston1-0/+17
2024-07-30ash: rewrite waitpid_child() to improve performanceRon Yorston1-32/+19
2024-07-28ash: fix slow running when background job is presentRon Yorston1-1/+1
2024-07-27lineedit: use stdout for shell history builtinRon Yorston1-0/+5
2024-07-26wget: let user override Content-LengthRon Yorston1-0/+21
2024-07-26linedit: increase line edit buffer to 8192 bytesRon Yorston4-4/+4
2024-07-20win32: consolidate executable handling in popen.cRon Yorston2-34/+29
2024-07-19win32: code shrink popen(3)Ron Yorston1-40/+13
2024-07-18ash: ignore hidden/iconified stateRon Yorston1-10/+3
2024-07-18ed: fix line insertion before current lineRon Yorston2-0/+25
2024-07-14win32: code shrink mingw_spawn_interpreter()Ron Yorston1-11/+8
2024-07-14ash: move hashvar() calls into findvar()Ron Yorston1-9/+8
2024-07-13timeout: allow fractional seconds in timeout valuesRon Yorston1-4/+9
2024-07-13powertop: code shrinkDenys Vlasenko1-19/+6
2024-07-13hush: do not exit interactive shell on some redirection errorsDenys Vlasenko7-18/+47
2024-07-13hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko8-7/+42
2024-07-13hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during initDenys Vlasenko1-8/+3
2024-07-12ash: remove limitation on fd# lengthDenys Vlasenko1-7/+13
2024-07-12ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko1-4/+16
2024-07-12tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko1-6/+23
2024-07-12make: allow pragmas to apply recursivelyRon Yorston1-14/+55
2024-07-12tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko1-22/+36
2024-07-11tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko1-10/+29
2024-07-11md5/shaXsum: accept uppercase hex stringsRon Yorston1-1/+1
2024-07-11vi: Ensure that the edit buffer ends in a newlinePetja Patjas1-3/+4
2024-07-10ash: remove defunct control character to save a few bytesRon Yorston1-12/+12
2024-07-10Makefile.flags: suppress clang warnings when cross-compilingRon Yorston1-3/+3
2024-07-10ash: fix parsing of alias expansion + bash featuresRon Yorston1-6/+6
2024-07-10awk: mktime() with no arguments is not allowedDenys Vlasenko1-2/+1
2024-07-10awk: improve comments and constants, no code changesDenys Vlasenko1-20/+27
2024-07-09qwk: code shrinkDenys Vlasenko1-19/+19
2024-07-09awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2-22/+74
2024-07-09awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric valueDenys Vlasenko1-6/+14
2024-07-09awk: fix use after free (CVE-2023-42363)Natanael Copa1-8/+13
2024-07-08chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowedDenys Vlasenko1-5/+1
2024-07-08ash: restore value of imported variable on unexportRon Yorston1-0/+9
2024-07-08ash: read profile script relative to binaryRon Yorston4-3/+15
2024-07-08wget: ignore header casingSertonix1-1/+1
2024-07-07win32: code shrink system drive handling (2)Ron Yorston1-1/+1
2024-07-07win32: code shrink system drive handlingRon Yorston5-35/+22
2024-07-07ash: special hack for libtoolRon Yorston1-0/+10
2024-07-02win32: properly restore BB_ env varsRon Yorston1-1/+11
2024-06-28win32: don't allow BB_TERMINAL_MODE=6Ron Yorston1-1/+1
2024-06-25win32: add definition for old mingw-w64FRP-5398-g89ae34445Ron Yorston1-0/+4
2024-06-24win32: code shrink exit_code_to_wait_status_cmd()Ron Yorston1-4/+4
2024-06-23win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2-2/+3
2024-06-22win32: only access mode argument of open(2) if requiredRon Yorston1-3/+5