summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-032-18/+0
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-032-0/+8
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-012-4/+0
* MFi386: revision 1.489.nyan2002-01-312-26/+16
* Changed iskanji[12] to inline functions.nyan2002-01-312-350/+344
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,nyan2002-01-314-312/+250
* MFi386: revision 1.180nyan2002-01-313-0/+15
* MFi386: revision 1.52nyan2002-01-311-10/+13
* MFi386: revision 1.64nyan2002-01-181-3/+1
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.nyan2002-01-182-4/+12
* MFi386: revision 1.487nyan2002-01-182-0/+2
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-102-12/+8
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.nyan2002-01-062-6/+24
* Change the preemption code for software interrupt thread schedules andjhb2002-01-052-8/+8
* Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.nyan2001-12-311-1/+1
* MFi386: revision 1.178nyan2001-12-223-21/+12
* MFi386: revision 1.124nyan2001-12-221-2/+96
* Merged from sys/dev/syscons/syscons.c revision 1.377.nyan2001-12-221-12/+4
* cosmetic changes.nyan2001-12-222-44/+40
* MFi386: revision 1.179nyan2001-12-223-0/+30
* MFi386: revision 1.486nyan2001-12-222-6/+4
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.nyan2001-12-164-742/+1182
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-144-18/+10
* MFi386: revision 1.485 (the previous commit is not completely)nyan2001-12-122-22/+26
* Overhaul the per-CPU support a bit:jhb2001-12-112-18/+16
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-22/+22
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-093-3/+5
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-266-552/+324
* MFi386: revision 1.326.nyan2001-11-171-0/+1
* MFi386: revision 1.483nyan2001-11-172-12/+12
* Use make_dev_alias() instead of call make_dev() twice.nyan2001-11-121-4/+8
* GC userconfig after Peter axed it 15 months ago.phk2001-11-051-3178/+0
* Don't call cdevsw_add().phk2001-11-043-23/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-041-1/+1
* MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482nyan2001-10-302-4/+10
* Removed pmc_isa_identify function. It is not needed.nyan2001-10-282-26/+0
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-243-3/+3
* Added the pmc driver which supports power management controller ofnyan2001-10-244-0/+518
* fix broken `compat_atdisk'(replace raw device name with block device's).amorita2001-10-231-2/+3
* Fix compile error of the case using `LINE30' option.amorita2001-10-232-0/+6
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-222-2/+2
* Use the i386 version of npx.c. It has been merged with the pc98 version.bde2001-10-211-1003/+0
* Remove wx.mjacob2001-10-201-1/+0
* MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116nyan2001-10-191-161/+56
* Changed IO_NPXSIZE to 8nyan2001-10-192-2/+2
* MFi386: sys/i386/isa/clock.c revision 1.177nyan2001-10-193-12/+0
* MFi386: sys/i386/isa/pcaudio.c revision 1.63nyan2001-10-191-6/+0
* Merged from sys/isa/sio.c revisions from 1.344 to 1.347nyan2001-10-192-6/+20
OpenPOWER on IntegriCloud