Scrub things a bit, shave off a few bytes.
[oweals/busybox.git] / Makefile
2003-02-15 Glenn L McGrathMerge fileutils, textutils and shellutils into coreuils
2003-01-27 Eric AndersenDon't wipe the config system on 'make clean'
2003-01-14 Eric AndersenClean config binsries on 'make clean'
2003-01-11 Eric AndersenFix an obvious mistake
2002-12-20 Glenn L McGrathAdjust for new .depend target
2002-12-20 Glenn L McGrathbusybox target wasnt checking .depend, clean kbuild...
2002-12-13 Eric AndersenDon't build the ncurses stuff unless it is specifically...
2002-12-09 Glenn L McGratherr.. Make clean in the scripts/config directory to...
2002-12-09 Glenn L McGrathMake clean in the scripts directory to remove some...
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-11-11 Glenn L McGrathMove readlink, mktemp, run-parts and which to a new...
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>
2002-10-14 Russ Dilladded full udhcp integration
2002-10-08 Eric AndersenRemember to delete docs/busybox.pod
2002-07-31 Eric AndersenBe more portable with 'find' for those that prefer...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-06-06 Eric AndersenLets give this a try...
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration
2002-04-27 Eric AndersenWhen the .config file is missing, supply a default one
2002-04-13 Eric AndersenCleanup make clean
2002-04-13 Eric AndersenAdd a 'make uninstall' target
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-03-20 Eric AndersenUpdate dmalloc options per suggestion from Glenn
2002-03-20 Eric AndersenBart Visscher noticed some spurious search and replace...
2001-12-16 Eric AndersenAdd a more verbose non-strip command.
2001-12-08 Eric AndersenBegin moving things to busybox.net
2001-12-06 Eric AndersenMinor adjustment to the strip command
2001-11-19 Matt KraaiAdd a check target.
2001-11-10 Eric AndersenSome more minor build cleanups
2001-11-10 Eric AndersenOnly use -mpreferred-stack-boundary with gcc versions...
2001-11-06 Eric AndersenForce main to always be included
2001-10-31 Eric AndersenMove usage.h to include/usage.h
2001-10-31 Eric AndersenRun parts applet by Emanuele Aina <faina.mail@tiscaline...
2001-10-25 Glenn L McGrath*** empty log message ***
2001-10-24 Eric AndersenOops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,
2001-10-24 Eric AndersenFixup the new buildsystem a bit.
2001-10-24 Eric AndersenA couple of leftovers
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-02 Eric AndersenFix large file support -- 2+ gig files should now actually
2001-09-26 Eric Andersenuse the pedantically correct compiler for preprocessing
2001-08-22 Eric AndersenBump version to 0.61.pre
2001-08-20 Eric Andersensome minor wording changes
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-08-02 Eric AndersenFix up some silly messups with the debian packaging... 0_60_0
2001-08-02 Eric AndersenOk, here we go...
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-11 Eric AndersenMake the obj's generated from libbb/unarchive.c depend...
2001-07-10 Glenn L McGrathReverse my previous change, still cant compile with...
2001-07-10 Glenn L McGrathWhen compiling unarchive objects link to $(LIBRARIES...
2001-07-10 Matt KraaiUpdate version number to 0.53pre.
2001-07-07 Eric AndersenSome minor updates. Bump version number in preparation...
2001-07-06 Eric AndersenForgot this
2001-06-30 Eric AndersenSimplify a comment
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-22 Eric AndersenFix the build process so it does not do the evil #ifdef...
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-04 Eric AndersenDo not purge the .cvsignore files on 'make release...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-30 Eric AndersenMake hush the default shell. Ensure the applets_list...
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-09 Eric AndersenBump version to 0.52pre
2001-05-07 Eric AndersenUpdate comment re USE_SYSTEM_PWD_GRP
2001-05-01 Eric AndersenOops. The dangers of applying patches by hand...
2001-05-01 Eric AndersenA patch from Larry to fix pristine source builds (again).
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenPer suggestion by Matt, make sh.c a real target. There...
2001-04-28 David Kimdonfix to applet_source_list rule so Debian package contin...
2001-04-27 Eric AndersenMatt was complaining. Hopefully this helps the sh...
2001-04-26 Eric AndersenBe a bit more sneaky about the sh.c symlink so you...
2001-04-26 Eric AndersenThis is the initial checkin of Larry Doolittle's hush...
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Mark WhitleyApplied patch from Larry Doolittle to fix pristine...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Eric AndersenCleanup more carefully after pod2html
2001-04-24 Matt KraaiRewrote rm.
2001-04-23 Matt KraaiChange link order so that libbb functions use libpwd...
2001-04-19 Eric AndersenThis has two patches. First it moves interface.c to...
2001-04-15 Glenn L McGrathNEw functions read_package_field and read_text_file_to_...
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-04-12 Glenn L McGrathuse tmpfile() and revert my previous changes... convert...
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-10 Eric AndersenFix up the uClibc compiler name (its format was recentl...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-09 Eric AndersenBump version number to 0.51
2001-04-05 John Beppu- use docs/autodocifier.pl to merge POD together
next