aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/i386
Commit message (Expand)AuthorAgeFilesLines
* Update pc98 memory probe functions.Yoshihiro Takahashi2001-05-211-280/+35
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.Yoshihiro Takahashi2001-05-211-12/+12
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-1/+0
* Merged from sys/i386/i386/machdep.c revision 1.450.KATO Takenori2001-05-151-0/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-101-3/+2
* Merged from sys/i386/i386/machdep.c revision 1.448.KATO Takenori2001-05-061-2/+0
* Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.KATO Takenori2001-05-021-6/+5
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-11/+3
* Merged from sys/i386/i386/machdep.c revision 1.446.Yoshihiro Takahashi2001-04-011-1/+2
* Merged from sys/i386/i386/machdep.c revision 1.445.KATO Takenori2001-03-231-0/+1
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-2/+6
* Merged from sys/i386/i386/machdep.c revision 1.443.KATO Takenori2001-02-251-4/+4
* Activate USER_LDT by default. The new thread libraries are going toPeter Wemm2001-02-231-7/+2
* Merged from sys/i386/i386/machdep.c revision 1.441.KATO Takenori2001-02-211-1/+0
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-2/+2
* Move the initailization of the proc lock for proc0 very early into the MDJohn Baldwin2001-02-091-0/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-1/+1
* Remove the LABPC driver.Poul-Henning Kamp2001-02-041-1/+0
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.Peter Wemm2001-02-041-0/+1
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-2/+2
* Gag. These compiled because I had a stray "eisa.h" in my config dir.Peter Wemm2001-01-291-2/+0
* change 'count eisa' to 'optional eisa' and update the only consumerPeter Wemm2001-01-291-307/+12
* Synced with sys/i386/i386/machdep.c revision 1.436.KATO Takenori2001-01-281-8/+36
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexJason Evans2001-01-211-5/+5
* Zap unused #include "apm.h"Peter Wemm2001-01-191-1/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hPeter Wemm2001-01-191-4/+4
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-4/+4
* Stop doing runtime checking on i386 cpus for cpu class. The cpu isPeter Wemm2001-01-161-3/+2
* Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428.KATO Takenori2001-01-121-8/+8
* Correct typo.Yoshihiro Takahashi2001-01-081-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.426.KATO Takenori2001-01-071-3/+10
* Merged from sys/i386/i386/machdep.c revision 1.425.KATO Takenori2000-12-161-4/+15
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Merged from sys/i386/i386/machdep.c revision 1.424.KATO Takenori2000-12-051-14/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether theMarcel Moolenaar2000-11-301-5/+17
* Merged from sys/i386/i386/userconfig.c revision 1.185.KATO Takenori2000-11-291-2/+1
* Merged from sys/i386/i386/machdep.c revision 1.422.KATO Takenori2000-11-261-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.421.KATO Takenori2000-11-201-0/+2
* Merged from the following changes.Yoshihiro Takahashi2000-11-052-5/+3
* Fixed extention memory check routine.Yoshihiro Takahashi2000-10-281-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Merged from sys/i386/i386/machdep.c revisions 1.417 and 1.418.KATO Takenori2000-10-201-17/+10
* Merged from sys/i386/i386/machdep.c revision 1.416.KATO Takenori2000-10-181-7/+9
* Merged from sys/i386/i386/machdep.c revision 1.415.KATO Takenori2000-10-061-3/+6
* Merged from sys/i386/i386/machdep.c revision 1.414.KATO Takenori2000-10-031-1/+1
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02RYoshihiro Takahashi2000-10-021-0/+1
* Merged from sys/i368/i386/machdep.c revision 1.413.KATO Takenori2000-10-021-24/+4
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatBosko Milekic2000-09-301-13/+2
* Merged from sys/i386/i386/machdep.c revision 1.411.KATO Takenori2000-09-231-6/+1
* Merged from sys/i386/i386/machdep.c revision 1.410.KATO Takenori2000-09-221-0/+37