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
/
ithread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add a new ithread_schedule() function to do the bulk of the work of
jhb
2001-02-20
1
-52
/
+7
*
Allow the superuser to prefent all interrupt harvesting on
markm
2001-02-18
1
-1
/
+1
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-3
/
+0
*
Re-enable preemption on interrupts. My last commit accidentally reverted
jhb
2001-02-10
1
-1
/
+8
*
Use the MI ithread helper functions in the x86 interrupt code.
jhb
2001-02-09
1
-90
/
+21
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-7
/
+7
*
Implement preemptive scheduling of hardware interrupt threads.
jake
2001-02-01
1
-2
/
+6
*
Cleanup some leftover lint from the old interrupt system.
peter
2000-12-04
1
-26
/
+2
*
Assert that Giant is not owned during the main loop of ithd_loop().
jhb
2000-11-15
1
-0
/
+1
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-7
/
+7
*
Actually harvest interrupt threads when the last handler is removed from a
jhb
2000-10-20
1
-2
/
+15
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-158
/
+8
*
- Add a new process flag P_NOLOAD that marks a process that should be
jhb
2000-09-15
1
-0
/
+1
*
Check to see if we actually have an interrupt descriptor and an interrupt
jhb
2000-09-15
1
-0
/
+21
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-8
/
+8
*
Don't panic for delivery of a multiplexed SWI. Most SWI handlers
bde
2000-09-12
1
-1
/
+4
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+353