summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06repair mountroot typeTheo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochrTheo de Raadt
1996-11-06repair mountroot typeTheo de Raadt
1996-11-06FS_EXT2FSTheo de Raadt
1996-11-06dk_mountroot() uses ioctl to read disklabelTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06move floppy to split-major for 4 unitsTheo de Raadt
1996-11-06give floppies real partitionsTheo de Raadt
1996-11-06fix mountroot declTheo de Raadt
1996-11-06mountroot is prototyped elsewhereTheo de Raadt
1996-11-06proto mountroot and friendsTheo de Raadt
1996-11-06proto blktochr()Theo de Raadt
1996-11-05Add more cases that should generate SIGTTOUThorsten Lockert
1996-11-05Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, )Thorsten Lockert
1996-11-05Enable NFSThorsten Lockert
Add configuration for test machine
1996-11-05Remove a ^G that should not be hereThorsten Lockert
1996-11-05Patch from Kirk McKusick:Thorsten Lockert
The following change eliminates an unnecessary synchronous write from the filesystem. When freeing an indirect block, there is no need to write it (synchronously, no less!) before tossing it.
1996-11-05Use romvecs[14] for the P460, not romvecs[3]. From Bob Nestorbriggs
<nestor@metronet.com> with some verification from Pete Nush.
1996-11-05syncJason Downs
1996-11-04Q900, etc. have 2nd scsi adapter at offset of 0x402, not 0x400 from the 1st.briggs
1996-11-04Improve performance some. Still pretty bad.briggs
1996-11-04support _POSIX_VDISABLE for VEOF and VEOL tooTheo de Raadt
1996-11-04We should return 0 on non-blocking read from FIFO with no writersThorsten Lockert
1996-11-04permit locking on devicesTheo de Raadt
1996-11-04If VMIN=0, and timer>0 and expires, read should return 0Theo de Raadt
1996-11-04Redo access time change; it should be updated on a read of 0 bytes whenThorsten Lockert
more than 0 bytes were requested, but not when 0 bytes were requested
1996-11-03make SCSI_POLL only be set when scanjet_ctl_{read|write} is called from ↵kstailey
scanjet_attach()
1996-11-03O_NOCTTY == 0x8000 sez POSIXTheo de Raadt
1996-11-02added $OpenBSD$ tagkstailey
1996-11-02mem* routines for sun3 private libsakstailey
1996-11-02Improve reliability on my Q700, at least. Was getting the occasionalbriggs
glitch--an extra byte on occasion.
1996-11-02Only print 'not finished' if AUDIO_DEBUG defined. Also fix up someTodd C. Miller
printf types. From NetBSD.
1996-11-02Better error message if included in the kernel, from NetBSD.Todd C. Miller
1996-11-01Pull in changes from Manuel.Jason Downs
1996-11-01Pull in changes from Manuel BouyerJason Downs
1996-10-31Add ATM defines. From Jim Rees <rees@umich.edu>Todd C. Miller
1996-10-31hp scanjet 4p support; kstailey@dol-esa.govTheo de Raadt
1996-10-31Add SCSI_POLL to control read/writes to remove some timing problemNiklas Hallqvist
This will be reviewed later in order to find the real culprit. Workaround from Ken Stailey
1996-10-31$OpenBSD RCSIDs + comment fix in sd.cNiklas Hallqvist
1996-10-31-Wall fixes needed by alphaNiklas Hallqvist
1996-10-31$OpenBSD RCSIDsNiklas Hallqvist
1996-10-31Merge NetBSD/Alpha 961020Niklas Hallqvist
1996-10-31Correct mmmap's 2nd arg typeNiklas Hallqvist
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
1996-10-30More -Wall happinessNiklas Hallqvist
1996-10-30cominit is used from the outside (the alpha port)Niklas Hallqvist
1996-10-30Add an esp1.briggs