<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/rpc, branch releng/6.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F6.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F6.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-12-07T21:10:06Z</updated>
<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>
<entry>
<title>Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,</title>
<updated>2003-01-01T18:49:04Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-01-01T18:49:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d5abbddbf03791c777fed86500976ea3dd19245'/>
<id>urn:sha1:9d5abbddbf03791c777fed86500976ea3dd19245</id>
<content type='text'>
especially in troff files.
</content>
</entry>
<entry>
<title>remove #pragma ident</title>
<updated>2002-09-04T23:58:23Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-09-04T23:58:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b51066c04d778f0ff22661d63477f0a8ebb7a1ec'/>
<id>urn:sha1:b51066c04d778f0ff22661d63477f0a8ebb7a1ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove duplicated '__BEGIN_DECLS' which obviated compiling</title>
<updated>2002-07-21T20:37:58Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-21T20:37:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d6d1eb5d187e3c75ecea47f674bcac6d563e631f'/>
<id>urn:sha1:d6d1eb5d187e3c75ecea47f674bcac6d563e631f</id>
<content type='text'>
C++ sources that use this header.

Reported by:	Jan Stocker &lt;Jan.Stocker@t-online.de&gt;
</content>
</entry>
<entry>
<title>clnt_vc_create() has const scalar arguments that wind up being modified,</title>
<updated>2002-07-14T23:35:04Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-14T23:35:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=886ee6f6a505e59692aabc8c6ed6c940f33d6324'/>
<id>urn:sha1:886ee6f6a505e59692aabc8c6ed6c940f33d6324</id>
<content type='text'>
fix it (make them non-const) and update the associated documentation.

Submitted by: mbr
</content>
</entry>
<entry>
<title>Add functions allowing for the user to specify a timeout for rpc functions.</title>
<updated>2002-07-11T16:23:04Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T16:23:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e37855e0185c77686e5adf2278ad39796b96361'/>
<id>urn:sha1:4e37855e0185c77686e5adf2278ad39796b96361</id>
<content type='text'>
Update copyrights to reflect where this code was lifted from. (tirpc '99)

Submitted by: mbr
</content>
</entry>
</feed>
