Age | Commit message (Expand) | Author |
1996-02-21 | minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | chuck |
1996-02-20 | Never claim interrupt if device runs without interrupts enabled | Thorsten Lockert |
1996-02-20 | bug fixes, speedups. multiple AFs support. | Michael Shalayeff |
1996-02-20 | Fix #include. (param.h -> sys/param.h). | briggs |
1996-02-20 | netbsd-current import & 'boot' cmd addition. | Michael Shalayeff |
1996-02-20 | Fix disk_unbusy panic (from NetBSD) | hannken |
1996-02-20 | A few more things from NetBSD: | briggs |
1996-02-20 | Makefile generates assym.h instead of assym.s, now. | briggs |
1996-02-20 | netbsd -> bsd in the config files | briggs |
1996-02-20 | A couple of things from NetBSD: | briggs |
1996-02-20 | Not ready for LOCORE -> _LOCORE. | briggs |
1996-02-20 | The bitfields are ugly, but as they are basically a published interface, | briggs |
1996-02-20 | Bring in from NetBSD. | briggs |
1996-02-20 | Sync. w/ NetBSD: include sys/dkio.h. | briggs |
1996-02-20 | Merge in changes from NetBSD: | briggs |
1996-02-20 | Define SONIC device for testing. Same for ss su and uk SCSI devs. | briggs |
1996-02-20 | Move VIA_Initialize() back to where it works. | briggs |
1996-02-20 | Define HZ to be 60. | briggs |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert |
1996-02-20 | Sync. w/ NetBSD | briggs |
1996-02-20 | Sync. w/ NetBSD: vm prototype changes. | briggs |
1996-02-20 | Sync. w/ NetBSD: | briggs |
1996-02-20 | Sync. w/ NetBSD: | briggs |
1996-02-20 | Sync. with NetBSD: | briggs |
1996-02-20 | Sync w/ NetBSD: | briggs |
1996-02-20 | Sync. w/ NetBSD: scsi prototypes. | briggs |
1996-02-20 | Sync. w/ NetBSD: scsi prototypes. | briggs |
1996-02-20 | Sync w/ NetBSD: scsi prototypes. | briggs |
1996-02-20 | Sync w/ NetBSD: | briggs |
1996-02-20 | Several changes from NetBSD: | briggs |
1996-02-20 | Name kernel 'bsd', not 'netbsd' | Thorsten Lockert |
1996-02-19 | Make swap accounting actually work... | Thorsten Lockert |
1996-02-19 | Count number of forks, vforks, rforks; still need to count VM pages affected | Thorsten Lockert |
1996-02-19 | Add support for fork accounting | Thorsten Lockert |
1996-02-18 | Count swapins and swapouts in the sum structure | Thorsten Lockert |
1996-02-18 | Compile with -fno-strength-reduce for now | Thorsten Lockert |
1996-02-18 | Use MAXPHYS for MAXBSIZE for all platforms but i386; use 32K on i386 until | Thorsten Lockert |
1996-02-18 | Add another PCI vendor / product | Thorsten Lockert |
1996-02-17 | elliminating unnecessary printf w/ DEBUG in pmap_collect. | Michael Shalayeff |
1996-02-16 | Fixes for mvme68k tape and disk bootloaders. | Dale S. Rahn |
1996-02-14 | Tally interrupts in a way that "vmstat -i" can find; temporary measure | Thorsten Lockert |
1996-02-14 | Tally all interrupts, not only FASTINTR ones | Thorsten Lockert |
1996-02-13 | Recognize 3c595 (same as 3c590, according to FreeBSD if_vx) | dm |
1996-02-13 | added isadmavar.h include | dm |
1996-02-09 | NetBSD PR 2048. Prototype st_erase. | briggs |
1996-02-08 | - moved disk_busy() call from xdstrategy() to xdc_startbuf() | chuck |
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist |
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist |
1996-02-04 | Interface# 0's name was incorrectly generated | Niklas Hallqvist |
1996-02-04 | New self-calibrating spin-wait delay() from Scott Reynolds <scottr@edsi.org>. | briggs |