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
Commit message (
Expand
)
Author
Age
Files
Lines
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-7
/
+5
*
Move wl driver to dev/wl. Repo copied to dev/wl, the old copies
imp
2001-07-02
2
-2781
/
+0
*
Repo copy i82586.h to dev/ic/i82586.h.
imp
2001-07-02
1
-332
/
+0
*
Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges
imp
2001-06-30
3
-14
/
+2
*
Remove file that hasn't been used since ze/zp.
imp
2001-06-29
1
-191
/
+0
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
2
-4
/
+4
*
Don't assume that resource type is ioport and rid equal 0.
nyan
2001-06-17
1
-5
/
+6
*
Fix warnings:
peter
2001-06-15
1
-48
/
+48
*
Fix warnings:
peter
2001-06-15
1
-3
/
+3
*
Removed unused files.
nyan
2001-06-14
2
-319
/
+0
*
Correct typo.
nyan
2001-06-14
2
-5
/
+5
*
Moved the wd33c93 specific file to sys/dev/ic.
nyan
2001-06-14
2
-158
/
+1
*
Hints overhaul:
peter
2001-06-12
1
-1
/
+7
*
Move the files from i386/isa/ic/ to dev/ic/.
nyan
2001-06-10
4
-366
/
+0
*
PR: i386/26347
hm
2001-06-05
1
-2
/
+3
*
Clean up the code exporting interrupt statistics via sysctl a bit:
tmm
2001-06-01
4
-4
/
+2
*
lock vm while playing with pmap
alfred
2001-05-23
1
-0
/
+9
*
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
*
- Axe the IMEN_BITS and APIC_IMEN_BITS constants.
jhb
2001-05-17
1
-4
/
+3
*
"Sir, the deorbit burn completed succesfully."
jhb
2001-05-15
2
-69
/
+0
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
6
-7
/
+0
*
Move the definition of HWI_MASK to the i386/isa/icu.h header right next to
jhb
2001-05-15
1
-0
/
+2
*
- Use ICU_LEN rather than NHWI for the size of the array of ithreads.
jhb
2001-05-15
1
-2
/
+1
*
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
6
-28
/
+38
*
Add in a missing call to forward_hardclock() in the SMP case.
jhb
2001-04-28
1
-0
/
+3
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
3
-116
/
+60
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-8
/
+22
*
People are still having problems with i586_* on UP machines and SMP
jhb
2001-04-13
1
-1
/
+1
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
2
-9
/
+0
*
Typo fix. s/criticale_t/critical_t/
peter
2001-03-28
1
-1
/
+1
*
Catch up to header include changes:
jhb
2001-03-28
1
-3
/
+1
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
2
-115
/
+91
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
22
-27
/
+1
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
4
-6
/
+6
*
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
3
-6
/
+26
*
Don't enable interrupts before calling sched_ithd for threaded interrupts.
jhb
2001-03-05
3
-3
/
+0
*
In ascpoll, return revents, not 0.
jlemon
2001-03-01
1
-1
/
+1
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
7
-97
/
+97
*
Remove undefined and unreferenced doreti_syscall_ret globl. While I'm
jhb
2001-02-23
1
-3
/
+1
*
- Change ast() to take a pointer to a trapframe like other architectures.
jhb
2001-02-22
1
-0
/
+2
*
- Add a new ithread_schedule() function to do the bulk of the work of
jhb
2001-02-20
1
-52
/
+7
*
Removed all traces of T_ASTFLT (except for gaps where it was). It became
bde
2001-02-19
1
-1
/
+0
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
1
-6
/
+1
*
Allow the superuser to prefent all interrupt harvesting on
markm
2001-02-18
1
-1
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
7
-14
/
+21
*
RIP <machine/lock.h>.
markm
2001-02-11
4
-10
/
+21
[next]