- 5aa4d53 tune2fs: implement -c and -i options by Richard Braun · 14 years ago
- afc7b4c wc: add support for -m by Denys Vlasenko · 14 years ago
- 5657d37 free: document newly added options by Denys Vlasenko · 14 years ago
- ee5ab8f halt/poweroff/reboot: unify help text by Denys Vlasenko · 14 years ago
- ccb7a43 acpid: add config file and map file by Souf Oued · 14 years ago
- b156000 tweak udhcpd help text by Denys Vlasenko · 14 years ago
- f03fc7d ntpd: mention -N in help text by Denys Vlasenko · 14 years ago
- c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
- 0d98b44 udhcpc: add -v to help text by Denys Vlasenko · 14 years ago
- 7a07b0e dc: make it use long longs for integer ops by Denys Vlasenko · 14 years ago
- 51ca776 cttyhack: move build system bits into cttyhack.c, no code changes by Denys Vlasenko · 14 years ago
- 771f199 ash: move config stuff into ash.c, no code chages by Denys Vlasenko · 14 years ago
- 202a2d1 hush: make set -x support optional by Denys Vlasenko · 14 years ago
- 922f6f5 chrt: code shrink by Denys Vlasenko · 14 years ago
- ff37799 conspy: code shrink by Pascal Bellard · 14 years ago
- 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
- 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
- 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
- 838e0db small fix in usage text by Denys Vlasenko · 15 years ago
- b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
- f2177ab yes: this applet doesn't have options, don't lie that it does. by Denys Vlasenko · 15 years ago
- f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago[Renamed (99%) from include/usage.h]
- 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
- e04c867 rename FEATURE_LZMA_ALIAS to just LZMA by Denys Vlasenko · 15 years ago
- a358140 trim help text. -29 bytes by Denys Vlasenko · 15 years ago
- ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
- ad7a5d4 fgconsole: new applet by Grigory Batalov <bga@altlinux.org> by Grigory Batalov · 15 years ago
- 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 15 years ago
- fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
- 40477e2 shell: make it possible to alias one of shells to "bash" by Denys Vlasenko · 15 years ago
- ef21555 typo fix by Denys Vlasenko · 15 years ago
- b367bb2 cttyhack: document the need to setsid by Denys Vlasenko · 15 years ago
- 65ebbc5 trim help text by Denys Vlasenko · 15 years ago
- 5dfd9c4 rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text by Denys Vlasenko · 15 years ago
- ff027d6 bootchartd: new applet by Denys Vlasenko · 15 years ago
- 43afd75 rfkill: new applet by Souf Oued · 15 years ago
- 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
- e6080a4 udhcpc: make help text better by Denys Vlasenko · 15 years ago
- 37bc1eb removed extra \n in fdisk help text by Denys Vlasenko · 15 years ago
- 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
- 3d43aed dpkg: support config file overwrite options by Kim B. Heino · 15 years ago
- 4816fe9 usage: random tweaks to help texts by Denys Vlasenko · 15 years ago
- c8a2ab1 dumpleases: better help text by Denys Vlasenko · 15 years ago
- 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
- 30ebd7b brctl: fixing stp parameters incompatibility by Maciek Borzecki · 15 years ago
- 87fa216 udhcpc: make it possible to disable vendor id; improve help text by Denys Vlasenko · 15 years ago
- de9e772 flock: better help text by Denys Vlasenko · 15 years ago
- 892d4b6 flock: new applet by Timo Teras · 15 years ago
- eae697f popmaildir: give examples in help text. +91 byte by Denys Vlasenko · 15 years ago
- 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
- baab327 usage: fix typo by Bernhard Reutner-Fischer · 15 years ago
- 5e73457 delete forgotten chunk in prev commit by Denys Vlasenko · 15 years ago
- bb169f4 trim help text by Denys Vlasenko · 15 years ago
- 125c2d2 trim/regularize help text by Denys Vlasenko · 15 years ago
- 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
- 343dfd7 dnsd: add -s option. This allows (clumsy) operation with read dns servers by Denys Vlasenko · 15 years ago
- b55d652 dnsd: better usage text by Denys Vlasenko · 15 years ago
- 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
- 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
- 0d47833 tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME by Mikhail Gusarov · 15 years ago
- fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 15 years ago
- d084cb9 trim usage text a bit; fix cp usage (meaning of -H option) by Denys Vlasenko · 15 years ago
- 662078f small doc update by Denys Vlasenko · 15 years ago
- 607f65d cpio: improve help text more; fix -p and -F interaction by Denys Vlasenko · 15 years ago
- 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
- 999e442 ifplugd: clarify -a in help text by Denys Vlasenko · 15 years ago
- b8f0e80 ifplugd: mention iff mode in help by Denys Vlasenko · 15 years ago
- ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
- 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago
- d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
- 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
- 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
- 11a802a lsusb: new applet. +400 bytes by Souf Oued · 15 years ago
- 982bc71 lspci: new applet. +573 bytes by Souf Oued · 15 years ago
- f92874e replace /bin/mdev with /sbin/mdev by Denys Vlasenko · 15 years ago
- 14b0f4f trim usage text. -238 bytes by Denys Vlasenko · 15 years ago
- 907647f ntpd: implement -x. shrink code a bit. -69 bytes by Denys Vlasenko · 15 years ago
- b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
- 8d580c7 ntpd: add -q option. By Adam Tkac. by Denys Vlasenko · 15 years ago
- 74f8e78 traceroute: fix help text to not show -6 when traceroute6 is off by Denys Vlasenko · 15 years ago
- 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
- b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago
- d095fd4 flashcp: new applet by Stefan Seyfried. +900 bytes by Stefan Seyfried · 15 years ago
- 68c6746 mkswap: add -L LABEL option. closes bug 689. by Denys Vlasenko · 15 years ago
- 0d8ea64 mkfs.reiser: new applet. needs much polishing by Vladimir Dronnikov · 15 years ago
- e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
- dac863a sed: shrink usage text by Denys Vlasenko · 15 years ago
- 7b28415 Minor usage tweak for sed. by Rob Landley · 15 years ago
- 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
- 1dacfbb ftpget/put: make 3rd parameter optional by Vladimir Dronnikov · 15 years ago
- 50be963 date: line up tabs in usage text by Denys Vlasenko · 15 years ago
- ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
- c1ab01b mke2fs: mention -F in usage text by Denys Vlasenko · 15 years ago
- 838e07a trimming help text by Denys Vlasenko · 15 years ago
- 149a32a mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) by Denys Vlasenko · 15 years ago
- 3945bc1 tune2fs: new applet by Vladimir. Only supports -L LABEL by Denys Vlasenko · 15 years ago
- f9d3a91 mkfs_ext2: fixes for huge filesystems by Denys Vlasenko · 15 years ago
- 77da1ca mkfs_ext2: make it able to create images larger than 4G by Denys Vlasenko · 15 years ago
- 6a8cfdc trim usage text by Denys Vlasenko · 15 years ago
- 823b4e6 mkfs_ext2: new applet by Vladimir by Vladimir Dronnikov · 15 years ago