Go to file
scottr a7a5cd8399 Replace the call to macfb_init() when attaching a non-console fb device
with a call to macfb_clear().

[The purpose of macfb_init() is almost exclusively to initialize the
raster console blitter.  We really, really do not want to do this unless
we are actually initializing the console device, else we'll give rcons
the attributes of the last-seen fb device.  These will not necessarily
correspond to the attributes of the actual console device!]
2000-10-22 05:05:39 +00:00
bin Wrap malloc() calls with an INTOFF/INTON pair. Fixes PR 8414. 2000-10-21 04:37:17 +00:00
crypto Fix formatting error. 2000-10-20 18:01:26 +00:00
dist one more string format cleanup 2000-10-10 12:51:19 +00:00
distrib minor fixes, 2000-10-22 00:44:04 +00:00
etc Add target to make a bootable CD-R image. 2000-10-20 14:13:12 +00:00
games NetBSD will put hair on a UNIX admin's chest 2000-10-09 00:58:16 +00:00
gnu Reserve extra byte for terminating '\0' for sscanf buffers. From OpenBSD. 2000-10-21 16:59:39 +00:00
include Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check 2000-10-20 18:46:05 +00:00
lib Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check 2000-10-20 18:46:05 +00:00
libexec defs had 'short block' for blocksize; changed defs to be unsigned. 2000-10-18 01:35:45 +00:00
regress Regression tests for fmtcheck(3). 2000-10-20 18:59:53 +00:00
sbin Disable VERBOSE_BLOCKMAP by default; it allocates huge amounts of 2000-10-19 14:58:40 +00:00
share - tsleep()/wakeup_one() will hurt when under load, so use a queue instead. 2000-10-20 15:14:25 +00:00
sys Replace the call to macfb_init() when attaching a non-console fb device 2000-10-22 05:05:39 +00:00
usr.bin A too hasty checkin (and lack of -Wsign-compare) made send() never fail. 2000-10-22 01:42:15 +00:00
usr.sbin Introduce some caching. 2000-10-21 00:55:23 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING ca -> lsu 2000-10-19 15:02:38 +00:00