summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make printf's match actual type (%lu -> %u).millert1997-02-101-4/+4
* do not print extra \nderaadt1997-02-091-2/+2
* destroy everything with source routesderaadt1997-02-071-1/+28
* handle SIOCGIFCONF for as many interfaces as providedderaadt1997-01-222-29/+50
* SIOCGIFCONF more carefullyderaadt1997-01-221-8/+21
* More sprintf -> snprintf.millert1997-01-211-22/+28
* use arc4random for xid generationderaadt1997-01-023-18/+6
* Change to support the powerpc port. To bad this define isn't put inrahnds1996-12-211-2/+2
* avoid oflows, thanks also to toddderaadt1996-12-191-30/+28
* Clean up lint and compile warningstholo1996-12-143-15/+18
* avoid close(-1) casesderaadt1996-12-105-10/+15
* use MAXHOSTNAMELENderaadt1996-12-101-2/+2
* Missed one cast.etheisen1996-11-141-2/+2
* memcpy needs string.h.etheisen1996-11-143-3/+6
* memcpy needs string.h.etheisen1996-11-141-1/+2
* More Alpha casts.etheisen1996-11-141-2/+2
* Cast better for the alpha.etheisen1996-11-141-2/+2
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
* document sin_port behaviour, pr#36, kstailey@dol-esa.govderaadt1996-10-211-1/+6
* returns intderaadt1996-09-301-1/+2
* Remove dead codetholo1996-09-1515-33/+38
* Correct links for getrpcent.3 pagestholo1996-09-021-5/+5
* Don't overwrite the last byte of a line unless we have totholo1996-09-021-5/+6
* perturb xid further. confuse the worldderaadt1996-09-023-6/+18
* do not leak byname; this needs a complete rewritederaadt1996-09-021-4/+5
* use strncpy correctlyderaadt1996-08-271-2/+3
* memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.orgderaadt1996-08-206-28/+45
* only close real socketderaadt1996-08-201-3/+5
* deal with unintializated __svc_fdsetderaadt1996-08-201-6/+13
* Fix RCS idstholo1996-08-1944-281/+82
* support descriptors > FD_SETSIZE and correct timeout handlingderaadt1996-08-156-113/+233
* do not limit to FD_SETSIZE here, that is idioticderaadt1996-08-131-9/+3
* fix some fn/arg decls; strengthen reminder that svc_fdset is readonlyderaadt1996-08-131-22/+28
* idle cleanupderaadt1996-08-101-4/+5
* idle cleanupderaadt1996-08-101-14/+6
* if port 20 incoming, kill it and try againderaadt1996-08-051-2/+10
* errno restore was reversed.downsj1996-07-301-3/+3
* if (beer-tonight) test-before-commit();deraadt1996-07-301-4/+6
* only reset port-range if modified initially; if needed call getsocknamederaadt1996-07-301-11/+23
* Reset port range if bind() fails.downsj1996-07-291-4/+20
* Use new bind() kernel semantics.downsj1996-07-291-22/+14
* bcopy->memcpy & tagderaadt1996-07-2044-52/+96
* bogus frees; from jraynard@freebsd.orgderaadt1996-07-201-2/+4
* prefer non-loopback addressesderaadt1996-06-291-1/+12
* pmap_set/unset to loopback; should rewrite to search for loopback addrderaadt1996-06-291-0/+2
* typoderaadt1996-06-291-1/+1
* need string.hderaadt1996-05-221-2/+3
* clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.sederaadt1996-05-041-0/+1
* Pull in more prototypestholo1996-03-251-0/+2
* Pull prototypes into scopetholo1996-03-257-17/+23