| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace structure copy form ifreq obtained by SIOCGIFADDR | shin | 2000-03-03 | 2 | -2/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 6 | -48/+96 |
* | Grammar fix: ``Different than'' should really be ``different from''. | chris | 2000-01-29 | 1 | -1/+1 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 15 | -36/+36 |
* | Fixed wrong includes in synopsis. | bde | 2000-01-27 | 1 | -8/+11 |
* | bindresvport related changes | shin | 2000-01-26 | 3 | -73/+136 |
* | libc rcmd update for IPv6. | shin | 2000-01-13 | 3 | -18/+63 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 15 | -36/+40 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 2 | -4/+9 |
* | Commented out | nik | 1999-12-14 | 1 | -1/+1 |
* | For the TCP transport, put the listening socket in non-blocking | jdp | 1999-11-18 | 1 | -0/+18 |
* | Fix a bug in the hack that protects against FTP bounce attacks. | jdp | 1999-11-17 | 1 | -3/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 50 | -51/+51 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 12 | -1/+20 |
* | Document type for 'req' argument to clnt_control. | alex | 1999-01-31 | 1 | -0/+1 |
* | s/yellow pages/NIS/ | phk | 1998-09-17 | 1 | -3/+2 |
* | Fixed printf format errors. | bde | 1998-06-30 | 2 | -5/+5 |
* | Fixed scanf format errors. The error handling is not quite bug for bug | bde | 1998-06-30 | 1 | -7/+4 |
* | Fix potential resource leak: when call to des_crypt_1() fails, remember | wpaul | 1998-06-09 | 1 | -2/+3 |
* | The incorrect select() timeout calculation that I fixed in svc_tcp.c | wpaul | 1998-05-21 | 1 | -2/+2 |
* | Replace the getpublickey() stub with the real thing. | wpaul | 1998-05-18 | 1 | -33/+160 |
* | Improve DoS avoidance in RPC stream oriented transports. The TCP transport | wpaul | 1998-05-18 | 2 | -34/+70 |
* | Patch RPC library to avoid possible denial of service attacks as described | wpaul | 1998-05-15 | 2 | -2/+4 |
* | Fixed the usual missing dependencies on headers generated by rpcgen. | bde | 1998-05-10 | 1 | -2/+2 |
* | Fixed wrong prototypes. Most of the prototypes had missing return types, | bde | 1998-01-16 | 1 | -9/+19 |
* | Convert to mdoc format. | charnier | 1998-01-05 | 1 | -248/+146 |
* | In clntudp_call(), it is possible that xdr_replymsg() might fail | wpaul | 1997-10-26 | 1 | -0/+14 |
* | Sorted lists. | bde | 1997-10-21 | 1 | -23/+22 |
* | Fix two bugs which caused various RPC programs (mountd, nfsd, ...) | jdp | 1997-10-17 | 1 | -3/+3 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-15 | 1 | -7/+6 |
* | Correct a bug in the 'allow arbitrary number of socket descriptors' changes | wpaul | 1997-10-14 | 1 | -4/+4 |
* | Make selection logic more strict. Only select AF_INET loopback interfaces | wpaul | 1997-09-21 | 1 | -3/+6 |
* | Add a stub version of getpublickey(), in order to eliminate an | jdp | 1997-08-28 | 2 | -1/+47 |
* | Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S and | bde | 1997-07-21 | 1 | -1/+1 |
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 4 | -4/+4 |
* | Hm... wonder how long this has been here. | wpaul | 1997-06-20 | 1 | -3/+3 |
* | Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() to | wpaul | 1997-06-15 | 1 | -0/+1 |
* | getnetid() crashes if no /etc/netid file is present (it tries to fclose() | wpaul | 1997-06-12 | 1 | -1/+2 |
* | Fix other small things that got lost in the merge: | wpaul | 1997-05-28 | 2 | -3/+3 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 33 | -84/+425 |
* | This commit was generated by cvs2svn to compensate for changes in r26219, | wpaul | 1997-05-28 | 20 | -0/+4989 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -2/+6 |
* | Fixed wrong #include in synopsis. | bde | 1997-04-13 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 31 | -31/+31 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 31 | -31/+31 |
* | Correct logic braino when attempting to exclude loopback addresses on | peter | 1997-01-09 | 1 | -2/+2 |
* | Two minor changes to try and make it more robust in the face of many | peter | 1997-01-09 | 1 | -2/+4 |
* | Eliminate unnecessary warning introduced by a missing forward declaration. | jkh | 1997-01-01 | 1 | -1/+3 |
* | prototype of shared function now in include file | peter | 1996-12-31 | 1 | -3/+1 |
* | use svc_maxfd + 1 in the select() call. | peter | 1996-12-31 | 1 | -3/+3 |