summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r26219,wpaul1997-05-2820-0/+4989
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+6
* Fixed wrong #include in synopsis.bde1997-04-131-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-2231-31/+31
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1431-31/+31
* Correct logic braino when attempting to exclude loopback addresses onpeter1997-01-091-2/+2
* Two minor changes to try and make it more robust in the face of manypeter1997-01-091-2/+4
* Eliminate unnecessary warning introduced by a missing forward declaration.jkh1997-01-011-1/+3
* prototype of shared function now in include filepeter1996-12-311-3/+1
* use svc_maxfd + 1 in the select() call.peter1996-12-311-3/+3
* Oops! Bad Idea! (TM)peter1996-12-301-3/+13
* - make wire protocol 64 bit type safepeter1996-12-301-11/+9
* - prototypes now in include filepeter1996-12-301-26/+48
* - canonical function declarationpeter1996-12-301-7/+6
* - overhaul for unlimited file descriptorspeter1996-12-301-15/+24
* - make wire protocol 64 bit type safepeter1996-12-301-4/+4
* - major overhaul to make this deal with unlimited fd's.peter1996-12-301-56/+68
* - make wire protocol 64 bit type safepeter1996-12-301-10/+10
* Remove our code that clamped the max select() fd number to FD_SETSIZE (256)peter1996-12-301-16/+3
* - kill non-FD_SETSIZE codepeter1996-12-301-5/+2
* - 64 bit type safe on-the-wire protocolpeter1996-12-301-17/+15
* - prototype now in include file, plus no longer needed anywaypeter1996-12-301-37/+44
* - dont close an unopen socketpeter1996-12-301-2/+3
* - Don't close an unopened socketpeter1996-12-301-2/+3
* - don't close unopen socketpeter1996-12-301-7/+12
* - missing prototype from include filepeter1996-12-301-5/+5
* - OpenBSD's strncpy fixes to ensure NULL terminationpeter1996-12-301-8/+11
* - prototypes now in include filepeter1996-12-301-49/+64
* - prototypes now in standard include filepeter1996-12-301-23/+43
* - update return type of an "internal but documented" functionpeter1996-12-301-2/+10
* - tags in correct orderpeter1996-12-301-4/+6
* - canonical function declarationpeter1996-12-301-9/+21
* - don't close an unopen socketpeter1996-12-301-5/+8
* - prototype moved to include filepeter1996-12-301-3/+1
* - buffer overflow fix, from OpenBSDpeter1996-12-301-110/+58
* - use standard functionpeter1996-12-301-3/+7
* - prototype now in common include filepeter1996-12-301-4/+2
* - prototype now in include file, not herepeter1996-12-301-3/+1
* - Man page fix, updates.peter1996-12-302-8/+11
* Add manpage links for rpc functionspeter1996-12-301-0/+68
* Convert to mdoc format.mpp1996-12-214-178/+122
* get_myaddress() wasn't following the interface array properlypst1996-11-221-12/+9
* Use the more robust and more efficient reserved port allocation mechanismpeter1996-08-121-21/+45
* clear various struct sockaddr_in's on stack, set sin_len.peter1996-08-127-7/+17
* Code cleanup:jraynard1996-06-113-9/+9
* Code cleanup:jraynard1996-06-109-21/+37
* Remove extraneous '+' that looks like it was left in by mistake. Thiswpaul1996-06-101-2/+2
* Code cleanup (part two):jraynard1996-06-107-22/+30
* Code cleanup (part one):jraynard1996-06-088-14/+28
* Work around a bug in the Sun rpc code. This fixes a problem whereguido1996-03-171-4/+12
OpenPOWER on IntegriCloud