summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2-36/+61
2015-05-25typo fixesManinder Singh17-24/+24
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth1-2/+3
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko7-12/+35
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2-3/+3
2012-06-10android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns1-0/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-30stat: fix mtime/ctime/atimeEric Lammerts1-4/+3
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-20stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin1-7/+5
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-12stat: make output more similar to GNU statSeb1-20/+21
2010-02-02stat: get rid on intmax_tDenys Vlasenko3-105/+93
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-11-13stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko1-14/+14
2008-11-11stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko1-6/+21
2008-06-27stat: pointers are not 0L, they are NULLDenis Vlasenko2-5/+12
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2007-10-16fixes revealed by randomconfig runDenis Vlasenko3-10/+14
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-05stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko1-94/+97
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko2-6/+12
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-13style fixesDenis Vlasenko8-59/+58
2007-04-08add some missed statics on constant objects.Denis Vlasenko10-35/+40
2007-04-04- remove superfluous bss user (flags) and manually unswitch some areas:Bernhard Reutner-Fischer1-138/+92
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko23-145/+145
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko15-38/+46
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko3-39/+111
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-04-18- typo: s/derefernce/dereference/gBernhard Reutner-Fischer3-4/+6
2006-04-12- use C99 %j format to print intmax.Bernhard Reutner-Fischer1-16/+16
2006-04-05- include inttypes.h as pointed out by Jason Schoon.Bernhard Reutner-Fischer1-17/+4
2006-04-05- use proper macros to print intmax_t.Bernhard Reutner-Fischer1-3/+3
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer4-21/+21
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley9-53/+73
[next]