From owner-cvs-user Sun Sep 22 14:57:27 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05714 for cvs-user-outgoing; Sun, 22 Sep 1996 14:57:27 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05513; Sun, 22 Sep 1996 14:57:02 -0700 (PDT) Date: Sun, 22 Sep 1996 14:57:02 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609222157.OAA05513@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-user, cvs-libexec Subject: cvs commit: src/bin Makefile.inc src/libexec/bootpd/tools/bootpef bootpef.c src/libexec/comsat Makefile comsat.8 comsat.c src/libexec/ftpd extern.h ftpcmd.y ftpd.8 logwtmp.c pathnames.h popen.c skey-stuff.c src/libexec/lfs_cleanerd Makefile clean.h cleanerd.c lfs_cleanerd.8 library.c print.c src/libexec/makekey Makefile makekey.8 makekey.c src/libexec/rbootd Makefile bpf.c parseconf.c rbootd.8 rbootd.c src/libexec/rexecd Makefile rexecd.8 rexecd.c src/libexec/rlogind Makefile rlogind.8 rlogind.c src/libexec/rshd rshd.8 rshd.c src/libexec/talkd Makefile announce.c print.c process.c table.c talkd.c src/libexec/uucpd Makefile pathnames.h uucpd.c src/libexec/xtend packet.c paths.h status.c user.c xten.h xtend.8 xtend.c xtend.h src/lkm/joy Makefile src/lkm/qcam Makefile src/bin/ed/test README ckscripts.sh mkscripts.sh src/libexec Makefile src/libexec/atrun LEGAL src/libexec/bootpd Announce Changes Makefile.UNIX Problems README bootpd.c bootptab.mcs dovend.c dumptab.c getether.c getif.c hash.c hwaddr.c hwaddr.h lookup.c patchlevel.h readfile.c trygetea.c trygetif.c trylook.c src/libexec/bootpd/tools/bootptest bootptest.c print-bootp.c src/libexec/fingerd Makefile src/libexec/mail.local Makefile mail.local.8 mail.local.c src/libexec/telnetd Makefile ext.h pathnames.h slc.c state.c sys_term.c telnetd.8 telnetd.c termstat.c utility.c src/libexec/tftpd Makefile tftpd.c src/lkm/ibcs2 Makefile src/lkm/syscons saver.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/22 14:57:01 Modified: bin Makefile.inc bin/ed/test README ckscripts.sh mkscripts.sh libexec Makefile libexec/atrun LEGAL libexec/bootpd Announce Changes Makefile.UNIX Problems README bootpd.c bootptab.mcs dovend.c dumptab.c getether.c getif.c hash.c hwaddr.c hwaddr.h lookup.c patchlevel.h readfile.c trygetea.c trygetif.c trylook.c libexec/bootpd/tools/bootpef bootpef.c libexec/bootpd/tools/bootptest bootptest.c print-bootp.c libexec/comsat Makefile comsat.8 comsat.c libexec/fingerd Makefile libexec/ftpd extern.h ftpcmd.y ftpd.8 logwtmp.c pathnames.h popen.c skey-stuff.c libexec/lfs_cleanerd Makefile clean.h cleanerd.c lfs_cleanerd.8 library.c print.c libexec/mail.local Makefile mail.local.8 mail.local.c libexec/makekey Makefile makekey.8 makekey.c libexec/rbootd Makefile bpf.c parseconf.c rbootd.8 rbootd.c libexec/rexecd Makefile rexecd.8 rexecd.c libexec/rlogind Makefile rlogind.8 rlogind.c libexec/rshd rshd.8 rshd.c libexec/talkd Makefile announce.c print.c process.c table.c talkd.c libexec/telnetd Makefile ext.h pathnames.h slc.c state.c sys_term.c telnetd.8 telnetd.c termstat.c utility.c libexec/tftpd Makefile tftpd.c libexec/uucpd Makefile pathnames.h uucpd.c libexec/xtend packet.c paths.h status.c user.c xten.h xtend.8 xtend.c xtend.h lkm/ibcs2 Makefile lkm/joy Makefile lkm/qcam Makefile lkm/syscons saver.h Log: add forgotten $Id$ Revision Changes Path 1.7 +1 -0 src/bin/Makefile.inc 1.4 +2 -0 src/bin/ed/test/README 1.3 +2 -0 src/bin/ed/test/ckscripts.sh 1.3 +2 -0 src/bin/ed/test/mkscripts.sh 1.20 +1 -0 src/libexec/Makefile 1.2 +2 -0 src/libexec/atrun/LEGAL 1.2 +3 -1 src/libexec/bootpd/Announce 1.2 +49 -0 src/libexec/bootpd/Changes 1.2 +27 -7 src/libexec/bootpd/Makefile.UNIX 1.2 +19 -0 src/libexec/bootpd/Problems 1.2 +3 -0 src/libexec/bootpd/README 1.4 +3 -0 src/libexec/bootpd/bootpd.c 1.2 +4 -5 src/libexec/bootpd/bootptab.mcs 1.2 +3 -2 src/libexec/bootpd/dovend.c 1.2 +2 -0 src/libexec/bootpd/dumptab.c 1.4 +2 -0 src/libexec/bootpd/getether.c 1.3 +2 -0 src/libexec/bootpd/getif.c 1.2 +2 -4 src/libexec/bootpd/hash.c 1.3 +2 -0 src/libexec/bootpd/hwaddr.c 1.2 +7 -2 src/libexec/bootpd/hwaddr.h 1.2 +5 -0 src/libexec/bootpd/lookup.c 1.2 +7 -2 src/libexec/bootpd/patchlevel.h 1.2 +10 -19 src/libexec/bootpd/readfile.c 1.2 +10 -1 src/libexec/bootpd/trygetea.c 1.2 +8 -2 src/libexec/bootpd/trygetif.c 1.2 +12 -4 src/libexec/bootpd/trylook.c 1.2 +3 -7 src/libexec/bootpd/tools/bootpef/bootpef.c 1.2 +25 -5 src/libexec/bootpd/tools/bootptest/bootptest.c 1.2 +9 -8 src/libexec/bootpd/tools/bootptest/print-bootp.c 1.3 +1 -0 src/libexec/comsat/Makefile 1.3 +1 -0 src/libexec/comsat/comsat.8 1.6 +2 -0 src/libexec/comsat/comsat.c 1.3 +1 -0 src/libexec/fingerd/Makefile 1.4 +1 -0 src/libexec/ftpd/extern.h 1.8 +1 -0 src/libexec/ftpd/ftpcmd.y 1.9 +1 -0 src/libexec/ftpd/ftpd.8 1.3 +1 -0 src/libexec/ftpd/logwtmp.c 1.6 +1 -0 src/libexec/ftpd/pathnames.h 1.4 +2 -0 src/libexec/ftpd/popen.c 1.3 +4 -1 src/libexec/ftpd/skey-stuff.c 1.5 +1 -0 src/libexec/lfs_cleanerd/Makefile 1.4 +1 -0 src/libexec/lfs_cleanerd/clean.h 1.4 +2 -0 src/libexec/lfs_cleanerd/cleanerd.c 1.3 +1 -0 src/libexec/lfs_cleanerd/lfs_cleanerd.8 1.4 +2 -0 src/libexec/lfs_cleanerd/library.c 1.3 +2 -0 src/libexec/lfs_cleanerd/print.c 1.5 +1 -0 src/libexec/mail.local/Makefile 1.4 +1 -0 src/libexec/mail.local/mail.local.8 1.7 +2 -0 src/libexec/mail.local/mail.local.c 1.6 +1 -0 src/libexec/makekey/Makefile 1.5 +1 -0 src/libexec/makekey/makekey.8 1.4 +2 -0 src/libexec/makekey/makekey.c 1.5 +1 -0 src/libexec/rbootd/Makefile 1.3 +1 -0 src/libexec/rbootd/bpf.c 1.3 +1 -0 src/libexec/rbootd/parseconf.c 1.3 +1 -0 src/libexec/rbootd/rbootd.8 1.3 +1 -0 src/libexec/rbootd/rbootd.c 1.6 +1 -0 src/libexec/rexecd/Makefile 1.3 +1 -0 src/libexec/rexecd/rexecd.8 1.8 +2 -0 src/libexec/rexecd/rexecd.c 1.5 +1 -0 src/libexec/rlogind/Makefile 1.4 +1 -0 src/libexec/rlogind/rlogind.8 1.12 +2 -0 src/libexec/rlogind/rlogind.c 1.4 +1 -0 src/libexec/rshd/rshd.8 1.8 +2 -0 src/libexec/rshd/rshd.c 1.3 +1 -0 src/libexec/talkd/Makefile 1.5 +2 -0 src/libexec/talkd/announce.c 1.3 +2 -0 src/libexec/talkd/print.c 1.5 +2 -0 src/libexec/talkd/process.c 1.3 +2 -0 src/libexec/talkd/table.c 1.4 +2 -0 src/libexec/talkd/talkd.c 1.8 +1 -0 src/libexec/telnetd/Makefile 1.4 +1 -0 src/libexec/telnetd/ext.h 1.3 +1 -0 src/libexec/telnetd/pathnames.h 1.3 +2 -0 src/libexec/telnetd/slc.c 1.4 +2 -0 src/libexec/telnetd/state.c 1.14 +2 -0 src/libexec/telnetd/sys_term.c 1.3 +1 -0 src/libexec/telnetd/telnetd.8 1.7 +2 -0 src/libexec/telnetd/telnetd.c 1.5 +2 -0 src/libexec/telnetd/termstat.c 1.5 +2 -0 src/libexec/telnetd/utility.c 1.3 +1 -0 src/libexec/tftpd/Makefile 1.4 +2 -0 src/libexec/tftpd/tftpd.c 1.6 +1 -0 src/libexec/uucpd/Makefile 1.3 +2 -0 src/libexec/uucpd/pathnames.h 1.7 +2 -0 src/libexec/uucpd/uucpd.c 1.4 +2 -0 src/libexec/xtend/packet.c 1.3 +2 -0 src/libexec/xtend/paths.h 1.4 +2 -0 src/libexec/xtend/status.c 1.3 +2 -0 src/libexec/xtend/user.c 1.3 +2 -0 src/libexec/xtend/xten.h 1.3 +2 -0 src/libexec/xtend/xtend.8 1.3 +2 -0 src/libexec/xtend/xtend.c 1.3 +2 -0 src/libexec/xtend/xtend.h 1.11 +1 -1 src/lkm/ibcs2/Makefile 1.3 +2 -0 src/lkm/joy/Makefile 1.4 +2 -0 src/lkm/qcam/Makefile 1.4 +2 -0 src/lkm/syscons/saver.h From owner-cvs-user Sun Sep 22 19:44:24 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA14694 for cvs-user-outgoing; Sun, 22 Sep 1996 19:44:24 -0700 (PDT) Received: from orion.webspan.net (root@orion.webspan.net [206.154.70.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA14639; Sun, 22 Sep 1996 19:44:12 -0700 (PDT) Received: from localhost (gpalmer@localhost [127.0.0.1]) by orion.webspan.net (8.7.5/8.6.12) with SMTP id WAA10297; Sun, 22 Sep 1996 22:44:02 -0400 (EDT) X-Authentication-Warning: orion.webspan.net: Host gpalmer@localhost [127.0.0.1] didn't use HELO protocol To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org From: "Gary Palmer" Subject: Re: cvs commit: src/bin Makefile.inc src/libexec/bootpd/tools/bootpef bootpef.c src/libexec/comsat Makefile comsat.8 comsat.c src/libexec/ftpd extern.h ftpcmd.y ftpd.8 logwtmp.c pathnames.h popen.c skey-stuff.c src/libexec/lfs_cleanerd Makefile clean.h cleanerd.c lfs_cleanerd.8 library.c print.c src/libexec/makekey Makefile makekey.8 makekey.c src/libexec/rbootd Makefile bpf.c parseconf.c rbootd.8 rbootd.c src/libexec/rexecd Makefile rexecd.8 rexecd.c src/libexec/rlogind Makefile rlogind.8 rlogind.c src/libexec/rshd rshd.8 rshd.c src/libexec/talkd Makefile announce.c print.c process.c table.c talkd.c src/libexec/uucpd Makefile pathnames.h uucpd.c src/libexec/xtend packet.c paths.h status.c user.c xten.h xtend.8 xtend.c xtend.h src/lkm/joy Makefile src/lkm/qcam Makefile src/bin/ed/test README ckscripts.sh mkscripts.sh src/libexec Makefile src/libexec/atrun LEGAL src/libexec/bootpd Announce Changes Makefile.UNIX Problems README bootpd.c bootptab.mcs dovend.c dumptab.c! ge! tether.c getif.c hash.c hwaddr.c hwaddr.h lookup.c patchlevel.h readfile.c trygetea.c trygetif.c trylook.c src/libexec/bootpd/tools/bootptest bootptest.c print-bootp.c src/libexec/fingerd Makefile src/libexec/mail.local Makefile mail.local.8 mail.local.c src/libexec/telnetd Makefile ext.h pathnames.h slc.c state.c sys_term.c telnetd.8 telnetd.c termstat.c utility.c src/libexec/tftpd Makefile tftpd.c src/lkm/ibcs2 Makefile src/lkm/syscons saver.h In-reply-to: Your message of "Sun, 22 Sep 1996 14:57:02 PDT." <199609222157.OAA05513@freefall.freebsd.org> Date: Sun, 22 Sep 1996 22:44:02 -0400 Message-ID: <10294.843446642@orion.webspan.net> Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote in message ID <199609222157.OAA05513@freefall.freebsd.org>: > Log: > add forgotten $Id$ > Revision Changes Path [snip] > 1.2 +49 -0 src/libexec/bootpd/Changes > 1.2 +27 -7 src/libexec/bootpd/Makefile.UNIX > 1.2 +19 -0 src/libexec/bootpd/Problems [snip] > 1.2 +10 -19 src/libexec/bootpd/readfile.c > 1.2 +10 -1 src/libexec/bootpd/trygetea.c > 1.2 +8 -2 src/libexec/bootpd/trygetif.c > 1.2 +12 -4 src/libexec/bootpd/trylook.c > 1.2 +3 -7 src/libexec/bootpd/tools/bootpef/bootpef.c > 1.2 +25 -5 src/libexec/bootpd/tools/bootptest/bootptest.c > 1.2 +9 -8 src/libexec/bootpd/tools/bootptest/print-bootp.c Is it just me, or does this look like something more than jsut adding $Id$ to files? Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-user Sun Sep 22 19:59:52 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA21078 for cvs-user-outgoing; Sun, 22 Sep 1996 19:59:52 -0700 (PDT) Received: from precipice.shockwave.com (ppp-206-170-5-14.rdcy01.pacbell.net [206.170.5.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA20917; Sun, 22 Sep 1996 19:59:27 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id TAA06088; Sun, 22 Sep 1996 19:57:34 -0700 (PDT) Message-Id: <199609230257.TAA06088@precipice.shockwave.com> To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: $Id$ In-reply-to: Your message of "Sun, 22 Sep 1996 14:57:02 PDT." <199609222157.OAA05513@freefall.freebsd.org> Date: Sun, 22 Sep 1996 19:57:34 -0700 From: Paul Traina Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yet another good reason for contrib... You just added id's to bootpd, telnetd, which are contributed software. From owner-cvs-user Sun Sep 22 21:54:31 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA13227 for cvs-user-outgoing; Sun, 22 Sep 1996 21:54:31 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA13015; Sun, 22 Sep 1996 21:53:52 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id WAA19520; Sun, 22 Sep 1996 22:53:39 -0600 (MDT) Message-Id: <199609230453.WAA19520@rover.village.org> To: Paul Traina Subject: Re: $Id$ Cc: Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org In-reply-to: Your message of "Sun, 22 Sep 1996 19:57:34 PDT." <199609230257.TAA06088@precipice.shockwave.com> References: <199609230257.TAA06088@precipice.shockwave.com> Date: Sun, 22 Sep 1996 22:53:38 -0600 From: Warner Losh Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199609230257.TAA06088@precipice.shockwave.com> Paul Traina writes: : Yet another good reason for contrib... : : You just added id's to bootpd, telnetd, which are contributed software. Wouldn't that also be a good reason for $FreeBSD$? 1/2 :-) Warner From owner-cvs-user Sun Sep 22 22:41:23 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA13678 for cvs-user-outgoing; Sun, 22 Sep 1996 22:41:23 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA13511; Sun, 22 Sep 1996 22:41:05 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id NAA12996; Mon, 23 Sep 1996 13:40:49 +0800 (WST) Message-Id: <199609230540.NAA12996@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/bin Makefile.inc ... In-reply-to: Your message of "Sun, 22 Sep 1996 14:57:02 MST." <199609222157.OAA05513@freefall.freebsd.org> Date: Mon, 23 Sep 1996 13:40:49 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > Log: > add forgotten $Id$ > > 1.2 +2 -0 src/libexec/atrun/LEGAL > 1.2 +3 -1 src/libexec/bootpd/Announce > 1.2 +49 -0 src/libexec/bootpd/Changes > 1.2 +27 -7 src/libexec/bootpd/Makefile.UNIX > 1.2 +19 -0 src/libexec/bootpd/Problems > 1.2 +3 -0 src/libexec/bootpd/README > 1.2 +4 -5 src/libexec/bootpd/bootptab.mcs > 1.2 +3 -2 src/libexec/bootpd/dovend.c > 1.2 +2 -0 src/libexec/bootpd/dumptab.c > 1.2 +2 -4 src/libexec/bootpd/hash.c > 1.2 +7 -2 src/libexec/bootpd/hwaddr.h > 1.2 +5 -0 src/libexec/bootpd/lookup.c > 1.2 +7 -2 src/libexec/bootpd/patchlevel.h > 1.2 +10 -19 src/libexec/bootpd/readfile.c > 1.2 +10 -1 src/libexec/bootpd/trygetea.c > 1.2 +8 -2 src/libexec/bootpd/trygetif.c > 1.2 +12 -4 src/libexec/bootpd/trylook.c > 1.2 +3 -7 src/libexec/bootpd/tools/bootpef/bootpef.c > 1.2 +25 -5 src/libexec/bootpd/tools/bootptest/bootptest.c > 1.2 +9 -8 src/libexec/bootpd/tools/bootptest/print-bootp.c Say What?!?? The files Announce, Changes, Makefile.UNIX, Problems, README, bootptab.mcs, dovend.c, dumptab.c, hash.c, hwaddr.h, lookup.c, patchlevel.h, readfile.c, trytea.c, trygetif.c, trylook.c, bootpef.c, bootptest.c, and print-bootp.c should ***NOT*** have $Id$ because they have not been locally modified! The unusual +10 -19 markers are harmless, it is an artifact of the way RCS files are stored. The 1.2 delta is relative the oldest version imported, not the newest as one would expect. ie: the 1.1.1.1 -> 1.2 delta is largely a duplicate of the 1.1.1.1 -> 1.1.1.2 delta. This has just unnecessarily caused any future updates to bootpd to be double the normal size. :-( Committing to files that are currently on the vendor branch just to add $Id$ is a major *NO*! It's a technical issue that's not easily fixed. Yes, it's a major flaw in RCS/CVS, which is one major reason for the start-again approach in contrib - to get out of this mess in the gnu/* tree. This problem will persist as long as we stick with cvs or any other rcs-based tool. (Incidently, p3 doesn't have this problem.) Sigh, -Peter From owner-cvs-user Sun Sep 22 22:43:41 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15142 for cvs-user-outgoing; Sun, 22 Sep 1996 22:43:41 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA14920; Sun, 22 Sep 1996 22:43:20 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id NAA13012; Mon, 23 Sep 1996 13:42:11 +0800 (WST) Message-Id: <199609230542.NAA13012@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Warner Losh cc: Paul Traina , Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: $Id$ In-reply-to: Your message of "Sun, 22 Sep 1996 22:53:38 CST." <199609230453.WAA19520@rover.village.org> Date: Mon, 23 Sep 1996 13:42:11 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh wrote: > In message <199609230257.TAA06088@precipice.shockwave.com> Paul Traina writes : > : Yet another good reason for contrib... > : > : You just added id's to bootpd, telnetd, which are contributed software. > > Wouldn't that also be a good reason for $FreeBSD$? 1/2 :-) > > Warner Don't joke.. The wind might change.. Cheers, -Peter From owner-cvs-user Sun Sep 22 22:50:44 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA19765 for cvs-user-outgoing; Sun, 22 Sep 1996 22:50:44 -0700 (PDT) Received: from precipice.shockwave.com (ppp-206-170-5-14.rdcy01.pacbell.net [206.170.5.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA19613; Sun, 22 Sep 1996 22:50:29 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id WAA06458; Sun, 22 Sep 1996 22:49:41 -0700 (PDT) Message-Id: <199609230549.WAA06458@precipice.shockwave.com> To: Peter Wemm cc: Warner Losh , Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: $Id$ In-reply-to: Your message of "Mon, 23 Sep 1996 13:42:11 +0800." <199609230542.NAA13012@spinner.DIALix.COM> Date: Sun, 22 Sep 1996 22:49:41 -0700 From: Paul Traina Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Why SHOULDN'T the wind change? Changing $Id$ is absolutely idiotic. We should have gone to $FreeBSD$ years ago. From: Peter Wemm Subject: Re: $Id$ Warner Losh wrote: > In message <199609230257.TAA06088@precipice.shockwave.com> Paul Traina writ >>es : > : Yet another good reason for contrib... > : > : You just added id's to bootpd, telnetd, which are contributed software. > > Wouldn't that also be a good reason for $FreeBSD$? 1/2 :-) > > Warner Don't joke.. The wind might change.. Cheers, -Peter From owner-cvs-user Sun Sep 22 22:59:58 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA25244 for cvs-user-outgoing; Sun, 22 Sep 1996 22:59:58 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA25124; Sun, 22 Sep 1996 22:59:46 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.7.5/8.7.3) id WAA01619; Sun, 22 Sep 1996 22:58:22 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199609230558.WAA01619@GndRsh.aac.dev.com> Subject: Re: $Id$ In-Reply-To: <199609230549.WAA06458@precipice.shockwave.com> from Paul Traina at "Sep 22, 96 10:49:41 pm" To: pst@shockwave.com (Paul Traina) Date: Sun, 22 Sep 1996 22:58:22 -0700 (PDT) Cc: peter@spinner.dialix.com, imp@village.org, wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Why SHOULDN'T the wind change? Changing $Id$ is absolutely idiotic. > We should have gone to $FreeBSD$ years ago. We did, but someone had a bug with it and rather than tell me about it and ask me to fix it they decided that it was broken and reversed it all out. > From: Peter Wemm > Subject: Re: $Id$ > Warner Losh wrote: > > In message <199609230257.TAA06088@precipice.shockwave.com> Paul Traina writ > >>es > : > > : Yet another good reason for contrib... > > : > > : You just added id's to bootpd, telnetd, which are contributed software. > > > > Wouldn't that also be a good reason for $FreeBSD$? 1/2 :-) > > > > Warner > > Don't joke.. The wind might change.. > > Cheers, > -Peter > > > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-user Sun Sep 22 23:03:01 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA26936 for cvs-user-outgoing; Sun, 22 Sep 1996 23:03:01 -0700 (PDT) Received: from lestat.nas.nasa.gov (lestat.nas.nasa.gov [129.99.50.29]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA26873; Sun, 22 Sep 1996 23:02:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lestat.nas.nasa.gov (8.7.5/8.6.12) with SMTP id WAA27531; Sun, 22 Sep 1996 22:52:55 -0700 (PDT) Message-Id: <199609230552.WAA27531@lestat.nas.nasa.gov> X-Authentication-Warning: lestat.nas.nasa.gov: Host localhost [127.0.0.1] didn't use HELO protocol To: Peter Wemm Cc: Warner Losh , Paul Traina , Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: $Id$ Reply-To: Jason Thorpe From: Jason Thorpe Date: Sun, 22 Sep 1996 22:52:55 -0700 Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Sep 1996 13:42:11 +0800 Peter Wemm wrote: > > Wouldn't that also be a good reason for $FreeBSD$? 1/2 :-) > > > > Warner > > Don't joke.. The wind might change.. NetBSD has been using this style of RCS id for some time: /* $NetBSD: ch.c,v 1.22 1996/09/18 02:34:31 thorpej Exp $ */ ...located at the top of the file ... format is: /*$NetBSD$*/ They're fairly pleasant to look at, and have the advantage of not being mucked with by a local cvs import. The idea was modeled after BSDI's RCS ids (which are a litle different, in that they actually just use " * BSDI $Id$", and then strip of the $'s when they ship a release, but whatever :-) Ciao. -- save the ancient forests - http://www.bayarea.net/~thorpej/forest/ -- Jason R. Thorpe thorpej@nas.nasa.gov NASA Ames Research Center Home: 408.866.1912 NAS: M/S 258-6 Work: 415.604.0935 Moffett Field, CA 94035 Pager: 415.428.6939 From owner-cvs-user Sun Sep 22 23:14:54 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA04159 for cvs-user-outgoing; Sun, 22 Sep 1996 23:14:54 -0700 (PDT) Received: from precipice.shockwave.com (ppp-206-170-5-14.rdcy01.pacbell.net [206.170.5.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA02452; Sun, 22 Sep 1996 23:12:34 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id XAA06550; Sun, 22 Sep 1996 23:09:07 -0700 (PDT) Message-Id: <199609230609.XAA06550@precipice.shockwave.com> To: "Rodney W. Grimes" cc: peter@spinner.dialix.com, imp@village.org, wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: $Id$ In-reply-to: Your message of "Sun, 22 Sep 1996 22:58:22 PDT." <199609230558.WAA01619@GndRsh.aac.dev.com> Date: Sun, 22 Sep 1996 23:09:07 -0700 From: Paul Traina Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: "Rodney W. Grimes" Subject: Re: $Id$ > Why SHOULDN'T the wind change? Changing $Id$ is absolutely idiotic. > We should have gone to $FreeBSD$ years ago. We did, but someone had a bug with it and rather than tell me about it and ask me to fix it they decided that it was broken and reversed it all out. Apply lead pipe. Rinse. Repeat. :-) From owner-cvs-user Sun Sep 22 23:37:03 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA18194 for cvs-user-outgoing; Sun, 22 Sep 1996 23:37:03 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA18096; Sun, 22 Sep 1996 23:36:52 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id QAA07471; Mon, 23 Sep 1996 16:16:57 +1000 Date: Mon, 23 Sep 1996 16:16:57 +1000 From: Bruce Evans Message-Id: <199609230616.QAA07471@godzilla.zeta.org.au> To: peter@spinner.DIALix.COM, wosch@freefall.freebsd.org Subject: Re: cvs commit: src/bin Makefile.inc ... Cc: cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org, cvs-user@freefall.freebsd.org Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >The files Announce, Changes, Makefile.UNIX, Problems, README, >bootptab.mcs, dovend.c, dumptab.c, hash.c, hwaddr.h, lookup.c, >patchlevel.h, readfile.c, trytea.c, trygetif.c, trylook.c, bootpef.c, >bootptest.c, and print-bootp.c should ***NOT*** have $Id$ because they >have not been locally modified! They have now :-]. There is precedence for this change in /bin. E.g., in ls, the following files haven't been changed locally except to add $Id$: Makefile, cmp.c, extern.h, ls.h, stat_flags.c Bruce From owner-cvs-user Sun Sep 22 23:49:46 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA26081 for cvs-user-outgoing; Sun, 22 Sep 1996 23:49:46 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA25954; Sun, 22 Sep 1996 23:49:35 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id OAA13362; Mon, 23 Sep 1996 14:49:15 +0800 (WST) Message-Id: <199609230649.OAA13362@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Bruce Evans cc: wosch@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/bin Makefile.inc ... In-reply-to: Your message of "Mon, 23 Sep 1996 16:16:57 +1000." <199609230616.QAA07471@godzilla.zeta.org.au> Date: Mon, 23 Sep 1996 14:49:14 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > >The files Announce, Changes, Makefile.UNIX, Problems, README, > >bootptab.mcs, dovend.c, dumptab.c, hash.c, hwaddr.h, lookup.c, > >patchlevel.h, readfile.c, trytea.c, trygetif.c, trylook.c, bootpef.c, > >bootptest.c, and print-bootp.c should ***NOT*** have $Id$ because they > >have not been locally modified! > > They have now :-]. Well, there's always delta removal, but I am not sure it's worth it in this particular case. However, if leaving it in creates a precedent and other people think it's ok to simply add $Id$ for the hell of it, then I think they'd better come out before things get too far off the rails. > There is precedence for this change in /bin. E.g., in ls, the following > files haven't been changed locally except to add $Id$: > > Makefile, cmp.c, extern.h, ls.h, stat_flags.c > > Bruce Yes, and make(1), and sh(1).. I'm not sure how much of sh(1)'s modifications are due to $Id$ then the Lite2 merge, or whether it's genuinely had all it's files modified. This is exactly the kind of problem we need to avoid. Sigh, -Peter From owner-cvs-user Mon Sep 23 08:57:13 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA18402 for cvs-user-outgoing; Mon, 23 Sep 1996 08:57:13 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA18068; Mon, 23 Sep 1996 08:55:38 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id IAA02416; Mon, 23 Sep 1996 08:55:24 -0700 (PDT) To: Peter Wemm cc: Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/bin Makefile.inc ... In-reply-to: Your message of "Mon, 23 Sep 1996 13:40:49 +0800." <199609230540.NAA12996@spinner.DIALix.COM> Date: Mon, 23 Sep 1996 08:55:24 -0700 Message-ID: <2414.843494124@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > with cvs or any other rcs-based tool. (Incidently, p3 doesn't have this > problem.) "Perforce" :-) Jordan From owner-cvs-user Mon Sep 23 21:38:27 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02587 for cvs-user-outgoing; Mon, 23 Sep 1996 21:38:27 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA01933; Mon, 23 Sep 1996 21:36:45 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id MAA18888; Tue, 24 Sep 1996 12:36:30 +0800 (WST) Message-Id: <199609240436.MAA18888@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: "Jordan K. Hubbard" cc: Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, cvs-user@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/bin Makefile.inc ... In-reply-to: Your message of "Mon, 23 Sep 1996 08:55:24 MST." <2414.843494124@time.cdrom.com> Date: Tue, 24 Sep 1996 12:36:29 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > > with cvs or any other rcs-based tool. (Incidently, p3 doesn't have this > > problem.) > > "Perforce" :-) Ack, I checked their web page about 10 minutes after writing that, to discover that their release within the last few days has renamed the command-line tools to p4 and p4d. Sigh. > Jordan Cheers, -Peter From owner-cvs-user Tue Sep 24 17:45:08 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA07047 for cvs-user-outgoing; Tue, 24 Sep 1996 17:45:08 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06492; Tue, 24 Sep 1996 17:43:26 -0700 (PDT) Date: Tue, 24 Sep 1996 17:43:26 -0700 (PDT) From: Paul Traina Message-Id: <199609250043.RAA06492@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/24 17:43:25 Modified: release Makefile Log: Fix a typo in phk's rawboot conversion Revision Changes Path 1.238 +2 -2 src/release/Makefile From owner-cvs-user Thu Sep 26 13:50:31 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08172 for cvs-user-outgoing; Thu, 26 Sep 1996 13:50:31 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA07364; Thu, 26 Sep 1996 13:48:13 -0700 (PDT) Date: Thu, 26 Sep 1996 13:48:13 -0700 (PDT) From: Paul Traina Message-Id: <199609262048.NAA07364@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/26 13:48:09 Modified: release Makefile Log: When doing a rerelease, cvs update from within the source directory so we pick up the old CVSROOT if we don't have the environment variable set. If /usr/src/release/install.cfg is present, put it out onto the root filesystem of the boot floppy. It may optionally be used to pre-configure sysinstall with custom values. (See next batch of commits). Revision Changes Path 1.239 +5 -3 src/release/Makefile From owner-cvs-user Thu Sep 26 14:05:50 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14988 for cvs-user-outgoing; Thu, 26 Sep 1996 14:05:50 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14059; Thu, 26 Sep 1996 14:03:46 -0700 (PDT) Date: Thu, 26 Sep 1996 14:03:46 -0700 (PDT) From: Paul Traina Message-Id: <199609262103.OAA14059@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall main.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/26 14:03:41 Modified: release/sysinstall main.c Log: If /install.cfg exists on the local floppy (or if LOAD_CONFIG_FILE is defined and the user inserts a floppy), read the config file to pre-define variables for a custom installation. [Note: I fixed one bug in LOAD_CONFIG_FILE code, but it's still not perfect.] Revision Changes Path 1.28 +45 -22 src/release/sysinstall/main.c From owner-cvs-user Thu Sep 26 14:09:05 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16649 for cvs-user-outgoing; Thu, 26 Sep 1996 14:09:05 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15718; Thu, 26 Sep 1996 14:07:17 -0700 (PDT) Date: Thu, 26 Sep 1996 14:07:17 -0700 (PDT) From: Paul Traina Message-Id: <199609262107.OAA15718@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall system.c termcap.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/26 14:07:15 Modified: release/sysinstall system.c termcap.c Log: If we're unable to open /dev/ttyv0, assume that we're on a single tty system and use /dev/console. I really think the proper test is to determine which device has been configured to be the console (remember the RB_SERIAL flag?) and use it instead of always trying to open /dev/ttyv0 first. Revision Changes Path 1.64 +6 -2 src/release/sysinstall/system.c 1.19 +1 -3 src/release/sysinstall/termcap.c From owner-cvs-user Thu Sep 26 15:08:33 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA16503 for cvs-user-outgoing; Thu, 26 Sep 1996 15:08:33 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA16189; Thu, 26 Sep 1996 15:07:49 -0700 (PDT) Date: Thu, 26 Sep 1996 15:07:49 -0700 (PDT) From: Paul Traina Message-Id: <199609262207.PAA16189@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall media.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/26 15:07:45 Modified: release/sysinstall media.c Log: If we're running through the FTP setup dialog the *first* time, skip the FTP path if we've already configured one (this allows preconfigured ftp servers). Revision Changes Path 1.53 +11 -5 src/release/sysinstall/media.c From owner-cvs-user Thu Sep 26 15:12:44 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18764 for cvs-user-outgoing; Thu, 26 Sep 1996 15:12:44 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18503; Thu, 26 Sep 1996 15:12:15 -0700 (PDT) Date: Thu, 26 Sep 1996 15:12:15 -0700 (PDT) From: Paul Traina Message-Id: <199609262212.PAA18503@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/26 15:12:12 Modified: release/sysinstall dist.c Log: Rate limit the "xxx bytes read from" message to a maximum of one per chunk or one per second, whichever is less. Outputting this message once every couple of K was really crazy on a 9600bps serial console. Revision Changes Path 1.69 +10 -4 src/release/sysinstall/dist.c From owner-cvs-user Thu Sep 26 22:15:50 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18533 for cvs-user-outgoing; Thu, 26 Sep 1996 22:15:50 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA17720; Thu, 26 Sep 1996 22:13:56 -0700 (PDT) Date: Thu, 26 Sep 1996 22:13:56 -0700 (PDT) From: Peter Wemm Message-Id: <199609270513.WAA17720@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gcc/cp g++.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/26 22:13:53 Modified: contrib/gcc/cp g++.c Log: Temporarily disable the code that wants to add -lstdc++ in tge g++ driver since we don't have it yet and I've taken too long on the libg++-2.7.2 stuff (it causes problems due to to the lack of .weak support which I've nearly finished) Submitted by: "Ph. Charnier" Revision Changes Path 1.3 +3 -0 src/contrib/gcc/cp/g++.c From owner-cvs-user Fri Sep 27 00:14:01 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA10915 for cvs-user-outgoing; Fri, 27 Sep 1996 00:14:01 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09725; Fri, 27 Sep 1996 00:12:20 -0700 (PDT) Date: Fri, 27 Sep 1996 00:12:20 -0700 (PDT) From: Peter Wemm Message-Id: <199609270712.AAA09725@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/lib Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/27 00:12:18 Modified: lib Makefile Log: libfakegnumalloc -> libgnumalloc Revision Changes Path 1.47 +1 -1 src/lib/Makefile From owner-cvs-user Sat Sep 28 11:38:33 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA03820 for cvs-user-outgoing; Sat, 28 Sep 1996 11:38:33 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA02622; Sat, 28 Sep 1996 11:36:54 -0700 (PDT) Date: Sat, 28 Sep 1996 11:36:54 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609281836.LAA02622@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/groff/tmac doc-syms Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/28 11:36:53 Modified: contrib/groff/tmac doc-syms Log: Import Nx macro - NetBSD Obtained from: NetBSD Revision Changes Path 1.3 +28 -0 src/contrib/groff/tmac/doc-syms