From owner-freebsd-commit Tue Dec 26 14:50:21 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA20043 for freebsd-commit-outgoing; Tue, 26 Dec 1995 14:50:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA20031 for cvs-all-outgoing; Tue, 26 Dec 1995 14:50:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA20019 for cvs-lib-outgoing; Tue, 26 Dec 1995 14:50:12 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA20012 Tue, 26 Dec 1995 14:50:10 -0800 (PST) Date: Tue, 26 Dec 1995 14:50:10 -0800 (PST) From: Peter Wemm Message-Id: <199512262250.OAA20012@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libutil setproctitle.3 setproctitle.c Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/26 14:50:09 Modified: lib/libutil Makefile Added: lib/libutil setproctitle.3 setproctitle.c Log: Bring in an initial version of setproctitle().. This is intended to replace the dozen other various hacks in the code that do all sorts of crude things including spamming the envrionment strings with the new argv string. This version is mainly inspired by the sendmail version, with a couple of ideas taken from the NetBSD implementation as well. Revision Changes Path 1.2 +2 -1 src/lib/libutil/Makefile