| Age | Commit message (Expand) | Author |
| 2024-10-08 | libbb: modify find_executable() to not temporarily write to PATH | Denys Vlasenko |
| 2023-11-08 | start-stop-daemon: make --output not depend on FANCY | Denys Vlasenko |
| 2023-11-08 | start-stop-daemon: do not lose error messages with -b | Denys Vlasenko |
| 2023-11-08 | start-stop-daemon: typo fix | Denys Vlasenko |
| 2023-11-07 | start-stop-daemon: implement option -O|--output | Louai Al-Khanji |
| 2023-11-07 | start-stop-daemon: update comment, no code changes | Denys Vlasenko |
| 2023-11-07 | start-stop-daemon: add -d DIR chdir option | ejaaskel |
| 2023-11-07 | start-stop-daemon: fix --help: -K or -S is required | Denys Vlasenko |
| 2023-07-10 | Update applet size estimates | Denys Vlasenko |
| 2022-01-05 | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko |
| 2021-11-09 | which: add -a to help text | Denys Vlasenko |
| 2021-06-05 | run-parts: permit dot later in file name | Ján Sáreník |
| 2020-12-18 | help text tweaks | Denys Vlasenko |
| 2020-10-01 | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko |
| 2020-10-01 | tydy up a few uses of recursive_action(), no logic changes | Denys Vlasenko |
| 2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
| 2019-06-09 | start-stop-daemon: change priority before dropping privileges | Aitor Esteve Alvarado |
| 2019-04-27 | start-stop-daemon: Fix -x is not required for -K | Alexander Vickberg |
| 2019-01-14 | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko |
| 2019-01-14 | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko |
| 2018-12-28 | config: update size information | Denys Vlasenko |
| 2018-06-06 | restore documentation on the build config language | Kartik Agaram |
| 2018-04-14 | tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X code | Denys Vlasenko |
| 2018-04-14 | start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X code | Denys Vlasenko |
| 2018-04-08 | libbb.h: always include sys/resource.h | Denys Vlasenko |
| 2018-01-12 | which: fix TODO with NOFORK+malloc_failure misbehaving | Denys Vlasenko |
| 2017-08-08 | start-stop-daemon: show only short options in --help text | Denys Vlasenko |
| 2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
| 2017-08-08 | getopt32: remove applet_long_options | Denys Vlasenko |
| 2017-08-06 | stty: fix bb_common_bufsiz1 use in NOEXEC | Denys Vlasenko |
| 2017-08-04 | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko |
| 2017-08-03 | new NOFORKs: clear, nproc, tty, uname, arch, unlink, which | Denys Vlasenko |
| 2017-07-21 | config: deindent all help texts | Denys Vlasenko |
| 2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
| 2017-04-12 | Sort more misplaced applets into coreutils or util-linux | Denys Vlasenko |
| 2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
| 2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
| 2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
| 2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
| 2015-10-19 | libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 | Denys Vlasenko |
| 2015-10-19 | debianutils/*: convert to new-style "one file" applets | Denys Vlasenko |
| 2015-10-08 | join some common strings, -400 bytes | Denys Vlasenko |
| 2014-05-03 | which: rewrite | Timo Teräs |
| 2014-05-02 | libbb: rename execable -> executable. No code changes | Denys Vlasenko |
| 2013-10-16 | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko |
| 2013-02-28 | run-parts: fix unicode creep in --help | Peter Korsgaard |
| 2013-02-28 | run-parts: stop providing incompatible short options | Denys Vlasenko |
| 2013-02-28 | run-parts: add --exit-on-error | -e support | Peter Korsgaard |
| 2012-10-08 | mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set | Ron Yorston |
| 2012-06-21 | tweak help texts | Denys Vlasenko |