aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-13xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko
2010-06-13xargs: code shrink -15 bytesDenys Vlasenko
2010-06-12stat: make output more similar to GNU statSeb
2010-06-12date: trivial fix - was reading seconds into nanoseconds field! DOHDenys Vlasenko
2010-06-12tftp: make message about 512 byte block less confusingDenys Vlasenko
2010-06-11check-lxdialog.sh: fix helptextBernhard Reutner-Fischer
2010-06-10utoa: shrinkDenys Vlasenko
2010-06-09modinfo: needs modutils.oDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-08date: use the same code for FEATURE_DATE_NANO for glibc and uclibcDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-07typo fixDenys Vlasenko
2010-06-07small fix in usage textDenys Vlasenko
2010-06-07dpkg: add support for lzma compressionPascal Bellard
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-06-06fuser: code shrinkMaksym Kryzhanovskyy
2010-06-06fix allnoconfigDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06pipe_progress: shrinkDenys Vlasenko
2010-06-06loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko
2010-06-06dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko
2010-06-06date: make FEATURE_NANO compile on glibc systemsDenys Vlasenko
2010-06-06top: code shrink, -26 bytesDenys Vlasenko
2010-06-06top: code shrinkMaksym Kryzhanovskyy
2010-06-06yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko
2010-06-06fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko
2010-06-06modinfo: new appletPascal Bellard
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-06make it possible to keep usage texts in .c filesDenys Vlasenko
2010-06-06make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko
2010-06-05tr: add forgotten //config: prefixesDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2010-06-04udhcpd: fix daemonize crash on nommu systemsMike Frysinger
2010-06-04date: optional support for %N. Closes bug 1861.Denys Vlasenko
2010-06-04mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko
2010-06-04typo fixDenys Vlasenko
2010-06-04sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko
2010-06-03ash: rename parsefile->fd to ->pf_fdDenys Vlasenko
2010-06-03ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko
2010-06-03test: "" is not a valid number. Closes bug 1915Denys Vlasenko
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-06-02document how to find non-shared string dupsDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-06-02ash: remove one redundant function, improve string sharing, better field namesDenys Vlasenko
2010-06-01decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko
2010-06-01deinline two big functionsDenys Vlasenko
2010-06-01decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich