summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko3-8/+6
2015-10-18debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
2012-03-05ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko1-3/+14
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard3-2/+11
2011-09-15start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2-3/+11
2011-04-04start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko1-2/+8
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-09-27start_stop_daemon: accept (and ignore) -R <param>Denis Vlasenko1-3/+3
2008-09-07watchdog: add -T optionDenis Vlasenko7-66/+81
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko15-50/+55
2008-07-01*: introduce and use xvfork()Denis Vlasenko12-42/+18
2008-07-01ssd: fix missed + in prev commitDenis Vlasenko1-1/+1
2008-07-01ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko3-12/+37
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-06-20ssd: fix commentDenis Vlasenko1-3/+3
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-05-18start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2-80/+137
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-05-07start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko1-2/+39
2008-04-30start_stop_daemon: use existing global variableDenis Vlasenko1-27/+28
2008-04-22whitespace fixes. no code changesDenis Vlasenko9-30/+30
2008-04-20start_stop_daemon: stat executable only onceDenis Vlasenko1-2/+5
2008-04-20libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2-30/+33
2008-04-19start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko1-10/+8
2008-04-19start_stop_daemon: do not stop /proc scan prematurelyDenis Vlasenko1-5/+12
2008-04-19start-stop-daemon: make --exec follow symlinksDenis Vlasenko1-13/+13
2008-04-19start_stop_daemon: mark argc as unusedDenis Vlasenko1-2/+2
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-02-26start_stop_daemon: stop using data/bssDenis Vlasenko1-15/+34
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-08-02start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko5-14/+20
2007-07-31start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko3-39/+52
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
[next]