Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Add tap_mtx to tap_softc in order to protect per-softc variables | rwatson | 2004-03-17 | 1 | -0/+5 |
* | Remove stale (unused) unit variables from if_tun and if_tap softc's. | rwatson | 2004-03-13 | 1 | -2/+0 |
* | Device megapatch 2/6: | phk | 2004-02-21 | 1 | -0/+1 |
* | Add cloning support for the tap(4) device similar to that in the tun(4) | brooks | 2001-09-05 | 1 | -1/+3 |
* | Change to support vmware... SIOCSIFADDR on the character device | nsayer | 2000-07-25 | 1 | -0/+2 |
* | Sundry changes to debugging code. | nsayer | 2000-07-24 | 1 | -0/+1 |
* | Add the tap driver. | nsayer | 2000-07-20 | 1 | -0/+61 |