aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* networking/Config.src: make tftp/tftpd-related options less confusing. Closes...Denys Vlasenko2010-06-171-0/+3
* fix extra bogus files generation in include/config/*Denys Vlasenko2010-06-172-7/+13
* ubiattach,ubidetach: new appletsBaruch Siach2010-06-161-0/+88
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-155-152/+172
* file rename: TODO_config_nommu -> TEST_config_nommuDenys Vlasenko2010-06-151-0/+0
* xargs: another code shrinkDenys Vlasenko2010-06-151-30/+20
* xargs: trivial code shrinkDenys Vlasenko2010-06-151-7/+7
* rfkill: do not enable by default, it requires new-ish Linux headersDenys Vlasenko2010-06-141-1/+1
* scripts/echo.c: remove bb-ismDenys Vlasenko2010-06-141-1/+1
* xargs: trivial code shrinkDenys Vlasenko2010-06-141-12/+10
* xargs: simplify logicDenys Vlasenko2010-06-141-199/+184
* xargs: fix accounting of -sNUMDenys Vlasenko2010-06-132-54/+57
* xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko2010-06-131-1/+1
* xargs: code shrink -15 bytesDenys Vlasenko2010-06-132-80/+79
* stat: make output more similar to GNU statSeb2010-06-121-20/+21
* date: trivial fix - was reading seconds into nanoseconds field! DOHDenys Vlasenko2010-06-121-1/+1
* tftp: make message about 512 byte block less confusingDenys Vlasenko2010-06-121-1/+2
* check-lxdialog.sh: fix helptextBernhard Reutner-Fischer2010-06-111-1/+1
* utoa: shrinkDenys Vlasenko2010-06-101-15/+29
* modinfo: needs modutils.oDenys Vlasenko2010-06-091-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-0849-0/+102
* date: use the same code for FEATURE_DATE_NANO for glibc and uclibcDenys Vlasenko2010-06-081-4/+0
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-0711-35/+32
* typo fixDenys Vlasenko2010-06-071-1/+1
* small fix in usage textDenys Vlasenko2010-06-071-1/+1
* dpkg: add support for lzma compressionPascal Bellard2010-06-071-3/+6
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-076-166/+194
* fuser: code shrinkMaksym Kryzhanovskyy2010-06-061-29/+15
* fix allnoconfigDenys Vlasenko2010-06-061-52/+55
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-0613-444/+1390
* pipe_progress: shrinkDenys Vlasenko2010-06-061-8/+4
* loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko2010-06-061-1/+1
* dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko2010-06-062-1/+11
* date: make FEATURE_NANO compile on glibc systemsDenys Vlasenko2010-06-061-1/+5
* top: code shrink, -26 bytesDenys Vlasenko2010-06-061-33/+27
* top: code shrinkMaksym Kryzhanovskyy2010-06-061-77/+42
* yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko2010-06-062-5/+5
* fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko2010-06-062-2/+2
* modinfo: new appletPascal Bellard2010-06-063-0/+153
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-0633-1484/+573
* make it possible to keep usage texts in .c filesDenys Vlasenko2010-06-065-16/+40
* make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko2010-06-067-22/+38
* Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-056-75/+103
* tr: add forgotten //config: prefixesDenys Vlasenko2010-06-051-19/+19
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-0453-0/+0
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-047-104/+114
* udhcpd: fix daemonize crash on nommu systemsMike Frysinger2010-06-041-1/+2
* date: optional support for %N. Closes bug 1861.Denys Vlasenko2010-06-042-6/+60
* mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko2010-06-041-3/+4
* typo fixDenys Vlasenko2010-06-041-1/+1