summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
...
* Merged from sys/isa/sio.c revision 1.330.kato2001-05-022-16/+18
* Merged from sys/isa/fd.c revision 1.195.kato2001-05-022-4/+8
* Merged from sys/i386/isa/npx.c revisions 1.96 and 1.97.kato2001-05-021-12/+25
* Merged from sys/i386/isa/clock.c revisions 1.172 and 1.173.kato2001-05-023-3/+45
* Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.kato2001-05-022-12/+10
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-9/+11
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-272-22/+6
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-3/+19
* Merged from sys/i386/isa/npx.c revision 1.95.kato2001-04-161-1/+1
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-1/+7
* Correct typo.nyan2001-04-011-4/+4
* Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10.nyan2001-04-011-3/+7
* Merged from sys/i386/isa/clock.c revision 1.171.nyan2001-04-013-9/+3
* Merged from sys/i386/i386/machdep.c revision 1.446.nyan2001-04-012-2/+4
* Merged from sys/i386/apm/apm.c revision 1.121.nyan2001-04-011-6/+7
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-16/+13
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-2617-22/+1
* Merged from sys/i386/isa/npx.c revision 1.93.kato2001-03-231-3/+3
* Merged from sys/i386/i386/machdep.c revision 1.445.kato2001-03-232-0/+2
* Merged from sys/i386/conf/GENERIC revision 1.305 (moved the fxp driverkato2001-03-171-1/+1
* Replaced p (undeclared) with curproc (after i386/isa/npx.c).kato2001-03-081-2/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-074-4/+18
* Added another wd33c93 based SCSI card driver which replaces the bs driver.nyan2001-02-272-9/+27
* Supported pcmcia modem card.nyan2001-02-252-8/+20
* Merged from sys/i386/i386/machdep.c revision 1.443.kato2001-02-252-8/+8
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-232-14/+4
* Merged from sys/isa/sio.c revision 1.326.kato2001-02-212-4/+6
* Merged from sys/i386/isa/clock.c revision 1.170.kato2001-02-213-18/+3
* Merged from sys/i386/i386/machdep.c revision 1.441.kato2001-02-212-2/+0
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Merged from sys/i386/isa/clock.c revision 1.169.kato2001-02-133-24/+24
* Merged from sys/i386/isa/npx.c revision 1.90.kato2001-02-131-0/+5
* Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).kato2001-02-132-24/+24
* RIP <machine/lock.h>.markm2001-02-114-10/+0
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-092-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-098-138/+138
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-041-2/+0
* 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-042-0/+2
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-312-2/+0
* Convert mca (microchannel bus support) from something that we countpeter2001-01-293-9/+9
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-292-4/+4
* 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
* Merged from sys/i386/isa/npx.c revisions 1.88 and 1.89.kato2001-01-281-2/+6
* Synced with sys/i386/i386/machdep.c revision 1.436.kato2001-01-282-16/+72
* Merged from sys/isa/sio.c revision 1.320.nyan2001-01-272-298/+170
* Added pc98 apm driver.nyan2001-01-233-0/+1572
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-215-13/+13
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-1/+1
OpenPOWER on IntegriCloud