aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+6
* A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-152-144/+0
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-0/+2
* small fix in usage textDenys Vlasenko2010-06-071-1/+1
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-111/+0
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-0/+2
* yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko2010-06-061-5/+0
* make it possible to keep usage texts in .c filesDenys Vlasenko2010-06-061-13/+2
* make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko2010-06-061-2/+1
* Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-051-13/+8
* *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-0/+16
* lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich2010-06-011-1/+5
* archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-311-2/+5
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-302-3/+4
* unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko2010-05-303-0/+26
* rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko2010-05-302-9/+9
* trim help text. -29 bytesDenys Vlasenko2010-05-271-5/+5
* unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko2010-05-272-21/+31
* fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov2010-05-232-4/+10
* ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko2010-05-231-4/+4
* fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy2010-05-221-3/+3
* shell: make it possible to alias one of shells to "bash"Denys Vlasenko2010-05-202-0/+4
* typo fixDenys Vlasenko2010-05-171-1/+1
* stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko2010-05-161-6/+5
* lineedit: partially fix wide and combining chars editingTomas Heinrich2010-05-161-0/+11
* cttyhack: document the need to setsidDenys Vlasenko2010-05-151-2/+10
* trim help textDenys Vlasenko2010-05-091-3/+3
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-091-1/+1
* install lspci and lsusb to /usr/binGustavo Zacarias2010-05-061-2/+2
* rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2010-05-061-4/+4
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-0/+9
* bootchartd: new appletDenys Vlasenko2010-05-042-12/+23
* rfkill: new appletSouf Oued2010-05-022-0/+13
* grep: makw -w support unconditionalDenys Vlasenko2010-04-261-4/+1
* udhcpc: make help text betterDenys Vlasenko2010-04-141-4/+4
* dnsd: enforce alignment on packet bufferDenys Vlasenko2010-04-141-0/+2
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-0/+2
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-0/+2
* removed extra \n in fdisk help textDenys Vlasenko2010-04-061-1/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-2/+4
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-0/+6
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+2
* httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2010-04-021-1/+1
* libpwdgrp: comment out more unused functionsDenys Vlasenko2010-03-311-1/+4
* libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko2010-03-312-7/+5
* dpkg: support config file overwrite optionsKim B. Heino2010-03-291-1/+16
* usage: random tweaks to help textsDenys Vlasenko2010-03-281-34/+34
* dumpleases: better help textDenys Vlasenko2010-03-281-8/+8
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-1/+1