summaryrefslogtreecommitdiff
path: root/debianutils
Commit message (Expand)AuthorAgeFilesLines
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-2/+2
* which: add -a to help textDenys Vlasenko2021-11-091-2/+3
* run-parts: permit dot later in file nameJán Sáreník2021-06-051-2/+13
* help text tweaksDenys Vlasenko2020-12-181-2/+2
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-5/+5
* tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-011-4/+4
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado2019-06-091-9/+9
* start-stop-daemon: Fix -x is not required for -KAlexander Vickberg2019-04-271-15/+20
* start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2019-01-141-2/+5
* start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-22/+44
* config: update size informationDenys Vlasenko2018-12-283-3/+3
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X codeDenys Vlasenko2018-04-141-2/+2
* start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X codeDenys Vlasenko2018-04-141-6/+6
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-2/+0
* which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-8/+8
* start-stop-daemon: show only short options in --help textDenys Vlasenko2017-08-081-36/+6
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-13/+15
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-082-11/+15
* stty: fix bb_common_bufsiz1 use in NOEXECDenys Vlasenko2017-08-061-4/+5
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-6/+7
* new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-031-1/+3
* config: deindent all help textsDenys Vlasenko2017-07-214-19/+19
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-184-4/+4
* Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko2017-04-121-122/+0
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-102-10/+5
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-212-1/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-212-2/+4
* libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko2015-10-191-4/+4
* debianutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-197-80/+90
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-1/+1
* which: rewriteTimo Teräs2014-05-031-60/+23
* libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-021-5/+5
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-161-1/+1
* run-parts: fix unicode creep in --helpPeter Korsgaard2013-02-281-3/+3
* run-parts: stop providing incompatible short optionsDenys Vlasenko2013-02-281-32/+25
* run-parts: add --exit-on-error | -e supportPeter Korsgaard2013-02-281-3/+10
* mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is setRon Yorston2012-10-081-21/+19
* tweak help textsDenys Vlasenko2012-06-211-8/+7
* mktemp: add support for -uDenys Vlasenko2012-04-171-3/+20
* ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko2012-03-051-3/+14
* bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard2011-11-091-1/+1
* start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2011-09-151-2/+10
* login: new option LOGIN_SESSION_AS_CHILDIan Wienand2011-09-141-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-052-2/+0
* start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko2011-04-041-2/+8
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-034-0/+102
* mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko2011-02-131-4/+36