summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlconfig
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-3/+3
| | | | Reviewed by: brueffer
* mdoc: sort prologue macros.joel2012-03-261-1/+1
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+10
|
* This is i386-only.ru2004-01-212-1/+2
|
* The .Nm utilitycharnier2002-07-141-3/+3
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-5/+5
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-0/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Remove whitespace at EOL.dd2001-07-151-14/+14
|
* Spelling fix ("independantly" -> "independently")chris2001-06-061-1/+1
| | | | | PR: 25648 Submitted by: Jens Schweikhardt <schweikh@schweikhardt.net>
* Fix typos and modify obscure wordingtom2001-05-311-5/+5
| | | | MFC after: 5
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* mdoc(7) police: add missing .Ed call.ru2001-01-181-0/+1
|
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* compatability -> compatibilitydannyboy2000-11-262-2/+2
| | | | | PR: 23114 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Remove extra #include that was inadvertently added in previous commit.archie2000-07-191-1/+0
|
* Fix breakage caused by ether_aton() prototype change.archie2000-07-191-1/+1
| | | | PR: bin/20033
* Use .Xr for references.charnier2000-01-231-2/+4
|
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-281-0/+2
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Typo curnwid -> currnwidmsmith1998-11-041-1/+1
| | | | Submitted by: Randy Bush <rbush@bainbridge.verio.net>
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
|
* Cosmetic in err() strings.charnier1997-10-272-46/+37
|
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-1/+1
|
* Now that this has been merged over to RELENG_2_2 removergrimes1997-09-151-3/+1
| | | | the #if FreeBSD >= 3 wart I added while debugging.
* Add #if __FreeBSD__ >= 3 around #include <net/if_var.h> so that thisrgrimes1997-08-061-1/+3
| | | | can compile under both FreeBSD 2.x and 3.x.
* Update wlconfig to match new Wavelan (wl) driver.msmith1997-08-012-8/+139
| | | | Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* Make it build under 3.xmsmith1997-05-232-3/+5
| | | | Submitted by: fsmp
* This is a program for configuring the Parameter Storage Area on ISAmsmith1997-05-223-0/+435
Wavelan cards via the 'wl' driver. It can be used to set the IRQ, and discover all manner of odd things about the device.
OpenPOWER on IntegriCloud