aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph
Commit message (Expand)AuthorAgeFilesLines
* make sure that rbuf is aligned by making a union w/ the structure weJohn-Mark Gurney2014-01-071-4/+7
* Fix some misinformation in netgraph manual pages.Gleb Smirnoff2013-11-281-2/+2
* Remove ng_fec(4).Gleb Smirnoff2013-10-281-2/+0
* Fix for quite a special case when userland emulates a netgraph node, andGleb Smirnoff2013-03-111-1/+1
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-2/+2
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsLuigi Rizzo2009-12-281-2/+0
* this file is also affected by the ipfw changesLuigi Rizzo2009-12-281-0/+2
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Replace select() by poll() to avoid problems with bigAlexander Motin2007-05-142-6/+7
* Include sys/socket.h to know about sa_family_t.Gleb Smirnoff2006-10-172-0/+2
* In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff2006-01-121-0/+16
* Recognize all current standard node types.Ruslan Ermilov2005-10-251-4/+42
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion2005-04-263-6/+7
* When we have converted an ASCII message to binary, set its version inGleb Smirnoff2005-02-041-0/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it'sJuli Mallett2004-07-041-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Increment WARNS.Ruslan Ermilov2004-01-281-1/+1
* - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),Ruslan Ermilov2004-01-275-9/+109
* mdoc(7) cleanup.Ruslan Ermilov2004-01-271-39/+72
* 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-144-21/+27
* The .Fn functionPhilippe Charnier2003-06-081-18/+33
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenArchie Cobbs2001-10-251-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Add __FBSDID()s to libnetgraphMatthew Dillon2001-09-303-6/+9
* mdoc(7) police: markup nits.Ruslan Ermilov2001-08-271-1/+2
* Rename the DIAGNOSTICS section to RETURN VALUES and describe theBrian Somers2001-08-241-4/+10
* Explain what the return value from NgRecvMsg() and NgRecvData() means,Brian Somers2001-08-241-0/+6
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Set WARNS=2 on libraries that compile cleanly with it.Dima Dorfman2001-07-151-2/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-3/+3
* Correct cross-references:Maxim Sobolev2001-06-051-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* - Make sure the message token returned by NgSendMsg() is non-negativeArchie Cobbs2000-06-213-4/+28
* Fix buffer overflow bug in NgSendAsciiMsg().Archie Cobbs2000-06-021-1/+1
* Move netgraph node type man pages from section 8 to section 4.Archie Cobbs2000-05-041-3/+3
* Fix a bug handling the debug level when displaying control messagesArchie Cobbs2000-04-281-9/+15
* Introduce .Lb macro to netgraph library manpageAlexey Zelkin2000-04-221-0/+2
* Have NgMkSockNode() load the socket node type KLD if it's notArchie Cobbs2000-01-283-2/+24
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Remove -g compiler flag.Marcel Moolenaar2000-01-031-1/+1