<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/bin/df, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-11-12T21:47:42Z</updated>
<entry>
<title>Fix format strings (intmax_t is %jd, not %qd)</title>
<updated>2003-11-12T21:47:42Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-11-12T21:47:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ea64ad772722f827b9615e918922133cebb37386'/>
<id>urn:sha1:ea64ad772722f827b9615e918922133cebb37386</id>
<content type='text'>
Reviewed by:	tjr
</content>
</entry>
<entry>
<title>Update the statfs structure with 64-bit fields to allow</title>
<updated>2003-11-12T08:01:40Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2003-11-12T08:01:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fde81c7d8e5a5cf50a6a9979eb7d0232b361a772'/>
<id>urn:sha1:fde81c7d8e5a5cf50a6a9979eb7d0232b361a772</id>
<content type='text'>
accurate reporting of multi-terabyte filesystem sizes.

You should build and boot a new kernel BEFORE doing a `make world'
as the new kernel will know about binaries using the old statfs
structure, but an old kernel will not know about the new system
calls that support the new statfs structure. Running an old kernel
after a `make world' will cause programs such as `df' that do a
statfs system call to fail with a bad system call.

Reviewed by:	Bruce Evans &lt;bde@zeta.org.au&gt;
Reviewed by:	Tim Robbins &lt;tjr@freebsd.org&gt;
Reviewed by:	Julian Elischer &lt;julian@elischer.org&gt;
Reviewed by:	the hoards of &lt;arch@freebsd.org&gt;
Sponsored by:   DARPA &amp; NAI Labs.
</content>
</entry>
<entry>
<title>Be a little bit more correct WRT counting numbers vs. integer numbers.</title>
<updated>2003-09-13T20:46:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-09-13T20:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=be2c4e5415af82b1d0e782dcfcb21e61c9452a91'/>
<id>urn:sha1:be2c4e5415af82b1d0e782dcfcb21e61c9452a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get this area compiling with the highest WARNS= that it works with.</title>
<updated>2003-06-13T07:04:02Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-13T07:04:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6'/>
<id>urn:sha1:eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6</id>
<content type='text'>
Obsolete WFORMAT= junk also removed where possible.

OK'ed by:	obrien
Tested on:	sparc64, alpha, i386
</content>
</entry>
<entry>
<title>Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section</title>
<updated>2003-06-03T12:00:35Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-06-03T12:00:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1da10b118bdca388d430c8615134e964e71dcb90'/>
<id>urn:sha1:1da10b118bdca388d430c8615134e964e71dcb90</id>
<content type='text'>
since it has been fixed.
</content>
</entry>
<entry>
<title>Fixed exit code in previous commit.  "var++" to set a flag to nonzero</title>
<updated>2003-06-03T11:54:42Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-06-03T11:54:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0e7d023f34ab812f6c2313d80f4516fefc95342b'/>
<id>urn:sha1:0e7d023f34ab812f6c2313d80f4516fefc95342b</id>
<content type='text'>
is a style bug at best.  When the variable isn't a flag, it potentially
overflows after a large number of settings.  Here the number of settings
is limited by ARG_MAX, but the variable is the exit code so it became
bogus after the second setting and effectively overflowed to 0 after
approx. 128 settings.

Fixed some style bugs involving comments in and near previous commit.

Clarification of previous commit message: df -t didn't give undefined
behaviour, and the behaviour used to conform perfectly with the man
page, since the buggy behaviour is documented in the BUGS section.  -t
just worked when no files or file systems were specified, and was just
ignored if a file or file system was specified.
</content>
</entry>
<entry>
<title>From the df man page:</title>
<updated>2003-06-02T22:33:12Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-06-02T22:33:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c22acefba54f2d11e3e9c219746cef3e707fe207'/>
<id>urn:sha1:c22acefba54f2d11e3e9c219746cef3e707fe207</id>
<content type='text'>
	-t Only print out statistics for filesystems of the specified types.

Make the behavior of df(1) conform to its man page (behavior is otherwise
undefined).

Submitted by:	Rob Braun &lt;bbraun@apple.com&gt;
Obtained from:	Apple
</content>
</entry>
<entry>
<title>df(1) and ls(1) print units in 'four or fewer' not 'three or less'.</title>
<updated>2003-05-06T21:54:46Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-05-06T21:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bf88fa93526e57216d67127b8da9a36cf74f710f'/>
<id>urn:sha1:bf88fa93526e57216d67127b8da9a36cf74f710f</id>
<content type='text'>
PR:		35523
Submitted by:	Tomas Svensson &lt;tsn@gbdev.net&gt;
</content>
</entry>
<entry>
<title>WARNS cleaning for the Alpha. On alpha, size_t is a long, and it</title>
<updated>2003-05-03T16:02:52Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-05-03T16:02:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f694b8adb6d8ff0ec0de6d5bc32eec299f1bb444'/>
<id>urn:sha1:f694b8adb6d8ff0ec0de6d5bc32eec299f1bb444</id>
<content type='text'>
solicits a warning when used for the '*' in printf("%*d"). Cast
to u_int for universal use.
</content>
</entry>
<entry>
<title>Fix a shedload of warnings, some memory leaks and clean up WARNS</title>
<updated>2003-05-03T10:21:26Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-05-03T10:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b7dbd3e95e8f0a6312b4fbcf6c5126b1fdfa2632'/>
<id>urn:sha1:b7dbd3e95e8f0a6312b4fbcf6c5126b1fdfa2632</id>
<content type='text'>
and lint. This is now WARNS=9, std=c99 clean on i386.
</content>
</entry>
</feed>
