<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/sh/mknodes.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-04-06T20:06:54Z</updated>
<entry>
<title>Remove clause 3 from the UCB licenses.</title>
<updated>2004-04-06T20:06:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-06T20:06:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9'/>
<id>urn:sha1:6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9</id>
<content type='text'>
OK'ed by:	imp, core
</content>
</entry>
<entry>
<title>Quiet warnings about copyright[].</title>
<updated>2003-05-01T16:58:57Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-01T16:58:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09a80d4867b85b3df9856d150eb565232dc900d4'/>
<id>urn:sha1:09a80d4867b85b3df9856d150eb565232dc900d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:15:05Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:15:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2749b1412921cacde0110606121acb7a5e1e2b62'/>
<id>urn:sha1:2749b1412921cacde0110606121acb7a5e1e2b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o __P has been reoved</title>
<updated>2002-02-02T06:50:57Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-02T06:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5134c3f7990c353d2442ddd8a9a1d30b80099e43'/>
<id>urn:sha1:5134c3f7990c353d2442ddd8a9a1d30b80099e43</id>
<content type='text'>
o Old-style K&amp;R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
  they already are.
o Change
	int
	foo() {
	...
  to
	int
	foo(void)
	{
	...
</content>
</entry>
<entry>
<title>Initialize infp at main()</title>
<updated>2001-08-13T21:55:04Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-08-13T21:55:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef15bfc59fdad1d2fff749273efe0a4d59fe0fd1'/>
<id>urn:sha1:ef15bfc59fdad1d2fff749273efe0a4d59fe0fd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Wnon-const-format sweep: make format strings const char *'s, add</title>
<updated>2001-04-17T07:46:38Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-04-17T07:46:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2e73040f49c04c951d4d2af4242528df0606990'/>
<id>urn:sha1:a2e73040f49c04c951d4d2af4242528df0606990</id>
<content type='text'>
__printflike()/__printf0like() to function prototypes, as appropriate.

Reviewed by:	bde, -audit
</content>
</entry>
<entry>
<title>Include strerror(errno) in error messages after failed system calls.</title>
<updated>1999-11-29T19:11:01Z</updated>
<author>
<name>Martin Cracauer</name>
<email>cracauer@FreeBSD.org</email>
</author>
<published>1999-11-29T19:11:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c48b6cf75960ede12a39f91a6c87ad709c6c47e'/>
<id>urn:sha1:6c48b6cf75960ede12a39f91a6c87ad709c6c47e</id>
<content type='text'>
Fix a warning.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:15:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a4562393f80633b81c11d4f7df00548d1cc3c48'/>
<id>urn:sha1:2a4562393f80633b81c11d4f7df00548d1cc3c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add rcsid. Spelling.</title>
<updated>1998-05-18T06:44:24Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-05-18T06:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d7b5b9302e5c79bc5dffd599d6d17dcd9592b76'/>
<id>urn:sha1:3d7b5b9302e5c79bc5dffd599d6d17dcd9592b76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nuke register keyword usage, #if -&gt; #ifdef, and avoid void *</title>
<updated>1997-04-28T03:14:04Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1997-04-28T03:14:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e461ef4f3e71451f0bee99a0468b53db021f8bb'/>
<id>urn:sha1:7e461ef4f3e71451f0bee99a0468b53db021f8bb</id>
<content type='text'>
arithmetic.

Obtained from: NetBSD
</content>
</entry>
</feed>
