<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/ypwhich, 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-10-26T05:30:40Z</updated>
<entry>
<title>Fix up warnings.  There were some biggies here.  There seems to be two</title>
<updated>2003-10-26T05:30:40Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-26T05:30:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cd9df728401a6331236f7a8f96555e30b6d7f962'/>
<id>urn:sha1:cd9df728401a6331236f7a8f96555e30b6d7f962</id>
<content type='text'>
different sets of definitions in /usr/include/rpcsvc, mostly compatable,
but with different names.  Will the real one please stand up?
In order to get prototypes for yp_maplist, we had to use the 'other'
naming system.
</content>
</entry>
<entry>
<title>Use `The .Nm utility'</title>
<updated>2002-04-20T12:18:28Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-20T12:18:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e8937ba00998cca6f259b3fdf32a7f7a38bc26ec'/>
<id>urn:sha1:e8937ba00998cca6f259b3fdf32a7f7a38bc26ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1) Remove blank line between include of sys/cdefs.h and __FBSDID</title>
<updated>2002-02-27T14:32:43Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-02-27T14:32:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=29da6db8e231c4ad2fded80a23376cfbe8c15c42'/>
<id>urn:sha1:29da6db8e231c4ad2fded80a23376cfbe8c15c42</id>
<content type='text'>
2) compare return value of inet_addr to INADDR_NONE rather than -1.
</content>
</entry>
<entry>
<title>Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.</title>
<updated>2002-02-08T23:07:37Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-08T23:07:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e35f9517d68206de4367fdb8d044e6dfebaf372d'/>
<id>urn:sha1:e35f9517d68206de4367fdb8d044e6dfebaf372d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply the following mechanical transformations in preparation for</title>
<updated>2002-02-06T13:30:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-06T13:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ed4d1c46a27632aa553e7c24c969262bfc2d5c97'/>
<id>urn:sha1:ed4d1c46a27632aa553e7c24c969262bfc2d5c97</id>
<content type='text'>
ansification and constification:

    s{\s+__P\((\(.*?\))\)}{$1}g;
    s{\(\s+}{\(}g;
    s{\s+\)}{\)}g;
    s{\s+,}{,}g;
    s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g;
    s{return ([^\(].*?);}{return ($1);}g;
    s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g;
    s{\s+$}{\n};g

Also add $FreeBSD$ where needed.

MFC after:	1 week
</content>
</entry>
<entry>
<title>yp(4) -&gt; yp(8).</title>
<updated>2002-01-14T16:59:03Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-14T16:59:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=491a8429624c0cf6c17e6e0b80d6a09e3b347984'/>
<id>urn:sha1:491a8429624c0cf6c17e6e0b80d6a09e3b347984</id>
<content type='text'>
PR:		docs/30797
</content>
</entry>
<entry>
<title>WARNS=2 fixes</title>
<updated>2001-12-11T22:08:58Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-11T22:08:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=082d8262b020d11a8f0ea5c5a4ad4fea18872a56'/>
<id>urn:sha1:082d8262b020d11a8f0ea5c5a4ad4fea18872a56</id>
<content type='text'>
__FBSDID() additions
some include file sorting.
Some Makefile sorting.

WARNS?=2 is not added to the Makefile, because it is going to be
default for usr.bin/
NO_WERROR is set because there are rpc*.h file issues.
</content>
</entry>
<entry>
<title>Prepare for mdoc(7)NG.</title>
<updated>2000-12-27T16:52:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-27T16:52:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f4ddfb3865f533b37e4d7d6f0d423a0679e06611'/>
<id>urn:sha1:f4ddfb3865f533b37e4d7d6f0d423a0679e06611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: use the new features of the Nm macro.</title>
<updated>2000-11-20T19:21:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-11-20T19:21:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32'/>
<id>urn:sha1:8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
</feed>
