aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2008-01-13- update defconfigBernhard Reutner-Fischer
2008-01-11- add ipsvdBernhard Reutner-Fischer
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko
2007-12-24defconfig: updateDenis Vlasenko
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-12-02attack the biggest stack users:Denis Vlasenko
2007-11-23update defconfigDenis Vlasenko
2007-11-18make output a little more friendlyMike Frysinger
2007-11-18merge from upstream for systems that dont integrate libintl into their C libr...Mike Frysinger
2007-11-13trylink: accomodate older versions of ldDenis Vlasenko
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko
2007-10-10trylink: s/strip/$STRIP/gDenis Vlasenko
2007-10-09trylink: trivial cleanupDenis Vlasenko
2007-10-09trylink: reformat link flags for readabilityDenis Vlasenko
2007-10-09trylink: remove useless redirects, add missing error checksDenis Vlasenko
2007-10-09trylink: trivial fixesDenis Vlasenko
2007-10-08make "individual applets" build less noisy.Denis Vlasenko
2007-10-07make --help work for "individual applets" too.Denis Vlasenko
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 1Denis Vlasenko
2007-09-27make variables staticDenis Vlasenko
2007-09-26check-lxdialog.sh: no point in giving up, maybe -lcurses will work?Denis Vlasenko
2007-09-22- add microcom to defconfigBernhard Reutner-Fischer
2007-09-03trylink: reinstate accidentally deleted --verboseDenis Vlasenko
2007-09-02- Generally strip off -l that does not pull in a lib.Bernhard Reutner-Fischer
2007-09-02- fix bug where we linked again -lm even though it is not needed.Bernhard Reutner-Fischer
2007-08-24Update defconfig; fix commentsDenis Vlasenko
2007-08-23build system: stop moaning about unset integer CONFIGs.Denis Vlasenko
2007-08-21s/communal/common/ part 2Denis Vlasenko
2007-08-21s/communal/common/Denis Vlasenko
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko