index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_tap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-47
/
+47
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
NODEVFS cleanup: unifdef
phk
2003-01-30
1
-10
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Originally when DEVFS was added, a global variable "devfs_present"
phk
2003-01-19
1
-8
/
+9
*
network interface and link layer changes:
sam
2002-11-15
1
-25
/
+10
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-2
/
+2
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-2
/
+2
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
Redo the sigio locking.
alfred
2002-05-01
1
-1
/
+1
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-24
1
-6
/
+6
*
Remove __P.
alfred
2002-03-19
1
-6
/
+6
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
1
-12
/
+11
*
whitespace fixes.
jlemon
2001-12-14
1
-1
/
+1
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-11
/
+11
*
Add cloning support for the tap(4) device similar to that in the tun(4)
brooks
2001-09-05
1
-135
/
+218
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Pass the minor number rather than the unit number to make_dev()
brian
2001-02-02
1
-2
/
+2
*
DEVFS cloning for if_tap.
phk
2001-01-24
1
-5
/
+47
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Rename lminor() to dev2unit(). This function gives a linear unit number
phk
2000-09-19
1
-2
/
+2
*
Change to support vmware... SIOCSIFADDR on the character device
nsayer
2000-07-25
1
-6
/
+6
*
Sundry changes to debugging code.
nsayer
2000-07-24
1
-35
/
+74
*
Add the tap driver.
nsayer
2000-07-20
1
-0
/
+785