<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/rpcbind, branch releng/5.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Don't pass NULL as an integer.</title>
<updated>2003-10-29T09:31:41+00:00</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-10-29T09:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=11362b09450b7e9ce3ffa53069529e5993e9501f'/>
<id>11362b09450b7e9ce3ffa53069529e5993e9501f</id>
<content type='text'>
Obtained from:  NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:  NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't compare a char to NULL.</title>
<updated>2003-10-29T09:30:37+00:00</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-10-29T09:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=545fbf37df673544fba0278eee877689eaa2f3c1'/>
<id>545fbf37df673544fba0278eee877689eaa2f3c1</id>
<content type='text'>
Obtained from:  NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:  NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2003-04-04T17:49:21+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-04-04T17:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=052238b16cf05cb96be651f5ab80deacf8d6cf0a'/>
<id>052238b16cf05cb96be651f5ab80deacf8d6cf0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement nonblocking tpc-connections. rpcgen -m does still</title>
<updated>2003-01-16T07:27:30+00:00</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-01-16T07:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bcb53b16068cf226b69d1af946341d2dafd23c97'/>
<id>bcb53b16068cf226b69d1af946341d2dafd23c97</id>
<content type='text'>
produce backcompatible code.

Reviewed by:	rwatson
Obtained from:	NetBSD
MFC after:	1 day
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
produce backcompatible code.

Reviewed by:	rwatson
Obtained from:	NetBSD
MFC after:	1 day
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,</title>
<updated>2003-01-01T18:49:04+00:00</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-01-01T18:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9d5abbddbf03791c777fed86500976ea3dd19245'/>
<id>9d5abbddbf03791c777fed86500976ea3dd19245</id>
<content type='text'>
especially in troff files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
especially in troff files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/</title>
<updated>2002-12-30T21:18:15+00:00</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-30T21:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d64ada501ae33c02e7c4e3ce21962907df814a5a'/>
<id>d64ada501ae33c02e7c4e3ce21962907df814a5a</id>
<content type='text'>
Add FreeBSD Id tag where missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add FreeBSD Id tag where missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the name for the local unix-socket based protocol</title>
<updated>2002-12-16T22:24:26+00:00</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2002-12-16T22:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fb4c80619a9d305abdd8b73ec6436693d6052899'/>
<id>fb4c80619a9d305abdd8b73ec6436693d6052899</id>
<content type='text'>
from "unix" back to "local".  Add some compat stuff so both
ways work for some time.

Reviewed by:    phk
Approved by:    imp (UPDATING)
Requested by:   iedowse, lukem@netbsd.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from "unix" back to "local".  Add some compat stuff so both
ways work for some time.

Reviewed by:    phk
Approved by:    imp (UPDATING)
Requested by:   iedowse, lukem@netbsd.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if rpcbind is already running and print a warning.</title>
<updated>2002-12-10T08:47:18+00:00</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2002-12-10T08:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b1c56f9c37c222d58c2aca36bdcb0aff4bd270f9'/>
<id>b1c56f9c37c222d58c2aca36bdcb0aff4bd270f9</id>
<content type='text'>
Fixes segfault if rpcbind is started up a second time.

Solution has been taken from mountd(8).

Reviewed by:	phk
Approved by:	re (rwatson)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes segfault if rpcbind is started up a second time.

Solution has been taken from mountd(8).

Reviewed by:	phk
Approved by:	re (rwatson)
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police:</title>
<updated>2002-11-27T15:33:47+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-27T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f7b5becb5cc8db24f3154ffef9f1f4eb1176eece'/>
<id>f7b5becb5cc8db24f3154ffef9f1f4eb1176eece</id>
<content type='text'>
Added the -h option to the synopsis, documented the -a option,
sorted options descriptions according to style(9).

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the -h option to the synopsis, documented the -a option,
sorted options descriptions according to style(9).

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'break' to empty 'default' 'switch' statements.</title>
<updated>2002-10-07T03:56:13+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-10-07T03:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4ee5e5868f3ea4cb7024ba13482b59b2835a0720'/>
<id>4ee5e5868f3ea4cb7024ba13482b59b2835a0720</id>
<content type='text'>
Requested by: mike
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by: mike
</pre>
</div>
</content>
</entry>
</feed>
