aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/yp_mkdb
Commit message (Expand)AuthorAgeFilesLines
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-2/+2
* Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo2015-07-281-4/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
|/
* In usr.sbin/yp_mkdb/yp_mkdb.c, cast some printf field width parametersDimitry Andric2011-12-191-2/+4
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* style.Makefile(5)David E. O'Brien2003-04-041-2/+2
* The .Nm utilityPhilippe Charnier2002-07-141-8/+12
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-3/+3
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-9/+8
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-5/+5
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-0/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-15/+30
* Remove invalid section name.Philippe Charnier2000-01-231-5/+3
* Fix stupid disorder in previous commit. This was my own error, notSheldon Hearn1999-09-011-1/+1
* The -f option stole the -d option's option string colon in the getoptSheldon Hearn1999-09-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Modify yp_mkdb so that it only checks for bogus '+' and '-' charactersBill Paul1999-08-222-8/+32
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Remove `progname'.Philippe Charnier1997-10-272-62/+58
* fix a couple typos...John-Mark Gurney1997-04-151-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-4/+4
* Check for, warn about and reject lines with empty keys. You can't haveBill Paul1997-02-091-0/+5
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-4/+4
* Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries toBill Paul1996-10-242-11/+67
* Add -I${.CURDIR}/../../libexec/ypxfr to CFLAGS so we can see ypxfr_extern.h.Bill Paul1996-06-061-2/+2
* Update to pass new arguments now expected by the yp_dbwrite routines.Bill Paul1996-06-051-10/+10
* Import the new yp_mkdb. This one does what the old one does, but isBill Paul1996-04-283-0/+465