Go to file
explorer edd259d12e Make it so raidframe will only perform synchronous writes, and async
reads.  This avoids a problem where many writes will cause the driver
to allocate way too much memory.

This needs to change to a queueing system later, which will provide a
way to limit the memory consumed by the driver.

Without these changes, raidframe would use 24M or more on my machine when
the buffer cache dumped all its dirty blocks.  Now it uses around 200k
or so.
1999-01-15 17:55:52 +00:00
bin mtio.4 no longer missing 1999-01-14 08:35:46 +00:00
distrib Change image size to 1.5MB. 1999-01-13 10:54:16 +00:00
etc add "ttyEcfg" (for display-global wscons configuration) 1999-01-13 17:41:44 +00:00
games only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
gnu Fix 'pand' MMX instruction opcode (and disassemble). 1999-01-14 21:25:21 +00:00
include merge nsswitch into main branch 1999-01-15 12:21:16 +00:00
lib Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
libexec Fix from Phil Budne (add missing prototypes) to make ld.so compile again 1999-01-15 07:48:07 +00:00
regress Fix type for LIBCRTEND and order other startup routines to come before 1999-01-10 02:54:12 +00:00
sbin #include machine/bswap.h and remove -lutil. 1999-01-15 13:32:05 +00:00
share merge nsswitch into main branch 1999-01-15 13:04:10 +00:00
sys Make it so raidframe will only perform synchronous writes, and async 1999-01-15 17:55:52 +00:00
usr.bin shut up `unused label' warning with %options yylineno, using a disgusting hack: 1999-01-15 05:22:34 +00:00
usr.sbin #include machine/bswap.h and remove -lutil. 1999-01-15 13:32:05 +00:00
Makefile Don't build domestic bits directly; use the domestic 'build' target 1999-01-05 07:09:58 +00:00