From owner-freebsd-stable Tue Apr 9 20:50:42 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA18658 for stable-outgoing; Tue, 9 Apr 1996 20:50:42 -0700 (PDT) Received: from area238.residence.gatech.edu (root@area238.residence.gatech.edu [199.77.175.15]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA18653 for ; Tue, 9 Apr 1996 20:50:39 -0700 (PDT) Received: (from ken@localhost) by area238.residence.gatech.edu (8.7.5/8.7.3) id XAA02178 Tue, 9 Apr 1996 23:49:56 -0400 (EDT) From: "Kenneth D. Merry" Message-Id: <199604100349.XAA02178@area238.residence.gatech.edu> Subject: Re: Stable question To: imp@village.org (Warner Losh) Date: Tue, 9 Apr 1996 23:49:55 -0400 (EDT) Cc: stable@freebsd.org In-Reply-To: <199604100042.SAA16995@rover.village.org> from Warner Losh at "Apr 9, 96 06:42:22 pm" X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have a quick question about -stable. > > >From doing a cvs diff of RELENG_2_1_0 and RELENG_2_1_0_RELEASE it > would appear that there have been no kernel changes since the release > of 2.1R in the stable tree. Just some changes to ps, sh, and expr. > > I ran the diffs by doing a > cvs co -rRELENG_2_1_0 > then running > cvs diff -rRELENG_2_1_0_RELEASE -r RELENG_2_1_0 > and I came up with about 60k of changes, none of the kernel. > > Is this the case? Am I reading and running the diffs correctly? There have been some significant changes in the kernel, offhand I can think of the eisaconf stuff, ipfw changes, various driver improvements. % pwd /usr/src/sys % cvs diff -rRELENG_2_1_0_RELEASE -rRELENG_2_1_0 2>/dev/null |wc -l 21854 I'd guess there's something wrong with the way you did the diff, or maybe the checkout. One of the cvs gurus could better guess at that. Ken -- Kenneth Merry ken@area238.residence.gatech.edu Disclaimer: I don't speak for GTRI, GT, or Elvis.