freebsd-skq/sys/i386
alc eae1da31ea - 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
bios - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
compile
conf The dgb driver is redundant with the digi driver in the tree. It uses 2003-12-07 04:18:52 +00:00
i386 - Significantly reduce the number of preallocated pv entries in 2003-12-22 01:01:32 +00:00
ibcs2 Replace the dangerous strcpy() call with strlcpy(), instead of the safe one 2003-11-18 14:21:34 +00:00
include Hey, how about we NOT make modules crash 486s? 2003-12-17 00:51:47 +00:00
isa First part of the removal of drivers for hardware that isn't relevant 2003-12-07 03:51:19 +00:00
linux Pull latest changes from OpenBSD: 2003-11-16 15:07:10 +00:00
pci New APIC support code: 2003-11-03 21:53:38 +00:00
svr4 Use __FBSDID(). 2003-06-10 05:05:54 +00:00
Makefile