From 127fed2efa302ea5d83cd5d2b458af46f0355edc Mon Sep 17 00:00:00 2001 From: dg Date: Mon, 20 Feb 1995 15:53:33 +0000 Subject: Make sure process isn't swapped when messing with it. Added missing newline to log() call. --- sys/miscfs/procfs/procfs_ctl.c | 3 ++- sys/miscfs/procfs/procfs_vfsops.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/miscfs') diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index b072367..5902efd 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -36,7 +36,7 @@ * * @(#)procfs_ctl.c 8.3 (Berkeley) 1/21/94 * - * $Id: procfs_ctl.c,v 1.2 1994/08/02 07:45:10 davidg Exp $ + * $Id: procfs_ctl.c,v 1.3 1994/12/31 12:26:50 ache Exp $ */ #include @@ -137,6 +137,7 @@ procfs_control(curp, p, op) * Stop the target. */ p->p_flag |= P_TRACED; + faultin(p); p->p_xstat = 0; /* XXX ? */ if (p->p_pptr != curp) { p->p_oppid = p->p_pptr->p_pid; diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index b9250ac..e54d012 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vfsops.c 8.4 (Berkeley) 1/21/94 * - * $Id: procfs_vfsops.c,v 1.5 1994/09/21 03:47:06 wollman Exp $ + * $Id: procfs_vfsops.c,v 1.6 1994/10/10 07:55:39 phk Exp $ */ /* @@ -73,7 +73,7 @@ procfs_mount(mp, path, data, ndp, p) u_int size; if (UIO_MX & (UIO_MX-1)) { - log(LOG_ERR, "procfs: invalid directory entry size"); + log(LOG_ERR, "procfs: invalid directory entry size\n"); return (EINVAL); } -- cgit v1.1