aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl
Commit message (Expand)AuthorAgeFilesLines
* The last change is not needed for HEAD.Gleb Smirnoff2007-03-301-1/+1
* Do not build the libedit support if NO_LIBPTHREAD is defined.Gleb Smirnoff2007-03-281-1/+1
* getopt(3) returns -1, not EOF.Kevin Lo2007-02-064-4/+4
* Push the detection of threading libs support down to ngctl/MakefileRuslan Ermilov2006-11-271-0/+7
* Fix "make checkdpadd".Ruslan Ermilov2006-11-261-1/+1
* Silence GCC4 signed/unsigned pointer mismatch warning.Alexander Kabaev2006-09-211-1/+1
* - Pass pointer to fd_set in ReadSockets.Gleb Smirnoff2006-08-081-8/+9
* Add line edit and history support to ngctl(8) via editline(3).Gleb Smirnoff2006-08-072-22/+168
* Don't use empty braces ("{}") to initialise arrays. This is a syntaxStefan Farfeleder2006-07-176-6/+6
* Style: space after "return".Gleb Smirnoff2006-06-2814-65/+65
* Unnest includes before forthcoming editing.Gleb Smirnoff2006-05-2416-20/+95
* - Reduce the number of netgraph messages when listingRuslan Ermilov2005-02-091-11/+35
* Backout rev. 1.17 per ru@ request: there are net.graph.recvspace andMaxim Konovalov2005-02-041-4/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Increase a socket receive buffer size. This helps 'ngctl list'Maxim Konovalov2004-11-251-2/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Get rid of all (but one in write.c) static size buffers.Ruslan Ermilov2004-01-276-37/+56
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-2613-19/+28
* Add a GraphViz-exporting ngctl(8) "dot" command. You can now createBrian Feldman2004-01-095-11/+203
* Use fprintf() instead of errx() when displaying usage string. The program namePhilippe Charnier2004-01-041-2/+3
* Get rid of the old constants which did not include the trailing NULHartmut Brandt2003-11-123-4/+4
* Add missing "of".Bill Fenner2002-12-141-1/+1
* 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