Go to file
jonathan 07c7535688 * Make doubly sure that the ep shutdownhooks are run at splnet() or above.
* Clear the `enabled' bit in the softc so late hardware interrupts
  (e.g., just after the full reset) done as part of shutdown) are dropped.
* Eliminate loops that  poll forever on S_COMMAND_IN_PROGRESS to complete.
  Add inline function with bounded loopcount plus small delay, to avoid
  bugs in EISA hardware which never sets S_COMMAND_IN_PROGRESS.
  Use for both TX_RESET/RX_RESET/GLOBAL_RESET cmds, and polling for
  discard-Rx completion
1999-04-19 23:26:48 +00:00
bin Add support for printing wide sigset_t properly. 1999-04-16 13:34:32 +00:00
distrib Two changes. 1999-04-19 22:44:37 +00:00
etc Configure wscons much earlier so that a virtual console can e.g. be 1999-04-13 07:40:53 +00:00
games initscr() returns a pointer, compare return value with NULL and not 1999-04-18 03:30:12 +00:00
gnu Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
include use _BSD_VA_LIST_ from <machine/ansi.h> instead of using va_list from 1999-04-18 01:53:15 +00:00
lib Declare more local items static. 1999-04-19 21:56:01 +00:00
libexec Simplify _rtld_start() a little, and shave some cycles. Spefically, there's 1999-04-19 00:05:00 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin one-line copyright message 1999-04-17 17:55:13 +00:00
share Mention COMPAT_SVR4 on m68k here, too. 1999-04-19 21:49:34 +00:00
sys * Make doubly sure that the ep shutdownhooks are run at splnet() or above. 1999-04-19 23:26:48 +00:00
usr.bin Don't frob the interals of a WINDOW*, use the getmaxy() macro. 1999-04-18 03:29:18 +00:00
usr.sbin Integrate fix from bin/7378: call the extra get_nfs_version() after 1999-04-14 09:07:01 +00:00
Makefile Improve documentation. 1999-04-01 02:49:12 +00:00