History log of /freebsd-9.3-release/bin/domainname/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


165332 18-Dec-2006 ru

Use a standard section name.


139969 10-Jan-2005 imp

/*- or .\"- or #- to begin license clauses.


131484 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


127958 06-Apr-2004 markm

Remove clause 3 from the UCB licenses.

OK'ed by: imp, core


114433 01-May-2003 obrien

Quiet warnings about copyright[].


99109 30-Jun-2002 obrien

Consistently use __FBSDID


94869 16-Apr-2002 charnier

Use `The .Nm utility'


91080 22-Feb-2002 markm

Warning fix. Enter into the spirit of getopt(3) a bit more.


90108 02-Feb-2002 imp

o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.

Approved by: arch@, new style(9)


87323 04-Dec-2001 obrien

Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0.

Reviewed by: mike


85162 19-Oct-2001 ru

mdoc(7) police: join OS version with the corresponding macro.


79754 15-Jul-2001 dd

Remove whitespace at EOL.


79526 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


78624 22-Jun-2001 dd

WARNS= -> WARNS?=

Submitted by: Mike Barcroft <mike@q9media.com>


76874 20-May-2001 kris

Make this pass WARNS=2 and BDECFLAGS


70013 14-Dec-2000 ru

mdoc(7) police: removed history info from the .Os call.


68935 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68716 14-Nov-2000 ru

Use Fx macro wherever possible.


50471 27-Aug-1999 peter

$Id$ -> $FreeBSD$


44060 15-Feb-1999 fenner

Clean up some .Os macro uses: quotes are not needed, multiple arguments
don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental"
isn't an OS name.


36009 13-May-1998 charnier

Correct use of .Nm. Add rcsid.


26434 04-Jun-1997 charnier

Revert part of previous patch: Don't use __progname.


26402 03-Jun-1997 charnier

/etc/netstart -> /etc/rc.network
Add usage() and use __progname. Change usage string to match man page.


22988 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


20420 14-Dec-1996 steve

-Wall cleaning.


7165 19-Mar-1995 joerg

You will find enclosed some changes to make gcc -Wall more happy in
/usr/src/bin. Note that some patches are still needed in that directory.

I (Joerg) finished most of Philippe's cleanup. /bin/sh will still
need *allot* of work, however.

Submitted by: charnier@lirmm.fr (Philippe Charnier)


5606 14-Jan-1995 ats

Submitted by: David Muir Sharnoff
domainame has referenced getdomainname(2) instead of getdomainname(3).
bug report docs/137.


3107 26-Sep-1994 wollman

Actually implement this correctly.


2958 21-Sep-1994 bde

Remove redundant declarations that were added in the previous commit.


2923 20-Sep-1994 phk

Applied patch to make -Wall and -Dlint shut up.

Reviewed by: phk
Submitted by: Josef Grosch <joeg@gagme.wwa.com>


2862 18-Sep-1994 wollman

A new domainname(1) command based on hostname(1), this time with a correct
manual page.