summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-194-11/+11
* Zap unused #include "apm.h"peter2001-01-192-2/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-192-8/+8
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-192-8/+8
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-163-7/+5
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-141-1/+0
* Merged from sys/i386/conf/GENERIC revision from 1.286 to 1.291.nyan2001-01-131-54/+31
* Merged from sys/i386/conf/GENERIC.hints revision 1.6 and 1.7.nyan2001-01-131-16/+16
* Merged from sys/i386/isa/npx.c revision 1.87.kato2001-01-121-17/+17
* Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428.kato2001-01-122-16/+16
* Correct typo.nyan2001-01-081-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.426.kato2001-01-072-6/+20
* Merged from sys/i386/conf/GENERIC revisions 1.292 - 1.294.kato2000-12-161-2/+1
* Merged from sys/i386/i386/machdep.c revision 1.425.kato2000-12-162-8/+30
* Removed the VoxWare sound drivers.nyan2000-12-102-40/+4
* Fixed to support 3Com 3C569B for PC-98.nyan2000-12-091-4/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-088-22/+12
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Merged from sys/i386/isa/clock.c revision 1.164.kato2000-12-053-0/+15
* Merged from sys/i386/i386/machdep.c revision 1.424.kato2000-12-052-28/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-302-10/+34
* Merged from sys/i386/i386/userconfig.c revision 1.185.kato2000-11-291-2/+1
* Make diskerr() always log with printf.phk2000-11-264-5/+5
* Merged from sys/i386/i386/machdep.c revision 1.422.kato2000-11-262-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-28/+16
* Merged from sys/i386/i386/machdep.c revision 1.421.kato2000-11-202-0/+4
* Merged from the following changes.nyan2000-11-058-54/+184
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Restore GDC mode to initial mode instead of 24KHz.nyan2000-10-282-2/+2
* Fixed extention memory check routine.nyan2000-10-283-4/+5
OpenPOWER on IntegriCloud