Date: Sun, 12 Sep 1999 09:38:44 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mem.c src/sys/alpha/alpha mem.c Message-ID: <199909121638.JAA70545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/09/12 09:38:43 PDT Modified files: sys/i386/i386 mem.c sys/alpha/alpha mem.c Log: Make the d_flags of mem devices D_DISK to signify that they are disk-like random-seekable devices. This lets dd(1) know it can seek on them. It also affects spec_vnopen() (IIRC), but only makes the path of execution smaller, and does not change its behavior. This is when securelevel >= 2. Revision Changes Path 1.69 +2 -2 src/sys/i386/i386/mem.c 1.14 +2 -2 src/sys/alpha/alpha/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909121638.JAA70545>