summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-4/+0
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-271-0/+1
* Catch up to the new swi code.jhb2000-10-255-16/+4
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-255-29/+29
* Used kbio.h and consio.h instead of machine/console.h.kato2000-10-204-6/+6
* Merged from sys/i386/isa/npx.c revision 1.86.kato2000-10-201-1/+1
* Merged from sys/i386/isa/clock.c revision 1.160.kato2000-10-203-9/+9
* Merged from sys/i386/i386/machdep.c revisions 1.417 and 1.418.kato2000-10-202-34/+20
* Converted `da' and `wd' into `rda' and `rwd', respectively.kato2000-10-181-2/+2
* Merged from sys/i386/i386/machdep.c revision 1.416.kato2000-10-182-14/+18
* Remove unneeded #include <machine/clock.h>phk2000-10-1513-13/+0
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.peter2000-10-153-9/+10
* Fixed warnings.nyan2000-10-151-3/+1
* Fixed warnings.nyan2000-10-159-44/+60
* Fixed include files to use sys/{cons,fb,kb}io.h instead ofkato2000-10-095-7/+11
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Merged from sys/isa/sio.c revision 1.316.kato2000-10-062-2/+2
OpenPOWER on IntegriCloud