summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-26Bump version to 1.37.01_37_01_37_stableDenys Vlasenko
2024-09-26wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko
2024-07-14ash: move hashvar() calls into findvar()Ron Yorston
2024-07-13timeout: allow fractional seconds in timeout valuesRon Yorston
2024-07-13powertop: code shrinkDenys Vlasenko
2024-07-13hush: do not exit interactive shell on some redirection errorsDenys Vlasenko
2024-07-13hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko
2024-07-13hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during initDenys Vlasenko
2024-07-12ash: remove limitation on fd# lengthDenys Vlasenko
2024-07-12ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko
2024-07-12tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko
2024-07-12tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko
2024-07-11tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko
2024-07-11md5/shaXsum: accept uppercase hex stringsRon Yorston
2024-07-11vi: Ensure that the edit buffer ends in a newlinePetja Patjas
2024-07-10ash: remove defunct control character to save a few bytesRon Yorston
2024-07-10Makefile.flags: suppress clang warnings when cross-compilingRon Yorston
2024-07-10ash: fix parsing of alias expansion + bash featuresRon Yorston
2024-07-10awk: mktime() with no arguments is not allowedDenys Vlasenko
2024-07-10awk: improve comments and constants, no code changesDenys Vlasenko
2024-07-09qwk: code shrinkDenys Vlasenko
2024-07-09awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko
2024-07-09awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric valueDenys Vlasenko
2024-07-09awk: fix use after free (CVE-2023-42363)Natanael Copa
2024-07-08chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowedDenys Vlasenko
2024-07-08wget: ignore header casingSertonix
2024-06-01typo fixDenys Vlasenko
2024-05-31libbb: fix 64-bit bb_popcnt_longDenys Vlasenko
2024-05-31libbb: add bit counting function, use where appropriateDenys Vlasenko
2024-05-31nproc: prepare for arbitrarily large CPU masksDenys Vlasenko
2024-04-13lineedit: print prompt and editing operations to stderrDenys Vlasenko
2024-04-13docproc: avoid segfault during file closingYan Zhu
2024-03-02awk: fix segfault when compiled by clangRon Yorston
2024-03-02crond: log5 fix typo, replace log level '4' with '5'Jones Syue
2024-02-26ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko
2024-02-26ip link: support for the CAN netlinkDario Binacchi
2024-02-25hush: detect when terminating "done"/"fi" is missingDenys Vlasenko
2024-02-25hush: set G.ifs sooner (prevents segfault)Denys Vlasenko
2024-02-25ls: do not truncate username/groupname to 8 charsDenys Vlasenko
2024-01-02sed: check errors writing file with sed -iDominique Martinet
2024-01-01time: implement %% and \escapes in -f FMTDenys Vlasenko
2023-12-31time: fix max resident set size unitNatanael Copa
2023-12-31awk: fix handling of empty fieldsDenys Vlasenko
2023-12-13util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard
2023-11-23top: improve large PID display in memory ('s') modeDenys Vlasenko
2023-11-13Cygwin: regenerate defconfigChristian Franke
2023-11-08start-stop-daemon: make --output not depend on FANCYDenys Vlasenko
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko
2023-11-08start-stop-daemon: typo fixDenys Vlasenko
2023-11-07start-stop-daemon: implement option -O|--outputLouai Al-Khanji