Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
[oweals/busybox.git] / scripts /
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Yet more "#if 0" content removed.
2006-06-15 Bernhard Reutner... - use shorter boilerplate, more accurate header guard
2006-06-15 Bernhard Reutner... - drats.
2006-06-15 Bernhard Reutner... - let the scripts be prerequisites of the files the...
2006-06-11 Bernhard Reutner... - remove superfluous CONFIG_BEGIN and CONFIG_END
2006-05-30 Rob LandleySince we have less than 100k of usage.h data anyway...
2006-05-29 Rob LandleyTeach bloatometer about .rodata, and tweak the display...
2006-05-26 Bernhard Reutner... - use strtol instead of strtoll if the latter does...
2006-05-26 Bernhard Reutner... - use the SED given by the user
2006-05-26 Bernhard Reutner... - patch from Tito to pretty print the overall delta
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-21 Bernhard Reutner... - check for existing usage binary, so it get's more...
2006-05-08 Rob LandleyTweak suggested by Matt Mackall when I submitted the...
2006-05-07 Rob LandleyScript to easily get an assembly dump of a single function.
2006-05-07 Rob LandleyAdd "make bloatcheck" to run Matt Mackall's bloat-o...
2006-05-05 Bernhard Reutner... - ignore missing helptext for options which are not...
2006-05-04 Bernhard Reutner... - add script to check for missing help entries of confi...
2006-04-29 Mike Frysingertermios.h is already included so dont include sys/termi...
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-20 Mike Frysingerkill signed warnings
2006-04-16 Mike Frysingeruse strchr() not index()
2006-03-29 Bernhard Reutner... find ./ -name .cvsignore | xargs svn rm
2006-03-13 Bernhard Reutner... - revert back to r14406
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-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-20 Rob LandleyRename UNUSE() to SKIP().
2006-02-17 "Vladimir N. Oleynik"quick copy-paste typo
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-16 "Vladimir N. Oleynik"isolate and show busybox`s changes
2006-02-15 "Vladimir N. Oleynik"full removed config.h, use bb_config.h only
2006-02-14 Bernhard Reutner... - commentary typos
2006-02-14 "Vladimir N. Oleynik"commentary typos. Thank by aldot
2006-02-13 Rob LandleyNew USE() macros
2006-02-12 Bernhard Reutner... - commentary typos
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 "Vladimir N. Oleynik"removed unneed signed, avoid warning
2006-01-25 Tim Rikerjust whitespace
2006-01-20 Rob LandleyZap sysdeps directory, moving Config.in and defconfig...
2005-12-19 Rob LandleyMake a few warnings go away.
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 "Vladimir N. Oleynik"fast replace if src outside
2005-10-06 "Vladimir N. Oleynik"update documentation
2005-10-06 "Vladimir N. Oleynik"bb_mkdep can use src outside now
2005-10-03 "Vladimir N. Oleynik"speed up * 2
2005-09-19 "Vladimir N. Oleynik"small bug found after strength test
2005-09-16 "Vladimir N. Oleynik"speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4...
2005-09-15 Rob LandleyWhitespace patch (and removal of gratuitous use of...
2005-09-14 "Vladimir N. Oleynik"bb_mkdep version 2.0. speed up *2, remove problem of...
2005-09-14 Rob LandleyOur config should write out each symbol once and only...
2005-09-13 "Vladimir N. Oleynik"bb_mkdep release. speed up *3, clearing, more comments
2005-09-12 "Vladimir N. Oleynik"bb_mkdep speed up * 10!
2005-09-12 "Vladimir N. Oleynik"new my scripts/mm_mkdep, dependences work now
2005-09-08 Rob LandleyPut the menu_is_visible test back because it avoids...
2005-09-05 Rob LandleyThe previous commit left confdata writing out:
2005-09-05 Rob LandleyFixes so "make allnoconfig" works again.
2005-08-24 Rob LandleyBernhard Fischer submitted a couple of Makefile patches:
2005-08-02 Eric AndersenDo not define 'AUTOCONF_INCLUDED'
2005-08-01 Paul Foxnew config display applet, from bug 46. i've changed...
2005-04-19 Peter KjellerstedtUpdated to match trunk/uClibc/extra/config as of r10132...
2005-04-16 Mike Frysingerbernhardf reports with Bug 210:
2004-10-08 Eric AndersenAs noticed by egor duda, current_menu is declared as...
2004-10-08 Eric Andersenegor duda writes:
2004-07-15 Eric AndersenPeter Kjellerstedt at axis.com writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-16 Eric AndersenMinor updates from linux 2.6.1
2004-01-13 Glenn L McGrathPatch from Bastian Blank, allow the buildtime to be...
2003-10-03 Glenn L McGrathPatch by Rob Landley, fix warning
2003-08-05 Eric AndersenSeems I missed a spot
2003-08-05 Eric AndersenMerge/rework config system per the latest from linux...
2003-06-30 Eric AndersenPatch from Pavel Roskin to fixup toplevel help text
2003-06-12 Eric AndersenFix the location for the default config so 'make defconfig'
2003-05-24 Eric AndersenUpdate mkdep, per the "touchless dependencies for 2...
2003-03-31 Eric AndersenAvoid errors with buggy preprocessors
2003-03-10 Eric AndersenAvoid potential rendering problems
2003-01-23 Eric AndersenPatch from Brett Hunt at micron.com to fixup potential...
2003-01-11 Eric AndersenPatch from Robert Schwebel -- support ncurses installed...
2002-12-13 Eric AndersenDon't build the ncurses stuff unless it is specifically...
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-11-07 Eric AndersenFix broken tabs
2001-12-08 Eric AndersenBegin moving things to busybox.net
2001-11-10 Eric AndersenCleanup some config problems. Add a sane default confi...
2001-11-07 Eric AndersenRemove comments about 'make bzImage'
2001-10-31 Eric AndersenFix location of Configure.help
2001-10-24 Eric AndersenIgnore lxdialog
2001-10-24 Eric Andersenignore generated files
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-30 Eric AndersenThis depmod script will create a modules.dep file,...
2001-07-30 Eric AndersenFix up the sample inittab entry per what is current.
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-04-17 Mark WhitleyAdded some help messages.
2001-03-14 Mark WhitleyScript that generates a script that will convert oddbal...
2000-12-12 Eric AndersenScript updates for better portability
2000-11-29 Eric AndersenFinish commit of rpmunpack and add in scripts for undeb...
2000-09-15 Pavel RoskinDon't suppress output of umount and swapoff - it is...
2000-09-14 Eric AndersenAdd in a patch from robotti@metconnect.com and Chip...
2000-02-09 Erik AndersenUpdate the sample inittab to add the "ctrlaltdel" action.
2000-01-06 Erik AndersenAdd in sample inittab file