aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph
Commit message (Expand)AuthorAgeFilesLines
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-221-2/+0
* Fix SYNPOSIS section to point to the proper include directive.Benedict Reuschling2020-05-151-2/+2
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* Atomically update the global gMsgId in libnetgraph.Mark Johnston2019-05-101-7/+4
* s/NgSendMsgReply/NgSendReplyMsg/ in man to match the code.Alexander Motin2017-11-082-4/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-7/+22
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-273-8/+9
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-2/+2
| |\ \ \ \
| * | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | | | | | Some NetGraph debug polishing.Alexander Motin2015-02-061-7/+22
| |_|_|_|/ |/| | | |
* | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| |_|_|/ |/| | |
* | | | 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