<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/du, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r319850:</title>
<updated>2017-07-18T16:49:24+00:00</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-18T16:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21a39509f46afb8616ecb160a8cea13fa1a813da'/>
<id>21a39509f46afb8616ecb160a8cea13fa1a813da</id>
<content type='text'>
Add some initial basic tests for du(1)

Tests that exercise the following flags are added in this commit:
- -A
- -H
- -I
- -g
- -h
- -k
- -m

Additional tests will be added soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some initial basic tests for du(1)

Tests that exercise the following flags are added in this commit:
- -A
- -H
- -I
- -g
- -h
- -k
- -m

Additional tests will be added soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r319846:</title>
<updated>2017-07-17T21:18:44+00:00</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-17T21:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ccb3c145de2acf3edfed689ab33bb97817030b29'/>
<id>ccb3c145de2acf3edfed689ab33bb97817030b29</id>
<content type='text'>
du(1): trivial whitespace cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
du(1): trivial whitespace cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>New sentence, new line.</title>
<updated>2012-11-04T09:27:01+00:00</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-11-04T09:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=614b56b1486205a39397b29dc8ee4b7f16ecfa9a'/>
<id>614b56b1486205a39397b29dc8ee4b7f16ecfa9a</id>
<content type='text'>
Submitted by:	brueffer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	brueffer
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few basic examples.</title>
<updated>2012-11-04T09:08:17+00:00</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-11-04T09:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=625dbdefa078082f5e28fa6146b6ca49aa87ad32'/>
<id>625dbdefa078082f5e28fa6146b6ca49aa87ad32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document -g option in the usage string.</title>
<updated>2012-07-26T20:41:36+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2012-07-26T20:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0fafb093b92e91ca5805e778c64c7386253d45ce'/>
<id>0fafb093b92e91ca5805e778c64c7386253d45ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -g (gigabyte) flag to complement -k (kilobyte) and -m (megabyte).</title>
<updated>2012-07-18T19:28:22+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-07-18T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=69739e8da5235260288372c687f4611780ee44a0'/>
<id>69739e8da5235260288372c687f4611780ee44a0</id>
<content type='text'>
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>du: Allow multiple -HLP options, the last one wins.</title>
<updated>2011-12-17T23:18:14+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2011-12-17T23:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6530d2f2d56dd9cac9a8aaf30d6475a21f5f9b03'/>
<id>6530d2f2d56dd9cac9a8aaf30d6475a21f5f9b03</id>
<content type='text'>
This matches 4.4BSD tradition and other utilities with these options and is
required by POSIX (POSIX does not specify -P, only -HL).

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches 4.4BSD tradition and other utilities with these options and is
required by POSIX (POSIX does not specify -P, only -HL).

MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Update du(1):</title>
<updated>2011-12-09T02:30:56+00:00</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2011-12-09T02:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=653fa5218ad2dabea0d3a886440f8de1b77220b7'/>
<id>653fa5218ad2dabea0d3a886440f8de1b77220b7</id>
<content type='text'>
- Sort arguments alphabetically where appropriate
- '-B blocksize' is not mutually exclusive of '-h|-k|-m'
- Mention '-t' in synopsis
- Other wording improvements
- Update usage() output to reflect the new synopsis [1]
- Other miscellaneous improvements

PR:		162438
Submitted by:	arundel
Reviewed by:	Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Sort arguments alphabetically where appropriate
- '-B blocksize' is not mutually exclusive of '-h|-k|-m'
- Mention '-t' in synopsis
- Other wording improvements
- Update usage() output to reflect the new synopsis [1]
- Other miscellaneous improvements

PR:		162438
Submitted by:	arundel
Reviewed by:	Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify getopt switch parsing.</title>
<updated>2011-11-08T11:36:46+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-08T11:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66c5875a459b69dad849b7ed7922edd34a4843d4'/>
<id>66c5875a459b69dad849b7ed7922edd34a4843d4</id>
<content type='text'>
Only one of these flags can be set. Just add them together and check the
value. Also, get rid of the listall variable. The code is already filled
with direct *flag-comparisons.

Obtained from:	Alexander Best (though modified)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only one of these flags can be set. Just add them together and check the
value. Also, get rid of the listall variable. The code is already filled
with direct *flag-comparisons.

Obtained from:	Alexander Best (though modified)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing static keywords to du(1)</title>
<updated>2011-11-06T08:15:17+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2aa301d2e200cf8422ae48ff7e86d7996e64004'/>
<id>d2aa301d2e200cf8422ae48ff7e86d7996e64004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
