<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/rpc.statd, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-04-24T10:46:25Z</updated>
<entry>
<title>MFC: kernel-mode NFS lock manager.</title>
<updated>2008-04-24T10:46:25Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2008-04-24T10:46:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a00f27bf3c371e363f050e8f9f7fe6c866b1a98d'/>
<id>urn:sha1:a00f27bf3c371e363f050e8f9f7fe6c866b1a98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC file.c 1.8</title>
<updated>2007-08-20T13:00:48Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2007-08-20T13:00:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c1b7729c4c3223d0520d1f158732e549a1d2ec48'/>
<id>urn:sha1:c1b7729c4c3223d0520d1f158732e549a1d2ec48</id>
<content type='text'>
  If the mmap() call in rpc.statd fails, rpc.statd prints a warning
  message and then dumps core because the subsequent code assumes that
  mmap() succeeded.  Since rpc.statd does not have fallback code to
  implement the functionality needed to operate on the status file if
  it is not memory mapped, rpc.statd should use err() to force the process
  to exit if the mmap() call fails.

PR:		bin/115430 (mmap() failure previously fixed in statd.c 1.12.8.2)
</content>
</entry>
<entry>
<title>MFC statd.c 1.15 -</title>
<updated>2007-08-12T01:46:19Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2007-08-12T01:46:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65f048fd0ee8934e50de2ea60e4fcc8af2f0a2e8'/>
<id>urn:sha1:65f048fd0ee8934e50de2ea60e4fcc8af2f0a2e8</id>
<content type='text'>
  The call to init_file() needs to be moved outside the loop in statd.c,
  otherwise mmap() gets called multiple times, which eventually fails due
  to address space exhaustion on i386.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2007-04-12T08:03:40Z</updated>
<author>
<name>Matteo Riondato</name>
<email>matteo@FreeBSD.org</email>
</author>
<published>2007-04-12T08:03:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19b87f39689414f71f9fb072b3786fd34cbcfabe'/>
<id>urn:sha1:19b87f39689414f71f9fb072b3786fd34cbcfabe</id>
<content type='text'>
	rpc.statd.8 rev.1.14
	statd.c rev.1.13-1.14

PR:		bin/94920
</content>
</entry>
<entry>
<title>MFC rev. 1.16 and rev. 1.17</title>
<updated>2007-04-12T07:47:44Z</updated>
<author>
<name>Matteo Riondato</name>
<email>matteo@FreeBSD.org</email>
</author>
<published>2007-04-12T07:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b9de2f2751ae5b2e45712e6cb93dfd7025aae6c1'/>
<id>urn:sha1:b9de2f2751ae5b2e45712e6cb93dfd7025aae6c1</id>
<content type='text'>
	1.16: compile under WARNS=6

	1.17: Make rpc.statd INET* indipendent by converting
	sockaddr_in structures to sockaddr ones and using
	svc_getrpccaller instead of svc_getcaller.
	A similar patch was committed to rpc.lockd back in 2002 . [1]

PR:	bin/42004 [1]
</content>
</entry>
<entry>
<title>MFC rev. 1.15 to RELENG_6:</title>
<updated>2006-08-30T20:37:31Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2006-08-30T20:37:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f62d50e1d0e093318f69f5fa5fd53e2cfa3ef427'/>
<id>urn:sha1:f62d50e1d0e093318f69f5fa5fd53e2cfa3ef427</id>
<content type='text'>
(sm_mon_1_svc): Fix debugging output.
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T20:02:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T20:02:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59a3c79da68b53e9d606f0b7991574d982a843e1'/>
<id>urn:sha1:59a3c79da68b53e9d606f0b7991574d982a843e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>urn:sha1:07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add FBSDID. Use getopt(3).</title>
<updated>2004-04-04T19:46:14Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2004-04-04T19:46:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c38ed81bc741744f45b8e90de252de991c33ef6'/>
<id>urn:sha1:1c38ed81bc741744f45b8e90de252de991c33ef6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deal with xdrproc_t casts.  Make these compile cleanly with WARNS=2</title>
<updated>2003-10-26T06:14:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-26T06:14:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=422e293c7f933ae77a55a66891f64d8a041049b7'/>
<id>urn:sha1:422e293c7f933ae77a55a66891f64d8a041049b7</id>
<content type='text'>
(but I haven't turned it on)
</content>
</entry>
</feed>
