summaryrefslogtreecommitdiff
path: root/lib/libnetgraph/sock.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
2014-01-07make sure that rbuf is aligned by making a union w/ the structure weJohn-Mark Gurney
2012-12-21Fix socket calls on error post-r243965.Kevin Lo
2006-10-17Include sys/socket.h to know about sa_family_t.Gleb Smirnoff
2005-04-26Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion
2004-09-22Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder
2004-01-27- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),Ruslan Ermilov
2003-11-14Use the new defines that include the trailing '\0' in the code.Hartmut Brandt
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2001-09-30Add __FBSDID()s to libnetgraphMatthew Dillon
2000-01-28Have NgMkSockNode() load the socket node type KLD if it's notArchie Cobbs
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer