summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko2011-01-101-16/+4
* tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-102-28/+13
* stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko2011-01-091-6/+3
* getty: fix -i (was ignored)Denys Vlasenko2011-01-092-85/+67
* modprobe-small: support compressed modules in insmodDenys Vlasenko2011-01-091-2/+4
* hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko2011-01-071-1/+10
* suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko2011-01-071-1/+3
* mkswap: selinux build fixDenys Vlasenko2011-01-051-1/+1
* tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19
* explain every non-SUID_DROP applet. No code changesDenys Vlasenko2011-01-032-1/+19
* kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko2011-01-031-1/+16
* kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko2011-01-031-10/+19
* date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-022-3/+16
* date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2010-12-312-1/+16
* su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-312-9/+10
* add missed underscoreDenys Vlasenko2010-12-311-1/+1
* date: add a comment about _SVID_SOURCEDenys Vlasenko2010-12-301-1/+4
* bzip2: plug memory leak on every processed fileDenys Vlasenko2010-12-302-5/+5
* libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko2010-12-302-6/+38
* blkid: optional support for TYPE="fstype"Denys Vlasenko2010-12-3021-37/+84
* plug a DIR* leak on error pathDenys Vlasenko2010-12-281-4/+5
* modprobe: add -D option (synonym of --show-depends)Serj Kalichev2010-12-281-54/+67
* login: apply PAM environmentIan Wienand2010-12-271-0/+11
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-262-68/+66
* modprobe: add support for --show-dependsSerj Kalichev2010-12-262-36/+60
* init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-252-10/+12
* udhcpc: document SIGUSRn effect in help textDenys Vlasenko2010-12-251-0/+4
* hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko2010-12-211-45/+49
* sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko2010-12-201-1/+1
* mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-206-54/+106
* test: add examples when "%s: unknown operand" happensDenys Vlasenko2010-12-201-1/+4
* ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman2010-12-201-47/+44
* ls: add support for -HDenys Vlasenko2010-12-191-73/+86
* volume_id: recognize compressed hibernate swap signatureJames Hunt2010-12-191-0/+1
* ls: tweak -e handling; better commentsDenys Vlasenko2010-12-191-19/+24
* ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-192-72/+72
* ls: make -F not follow symlinks of the command lineDenys Vlasenko2010-12-191-4/+8
* ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko2010-12-191-43/+30
* ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko2010-12-191-8/+18
* chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko2010-12-191-8/+10
* chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko2010-12-181-5/+5
* scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin2010-12-181-1/+1
* Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko2010-12-181-1/+1
* scripts: fix fixdep.c to let it workable in cygwinGreentime2010-12-181-1/+1
* chat: fix build breakage (variable declared in for())Denys Vlasenko2010-12-181-8/+9
* hush: fix build breakage (variable declared in for())Denys Vlasenko2010-12-181-21/+24
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-135-40/+47
* procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text editLauri Kasanen2010-12-131-3/+4
* more: smaller version of previous fixDenys Vlasenko2010-12-131-3/+1
* more: exit if write to stdout errors outDenys Vlasenko2010-12-131-0/+3