index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
atpic_vector.s
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ICU_* defines into icu.h.
nyan
2002-04-06
1
-12
/
+0
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
1
-2
/
+2
*
Tab-out the backslashes in icu_vector.s to make it more readable and to
dillon
2002-03-27
1
-122
/
+122
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-57
/
+164
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-202
/
+98
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-98
/
+202
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-0
/
+2
*
Remove the Xresume* labels from the i386 interrupt handlers; the
iedowse
2001-10-09
1
-1
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Don't enable interrupts before calling sched_ithd for threaded interrupts.
jhb
2001-03-05
1
-1
/
+0
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
1
-10
/
+10
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
1
-2
/
+6
*
Use %fs to access per-cpu variables in uni-processor kernels the same
jake
2001-01-06
1
-0
/
+2
*
Introduce a new potientially cleaner interface for accessing per-cpu
jake
2000-12-13
1
-2
/
+2
*
Cleanup some leftover lint from the old interrupt system.
peter
2000-12-04
1
-31
/
+0
*
Change doreti to take a trapframe instead of an intrframe.
jake
2000-12-01
1
-2
/
+2
*
- Change fast interrupts on x86 to push a full interrupt frame and to
jhb
2000-10-06
1
-39
/
+9
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-13
/
+0
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-43
/
+49
*
Pack the SWI bits to save some time and space.
bde
2000-05-31
1
-6
/
+2
*
Add SWI_TQ_MASK to imask definition.
dfr
2000-05-29
1
-1
/
+1
*
1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit
obrien
2000-05-10
1
-9
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending
bde
1999-07-10
1
-3
/
+3
*
Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.
bde
1999-05-28
1
-18
/
+20
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
1
-5
/
+10
*
Generate intrnames[] dynamically. This should be new-bus friendly.
bde
1999-04-14
1
-34
/
+1
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
1
-2
/
+2
*
Implemented dynamic registration of software interrupt handlers. Not
bde
1998-08-11
1
-6
/
+5
*
Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.
gibbs
1998-01-15
1
-3
/
+3
*
Fix a serious bug I introduced while adding in support for CAM interrupts.
gibbs
1997-09-28
1
-5
/
+7
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-4
/
+6
*
Change an assemble-time divide into a shift. Under binutils-2.8 gas in elf
peter
1997-09-08
1
-2
/
+2
*
Removed the defunct GET_MPLOCK/REL_MPLOCK macros.
fsmp
1997-07-24
1
-5
/
+1
*
The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to the
peter
1997-05-31
1
-3
/
+5
*
Split vector.s into UP and SMP specific files:
fsmp
1997-05-26
1
-0
/
+249