ross 42046e9698 A new kprintf was imported on 10/24, and it will cause a kernel panic
whenever the %: format is used on NetBSD/Alpha. Disable %: for __alpha__.
Note: the "correct" (but untested on other architectures) fix is to
change the wrong: kprintf(cp, oflags, tp, NULL, va_arg(ap, va_list));
    to the right: kprintf(cp, oflags, tp, NULL, ap);
1997-11-15 09:27:33 +00:00
..
1997-10-19 02:00:19 +00:00
1997-11-04 21:26:18 +00:00
1997-10-19 02:00:19 +00:00
1997-10-19 02:00:19 +00:00
1997-11-10 08:26:09 +00:00
1997-11-02 22:44:42 +00:00
1997-11-04 21:26:18 +00:00
1997-10-28 01:53:50 +00:00