summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.517.kato2002-04-112-10/+18
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-093-14/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-072-2/+0
* Merged from sys/dev/syscons/syscons.c revisions 1.381 and 1.382.nyan2002-04-061-1/+6
* Merged from sys/isa/fd.c revision 1.228.nyan2002-04-062-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371.nyan2002-04-062-20/+108
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-044-6/+8
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-042-0/+4
* Dike out a highly insecure UCONSOLE option.ru2002-04-031-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-022-20/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-018-21/+21
* MFi386: revision 1.508.kato2002-03-312-16/+24
* MFi386: revision 1.506.nyan2002-03-302-8/+18
* MFi386: revision 1.507.kato2002-03-272-2/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-275-10/+51
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-262-0/+2
* Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.nyan2002-03-252-4/+20
* Merged from sys/dev/syscons/syscons.c revision 1.379.nyan2002-03-251-0/+1
* Fix style.nyan2002-03-254-31/+23
* MFi386: revision 1.65.kato2002-03-201-5/+2
* Remove __P.kato2002-03-2017-215/+215
* Remove __P.kato2002-03-201-7/+7
* MFi386: revision 1.505 (remove __P.)kato2002-03-202-12/+12
* MFi386: revision 1.504.kato2002-03-202-20/+8
* MFi386: revision 1.503.kato2002-03-202-120/+46
* Use the dx register for the destination port address. A immediate portnyan2002-03-131-2/+5
* MFi386: revision 1.502nyan2002-03-132-0/+8
* Free allocated buffer at siodetach().nyan2002-03-102-0/+8
* MFi386: revision 1.501nyan2002-03-102-2/+2
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,nyan2002-03-082-32/+32
* MFi386: revision 1.125nyan2002-03-081-0/+20
* MFi386: revision 1.498.nyan2002-03-022-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-222-8/+4
* MFi386: revision 1.497nyan2002-02-202-2/+4
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-182-0/+30
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-172-0/+228
* MFi386: revisions 1.334 and 1.335nyan2002-02-161-0/+1
* MFi386: revisions 1.495 and 1.496nyan2002-02-162-2/+6
* Fall through from AT_TYPE_DIRECT to AT_TYPE_CDROM.nyan2002-02-111-4/+7
* Cosmetic changes.nyan2002-02-102-186/+190
* - Refine the iskanji1 function.nyan2002-02-102-104/+122
* Fixed mouse cursor on a console.nyan2002-02-102-12/+34
* MFi386: revisions 1.493 and 1.494.nyan2002-02-082-2/+12
* Pre-KSE/M3 commit.julian2002-02-072-24/+22
* 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
OpenPOWER on IntegriCloud