Bump to version 1.22.1
[platform/upstream/busybox.git] / debianutils /
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-28 Denis Vlasenkofix which-uses-default-path
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-17 Denis Vlasenkostart_stop_daemon: make code a bit more readable
2006-12-17 Denis Vlasenkostart_stop_daemon: fix bug where any program name was...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-26 Denis VlasenkoClosing bug 730. libbb run_parts is using scandir ...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkoreadlink: do not emit errors if file doesnt not exist...
2006-10-11 Denis Vlasenkoifupdown: stop emitting annoying/misleading error messages.
2006-10-10 Bernhard Reutner... - add option -t
2006-10-08 Denis Vlasenkostart_stop_daemon: add -N <nice> compat
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkowhich: -84 bytes
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-04 Rob LandleyPatch from Natanael Copa to make start-stop-daemon...
2006-08-28 Rob LandleyBugfix from Jason Schoon: send the right signal with -s.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-19 Rob LandleyRemove unnecessary consts. 1_2_0
2006-07-18 "Robert P. J. Day"Rearrange order of type qualifiers.
2006-07-17 Rob LandleyPatch from Thaddeus Ternes, adding chuid to start-stop...
2006-06-14 Bernhard Reutner... - minor shrinkage
2006-06-12 Bernhard Reutner... - fix stupid typo from last checkin
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-17 Rob LandleyThe gnu extension to have realpath() malloc its buffer...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-12-02 Rob LandleyA cleanup patch I've had lying around in my tree for...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-17 Rob LandleyTito pointed out that if readlink doesn't have -f,...
2005-09-14 Paul Foxcommitting bug #7:
2005-09-11 Rob LandleyClean up memory allocation.
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-07-29 Paul Foxcommiting fix from:
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-12-08 Ned Ludd- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch...
2004-10-08 Eric Andersenegor duda writes:
2004-04-13 Eric AndersenFix several problems with start-stop-daemon, add -m...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-13 Eric AndersenUpdate docs for start_stop_daemon to match reality...
2004-03-03 Glenn L McGrathFix a compile error identiefied by Steven Scholz.
2004-03-01 Glenn L McGrathCheck file has execute permission for the current user...
2004-01-23 Glenn L McGrathCorrect check for only one of K or S options
2004-01-22 Glenn L McGrathCheck one and only one of start, stop are given.
2003-11-21 Glenn L McGrathFix warning
2003-11-14 Glenn L McGrathNEW APPLET: pipe_progress, used by debian installer
2003-10-29 Glenn L McGrathfix a bug where `which' doesn't check whether the file...
2003-10-22 Eric Andersensigh
2003-10-22 Eric AndersenTomasz Motylewski reported that the 'which' applet...
2003-08-06 Eric AndersenPatch from Eric Spakman to update "run-parts" help...
2003-07-30 Eric AndersenDo not require that the signal number be specified
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-26 Eric AndersenMove start_stop_daemon to debianutils.
2003-07-26 Eric Andersencleanup and add long options
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-04-26 Glenn L McGrathAdd the -d option, its used by old versions of config...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-08 Glenn L McGrathPatch by Stewart Brodie to terminate the string array...
2002-12-05 Eric AndersenKill the now obsolete docs/Configure.help file, and...
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-11-11 Glenn L McGrathMove readlink, mktemp, run-parts and which to a new...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-05 Eric Andersenplug fd leak noticed by Russ Dill
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-01-26 Eric AndersenPatch from Russ Dill <Russ.Dill@asu.edu>. From the
2001-10-31 Eric Andersenpatch from vodz:
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
next