Go to file
mycroft d0742ed3c5 Several things:
1) If we get an unexpected disconnect, issue a REQUEST SENSE, as recommended
by the SCSI-2 spec.  If the target created a contingent allegiance condition,
this will clear it.  Also, if it happened while sending a SDTR or WDTR message,
disable negotiation for that target.
2) Since some lame devices still don't deal correctly, make sure we deassert
ATN if our last message out is interrupted.  If we get a MESSAGE PARITY ERROR,
we'll reassert ATN anyway.  This should ensure that we never have to send a
MESSAGE NO OPERATION.
3) Set AIC_ABORTING only when actually sending a BUS DEVICE RESET or ABORT,
so we get better error detection.
4) Other internal reorganization of no consequence.
1996-04-01 07:24:37 +00:00
bin - Open device with O_WRONLY only if the command actually writes to the 1996-03-28 07:10:05 +00:00
distrib Replace BSDSRCDIR use with relative paths. 1996-03-27 04:48:28 +00:00
etc forgot about joy1 1996-03-31 00:50:47 +00:00
games Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
gnu - Add a kprintf format specifier, so that it includes only the formats valid 1996-03-30 04:35:04 +00:00
include Add prototype for sigaltstack; from John Kohl in PR #2129 1996-02-29 00:04:57 +00:00
lib Catch up with system PMAP. 1996-04-01 06:27:54 +00:00
libexec apply Thorsten's patch to add gettytab support to telnetd. 1996-03-20 04:25:53 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin Use an integer instead of a char for the getopt() return value in order 1996-03-30 22:34:25 +00:00
share getopt() returns -1 when the arg list is exhausted, not EOF. Ironic 1996-03-31 04:58:32 +00:00
sys Several things: 1996-04-01 07:24:37 +00:00
usr.bin make emalloc and erealloc return void *; closes PR/2276 1996-03-31 21:30:05 +00:00
usr.sbin use local copy of resolver, with -DDEBUG. fixes pr#2275 (ken hornstein) 1996-03-31 13:55:34 +00:00
Makefile behaviour of 'make build' should not change if DESTDIR is set; this is an artifact of an ancient mistake of mine. 1996-03-18 09:55:25 +00:00