<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/rpc, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2007-04-10T22:10:16Z</updated>
<entry>
<title>Move rpc/types.h under sys/, as this is used by ZFS kernel module.</title>
<updated>2007-04-10T22:10:16Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2007-04-10T22:10:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f64b05f79f4e13e2f5daa1cafce54ed82467ebc'/>
<id>urn:sha1:7f64b05f79f4e13e2f5daa1cafce54ed82467ebc</id>
<content type='text'>
Repo-copied by:	simon
</content>
</entry>
<entry>
<title>Comment the token after #endif, like we do everywhere else.</title>
<updated>2007-02-02T18:11:18Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2007-02-02T18:11:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8011e03458be40f7286e77073983dd584c06b992'/>
<id>urn:sha1:8011e03458be40f7286e77073983dd584c06b992</id>
<content type='text'>
Static analyzers like FlexeLint complain about it.

MFC after:	7 days
</content>
</entry>
<entry>
<title>English grammar fix in comment.</title>
<updated>2006-04-29T04:26:16Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-04-29T04:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e3a96aae0c27f87a1584570c61143eae66d4b1d'/>
<id>urn:sha1:0e3a96aae0c27f87a1584570c61143eae66d4b1d</id>
<content type='text'>
Submitted by:	keramida
</content>
</entry>
<entry>
<title>- Extend the nsswitch to support Services, Protocols and Rpc</title>
<updated>2006-04-28T12:03:38Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-04-28T12:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06a99fe36f0aac93e7689da6b3f07b727750691f'/>
<id>urn:sha1:06a99fe36f0aac93e7689da6b3f07b727750691f</id>
<content type='text'>
  databases.
- Make nsswitch support caching.

Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Sponsored by:	Google Summer of Code 2005
</content>
</entry>
<entry>
<title>Const'ify arguments to a couple of functions to fix breakage</title>
<updated>2006-02-28T16:02:26Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2006-02-28T16:02:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0411773be72448d6756ab2dd29918c5ad6623ce8'/>
<id>urn:sha1:0411773be72448d6756ab2dd29918c5ad6623ce8</id>
<content type='text'>
with -O2.
</content>
</entry>
<entry>
<title>Change the definition of NULL on ia64 (for LP64 compilations) from</title>
<updated>2003-12-07T21:10:06Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-12-07T21:10:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12eb46c8bb2bf8a79a8151f4bd96aa7ce5bfe63d'/>
<id>urn:sha1:12eb46c8bb2bf8a79a8151f4bd96aa7ce5bfe63d</id>
<content type='text'>
an int constant to a long constant. This change improves consistency
in the following two ways:
1. The first 8 arguments are always passed in registers on ia64, which
   by virtue of the generated code implicitly widens ints to longs and
   allows the use of an 32-bit integral type for 64-bit arguments.
   Subsequent arguments are passed onto the memory stack, which does
   not exhibit the same behaviour and consequently do not allow this.
   In practice this means that variadic functions taking pointers
   and given NULL (without cast) work as long as the NULL is passed
   in one of the first 8 arguments. A SIGSEGV is more likely the
   result if such would be done for stack-based arguments. This is
   due to the fact that the upper 4 bytes remain undefined.
2. All 64-bit platforms that FreeBSD supports, with the obvious
   exception of ia64, allow 32-bit integral types (specifically NULL)
   when 64-bit pointers are expected in variadic functions by way of
   how the compiler generates code. As such, code that works correctly
   (whether rightfully so or not) on any platform other than ia64, may
   fail on ia64.

To more easily allow tweaking of the definition of NULL, this commit
removes the 12 definitions in the various headers and puts it in a
new header that can be included whenever NULL is to be made visible.

This commit fixes GNOME, emacs, xemacs and a whole bunch of ports
that I don't particularly care about at this time...
</content>
</entry>
<entry>
<title>Replace the old SCM_CREDS cred procedures. They can now be</title>
<updated>2003-06-15T10:32:01Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-06-15T10:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce9bc43cb3a6cd4da05ff0ac2ccc9d94f236c5db'/>
<id>urn:sha1:ce9bc43cb3a6cd4da05ff0ac2ccc9d94f236c5db</id>
<content type='text'>
replaced just fine with getpeereid() and the whole code
gets a lot simpler. We don't break the ABI, since all server
programms use __rpc_get_local_uid(), and we just change library
internals.

Reviewed by:	des
</content>
</entry>
<entry>
<title>Clean up some signed/unsigned issues in the XDR code.</title>
<updated>2003-03-07T13:19:40Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-03-07T13:19:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d7f15c948f3f6c25f301c074a0c581d0eb4e03d5'/>
<id>urn:sha1:d7f15c948f3f6c25f301c074a0c581d0eb4e03d5</id>
<content type='text'>
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>unifdef -D_THREAD_SAFE</title>
<updated>2003-01-24T01:47:55Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-01-24T01:47:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fe5b5db73ea3b7013cae2d5e50b49bb8d1461c0'/>
<id>urn:sha1:3fe5b5db73ea3b7013cae2d5e50b49bb8d1461c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement non-blocking tcp-connections.</title>
<updated>2003-01-16T07:13:51Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-01-16T07:13:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08497c026ce2b54dadb727e04f08b26f2ecb7663'/>
<id>urn:sha1:08497c026ce2b54dadb727e04f08b26f2ecb7663</id>
<content type='text'>
Reviewed by:	rwatson
Obtained from:	NetBSD
MFC after:	1 day
</content>
</entry>
</feed>
