From owner-freebsd-commit Sun Jan 7 00:12:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25380 for freebsd-commit-outgoing; Sun, 7 Jan 1996 00:12:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25347 for cvs-all-outgoing; Sun, 7 Jan 1996 00:12:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25333 for cvs-sys-outgoing; Sun, 7 Jan 1996 00:12:20 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25317 Sun, 7 Jan 1996 00:12:18 -0800 (PST) Date: Sun, 7 Jan 1996 00:12:18 -0800 (PST) From: Bill Paul Message-Id: <199601070812.AAA25317@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound ad1848.c local.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/07 00:12:16 Modified: sys/i386/isa/sound ad1848.c local.h Log: Add NMSS to the list of things that local.h checks for when decding whether of not to automatically #define EXCLUDE_AUDIO; MSS is a real audio device and we should not #define EXCLUDE_AUDIO if we have one. (And I want it because it's the only mixer-capable audio driver that I can use with my crummy Packard Bell (nee Aztech) audio board.) This fixes the very confusing condition where having all of this: mss0 at 0x530 irq 10 drq 1 on isa gus0: opl0 at 0x388 on isa opl0: mpu0 at 0x300 irq 9 drq 0 on isa mpu0: will still give you this: % cat /dev/sndstat SoundCard Error: The soundcard system has not been configured Also remove an unnecessary newline in the printf() message for the 'gus0' device shown above so that we don't wind up printing a blank line between mss0 and gus0. Revision Changes Path 1.10 +1 -1 src/sys/i386/isa/sound/ad1848.c 1.19 +3 -2 src/sys/i386/isa/sound/local.h From owner-freebsd-commit Sun Jan 7 01:15:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28819 for freebsd-commit-outgoing; Sun, 7 Jan 1996 01:15:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28809 for cvs-all-outgoing; Sun, 7 Jan 1996 01:15:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28799 for cvs-lib-outgoing; Sun, 7 Jan 1996 01:15:12 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28792 Sun, 7 Jan 1996 01:15:08 -0800 (PST) Date: Sun, 7 Jan 1996 01:15:08 -0800 (PST) From: Peter Wemm Message-Id: <199601070915.BAA28792@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/net Makefile.inc res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 01:15:07 Modified: lib/libc/net Makefile.inc res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c Log: Merge the 4.9.3-rel code into the res_* parts. The gethostXXXbyYYY parts are not quite so simple.. Revision Changes Path 1.10 +2 -2 src/lib/libc/net/Makefile.inc 1.4 +13 -16 src/lib/libc/net/res_comp.c 1.6 +38 -59 src/lib/libc/net/res_debug.c 1.7 +18 -20 src/lib/libc/net/res_init.c 1.7 +12 -12 src/lib/libc/net/res_mkquery.c 1.7 +17 -17 src/lib/libc/net/res_query.c 1.7 +60 -56 src/lib/libc/net/res_send.c From owner-freebsd-commit Sun Jan 7 01:41:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00293 for freebsd-commit-outgoing; Sun, 7 Jan 1996 01:41:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00272 for cvs-all-outgoing; Sun, 7 Jan 1996 01:41:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00259 for cvs-user-outgoing; Sun, 7 Jan 1996 01:41:26 -0800 (PST) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA00171 Sun, 7 Jan 1996 01:40:51 -0800 (PST) Received: from critter.tfs.com ([193.88.44.194]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id KAA06895; Sun, 7 Jan 1996 10:38:49 +0100 Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id KAA05517; Sun, 7 Jan 1996 10:03:36 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Peter Wemm cc: CVS-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: Re: cvs commit: src/lkm Makefile In-reply-to: Your message of "Sat, 06 Jan 1996 15:15:42 PST." <199601062315.PAA27225@freefall.freebsd.org> Date: Sun, 07 Jan 1996 10:03:35 +0100 Message-ID: <5515.821005415@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-commit@FreeBSD.ORG Precedence: bulk > peter 96/01/06 15:15:41 > > Modified: lkm Makefile > Log: > Detach fpu and gnufpu from Makefile.. These lkm's build (or used to) > but are not quite useable. (fpu is used by init, and process switch > apparently..) Could we still compile them, though not install them ? -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-commit Sun Jan 7 01:42:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00436 for freebsd-commit-outgoing; Sun, 7 Jan 1996 01:42:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00426 for cvs-all-outgoing; Sun, 7 Jan 1996 01:42:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00415 for cvs-sys-outgoing; Sun, 7 Jan 1996 01:42:44 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00403 Sun, 7 Jan 1996 01:42:40 -0800 (PST) Date: Sun, 7 Jan 1996 01:42:40 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601070942.BAA00403@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/07 01:42:39 Modified: sys/ufs/ufs ufs_readwrite.c Log: The second cast wasn't needed. Submitted by: bde Revision Changes Path 1.19 +2 -2 src/sys/ufs/ufs/ufs_readwrite.c From owner-freebsd-commit Sun Jan 7 03:56:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07341 for freebsd-commit-outgoing; Sun, 7 Jan 1996 03:56:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07301 for cvs-all-outgoing; Sun, 7 Jan 1996 03:56:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07291 for cvs-share-outgoing; Sun, 7 Jan 1996 03:55:58 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07282 Sun, 7 Jan 1996 03:55:55 -0800 (PST) Date: Sun, 7 Jan 1996 03:55:55 -0800 (PST) From: Joerg Wunsch Message-Id: <199601071155.DAA07282@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook contrib.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/07 03:55:54 Modified: share/doc/handbook contrib.sgml Log: Mention Wilko Bulte and Larry Altneu for providing me with an Archive and a Wangtek QIC-02 drive, in order to improve the wt driver. (Location: Jörg's home :) Revision Changes Path 1.43 +6 -1 src/share/doc/handbook/contrib.sgml From owner-freebsd-commit Sun Jan 7 07:49:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15804 for freebsd-commit-outgoing; Sun, 7 Jan 1996 07:49:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15772 for cvs-all-outgoing; Sun, 7 Jan 1996 07:49:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15758 for cvs-usrsbin-outgoing; Sun, 7 Jan 1996 07:49:23 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15748 Sun, 7 Jan 1996 07:49:18 -0800 (PST) Date: Sun, 7 Jan 1996 07:49:18 -0800 (PST) From: Joerg Wunsch Message-Id: <199601071549.HAA15748@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/07 07:49:17 Modified: usr.sbin/lpr/lpd lpd.8 Log: Mention a bug in lpd that causes a core dump if a request is made for a file format where no filter is assigned. Pointed out by: Richard_Pontefract@vos.stratus.com Revision Changes Path 1.3 +10 -0 src/usr.sbin/lpr/lpd/lpd.8 From owner-freebsd-commit Sun Jan 7 07:51:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15944 for freebsd-commit-outgoing; Sun, 7 Jan 1996 07:51:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15934 for cvs-all-outgoing; Sun, 7 Jan 1996 07:51:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15922 for cvs-usrsbin-outgoing; Sun, 7 Jan 1996 07:51:01 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15914 Sun, 7 Jan 1996 07:50:58 -0800 (PST) Date: Sun, 7 Jan 1996 07:50:58 -0800 (PST) From: Joerg Wunsch Message-Id: <199601071550.HAA15914@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/07 07:50:57 Branch: usr.sbin/lpr/lpd RELENG_2_1_0 Modified: usr.sbin/lpr/lpd lpd.8 Log: Merge in the BUGS section from HEAD. Revision Changes Path 1.2.4.1 +10 -0 src/usr.sbin/lpr/lpd/lpd.8 From owner-freebsd-commit Sun Jan 7 09:08:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA21376 for freebsd-commit-outgoing; Sun, 7 Jan 1996 09:08:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA21349 for cvs-all-outgoing; Sun, 7 Jan 1996 09:08:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA21336 for cvs-sys-outgoing; Sun, 7 Jan 1996 09:08:42 -0800 (PST) Received: from originat.demon.co.uk (originat.demon.co.uk [158.152.220.9]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA21307 Sun, 7 Jan 1996 09:08:21 -0800 (PST) Received: (from paul@localhost) by originat.demon.co.uk (8.6.12/8.6.9) id QAA00338; Sat, 6 Jan 1996 16:15:45 GMT From: Paul Richards Message-Id: <199601061615.QAA00338@originat.demon.co.uk> Subject: Re: cvs commit: src/sys/i386/isa if_lnc.c To: bde@zeta.org.au (Bruce Evans) Date: Sat, 6 Jan 1996 16:15:45 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, paul@freefall.freebsd.org In-Reply-To: <199601060628.RAA11126@godzilla.zeta.org.au> from "Bruce Evans" at Jan 6, 96 05:28:14 pm Reply-to: paul@netcraft.co.uk X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk In reply to Bruce Evans who said > > > Modified: sys/i386/isa if_lnc.c > > Log: > > Added multicast support, currently #ifdef LNC_MULTICAST. > > > > Changed parameter of lnc_watchdog to match what upper levels expect, fixed > > a warning. > > Erm, the second changes undoes revision 1.15 and breaks -current. The > uppper levels of 2.1 and current are different. Damn. I was thinking when I was fixing it that the way it was before was better than what I was changing it to :-) Ok, I'm getting up to speed development-wise again, as soon as ctm gets me a copy of current I'll fix it. -- Paul Richards, Netcraft Ltd. Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk Phone: 0370 462071 (Mobile), +44 1225 447500 (work) From owner-freebsd-commit Sun Jan 7 11:27:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05046 for freebsd-commit-outgoing; Sun, 7 Jan 1996 11:27:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05027 for cvs-all-outgoing; Sun, 7 Jan 1996 11:27:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05014 for cvs-sys-outgoing; Sun, 7 Jan 1996 11:27:12 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05001 Sun, 7 Jan 1996 11:27:08 -0800 (PST) Date: Sun, 7 Jan 1996 11:27:08 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601071927.LAA05001@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/07 11:27:07 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: aic7xxx.seq: Add the same type of safeguards we use in the mesg_in phase to the mesg_out phase. aic7xxx_reg.h: Add definitions for the DSCommand register for PCI adapters. Revision Changes Path 1.27 +10 -9 src/sys/dev/aic7xxx/aic7xxx.seq 1.3 +11 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h Modified: sys/i386/conf GENERIC Log: Add comment about only needing on of either ahc, ncr, or ahb type controllers to handle any number of devices. Remove unnecessary extra units for these controllers. Revision Changes Path 1.59 +3 -2 src/sys/i386/conf/GENERIC Modified: sys/i386/eisa aha1742.c Log: Use the new adapter_softc field in the scsi_link structure so that this driver no longer needs to maintain an array of configured units. Pass "softc" pointers instead of unit numbers to many functions that did a conversion for unit->softc anyway. Revision Changes Path 1.47 +66 -79 src/sys/i386/eisa/aha1742.c Modified: sys/i386/isa aha1542.c aic6360.c ncr5380.c seagate.c ultra14f.c Log: Use the new adapter_softc field in the scsi_link structure so that in the future, these drivers won't need to maintain an array of configured units. They still need to because ISA interrupt handlers take a unit number. :( Pass "softc" pointers instead of unit numbers to many functions that did a conversion of unit->softc anyway. Revision Changes Path 1.55 +89 -89 src/sys/i386/isa/aha1542.c 1.19 +12 -12 src/sys/i386/isa/aic6360.c 1.10 +3 -2 src/sys/i386/isa/ncr5380.c 1.16 +14 -11 src/sys/i386/isa/seagate.c 1.44 +106 -110 src/sys/i386/isa/ultra14f.c Modified: sys/i386/scsi aic7xxx.c aic7xxx.h bt.c Log: Use the new adapter_softc field in the scsi_link structure so that these drivers don't need to maintain an array of configured units. The bt driver still needs to because ISA interrupt handlers take a unit number. :( Revision Changes Path 1.53 +14 -33 src/sys/i386/scsi/aic7xxx.c 1.18 +1 -3 src/sys/i386/scsi/aic7xxx.h 1.4 +6 -6 src/sys/i386/scsi/bt.c Modified: sys/pci aic7870.c ncr.c Log: Write the cahesize and latency timer values back into configuration space (whoops!). Add a missing argument to the cachesize/lattime printf. Set the CACHETHEN bit in DSCommand. Revision Changes Path 1.22 +6 -1 src/sys/pci/aic7870.c 1.54 +4 -11 src/sys/pci/ncr.c Modified: sys/scsi scsiconf.h Log: Add an adapter_softc field to the scsi_link struct. Revision Changes Path 1.37 +2 -1 src/sys/scsi/scsiconf.h From owner-freebsd-commit Sun Jan 7 13:37:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17077 for freebsd-commit-outgoing; Sun, 7 Jan 1996 13:37:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17023 for cvs-all-outgoing; Sun, 7 Jan 1996 13:36:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17006 for cvs-user-outgoing; Sun, 7 Jan 1996 13:36:45 -0800 (PST) Received: from omega.physik.fu-berlin.de (omega.physik.fu-berlin.de [130.133.3.51]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA16938 Sun, 7 Jan 1996 13:36:15 -0800 (PST) Received: from mordillo (oberon.physik.fu-berlin.de [130.133.3.126]) by omega.physik.fu-berlin.de (8.7.1/8.7.1) with ESMTP id WAA01464; Sun, 7 Jan 1996 22:36:11 +0100 (MET) Received: (from graichen@localhost) by mordillo (8.6.12/8.6.12) id WAA00910; Sun, 7 Jan 1996 22:13:49 +0100 From: Thomas Graichen Message-Id: <199601072113.WAA00910@mordillo> Subject: Re: cvs commit: src/lkm Makefile To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Sun, 7 Jan 1996 22:13:49 +0100 (MET) Cc: peter@FreeBSD.ORG, CVS-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG In-Reply-To: <5515.821005415@critter.tfs.com> from "Poul-Henning Kamp" at Jan 7, 96 10:03:35 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk hasn't Poul-Henning Kamp said ? ... > > > peter 96/01/06 15:15:41 > > > > Modified: lkm Makefile > > Log: > > Detach fpu and gnufpu from Makefile.. These lkm's build (or used to) > > but are not quite useable. (fpu is used by init, and process switch > > apparently..) > > Could we still compile them, though not install them ? > i would vote for this too - i think it will not take really long to compile them - but this way we are shure that they will also compile clean in half a year t _______________________________________________________||___________________ __|| Perfection is reached, not when there is no __|| thomas graichen longer anything to add, but when there __|| freie universitaet berlin is no longer anything to take away __|| fachbereich physik __|| - Antoine de Saint-Exupery - __|| graichen@mail.physik.fu-berlin.de ___________________________||__________________graichen@FreeBSD.org_________ From owner-freebsd-commit Sun Jan 7 14:30:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22540 for freebsd-commit-outgoing; Sun, 7 Jan 1996 14:30:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22523 for cvs-all-outgoing; Sun, 7 Jan 1996 14:30:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22506 for cvs-usrbin-outgoing; Sun, 7 Jan 1996 14:30:23 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22492 Sun, 7 Jan 1996 14:30:18 -0800 (PST) Date: Sun, 7 Jan 1996 14:30:18 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072230.OAA22492@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc output.c skeleton.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:30:16 Modified: usr.bin/yacc output.c skeleton.c Log: Make all the tables "const" so that they don't clutter our data-segment. Revision Changes Path 1.3 +10 -10 src/usr.bin/yacc/output.c 1.2 +9 -9 src/usr.bin/yacc/skeleton.c From owner-freebsd-commit Sun Jan 7 14:31:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22710 for freebsd-commit-outgoing; Sun, 7 Jan 1996 14:31:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22693 for cvs-all-outgoing; Sun, 7 Jan 1996 14:31:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22680 for cvs-sys-outgoing; Sun, 7 Jan 1996 14:31:37 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22663 Sun, 7 Jan 1996 14:31:34 -0800 (PST) Date: Sun, 7 Jan 1996 14:31:34 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072231.OAA22663@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:31:32 Modified: sys/i386/conf Makefile.i386 Log: Only change the sysctl variable if it presently points to /kernel. Revision Changes Path 1.74 +4 -2 src/sys/i386/conf/Makefile.i386 From owner-freebsd-commit Sun Jan 7 14:33:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22961 for freebsd-commit-outgoing; Sun, 7 Jan 1996 14:33:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22929 for cvs-all-outgoing; Sun, 7 Jan 1996 14:32:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22912 for cvs-sbin-outgoing; Sun, 7 Jan 1996 14:32:49 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22892 Sun, 7 Jan 1996 14:32:41 -0800 (PST) Date: Sun, 7 Jan 1996 14:32:41 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072232.OAA22892@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/i386/ft ftecc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:32:40 Modified: sbin/i386/ft ftecc.c Log: Move some tables to "const" and remove some unused vars. Revision Changes Path 1.4 +6 -7 src/sbin/i386/ft/ftecc.c From owner-freebsd-commit Sun Jan 7 14:39:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23759 for freebsd-commit-outgoing; Sun, 7 Jan 1996 14:39:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23724 for cvs-all-outgoing; Sun, 7 Jan 1996 14:39:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23704 for cvs-sys-outgoing; Sun, 7 Jan 1996 14:39:19 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23682 Sun, 7 Jan 1996 14:39:10 -0800 (PST) Date: Sun, 7 Jan 1996 14:39:10 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072239.OAA23682@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:39:08 Modified: sys/kern subr_diskslice.c Log: It's bad if the blockno is negative. Revision Changes Path 1.16 +4 -1 src/sys/kern/subr_diskslice.c From owner-freebsd-commit Sun Jan 7 18:55:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05805 for freebsd-commit-outgoing; Sun, 7 Jan 1996 18:55:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05786 for cvs-all-outgoing; Sun, 7 Jan 1996 18:54:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05776 for cvs-sys-outgoing; Sun, 7 Jan 1996 18:54:50 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05769 Sun, 7 Jan 1996 18:54:48 -0800 (PST) Date: Sun, 7 Jan 1996 18:54:48 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601080254.SAA05769@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/07 18:54:47 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Merge with HEAD. aic7xxx.seq: Add additional checking to the message out phase. aic7xxx_reg.h: Add definition of the DSCommand register. Revision Changes Path 1.16.4.7 +10 -9 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.1 +11 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Merge with HEAD. Use the adapter_softc field in the scsi_link structure instead of an array of per unit data. Revision Changes Path 1.29.2.9 +14 -33 src/sys/i386/scsi/aic7xxx.c 1.10.2.6 +1 -3 src/sys/i386/scsi/aic7xxx.h Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c Log: Merge with HEAD. Fix a printf (was missing an arg). Write the new value of CSIZE_LATTIME back into configuration space. Turn CACHETHEN on in DSCommand. Revision Changes Path 1.11.2.7 +6 -1 src/sys/pci/aic7870.c Branch: sys/scsi RELENG_2_1_0 Modified: sys/scsi scsiconf.h Log: Merge with HEAD. Add adapter_softc entry to the scsi_link structure. Revision Changes Path 1.26.4.3 +2 -1 src/sys/scsi/scsiconf.h From owner-freebsd-commit Sun Jan 7 19:32:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07666 for freebsd-commit-outgoing; Sun, 7 Jan 1996 19:32:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07646 for cvs-all-outgoing; Sun, 7 Jan 1996 19:32:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07636 for cvs-gnu-outgoing; Sun, 7 Jan 1996 19:32:37 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07628 Sun, 7 Jan 1996 19:32:34 -0800 (PST) Date: Sun, 7 Jan 1996 19:32:34 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601080332.TAA07628@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/cc_int loop.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/07 19:32:33 Branch: gnu/usr.bin/cc/cc_int RELENG_2_1_0 Modified: gnu/usr.bin/cc/cc_int loop.c Log: Merge strength-reduction fix from HEAD. Submitted by: Richard Henderson Revision Changes Path 1.4.4.1 +5 -0 src/gnu/usr.bin/cc/cc_int/loop.c From owner-freebsd-commit Sun Jan 7 19:46:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08583 for freebsd-commit-outgoing; Sun, 7 Jan 1996 19:46:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08572 for cvs-all-outgoing; Sun, 7 Jan 1996 19:46:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08562 for cvs-sbin-outgoing; Sun, 7 Jan 1996 19:46:34 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08553 Sun, 7 Jan 1996 19:46:30 -0800 (PST) Date: Sun, 7 Jan 1996 19:46:30 -0800 (PST) From: Peter Wemm Message-Id: <199601080346.TAA08553@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 19:46:29 Modified: sbin/ifconfig ifconfig.c Log: Fix some of my mistakes, slight cleanup, improve reliability (the old ifconfig would segfault on "ifconfig ed0 ether up" and the like). The main reason for this commit was that an "ifconfig -a" would also show the AF_INET addresses in AF_IPX form (if the kernel was configured for IPX) due to insufficient AF checking in my "new way" of doing it. Revision Changes Path 1.11 +36 -12 src/sbin/ifconfig/ifconfig.c From owner-freebsd-commit Sun Jan 7 19:55:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA09146 for freebsd-commit-outgoing; Sun, 7 Jan 1996 19:55:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA09130 for cvs-all-outgoing; Sun, 7 Jan 1996 19:55:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA09118 for cvs-sys-outgoing; Sun, 7 Jan 1996 19:55:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA09109 Sun, 7 Jan 1996 19:55:39 -0800 (PST) Date: Sun, 7 Jan 1996 19:55:39 -0800 (PST) From: Peter Wemm Message-Id: <199601080355.TAA09109@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 19:55:38 Modified: sys/i386/conf Makefile.i386 Log: Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we change sysctl kern.bootfile - since libkvm expects it there. Revision Changes Path 1.75 +2 -1 src/sys/i386/conf/Makefile.i386 From owner-freebsd-commit Sun Jan 7 20:13:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09939 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:13:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09930 for cvs-all-outgoing; Sun, 7 Jan 1996 20:13:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09918 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:13:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09911 Sun, 7 Jan 1996 20:13:28 -0800 (PST) Date: Sun, 7 Jan 1996 20:13:28 -0800 (PST) From: Peter Wemm Message-Id: <199601080413.UAA09911@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:13:27 Modified: sys/i386/ibcs2 syscalls.master sys/kern syscalls.master Log: Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs are about to go in. This is to fix the problem with the ibcs2 and linux lkm's not being able to call the sysv ipc functions unless the build is modified. Revision Changes Path 1.4 +1 -13 src/sys/i386/ibcs2/syscalls.master 1.23 +1 -34 src/sys/kern/syscalls.master From owner-freebsd-commit Sun Jan 7 20:31:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10775 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:31:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10758 for cvs-all-outgoing; Sun, 7 Jan 1996 20:31:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10748 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:30:58 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10739 Sun, 7 Jan 1996 20:30:54 -0800 (PST) Date: Sun, 7 Jan 1996 20:30:54 -0800 (PST) From: Peter Wemm Message-Id: <199601080430.UAA10739@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern init_sysent.c kern_exec.c kern_exit.c syscalls.c sysv_ipc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:30:53 Modified: sys/kern init_sysent.c kern_exec.c kern_exit.c syscalls.c sysv_ipc.c Log: (gulp!) reran makesyscalls.. sysv_ipc.c: add stub functions that either simply return (for the hooks in kern_fork/kern_exit) or log() a messgae and call enosys() (for the syscalls). sysv_ipc.c will become "standard" in conf/files and has #ifs for all the permutations. Revision Changes Path 1.29 +1 -34 src/sys/kern/init_sysent.c 1.32 +1 -3 src/sys/kern/kern_exec.c 1.26 +4 -10 src/sys/kern/kern_exit.c 1.26 +1 -34 src/sys/kern/syscalls.c 1.3 +229 -2 src/sys/kern/sysv_ipc.c From owner-freebsd-commit Sun Jan 7 20:32:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10924 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:32:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10913 for cvs-all-outgoing; Sun, 7 Jan 1996 20:32:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10903 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:32:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA10894 Sun, 7 Jan 1996 20:32:28 -0800 (PST) Date: Sun, 7 Jan 1996 20:32:28 -0800 (PST) From: Peter Wemm Message-Id: <199601080432.UAA10894@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys syscall-hide.h syscall.h sysproto.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:32:27 Modified: sys/sys syscall-hide.h syscall.h sysproto.h Log: reran makesyscalls.. Revision Changes Path 1.20 +1 -32 src/sys/sys/syscall-hide.h 1.25 +1 -1 src/sys/sys/syscall.h 1.8 +1 -55 src/sys/sys/sysproto.h From owner-freebsd-commit Sun Jan 7 20:35:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11215 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:35:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11199 for cvs-all-outgoing; Sun, 7 Jan 1996 20:35:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11187 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:35:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11170 Sun, 7 Jan 1996 20:34:59 -0800 (PST) Date: Sun, 7 Jan 1996 20:34:59 -0800 (PST) From: Peter Wemm Message-Id: <199601080434.UAA11170@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_ipc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:34:58 Modified: sys/i386/ibcs2 ibcs2_ipc.c ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c sys/i386/linux linux_ipc.c Log: reran makesyscalls Always call the SYSV ipc functions, stubs will take their place if necessary. Revision Changes Path 1.6 +1 -8 src/sys/i386/ibcs2/ibcs2_ipc.c 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.3 +1 -28 src/sys/i386/ibcs2/ibcs2_proto.h 1.4 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.5 +1 -13 src/sys/i386/ibcs2/ibcs2_sysent.c 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.6 +1 -2 src/sys/i386/linux/linux_ipc.c From owner-freebsd-commit Sun Jan 7 20:38:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11482 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:38:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11469 for cvs-all-outgoing; Sun, 7 Jan 1996 20:38:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11455 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:38:12 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA11440 Sun, 7 Jan 1996 20:37:58 -0800 (PST) Received: by sovcom.kiae.su id AA24164 (5.65.kiae-1 ); Mon, 8 Jan 1996 07:36:15 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Mon, 8 Jan 96 07:36:15 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id HAA00368; Mon, 8 Jan 1996 07:29:55 +0300 (MSK) To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, Peter Wemm References: <199601080413.UAA09911@freefall.freebsd.org> In-Reply-To: <199601080413.UAA09911@freefall.freebsd.org>; from Peter Wemm at Sun, 7 Jan 1996 20:13:28 -0800 (PST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 8 Jan 1996 07:29:55 +0300 (MSK) X-Mailer: Mail/@ [v2.41 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/sys/kern syscalls.master Lines: 25 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk In message <199601080413.UAA09911@freefall.freebsd.org> Peter Wemm writes: >peter 96/01/07 20:13:27 > Modified: sys/i386/ibcs2 syscalls.master > sys/kern syscalls.master > Log: > Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs > are about to go in. This is to fix the problem with the ibcs2 and linux > lkm's not being able to call the sysv ipc functions unless the build is > modified. > Revision Changes Path > 1.4 +1 -13 src/sys/i386/ibcs2/syscalls.master > 1.23 +1 -34 src/sys/kern/syscalls.master Does it means completely nuking of SYSV* options? If yes, at least /sys/conf/options needs modifications, if no, I don't understand this idea well, please, explain... -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sun Jan 7 20:39:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11570 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:39:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11557 for cvs-all-outgoing; Sun, 7 Jan 1996 20:39:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11545 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:39:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11538 Sun, 7 Jan 1996 20:39:26 -0800 (PST) Date: Sun, 7 Jan 1996 20:39:26 -0800 (PST) From: Peter Wemm Message-Id: <199601080439.UAA11538@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:39:24 Modified: sys/conf files Log: sysv_ipc.c now "standard" as it contains #if defined(...) blocks of code that handle the various permutations of SYSV options. sysv_shm.c etc (the implementations) are still optional, this is just a file of stubs and an optional utility function. Revision Changes Path 1.55 +1 -3 src/sys/conf/files From owner-freebsd-commit Sun Jan 7 20:50:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA12213 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:50:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA12200 for cvs-all-outgoing; Sun, 7 Jan 1996 20:50:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA12187 for cvs-etc-outgoing; Sun, 7 Jan 1996 20:50:24 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA12180 Sun, 7 Jan 1996 20:50:21 -0800 (PST) Date: Sun, 7 Jan 1996 20:50:21 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601080450.UAA12180@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc netstart Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/07 20:50:21 Modified: etc netstart Log: echo setting of ${router} properly, e.g. between double quotes. :) Revision Changes Path 1.39 +2 -2 src/etc/netstart From owner-freebsd-commit Sun Jan 7 21:05:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12994 for freebsd-commit-outgoing; Sun, 7 Jan 1996 21:05:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12975 for cvs-all-outgoing; Sun, 7 Jan 1996 21:05:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12965 for cvs-sys-outgoing; Sun, 7 Jan 1996 21:05:48 -0800 (PST) Received: from jhome.DIALix.COM (jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA12954 Sun, 7 Jan 1996 21:05:25 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id NAA01198; Mon, 8 Jan 1996 13:04:26 +0800 (WST) Date: Mon, 8 Jan 1996 13:04:26 +0800 (WST) From: Peter Wemm To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern syscalls.master In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Mon, 8 Jan 1996, =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > In message <199601080413.UAA09911@freefall.freebsd.org> Peter Wemm > writes: > > Modified: sys/i386/ibcs2 syscalls.master > > sys/kern syscalls.master > > Log: > > Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs > > are about to go in. This is to fix the problem with the ibcs2 and linux > > lkm's not being able to call the sysv ipc functions unless the build is > > modified. > > Does it means completely nuking of SYSV* options? > If yes, at least /sys/conf/options needs modifications, > if no, I don't understand this idea well, please, explain... No, not quite. Under the original system, all the syscall vectors pointed to enosys() if the appropriate option was no enabled. What I've done, is make the syscall vectors *always* call the functions and simply provide stubs that do a log() and enosys() if the option was not enabled. So, we still have the ability to build a kernel without 99% of the sysv_shm/sem/msg stuff. We simply have stubs in their place. This means that the linux and ibcs2 lkms can be compiled to use the sysv functions always.. As it is at the moment, they are #include "opt_sysvipc.h" #ifdef SYSVxxx .. and the lkm makefiles "touch opt_sysvipc.h", so the lkm's could not use ipc _at all_, regardless of whether the kernel had it. Now, it'll work if it's there and enosys() if not, all with the same LKM binary. (well, that's the aim anyway.. :-) Also, this would be one step closer to having a LKM for the sysv ipc stuff itself - all that's needed now is to figure out how to allocate the maps etc which are normally done before the VM starts up properly. -Peter From owner-freebsd-commit Sun Jan 7 21:24:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13688 for freebsd-commit-outgoing; Sun, 7 Jan 1996 21:24:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13671 for cvs-all-outgoing; Sun, 7 Jan 1996 21:24:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13661 for cvs-sys-outgoing; Sun, 7 Jan 1996 21:24:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13653 Sun, 7 Jan 1996 21:24:11 -0800 (PST) Date: Sun, 7 Jan 1996 21:24:11 -0800 (PST) From: Peter Wemm Message-Id: <199601080524.VAA13653@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 syscalls.master Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 21:24:11 Modified: sys/i386/ibcs2 syscalls.master Log: Oops. forgot to remove #include "opt_sysvipc.h" Revision Changes Path 1.5 +1 -2 src/sys/i386/ibcs2/syscalls.master From owner-freebsd-commit Sun Jan 7 21:27:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13909 for freebsd-commit-outgoing; Sun, 7 Jan 1996 21:27:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13898 for cvs-all-outgoing; Sun, 7 Jan 1996 21:27:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13888 for cvs-sys-outgoing; Sun, 7 Jan 1996 21:27:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13881 Sun, 7 Jan 1996 21:27:32 -0800 (PST) Date: Sun, 7 Jan 1996 21:27:32 -0800 (PST) From: Peter Wemm Message-Id: <199601080527.VAA13881@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 21:27:31 Modified: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Log: Reran makesyscalls.sh.. Revision Changes Path 1.4 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.5 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.6 +1 -2 src/sys/i386/ibcs2/ibcs2_sysent.c From owner-freebsd-commit Sun Jan 7 21:33:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14239 for freebsd-commit-outgoing; Sun, 7 Jan 1996 21:33:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14223 for cvs-all-outgoing; Sun, 7 Jan 1996 21:33:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14212 for cvs-user-outgoing; Sun, 7 Jan 1996 21:33:31 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14202 Sun, 7 Jan 1996 21:33:29 -0800 (PST) Date: Sun, 7 Jan 1996 21:33:29 -0800 (PST) From: Peter Wemm Message-Id: <199601080533.VAA14202@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/lkm/ibcs2 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 21:33:28 Modified: lkm/ibcs2 Makefile Log: No longer generate empty opt_sysvipc.h.. Revision Changes Path 1.10 +2 -6 src/lkm/ibcs2/Makefile From owner-freebsd-commit Sun Jan 7 21:36:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14516 for freebsd-commit-outgoing; Sun, 7 Jan 1996 21:36:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14505 for cvs-all-outgoing; Sun, 7 Jan 1996 21:36:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14495 for cvs-user-outgoing; Sun, 7 Jan 1996 21:36:23 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14486 Sun, 7 Jan 1996 21:36:19 -0800 (PST) Date: Sun, 7 Jan 1996 21:36:19 -0800 (PST) From: Peter Wemm Message-Id: <199601080536.VAA14486@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/lkm/linux Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 21:36:19 Modified: lkm/linux Makefile Log: No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etc for the CFLAGS. Now, it tracks whatever the booted kernel has rather than being specifying what features your kernel has at lkm build time. Revision Changes Path 1.4 +3 -7 src/lkm/linux/Makefile From owner-freebsd-commit Sun Jan 7 22:19:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16193 for freebsd-commit-outgoing; Sun, 7 Jan 1996 22:19:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16181 for cvs-all-outgoing; Sun, 7 Jan 1996 22:19:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16170 for cvs-user-outgoing; Sun, 7 Jan 1996 22:19:48 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16163 Sun, 7 Jan 1996 22:19:46 -0800 (PST) Date: Sun, 7 Jan 1996 22:19:46 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601080619.WAA16163@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release/scripts bin-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh des-install.sh dict-install.sh games-install.sh info-install.sh manpages-install.sh proflibs-install.sh src-install.sh xperimnt-install.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/07 22:19:45 Added: release/scripts bin-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh des-install.sh dict-install.sh games-install.sh info-install.sh manpages-install.sh proflibs-install.sh src-install.sh xperimnt-install.sh Log: Check in the shell scripts I used for the 2.1-RELEASE CDROM. These are provided simply as easy short-cuts for users who are prowling through the dists structure and decide to install something directly from there. There still needs to be some glue stuck into release/Makefile to copy these into the appropriate homes following a full `make release', but I'll wait until phk is done in there. From owner-freebsd-commit Sun Jan 7 23:07:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18309 for freebsd-commit-outgoing; Sun, 7 Jan 1996 23:07:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18295 for cvs-all-outgoing; Sun, 7 Jan 1996 23:07:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18281 for cvs-user-outgoing; Sun, 7 Jan 1996 23:07:25 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA18240 Sun, 7 Jan 1996 23:07:05 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id PAA01767; Mon, 8 Jan 1996 15:06:39 +0800 (WST) Date: Mon, 8 Jan 1996 15:06:38 +0800 (WST) From: Peter Wemm To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release/scripts bin-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh des-install.sh dict-install.sh games-install.sh info-install.sh manpages-install.sh proflibs-install.sh src-install.sh xperimnt-install.sh In-Reply-To: <199601080619.WAA16163@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Sun, 7 Jan 1996, Jordan K. Hubbard wrote: > Added: release/scripts bin-install.sh commerce-install.sh > compat1x-install.sh compat20-install.sh > des-install.sh dict-install.sh games-install.sh > info-install.sh manpages-install.sh > proflibs-install.sh src-install.sh > xperimnt-install.sh > Log: > Check in the shell scripts I used for the 2.1-RELEASE CDROM. These > are provided simply as easy short-cuts for users who are prowling through > the dists structure and decide to install something directly from there. > > There still needs to be some glue stuck into release/Makefile to copy > these into the appropriate homes following a full `make release', but I'll > wait until phk is done in there. Speaking of these, I was a bit disturbed when I saw the compat20.tgz file - it had a lot of libXXX.so.2.0 libs in there, and the install script seemed to be splatting all those over the top of the /usr/lib directory.. For example, it was splatting a 2.0 libutil.so.2.0 over the top of a 2.1 /usr/lib/libutil.so.2.0 This strikes me as a bit dangerous.. :-( The binary interface may be the same across all *.so.2.0 libs, but there are bugs fixed in later versions of the libraries... And installing the compat20 dist looks like it reverses any of the 2.1-release fixes to libs still at *.so.2.0 I've not looked closely, but when I installed a 2.1 CD here, I noticed that the 2.1-release libutil.so.2.0 was replaced with the 2.0 libutil.so.2.0 - there were others.. libcurses libedit libncurses libmytinfo libtermlib etc. Wasn't there a long-termcap-entry bugfix in curses/ncurses/termlib/mytinfo post 2.0? Of course, I may be missing something obvious, in which case I'll blush and shut up.. :-) I'd be a whole lot more comfortable if the dist was extracted somewhere and only move them if they are not already installed... -Peter From owner-freebsd-commit Sun Jan 7 23:34:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19358 for freebsd-commit-outgoing; Sun, 7 Jan 1996 23:34:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19344 for cvs-all-outgoing; Sun, 7 Jan 1996 23:34:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19332 for cvs-user-outgoing; Sun, 7 Jan 1996 23:34:50 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA19321 Sun, 7 Jan 1996 23:34:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id XAA22499; Sun, 7 Jan 1996 23:33:54 -0800 To: Peter Wemm cc: "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release/scripts bin-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh des-install.sh dict-install.sh games-install.sh info-install.sh manpages-install.sh proflibs-install.sh src-install.sh xperimnt-install.sh In-reply-to: Your message of "Mon, 08 Jan 1996 15:06:38 +0800." Date: Sun, 07 Jan 1996 23:33:53 -0800 Message-ID: <22497.821086433@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > Speaking of these, I was a bit disturbed when I saw the compat20.tgz file > - it had a lot of libXXX.so.2.0 libs in there, and the install script > seemed to be splatting all those over the top of the /usr/lib directory.. > For example, it was splatting a 2.0 libutil.so.2.0 over the top of a 2.1 > /usr/lib/libutil.so.2.0 Yep! I talked about this in the early days of 2.1, when others noticed that the compat* dists seemed a little haphazardly put together and exhibited the side-effects in question. All I can say in my own defence is that I never really had time to do the compat libs at all, and I warned people several times that if somebody didn't volunteer to take that piece and make sure it was correct, I was just going to end up having to throw something together at the last minute. And I did ask in May.. :-) To: current@freefall.cdrom.com Subject: I still need a compat20 distribution! Date: Sat, 27 May 1995 20:42:19 -0700 Message-ID: <21940.801632539@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: current-owner@FreeBSD.org Precedence: bulk It can be a single gzip'd tarball for all I care, but I really need somebody to make a `compat20dist' that extracts relative to /. I'd do it myself, but I don't have the time to go chasing down all the 2.0 compatability bits right now, so if you want to see support for 2.0 binaries "out of the box" in 2.0.5, please consider stepping forward and making this distribution for me! Thanks! Jordan From owner-freebsd-commit Mon Jan 8 00:45:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22824 for freebsd-commit-outgoing; Mon, 8 Jan 1996 00:45:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22793 for cvs-all-outgoing; Mon, 8 Jan 1996 00:45:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22783 for cvs-usrsbin-outgoing; Mon, 8 Jan 1996 00:45:17 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22774 Mon, 8 Jan 1996 00:45:14 -0800 (PST) Date: Mon, 8 Jan 1996 00:45:14 -0800 (PST) From: Thomas Gellekum Message-Id: <199601080845.AAA22774@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/parse parse.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk tg 96/01/08 00:45:14 Modified: usr.sbin/xntpd/parse parse.c Log: Fix leap year calculations in parse_to_unixtime() Revision Changes Path 1.3 +5 -3 src/usr.sbin/xntpd/parse/parse.c From owner-freebsd-commit Mon Jan 8 00:45:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22851 for freebsd-commit-outgoing; Mon, 8 Jan 1996 00:45:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22836 for cvs-all-outgoing; Mon, 8 Jan 1996 00:45:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22803 for cvs-user-outgoing; Mon, 8 Jan 1996 00:45:29 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA22781 Mon, 8 Jan 1996 00:45:16 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id QAA00547; Mon, 8 Jan 1996 16:44:47 +0800 (WST) Date: Mon, 8 Jan 1996 16:44:47 +0800 (WST) From: Peter Wemm To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release/scripts bin-install.sh In-Reply-To: <22497.821086433@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Sun, 7 Jan 1996, Jordan K. Hubbard wrote: > > Speaking of these, I was a bit disturbed when I saw the compat20.tgz file > > - it had a lot of libXXX.so.2.0 libs in there, and the install script > > seemed to be splatting all those over the top of the /usr/lib directory.. > > For example, it was splatting a 2.0 libutil.so.2.0 over the top of a 2.1 > > /usr/lib/libutil.so.2.0 > > Yep! > > I talked about this in the early days of 2.1, when others noticed that > the compat* dists seemed a little haphazardly put together and > exhibited the side-effects in question. All I can say in my own > defence is that I never really had time to do the compat libs at all, > and I warned people several times that if somebody didn't volunteer to > take that piece and make sure it was correct, I was just going to end > up having to throw something together at the last minute. > > And I did ask in May.. :-) > > To: current@freefall.cdrom.com > Subject: I still need a compat20 distribution! > Date: Sat, 27 May 1995 20:42:19 -0700 > Message-ID: <21940.801632539@freefall.cdrom.com> > From: "Jordan K. Hubbard" > Sender: current-owner@FreeBSD.org > Precedence: bulk > > It can be a single gzip'd tarball for all I care, but I really need > somebody to make a `compat20dist' that extracts relative to /. > > I'd do it myself, but I don't have the time to go chasing down all the > 2.0 compatability bits right now, so if you want to see support for > 2.0 binaries "out of the box" in 2.0.5, please consider stepping ^^^^^ > forward and making this distribution for me! > > Thanks! > > Jordan Heh. Oh well, I can pleady "Not Guilty!" - I was only just starting to sniff around back then. My research suggests that we need the following libs from 2.0-RELEASE in a compat20.tgz dist: libforms.so.2.0 libncurses.so.2.0 libdialog.so.2.0 libg++.so.2.0 libreadline.so.2.0 That's it! All these libraries jumped major revision to libblah.so.3.x in 2.0.5. We need no new libraries from 2.0.5, as no new major revision changes were made. When we start thinking about a 2.2 release, we will need the 2.1-REL (or 2.1.1-REL) libgcc.so.261.0, because that's apparently no longer being built shared on 2.2-CURRENT. In case anybody was wondering, 2.1-REL has libtermlib.so.2.1 - we do *NOT* need libtermlib.so.2.0 unless we really screwed something up. The minor revision means that functionality was added, not changed. Incidently, I dont think ld.so would ever pull in termlib.so.2.0 if 2.1 was present, because ld.so.cache will list "termlib.so.2 -> termlib.so.2.1" That huge big list of 2.0 libraries that's spamming the latest 2.1 version (remember the telnet undefined symbol problem?) needs to go on a big diet. :-) -Peter From owner-freebsd-commit Mon Jan 8 01:18:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24193 for freebsd-commit-outgoing; Mon, 8 Jan 1996 01:18:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24165 for cvs-all-outgoing; Mon, 8 Jan 1996 01:18:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24153 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 01:17:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24140 Mon, 8 Jan 1996 01:17:48 -0800 (PST) Date: Mon, 8 Jan 1996 01:17:48 -0800 (PST) From: Peter Wemm Message-Id: <199601080917.BAA24140@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/lex Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/08 01:17:45 Modified: usr.bin/lex Makefile Log: Add some links to lex (flex, flex++ etc) that some of the gnu autoconf scripts check for. (when looking explicitly for flex..) Also, do some man links for the commands under their alternate names. Install the c++ FlexLexer.h file as per the "XXX TODO" comment. Revision Changes Path 1.3 +11 -4 src/usr.bin/lex/Makefile From owner-freebsd-commit Mon Jan 8 01:20:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24390 for freebsd-commit-outgoing; Mon, 8 Jan 1996 01:20:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24375 for cvs-all-outgoing; Mon, 8 Jan 1996 01:20:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24363 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 01:20:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24353 Mon, 8 Jan 1996 01:20:19 -0800 (PST) Date: Mon, 8 Jan 1996 01:20:19 -0800 (PST) From: Peter Wemm Message-Id: <199601080920.BAA24353@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/08 01:20:18 Modified: usr.bin/yacc Makefile Log: Install yacc with a link as byacc (and the man page). Some gnu autoconf scripts that check for features/fixes in bison also check for byacc and dont find it unless there is a 'byacc' in the path. Revision Changes Path 1.4 +2 -0 src/usr.bin/yacc/Makefile From owner-freebsd-commit Mon Jan 8 01:54:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA26605 for freebsd-commit-outgoing; Mon, 8 Jan 1996 01:54:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA26591 for cvs-all-outgoing; Mon, 8 Jan 1996 01:54:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA26584 for cvs-user-outgoing; Mon, 8 Jan 1996 01:54:45 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA26561 Mon, 8 Jan 1996 01:54:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id BAA22919; Mon, 8 Jan 1996 01:53:11 -0800 To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release/scripts bin-install.sh In-reply-to: Your message of "Mon, 08 Jan 1996 16:44:47 +0800." Date: Mon, 08 Jan 1996 01:53:11 -0800 Message-ID: <22917.821094791@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > 2.0 binaries "out of the box" in 2.0.5, please consider stepping > ^^^^^ Hmmm. I could have sworn I also yelled about it in 2.1 - I just blindly took the first one the search engine handed me without really looking at it. So much for supporting my case! :-) > My research suggests that we need the following libs from 2.0-RELEASE in > a compat20.tgz dist: > > libforms.so.2.0 > libncurses.so.2.0 > libdialog.so.2.0 > libg++.so.2.0 > libreadline.so.2.0 > > That's it! OK, what do you think of the compat20.tgz sitting in my home directory on freefall? I supposed we could easily blap it on top of the old one in the release tree as well and save a lot of future 2.1 installers a lot of potential trouble, but we should consider the tech support impact of having "old" and "new" compat20 files also. Gah. Thoughts? Jordan From owner-freebsd-commit Mon Jan 8 02:16:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28460 for freebsd-commit-outgoing; Mon, 8 Jan 1996 02:16:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28268 for cvs-all-outgoing; Mon, 8 Jan 1996 02:14:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28256 for cvs-CVSROOT-outgoing; Mon, 8 Jan 1996 02:14:50 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28229 Mon, 8 Jan 1996 02:14:47 -0800 (PST) Date: Mon, 8 Jan 1996 02:14:47 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601081014.CAA28229@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT avail Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/08 02:14:46 Modified: . avail Log: Rich was listed twice. Revision Changes Path 1.54 +1 -1 CVSROOT/avail From owner-freebsd-commit Mon Jan 8 02:26:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29016 for freebsd-commit-outgoing; Mon, 8 Jan 1996 02:26:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28928 for cvs-all-outgoing; Mon, 8 Jan 1996 02:25:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28798 for cvs-sbin-outgoing; Mon, 8 Jan 1996 02:23:36 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28785 Mon, 8 Jan 1996 02:23:32 -0800 (PST) Date: Mon, 8 Jan 1996 02:23:32 -0800 (PST) From: Peter Wemm Message-Id: <199601081023.CAA28785@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/08 02:23:30 Modified: sbin/ifconfig ifconfig.c Log: Yet another "fix" for some of the mistakes in the recent versions.. I discovered that when asking for the IFLIST via sysctl(), if you specify only AF_INET address, it actually gives you only AF_INET.. (suprise, suprise..!) Now, it should "do the right thing" in just about all cases... The only problem, is that "the right thing" isn't exactly clear in all cases. Revision Changes Path 1.12 +25 -13 src/sbin/ifconfig/ifconfig.c From owner-freebsd-commit Mon Jan 8 02:32:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29513 for freebsd-commit-outgoing; Mon, 8 Jan 1996 02:32:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29299 for cvs-all-outgoing; Mon, 8 Jan 1996 02:30:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29235 for cvs-sbin-outgoing; Mon, 8 Jan 1996 02:29:23 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA29210 Mon, 8 Jan 1996 02:28:50 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id SAA01809; Mon, 8 Jan 1996 18:28:44 +0800 (WST) Date: Mon, 8 Jan 1996 18:28:43 +0800 (WST) From: Peter Wemm To: CVS-committers@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: <199601081023.CAA28785@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Mon, 8 Jan 1996, Peter Wemm wrote: > Modified: sbin/ifconfig ifconfig.c > Log: > Yet another "fix" for some of the mistakes in the recent versions.. > > I discovered that when asking for the IFLIST via sysctl(), if you > specify only AF_INET address, it actually gives you only AF_INET.. > (suprise, suprise..!) > > Now, it should "do the right thing" in just about all cases... The only > problem, is that "the right thing" isn't exactly clear in all cases. I am starting to hate this program... It's beginning to remind me of the SUP source... -Peter From owner-freebsd-commit Mon Jan 8 02:58:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA00877 for freebsd-commit-outgoing; Mon, 8 Jan 1996 02:58:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA00838 for cvs-all-outgoing; Mon, 8 Jan 1996 02:57:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA00683 for cvs-sys-outgoing; Mon, 8 Jan 1996 02:55:53 -0800 (PST) Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA00678 Mon, 8 Jan 1996 02:55:40 -0800 (PST) Received: (from dfr@localhost) by minnow.render.com (8.6.12/8.6.9) id KAA22296; Mon, 8 Jan 1996 10:52:45 GMT Date: Mon, 8 Jan 1996 10:52:45 +0000 (GMT) From: Doug Rabson To: Peter Wemm cc: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern syscalls.master In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Mon, 8 Jan 1996, Peter Wemm wrote: > On Mon, 8 Jan 1996, =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > > In message <199601080413.UAA09911@freefall.freebsd.org> Peter Wemm > > writes: > > > Modified: sys/i386/ibcs2 syscalls.master > > > sys/kern syscalls.master > > > Log: > > > Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs > > > are about to go in. This is to fix the problem with the ibcs2 and linux > > > lkm's not being able to call the sysv ipc functions unless the build is > > > modified. > > > > Does it means completely nuking of SYSV* options? > > If yes, at least /sys/conf/options needs modifications, > > if no, I don't understand this idea well, please, explain... > > No, not quite. Under the original system, all the syscall vectors > pointed to enosys() if the appropriate option was no enabled. > > What I've done, is make the syscall vectors *always* call the functions > and simply provide stubs that do a log() and enosys() if the option was > not enabled. > > So, we still have the ability to build a kernel without 99% of the > sysv_shm/sem/msg stuff. We simply have stubs in their place. What happens if a normal program (not a lkm) calls the ipc syscalls? It used to generate a SIGSYS which was a good way to detect the presence of shared memory support. I believe that people may use this in X servers to optionally enable MIT-SHM extensions. -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 251 4411 FAX: +44 171 251 0939 From owner-freebsd-commit Mon Jan 8 03:14:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01823 for freebsd-commit-outgoing; Mon, 8 Jan 1996 03:14:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01788 for cvs-all-outgoing; Mon, 8 Jan 1996 03:13:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01767 for cvs-sys-outgoing; Mon, 8 Jan 1996 03:12:01 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA01731 Mon, 8 Jan 1996 03:11:43 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id DAA16696; Mon, 8 Jan 1996 03:11:39 -0800 (PST) Date: Mon, 8 Jan 1996 03:11:39 -0800 (PST) Message-Id: <199601081111.DAA16696@silvia.HIP.Berkeley.EDU> To: gibbs@freefall.freebsd.org CC: phk@critter.tfs.com, peter@jhome.dialix.com, phk@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-reply-to: <199601062218.OAA22558@freefall.freebsd.org> (gibbs@freefall.freebsd.org) Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * We'll just have to wait for the guy with the 20gig RAID to tell us. * Was this bug only in -current? Well, we don't have a 20GB RAID but have enough disks to create a 32GB ccd. :) I'll let you know if we see something when we upgrade the system to -current. (Assuming it will show up on an ffs created on top of ccd running on top of sd1g and such....) Satoshi From owner-freebsd-commit Mon Jan 8 03:37:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03122 for freebsd-commit-outgoing; Mon, 8 Jan 1996 03:37:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03102 for cvs-all-outgoing; Mon, 8 Jan 1996 03:36:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03021 for cvs-sys-outgoing; Mon, 8 Jan 1996 03:35:04 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA03007 Mon, 8 Jan 1996 03:34:55 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id TAA02151; Mon, 8 Jan 1996 19:33:34 +0800 (WST) Date: Mon, 8 Jan 1996 19:33:33 +0800 (WST) From: Peter Wemm To: Doug Rabson cc: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern syscalls.master In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Mon, 8 Jan 1996, Doug Rabson wrote: [..] > > No, not quite. Under the original system, all the syscall vectors > > pointed to enosys() if the appropriate option was no enabled. > > > > What I've done, is make the syscall vectors *always* call the functions > > and simply provide stubs that do a log() and enosys() if the option was > > not enabled. [] > What happens if a normal program (not a lkm) calls the ipc syscalls? It > used to generate a SIGSYS which was a good way to detect the presence of > shared memory support. I believe that people may use this in X servers > to optionally enable MIT-SHM extensions. Yeah, the enosys() is what was generating SIGSYS. I believe I've preserved the semantics of calling the syscall without the service being present. As I said above, the "new way" still ends up at enosys(). Before (without msgs for example): sysvec[SYS_MSGSYS] -> enosys(). After my change: sysvec[SYS_MSGSYS] -> msgsys() -> enosys(). The primary reason for this is that the two binary emulators wanted to call msgsys() and friends directly. So, you could not even load the linux LKM on a kernel without SYSVSHM, because there would be an ld error for undefined _shmsys. Now, it'll load into any kernel, and will return a SIGSYS signal and ENOSYS errno to the caller, as is normal.... The main difference is that there will be a log() as well. Well.. At least, that's what I *think* I've done.. :-) Cheers, -Peter > -- > Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com > Phone: +44 171 251 4411 > FAX: +44 171 251 0939 > > From owner-freebsd-commit Mon Jan 8 03:56:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04033 for freebsd-commit-outgoing; Mon, 8 Jan 1996 03:56:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03939 for cvs-all-outgoing; Mon, 8 Jan 1996 03:55:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03893 for cvs-share-outgoing; Mon, 8 Jan 1996 03:53:51 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03885 Mon, 8 Jan 1996 03:53:48 -0800 (PST) Date: Mon, 8 Jan 1996 03:53:48 -0800 (PST) From: Joerg Wunsch Message-Id: <199601081153.DAA03885@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook mirrors.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/08 03:53:48 Modified: share/doc/handbook mirrors.sgml Log: Add ftp6.de.freebsd.org. Revision Changes Path 1.23 +4 -1 src/share/doc/handbook/mirrors.sgml From owner-freebsd-commit Mon Jan 8 04:27:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05800 for freebsd-commit-outgoing; Mon, 8 Jan 1996 04:27:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05696 for cvs-all-outgoing; Mon, 8 Jan 1996 04:26:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05686 for cvs-sys-outgoing; Mon, 8 Jan 1996 04:26:20 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05675 Mon, 8 Jan 1996 04:26:18 -0800 (PST) Date: Mon, 8 Jan 1996 04:26:18 -0800 (PST) From: Joerg Wunsch Message-Id: <199601081226.EAA05675@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys mtio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/08 04:26:17 Modified: sys/scsi st.c sys/sys mtio.h Log: Implement the MTRETENS command. Revision Changes Path 1.57 +5 -1 src/sys/scsi/st.c 1.6 +3 -5 src/sys/sys/mtio.h From owner-freebsd-commit Mon Jan 8 04:30:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06075 for freebsd-commit-outgoing; Mon, 8 Jan 1996 04:30:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06004 for cvs-all-outgoing; Mon, 8 Jan 1996 04:29:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05993 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 04:29:30 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05984 Mon, 8 Jan 1996 04:29:28 -0800 (PST) Date: Mon, 8 Jan 1996 04:29:28 -0800 (PST) From: Joerg Wunsch Message-Id: <199601081229.EAA05984@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.1 mt.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/08 04:29:27 Modified: usr.bin/mt mt.1 mt.c Log: Add `retens', the user frontend for MTRETENS. Revision Changes Path 1.6 +3 -0 src/usr.bin/mt/mt.1 1.7 +1 -0 src/usr.bin/mt/mt.c From owner-freebsd-commit Mon Jan 8 04:47:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06963 for freebsd-commit-outgoing; Mon, 8 Jan 1996 04:47:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06932 for cvs-all-outgoing; Mon, 8 Jan 1996 04:46:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06922 for cvs-sys-outgoing; Mon, 8 Jan 1996 04:46:19 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06915 Mon, 8 Jan 1996 04:46:18 -0800 (PST) Date: Mon, 8 Jan 1996 04:46:18 -0800 (PST) From: Joerg Wunsch Message-Id: <199601081246.EAA06915@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wt.c wtreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/08 04:46:17 Modified: sys/i386/isa wt.c wtreg.h Log: MTRETENS for the wt driver. This patch got lost with my previous commit. Revision Changes Path 1.28 +12 -32 src/sys/i386/isa/wt.c 1.6 +2 -7 src/sys/i386/isa/wtreg.h From owner-freebsd-commit Mon Jan 8 08:13:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18130 for freebsd-commit-outgoing; Mon, 8 Jan 1996 08:13:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18117 for cvs-all-outgoing; Mon, 8 Jan 1996 08:13:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18106 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 08:13:28 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA18061 Mon, 8 Jan 1996 08:13:04 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA10690; Mon, 8 Jan 1996 09:15:40 -0700 Date: Mon, 8 Jan 1996 09:15:40 -0700 From: Nate Williams Message-Id: <199601081615.JAA10690@rocky.sri.MT.net> To: Peter Wemm Cc: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/yacc Makefile In-Reply-To: <199601080920.BAA24353@freefall.freebsd.org> References: <199601080920.BAA24353@freefall.freebsd.org> Sender: owner-commit@FreeBSD.ORG Precedence: bulk > Modified: usr.bin/yacc Makefile > Log: > Install yacc with a link as byacc (and the man page). Some gnu autoconf > scripts that check for features/fixes in bison also check for byacc and > dont find it unless there is a 'byacc' in the path. I think this changes as well as the lex->flex change is bogus. There are quite a few systems (DG, NeXT) which also uses 'lex' and 'yacc' as their default build tools w/out having to rename them, so I don't think we should pollute the FS with lots of un-necessary links. Which GNU tools rely on the names 'flex' and 'byacc' and won't work with 'lex' and 'yacc'? Nate From owner-freebsd-commit Mon Jan 8 10:51:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27686 for freebsd-commit-outgoing; Mon, 8 Jan 1996 10:51:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27672 for cvs-all-outgoing; Mon, 8 Jan 1996 10:50:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27662 for cvs-sys-outgoing; Mon, 8 Jan 1996 10:50:45 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27653 Mon, 8 Jan 1996 10:50:36 -0800 (PST) Date: Mon, 8 Jan 1996 10:50:36 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601081850.KAA27653@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/08 10:50:33 Modified: sys/i386/isa clock.c Log: Replace ugly year/month calculations in resettodr to more clean variants, idea taken from NetBSD clock.c. At least year calculation was wrong, pointed by Bruce. Use different strategy to store year for BIOS without RTC_CENTURY Revision Changes Path 1.45 +12 -14 src/sys/i386/isa/clock.c From owner-freebsd-commit Mon Jan 8 12:11:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02493 for freebsd-commit-outgoing; Mon, 8 Jan 1996 12:11:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02484 for cvs-all-outgoing; Mon, 8 Jan 1996 12:10:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02473 for cvs-sys-outgoing; Mon, 8 Jan 1996 12:10:57 -0800 (PST) Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA02457 Mon, 8 Jan 1996 12:10:48 -0800 (PST) Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from mordillo (130.133.3.126) with smtp id ; Mon, 8 Jan 96 18:08 MET Received: (from graichen@localhost) by mordillo (8.6.12/8.6.12) id PAA01899; Mon, 8 Jan 1996 15:29:54 +0100 From: Thomas Graichen Message-Id: <199601081429.PAA01899@mordillo> Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 To: peter@freefall.freebsd.org (Peter Wemm) Date: Mon, 8 Jan 1996 15:29:54 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199601080355.TAA09109@freefall.freebsd.org> from "Peter Wemm" at Jan 7, 96 07:55:39 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk hasn't Peter Wemm said ? ... > > peter 96/01/07 19:55:38 > > Modified: sys/i386/conf Makefile.i386 > Log: > Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we change > sysctl kern.bootfile - since libkvm expects it there. > > Revision Changes Path > 1.75 +2 -1 src/sys/i386/conf/Makefile.i386 > just one related question: why is dev.db in /var/run and not in /var/db ? t _______________________________________________________||___________________ __|| Perfection is reached, not when there is no __|| thomas graichen longer anything to add, but when there __|| freie universitaet berlin is no longer anything to take away __|| fachbereich physik __|| - Antoine de Saint-Exupery - __|| graichen@mail.physik.fu-berlin.de ___________________________||__________________graichen@FreeBSD.org_________ From owner-freebsd-commit Mon Jan 8 12:59:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06775 for freebsd-commit-outgoing; Mon, 8 Jan 1996 12:59:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06756 for cvs-all-outgoing; Mon, 8 Jan 1996 12:59:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06746 for cvs-sys-outgoing; Mon, 8 Jan 1996 12:59:12 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06737 Mon, 8 Jan 1996 12:59:10 -0800 (PST) Date: Mon, 8 Jan 1996 12:59:10 -0800 (PST) From: Guido van Rooij Message-Id: <199601082059.MAA06737@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk guido 96/01/08 12:59:09 Modified: sys/netinet in.c Log: Fix a bug where having a process listening to both a INADDR_ANY and a local address, that was assigned with ifconfig alias and netmask 0xffffffff, would receive duplictae udp packets. This behaviour can easily be seen by having named run, and using the alias address as the name server. This solution is not the pretiest one, but after talk with Garreth, it is seen as the most easy one. Revision Changes Path 1.21 +8 -2 src/sys/netinet/in.c From owner-freebsd-commit Mon Jan 8 14:14:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13477 for freebsd-commit-outgoing; Mon, 8 Jan 1996 14:14:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13465 for cvs-all-outgoing; Mon, 8 Jan 1996 14:14:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13451 for cvs-user-outgoing; Mon, 8 Jan 1996 14:14:00 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13438 Mon, 8 Jan 1996 14:13:56 -0800 (PST) Date: Mon, 8 Jan 1996 14:13:56 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601082213.OAA13438@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release doFS.sh Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/08 14:13:54 Modified: release Makefile Added: release doFS.sh Log: Moved doFS into shell-script so we can be more smart about it. make two boot floppies, one without help files for 4MB systems. Mine's loading one now. :-) -O2 may be needed. Revision Changes Path 1.200 +167 -185 src/release/Makefile From owner-freebsd-commit Mon Jan 8 19:02:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01152 for freebsd-commit-outgoing; Mon, 8 Jan 1996 19:02:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01133 for cvs-all-outgoing; Mon, 8 Jan 1996 19:02:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01123 for cvs-sys-outgoing; Mon, 8 Jan 1996 19:02:01 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01114 Mon, 8 Jan 1996 19:01:57 -0800 (PST) Date: Mon, 8 Jan 1996 19:01:57 -0800 (PST) From: Peter Wemm Message-Id: <199601090301.TAA01114@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/08 19:01:54 Modified: sys/i386/isa si.c Log: clean up si_dprintf a bit so that it uses vararg argument parsing that does not cause warnings, and uses printf() to do a vprintf()-like output. Revision Changes Path 1.34 +17 -6 src/sys/i386/isa/si.c From owner-freebsd-commit Mon Jan 8 19:20:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02082 for freebsd-commit-outgoing; Mon, 8 Jan 1996 19:20:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02025 for cvs-all-outgoing; Mon, 8 Jan 1996 19:19:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02015 for cvs-sys-outgoing; Mon, 8 Jan 1996 19:19:56 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02008 Mon, 8 Jan 1996 19:19:54 -0800 (PST) Date: Mon, 8 Jan 1996 19:19:54 -0800 (PST) From: Bill Paul Message-Id: <199601090319.TAA02008@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound ad1848.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/08 19:19:53 Modified: sys/i386/isa/sound ad1848.c Log: Fix the 'extraneous newline' problem a little more sensibly: just taking it out fixes my problem but hoses the GUS MAX probe messages. Check what device we have and print things appropriately for each. Pointed out by: Jim Lowe Revision Changes Path 1.11 +4 -1 src/sys/i386/isa/sound/ad1848.c From owner-freebsd-commit Mon Jan 8 21:51:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06990 for freebsd-commit-outgoing; Mon, 8 Jan 1996 21:51:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06926 for cvs-all-outgoing; Mon, 8 Jan 1996 21:51:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06867 for cvs-sys-outgoing; Mon, 8 Jan 1996 21:51:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA06844 Mon, 8 Jan 1996 21:51:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id VAA27269; Mon, 8 Jan 1996 21:51:01 -0800 To: Bill Paul cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa/sound ad1848.c In-reply-to: Your message of "Mon, 08 Jan 1996 19:19:54 PST." <199601090319.TAA02008@freefall.freebsd.org> Date: Mon, 08 Jan 1996 21:51:01 -0800 Message-ID: <27267.821166661@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk Guys? Just curious, but what's the state of the sound driver in 2.1? Do we need to bring anything across urgently? Jordan > wpaul 96/01/08 19:19:53 > > Modified: sys/i386/isa/sound ad1848.c > Log: > Fix the 'extraneous newline' problem a little more sensibly: just taking > it out fixes my problem but hoses the GUS MAX probe messages. Check what > device we have and print things appropriately for each. > > Pointed out by: Jim Lowe > > Revision Changes Path > 1.11 +4 -1 src/sys/i386/isa/sound/ad1848.c From owner-freebsd-commit Mon Jan 8 23:42:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18197 for freebsd-commit-outgoing; Mon, 8 Jan 1996 23:42:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18187 for cvs-all-outgoing; Mon, 8 Jan 1996 23:42:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18177 for cvs-usrsbin-outgoing; Mon, 8 Jan 1996 23:41:57 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18169 Mon, 8 Jan 1996 23:41:54 -0800 (PST) Date: Mon, 8 Jan 1996 23:41:54 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601090741.XAA18169@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/parse parse.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/08 23:41:54 Modified: usr.sbin/xntpd/parse parse.c Log: Somebody stumbled over the :? here.. :-) Revision Changes Path 1.4 +1 -1 src/usr.sbin/xntpd/parse/parse.c From owner-freebsd-commit Tue Jan 9 00:00:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19537 for freebsd-commit-outgoing; Tue, 9 Jan 1996 00:00:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19520 for cvs-all-outgoing; Tue, 9 Jan 1996 00:00:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19500 for cvs-usrsbin-outgoing; Tue, 9 Jan 1996 00:00:02 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19462 Mon, 8 Jan 1996 23:59:56 -0800 (PST) Date: Mon, 8 Jan 1996 23:59:56 -0800 (PST) From: Thomas Gellekum Message-Id: <199601090759.XAA19462@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/parse parse.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk tg 96/01/08 23:59:55 Modified: usr.sbin/xntpd/parse parse.c Log: Second attempt to correct the leap year handling. Revision Changes Path 1.5 +2 -1 src/usr.sbin/xntpd/parse/parse.c From owner-freebsd-commit Tue Jan 9 00:26:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA21147 for freebsd-commit-outgoing; Tue, 9 Jan 1996 00:26:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA21134 for cvs-all-outgoing; Tue, 9 Jan 1996 00:26:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA21124 for cvs-sys-outgoing; Tue, 9 Jan 1996 00:26:19 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA21116 Tue, 9 Jan 1996 00:26:14 -0800 (PST) Date: Tue, 9 Jan 1996 00:26:14 -0800 (PST) From: David Greenman Message-Id: <199601090826.AAA21116@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in_var.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/09 00:26:12 Modified: sys/netinet in_var.h Log: Fix logic bug (!= should be ==) in recent P2P/multicast kludge. Reviewed by: Bill Fenner Submitted by: Dave Marquardt Revision Changes Path 1.15 +2 -2 src/sys/netinet/in_var.h From owner-freebsd-commit Tue Jan 9 00:40:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22147 for freebsd-commit-outgoing; Tue, 9 Jan 1996 00:40:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22126 for cvs-all-outgoing; Tue, 9 Jan 1996 00:40:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22116 for cvs-usrsbin-outgoing; Tue, 9 Jan 1996 00:40:17 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22096 Tue, 9 Jan 1996 00:40:13 -0800 (PST) Date: Tue, 9 Jan 1996 00:40:13 -0800 (PST) From: Thomas Graichen Message-Id: <199601090840.AAA22096@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk graichen 96/01/09 00:40:11 Modified: usr.sbin/newsyslog newsyslog.c Log: Obtained from: NetBSD (PR#1906) removed date formatting glitch in newsyslog Revision Changes Path 1.2 +4 -4 src/usr.sbin/newsyslog/newsyslog.c From owner-freebsd-commit Tue Jan 9 00:49:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22632 for freebsd-commit-outgoing; Tue, 9 Jan 1996 00:49:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22619 for cvs-all-outgoing; Tue, 9 Jan 1996 00:49:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22602 for cvs-usrsbin-outgoing; Tue, 9 Jan 1996 00:49:27 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22594 Tue, 9 Jan 1996 00:49:24 -0800 (PST) Date: Tue, 9 Jan 1996 00:49:24 -0800 (PST) From: Thomas Graichen Message-Id: <199601090849.AAA22594@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/amd/config os-bsd44.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk graichen 96/01/09 00:49:24 Modified: usr.sbin/amd/config os-bsd44.h Log: Obtained from: David Mazieres (OpenBSD) added "#define PRECISE_SYMLINKS" to the amd config header - this solves a problem with the amd "-type:=direct" mounts and /bin/sh giving a "readlink failed" if you cd'ed to a "-type:=direct" mounted directory i got this from david mazieres as a result of giving him our (mostly doug rabsons) fixes for the amd "-type:=direct" mounts and telling them (also some NetBSD people were interested) about my only problem running these fixes (which is now solved too :-) Revision Changes Path 1.4 +5 -1 src/usr.sbin/amd/config/os-bsd44.h From owner-freebsd-commit Tue Jan 9 03:23:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA02329 for freebsd-commit-outgoing; Tue, 9 Jan 1996 03:23:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA02300 for cvs-all-outgoing; Tue, 9 Jan 1996 03:23:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA02290 for cvs-sys-outgoing; Tue, 9 Jan 1996 03:23:18 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA02280 Tue, 9 Jan 1996 03:22:52 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA17097; Tue, 9 Jan 1996 22:08:17 +1100 Date: Tue, 9 Jan 1996 22:08:17 +1100 From: Bruce Evans Message-Id: <199601091108.WAA17097@godzilla.zeta.org.au> To: graichen@omega.physik.fu-berlin.de, peter@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-commit@FreeBSD.ORG Precedence: bulk >> Modified: sys/i386/conf Makefile.i386 >> Log: >> Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we change >> sysctl kern.bootfile - since libkvm expects it there. >> ... >just one related question: why is dev.db in /var/run and not in /var/db ? Because it is a temporary file associated with the current kernel. kvm_kernel.db was also in /var/run in FreeBSD-1.1, but the 4.4lite implementation of kvm_mkdb was so slow that preserving kvm_kernel.db across boots was worthwhile. kvm_mkdb was speeded up by a factor of about 5 (from 20+ seconds to 4+ seconds on my 486DX33 IDE system) on 1995/01/10 by using mmap. The speed can be improved by an additional factor or about 2.5 without changing the application by removing ufs's write-through for full data blocks. Write-through is very bad for random writes if the same block is often rewritten. Bruce From owner-freebsd-commit Tue Jan 9 08:15:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18753 for freebsd-commit-outgoing; Tue, 9 Jan 1996 08:15:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18736 for cvs-all-outgoing; Tue, 9 Jan 1996 08:15:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18718 for cvs-sys-outgoing; Tue, 9 Jan 1996 08:14:59 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18711 Tue, 9 Jan 1996 08:14:57 -0800 (PST) Date: Tue, 9 Jan 1996 08:14:57 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601091614.IAA18711@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/09 08:14:55 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Change the inb and outb routines slightly. It seems that waiting for SPIORDY after polling REQINIT is a bad idea. Revision Changes Path 1.28 +5 -13 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/pci aic7870.c Log: Don't bother setting the DSCommand register. Adaptec's own BIOS doesn't. Revision Changes Path 1.23 +1 -4 src/sys/pci/aic7870.c From owner-freebsd-commit Tue Jan 9 08:19:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA19083 for freebsd-commit-outgoing; Tue, 9 Jan 1996 08:19:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA19071 for cvs-all-outgoing; Tue, 9 Jan 1996 08:19:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA19061 for cvs-sys-outgoing; Tue, 9 Jan 1996 08:19:34 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA19053 Tue, 9 Jan 1996 08:19:30 -0800 (PST) Date: Tue, 9 Jan 1996 08:19:30 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601091619.IAA19053@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/09 08:19:29 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Merge with HEAD. Change inb_first to not poll SPIORDY. Revision Changes Path 1.16.4.8 +6 -14 src/sys/dev/aic7xxx/aic7xxx.seq Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c Log: Merge with HEAD. Don't set DSCommand. Revision Changes Path 1.11.2.8 +1 -4 src/sys/pci/aic7870.c From owner-freebsd-commit Tue Jan 9 09:32:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23337 for freebsd-commit-outgoing; Tue, 9 Jan 1996 09:32:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23264 for cvs-all-outgoing; Tue, 9 Jan 1996 09:32:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23251 for cvs-sys-outgoing; Tue, 9 Jan 1996 09:31:58 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA23235 Tue, 9 Jan 1996 09:31:46 -0800 (PST) Received: by gvr.win.tue.nl (8.6.10/1.53) id SAA00390; Tue, 9 Jan 1996 18:31:36 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199601091731.SAA00390@gvr.win.tue.nl> Subject: Re: cvs commit: src/sys/netinet in.c To: davidg@freebsd.org Date: Tue, 9 Jan 1996 18:31:35 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199601082059.MAA06737@freefall.freebsd.org> from "Guido van Rooij" at Jan 8, 96 12:59:10 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@freebsd.org Precedence: bulk Guido van Rooij wrote: > > guido 96/01/08 12:59:09 > > Modified: sys/netinet in.c > Log: > Fix a bug where having a process listening to both a INADDR_ANY and a > local address, that was assigned with ifconfig alias and netmask > 0xffffffff, would receive duplictae udp packets. > This behaviour can easily be seen by having named run, and using the alias > address as the name server. > This solution is not the pretiest one, but after talk with Garreth, it > is seen as the most easy one. > > Revision Changes Path > 1.21 +8 -2 src/sys/netinet/in.c > This should probably go in the 2.1.0 branch. -Guido From owner-freebsd-commit Tue Jan 9 09:48:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24329 for freebsd-commit-outgoing; Tue, 9 Jan 1996 09:48:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24304 for cvs-all-outgoing; Tue, 9 Jan 1996 09:48:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24280 for cvs-sys-outgoing; Tue, 9 Jan 1996 09:48:00 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA24263 Tue, 9 Jan 1996 09:47:55 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id JAA03304; Tue, 9 Jan 1996 09:47:53 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id JAA00352; Tue, 9 Jan 1996 09:47:55 -0800 (PST) Message-Id: <199601091747.JAA00352@corbin.Root.COM> To: guido@gvr.win.tue.nl (Guido van Rooij) cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet in.c In-reply-to: Your message of "Tue, 09 Jan 96 18:31:35 +0100." <199601091731.SAA00390@gvr.win.tue.nl> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 09 Jan 1996 09:47:54 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >Guido van Rooij wrote: >> >> guido 96/01/08 12:59:09 >> >> Modified: sys/netinet in.c >> Log: >> Fix a bug where having a process listening to both a INADDR_ANY and a >> local address, that was assigned with ifconfig alias and netmask >> 0xffffffff, would receive duplictae udp packets. >> This behaviour can easily be seen by having named run, and using the alias >> address as the name server. >> This solution is not the pretiest one, but after talk with Garreth, it >> is seen as the most easy one. >> >> Revision Changes Path >> 1.21 +8 -2 src/sys/netinet/in.c >> >This should probably go in the 2.1.0 branch. Okay. I plan to look at several changes to the networking code for possible inclusion in 2.1.x sometime soon. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-freebsd-commit Tue Jan 9 11:58:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01868 for freebsd-commit-outgoing; Tue, 9 Jan 1996 11:58:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01843 for cvs-all-outgoing; Tue, 9 Jan 1996 11:58:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01821 for cvs-sys-outgoing; Tue, 9 Jan 1996 11:57:57 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01811 Tue, 9 Jan 1996 11:57:54 -0800 (PST) Date: Tue, 9 Jan 1996 11:57:54 -0800 (PST) From: Stefan Esser Message-Id: <199601091957.LAA01811@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/01/09 11:57:53 Modified: sys/pci ncr.c Log: Add back nncr and ncrp for now. ncrcontrol relies on them. (To be replaced by sysctl accesses some time ...) Remove a backward jump from the NCR script, which allowed a SCSI target to receive any number of NOP messages it desired. If a target indeed does such a silly thing, make it fail at the next instruction, instead of causing a timeout a few seconds later. Revision Changes Path 1.55 +7 -4 src/sys/pci/ncr.c From owner-freebsd-commit Tue Jan 9 13:41:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09456 for freebsd-commit-outgoing; Tue, 9 Jan 1996 13:41:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09439 for cvs-all-outgoing; Tue, 9 Jan 1996 13:41:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09418 for cvs-usrbin-outgoing; Tue, 9 Jan 1996 13:41:17 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09407 Tue, 9 Jan 1996 13:41:10 -0800 (PST) Date: Tue, 9 Jan 1996 13:41:10 -0800 (PST) From: Thomas Graichen Message-Id: <199601092141.NAA09407@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/quota quota.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk graichen 96/01/09 13:41:07 Modified: usr.bin/quota quota.c Log: fixed some printf format mismatches and some lines exceeding 80 col's (thanks to bruce) Revision Changes Path 1.4 +20 -16 src/usr.bin/quota/quota.c From owner-freebsd-commit Tue Jan 9 13:48:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09946 for freebsd-commit-outgoing; Tue, 9 Jan 1996 13:48:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09908 for cvs-all-outgoing; Tue, 9 Jan 1996 13:48:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09869 for cvs-etc-outgoing; Tue, 9 Jan 1996 13:48:01 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09855 Tue, 9 Jan 1996 13:47:55 -0800 (PST) Date: Tue, 9 Jan 1996 13:47:55 -0800 (PST) From: Joerg Wunsch Message-Id: <199601092147.NAA09855@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/etc.i386 disktab Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/09 13:47:53 Branch: etc/etc.i386 RELENG_2_1_0 Modified: etc/etc.i386 disktab Log: Merge from HEAD: be more verbose about the floppy formats, and mention the sony650 MOD format. Revision Changes Path 1.7.4.1 +15 -2 src/etc/etc.i386/disktab From owner-freebsd-commit Tue Jan 9 15:08:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16104 for freebsd-commit-outgoing; Tue, 9 Jan 1996 15:08:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16035 for cvs-all-outgoing; Tue, 9 Jan 1996 15:08:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16002 for cvs-sys-outgoing; Tue, 9 Jan 1996 15:07:55 -0800 (PST) Received: (from ats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15987 Tue, 9 Jan 1996 15:07:47 -0800 (PST) Date: Tue, 9 Jan 1996 15:07:47 -0800 (PST) From: Andreas Schulz Message-Id: <199601092307.PAA15987@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_vx.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ats 96/01/09 15:07:41 Modified: sys/pci if_vx.c Log: Add the pci-numbers for the 3c595 10/100Mb card to the driver. Revision Changes Path 1.6 +2 -0 src/sys/pci/if_vx.c From owner-freebsd-commit Tue Jan 9 15:15:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16935 for freebsd-commit-outgoing; Tue, 9 Jan 1996 15:15:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16916 for cvs-all-outgoing; Tue, 9 Jan 1996 15:15:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16904 for cvs-sys-outgoing; Tue, 9 Jan 1996 15:15:27 -0800 (PST) Received: (from ats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16878 Tue, 9 Jan 1996 15:15:13 -0800 (PST) Date: Tue, 9 Jan 1996 15:15:13 -0800 (PST) From: Andreas Schulz Message-Id: <199601092315.PAA16878@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-commit@FreeBSD.ORG Precedence: bulk ats 96/01/09 15:15:09 Modified: sys/i386/conf LINT Log: Add the 3C595 as a supported device for vx0. Delete the rest of the line for the vx0 device, it is not needed as for all other pci devices. Revision Changes Path 1.233 +3 -3 src/sys/i386/conf/LINT From owner-freebsd-commit Tue Jan 9 22:32:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA12892 for freebsd-commit-outgoing; Tue, 9 Jan 1996 22:32:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA12875 for cvs-all-outgoing; Tue, 9 Jan 1996 22:32:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA12864 for cvs-user-outgoing; Tue, 9 Jan 1996 22:32:31 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA12854 Tue, 9 Jan 1996 22:32:26 -0800 (PST) Date: Tue, 9 Jan 1996 22:32:26 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601100632.WAA12854@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release doFS.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/09 22:32:25 Modified: release doFS.sh Log: Don't make the fs-image in /dev :-) Revision Changes Path 1.2 +1 -1 src/release/doFS.sh From owner-freebsd-commit Wed Jan 10 00:51:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22813 for freebsd-commit-outgoing; Wed, 10 Jan 1996 00:51:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22800 for cvs-all-outgoing; Wed, 10 Jan 1996 00:51:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22788 for cvs-user-outgoing; Wed, 10 Jan 1996 00:51:25 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22780 Wed, 10 Jan 1996 00:51:19 -0800 (PST) Date: Wed, 10 Jan 1996 00:51:19 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601100851.AAA22780@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/10 00:51:16 Modified: release Makefile Log: Remember to make the kernels dir. Revision Changes Path 1.201 +2 -1 src/release/Makefile From owner-freebsd-commit Wed Jan 10 02:42:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29227 for freebsd-commit-outgoing; Wed, 10 Jan 1996 02:42:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29214 for cvs-all-outgoing; Wed, 10 Jan 1996 02:42:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29204 for cvs-gnu-outgoing; Wed, 10 Jan 1996 02:42:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29197 Wed, 10 Jan 1996 02:41:56 -0800 (PST) Date: Wed, 10 Jan 1996 02:41:56 -0800 (PST) From: Mike Pritchard Message-Id: <199601101041.CAA29197@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/diff util.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/10 02:41:54 Modified: gnu/usr.bin/diff util.c Log: Correct the path used to invoke "pr" if the "-l" option to diff is specified. Also invoke "pr" with "-F" instead of the invalid "-f" option. Obtained from: NetBSD-bugs mailing list (PR# 1896) Revision Changes Path 1.4 +3 -3 src/gnu/usr.bin/diff/util.c From owner-freebsd-commit Wed Jan 10 03:06:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01151 for freebsd-commit-outgoing; Wed, 10 Jan 1996 03:06:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01140 for cvs-all-outgoing; Wed, 10 Jan 1996 03:06:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01129 for cvs-lib-outgoing; Wed, 10 Jan 1996 03:06:35 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01120 Wed, 10 Jan 1996 03:06:31 -0800 (PST) Date: Wed, 10 Jan 1996 03:06:31 -0800 (PST) From: Mike Pritchard Message-Id: <199601101106.DAA01120@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/string strspn.3 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/10 03:06:29 Modified: lib/libc/string strspn.3 Log: Correct the strspn() man page so that it no longer references itself as strcspn(). Obtained from: NetBSD-bugs mailing list (PR# 1905) Revision Changes Path 1.2 +1 -1 src/lib/libc/string/strspn.3 From owner-freebsd-commit Wed Jan 10 05:58:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07075 for freebsd-commit-outgoing; Wed, 10 Jan 1996 05:58:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07051 for cvs-all-outgoing; Wed, 10 Jan 1996 05:57:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07038 for cvs-gnu-outgoing; Wed, 10 Jan 1996 05:57:51 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07026 Wed, 10 Jan 1996 05:57:49 -0800 (PST) Date: Wed, 10 Jan 1996 05:57:49 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601101357.FAA07026@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog radiolist.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/10 05:57:48 Modified: gnu/lib/libdialog radiolist.c Log: Fix small bug with negative item_no. Revision Changes Path 1.15 +1 -1 src/gnu/lib/libdialog/radiolist.c From owner-freebsd-commit Wed Jan 10 05:59:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07168 for freebsd-commit-outgoing; Wed, 10 Jan 1996 05:59:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07159 for cvs-all-outgoing; Wed, 10 Jan 1996 05:59:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07149 for cvs-gnu-outgoing; Wed, 10 Jan 1996 05:59:27 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07142 Wed, 10 Jan 1996 05:59:26 -0800 (PST) Date: Wed, 10 Jan 1996 05:59:26 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601101359.FAA07142@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog radiolist.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/10 05:59:25 Branch: gnu/lib/libdialog RELENG_2_1_0 Modified: gnu/lib/libdialog radiolist.c Log: Merge from HEAD. Revision Changes Path 1.11.4.4 +1 -1 src/gnu/lib/libdialog/radiolist.c From owner-freebsd-commit Wed Jan 10 08:08:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12948 for freebsd-commit-outgoing; Wed, 10 Jan 1996 08:08:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12937 for cvs-all-outgoing; Wed, 10 Jan 1996 08:07:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12926 for cvs-usrsbin-outgoing; Wed, 10 Jan 1996 08:07:45 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12919 Wed, 10 Jan 1996 08:07:42 -0800 (PST) Date: Wed, 10 Jan 1996 08:07:42 -0800 (PST) From: Bill Paul Message-Id: <199601101607.IAA12919@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_access.c yp_server.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/10 08:07:41 Modified: usr.sbin/ypserv yp_access.c yp_server.c Log: More changes brought about by testing of yppush (which is almost finished): In yp_server.c: - Modify ypproc_xfr_2_svc() so that it sends both a return status and a yppush callback (if necessary: normally ypxfr is supposed to send the callback once it's done transfering a map, but if we can't get ypxfr off the ground for some reason, we have to send it here instead) and do it in the right order: have to send the reply to the ypproc_xfr request first, then send callback. This requires us to cheat a bit: you're supposed to just return() and let the RPC dispatcher send the reply for you, but we wouldn't be able to send the callback message if we did that, so we have to call svc_sendreply() ourselves, then send the callback, and then return NULL so that the RPC dispatcher won't call svc_sendreply() itself. - Also modify ypproc_xfr_2_svc() so that it doesn't invoke ypxfr with the -f flag: this overrides the order number checks, which prevents us from ever refusing maps that aren't newer than then ones we already have. In yp_access.c: - Fix a typo in the TCP_WRAPPER support code (which is #ifdef'ed out by default): a close paren somehow vanished into the ether. Revision Changes Path 1.2 +1 -1 src/usr.sbin/ypserv/yp_access.c 1.3 +42 -17 src/usr.sbin/ypserv/yp_server.c From owner-freebsd-commit Wed Jan 10 09:44:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19318 for freebsd-commit-outgoing; Wed, 10 Jan 1996 09:44:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19303 for cvs-all-outgoing; Wed, 10 Jan 1996 09:44:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19293 for cvs-libexec-outgoing; Wed, 10 Jan 1996 09:44:15 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19284 Wed, 10 Jan 1996 09:44:13 -0800 (PST) Date: Wed, 10 Jan 1996 09:44:13 -0800 (PST) From: Bill Paul Message-Id: <199601101744.JAA19284@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfr_main.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/10 09:44:12 Modified: libexec/ypxfr ypxfr_main.c Log: - Fix error reporting when checking order number via NIS: we return zero on a failure, but if we're checking a corrupt map we could also get back a zero from ypserv without really encountering any actual error. Flag this condition and generate an meaningful error message. - Fix transmission of ypxfr_clear to ypserv: error checking was wrong and we sending YPXFR_YPERR as an error status instead of YPXFR_CLEAR. - To help avoid a race condition (or at least reduce the likelyhood of it occuring), use rename() to move a newly transfered map into place instead of unlink()ing the old one first and then renaming. Da man page sez that rename should do the unlink() for us. This prevents ypserv from returning 'no such map in domain' when asked to query a map which ypxfr has just unlink()ed but not yet replaced. Revision Changes Path 1.3 +22 -14 src/libexec/ypxfr/ypxfr_main.c From owner-freebsd-commit Wed Jan 10 13:21:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02344 for freebsd-commit-outgoing; Wed, 10 Jan 1996 13:21:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02331 for cvs-all-outgoing; Wed, 10 Jan 1996 13:21:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02309 for cvs-sys-outgoing; Wed, 10 Jan 1996 13:21:08 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02302 Wed, 10 Jan 1996 13:21:02 -0800 (PST) Date: Wed, 10 Jan 1996 13:21:02 -0800 (PST) From: Stefan Esser Message-Id: <199601102121.NAA02302@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/01/10 13:21:01 Modified: sys/pci ncr.c Log: Add back initialization of "ncrp[unit]" since ncrcontrol relies on it. Revision Changes Path 1.56 +3 -2 src/sys/pci/ncr.c From owner-freebsd-commit Wed Jan 10 13:23:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02433 for freebsd-commit-outgoing; Wed, 10 Jan 1996 13:23:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02419 for cvs-all-outgoing; Wed, 10 Jan 1996 13:22:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02400 for cvs-etc-outgoing; Wed, 10 Jan 1996 13:22:36 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02392 Wed, 10 Jan 1996 13:22:31 -0800 (PST) Date: Wed, 10 Jan 1996 13:22:31 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601102122.NAA02392@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/10 13:22:30 Modified: etc Makefile Log: Add empty /var/log/slip.log creation to distribution: target where other empty logs created. Pointed by Bruce. Revision Changes Path 1.130 +3 -1 src/etc/Makefile From owner-freebsd-commit Wed Jan 10 13:28:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03016 for freebsd-commit-outgoing; Wed, 10 Jan 1996 13:28:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02992 for cvs-all-outgoing; Wed, 10 Jan 1996 13:28:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02984 for cvs-usrsbin-outgoing; Wed, 10 Jan 1996 13:28:16 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02977 Wed, 10 Jan 1996 13:28:12 -0800 (PST) Date: Wed, 10 Jan 1996 13:28:12 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601102128.NAA02977@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp arp.c ccp.c chap.c command.c filter.c hdlc.c ip.c main.c modem.c os.h pred.c timer.c uucplock.c vars.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/10 13:28:11 Modified: usr.sbin/ppp arp.c ccp.c chap.c command.c filter.c hdlc.c ip.c main.c modem.c os.h pred.c timer.c uucplock.c vars.c Log: A random bunch of cleanup changes. Revision Changes Path 1.3 +4 -3 src/usr.sbin/ppp/arp.c 1.4 +2 -5 src/usr.sbin/ppp/ccp.c 1.4 +4 -2 src/usr.sbin/ppp/chap.c 1.11 +4 -2 src/usr.sbin/ppp/command.c 1.6 +2 -4 src/usr.sbin/ppp/filter.c 1.6 +2 -1 src/usr.sbin/ppp/hdlc.c 1.6 +1 -2 src/usr.sbin/ppp/ip.c 1.12 +2 -4 src/usr.sbin/ppp/main.c 1.10 +6 -2 src/usr.sbin/ppp/modem.c 1.3 +3 -1 src/usr.sbin/ppp/os.h 1.4 +1 -2 src/usr.sbin/ppp/pred.c 1.5 +6 -3 src/usr.sbin/ppp/timer.c 1.6 +7 -1 src/usr.sbin/ppp/uucplock.c 1.7 +3 -4 src/usr.sbin/ppp/vars.c From owner-freebsd-commit Wed Jan 10 13:42:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04029 for freebsd-commit-outgoing; Wed, 10 Jan 1996 13:42:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04019 for cvs-all-outgoing; Wed, 10 Jan 1996 13:42:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04010 for cvs-usrbin-outgoing; Wed, 10 Jan 1996 13:42:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04003 Wed, 10 Jan 1996 13:42:19 -0800 (PST) Date: Wed, 10 Jan 1996 13:42:19 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601102142.NAA04003@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/wc wc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/10 13:42:18 Modified: usr.bin/wc wc.c Log: Localize it. Revision Changes Path 1.2 +5 -2 src/usr.bin/wc/wc.c From owner-freebsd-commit Wed Jan 10 16:13:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14501 for freebsd-commit-outgoing; Wed, 10 Jan 1996 16:13:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14492 for cvs-all-outgoing; Wed, 10 Jan 1996 16:12:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14482 for cvs-sbin-outgoing; Wed, 10 Jan 1996 16:12:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14475 Wed, 10 Jan 1996 16:12:50 -0800 (PST) Date: Wed, 10 Jan 1996 16:12:50 -0800 (PST) From: Joerg Wunsch Message-Id: <199601110012.QAA14475@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.8 mountd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/10 16:12:49 Branch: sbin/mountd RELENG_2_1_0 Modified: sbin/mountd mountd.8 mountd.c Log: Move the -r flag from HEAD here: it allows to export regular files, which seems to be required for diskless Suns in order to mount their swap space. Revision Changes Path 1.3.4.1 +11 -2 src/sbin/mountd/mountd.8 1.8.2.2 +17 -9 src/sbin/mountd/mountd.c From owner-freebsd-commit Wed Jan 10 16:26:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15052 for freebsd-commit-outgoing; Wed, 10 Jan 1996 16:26:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15042 for cvs-all-outgoing; Wed, 10 Jan 1996 16:26:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15032 for cvs-ports-outgoing; Wed, 10 Jan 1996 16:26:32 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15025 Wed, 10 Jan 1996 16:26:29 -0800 (PST) Date: Wed, 10 Jan 1996 16:26:29 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601110026.QAA15025@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/security/pgp/files.non_usa md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/10 16:26:28 Modified: security/pgp/files.non_usa md5 Log: Intl. version upgrade Revision Changes Path 1.7 +1 -1 ports/security/pgp/files.non_usa/md5 From owner-freebsd-commit Wed Jan 10 17:20:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18373 for freebsd-commit-outgoing; Wed, 10 Jan 1996 17:20:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18359 for cvs-all-outgoing; Wed, 10 Jan 1996 17:20:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18350 for cvs-ports-outgoing; Wed, 10 Jan 1996 17:20:39 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18343 Wed, 10 Jan 1996 17:20:37 -0800 (PST) Date: Wed, 10 Jan 1996 17:20:37 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601110120.RAA18343@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/www/comline/patches patch-aa Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/10 17:20:36 Modified: www/comline Makefile www/comline/files md5 www/comline/patches patch-aa Log: Upgrade to 4.0B Revision Changes Path 1.4 +5 -5 ports/www/comline/Makefile 1.2 +2 -2 ports/www/comline/files/md5 1.2 +14 -98 ports/www/comline/patches/patch-aa From owner-freebsd-commit Wed Jan 10 17:34:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19205 for freebsd-commit-outgoing; Wed, 10 Jan 1996 17:34:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19171 for cvs-all-outgoing; Wed, 10 Jan 1996 17:34:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19153 for cvs-ports-outgoing; Wed, 10 Jan 1996 17:33:58 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19146 Wed, 10 Jan 1996 17:33:56 -0800 (PST) Date: Wed, 10 Jan 1996 17:33:56 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601110133.RAA19146@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/www/cern_linemode/patches patch-aa Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/10 17:33:55 Modified: www/cern_linemode Makefile www/cern_linemode/files md5 www/cern_linemode/patches patch-aa Log: Upgrade to 4.0B Revision Changes Path 1.9 +5 -5 ports/www/cern_linemode/Makefile 1.3 +2 -2 ports/www/cern_linemode/files/md5 1.3 +14 -98 ports/www/cern_linemode/patches/patch-aa From owner-freebsd-commit Wed Jan 10 19:46:22 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA26286 for freebsd-commit-outgoing; Wed, 10 Jan 1996 19:46:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA26260 for cvs-all-outgoing; Wed, 10 Jan 1996 19:46:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA26250 for cvs-gnu-outgoing; Wed, 10 Jan 1996 19:46:05 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA26232 Wed, 10 Jan 1996 19:46:02 -0800 (PST) Date: Wed, 10 Jan 1996 19:46:02 -0800 (PST) From: John Polstra Message-Id: <199601110346.TAA26232@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk jdp 96/01/10 19:46:00 Modified: gnu/usr.bin/ld/rtld Makefile Log: Install ld.so in a way that is safe even on a running system. Revision Changes Path 1.16 +13 -2 src/gnu/usr.bin/ld/rtld/Makefile From owner-freebsd-commit Wed Jan 10 21:12:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA01339 for freebsd-commit-outgoing; Wed, 10 Jan 1996 21:12:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA01328 for cvs-all-outgoing; Wed, 10 Jan 1996 21:12:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA01317 for cvs-sys-outgoing; Wed, 10 Jan 1996 21:12:26 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA01310 Wed, 10 Jan 1996 21:12:24 -0800 (PST) Date: Wed, 10 Jan 1996 21:12:24 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601110512.VAA01310@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/10 21:12:23 Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf files.i386 Log: remove reference to i386/isa/aha1742.c. This driver has moved into i386/eisa. Revision Changes Path 1.98.4.7 +1 -2 src/sys/i386/conf/files.i386 From owner-freebsd-commit Wed Jan 10 21:56:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03678 for freebsd-commit-outgoing; Wed, 10 Jan 1996 21:56:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03662 for cvs-all-outgoing; Wed, 10 Jan 1996 21:56:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03650 for cvs-gnu-outgoing; Wed, 10 Jan 1996 21:56:40 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03642 Wed, 10 Jan 1996 21:56:37 -0800 (PST) Date: Wed, 10 Jan 1996 21:56:37 -0800 (PST) From: Peter Wemm Message-Id: <199601110556.VAA03642@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/cvsinit cvsinit.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/10 21:56:37 Modified: gnu/usr.bin/cvs/cvsinit cvsinit.sh Log: Whoops. cvsinit was creating a modules file in CVSROOT with an explicit (and wrong) /usr/local/bin/mkmodules path. We install in /usr/bin. Noticed by: Faried Nawaz Revision Changes Path 1.5 +3 -2 src/gnu/usr.bin/cvs/cvsinit/cvsinit.sh From owner-freebsd-commit Wed Jan 10 21:59:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03888 for freebsd-commit-outgoing; Wed, 10 Jan 1996 21:59:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03869 for cvs-all-outgoing; Wed, 10 Jan 1996 21:59:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03857 for cvs-usrsbin-outgoing; Wed, 10 Jan 1996 21:59:05 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03847 Wed, 10 Jan 1996 21:59:03 -0800 (PST) Date: Wed, 10 Jan 1996 21:59:03 -0800 (PST) From: Peter Wemm Message-Id: <199601110559.VAA03847@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/10 21:59:01 Modified: usr.sbin/ppp command.c Log: My freshly aborted 'make world' has pointed out that the wait.h include file is , not as was recently committed. Revision Changes Path 1.12 +2 -2 src/usr.sbin/ppp/command.c From owner-freebsd-commit Wed Jan 10 22:18:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04976 for freebsd-commit-outgoing; Wed, 10 Jan 1996 22:18:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04962 for cvs-all-outgoing; Wed, 10 Jan 1996 22:18:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04942 for cvs-sys-outgoing; Wed, 10 Jan 1996 22:17:56 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04932 Wed, 10 Jan 1996 22:17:52 -0800 (PST) Date: Wed, 10 Jan 1996 22:17:52 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601110617.WAA04932@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/10 22:17:51 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Take a different approach to the SPIORDY race condition. Simply clear SPIORDY just before we ack on the bus so that there is no chance to see SPIORDY for the same byte twice. Make some small modifications so that the Linux aic7xxx driver can use our sequencer and register definition files verbatum. Revision Changes Path 1.29 +5 -3 src/sys/dev/aic7xxx/aic7xxx.seq 1.4 +15 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h From owner-freebsd-commit Wed Jan 10 22:21:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA05200 for freebsd-commit-outgoing; Wed, 10 Jan 1996 22:21:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA05190 for cvs-all-outgoing; Wed, 10 Jan 1996 22:21:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA05176 for cvs-sys-outgoing; Wed, 10 Jan 1996 22:21:03 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA05169 Wed, 10 Jan 1996 22:21:00 -0800 (PST) Date: Wed, 10 Jan 1996 22:21:00 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601110621.WAA05169@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/10 22:20:59 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Merge with HEAD: Take a different approach to the SPIORDY race condition. Simply clear SPIORDY just before we ack on the bus so that there is no chance to see SPIORDY for the same byte twice. Make some small modifications so that the Linux aic7xxx driver can use our sequencer and register definition files verbatum. Revision Changes Path 1.16.4.9 +5 -3 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.2 +15 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h From owner-freebsd-commit Thu Jan 11 00:51:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11407 for freebsd-commit-outgoing; Thu, 11 Jan 1996 00:51:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11391 for cvs-all-outgoing; Thu, 11 Jan 1996 00:51:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11382 for cvs-ports-outgoing; Thu, 11 Jan 1996 00:51:29 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11375 Thu, 11 Jan 1996 00:51:23 -0800 (PST) Date: Thu, 11 Jan 1996 00:51:23 -0800 (PST) From: Paul Traina Message-Id: <199601110851.AAA11375@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/www/netscape2/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/01/11 00:51:22 Modified: www/netscape2 Makefile www/netscape2/files md5 Log: The new phone books are here! ... urp, I mean netscape. Revision Changes Path 1.7 +6 -6 ports/www/netscape2/Makefile 1.6 +1 -1 ports/www/netscape2/files/md5 From owner-freebsd-commit Thu Jan 11 00:54:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11590 for freebsd-commit-outgoing; Thu, 11 Jan 1996 00:54:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11564 for cvs-all-outgoing; Thu, 11 Jan 1996 00:53:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11554 for cvs-ports-outgoing; Thu, 11 Jan 1996 00:53:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11547 Thu, 11 Jan 1996 00:53:52 -0800 (PST) Date: Thu, 11 Jan 1996 00:53:52 -0800 (PST) From: Paul Traina Message-Id: <199601110853.AAA11547@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/russian/netscape2.language Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/01/11 00:53:52 Modified: russian/netscape2.language Makefile Log: Fix russian port for Andrey -- now points to 2.0b5 Revision Changes Path 1.7 +4 -4 ports/russian/netscape2.language/Makefile From owner-freebsd-commit Thu Jan 11 01:00:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA11957 for freebsd-commit-outgoing; Thu, 11 Jan 1996 01:00:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA11927 for cvs-all-outgoing; Thu, 11 Jan 1996 01:00:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA11913 for cvs-ports-outgoing; Thu, 11 Jan 1996 01:00:21 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA11900 Thu, 11 Jan 1996 01:00:17 -0800 (PST) Date: Thu, 11 Jan 1996 01:00:17 -0800 (PST) From: Paul Traina Message-Id: <199601110900.BAA11900@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/x11/rxvt/patches patch-ac Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/01/11 01:00:16 Added: x11/rxvt/patches patch-ac Log: Patch around a security vulnerability in rxvt. Give up root privileges when they're not necessary. RXVT's handling of /etc/utmp is blatantly idiotic under FreeBSD but at least it's not a security hole anymore. Obtained from: Marc Ewing (marc@redhat.com) from BUGTRAQ mailing list. From owner-freebsd-commit Thu Jan 11 09:27:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA05826 for freebsd-commit-outgoing; Thu, 11 Jan 1996 09:27:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA05813 for cvs-all-outgoing; Thu, 11 Jan 1996 09:27:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA05803 for cvs-gnu-outgoing; Thu, 11 Jan 1996 09:27:21 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA05796 Thu, 11 Jan 1996 09:27:19 -0800 (PST) Date: Thu, 11 Jan 1996 09:27:19 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601111727.JAA05796@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/11 09:27:18 Modified: gnu/usr.bin/ld/rtld Makefile Log: Make the new realinstall target a little less draconian so that make release doesn't fall over. Revision Changes Path 1.17 +3 -3 src/gnu/usr.bin/ld/rtld/Makefile From owner-freebsd-commit Thu Jan 11 09:49:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07385 for freebsd-commit-outgoing; Thu, 11 Jan 1996 09:49:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07356 for cvs-all-outgoing; Thu, 11 Jan 1996 09:49:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07346 for cvs-usrsbin-outgoing; Thu, 11 Jan 1996 09:49:10 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07335 Thu, 11 Jan 1996 09:49:07 -0800 (PST) Date: Thu, 11 Jan 1996 09:49:07 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601111749.JAA07335@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp arp.h chat.h ip.h main.h pred.h route.h systems.h Makefile arp.c async.c auth.c auth.h ccp.c ccp.h command.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ipcp.c lcp.c log.h lqr.c main.c modem.c modem.h os.c route.c slcompress.c uucplock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/11 09:49:06 Modified: usr.sbin/ppp Makefile arp.c async.c auth.c auth.h ccp.c ccp.h command.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ipcp.c lcp.c log.h lqr.c main.c modem.c modem.h os.c route.c slcompress.c uucplock.c Added: usr.sbin/ppp arp.h chat.h ip.h main.h pred.h route.h systems.h Log: Final cleanup for now. -Wall is now silent. A couple of bogons found. Revision Changes Path 1.4 +2 -1 src/usr.sbin/ppp/Makefile 1.4 +3 -1 src/usr.sbin/ppp/arp.c 1.5 +2 -1 src/usr.sbin/ppp/async.c 1.6 +10 -6 src/usr.sbin/ppp/auth.c 1.3 +3 -1 src/usr.sbin/ppp/auth.h 1.5 +2 -1 src/usr.sbin/ppp/ccp.c 1.3 +7 -1 src/usr.sbin/ppp/ccp.h 1.13 +5 -4 src/usr.sbin/ppp/command.c 1.4 +2 -1 src/usr.sbin/ppp/filter.h 1.5 +3 -2 src/usr.sbin/ppp/fsm.c 1.5 +2 -2 src/usr.sbin/ppp/fsm.h 1.7 +5 -2 src/usr.sbin/ppp/hdlc.c 1.3 +4 -2 src/usr.sbin/ppp/hdlc.h 1.7 +3 -3 src/usr.sbin/ppp/ip.c 1.7 +3 -3 src/usr.sbin/ppp/ipcp.c 1.7 +10 -6 src/usr.sbin/ppp/lcp.c 1.5 +2 -1 src/usr.sbin/ppp/log.h 1.5 +2 -1 src/usr.sbin/ppp/lqr.c 1.13 +7 -3 src/usr.sbin/ppp/main.c 1.11 +1 -2 src/usr.sbin/ppp/modem.c 1.5 +7 -2 src/usr.sbin/ppp/modem.h 1.4 +5 -1 src/usr.sbin/ppp/os.c 1.5 +2 -2 src/usr.sbin/ppp/route.c 1.4 +2 -2 src/usr.sbin/ppp/slcompress.c 1.7 +3 -2 src/usr.sbin/ppp/uucplock.c From owner-freebsd-commit Thu Jan 11 09:50:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07482 for freebsd-commit-outgoing; Thu, 11 Jan 1996 09:50:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07465 for cvs-all-outgoing; Thu, 11 Jan 1996 09:50:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07433 for cvs-gnu-outgoing; Thu, 11 Jan 1996 09:49:59 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07426 Thu, 11 Jan 1996 09:49:57 -0800 (PST) Date: Thu, 11 Jan 1996 09:49:57 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601111749.JAA07426@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/11 09:49:56 Modified: gnu/usr.bin/ld/rtld Makefile Log: Another '-' needed for make release. Revision Changes Path 1.18 +2 -2 src/gnu/usr.bin/ld/rtld/Makefile From owner-freebsd-commit Thu Jan 11 12:29:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17373 for freebsd-commit-outgoing; Thu, 11 Jan 1996 12:29:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17361 for cvs-all-outgoing; Thu, 11 Jan 1996 12:28:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17351 for cvs-user-outgoing; Thu, 11 Jan 1996 12:28:49 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17344 Thu, 11 Jan 1996 12:28:47 -0800 (PST) Date: Thu, 11 Jan 1996 12:28:47 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601112028.MAA17344@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/11 12:28:42 Modified: release Makefile Log: A new cleaned up Makefile. Revision Changes Path 1.202 +66 -66 src/release/Makefile From owner-freebsd-commit Thu Jan 11 13:45:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24186 for freebsd-commit-outgoing; Thu, 11 Jan 1996 13:45:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24161 for cvs-all-outgoing; Thu, 11 Jan 1996 13:45:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24150 for cvs-ports-outgoing; Thu, 11 Jan 1996 13:45:35 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24133 Thu, 11 Jan 1996 13:45:25 -0800 (PST) Date: Thu, 11 Jan 1996 13:45:25 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601112145.NAA24133@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/www/netscape2/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 13:45:23 Modified: www/netscape2 Makefile www/netscape2/files md5 Log: Change version info in Makefile comment too Update foreign mirrors directories too Use .tar.gz instead of .tar.Z, it occupes less disk space/download time Revision Changes Path 1.8 +5 -5 ports/www/netscape2/Makefile 1.7 +1 -1 ports/www/netscape2/files/md5 From owner-freebsd-commit Thu Jan 11 14:01:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26291 for freebsd-commit-outgoing; Thu, 11 Jan 1996 14:01:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26272 for cvs-all-outgoing; Thu, 11 Jan 1996 14:01:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26238 for cvs-ports-outgoing; Thu, 11 Jan 1996 14:00:57 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26191 Thu, 11 Jan 1996 14:00:51 -0800 (PST) Date: Thu, 11 Jan 1996 14:00:51 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601112200.OAA26191@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/russian/netscape2.language/files koi8-r_patch Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 14:00:49 Modified: russian/netscape2.language/files koi8-r_patch Log: Upgrade (linenumbers offset) for new version Revision Changes Path 1.5 +14 -14 ports/russian/netscape2.language/files/koi8-r_patch From owner-freebsd-commit Thu Jan 11 14:44:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01693 for freebsd-commit-outgoing; Thu, 11 Jan 1996 14:44:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01681 for cvs-all-outgoing; Thu, 11 Jan 1996 14:44:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01665 for cvs-ports-outgoing; Thu, 11 Jan 1996 14:44:34 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01656 Thu, 11 Jan 1996 14:44:30 -0800 (PST) Date: Thu, 11 Jan 1996 14:44:30 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601112244.OAA01656@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/mail/elm+mime/pkg - New directory Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 14:44:28 ports/mail/elm+mime/pkg - New directory From owner-freebsd-commit Thu Jan 11 14:47:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01903 for freebsd-commit-outgoing; Thu, 11 Jan 1996 14:47:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01879 for cvs-all-outgoing; Thu, 11 Jan 1996 14:46:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01865 for cvs-ports-outgoing; Thu, 11 Jan 1996 14:46:46 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01853 Thu, 11 Jan 1996 14:46:37 -0800 (PST) Date: Thu, 11 Jan 1996 14:46:37 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601112246.OAA01853@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/mail/elm+mime/scripts elm.mimetypes pre-configure Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 14:46:35 Modified: mail/elm+mime Makefile mail/elm+mime/scripts pre-configure Added: mail/elm+mime/pkg COMMENT DESCR PLIST mail/elm+mime/scripts elm.mimetypes Log: Add elm.mimetypes installation Revision Changes Path 1.4 +10 -2 ports/mail/elm+mime/Makefile 1.3 +2 -2 ports/mail/elm+mime/scripts/pre-configure From owner-freebsd-commit Thu Jan 11 17:49:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13490 for freebsd-commit-outgoing; Thu, 11 Jan 1996 17:49:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13473 for cvs-all-outgoing; Thu, 11 Jan 1996 17:49:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13464 for cvs-ports-outgoing; Thu, 11 Jan 1996 17:49:17 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13457 Thu, 11 Jan 1996 17:49:14 -0800 (PST) Date: Thu, 11 Jan 1996 17:49:14 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601120149.RAA13457@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/mail/elm/scripts pre-configure Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 17:49:12 Modified: mail/elm/scripts pre-configure Added: mail/elm/patches patch-af Log: Fix coredump in attachment saving (for version with MIME) Remove -fno-strength-reduce Revision Changes Path 1.7 +2 -2 ports/mail/elm/scripts/pre-configure From owner-freebsd-commit Thu Jan 11 17:55:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13979 for freebsd-commit-outgoing; Thu, 11 Jan 1996 17:55:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13961 for cvs-all-outgoing; Thu, 11 Jan 1996 17:55:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13950 for cvs-ports-outgoing; Thu, 11 Jan 1996 17:55:07 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13931 Thu, 11 Jan 1996 17:54:56 -0800 (PST) Date: Thu, 11 Jan 1996 17:54:56 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601120154.RAA13931@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/mail/elm/scripts pre-configure Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 17:54:55 Modified: mail/elm/scripts pre-configure Log: strip binaries Revision Changes Path 1.8 +2 -2 ports/mail/elm/scripts/pre-configure From owner-freebsd-commit Thu Jan 11 17:56:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA14274 for freebsd-commit-outgoing; Thu, 11 Jan 1996 17:56:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA14260 for cvs-all-outgoing; Thu, 11 Jan 1996 17:56:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA14250 for cvs-ports-outgoing; Thu, 11 Jan 1996 17:56:26 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA14236 Thu, 11 Jan 1996 17:56:22 -0800 (PST) Date: Thu, 11 Jan 1996 17:56:22 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601120156.RAA14236@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/mail/elm+mime/scripts pre-configure Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/11 17:56:20 Modified: mail/elm+mime/scripts pre-configure Log: strip binaries Revision Changes Path 1.4 +2 -2 ports/mail/elm+mime/scripts/pre-configure From owner-freebsd-commit Thu Jan 11 22:43:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02240 for freebsd-commit-outgoing; Thu, 11 Jan 1996 22:43:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02230 for cvs-all-outgoing; Thu, 11 Jan 1996 22:43:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02220 for cvs-gnu-outgoing; Thu, 11 Jan 1996 22:43:37 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02213 Thu, 11 Jan 1996 22:43:35 -0800 (PST) Date: Thu, 11 Jan 1996 22:43:35 -0800 (PST) From: Bill Paul Message-Id: <199601120643.WAA02213@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/11 22:43:34 Modified: gnu/usr.bin Makefile Log: Remove yppush; it's about to be replaced. Revision Changes Path 1.30 +2 -2 src/gnu/usr.bin/Makefile From owner-freebsd-commit Thu Jan 11 22:46:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02408 for freebsd-commit-outgoing; Thu, 11 Jan 1996 22:46:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02387 for cvs-all-outgoing; Thu, 11 Jan 1996 22:46:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02377 for cvs-gnu-outgoing; Thu, 11 Jan 1996 22:46:22 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02370 Thu, 11 Jan 1996 22:46:20 -0800 (PST) Date: Thu, 11 Jan 1996 22:46:20 -0800 (PST) From: Bill Paul Message-Id: <199601120646.WAA02370@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/yppush Makefile yppush.8 yppush.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/11 22:46:19 Removed: gnu/usr.bin/yppush Makefile yppush.8 yppush.c Log: Toss the old yppush into the attic. From owner-freebsd-commit Thu Jan 11 23:03:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02927 for freebsd-commit-outgoing; Thu, 11 Jan 1996 23:03:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02917 for cvs-all-outgoing; Thu, 11 Jan 1996 23:03:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02904 for cvs-usrsbin-outgoing; Thu, 11 Jan 1996 23:03:36 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02897 Thu, 11 Jan 1996 23:03:34 -0800 (PST) Date: Thu, 11 Jan 1996 23:03:34 -0800 (PST) From: Bill Paul Message-Id: <199601120703.XAA02897@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/11 23:03:33 Branch: usr.sbin 1.1.1 Log: Import the new yppush. This program does what the old one did, PLUS: - Supports parallel jobs (like the SunOS yppush) - Does everything in one proces instead of fork()ing off children processes as callback listeners (this is done using async socket I/O). - Can be used to transmit maps to user-specified hosts. - Has a much more verbose verbose option. - Reuses existing code from ypserv and ypxfr. - Uses some rpcgen-erated code as well. - Isn't fattening. :) Note that this is going in /usr/sbin rather than /usr/bin like the old one. yppush is an administrative command it it's anything. Status: Vendor Tag: yppush Release Tags: WPAUL yppush_1_0 N src/usr.sbin/yppush/Makefile N src/usr.sbin/yppush/yppush.8 N src/usr.sbin/yppush/yppush_extern.h N src/usr.sbin/yppush/yppush_main.c No conflicts created by this import From owner-freebsd-commit Thu Jan 11 23:05:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03118 for freebsd-commit-outgoing; Thu, 11 Jan 1996 23:05:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03107 for cvs-all-outgoing; Thu, 11 Jan 1996 23:05:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03096 for cvs-CVSROOT-outgoing; Thu, 11 Jan 1996 23:05:46 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03088 Thu, 11 Jan 1996 23:05:44 -0800 (PST) Date: Thu, 11 Jan 1996 23:05:44 -0800 (PST) From: Bill Paul Message-Id: <199601120705.XAA03088@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/11 23:05:43 Modified: . modules Log: Update pointer to yppush. Revision Changes Path 1.609 +2 -2 CVSROOT/modules From owner-freebsd-commit Thu Jan 11 23:07:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03305 for freebsd-commit-outgoing; Thu, 11 Jan 1996 23:07:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03290 for cvs-all-outgoing; Thu, 11 Jan 1996 23:07:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03273 for cvs-usrsbin-outgoing; Thu, 11 Jan 1996 23:07:25 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03266 Thu, 11 Jan 1996 23:07:22 -0800 (PST) Date: Thu, 11 Jan 1996 23:07:22 -0800 (PST) From: Bill Paul Message-Id: <199601120707.XAA03266@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/11 23:07:21 Modified: usr.sbin/ypserv Makefile.yp Log: Update pointer to yppush. (And now, on to rpc.yppasswdd...) Revision Changes Path 1.2 +2 -2 src/usr.sbin/ypserv/Makefile.yp From owner-freebsd-commit Thu Jan 11 23:14:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03629 for freebsd-commit-outgoing; Thu, 11 Jan 1996 23:14:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03620 for cvs-all-outgoing; Thu, 11 Jan 1996 23:14:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03609 for cvs-usrsbin-outgoing; Thu, 11 Jan 1996 23:13:58 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03596 Thu, 11 Jan 1996 23:13:48 -0800 (PST) From: Bill Paul Message-Id: <199601120713.XAA03596@freefall.freebsd.org> Subject: Re: cvs commit: src/usr.sbin - Imported sources To: CVS-committers, cvs-usrsbin Date: Thu, 11 Jan 1996 23:13:48 -0800 (PST) Cc: wpaul (Bill Paul) In-Reply-To: <199601120703.XAA02897@freefall.freebsd.org> from "Bill Paul" at Jan 11, 96 11:03:34 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk Arrg...!! > wpaul 96/01/11 23:03:33 > > Branch: usr.sbin 1.1.1 > Log: > Import the new yppush. [chop] > > Vendor Tag: yppush > Release Tags: WPAUL > yppush_1_0 Blast. I typed 'yppush' one too many times. Alright, pass the conical hat and tell me how I fix this. :) -Bill From owner-freebsd-commit Fri Jan 12 00:22:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06331 for freebsd-commit-outgoing; Fri, 12 Jan 1996 00:22:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06322 for cvs-all-outgoing; Fri, 12 Jan 1996 00:22:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06307 for cvs-CVSROOT-outgoing; Fri, 12 Jan 1996 00:22:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06286 Fri, 12 Jan 1996 00:22:11 -0800 (PST) Date: Fri, 12 Jan 1996 00:22:11 -0800 (PST) From: Peter Wemm Message-Id: <199601120822.AAA06286@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/12 00:22:10 Modified: . modules Log: Update sup module target. Revision Changes Path 1.610 +3 -2 CVSROOT/modules From owner-freebsd-commit Fri Jan 12 00:50:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08012 for freebsd-commit-outgoing; Fri, 12 Jan 1996 00:50:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07974 for cvs-all-outgoing; Fri, 12 Jan 1996 00:49:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07960 for cvs-bin-outgoing; Fri, 12 Jan 1996 00:49:48 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07953 Fri, 12 Jan 1996 00:49:46 -0800 (PST) Date: Fri, 12 Jan 1996 00:49:46 -0800 (PST) From: Peter Wemm Message-Id: <199601120849.AAA07953@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/ps ps.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/12 00:49:45 Modified: bin/ps ps.c Log: oops. I forgot to add the "[-U username]" option to the usage string. Revision Changes Path 1.11 +2 -2 src/bin/ps/ps.c From owner-freebsd-commit Fri Jan 12 00:57:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08490 for freebsd-commit-outgoing; Fri, 12 Jan 1996 00:57:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08479 for cvs-all-outgoing; Fri, 12 Jan 1996 00:57:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08469 for cvs-usrsbin-outgoing; Fri, 12 Jan 1996 00:57:28 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08453 Fri, 12 Jan 1996 00:57:21 -0800 (PST) Date: Fri, 12 Jan 1996 00:57:21 -0800 (PST) From: Peter Wemm Message-Id: <199601120857.AAA08453@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config config.h main.c mkglue.c mkioconf.c mkmakefile.c mkswapconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/12 00:57:19 Modified: usr.sbin/config config.h main.c mkglue.c mkioconf.c mkmakefile.c mkswapconf.c Log: Make a little more effort to avoid touching certain generated files if they were not changed. This makes 'make depend' more useful. Revision Changes Path 1.11 +1 -0 src/usr.sbin/config/config.h 1.11 +65 -0 src/usr.sbin/config/main.c 1.7 +3 -2 src/usr.sbin/config/mkglue.c 1.21 +6 -4 src/usr.sbin/config/mkioconf.c 1.16 +3 -2 src/usr.sbin/config/mkmakefile.c 1.11 +6 -3 src/usr.sbin/config/mkswapconf.c From owner-freebsd-commit Fri Jan 12 01:02:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08830 for freebsd-commit-outgoing; Fri, 12 Jan 1996 01:02:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08804 for cvs-all-outgoing; Fri, 12 Jan 1996 01:01:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08788 for cvs-usrsbin-outgoing; Fri, 12 Jan 1996 01:01:48 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA08782 Fri, 12 Jan 1996 01:01:34 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id RAA18256; Fri, 12 Jan 1996 17:01:28 +0800 (WST) Date: Fri, 12 Jan 1996 17:01:27 +0800 (WST) From: Peter Wemm To: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config config.h main.c mkglue.c mkioconf.c mkmakefile.c mkswapconf.c In-Reply-To: <199601120857.AAA08453@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Fri, 12 Jan 1996, Peter Wemm wrote: > Modified: usr.sbin/config config.h main.c mkglue.c mkioconf.c > mkmakefile.c mkswapconf.c > Log: > Make a little more effort to avoid touching certain generated files if > they were not changed. This makes 'make depend' more useful. There is still a bug in the headers generation code that I'm looking for. Fortunately, that particular bug does not seem to ever cause any harm.. It's been in config for quite a while, at least as far back as late november, before I started messing with config.. -Peter From owner-freebsd-commit Fri Jan 12 07:37:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16245 for freebsd-commit-outgoing; Fri, 12 Jan 1996 07:37:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16231 for cvs-all-outgoing; Fri, 12 Jan 1996 07:36:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16215 for cvs-usrbin-outgoing; Fri, 12 Jan 1996 07:36:43 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16203 Fri, 12 Jan 1996 07:36:36 -0800 (PST) Date: Fri, 12 Jan 1996 07:36:36 -0800 (PST) From: Joerg Wunsch Message-Id: <199601121536.HAA16203@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/12 07:36:33 Modified: usr.bin/mt mt.c Log: Rename the `retens' command into `retension', to follow existing de-facto standards. Revision Changes Path 1.8 +1 -1 src/usr.bin/mt/mt.c From owner-freebsd-commit Fri Jan 12 09:33:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23492 for freebsd-commit-outgoing; Fri, 12 Jan 1996 09:33:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23480 for cvs-all-outgoing; Fri, 12 Jan 1996 09:33:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23470 for cvs-sys-outgoing; Fri, 12 Jan 1996 09:33:17 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23463 Fri, 12 Jan 1996 09:33:15 -0800 (PST) Date: Fri, 12 Jan 1996 09:33:15 -0800 (PST) From: Bruce Evans Message-Id: <199601121733.JAA23463@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/12 09:33:14 Modified: sys/i386/isa clock.c Log: Fixed handling of Feb 29 in resettodr(). Revision Changes Path 1.46 +11 -5 src/sys/i386/isa/clock.c From owner-freebsd-commit Fri Jan 12 10:09:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25125 for freebsd-commit-outgoing; Fri, 12 Jan 1996 10:09:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25110 for cvs-all-outgoing; Fri, 12 Jan 1996 10:09:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25099 for cvs-CVSROOT-outgoing; Fri, 12 Jan 1996 10:09:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25074 Fri, 12 Jan 1996 10:09:01 -0800 (PST) Date: Fri, 12 Jan 1996 10:09:01 -0800 (PST) From: Joerg Wunsch Message-Id: <199601121809.KAA25074@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/12 10:09:00 Modified: . modules Log: Add the missing ports subdirs as port_* modules. Revision Changes Path 1.611 +5 -1 CVSROOT/modules From owner-freebsd-commit Fri Jan 12 10:12:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25421 for freebsd-commit-outgoing; Fri, 12 Jan 1996 10:12:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25291 for cvs-all-outgoing; Fri, 12 Jan 1996 10:12:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25280 for cvs-CVSROOT-outgoing; Fri, 12 Jan 1996 10:11:57 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25253 Fri, 12 Jan 1996 10:11:54 -0800 (PST) Date: Fri, 12 Jan 1996 10:11:54 -0800 (PST) From: Joerg Wunsch Message-Id: <199601121811.KAA25253@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/12 10:11:54 Modified: . modules Log: Hmm, no more prts/utils out there. :-/ Revision Changes Path 1.612 +1 -2 CVSROOT/modules From owner-freebsd-commit Fri Jan 12 11:40:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00772 for freebsd-commit-outgoing; Fri, 12 Jan 1996 11:40:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00726 for cvs-all-outgoing; Fri, 12 Jan 1996 11:40:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00701 for cvs-user-outgoing; Fri, 12 Jan 1996 11:40:13 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00672 Fri, 12 Jan 1996 11:40:09 -0800 (PST) Date: Fri, 12 Jan 1996 11:40:09 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601121940.LAA00672@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src TODO Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/12 11:40:08 Removed: . TODO Log: Kill another old TODO file. Can we agree that this sort of documentation doesn't belong in the root of the source tree? From owner-freebsd-commit Fri Jan 12 11:41:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00860 for freebsd-commit-outgoing; Fri, 12 Jan 1996 11:41:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00851 for cvs-all-outgoing; Fri, 12 Jan 1996 11:41:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00840 for cvs-user-outgoing; Fri, 12 Jan 1996 11:41:29 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00833 Fri, 12 Jan 1996 11:41:27 -0800 (PST) Date: Fri, 12 Jan 1996 11:41:27 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601121941.LAA00833@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src CVS-INFO Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/12 11:41:26 Removed: . CVS-INFO Log: This file doesn't belong in the source tree. If anywhere, it should be in CVSROOT, or in some directory local to freefall. From owner-freebsd-commit Fri Jan 12 12:40:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04871 for freebsd-commit-outgoing; Fri, 12 Jan 1996 12:40:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04835 for cvs-all-outgoing; Fri, 12 Jan 1996 12:40:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04788 for cvs-CVSROOT-outgoing; Fri, 12 Jan 1996 12:39:59 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04765 Fri, 12 Jan 1996 12:39:55 -0800 (PST) Date: Fri, 12 Jan 1996 12:39:55 -0800 (PST) From: Nate Williams Message-Id: <199601122039.MAA04765@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/12 12:39:55 Modified: . modules Log: hpscan --> ports/graphics/hpscan Revision Changes Path 1.613 +2 -1 CVSROOT/modules From owner-freebsd-commit Fri Jan 12 22:59:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09767 for freebsd-commit-outgoing; Fri, 12 Jan 1996 22:59:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09748 for cvs-all-outgoing; Fri, 12 Jan 1996 22:59:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09730 for cvs-ports-outgoing; Fri, 12 Jan 1996 22:59:31 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09719 Fri, 12 Jan 1996 22:59:29 -0800 (PST) Date: Fri, 12 Jan 1996 22:59:29 -0800 (PST) From: Satoshi Asami Message-Id: <199601130659.WAA09719@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/japanese/netscape.language Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/12 22:59:28 Modified: japanese/netscape.language Makefile Log: Upgrade, 2.0b4 -> 2.0b5. As usual, just changes in version no's. Revision Changes Path 1.8 +3 -3 ports/japanese/netscape.language/Makefile From owner-freebsd-commit Fri Jan 12 23:02:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09976 for freebsd-commit-outgoing; Fri, 12 Jan 1996 23:02:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09943 for cvs-all-outgoing; Fri, 12 Jan 1996 23:02:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09930 for cvs-ports-outgoing; Fri, 12 Jan 1996 23:01:57 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09921 Fri, 12 Jan 1996 23:01:55 -0800 (PST) Date: Fri, 12 Jan 1996 23:01:55 -0800 (PST) From: Satoshi Asami Message-Id: <199601130701.XAA09921@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/audio/playmidi/patches patch-aa Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/12 23:01:54 Modified: audio/playmidi/patches patch-aa Log: Fix seg faults in some midi files. Reviewed by: Chuck Robey Submitted by: Janusz Kokot Revision Changes Path 1.2 +18 -0 ports/audio/playmidi/patches/patch-aa From owner-freebsd-commit Fri Jan 12 23:04:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10163 for freebsd-commit-outgoing; Fri, 12 Jan 1996 23:04:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10139 for cvs-all-outgoing; Fri, 12 Jan 1996 23:03:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10112 for cvs-ports-outgoing; Fri, 12 Jan 1996 23:03:42 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10099 Fri, 12 Jan 1996 23:03:39 -0800 (PST) Date: Fri, 12 Jan 1996 23:03:39 -0800 (PST) From: Satoshi Asami Message-Id: <199601130703.XAA10099@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/lang/eiffel/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/12 23:03:39 Modified: lang/eiffel Makefile lang/eiffel/files md5 Log: File name changed on master site (".freebsd.gz" -> ".freebsd.tar.gz"). Submitted by: "Danny J. Zerkel" Revision Changes Path 1.3 +2 -2 ports/lang/eiffel/Makefile 1.2 +1 -1 ports/lang/eiffel/files/md5 From owner-freebsd-commit Fri Jan 12 23:51:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12289 for freebsd-commit-outgoing; Fri, 12 Jan 1996 23:51:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12252 for cvs-all-outgoing; Fri, 12 Jan 1996 23:51:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12239 for cvs-ports-outgoing; Fri, 12 Jan 1996 23:51:16 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12230 Fri, 12 Jan 1996 23:51:13 -0800 (PST) Date: Fri, 12 Jan 1996 23:51:13 -0800 (PST) From: Satoshi Asami Message-Id: <199601130751.XAA12230@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/www/wwwish Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/12 23:51:12 Modified: www/tkHTML Makefile www/wwwish Makefile Log: The distfile has disappeared from the UWashington master site, so find another with archie and put it in. Reported by: Wes Santee Revision Changes Path 1.6 +3 -2 ports/www/tkHTML/Makefile 1.4 +2 -2 ports/www/wwwish/Makefile From owner-freebsd-commit Fri Jan 12 23:53:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12419 for freebsd-commit-outgoing; Fri, 12 Jan 1996 23:53:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12407 for cvs-all-outgoing; Fri, 12 Jan 1996 23:53:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12394 for cvs-share-outgoing; Fri, 12 Jan 1996 23:53:13 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12387 Fri, 12 Jan 1996 23:53:10 -0800 (PST) Date: Fri, 12 Jan 1996 23:53:10 -0800 (PST) From: Satoshi Asami Message-Id: <199601130753.XAA12387@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook contrib.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/12 23:53:09 Modified: share/doc/handbook contrib.sgml Log: Add "Wes Santee " for the tkHTML/wwwish distfile disappearance report. Revision Changes Path 1.44 +2 -1 src/share/doc/handbook/contrib.sgml From owner-freebsd-commit Sat Jan 13 01:04:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14619 for freebsd-commit-outgoing; Sat, 13 Jan 1996 01:04:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14606 for cvs-all-outgoing; Sat, 13 Jan 1996 01:04:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14597 for cvs-lib-outgoing; Sat, 13 Jan 1996 01:04:10 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14587 Sat, 13 Jan 1996 01:04:05 -0800 (PST) Date: Sat, 13 Jan 1996 01:04:05 -0800 (PST) From: Peter Wemm Message-Id: <199601130904.BAA14587@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c gethostbyht.c getnetbydns.c getnetbyht.c herror.c inet_addr.c res_config.h getnetbyaddr.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/13 01:04:04 Modified: lib/libc/net gethostbydns.c gethostbyht.c getnetbydns.c getnetbyht.c herror.c inet_addr.c res_config.h Removed: lib/libc/net getnetbyaddr.c Log: The last of the bind-4.9.3-REL resolver merges. Revision Changes Path 1.8 +94 -60 src/lib/libc/net/gethostbydns.c 1.3 +29 -22 src/lib/libc/net/gethostbyht.c 1.5 +84 -79 src/lib/libc/net/getnetbydns.c 1.3 +16 -4 src/lib/libc/net/getnetbyht.c 1.4 +2 -2 src/lib/libc/net/herror.c 1.3 +53 -25 src/lib/libc/net/inet_addr.c 1.3 +2 -1 src/lib/libc/net/res_config.h From owner-freebsd-commit Sat Jan 13 01:46:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16285 for freebsd-commit-outgoing; Sat, 13 Jan 1996 01:46:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16263 for cvs-all-outgoing; Sat, 13 Jan 1996 01:46:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16250 for cvs-usrbin-outgoing; Sat, 13 Jan 1996 01:46:35 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16239 Sat, 13 Jan 1996 01:46:31 -0800 (PST) Date: Sat, 13 Jan 1996 01:46:31 -0800 (PST) From: Joerg Wunsch Message-Id: <199601130946.BAA16239@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/13 01:46:28 Modified: usr.bin/mt mt.1 Log: Forgot to update the man page for the `retension' command. Revision Changes Path 1.7 +1 -1 src/usr.bin/mt/mt.1 From owner-freebsd-commit Sat Jan 13 01:55:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16695 for freebsd-commit-outgoing; Sat, 13 Jan 1996 01:55:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16675 for cvs-all-outgoing; Sat, 13 Jan 1996 01:55:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16667 for cvs-ports-outgoing; Sat, 13 Jan 1996 01:55:01 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16651 Sat, 13 Jan 1996 01:54:57 -0800 (PST) Date: Sat, 13 Jan 1996 01:54:57 -0800 (PST) From: Satoshi Asami Message-Id: <199601130954.BAA16651@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/comms/hylafax/patches patch-ad Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/13 01:54:56 Added: comms/hylafax/patches patch-ad Log: Upgrade one file from the author. Submitted by: Lars Fredriksen From owner-freebsd-commit Sat Jan 13 02:40:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19883 for freebsd-commit-outgoing; Sat, 13 Jan 1996 02:40:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19874 for cvs-all-outgoing; Sat, 13 Jan 1996 02:40:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19863 for cvs-CVSROOT-outgoing; Sat, 13 Jan 1996 02:40:39 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19848 Sat, 13 Jan 1996 02:40:35 -0800 (PST) Date: Sat, 13 Jan 1996 02:40:35 -0800 (PST) From: David Greenman Message-Id: <199601131040.CAA19848@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT avail Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/13 02:40:33 Modified: . avail Log: Added 'fenner' - Bill Fenner . Welcome aboard, Bill! Revision Changes Path 1.55 +1 -1 CVSROOT/avail From owner-freebsd-commit Sat Jan 13 02:47:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20133 for freebsd-commit-outgoing; Sat, 13 Jan 1996 02:47:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20123 for cvs-all-outgoing; Sat, 13 Jan 1996 02:47:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20112 for cvs-sys-outgoing; Sat, 13 Jan 1996 02:47:01 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20104 Sat, 13 Jan 1996 02:46:56 -0800 (PST) Date: Sat, 13 Jan 1996 02:46:56 -0800 (PST) From: David Greenman Message-Id: <199601131046.CAA20104@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c npx.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/13 02:46:54 Branch: sys/i386/i386 RELENG_2_1_0 sys/i386/include RELENG_2_1_0 sys/i386/isa RELENG_2_1_0 Modified: sys/i386/i386 exception.s machdep.c trap.c sys/i386/include cpufunc.h sys/i386/isa isa.c npx.c Log: Retrofitted my double-fault handler changes from -current. These are too important to leave out of the next release. Revision Changes Path 1.9.2.2 +1 -3 src/sys/i386/i386/exception.s 1.128.4.5 +46 -30 src/sys/i386/i386/machdep.c 1.53.2.4 +31 -3 src/sys/i386/i386/trap.c 1.37.4.4 +2 -2 src/sys/i386/include/cpufunc.h 1.50.4.2 +4 -3 src/sys/i386/isa/isa.c 1.23.4.1 +3 -3 src/sys/i386/isa/npx.c From owner-freebsd-commit Sat Jan 13 02:50:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20310 for freebsd-commit-outgoing; Sat, 13 Jan 1996 02:50:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20269 for cvs-all-outgoing; Sat, 13 Jan 1996 02:50:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20251 for cvs-sys-outgoing; Sat, 13 Jan 1996 02:49:56 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20244 Sat, 13 Jan 1996 02:49:53 -0800 (PST) Date: Sat, 13 Jan 1996 02:49:53 -0800 (PST) From: David Greenman Message-Id: <199601131049.CAA20244@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in_var.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/13 02:49:51 Branch: sys/netinet RELENG_2_1_0 Modified: sys/netinet in_var.h Log: Brought in changes from revs 1.14-1.15: fix for multicasting on point-to- point interfaces. Revision Changes Path 1.10.4.1 +8 -1 src/sys/netinet/in_var.h From owner-freebsd-commit Sat Jan 13 05:21:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26252 for freebsd-commit-outgoing; Sat, 13 Jan 1996 05:21:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26242 for cvs-all-outgoing; Sat, 13 Jan 1996 05:21:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26233 for cvs-usrsbin-outgoing; Sat, 13 Jan 1996 05:21:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26224 Sat, 13 Jan 1996 05:21:30 -0800 (PST) Date: Sat, 13 Jan 1996 05:21:30 -0800 (PST) From: Peter Wemm Message-Id: <199601131321.FAA26224@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted RELEASE Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/13 05:21:30 Modified: usr.sbin/mrouted RELEASE Log: take the $ out of the $Id$ line - when I imported this I used -ko, but that is conflicting with cvs-1.6's "cvs update -A" when run from freefall's update jobs. Revision Changes Path 1.2 +1 -1 src/usr.sbin/mrouted/RELEASE From owner-freebsd-commit Sat Jan 13 06:25:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28778 for freebsd-commit-outgoing; Sat, 13 Jan 1996 06:25:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28766 for cvs-all-outgoing; Sat, 13 Jan 1996 06:25:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28756 for cvs-lib-outgoing; Sat, 13 Jan 1996 06:25:09 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28749 Sat, 13 Jan 1996 06:25:07 -0800 (PST) Date: Sat, 13 Jan 1996 06:25:07 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601131425.GAA28749@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/stdlib strhash.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/13 06:25:06 Modified: lib/libc/stdlib strhash.c Log: Return pointer to new hash node when search inserts it (e.g. there was some datum given). Revision Changes Path 1.6 +5 -1 src/lib/libc/stdlib/strhash.c From owner-freebsd-commit Sat Jan 13 10:03:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05571 for freebsd-commit-outgoing; Sat, 13 Jan 1996 10:03:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05554 for cvs-all-outgoing; Sat, 13 Jan 1996 10:02:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05540 for cvs-sys-outgoing; Sat, 13 Jan 1996 10:02:48 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05533 Sat, 13 Jan 1996 10:02:45 -0800 (PST) Date: Sat, 13 Jan 1996 10:02:45 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601131802.KAA05533@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/13 10:02:44 Modified: sys/sys systm.h Log: Avoid bzero becomming a common symbol in all .o files. Revision Changes Path 1.30 +2 -2 src/sys/sys/systm.h From owner-freebsd-commit Sat Jan 13 11:01:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07843 for freebsd-commit-outgoing; Sat, 13 Jan 1996 11:01:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07828 for cvs-all-outgoing; Sat, 13 Jan 1996 11:01:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07818 for cvs-ports-outgoing; Sat, 13 Jan 1996 11:01:15 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07811 Sat, 13 Jan 1996 11:01:12 -0800 (PST) Date: Sat, 13 Jan 1996 11:01:12 -0800 (PST) From: Joerg Wunsch Message-Id: <199601131901.LAA07811@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/graphics/hpscan/pkg DESCR PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/13 11:01:12 Modified: graphics/hpscan Makefile Log: We do have an Imakefile now. Revision Changes Path 1.2 +2 -1 ports/graphics/hpscan/Makefile Added: graphics/hpscan/patches patch-ab patch-ac patch-ad Log: Some additions: . fix a minor bug, causing core dumps in some occasions . add handling for 15/16/24/32 bit displays . provide an Imakefile Reviewed by: Richard Tobin, and nate Modified: graphics/hpscan/pkg DESCR PLIST Log: PLIST: the binary is now named `hpscan', not `scanner' DESCR: the program is know to work with a Scanjet 4A as well Revision Changes Path 1.2 +3 -3 ports/graphics/hpscan/pkg/DESCR 1.2 +1 -1 ports/graphics/hpscan/pkg/PLIST From owner-freebsd-commit Sat Jan 13 12:43:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11989 for freebsd-commit-outgoing; Sat, 13 Jan 1996 12:43:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11975 for cvs-all-outgoing; Sat, 13 Jan 1996 12:43:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11964 for cvs-sys-outgoing; Sat, 13 Jan 1996 12:43:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11957 Sat, 13 Jan 1996 12:43:12 -0800 (PST) Date: Sat, 13 Jan 1996 12:43:12 -0800 (PST) From: Bruce Evans Message-Id: <199601132043.MAA11957@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c gsc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/13 12:43:11 Modified: sys/i386/isa asc.c gsc.c Log: Fixed renaming of private DEBUG macro. The previous revision missed one case in asc.c and almost all cases in gsc.c. Revision Changes Path 1.15 +2 -2 src/sys/i386/isa/asc.c 1.17 +8 -8 src/sys/i386/isa/gsc.c From owner-freebsd-commit Sat Jan 13 15:28:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24316 for freebsd-commit-outgoing; Sat, 13 Jan 1996 15:28:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24290 for cvs-all-outgoing; Sat, 13 Jan 1996 15:28:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24240 for cvs-sys-outgoing; Sat, 13 Jan 1996 15:28:08 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24189 Sat, 13 Jan 1996 15:28:01 -0800 (PST) Date: Sat, 13 Jan 1996 15:28:01 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601132328.PAA24189@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_subs.c nfs_syscalls.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/13 15:28:00 Modified: sys/sys syscall-hide.h sysproto.h sys/kern init_sysent.c syscalls.c syscalls.master sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_subs.c nfs_syscalls.c Log: Add an option NFS_NOSERVER which saves 100K in the install kernel (or any other kernel that uses it). Use with option NFS. Revision Changes Path 1.21 +1 -1 src/sys/sys/syscall-hide.h 1.9 +3 -3 src/sys/sys/sysproto.h 1.30 +1 -1 src/sys/kern/init_sysent.c 1.27 +1 -1 src/sys/kern/syscalls.c 1.24 +2 -2 src/sys/kern/syscalls.master 1.19 +13 -1 src/sys/nfs/nfs_nqlease.c 1.28 +9 -6 src/sys/nfs/nfs_serv.c 1.14 +14 -1 src/sys/nfs/nfs_socket.c 1.8 +4 -1 src/sys/nfs/nfs_srvcache.c 1.27 +18 -1 src/sys/nfs/nfs_subs.c 1.13 +21 -8 src/sys/nfs/nfs_syscalls.c From owner-freebsd-commit Sat Jan 13 15:30:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24776 for freebsd-commit-outgoing; Sat, 13 Jan 1996 15:30:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24750 for cvs-all-outgoing; Sat, 13 Jan 1996 15:30:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24734 for cvs-sys-outgoing; Sat, 13 Jan 1996 15:30:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24715 Sat, 13 Jan 1996 15:30:21 -0800 (PST) Date: Sat, 13 Jan 1996 15:30:21 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601132330.PAA24715@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/13 15:30:20 Modified: sys/i386/conf LINT Log: Document NFS_NOSERVER. Revision Changes Path 1.234 +2 -1 src/sys/i386/conf/LINT From owner-freebsd-commit Sat Jan 13 15:32:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA25088 for freebsd-commit-outgoing; Sat, 13 Jan 1996 15:32:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA25043 for cvs-all-outgoing; Sat, 13 Jan 1996 15:31:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA25022 for cvs-user-outgoing; Sat, 13 Jan 1996 15:31:53 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA25006 Sat, 13 Jan 1996 15:31:51 -0800 (PST) Date: Sat, 13 Jan 1996 15:31:51 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601132331.PAA25006@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release Makefile doFS.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/13 15:31:50 Modified: release Makefile doFS.sh Log: Shrink BOOTMFS kernel further. Make doFS.sh more intelligent. boot4.flp should work fine as far as I can tell. Revision Changes Path 1.203 +9 -6 src/release/Makefile 1.3 +17 -3 src/release/doFS.sh From owner-freebsd-commit Sat Jan 13 16:20:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28336 for freebsd-commit-outgoing; Sat, 13 Jan 1996 16:20:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28277 for cvs-all-outgoing; Sat, 13 Jan 1996 16:20:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28222 for cvs-user-outgoing; Sat, 13 Jan 1996 16:19:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28206 Sat, 13 Jan 1996 16:19:45 -0800 (PST) Date: Fri, 12 Jan 1996 13:49:14 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601122149.NAA08386@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/TODO-2.1 README core-team dyson gibbs nate sos Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/12 13:49:14 Removed: TODO-2.1 README core-team dyson gibbs nate sos Log: Most of these files are out-of-date, and the ones that are not should be resurrected elsewhere if at all. (We don't want to end up shipping a 2.2 that still contains a /usr/src/TODO-2.1!) From owner-freebsd-commit Sat Jan 13 16:30:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29177 for freebsd-commit-outgoing; Sat, 13 Jan 1996 16:30:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29143 for cvs-all-outgoing; Sat, 13 Jan 1996 16:30:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29114 for cvs-user-outgoing; Sat, 13 Jan 1996 16:30:15 -0800 (PST) Received: from fang.cs.sunyit.edu (fang.cs.sunyit.edu [192.52.220.66]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA29076 Sat, 13 Jan 1996 16:30:03 -0800 (PST) Received: (from chuck@localhost) by fang.cs.sunyit.edu (8.6.9/8.6.9) id TAA09922; Sat, 13 Jan 1996 19:30:02 -0500 Date: Sat, 13 Jan 1996 19:30:02 -0500 Message-Id: <199601140030.TAA09922@fang.cs.sunyit.edu> In-Reply-To: "Garrett A. Wollman" "cvs commit: src/TODO-2.1 README core-team dyson gibbs nate sos" (Jan 12, 1:49pm) from: chuck@fang.cs.sunyit.edu X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: "Garrett A. Wollman" Subject: Re: cvs commit: src/TODO-2.1 README core-team dyson gibbs nate sos Cc: cvs-user@freefall.freebsd.org, questions@freebsd.org Sender: owner-commit@freebsd.org Precedence: bulk On Jan 12, 1:49pm, "Garrett A. Wollman" wrote: } Subject: cvs commit: src/TODO-2.1 README core-team dyson gibbs nate sos } wollman 96/01/12 13:49:14 } } Removed: TODO-2.1 README core-team dyson gibbs nate sos } Log: } Most of these files are out-of-date, and the ones that are not } should be resurrected elsewhere if at all. (We don't want to } end up shipping a 2.2 that still contains a /usr/src/TODO-2.1!) } }-- End of excerpt from "Garrett A. Wollman" How about moving this into the Handbook? -- Charles Green, PRC Inc. UN*X System Administration 22 Powell Ave. Apt. B UN*X Security & Whitesboro, NY 13492 Programming From owner-freebsd-commit Sat Jan 13 16:43:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00629 for freebsd-commit-outgoing; Sat, 13 Jan 1996 16:43:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00618 for cvs-all-outgoing; Sat, 13 Jan 1996 16:43:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00606 for cvs-gnu-outgoing; Sat, 13 Jan 1996 16:43:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00580 Sat, 13 Jan 1996 16:43:20 -0800 (PST) Date: Fri, 12 Jan 1996 16:15:27 -0800 (PST) From: John Polstra Message-Id: <199601130015.QAA16835@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jdp 96/01/12 16:15:26 Modified: gnu/usr.bin/ld ld.h shlib.c Log: Split up the code so that a single directory can be searched, to support some changes in the dynamic linker. (This code is shared by the dynamic linker.) Reviewed by: nate@freebsd.org Revision Changes Path 1.15 +2 -1 src/gnu/usr.bin/ld/ld.h 1.14 +116 -81 src/gnu/usr.bin/ld/shlib.c Modified: gnu/usr.bin/ld/rtld rtld.c Log: This release is a moderate restructuring of the dynamic linker. It addresses a number of problems that were present in earlier versions. The calls to the "init" and "fini" functions of shared libraries have been reordered, so that they are called in a strictly nested fashion, as is required for C++ constructors and destructors. In addition, the "init" functions are called in better order relative to each other. That makes the system more tolerant of C++ programs which depend on a library's being initialized before its clients. The dynamic linker is now more tolerant of shared libraries in which dependencies on other shared libraries are incompletely recorded. Cleanup in the event of errors has been improved throughout the dynamic linker. A number of memory leaks were eliminated. The warning message for a shared library whose minor version number is too old has been clarified. The code dealing with the "ld.so.hints" file has been cleaned up. A bug that caused the hints file to be unmapped incompletely has been fixed. A different bug that could potentially cause the hints file to be mapped on top of a loaded object has been fixed. The code that searches for shared libraries has been cleaned up. The searching is now more compatible with that done by SunOS and SVR4. Also, some unnecessary and useless searches of both the hints file and library directories have been eliminated. Reviewed by: nate@freebsd.org Revision Changes Path 1.32 +607 -594 src/gnu/usr.bin/ld/rtld/rtld.c From owner-freebsd-commit Sat Jan 13 18:20:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05124 for freebsd-commit-outgoing; Sat, 13 Jan 1996 18:20:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05012 for cvs-all-outgoing; Sat, 13 Jan 1996 18:19:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05002 for cvs-sys-outgoing; Sat, 13 Jan 1996 18:19:49 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04987 Sat, 13 Jan 1996 18:19:44 -0800 (PST) Date: Sat, 13 Jan 1996 18:19:44 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601140219.SAA04987@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/eisa aha1742.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/13 18:19:43 Modified: sys/i386/eisa aha1742.c Log: Register our softc at attach time. I forgot to do this in my last commit, causing a panic. Revision Changes Path 1.48 +2 -1 src/sys/i386/eisa/aha1742.c