aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph/sock.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* make sure that rbuf is aligned by making a union w/ the structure weJohn-Mark Gurney2014-01-071-4/+7
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-2/+2
* Include sys/socket.h to know about sa_family_t.Gleb Smirnoff2006-10-171-0/+1
* Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion2005-04-261-1/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),Ruslan Ermilov2004-01-271-0/+18
* Use the new defines that include the trailing '\0' in the code.Hartmut Brandt2003-11-141-13/+13
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Add __FBSDID()s to libnetgraphMatthew Dillon2001-09-301-2/+3
* Have NgMkSockNode() load the socket node type KLD if it's notArchie Cobbs2000-01-281-1/+18
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+264