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
/
npx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-3
/
+9
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-20
/
+20
*
Fix abuses of cpu_critical_{enter,exit} by converting to
imp
2002-03-21
1
-12
/
+12
*
Remove __P.
alfred
2002-03-20
1
-21
/
+21
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-9
/
+3
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-3
/
+9
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
1
-1
/
+5
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-0
/
+3
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-8
/
+8
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-17
/
+17
*
MFi386:
bde
2001-10-21
1
-0
/
+2
*
MFpc98: fundamental differences. The magic numbers for the i/o port
bde
2001-10-21
1
-0
/
+17
*
MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.
bde
2001-10-21
1
-0
/
+9
*
Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().
bde
2001-10-16
1
-127
/
+49
*
Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't
bde
2001-10-16
1
-13
/
+8
*
Explicitly initialize the fpu when SSE is enabled since this no
tegge
2001-10-15
1
-0
/
+5
*
Whitespace fixes.
jhb
2001-09-18
1
-3
/
+3
*
s/thread'/thread's/
imp
2001-09-14
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-42
/
+43
*
Add ACPI attachments.
msmith
2001-08-30
1
-1
/
+2
*
Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn't
peter
2001-08-23
1
-6
/
+15
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-1
/
+1
*
MASK_FPU_SW didn't do what it was expected to do.
peter
2001-07-26
1
-7
/
+1
*
The per-cpu temporary buffers are not needed since the pcb_save areas have
tegge
2001-07-17
1
-14
/
+5
*
Use PCPU_GET(cpuid) instead of curproc->p_oncpu.
tegge
2001-07-16
1
-9
/
+9
*
Fix another missed pcb_savefpu reference (inside NPX_DEBUG)
peter
2001-07-12
1
-2
/
+2
*
Activate SSE/SIMD. This is the extra context switching support that
peter
2001-07-12
1
-11
/
+82
*
Fix warnings:
peter
2001-06-15
1
-3
/
+3
*
Convert npx interrupts into traps instead of vice versa. This is much
bde
2001-05-22
1
-75
/
+81
*
Throw away the complications in npxsave() and their infrastructure.
bde
2001-05-20
1
-53
/
+23
*
Use a critical region to protect almost everything in npxinit().
bde
2001-05-20
1
-0
/
+6
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Fixed panics in npx exception handling. When using IRQ13 exception
bde
2001-05-02
1
-7
/
+18
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+4
*
People are still having problems with i586_* on UP machines and SMP
jhb
2001-04-13
1
-1
/
+1
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-16
/
+13
*
Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead
des
2001-03-19
1
-3
/
+3
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Implement preemptive scheduling of hardware interrupt threads.
jake
2001-02-01
1
-0
/
+5
*
- Make npx_intr INTR_MPSAFE and move acquiring Giant into the
jake
2001-01-20
1
-1
/
+5
*
Add in a space that got lost in the previous commit in some debugging code
jhb
2001-01-19
1
-1
/
+1
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-17
/
+17
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-5
/
+13
*
Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPX
msmith
2000-06-23
1
-1
/
+5
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
1
-1
/
+1
*
Add a little do-nothing ``slopsucker'' device which gives a home
wollman
2000-05-04
1
-0
/
+44
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-5
/
+0
[next]