Age | Commit message (Expand) | Author |
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 |
2012-04-17 | mktemp: add support for -u | Denys Vlasenko |
2012-03-05 | ssd: compat: match -x EXECUTABLE by /proc/pid/exe too | Denys Vlasenko |
2011-11-09 | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard |
2011-09-15 | start_stop_daemon: set complementary group ids too. Closes 3253 | Denys Vlasenko |
2011-09-14 | login: new option LOGIN_SESSION_AS_CHILD | Ian Wienand |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-04 | start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcode | Denys Vlasenko |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga |
2011-02-13 | mktemp: make it more compatible with GNU coreutils 8.4 | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |