aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/etf
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Don't compile with -g by default; there's a better way to build modules withRuslan Ermilov2003-11-101-2/+0
| | | | | | | debug support. Notes: svn path=/head/; revision=122414
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* A node that allows ethernet type packets to be filtered to differentJulian Elischer2001-10-301-0/+10
hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001. Notes: svn path=/head/; revision=85722