aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts.Bill Paul1997-05-281-1/+1
| | | | Notes: svn path=/head/; revision=26211
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* First commit of a series of cleanups for the libc rpc code which has beenPeter Wemm1996-12-301-7/+3
| | | | | | | | | | | | | | suffering a bad case neglect for the last few years. - Add full prototypes, including to function pointers. - Make the wire protocols 64-bit type safe, eg: 32 bit quantities are int32_t, not long. The orginal rpc code was implemented when an int could be 16 bits. Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. Notes: svn path=/head/; revision=21059
* Fix a bunch of spelling errors in the comment fieldsMike Pritchard1996-01-301-2/+2
| | | | | | | of a bunch of system include files. Notes: svn path=/head/; revision=13771
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
| | | | Notes: svn path=/head/; revision=8858
* Use the header files that are compatible with the code just moved overGarrett Wollman1994-08-071-13/+16
| | | | | | | from 1.1.5. Notes: svn path=/head/; revision=1903
* Install RPC headers from include, like they always should have been.Garrett Wollman1994-08-041-0/+63
Notes: svn path=/head/; revision=1839