<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/cksum/crc32.c, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-12-13T03:14:06Z</updated>
<entry>
<title>Revert most part of 200420 as requested, as more review and polish is</title>
<updated>2009-12-13T03:14:06Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-13T03:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=821df508e882ca532bec415852399c6558f22f7a'/>
<id>urn:sha1:821df508e882ca532bec415852399c6558f22f7a</id>
<content type='text'>
needed.
</content>
</entry>
<entry>
<title>Remove unneeded header includes from usr.bin/ except contributed code.</title>
<updated>2009-12-11T23:35:38Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-11T23:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6f2d322192a3949db6e0f0b4bad4c763abc52bed'/>
<id>urn:sha1:6f2d322192a3949db6e0f0b4bad4c763abc52bed</id>
<content type='text'>
Tested with:	make universe
</content>
</entry>
<entry>
<title> - For variables holding offset values, use off_t rather than</title>
<updated>2003-03-13T23:32:28Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2003-03-13T23:32:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=60b588eb94c32e0c4215b7f5fca82f3cd55e0fe2'/>
<id>urn:sha1:60b588eb94c32e0c4215b7f5fca82f3cd55e0fe2</id>
<content type='text'>
   int, long int or u_int32_t.  This changes the interface of
   all the CRC calculation and output functions from cksum.
 - Print variables of type off_t as intmax_t using a cast and %jd.
 - Use the standardized uint32_t type instead of u_int32_t.
   To have uint32_t defined, include &lt;stdint.h&gt; where necessary.
Style(9):
 - Move #include directives where they belong (esp. crc32.c).
 - Add empty lines between #include directives of system headers,
   standard library headers and local headers.
 - Test a pointer value against NULL.
 - Put a space after the return keyword.

PR:		bin/48424
</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-test2/commit/?id=f2e8e0dad7a0521feee7b8fc43c35d316550aaa2'/>
<id>urn:sha1:f2e8e0dad7a0521feee7b8fc43c35d316550aaa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:25:07Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e026a48c34d396fe7d0e382673a69bc047c0bfca'/>
<id>urn:sha1:e026a48c34d396fe7d0e382673a69bc047c0bfca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WARNS=2 fixup.</title>
<updated>2001-12-02T12:54:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-02T12:54:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3fa15ce5d8c2bff56d3e11f1a47e264ae30514d3'/>
<id>urn:sha1:3fa15ce5d8c2bff56d3e11f1a47e264ae30514d3</id>
<content type='text'>
kill 'register' keyword.
</content>
</entry>
<entry>
<title>Minimal use of .Ar and .Nm.</title>
<updated>1999-12-05T20:03:22Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1999-12-05T20:03:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f74fd6ec7ad22a2ee3f40cad8977ee86abefb9c5'/>
<id>urn:sha1:f74fd6ec7ad22a2ee3f40cad8977ee86abefb9c5</id>
<content type='text'>
Add section number to .Xr reference.
Add DIAGNOSTICS section name.
Remove unused #includes.
Be consistant in the parsing of flags and add missing option in usage string.
Add rcsid.
</content>
</entry>
<entry>
<title>Avoid infinite loop if read() fails consistently.</title>
<updated>1998-09-16T15:53:25Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1998-09-16T15:53:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d26060f2e66c6051b387e3ef3a4a32d675b9238e'/>
<id>urn:sha1:d26060f2e66c6051b387e3ef3a4a32d675b9238e</id>
<content type='text'>
PR:		misc/7926
Submitted by:	Sergey Potapov &lt;sp@alkor.ru&gt;
</content>
</entry>
<entry>
<title>cksum does a 32-bit checksum, so it needs to use u_int32_t variables,</title>
<updated>1998-03-10T05:03:49Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-03-10T05:03:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4933ffaed9927902d8e810b6989996c0e1221321'/>
<id>urn:sha1:4933ffaed9927902d8e810b6989996c0e1221321</id>
<content type='text'>
not u_long. With this change, cksum stops core dumping on alpha (not
a good sign!) and actually computes the same values as it does on i386.
</content>
</entry>
<entry>
<title>-Wall cleanup.</title>
<updated>1997-12-29T00:09:06Z</updated>
<author>
<name>Alexander Langer</name>
<email>alex@FreeBSD.org</email>
</author>
<published>1997-12-29T00:09:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d7d1005304be06c8b9e61169e0fc5e43e1cee133'/>
<id>urn:sha1:d7d1005304be06c8b9e61169e0fc5e43e1cee133</id>
<content type='text'>
</content>
</entry>
</feed>
