aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for quite a special case when userland emulates a netgraph node, andGleb Smirnoff2013-03-111-1/+1
* Replace select() by poll() to avoid problems with bigAlexander Motin2007-05-141-5/+6
* Include sys/socket.h to know about sa_family_t.Gleb Smirnoff2006-10-171-0/+1
* In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff2006-01-121-0/+16
* Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion2005-04-261-4/+5
* When we have converted an ASCII message to binary, set its version inGleb Smirnoff2005-02-041-0/+1
* - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),Ruslan Ermilov2004-01-271-8/+45
* Fixed memory leak in NgSendAsciiMsg().Ruslan Ermilov2004-01-271-1/+4
* Use the new defines that include the trailing '\0' in the code.Hartmut Brandt2003-11-141-6/+7
* Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenArchie Cobbs2001-10-251-2/+2
* Add __FBSDID()s to libnetgraphMatthew Dillon2001-09-301-2/+3
* - Make sure the message token returned by NgSendMsg() is non-negativeArchie Cobbs2000-06-211-4/+11
* Fix buffer overflow bug in NgSendAsciiMsg().Archie Cobbs2000-06-021-1/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-2/+107
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+206