freebsd-nq/sys/amd64
Alan Cox 49a2507bd1 Migrate the thread stack management functions from the machine-dependent
to the machine-independent parts of the VM.  At the same time, this
introduces vm object locking for the non-i386 platforms.

Two details:

1. KSTACK_GUARD has been removed in favor of KSTACK_GUARD_PAGES.  The
different machine-dependent implementations used various combinations
of KSTACK_GUARD and KSTACK_GUARD_PAGES.  To disable guard page, set
KSTACK_GUARD_PAGES to 0.

2. Remove the (unnecessary) clearing of PG_ZERO in vm_thread_new.  In
5.x, (but not 4.x,) PG_ZERO can only be set if VM_ALLOC_ZERO is passed
to vm_page_alloc() or vm_page_grab().
2003-06-14 23:23:55 +00:00
..
acpica Port acpica to amd64. 2003-05-31 06:47:05 +00:00
amd64 Migrate the thread stack management functions from the machine-dependent 2003-06-14 23:23:55 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Sync with i386/GENERIC ordering. 2003-06-01 20:26:38 +00:00
ia32 Regenerate. 2003-05-31 06:51:04 +00:00
include Migrate the thread stack management functions from the machine-dependent 2003-06-14 23:23:55 +00:00
isa Use __FBSDID(). 2003-06-02 16:32:55 +00:00
pci Commit MD parts of a loosely functional AMD64 port. This is based on 2003-05-01 01:05:25 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00