summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-041-5/+5
* param.h:fsmp1997-07-241-1/+18
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-231-2/+2
* Added a missing semicolon, compile failed when I turned on simple_lock().fsmp1997-07-221-10/+6
* Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changespeter1997-04-071-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-0/+60
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improved the btodb() and dbtob() macros. I made them give unsignedbde1996-10-061-8/+9
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-15/+1
* Move atdevbase out of locore.s and into machdep.cphk1996-05-021-18/+5
* removed:phk1996-05-021-26/+20
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-251-9/+1
* Bruces fixes for large filesystemsgpalmer1995-02-191-11/+11
* Decrease MCLBYTES from 4k back to 2k. It isn't likely that we'll be doingdg1995-01-231-2/+2
* Replace `unsigned' by `u_int' so that it is not necessary to includebde1994-09-181-6/+6
OpenPOWER on IntegriCloud