| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -1/+1 |
* | Fix the incompatible enum conversions in libexec/ypxfr in another, more | dim | 2011-12-16 | 3 | -22/+24 |
* | Revert r228592, as the non-messy way of fixing ypxfr breaks other yp | dim | 2011-12-16 | 4 | -7/+8 |
* | Attempt to fix the numerous incompatible enum conversions in | dim | 2011-12-16 | 4 | -8/+7 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Fix typo. | joel | 2010-08-04 | 1 | -1/+1 |
* | Make WARNS=6 the default for libexec/. | ed | 2010-01-02 | 1 | -0/+3 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Remove definition of struct dom_binding, it's non-standard C code and | stefanf | 2004-10-17 | 2 | -2/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -16/+30 |
* | Don't pass a pointer to a 'long' to a function that expects an 'int *'. | das | 2004-02-16 | 1 | -2/+2 |
* | Tidy up some xdrproc_t related warnings. | peter | 2003-10-26 | 2 | -5/+7 |
* | Use __FBSDID vs. rcsid[]. | obrien | 2003-05-04 | 5 | -20/+10 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -5/+7 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 2 | -5/+5 |
* | Fix warnings. | des | 2002-04-06 | 3 | -13/+13 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 6 | -53/+29 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 6 | -23/+23 |
* | Lock down with WFORMAT?=1, with overrides in the subdirectories which | kris | 2002-02-04 | 1 | -0/+1 |
* | yp(4) -> yp(8). | ru | 2002-01-14 | 1 | -1/+1 |
* | yp_errno is an `enum ypstat`. | dd | 2001-07-24 | 1 | -1/+1 |
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+2 |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 1 | -1/+0 |
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+1 |
* | Spelling fix: transfered --> transferred | jlemon | 2000-06-02 | 1 | -1/+1 |
* | Fix various man pages to stop abusing the .Bx macro to generate the | mpp | 2000-01-23 | 1 | -8/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
* | Fix ypxfr so that it can be run from cron. | wpaul | 1999-05-10 | 1 | -4/+4 |
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -2/+2 |
* | Fixed missing dependencies on headers generated by rpcgen, as usual. | bde | 1998-05-10 | 1 | -8/+10 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 1 | -2/+2 |
* | Use full path in synopsis. Sort #includes. Use .Tn for NIS. | charnier | 1997-12-08 | 6 | -104/+163 |
* | Putting records with zero-length keys into a Berkeley DB hash database | wpaul | 1997-09-30 | 1 | -6/+22 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 8 | -13/+13 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 8 | -13/+13 |
* | Sort cross references. | wosch | 1997-01-13 | 1 | -3/+3 |
* | Change declaration of yp_errno from int to enum ypstat so that it | wpaul | 1996-12-23 | 1 | -2/+3 |
* | Give ypxfr the ability to detect the presence of the YP_INTERDOMAIN | wpaul | 1996-10-25 | 4 | -7/+91 |
* | Add a couple of reserved port checks: don't talk to either ypserv | wpaul | 1996-10-20 | 1 | -5/+24 |
* | Fixed DPADD. | bde | 1996-09-05 | 1 | -2/+3 |
* | Fill in new arguments in the ypxfr_getmap structure (byte order, | wpaul | 1996-07-04 | 1 | -2/+16 |
* | Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc, | wpaul | 1996-06-06 | 1 | -2/+2 |
* | Add support for rpc.ypxfrd and document it in the man page. | wpaul | 1996-06-05 | 8 | -40/+230 |