summaryrefslogtreecommitdiff
path: root/toys/posix/du.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424Yu Jiung1-1/+1
2015-08-08Different tools have different ideas about what human-readable outputElliott Hughes1-1/+1
2015-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley1-0/+2
2015-05-10Cleanups of dirtree_start() calls. (Don't need to feed in flag values, justRob Landley1-3/+3
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley1-14/+6
2014-12-01Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" should...Rob Landley1-0/+9
2014-07-26Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope...Rob Landley1-2/+2
2014-05-06Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d...Rob Landley1-10/+2
2014-04-16Revert lots of half-finished local debris I didn't mean to check in with Isaa...Rob Landley1-2/+12
2014-04-12roadmap: describe glibc commands.Isaac Dunham1-12/+2
2013-08-18Fix wrong printf type.Rob Landley1-1/+1
2013-08-18Cleanup du.Rob Landley1-162/+113
2012-12-31Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtr...Rob Landley1-1/+1
2012-12-06Have dirtree_add_node() set parent so error message can provide full path.Rob Landley1-1/+1
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley1-142/+140
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley1-15/+2
2012-08-26Add du command.Ashwini Kumar1-0/+230