aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-8/+4
* Correct some dumb behaviour in clnt_broadcast(), where it wouldIan Dowse2002-06-301-4/+8
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-147-10/+10
* PR:David E. Cross2001-09-052-2/+2
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-2/+2
* MFC: fix double 'the'Sheldon Hearn2001-07-241-1/+1
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-2/+2
* MFC: remove duplicate words.Dima Dorfman2001-07-222-2/+2
* MFC: Add the new clnt_control() request `CLSET_CONNECT', whichIan Dowse2001-06-282-2/+29
* svctcp_create can't fail at creating a udp socket since it didn't try.Dima Dorfman2001-06-091-1/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+2
* Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org>David E. Cross2001-03-082-0/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+3
* MFC: don't use errno.h.David E. O'Brien2001-03-051-1/+0
* MFC: find errno.h in the proper placeDavid E. O'Brien2001-03-051-1/+1
* MFC: Fix up prototypes and includesKris Kennaway2001-03-051-5/+30
* MFC: deprecate rstat(1) and rstat_svc(8), convert the rest to mdoc(7).Ruslan Ermilov2001-01-188-1504/+1143
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* MFC: added missing .Os call.Ruslan Ermilov2000-12-142-0/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-082-2/+2
* MFC: Upgrade to Groff 1.16.1.Ruslan Ermilov2000-12-071-8/+1
* MFC: Eliminate groff(1) warnings.Ruslan Ermilov2000-11-246-49/+67
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-241-0/+10
* MFC: Use strtok instead of strsep. Handle links explicitly in remove.Jordan K. Hubbard2000-09-202-16/+26
* MFC:John Baldwin2000-08-231-6/+20
* MFC: Don't overflow the internal buffer in clnt_sperror()John Baldwin2000-08-231-1/+1
* Replace structure copy form ifreq obtained by SIOCGIFADDRYoshinobu Inoue2000-03-032-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-026-48/+96
* Grammar fix: ``Different than'' should really be ``different from''.Chris Costello2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-2715-36/+36
* Fixed wrong includes in synopsis.Bruce Evans2000-01-271-8/+11
* bindresvport related changesYoshinobu Inoue2000-01-263-73/+136
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-133-18/+63
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-1215-36/+40
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+9
* Commented outNik Clayton1999-12-141-1/+1
* For the TCP transport, put the listening socket in non-blockingJohn Polstra1999-11-181-0/+18
* Fix a bug in the hack that protects against FTP bounce attacks.John Polstra1999-11-171-3/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2850-51/+51
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1212-1/+20
* Document type for 'req' argument to clnt_control.Alexander Langer1999-01-311-0/+1
* s/yellow pages/NIS/Poul-Henning Kamp1998-09-171-3/+2
* Fixed printf format errors.Bruce Evans1998-06-302-5/+5
* Fixed scanf format errors. The error handling is not quite bug for bugBruce Evans1998-06-301-7/+4
* Fix potential resource leak: when call to des_crypt_1() fails, rememberBill Paul1998-06-091-2/+3
* The incorrect select() timeout calculation that I fixed in svc_tcp.cBill Paul1998-05-211-2/+2
* Replace the getpublickey() stub with the real thing.Bill Paul1998-05-181-33/+160
* Improve DoS avoidance in RPC stream oriented transports. The TCP transportBill Paul1998-05-182-34/+70
* Patch RPC library to avoid possible denial of service attacks as describedBill Paul1998-05-152-2/+4
* Fixed the usual missing dependencies on headers generated by rpcgen.Bruce Evans1998-05-101-2/+2