summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-161-0/+2
| | | | | | without hacking source. In collaboration with: ru, julian
* Don't export symbols, all netgraph modules appear to haveru2005-02-121-3/+0
| | | | | | proper module dependencies. While here, removed stray -Wall from CFLAGS.
* Turn on unconditional symbol export for modules whose API ismsmith2002-01-111-0/+2
| | | | | not clear enough, will require additional analysis, or will require some input from their maintainers.
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-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
OpenPOWER on IntegriCloud