aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl
Commit message (Expand)AuthorAgeFilesLines
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Add ngctl "write" command.Archie Cobbs2002-01-225-1/+115
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-6/+7
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Unrevert something which shouldn't have been reverted in the previous revert.Poul-Henning Kamp2001-03-171-0/+1
* Backout my previous commit, it appearantly doesn't work for asynchronousPoul-Henning Kamp2001-03-173-55/+8
* Add -ledit to ngctl.Poul-Henning Kamp2001-03-162-8/+54
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* Fix bug in "read" command.Archie Cobbs2000-10-101-2/+4
* Remove unused variable.Archie Cobbs2000-07-201-1/+1
* Yellow hat this way: forgot cvs add.Poul-Henning Kamp2000-07-031-0/+103
* Experiemntal ascii based device configuration mechanism.Poul-Henning Kamp2000-07-033-1/+3
* When the 'msg' command is used from the command line, check for aArchie Cobbs2000-06-203-45/+70
* Field structure changed name from 'typename' -> 'type_name'.Archie Cobbs2000-05-011-1/+1
* Remove erroneous built-in help information for the 'msg' command.Archie Cobbs2000-03-131-3/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* No need to try loading ng_socket.ko, as NgMkSockNode() does thatArchie Cobbs2000-01-282-11/+1
* Manual page style work.Julian Elischer1999-12-211-14/+25
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-3010-43/+315
* Limit COPTS added by Makefile to just '-Wall'.Archie Cobbs1999-10-281-4/+2
* If we get an EPROTONOSUPP error when trying to create the netgraph socketArchie Cobbs1999-10-273-1/+18
* Remove extraneous -I compile flag that was used during testing.Archie Cobbs1999-10-271-1/+0
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-241-0/+1
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-231-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-2114-0/+1500