hush/include
Eric Andersen 97e2426582 "staywithu" writes:
In BusyBox v1.00-pre2,
 commands like ls, df with -h option report a wrong file size for files larger than 4GBtye!!

For example,
   when I execute 'ls -l', it reports
      -rw-r--r--      1 root       root    5368709120    Aug    17  2003  large_stream.tp

   when I execute 'ls -lh', I expect that
      -rw-r--r--      1 root       root                5.0G    Aug    17  2003  large_stream.tp

  but it reports
      -rw-r--r--      1 root       root                1.0G    Aug    17  2003  large_stream.tp

I fixed this bug that...
 Line 31 in libbb/human_readable.c and line 275 include/libbb.h

     const char *make_human_readable_str(unsigned long size
      =>   const char *make_human_readable_str(unsigned long long size

It's OK!
2003-08-22 23:08:37 +00:00
..
.cvsignore Ignore generated files 2001-10-24 06:53:33 +00:00
applets.h Implement a minimalist 'last' which allows the LEAF project to 2003-08-08 22:26:06 +00:00
busybox.h Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
dump.h Major coreutils update. 2003-03-19 09:13:01 +00:00
grp_.h Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
inet_common.h Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
libbb.h "staywithu" writes: 2003-08-22 23:08:37 +00:00
pwd_.h Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
shadow_.h Port over the last of the tinylogin applets 2002-06-23 04:24:25 +00:00
unarchive.h rpm applet by Laurence Anderson 2002-12-10 00:17:22 +00:00
usage.h Implement a minimalist 'last' which allows the LEAF project to 2003-08-08 22:26:06 +00:00