..
defines
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
files
Initial GPIO bus support. Includes:
2010-09-28 03:24:53 +00:00
files.amd64
Add support 'device tpm' for amd64.
2010-09-19 14:40:37 +00:00
files.arm
Move MRVL FDT fixups and PIC decode routine to a platform specific area.
2010-07-19 18:41:50 +00:00
files.i386
Intel QPI chipsets actually provide two extra "non-core" PCI buses that
2010-08-25 19:12:05 +00:00
files.ia64
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
2010-03-11 14:49:06 +00:00
files.mips
The functions in sys/mips/mips/psraccess.S can be implemented with
2010-09-13 05:03:37 +00:00
files.pc98
Rename timeevents.c to kern_clocksource.c.
2010-07-14 18:43:27 +00:00
files.powerpc
Update PowerPC event timer code to use new event timers infrastructure.
2010-09-11 04:45:51 +00:00
files.sparc64
Adapt sparc64 and sun4v timer code for the new event timers infrastructure.
2010-07-29 12:08:46 +00:00
files.sun4v
Adapt sparc64 and sun4v timer code for the new event timers infrastructure.
2010-07-29 12:08:46 +00:00
kern.mk
Prefer MACHINE_CPUARCH over MACHINE_ARCH
2010-09-13 07:27:03 +00:00
kern.post.mk
MFtbemd:
2010-08-23 22:24:11 +00:00
kern.pre.mk
Use :T:Micc here like everywhere else we test icc
2010-09-13 02:02:20 +00:00
kmod_syms.awk
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
kmod.mk
Use MACHINE_CPUARCH as appropriate
2010-09-13 07:16:48 +00:00
ldscript.amd64
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
ldscript.arm
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
ldscript.i386
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
ldscript.ia64
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
ldscript.mips
- Move .text and all sections up to .bss inclusive to the beginning of
2010-01-23 05:59:10 +00:00
ldscript.mips.64
64 bit ld script for mips, and configuration file for 64 bit compilation
2010-07-08 16:06:58 +00:00
ldscript.mips.64.cfe
Add 64-bit SWARM board kernel configs.
2010-09-15 05:32:10 +00:00
ldscript.mips.cfe
Use KERNLOADADDR instead of hardcoded address. This is required to be able to
2010-02-22 01:48:38 +00:00
ldscript.mips.mips64
Put back KERNLOADADDR.
2009-09-09 00:46:11 +00:00
ldscript.mips.n32
Add linker script and configuration file for n32 kernel.
2010-06-24 10:14:31 +00:00
ldscript.mips.octeon1.32
Harmonize Octeon ldscripts, reducing gratuitous diffs and using KERNLOADADDR in
2010-03-05 23:03:20 +00:00
ldscript.mips.octeon1.64
Use a single program header to fix loading 64-bit kernels on old versions of
2010-09-27 19:45:34 +00:00
ldscript.mips.octeon1.n32
Harmonize Octeon ldscripts, reducing gratuitous diffs and using KERNLOADADDR in
2010-03-05 23:03:20 +00:00
ldscript.powerpc
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
ldscript.powerpc64
Add powerpc64 kernel ldscript.
2010-07-13 05:43:43 +00:00
ldscript.sparc64
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
Makefile.amd64
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
Makefile.arm
Convert Marvell ARM platforms to FDT convention.
2010-06-13 13:28:53 +00:00
Makefile.i386
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
Makefile.ia64
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
Makefile.mips
TARGET_64BIT isn't needed anymore, GC it (partial merge from tbemd).
2010-09-13 16:39:33 +00:00
Makefile.pc98
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
Makefile.powerpc
MFppc64:
2010-07-13 05:32:19 +00:00
Makefile.sparc64
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
Makefile.sun4v
makeLINT.mk
Unbreak the LINT kernel on powerpc64. Note that the LINT kernel
2010-08-19 03:19:26 +00:00
makeLINT.sed
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00
newvers.sh
Clean up stray line in 213077
2010-09-23 17:29:59 +00:00
NOTES
Fix a bunch of errors (spelling and similar).
2010-08-05 16:28:17 +00:00
options
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
2010-07-28 15:36:12 +00:00
options.amd64
Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.
2010-06-17 11:54:49 +00:00
options.arm
Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.
2010-07-19 19:19:33 +00:00
options.i386
Make NKPT a kernel option on i386 so that it can be set to a non-default
2010-03-10 19:50:52 +00:00
options.ia64
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
2010-03-11 14:49:06 +00:00
options.mips
Nothing uses TARGET_EMULATOR, so gc it.
2010-08-15 19:07:44 +00:00
options.pc98
Unbreak the build for pc98. Specify the newly introduced, for ia32,
2010-01-16 12:24:12 +00:00
options.powerpc
Add support for the IBM Full-System Simulator (Mambo). This code has been
2010-07-31 13:22:34 +00:00
options.sparc64
Add a driver for the `Fire' JBus to PCIe bridges found in at least
2009-12-27 16:55:44 +00:00
options.sun4v
systags.sh
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
2008-11-22 16:14:52 +00:00