aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko2010-06-042-15/+33
* ash: rename parsefile->fd to ->pf_fdDenys Vlasenko2010-06-031-15/+15
* ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko2010-06-033-13/+28
* test: "" is not a valid number. Closes bug 1915Denys Vlasenko2010-06-031-1/+1
* *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-023-15/+41
* document how to find non-shared string dupsDenys Vlasenko2010-06-021-0/+5
* *: better string sharingDenys Vlasenko2010-06-0210-26/+22
* ash: remove one redundant function, improve string sharing, better field namesDenys Vlasenko2010-06-021-55/+57
* decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko2010-06-011-3/+3