From owner-cvs-sys Sun Mar 9 21:02:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA05539 for cvs-sys-outgoing; Sun, 9 Mar 1997 21:02:54 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA05533; Sun, 9 Mar 1997 21:02:42 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id FAA27987; Mon, 10 Mar 1997 05:16:21 GMT From: Adam David Message-Id: <199703100516.FAA27987@veda.is> Subject: Re: cvs commit: src/sys/i386/isa kbdio.c In-Reply-To: <199703100352.LAA05036@spinner.DIALix.COM> from Peter Wemm at "Mar 10, 97 11:52:45 am" To: peter@spinner.dialix.com (Peter Wemm) Date: Mon, 10 Mar 1997 05:16:20 +0000 (GMT) Cc: nate@mt.sri.com, mpp@freefall.freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp, joerg@freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [old format for reference] > bde 97/03/09 05:57:34 > > Modified: sys/i386/include asm.h asmacros.h > Log: > Moved userland assembler macros from to > . > > Revision Changes Path > 1.2 +82 -1 src/sys/i386/include/asm.h > 1.15 +1 -89 src/sys/i386/include/asmacros.h [proposed new format] > bde 97/03/09 05:57:34 > > Moved userland assembler macros from to > . > > Revision Changes Branch Path > 1.2 +82 -1 src/sys/i386/include/asm.h > 1.15 +1 -89 src/sys/i386/include/asmacros.h > So, we'd have things like: > Revision Changes Branch Path > 1.1 +89 Add src/sys/i386/include/asm.h > 1.3.4.1 +82 -1 RELENG_2_2 src/sys/i386/include/asm.h > 1.7 Delete src/sys/i386/include/asm.h > > Perhaps the "Branch" column could only appear when needed and be adjusted > to the necessary size? Or better yet, how about gathering all files from the same branch together, and sorting the output by branch? Then we could have: Revision Changes Path 1.7 Delete src/sys/i386/include/asm.h 1.1 +89 Add src/sys/i386/include/asm.h RELENG_2_2: 1.3.4.1 +82 -1 src/sys/i386/include/asm.h Would it look too untidy if the only changes are to files on a branch? If so, an empty line could be inserted after the column headings (or before each branch section)... ==== Revision Changes Path 1.7 Delete src/sys/i386/include/asm.h 1.1 +89 Add src/sys/i386/include/asm.h RELENG_2_2: 1.3.4.1 +82 -1 src/sys/i386/include/asm.h Log messages can be huge, so it makes sense to list all the modified files at the top of the message. The Modified: section makes easier reading than the Subject: header line. -- Adam David