summaryrefslogtreecommitdiff
path: root/debianutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* just whitespaceTim Riker2006-01-253-6/+6
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-0/+4
* A cleanup patch I've had lying around in my tree for a while, I think itRob Landley2005-12-021-35/+10
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-2/+2
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-16/+12
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-061-1/+1
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-1/+1
* Tito pointed out that if readlink doesn't have -f, there's no need to callRob Landley2005-09-171-6/+6
* committing bug #7:Paul Fox2005-09-141-29/+42
* Clean up memory allocation.Rob Landley2005-09-111-32/+8
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-112-6/+3
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-3/+3
* commiting fix from:Paul Fox2005-07-291-0/+3
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatso...Ned Ludd2004-12-082-2/+29
* egor duda writes:Eric Andersen2004-10-082-7/+12
* Fix several problems with start-stop-daemon, add -m supportEric Andersen2004-04-131-27/+45
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-156-15/+15
* Update docs for start_stop_daemon to match reality. UpdateEric Andersen2004-03-131-29/+53
* Fix a compile error identiefied by Steven Scholz.Glenn L McGrath2004-03-031-1/+1
* Check file has execute permission for the current user, minor formatingGlenn L McGrath2004-03-011-24/+20
* Correct check for only one of K or S optionsGlenn L McGrath2004-01-231-3/+2
* Check one and only one of start, stop are given.Glenn L McGrath2004-01-221-17/+17
* Fix warningGlenn L McGrath2003-11-211-0/+1