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.c
Age
Commit message (
Expand
)
Author
1999-10-27
move nat_ifdetach() after interface is removed from the list; avalon@coombs.a...
Theo de Raadt
1999-08-08
typo
Niklas Hallqvist
1999-08-08
Support detaching of network interfaces. Still work to do in ipf, and
Niklas Hallqvist
1999-07-04
fix unsigned without a size-type
Theo de Raadt
1998-08-05
fix ifc_len == 0 hack for variable size structures.
Todd C. Miller
1998-08-04
Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size neede...
Todd C. Miller
1998-03-25
add SIOCGIFDATA; fetches ifdata structure attached to each interface
Theo de Raadt
1997-12-31
NULL is not 0
Michael Shalayeff
1997-07-11
argh. commited wrong file
Niels Provos
1997-07-11
put old esp/ah and new esp/ah in different files.
Niels Provos
1996-08-03
dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.edu
Theo de Raadt
1996-07-02
-Wall & -Wstrict-prototype fixes
Niklas Hallqvist
1996-06-29
provide if_attachhead(), and make if_loop use it
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-05-09
linux & svr4 support
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-14
From Lite2; only try to match a destination address on a point-to-point
Thorsten Lockert
1996-03-05
need some casts for clean compile
dm
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-02-04
Interface# 0's name was incorrectly generated
Niklas Hallqvist
1996-02-03
handle interface unit numbers up to 2G-1; skip if total name is too long
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt