aboutsummaryrefslogtreecommitdiff
path: root/debianutils
AgeCommit message (Expand)Author
2006-05-17The gnu extension to have realpath() malloc its buffer when handed a NULLRob Landley
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-03-02- use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-21Don't build directory libraries unless we're building an applet that needs it.Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-25just whitespaceTim Riker
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itRob Landley
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"
2005-10-06change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"
2005-09-24use the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-17Tito pointed out that if readlink doesn't have -f, there's no need to callRob Landley
2005-09-14committing bug #7:Paul Fox
2005-09-11Clean up memory allocation.Rob Landley
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2005-07-29commiting fix from:Paul Fox
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger
2004-12-08- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatso...Ned Ludd
2004-10-08egor duda writes:Eric Andersen
2004-04-13Fix several problems with start-stop-daemon, add -m supportEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-13Update docs for start_stop_daemon to match reality. UpdateEric Andersen
2004-03-03Fix a compile error identiefied by Steven Scholz.Glenn L McGrath
2004-03-01Check file has execute permission for the current user, minor formatingGlenn L McGrath
2004-01-23Correct check for only one of K or S optionsGlenn L McGrath
2004-01-22Check one and only one of start, stop are given.Glenn L McGrath
2003-11-21Fix warningGlenn L McGrath
2003-11-14NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath
2003-10-29fix a bug where `which' doesn't check whether the file passed as an argumentGlenn L McGrath
2003-10-22sighEric Andersen
2003-10-22Tomasz Motylewski reported that the 'which' applet does not findEric Andersen
2003-08-06Patch from Eric Spakman to update "run-parts" help text in Config.in.Eric Andersen
2003-07-30Do not require that the signal number be specifiedEric Andersen
2003-07-29Bruno Randolf writes:Eric Andersen
2003-07-26Move start_stop_daemon to debianutils.Eric Andersen
2003-07-26cleanup and add long optionsEric Andersen