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