| Commit message (Expand) | Author | Age | Files | Lines |
* | Some of newer PC-98 may cause "Windows Protection Fault" when booting | kato | 1998-05-16 | 1 | -3/+5 |
* | Disable local APIC in UP kernel. Intel specification update describes | kato | 1998-05-16 | 1 | -1/+22 |
* | Spotted a misplaced comma in my previous patch. | des | 1998-05-16 | 2 | -4/+4 |
* | Typo nits in SUIDDIR comment (removed some parentheses, moved some | des | 1998-05-16 | 2 | -24/+26 |
* | 1.31 Randall Hopper <rhh@ct.picker.com> | ahasty | 1998-05-16 | 1 | -0/+5 |
* | Disable the auto-Write Combining setup for the pmap code. This | dyson | 1998-05-15 | 1 | -1/+2 |
* | Fix list corruption and memory leak that could occur when | gibbs | 1998-05-14 | 1 | -2/+6 |
* | Name cronyx devices correctly. | jkh | 1998-05-13 | 1 | -3/+3 |
* | The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K, | phk | 1998-05-13 | 1 | -1/+2 |
* | Some temporary fixes to SMP to make it more scheduling and signal friendly. | dyson | 1998-05-12 | 1 | -3/+13 |
* | Fix alot of silly LINT that I left in the code. | dyson | 1998-05-12 | 1 | -2/+2 |
* | Backed out previous commit. It is invalid to call d_ioctl() on | bde | 1998-05-12 | 1 | -5/+2 |
* | Reserve major number 99 for vak's cronyx/tau serial driver. | jkh | 1998-05-12 | 1 | -1/+3 |
* | Oops, only apply the CHS size from lbasize thing when disk reports | sos | 1998-05-11 | 1 | -2/+3 |
* | Change some tests from CPU_CLASS686 to CPU_686 as appropriate, and | dyson | 1998-05-11 | 1 | -8/+18 |
* | Support better performance with P6 architectures and in SMP | dyson | 1998-05-11 | 4 | -15/+83 |
* | Attempt to set write combining mode for graphics devices. | dyson | 1998-05-11 | 5 | -179/+116 |
* | Add support for the Yamaha YMF-719. | steve | 1998-05-10 | 1 | -1/+4 |
* | Add character major for 'loe' loopback pseudo-ethernet device. | msmith | 1998-05-09 | 1 | -1/+2 |
* | cleanup: | julian | 1998-05-07 | 1 | -184/+62 |
* | Unbotch whitespace and change switch with two cases to if. | eivind | 1998-05-07 | 1 | -12/+9 |
* | There is no dump routine for fd so give it an explicit NULL entry | julian | 1998-05-06 | 1 | -2/+3 |
* | Add dump support to the DEVFS/slice code. | julian | 1998-05-06 | 3 | -8/+166 |
* | Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm. | gibbs | 1998-05-06 | 5 | -61/+196 |
* | Fix the 4-8G LBA geometry it was wrong. | sos | 1998-05-05 | 1 | -2/+7 |
* | Detect USR PnP x2 modem. | phk | 1998-05-04 | 1 | -1/+2 |
* | Don't depend on "implicit int". | bde | 1998-05-01 | 1 | -3/+3 |
* | Oops, the previous commit should have changed `i386' to `__i386__', | bde | 1998-05-01 | 1 | -2/+2 |
* | Use ${.TARGET} rather than $@. i386 tested, pc98 untested because config | imp | 1998-04-29 | 1 | -12/+12 |
* | Fixes incorrect company and product names in uha(4) manpage and | andreas | 1998-04-29 | 2 | -4/+4 |
* | Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesame | max | 1998-04-29 | 1 | -2/+2 |
* | Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under | eivind | 1998-04-28 | 3 | -3/+33 |
* | Submitted by: Doug Ambrisko <ambrisko@whistle.com> | julian | 1998-04-28 | 2 | -33/+69 |
* | Cast return values to the appropriate fp_*_t. Note that the man page | des | 1998-04-27 | 1 | -9/+9 |
* | Add the PAT cpuid feature. | dyson | 1998-04-26 | 1 | -2/+2 |
* | slice_device.c: permissions changes for SLICE devices | julian | 1998-04-24 | 1 | -2/+4 |
* | When calling the open function, specify either FREAD and/or FWRITE | julian | 1998-04-23 | 1 | -3/+3 |
* | Oops forgot to include opt_bootp.h | julian | 1998-04-23 | 1 | -2/+4 |
* | Add devfs support. | eivind | 1998-04-23 | 1 | -2/+32 |
* | Mask the interrupt before setting the corresponding bit in ipending if | tegge | 1998-04-22 | 3 | -14/+15 |
* | Bad144 support for the slice system (!) | julian | 1998-04-22 | 1 | -3/+9 |
* | Add support for the Qlogic ISP SCSI && FC/AL Adapters | mjacob | 1998-04-22 | 4 | -4/+16 |
* | close() is no longer a SLICE method. | julian | 1998-04-22 | 2 | -15/+31 |
* | Add a couple of missing symbols referred to in asm code. | peter | 1998-04-22 | 1 | -1/+5 |
* | Add a block device entry for the 'myx' driver too. | msmith | 1998-04-22 | 1 | -1/+2 |
* | Add 'myx' for Ulf Zimmerman's Mylex Raid driver (ulf@alameda.net> | msmith | 1998-04-22 | 1 | -2/+2 |
* | PC-98 does not supports DMA automode lager than 65535 bytes. | kato | 1998-04-21 | 1 | -0/+4 |
* | Supports PC-98 again. | kato | 1998-04-21 | 1 | -0/+6 |
* | Remove more LFS left-overs | julian | 1998-04-20 | 1 | -19/+1 |
* | Remove an LFS clause, now that it is in the history, | julian | 1998-04-20 | 1 | -19/+1 |