| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the dx register for the destination port address. A immediate port | nyan | 2002-03-13 | 1 | -2/+5 |
* | MFi386: revision 1.502 | nyan | 2002-03-13 | 2 | -0/+8 |
* | Free allocated buffer at siodetach(). | nyan | 2002-03-10 | 2 | -0/+8 |
* | MFi386: revision 1.501 | nyan | 2002-03-10 | 2 | -2/+2 |
* | - The pc98_ttspeedtab() function returns an error status instead of a divisor, | nyan | 2002-03-08 | 2 | -32/+32 |
* | MFi386: revision 1.125 | nyan | 2002-03-08 | 1 | -0/+20 |
* | MFi386: revision 1.498. | nyan | 2002-03-02 | 2 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | phk | 2002-02-22 | 2 | -8/+4 |
* | MFi386: revision 1.497 | nyan | 2002-02-20 | 2 | -2/+4 |
* | Add bus_space_unmap() and bus_space_free() functions to release | nyan | 2002-02-18 | 2 | -0/+30 |
* | - Split the routine to initialize a bus_space_handle into the separate | nyan | 2002-02-17 | 2 | -0/+228 |
* | MFi386: revisions 1.334 and 1.335 | nyan | 2002-02-16 | 1 | -0/+1 |
* | MFi386: revisions 1.495 and 1.496 | nyan | 2002-02-16 | 2 | -2/+6 |
* | Fall through from AT_TYPE_DIRECT to AT_TYPE_CDROM. | nyan | 2002-02-11 | 1 | -4/+7 |
* | Cosmetic changes. | nyan | 2002-02-10 | 2 | -186/+190 |
* | - Refine the iskanji1 function. | nyan | 2002-02-10 | 2 | -104/+122 |
* | Fixed mouse cursor on a console. | nyan | 2002-02-10 | 2 | -12/+34 |
* | MFi386: revisions 1.493 and 1.494. | nyan | 2002-02-08 | 2 | -2/+12 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 2 | -24/+22 |
* | Use osigreturn(2) instead of sigreturn(2) plus broken magic for returning | bde | 2002-02-03 | 2 | -18/+0 |
* | Improve the change in the previous commit: use a stub for osigreturn() | bde | 2002-02-03 | 2 | -0/+8 |
* | Compile osigreturn() unconditionally since it will always be needed on | bde | 2002-02-01 | 2 | -4/+0 |
* | MFi386: revision 1.489. | nyan | 2002-01-31 | 2 | -26/+16 |
* | Changed iskanji[12] to inline functions. | nyan | 2002-01-31 | 2 | -350/+344 |
* | Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5, | nyan | 2002-01-31 | 4 | -312/+250 |
* | MFi386: revision 1.180 | nyan | 2002-01-31 | 3 | -0/+15 |
* | MFi386: revision 1.52 | nyan | 2002-01-31 | 1 | -10/+13 |
* | MFi386: revision 1.64 | nyan | 2002-01-18 | 1 | -3/+1 |
* | Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362. | nyan | 2002-01-18 | 2 | -4/+12 |
* | MFi386: revision 1.487 | nyan | 2002-01-18 | 2 | -0/+2 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 2 | -12/+8 |
* | Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358. | nyan | 2002-01-06 | 2 | -6/+24 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 2 | -8/+8 |
* | Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic. | nyan | 2001-12-31 | 1 | -1/+1 |
* | MFi386: revision 1.178 | nyan | 2001-12-22 | 3 | -21/+12 |
* | MFi386: revision 1.124 | nyan | 2001-12-22 | 1 | -2/+96 |
* | Merged from sys/dev/syscons/syscons.c revision 1.377. | nyan | 2001-12-22 | 1 | -12/+4 |
* | cosmetic changes. | nyan | 2001-12-22 | 2 | -44/+40 |
* | MFi386: revision 1.179 | nyan | 2001-12-22 | 3 | -0/+30 |
* | MFi386: revision 1.486 | nyan | 2001-12-22 | 2 | -6/+4 |
* | Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively. | nyan | 2001-12-16 | 4 | -742/+1182 |
* | Enable UFS_DIRHASH in the GENERIC kernel. | iedowse | 2001-12-14 | 1 | -0/+1 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 4 | -18/+10 |
* | MFi386: revision 1.485 (the previous commit is not completely) | nyan | 2001-12-12 | 2 | -22/+26 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 2 | -18/+16 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -22/+22 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 3 | -3/+5 |
* | PROCFS requires PSEUDOFS. | des | 2001-12-04 | 1 | -1/+2 |
* | Split the sio driver for pc98 into bus front end and back end. | nyan | 2001-11-26 | 6 | -552/+324 |