Go to file
chuck 2accbfeefb - moved disk_busy() call from xdstrategy() to xdc_startbuf()
[prevents disk_unbusy panic when disk is loaded (if no
	free IOPBs, xdstrategy() would queue the buffer for pickup
	by xdcintr() but xdcintr() would never call disk_busy().
	xdc_startbuf() is a better place since all bufs are routed
	through here]   problem detected by girish@dworkin.wustl.edu,
	diagnosed and corrected by me.
- move disk_unbusy() call in xdc_remove_iorq() before the call to
	XDC_FREE() [don't want to access a data structure that was just put
	on a free list]
1996-02-08 04:40:33 +00:00
bin Rename struct timespec fields to conform to POSIX.1b 1996-02-01 00:02:24 +00:00
distrib Updates from Steve Allen <wormey@eskimo.com> -- mainly Kerberos. 1996-01-25 04:37:32 +00:00
etc Make grf units 2 and 3. 1996-02-03 15:02:42 +00:00
games Removed "extern int errno"; Added #include <errno.h> if not already present. 1996-02-06 22:47:06 +00:00
gnu Invoke GCC as /usr/bin/cc. 1996-02-08 03:51:02 +00:00
include Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance 1996-02-05 22:34:09 +00:00
lib Add explicit return type 1996-02-05 04:30:51 +00:00
libexec Fixed to use ffs instead of ufs; See PR #1984 1996-02-01 02:50:52 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704. 1996-02-06 20:34:28 +00:00
share Remove u.s. naval observatory data, as it serves no real purpose. 1996-02-05 06:48:55 +00:00
sys - moved disk_busy() call from xdstrategy() to xdc_startbuf() 1996-02-08 04:40:33 +00:00
usr.bin In ParseDoInclude(), make a temporary copy of the current file name 1996-02-07 23:04:04 +00:00
usr.sbin Added explicit dependencies on yacc generated files. From Luke Mewburn 1996-02-06 18:30:58 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00