Date: Wed, 1 Nov 2000 12:19:49 -0800 (PST) From: Sean Eric Fagan <sef@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs.h procfs_dbregs.c procfs_fpregs.c procfs_mem.c procfs_regs.c procfs_status.c procfs_vnops.c Message-ID: <200011012019.MAA94966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sef 2000/11/01 12:19:49 PST Modified files: (Branch: RELENG_4) sys/miscfs/procfs procfs.h procfs_dbregs.c procfs_fpregs.c procfs_mem.c procfs_regs.c procfs_status.c procfs_vnops.c Log: Be much, much more paranoid on allowing I/O operations on procfs nodes. Do this by (for now, at least) re-instating the previously-removed CHECKIO() macro. Reviewed by: Robert Watson <rwatson@FreeBSD.org>, Kris Kennaway <kris@FreeBSD.org> Revision Changes Path 1.32.2.1 +8 -1 src/sys/miscfs/procfs/procfs.h 1.4.2.1 +2 -2 src/sys/miscfs/procfs/procfs_dbregs.c 1.11.2.1 +2 -2 src/sys/miscfs/procfs/procfs_fpregs.c 1.46.2.1 +2 -2 src/sys/miscfs/procfs/procfs_mem.c 1.10.2.1 +2 -2 src/sys/miscfs/procfs/procfs_regs.c 1.20.2.2 +3 -2 src/sys/miscfs/procfs/procfs_status.c 1.76.2.2 +3 -3 src/sys/miscfs/procfs/procfs_vnops.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?200011012019.MAA94966>