From owner-cvs-sbin Fri Dec 15 05:13:38 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA21129 for cvs-sbin-outgoing; Fri, 15 Dec 1995 05:13:38 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA21119 Fri, 15 Dec 1995 05:13:36 -0800 (PST) Date: Fri, 15 Dec 1995 05:13:36 -0800 (PST) From: Peter Wemm Message-Id: <199512151313.FAA21119@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/nfsd nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 95/12/15 05:13:35 Modified: sbin/nfsd nfsd.c Log: The version of setproctitle() inside nfsd was busted. It was not terminating the argv array, causing parts of the argv[0] to be picked up several times by libkvm, causing strange ps results for the nfs-server and nfs-master processes.. :-] (How many copies of setproctitle() do we need anyway? NetBSD has it in libc and BSDI have it in libutil.) Revision Changes Path 1.5 +1 -0 src/sbin/nfsd/nfsd.c