summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-4/+4
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-161-3/+2
* Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428.kato2001-01-121-8/+8
* Correct typo.nyan2001-01-081-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.426.kato2001-01-071-3/+10
* Merged from sys/i386/i386/machdep.c revision 1.425.kato2000-12-161-4/+15
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Merged from sys/i386/i386/machdep.c revision 1.424.kato2000-12-051-14/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-5/+17
* Merged from sys/i386/i386/userconfig.c revision 1.185.kato2000-11-291-2/+1
* Merged from sys/i386/i386/machdep.c revision 1.422.kato2000-11-261-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.421.kato2000-11-201-0/+2
* Merged from the following changes.nyan2000-11-052-5/+3
* Fixed extention memory check routine.nyan2000-10-281-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Merged from sys/i386/i386/machdep.c revisions 1.417 and 1.418.kato2000-10-201-17/+10
* Merged from sys/i386/i386/machdep.c revision 1.416.kato2000-10-181-7/+9
* Merged from sys/i386/i386/machdep.c revision 1.415.kato2000-10-061-3/+6
* Merged from sys/i386/i386/machdep.c revision 1.414.kato2000-10-031-1/+1
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-021-0/+1
* Merged from sys/i368/i386/machdep.c revision 1.413.kato2000-10-021-24/+4
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-13/+2
OpenPOWER on IntegriCloud