aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_tap.c
Commit message (Expand)AuthorAgeFilesLines
* Replace (deprecated ?) FREE() macro with direct calls to free()Luigi Rizzo2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-6/+6
* Remove __P.Alfred Perlstein2002-03-191-6/+6
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-12/+11
* whitespace fixes.Jonathan Lemon2001-12-141-1/+1
* Use the passed in thread to selrecord() instead of curthread.John Baldwin2001-09-211-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-11/+11
* Add cloning support for the tap(4) device similar to that in the tun(4)Brooks Davis2001-09-051-135/+218
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Pass the minor number rather than the unit number to make_dev()Brian Somers2001-02-021-2/+2
* DEVFS cloning for if_tap.Poul-Henning Kamp2001-01-241-5/+47
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Rename lminor() to dev2unit(). This function gives a linear unit numberPoul-Henning Kamp2000-09-191-2/+2
* Change to support vmware... SIOCSIFADDR on the character deviceNick Sayer2000-07-251-6/+6
* Sundry changes to debugging code.Nick Sayer2000-07-241-35/+74
* Add the tap driver.Nick Sayer2000-07-201-0/+785