aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-06-19A few minor portability improvementsDan Fandrich
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-07small fix in usage textDenys Vlasenko
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06yes: this applet doesn't have options, don't lie that it does.Denys 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-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-30unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko
2010-05-30rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko
2010-05-27trim help text. -29 bytesDenys Vlasenko
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2010-05-23fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov
2010-05-23ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko
2010-05-22fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy
2010-05-20shell: make it possible to alias one of shells to "bash"Denys Vlasenko
2010-05-17typo fixDenys Vlasenko
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich
2010-05-15cttyhack: document the need to setsidDenys Vlasenko
2010-05-09trim help textDenys Vlasenko
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko
2010-05-06install lspci and lsusb to /usr/binGustavo Zacarias
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-05-04bootchartd: new appletDenys Vlasenko
2010-05-02rfkill: new appletSouf Oued
2010-04-26grep: makw -w support unconditionalDenys Vlasenko
2010-04-14udhcpc: make help text betterDenys Vlasenko
2010-04-14dnsd: enforce alignment on packet bufferDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-04-06removed extra \n in fdisk help textDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-04-02httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko
2010-03-31libpwdgrp: comment out more unused functionsDenys Vlasenko
2010-03-31libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko
2010-03-29dpkg: support config file overwrite optionsKim B. Heino
2010-03-28usage: random tweaks to help textsDenys Vlasenko
2010-03-28dumpleases: better help textDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko