From owner-cvs-all Wed May 16 20:51:32 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 30F2837B422; Wed, 16 May 2001 20:51:29 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3pTN69155; Wed, 16 May 2001 20:51:29 -0700 (PDT) (envelope-from dillon) Message-Id: <200105170351.f4H3pTN69155@freefall.freebsd.org> From: Matt Dillon Date: Wed, 16 May 2001 20:51:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c src/sys/sys ucred.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/05/16 20:51:29 PDT Modified files: (Branch: RELENG_4) sys/kern kern_prot.c sys/sys ucred.h Log: MFC cr_ref from u_short -> u_int MFC underflow test/panic for cr_ref MFC change crhold() to a function to reduce compatibility problems later on (note: crfree() is already a function) Reviewed on: arch Reported by: terry Moral Support by: alfred Revision Changes Path 1.53.2.7 +14 -1 src/sys/kern/kern_prot.c 1.14.2.4 +3 -3 src/sys/sys/ucred.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message