.. |
apic_vector.s
|
Mask the interrupt before setting the corresponding bit in ipending if
|
1998-04-22 22:49:29 +00:00 |
autoconf.c
|
Add dump support to the DEVFS/slice code.
|
1998-05-06 22:14:48 +00:00 |
bios.c
|
Staticize.
|
1998-02-09 06:11:36 +00:00 |
bioscall.s
|
Support functions for working with x86 PC-architecture BIOS.
|
1997-08-01 06:07:13 +00:00 |
busdma_machdep.c
|
Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.
|
1998-05-06 01:45:55 +00:00 |
cons.c
|
Moved some #includes from <sys/param.h> nearer to where they are actually
|
1998-03-28 10:33:27 +00:00 |
cons.h
|
Some staticized variables were still declared to be extern.
|
1997-07-01 00:54:37 +00:00 |
db_disasm.c
|
Removed a wrong comment of mine.
|
1997-04-01 16:22:31 +00:00 |
db_interface.c
|
Fixed write enabling of the kernel text section. The overlap
|
1997-11-20 18:09:36 +00:00 |
db_trace.c
|
Fixed wrong limits for the kernel text in db_numargs(). The
|
1997-11-20 18:24:52 +00:00 |
exception.s
|
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
|
1998-04-17 22:37:19 +00:00 |
genassym.c
|
Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_tr
|
1998-04-06 18:59:15 +00:00 |
gensetdefs.c
|
This commit affects ELF kernels only.
|
1997-05-21 23:21:30 +00:00 |
globals.s
|
Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_tr
|
1998-04-06 18:59:15 +00:00 |
i386-gdbstub.c
|
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
|
1998-04-17 22:37:19 +00:00 |
identcpu.c
|
Add the PAT cpuid feature.
|
1998-04-26 03:18:38 +00:00 |
in_cksum.c
|
Support compiling with gcc -ansi'. Fix missing volatile's in __asm()
|
1998-04-15 17:26:17 +00:00 |
initcpu.c
|
Make FAILSAFE a new-style option.
|
1998-02-04 03:47:16 +00:00 |
locore.s
|
Rather than filling this file up with SMP .sets, use those from
|
1998-04-06 15:42:26 +00:00 |
machdep.c
|
clean up #ifdefs, define the variables that have to be per-cpu on SMP
|
1998-04-06 15:46:17 +00:00 |
math_emu.h
|
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
|
1997-02-22 09:48:43 +00:00 |
math_emulate.c
|
Oops, I removed one too many #include. <machine/frame.h> was previously
|
1997-07-20 11:00:32 +00:00 |
mem.c
|
Don't depend on "implicit int" or bloat the data section in the
|
1998-03-12 09:14:18 +00:00 |
mountroot.c
|
Oops forgot to include opt_bootp.h
|
1998-04-23 20:59:42 +00:00 |
mp_machdep.c
|
Attempt to set write combining mode for graphics devices.
|
1998-05-11 01:06:08 +00:00 |
mpapic.c
|
Disregard the values for polarity and trigger mode in the MP config table
|
1998-04-19 23:19:20 +00:00 |
mpboot.s
|
Convert the VM86 option from a global option to an option only depended
|
1997-10-10 09:44:12 +00:00 |
mplock.s
|
Another round of lock pushdown.
|
1997-08-30 08:08:10 +00:00 |
mptable.c
|
Attempt to set write combining mode for graphics devices.
|
1998-05-11 01:06:08 +00:00 |
perfmon.c
|
Fix a include gottcha in the SMP case.
|
1997-12-29 23:36:56 +00:00 |
pmap.c
|
Change some tests from CPU_CLASS686 to CPU_686 as appropriate, and
|
1998-05-11 08:11:57 +00:00 |
procfs_machdep.c
|
Removed unused #includes.
|
1997-07-20 08:37:24 +00:00 |
setdef0.c
|
This commit affects ELF kernels only.
|
1997-05-21 23:21:30 +00:00 |
setdef1.c
|
This commit affects ELF kernels only.
|
1997-05-21 23:21:30 +00:00 |
simplelock.s
|
Nondestructive attempts to get simple locks when SL_DEBUG is defined.
|
1998-01-19 17:33:08 +00:00 |
support.s
|
Support better performance with P6 architectures and in SMP
|
1998-05-11 02:13:47 +00:00 |
swapgeneric.c
|
Don't depend on "implicit int".
|
1998-02-20 13:37:40 +00:00 |
swtch.s
|
_curpcb is always defined in globals.s instead of here in #ifdefs
|
1998-04-06 15:44:31 +00:00 |
symbols.raw
|
Eradicate the variable "time" from the kernel, using various measures.
|
1998-03-30 09:56:58 +00:00 |
sys_machdep.c
|
Add the ability to make real-mode BIOS calls from the kernel. Currently,
|
1998-03-23 19:52:59 +00:00 |
trap.c
|
Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under
|
1998-04-28 18:15:08 +00:00 |
tsc.c
|
Remove some unneeded statements that enabled interrupts.
|
1998-04-05 01:04:48 +00:00 |
userconfig.c
|
Add bktr and pcm entries by popular request. Also use more canonical
|
1998-03-10 08:03:47 +00:00 |
vm86.c
|
Support compiling with `gcc -ansi'.
|
1998-04-15 17:47:40 +00:00 |
vm86bios.s
|
Fix a stupid bug where I was returning the wrong value. It's a wonder
|
1998-03-24 16:51:36 +00:00 |
vm_machdep.c
|
Add the ability to make real-mode BIOS calls from the kernel. Currently,
|
1998-03-23 19:52:59 +00:00 |