Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: pgoyette
Date: Sun Mar 24 11:20:26 UTC 2019
Modified Files:
src/distrib/sets/lists/modules: mi
src/sys/modules: Makefile
Added Files:
src/sys/modules/if_tap: Makefile tap.ioconf
src/sys/modules/tap: Makefile tap.c
Log Message:
Add a loadable module for tap(4).
The code was already modularized, we simply didn't build the loadable
module.
Note also that since the tap(4) device can be reasonably accessed by
either creating a device instance (using ifconfig(8)) or by opening
/dev/tap, we need to create both if_tap.kmod and tap.kmod (similar to
what is done with tun(4)).
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.219 -r1.220 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/if_tap/Makefile \
src/sys/modules/if_tap/tap.ioconf
cvs rdiff -u -r0 -r1.1 src/sys/modules/tap/Makefile src/sys/modules/tap/tap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index