aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2008-05-02more fixes to testsuite by Cristian and vdaDenis Vlasenko
2008-04-30trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko
2008-04-25fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing)Denis Vlasenko
2008-04-12Makefile.IMA: generate autoconf.h if neededDenis Vlasenko
2008-04-11- fix detection of whole-programBernhard Reutner-Fischer
2008-04-11- also use the incoming LDFLAGS and EXTRA_LDFLAGSBernhard Reutner-Fischer
2008-04-11- erm sorry. no ipsvd hereBernhard Reutner-Fischer
2008-04-11- add ipsvdBernhard Reutner-Fischer
2008-04-11fix build with gcc -combineDenis Vlasenko
2008-04-11- add printutils and util-linux/volume_idBernhard Reutner-Fischer
2008-04-05cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko
2008-03-26- add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfigBernhard Reutner-Fischer
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-21update defconfigDenis Vlasenko
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko
2008-03-21scripts/bb_release: release script (I nearly lost it last time)Denis Vlasenko
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko
2008-03-17volude_id: remove unused fields and functions which were setting themDenis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-02-16mount: make -f work even without mtab supportDenis Vlasenko
2008-02-14build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko
2008-02-13build system: don't use -o /dev/null, old gcc can delete /dev/null!Denis Vlasenko
2008-02-11- spelling fixesBernhard Reutner-Fischer
2008-02-08- add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer
2008-01-29- update defconfigBernhard Reutner-Fischer
2008-01-18eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox