summaryrefslogtreecommitdiffstats
path: root/bin/domainname/domainname.c
Commit message (Collapse)AuthorAgeFilesLines
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
|
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
| | | | OK'ed by: imp, core
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
|
* Consistently use __FBSDIDobrien2002-06-301-2/+2
|
* 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)
* Make this pass WARNS=2 and BDECFLAGSkris2001-05-201-2/+3
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Correct use of .Nm. Add rcsid.charnier1998-05-131-2/+4
|
* Revert part of previous patch: Don't use __progname.charnier1997-06-041-4/+2
|
* /etc/netstart -> /etc/rc.networkcharnier1997-06-031-2/+23
| | | | Add usage() and use __progname. Change usage string to match man page.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-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.
* -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)
* 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-181-0/+76
manual page.
OpenPOWER on IntegriCloud