| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r231118: | Dimitry Andric | 2012-02-14 | 1 | -1/+1 |
| * | MFC revs 199781,199782,199784,199785,199786: | Garrett Wollman | 2009-12-02 | 1 | -1/+1 |
| * | Fix some "in in" typos in comments. | Christian Brueffer | 2008-03-26 | 1 | -1/+1 |
| * | Set timeout for all NIS RPC requests to 1 second and not just for | Simon L. B. Nielsen | 2007-07-24 | 1 | -8/+8 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -1/+3 |
| * | - Bump _yplib_timeout limit from 10 to 20 seconds to better handle | Simon L. B. Nielsen | 2007-03-04 | 1 | -1/+9 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+23 |
| * | do mutex lock for each yp calls. with this, | Hajimu UMEMOTO | 2005-05-03 | 1 | -13/+65 |
| * | MUTEX_INITIALIZER should be used instead of | Hajimu UMEMOTO | 2005-04-06 | 1 | -1/+1 |
| * | protect _yp_domain with mutex lock. | Hajimu UMEMOTO | 2005-04-05 | 1 | -3/+24 |
| * | Use socklen_t where appropriate. | Stefan Farfeleder | 2005-03-11 | 1 | -2/+2 |
| * | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 1 | -1/+1 |
| * | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 1 | -1/+1 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -1/+1 |
| * | Spell void * as void * rather than caddr_t. This is complicated by the | Dag-Erling Smørgrav | 2002-04-28 | 2 | -23/+30 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 2 | -6/+4 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -0/+1 |
| * | ANSIfy and remove some dead code. | Dag-Erling Smørgrav | 2002-02-06 | 2 | -81/+35 |
| * | Apply the following mechanical transformations in preparation for | Dag-Erling Smørgrav | 2002-02-06 | 2 | -133/+133 |
| * | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | Alfred Perlstein | 2002-02-05 | 2 | -2/+2 |
| * | Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the | John Baldwin | 2002-01-08 | 1 | -8/+12 |
| * | Changed the clnt_perror string in yp_all because it was saying the | Jim Pirzyk | 2001-05-23 | 1 | -1/+1 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -10/+13 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -9/+15 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -9/+9 |
| * | Fix buffer overflows. | Kris Kennaway | 1999-12-05 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Fixed the usual missing dependencies on headers generated by rpcgen. | Bruce Evans | 1998-05-09 | 1 | -6/+6 |
| * | Fix resource allocation problems: | Bill Paul | 1998-03-07 | 1 | -94/+176 |
| * | Use ${DESTDIR} correctly in front of absolute paths. | Satoshi Asami | 1997-05-23 | 1 | -2/+2 |
| * | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -2/+2 |
| * | Don't even think about processing bogus domain names here. | Bill Paul | 1997-04-10 | 1 | -1/+5 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
| * | Fix for bug noticed by Christoph Kukulies. | Bill Paul | 1996-12-20 | 1 | -2/+3 |
| * | - Avoid possible SEGVs: never call clnt_destroy() without checking | Bill Paul | 1996-11-08 | 1 | -8/+36 |
| * | In _yp_dobind(), if we find ourselves required to contact the local ypbind | Bill Paul | 1996-07-13 | 1 | -0/+18 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -2/+2 |
| * | Code clean up: | James Raynard | 1996-06-04 | 1 | -2/+3 |
| * | Code clean up: | James Raynard | 1996-06-03 | 1 | -2/+2 |
| * | Code clean up: | James Raynard | 1996-06-03 | 1 | -1/+3 |
| * | Make _yp_dobind() a litle smarter: | Bill Paul | 1996-06-01 | 1 | -2/+43 |
| * | - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind() | Bill Paul | 1996-05-16 | 1 | -29/+36 |
| * | NIS client-side performance tweak: | Bill Paul | 1996-05-02 | 1 | -79/+108 |
| * | Don't bother trying to flock() /var/run/ypbind.lock; this breaks when | Bill Paul | 1996-03-23 | 1 | -21/+14 |
| * | Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end | Bill Paul | 1996-03-19 | 1 | -4/+5 |
| * | Make sure xdr_ypresp_all_seq() always returns a sane 'status' value. | Bill Paul | 1996-02-04 | 1 | -1/+3 |
| * | Clean up a few things left dangling after the last commit. The new | Bill Paul | 1995-12-15 | 1 | -22/+10 |
| * | Now that rpcgen is squared away, arrange to have all the NIS XDR routines | Bill Paul | 1995-12-14 | 3 | -448/+93 |