summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add __unused. Ansi prototypes.charnier2010-12-201-4/+6
* Add volatile to sig_atomic_t where it was missing.des2009-06-141-1/+1
* Modify the DoParseCommand() to work on (const char *) instead of justmtm2008-06-281-4/+4
* getopt(3) returns -1, not EOF.kevlo2007-02-061-1/+1
* - Pass pointer to fd_set in ReadSockets.glebius2006-08-081-8/+9
* Add line edit and history support to ngctl(8) via editline(3).glebius2006-08-071-22/+157
* Style: space after "return".glebius2006-06-281-17/+17
* Unnest includes before forthcoming editing.glebius2006-05-241-0/+16
* Backout rev. 1.17 per ru@ request: there are net.graph.recvspace andmaxim2005-02-041-4/+2
* Increase a socket receive buffer size. This helps 'ngctl list'maxim2004-11-251-2/+4
* Get rid of all (but one in write.c) static size buffers.ru2004-01-271-3/+3
* Make this WARNS=3 clean.ru2004-01-261-1/+1
* Add a GraphViz-exporting ngctl(8) "dot" command. You can now creategreen2004-01-091-0/+1
* Use fprintf() instead of errx() when displaying usage string. The program namecharnier2004-01-041-2/+3
* Get rid of the old constants which did not include the trailing NULharti2003-11-121-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Add ngctl "write" command.archie2002-01-221-0/+1
* Backout my previous commit, it appearantly doesn't work for asynchronousphk2001-03-171-53/+7
* Add -ledit to ngctl.phk2001-03-161-7/+53
* Fix bug in "read" command.archie2000-10-101-2/+4
* Experiemntal ascii based device configuration mechanism.phk2000-07-031-0/+1
* When the 'msg' command is used from the command line, check for aarchie2000-06-201-44/+5
* No need to try loading ng_socket.ko, as NgMkSockNode() does thatarchie2000-01-281-10/+1
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-25/+194
* If we get an EPROTONOSUPP error when trying to create the netgraph socketarchie1999-10-271-1/+10
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+373
OpenPOWER on IntegriCloud