Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | |||||
* | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | |||||
* | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | |||||
* | Merge head | sjg | 2014-04-28 | 1 | -2/+3 |
|\ | |||||
| * | Use INADDR_NONE instead of -1 to check inet_addr() result. | kevlo | 2013-10-15 | 1 | -2/+3 |
| | | | | | | | | Reviewed by: glebius | ||||
* | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
* | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
* | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+22 |
|/ | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | Increase helpfulness in diagnostic message - ypbind running without -ypset or | jmallett | 2007-02-28 | 1 | -1/+1 |
| | | | | | -ypsetme will prevent use of ypset. Remind the user to check that it was started correctly. | ||||
* | Remove definition of struct dom_binding, it's non-standard C code and | stefanf | 2004-10-17 | 1 | -1/+0 |
| | | | | unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10. | ||||
* | Fix a typo that stopped ypset's -h option from working with a | iedowse | 2004-02-09 | 1 | -1/+1 |
| | | | | | | | | | | hostname rather than an IP. The code was copying the pointer to the IP address instead of the IP address itself. The bug has existed ever since ypset was first imported in 1994. PR: bin/62550 Submitted by: aardvark@saintaardvarkthecarpeted.com MFC after: 1 week | ||||
* | Include stdlib.h for exit() | imp | 2003-06-08 | 1 | -0/+1 |
| | |||||
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+6 |
| | |||||
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 1 | -1/+2 |
| | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs | ||||
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 1 | -6/+3 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week | ||||
* | yp(4) -> yp(8). | ru | 2002-01-14 | 1 | -1/+1 |
| | | | | PR: docs/30797 | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+1 |
| | |||||
* | s/0x7f000001/INADDR_LOOPBACK | alfred | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | optarg and optind are declared in unistd.h, so don't redundantly | imp | 2001-03-01 | 1 | -2/+0 |
| | | | | declare them here. | ||||
* | Fix typo that was causing a compiler warning. | wpaul | 2001-02-23 | 1 | -1/+1 |
| | | | | Submitted by: Alfred Perlstein | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Use err(3). | charnier | 1997-10-29 | 2 | -23/+21 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Add a ypset(8) man page. | mpp | 1996-02-12 | 2 | -2/+87 |
| | | | | Obtained from: NetBSD | ||||
* | More XDR routine cleanups. These three programs should be the only | wpaul | 1995-12-15 | 1 | -6/+10 |
| | | | | ones that require this: the others call the yplib functions in libc. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Added YP section 8 programs from 1.1.5. (Obligatory notice that this | wollman | 1994-08-08 | 2 | -0/+161 |
code was originally written by Th. de Raadt, although this particular organization is mine.) |