summaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/main.c
Commit message (Expand)AuthorAgeFilesLines
* Plug mutex leak.Gleb Smirnoff2015-01-161-1/+3
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-201-4/+6
* Add volatile to sig_atomic_t where it was missing.Dag-Erling Smørgrav2009-06-141-1/+1
* Modify the DoParseCommand() to work on (const char *) instead of justMike Makonnen2008-06-281-4/+4
* getopt(3) returns -1, not EOF.Kevin Lo2007-02-061-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-071-22/+157
* Style: space after "return".Gleb Smirnoff2006-06-281-17/+17
* Unnest includes before forthcoming editing.Gleb Smirnoff2006-05-241-0/+16
* Backout rev. 1.17 per ru@ request: there are net.graph.recvspace andMaxim Konovalov2005-02-041-4/+2
* Increase a socket receive buffer size. This helps 'ngctl list'Maxim Konovalov2004-11-251-2/+4
* Get rid of all (but one in write.c) static size buffers.Ruslan Ermilov2004-01-271-3/+3
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-261-1/+1
* Add a GraphViz-exporting ngctl(8) "dot" command. You can now createBrian Feldman2004-01-091-0/+1
* 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-121-2/+2
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Add ngctl "write" command.Archie Cobbs2002-01-221-0/+1
* Backout my previous commit, it appearantly doesn't work for asynchronousPoul-Henning Kamp2001-03-171-53/+7
* Add -ledit to ngctl.Poul-Henning Kamp2001-03-161-7/+53
* Fix bug in "read" command.Archie Cobbs2000-10-101-2/+4
* Experiemntal ascii based device configuration mechanism.Poul-Henning Kamp2000-07-031-0/+1
* When the 'msg' command is used from the command line, check for aArchie Cobbs2000-06-201-44/+5
* No need to try loading ng_socket.ko, as NgMkSockNode() does thatArchie Cobbs2000-01-281-10/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-25/+194
* If we get an EPROTONOSUPP error when trying to create the netgraph socketArchie Cobbs1999-10-271-1/+10
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+373