Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-12 | Use table to map the BIOS bootdev to our name instead of picking out | Niklas Hallqvist | |
certain characters out of the BIOS string | |||
1996-11-12 | cdev_init_random -> cdev_random_init | kstailey | |
1996-11-12 | config file for my Sun3/60M | kstailey | |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | removed bdev_decl(ss); | kstailey | |
1996-11-11 | export vfs_opv_init* | Michael Shalayeff | |
1996-11-11 | Update support, from Thorsten. | Jason Downs | |
1996-11-11 | Flush input and output in receipt of break (unless break is ignored) | Thorsten Lockert | |
1996-11-10 | Move fd back. | Jason Downs | |
1996-11-10 | Kill major number hack. | Jason Downs | |
1996-11-10 | NetBSD changes from scottr: | briggs | |
VT220-related emulation additions: - Add reset attribute sequences for bold, underline, and reverse - Add insert/delete line sequences - Recognize but ignore G0/G1 character set sequences Performance: - Speed up clear_line() when clearing the entire line Also, some stylistic changes for checking/setting scroll region bounds and in putc_getpars(). These changes make the ITE work properly with the 1.2 termcap file. | |||
1996-11-10 | comment | Jason Downs | |
1996-11-10 | Repair setroot() to at least have a chance of working after Theo's changes. | Jason Downs | |
1996-11-10 | Another change Theo missed, plus some stylistic changes | Jason Downs | |
1996-11-09 | fix previous byte-order fix the correct way | chuck | |
(from Zdenek Salvet <salvet@horn.ics.muni.cz>) | |||
1996-11-09 | Proper break handling | Thorsten Lockert | |
1996-11-09 | Break shall be handled as data == 0 and FE bit set; from Theo | Thorsten Lockert | |
1996-11-09 | Implement CREAD | Thorsten Lockert | |
1996-11-09 | Use passed-in process, not curproc to determine if the process is in the | Thorsten Lockert | |
background | |||
1996-11-09 | Altered wds_wait's interface as the current one didn't have a chance to work | Niklas Hallqvist | |
in early probe code under the bus.h system. Make debugging runtime configurable. Some s/u_char/u_int8_t/ work. Set ia_iosize to a sane value. Move wds_init up before the setting of the DMA machinery to cascade mode (from Charles Hannum). Add ISA bounce-buffering code inside #ifdef notyet. In the -ASC case buffers could never be gotten due to forgetting some braces, added them. Removed a possibility of a NULL deref in some diagnostic printouts. Unmap the I/O area after the probe. Cache the bustag and the iohandle in wds_init. Did set WDS_IO_PORTS to 8 as some code indicated it might take up that much even though I only know of three ports in there.. This might be changed down later again. | |||
1996-11-09 | make kernel compile and link | Jason Downs | |
1996-11-09 | netbsd pr#2919 (jukka.partanen@research.nokia.com): | chuck | |
- fix compiler warnings | |||
1996-11-09 | netbsd pr#2918 (jukka.partanen@research.nokia.com): | chuck | |
- fix up netnatm so that it compiles with new warning flags (and install headers) - sync in some minor changes from netbsd (Matthias Drochner) | |||
1996-11-08 | Rearrange condition so invalid dereferences can't happen | Niklas Hallqvist | |
1996-11-08 | apply netbsd pr#2598 from der mouse: | chuck | |
everything before the beginning of the "a" partition on a disk is read-only except when accessed via RAW_PART. (a problem if "a" isn't at the front of the disk). | |||
1996-11-08 | Added protection against multiple inclusions. | kstailey | |
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji | |||
1996-11-07 | Parenthesize bit ops in last change (-Wall fix) | Niklas Hallqvist | |
1996-11-07 | Conditinally unused variable (-Wall fix) | Niklas Hallqvist | |
1996-11-07 | Handle odd-aligned mbufs in 16 bit mode so strict alignment is enforced | Niklas Hallqvist | |
1996-11-07 | dk_mountroot | Theo de Raadt | |
1996-11-06 | Be more restrictive with concurrent uses of the objects involved while | Niklas Hallqvist | |
paging in. | |||
1996-11-06 | Negative logic. | etheisen | |
1996-11-06 | Uhm, OLF needs a dynamic linked tag. | etheisen | |
1996-11-06 | Fix copyright. | etheisen | |
1996-11-06 | Added ONAMEV operating system name vector. Added OSTRIP strip | etheisen | |
defines. | |||
1996-11-06 | Change suggested by Manuel Bouyer. | Jason Downs | |
1996-11-06 | Correct ISADMA condition. Now both amiga & arc can use IDE with >4k xfers | Niklas Hallqvist | |
1996-11-06 | Slight oversight in Ken's latest fix | Niklas Hallqvist | |
1996-11-06 | 0377 handling in ISTRIP/PARMRK mode | Theo de Raadt | |
1996-11-06 | Get vnode locking right when verifying pathnames ending in '/' are directories | Thorsten Lockert | |
1996-11-06 | Temporarily disable special-case for trailing '/' in pathname lookups | Thorsten Lockert | |