| Commit message (Expand) | Author | Age | Files | Lines |
* | Use KERNBASE, not 0xf0000000. | tegge | 1997-08-17 | 1 | -2/+6 |
* | To handle scsi RESERVATION CONFLICT properly in ahc driver. | itojun | 1997-08-17 | 1 | -1/+6 |
* | preparation for scsi device RESERVATION CONFLICT support. | itojun | 1997-08-17 | 1 | -1/+2 |
* | Added frequencies for north american HRC cable. | fsmp | 1997-08-17 | 2 | -4/+38 |
* | Synchronize with foolowing files in sys/i386/boot/netboot: | kato | 1997-08-17 | 10 | -188/+916 |
* | Synchronize with sys/i386/i386/userconfig.c revision 1.88. | kato | 1997-08-17 | 1 | -2/+3 |
* | Synchronize with sys/i386/conf/majors.i386 revision 1.16. | kato | 1997-08-17 | 1 | -1/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 98 | -1581/+1694 |
* | Enable hostcache code. | wollman | 1997-08-16 | 1 | -0/+2 |
* | Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there's | wollman | 1997-08-16 | 1 | -4/+6 |
* | Add the 'ppc' ISA-bus parallel-port chipset driver. | msmith | 1997-08-16 | 1 | -2/+3 |
* | Use cdev major 82 instead of the (reserved-for-local-use) original 14 | msmith | 1997-08-16 | 1 | -3/+3 |
* | Assign character major 82 to the 'ppi' Generic Parallel Port I/O device. | msmith | 1997-08-16 | 2 | -2/+4 |
* | Minor ppc_data structure tweak. | msmith | 1997-08-16 | 3 | -9/+9 |
* | Add new ppbus files. | msmith | 1997-08-16 | 1 | -0/+2 |
* | Sync with ppbus-970815 from the author : | msmith | 1997-08-16 | 10 | -245/+900 |
* | Oops, reference the ppi and vpo drivers properly. Obviously nobody's | msmith | 1997-08-16 | 1 | -2/+2 |
* | SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. This | dyson | 1997-08-16 | 1 | -1/+24 |
* | Synchronize with sys/i386/conf/majors.i386 revision 1.15. | kato | 1997-08-16 | 1 | -1/+2 |
* | Synchronize with sys/i386/conf/files.i386 revision 1.171. | kato | 1997-08-16 | 2 | -2/+4 |
* | Map CSTATUS to ^T by default or it never noticed by novice users | ache | 1997-08-15 | 1 | -2/+2 |
* | Remove the bus settle delay after reset code. It could cause an infinite | gibbs | 1997-08-15 | 2 | -168/+23 |
* | Added DIAGNOSTIC routine to test inconsistency of vnode when cnp | kato | 1997-08-15 | 2 | -2/+18 |
* | Deleted unused code which adjust UN_UNLOCK flag. | kato | 1997-08-15 | 2 | -34/+10 |
* | The promised "better fix" for "Trap 9 When Boot SMP" problem. | fsmp | 1997-08-15 | 3 | -6/+9 |
* | The promised "better fix" for "Trap 9 When Boot SMP" problem. | fsmp | 1997-08-15 | 2 | -29/+18 |
* | Add support for the new Parallel-Port Bus and devices thereon. | msmith | 1997-08-14 | 5 | -5/+73 |
* | ISA Parallel-Port Bus chipset driver. | msmith | 1997-08-14 | 6 | -0/+2703 |
* | Add parallel-Port Bus drivers. | msmith | 1997-08-14 | 1 | -0/+4 |
* | New directory and drivers for Parallel Port Bus devices. | msmith | 1997-08-14 | 8 | -0/+2597 |
* | Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE and | kato | 1997-08-14 | 1 | -2/+7 |
* | setitimer: if it_value == 0 clear it_interval now | ache | 1997-08-14 | 1 | -2/+6 |
* | Add the NetVin 5000 series NE2000 PCI card vendor and device IDs. | danny | 1997-08-14 | 2 | -2/+4 |
* | If the user doesn't have read permission, union_copyup should not copy | kato | 1997-08-14 | 2 | -2/+22 |
* | Backed out part of previous change. The example of -b mount in | kato | 1997-08-14 | 2 | -8/+4 |
* | Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem. | fsmp | 1997-08-13 | 1 | -1/+10 |
* | Reserve major 81 for rocketport driver. | jkh | 1997-08-13 | 2 | -2/+4 |
* | add a diagnostic to catch some common cases of tsleep being | julian | 1997-08-13 | 1 | -1/+8 |
* | Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeouts | ache | 1997-08-13 | 1 | -46/+64 |
* | Add a spin lock that prevents the sequencer from attempting to add an | gibbs | 1997-08-13 | 4 | -11/+61 |
* | SUNIT: exchange up/down states too | ache | 1997-08-13 | 1 | -1/+7 |
* | Synchronize with sys/i386/isa/isa.c revision 1.100. | kato | 1997-08-13 | 1 | -7/+7 |
* | Synchronize with sys/i386/i386/trap.c revision 1.104. | kato | 1997-08-13 | 1 | -2/+2 |
* | Add parentheses because == has higher precedence than &. | steve | 1997-08-13 | 2 | -14/+14 |
* | Back out a part of the disk scheduling "improvements" :-(. Let me know | dyson | 1997-08-12 | 3 | -6/+6 |
* | Fixed vnode corruption by undefined case in union_lookup(). When | kato | 1997-08-12 | 2 | -6/+14 |
* | Check permissions for fp regs as well as normal regs. | sef | 1997-08-12 | 2 | -2/+6 |
* | Fix a traceroute problem in the CISCO HDLC mode. (cisco routers not | kjc | 1997-08-12 | 1 | -2/+2 |
* | Fix procfs security hole -- check permissions on meaningful I/Os (namely, | sef | 1997-08-12 | 8 | -16/+86 |
* | Fix file descriptor leak. | brian | 1997-08-11 | 4 | -2/+11 |