index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
posix
/
du.c
Age
Commit message (
Expand
)
Author
2018-03-19
Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbing
Rob Landley
2017-05-27
Replace two space indents with tab indents in help text (for consistency).
Rob Landley
2016-10-01
du: 32 bit systems were maxing out at 2GB when they should max out at 2TB
Rob Landley
2016-03-07
Cleanup pass on the dirtree infrastructure, in preparation for making rm -r
Rob Landley
2015-08-08
Different tools have different ideas about what human-readable output
Elliott Hughes
2015-05-31
Move the magic list of commands needing cleanup from toys/pending/README
Rob Landley
2015-05-10
Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just
Rob Landley
2015-05-09
Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from
Rob Landley
2014-12-01
Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" should...
Rob Landley
2014-07-26
Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope...
Rob Landley
2014-05-06
Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d...
Rob Landley
2014-04-16
Revert lots of half-finished local debris I didn't mean to check in with Isaa...
Rob Landley
2014-04-12
roadmap: describe glibc commands.
Isaac Dunham
2013-08-18
Fix wrong printf type.
Rob Landley
2013-08-18
Cleanup du.
Rob Landley
2012-12-31
Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtr...
Rob Landley
2012-12-06
Have dirtree_add_node() set parent so error message can provide full path.
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-26
Add du command.
Ashwini Kumar