freebsd-dev/sys/amd64
Alan Cox 925692caa5 - Significantly reduce the number of preallocated pv entries in
pmap_init().  Such a large preallocation is unnecessary and wastes
   nearly eight megabytes of kernel virtual address space per gigabyte
   of managed physical memory.
 - Increase UMA_BOOT_PAGES by two.  This enables the removal of
   pmap_pv_allocf().  (Note: this function was only used during
   initialization, specifically, after pmap_init() but before
   pmap_init2().  During pmap_init2(), a new allocator is installed.)
2003-12-22 01:01:32 +00:00
..
acpica Use the ACPI-CA definitions for the various APIC tables instead of our 2003-12-09 03:04:19 +00:00
amd64 - Significantly reduce the number of preallocated pv entries in 2003-12-22 01:01:32 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Turn on NO_MIXED_MODE for amd64 generic. It turns out that all the 2003-11-21 03:19:59 +00:00
ia32 Catch up with the procsig locking changes elsewhere. We were doing 2003-12-03 07:00:30 +00:00
include Since we have additional kernel virtual address space, allow the buffer 2003-12-20 20:03:10 +00:00
isa Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
pci Various whitespace and cosmetic sync-up's with i386. 2003-12-06 23:19:47 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00