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
/
i386
/
isa
/
icu.s
Age
Commit message (
Expand
)
Author
2010-12-21
Convert netisr to a normal soft interrupt instead of hanving MD code
Claudio Jeker
2010-05-09
Make i386 use a pointer to the trap frame like everybody else instead of
Mark Kettenis
2008-05-21
Switch i386 from pccom to com. Welcomed by many.
Mark Kettenis
2008-05-07
Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS
Mark Kettenis
2008-04-26
Remove softast; it's no longer used.
Mark Kettenis
2008-04-25
Make ipending per-cpu. Should fix PR 5788.
Mark Kettenis
2007-05-25
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Kenneth R Westerback
2007-04-12
Faster signal delivery on i386/MP.
Artur Grabowski
2005-12-13
Prevent recursive interrupts. Solves kernel stack overflow on i386 under
Aaron Campbell
2005-01-07
Fix profiled kernel builds on i386 by moving splraise/splx code into macros
Christopher Pascoe
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2003-11-06
move netisr definition into md code to allow arch provide suitable allocation...
Michael Shalayeff
2003-04-17
i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.
Dale Rahn
2001-12-04
New try at a level based irq system.
Niklas Hallqvist
2001-11-18
Revert niklas's broken ICU interrupt handling changes; deraadt@ ok
Aaron Campbell
2001-11-12
Redo the ICU interrupt handling system to better emulate an APIC system.
Niklas Hallqvist
2001-11-08
veli tpyo stolen fmor nkilsa
Michael Shalayeff
2001-09-21
use _C_LABEL for c labels consistantly throghout the source
Michael Shalayeff
2000-11-08
Use netisr_dispatch.h
Artur Grabowski
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-05-24
Only do basic work in the ethernet interrupt context, and queue packets to
Jason Wright
1999-01-07
global decl for *intr() routines, plus add INET6
Theo de Raadt
1997-07-23
Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.
denny
1996-08-16
someone send me an i386 assembler book
Theo de Raadt
1996-08-16
spin processing ast events before going back to userland; my fix
Theo de Raadt
1996-07-28
pccom and com are now mutually exclusive; pccom moves to major 8, the
Jason Downs
1996-07-07
Integrate the i386 specific com driver from Onno van der Linden,
Jason Downs
1996-06-30
add natm intr.
chuck
1996-04-30
add IPX support.
Michael Shalayeff
1996-01-08
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt