From owner-cvs-src@FreeBSD.ORG Sun Jul 11 04:05:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB6016A4CF; Sun, 11 Jul 2004 04:05:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E2E43D3F; Sun, 11 Jul 2004 04:05:44 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6B45icX056179; Sun, 11 Jul 2004 04:05:44 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B45iJO056178; Sun, 11 Jul 2004 04:05:44 GMT (envelope-from marcel) Message-Id: <200407110405.i6B45iJO056178@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 04:05:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 04:05:44 -0000 marcel 2004-07-11 04:05:44 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for the following (weak) reasons: o Sources that are shared between kernel and userland and that may contain references to DDB or any of its functions may need to know this. o Userland tools may include from now on. Think kernel debugger... o The kernel core file now contains the TID of the kernel thread that made the dump. Revision Changes Path 1.202 +1 -1 src/sys/sys/param.h