aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* MFC: Turn PREEMPTION into a kernel option. It is NOT enabled at this time.Scott Long2004-09-101-5/+0
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-0/+2
* Be a little more consistent in the naming of the PML4 defines.Peter Wemm2004-06-071-3/+3
* Since we have additional kernel virtual address space, allow the bufferAlan Cox2003-12-201-1/+1
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-0/+4
* KSTACK_PAGES is a global option.Peter Wemm2003-07-311-0/+2
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+1
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.Peter Wemm2003-06-041-1/+1
* Major pmap rework to take advantage of the larger address space on amd64Peter Wemm2003-05-231-7/+5
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-17/+48
* Repocopy from x86_64/... to amd64/...Peter Wemm2003-04-301-8/+7
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* This is the start of the FreeBSD/x86_64 kernel.David E. O'Brien2002-06-301-0/+138