summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-11-12Use table to map the BIOS bootdev to our name instead of picking outNiklas Hallqvist
certain characters out of the BIOS string
1996-11-12cdev_init_random -> cdev_random_initkstailey
1996-11-12config file for my Sun3/60Mkstailey
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11removed bdev_decl(ss);kstailey
1996-11-11export vfs_opv_init*Michael Shalayeff
1996-11-11Update support, from Thorsten.Jason Downs
1996-11-11Flush input and output in receipt of break (unless break is ignored)Thorsten Lockert
1996-11-10Move fd back.Jason Downs
1996-11-10Kill major number hack.Jason Downs
1996-11-10NetBSD 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-10commentJason Downs
1996-11-10Repair setroot() to at least have a chance of working after Theo's changes.Jason Downs
1996-11-10Another change Theo missed, plus some stylistic changesJason Downs
1996-11-09fix previous byte-order fix the correct waychuck
(from Zdenek Salvet <salvet@horn.ics.muni.cz>)
1996-11-09Proper break handlingThorsten Lockert
1996-11-09Break shall be handled as data == 0 and FE bit set; from TheoThorsten Lockert
1996-11-09Implement CREADThorsten Lockert
1996-11-09Use passed-in process, not curproc to determine if the process is in theThorsten Lockert
background
1996-11-09Altered wds_wait's interface as the current one didn't have a chance to workNiklas 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-09make kernel compile and linkJason Downs
1996-11-09netbsd pr#2919 (jukka.partanen@research.nokia.com):chuck
- fix compiler warnings
1996-11-09netbsd 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-08Rearrange condition so invalid dereferences can't happenNiklas Hallqvist
1996-11-08apply 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-08Added protection against multiple inclusions.kstailey
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji
1996-11-07Parenthesize bit ops in last change (-Wall fix)Niklas Hallqvist
1996-11-07Conditinally unused variable (-Wall fix)Niklas Hallqvist
1996-11-07Handle odd-aligned mbufs in 16 bit mode so strict alignment is enforcedNiklas Hallqvist
1996-11-07dk_mountrootTheo de Raadt
1996-11-06Be more restrictive with concurrent uses of the objects involved whileNiklas Hallqvist
paging in.
1996-11-06Negative logic.etheisen
1996-11-06Uhm, OLF needs a dynamic linked tag.etheisen
1996-11-06Fix copyright.etheisen
1996-11-06Added ONAMEV operating system name vector. Added OSTRIP stripetheisen
defines.
1996-11-06Change suggested by Manuel Bouyer.Jason Downs
1996-11-06Correct ISADMA condition. Now both amiga & arc can use IDE with >4k xfersNiklas Hallqvist
1996-11-06Slight oversight in Ken's latest fixNiklas Hallqvist
1996-11-060377 handling in ISTRIP/PARMRK modeTheo de Raadt
1996-11-06Get vnode locking right when verifying pathnames ending in '/' are directoriesThorsten Lockert
1996-11-06Temporarily disable special-case for trailing '/' in pathname lookupsThorsten Lockert