aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* typo fixDenys Vlasenko2024-06-012-2/+2
* libbb: fix 64-bit bb_popcnt_longDenys Vlasenko2024-05-311-1/+1
* libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-318-52/+66
* nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-315-27/+38
* lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
* docproc: avoid segfault during file closingYan Zhu2024-04-131-0/+1
* awk: fix segfault when compiled by clangRon Yorston2024-03-021-1/+1
* crond: log5 fix typo, replace log level '4' with '5'Jones Syue2024-03-021-1/+1
* ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko2024-02-265-0/+29
* ip link: support for the CAN netlinkDario Binacchi2024-02-263-11/+333
* hush: detect when terminating "done"/"fi" is missingDenys Vlasenko2024-02-259-1/+22
* hush: set G.ifs sooner (prevents segfault)Denys Vlasenko2024-02-251-28/+34
* ls: do not truncate username/groupname to 8 charsDenys Vlasenko2024-02-251-2/+2
* sed: check errors writing file with sed -iDominique Martinet2024-01-021-0/+5
* time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-012-21/+55
* time: fix max resident set size unitNatanael Copa2023-12-311-9/+19
* awk: fix handling of empty fieldsDenys Vlasenko2023-12-312-16/+24
* util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard2023-12-131-1/+27
* top: improve large PID display in memory ('s') modeDenys Vlasenko2023-11-231-13/+28
* Cygwin: regenerate defconfigChristian Franke2023-11-131-277/+515
* start-stop-daemon: make --output not depend on FANCYDenys Vlasenko2023-11-081-1/+1
* start-stop-daemon: do not lose error messages with -bDenys Vlasenko2023-11-083-36/+41
* start-stop-daemon: typo fixDenys Vlasenko2023-11-081-1/+1
* start-stop-daemon: implement option -O|--outputLouai Al-Khanji2023-11-071-12/+34
* sleep: Update docPetr Vorel2023-11-071-7/+8
* start-stop-daemon: update comment, no code changesDenys Vlasenko2023-11-071-3/+13
* start-stop-daemon: add -d DIR chdir optionejaaskel2023-11-073-15/+41
* start-stop-daemon: fix --help: -K or -S is requiredDenys Vlasenko2023-11-071-10/+36
* udhcp: Avoid leaking uninitialized/stale dataRuss Dill2023-10-042-1/+3
* syslogd: fix breakage caused by "daemonize _after_ init" changeDenys Vlasenko2023-10-031-4/+5
* awk: implement -E; do not reorder -f and -eDenys Vlasenko2023-10-021-48/+65
* install: Fix chown resetting suid/sgid bits from chmodNero2023-10-021-7/+9
* sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-025-19/+19
* tsort: avoid use-after-freeRon Yorston2023-08-311-3/+17
* ash: initialize basepf.buf in ashzhuyan2023-08-311-1/+1
* libbb: rename source files, no code changesDenys Vlasenko2023-07-187-8/+8
* introduce and use exitcode_tDenys Vlasenko2023-07-1718-19/+26
* getfattr: fix "getfattr NOTEXIST" - now prints error msgDenys Vlasenko2023-07-171-4/+9
* getfattr: new appletYU Jincheng2023-07-161-0/+131
* hwclock: force LONG_OPTS, stop accepting non-compatible -tDenys Vlasenko2023-07-141-41/+42
* hwclock: add get/set parameters optionAndrej Picej2023-07-122-5/+100
* ntpd: fix a warning on 32-bit arch buildDenys Vlasenko2023-07-101-2/+2
* i2ctransfer: fix build warningDenys Vlasenko2023-07-101-1/+1
* Update applet size estimatesDenys Vlasenko2023-07-10265-320/+320
* ash: tweak comments, no code changesDenys Vlasenko2023-07-101-6/+7
* ash: remove "volatile" specifier from suppress_intDenys Vlasenko2023-07-101-4/+11
* ash: disable sleep as builtin, closes 15619Denys Vlasenko2023-07-102-5/+19