summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko2-22/+26
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee5-26/+275
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko4-31/+52
2009-10-12libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko6-146/+158
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko5-69/+105
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko11-20/+20
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko6-280/+263
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer4-21/+21
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-08-22"staywithu" writes:Eric Andersen2-5/+5
2001-06-30Generalize comment -- no longer ls specificEric Andersen1-4/+3
2001-06-30All-integer version (but it does use an unsigned long long) which fixesManuel Novoa III 1-47/+70
2001-06-13I reworked make_human_readable_str so it now has a sane interface,Eric Andersen9-108/+58
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen3-31/+46
2001-03-28Patch bass ackwards behavior of hr flag.Matt Kraai3-12/+15
2001-03-28Rewrite to fix bug #1140 and make it slightly smaller.Matt Kraai1-26/+14
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen47-2254/+3901