1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sys/i386/i386
Bruce Evans 709db0871d `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.
gcc warns about the cast on i386's with 64-bit longs.

Print `bootdev' in all cases when we bail out because it is unreasonable.
1999-08-23 23:42:00 +00:00
..
apic_vector.s Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK 1999-08-23 19:14:18 +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 `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it. 1999-08-23 23:42:00 +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 Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
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 Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
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 Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
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 The nexus_attach() code works a lot better if it's actually connected to 1999-08-23 19:23:33 +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 Don't cast pointers to longs in asms. Changed all remaining longs 1998-07-15 09:01:18 +00:00
math_emulate.c Staticize. 1999-04-11 03:06:07 +00:00
mem.c Now that we can bind cdevsw to the individual dev_t, divorce the PERFMON 1999-08-23 21:34:23 +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 Fix (?) EISA interrupt configuration based on observation of what we've 1998-09-28 13:47:23 +00:00
mpboot.s Unifdef VM86. 1999-06-01 18:20:36 +00:00
mplock.s Removed unused includes. 1998-06-21 14:53:44 +00:00
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 The nexus_attach() code works a lot better if it's actually connected to 1999-08-23 19:23:33 +00:00
perfmon.c Now that we can bind cdevsw to the individual dev_t, divorce the PERFMON 1999-08-23 21:34:23 +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 Implement a version of s_lock_try that doesn't cause the next s_lock 1999-08-23 22:25:11 +00:00
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 This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
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 This commit adds device driver support for the Sundance Technologies ST201 1999-08-21 18:34:58 +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