| Commit message (Expand) | Author | Age | Files | Lines |
* | start-stop-daemon: change priority before dropping privileges | Aitor Esteve Alvarado | 2019-06-09 | 1 | -9/+9 |
* | start-stop-daemon: Fix -x is not required for -K | Alexander Vickberg | 2019-04-27 | 1 | -15/+20 |
* | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko | 2019-01-14 | 1 | -2/+5 |
* | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 1 | -22/+44 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 3 | -3/+3 |
* | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 1 | -1/+1 |
* | tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X code | Denys Vlasenko | 2018-04-14 | 1 | -2/+2 |
* | start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X code | Denys Vlasenko | 2018-04-14 | 1 | -6/+6 |
* | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -2/+0 |
* | which: fix TODO with NOFORK+malloc_failure misbehaving | Denys Vlasenko | 2018-01-12 | 1 | -8/+8 |
* | start-stop-daemon: show only short options in --help text | Denys Vlasenko | 2017-08-08 | 1 | -36/+6 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 3 | -13/+15 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 2 | -11/+15 |
* | stty: fix bb_common_bufsiz1 use in NOEXEC | Denys Vlasenko | 2017-08-06 | 1 | -4/+5 |
* | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko | 2017-08-04 | 1 | -6/+7 |
* | new NOFORKs: clear, nproc, tty, uname, arch, unlink, which | Denys Vlasenko | 2017-08-03 | 1 | -1/+3 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 4 | -19/+19 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 4 | -4/+4 |
* | Sort more misplaced applets into coreutils or util-linux | Denys Vlasenko | 2017-04-12 | 1 | -122/+0 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 2 | -10/+5 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+2 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 2 | -1/+2 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 2 | -2/+4 |
* | libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 | Denys Vlasenko | 2015-10-19 | 1 | -4/+4 |
* | debianutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 7 | -80/+90 |
* | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -1/+1 |
* | which: rewrite | Timo Teräs | 2014-05-03 | 1 | -60/+23 |
* | libbb: rename execable -> executable. No code changes | Denys Vlasenko | 2014-05-02 | 1 | -5/+5 |
* | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko | 2013-10-16 | 1 | -1/+1 |
* | run-parts: fix unicode creep in --help | Peter Korsgaard | 2013-02-28 | 1 | -3/+3 |
* | run-parts: stop providing incompatible short options | Denys Vlasenko | 2013-02-28 | 1 | -32/+25 |
* | run-parts: add --exit-on-error | -e support | Peter Korsgaard | 2013-02-28 | 1 | -3/+10 |
* | mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set | Ron Yorston | 2012-10-08 | 1 | -21/+19 |
* | tweak help texts | Denys Vlasenko | 2012-06-21 | 1 | -8/+7 |
* | mktemp: add support for -u | Denys Vlasenko | 2012-04-17 | 1 | -3/+20 |
* | ssd: compat: match -x EXECUTABLE by /proc/pid/exe too | Denys Vlasenko | 2012-03-05 | 1 | -3/+14 |
* | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard | 2011-11-09 | 1 | -1/+1 |
* | start_stop_daemon: set complementary group ids too. Closes 3253 | Denys Vlasenko | 2011-09-15 | 1 | -2/+10 |
* | login: new option LOGIN_SESSION_AS_CHILD | Ian Wienand | 2011-09-14 | 1 | -0/+3 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 2 | -2/+0 |
* | start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcode | Denys Vlasenko | 2011-04-04 | 1 | -2/+8 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 4 | -0/+102 |
* | mktemp: make it more compatible with GNU coreutils 8.4 | Denys Vlasenko | 2011-02-13 | 1 | -4/+36 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 6 | -6/+6 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 1 | -1/+1 |
* | mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes. | Denys Vlasenko | 2010-07-27 | 1 | -1/+1 |
* | *: trailing empty lines removed | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | mktemp: fix "mktemp /path/to/tempfile.XXXXXX" | Denys Vlasenko | 2010-07-12 | 1 | -1/+2 |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -3/+1 |
* | *: make exec failure message more consistent | Denys Vlasenko | 2010-06-25 | 1 | -1/+1 |