aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2009-04-05build system tweaks to account for latest hush changesDenis Vlasenko
2009-03-31sendmail: update by VladimirDenis Vlasenko
2009-03-28randomtest fixesDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-02-15Make "shadowed" numeric config entries (ones which depend onDenis Vlasenko
2009-02-04httpd:Denis Vlasenko
2008-12-01...and exclude LC_ALL tooDenis Vlasenko
2008-12-01build system: fix sorting + locale in make objsizesDenis Vlasenko
2008-11-09update random config testerDenis Vlasenko
2008-11-08build system: remove '-Wl,' when we pass flags to ld.Denis Vlasenko
2008-11-07defconfig: explain what we aim it to beDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-10-29another small defconfig updateDenis Vlasenko
2008-10-29update defconfigDenis Vlasenko
2008-10-24less: add optional line number toggle and resizing on SIGWINCH.Denis Vlasenko
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-10-23- give glob a chanceBernhard Reutner-Fischer
2008-10-21init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent peopleDenis Vlasenko
2008-09-28scripts/randomtest[.loop]: add scripts for randomconfig testingDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-08-28- forgot to pass in the HOST_EXTRACFLAGSBernhard Reutner-Fischer
2008-08-27- pull check-lxdialog from linux-2.6.26Bernhard Reutner-Fischer
2008-08-26trylink: make messages less confusingDenis Vlasenko
2008-08-19Updating defconfig, fixing a typo in Config.inDenis Vlasenko
2008-08-19- add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-17- warn about overlong lines in help-textsBernhard Reutner-Fischer
2008-07-12whitespace fixesDenis Vlasenko
2008-07-12whitespace fixing scriptDenis Vlasenko
2008-07-11build system: re-add mistakenly deleted scriptDenis Vlasenko
2008-07-09buld system: suppress a warningDenis Vlasenko
2008-06-28build system fixlet to ease blackfin buildDenis Vlasenko
2008-06-25update defconfigDenis Vlasenko
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko
2008-06-06Build system: track -Wl,-elf2flt in CFLAGS_busybox too.Denis Vlasenko
2008-06-04build system: add PIE build optionDenis Vlasenko
2008-06-02Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko
2008-05-28Remove 'busybox' word from configuration programsDenis Vlasenko
2008-05-26scripts: add a script which prints memory map of running busyboxDenis Vlasenko
2008-05-26scripts: add primitive memory usage meter scriptDenis Vlasenko
2008-05-23- optionally pass additional flags down to nmBernhard Reutner-Fischer
2008-05-21- make Christian happyBernhard Reutner-Fischer
2008-05-21- skip empty lines and archive membersBernhard Reutner-Fischer
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko
2008-05-09- pass flags to ld in one argumentBernhard Reutner-Fischer
2008-05-08- forgot to pull in arch-specific tweaksBernhard Reutner-Fischer