summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tap.c
Commit message (Expand)AuthorAgeFilesLines
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-10/+10
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Correct a bug introduced with the recent clone API chang: when the clonerwatson2004-03-181-0/+1
* sAdd a comment indicating why there continues to be a race condition inrwatson2004-03-181-5/+14
* Add tap_mtx to tap_softc in order to protect per-softc variablesrwatson2004-03-171-2/+39
* Lock down global variables in if_tap (primarily, the tap softc list);rwatson2004-03-151-3/+28
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-111-0/+1
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcephk2004-03-101-10/+8
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-241-2/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 2/6:phk2004-02-211-129/+35
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-37/+34
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-47/+47
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* NODEVFS cleanup: unifdefphk2003-01-301-10/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-8/+9
* network interface and link layer changes:sam2002-11-151-25/+10
* Be consistent about functions being static.phk2002-10-161-1/+1
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-2/+2
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+2
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* Redo the sigio locking.alfred2002-05-011-1/+1
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-6/+6
* Remove __P.alfred2002-03-191-6/+6
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-12/+11
* whitespace fixes.jlemon2001-12-141-1/+1
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* KSE Milestone 2julian2001-09-121-11/+11
* 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