| Age | Commit message (Expand) | Author |
| 1997-10-03 | Make this compile on alpha and, presumably, other non | cjs |
| 1997-10-03 | define SIZE?=size, and use ${SIZE} instead of size. makes cross | lukem |
| 1997-10-03 | fix missing com_kgdb_attached() argdecl, from Michael C. Richardson in PR 4196 | mikel |
| 1997-10-03 | Increase MSGBUFOFF to 512 so we can be sure there is room for a | gwr |
| 1997-10-03 | Clean up and comment the device types, and add the "enclosure services", | thorpej |
| 1997-10-03 | Define the REZERO UNIT command. | thorpej |
| 1997-10-03 | Define the "write parameters" mode page. | thorpej |
| 1997-10-02 | Reimplement a test for broadcast addresses advertized, which was left out | is |
| 1997-10-02 | kern/3022: make sure that printing sense info in SCSIDEBUG case starts at | mjacob |
| 1997-10-02 | port-mac68k/4158: current kernel doesn't recognize some adb devices. | briggs |
| 1997-10-02 | port-mac68k/4175: Need to add support for 33 MHz LC475/Q605. | briggs |
| 1997-10-02 | Oops, missed a space in previous formatting change. | christos |
| 1997-10-02 | Make msgbuf stay in page zero | gwr |
| 1997-10-02 | Fix MSGBUFSIZE | gwr |
| 1997-10-01 | Fix the problem described in PR port-i386/4177: scroll lock could cause | drochner |
| 1997-10-01 | Missing `#ifdef SUN4M' in pmap_release(); rearrange slightly to look | pk |
| 1997-10-01 | Silly boy.... don't print out sense info if the command was marked SCSI_SILENT, | mjacob |
| 1997-10-01 | Many thanks to Wolfgang Rupprecht for spotting this... In order to be sure | mjacob |
| 1997-10-01 | adapt to changed device names | drochner |
| 1997-10-01 | regen | drochner |
| 1997-10-01 | Correct a number of Intel PCI devices, sync with names used in data sheet. | drochner |
| 1997-10-01 | Remove duplicate inclusion of <sys/device.h>. | kleink |
| 1997-10-01 | Provide workaround (by Charles Hannum) for error in register allocation that | fvdl |
| 1997-10-01 | Add missing SCSI_DATA_IN when issuing a READ_ELEMENT_STATUS command. | thorpej |
| 1997-10-01 | Cosmetic changes to keep coding style consistency in this directory; | enami |
| 1997-09-30 | PR/4162: Chris Jones: make cleandir does not work properly; it does not | christos |
| 1997-09-30 | PR/4162: Chris Jones: make cleandir does not work properly; it does not | christos |
| 1997-09-30 | Only use a subregion if the region we got was of length 8. | mycroft |
| 1997-09-30 | PR/4162: Chris Jones: make cleandir does not work properly; it does not | christos |
| 1997-09-30 | Add TIOCM{BI{C,S},{S,G}ET} from revision 1.98. As Charles says these | christos |
| 1997-09-30 | - only convert real hex constants to 0x form, not $NetBSD... | is |
| 1997-09-30 | Make this file deserve its name: add DHCP support, conditionalized | drochner |
| 1997-09-30 | Use functions (shared with DHCP boot) in nfs_boot.c. | drochner |
| 1997-09-30 | Factor out some functions used by bootparam and DHCP boot. | drochner |
| 1997-09-30 | PR/4189: Matthias Scheler: pccons doesn't compile if national keyboard map | christos |
| 1997-09-29 | Forgot to remove this yesterday... this was renamed to netbsd060sp.S. | is |
| 1997-09-29 | When changing btst #7,_machineid+3 to cmpl #CPU_68060,_cputype, I forgot to | is |
| 1997-09-29 | Add in mtop operation MTCMPRESS, which can enable or disable tape compression. | mjacob |
| 1997-09-29 | Add SCSI-3 DATA COMPRESSION page structure. | mjacob |
| 1997-09-29 | Add mtop command to enable/disable compression. Added 4 new ioctls to | mjacob |
| 1997-09-29 | midway update: | chuck |
| 1997-09-29 | Add 'initialize element status' command; note (for future fixing in ch.c) | mjacob |
| 1997-09-29 | add ext2fs support to boot floppy. | perry |
| 1997-09-29 | Add quirks entries for Hitachi DK515C disk drives and Cipher ST150S tape drive. | bouyer |
| 1997-09-29 | A little cleanup and print more error messages. | mjacob |
| 1997-09-29 | Fix a misspelling. | mjacob |
| 1997-09-28 | Build the 68060 support package in the kernel build dir. | is |
| 1997-09-28 | Pass new boot information per default. | drochner |
| 1997-09-28 | Bring the new root disk algorithm into shape (minor cleanup, clarify | drochner |
| 1997-09-28 | In the OS glue code for the 060SP, replace the copyin()/copyout() glue by | is |