summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
Commit message (Expand)AuthorAgeFilesLines
...
* $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
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
* 1) "Pre-faulting" in of pages into process address spacedg1994-03-071-3/+3
* VM system performance improvements from John Dyson and myself. Thedg1994-01-311-2/+10
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-2/+1
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-3/+3
* New version of scsi code from Julianrgrimes1993-11-181-5/+1
* First steps in rewriting locore.s, and making info usefuldg1993-11-131-3/+1
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* param.h:rgrimes1993-10-151-7/+8
* Fixed PHYSTOKV, addition operator on pointers is the wrong thing to dorgrimes1993-10-121-2/+2
* Add PHYSTOKV used in scsi drivers with a correct definition based onrgrimes1993-10-121-35/+40
* Fix definitions to be in terms of a minimum number of constants byrgrimes1993-10-081-9/+12
* Removed patch kit header. Cleaned up tabbing and removed extra blankrgrimes1993-10-081-19/+6
* fts(3) integration patchesnate1993-07-281-1/+3
OpenPOWER on IntegriCloud