summaryrefslogtreecommitdiff
path: root/lib/libnetgraph/msg.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-05-10Atomically update the global gMsgId in libnetgraph.Mark Johnston
2013-03-11Fix for quite a special case when userland emulates a netgraph node, andGleb Smirnoff
2007-05-14Replace select() by poll() to avoid problems with bigAlexander Motin
2006-10-17Include sys/socket.h to know about sa_family_t.Gleb Smirnoff
2006-01-12In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff
2005-04-26Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion
2005-02-04When we have converted an ASCII message to binary, set its version inGleb Smirnoff
2004-01-27- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),Ruslan Ermilov
2004-01-27Fixed memory leak in NgSendAsciiMsg().Ruslan Ermilov
2003-11-14Use the new defines that include the trailing '\0' in the code.Hartmut Brandt
2001-10-25Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenArchie Cobbs
2001-09-30Add __FBSDID()s to libnetgraphMatthew Dillon
2000-06-21- Make sure the message token returned by NgSendMsg() is non-negativeArchie Cobbs
2000-06-02Fix buffer overflow bug in NgSendAsciiMsg().Archie Cobbs
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer