Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - typo: s/derefernce/dereference/g | Bernhard Reutner-Fischer | 2006-04-18 | 1 | -2/+2 | |
| | | | | Thanks to P.J. Day. | |||||
* | - use C99 %j format to print intmax. | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -16/+16 | |
| | | | | Closes bugs #802 and #743 | |||||
* | - include inttypes.h as pointed out by Jason Schoon. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -17/+4 | |
| | | | | - use shorter boilerplate and switch to USE_FEATURE_STAT_FORMAT while at it. | |||||
* | - use proper macros to print intmax_t. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -3/+3 | |
| | | | | PRIuMAX and PRIxMAX are defined in inttypes depending on the wordsize. | |||||
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -1/+1 | |
| | | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox | |||||
* | 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 | |
| | | | | getopt.h, whitespace changes, typos, etc. | |||||
* | 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 | |