1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/i386/i386
Mike Smith f996ef6395 Loosen up the constructed argument segment generation slightly; rather than
trying to size it intelligently just make it 64k and leave it up to the caller
to ensure that the arguments all fit within that range.

This should resolve the issue that some people were seeing with the PnP BIOS
scan crashing on a large PnP node.
1999-08-20 21:08:41 +00:00
..
apic_vector.s Implement an all-CPU shootdown-style rendezvous facility. This allows 1999-07-20 06:52:35 +00:00
atomic.c Create callable (non-inline) versions of the atomic_OP_TYPE functions 1999-08-18 04:08:31 +00:00
autoconf.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
bios.c Loosen up the constructed argument segment generation slightly; rather than 1999-08-20 21:08:41 +00:00
bioscall.s Remove some duplicate definitions, as suggested by Alan Cox. 1999-07-29 07:10:35 +00:00
busdma_machdep.c Fix a bug in busdma_mem_free() where we were improperly checking 1999-08-16 01:51:38 +00:00
db_disasm.c
db_interface.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
db_trace.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
elf_machdep.c
exception.s Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending 1999-07-10 15:28:01 +00:00
genassym.c Update for MI switch code, and trim a heap of unused (I believe) entries. 1999-08-19 00:20:10 +00:00
globals.s Unifdef VM86. 1999-06-01 18:20:36 +00:00
i386-gdbstub.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
i686_mem.c Fix typo which would have caused MTRR support on non-SMP systems to 1999-08-04 20:24:49 +00:00
identcpu.c There may exist two kinds of IBM BlueLightning CPU. One is that 5/2 1999-08-20 09:31:18 +00:00
in_cksum.c
initcpu.c Kill option FAILSAFE. 1999-06-15 13:14:56 +00:00
k6_mem.c I missed a not. Also, remove invltlb(), since it's "unncessary [sic] because 1999-07-20 13:21:55 +00:00
legacy.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
locore.s Remove some droppings left over from the removal of the APM hooks. 1999-07-28 19:34:16 +00:00
machdep.c Mindbogglingly, many BIOS vendors expect to be able to load %ds with 1999-08-17 07:09:13 +00:00
math_emu.h
math_emulate.c Staticize. 1999-04-11 03:06:07 +00:00
mem.c Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
mp_machdep.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
mpapic.c
mpboot.s Unifdef VM86. 1999-06-01 18:20:36 +00:00
mplock.s
mptable.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
nexus.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
perfmon.c The Intel Pentium Pro's performance counters are 40 bits wide. The Intel 1999-05-11 01:54:52 +00:00
pmap.c _pmap_allocpte: 1999-08-11 19:19:04 +00:00
procfs_machdep.c Implement support for hardware debug registers on the i386. 1999-07-09 04:16:00 +00:00
simplelock.s
support.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
swtch.s Use the MI process selection. We use a quick routine to decide whether 1999-08-19 00:18:48 +00:00
symbols.raw
sys_machdep.c Unifdef VM86. 1999-06-01 18:20:36 +00:00
trap.c On FPU exceptions, pass a useful error code (one of the FPE_... 1999-07-25 13:16:09 +00:00
tsc.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
userconfig.c Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9. 1999-08-09 13:52:12 +00:00
vm86.c Unbreak memory sizing for SMP. 1999-06-01 23:45:48 +00:00
vm86bios.s Unifdef VM86. 1999-06-01 18:20:36 +00:00
vm_machdep.c Change the type of vpgqueues::lcnt from "int *" to "int". The indirection 1999-07-31 18:31:00 +00:00