| Commit message (Expand) | Author | Age | Files | Lines |
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 1 | -1/+0 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+19 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -7/+22 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+1 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Merge head | sjg | 2014-04-27 | 3 | -8/+9 |
| |\ \ |
|
| * \ \ | sync from head | sjg | 2013-04-12 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 1 | -0/+3 |
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+16 |
* | | | | | | Some NetGraph debug polishing. | mav | 2015-02-06 | 1 | -7/+22 |
| |_|_|_|/
|/| | | | |
|
* | | | | | use .Mt to mark up email addresses consistently (part3) | bapt | 2014-06-23 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | make sure that rbuf is aligned by making a union w/ the structure we | jmg | 2014-01-07 | 1 | -4/+7 |
* | | | | Fix some misinformation in netgraph manual pages. | glebius | 2013-11-28 | 1 | -2/+2 |
* | | | | Remove ng_fec(4). | glebius | 2013-10-28 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | Fix for quite a special case when userland emulates a netgraph node, and | glebius | 2013-03-11 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix socket calls on error post-r243965. | kevlo | 2012-12-21 | 1 | -2/+2 |
|/ |
|
* | bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects | luigi | 2009-12-28 | 1 | -2/+0 |
* | this file is also affected by the ipfw changes | luigi | 2009-12-28 | 1 | -0/+2 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Replace select() by poll() to avoid problems with big | mav | 2007-05-14 | 2 | -6/+7 |
* | Include sys/socket.h to know about sa_family_t. | glebius | 2006-10-17 | 2 | -0/+2 |
* | In the splnet(9) times netgraph(4) was synchronous and if a message | glebius | 2006-01-12 | 1 | -0/+16 |
* | Recognize all current standard node types. | ru | 2005-10-25 | 1 | -4/+42 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Make this compile with GCC4 by fixing a few signedness related warnings. | mux | 2005-04-26 | 3 | -6/+7 |
* | When we have converted an ASCII message to binary, set its version in | glebius | 2005-02-04 | 1 | -0/+1 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -1/+1 |
* | Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it's | jmallett | 2004-07-04 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Increment WARNS. | ru | 2004-01-28 | 1 | -1/+1 |
* | - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), | ru | 2004-01-27 | 5 | -9/+109 |
* | mdoc(7) cleanup. | ru | 2004-01-27 | 1 | -39/+72 |
* | Fixed memory leak in NgSendAsciiMsg(). | ru | 2004-01-27 | 1 | -1/+4 |
* | Use the new defines that include the trailing '\0' in the code. | harti | 2003-11-14 | 4 | -21/+27 |
* | The .Fn function | charnier | 2003-06-08 | 1 | -18/+33 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token | archie | 2001-10-25 | 1 | -2/+2 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
* | Add __FBSDID()s to libnetgraph | dillon | 2001-09-30 | 3 | -6/+9 |
* | mdoc(7) police: markup nits. | ru | 2001-08-27 | 1 | -1/+2 |
* | Rename the DIAGNOSTICS section to RETURN VALUES and describe the | brian | 2001-08-24 | 1 | -4/+10 |
* | Explain what the return value from NgRecvMsg() and NgRecvData() means, | brian | 2001-08-24 | 1 | -0/+6 |