aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/fec
Commit message (Collapse)AuthorAgeFilesLines
* We already have ng_fec.4 manpage. And sys/modules is not a correctGleb Smirnoff2004-12-191-8/+0
| | | | | | | place for documentation. Notes: svn path=/head/; revision=139042
* MODULE_DEPEND is a C macro, not a make(1).Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124473
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-131-2/+0
| | | | Notes: svn path=/head/; revision=124472
* Make it work -current style.Julian Elischer2002-12-231-1/+1
| | | | Notes: svn path=/head/; revision=108241
* Finally get around to committing Bill Paul's FEC netgraph nodes.Julian Elischer2002-10-292-0/+19
These are really only partly netgraph nodes as they do not use the netgraph interfaces for many of the functions for which they could be used, however they represent important functionality. Submitted by: wpaul MFC after: 2 days Notes: svn path=/head/; revision=106159