index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_tun.h
Age
Commit message (
Expand
)
Author
2012-01-28
Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet.
rmind
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2006-04-04
Change the number of TUN[GS]IFHEAD to avoid collision with if_pp.
rpaulo
2006-04-03
Implement TUN_IFHEAD, the missing piece that was breaking old applications.
rpaulo
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2003-09-21
cleanup & uniform descriptor owner handling:
jdolecek
2001-10-31
Turn the tun device/network interface into a cloning device.
atatat
2000-12-12
Adapt to bpfattach() changes, and further centralize the bpfattach()
thorpej
1998-03-18
PR #2736: wrap the softc in #ifdef _KERNEL so userland can include this
tv
1998-01-05
Fix imported RCS keyword slightly
perry
1996-06-25
A couple of emulation enhancements from der mouse's PR#2411:
pk
1994-06-29
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
cgd
1994-05-03
fixes from <brad@fcr.com> who claims it now works correctly
deraadt
1993-12-13
change MTU to 1500 bytes. Should be settable?
deraadt
1993-12-13
tunnel driver cleanup done by Brad Parker <brad@fcr.com> and myself
deraadt
1993-11-14
cleaned up version of the tunnel driver
deraadt