freebsd_amp_hwpstate/sys/dev/syscons
John Dyson 302cf5869a Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking
for return values.  It just so happens that in the cases where it is likely
to fail, it is okay to change the M_NOWAIT to M_WAITOK -- and all will
be well.  This problem was manfest as a panic very regularly on a 4MB
system right after bootup.
1995-08-08 05:14:40 +00:00
..
blank Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
fade Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
green Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
snake Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
star Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
syscons.c Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking 1995-08-08 05:14:40 +00:00
syscons.h Fix races in scstart(). q_to_b() wasn't called at spltty(), so there 1995-07-11 18:34:30 +00:00