<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/cmp/regular.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-02-26T06:44:46Z</updated>
<entry>
<title>The cmp utility has the questionable feature of using mmap when</title>
<updated>2003-02-26T06:44:46Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-02-26T06:44:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d48905120d999aac465966ef798636f9904fbc23'/>
<id>urn:sha1:d48905120d999aac465966ef798636f9904fbc23</id>
<content type='text'>
comparing regular files.  Add a SIGSEGV handler to make its
behavior less surprising when a read error occurs.  The handler
does not attempt to distinguish errors from file truncation, but
anyone actively modifying a file while trying to compare it
shouldn't even expect something sane to happen.

PR:		45391
Reviewed by:	mike (mentor)
</content>
</entry>
<entry>
<title>ANSIify function definitions to avoid a warning.</title>
<updated>2002-07-28T15:13:17Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-07-28T15:13:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2e8e0dad7a0521feee7b8fc43c35d316550aaa2'/>
<id>urn:sha1:f2e8e0dad7a0521feee7b8fc43c35d316550aaa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:22:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1bb2cd2aa7488657658fbc09aae2ead579049ab'/>
<id>urn:sha1:f1bb2cd2aa7488657658fbc09aae2ead579049ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style improvements recommended by Bruce as a follow up to some</title>
<updated>2001-12-10T21:13:08Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2001-12-10T21:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f5b04e925d068b053cc41bae3d3c25a5325062c'/>
<id>urn:sha1:9f5b04e925d068b053cc41bae3d3c25a5325062c</id>
<content type='text'>
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
</content>
</entry>
<entry>
<title>Cast off_t to long long before printing. Use %ll instead of %q incase</title>
<updated>2001-12-03T20:56:16Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2001-12-03T20:56:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5748d9ba6f313235f5d4628b0c141e71a51ca5ec'/>
<id>urn:sha1:5748d9ba6f313235f5d4628b0c141e71a51ca5ec</id>
<content type='text'>
long long and quad_t are not the same.
</content>
</entry>
<entry>
<title>Turn on WARNS=2.</title>
<updated>2001-12-02T23:29:26Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-02T23:29:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6af414cb2e9b1eabdee1227833b967757da4716d'/>
<id>urn:sha1:6af414cb2e9b1eabdee1227833b967757da4716d</id>
<content type='text'>
Use __FBSDID().
</content>
</entry>
<entry>
<title>Make filenames const to avoid a few warnings.</title>
<updated>2001-11-05T20:33:40Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2001-11-05T20:33:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5250ed112144f5c40128fc0d486dd51bf49e4e8'/>
<id>urn:sha1:c5250ed112144f5c40128fc0d486dd51bf49e4e8</id>
<content type='text'>
Add FreeBSD tags.

Reviewed by:	cmp
</content>
</entry>
<entry>
<title>Make cmp work by mmapping chunks of a file, rather than the whole</title>
<updated>2001-11-04T21:31:16Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2001-11-04T21:31:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60b49f05fa6b402d906900cc0a80f6b9846df20e'/>
<id>urn:sha1:60b49f05fa6b402d906900cc0a80f6b9846df20e</id>
<content type='text'>
file at one time.

PR:		24732
Submitted by:	Andrew L. Neporada &lt;andr@dgap.mipt.ru&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Make cmp -s work properly if skip values are given.  Also, exit(1)</title>
<updated>2000-06-20T20:28:40Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2000-06-20T20:28:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84ad3d8fc444a77a0c4db6e3d33fe75adcd382a8'/>
<id>urn:sha1:84ad3d8fc444a77a0c4db6e3d33fe75adcd382a8</id>
<content type='text'>
is now exit(DIFF_EXIT).

PR:		18597
Submitted by:	Anatoly Vorobey &lt;mellon@pobox.com&gt;
Committed at:	Usenix terminal room
</content>
</entry>
<entry>
<title>Oops, byte offset was as off_t.</title>
<updated>2000-05-15T08:43:25Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-05-15T08:43:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78cb0ab4854e3bf7ff8e6c90b7ca7635b2914565'/>
<id>urn:sha1:78cb0ab4854e3bf7ff8e6c90b7ca7635b2914565</id>
<content type='text'>
</content>
</entry>
</feed>
