index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ngctl
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add volatile to sig_atomic_t where it was missing.
des
2009-06-14
1
-1
/
+1
*
Modify the DoParseCommand() to work on (const char *) instead of just
mtm
2008-06-28
1
-4
/
+4
*
getopt(3) returns -1, not EOF.
kevlo
2007-02-06
1
-1
/
+1
*
- Pass pointer to fd_set in ReadSockets.
glebius
2006-08-08
1
-8
/
+9
*
Add line edit and history support to ngctl(8) via editline(3).
glebius
2006-08-07
1
-22
/
+157
*
Style: space after "return".
glebius
2006-06-28
1
-17
/
+17
*
Unnest includes before forthcoming editing.
glebius
2006-05-24
1
-0
/
+16
*
Backout rev. 1.17 per ru@ request: there are net.graph.recvspace and
maxim
2005-02-04
1
-4
/
+2
*
Increase a socket receive buffer size. This helps 'ngctl list'
maxim
2004-11-25
1
-2
/
+4
*
Get rid of all (but one in write.c) static size buffers.
ru
2004-01-27
1
-3
/
+3
*
Make this WARNS=3 clean.
ru
2004-01-26
1
-1
/
+1
*
Add a GraphViz-exporting ngctl(8) "dot" command. You can now create
green
2004-01-09
1
-0
/
+1
*
Use fprintf() instead of errx() when displaying usage string. The program name
charnier
2004-01-04
1
-2
/
+3
*
Get rid of the old constants which did not include the trailing NUL
harti
2003-11-12
1
-2
/
+2
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Add ngctl "write" command.
archie
2002-01-22
1
-0
/
+1
*
Backout my previous commit, it appearantly doesn't work for asynchronous
phk
2001-03-17
1
-53
/
+7
*
Add -ledit to ngctl.
phk
2001-03-16
1
-7
/
+53
*
Fix bug in "read" command.
archie
2000-10-10
1
-2
/
+4
*
Experiemntal ascii based device configuration mechanism.
phk
2000-07-03
1
-0
/
+1
*
When the 'msg' command is used from the command line, check for a
archie
2000-06-20
1
-44
/
+5
*
No need to try loading ng_socket.ko, as NgMkSockNode() does that
archie
2000-01-28
1
-10
/
+1
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-25
/
+194
*
If we get an EPROTONOSUPP error when trying to create the netgraph socket
archie
1999-10-27
1
-1
/
+10
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+373