From owner-cvs-all Mon Sep 24 21:42:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C8D037B41D; Mon, 24 Sep 2001 21:42:41 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8P4gfA47729; Mon, 24 Sep 2001 21:42:41 -0700 (PDT) (envelope-from mike) Message-Id: <200109250442.f8P4gfA47729@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 24 Sep 2001 21:42:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_status.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/09/24 21:42:41 PDT Modified files: sys/fs/procfs procfs_status.c Log: A process name may contain whitespace and unprintable characters, so convert those characters to octal notation. Also convert backslashes to octal notation to avoid confusion. Reviewed by: des MFC after: 1 week Revision Changes Path 1.34 +12 -6 src/sys/fs/procfs/procfs_status.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message