index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_arcsubr.c
Age
Commit message (
Expand
)
Author
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-06-21
Don't use time for random starting value... "love it" deraadt@
Thorsten Lockert
2004-04-17
add a congestion indicator to if_queue. It is set when the input queue
Henning Brauer
2003-12-12
small compiler warning cleanup (#error instead of bailing out)
Hans-Joerg Hoexer
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-08-18
prevent looutput() feedback of broadcast/multicast packets if they are
Daniel Hartmeier
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-09-15
Make compile with -Werror (unused vars warnings)
Niklas Hallqvist
2002-09-11
KNF - return is not a function.
Jun-ichiro itojun Hagino
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
sync with KAME
Kenjiro Cho
2001-12-09
Use queue.h TAILQ macros instead of accessing members directly.
Jason Wright
2001-06-15
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
Jun-ichiro itojun Hagino
2001-05-11
Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok
Aaron Campbell
1997-02-24
OpenBSD tags + some prototyping police
Niklas Hallqvist
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1995-12-27
miscellanous if_arcsubr.c cleanup and optimizations; from is@beverly.rhein.de...
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt