summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph
Commit message (Expand)AuthorAgeFilesLines
* MFC r278311: Some NetGraph debug polishing.mav2015-02-201-7/+22
* Merge r258702: Fix some misinformation in netgraph manual pages.glebius2014-01-221-2/+2
* Fix for quite a special case when userland emulates a netgraph node, andglebius2013-03-111-1/+1
* Fix socket calls on error post-r243965.kevlo2012-12-211-2/+2
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-281-2/+0
* this file is also affected by the ipfw changesluigi2009-12-281-0/+2
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Replace select() by poll() to avoid problems with bigmav2007-05-142-6/+7
* Include sys/socket.h to know about sa_family_t.glebius2006-10-172-0/+2
* In the splnet(9) times netgraph(4) was synchronous and if a messageglebius2006-01-121-0/+16
* Recognize all current standard node types.ru2005-10-251-4/+42
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Make this compile with GCC4 by fixing a few signedness related warnings.mux2005-04-263-6/+7
* When we have converted an ASCII message to binary, set its version inglebius2005-02-041-0/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it'sjmallett2004-07-041-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Increment WARNS.ru2004-01-281-1/+1
* - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),ru2004-01-275-9/+109
* mdoc(7) cleanup.ru2004-01-271-39/+72
* Fixed memory leak in NgSendAsciiMsg().ru2004-01-271-1/+4
* Use the new defines that include the trailing '\0' in the code.harti2003-11-144-21/+27
* The .Fn functioncharnier2003-06-081-18/+33
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* english(4) police.schweikh2002-12-271-1/+1
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenarchie2001-10-251-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
* Add __FBSDID()s to libnetgraphdillon2001-09-303-6/+9
* mdoc(7) police: markup nits.ru2001-08-271-1/+2
* Rename the DIAGNOSTICS section to RETURN VALUES and describe thebrian2001-08-241-4/+10
* Explain what the return value from NgRecvMsg() and NgRecvData() means,brian2001-08-241-0/+6
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-2/+2
* Remove whitespace at EOL.dd2001-07-151-2/+2
* Set WARNS=2 on libraries that compile cleanly with it.dd2001-07-151-2/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-3/+3
* Correct cross-references:sobomax2001-06-051-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* - Make sure the message token returned by NgSendMsg() is non-negativearchie2000-06-213-4/+28
* Fix buffer overflow bug in NgSendAsciiMsg().archie2000-06-021-1/+1
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-3/+3
* Fix a bug handling the debug level when displaying control messagesarchie2000-04-281-9/+15
* Introduce .Lb macro to netgraph library manpagephantom2000-04-221-0/+2
* Have NgMkSockNode() load the socket node type KLD if it's notarchie2000-01-283-2/+24
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Remove -g compiler flag.marcel2000-01-031-1/+1
* Manual page style work.julian1999-12-211-16/+37
OpenPOWER on IntegriCloud