summaryrefslogtreecommitdiffstats
path: root/bin/domainname
Commit message (Collapse)AuthorAgeFilesLines
* /*- or .\"- or #- to begin license clauses.imp2005-01-102-1/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Remove clause 3 from the UCB licenses.markm2004-04-062-8/+0
| | | | OK'ed by: imp, core
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
|
* Consistently use __FBSDIDobrien2002-06-301-2/+2
|
* Use `The .Nm utility'charnier2002-04-161-2/+3
|
* Warning fix. Enter into the spirit of getopt(3) a bit more.markm2002-02-221-0/+2
|
* o __P has been reovedimp2002-02-021-7/+4
| | | | | | | | | | | 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)
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-2/+0
| | | | | | set WARNS=0. Reviewed by: mike
* mdoc(7) police: join OS version with the corresponding macro.ru2001-10-191-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* WARNS= -> WARNS?=dd2001-06-221-1/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Make this pass WARNS=2 and BDECFLAGSkris2001-05-202-2/+5
|
* mdoc(7) police: removed history info from the .Os call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
|
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
| | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name.
* Correct use of .Nm. Add rcsid.charnier1998-05-132-4/+6
|
* Revert part of previous patch: Don't use __progname.charnier1997-06-041-4/+2
|
* /etc/netstart -> /etc/rc.networkcharnier1997-06-032-4/+25
| | | | Add usage() and use __progname. Change usage string to match man page.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | 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.
* -Wall cleaning.steve1996-12-141-4/+4
|
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-2/+2
| | | | | | | | | /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)
* Submitted by: David Muir Sharnoffats1995-01-141-2/+2
| | | | | domainame has referenced getdomainname(2) instead of getdomainname(3). bug report docs/137.
* Actually implement this correctly.wollman1994-09-261-5/+2
|
* Remove redundant declarations that were added in the previous commit.bde1994-09-211-4/+1
|
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-201-3/+5
| | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com>
* A new domainname(1) command based on hostname(1), this time with a correctwollman1994-09-183-0/+146
manual page.
OpenPOWER on IntegriCloud