summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for quite a special case when userland emulates a netgraph node, andglebius2013-03-111-1/+1
* Replace select() by poll() to avoid problems with bigmav2007-05-141-5/+6
* Include sys/socket.h to know about sa_family_t.glebius2006-10-171-0/+1
* In the splnet(9) times netgraph(4) was synchronous and if a messageglebius2006-01-121-0/+16
* Make this compile with GCC4 by fixing a few signedness related warnings.mux2005-04-261-4/+5
* When we have converted an ASCII message to binary, set its version inglebius2005-02-041-0/+1
* - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),ru2004-01-271-8/+45
* Fixed memory leak in NgSendAsciiMsg().ru2004-01-271-1/+4
* Use the new defines that include the trailing '\0' in the code.harti2003-11-141-6/+7
* Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenarchie2001-10-251-2/+2
* Add __FBSDID()s to libnetgraphdillon2001-09-301-2/+3
* - Make sure the message token returned by NgSendMsg() is non-negativearchie2000-06-211-4/+11
* Fix buffer overflow bug in NgSendAsciiMsg().archie2000-06-021-1/+1
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-2/+107
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+206
OpenPOWER on IntegriCloud