From owner-freebsd-questions Sun Mar 4 15:17:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 123AE37B719 for ; Sun, 4 Mar 2001 15:17:04 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id B06606AC94; Mon, 5 Mar 2001 09:47:00 +1030 (CST) Date: Mon, 5 Mar 2001 09:47:00 +1030 From: Greg Lehey To: Thomas Lau Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where can I found freebsd kernel changelog ? Message-ID: <20010305094700.M1664@wantadilla.lemis.com> References: <01030504163900.01301@cm61-18-16-156.hkcable.com.hk> <01030504205301.01301@cm61-18-16-156.hkcable.com.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01030504205301.01301@cm61-18-16-156.hkcable.com.hk>; from lkthomas@hkicable.com on Mon, Mar 05, 2001 at 04:20:53AM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 5 March 2001 at 4:20:53 +0000, Thomas Lau wrote: > anyone know? Know what? Oh: Subject: where can I found freebsd kernel changelog ? If that's what you mean, it's in the CVS system. Read about CVS on the web page for more detail. Specifically, the command for a log on a particular file, say sys/kern/kern_exec.c, is: $ cvs log /usr/src/sys/kern/kern_exit.c | less You'll need less; these logs are always multiple pages. In addition, you'll find the most recent part of the log for the entire sys/ tree in reverse chronological form at ${CVSROOT}/CVSROOT/commitlogs/sys. Older part of the log are stored in compressed form. There's a lot of them: -rw-r--r-- 1 grog lemis 41363 Mar 5 05:51 sys -rw-r--r-- 1 grog lemis 439270 Mar 1 2000 sys.000301.gz -rw-r--r-- 1 grog lemis 191824 Jun 1 2000 sys.000601.gz -rw-r--r-- 1 grog lemis 205049 Sep 1 2000 sys.000901.gz -rw-r--r-- 1 grog lemis 266889 Dec 1 20:49 sys.001201.gz -rw-r--r-- 1 grog lemis 247820 Mar 1 13:52 sys.010301.gz -rw-r--r-- 1 grog lemis 225644 May 29 1995 sys.950529.gz -rw-r--r-- 1 grog lemis 7375 Jun 10 1995 sys.950611.gz -rw-r--r-- 1 grog lemis 416570 Sep 21 1996 sys.960921.gz -rw-r--r-- 1 grog lemis 291826 Jun 16 1997 sys.970615.gz -rw-r--r-- 1 grog lemis 86601 Sep 1 1997 sys.970901.gz -rw-r--r-- 1 grog lemis 98462 Dec 1 1997 sys.971201.gz -rw-r--r-- 1 grog lemis 100610 Mar 1 1998 sys.980301.gz -rw-r--r-- 1 grog lemis 91652 Jun 1 1998 sys.980601.gz -rw-r--r-- 1 grog lemis 99171 Sep 1 1998 sys.980901.gz -rw-r--r-- 1 grog lemis 155331 Dec 1 1998 sys.981201.gz -rw-r--r-- 1 grog lemis 184218 Mar 1 1999 sys.990301.gz -rw-r--r-- 1 grog lemis 198741 Jun 1 1999 sys.990601.gz -rw-r--r-- 1 grog lemis 224866 Sep 1 1999 sys.990901.gz Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message