*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[oweals/busybox.git] / debianutils /
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-20 Denis Vlasenkossd: fix comment
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-08 Denis Vlasenkomktemp: make default tempfile template shorter;
2008-06-05 Denis Vlasenkowhich: -a support (needed for bfin uclibc build script)
2008-06-05 Denis Vlasenkomktemp: make argument optional (coreutil 6.12 compat)
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-18 Denis Vlasenkostart_stop_daemon: add -test, fix -x to not match by...
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-07 Denis Vlasenkostart_stop_daemon: try to clarify intended meaning...
2008-04-30 Denis Vlasenkostart_stop_daemon: use existing global variable
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-04-20 Denis Vlasenkostart_stop_daemon: stat executable only once
2008-04-20 Denis Vlasenkolibbb: prevent xmalloc_open_read_close from dying on...
2008-04-19 Denis Vlasenkostart_stop_daemon: optimization - do not pass paramente...
2008-04-19 Denis Vlasenkostart_stop_daemon: do not stop /proc scan prematurely
2008-04-19 Denis Vlasenkostart-stop-daemon: make --exec follow symlinks
2008-04-19 Denis Vlasenkostart_stop_daemon: mark argc as unused
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-28 Denis Vlasenkorun-parts: add --reverse
2008-02-26 Denis Vlasenkostart_stop_daemon: stop using data/bss
2008-02-19 Denis Vlasenkotrivial fixes to config system
2008-02-09 Denis Vlasenkomktemp: support -p DIR (Timo Teras <timo.teras at iki...
2007-11-25 Denis Vlasenkowhich: fix testsuite failure
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-23 Denis Vlasenkorun_parts: make it sort executables by name (required...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-02 Denis Vlasenkostart_stop_daemon: NOMMU fixes, round 2 by Alex Landau...
2007-07-31 Denis Vlasenkostart_stop_daemon: NOMMU fix; smaller fixes
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-29 Denis Vlasenkorun_parts: do not check path portion of a name for...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-28 Denis Vlasenkorun_parts: I was wrong, NULL termination is already...
2007-03-28 Denis Vlasenkorun_parts: NULL-terminate list of arguments; fix perror...
2007-03-28 Bernhard Reutner... - rewrite run-parts
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
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
next