.. |
apic_vector.s
|
Maintain a mapping from irq number to (ioapic number, int pin) tuple,
|
1998-09-06 22:41:42 +00:00 |
autoconf.c
|
Break configure() into a couple of stages to allow insertion of
|
1999-01-19 00:10:59 +00:00 |
bios.c
|
Cast virtual addresses that happen to be represented as u_longs to
|
1998-07-15 03:58:57 +00:00 |
bioscall.s
|
Support functions for working with x86 PC-architecture BIOS.
|
1997-08-01 06:07:13 +00:00 |
busdma_machdep.c
|
author was assuming that nextpaddr declared *inside* the do loop would
|
1998-12-14 05:35:56 +00:00 |
cons.c
|
Remove a hard-coded table of kernel console I/O functions exported
|
1999-01-07 14:14:24 +00:00 |
cons.h
|
Fixed pedantic syntax errors caused by a trailing semicolon in a macro
|
1999-01-09 14:07:37 +00:00 |
db_disasm.c
|
Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.
|
1998-07-08 10:53:58 +00:00 |
db_interface.c
|
Improved DDB_UNATTENDED behaviour. From the submitter:
|
1998-12-28 23:03:00 +00:00 |
db_trace.c
|
%n in a comment was a poor abbreviation for Immediate-byte-signed,
|
1998-07-15 11:27:11 +00:00 |
elf_machdep.c
|
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
|
1998-12-07 21:58:50 +00:00 |
exception.s
|
Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK
|
1998-08-10 19:41:07 +00:00 |
genassym.c
|
Fix up the kernel environment and module data pointers in the bootinfo if
|
1998-10-08 21:03:41 +00:00 |
globals.s
|
Back out rev 1.6 (temporarily at least). <machine/asmacros.h> is used
|
1998-09-28 12:20:46 +00:00 |
i386-gdbstub.c
|
Remove a hard-coded table of kernel console I/O functions exported
|
1999-01-07 14:14:24 +00:00 |
identcpu.c
|
There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the
|
1999-01-16 13:41:33 +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
|
There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the
|
1999-01-16 13:41:33 +00:00 |
locore.s
|
Use CNAME macro for pc98_system_parameter, which is referenced from C
|
1998-12-08 10:22:31 +00:00 |
machdep.c
|
Fetch an overide for NMBCLUSTERS from the kernel environment. Never allow
|
1999-01-15 17:24:05 +00:00 |
math_emu.h
|
Don't cast pointers to longs in asms. Changed all remaining longs
|
1998-07-15 09:01:18 +00:00 |
math_emulate.c
|
Remove the LKM glue since the support (src/lkm) has been gone a while.
|
1999-01-17 20:30:13 +00:00 |
mem.c
|
* Fix a couple of places in the device pager where an address was
|
1998-11-08 12:39:07 +00:00 |
mp_machdep.c
|
Make more messages conditional on bootverbose
|
1999-01-20 04:24:22 +00:00 |
mpapic.c
|
Fix (?) EISA interrupt configuration based on observation of what we've
|
1998-09-28 13:47:23 +00:00 |
mpboot.s
|
PC-98 doesn't have CMOS ram.
|
1998-10-10 10:36:12 +00:00 |
mplock.s
|
Removed unused includes.
|
1998-06-21 14:53:44 +00:00 |
mptable.c
|
Make more messages conditional on bootverbose
|
1999-01-20 04:24:22 +00:00 |
perfmon.c
|
Silence warnings.
|
1999-01-12 00:19:33 +00:00 |
pmap.c
|
Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL
|
1999-01-24 06:04:52 +00:00 |
procfs_machdep.c
|
Add new functions fill_fpregs() and set_fpregs(), like fill_regs()
|
1998-09-14 22:43:40 +00:00 |
simplelock.s
|
Change simple lock handling to not depend upon having a local apic
|
1998-05-17 23:08:04 +00:00 |
support.s
|
Removed a stray label that broke compiling in the (elf && profiling) case.
|
1999-01-09 17:29:38 +00:00 |
swapgeneric.c
|
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
|
1998-10-25 19:26:18 +00:00 |
swtch.s
|
Micro-optimized and cleaned up the clearing of switchtime in idle().
|
1998-07-28 17:35:09 +00:00 |
symbols.raw
|
This is a rather large commit that encompasses the new swapper,
|
1999-01-21 08:29:12 +00:00 |
sys_machdep.c
|
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
|
1998-12-07 21:58:50 +00:00 |
trap.c
|
Add (but don't activate) code for a special VM option to make
|
1999-01-06 23:05:42 +00:00 |
tsc.c
|
Fix tabs that should have been spaces. Some were in kernel error messages.
|
1998-12-14 13:30:29 +00:00 |
userconfig.c
|
Fix cut & paste mind-o: the entry for the xl driver should say ethernet,
|
1999-01-17 17:42:22 +00:00 |
vm86.c
|
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
|
1998-12-07 21:58:50 +00:00 |
vm86bios.s
|
Don't try to save FP state if npxproc is null.
|
1998-10-01 20:45:28 +00:00 |
vm_machdep.c
|
Add (but don't activate) code for a special VM option to make
|
1999-01-06 23:05:42 +00:00 |