Go to file
thorpej 94ca9f6aa0 New interrupt handling code. Highlights:
- Interrupt service routines now take a pointer to
	  the device's softc, rather than a unit number.
	- Interrupt handling code in locore.s condensed.  Only
	  remaining "special" handlers are lev0 (spurious),
	  lev1 (HIL; don't ask), lev6 (clock), and lev7 (NMI).
	  Only remaining hard-coded device driver reference in
	  locore is HIL.  (clock doesn't count...)
	- "dcafastservice" eliminated.  DCA driver has new mechanism
	  to guarantee prompt interrupt service at any ipl (not
	  just level 5).
	- Interrupt code pulled out of autoconf.c and machdep.c and
	  placed in new file, isr.c
1996-02-14 02:56:38 +00:00
bin Fix PR/2070: Ksh style variable modifiers were broken in /bin/sh, from 1996-02-12 15:11:41 +00:00
distrib Add script I used to make the 1.1 source distribution 1996-02-12 21:58:46 +00:00
etc Add fd to all; stdin, stdout, and stderr to std 1996-02-13 23:55:09 +00:00
games Removed "extern int errno"; Added #include <errno.h> if not already present. 1996-02-06 22:47:06 +00:00
gnu Atari uses gcc 2.7.2. 1996-02-11 11:53:22 +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 Fixed SEE ALSO section. Closes PR # 2049 1996-02-11 16:15:40 +00:00
libexec Make sure that the user name cannot ever be interpreted as an option to 1996-02-08 06:19:14 +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 Fix typo, from John Kohl. Closes PR 2066. 1996-02-11 14:50:03 +00:00
sys New interrupt handling code. Highlights: 1996-02-14 02:56:38 +00:00
usr.bin Don't rely on select() not to modify the timeval argument. Also, 1996-02-13 16:49:10 +00:00
usr.sbin Spelling correction 1996-02-13 23:08:24 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00