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
/
lib
/
libnetgraph
/
msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for quite a special case when userland emulates a netgraph node, and
glebius
2013-03-11
1
-1
/
+1
*
Replace select() by poll() to avoid problems with big
mav
2007-05-14
1
-5
/
+6
*
Include sys/socket.h to know about sa_family_t.
glebius
2006-10-17
1
-0
/
+1
*
In the splnet(9) times netgraph(4) was synchronous and if a message
glebius
2006-01-12
1
-0
/
+16
*
Make this compile with GCC4 by fixing a few signedness related warnings.
mux
2005-04-26
1
-4
/
+5
*
When we have converted an ASCII message to binary, set its version in
glebius
2005-02-04
1
-0
/
+1
*
- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),
ru
2004-01-27
1
-8
/
+45
*
Fixed memory leak in NgSendAsciiMsg().
ru
2004-01-27
1
-1
/
+4
*
Use the new defines that include the trailing '\0' in the code.
harti
2003-11-14
1
-6
/
+7
*
Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token
archie
2001-10-25
1
-2
/
+2
*
Add __FBSDID()s to libnetgraph
dillon
2001-09-30
1
-2
/
+3
*
- Make sure the message token returned by NgSendMsg() is non-negative
archie
2000-06-21
1
-4
/
+11
*
Fix buffer overflow bug in NgSendAsciiMsg().
archie
2000-06-02
1
-1
/
+1
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-2
/
+107
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+206