tftpd: new applet (mostly using existing code for tftp)
[oweals/busybox.git] / Makefile
2008-02-22 Denis Vlasenkolpr and lpq applets by Walter Harms.
2008-02-18 Denis Vlasenkosupport for mount by label (not yet tested)
2008-02-14 Denis Vlasenkobuild system: pass CFLAGS to link stage too (closes...
2008-02-07 Mike Frysingerforce disable setlocalversion usage in busybox
2008-01-27 Mike Frysingerdo not respect CONFIG_MODULES as it breaks building...
2007-12-24 Denis VlasenkoMakefile: change version to 1.10.0.svn
2007-12-24 Denis VlasenkoAnnounce 1.9.0 1_9_0
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-05 Denis Vlasenkowebpage: fix typo, remove inconsistent trailing dots
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
2007-10-08 Denis Vlasenkomake "individual applets" build less noisy.
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 1
2007-09-29 Denis Vlasenkobuild system: pass EXTRA_LDFLAGS to final link stage
2007-08-24 Denis VlasenkoStart 1.8.x cycle
2007-08-12 Denis Vlasenkofix out-of-source-tree build
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-20 Bernhard Reutner... - do not hardcode HOSTCFLAGS to gcc specific flags...
2007-06-19 Mike Frysingerpunt %.bflt target in favor of proper LDFLAGS=-Wl,...
2007-06-02 Denis Vlasenkostart 1.7.x version
2007-06-01 Denis Vlasenkowebsite: announce 1.6.0
2007-04-05 Mike Frysingerless intrusive export of FLTFLAGS
2007-04-05 Mike Frysingerset default FLTFLAGS for a fatty stack
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-30 Mike Frysingerintroduce the concept of LDLIBS for additional librarie...
2007-03-22 Denis VlasenkoAnnounce 1.5.0 and move svn to 1.6.0.svn
2007-03-22 Denis VlasenkoThis revision is busybox 1.5.0
2007-03-18 Denis Vlasenkomake clean deletes .kernelrelease now
2007-03-17 Mike Frysingerfix typo as pointed out by src.obsolete.funcs
2007-03-15 Denis Vlasenkobuild system: produce link map. Rather useful when you
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-01-26 Mike Frysingerrespect CFLAGS/CPPFLAGS in env
2007-01-20 Denis Vlasenkohead is 1.5.0.svn now
2007-01-20 Denis Vlasenkoreleasing busybox 1.4.0 1_4_0
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-09 Bernhard Reutner... - missing hunk to go with r17206
2007-01-09 Bernhard Reutner... - vapier wants LD to point to CC, revert my previous...
2007-01-08 Bernhard Reutner... - set LD to ld
2006-12-31 Mike Frysingerconvert include/autoconf.h split and include/bbconfigop...
2006-12-29 Mike Frysingerwe need to use the compiler driver to invoke LD as...
2006-12-26 Denis Vlasenkoleftover of e2fsck surgery
2006-12-19 Denis Vlasenkoifupdown: parse() returning NULL and returning "" is...
2006-12-15 Denis Vlasenkore-applying first post-1.3.x change
2006-12-13 Denis Vlasenkoexterminate last bzero's
2006-12-13 Bernhard Reutner... - honor CONFIG_DEBUG
2006-11-30 Denis Vlasenko"kernel config" -> "busybox config"
2006-10-31 Denis Vlasenkobuild system: Makefiles are in source dir, add $(srctree)
2006-10-27 Denis VlasenkoFix largefile breakage; advance version to 1.2.2
2006-10-19 Denis Vlasenkoapplets/applets.o must be rebuilt if usage.h is modified.
2006-10-16 Denis Vlasenkostrip -> $(STRIP); fix "unused variable" warning
2006-10-11 Denis Vlasenkobuild system: fix build in separate obj tree
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-09 Denis Vlasenkobuild system: fix for non-i386 builds
2006-10-06 Denis Vlasenkobuild system: do not generate include/linux
2006-10-05 Denis Vlasenkoyet another fixlet: make clean/distclean/mrproper
2006-10-05 Denis Vlasenkofixing build system overhaul fallout...
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Bernhard Reutner... - pgf(?) found and fixed that missing dependency (usage...
2006-08-04 Rob LandleyAdd busybox_old to distclean.
2006-07-30 Rob LandleySwitch off CONFIG_NITPICK in defconfig. (Kind of the...
2006-07-12 Rob LandleyMore minor tweaks.
2006-07-06 Paul Foxfix dependencies so that compressed usage gets rebuilt if
2006-07-04 Bernhard Reutner... - Pull r15593:
2006-06-16 Bernhard Reutner... - add cross-reference generation target.
2006-06-15 Bernhard Reutner... - let the scripts be prerequisites of the files the...
2006-06-13 Rob LandleyFix from Paul Fox to make compressed help text notice...
2006-06-13 Bernhard Reutner... - make VERBOSE= and V= work equally; use BUILD_VERBOSE...
2006-06-10 Bernhard Reutner... - don't check for toolchain-setting for make targets...
2006-05-28 Rob LandleyPut the ending quote on the help entry...
2006-05-27 Rob LandleyConsolidate the .PHONY targets and add "make baseline...
2006-05-26 Bernhard Reutner... - add target hosttools (see make help)
2006-05-21 Bernhard Reutner... - fix wrong path to scripts/usage; It is in the builddi...
2006-05-21 Bernhard Reutner... - there is no _usage.h anymore, so don't rm it in distc...
2006-05-21 Bernhard Reutner... - do not create usage_compressed.h if CONFIG_FEATURE_CO...
2006-05-21 Bernhard Reutner... - there is no "sh". Use $(SHELL)
2006-05-19 Bernhard Reutner... - forgot to make busybox_unstripped depend on the apple...
2006-05-19 Bernhard Reutner... - redirect stdout of scripts/config/conf to /nil for
2006-05-11 Rob LandleyTabs weren't lining up in the help text.
2006-05-10 Mike Frysingerclean more files
2006-05-09 Bernhard Reutner... - fix bug in make help introduced by landley in r15022:
2006-05-08 Rob LandleyMake bloatcheck work when building out of tree.
2006-05-08 Mike Frysingerre-enable udhcp in a few more places
2006-05-07 Rob LandleyAdd "make bloatcheck" to run Matt Mackall's bloat-o...
2006-05-05 Rob LandleyBusybox's udhcp was deleted a while ago. Bolting an...
2006-05-04 Bernhard Reutner... - add script to check for missing help entries of confi...
2006-04-29 Mike Frysingercompile.h is incorrect; create a new do_link.h and...
2006-04-29 Mike Frysingeruse pretty output for scripts/bb_mkdep and scripts...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-26 Bernhard Reutner... - patch from Denis Vlasenko to make sizes PHONY and...
2006-04-21 Mike Frysinger2006-04-20 Shaun Jackman <sjackman@gmail.com>
2006-04-03 Bernhard Reutner... - make sure that we see all lib*/.c in IMA-mode even...
2006-03-22 Rob LandleyTweak allbareconfig not to pause.
2006-03-20 Eric AndersenWilly Tarreau writes:
2006-03-13 Bernhard Reutner... - remove superfluous dependency which was fixed in...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob Landley"make help" should not build the configurator first.
2006-03-13 Rob LandleyFix "rm .config;make menuconfig" to work like "rm ...
2006-03-09 Rob LandleyCleanup from Paul Fox. One find piped to xargs is...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
next