| Commit message (Expand) | Author | Age | Files | Lines |
* | stat: fix mtime/ctime/atime | Eric Lammerts | 2010-10-30 | 1 | -4/+3 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -2/+2 |
* | stat: remove superfluous setXXent() calls, plug memory leak | Alexander Shishkin | 2010-10-21 | 1 | -7/+5 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | stat: make output more similar to GNU stat | Seb | 2010-06-12 | 1 | -20/+21 |
* | stat: get rid on intmax_t | Denys Vlasenko | 2010-02-02 | 1 | -90/+91 |
* | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko | 2009-11-28 | 1 | -11/+11 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -12/+12 |
* | stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) | Denis Vlasenko | 2008-11-13 | 1 | -14/+14 |
* | stat: make stat -f show filesystem "ID:" as coreutils does | Denis Vlasenko | 2008-11-11 | 1 | -6/+21 |
* | stat: pointers are not 0L, they are NULL | Denis Vlasenko | 2008-06-27 | 1 | -4/+4 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 1 | -3/+18 |
* | fixes revealed by randomconfig run | Denis Vlasenko | 2007-10-16 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | stat: code shrink; stop using bss; stop using strncat incorrectly | Denis Vlasenko | 2007-10-05 | 1 | -94/+97 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -3/+3 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -4/+4 |
* | stat: fix option -Z segv (bug 1454) | Denis Vlasenko | 2007-08-09 | 1 | -5/+11 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes | Denis Vlasenko | 2007-04-13 | 1 | -34/+34 |
* | add some missed statics on constant objects. | Denis Vlasenko | 2007-04-08 | 1 | -7/+7 |
* | - remove superfluous bss user (flags) and manually unswitch some areas: | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -138/+92 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -2/+2 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -16/+153 |
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | 2006-11-21 | 1 | -31/+37 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -13/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
* | - typo: s/derefernce/dereference/g | Bernhard Reutner-Fischer | 2006-04-18 | 1 | -2/+2 |
* | - use C99 %j format to print intmax. | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -16/+16 |
* | - include inttypes.h as pointed out by Jason Schoon. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -17/+4 |
* | - use proper macros to print intmax_t. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -3/+3 |
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -1/+1 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 1 | -3/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -9/+9 |
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -2/+2 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+1 |
* | just punt all the f_frsize crap since not all linux headers support it Bug 346 | Mike Frysinger | 2005-07-26 | 1 | -22/+5 |
* | dont use f_frsize unless linux-2.6.0 or better | Mike Frysinger | 2005-06-29 | 1 | -1/+12 |
* | rework human_fstype to cut down size | Mike Frysinger | 2005-04-24 | 1 | -78/+47 |
* | rework options to get rid of extra variables | Mike Frysinger | 2005-04-24 | 1 | -15/+11 |
* | stat implementation based upon coreutils | Mike Frysinger | 2005-04-23 | 1 | -0/+599 |