aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Disksort will not "munge" requests, BIO_ORDERED or not, so removePoul-Henning Kamp2002-02-222-8/+4
* MFi386: revision 1.497Yoshihiro Takahashi2002-02-202-2/+4
* Add bus_space_unmap() and bus_space_free() functions to releaseYoshihiro Takahashi2002-02-182-0/+30
* - Split the routine to initialize a bus_space_handle into the separateYoshihiro Takahashi2002-02-172-0/+228
* MFi386: revisions 1.334 and 1.335Yoshihiro Takahashi2002-02-161-0/+1
* MFi386: revisions 1.495 and 1.496Yoshihiro Takahashi2002-02-162-2/+6
* Fall through from AT_TYPE_DIRECT to AT_TYPE_CDROM.Yoshihiro Takahashi2002-02-111-4/+7
* Cosmetic changes.Yoshihiro Takahashi2002-02-102-186/+190
* - Refine the iskanji1 function.Yoshihiro Takahashi2002-02-102-104/+122
* Fixed mouse cursor on a console.Yoshihiro Takahashi2002-02-102-12/+34
* MFi386: revisions 1.493 and 1.494.Yoshihiro Takahashi2002-02-082-2/+12
* Pre-KSE/M3 commit.Julian Elischer2002-02-072-24/+22
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningBruce Evans2002-02-032-18/+0
* Improve the change in the previous commit: use a stub for osigreturn()Bruce Evans2002-02-032-0/+8
* Compile osigreturn() unconditionally since it will always be needed onBruce Evans2002-02-012-4/+0
* MFi386: revision 1.489.Yoshihiro Takahashi2002-01-312-26/+16
* Changed iskanji[12] to inline functions.Yoshihiro Takahashi2002-01-312-350/+344
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,Yoshihiro Takahashi2002-01-314-312/+250
* MFi386: revision 1.180Yoshihiro Takahashi2002-01-313-0/+15
* MFi386: revision 1.52Yoshihiro Takahashi2002-01-311-10/+13
* MFi386: revision 1.64Yoshihiro Takahashi2002-01-181-3/+1
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.Yoshihiro Takahashi2002-01-182-4/+12
* MFi386: revision 1.487Yoshihiro Takahashi2002-01-182-0/+2
* Clear the single-step flag for signal handlers. This fixes bogus traceBruce Evans2002-01-102-12/+8
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.Yoshihiro Takahashi2002-01-062-6/+24
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-052-8/+8
* Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.Yoshihiro Takahashi2001-12-311-1/+1
* MFi386: revision 1.178Yoshihiro Takahashi2001-12-223-21/+12
* MFi386: revision 1.124Yoshihiro Takahashi2001-12-221-2/+96
* Merged from sys/dev/syscons/syscons.c revision 1.377.Yoshihiro Takahashi2001-12-221-12/+4
* cosmetic changes.Yoshihiro Takahashi2001-12-222-44/+40
* MFi386: revision 1.179Yoshihiro Takahashi2001-12-223-0/+30
* MFi386: revision 1.486Yoshihiro Takahashi2001-12-222-6/+4
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.Yoshihiro Takahashi2001-12-164-742/+1182
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentYoshihiro Takahashi2001-12-144-18/+10
* MFi386: revision 1.485 (the previous commit is not completely)Yoshihiro Takahashi2001-12-122-22/+26
* Overhaul the per-CPU support a bit:John Baldwin2001-12-112-18/+16
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-22/+22
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-093-3/+5
* PROCFS requires PSEUDOFS.Dag-Erling Smørgrav2001-12-041-1/+2
* Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi2001-11-266-552/+324
* MFi386: revision 1.326.Yoshihiro Takahashi2001-11-171-0/+1
* MFi386: revision 1.483Yoshihiro Takahashi2001-11-172-12/+12
* Use make_dev_alias() instead of call make_dev() twice.Yoshihiro Takahashi2001-11-121-4/+8
* GC userconfig after Peter axed it 15 months ago.Poul-Henning Kamp2001-11-051-3178/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-043-23/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.Poul-Henning Kamp2001-11-041-1/+1
* MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482Yoshihiro Takahashi2001-10-302-4/+10