aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-272-22/+6
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-3/+19
* Merged from sys/i386/isa/npx.c revision 1.95.KATO Takenori2001-04-161-1/+1
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)David E. O'Brien2001-04-151-1/+7
* Correct typo.Yoshihiro Takahashi2001-04-011-4/+4
* Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10.Yoshihiro Takahashi2001-04-011-3/+7
* Merged from sys/i386/isa/clock.c revision 1.171.Yoshihiro Takahashi2001-04-013-9/+3
* Merged from sys/i386/i386/machdep.c revision 1.446.Yoshihiro Takahashi2001-04-012-2/+4
* Merged from sys/i386/apm/apm.c revision 1.121.Yoshihiro Takahashi2001-04-011-6/+7
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-16/+13
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-2617-22/+1
* Merged from sys/i386/isa/npx.c revision 1.93.KATO Takenori2001-03-231-3/+3
* Merged from sys/i386/i386/machdep.c revision 1.445.KATO Takenori2001-03-232-0/+2
* Merged from sys/i386/conf/GENERIC revision 1.305 (moved the fxp driverKATO Takenori2001-03-171-1/+1
* Replaced p (undeclared) with curproc (after i386/isa/npx.c).KATO Takenori2001-03-081-2/+2
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-074-4/+18
* Added another wd33c93 based SCSI card driver which replaces the bs driver.Yoshihiro Takahashi2001-02-272-9/+27
* Supported pcmcia modem card.Yoshihiro Takahashi2001-02-252-8/+20
* Merged from sys/i386/i386/machdep.c revision 1.443.KATO Takenori2001-02-252-8/+8
* Activate USER_LDT by default. The new thread libraries are going toPeter Wemm2001-02-232-14/+4
* Merged from sys/isa/sio.c revision 1.326.KATO Takenori2001-02-212-4/+6
* Merged from sys/i386/isa/clock.c revision 1.170.KATO Takenori2001-02-213-18/+3
* Merged from sys/i386/i386/machdep.c revision 1.441.KATO Takenori2001-02-212-2/+0
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-2/+2
* Merged from sys/i386/isa/clock.c revision 1.169.KATO Takenori2001-02-133-24/+24
* Merged from sys/i386/isa/npx.c revision 1.90.KATO Takenori2001-02-131-0/+5
* Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).KATO Takenori2001-02-132-24/+24
* RIP <machine/lock.h>.Mark Murray2001-02-114-10/+0
* Move the initailization of the proc lock for proc0 very early into the MDJohn Baldwin2001-02-092-0/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-098-138/+138
* Clean up some leftovers from the root mount cleanup that was done somePeter Wemm2001-02-041-2/+0
* 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-042-0/+2
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-312-2/+0
* Convert mca (microchannel bus support) from something that we countPeter Wemm2001-01-293-9/+9
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-292-4/+4
* 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
* Merged from sys/i386/isa/npx.c revisions 1.88 and 1.89.KATO Takenori2001-01-281-2/+6
* Synced with sys/i386/i386/machdep.c revision 1.436.KATO Takenori2001-01-282-16/+72
* Merged from sys/isa/sio.c revision 1.320.Yoshihiro Takahashi2001-01-272-298/+170
* Added pc98 apm driver.Yoshihiro Takahashi2001-01-233-0/+1572
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexJason Evans2001-01-215-13/+13
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-1/+1
* Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm2001-01-194-11/+11
* Zap unused #include "apm.h"Peter Wemm2001-01-192-2/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hPeter Wemm2001-01-192-8/+8
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-192-8/+8
* Stop doing runtime checking on i386 cpus for cpu class. The cpu isPeter Wemm2001-01-163-7/+5
* Remove NOBLOCKRANDOM as a compile-time option. Instead, provideMark Murray2001-01-141-1/+0