aboutsummaryrefslogtreecommitdiff
path: root/debianutils
AgeCommit message (Expand)Author
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-07-01ssd: fix missed + in prev commitDenis Vlasenko
2008-07-01ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-20ssd: fix commentDenis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-06-08mktemp: make default tempfile template shorter;Denis Vlasenko
2008-06-05which: -a support (needed for bfin uclibc build script)Denis Vlasenko
2008-06-05mktemp: make argument optional (coreutil 6.12 compat)Denis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-18start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-07start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko
2008-04-30start_stop_daemon: use existing global variableDenis Vlasenko
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-04-20start_stop_daemon: stat executable only onceDenis Vlasenko
2008-04-20libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko
2008-04-19start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko
2008-04-19start_stop_daemon: do not stop /proc scan prematurelyDenis Vlasenko
2008-04-19start-stop-daemon: make --exec follow symlinksDenis Vlasenko
2008-04-19start_stop_daemon: mark argc as unusedDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-28run-parts: add --reverseDenis Vlasenko
2008-02-26start_stop_daemon: stop using data/bssDenis Vlasenko
2008-02-19trivial fixes to config systemDenis Vlasenko
2008-02-09mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-23run_parts: make it sort executables by name (required by API)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-02start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko
2007-07-31start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-12remove nearly-duplicate PATHs in several placesDenis Vlasenko
2007-06-12move several applets to more correct ex-project. No code changes.Denis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko