summaryrefslogtreecommitdiff
path: root/debianutils
Commit message (Expand)AuthorAgeFilesLines
...
* - rewrite run-partsBernhard Reutner-Fischer2007-03-282-130/+98
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-2/+1
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-22/+29
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-036-0/+6
* fix which-uses-default-pathDenis Vlasenko2007-01-281-0/+4
* 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
* start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko2006-12-171-28/+35
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-8/+99
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-181-14/+14
* remove bb_printf and the likeDenis Vlasenko2006-10-262-2/+2
* readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko2006-10-201-13/+24
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-54/+14
* - add option -tBernhard Reutner-Fischer2006-10-101-6/+16
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-30/+43
* attempt to regularize atoi mess.Denis Vlasenko2006-10-082-23/+23
* which: -84 bytesDenis Vlasenko2006-10-051-46/+23
* build system overhaulDenis Vlasenko2006-10-054-70/+27
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-033-7/+7
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-133-3/+3
* Patch from Natanael Copa to make start-stop-daemon just use readlink andRob Landley2006-09-041-8/+9
* Bugfix from Jason Schoon: send the right signal with -s.Rob Landley2006-08-281-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-20/+11
* Remove unnecessary consts.1_2_0Rob Landley2006-07-191-1/+1
* Rearrange order of type qualifiers."Robert P. J. Day"2006-07-181-1/+1
* Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.Rob Landley2006-07-171-2/+9
* - minor shrinkageBernhard Reutner-Fischer2006-06-141-8/+13
* - fix stupid typo from last checkinBernhard Reutner-Fischer2006-06-121-1/+1
* - add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer2006-06-112-47/+68
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-026-43/+16
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-262-1/+18
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* The gnu extension to have realpath() malloc its buffer when handed a NULLRob Landley2006-05-171-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-2/+2
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-1/+1
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-2/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-3/+1
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-7/+13
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+2
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-063-3/+3
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-12/+2
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2