index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debianutils
/
start_stop_daemon.c
Age
Commit message (
Expand
)
Author
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
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
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-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
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-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
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
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-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
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
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-03-26
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-09-27
start_stop_daemon: accept (and ignore) -R <param>
Denis Vlasenko
2008-09-07
watchdog: add -T option
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
ssd: fix missed + in prev commit
Denis Vlasenko
2008-07-01
ssd: do not stat -x EXECUTABLE, it is not needed anymore
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
[next]