cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

Kris Kennaway kris at obsecurity.org
Tue Feb 20 21:46:09 UTC 2007


On Tue, Feb 20, 2007 at 09:29:31PM +0000, Nick Hibma wrote:
> n_hibma     2007-02-20 21:29:31 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/mdconfig        mdconfig.8 mdconfig.c 
>   Log:
>   [Found the original diff I made, see previous commit for other part]
>   Assume '-a' and '-t malloc' flags for '-s <size>' (malloc ramdisk) if not
>   specified.

-t swap should be almost always used instead of -t malloc (which is
slower and has poor failure properties when RAM becomes unavailable,
i.e. it panics).

Kris


More information about the cvs-src mailing list