aboutsummaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-0/+63
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-14/+19
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5
* start_stop_daemon: accept (and ignore) -R <param>Denis Vlasenko2008-09-271-3/+3
* watchdog: add -T optionDenis Vlasenko2008-09-071-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+3
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* ssd: fix missed + in prev commitDenis Vlasenko2008-07-011-1/+1
* ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko2008-07-011-9/+17
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-5/+4
* ssd: fix commentDenis Vlasenko2008-06-201-3/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2008-05-181-48/+86
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko2008-05-071-2/+39
* start_stop_daemon: use existing global variableDenis Vlasenko2008-04-301-27/+28
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-11/+11
* start_stop_daemon: stat executable only onceDenis Vlasenko2008-04-201-2/+5
* libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2008-04-201-23/+17
* start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko2008-04-191-10/+8
* start_stop_daemon: do not stop /proc scan prematurelyDenis Vlasenko2008-04-191-5/+12
* start-stop-daemon: make --exec follow symlinksDenis Vlasenko2008-04-191-13/+13
* start_stop_daemon: mark argc as unusedDenis Vlasenko2008-04-191-2/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* start_stop_daemon: stop using data/bssDenis Vlasenko2008-02-261-15/+34
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-8/+10
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-311-36/+49
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-20/+19
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+2
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-2/+1
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-22/+29
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* start_stop_daemon: make code a bit more readableDenis Vlasenko2006-12-171-23/+19