Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Netgraph to use mbuf tags to pass its meta information around. | julian | 2004-06-25 | 1 | -1/+10 |
| | | | | | | | | Thanks to Sam for importing tags in a way that allowed this to be done. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Also allow the sr and ar drivers to create netgraph versions of their modules. Document the change to the ksocket node. | ||||
* | Zap some bad examples: | peter | 2001-02-04 | 1 | -3/+0 |
| | | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us. | ||||
* | Make klds for the ar and sr devices and hook them up. | jhay | 2001-01-30 | 1 | -0/+11 |
The normal versions are called if_ar.ko and if_sr.ko and the netgraph versions ng_sync_ar.ko and ng_sync_sr.ko. |