<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/rpc.statd/procs.c, branch stable/12</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>spdx: initial adoption of licensing ID tags.</title>
<updated>2017-11-18T14:26:50+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-18T14:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df57947f083046d50552e99b91074927d2458708'/>
<id>df57947f083046d50552e99b91074927d2458708</id>
<content type='text'>
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rpc.statd INET* indipendent by converting sockaddr_in structures</title>
<updated>2007-04-02T18:59:48+00:00</updated>
<author>
<name>Matteo Riondato</name>
<email>matteo@FreeBSD.org</email>
</author>
<published>2007-04-02T18:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df18f9cc99baa68dfd275ba7a841b69c7f017ee9'/>
<id>df18f9cc99baa68dfd275ba7a841b69c7f017ee9</id>
<content type='text'>
to sockaddr ones and using svc_getrpccaller instead of svc_getcaller.
A similar patch was committed to rpc.lockd back in 2002 .

PR:		bin/42004
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to sockaddr ones and using svc_getrpccaller instead of svc_getcaller.
A similar patch was committed to rpc.lockd back in 2002 .

PR:		bin/42004
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>compile under WARNS=6</title>
<updated>2006-09-13T05:01:25+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2006-09-13T05:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e55942e33c36f1a6f8c857d8de83702c5a590664'/>
<id>e55942e33c36f1a6f8c857d8de83702c5a590664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(sm_mon_1_svc): Fix debugging output: when establising a monitoring</title>
<updated>2006-08-11T21:44:53+00:00</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2006-08-11T21:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=53c651a14e5abd3a2290784bea5b51efa5fb4d0e'/>
<id>53c651a14e5abd3a2290784bea5b51efa5fb4d0e</id>
<content type='text'>
 request, correctly report the location (usually localhost) to which
 a callback will be made when a notification is received for the
 monitored host. Previsouly, the name of the monitored host was
 reported instead.

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 request, correctly report the location (usually localhost) to which
 a callback will be made when a notification is received for the
 monitored host. Previsouly, the name of the monitored host was
 reported instead.

MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with xdrproc_t casts.  Make these compile cleanly with WARNS=2</title>
<updated>2003-10-26T06:14:10+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-26T06:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=422e293c7f933ae77a55a66891f64d8a041049b7'/>
<id>422e293c7f933ae77a55a66891f64d8a041049b7</id>
<content type='text'>
(but I haven't turned it on)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(but I haven't turned it on)
</pre>
</div>
</content>
</entry>
<entry>
<title>use getaddrinfo() instead of gethostbyname().</title>
<updated>2002-07-15T19:02:45+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-15T19:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=45ea00ee87c4f4d4ab514afed0178544b85d74f1'/>
<id>45ea00ee87c4f4d4ab514afed0178544b85d74f1</id>
<content type='text'>
Submitted by: Jean-Luc Richier &lt;Jean-Luc.Richier@imag.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Jean-Luc Richier &lt;Jean-Luc.Richier@imag.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mark unused variable.</title>
<updated>2002-07-11T18:45:59+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T18:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef6d75ff7dcb42ee76541774d7f1cc666fc15031'/>
<id>ef6d75ff7dcb42ee76541774d7f1cc666fc15031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make mostly WARNS=4 clean.</title>
<updated>2002-07-11T17:55:14+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T17:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bf117eda42d7344d01a82d28aa0a3340e23825e3'/>
<id>bf117eda42d7344d01a82d28aa0a3340e23825e3</id>
<content type='text'>
constify, mark unsued args, fixup prototypes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constify, mark unsued args, fixup prototypes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Log the IP of the machine if an invalid host is passed over the wire.</title>
<updated>2002-07-11T17:44:59+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T17:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a8d51f860ec31e2d606e480f2ca1450aeb4b9f5'/>
<id>7a8d51f860ec31e2d606e480f2ca1450aeb4b9f5</id>
<content type='text'>
PR: bin/29406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: bin/29406
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix return values in the sm_notify_1 service routine to return an answer</title>
<updated>2002-07-11T17:39:50+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T17:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a2015ce534d511509864a42b4b6b0bf311482f2e'/>
<id>a2015ce534d511509864a42b4b6b0bf311482f2e</id>
<content type='text'>
most of the time (unless fork fails).  This should fix the problem where
FreeBSD won't respond to a remote host and therefor the remote hosts
tries indefinitely to contact the FreeBSD hosts thereby irritating the
system administrator.

PR: misc/27810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
most of the time (unless fork fails).  This should fix the problem where
FreeBSD won't respond to a remote host and therefor the remote hosts
tries indefinitely to contact the FreeBSD hosts thereby irritating the
system administrator.

PR: misc/27810
</pre>
</div>
</content>
</entry>
</feed>
