summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-201-3/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-1840-44/+44
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-163-3/+4
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-1/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-134-2/+237
* df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2007-08-131-25/+24
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-132-5/+5
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-1223-81/+85
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-091-5/+11
* catv: catv without arguments was trying to use environ as argv.Denis Vlasenko2007-08-061-3/+6
* env: micro-optimizationDenis Vlasenko2007-08-062-15/+10
* dd: use unsigned printf specifier for # of blocksDenis Vlasenko2007-07-301-2/+3
* dd: fix newly introduced bug (introduced by me)Denis Vlasenko2007-07-291-1/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-277-11/+11
* dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko2007-07-271-32/+53
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-272-10/+10
* cal: small code shrinkDenis Vlasenko2007-07-261-55/+50
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-2410-40/+35
* od: shrink a bitDenis Vlasenko2007-07-241-30/+21
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-236-49/+43
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-217-19/+15
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-7/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-052-30/+32
* expr: small code shrinkDenis Vlasenko2007-07-011-4/+7
* introduce and use bb_basename()Denis Vlasenko2007-06-302-10/+9
* uuencode: shrinkDenis Vlasenko2007-06-261-37/+25
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-253-5/+4
* test: suppress gcc warningDenis Vlasenko2007-06-251-1/+1
* test: shrink a bitDenis Vlasenko2007-06-211-17/+6
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-4/+3
* echo: fix yet another buglet in non-fancy echoDenis Vlasenko2007-06-191-1/+1
* install: fix install a b /a/link/to/dirDenis Vlasenko2007-06-171-3/+9
* - fix test -f ./existsBernhard Reutner-Fischer2007-06-151-3/+8
* - fix testing primary expressions like '"-u" = "-u"'Bernhard Reutner-Fischer2007-06-121-2/+2
* catv: was abusing xopen, should not die on err, but warn only.Denis Vlasenko2007-06-121-8/+13
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-126-1557/+65
* uudecode: nuke duplicate base64_table[]. saves 65 bytesDenis Vlasenko2007-06-121-6/+7
* getopt_mk_fifo_nod: heed warningDenis Vlasenko2007-06-102-4/+4
* - fix invocation without any argumentBernhard Reutner-Fischer2007-06-081-2/+2
* test: fix thinko in previous commitDenis Vlasenko2007-06-081-1/+1
* test: recognize /path/to/[ case tooDenis Vlasenko2007-06-081-14/+19
* - i need this disabled code for testing a patch. Please leave it in.Bernhard Reutner-Fischer2007-06-071-0/+18
* - fix wrong not operator which was essentially ignored. got introduced in r18282Bernhard Reutner-Fischer2007-06-061-1/+1
* awk: move all data to malloc spaceDenis Vlasenko2007-06-061-3/+0
* echo: fix non-fancy echoDenis Vlasenko2007-06-061-1/+1
* uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko2007-06-042-22/+51