From owner-cvs-all Wed Sep 26 12:54: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58BAC37B422; Wed, 26 Sep 2001 12:53:58 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8QJrwr01895; Wed, 26 Sep 2001 12:53:58 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109261953.f8QJrwr01895@freefall.freebsd.org> From: Robert Watson Date: Wed, 26 Sep 2001 12:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.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 rwatson 2001/09/26 12:53:58 PDT Modified files: sys/kern kern_time.c Log: o Modify static settime() to accept the proc * for the process requesting a time change, and callers so that they provide td->td_proc. o Modify settime() to use securevel_gt() for securelevel checking. Obtained from: TrustedBSD Project Revision Changes Path 1.76 +7 -6 src/sys/kern/kern_time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message