summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/i386/i386/machdep.c revision 1.479.kato2001-09-121-5/+4
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-140/+0
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+3
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+4
* Fix a #endif misplacement in 1.231 due to misapplied patchpeter2001-08-231-1/+1
* Merge i386/machdep.c rev 1.474: dont overextend %cs. (finally, it doesn'tpeter2001-08-231-16/+2
* Merge i386/machdep.c rev 1.469: whitespace changes to fit 80 columnspeter2001-08-231-32/+60
* Merge i386/machdep.c rev 1.468: make breakpoint/trace interrupt insteadpeter2001-08-231-2/+2
* Merge 386/machdep.c rev 1.467: fix bugs/miscalculationspeter2001-08-231-10/+12
* Identical to i386/machdep.c rev 1.473: move submap initialization to MI.peter2001-08-231-11/+6
* Merge i386/machdep.c rev 1.472: Fix bug in physmem_est and maxbcachepeter2001-08-231-4/+6
* Merge i386/machdep.c rev 1.470. Limit KVM for buffer cache etc.peter2001-08-231-1/+6
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-1/+10
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-54/+0
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* Merged from sys/i386/i386/machdep.c revisions 1.462 and 1.464.kato2001-07-191-70/+89
* Apply the i386 SSE mods to pc98 as well.peter2001-07-121-5/+78
* Merged from sys/i386/i386/machdep.c revisions 1.459 and 1.460.nyan2001-07-071-45/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-4/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-13/+13
* Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.kato2001-06-231-17/+8
* Hints overhaul:peter2001-06-121-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.454.nyan2001-06-021-1/+0
* Disabled unneeded code for PC98.nyan2001-06-021-1/+1
* Update pc98 memory probe functions.nyan2001-05-211-280/+35
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.nyan2001-05-211-12/+12
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Merged from sys/i386/i386/machdep.c revision 1.450.kato2001-05-151-0/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-101-3/+2
* Merged from sys/i386/i386/machdep.c revision 1.448.kato2001-05-061-2/+0
* Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.kato2001-05-021-6/+5
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-11/+3
* Merged from sys/i386/i386/machdep.c revision 1.446.nyan2001-04-011-1/+2
* Merged from sys/i386/i386/machdep.c revision 1.445.kato2001-03-231-0/+1
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+6
* Merged from sys/i386/i386/machdep.c revision 1.443.kato2001-02-251-4/+4
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-231-7/+2
* Merged from sys/i386/i386/machdep.c revision 1.441.kato2001-02-211-1/+0
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* Remove the LABPC driver.phk2001-02-041-1/+0
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-041-0/+1
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-2/+2
* Gag. These compiled because I had a stray "eisa.h" in my config dir.peter2001-01-291-2/+0
* change 'count eisa' to 'optional eisa' and update the only consumerpeter2001-01-291-307/+12
* Synced with sys/i386/i386/machdep.c revision 1.436.kato2001-01-281-8/+36
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-5/+5
* Zap unused #include "apm.h"peter2001-01-191-1/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-191-4/+4
OpenPOWER on IntegriCloud