.. |
apic_vector.s
|
INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)
|
2000-06-06 15:28:00 +00:00 |
atomic.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
autoconf.c
|
Don't include <isa/isavar.h> or compile code depending on it when isa
|
1999-12-26 16:21:19 +00:00 |
bios.c
|
Don't include opt_smp.h - we don't use anything defined in it.
|
2000-06-10 22:59:50 +00:00 |
bioscall.s
|
AT&T asm syntax requires a leading '*' in front of the operand for
|
2000-05-22 17:02:53 +00:00 |
busdma_machdep.c
|
Back out the previous change to the queue(3) interface.
|
2000-05-26 02:09:24 +00:00 |
db_disasm.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
db_interface.c
|
Do not specify the size to move. Allow the assembler to figure it out.
|
2000-05-10 01:06:39 +00:00 |
db_trace.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
elf_machdep.c
|
Change incorrect NULLs to 0s
|
1999-12-21 11:14:12 +00:00 |
exception.s
|
1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit
|
2000-05-10 01:24:23 +00:00 |
genassym.c
|
Separate the struct bio related stuff out of <sys/buf.h> into
|
2000-05-05 09:59:14 +00:00 |
globals.s
|
Commit major SMP cleanups and move the BGL (big giant lock) in the
|
2000-03-28 07:16:37 +00:00 |
i386-gdbstub.c
|
Correct previous commit: solve the "stopped clock" syndrome in remote
|
2000-05-18 02:29:23 +00:00 |
i686_mem.c
|
Enable MTRR support for K7 (Athlon) processors, which happens to have the
|
1999-10-12 22:53:05 +00:00 |
identcpu.c
|
Recognize Coppermine Celeron processors whose CPU ID = 0x68?. They
|
2000-06-13 12:33:45 +00:00 |
in_cksum.c
|
Fix checksum calculations. This should fix the network problems
|
2000-05-07 16:41:15 +00:00 |
initcpu.c
|
Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support
|
2000-06-13 09:10:37 +00:00 |
k6_mem.c
|
Remove 42 unneeded #include <sys/ioccom.h>.
|
2000-05-03 07:31:38 +00:00 |
legacy.c
|
- PC-98 uses IRQ2 too.
|
2000-04-22 15:19:22 +00:00 |
locore.s
|
Always include the full symbol table (as specified by its start and
|
2000-06-08 17:53:43 +00:00 |
machdep.c
|
Unused include: #include "ether.h"
|
2000-06-10 07:13:26 +00:00 |
math_emu.h
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
math_emulate.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
mem.c
|
pmap_enter() masked off the page offset bits, pmap_kenter() did not.
|
2000-05-24 14:22:22 +00:00 |
mp_clock.c
|
Isolate the Timecounter internals in their own two files.
|
2000-03-20 14:09:06 +00:00 |
mp_machdep.c
|
Further fixes for multiple-IO-APIC systems from Tor Egge:
|
2000-05-31 21:37:28 +00:00 |
mpapic.c
|
Further fixes for multiple-IO-APIC systems from Tor Egge:
|
2000-05-31 21:37:28 +00:00 |
mpboot.s
|
- Remove unnecessary 'data32' and 'addr32' prefixes and #define's.
|
2000-05-27 06:25:35 +00:00 |
mplock.s
|
Remove synchronizing instruction in MP unlock code. It turns out
|
2000-04-26 21:16:54 +00:00 |
mptable.c
|
Further fixes for multiple-IO-APIC systems from Tor Egge:
|
2000-05-31 21:37:28 +00:00 |
nexus.c
|
- PC-98 uses IRQ2 too.
|
2000-04-22 15:19:22 +00:00 |
perfmon.c
|
Remove five now unused fields from struct cdevsw. They should never
|
1999-09-25 18:24:47 +00:00 |
pmap.c
|
This is a cleanup patch to Peter's new OBJT_PHYS VM object type
|
2000-05-29 22:40:54 +00:00 |
procfs_machdep.c
|
Zap unneeded #includes
|
1999-10-11 14:50:03 +00:00 |
simplelock.s
|
Commit major SMP cleanups and move the BGL (big giant lock) in the
|
2000-03-28 07:16:37 +00:00 |
support.s
|
1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit
|
2000-05-10 01:24:23 +00:00 |
swtch.s
|
Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.
|
2000-05-11 02:32:36 +00:00 |
symbols.raw
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
sys_machdep.c
|
Commit major SMP cleanups and move the BGL (big giant lock) in the
|
2000-03-28 07:16:37 +00:00 |
trap.c
|
Commit major SMP cleanups and move the BGL (big giant lock) in the
|
2000-03-28 07:16:37 +00:00 |
tsc.c
|
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
|
2000-05-31 13:32:28 +00:00 |
userconfig.c
|
Unused include: #include "scbus.h"
|
2000-06-10 07:14:10 +00:00 |
vm86.c
|
useracc() the prequel:
|
1999-10-29 18:09:36 +00:00 |
vm86bios.s
|
The SMP cleanup commit broke need_resched, this fixes that and also
|
2000-03-29 06:15:43 +00:00 |
vm_machdep.c
|
Add option BROKEN_KEYBOARD_RESET to an opt_*.h file
|
2000-06-10 02:05:57 +00:00 |