aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offGleb Smirnoff2005-05-161-0/+2
| | | | | | | | | without hacking source. In collaboration with: ru, julian Notes: svn path=/head/; revision=146259
* Don't export symbols, all netgraph modules appear to haveRuslan Ermilov2005-02-121-3/+0
| | | | | | | | | proper module dependencies. While here, removed stray -Wall from CFLAGS. Notes: svn path=/head/; revision=141725
* Turn on unconditional symbol export for modules whose API isMike Smith2002-01-111-0/+2
| | | | | | | | not clear enough, will require additional analysis, or will require some input from their maintainers. Notes: svn path=/head/; revision=89245
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+7
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419