summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed wrong prototypes. Most of the prototypes had missing return types,Bruce Evans1998-01-161-9/+19
* Convert to mdoc format.Philippe Charnier1998-01-051-248/+146
* In clntudp_call(), it is possible that xdr_replymsg() might failBill Paul1997-10-261-0/+14
* Sorted lists.Bruce Evans1997-10-211-23/+22
* Fix two bugs which caused various RPC programs (mountd, nfsd, ...)John Polstra1997-10-171-3/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-7/+6
* Correct a bug in the 'allow arbitrary number of socket descriptors' changesBill Paul1997-10-141-4/+4
* Make selection logic more strict. Only select AF_INET loopback interfacesBill Paul1997-09-211-3/+6
* Add a stub version of getpublickey(), in order to eliminate anJohn Polstra1997-08-282-1/+47
* Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S andBruce Evans1997-07-211-1/+1
* Show the real revision date and not the date that thisSteve Price1997-06-234-4/+4
* Hm... wonder how long this has been here.Bill Paul1997-06-201-3/+3
* Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() toBill Paul1997-06-151-0/+1
* getnetid() crashes if no /etc/netid file is present (it tries to fclose()Bill Paul1997-06-121-1/+2
* Fix other small things that got lost in the merge:Bill Paul1997-05-282-3/+3
* Resolve conflicts.Bill Paul1997-05-2833-84/+425
* This commit was generated by cvs2svn to compensate for changes in r26219,Bill Paul1997-05-2820-0/+4989
|\
| * Now the biggest step: import the changes to the main RPC code.Bill Paul1997-05-2859-967/+6507
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-1241-0/+8555
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+6
* Fixed wrong #include in synopsis.Bruce Evans1997-04-131-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2231-31/+31
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1431-31/+31
* Correct logic braino when attempting to exclude loopback addresses onPeter Wemm1997-01-091-2/+2
* Two minor changes to try and make it more robust in the face of manyPeter Wemm1997-01-091-2/+4
* Eliminate unnecessary warning introduced by a missing forward declaration.Jordan K. Hubbard1997-01-011-1/+3
* prototype of shared function now in include filePeter Wemm1996-12-311-3/+1
* use svc_maxfd + 1 in the select() call.Peter Wemm1996-12-311-3/+3
* Oops! Bad Idea! (TM)Peter Wemm1996-12-301-3/+13
* - make wire protocol 64 bit type safePeter Wemm1996-12-301-11/+9
* - prototypes now in include filePeter Wemm1996-12-301-25/+47
* - canonical function declarationPeter Wemm1996-12-301-7/+6
* - overhaul for unlimited file descriptorsPeter Wemm1996-12-301-15/+24
* - make wire protocol 64 bit type safePeter Wemm1996-12-301-4/+4
* - major overhaul to make this deal with unlimited fd's.Peter Wemm1996-12-301-56/+68
* - make wire protocol 64 bit type safePeter Wemm1996-12-301-10/+10
* Remove our code that clamped the max select() fd number to FD_SETSIZE (256)Peter Wemm1996-12-301-16/+3
* - kill non-FD_SETSIZE codePeter Wemm1996-12-301-5/+2
* - 64 bit type safe on-the-wire protocolPeter Wemm1996-12-301-17/+15
* - prototype now in include file, plus no longer needed anywayPeter Wemm1996-12-301-37/+44
* - dont close an unopen socketPeter Wemm1996-12-301-2/+3
* - Don't close an unopened socketPeter Wemm1996-12-301-2/+3
* - don't close unopen socketPeter Wemm1996-12-301-7/+12
* - missing prototype from include filePeter Wemm1996-12-301-5/+5
* - OpenBSD's strncpy fixes to ensure NULL terminationPeter Wemm1996-12-301-8/+11
* - prototypes now in include filePeter Wemm1996-12-301-49/+64
* - prototypes now in standard include filePeter Wemm1996-12-301-23/+43
* - update return type of an "internal but documented" functionPeter Wemm1996-12-301-2/+10
* - tags in correct orderPeter Wemm1996-12-301-4/+6
* - canonical function declarationPeter Wemm1996-12-301-9/+21