summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanupalfred2001-03-201-16/+14
* Fixed some typos.ru2001-03-203-3/+3
* This manpage is heavily based on the old rpc.3 manpage, andru2001-03-201-1355/+1139
* Removed the second copy of the manual page!ru2001-03-201-311/+0
* Removed duplicate $FreeBSD$.ru2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-1980-6851/+16088
* Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org>dec2001-03-082-0/+2
* mdoc(7) police: C types should be declared with either .Ft or .Vt.ru2001-02-081-1/+3
* Fixed errors in prototypes. Many were hiding under mdoc errors.bde2001-02-051-5/+30
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-2421-78/+114
* man(7) -> mdoc(7).ru2001-01-175-1416/+1143
* rstat(1) and rstat_svc(8) are the early versions ofru2001-01-173-88/+0
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
* mdoc(7) police: added missing .Os call.ru2000-12-142-0/+2
* Upgrade to groff 1.16.1.ru2000-12-061-8/+1
* Eliminate groff(1) warnings.ru2000-11-247-49/+77
* mdoc(7) police: fixed warning.ru2000-11-201-1/+1
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-201-1/+1
* strtok() -> strsep() (no strtok() in libraries allowed)ache2000-08-292-16/+26
* Calculate the string length of a u_long at compile-time, instead of using akris2000-08-041-5/+17
* Correct string length bounds checking.kris2000-08-041-3/+5
* Don't overflow the internal buffer in clnt_sperror()kris2000-08-041-1/+1
* Replace structure copy form ifreq obtained by SIOCGIFADDRshin2000-03-032-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-026-48/+96
* Grammar fix: ``Different than'' should really be ``different from''.chris2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-2715-36/+36
* Fixed wrong includes in synopsis.bde2000-01-271-8/+11
* bindresvport related changesshin2000-01-263-73/+136
* libc rcmd update for IPv6.shin2000-01-133-18/+63
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-1215-36/+40
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+9
* Commented outnik1999-12-141-1/+1
* For the TCP transport, put the listening socket in non-blockingjdp1999-11-181-0/+18
* Fix a bug in the hack that protects against FTP bounce attacks.jdp1999-11-171-3/+2
* $Id$ -> $FreeBSD$peter1999-08-2850-51/+51
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1212-1/+20
* Document type for 'req' argument to clnt_control.alex1999-01-311-0/+1
* s/yellow pages/NIS/phk1998-09-171-3/+2
* Fixed printf format errors.bde1998-06-302-5/+5
* Fixed scanf format errors. The error handling is not quite bug for bugbde1998-06-301-7/+4
* Fix potential resource leak: when call to des_crypt_1() fails, rememberwpaul1998-06-091-2/+3
* The incorrect select() timeout calculation that I fixed in svc_tcp.cwpaul1998-05-211-2/+2
* Replace the getpublickey() stub with the real thing.wpaul1998-05-181-33/+160
* Improve DoS avoidance in RPC stream oriented transports. The TCP transportwpaul1998-05-182-34/+70
* Patch RPC library to avoid possible denial of service attacks as describedwpaul1998-05-152-2/+4
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-101-2/+2
* Fixed wrong prototypes. Most of the prototypes had missing return types,bde1998-01-161-9/+19
* Convert to mdoc format.charnier1998-01-051-248/+146
* In clntudp_call(), it is possible that xdr_replymsg() might failwpaul1997-10-261-0/+14
* Sorted lists.bde1997-10-211-23/+22
OpenPOWER on IntegriCloud