- 11bcf4b lineedit: fix column display for wide and combining chars in TAB completion by Tomas Heinrich · 15 years ago
- 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
- 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
- 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
- 26e2c1d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing by Denys Vlasenko · 15 years ago
- b8909c5 lineedit: partially fix wide and combining chars editing by Tomas Heinrich · 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
- 6774386 tune2fs: move to e2fsprogs by Denys Vlasenko · 15 years ago
- c7efd64 install lspci and lsusb to /usr/bin by Gustavo Zacarias · 15 years ago
- 5dfd9c4 rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text by Denys Vlasenko · 15 years ago
- 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) 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
- 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 15 years ago
- f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
- f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
- 37bc1eb removed extra \n in fdisk help text by Denys Vlasenko · 15 years ago
- 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
- 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
- 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
- 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
- 8d22ca8 libpwdgrp: comment out more unused functions by Denys Vlasenko · 15 years ago
- 5530129 libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS 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
- fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 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
- 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
- 892d4b6 flock: new applet by Timo Teras · 15 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
- 09b7672 include/fix_u32.h: try harder to not cause redefinition errors by Denys Vlasenko · 15 years ago
- 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
- 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
- eae697f popmaildir: give examples in help text. +91 byte by Denys Vlasenko · 15 years ago
- d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
- c77e478 include/fix_u32.h: fix trivial compile breakage :( by Denys Vlasenko · 15 years ago
- 8cb4036 libbb/loop.c: use common fix_u32.h trick by Denys Vlasenko · 15 years ago
- cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
- 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
- 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
- fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
- 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
- 2f8a460 fix Unicode build on glibc 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
- 80f4275 include/platform.h: PowerPC can also do unaligned access by Joakim Tjernlund · 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
- 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
- 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
- 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
- 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
- d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
- e17764c further work on unicodization by Denys Vlasenko · 15 years ago
- 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. 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
- 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
- d084cb9 trim usage text a bit; fix cp usage (meaning of -H option) by Denys Vlasenko · 15 years ago
- a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
- 662078f small doc update by Denys Vlasenko · 15 years ago
- f2c8aa6 libbb: introduce and use monotonic_ms 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
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc 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
- 5e3b140 hwclock: make it report system/rtc clock difference 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
- aa4977d libunarchive: clean up dirty hacks. code shrank as a result 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
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago