aboutsummaryrefslogtreecommitdiff
path: root/win32/net (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-06-22win32: add env var to control error dialogsRon Yorston6-2/+12
2024-06-22win32: revert 'don't set error mode'Ron Yorston2-29/+68
2024-06-19ash: allow HISTFILE=/dev/null to work as intendedRon Yorston1-3/+8
2024-06-19win32: code shrink APE detection; avoid UBRon Yorston1-3/+7
2024-06-16make: update default rulesRon Yorston1-14/+49
2024-06-16win32: detect Actually Portable Executable binariesRon Yorston1-15/+23
2024-06-16win32: don't set error modeRon Yorston1-4/+0
2024-06-14make: update for POSIX 2024Ron Yorston6-27/+31
2024-06-14win32: allow for trailing separator in PATHRon Yorston4-38/+47
2024-06-10make: limit changes to pragmasRon Yorston1-5/+4