aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
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-08wget: ignore header casingSertonix1-1/+1
2024-06-01typo fixDenys Vlasenko2-2/+2
2024-05-31libbb: fix 64-bit bb_popcnt_longDenys Vlasenko1-1/+1
2024-05-31libbb: add bit counting function, use where appropriateDenys Vlasenko8-52/+66
2024-05-31nproc: prepare for arbitrarily large CPU masksDenys Vlasenko5-27/+38
2024-04-13lineedit: print prompt and editing operations to stderrDenys Vlasenko1-28/+34
2024-04-13docproc: avoid segfault during file closingYan Zhu1-0/+1
2024-03-02awk: fix segfault when compiled by clangRon Yorston1-1/+1
2024-03-02crond: log5 fix typo, replace log level '4' with '5'Jones Syue1-1/+1
2024-02-26ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko5-0/+29
2024-02-26ip link: support for the CAN netlinkDario Binacchi3-11/+333
2024-02-25hush: detect when terminating "done"/"fi" is missingDenys Vlasenko9-1/+22
2024-02-25hush: set G.ifs sooner (prevents segfault)Denys Vlasenko1-28/+34
2024-02-25ls: do not truncate username/groupname to 8 charsDenys Vlasenko1-2/+2
2024-01-02sed: check errors writing file with sed -iDominique Martinet1-0/+5
2024-01-01time: implement %% and \escapes in -f FMTDenys Vlasenko2-21/+55
2023-12-31time: fix max resident set size unitNatanael Copa1-9/+19
2023-12-31awk: fix handling of empty fieldsDenys Vlasenko2-16/+24
2023-12-13util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard1-1/+27
2023-11-23top: improve large PID display in memory ('s') modeDenys Vlasenko1-13/+28
2023-11-13Cygwin: regenerate defconfigChristian Franke1-277/+515
2023-11-08start-stop-daemon: make --output not depend on FANCYDenys Vlasenko1-1/+1
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko3-36/+41
2023-11-08start-stop-daemon: typo fixDenys Vlasenko1-1/+1
2023-11-07start-stop-daemon: implement option -O|--outputLouai Al-Khanji1-12/+34
2023-11-07sleep: Update docPetr Vorel1-7/+8
2023-11-07start-stop-daemon: update comment, no code changesDenys Vlasenko1-3/+13
2023-11-07start-stop-daemon: add -d DIR chdir optionejaaskel3-15/+41
2023-11-07start-stop-daemon: fix --help: -K or -S is requiredDenys Vlasenko1-10/+36
2023-10-04udhcp: Avoid leaking uninitialized/stale dataRuss Dill2-1/+3
2023-10-03syslogd: fix breakage caused by "daemonize _after_ init" changeDenys Vlasenko1-4/+5
2023-10-02awk: implement -E; do not reorder -f and -eDenys Vlasenko1-48/+65
2023-10-02install: Fix chown resetting suid/sgid bits from chmodNero1-7/+9
2023-10-02sleep: fix "sleep -- ARGS"Denys Vlasenko5-19/+19
2023-08-31tsort: avoid use-after-freeRon Yorston1-3/+17
2023-08-31ash: initialize basepf.buf in ashzhuyan1-1/+1
2023-07-18libbb: rename source files, no code changesDenys Vlasenko7-8/+8
2023-07-17introduce and use exitcode_tDenys Vlasenko18-19/+26