index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
du.c
Age
Commit message (
Expand
)
Author
2001-03-07
Some minor cleanups to df.c. Also, with Erik's blessing, changed name of
Mark Whitley
2001-03-07
Static-ify a variable. make du work with all the human-readable variants
Eric Andersen
2001-03-07
Fix up du so it behaves itself also.
Eric Andersen
2001-03-06
I made these little simplifications a while back, bug forgot to
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
0_49
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-22
Add HUMAN_READABLE define for -m and -h support in du, df, and ls
Richard June
2001-01-18
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Matt Kraai
2000-12-12
du.c error msg cleanup from Kent Robotti
Eric Andersen
2000-12-11
Patch from kent robotti to fix a buglet where
Eric Andersen
2000-12-09
Fix problem where 'du file_that_exists' doesn't work.
Eric Andersen
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-06
Must compile before committing.
Matt Kraai
2000-12-06
Fix exit status on failure.
Matt Kraai
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-17
The result of getopt() is "int" and should be treated as such
Pavel Roskin
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>
Eric Andersen
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-05-10
* cp -fa now works as expected for symlinks (it didn't before)
Erik Andersen
2000-04-28
Latest and greatest. Some effort at libc5 (aiming towards newlib)
Erik Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-03-04
A few updates (including the cp fix the Craig has been looking for)
Erik Andersen
2000-02-21
Forgot to add basename. More fixes to du from
Erik Andersen
2000-02-19
Fixed du. Now behaves just like GNU du (only less so).
Erik Andersen
2000-02-13
- I suspect the problem has something to do w/ symlinks.
John Beppu
2000-02-11
Updates
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen
2000-01-23
* added (and documented) "-n" option for head -
Erik Andersen
1999-12-17
Reworked the source so it will compile and run under glibc 2.0.7
Erik Andersen
1999-12-16
killed an elusive bug in du -s.
John Beppu
1999-12-15
Implemented du -s
John Beppu
1999-12-10
Removed a redundant call du(); Save cpu cycles.
John Beppu
1999-12-10
Fixed bug when dealing with files specified
John Beppu
1999-12-10
Fix beppu's email address.
Eric Andersen
1999-12-10
Fleshed out du_main().
John Beppu
1999-12-09
This is my preliminary
John Beppu
[prev]