summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tap.c
Commit message (Expand)AuthorAgeFilesLines
* Add cloning support for the tap(4) device similar to that in the tun(4)brooks2001-09-051-135/+218
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Pass the minor number rather than the unit number to make_dev()brian2001-02-021-2/+2
* DEVFS cloning for if_tap.phk2001-01-241-5/+47
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-191-2/+2
* Change to support vmware... SIOCSIFADDR on the character devicensayer2000-07-251-6/+6
* Sundry changes to debugging code.nsayer2000-07-241-35/+74
* Add the tap driver.nsayer2000-07-201-0/+785
OpenPOWER on IntegriCloud