summaryrefslogtreecommitdiffstats
path: root/toolbox/du.c
Commit message (Collapse)AuthorAgeFilesLines
* Refresh toolbox.Elliott Hughes2014-07-241-322/+0
| | | | | | | | | | Use more upstream NetBSD, and update those things that were already NetBSD. Note that unlike bionic, the upstream-netbsd directory isn't pristine; we have changes marked by __ANDROID__. Bug: 16493461 Change-Id: I99762bfe02caa0945ea4a184670888a4b5435a1d
* toolbox: turn on -WerrorMark Salyzyn2014-05-141-1/+1
| | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* Make usage() static in du.c to avoid conflictsJon Larimer2012-08-131-2/+2
| | | | Change-Id: Ic6b036d050943fb5f0af8553c081ca75362167e8
* Add the du command to toolboxKen Sumrall2012-07-091-0/+322
The code is from NetBSD, with the -n and -h options removed to make porting easy. Also, removed support for the BLOCKSIZE environment variable for the same reason. Change-Id: Ib927ff3527e02802785fdd7f75bab1f05222918e