aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-0/+1
* Flesh out the STANDARDS and AUTHORS sections in the du(1) man page.Mark Johnston2019-08-081-3/+73
* Update the spelling of my nameEnji Cooper2019-04-221-2/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper2017-08-021-0/+1
* | du(1): Add --si option to display in terms of powers of 1000Kyle Evans2017-08-093-21/+60
|/
* Add some initial basic tests for du(1)Enji Cooper2017-06-123-0/+162
* du(1): trivial whitespace cleanupEnji Cooper2017-06-121-2/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-7/+3
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-081-1/+19
| |\
| * \ Sync from headSimon J. Gerraty2012-11-042-8/+14
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | du(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-5/+2
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | New sentence, new line.Joel Dahl2012-11-041-4/+4
* | | Add a few basic examples.Joel Dahl2012-11-041-1/+19
| |/ |/|
* | Document -g option in the usage string.Sergey Kandaurov2012-07-261-1/+1
* | Add -g (gigabyte) flag to complement -k (kilobyte) and -m (megabyte).Dag-Erling Smørgrav2012-07-182-7/+13
|/
* du: Allow multiple -HLP options, the last one wins.Jilles Tjoelker2011-12-172-20/+17
* Update du(1):Glen Barber2011-12-092-45/+53
* Simplify getopt switch parsing.Ed Schouten2011-11-081-12/+4
* Add missing static keywords to du(1)Ed Schouten2011-11-061-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Add a -t switch for masking output that's above or below certain thresholds.Brian Somers2010-06-202-3/+28
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Report the next directory being scanned when a ^T is pressed (or anyWarner Losh2009-04-301-0/+15
* Restore (intmax_t) casts I lost during the last change & unbreak the build.Max Laier2008-11-061-4/+6
* Add two new options to du(1):Max Laier2008-11-062-35/+85
* Declare functions and variables static and save a few byte. This is aMax Laier2008-11-041-9/+9
* style(9): mostly avoiding line wrap by not indenting cases. No obj change.Max Laier2008-11-041-114/+121
* Implement from scratch a -l option for du(1), to match the same optionGiorgos Keramidas2008-02-252-11/+23
* setenv(3) sets errno on failure, use warn() insteadKevin Lo2007-11-081-3/+3
* Check return value for setenv()Kevin Lo2007-11-061-3/+7
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-3/+3
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-3/+3
* Eliminate error with -W* strict flags and make putenv() calls conforming toAndrey A. Chernov2007-04-301-3/+3
* Markup fixes.Ruslan Ermilov2006-09-291-1/+5
* o Implement "-n" flag: ignore files and directories with user "nodump"Maxim Konovalov2006-05-062-3/+14