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
/
arch
/
sparc
/
dev
/
if_ie.c
Age
Commit message (
Expand
)
Author
2005-03-23
Move wzero() and wcopy() from machdep.c to where they are really used.
Miod Vallat
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-09-29
Switch sparc to evcount; ok deraadt@
Miod Vallat
2003-11-14
the the; rohee@
Miod Vallat
2003-02-03
pad tx buffer out to minimum framelength; based on NetBSD
Jason Wright
2002-11-10
Use appropriate VM_MAP constants rather than hardcoded values in
Miod Vallat
2002-04-30
Fix an ancient problem in how sparc interrupts are handled.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-11-29
oops
Artur Grabowski
2001-11-28
zap some typedefs.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-07-25
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-06-23
More constants cleaning.
Federico G. Schwindt
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-05-10
UVM is no longer optional on sparc.
Artur Grabowski
2001-03-24
Convert to new timeout API. art@ ok.
Hakan Olsson
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
1999-09-06
unbreak things after the pmap_enter change
Artur Grabowski
1999-07-09
vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t
Artur Grabowski
1999-04-22
UVM fixes. vm_map_create -> uvm_map_create and kmem_alloc -> uvm_km_alloc
Artur Grabowski
1999-03-01
add checks for if_bridge (in addition to if_bpf)
Jason Wright
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1997-08-08
Mostly sync to NetBSD-current 970804.
Jason Downs
1996-08-11
netbsd port, now we merge our changes back in
Theo de Raadt
1996-05-05
add general ether_ioctl call in net/if_ethersubr.c,
Michael Shalayeff
1995-12-27
from netbsd:
Theo de Raadt
1995-12-15
new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply
Theo de Raadt
1995-10-18
add interrupt counter; not available on VME32
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt