Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 10 02:20:11 UTC 2016

Modified Files:
        src/sys/modules: Makefile
Added Files:
        src/sys/modules/tun: Makefile
        src/sys/net: tun.c

Log Message:
Add a dummy "tun" module, whose only job is to trigger an autoload of
required module "if_tun".  This allows access to /dev/tunN to autload
the require interface module.

XXX There's might be a better place/name for net/tun.c


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/tun/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/net/tun.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