summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another round of lock pushdown.fsmp1997-08-301-239/+1
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-12/+1
* Fix typo in the comment introduced by me.kato1997-08-291-2/+2
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-1/+11
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-2/+64
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-2/+17
* Made PEND_INTS default.fsmp1997-08-211-1/+95
* Turn on the lockmanager by default for SMP.fsmp1997-08-181-1/+5
* VM86 kernel support.dyson1997-08-091-1/+2
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-071-1/+4
OpenPOWER on IntegriCloud