aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/yppush
Commit message (Expand)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Remove unused variables.Ed Schouten2010-01-021-1/+0
* Remove unsafe use of asynchronous I/O (the SIGIO handler could causeThomas Quinot2006-08-161-118/+46
* Don't push a map on a master server which will fail anyway.Ruslan Ermilov2006-08-131-1/+11
* (handler): When exitting upon an abnormal signal, yppush_exit() should notThomas Quinot2005-04-121-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Remove definition of struct dom_binding, it's non-standard C code andStefan Farfeleder2004-10-171-1/+0
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* The .Nm utilityPhilippe Charnier2002-07-141-5/+7
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-1/+1
* Constify and stylify yppusherr_string().Dag-Erling Smørgrav2002-04-161-6/+11
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-29/+21
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-14/+14
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-7/+6
* Initialize the sa_flags member of an auto struct sigaction variable.John Polstra2001-06-061-0/+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
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-3/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-10/+20
* Remove invalid section name. Add missing .El.Philippe Charnier2000-01-231-3/+3
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+2
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-6/+7
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Cosmetics in yp_error() and usage().Philippe Charnier1997-11-032-43/+41
* 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-224-5/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-5/+5
* Ack! You can't strdup() a DB datum that is not null terminated, or youPeter Wemm1996-06-091-3/+4
* Fix embarassing mind-o: transient RPC program numbers run fromBill Paul1996-04-291-3/+3
* yppush_main.c:Bill Paul1996-04-033-52/+22
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
* Sync with my sources at home:Bill Paul1996-01-311-4/+39
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-3/+3
* Import the new yppush.Bill Paul1996-01-124-0/+925