summaryrefslogtreecommitdiff
path: root/lib/libnetgraph/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* MFC msg.c rev 1.13, 1.14; internal.h rev 1.5Alexander Motin2007-08-031-5/+7
* Partial MFC of NGM_HASREPLY flag. The flag is introduced, but messageGleb Smirnoff2006-01-211-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