summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-6/+6
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendjhb2009-05-181-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-011-1/+1
* add NPGPTD_SHIFT for the nkpt calculationkmacy2008-09-251-0/+2
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-091-0/+3
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Give up trying to make preemption dependent on SCHED_4BSDjulian2004-09-011-4/+1
* Don't ask for this for modules. no modules need to know about preemption at t...julian2004-09-011-1/+1
* Protect the PREEMPTION logic with #ifdef _KERNEL to fix the build.scottl2004-09-011-0/+2
* Only turn preemption for 4bsd.julian2004-09-011-0/+3
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-011-2/+0
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-2/+1
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-301-0/+5
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-6/+6
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-231-1/+5
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-311-3/+5
* Move MI stuff out of MD param.h files.phk2002-05-141-48/+0
* KSE Milestone 2julian2001-09-121-2/+5
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+3
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+16
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-13/+25
* Implement write combining for crashdumps. This is useful whenps2000-10-171-0/+1
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridbmilekic2000-10-081-7/+3
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-3/+3
* Change the mbuf size from 128 -> 256. Increasing the mbuf header sizejlemon2000-03-291-1/+1
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-111-2/+0
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-221-4/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-221-1/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifimp1999-03-011-1/+9
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-1/+3
* OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat andpeter1999-01-071-5/+1
* Fixed two potentially serious classes of bugs:dg1998-10-131-3/+3
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-1/+12
* - hw.machine_arch returns cpu architecture type.kato1998-08-311-2/+4
* Oops, uoff_t can't be used here yet.bde1998-06-151-2/+2
* Removed LOCORE ifdef. This header isn't used for locore stuff.bde1998-06-141-8/+5
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-2/+3
OpenPOWER on IntegriCloud