aboutsummaryrefslogtreecommitdiff
path: root/libexec/revnetgroup/revnetgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
* o __P removalWarner Losh2002-02-071-4/+2
* Don't call err() without a format string.Kris Kennaway2000-07-111-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for filePhilippe Charnier1997-11-251-18/+15
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Close PR #2193: support backslash line continuations.Bill Paul1996-12-131-8/+9
* Use err() instead of perror()/exit() and remember to #include <errno.h>Bill Paul1996-08-041-4/+5
* Small touchups:Bill Paul1996-05-121-5/+20
* Import the first cut of my (finally finished) revnetgroup program. ThisBill Paul1995-10-261-0/+167