summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/rpc.h
AgeCommit message (Collapse)Author
1996-09-26enough 64-bit fixes to make network booting work on the Alpha. In general,cgd
these are hacks (s/long/int/, etc.), but this code really needs a heavy cleaning (including fixed-size typing) and I don't have time to give it one now.
1995-09-23More cleanup: change some private types to eliminate casts,gwr
replace some "goto xxx" with return(-1). (mostly cosmetic)
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
(PR#1404). Things to be noted: - all IP addresses are now `struct in_addr's. - the function rarp_getipaddress() no longer return `myip'; in stead it returns -1 on failure (errno set), 0 on success. `myip' is set as a size-effect.
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-06-27Modified to do less copying, and to allow determination ofgwr
the address from whence the reply has come.
1995-02-20Various:mycroft
* Fix some misused types. * Encapsulate the protocols better. * Rearrange the RPC stuff to work more like the kernel. (Needs more work.) * Remove a bunch of extra hair when reading a file over NFS. * Use RPCAUTH_UNIX when talking to the NFS server.
1994-10-26new RCS ID format.cgd
1994-05-08Standalone networking for network boot loaders.brezak