From owner-cvs-all Sun Jun 21 04:16:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07723 for cvs-all-outgoing; Sun, 21 Jun 1998 04:16:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA07718; Sun, 21 Jun 1998 04:16:28 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA26638; Sun, 21 Jun 1998 04:14:57 -0700 (PDT) Date: Sun, 21 Jun 1998 04:14:57 -0700 (PDT) Message-Id: <199806211114.EAA26638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/21 04:14:57 PDT Modified files: usr.sbin/ppp ppp.8 Log: Suggest the use of ``accept dns'', not ``enable dns'' in server mode. Revision Changes Path 1.109 +2 -2 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 04:35:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09754 for cvs-all-outgoing; Sun, 21 Jun 1998 04:35:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09742; Sun, 21 Jun 1998 04:35:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27395; Sun, 21 Jun 1998 04:33:34 -0700 (PDT) Date: Sun, 21 Jun 1998 04:33:34 -0700 (PDT) Message-Id: <199806211133.EAA27395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mem.c src/sys/i386/include random.h src/sys/i386/isa random_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 04:33:34 PDT Modified files: sys/i386/i386 mem.c sys/i386/include random.h sys/i386/isa random_machdep.c Log: Converted add_interrupt_randomness() to take a `void *' arg. Rewrote mmioctl() to fix hundreds of style bugs and a few error handling bugs (don't check for superuser privilege for inappropriate ioctls, don't check the input arg for the output-only MEM_RETURNIRQ ioctl, and don't return EPERM for null changes). Revision Changes Path 1.52 +59 -56 src/sys/i386/i386/mem.c 1.16 +8 -5 src/sys/i386/include/random.h 1.29 +9 -7 src/sys/i386/isa/random_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 05:24:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13782 for cvs-all-outgoing; Sun, 21 Jun 1998 05:24:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13776; Sun, 21 Jun 1998 05:24:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA27510; Sun, 21 Jun 1998 05:22:38 -0700 (PDT) Date: Sun, 21 Jun 1998 05:22:38 -0700 (PDT) Message-Id: <199806211222.FAA27510@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf param.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 05:22:38 PDT Modified files: sys/conf param.c Log: Round tickadj up. This prevents tickadj from being 0 when HZ > 500, which makes adjtime(2) useless and confuses xntpd(8) into refusing to start even when it would use the kernel PLL instead of adjtime(). The result is the same as recommended by tickadj(8), at least when HZ divides 10^6. Of course, you wouldn't want to actually use adjtime() when HZ is large. In the silly boundary case of HZ == 10^6, tickadj == tick == 1 so the clock stops while adjtime() is active. Revision Changes Path 1.28 +2 -2 src/sys/conf/param.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 05:37:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14591 for cvs-all-outgoing; Sun, 21 Jun 1998 05:37:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14586; Sun, 21 Jun 1998 05:37:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA27557; Sun, 21 Jun 1998 05:36:13 -0700 (PDT) Date: Sun, 21 Jun 1998 05:36:13 -0700 (PDT) Message-Id: <199806211236.FAA27557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 05:36:13 PDT Modified files: sys/gnu/ext2fs ext2_subr.c Log: Added a missing options include. Revision Changes Path 1.10 +1 -0 src/sys/gnu/ext2fs/ext2_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 05:51:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15384 for cvs-all-outgoing; Sun, 21 Jun 1998 05:51:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15379; Sun, 21 Jun 1998 05:51:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA27617; Sun, 21 Jun 1998 05:50:14 -0700 (PDT) Date: Sun, 21 Jun 1998 05:50:14 -0700 (PDT) Message-Id: <199806211250.FAA27617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_subs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 05:50:14 PDT Modified files: sys/nfs nfs_subs.c Log: Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, code controlled by it did not even compile.) Revision Changes Path 1.63 +2 -2 src/sys/nfs/nfs_subs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 06:38:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19410 for cvs-all-outgoing; Sun, 21 Jun 1998 06:38:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19400; Sun, 21 Jun 1998 06:38:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00438; Sun, 21 Jun 1998 06:36:57 -0700 (PDT) Date: Sun, 21 Jun 1998 06:36:57 -0700 (PDT) Message-Id: <199806211336.GAA00438@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 06:36:56 PDT Modified files: sys/i386/conf LINT Log: Moved P1003 options from the middle of the devices section to the end of the main options section. Turned on documented option OVERRIDE_TUNER. LINT is primarily for turning on options, not for documenting them. Don't list IPFILTER twice (once as broken). Revision Changes Path 1.438 +15 -16 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 07:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21806 for cvs-all-outgoing; Sun, 21 Jun 1998 07:10:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21772; Sun, 21 Jun 1998 07:10:01 -0700 (PDT) (envelope-from mckay@FreeBSD.org) From: Stephen McKay Received: (from mckay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25165; Sun, 21 Jun 1998 07:08:29 -0700 (PDT) Date: Sun, 21 Jun 1998 07:08:29 -0700 (PDT) Message-Id: <199806211408.HAA25165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include pmap.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckay 1998/06/21 07:08:29 PDT Modified files: sys/i386/include pmap.h Log: Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c. Revision Changes Path 1.56 +1 -3 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 07:24:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22997 for cvs-all-outgoing; Sun, 21 Jun 1998 07:24:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22992; Sun, 21 Jun 1998 07:24:03 -0700 (PDT) (envelope-from mckay@FreeBSD.org) From: Stephen McKay Received: (from mckay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25239; Sun, 21 Jun 1998 07:22:32 -0700 (PDT) Date: Sun, 21 Jun 1998 07:22:32 -0700 (PDT) Message-Id: <199806211422.HAA25239@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/rtld-aout rtld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckay 1998/06/21 07:22:31 PDT Modified files: libexec/rtld-aout rtld.c Log: Since I got no objections to this patch, and no one has offered any alternative, I present .. ta! da! .. the __error() hack. This patch to the a.out dynamic loader provides old a.out binaries with __error() if they are linked with an older libc that lacks it, but are also linked against a library that needs it. There is a smaller, tricker hack that takes advantage of the fact that ld.so has __error() too, courtesy of the new libc, but this hack is the straightforward version. Revision Changes Path 1.55 +70 -1 src/libexec/rtld-aout/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 07:46:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24750 for cvs-all-outgoing; Sun, 21 Jun 1998 07:46:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24734; Sun, 21 Jun 1998 07:46:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25334; Sun, 21 Jun 1998 07:45:02 -0700 (PDT) Date: Sun, 21 Jun 1998 07:45:02 -0700 (PDT) Message-Id: <199806211445.HAA25334@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 globals.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 07:45:01 PDT Modified files: sys/i386/i386 globals.s Log: Ifdefed a conditionally used include. Revision Changes Path 1.6 +3 -1 src/sys/i386/i386/globals.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 07:55:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25295 for cvs-all-outgoing; Sun, 21 Jun 1998 07:55:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25290; Sun, 21 Jun 1998 07:55:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25559; Sun, 21 Jun 1998 07:53:48 -0700 (PDT) Date: Sun, 21 Jun 1998 07:53:48 -0700 (PDT) Message-Id: <199806211453.HAA25559@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c src/sys/i386/i386 mplock.s src/sys/i386/isa aha1542.c aic6360.c if_ar.c if_sr.c ncr5380.c wd7000.c src/sys/kern uipc_proto.c src/sys/miscfs/devfs devfs_tree.c src/sys/net if_fddisubr.c if_spppsubr.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 07:53:47 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c sys/i386/i386 mplock.s sys/i386/isa aha1542.c aic6360.c if_ar.c if_sr.c ncr5380.c wd7000.c sys/kern uipc_proto.c sys/miscfs/devfs devfs_tree.c sys/net if_fddisubr.c if_spppsubr.c sys/netinet ip_flow.c ip_fw.c ip_output.c sys/pci if_tl.c sys/ufs/ufs ufs_quota.c sys/vm vm_kern.c vm_map.c vm_object.c Log: Removed unused includes. Revision Changes Path 1.20 +0 -1 src/sys/gnu/ext2fs/ext2_alloc.c 1.25 +1 -4 src/sys/i386/i386/mplock.s 1.78 +1 -3 src/sys/i386/isa/aha1542.c 1.41 +1 -3 src/sys/i386/isa/aic6360.c 1.21 +1 -3 src/sys/i386/isa/if_ar.c 1.15 +1 -3 src/sys/i386/isa/if_sr.c 1.20 +0 -2 src/sys/i386/isa/ncr5380.c 1.19 +0 -2 src/sys/i386/isa/wd7000.c 1.16 +1 -2 src/sys/kern/uipc_proto.c 1.54 +1 -3 src/sys/miscfs/devfs/devfs_tree.c 1.33 +1 -2 src/sys/net/if_fddisubr.c 1.40 +1 -2 src/sys/net/if_spppsubr.c 1.5 +1 -9 src/sys/netinet/ip_flow.c 1.90 +1 -2 src/sys/netinet/ip_fw.c 1.75 +1 -2 src/sys/netinet/ip_output.c 1.10 +2 -25 src/sys/pci/if_tl.c 1.23 +1 -2 src/sys/ufs/ufs/ufs_quota.c 1.48 +1 -2 src/sys/vm/vm_kern.c 1.129 +1 -3 src/sys/vm/vm_map.c 1.123 +1 -2 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 08:51:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28845 for cvs-all-outgoing; Sun, 21 Jun 1998 08:51:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28836; Sun, 21 Jun 1998 08:51:13 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25681; Sun, 21 Jun 1998 08:49:41 -0700 (PDT) Date: Sun, 21 Jun 1998 08:49:41 -0700 (PDT) Message-Id: <199806211549.IAA25681@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ultra14f.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 08:49:41 PDT Modified files: sys/i386/isa ultra14f.c Log: Removed unused includes. Don't depend on "implicit int". Don't bloat the data section with explicit initialization to 0. Revision Changes Path 1.61 +3 -5 src/sys/i386/isa/ultra14f.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 08:55:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29387 for cvs-all-outgoing; Sun, 21 Jun 1998 08:55:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29382; Sun, 21 Jun 1998 08:55:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25721; Sun, 21 Jun 1998 08:54:11 -0700 (PDT) Date: Sun, 21 Jun 1998 08:54:11 -0700 (PDT) Message-Id: <199806211554.IAA25721@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_el.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 08:54:11 PDT Modified files: sys/i386/isa if_el.c Log: Removed unused includes. Don't depend on "implicit int". Revision Changes Path 1.37 +2 -3 src/sys/i386/isa/if_el.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 09:52:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03847 for cvs-all-outgoing; Sun, 21 Jun 1998 09:52:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03842; Sun, 21 Jun 1998 09:52:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25923; Sun, 21 Jun 1998 09:51:08 -0700 (PDT) Date: Sun, 21 Jun 1998 09:51:08 -0700 (PDT) Message-Id: <199806211651.JAA25923@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_fe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 09:51:08 PDT Modified files: sys/i386/isa if_fe.c Log: Removed unused includes. Ifdefed conditionally used includes. Finished rev.1.39. (I only submitted the request.) Revision Changes Path 1.42 +6 -10 src/sys/i386/isa/if_fe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 10:09:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06032 for cvs-all-outgoing; Sun, 21 Jun 1998 10:09:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06022; Sun, 21 Jun 1998 10:09:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26235; Sun, 21 Jun 1998 10:08:09 -0700 (PDT) Date: Sun, 21 Jun 1998 10:08:09 -0700 (PDT) Message-Id: <199806211708.KAA26235@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ze.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 10:08:08 PDT Modified files: sys/i386/isa if_ze.c Log: Removed unused includes. Ifdefed conditionally used includes. Revision Changes Path 1.54 +3 -2 src/sys/i386/isa/if_ze.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 10:48:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09866 for cvs-all-outgoing; Sun, 21 Jun 1998 10:48:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09854; Sun, 21 Jun 1998 10:48:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26332; Sun, 21 Jun 1998 10:46:55 -0700 (PDT) Date: Sun, 21 Jun 1998 10:46:55 -0700 (PDT) Message-Id: <199806211746.KAA26332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 10:46:55 PDT Modified files: sys/i386/i386 machdep.c Log: Removed unused includes. Ifdefed conditionally used includes. Revision Changes Path 1.301 +3 -2 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 11:02:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11287 for cvs-all-outgoing; Sun, 21 Jun 1998 11:02:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11270; Sun, 21 Jun 1998 11:02:09 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26402; Sun, 21 Jun 1998 11:00:35 -0700 (PDT) Date: Sun, 21 Jun 1998 11:00:35 -0700 (PDT) Message-Id: <199806211800.LAA26402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/top machine.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/21 11:00:35 PDT Modified files: usr.bin/top machine.c Log: Make value of SIZE accurate. Obtained from: ps(1) Revision Changes Path 1.11 +3 -3 src/usr.bin/top/machine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 11:04:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11498 for cvs-all-outgoing; Sun, 21 Jun 1998 11:04:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11491; Sun, 21 Jun 1998 11:04:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26540; Sun, 21 Jun 1998 11:02:51 -0700 (PDT) Date: Sun, 21 Jun 1998 11:02:51 -0700 (PDT) Message-Id: <199806211802.LAA26540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c src/sys/gnu/ext2fs ext2_inode.c src/sys/i386/i386 locore.s src/sys/i386/isa if_ed.c bt5xx-445.c if_ep.c npx.c seagate.c wst.c src/sys/kern kern_synch.c vfs_subr.c src/sys/pci brooktree848.c src/sys/vm ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 11:02:51 PDT Modified files: sys/dev/ppbus pps.c sys/gnu/ext2fs ext2_inode.c sys/i386/i386 locore.s sys/i386/isa if_ed.c bt5xx-445.c if_ep.c npx.c seagate.c wst.c sys/kern kern_synch.c vfs_subr.c sys/pci brooktree848.c sys/vm vm_mmap.c vm_page.c vm_page.h Log: Removed unused includes. Revision Changes Path 1.9 +1 -2 src/sys/dev/ppbus/pps.c 1.15 +0 -2 src/sys/gnu/ext2fs/ext2_inode.c 1.109 +1 -2 src/sys/i386/i386/locore.s 1.143 +1 -2 src/sys/i386/isa/if_ed.c 1.9 +1 -3 src/sys/i386/isa/bt5xx-445.c 1.76 +1 -2 src/sys/i386/isa/if_ep.c 1.61 +1 -2 src/sys/i386/isa/npx.c 1.29 +1 -3 src/sys/i386/isa/seagate.c 1.7 +1 -2 src/sys/i386/isa/wst.c 1.58 +1 -2 src/sys/kern/kern_synch.c 1.157 +1 -5 src/sys/kern/vfs_subr.c 1.42 +0 -1 src/sys/pci/brooktree848.c 1.79 +1 -2 src/sys/vm/vm_mmap.c 1.102 +1 -2 src/sys/vm/vm_page.c 1.41 +1 -5 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 11:24:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13253 for cvs-all-outgoing; Sun, 21 Jun 1998 11:24:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13229; Sun, 21 Jun 1998 11:24:37 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id MAA16741; Sun, 21 Jun 1998 12:24:30 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id MAA16738; Sun, 21 Jun 1998 12:24:27 -0600 Date: Sun, 21 Jun 1998 12:24:27 -0600 Message-Id: <199806211824.MAA16738@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Stephen McKay Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/rtld-aout rtld.c In-Reply-To: <199806211422.HAA25239@freefall.freebsd.org> References: <199806211422.HAA25239@freefall.freebsd.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > mckay 1998/06/21 07:22:31 PDT > > Modified files: > libexec/rtld-aout rtld.c > Log: > Since I got no objections to this patch I thought there was wide-spread objections to this patch based on the fact that this 'hack' must continually be in FreeBSD from here til eternity, thus slowing down the loader as well as being a poor solution. IMHO, it should be backed out, as the 'error' errors will end up being a non-problem when the ELF switch-over is done. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 12:58:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21981 for cvs-all-outgoing; Sun, 21 Jun 1998 12:58:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21975; Sun, 21 Jun 1998 12:58:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA26772; Sun, 21 Jun 1998 12:56:32 -0700 (PDT) Date: Sun, 21 Jun 1998 12:56:32 -0700 (PDT) Message-Id: <199806211956.MAA26772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_linux_ialloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 12:56:31 PDT Modified files: sys/gnu/ext2fs ext2_extern.h ext2_linux_ialloc.c Log: Removed unused function ll_w_block(). It has always had races due to not using splbio(), and has rotted a little. The races were probably harmless in practice because this function was only used for superblock updates, and separate superblock updates are probably prevented from running into each other by doing part of the update synchronously. Revision Changes Path 1.20 +0 -1 src/sys/gnu/ext2fs/ext2_extern.h 1.9 +0 -18 src/sys/gnu/ext2fs/ext2_linux_ialloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 14:07:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29603 for cvs-all-outgoing; Sun, 21 Jun 1998 14:07:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29594; Sun, 21 Jun 1998 14:07:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA26914; Sun, 21 Jun 1998 14:06:04 -0700 (PDT) Date: Sun, 21 Jun 1998 14:06:04 -0700 (PDT) Message-Id: <199806212106.OAA26914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_linux_ialloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 14:06:04 PDT Modified files: sys/gnu/ext2fs ext2_linux_ialloc.c Log: Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cache by hacking on locked buffers without getblk()ing them, and we didn't even use splbio() to prevent biodone() changing the buffer underneath use when a write completes. I think there was no problem in practice on i386's because the operations on b_flags and numdirtybufs happen to be atomic. We still depend on biodone()'s operations on b_flags not interfering with ours. I think there is only interference for B_ERROR, and this is harmless because errors for async writes are ignored anyway. Don't use mark_buffer_dirty() except for superblock-related metadata. It was used in just one case where ordinary BSD buffering is more natural. Revision Changes Path 1.10 +6 -3 src/sys/gnu/ext2fs/ext2_linux_ialloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 19:49:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25714 for cvs-all-outgoing; Sun, 21 Jun 1998 19:49:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25669; Sun, 21 Jun 1998 19:49:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA27667; Sun, 21 Jun 1998 19:47:38 -0700 (PDT) Date: Sun, 21 Jun 1998 19:47:38 -0700 (PDT) Message-Id: <199806220247.TAA27667@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config configvers.h mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/21 19:47:37 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/config configvers.h mkmakefile.c Log: MFC: bring in kernel versioning feature, though with a slightly more informative error message (which I'll bring forward into -current). Revision Changes Path 1.3.2.1 +2 -2 src/usr.sbin/config/configvers.h 1.18.2.7 +14 -2 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 19:50:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25883 for cvs-all-outgoing; Sun, 21 Jun 1998 19:50:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25787; Sun, 21 Jun 1998 19:50:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA27697; Sun, 21 Jun 1998 19:48:27 -0700 (PDT) Date: Sun, 21 Jun 1998 19:48:27 -0700 (PDT) Message-Id: <199806220248.TAA27697@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/21 19:48:27 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf Makefile.i386 Log: MFC: kernel version number to go with config(8) change. Revision Changes Path 1.89.2.5 +5 -1 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 20:01:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27912 for cvs-all-outgoing; Sun, 21 Jun 1998 20:01:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA27780; Sun, 21 Jun 1998 20:00:35 -0700 (PDT) (envelope-from jfieber@FreeBSD.org) From: John Fieber Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA27753; Sun, 21 Jun 1998 19:58:53 -0700 (PDT) Date: Sun, 21 Jun 1998 19:58:53 -0700 (PDT) Message-Id: <199806220258.TAA27753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jfieber 1998/06/21 19:58:53 PDT Modified files: handbook contrib.sgml Log: MFR (Merge From Reality). Revision Changes Path 1.292 +3 -3 doc/handbook/contrib.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 20:19:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00618 for cvs-all-outgoing; Sun, 21 Jun 1998 20:19:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ren.dtir.qld.gov.au (firewall-user@ns.dtir.qld.gov.au [203.108.138.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00574; Sun, 21 Jun 1998 20:19:17 -0700 (PDT) (envelope-from syssgm@dtir.qld.gov.au) Received: by ren.dtir.qld.gov.au; id NAA12097; Mon, 22 Jun 1998 13:18:31 +1000 (EST) Received: from ogre.dtir.qld.gov.au(167.123.8.3) by ren.dtir.qld.gov.au via smap (3.2) id xma012082; Mon, 22 Jun 98 13:18:05 +1000 Received: from atlas.dtir.qld.gov.au (atlas.dtir.qld.gov.au [167.123.8.9]) by ogre.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id NAA08891; Mon, 22 Jun 1998 13:18:05 +1000 (EST) Received: from nymph.dtir.qld.gov.au (nymph.dtir.qld.gov.au [167.123.10.10]) by atlas.dtir.qld.gov.au (8.8.5/8.8.5) with ESMTP id NAA00767; Mon, 22 Jun 1998 13:18:04 +1000 (EST) Received: from nymph.dtir.qld.gov.au (localhost.dtir.qld.gov.au [127.0.0.1]) by nymph.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id NAA11748; Mon, 22 Jun 1998 13:18:04 +1000 (EST) (envelope-from syssgm@nymph.dtir.qld.gov.au) Message-Id: <199806220318.NAA11748@nymph.dtir.qld.gov.au> To: Nate Williams cc: Stephen McKay , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/rtld-aout rtld.c References: <199806211422.HAA25239@freefall.freebsd.org> <199806211824.MAA16738@mt.sri.com> In-Reply-To: <199806211824.MAA16738@mt.sri.com> from Nate Williams at "Sun, 21 Jun 1998 12:24:27 -0600" Date: Mon, 22 Jun 1998 13:18:04 +1000 From: Stephen McKay Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sunday, 21st June 1998, Nate Williams wrote: >> mckay 1998/06/21 07:22:31 PDT >> >> Modified files: >> libexec/rtld-aout rtld.c >> Log: >> Since I got no objections to this patch >I thought there was wide-spread objections to this patch based on the >fact that this 'hack' must continually be in FreeBSD from here til >eternity, thus slowing down the loader as well as being a poor solution. > >IMHO, it should be backed out, as the 'error' errors will end up being a >non-problem when the ELF switch-over is done. I got no replies to the public airing of this patch in -current. I know some people object, but they would not support any of the alternative options. I am happy to back out this patch the moment a workable alternative is in place. It is carefully designed to be instantly removable. It also has no performance impact on executables that are linked with a libc that supplies __error. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 22:32:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18347 for cvs-all-outgoing; Sun, 21 Jun 1998 22:32:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18342; Sun, 21 Jun 1998 22:32:36 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA28159; Sun, 21 Jun 1998 22:30:59 -0700 (PDT) Date: Sun, 21 Jun 1998 22:30:59 -0700 (PDT) Message-Id: <199806220530.WAA28159@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 cdcontrol.1 su.1 doc/ja/man/man8 ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/21 22:30:59 PDT Modified files: ja/man/man1 cdcontrol.1 su.1 ja/man/man8 ppp.8 Log: Japanese Manual now corresponds to that of English version of 2.2-980620-SNAP. Reviewed by: The Japanese Manual Project Submitted by: horikawa@jp.freebsd.org Revision Changes Path 1.4 +4 -2 doc/ja/man/man1/cdcontrol.1 1.4 +1 -1 doc/ja/man/man1/su.1 1.8 +3 -4 doc/ja/man/man8/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 22:50:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21631 for cvs-all-outgoing; Sun, 21 Jun 1998 22:50:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21538; Sun, 21 Jun 1998 22:50:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA28251; Sun, 21 Jun 1998 22:48:35 -0700 (PDT) Date: Sun, 21 Jun 1998 22:48:35 -0700 (PDT) Message-Id: <199806220548.WAA28251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/news/tin Makefile ports/news/tin/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/21 22:48:35 PDT Modified files: news/tin Makefile news/tin/files md5 Log: Upgrade to the 980618 prebeta. Revision Changes Path 1.60 +2 -2 ports/news/tin/Makefile 1.47 +1 -1 ports/news/tin/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 21 23:35:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29785 for cvs-all-outgoing; Sun, 21 Jun 1998 23:35:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29762; Sun, 21 Jun 1998 23:35:50 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA28366; Sun, 21 Jun 1998 23:34:13 -0700 (PDT) Date: Sun, 21 Jun 1998 23:34:13 -0700 (PDT) Message-Id: <199806220634.XAA28366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc rc rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/21 23:34:12 PDT Modified files: etc rc rc.conf Log: Add rc.conf option to set kernel security level and modify "/etc/rc" to use this. Requested by: max, andreas Note: This change just provides a convenient way to exercise existing functionality. Whether `kern.securelevel' is effective in increasing system security is another issue, and one that has been well thrashed out in the lists. Revision Changes Path 1.146 +9 -1 src/etc/rc 1.52 +3 -1 src/etc/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 01:05:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13997 for cvs-all-outgoing; Mon, 22 Jun 1998 01:05:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13978; Mon, 22 Jun 1998 01:05:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA28569; Mon, 22 Jun 1998 01:03:54 -0700 (PDT) Date: Mon, 22 Jun 1998 01:03:54 -0700 (PDT) Message-Id: <199806220803.BAA28569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 if_fe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/22 01:03:54 PDT Modified files: sys/pc98/pc98 if_fe.c Log: Sync with sys/i386/isa/if_fe.c revision 1.42. Revision Changes Path 1.32 +6 -10 src/sys/pc98/pc98/if_fe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 01:07:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14315 for cvs-all-outgoing; Mon, 22 Jun 1998 01:07:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14258; Mon, 22 Jun 1998 01:06:53 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA28602; Mon, 22 Jun 1998 01:05:14 -0700 (PDT) Date: Mon, 22 Jun 1998 01:05:14 -0700 (PDT) Message-Id: <199806220805.BAA28602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/22 01:05:14 PDT Modified files: sys/pc98/i386 machdep.c Log: Sync with sys/i386/i386/machdep.c revision 1.301. Revision Changes Path 1.88 +3 -2 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 01:09:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14815 for cvs-all-outgoing; Mon, 22 Jun 1998 01:09:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14684; Mon, 22 Jun 1998 01:08:39 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA28632; Mon, 22 Jun 1998 01:06:59 -0700 (PDT) Date: Mon, 22 Jun 1998 01:06:59 -0700 (PDT) Message-Id: <199806220806.BAA28632@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 if_ed.c npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/22 01:06:59 PDT Modified files: sys/pc98/pc98 if_ed.c npx.c Log: Sync with sys/i386/isa/if_ed.c and npx.c revisions 1.143 and 1.61, respectively. Revision Changes Path 1.50 +1 -2 src/sys/pc98/pc98/if_ed.c 1.38 +1 -2 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 03:19:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05491 for cvs-all-outgoing; Mon, 22 Jun 1998 03:19:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05477; Mon, 22 Jun 1998 03:19:36 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29089; Mon, 22 Jun 1998 03:17:57 -0700 (PDT) Date: Mon, 22 Jun 1998 03:17:57 -0700 (PDT) Message-Id: <199806221017.DAA29089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ troubleshoot.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/22 03:17:56 PDT Modified files: FAQ troubleshoot.sgml Log: New Q: "full screen apps on remote machines misbehave"; a short lesson on the importance of TERM. PR: 7012 Revision Changes Path 1.4 +21 -1 doc/FAQ/troubleshoot.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 04:58:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17966 for cvs-all-outgoing; Mon, 22 Jun 1998 04:58:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17960; Mon, 22 Jun 1998 04:58:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA29275; Mon, 22 Jun 1998 04:56:40 -0700 (PDT) Date: Mon, 22 Jun 1998 04:56:40 -0700 (PDT) Message-Id: <199806221156.EAA29275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/echoping Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/22 04:56:40 PDT Modified files: net/echoping Makefile Log: Distfile moved Nagged by: Distfile checker Revision Changes Path 1.2 +2 -2 ports/net/echoping/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 05:15:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19808 for cvs-all-outgoing; Mon, 22 Jun 1998 05:15:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19798; Mon, 22 Jun 1998 05:15:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA29361; Mon, 22 Jun 1998 05:14:11 -0700 (PDT) Date: Mon, 22 Jun 1998 05:14:11 -0700 (PDT) Message-Id: <199806221214.FAA29361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/rdist6 Makefile ports/net/rdist6/files md5 ports/net/rdist6/patches patch-ae patch-ai Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/22 05:14:11 PDT Modified files: net/rdist6 Makefile net/rdist6/files md5 net/rdist6/patches patch-ae patch-ai Log: Master site changed. Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker Revision Changes Path 1.13 +6 -7 ports/net/rdist6/Makefile 1.4 +1 -1 ports/net/rdist6/files/md5 1.3 +2 -8 ports/net/rdist6/patches/patch-ae 1.2 +2 -2 ports/net/rdist6/patches/patch-ai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 05:19:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20260 for cvs-all-outgoing; Mon, 22 Jun 1998 05:19:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20242; Mon, 22 Jun 1998 05:19:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA29392; Mon, 22 Jun 1998 05:17:35 -0700 (PDT) Date: Mon, 22 Jun 1998 05:17:35 -0700 (PDT) Message-Id: <199806221217.FAA29392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/rdist6/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/22 05:17:35 PDT Modified files: net/rdist6/pkg DESCR Log: Trim DESCR a bit. Point to new rdist home; http://www.magnicomp.com/ Revision Changes Path 1.3 +1 -101 ports/net/rdist6/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 06:58:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03706 for cvs-all-outgoing; Mon, 22 Jun 1998 06:58:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03701; Mon, 22 Jun 1998 06:58:40 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27010; Mon, 22 Jun 1998 06:57:01 -0700 (PDT) Date: Mon, 22 Jun 1998 06:57:01 -0700 (PDT) Message-Id: <199806221357.GAA27010@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/lesstif/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/22 06:57:00 PDT Modified files: x11/lesstif/files md5 Log: Distfile changed. Revision Changes Path 1.13 +1 -1 ports/x11/lesstif/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 07:26:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07632 for cvs-all-outgoing; Mon, 22 Jun 1998 07:26:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07574; Mon, 22 Jun 1998 07:26:16 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id XAA23621; Mon, 22 Jun 1998 23:26:16 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id XAA26550; Mon, 22 Jun 1998 23:26:15 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.5Wpl3-SMTP) with ESMTP id XAA15372; Mon, 22 Jun 1998 23:25:47 +0900 (JST) To: jkoshy@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/etc rc rc.conf From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sun, 21 Jun 1998 23:34:13 -0700 (PDT)" <199806220634.XAA28366@freefall.freebsd.org> References: <199806220634.XAA28366@freefall.freebsd.org> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980622232547J.masafumi@aslm.rim.or.jp> Date: Mon, 22 Jun 1998 23:25:47 +0900 X-Dispatcher: imput version 971024 Lines: 16 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > jkoshy 1998/06/21 23:34:12 PDT > Modified files: > etc rc rc.conf > Log: > Add rc.conf option to set kernel security level and modify "/etc/rc" to > use this. > Requested by: max, andreas Thanks, and sorry that I couldn't manage to find some time to review the patch you sent me in private mail. Now, please don't forget to list this in the rc.conf.5 man page. Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 08:38:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18870 for cvs-all-outgoing; Mon, 22 Jun 1998 08:38:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18822; Mon, 22 Jun 1998 08:38:07 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27612; Mon, 22 Jun 1998 08:36:27 -0700 (PDT) Date: Mon, 22 Jun 1998 08:36:27 -0700 (PDT) Message-Id: <199806221536.IAA27612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data about.sgml www/data/gifs lynx.gif Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/22 08:36:27 PDT Modified files: data about.sgml Added files: data/gifs lynx.gif Log: Add a 'This Web page is Lynx friendly' picture. Revision Changes Path 1.9 +1 -0 www/data/about.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 11:51:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27438 for cvs-all-outgoing; Mon, 22 Jun 1998 11:51:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27362; Mon, 22 Jun 1998 11:50:35 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA28384; Mon, 22 Jun 1998 11:48:52 -0700 (PDT) Date: Mon, 22 Jun 1998 11:48:52 -0700 (PDT) Message-Id: <199806221848.LAA28384@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/smtpfeed Makefile ports/mail/smtpfeed/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/06/22 11:48:52 PDT Modified files: mail/smtpfeed Makefile mail/smtpfeed/files md5 Log: upgrade smtpfeed original distribution: 0.63 -> 0.65 Revision Changes Path 1.10 +3 -3 ports/mail/smtpfeed/Makefile 1.9 +1 -1 ports/mail/smtpfeed/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 14:08:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21106 for cvs-all-outgoing; Mon, 22 Jun 1998 14:08:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20963; Mon, 22 Jun 1998 14:08:00 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id XAA01029; Mon, 22 Jun 1998 23:00:17 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id WAA02018; Mon, 22 Jun 1998 22:49:47 +0200 (CEST) (envelope-from andreas) Message-ID: <19980622224947.A2010@klemm.gtn.com> Date: Mon, 22 Jun 1998 22:49:47 +0200 From: Andreas Klemm To: "Masafumi NAKANE/?$BCf:,2mJ8?(B" , jkoshy@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc rc.conf References: <199806220634.XAA28366@freefall.freebsd.org> <19980622232547J.masafumi@aslm.rim.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980622232547J.masafumi@aslm.rim.or.jp>; from Masafumi NAKANE/?$BCf:,2mJ8?(B on Mon, Jun 22, 1998 at 11:25:47PM +0900 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, Jun 22, 1998 at 11:25:47PM +0900, Masafumi NAKANE/?$BCf:,2mJ8?(B wrote: > > jkoshy 1998/06/21 23:34:12 PDT > > Modified files: > > etc rc rc.conf > > Log: > > Add rc.conf option to set kernel security level and modify "/etc/rc" to > > use this. > > > Requested by: max, andreas > > Thanks, and sorry that I couldn't manage to find some time to review > the patch you sent me in private mail. Same for me, sorry. I was in Hamburg on the FreeBSD user meeting and had no chance to test it. Thanks for committing ! -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 14:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21834 for cvs-all-outgoing; Mon, 22 Jun 1998 14:11:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21711; Mon, 22 Jun 1998 14:10:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA28724; Mon, 22 Jun 1998 14:09:11 -0700 (PDT) Date: Mon, 22 Jun 1998 14:09:11 -0700 (PDT) Message-Id: <199806222109.OAA28724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys timepps.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/22 14:09:10 PDT Modified files: sys/sys timepps.h Log: Typo fix. Reviewed by: phk Submitted by: John Hay Revision Changes Path 1.4 +2 -2 src/sys/sys/timepps.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 17:28:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02231 for cvs-all-outgoing; Mon, 22 Jun 1998 17:28:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02220; Mon, 22 Jun 1998 17:28:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA29330; Mon, 22 Jun 1998 17:27:08 -0700 (PDT) Date: Mon, 22 Jun 1998 17:27:08 -0700 (PDT) Message-Id: <199806230027.RAA29330@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ncftp3 Makefile ports/net/ncftp3/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/22 17:27:07 PDT Modified files: net/ncftp3 Makefile net/ncftp3/files md5 Log: upgrade to 3.0 beta 13 Revision Changes Path 1.49 +4 -4 ports/net/ncftp3/Makefile 1.31 +1 -1 ports/net/ncftp3/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 17:47:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05483 for cvs-all-outgoing; Mon, 22 Jun 1998 17:47:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05461; Mon, 22 Jun 1998 17:46:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA29412; Mon, 22 Jun 1998 17:45:16 -0700 (PDT) Date: Mon, 22 Jun 1998 17:45:16 -0700 (PDT) Message-Id: <199806230045.RAA29412@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ncftp3 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/22 17:45:16 PDT Modified files: net/ncftp3 Makefile Log: typo.. Revision Changes Path 1.50 +2 -2 ports/net/ncftp3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 20:09:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11704 for cvs-all-outgoing; Mon, 22 Jun 1998 20:09:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11695; Mon, 22 Jun 1998 20:09:28 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00727; Mon, 22 Jun 1998 20:09:27 -0700 (PDT) Date: Mon, 22 Jun 1998 20:09:27 -0700 (PDT) Message-Id: <199806230309.UAA00727@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/22 20:09:27 PDT Modified files: etc rc.conf Log: Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus). Revision Changes Path 1.53 +2 -2 src/etc/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 20:09:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11758 for cvs-all-outgoing; Mon, 22 Jun 1998 20:09:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11753; Mon, 22 Jun 1998 20:09:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00757; Mon, 22 Jun 1998 20:09:46 -0700 (PDT) Date: Mon, 22 Jun 1998 20:09:46 -0700 (PDT) Message-Id: <199806230309.UAA00757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/22 20:09:46 PDT Modified files: (Branch: RELENG_2_2) etc rc.conf Log: MFC: use blanktime Revision Changes Path 1.1.2.44 +2 -2 src/etc/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 21:39:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23094 for cvs-all-outgoing; Mon, 22 Jun 1998 21:39:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23076; Mon, 22 Jun 1998 21:38:55 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01071; Mon, 22 Jun 1998 21:38:53 -0700 (PDT) Date: Mon, 22 Jun 1998 21:38:53 -0700 (PDT) Message-Id: <199806230438.VAA01071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 ports.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/22 21:38:52 PDT Modified files: share/man/man7 ports.7 Log: Grammar touch-up. Revision Changes Path 1.7 +2 -2 src/share/man/man7/ports.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 21:39:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23198 for cvs-all-outgoing; Mon, 22 Jun 1998 21:39:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23178; Mon, 22 Jun 1998 21:39:27 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01100; Mon, 22 Jun 1998 21:39:26 -0700 (PDT) Date: Mon, 22 Jun 1998 21:39:26 -0700 (PDT) Message-Id: <199806230439.VAA01100@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 motd.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/22 21:39:26 PDT Modified files: share/man/man5 motd.5 Log: Cross-ref login.conf(5). Revision Changes Path 1.2 +4 -2 src/share/man/man5/motd.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 21:39:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23244 for cvs-all-outgoing; Mon, 22 Jun 1998 21:39:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23219; Mon, 22 Jun 1998 21:39:37 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01125; Mon, 22 Jun 1998 21:39:36 -0700 (PDT) Date: Mon, 22 Jun 1998 21:39:36 -0700 (PDT) Message-Id: <199806230439.VAA01125@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 motd.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/22 21:39:36 PDT Modified files: (Branch: RELENG_2_2) share/man/man5 motd.5 Log: Cross-ref login.conf(5). Revision Changes Path 1.1.2.1 +4 -2 src/share/man/man5/motd.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 21:41:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23618 for cvs-all-outgoing; Mon, 22 Jun 1998 21:41:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23612; Mon, 22 Jun 1998 21:41:07 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01163; Mon, 22 Jun 1998 21:41:06 -0700 (PDT) Date: Mon, 22 Jun 1998 21:41:06 -0700 (PDT) Message-Id: <199806230441.VAA01163@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 ports.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/22 21:41:05 PDT Modified files: (Branch: RELENG_2_2) share/man/man7 ports.7 Log: Copy From Current Revision Changes Path 1.1.2.4 +6 -4 src/share/man/man7/ports.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 22:30:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29432 for cvs-all-outgoing; Mon, 22 Jun 1998 22:30:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29421; Mon, 22 Jun 1998 22:30:30 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA01395; Mon, 22 Jun 1998 22:30:28 -0700 (PDT) Date: Mon, 22 Jun 1998 22:30:28 -0700 (PDT) Message-Id: <199806230530.WAA01395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/termcap termcap.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/22 22:30:28 PDT Modified files: share/termcap termcap.5 Log: lable -> label Revision Changes Path 1.9 +2 -2 src/share/termcap/termcap.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 22:31:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29582 for cvs-all-outgoing; Mon, 22 Jun 1998 22:31:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29577; Mon, 22 Jun 1998 22:31:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA01423; Mon, 22 Jun 1998 22:31:23 -0700 (PDT) Date: Mon, 22 Jun 1998 22:31:23 -0700 (PDT) Message-Id: <199806230531.WAA01423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/termcap termcap.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/22 22:31:22 PDT Modified files: (Branch: RELENG_2_2) share/termcap termcap.5 Log: Merge in the last two Revs of typo-fixes. Revision Changes Path 1.2.2.2 +8 -8 src/share/termcap/termcap.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 22 23:43:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03180 for cvs-all-outgoing; Mon, 22 Jun 1998 23:43:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03175; Mon, 22 Jun 1998 23:43:25 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA01652; Mon, 22 Jun 1998 23:43:23 -0700 (PDT) Date: Mon, 22 Jun 1998 23:43:23 -0700 (PDT) Message-Id: <199806230643.XAA01652@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/imlib Makefile ports/graphics/imlib/files md5 ports/graphics/imlib/patches patch-aa patch-ac ports/graphics/imlib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/22 23:43:22 PDT Modified files: graphics/imlib Makefile graphics/imlib/files md5 graphics/imlib/patches patch-aa patch-ac graphics/imlib/pkg PLIST Log: Upgrade imlib to 1.6. PR: ports/6893 Submitted by: Brett Taylor Revision Changes Path 1.22 +5 -5 ports/graphics/imlib/Makefile 1.11 +1 -1 ports/graphics/imlib/files/md5 1.13 +38 -24 ports/graphics/imlib/patches/patch-aa 1.7 +13 -13 ports/graphics/imlib/patches/patch-ac 1.10 +2 -2 ports/graphics/imlib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 00:17:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07680 for cvs-all-outgoing; Tue, 23 Jun 1998 00:17:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07664; Tue, 23 Jun 1998 00:17:50 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id AAA12542; Tue, 23 Jun 1998 00:17:44 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 23 Jun 1998 00:17:44 -0700 (PDT) From: Doug White To: Joseph Koshy cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: Re: cvs commit: doc/FAQ troubleshoot.sgml In-Reply-To: <199806221017.DAA29089@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 22 Jun 1998, Joseph Koshy wrote: > jkoshy 1998/06/22 03:17:56 PDT > > Modified files: > FAQ troubleshoot.sgml > Log: > New Q: "full screen apps on remote machines misbehave"; a short > lesson on the importance of TERM. Approved-after-the-fact-by: FAQ maintainer Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 00:24:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08882 for cvs-all-outgoing; Tue, 23 Jun 1998 00:24:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08868; Tue, 23 Jun 1998 00:24:50 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01866; Tue, 23 Jun 1998 00:24:47 -0700 (PDT) Date: Tue, 23 Jun 1998 00:24:47 -0700 (PDT) Message-Id: <199806230724.AAA01866@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/print/xmbibtex Makefile ports/print/xmbibtex/files md5 ports/print/xmbibtex/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/23 00:24:47 PDT Modified files: print/xmbibtex Makefile print/xmbibtex/files md5 Removed files: print/xmbibtex/patches patch-ab Log: Upgrade to 1.5. Revision Changes Path 1.6 +3 -3 ports/print/xmbibtex/Makefile 1.3 +1 -1 ports/print/xmbibtex/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 01:07:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16667 for cvs-all-outgoing; Tue, 23 Jun 1998 01:07:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16654; Tue, 23 Jun 1998 01:07:39 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA02014; Tue, 23 Jun 1998 01:07:36 -0700 (PDT) Date: Tue, 23 Jun 1998 01:07:36 -0700 (PDT) Message-Id: <199806230807.BAA02014@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/23 01:07:36 PDT Modified files: handbook submitters.sgml Log: Oops, someone (was it Jordan?) decided to add Gilad Rom the same time I did. (or something) His entry looks better, so I'm gettin' rid of mine. Revision Changes Path 1.203 +1 -3 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 02:14:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29012 for cvs-all-outgoing; Tue, 23 Jun 1998 02:14:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28925 for ; Tue, 23 Jun 1998 02:13:52 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id CAA01370 for ; Tue, 23 Jun 1998 02:14:10 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Date: Tue, 23 Jun 1998 02:14:03 -0700 Message-ID: <1350.898593243.1@time.cdrom.com> From: "Jordan K. Hubbard" Subject: Release schedule for 2.2.7 MIME-Version: 1.0 Content-Type: multipart/digest; boundary="----- =_aaaaaaaaaa" Content-Description: Blind Carbon Copy Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk To: undisclosed-recipients:; ------- =_aaaaaaaaaa Content-Type: message/rfc822 Content-Description: Original Message To: stable@freebsd.org Subject: Release schedule for 2.2.7 Date: Tue, 23 Jun 1998 02:14:03 -0700 Message-ID: <1350.898593243@time.cdrom.com> From: "Jordan K. Hubbard" Given that 2.2.6 was released in April, our quarterly release schedule for that branch will result in a 2.2.7 at the end of July. That means that any necessary merge work should really be done sometime in the next couple of weeks so that we have adequate time to review and test all such changes. In an attempt to make this process a little easier, I'll attempt to enumerate some of the tasks which various working groups will probably want to check off their lists between now and the end of July: o Documentation folks: Verify that spelling corrections and other general improvements to the manual pages are incorporated. The Handbook, FAQ and tutorials always track -current, so no merge work is necessary for any docs but those in /usr/src. o Driver hackers: If you've brought in generic improvements or fixed a bug with a driver you're responsible for in -current, take a quick minute to see if the work is also applicable to -stable. o MSDOS FS hackers: The MSDOS filesystem support in 2.2-stable is pretty broken, giving you more leeway than most in merging changes, but you should also be careful not to make things worse (obviously). Those working on VFAT/FAT32 support for 2.2's msdosfs should therefore start getting their work ready for incorporation pretty soon if it's going to happen at all. o Security folks Check your CERT advisories and whatnot against the state of -stable today. Sometimes things are missed. o Ports team: Please make sure that your various foo.mk files are up to date. o Userland folks: If you have something in dire need of upgrading which is also a low risk (conservatism with 2.2-stable does not necessarily equal total stasis), please get in touch with me and we can discuss it. o Release folks: If you have any improvements under /usr/src/release for packaging or sysinstall, now is the time to raise them with me. Thanks! - Jordan ------- =_aaaaaaaaaa-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 02:54:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08281 for cvs-all-outgoing; Tue, 23 Jun 1998 02:54:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08205; Tue, 23 Jun 1998 02:54:14 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02375; Tue, 23 Jun 1998 02:54:09 -0700 (PDT) Date: Tue, 23 Jun 1998 02:54:09 -0700 (PDT) Message-Id: <199806230954.CAA02375@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/filerunner Makefile ports/x11/filerunner/files md5 ports/x11/filerunner/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/23 02:54:08 PDT Modified files: x11/filerunner Makefile x11/filerunner/files md5 x11/filerunner/pkg PLIST Log: Upgrade to 2.5. Revision Changes Path 1.14 +5 -5 ports/x11/filerunner/Makefile 1.6 +1 -1 ports/x11/filerunner/files/md5 1.6 +1 -1 ports/x11/filerunner/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 08:15:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02045 for cvs-all-outgoing; Tue, 23 Jun 1998 08:15:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02013; Tue, 23 Jun 1998 08:15:07 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00492; Tue, 23 Jun 1998 08:15:03 -0700 (PDT) Date: Tue, 23 Jun 1998 08:15:03 -0700 (PDT) Message-Id: <199806231515.IAA00492@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC Makefile daemon.sgml docs.sgml internet.sgml newsflash.sgml security.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/23 08:15:02 PDT Modified files: data/ja_JP.EUC Makefile daemon.sgml docs.sgml internet.sgml newsflash.sgml security.sgml Log: Changes in the English version are merged. daemon.sgml: 1.5 --> 1.6 docs.sgml: 1.40 --> 1.43 internet.sgml: 1.10 --> 1.11 newsflash.sgml: 1.74 --> 1.81 security.sgml: 1.7 --> 1.8 Add machines.sgml to Makefile. Submitted by: HIROSE Shouichi Nishika Motoyuki Konno Revision Changes Path 1.12 +2 -1 www/data/ja_JP.EUC/Makefile 1.2 +4 -4 www/data/ja_JP.EUC/daemon.sgml 1.9 +17 -5 www/data/ja_JP.EUC/docs.sgml 1.3 +4 -9 www/data/ja_JP.EUC/internet.sgml 1.15 +39 -5 www/data/ja_JP.EUC/newsflash.sgml 1.2 +5 -10 www/data/ja_JP.EUC/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 09:28:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13588 for cvs-all-outgoing; Tue, 23 Jun 1998 09:28:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13570; Tue, 23 Jun 1998 09:27:52 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00717; Tue, 23 Jun 1998 09:27:47 -0700 (PDT) Date: Tue, 23 Jun 1998 09:27:47 -0700 (PDT) Message-Id: <199806231627.JAA00717@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/23 09:27:46 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.89.2.5. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.7.2.6 +5 -1 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 09:53:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18851 for cvs-all-outgoing; Tue, 23 Jun 1998 09:53:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18834; Tue, 23 Jun 1998 09:53:07 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) From: Guy Helmer Received: (from ghelmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00824; Tue, 23 Jun 1998 09:53:02 -0700 (PDT) Date: Tue, 23 Jun 1998 09:53:02 -0700 (PDT) Message-Id: <199806231653.JAA00824@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/msgs msgs.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1998/06/23 09:53:01 PDT Modified files: usr.bin/msgs msgs.1 Log: Minor grammar and punctuation cleanup. Reference /etc/periodic/daily instead of /etc/crontab. Revision Changes Path 1.5 +10 -6 src/usr.bin/msgs/msgs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 10:33:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26848 for cvs-all-outgoing; Tue, 23 Jun 1998 10:33:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26832 for ; Tue, 23 Jun 1998 10:33:22 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA27075; Tue, 23 Jun 1998 19:30:10 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id TAA01897; Tue, 23 Jun 1998 19:24:50 +0200 (CEST) (envelope-from andreas) Message-ID: <19980623192450.A1458@klemm.gtn.com> Date: Tue, 23 Jun 1998 19:24:50 +0200 From: Andreas Klemm To: "Jordan K. Hubbard" Cc: committers@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 References: <1350.898593243.1@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <1350.898593243.1@time.cdrom.com>; from Jordan K. Hubbard on Tue, Jun 23, 1998 at 02:14:03AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Jun 23, 1998 at 02:14:03AM -0700, Jordan K. Hubbard wrote: > o Security folks > > Check your CERT advisories and whatnot against the state of -stable > today. Sometimes things are missed. daily security check script needs some additions... Login failures that are logged in /var/log/messages aren't reported. Last recently I noticed various login/crack attempts on a FreeBSD-STABLE machine in my company. Things we should report are: "refused connect from" by tcp_wrapper and "LOGIN FAILURES FROM" by login See here: Jun 22 05:17:43 titan telnetd[10520]: refused connect from 195.90.203.76 Jun 22 05:18:05 titan telnetd[10523]: refused connect from 195.90.203.76 Jun 22 05:20:22 titan telnetd[10951]: refused connect from 195.90.203.76 Jun 22 05:20:37 titan telnetd[10953]: refused connect from 195.90.203.76 Jun 22 05:21:04 titan telnetd[10955]: refused connect from 195.90.203.76 Jun 22 05:22:30 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG Jun 22 05:22:30 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG, andreas Jun 22 05:23:39 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG Jun 22 05:23:39 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG, root Jun 22 05:24:03 titan login: 1 LOGIN FAILURE FROM freefall.FreeBSD.ORG Jun 22 05:24:03 titan login: 1 LOGIN FAILURE FROM freefall.FreeBSD.ORG, ddd -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 11:05:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02005 for cvs-all-outgoing; Tue, 23 Jun 1998 11:05:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from burka.rdy.com (dima@burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01999 for ; Tue, 23 Jun 1998 11:05:44 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id LAA22354; Tue, 23 Jun 1998 11:05:33 -0700 (PDT) Message-Id: <199806231805.LAA22354@burka.rdy.com> Subject: Re: Release schedule for 2.2.7 In-Reply-To: <19980623192450.A1458@klemm.gtn.com> from Andreas Klemm at "Jun 23, 1998 7:24:50 pm" To: andreas@klemm.gtn.com (Andreas Klemm) Date: Tue, 23 Jun 1998 11:05:33 -0700 (PDT) Cc: jkh@time.cdrom.com, committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Also, sendmail needs to be updated in both -current and -stable. And I'd love to see bind8 in -stable too (we already have it in -current). Andreas Klemm writes: > On Tue, Jun 23, 1998 at 02:14:03AM -0700, Jordan K. Hubbard wrote: > > o Security folks > > > > Check your CERT advisories and whatnot against the state of -stable > > today. Sometimes things are missed. > > daily security check script needs some additions... > > Login failures that are logged in /var/log/messages aren't > reported. Last recently I noticed various login/crack attempts > on a FreeBSD-STABLE machine in my company. > > Things we should report are: > > "refused connect from" by tcp_wrapper > and > "LOGIN FAILURES FROM" by login > > See here: > Jun 22 05:17:43 titan telnetd[10520]: refused connect from 195.90.203.76 > Jun 22 05:18:05 titan telnetd[10523]: refused connect from 195.90.203.76 > Jun 22 05:20:22 titan telnetd[10951]: refused connect from 195.90.203.76 > Jun 22 05:20:37 titan telnetd[10953]: refused connect from 195.90.203.76 > Jun 22 05:21:04 titan telnetd[10955]: refused connect from 195.90.203.76 > Jun 22 05:22:30 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG > Jun 22 05:22:30 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG, > andreas > Jun 22 05:23:39 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG > Jun 22 05:23:39 titan login: 2 LOGIN FAILURES FROM freefall.FreeBSD.ORG, root > Jun 22 05:24:03 titan login: 1 LOGIN FAILURE FROM freefall.FreeBSD.ORG > Jun 22 05:24:03 titan login: 1 LOGIN FAILURE FROM freefall.FreeBSD.ORG, ddd > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > What gives you 90% more speed, for example, in kernel compilation ? > http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html > "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 11:10:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02781 for cvs-all-outgoing; Tue, 23 Jun 1998 11:10:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02767; Tue, 23 Jun 1998 11:09:57 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA01000; Tue, 23 Jun 1998 11:09:48 -0700 (PDT) Date: Tue, 23 Jun 1998 11:09:48 -0700 (PDT) Message-Id: <199806231809.LAA01000@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/crafty Makefile ports/games/crafty/files crafty.6 md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/23 11:09:47 PDT Modified files: games/crafty Makefile games/crafty/files crafty.6 md5 Log: Upgrade to 15.14. Remove BUILD_DEPENDS on unzip. Improve wording in manpage. PR: 7010 Submitted by: Stefan Eggers Revision Changes Path 1.3 +5 -7 ports/games/crafty/Makefile 1.2 +4 -3 ports/games/crafty/files/crafty.6 1.3 +2 -2 ports/games/crafty/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:27:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11061 for cvs-all-outgoing; Tue, 23 Jun 1998 14:27:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11028; Tue, 23 Jun 1998 14:26:56 -0700 (PDT) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01585; Tue, 23 Jun 1998 14:26:48 -0700 (PDT) Date: Tue, 23 Jun 1998 14:26:48 -0700 (PDT) Message-Id: <199806232126.OAA01585@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/shells/bash2/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1998/06/23 14:26:48 PDT Added files: shells/bash2/patches patch-af Log: Fix a bug preventing stopped jobs to be put in the background. Obtained from: Chet Ramey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:33:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12470 for cvs-all-outgoing; Tue, 23 Jun 1998 14:33:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12444; Tue, 23 Jun 1998 14:33:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01671; Tue, 23 Jun 1998 14:33:25 -0700 (PDT) Date: Tue, 23 Jun 1998 14:33:25 -0700 (PDT) Message-Id: <199806232133.OAA01671@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files options src/sys/i386/conf LINT src/sys/net ppp_deflate.c zlib.c zlib.h bsd_comp.c if_ppp.c if_ppp.h if_pppvar.h ppp_comp.h ppp_defs.h ppp_tty.c slcompress.c slcompress.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 14:33:25 PDT Modified files: (Branch: RELENG_2_2) sys/conf files options sys/i386/conf LINT sys/net bsd_comp.c if_ppp.c if_ppp.h if_pppvar.h ppp_comp.h ppp_defs.h ppp_tty.c slcompress.c slcompress.h Added files: (Branch: RELENG_2_2) sys/net ppp_deflate.c zlib.c zlib.h Log: Update from ppp-2.2.0 -> 2.3.5, from -current. New features: deflate/gzip compression, demand dial, bringup/keepup/pass filtering using bpf, Idle timeout. (This version uses the correct protocol number for deflate BTW). OK'ed by: jkh Revision Changes Path 1.80.2.20 +3 -1 src/sys/conf/files 1.18.2.12 +4 -1 src/sys/conf/options 1.286.2.54 +10 -1 src/sys/i386/conf/LINT 1.4.2.1 +6 -13 src/sys/net/bsd_comp.c 1.36.2.1 +289 -148 src/sys/net/if_ppp.c 1.6.4.1 +4 -3 src/sys/net/if_ppp.h 1.5.2.1 +13 -10 src/sys/net/if_pppvar.h 1.2.4.1 +30 -2 src/sys/net/ppp_comp.h 1.2.4.1 +30 -39 src/sys/net/ppp_defs.h 1.11.2.4 +161 -142 src/sys/net/ppp_tty.c 1.7.2.2 +30 -24 src/sys/net/slcompress.c 1.9.4.1 +3 -4 src/sys/net/slcompress.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:42:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14125 for cvs-all-outgoing; Tue, 23 Jun 1998 14:42:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14043; Tue, 23 Jun 1998 14:42:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01758; Tue, 23 Jun 1998 14:41:54 -0700 (PDT) Date: Tue, 23 Jun 1998 14:41:54 -0700 (PDT) Message-Id: <199806232141.OAA01758@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd cbcp.c cbcp.h chap_ms.c chap_ms.h demand.c ipxcp.c ipxcp.h Makefile RELNOTES auth.c ccp.c ccp.h chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h main.c options.c patchlevel.h pathnames.h pppd.8 pppd.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 14:41:53 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pppd Makefile RELNOTES auth.c ccp.c ccp.h chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h main.c options.c patchlevel.h pathnames.h pppd.8 pppd.h sys-bsd.c upap.c upap.h Added files: (Branch: RELENG_2_2) usr.sbin/pppd cbcp.c cbcp.h chap_ms.c chap_ms.h demand.c ipxcp.c ipxcp.h Removed files: (Branch: RELENG_2_2) usr.sbin/pppd args.h callout.h lock.c ppp.h Log: Update pppd from 2.2.0 -> 2.3.5. NOTE: There were a lot of hacks done to pppd along the way that were never submitted back to the pppd folks and many required extensive reworking to get them to fit into 2.3.x. If you've made hacks in the past that are important, please re-check them to make sure they still work. OK'ed by: jkh Revision Changes Path 1.4.2.1 +21 -7 src/usr.sbin/pppd/Makefile 1.2.2.1 +282 -0 src/usr.sbin/pppd/RELNOTES 1.7.2.4 +783 -161 src/usr.sbin/pppd/auth.c 1.4.2.1 +519 -61 src/usr.sbin/pppd/ccp.c 1.2.2.1 +11 -12 src/usr.sbin/pppd/ccp.h 1.5.2.1 +102 -39 src/usr.sbin/pppd/chap.c 1.3.2.1 +22 -10 src/usr.sbin/pppd/chap.h 1.4.2.1 +54 -36 src/usr.sbin/pppd/fsm.c 1.3.2.1 +39 -23 src/usr.sbin/pppd/fsm.h 1.6.2.1 +411 -141 src/usr.sbin/pppd/ipcp.c 1.5.2.1 +11 -13 src/usr.sbin/pppd/ipcp.h 1.4.2.1 +252 -217 src/usr.sbin/pppd/lcp.c 1.3.2.1 +9 -9 src/usr.sbin/pppd/lcp.h 1.3.2.1 +3 -6 src/usr.sbin/pppd/magic.c 1.3.2.1 +1 -1 src/usr.sbin/pppd/magic.h 1.7.2.3 +891 -305 src/usr.sbin/pppd/main.c 1.10.2.1 +1033 -257 src/usr.sbin/pppd/options.c 1.3.2.1 +5 -5 src/usr.sbin/pppd/patchlevel.h 1.3.2.2 +8 -1 src/usr.sbin/pppd/pathnames.h 1.7.2.3 +917 -552 src/usr.sbin/pppd/pppd.8 1.6.2.1 +257 -22 src/usr.sbin/pppd/pppd.h 1.7.2.1 +595 -150 src/usr.sbin/pppd/sys-bsd.c 1.4.2.1 +64 -36 src/usr.sbin/pppd/upap.c 1.3.2.1 +3 -9 src/usr.sbin/pppd/upap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:42:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14132 for cvs-all-outgoing; Tue, 23 Jun 1998 14:42:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14060; Tue, 23 Jun 1998 14:42:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01783; Tue, 23 Jun 1998 14:41:58 -0700 (PDT) Date: Tue, 23 Jun 1998 14:41:58 -0700 (PDT) Message-Id: <199806232141.OAA01783@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd RELNOTES Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 14:41:58 PDT Modified files: usr.sbin/pppd RELNOTES Log: Forgot to resync the RELNOTES to 2.3.5 Revision Changes Path 1.6 +56 -3 src/usr.sbin/pppd/RELNOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:49:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15687 for cvs-all-outgoing; Tue, 23 Jun 1998 14:49:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15606; Tue, 23 Jun 1998 14:49:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01822; Tue, 23 Jun 1998 14:48:53 -0700 (PDT) Date: Tue, 23 Jun 1998 14:48:53 -0700 (PDT) Message-Id: <199806232148.OAA01822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppstats Makefile pppstats.8 pppstats.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 14:48:53 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pppstats Makefile pppstats.8 pppstats.c Log: Update from ppp 2.2.0 -> 2.3.5, from -current. (actually this is 2.3.3, as in -current. the only 2.3.3 -> 2.3.5 changes were a couple of new #ifdefs for GLIBC on linux) Revision Changes Path 1.3.2.1 +4 -2 src/usr.sbin/pppstats/Makefile 1.3.2.3 +216 -50 src/usr.sbin/pppstats/pppstats.8 1.6.2.1 +382 -258 src/usr.sbin/pppstats/pppstats.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:53:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16415 for cvs-all-outgoing; Tue, 23 Jun 1998 14:53:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16348; Tue, 23 Jun 1998 14:53:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01852; Tue, 23 Jun 1998 14:53:01 -0700 (PDT) Date: Tue, 23 Jun 1998 14:53:01 -0700 (PDT) Message-Id: <199806232153.OAA01852@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/chat - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 14:53:01 PDT src/usr.bin/chat - Imported sources Update of /home/ncvs/src/usr.bin/chat In directory freefall.freebsd.org:/tmp/cvs-serv1843 Log Message: Import chat from pppd 2.3.5 onto vendor branch. Status: Vendor Tag: MACKERRAS Release Tags: ppp_2_3_5 C src/usr.bin/chat/chat.8 C src/usr.bin/chat/chat.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMACKERRAS:yesterday -jMACKERRAS src/usr.bin/chat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 14:59:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17544 for cvs-all-outgoing; Tue, 23 Jun 1998 14:59:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17430; Tue, 23 Jun 1998 14:58:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01896; Tue, 23 Jun 1998 14:58:42 -0700 (PDT) Date: Tue, 23 Jun 1998 14:58:42 -0700 (PDT) Message-Id: <199806232158.OAA01896@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/chat chat.8 chat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 14:58:42 PDT Modified files: usr.bin/chat chat.8 chat.c Log: Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth) Revision Changes Path 1.12 +2 -6 src/usr.bin/chat/chat.8 1.12 +11 -1 src/usr.bin/chat/chat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 15:13:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20175 for cvs-all-outgoing; Tue, 23 Jun 1998 15:13:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20089; Tue, 23 Jun 1998 15:12:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01964; Tue, 23 Jun 1998 15:12:43 -0700 (PDT) Date: Tue, 23 Jun 1998 15:12:43 -0700 (PDT) Message-Id: <199806232212.PAA01964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/chat chat.8 chat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/23 15:12:42 PDT Modified files: (Branch: RELENG_2_2) usr.bin/chat chat.8 chat.c Log: Update chat with changes from ppp 2.2.0 -> 2.3.5 Revision Changes Path 1.4.2.4 +33 -11 src/usr.bin/chat/chat.8 1.4.2.4 +715 -720 src/usr.bin/chat/chat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 15:25:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22041 for cvs-all-outgoing; Tue, 23 Jun 1998 15:25:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22021; Tue, 23 Jun 1998 15:25:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02039; Tue, 23 Jun 1998 15:25:30 -0700 (PDT) Date: Tue, 23 Jun 1998 15:25:30 -0700 (PDT) Message-Id: <199806232225.PAA02039@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ddd Makefile ports/devel/ddd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/23 15:25:30 PDT Modified files: devel/ddd Makefile devel/ddd/files md5 Log: upgrade to version 3.0 Revision Changes Path 1.6 +2 -2 ports/devel/ddd/Makefile 1.5 +1 -1 ports/devel/ddd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 15:42:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24065 for cvs-all-outgoing; Tue, 23 Jun 1998 15:42:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24039; Tue, 23 Jun 1998 15:42:23 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02155; Tue, 23 Jun 1998 15:42:16 -0700 (PDT) Date: Tue, 23 Jun 1998 15:42:16 -0700 (PDT) Message-Id: <199806232242.PAA02155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/security security.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/23 15:42:15 PDT Modified files: data/security security.sgml Log: Fix CERT URLs. Submitted by: yossman Revision Changes Path 1.2 +6 -6 www/data/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 18:15:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19747 for cvs-all-outgoing; Tue, 23 Jun 1998 18:15:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19715; Tue, 23 Jun 1998 18:15:14 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA02748; Tue, 23 Jun 1998 18:15:03 -0700 (PDT) Date: Tue, 23 Jun 1998 18:15:03 -0700 (PDT) Message-Id: <199806240115.SAA02748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/ptex-common Makefile ports/japanese/ptex-common/files md5 ports/japanese/ptex-common/patches patch-aa patch-ab ports/japanese/ptex-common/pkg COMMENT PLIST ports/japanese/ptex-euc Makefile ports/japanese/ptex-euc/files md5 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/23 18:15:02 PDT Modified files: japanese/ptex-common Makefile japanese/ptex-common/files md5 japanese/ptex-common/patches patch-aa patch-ab japanese/ptex-common/pkg COMMENT PLIST japanese/ptex-euc Makefile japanese/ptex-euc/files md5 japanese/ptex-euc/patches patch-aa japanese/ptex-euc/pkg PLIST japanese/ptex-jis Makefile japanese/ptex-jis/files md5 japanese/ptex-jis/patches patch-aa japanese/ptex-jis/pkg PLIST japanese/ptex-sjis Makefile japanese/ptex-sjis/files md5 japanese/ptex-sjis/patches patch-aa japanese/ptex-sjis/pkg PLIST Log: Upgrade, pTeX 2.1.5 -> 2.1.8. Revision Changes Path 1.24 +20 -11 ports/japanese/ptex-common/Makefile 1.7 +3 -3 ports/japanese/ptex-common/files/md5 1.3 +28 -34 ports/japanese/ptex-common/patches/patch-aa 1.3 +20 -19 ports/japanese/ptex-common/patches/patch-ab 1.4 +1 -1 ports/japanese/ptex-common/pkg/COMMENT 1.6 +562 -66 ports/japanese/ptex-common/pkg/PLIST 1.5 +15 -9 ports/japanese/ptex-euc/Makefile 1.2 +3 -2 ports/japanese/ptex-euc/files/md5 1.2 +20 -11 ports/japanese/ptex-euc/patches/patch-aa 1.2 +2 -0 ports/japanese/ptex-euc/pkg/PLIST 1.5 +15 -9 ports/japanese/ptex-jis/Makefile 1.2 +3 -2 ports/japanese/ptex-jis/files/md5 1.2 +20 -11 ports/japanese/ptex-jis/patches/patch-aa 1.2 +2 -0 ports/japanese/ptex-jis/pkg/PLIST 1.5 +15 -9 ports/japanese/ptex-sjis/Makefile 1.2 +3 -2 ports/japanese/ptex-sjis/files/md5 1.2 +20 -11 ports/japanese/ptex-sjis/patches/patch-aa 1.2 +2 -0 ports/japanese/ptex-sjis/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 19:12:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00174 for cvs-all-outgoing; Tue, 23 Jun 1998 19:12:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29968; Tue, 23 Jun 1998 19:11:31 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA02877; Tue, 23 Jun 1998 19:11:18 -0700 (PDT) Date: Tue, 23 Jun 1998 19:11:18 -0700 (PDT) Message-Id: <199806240211.TAA02877@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/23 19:11:17 PDT Modified files: ja/FAQ admin.sgml Log: Changes in the English version(1.4 -> 1.5) are merged. Submitted by: Nishika Revision Changes Path 1.5 +54 -7 doc/ja/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 19:53:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06029 for cvs-all-outgoing; Tue, 23 Jun 1998 19:53:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06015; Tue, 23 Jun 1998 19:53:12 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA03069; Tue, 23 Jun 1998 19:53:03 -0700 (PDT) Date: Tue, 23 Jun 1998 19:53:03 -0700 (PDT) Message-Id: <199806240253.TAA03069@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex-euc Makefile ports/japanese/platex-euc/files md5 ports/japanese/platex-jis Makefile ports/japanese/platex-jis/files md5 ports/japanese/platex-sjis Makefile ports/japanese/platex-sjis/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/23 19:53:03 PDT Modified files: japanese/platex-euc Makefile japanese/platex-euc/files md5 japanese/platex-jis Makefile japanese/platex-jis/files md5 japanese/platex-sjis Makefile japanese/platex-sjis/files md5 Log: Integrate official patches released in past a few months. Revision Changes Path 1.7 +14 -1 ports/japanese/platex-euc/Makefile 1.3 +4 -0 ports/japanese/platex-euc/files/md5 1.7 +16 -2 ports/japanese/platex-jis/Makefile 1.3 +4 -0 ports/japanese/platex-jis/files/md5 1.7 +16 -2 ports/japanese/platex-sjis/Makefile 1.3 +4 -0 ports/japanese/platex-sjis/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 20:39:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14158 for cvs-all-outgoing; Tue, 23 Jun 1998 20:39:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14136; Tue, 23 Jun 1998 20:39:04 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03205; Tue, 23 Jun 1998 20:38:55 -0700 (PDT) Date: Tue, 23 Jun 1998 20:38:55 -0700 (PDT) Message-Id: <199806240338.UAA03205@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/news/trn4 Makefile ports/news/trn4/files md5 ports/news/trn4/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/23 20:38:54 PDT Modified files: news/trn4 Makefile news/trn4/files md5 news/trn4/pkg PLIST Log: Upgrade to 4.0test66. This sat in my working copy for some time; I forgot to commit it. Reminded by: Bill Fenner's distfile report Revision Changes Path 1.17 +4 -4 ports/news/trn4/Makefile 1.4 +1 -1 ports/news/trn4/files/md5 1.4 +1 -0 ports/news/trn4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 22:17:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00489 for cvs-all-outgoing; Tue, 23 Jun 1998 22:17:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00461; Tue, 23 Jun 1998 22:17:44 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03634; Tue, 23 Jun 1998 22:17:31 -0700 (PDT) Date: Tue, 23 Jun 1998 22:17:31 -0700 (PDT) Message-Id: <199806240517.WAA03634@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/wb Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/06/23 22:17:31 PDT Modified files: mbone/wb Makefile Log: Depend on ghostscript5 instead of ghostscript4. PR: ports/5380 Submitted by: luigi@iet.unipi.it Revision Changes Path 1.3 +3 -3 ports/mbone/wb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 22:34:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03197 for cvs-all-outgoing; Tue, 23 Jun 1998 22:34:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03139; Tue, 23 Jun 1998 22:33:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03969; Tue, 23 Jun 1998 22:33:34 -0700 (PDT) Date: Tue, 23 Jun 1998 22:33:34 -0700 (PDT) Message-Id: <199806240533.WAA03969@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/23 22:33:33 PDT Modified files: . modules Log: ups-debug --> ports/devel/ups-debug Revision Changes Path 1.2099 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 22:34:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03431 for cvs-all-outgoing; Tue, 23 Jun 1998 22:34:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03318 for ; Tue, 23 Jun 1998 22:34:39 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.0/8.9.0) with ESMTP id HAA28716 for ; Wed, 24 Jun 1998 07:33:34 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id HAA12634 for ; Wed, 24 Jun 1998 07:34:07 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id HAA16066 for ; Wed, 24 Jun 1998 07:34:23 +0200 (CEST) From: Andre Albsmeier Message-Id: <199806240534.HAA11361@internal> Subject: Please commit this before 2.2.7 comes out To: committers@FreeBSD.ORG Date: Wed, 24 Jun 1998 07:34:17 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi, I sent this mail to -stable but never got a reply. So I try it here because it would be nice to see this thing being commited before 2.2.7 is released... Thanks ---------------------- snip ------------------------------ in kern/6962 are patches for -STABLE that allow to configure the size of the dmesg buffer as a kernel option. I have looked at phk's changes for -current and brought them into -STABLE. They run now here on a couple of machines for 4 weeks without any problems. I have also attached them here below and would be glad, if someone committed them to -STABLE. Thanks, -Andre begin 644 dmesg-patch M*BHJ("]U2`R M,"`Q,CHU.3HR,2`Q.3DX"BTM+2`O=7-R+W-R8R]S8FEN+V1M97-G+V1M97-G M+F,)5V5D($IU;B`Q,"`Q-SHQ-CHQ,R`Q.3DX"BHJ*BHJ*BHJ*BHJ*BHJ*@HJ M*BH@-#4L-C(@*BHJ*@H@(`DB)$ED.B!D;65S9RYC+'8@,2XT+C(N,2`Q.3DW M+S`X+S(V(#$S.C`Y.C`V(&IK:"!%>'`@)"(["B`@(V5N9&EF("\J(&YO="!L M:6YT("HO"B`@"BT@(VEN8VQU9&4@/'-Y7,O;7-G8G5F+F@^"B`@"B`@(VEN8VQU9&4@/&5R"@Q+"`B:W9M7W)E860Z("5S(BP@:W9M7V=E=&5R M"`^/2!C=7(N;7-G7W-I>F4I"B`@"0EC=7(N;7-G7V)U9G@@/2`P.PHK M(`EK=FU?8VQO2!S=&%R="!A M="!T:&4@;VQD97-T(&1A=&$N"B`@"2`J+PHA(`EP(#T@8W5R+FUS9U]B=69C M("L@8W5R+FUS9U]B=69X.PHA(`EE<"`]("AC=7(N;7-G7V)U9G@@/3T@,"`_ M(&-U2!S=&%R="!A="!T:&4@;VQD M97-T(&1A=&$N"B`@"2`J+PHA(`EP(#T@8G`@*R!C=7(N;7-G7V)U9G@["B$@ M"65P(#T@*&-U"`]/2`P(#\@8G`@*R!C=7(N;7-G7W-I>F4@ M.B!P*3L*("`);F5W;"`]('-K:7`@/2`P.PH@(`ED;R!["B$@"0EI9B`H<"`] M/2!B<"`K(&-U7-L;V<@F4@;V8@=&AE(&ME'1E7-?879A:6Q; M<&%?:6YD>%TI('L*("`)"7!H>7-M96T@+3T@871O<"AP:'ES7V%V86EL6W!A M7VEN9'A=("T@<&AY7-?879A:6Q;<&%?:6YD>"TM M72`](#`["BTM+2`Q,S`T+#$S,3`@+2TM+0H@(`D@*B!C86QC=6QA=&EO;BP@ M971C+BDN"B`@"2`J+PH@(`EW:&EL92`H<&AYPH@(`D)<&AY7-?879A:6Q;<&%?:6YD>%T@+2!P:'ES7V%V86EL6W!A7VEN9'@@ M+2`Q72D["B`@"0EP:'ES7V%V86EL6W!A7VEN9'@M+5T@/2`P.PH@(`D)<&AY M7-?879A:6Q;<&%? M:6YD>%TI.PH@(`H@(`DO*B!47-?879A:6Q;<&%?:6YD>%T@+3T@7-?879A M:6Q;<&%?:6YD>%T["B`@"B`@"2\J(&YO=R!R=6YN:6YG(&]N(&YE=R!P86=E M('1A8FQE7,O:3,X-B]I,S@V+W!M87`N8RY/4DD)36]N($IU;"`@-R`Q.3HR-SHR M-B`Q.3DW"BTM+2`O=7-R+W-R8R]S>7,O:3,X-B]I,S@V+W!M87`N8PE7960@ M36%Y(#(P(#$S.C$T.C$S(#$Y.3@**BHJ*BHJ*BHJ*BHJ*BHJ"BHJ*B`W,RPW M."`J*BHJ"BTM+2`W,RPX,"`M+2TM"B`@(V1E9FEN92!034%07TQ/0TL@,0H@ M("-D969I;F4@4$U!4%]05DQ)4U0@,0H@(`HK("-I;F-L=61E(")O<'1?;7-G M8G5F+F@B"BL@"B`@(VEN8VQU9&4@/'-Y7,OPH@(`D);"`](&UB<"T^;7-G7V)U9G@@+2!M8G`M/FUS9U]B=69R M.PH@(`D):68@*&P@/"`P*0HA(`D)"6P@/2!-4T=?0E-)6D4@+2!M8G`M/FUS M9U]B=69R.PH@(`D);"`](&UI;BAL+"!U:6\M/G5I;U]R97-I9"D["B`@"0EI M9B`H;"`]/2`P*0H@(`D)"6)R96%K.PHA(`D)97)R;W(@/2!U:6]M;W9E*"AC M861D"`M(&UB<"T^ M;7-G7V)U9G(["B`@"0EI9B`H;"`\(#`I"B$@"0D);"`](&UB<"T^;7-G7W-I M>F4@+2!M8G`M/FUS9U]B=69R.PH@(`D);"`](&UI;BAL+"!U:6\M/G5I;U]R M97-I9"D["B`@"0EI9B`H;"`]/2`P*0H@(`D)"6)R96%K.PHA(`D)97)R;W(@ M/2!U:6]M;W9E*"AC861D"`M(&US9V)U9G`M/FUS9U]B=69R.PH@(`D)"AS*3L*("`)"6EF("AL(#P@,"D*(2`)"0EL("L](&US9V)U9G`M/FUS9U]S M:7IE.PH@(`D)*BAI;G0@*BED871A(#T@;#L*("`)"6)R96%K.PH@(`HJ*BH@ M+W5S7,O:V5R;B]S=6)R7W!R9BYC M"5=E9"!*=6X@,3`@,37-T;2YH/@HK("-I;F-L=61E M(#QS>7,O:V5R;F5L+F@^"B`@(VEN8VQU9&4@/'-Y2YH/@HJ M*BHJ*BHJ*BHJ*BHJ*BH**BHJ(#PH@(`D);6)P(#T@;7-G8G5F<#L*(2`)"6EF M("AM8G`M/FUS9U]M86=I8R`A/2!-4T=?34%'24,@?'P*(2`)"2`@("!M8G`M M/FUS9U]B=69X(#X]($U31U]"4TE:12!\?`HA(`D)("`@(&UB<"T^;7-G7V)U M9G(@/CT@35-'7T)325I%*2!["B$@"0D)8GIEPH@(`D);6)P(#T@;7-G8G5F<#L*(2`)"6UB<"T^;7-G7W!T MF4I"B`@"0D);6)P+3YM"`](#`["B`@ M"0DO*B!)9B!T:&4@8G5F9F5R(&ES(&9U;&PL(&ME97`@=&AE(&UOF5?="!S M:7IE*0HK('L**R`)8VAAPHK(`D)9&)? M<')I;G1F*")M"P@;7-G8G5F<"T^;7-G7W!T7,O;7-G8G5F+F@N3U))"4UO M;B!!<'(@,C<@,3@Z,S`Z-#`@,3DY.`HM+2T@+W5S#`V,S`V,0H@(`EU;G-I M9VYE9"!I;G0);7-G7VUA9VEC.PH@(`EU;G-I9VYE9"!I;G0);7-G7V)U9G@[ M"0DO*B!W'1E'1EPHA("-D969I;F4)35-'7TU! M1TE#"3!X,#8S,#8R"B`@"75NF4@;V8@8G5F9F5R(&%R96$@ M*B\*("`)=6YS:6=N960@:6YT"6US9U]B=69X.PD)+RH@=W)I=&4@<&]I;G1E M'1E'1EF5?="!S:7IE M*2D["BL@"BL@(VEF("%D969I;F5D*$U31T)51E]325I%*0HK("-D969I;F4) M35-'0E5&7U-)6D4).#$Y,@HK("-E;F1I9@HK(`H@("-E;F1I9@H@(`H@("-E M;F1I9@HJ*BH@+W5S7-L;V=D+F,N M3U))"4UO;B!!<'(@,C<@,3@Z,S`Z,SD@,3DY.`HM+2T@+W5S7-L;V=D+F,)5V5D($UA>2`R,"`Q,SHP-3HU,B`Q M.3DX"BHJ*BHJ*BHJ*BHJ*BHJ*@HJ*BH@.#$L.#<@*BHJ*@H@("-I;F-L=61E M(#QS>7,O7,O=V%I="YH/@H@("-I;F-L M=61E(#QS>7,O#L*("`)"E<;B(L(&YF9',L(')E861F9',I.PH@(`D):68@*')E861F9',@ M)B!K;&]G;2D@>PHA(`D)"6D@/2!R96%D*&9K;&]G+"!L:6YE+"!-05A,24Y% M("T@,2D["B`@"0D):68@*&D@/B`P*2!["B`@"0D)"6QI;F5;:5T@/2`G7#`G 8.PH@(`D)"0EP Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03439 for cvs-all-outgoing; Tue, 23 Jun 1998 22:35:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03361; Tue, 23 Jun 1998 22:34:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03989; Tue, 23 Jun 1998 22:34:34 -0700 (PDT) Date: Tue, 23 Jun 1998 22:34:34 -0700 (PDT) Message-Id: <199806240534.WAA03989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/23 22:34:33 PDT ports/devel/ups-debug - Imported sources Update of /home/ncvs/ports/devel/ups-debug In directory freefall.freebsd.org:/d/users/obrien/new/ups-debug Log Message: Source level C debugger that runs under X11 Status: Vendor Tag: OBRIEN Release Tags: ups_3_32 N ports/devel/ups-debug/Makefile I ports/devel/ups-debug/CVS N ports/devel/ups-debug/files/md5 N ports/devel/ups-debug/patches/patch-01 N ports/devel/ups-debug/patches/DONT.patch-01 N ports/devel/ups-debug/patches/patch-03 N ports/devel/ups-debug/patches/patch-02 N ports/devel/ups-debug/patches/patch-04 N ports/devel/ups-debug/pkg/COMMENT N ports/devel/ups-debug/pkg/DESCR N ports/devel/ups-debug/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 22:36:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03643 for cvs-all-outgoing; Tue, 23 Jun 1998 22:36:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03582; Tue, 23 Jun 1998 22:35:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04033; Tue, 23 Jun 1998 22:35:39 -0700 (PDT) Date: Tue, 23 Jun 1998 22:35:39 -0700 (PDT) Message-Id: <199806240535.WAA04033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug/patches DONT.patch-01 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/23 22:35:38 PDT Removed files: devel/ups-debug/patches DONT.patch-01 Log: extrainous file. BTW, this is port #1508 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 22:37:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03844 for cvs-all-outgoing; Tue, 23 Jun 1998 22:37:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03769; Tue, 23 Jun 1998 22:37:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04088; Tue, 23 Jun 1998 22:36:48 -0700 (PDT) Date: Tue, 23 Jun 1998 22:36:48 -0700 (PDT) Message-Id: <199806240536.WAA04088@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/23 22:36:48 PDT Modified files: devel Makefile Log: share ups-debug Revision Changes Path 1.111 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 22:48:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06028 for cvs-all-outgoing; Tue, 23 Jun 1998 22:48:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05993; Tue, 23 Jun 1998 22:48:45 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04173; Tue, 23 Jun 1998 22:48:32 -0700 (PDT) Date: Tue, 23 Jun 1998 22:48:32 -0700 (PDT) Message-Id: <199806240548.WAA04173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi query-pr.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/06/23 22:48:32 PDT Modified files: data/cgi query-pr.cgi Log: Fix a typo causing the "src/" cvsweb referencer to kick in when it shouldn't. Save a copy of the un-HTML-ified synopsis for use in the mailto: HREF, otherwise you end up with odd things like "%26lt;" instead of "<". Revision Changes Path 1.14 +5 -4 www/data/cgi/query-pr.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:09:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09664 for cvs-all-outgoing; Tue, 23 Jun 1998 23:09:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09630; Tue, 23 Jun 1998 23:09:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04309; Tue, 23 Jun 1998 23:09:20 -0700 (PDT) Date: Tue, 23 Jun 1998 23:09:20 -0700 (PDT) Message-Id: <199806240609.XAA04309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/numpy Makefile ports/math/numpy/files md5 ports/math/numpy/patches patch-ab ports/math/numpy/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/23 23:09:20 PDT Modified files: math/numpy Makefile math/numpy/files md5 math/numpy/pkg DESCR PLIST Removed files: math/numpy/patches patch-ab Log: Upgrade to 1.3. Revision Changes Path 1.8 +8 -5 ports/math/numpy/Makefile 1.3 +1 -1 ports/math/numpy/files/md5 1.2 +1 -4 ports/math/numpy/pkg/DESCR 1.7 +5 -0 ports/math/numpy/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:14:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10538 for cvs-all-outgoing; Tue, 23 Jun 1998 23:14:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10426; Tue, 23 Jun 1998 23:14:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04346; Tue, 23 Jun 1998 23:14:03 -0700 (PDT) Date: Tue, 23 Jun 1998 23:14:03 -0700 (PDT) Message-Id: <199806240614.XAA04346@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall dist.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/23 23:14:02 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall dist.c Log: MFC: Don't pull in compat bits we don't need to. Revision Changes Path 1.73.2.45 +3 -5 src/release/sysinstall/dist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:17:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11094 for cvs-all-outgoing; Tue, 23 Jun 1998 23:17:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10975; Tue, 23 Jun 1998 23:16:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04383; Tue, 23 Jun 1998 23:16:34 -0700 (PDT) Date: Tue, 23 Jun 1998 23:16:34 -0700 (PDT) Message-Id: <199806240616.XAA04383@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/23 23:16:33 PDT Modified files: usr.sbin/config mkmakefile.c Log: MF22: more explanatory message from config on version mismatch detection. Revision Changes Path 1.31 +5 -2 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:19:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11655 for cvs-all-outgoing; Tue, 23 Jun 1998 23:19:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11576; Tue, 23 Jun 1998 23:19:10 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04459; Tue, 23 Jun 1998 23:18:59 -0700 (PDT) Date: Tue, 23 Jun 1998 23:18:59 -0700 (PDT) Message-Id: <199806240618.XAA04459@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/pygist Makefile ports/math/pygist/files md5 ports/math/pygist/patches patch-ab patch-ac patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/23 23:18:59 PDT Modified files: math/pygist Makefile math/pygist/files md5 math/pygist/patches patch-ab Removed files: math/pygist/patches patch-ac patch-ad Log: Upgrade to 1.5. Revision Changes Path 1.3 +5 -6 ports/math/pygist/Makefile 1.2 +1 -1 ports/math/pygist/files/md5 1.2 +3 -8 ports/math/pygist/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:25:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13010 for cvs-all-outgoing; Tue, 23 Jun 1998 23:25:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gjp.erols.com (root@alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12938 for ; Tue, 23 Jun 1998 23:24:57 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id CAA25629; Wed, 24 Jun 1998 02:24:32 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Andreas Klemm cc: "Jordan K. Hubbard" , committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Release schedule for 2.2.7 In-reply-to: Your message of "Tue, 23 Jun 1998 19:24:50 +0200." <19980623192450.A1458@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jun 1998 02:24:32 -0400 Message-ID: <25625.898669472@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Andreas Klemm wrote in message ID <19980623192450.A1458@klemm.gtn.com>: > On Tue, Jun 23, 1998 at 02:14:03AM -0700, Jordan K. Hubbard wrote: > > o Security folks > > > > Check your CERT advisories and whatnot against the state of -stable > > today. Sometimes things are missed. > > daily security check script needs some additions... So where is your PR? :) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:28:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13666 for cvs-all-outgoing; Tue, 23 Jun 1998 23:28:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gjp.erols.com (root@alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13571 for ; Tue, 23 Jun 1998 23:28:06 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id CAA25690; Wed, 24 Jun 1998 02:27:44 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: dima@best.net cc: committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Release schedule for 2.2.7 In-reply-to: Your message of "Tue, 23 Jun 1998 11:05:33 PDT." <199806231805.LAA22354@burka.rdy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jun 1998 02:27:43 -0400 Message-ID: <25686.898669663@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dima Ruban wrote in message ID <199806231805.LAA22354@burka.rdy.com>: > Also, sendmail needs to be updated in both -current and -stable. > And I'd love to see bind8 in -stable too (we already have it in -current). Sendmail 8.9 cannot be used because of licencensing issues that sendmail.com is currently addressing. If 8.9.1 isn't out by the end of next month I'll ask Eric about it. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:48:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17245 for cvs-all-outgoing; Tue, 23 Jun 1998 23:48:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17169; Tue, 23 Jun 1998 23:47:54 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id XAA10118; Tue, 23 Jun 1998 23:48:14 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: "Gary Palmer" cc: dima@best.net, committers@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 In-reply-to: Your message of "Wed, 24 Jun 1998 02:27:43 EDT." <25686.898669663@gjp.erols.com> Date: Tue, 23 Jun 1998 23:48:14 -0700 Message-ID: <10114.898670894@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Sendmail 8.9 cannot be used because of licencensing issues that sendmail.com > is currently addressing. If 8.9.1 isn't out by the end of next month I'll > ask Eric about it. Actually, this is all clarified now and I have an agreement in my hands from Eric, ratified at Usenix, which allows us more than adequate redistribution terms. It's certainly everything one could reasonably expect from a group which is also trying to be self-supporting now and both the wording and the spirit of this agreement allow FreeBSD and its secondary customers to basically continue business as usual WRT 8.9.x. Even for the embedded customers, it's no worse than GPL'd - they have to distribute the sendmail sources or make them available on demand. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:52:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17919 for cvs-all-outgoing; Tue, 23 Jun 1998 23:52:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from burka.rdy.com (dima@burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17825; Tue, 23 Jun 1998 23:52:12 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id XAA26420; Tue, 23 Jun 1998 23:52:08 -0700 (PDT) Message-Id: <199806240652.XAA26420@burka.rdy.com> Subject: Re: Release schedule for 2.2.7 In-Reply-To: <10114.898670894@time.cdrom.com> from "Jordan K. Hubbard" at "Jun 23, 1998 11:48:14 pm" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 23 Jun 1998 23:52:08 -0700 (PDT) Cc: gpalmer@FreeBSD.ORG, dima@best.net, committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jordan K. Hubbard writes: > > Sendmail 8.9 cannot be used because of licencensing issues that sendmail.com > > is currently addressing. If 8.9.1 isn't out by the end of next month I'll > > ask Eric about it. > > Actually, this is all clarified now and I have an agreement in my > hands from Eric, ratified at Usenix, which allows us more than > adequate redistribution terms. It's certainly everything one could > reasonably expect from a group which is also trying to be > self-supporting now and both the wording and the spirit of this > agreement allow FreeBSD and its secondary customers to basically > continue business as usual WRT 8.9.x. Even for the embedded > customers, it's no worse than GPL'd - they have to distribute the > sendmail sources or make them available on demand. Does it mean that we _will_ have sendmail 8.9.0 in 2.2.7? > > - Jordan > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:56:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18303 for cvs-all-outgoing; Tue, 23 Jun 1998 23:56:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18255; Tue, 23 Jun 1998 23:55:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04651; Tue, 23 Jun 1998 23:55:20 -0700 (PDT) Date: Tue, 23 Jun 1998 23:55:20 -0700 (PDT) Message-Id: <199806240655.XAA04651@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/23 23:55:20 PDT Modified files: release Makefile Log: Clean the crunchgen targets after creating the crunch binary. This *should* avoid the -DRELEASE_CRUNCH polution that's mis-building user-ppp. Revision Changes Path 1.357 +3 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:57:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18546 for cvs-all-outgoing; Tue, 23 Jun 1998 23:57:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18494; Tue, 23 Jun 1998 23:57:10 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id XAA10223; Tue, 23 Jun 1998 23:57:29 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: dima@best.net cc: gpalmer@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 In-reply-to: Your message of "Tue, 23 Jun 1998 23:52:08 PDT." <199806240652.XAA26420@burka.rdy.com> Date: Tue, 23 Jun 1998 23:57:29 -0700 Message-ID: <10220.898671449@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Does it mean that we _will_ have sendmail 8.9.0 in 2.2.7? I don't know - that's more of a technical issue than it is a licensing one at the moment. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 23 23:58:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18775 for cvs-all-outgoing; Tue, 23 Jun 1998 23:58:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18705; Tue, 23 Jun 1998 23:58:13 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04696; Tue, 23 Jun 1998 23:58:02 -0700 (PDT) Date: Tue, 23 Jun 1998 23:58:02 -0700 (PDT) Message-Id: <199806240658.XAA04696@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias alias_cuseeme.c Makefile alias.c alias_local.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/23 23:58:01 PDT Modified files: lib/libalias Makefile alias.c alias_local.h Added files: lib/libalias alias_cuseeme.c Log: Add CUSEEME support. This has *not* been tested, nor could I find anyone to test it, so please report any problems to me. Revision Changes Path 1.7 +2 -2 src/lib/libalias/Makefile 1.8 +7 -0 src/lib/libalias/alias.c 1.6 +2 -0 src/lib/libalias/alias_local.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 00:31:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24971 for cvs-all-outgoing; Wed, 24 Jun 1998 00:31:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24902; Wed, 24 Jun 1998 00:31:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA05634; Wed, 24 Jun 1998 00:31:10 -0700 (PDT) Date: Wed, 24 Jun 1998 00:31:10 -0700 (PDT) Message-Id: <199806240731.AAA05634@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug Makefile ports/devel/ups-debug/patches patch-05 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/24 00:31:09 PDT Modified files: devel/ups-debug Makefile Added files: devel/ups-debug/patches patch-05 Log: make this build a little better. Revision Changes Path 1.2 +2 -2 ports/devel/ups-debug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 00:44:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27220 for cvs-all-outgoing; Wed, 24 Jun 1998 00:44:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27184; Wed, 24 Jun 1998 00:43:53 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06175; Wed, 24 Jun 1998 00:43:41 -0700 (PDT) Date: Wed, 24 Jun 1998 00:43:41 -0700 (PDT) Message-Id: <199806240743.AAA06175@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vat/patches patch-ah Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 00:43:41 PDT Added files: mbone/vat/patches patch-ah Log: This patch contains an update to the audio-voxware.cc module in vat to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 00:46:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27769 for cvs-all-outgoing; Wed, 24 Jun 1998 00:46:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27675; Wed, 24 Jun 1998 00:46:32 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id QAA23655; Wed, 24 Jun 1998 16:46:24 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id QAA21656; Wed, 24 Jun 1998 16:46:24 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.5Wpl3-SMTP) with ESMTP id QAA23837; Wed, 24 Jun 1998 16:39:23 +0900 (JST) To: jkh@time.cdrom.com Cc: gpalmer@FreeBSD.ORG, dima@best.net, committers@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: Release schedule for 2.2.7 From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 23 Jun 1998 23:48:14 -0700" <10114.898670894@time.cdrom.com> References: <10114.898670894@time.cdrom.com> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980624163922Y.masafumi@aslm.rim.or.jp> Date: Wed, 24 Jun 1998 16:39:22 +0900 X-Dispatcher: imput version 971024 Lines: 23 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Sounds like it's a good time to contrib'fy sendmail? Cheers, Max >>>>> "jkh" == Jordan K Hubbard writes: >> Sendmail 8.9 cannot be used because of licencensing issues that >> sendmail.com is currently addressing. If 8.9.1 isn't out by the >> end of next month I'll ask Eric about it. jkh> Actually, this is all clarified now and I have an agreement jkh> in my hands from Eric, ratified at Usenix, which allows us jkh> more than adequate redistribution terms. It's certainly jkh> everything one could reasonably expect from a group which is jkh> also trying to be self-supporting now and both the wording jkh> and the spirit of this agreement allow FreeBSD and its jkh> secondary customers to basically continue business as usual jkh> WRT 8.9.x. Even for the embedded customers, it's no worse jkh> than GPL'd - they have to distribute the sendmail sources or jkh> make them available on demand. jkh> - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 00:55:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29397 for cvs-all-outgoing; Wed, 24 Jun 1998 00:55:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29308; Wed, 24 Jun 1998 00:54:52 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06694; Wed, 24 Jun 1998 00:54:41 -0700 (PDT) Date: Wed, 24 Jun 1998 00:54:41 -0700 (PDT) Message-Id: <199806240754.AAA06694@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vic/patches patch-al patch-am patch-an Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 00:54:40 PDT Added files: mbone/vic/patches patch-al patch-am patch-an Log: These patches implement the following features in vic: * an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 01:45:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09575 for cvs-all-outgoing; Wed, 24 Jun 1998 01:45:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09551; Wed, 24 Jun 1998 01:45:34 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07443; Wed, 24 Jun 1998 01:45:23 -0700 (PDT) Date: Wed, 24 Jun 1998 01:45:23 -0700 (PDT) Message-Id: <199806240845.BAA07443@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 01:45:23 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf LINT Log: Don't enable vcfs by default - it prevents LINT from building. Revision Changes Path 1.286.2.55 +5 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 02:00:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11904 for cvs-all-outgoing; Wed, 24 Jun 1998 02:00:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11885; Wed, 24 Jun 1998 01:59:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07516; Wed, 24 Jun 1998 01:59:37 -0700 (PDT) Date: Wed, 24 Jun 1998 01:59:37 -0700 (PDT) Message-Id: <199806240859.BAA07516@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_fddisubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 01:59:37 PDT Modified files: (Branch: RELENG_2_2) sys/net if_fddisubr.c Log: Make this build again - at_ifawithnet() takes only one arg. Revision Changes Path 1.9.2.5 +2 -4 src/sys/net/if_fddisubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 02:22:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15570 for cvs-all-outgoing; Wed, 24 Jun 1998 02:22:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15492; Wed, 24 Jun 1998 02:22:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07695; Wed, 24 Jun 1998 02:21:55 -0700 (PDT) Date: Wed, 24 Jun 1998 02:21:55 -0700 (PDT) Message-Id: <199806240921.CAA07695@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa if_fea.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 02:21:55 PDT Modified files: (Branch: RELENG_2_2) sys/i386/eisa if_fea.c Log: irqs are now passed in as linked list. Update this code accordingly. Found by: LINT Revision Changes Path 1.2.2.1 +6 -2 src/sys/i386/eisa/if_fea.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 02:25:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15839 for cvs-all-outgoing; Wed, 24 Jun 1998 02:25:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15708; Wed, 24 Jun 1998 02:23:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07723; Wed, 24 Jun 1998 02:23:36 -0700 (PDT) Date: Wed, 24 Jun 1998 02:23:36 -0700 (PDT) Message-Id: <199806240923.CAA07723@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/24 02:23:36 PDT Modified files: sys/i386/isa sio.c Log: Avoid some panics in sio_unload which gets called with various dirt if the attach of a modem card failed. Revision Changes Path 1.208 +9 -1 src/sys/i386/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 03:22:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25544 for cvs-all-outgoing; Wed, 24 Jun 1998 03:22:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25412; Wed, 24 Jun 1998 03:21:58 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08105; Wed, 24 Jun 1998 03:21:41 -0700 (PDT) Date: Wed, 24 Jun 1998 03:21:41 -0700 (PDT) Message-Id: <199806241021.DAA08105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1998/06/24 03:21:41 PDT Modified files: sys/i386/isa syscons.c Log: Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENT ioctl. These fields don't have valid values for this ioctl. PR: kern/6928 Submitted by: Bill Fenner Revision Changes Path 1.264 +2 -5 src/sys/i386/isa/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 03:52:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01618 for cvs-all-outgoing; Wed, 24 Jun 1998 03:52:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01606; Wed, 24 Jun 1998 03:52:27 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08316; Wed, 24 Jun 1998 03:52:16 -0700 (PDT) Date: Wed, 24 Jun 1998 03:52:16 -0700 (PDT) Message-Id: <199806241052.DAA08316@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/wmx - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/24 03:52:15 PDT ports/x11/wmx - Imported sources Update of /home/ncvs/ports/x11/wmx In directory freefall.freebsd.org:/tmp/cvs-serv8304 Log Message: New port, wmx: Extended version of wm2 - A simple window manager for X PR: 5566 Submitted by: Stefan `Sec` Zehl Status: Vendor Tag: zehl Release Tags: WMX_4 N ports/x11/wmx/Makefile N ports/x11/wmx/files/md5 N ports/x11/wmx/patches/patch-aa N ports/x11/wmx/patches/patch-ab N ports/x11/wmx/patches/patch-ac N ports/x11/wmx/patches/patch-ad N ports/x11/wmx/pkg/COMMENT N ports/x11/wmx/pkg/DESCR N ports/x11/wmx/pkg/PLIST N ports/x11/wmx/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 03:54:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01784 for cvs-all-outgoing; Wed, 24 Jun 1998 03:54:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01729; Wed, 24 Jun 1998 03:54:04 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08353; Wed, 24 Jun 1998 03:53:51 -0700 (PDT) Date: Wed, 24 Jun 1998 03:53:51 -0700 (PDT) Message-Id: <199806241053.DAA08353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/24 03:53:50 PDT Modified files: . modules Log: wmx --> ports/x11/wmx Revision Changes Path 1.2100 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 03:55:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01899 for cvs-all-outgoing; Wed, 24 Jun 1998 03:55:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01820; Wed, 24 Jun 1998 03:54:46 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08384; Wed, 24 Jun 1998 03:54:33 -0700 (PDT) Date: Wed, 24 Jun 1998 03:54:33 -0700 (PDT) Message-Id: <199806241054.DAA08384@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/24 03:54:32 PDT Modified files: x11 Makefile Log: Activate wmx. Revision Changes Path 1.213 +2 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 04:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05576 for cvs-all-outgoing; Wed, 24 Jun 1998 04:09:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05435; Wed, 24 Jun 1998 04:08:44 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08542; Wed, 24 Jun 1998 04:08:31 -0700 (PDT) Date: Wed, 24 Jun 1998 04:08:31 -0700 (PDT) Message-Id: <199806241108.EAA08542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/24 04:08:31 PDT Modified files: handbook submitters.sgml Log: Add Stefan `Sec` Zehl to additional contributor list for the wmx port. Revision Changes Path 1.204 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 05:25:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20975 for cvs-all-outgoing; Wed, 24 Jun 1998 05:25:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20963; Wed, 24 Jun 1998 05:25:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09157; Wed, 24 Jun 1998 05:24:57 -0700 (PDT) Date: Wed, 24 Jun 1998 05:24:57 -0700 (PDT) Message-Id: <199806241224.FAA09157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/security programmers.sgml programmers.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/24 05:24:56 PDT Added files: data/security programmers.sgml Removed files: data/security programmers.html Log: cvs typo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 05:46:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24877 for cvs-all-outgoing; Wed, 24 Jun 1998 05:46:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24808; Wed, 24 Jun 1998 05:46:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10196; Wed, 24 Jun 1998 05:46:10 -0700 (PDT) Date: Wed, 24 Jun 1998 05:46:10 -0700 (PDT) Message-Id: <199806241246.FAA10196@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data site.map Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/24 05:46:09 PDT Modified files: data site.map Log: Add Gallery Update security item Revision Changes Path 1.4 +3 -2 www/data/site.map To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 05:51:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25750 for cvs-all-outgoing; Wed, 24 Jun 1998 05:51:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25640; Wed, 24 Jun 1998 05:50:32 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10315; Wed, 24 Jun 1998 05:50:18 -0700 (PDT) Date: Wed, 24 Jun 1998 05:50:18 -0700 (PDT) Message-Id: <199806241250.FAA10315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data site.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/24 05:50:18 PDT Modified files: data site.pl Log: Delete leading and ending space in description field. Revision Changes Path 1.2 +3 -1 www/data/site.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 05:57:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27223 for cvs-all-outgoing; Wed, 24 Jun 1998 05:57:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27212; Wed, 24 Jun 1998 05:57:51 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10425; Wed, 24 Jun 1998 05:57:39 -0700 (PDT) Date: Wed, 24 Jun 1998 05:57:39 -0700 (PDT) Message-Id: <199806241257.FAA10425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data about.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/24 05:57:39 PDT Modified files: data about.sgml Log: Add chapter Page Design Revision Changes Path 1.10 +9 -2 www/data/about.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 06:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03462 for cvs-all-outgoing; Wed, 24 Jun 1998 06:31:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03376; Wed, 24 Jun 1998 06:30:42 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA11033; Wed, 24 Jun 1998 06:30:28 -0700 (PDT) Date: Wed, 24 Jun 1998 06:30:28 -0700 (PDT) Message-Id: <199806241330.GAA11033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 rtentry.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/24 06:30:27 PDT Modified files: share/man/man9 rtentry.9 Log: Insert a missing newline. Revision Changes Path 1.8 +3 -2 src/share/man/man9/rtentry.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 06:38:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04690 for cvs-all-outgoing; Wed, 24 Jun 1998 06:38:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04601; Wed, 24 Jun 1998 06:37:41 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA13266; Wed, 24 Jun 1998 06:37:26 -0700 (PDT) Date: Wed, 24 Jun 1998 06:37:26 -0700 (PDT) Message-Id: <199806241337.GAA13266@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/24 06:37:25 PDT Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/i386/isa/syscons.c revision 1.208. Revision Changes Path 1.62 +9 -1 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 06:38:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04776 for cvs-all-outgoing; Wed, 24 Jun 1998 06:38:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04677; Wed, 24 Jun 1998 06:38:08 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA14638; Wed, 24 Jun 1998 06:37:52 -0700 (PDT) Date: Wed, 24 Jun 1998 06:37:52 -0700 (PDT) Message-Id: <199806241337.GAA14638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/24 06:37:51 PDT Modified files: sys/pc98/pc98 syscons.c Log: Sync with sys/i386/isa/syscons.c revision 1.264. Revision Changes Path 1.89 +2 -5 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 06:41:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05415 for cvs-all-outgoing; Wed, 24 Jun 1998 06:41:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA05289; Wed, 24 Jun 1998 06:41:16 -0700 (PDT) (envelope-from nsj@FreeBSD.org) From: Nate Johnson Received: (from nsj@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA26926; Wed, 24 Jun 1998 06:41:02 -0700 (PDT) Date: Wed, 24 Jun 1998 06:41:02 -0700 (PDT) Message-Id: <199806241341.GAA26926@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1998/06/24 06:41:02 PDT Modified files: data newsflash.sgml Log: Added an entry for the FreeBSD Desktop Contest. Revision Changes Path 1.82 +12 -2 www/data/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 06:56:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08278 for cvs-all-outgoing; Wed, 24 Jun 1998 06:56:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08230; Wed, 24 Jun 1998 06:55:46 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA08978; Wed, 24 Jun 1998 06:55:34 -0700 (PDT) Date: Wed, 24 Jun 1998 06:55:34 -0700 (PDT) Message-Id: <199806241355.GAA08978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/06/24 06:55:33 PDT Modified files: sys/i386/conf Makefile.i386 Log: Fix race condition for creation of vnode_if.c and vnode_if.h. Exact problem pointed out by: Cyrus Rahman Revision Changes Path 1.115 +7 -5 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 07:51:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16315 for cvs-all-outgoing; Wed, 24 Jun 1998 07:51:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16288; Wed, 24 Jun 1998 07:51:36 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10583; Wed, 24 Jun 1998 07:51:23 -0700 (PDT) Date: Wed, 24 Jun 1998 07:51:23 -0700 (PDT) Message-Id: <199806241451.HAA10583@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/chinese/tin Makefile ports/chinese/tin/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 07:51:23 PDT Modified files: chinese/tin Makefile chinese/tin/files md5 Log: Upgrade to 980618. Revision Changes Path 1.11 +4 -4 ports/chinese/tin/Makefile 1.8 +1 -1 ports/chinese/tin/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 07:53:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16611 for cvs-all-outgoing; Wed, 24 Jun 1998 07:53:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16559; Wed, 24 Jun 1998 07:53:20 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10688; Wed, 24 Jun 1998 07:53:06 -0700 (PDT) Date: Wed, 24 Jun 1998 07:53:06 -0700 (PDT) Message-Id: <199806241453.HAA10688@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/chinese/ted Makefile ports/chinese/ted/files md5 ports/chinese/ted/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 07:53:06 PDT Modified files: chinese/ted Makefile chinese/ted/files md5 chinese/ted/patches patch-aa Log: Upgrade to 4.2h. Revision Changes Path 1.14 +4 -4 ports/chinese/ted/Makefile 1.10 +1 -1 ports/chinese/ted/files/md5 1.8 +6 -4 ports/chinese/ted/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:05:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18265 for cvs-all-outgoing; Wed, 24 Jun 1998 08:05:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18251; Wed, 24 Jun 1998 08:05:26 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11149; Wed, 24 Jun 1998 08:05:14 -0700 (PDT) Date: Wed, 24 Jun 1998 08:05:14 -0700 (PDT) Message-Id: <199806241505.IAA11149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi search.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/24 08:05:13 PDT Modified files: data/cgi search.cgi Log: Add a 'return to search page' link. The link is for users which does not come from the search page, e.g. from an other simpler menu. Revision Changes Path 1.12 +4 -1 www/data/cgi/search.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:31:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22953 for cvs-all-outgoing; Wed, 24 Jun 1998 08:31:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22931; Wed, 24 Jun 1998 08:31:17 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA12191; Wed, 24 Jun 1998 08:31:04 -0700 (PDT) Date: Wed, 24 Jun 1998 08:31:04 -0700 (PDT) Message-Id: <199806241531.IAA12191@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/24 08:31:03 PDT Modified files: . modules Log: mp3info --> ports/audio/mp3info Revision Changes Path 1.2101 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:34:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23444 for cvs-all-outgoing; Wed, 24 Jun 1998 08:34:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23432; Wed, 24 Jun 1998 08:34:25 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA12336; Wed, 24 Jun 1998 08:34:13 -0700 (PDT) Date: Wed, 24 Jun 1998 08:34:13 -0700 (PDT) Message-Id: <199806241534.IAA12336@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/24 08:34:12 PDT Modified files: audio Makefile Log: Activate mp3info. Revision Changes Path 1.45 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:35:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23522 for cvs-all-outgoing; Wed, 24 Jun 1998 08:35:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23481; Wed, 24 Jun 1998 08:34:50 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA12375; Wed, 24 Jun 1998 08:34:37 -0700 (PDT) Date: Wed, 24 Jun 1998 08:34:37 -0700 (PDT) Message-Id: <199806241534.IAA12375@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/mp3info - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/24 08:34:37 PDT ports/audio/mp3info - Imported sources Update of /home/ncvs/ports/audio/mp3info In directory freefall.freebsd.org:/d/users/mph/mp3info-0.2.15 Log Message: Import of mp3info, which reveals information like bitrate and playing time for mp3 files. PR: 7008 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ZAKHVATOV Release Tags: mp3info_0_2_15 N ports/audio/mp3info/Makefile I ports/audio/mp3info/CVS N ports/audio/mp3info/files/md5 N ports/audio/mp3info/pkg/COMMENT N ports/audio/mp3info/pkg/DESCR N ports/audio/mp3info/pkg/PLIST N ports/audio/mp3info/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26572 for cvs-all-outgoing; Wed, 24 Jun 1998 08:54:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26467; Wed, 24 Jun 1998 08:53:33 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA13040; Wed, 24 Jun 1998 08:53:14 -0700 (PDT) Date: Wed, 24 Jun 1998 08:53:14 -0700 (PDT) Message-Id: <199806241553.IAA13040@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/p5-Devel-Peek Makefile ports/devel/p5-Devel-Peek/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 08:53:14 PDT Modified files: devel/p5-Devel-Peek Makefile devel/p5-Devel-Peek/files md5 Log: Upgrade to 0.9. Revision Changes Path 1.6 +4 -4 ports/devel/p5-Devel-Peek/Makefile 1.5 +1 -1 ports/devel/p5-Devel-Peek/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:57:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27180 for cvs-all-outgoing; Wed, 24 Jun 1998 08:57:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27069; Wed, 24 Jun 1998 08:56:38 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA13232; Wed, 24 Jun 1998 08:56:18 -0700 (PDT) Date: Wed, 24 Jun 1998 08:56:18 -0700 (PDT) Message-Id: <199806241556.IAA13232@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/p5-HTML-Parser Makefile ports/www/p5-HTML-Parser/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 08:56:18 PDT Modified files: www/p5-HTML-Parser Makefile www/p5-HTML-Parser/files md5 Log: Upgrade to 2.18. Revision Changes Path 1.3 +4 -4 ports/www/p5-HTML-Parser/Makefile 1.3 +1 -1 ports/www/p5-HTML-Parser/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 08:59:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27668 for cvs-all-outgoing; Wed, 24 Jun 1998 08:59:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27588; Wed, 24 Jun 1998 08:59:23 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA13350; Wed, 24 Jun 1998 08:59:08 -0700 (PDT) Date: Wed, 24 Jun 1998 08:59:08 -0700 (PDT) Message-Id: <199806241559.IAA13350@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile ports/mail/p5-MIME-Tools/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 08:59:08 PDT Modified files: mail/p5-MIME-Tools Makefile mail/p5-MIME-Tools/files md5 Log: Upgrade to 4.121. Revision Changes Path 1.3 +4 -4 ports/mail/p5-MIME-Tools/Makefile 1.3 +1 -1 ports/mail/p5-MIME-Tools/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 09:01:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28139 for cvs-all-outgoing; Wed, 24 Jun 1998 09:01:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27949; Wed, 24 Jun 1998 09:00:54 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13483; Wed, 24 Jun 1998 09:00:36 -0700 (PDT) Date: Wed, 24 Jun 1998 09:00:36 -0700 (PDT) Message-Id: <199806241600.JAA13483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/p5-Storable Makefile ports/devel/p5-Storable/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 09:00:36 PDT Modified files: devel/p5-Storable Makefile devel/p5-Storable/files md5 Log: Upgrade to 0.6.2. Revision Changes Path 1.8 +5 -4 ports/devel/p5-Storable/Makefile 1.7 +1 -1 ports/devel/p5-Storable/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 09:10:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00252 for cvs-all-outgoing; Wed, 24 Jun 1998 09:10:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00161; Wed, 24 Jun 1998 09:10:00 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13799; Wed, 24 Jun 1998 09:09:44 -0700 (PDT) Date: Wed, 24 Jun 1998 09:09:44 -0700 (PDT) Message-Id: <199806241609.JAA13799@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 09:09:43 PDT Modified files: . modules Log: fnlib --> ports/graphics/fnlib Revision Changes Path 1.2102 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 09:15:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01522 for cvs-all-outgoing; Wed, 24 Jun 1998 09:15:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01485; Wed, 24 Jun 1998 09:15:33 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13973; Wed, 24 Jun 1998 09:15:13 -0700 (PDT) Date: Wed, 24 Jun 1998 09:15:13 -0700 (PDT) Message-Id: <199806241615.JAA13973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/fnlib - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 09:15:13 PDT ports/graphics/fnlib - Imported sources Update of /home/ncvs/ports/graphics/fnlib In directory freefall.freebsd.org:/d/users/vanilla/work/fnlib Log Message: Font library, it required by Enlightenment 0.14. PR: ports/7036 Submitted by: Brett Taylor Status: Vendor Tag: BRETT Release Tags: fnlib_0_2 N ports/graphics/fnlib/Makefile I ports/graphics/fnlib/CVS N ports/graphics/fnlib/files/md5 N ports/graphics/fnlib/patches/patch-aa N ports/graphics/fnlib/patches/patch-ab N ports/graphics/fnlib/patches/patch-ac N ports/graphics/fnlib/pkg/COMMENT N ports/graphics/fnlib/pkg/DESCR N ports/graphics/fnlib/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 09:21:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02851 for cvs-all-outgoing; Wed, 24 Jun 1998 09:21:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02721; Wed, 24 Jun 1998 09:20:10 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14272; Wed, 24 Jun 1998 09:19:56 -0700 (PDT) Date: Wed, 24 Jun 1998 09:19:56 -0700 (PDT) Message-Id: <199806241619.JAA14272@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 09:19:56 PDT Modified files: graphics Makefile Log: Activate fnlib. Revision Changes Path 1.81 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 09:22:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03058 for cvs-all-outgoing; Wed, 24 Jun 1998 09:22:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02943; Wed, 24 Jun 1998 09:21:23 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA11994; Wed, 24 Jun 1998 10:21:14 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA00862; Wed, 24 Jun 1998 10:21:12 -0600 Date: Wed, 24 Jun 1998 10:21:12 -0600 Message-Id: <199806241621.KAA00862@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Jordan K. Hubbard" Cc: "Gary Palmer" , dima@best.net, committers@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 In-Reply-To: <10114.898670894@time.cdrom.com> References: <25686.898669663@gjp.erols.com> <10114.898670894@time.cdrom.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Sendmail 8.9 cannot be used because of licencensing issues that >> sendmail.com is currently addressing. If 8.9.1 isn't out by the end >> of next month I'll ask Eric about it. ... > continue business as usual WRT 8.9.x. Even for the embedded > customers, it's no worse than GPL'd - they have to distribute the > sendmail sources or make them available on demand. So, does that mean sendmail gets moved to GNU then? If it's licensing scheme has changed to be GNU-like, then it should be moved IMO to avoid screwing any customer who might not be aware of the different licensing scheme. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 09:59:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10667 for cvs-all-outgoing; Wed, 24 Jun 1998 09:59:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10590; Wed, 24 Jun 1998 09:58:58 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16180; Wed, 24 Jun 1998 09:58:41 -0700 (PDT) Date: Wed, 24 Jun 1998 09:58:41 -0700 (PDT) Message-Id: <199806241658.JAA16180@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/gifs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/24 09:58:40 PDT Modified files: data/gifs Makefile Log: Add forgotten lynx.gif Revision Changes Path 1.13 +3 -1 www/data/gifs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 11:03:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23901 for cvs-all-outgoing; Wed, 24 Jun 1998 11:03:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23676; Wed, 24 Jun 1998 11:01:42 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19091; Wed, 24 Jun 1998 11:01:19 -0700 (PDT) Date: Wed, 24 Jun 1998 11:01:19 -0700 (PDT) Message-Id: <199806241801.LAA19091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/rumba Makefile ports/net/rumba/files md5 ports/net/rumba/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/24 11:01:18 PDT Modified files: net/rumba Makefile net/rumba/files md5 net/rumba/pkg PLIST Log: Upgrade to 0.6a. Revision Changes Path 1.4 +7 -7 ports/net/rumba/Makefile 1.3 +1 -1 ports/net/rumba/files/md5 1.2 +2 -1 ports/net/rumba/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 11:24:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28698 for cvs-all-outgoing; Wed, 24 Jun 1998 11:24:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28395; Wed, 24 Jun 1998 11:23:13 -0700 (PDT) (envelope-from marcs@znep.com) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.7/8.8.7) with UUCP id MAA06628; Wed, 24 Jun 1998 12:23:06 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id LAA17937; Wed, 24 Jun 1998 11:18:34 -0700 (PDT) Date: Wed, 24 Jun 1998 11:18:33 -0700 (PDT) From: Marc Slemko To: "Andrey A. Chernov" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13 Makefile In-Reply-To: <199806091950.MAA00545@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 9 Jun 1998, Andrey A. Chernov wrote: > ache 1998/06/09 12:50:04 PDT > > Modified files: > www/apache13 Makefile > Log: > Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html > Add --disable-rule=STATUS and -DBUFFERED_LOGS > > Revision Changes Path > 1.54 +3 -2 ports/www/apache13/Makefile NO! This is _NOT_ appropriate for a general purpose port. Status should, of anything, be fully enabled because of its use to the client and very minimal overhead for 99% of servers. BUFFERED_LOGS should _NOT_ be set by default because it causes great confusion when users can't see hits in their logfile. The savings it generates are not relevant for the typical server, and should only be done by those people who wish to. We have already had one PR from a confused FreeBSD user about why Apache 1.3 was acting strangely when logging. -- Marc Slemko | Apache Group member marcs@znep.com | marc@apache.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 12:34:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12368 for cvs-all-outgoing; Wed, 24 Jun 1998 12:34:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12295; Wed, 24 Jun 1998 12:34:01 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA22102; Wed, 24 Jun 1998 12:33:39 -0700 (PDT) Date: Wed, 24 Jun 1998 12:33:39 -0700 (PDT) Message-Id: <199806241933.MAA22102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile bundle.c chat.c datalink.c descriptor.h main.c modem.c mp.c prompt.c server.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/24 12:33:38 PDT Modified files: usr.sbin/ppp Makefile bundle.c chat.c datalink.c descriptor.h main.c modem.c mp.c prompt.c server.c Log: o If we come out of select() with only write descriptors that end up writing zero bytes, sleep for 1/10 of a second so that we don't end up using up too much cpu. This should only ever happen on systems that wrongly report a descriptor as writable despite the tty buffer being full. Discussed with: Jeff Evarts o Do an initial run-time check to see if select() alters the passed timeval. This knowledge isn't yet used, but will be soon. Revision Changes Path 1.42 +3 -3 src/usr.sbin/ppp/Makefile 1.23 +6 -3 src/usr.sbin/ppp/bundle.c 1.49 +6 -2 src/usr.sbin/ppp/chat.c 1.12 +7 -4 src/usr.sbin/ppp/datalink.c 1.4 +2 -2 src/usr.sbin/ppp/descriptor.h 1.136 +28 -6 src/usr.sbin/ppp/main.c 1.93 +10 -5 src/usr.sbin/ppp/modem.c 1.11 +3 -2 src/usr.sbin/ppp/mp.c 1.8 +3 -2 src/usr.sbin/ppp/prompt.c 1.21 +3 -2 src/usr.sbin/ppp/server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 12:37:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12842 for cvs-all-outgoing; Wed, 24 Jun 1998 12:37:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12767; Wed, 24 Jun 1998 12:36:56 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA22646; Wed, 24 Jun 1998 12:36:39 -0700 (PDT) Date: Wed, 24 Jun 1998 12:36:39 -0700 (PDT) Message-Id: <199806241936.MAA22646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp probe.c probe.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/24 12:36:38 PDT Added files: usr.sbin/ppp probe.c probe.h Log: Oops - forgot these with the last commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 12:54:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15518 for cvs-all-outgoing; Wed, 24 Jun 1998 12:54:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15414; Wed, 24 Jun 1998 12:54:02 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23850; Wed, 24 Jun 1998 12:53:46 -0700 (PDT) Date: Wed, 24 Jun 1998 12:53:46 -0700 (PDT) Message-Id: <199806241953.MAA23850@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile ports/lang/idl4 Makefile ports/lang/idl4/files idl_setup idldemo md5 os_recognition.patch ports/lang/idl4/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/06/24 12:53:46 PDT Modified files: lang Makefile Removed files: lang/idl4 Makefile lang/idl4/files idl_setup idldemo md5 os_recognition.patch lang/idl4/pkg COMMENT DESCR PLIST Log: Remove idl4, as RSI are no longer distributing it. Revision Changes Path 1.102 +1 -2 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 12:55:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15592 for cvs-all-outgoing; Wed, 24 Jun 1998 12:55:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15501; Wed, 24 Jun 1998 12:54:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23873; Wed, 24 Jun 1998 12:54:06 -0700 (PDT) Date: Wed, 24 Jun 1998 12:54:06 -0700 (PDT) Message-Id: <199806241954.MAA23873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache13 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/24 12:54:05 PDT Modified files: www/apache13 Makefile Log: Make performance tuning conditionaly depends on APACHE_PERF_TUNING variable. Add more optimization there. Revision Changes Path 1.58 +16 -6 ports/www/apache13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 12:57:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16009 for cvs-all-outgoing; Wed, 24 Jun 1998 12:57:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from lsd.relcom.eu.net (ache@lsd.relcom.eu.net [193.125.27.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15957; Wed, 24 Jun 1998 12:57:11 -0700 (PDT) (envelope-from ache@lsd.relcom.eu.net) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.8/8.8.8) id XAA02629; Wed, 24 Jun 1998 23:56:33 +0400 (MSD) (envelope-from ache) Message-ID: <19980624235632.A267@nagual.pp.ru> Date: Wed, 24 Jun 1998 23:56:32 +0400 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Marc Slemko Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13 Makefile Mail-Followup-To: Marc Slemko , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG References: <199806091950.MAA00545@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from marcs@znep.com on Wed, Jun 24, 1998 at 11:18:33AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jun 24, 1998 at 11:18:33AM -0700, Marc Slemko wrote: > Status should, of anything, be fully enabled because of its use to the > client and very minimal overhead for 99% of servers. BUFFERED_LOGS should > _NOT_ be set by default because it causes great confusion when users can't > see hits in their logfile. The savings it generates are not relevant for > the typical server, and should only be done by those people who wish to. Well, I just made them optional under APACHE_PERF_TUNING build-time variable -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 13:23:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20297 for cvs-all-outgoing; Wed, 24 Jun 1998 13:23:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20222; Wed, 24 Jun 1998 13:22:58 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA09893; Wed, 24 Jun 1998 22:15:11 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id VAA07833; Wed, 24 Jun 1998 21:41:20 +0200 (CEST) (envelope-from andreas) Message-ID: <19980624214120.A7176@klemm.gtn.com> Date: Wed, 24 Jun 1998 21:41:20 +0200 From: Andreas Klemm To: Marc Slemko , "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13 Makefile References: <199806091950.MAA00545@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Marc Slemko on Wed, Jun 24, 1998 at 11:18:33AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jun 24, 1998 at 11:18:33AM -0700, Marc Slemko wrote: > On Tue, 9 Jun 1998, Andrey A. Chernov wrote: > > Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html > > Add --disable-rule=STATUS and -DBUFFERED_LOGS > > > > Revision Changes Path > > 1.54 +3 -2 ports/www/apache13/Makefile > > Status should, of anything, be fully enabled because of its use to the > client and very minimal overhead for 99% of servers. BUFFERED_LOGS should > _NOT_ be set by default because it causes great confusion when users can't > see hits in their logfile. The savings it generates are not relevant for > the typical server, and should only be done by those people who wish to. > > We have already had one PR from a confused FreeBSD user about why Apache > 1.3 was acting strangely when logging. Could it be a good compromise, to document this in the port ??? Descrition file would be suitable for this ... Another solution: make it a build option ... # make BUFFERED_LOGS=yes and in ports Makefile .if $BUFFERED_LOGS @echo "bla ... warning, this causes ..." CFLAGS+=... .endif -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 13:52:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25849 for cvs-all-outgoing; Wed, 24 Jun 1998 13:52:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25754; Wed, 24 Jun 1998 13:51:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25390; Wed, 24 Jun 1998 13:51:13 -0700 (PDT) Date: Wed, 24 Jun 1998 13:51:13 -0700 (PDT) Message-Id: <199806242051.NAA25390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys queue.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/24 13:51:12 PDT Modified files: sys/sys queue.h Log: When some functions were added to sys/queue.h (1.15, 1.16), the queue diagram (in comment, showing member functions) update were slipped. PR: 7048 Submitted by: SAWADA Mizuki Revision Changes Path 1.22 +5 -5 src/sys/sys/queue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 15:02:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11099 for cvs-all-outgoing; Wed, 24 Jun 1998 15:02:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10951; Wed, 24 Jun 1998 15:01:59 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27424; Wed, 24 Jun 1998 15:01:35 -0700 (PDT) Date: Wed, 24 Jun 1998 15:01:35 -0700 (PDT) Message-Id: <199806242201.PAA27424@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/06/24 15:01:35 PDT Modified files: sys/i386/conf LINT Log: Oops, add ppc to the 'tty' imask. Revision Changes Path 1.439 +2 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 15:10:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12625 for cvs-all-outgoing; Wed, 24 Jun 1998 15:10:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12463; Wed, 24 Jun 1998 15:09:51 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id PAA21588; Wed, 24 Jun 1998 15:10:03 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Nate Williams cc: "Gary Palmer" , dima@best.net, committers@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 In-reply-to: Your message of "Wed, 24 Jun 1998 10:21:12 MDT." <199806241621.KAA00862@mt.sri.com> Date: Wed, 24 Jun 1998 15:10:02 -0700 Message-ID: <21584.898726202@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > So, does that mean sendmail gets moved to GNU then? If it's licensing No. GNU-like is only a convenient term. It's not GNUish enough to be GNU by far. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 16:52:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00190 for cvs-all-outgoing; Wed, 24 Jun 1998 16:52:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29833; Wed, 24 Jun 1998 16:50:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA29767; Wed, 24 Jun 1998 16:50:22 -0700 (PDT) Date: Wed, 24 Jun 1998 16:50:22 -0700 (PDT) Message-Id: <199806242350.QAA29767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/24 16:50:22 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Reviewed by: guido@mouse.gvr.org Submitted by: Archie@whistle.com redo the last patch to allow differentiated kernel logging in a much better way. Revision Changes Path 1.34 +18 -25 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:05:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02990 for cvs-all-outgoing; Wed, 24 Jun 1998 17:05:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02870; Wed, 24 Jun 1998 17:04:39 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA00219; Wed, 24 Jun 1998 17:04:22 -0700 (PDT) Date: Wed, 24 Jun 1998 17:04:22 -0700 (PDT) Message-Id: <199806250004.RAA00219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_join.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/24 17:04:21 PDT Modified files: lib/libc_r/uthread uthread_join.c Log: Add the missing {} that caused the function to return ESRCH if it had to wait for the thread to exit and if the caller didn't want the thread exit status. Revision Changes Path 1.6 +2 -1 src/lib/libc_r/uthread/uthread_join.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:47:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08886 for cvs-all-outgoing; Wed, 24 Jun 1998 17:47:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08811; Wed, 24 Jun 1998 17:46:18 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01352; Wed, 24 Jun 1998 17:46:01 -0700 (PDT) Date: Wed, 24 Jun 1998 17:46:01 -0700 (PDT) Message-Id: <199806250046.RAA01352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/dmesg dmesg.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 17:46:00 PDT Modified files: (Branch: RELENG_2_2) sbin/dmesg dmesg.c Log: MFC: make boot message buffer size configurable. PR: 6962 Revision Changes Path 1.4.2.2 +14 -12 src/sbin/dmesg/dmesg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:47:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08928 for cvs-all-outgoing; Wed, 24 Jun 1998 17:47:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08843; Wed, 24 Jun 1998 17:46:38 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01389; Wed, 24 Jun 1998 17:46:18 -0700 (PDT) Date: Wed, 24 Jun 1998 17:46:18 -0700 (PDT) Message-Id: <199806250046.RAA01389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 17:46:18 PDT Modified files: (Branch: RELENG_2_2) sys/conf options Log: MFC: make boot message buffer size configurable. PR: 6962 Revision Changes Path 1.18.2.13 +6 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:47:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09012 for cvs-all-outgoing; Wed, 24 Jun 1998 17:47:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08924; Wed, 24 Jun 1998 17:47:10 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01453; Wed, 24 Jun 1998 17:46:51 -0700 (PDT) Date: Wed, 24 Jun 1998 17:46:51 -0700 (PDT) Message-Id: <199806250046.RAA01453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c pmap.c src/sys/i386/include vmparam.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 17:46:51 PDT Modified files: (Branch: RELENG_2_2) sys/i386/i386 machdep.c pmap.c sys/i386/include vmparam.h Log: MFC: make boot message buffer size configurable. PR: 6962 Revision Changes Path 1.209.2.24 +6 -6 src/sys/i386/i386/machdep.c 1.128.2.7 +4 -2 src/sys/i386/i386/pmap.c 1.21.2.3 +3 -3 src/sys/i386/include/vmparam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:48:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09104 for cvs-all-outgoing; Wed, 24 Jun 1998 17:48:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08996; Wed, 24 Jun 1998 17:47:35 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01501; Wed, 24 Jun 1998 17:47:17 -0700 (PDT) Date: Wed, 24 Jun 1998 17:47:17 -0700 (PDT) Message-Id: <199806250047.RAA01501@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_log.c subr_prf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 17:47:17 PDT Modified files: (Branch: RELENG_2_2) sys/kern subr_log.c subr_prf.c Log: MFC: make boot message buffer size configurable. PR: 6962 Revision Changes Path 1.18.2.1 +6 -6 src/sys/kern/subr_log.c 1.39.2.1 +48 -11 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:48:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09139 for cvs-all-outgoing; Wed, 24 Jun 1998 17:48:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09034; Wed, 24 Jun 1998 17:47:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01540; Wed, 24 Jun 1998 17:47:28 -0700 (PDT) Date: Wed, 24 Jun 1998 17:47:28 -0700 (PDT) Message-Id: <199806250047.RAA01540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys msgbuf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 17:47:28 PDT Modified files: (Branch: RELENG_2_2) sys/sys msgbuf.h Log: MFC: make boot message buffer size configurable. PR: 6962 Revision Changes Path 1.6.4.2 +11 -4 src/sys/sys/msgbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 17:48:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09212 for cvs-all-outgoing; Wed, 24 Jun 1998 17:48:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09097; Wed, 24 Jun 1998 17:48:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01612; Wed, 24 Jun 1998 17:47:51 -0700 (PDT) Date: Wed, 24 Jun 1998 17:47:51 -0700 (PDT) Message-Id: <199806250047.RAA01612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/24 17:47:50 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/syslogd syslogd.c Log: MFC: make boot message buffer size configurable. PR: 6962 Revision Changes Path 1.12.2.12 +3 -4 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 18:58:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20392 for cvs-all-outgoing; Wed, 24 Jun 1998 18:58:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.dyn.ml.org (garbanzo@seoul-215.ppp.hooked.net [206.169.228.215]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20297 for ; Wed, 24 Jun 1998 18:57:10 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.8) with SMTP id SAA14912 for ; Wed, 24 Jun 1998 18:57:55 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 24 Jun 1998 18:57:53 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: cvs-all@FreeBSD.ORG Subject: Re: Release schedule for 2.2.7 In-Reply-To: <21584.898726202@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 24 Jun 1998, Jordan K. Hubbard wrote: > > So, does that mean sendmail gets moved to GNU then? If it's licensing > > No. GNU-like is only a convenient term. It's not GNUish enough > to be GNU by far. Speaking of GNU, is there a chance of including a KDE 1.0 port on the CDs? - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 20:13:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01629 for cvs-all-outgoing; Wed, 24 Jun 1998 20:13:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01608; Wed, 24 Jun 1998 20:13:33 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA05743; Wed, 24 Jun 1998 20:13:17 -0700 (PDT) Date: Wed, 24 Jun 1998 20:13:17 -0700 (PDT) Message-Id: <199806250313.UAA05743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/gd Makefile ports/graphics/gd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/24 20:13:16 PDT Modified files: graphics/gd Makefile graphics/gd/files md5 Log: 1. The distfile changed but without bump version number. 2. Add another MASTER_SITE. Noticed by: phk Revision Changes Path 1.5 +3 -2 ports/graphics/gd/Makefile 1.3 +1 -1 ports/graphics/gd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 21:28:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12893 for cvs-all-outgoing; Wed, 24 Jun 1998 21:28:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12775; Wed, 24 Jun 1998 21:28:15 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA07664; Wed, 24 Jun 1998 21:27:58 -0700 (PDT) Date: Wed, 24 Jun 1998 21:27:58 -0700 (PDT) Message-Id: <199806250427.VAA07664@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/24 21:27:57 PDT Modified files: share/man/man5 rc.conf.5 Log: Mention `kern_securelevel' variables in manual page. Reminded-by: max Revision Changes Path 1.21 +15 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 23:35:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03991 for cvs-all-outgoing; Wed, 24 Jun 1998 23:35:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03981; Wed, 24 Jun 1998 23:35:03 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13527; Wed, 24 Jun 1998 23:34:44 -0700 (PDT) Date: Wed, 24 Jun 1998 23:34:44 -0700 (PDT) Message-Id: <199806250634.XAA13527@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/rng - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/24 23:34:44 PDT ports/math/rng - Imported sources Update of /home/ncvs/ports/math/rng In directory freefall.freebsd.org:/tmp/cvs-serv13355 Log Message: New port rng, a random number generator module for python. Status: Vendor Tag: TG Release Tags: rng_1_0 N ports/math/rng/Makefile N ports/math/rng/files/md5 N ports/math/rng/patches/patch-aa N ports/math/rng/pkg/COMMENT N ports/math/rng/pkg/DESCR N ports/math/rng/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 23:35:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04063 for cvs-all-outgoing; Wed, 24 Jun 1998 23:35:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04046; Wed, 24 Jun 1998 23:35:39 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13678; Wed, 24 Jun 1998 23:35:21 -0700 (PDT) Date: Wed, 24 Jun 1998 23:35:21 -0700 (PDT) Message-Id: <199806250635.XAA13678@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/24 23:35:21 PDT Modified files: release Makefile Log: Fix syntax error from last commit Revision Changes Path 1.358 +5 -4 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 23:36:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04276 for cvs-all-outgoing; Wed, 24 Jun 1998 23:36:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04214; Wed, 24 Jun 1998 23:36:29 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13934; Wed, 24 Jun 1998 23:36:11 -0700 (PDT) Date: Wed, 24 Jun 1998 23:36:11 -0700 (PDT) Message-Id: <199806250636.XAA13934@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/24 23:36:11 PDT Modified files: . modules Log: rng --> ports/math/rng Revision Changes Path 1.2103 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 23:38:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04687 for cvs-all-outgoing; Wed, 24 Jun 1998 23:38:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04681; Wed, 24 Jun 1998 23:38:47 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14326; Wed, 24 Jun 1998 23:38:30 -0700 (PDT) Date: Wed, 24 Jun 1998 23:38:30 -0700 (PDT) Message-Id: <199806250638.XAA14326@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/24 23:38:29 PDT Modified files: math Makefile Log: Activate rng. Revision Changes Path 1.45 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 24 23:44:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05536 for cvs-all-outgoing; Wed, 24 Jun 1998 23:44:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05499; Wed, 24 Jun 1998 23:43:47 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA15462; Wed, 24 Jun 1998 23:43:29 -0700 (PDT) Date: Wed, 24 Jun 1998 23:43:29 -0700 (PDT) Message-Id: <199806250643.XAA15462@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/python Makefile ports/math/numpy Makefile ports/math/pygist Makefile ports/x11/pygtk Makefile ports/devel/SWIG Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/24 23:43:29 PDT Modified files: lang/python Makefile math/numpy Makefile math/pygist Makefile x11/pygtk Makefile devel/SWIG Makefile Log: Add virtual category "python". pygist: add dependency on rng. Revision Changes Path 1.35 +2 -2 ports/lang/python/Makefile 1.9 +2 -2 ports/math/numpy/Makefile 1.4 +6 -4 ports/math/pygist/Makefile 1.3 +2 -2 ports/x11/pygtk/Makefile 1.12 +2 -2 ports/devel/SWIG/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 00:04:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09189 for cvs-all-outgoing; Thu, 25 Jun 1998 00:04:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09181; Thu, 25 Jun 1998 00:04:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17100; Thu, 25 Jun 1998 00:04:27 -0700 (PDT) Date: Thu, 25 Jun 1998 00:04:27 -0700 (PDT) Message-Id: <199806250704.AAA17100@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/imlib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/25 00:04:27 PDT Modified files: graphics/imlib/pkg PLIST Log: Add @exec & @unexec on pkg/PLIST. Revision Changes Path 1.11 +2 -0 ports/graphics/imlib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 00:08:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09788 for cvs-all-outgoing; Thu, 25 Jun 1998 00:08:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09647; Thu, 25 Jun 1998 00:07:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17287; Thu, 25 Jun 1998 00:07:25 -0700 (PDT) Date: Thu, 25 Jun 1998 00:07:25 -0700 (PDT) Message-Id: <199806250707.AAA17287@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/jbigkit Makefile ports/graphics/jbigkit/files md5 ports/graphics/jbigkit/patches patch-ac patch-aa patch-ab ports/graphics/jbigkit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/25 00:07:24 PDT Modified files: graphics/jbigkit Makefile graphics/jbigkit/files md5 graphics/jbigkit/patches patch-aa patch-ab graphics/jbigkit/pkg PLIST Added files: graphics/jbigkit/patches patch-ac Log: Upgrade to 1.0. PR: ports/7015 Submitted by: Mikhail Teterin Revision Changes Path 1.4 +4 -9 ports/graphics/jbigkit/Makefile 1.2 +1 -1 ports/graphics/jbigkit/files/md5 1.2 +35 -4 ports/graphics/jbigkit/patches/patch-aa 1.2 +12 -11 ports/graphics/jbigkit/patches/patch-ab 1.3 +3 -3 ports/graphics/jbigkit/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 01:04:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16338 for cvs-all-outgoing; Thu, 25 Jun 1998 01:04:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16309; Thu, 25 Jun 1998 01:03:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA05591; Thu, 25 Jun 1998 01:03:26 -0700 (PDT) Date: Thu, 25 Jun 1998 01:03:26 -0700 (PDT) Message-Id: <199806250803.BAA05591@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/25 01:03:25 PDT Modified files: . modules Log: ishido --> ports/games/ishido Revision Changes Path 1.2104 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 01:05:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16580 for cvs-all-outgoing; Thu, 25 Jun 1998 01:05:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16475; Thu, 25 Jun 1998 01:04:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06266; Thu, 25 Jun 1998 01:04:13 -0700 (PDT) Date: Thu, 25 Jun 1998 01:04:13 -0700 (PDT) Message-Id: <199806250804.BAA06266@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/ishido - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/25 01:04:12 PDT ports/games/ishido - Imported sources Update of /home/ncvs/ports/games/ishido In directory freefall.freebsd.org:/d/users/obrien/new/ishido Log Message: A tile game which challenges you to place tiles of six colors and six shapes onto a 12x8 grid. Submitted by: samorodi@nuxi.com Status: Vendor Tag: SAMORODIN Release Tags: ishido_1_1 N ports/games/ishido/Makefile I ports/games/ishido/CVS N ports/games/ishido/pkg/PLIST N ports/games/ishido/pkg/COMMENT N ports/games/ishido/pkg/DESCR N ports/games/ishido/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 01:06:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16759 for cvs-all-outgoing; Thu, 25 Jun 1998 01:06:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16683; Thu, 25 Jun 1998 01:05:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07040; Thu, 25 Jun 1998 01:05:28 -0700 (PDT) Date: Thu, 25 Jun 1998 01:05:28 -0700 (PDT) Message-Id: <199806250805.BAA07040@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/25 01:05:27 PDT Modified files: games Makefile Log: Steve said to share this with the world. Revision Changes Path 1.146 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 01:09:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17428 for cvs-all-outgoing; Thu, 25 Jun 1998 01:09:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17398; Thu, 25 Jun 1998 01:08:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08402; Thu, 25 Jun 1998 01:08:39 -0700 (PDT) Date: Thu, 25 Jun 1998 01:08:39 -0700 (PDT) Message-Id: <199806250808.BAA08402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/25 01:08:38 PDT Modified files: handbook submitters.sgml Log: Add Steven Samorodin for this ishido port. Revision Changes Path 1.205 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 02:03:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25832 for cvs-all-outgoing; Thu, 25 Jun 1998 02:03:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25827; Thu, 25 Jun 1998 02:03:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18353; Thu, 25 Jun 1998 02:02:55 -0700 (PDT) Date: Thu, 25 Jun 1998 02:02:55 -0700 (PDT) Message-Id: <199806250902.CAA18353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG Subject: cvs commit: src/lkm/if_ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/25 02:02:55 PDT Modified files: (Branch: RELENG_2_2) lkm/if_ppp Makefile Log: Whoops. :-( Update the if_ppp build glue to deal with 2.3.5 from -current. (All my systems have lkm's disabled for safety, I ususally forget them.) Revision Changes Path 1.4.2.1 +42 -6 src/lkm/if_ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 02:22:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29193 for cvs-all-outgoing; Thu, 25 Jun 1998 02:22:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29185; Thu, 25 Jun 1998 02:22:18 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA19211; Thu, 25 Jun 1998 02:22:00 -0700 (PDT) Date: Thu, 25 Jun 1998 02:22:00 -0700 (PDT) Message-Id: <199806250922.CAA19211@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data index.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/25 02:21:59 PDT Modified files: data index.html Log: Delete www7.freebsd.org www6.freebsd.org is now USA/Oregon Delete freefall.freebsd.org, freefall is identical to www Revision Changes Path 1.46 +4 -6 www/data/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 03:50:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10734 for cvs-all-outgoing; Thu, 25 Jun 1998 03:50:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10726; Thu, 25 Jun 1998 03:50:11 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21541; Thu, 25 Jun 1998 03:49:53 -0700 (PDT) Date: Thu, 25 Jun 1998 03:49:53 -0700 (PDT) Message-Id: <199806251049.DAA21541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/25 03:49:52 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.115. Revision Changes Path 1.33 +7 -5 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 04:28:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18657 for cvs-all-outgoing; Thu, 25 Jun 1998 04:28:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18642; Thu, 25 Jun 1998 04:28:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22705; Thu, 25 Jun 1998 04:28:10 -0700 (PDT) Date: Thu, 25 Jun 1998 04:28:10 -0700 (PDT) Message-Id: <199806251128.EAA22705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wcd.c src/sys/kern kern_conf.c kern_lkm.c src/sys/sys conf.h src/sys/vm vm_swap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/25 04:28:09 PDT Modified files: sys/i386/isa wcd.c sys/kern kern_conf.c kern_lkm.c sys/sys conf.h sys/vm vm_swap.c Log: Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). Extend cdevsw to be superset of bdevsw. Remove non-functional bdev lkm support. Teach wcd what the open() args mean. Revision Changes Path 1.55 +27 -53 src/sys/i386/isa/wcd.c 1.25 +7 -2 src/sys/kern/kern_conf.c 1.50 +1 -18 src/sys/kern/kern_lkm.c 1.42 +6 -2 src/sys/sys/conf.h 1.54 +9 -13 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 05:34:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27960 for cvs-all-outgoing; Thu, 25 Jun 1998 05:34:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27950; Thu, 25 Jun 1998 05:34:47 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25357; Thu, 25 Jun 1998 05:34:28 -0700 (PDT) Date: Thu, 25 Jun 1998 05:34:28 -0700 (PDT) Message-Id: <199806251234.FAA25357@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/wml Makefile ports/www/wml/files md5 ports/www/wml/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1998/06/25 05:34:27 PDT Modified files: www/wml Makefile www/wml/files md5 www/wml/pkg PLIST Log: Upgrade to Website META Language, Version 1.6.6 Revision Changes Path 1.21 +3 -3 ports/www/wml/Makefile 1.20 +1 -1 ports/www/wml/files/md5 1.13 +8 -0 ports/www/wml/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 06:27:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08582 for cvs-all-outgoing; Thu, 25 Jun 1998 06:27:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA08521; Thu, 25 Jun 1998 06:26:57 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ypC35-0002HL-00; Thu, 25 Jun 1998 07:26:47 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id HAA26300; Thu, 25 Jun 1998 07:26:33 -0600 (MDT) Message-Id: <199806251326.HAA26300@harmony.village.org> To: Thomas Gellekum Subject: Re: cvs commit: ports/lang/python Makefile ports/math/numpy Makefile ports/math/pygist Makefile ports/x11/pygtk Makefile ports/devel/SWIG Makefile Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: Your message of "Wed, 24 Jun 1998 23:43:29 PDT." <199806250643.XAA15462@freefall.freebsd.org> References: <199806250643.XAA15462@freefall.freebsd.org> Date: Thu, 25 Jun 1998 07:26:33 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199806250643.XAA15462@freefall.freebsd.org> Thomas Gellekum writes: : Add virtual category "python". I noticed that NetBSD's pkgsrc stuff uses py-foo for all python stuff. Is there any reason that we shouldn't do something similar? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 07:07:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12589 for cvs-all-outgoing; Thu, 25 Jun 1998 07:07:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12576; Thu, 25 Jun 1998 07:07:19 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25371; Thu, 25 Jun 1998 07:07:00 -0700 (PDT) Date: Thu, 25 Jun 1998 07:07:00 -0700 (PDT) Message-Id: <199806251407.HAA25371@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/asl Makefile ports/devel/asl/files Makefile.def md5 ports/devel/asl/patches patch-aa patch-ab ports/devel/asl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/25 07:07:00 PDT Modified files: devel/asl Makefile devel/asl/files Makefile.def md5 devel/asl/patches patch-ab devel/asl/pkg PLIST Added files: devel/asl/patches patch-aa Log: Upgrade to 1.41r7. Revision Changes Path 1.3 +8 -4 ports/devel/asl/Makefile 1.2 +2 -0 ports/devel/asl/files/Makefile.def 1.3 +1 -1 ports/devel/asl/files/md5 1.4 +9 -11 ports/devel/asl/patches/patch-ab 1.3 +13 -2 ports/devel/asl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 09:55:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09484 for cvs-all-outgoing; Thu, 25 Jun 1998 09:55:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09465; Thu, 25 Jun 1998 09:55:04 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03390; Thu, 25 Jun 1998 09:54:43 -0700 (PDT) Date: Thu, 25 Jun 1998 09:54:43 -0700 (PDT) Message-Id: <199806251654.JAA03390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/25 09:54:42 PDT Modified files: sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/procfs procfs_vnops.c Log: Remove "not hungly" panics. Cookies now used by the linux and ibcs2 emulators. The emulators assume that filesystem may just ignore cookies, and handle this case correctly. So we just ignore cookies. Also sync *_readdir "prototypes" with reality. Revision Changes Path 1.34 +3 -10 src/sys/miscfs/kernfs/kernfs_vnops.c 1.60 +3 -10 src/sys/miscfs/procfs/procfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 10:29:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17173 for cvs-all-outgoing; Thu, 25 Jun 1998 10:29:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17117; Thu, 25 Jun 1998 10:29:40 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA13047; Thu, 25 Jun 1998 10:10:03 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd013026; Thu Jun 25 17:09:57 1998 Date: Thu, 25 Jun 1998 10:09:52 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa wcd.c src/sys/kern kern_conf.c kern_lkm.c src/sys/sys conf.h src/sys/vm vm_swap.c In-Reply-To: <199806251128.EAA22705@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hmmmm I should send you my patchces.. I have removed all the bdevsw in all device drivers that were generating the cdevsw from the bdevsw, and reversed bdevsw_add_generic to be cdevsw_add_generic which et teh mioment produces a bdevsw entry from the cdevsw table rather than the other way around.. This may seem like a waste of time as it means I need to go through again for a second time to actually remove vestiges of the bdevsw when I get further down the track but It looks like were duplicating work here. Poul, look at: no_rawread+cdevsw.diff in my home directory on freefall julian On Thu, 25 Jun 1998, Poul-Henning Kamp wrote: > phk 1998/06/25 04:28:09 PDT > > Modified files: > sys/i386/isa wcd.c > sys/kern kern_conf.c kern_lkm.c > sys/sys conf.h > sys/vm vm_swap.c > Log: > Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). > Extend cdevsw to be superset of bdevsw. > Remove non-functional bdev lkm support. > Teach wcd what the open() args mean. > > Revision Changes Path > 1.55 +27 -53 src/sys/i386/isa/wcd.c > 1.25 +7 -2 src/sys/kern/kern_conf.c > 1.50 +1 -18 src/sys/kern/kern_lkm.c > 1.42 +6 -2 src/sys/sys/conf.h > 1.54 +9 -13 src/sys/vm/vm_swap.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 11:04:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23359 for cvs-all-outgoing; Thu, 25 Jun 1998 11:04:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23331; Thu, 25 Jun 1998 11:04:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05289; Thu, 25 Jun 1998 11:03:51 -0700 (PDT) Date: Thu, 25 Jun 1998 11:03:51 -0700 (PDT) Message-Id: <199806251803.LAA05289@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ncurses Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 11:03:50 PDT Modified files: devel/ncurses Makefile Log: Tell it not to use gnat, apparently our version confuses it. Unmark it broken. Submitted by: kuriyama Revision Changes Path 1.4 +2 -3 ports/devel/ncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 11:09:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24294 for cvs-all-outgoing; Thu, 25 Jun 1998 11:09:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24208; Thu, 25 Jun 1998 11:09:14 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA15588; Thu, 25 Jun 1998 11:03:03 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd015580; Thu Jun 25 18:02:57 1998 Date: Thu, 25 Jun 1998 11:02:52 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa wcd.c src/sys/kern kern_conf.c kern_lkm.c src/sys/sys conf.h src/sys/vm vm_swap.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 25 Jun 1998, Julian Elischer wrote: > hmmmm I should send you my patchces.. > I have removed all the bdevsw in all device drivers that were generating > the cdevsw from the bdevsw, > and reversed bdevsw_add_generic to be cdevsw_add_generic > which at the moment produces a bdevsw entry from the cdevsw table > rather than the other way around.. > > This may seem like a waste of time as it means I need to go through > again for a second time to actually remove vestiges of the bdevsw when I > get further down the track but It looks like we're duplicating work > here. > > > Poul, look at: > no_rawread+cdevsw.diff in my home directory on freefall > Poul: I have updated this to incorporate these changes of yours. result of this patch: No drivers contain filled out bdevsw entries, only cdevsw. all drivers have their own read/write routine as rawread/rawwrite have been removed. This becomes important later when you try remove dev_t. Oops, ignore the patches to devfs, I didn't mean to include them. they are not yet functional. they will bypass the devsw tables entirely when I remove the deliberate mistakes. :-) I have not yet initialised the dump and psize entries in wd, sd, etc. I do not include patches I have been working on to make all users of bdevs look at the cdevs yet. that works with devfs as the major Anumbers can become the same. but it's not generally applicable without it. (I gather you will be 'bouncing' bdevs through the bdevsw to the cdevsw entry to start with?) > > julian > > On Thu, 25 Jun 1998, Poul-Henning Kamp wrote: > > > phk 1998/06/25 04:28:09 PDT > > > > Modified files: > > sys/i386/isa wcd.c > > sys/kern kern_conf.c kern_lkm.c > > sys/sys conf.h > > sys/vm vm_swap.c > > Log: > > Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). > > Extend cdevsw to be superset of bdevsw. > > Remove non-functional bdev lkm support. > > Teach wcd what the open() args mean. > > > > Revision Changes Path > > 1.55 +27 -53 src/sys/i386/isa/wcd.c > > 1.25 +7 -2 src/sys/kern/kern_conf.c > > 1.50 +1 -18 src/sys/kern/kern_lkm.c > > 1.42 +6 -2 src/sys/sys/conf.h > > 1.54 +9 -13 src/sys/vm/vm_swap.c > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 11:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02540 for cvs-all-outgoing; Thu, 25 Jun 1998 11:51:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02388; Thu, 25 Jun 1998 11:50:34 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06787; Thu, 25 Jun 1998 11:50:10 -0700 (PDT) Date: Thu, 25 Jun 1998 11:50:10 -0700 (PDT) Message-Id: <199806251850.LAA06787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/db/btree bt_page.c bt_split.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/06/25 11:50:09 PDT Modified files: lib/libc/db/btree bt_page.c bt_split.c Log: Fix btree problems. This passes regressions tests. PR: 7009 Obtained from: http://www.sleepycat.com/update/patch.185.html, patches 1.2, 1.3 and 1.4 Revision Changes Path 1.2 +15 -8 src/lib/libc/db/btree/bt_page.c 1.2 +30 -27 src/lib/libc/db/btree/bt_split.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 12:41:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12565 for cvs-all-outgoing; Thu, 25 Jun 1998 12:41:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12372; Thu, 25 Jun 1998 12:39:47 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08230; Thu, 25 Jun 1998 12:39:21 -0700 (PDT) Date: Thu, 25 Jun 1998 12:39:21 -0700 (PDT) Message-Id: <199806251939.MAA08230@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/06/25 12:39:20 PDT Modified files: usr.sbin/syslogd syslogd.8 syslogd.c Log: Implement new argument -l (OpenBSD has -a but we already use that). This allows one to specify additional sockets in the unix domain that syslogd listens to. Its primary use is to create log sockets in chroot environments. Obtained from:OpenBSD (with a bug fixed d Revision Changes Path 1.15 +11 -2 src/usr.sbin/syslogd/syslogd.8 1.35 +87 -57 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 13:52:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24636 for cvs-all-outgoing; Thu, 25 Jun 1998 13:52:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from burka.rdy.com (dima@burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24468; Thu, 25 Jun 1998 13:51:31 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id NAA13355; Thu, 25 Jun 1998 13:51:27 -0700 (PDT) Message-Id: <199806252051.NAA13355@burka.rdy.com> Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c In-Reply-To: <199806251939.MAA08230@freefall.freebsd.org> from Guido van Rooij at "Jun 25, 1998 12:39:21 pm" To: guido@FreeBSD.ORG (Guido van Rooij) Date: Thu, 25 Jun 1998 13:51:27 -0700 (PDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Guido van Rooij writes: > guido 1998/06/25 12:39:20 PDT > > Modified files: > usr.sbin/syslogd syslogd.8 syslogd.c > Log: > Implement new argument -l (OpenBSD has -a but we already use that). > This allows one to specify additional sockets in the unix domain > that syslogd listens to. Its primary use is to create log sockets in > chroot environments. > Obtained from:OpenBSD (with a bug fixed d Cool! It should be 2.2.7 candidate, I think. > Revision Changes Path > 1.15 +11 -2 src/usr.sbin/syslogd/syslogd.8 > 1.35 +87 -57 src/usr.sbin/syslogd/syslogd.c > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 14:27:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29487 for cvs-all-outgoing; Thu, 25 Jun 1998 14:27:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29398; Thu, 25 Jun 1998 14:26:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA14797; Thu, 25 Jun 1998 14:26:09 -0700 (PDT) Date: Thu, 25 Jun 1998 14:26:09 -0700 (PDT) Message-Id: <199806252126.OAA14797@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/06/25 14:26:08 PDT Modified files: sbin/mountd mountd.c Log: A long time ago I hacked mountd so that it would deal intelligently with export lines where the same hostname was specified more than once (this happens a lot with netgroups sometimes). Recently I discovered that it needs to be hacked to deal with multiple instances of the same IP address too. I've been using this modification locally for several months with no hassles. Revision Changes Path 1.31 +5 -3 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 14:28:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29702 for cvs-all-outgoing; Thu, 25 Jun 1998 14:28:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29595; Thu, 25 Jun 1998 14:27:52 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA14861; Thu, 25 Jun 1998 14:27:26 -0700 (PDT) Date: Thu, 25 Jun 1998 14:27:26 -0700 (PDT) Message-Id: <199806252127.OAA14861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/06/25 14:27:26 PDT Modified files: (Branch: RELENG_2_2) sbin/mountd mountd.c Log: MFC: don't treat multiple instances of the same IP address in export access lists as an error. (2.2.x needs this too.) Revision Changes Path 1.11.2.11 +5 -3 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:05:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07173 for cvs-all-outgoing; Thu, 25 Jun 1998 15:05:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07138; Thu, 25 Jun 1998 15:05:13 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) From: Guy Helmer Received: (from ghelmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16808; Thu, 25 Jun 1998 15:04:51 -0700 (PDT) Date: Thu, 25 Jun 1998 15:04:51 -0700 (PDT) Message-Id: <199806252204.PAA16808@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat systat.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1998/06/25 15:04:50 PDT Modified files: usr.bin/systat systat.1 Log: Update vmstat portion of man page to reflect the statistics currently shown by systat's vmstat display. PR: docs/3764 Revision Changes Path 1.12 +29 -34 src/usr.bin/systat/systat.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:06:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07394 for cvs-all-outgoing; Thu, 25 Jun 1998 15:06:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07374; Thu, 25 Jun 1998 15:06:34 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16962; Thu, 25 Jun 1998 15:06:12 -0700 (PDT) Date: Thu, 25 Jun 1998 15:06:12 -0700 (PDT) Message-Id: <199806252206.PAA16962@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/mew-xemacs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/25 15:06:11 PDT ports/mail/mew-xemacs - Imported sources Update of /home/ncvs/ports/mail/mew-xemacs In directory freefall.freebsd.org:/tmp/cvs-serv16764 Log Message: Mew port for xemacs. Submitted by: kiri@kiri.toba-cmt.ac.jp PR: 6533, 6588 Status: Vendor Tag: kiriyama Release Tags: MEW_XEMACS_1_92_4 N ports/mail/mew-xemacs/Makefile N ports/mail/mew-xemacs/pkg/COMMENT N ports/mail/mew-xemacs/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:09:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07807 for cvs-all-outgoing; Thu, 25 Jun 1998 15:09:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07740; Thu, 25 Jun 1998 15:08:56 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17341; Thu, 25 Jun 1998 15:08:34 -0700 (PDT) Date: Thu, 25 Jun 1998 15:08:34 -0700 (PDT) Message-Id: <199806252208.PAA17341@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/sysutils/xosview/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/25 15:08:33 PDT Modified files: sysutils/xosview/files md5 Log: Update MD5 checksum to match new tarball. Submitted by: Brett Taylor PR: 7067 Revision Changes Path 1.5 +1 -1 ports/sysutils/xosview/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:09:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07839 for cvs-all-outgoing; Thu, 25 Jun 1998 15:09:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07765; Thu, 25 Jun 1998 15:09:03 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17382; Thu, 25 Jun 1998 15:08:40 -0700 (PDT) Date: Thu, 25 Jun 1998 15:08:40 -0700 (PDT) Message-Id: <199806252208.PAA17382@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/mew-xemacs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/25 15:08:40 PDT ports/japanese/mew-xemacs - Imported sources Update of /home/ncvs/ports/japanese/mew-xemacs In directory freefall.freebsd.org:/tmp/cvs-serv17199 Log Message: Mew port to be used with Xemacs-mule. Submitted by: kiri@kiri.toba-cmt.ac.jp PR: 6533, 6588 Status: Vendor Tag: kiriyama Release Tags: JA_MEW_XEMACS_1_92_4 N ports/japanese/mew-xemacs/Makefile N ports/japanese/mew-xemacs/pkg/COMMENT N ports/japanese/mew-xemacs/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:28:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11244 for cvs-all-outgoing; Thu, 25 Jun 1998 15:28:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11117; Thu, 25 Jun 1998 15:27:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19201; Thu, 25 Jun 1998 15:27:20 -0700 (PDT) Date: Thu, 25 Jun 1998 15:27:20 -0700 (PDT) Message-Id: <199806252227.PAA19201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/comms/hylafax Makefile ports/devel/cflow Makefile ports/shells Makefile ports/shells/bash Makefile ports/shells/bash/files md5 ports/shells/bash/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 15:27:19 PDT Modified files: comms/hylafax Makefile devel/cflow Makefile shells Makefile Removed files: shells/bash Makefile shells/bash/files md5 shells/bash/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah shells/bash/pkg COMMENT DESCR PLIST Log: Rename "bash" to "bash1" (the actual port is already repository copied). Requested by: chet@ins.CWRU.Edu Revision Changes Path 1.15 +2 -2 ports/comms/hylafax/Makefile 1.4 +2 -2 ports/devel/cflow/Makefile 1.14 +2 -2 ports/shells/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:31:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11674 for cvs-all-outgoing; Thu, 25 Jun 1998 15:31:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11445; Thu, 25 Jun 1998 15:29:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19609; Thu, 25 Jun 1998 15:29:26 -0700 (PDT) Date: Thu, 25 Jun 1998 15:29:26 -0700 (PDT) Message-Id: <199806252229.PAA19609@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 15:29:24 PDT Modified files: . modules Log: Rename "bash" to "bash1". Revision Changes Path 1.2105 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:32:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11827 for cvs-all-outgoing; Thu, 25 Jun 1998 15:32:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11601; Thu, 25 Jun 1998 15:30:46 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19761; Thu, 25 Jun 1998 15:30:12 -0700 (PDT) Date: Thu, 25 Jun 1998 15:30:12 -0700 (PDT) Message-Id: <199806252230.PAA19761@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/mew Makefile ports/japanese/mew/pkg COMMENT DESCR ports/japanese/mew-mule Makefile ports/mail/mew Makefile ports/mail/mew/pkg PLIST ports/mail/mew-common Makefile ports/mail/mew-common/files DEINSTALL.tmpl INSTALL.tmpl ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/25 15:30:11 PDT Modified files: japanese/mew-mule Makefile mail/mew Makefile mail/mew-common Makefile mail/mew-common/files DEINSTALL.tmpl INSTALL.tmpl user-install.tmpl mail/mew-common/patches patch-aa mail/mew-common/pkg PLIST mail/mew-common/scripts configure mail/mew-mule Makefile Added files: mail/mew-common/pkg PLIST-common-emacs PLIST-common-mule PLIST-common-xemacs PLIST-ja-mule PLIST-ja-xemacs Removed files: japanese/mew Makefile japanese/mew/pkg COMMENT DESCR mail/mew/pkg PLIST mail/mew-mule/pkg PLIST Log: A major restructuring of mew ports to add xemacs versions ({japanese,mail}/mew-xemacs). Along the way, mew for mule with Japanese environment was renamed from japanese/mew to japanese/mew-mule (repository-copy done.) Submitted by: maintainer PR: 6533, 6588 Revision Changes Path 1.8 +7 -4 ports/japanese/mew-mule/Makefile 1.7 +4 -1 ports/mail/mew/Makefile 1.3 +95 -44 ports/mail/mew-common/Makefile 1.2 +28 -21 ports/mail/mew-common/files/DEINSTALL.tmpl 1.2 +59 -35 ports/mail/mew-common/files/INSTALL.tmpl 1.2 +9 -9 ports/mail/mew-common/files/user-install.tmpl 1.2 +91 -68 ports/mail/mew-common/patches/patch-aa 1.2 +0 -4 ports/mail/mew-common/pkg/PLIST 1.2 +95 -1 ports/mail/mew-common/scripts/configure 1.2 +12 -41 ports/mail/mew-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:35:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12311 for cvs-all-outgoing; Thu, 25 Jun 1998 15:35:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12125; Thu, 25 Jun 1998 15:34:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20211; Thu, 25 Jun 1998 15:33:36 -0700 (PDT) Date: Thu, 25 Jun 1998 15:33:36 -0700 (PDT) Message-Id: <199806252233.PAA20211@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c command.c datalink.c fsm.c fsm.h ipcp.c lcp.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/25 15:33:36 PDT Modified files: usr.sbin/ppp ccp.c command.c datalink.c fsm.c fsm.h ipcp.c lcp.c ppp.8 Log: Add ``ipcp'' as an optional argument to ``open'', and make open capable of re-negotiatiating the various layers. It is now possible to change various link options and then re-open the relevant layer, making the changes effective - for example, switching off VJ compression or starting ECHO LQRs on-the-fly. Revision Changes Path 1.35 +8 -7 src/usr.sbin/ppp/ccp.c 1.149 +43 -25 src/usr.sbin/ppp/command.c 1.13 +3 -2 src/usr.sbin/ppp/datalink.c 1.33 +13 -1 src/usr.sbin/ppp/fsm.c 1.19 +2 -1 src/usr.sbin/ppp/fsm.h 1.58 +13 -7 src/usr.sbin/ppp/ipcp.c 1.60 +2 -1 src/usr.sbin/ppp/lcp.c 1.110 +30 -7 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:39:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12879 for cvs-all-outgoing; Thu, 25 Jun 1998 15:39:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12703; Thu, 25 Jun 1998 15:37:59 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21135; Thu, 25 Jun 1998 15:37:28 -0700 (PDT) Date: Thu, 25 Jun 1998 15:37:28 -0700 (PDT) Message-Id: <199806252237.PAA21135@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/25 15:37:28 PDT Modified files: mail Makefile Log: Activate mew-xemacs. Revision Changes Path 1.65 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:37:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12617 for cvs-all-outgoing; Thu, 25 Jun 1998 15:37:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12449; Thu, 25 Jun 1998 15:36:05 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20438; Thu, 25 Jun 1998 15:35:34 -0700 (PDT) Date: Thu, 25 Jun 1998 15:35:34 -0700 (PDT) Message-Id: <199806252235.PAA20438@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/25 15:35:34 PDT Modified files: . modules Log: Remove entry for ja-mew (renamed to ja-mew-mule) Added: ja-mew-mule ---> ports/japanese/mew-mule ja-mew-xemacs ---> ports/japanese/xemacs mew-xemacs ---> ports/mail/xemacs Revision Changes Path 1.2106 +4 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 15:47:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14160 for cvs-all-outgoing; Thu, 25 Jun 1998 15:47:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12856; Thu, 25 Jun 1998 15:39:07 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21518; Thu, 25 Jun 1998 15:38:31 -0700 (PDT) Date: Thu, 25 Jun 1998 15:38:31 -0700 (PDT) Message-Id: <199806252238.PAA21518@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/25 15:38:31 PDT Modified files: japanese Makefile Log: Remove mew, add mew-mule and mew-xemacs. Revision Changes Path 1.123 +3 -2 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:07:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07214 for cvs-all-outgoing; Thu, 25 Jun 1998 18:07:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07196; Thu, 25 Jun 1998 18:06:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28779; Thu, 25 Jun 1998 18:06:29 -0700 (PDT) Date: Thu, 25 Jun 1998 18:06:29 -0700 (PDT) Message-Id: <199806260106.SAA28779@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 18:06:27 PDT Modified files: devel/ORBacus Makefile Log: Mark this broken while it is awaiting upgrade to ORBacus (see PR ports/7034) after repository copy. Revision Changes Path 1.5 +3 -1 ports/devel/ORBacus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:19:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08319 for cvs-all-outgoing; Thu, 25 Jun 1998 18:19:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08296; Thu, 25 Jun 1998 18:19:08 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28978; Thu, 25 Jun 1998 18:18:43 -0700 (PDT) Date: Thu, 25 Jun 1998 18:18:43 -0700 (PDT) Message-Id: <199806260118.SAA28978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/asl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 18:18:43 PDT Modified files: devel/asl Makefile Log: Mark this port broken. It installs manpages in /usr/share/man/man/man1 (no that's not a typo). Revision Changes Path 1.4 +3 -1 ports/devel/asl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:42:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11572 for cvs-all-outgoing; Thu, 25 Jun 1998 18:42:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11491; Thu, 25 Jun 1998 18:41:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29686; Thu, 25 Jun 1998 18:41:24 -0700 (PDT) Date: Thu, 25 Jun 1998 18:41:24 -0700 (PDT) Message-Id: <199806260141.SAA29686@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/p5-Storable Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 18:41:23 PDT Modified files: devel/p5-Storable Makefile Log: Hard to believe, but the distfile is already unfetchable! Revision Changes Path 1.9 +3 -1 ports/devel/p5-Storable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:45:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11938 for cvs-all-outgoing; Thu, 25 Jun 1998 18:45:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11878; Thu, 25 Jun 1998 18:44:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29803; Thu, 25 Jun 1998 18:44:11 -0700 (PDT) Date: Thu, 25 Jun 1998 18:44:11 -0700 (PDT) Message-Id: <199806260144.SAA29803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/25 18:44:10 PDT Modified files: (Branch: RELENG_2_2) etc make.conf Log: Remove completely obsolete sup lines (we don't support sup from freebsd.org) and better document the CVSup config stuff. Revision Changes Path 1.37.2.15 +4 -12 src/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:46:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12060 for cvs-all-outgoing; Thu, 25 Jun 1998 18:46:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12004; Thu, 25 Jun 1998 18:45:26 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29873; Thu, 25 Jun 1998 18:45:01 -0700 (PDT) Date: Thu, 25 Jun 1998 18:45:01 -0700 (PDT) Message-Id: <199806260145.SAA29873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/25 18:45:00 PDT Modified files: etc make.conf Log: MF22: die sup die. Revision Changes Path 1.66 +4 -12 src/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:47:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12276 for cvs-all-outgoing; Thu, 25 Jun 1998 18:47:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12222; Thu, 25 Jun 1998 18:46:59 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29941; Thu, 25 Jun 1998 18:46:34 -0700 (PDT) Date: Thu, 25 Jun 1998 18:46:34 -0700 (PDT) Message-Id: <199806260146.SAA29941@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 18:46:34 PDT Modified files: devel/ups-debug/files md5 Log: Remove unused file. Extra lines in this file should not be treated as comments, as I use cvs diff on this file to manage the distfiles directory on ftp.freebsd.org. Revision Changes Path 1.2 +0 -1 ports/devel/ups-debug/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:48:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12517 for cvs-all-outgoing; Thu, 25 Jun 1998 18:48:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12409; Thu, 25 Jun 1998 18:48:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00129; Thu, 25 Jun 1998 18:47:45 -0700 (PDT) Date: Thu, 25 Jun 1998 18:47:45 -0700 (PDT) Message-Id: <199806260147.SAA00129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/examples/cvsup README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/25 18:47:45 PDT Modified files: (Branch: RELENG_2_2) share/examples/cvsup README Log: Reference CVSup documentation URL for those who don't even quite know what it is. Revision Changes Path 1.2.2.9 +3 -2 src/share/examples/cvsup/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:49:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12566 for cvs-all-outgoing; Thu, 25 Jun 1998 18:49:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12474; Thu, 25 Jun 1998 18:48:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00163; Thu, 25 Jun 1998 18:48:05 -0700 (PDT) Date: Thu, 25 Jun 1998 18:48:05 -0700 (PDT) Message-Id: <199806260148.SAA00163@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/examples/cvsup README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/25 18:48:05 PDT Modified files: share/examples/cvsup README Log: MF22: doc pointer. Revision Changes Path 1.13 +3 -2 src/share/examples/cvsup/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 18:57:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13672 for cvs-all-outgoing; Thu, 25 Jun 1998 18:57:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13641; Thu, 25 Jun 1998 18:57:09 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00431; Thu, 25 Jun 1998 18:56:42 -0700 (PDT) Date: Thu, 25 Jun 1998 18:56:42 -0700 (PDT) Message-Id: <199806260156.SAA00431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/crafty/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 18:56:42 PDT Modified files: games/crafty/files md5 Log: read.me changed again. It actually says "15.15", so the rest of the port probably should be updated too. Revision Changes Path 1.4 +1 -1 ports/games/crafty/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 19:56:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20368 for cvs-all-outgoing; Thu, 25 Jun 1998 19:56:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19922; Thu, 25 Jun 1998 19:49:56 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA02689; Thu, 25 Jun 1998 19:49:31 -0700 (PDT) Date: Thu, 25 Jun 1998 19:49:31 -0700 (PDT) Message-Id: <199806260249.TAA02689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/25 19:49:30 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/i386 machdep.c Log: Sync with sys/i386/i386/machdep.c revision 1.209.2.24. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.11.2.26 +6 -6 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 21:06:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29264 for cvs-all-outgoing; Thu, 25 Jun 1998 21:06:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29252; Thu, 25 Jun 1998 21:05:51 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA04305; Thu, 25 Jun 1998 21:05:27 -0700 (PDT) Date: Thu, 25 Jun 1998 21:05:27 -0700 (PDT) Message-Id: <199806260405.VAA04305@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ hardware.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/25 21:05:26 PDT Modified files: FAQ hardware.sgml Log: Added Q `why does my 3Com PCI NIC not work with my Micron computer'? PR: docs/6444 Reviewed-by: Doug White (FAQ maintainer) Revision Changes Path 1.8 +13 -1 doc/FAQ/hardware.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 21:54:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06438 for cvs-all-outgoing; Thu, 25 Jun 1998 21:54:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA06300; Thu, 25 Jun 1998 21:54:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05665; Thu, 25 Jun 1998 21:53:34 -0700 (PDT) Date: Thu, 25 Jun 1998 21:53:34 -0700 (PDT) Message-Id: <199806260453.VAA05665@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/plotutils Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/25 21:53:33 PDT Modified files: graphics/plotutils Makefile Log: No need to use += if a variable is defined only once. By the way, I see that this ports uses HAVE_MOTIF to turn on Motif support, but I don't see any patches. Does this port follow our guidelines for Motif support (MOTIFLIB and all)? In particular, what happens if you build a package on a machine with HAVE_MOTIF and MOTIF_STATIC defined if you have both shared and static libXm? Revision Changes Path 1.2 +2 -2 ports/graphics/plotutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 25 23:10:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15946 for cvs-all-outgoing; Thu, 25 Jun 1998 23:10:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15905; Thu, 25 Jun 1998 23:10:19 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id BAA10542; Fri, 26 Jun 1998 01:09:47 -0500 (CDT) Message-Id: <199806260609.BAA10542@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199806250634.XAA13527@freefall.freebsd.org> References: <199806250634.XAA13527@freefall.freebsd.org> Subject: Re: cvs commit: ports/math/rng - Imported sources To: Thomas Gellekum cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Date: Fri, 26 Jun 1998 01:09:47 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I think someone else already mention this, but it bears repeating ... .. should we name these Python modules and extensions py-whatever, much as the Perl 5 modules and extensions are p5-whatever? There are about half-a-dozen Python add-ons in the ports tree now. It would be a good time to decide something. Jacques Vidrine On 24 June 1998 at 23:34, Thomas Gellekum wrote: > tg 1998/06/24 23:34:44 PDT > > ports/math/rng - Imported sources > Update of /home/ncvs/ports/math/rng > In directory freefall.freebsd.org:/tmp/cvs-serv13355 > > Log Message: > New port rng, a random number generator module for python. > > Status: > > Vendor Tag: TG > Release Tags: rng_1_0 > > N ports/math/rng/Makefile > N ports/math/rng/files/md5 > N ports/math/rng/patches/patch-aa > N ports/math/rng/pkg/COMMENT > N ports/math/rng/pkg/DESCR > N ports/math/rng/pkg/PLIST > > No conflicts created by this import > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNZM7KzeRhT8JRySpAQE3xQQAnJIU/wJ6YhLPZaZqTPopJip0D0xBBU5V NVCkV60RF8SNysWA2aUBG1IMsb8d0pnDi31WQ+78gHILK2PwS+v+exHGM5HXFQWq 06jaqmcx8ie4LI3Hoh4mJSIKAO0MVBPZzxtRbt1BNV21kNTBhRT+PqbLokiyfKKJ xzthLThkgZM= =Y8gv -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 00:16:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21850 for cvs-all-outgoing; Fri, 26 Jun 1998 00:16:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21805; Fri, 26 Jun 1998 00:16:06 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08937; Fri, 26 Jun 1998 00:15:38 -0700 (PDT) Date: Fri, 26 Jun 1998 00:15:38 -0700 (PDT) Message-Id: <199806260715.AAA08937@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/info pkg_info.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/26 00:15:38 PDT Modified files: usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/info pkg_info.1 Log: Document environment variables used by pkg_{add,create,info}. These include PKG_TMPDIR, TMPDIR, PKG_DBDIR. Add a FILES section to these manual pages. PR: docs/7064 Revision Changes Path 1.25 +43 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.26 +35 -1 src/usr.sbin/pkg_install/create/pkg_create.1 1.16 +30 -0 src/usr.sbin/pkg_install/info/pkg_info.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 01:34:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02591 for cvs-all-outgoing; Fri, 26 Jun 1998 01:34:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02400; Fri, 26 Jun 1998 01:34:02 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id KAA14215; Fri, 26 Jun 1998 10:33:51 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id KAA22816; Fri, 26 Jun 1998 10:33:49 +0200 (CEST) To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/asl Makefile References: <199806260118.SAA28978@freefall.freebsd.org> From: Thomas Gellekum Date: 26 Jun 1998 10:33:48 +0200 In-Reply-To: Satoshi Asami's message of "Thu, 25 Jun 1998 18:18:43 -0700 (PDT)" Message-ID: <87vhpoftoz.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 21 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Satoshi Asami writes: > asami 1998/06/25 18:18:43 PDT > > Modified files: > devel/asl Makefile > Log: > Mark this port broken. It installs manpages in /usr/share/man/man/man1 > (no that's not a typo). ? ~:224) dir -t /usr/local/man/man1 total 4800 12 -rw-r--r-- 1 root wheel 5145 Jun 25 15:59 asl.1.gz 8 -rw-r--r-- 1 root wheel 3773 Jun 25 15:59 p2bin.1.gz 10 -rw-r--r-- 1 root wheel 4368 Jun 25 15:59 p2hex.1.gz 6 -rw-r--r-- 1 root wheel 2156 Jun 25 15:59 pbind.1.gz 4 -rw-r--r-- 1 root wheel 1051 Jun 25 15:59 plist.1.gz tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 02:17:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07342 for cvs-all-outgoing; Fri, 26 Jun 1998 02:17:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07318; Fri, 26 Jun 1998 02:17:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12119; Fri, 26 Jun 1998 02:16:51 -0700 (PDT) Date: Fri, 26 Jun 1998 02:16:51 -0700 (PDT) Message-Id: <199806260916.CAA12119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/nvi-euc-jp Makefile ports/japanese/nvi-iso-2022-jp Makefile ports/japanese/nvi-sjis Makefile ports/korean/nvi-euc-kr Makefile ports/korean/nvi-iso-2022-kr Makefile ports/chinese/nvi-big5 Makefile ports/chinese/nvi-euc-cn Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/26 02:16:50 PDT Modified files: japanese/nvi-euc-jp Makefile japanese/nvi-iso-2022-jp Makefile japanese/nvi-sjis Makefile korean/nvi-euc-kr Makefile korean/nvi-iso-2022-kr Makefile chinese/nvi-big5 Makefile chinese/nvi-euc-cn Makefile chinese/nvi-euc-tw Makefile Log: CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mk Revision Changes Path 1.12 +2 -2 ports/japanese/nvi-euc-jp/Makefile 1.12 +2 -2 ports/japanese/nvi-iso-2022-jp/Makefile 1.12 +2 -2 ports/japanese/nvi-sjis/Makefile 1.11 +2 -2 ports/korean/nvi-euc-kr/Makefile 1.11 +2 -2 ports/korean/nvi-iso-2022-kr/Makefile 1.11 +2 -2 ports/chinese/nvi-big5/Makefile 1.12 +2 -2 ports/chinese/nvi-euc-cn/Makefile 1.10 +2 -2 ports/chinese/nvi-euc-tw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 02:25:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08570 for cvs-all-outgoing; Fri, 26 Jun 1998 02:25:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08554; Fri, 26 Jun 1998 02:25:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12403; Fri, 26 Jun 1998 02:25:23 -0700 (PDT) Date: Fri, 26 Jun 1998 02:25:23 -0700 (PDT) Message-Id: <199806260925.CAA12403@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/editors/nvi-m17n/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/26 02:25:23 PDT Added files: editors/nvi-m17n/patches patch-ab Log: Canna includes should be searched for in ${prefix}, not /usr/local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 03:36:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16431 for cvs-all-outgoing; Fri, 26 Jun 1998 03:36:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16426; Fri, 26 Jun 1998 03:36:25 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14322; Fri, 26 Jun 1998 03:35:59 -0700 (PDT) Date: Fri, 26 Jun 1998 03:35:59 -0700 (PDT) Message-Id: <199806261035.DAA14322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs README.softupdates Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/26 03:35:58 PDT Modified files: sys/ufs/ffs README.softupdates Log: Flesh this document out just a little in response to some user questions and also recommend linking over copying since, at this stage, a stale copy is a real concern. Revision Changes Path 1.3 +25 -11 src/sys/ufs/ffs/README.softupdates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 03:48:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17313 for cvs-all-outgoing; Fri, 26 Jun 1998 03:48:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17271; Fri, 26 Jun 1998 03:48:00 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14519; Fri, 26 Jun 1998 03:47:34 -0700 (PDT) Date: Fri, 26 Jun 1998 03:47:34 -0700 (PDT) Message-Id: <199806261047.DAA14519@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/tutorials/fonts fonts.docb Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/26 03:47:33 PDT Modified files: data/tutorials/fonts fonts.docb Log: Make the fonts tutorial upto-date with respect to TrueType support in FreeBSD. PR: docs/7049 Reviewed by: the -doc list. Spl-thanks-to: CHOI Junho for information about Asian font support. Revision Changes Path 1.2 +66 -23 www/data/tutorials/fonts/fonts.docb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 04:34:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23152 for cvs-all-outgoing; Fri, 26 Jun 1998 04:34:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23127; Fri, 26 Jun 1998 04:34:36 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA15431; Fri, 26 Jun 1998 04:34:09 -0700 (PDT) Date: Fri, 26 Jun 1998 04:34:09 -0700 (PDT) Message-Id: <199806261134.EAA15431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/26 04:34:08 PDT Modified files: en/handbook README handbook.sgml Log: Replaced double quotes with appropriate elements. Revision Changes Path 1.16 +15 -0 doc/en/handbook/README 1.15 +238 -238 doc/en/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 04:38:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23598 for cvs-all-outgoing; Fri, 26 Jun 1998 04:38:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23591; Fri, 26 Jun 1998 04:38:13 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA15530; Fri, 26 Jun 1998 04:37:46 -0700 (PDT) Date: Fri, 26 Jun 1998 04:37:46 -0700 (PDT) Message-Id: <199806261137.EAA15530@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/26 04:37:46 PDT Modified files: en/handbook README handbook.sgml Log: A cleanup to get it to validate. Fixed some invalid and missplet markup. Lots of undefined entities still exist, but they will be fixed with a later commit. Revision Changes Path 1.17 +7 -0 doc/en/handbook/README 1.16 +64 -37 doc/en/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 04:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24730 for cvs-all-outgoing; Fri, 26 Jun 1998 04:51:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24722; Fri, 26 Jun 1998 04:51:13 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA15886; Fri, 26 Jun 1998 04:50:47 -0700 (PDT) Date: Fri, 26 Jun 1998 04:50:47 -0700 (PDT) Message-Id: <199806261150.EAA15886@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/p5-Storable Makefile ports/devel/p5-Storable/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/26 04:50:46 PDT Modified files: devel/p5-Storable Makefile devel/p5-Storable/files md5 Log: Correct the distname. Revision Changes Path 1.10 +2 -5 ports/devel/p5-Storable/Makefile 1.8 +1 -1 ports/devel/p5-Storable/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 06:14:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04400 for cvs-all-outgoing; Fri, 26 Jun 1998 06:14:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04360; Fri, 26 Jun 1998 06:14:23 -0700 (PDT) (envelope-from pb@FreeBSD.org) From: Pierre Beyssac Received: (from pb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA17514; Fri, 26 Jun 1998 06:13:56 -0700 (PDT) Date: Fri, 26 Jun 1998 06:13:56 -0700 (PDT) Message-Id: <199806261313.GAA17514@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/rarpd rarpd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1998/06/26 06:13:55 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/rarpd rarpd.c Log: MFC: patch rarpd use of the routing socket. PR: bin/5669 Revision Changes Path 1.7.2.6 +13 -11 src/usr.sbin/rarpd/rarpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 06:45:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08040 for cvs-all-outgoing; Fri, 26 Jun 1998 06:45:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07804; Fri, 26 Jun 1998 06:44:27 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id PAA14627; Fri, 26 Jun 1998 15:43:56 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id PAA23154; Fri, 26 Jun 1998 15:43:55 +0200 (CEST) To: Warner Losh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/python Makefile ports/math/numpy Makefile ports/math/pygist Makefile ports/x11/pygtk Makefile ports/devel/SWIG Makefile References: <199806250643.XAA15462@freefall.freebsd.org> <199806251326.HAA26300@harmony.village.org> From: Thomas Gellekum Date: 26 Jun 1998 15:43:50 +0200 In-Reply-To: Warner Losh's message of "Thu, 25 Jun 1998 07:26:33 -0600" Message-ID: <87u358ffc9.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 33 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh writes: > In message <199806250643.XAA15462@freefall.freebsd.org> Thomas Gellekum writes: > : Add virtual category "python". > > I noticed that NetBSD's pkgsrc stuff uses py-foo for all python > stuff. Is there any reason that we shouldn't do something similar? I don't really care about names, I just left them alone. ~:228) find /usr/ports -name Makefile | xargs grep 'CAT.*python' /usr/ports/devel/SWIG/Makefile:CATEGORIES= devel python tcl81 /usr/ports/lang/python/Makefile:CATEGORIES= lang python tk80 /usr/ports/math/numpy/Makefile:CATEGORIES= math python /usr/ports/math/pygist/Makefile:CATEGORIES= math python /usr/ports/math/rng/Makefile:CATEGORIES= math python /usr/ports/x11/pygtk/Makefile:CATEGORIES= x11 python How about numpy -> py-numerical pygist -> py-gist rng -> py-rng pygtk -> py-gtk ? Forget pythonqt, it's dead. I'll remove the port in a couple of days and import kdebindings (as py-kdebindings). How do we go on about this? Satoshi? tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 07:18:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12841 for cvs-all-outgoing; Fri, 26 Jun 1998 07:18:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12754; Fri, 26 Jun 1998 07:17:57 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16573; Fri, 26 Jun 1998 07:17:27 -0700 (PDT) Date: Fri, 26 Jun 1998 07:17:27 -0700 (PDT) Message-Id: <199806261417.HAA16573@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/26 07:17:27 PDT Modified files: . modules Log: zh-bg5ps --> ports/chinese/bg5ps Revision Changes Path 1.2107 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 07:18:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12860 for cvs-all-outgoing; Fri, 26 Jun 1998 07:18:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12766; Fri, 26 Jun 1998 07:18:01 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16597; Fri, 26 Jun 1998 07:17:33 -0700 (PDT) Date: Fri, 26 Jun 1998 07:17:33 -0700 (PDT) Message-Id: <199806261417.HAA16597@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/asl/files Makefile.def Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/26 07:17:32 PDT Modified files: devel/asl/files Makefile.def Log: Oops. Looks like I commited a wrong version of this file. Revision Changes Path 1.3 +1 -0 ports/devel/asl/files/Makefile.def To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 07:20:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13206 for cvs-all-outgoing; Fri, 26 Jun 1998 07:20:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13123; Fri, 26 Jun 1998 07:20:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16659; Fri, 26 Jun 1998 07:19:48 -0700 (PDT) Date: Fri, 26 Jun 1998 07:19:48 -0700 (PDT) Message-Id: <199806261419.HAA16659@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/chinese/bg5ps - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/26 07:19:48 PDT ports/chinese/bg5ps - Imported sources Update of /home/ncvs/ports/chinese/bg5ps In directory freefall.freebsd.org:/d/users/vanilla/work/bg5ps Log Message: bg5ps is a python script that generates Postscript from BIG5 encoded file. PR: ports/6973 Submitted by: J. T. Jang Status: Vendor Tag: KEITH Release Tags: bg5ps_1_1_b N ports/chinese/bg5ps/Makefile I ports/chinese/bg5ps/CVS N ports/chinese/bg5ps/files/md5 N ports/chinese/bg5ps/patches/patch-aa N ports/chinese/bg5ps/pkg/COMMENT N ports/chinese/bg5ps/pkg/DESCR N ports/chinese/bg5ps/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 07:26:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13986 for cvs-all-outgoing; Fri, 26 Jun 1998 07:26:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13860; Fri, 26 Jun 1998 07:25:55 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17026; Fri, 26 Jun 1998 07:25:20 -0700 (PDT) Date: Fri, 26 Jun 1998 07:25:20 -0700 (PDT) Message-Id: <199806261425.HAA17026@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/m4 m4.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/06/26 07:25:20 PDT Modified files: usr.bin/m4 m4.1 Log: Correct typo: loosing --> losing Revision Changes Path 1.6 +2 -2 src/usr.bin/m4/m4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 07:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14381 for cvs-all-outgoing; Fri, 26 Jun 1998 07:29:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14212; Fri, 26 Jun 1998 07:28:03 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17126; Fri, 26 Jun 1998 07:27:28 -0700 (PDT) Date: Fri, 26 Jun 1998 07:27:28 -0700 (PDT) Message-Id: <199806261427.HAA17126@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/chinese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/26 07:27:27 PDT Modified files: chinese Makefile Log: Activate bg5ps. Revision Changes Path 1.25 +2 -1 ports/chinese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 07:46:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17739 for cvs-all-outgoing; Fri, 26 Jun 1998 07:46:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17622; Fri, 26 Jun 1998 07:45:53 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17741; Fri, 26 Jun 1998 07:45:19 -0700 (PDT) Date: Fri, 26 Jun 1998 07:45:19 -0700 (PDT) Message-Id: <199806261445.HAA17741@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/26 07:45:19 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pppd Makefile Log: Make it setuid root again, as it always has been. PR: 7070 Revision Changes Path 1.4.2.2 +3 -3 src/usr.sbin/pppd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 08:45:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27560 for cvs-all-outgoing; Fri, 26 Jun 1998 08:45:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27009; Fri, 26 Jun 1998 08:42:29 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id XAA25410; Fri, 26 Jun 1998 23:42:10 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806261542.XAA25410@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Dmitrij Tejblum cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pppd Makefile In-reply-to: Your message of "Fri, 26 Jun 1998 07:45:19 MST." <199806261445.HAA17741@freefall.freebsd.org> Date: Fri, 26 Jun 1998 23:42:09 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dmitrij Tejblum wrote: > dt 1998/06/26 07:45:19 PDT > > Modified files: (Branch: RELENG_2_2) > usr.sbin/pppd Makefile > Log: > Make it setuid root again, as it always has been. > > PR: 7070 Whoops!! Sorry, local change leaked in! (we don't let shell users run pppd themselves) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 08:59:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00217 for cvs-all-outgoing; Fri, 26 Jun 1998 08:59:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pcpsj.pfcs.com (L9RzoYIJ7RQxuwZ+VzGqfpGyT9K7f9ps@harlan.fred.net [205.252.219.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29894 for ; Fri, 26 Jun 1998 08:58:39 -0700 (PDT) (envelope-from Harlan.Stenn@pfcs.com) Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Fri, 26 Jun 1998 11:58:17 -0400 (EDT) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Fri, 26 Jun 1998 08:58:16 -0700 (PDT) Received: from localhost [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Fri, 26 Jun 1998 11:58:16 -0400 (EDT) X-Mailer: exmh version 2.0.2 2/24/98 To: committers@FreeBSD.ORG Subject: syslogd changes X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Jun 1998 11:58:15 -0400 Message-ID: <11111.898876695@brown.pfcs.com> From: Harlan Stenn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Does anybody have the time to review/commit 2 patches I have to syslogd? The new features include: syslogd -v Logs the numeric facility/priority with the message syslogd -vv Logs the alpha/mnemonic fac/pri with the message syslogd -u Only logs messages of the exact priority per syslog.conf I think -u should be lost in favor of the following patch. The second patch lets syslog.conf supports fac.[<=>]pri: fac.pri "Usual" behavior fac.>=pri "Usual" behavior fac.pri Do "action" if message's pri is not ... ... H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 09:25:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05500 for cvs-all-outgoing; Fri, 26 Jun 1998 09:25:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05343; Fri, 26 Jun 1998 09:24:15 -0700 (PDT) (envelope-from tejblum@arc.hq.cti.ru) Received: from arc.hq.cti.ru (localhost [127.0.0.1]) by arc.hq.cti.ru (8.9.0/8.9.0) with ESMTP id UAA08964; Fri, 26 Jun 1998 20:21:20 +0400 (MSD) Message-Id: <199806261621.UAA08964@arc.hq.cti.ru> X-Mailer: exmh version 2.0zeta 7/24/97 To: Peter Wemm cc: Dmitrij Tejblum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pppd Makefile In-reply-to: Your message of "Fri, 26 Jun 1998 23:42:09 +0800." <199806261542.XAA25410@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Jun 1998 20:21:15 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Dmitrij Tejblum wrote: > > Make it setuid root again, as it always has been. > > > > PR: 7070 > > Whoops!! Sorry, local change leaked in! (we don't let shell users run > pppd themselves) Perhaps, pppd should have permisions same as user-level ppp: BINMODE=4550 BINOWN= root BINGRP= network I. e., setuid root, but not every user may execute it. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:15:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29410 for cvs-all-outgoing; Fri, 26 Jun 1998 11:15:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29194; Fri, 26 Jun 1998 11:14:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22832; Fri, 26 Jun 1998 11:13:58 -0700 (PDT) Date: Fri, 26 Jun 1998 11:13:58 -0700 (PDT) Message-Id: <199806261813.LAA22832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wcd.c wfd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/26 11:13:58 PDT Modified files: sys/i386/isa wcd.c wfd.c Log: Add D_DISK flag. Revision Changes Path 1.56 +2 -2 src/sys/i386/isa/wcd.c 1.11 +2 -2 src/sys/i386/isa/wfd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:15:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29478 for cvs-all-outgoing; Fri, 26 Jun 1998 11:15:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29344; Fri, 26 Jun 1998 11:14:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22862; Fri, 26 Jun 1998 11:14:26 -0700 (PDT) Date: Fri, 26 Jun 1998 11:14:26 -0700 (PDT) Message-Id: <199806261814.LAA22862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/26 11:14:26 PDT Modified files: sys/kern kern_conf.c Log: Remove isdisk() hacks. Revision Changes Path 1.26 +3 -70 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04819 for cvs-all-outgoing; Fri, 26 Jun 1998 11:40:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04755; Fri, 26 Jun 1998 11:39:53 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23479; Fri, 26 Jun 1998 11:39:22 -0700 (PDT) Date: Fri, 26 Jun 1998 11:39:22 -0700 (PDT) Message-Id: <199806261839.LAA23479@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vic Makefile ports/mbone/vic/patches patch-aa patch-af patch-al patch-an Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/06/26 11:39:22 PDT Modified files: mbone/vic Makefile mbone/vic/patches patch-aa patch-af patch-al Removed files: mbone/vic/patches patch-an Log: Fix Luigi's recently committed submission: - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files Revision Changes Path 1.15 +2 -2 ports/mbone/vic/Makefile 1.9 +9 -1327 ports/mbone/vic/patches/patch-aa 1.2 +84 -52 ports/mbone/vic/patches/patch-af 1.2 +5 -290 ports/mbone/vic/patches/patch-al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06710 for cvs-all-outgoing; Fri, 26 Jun 1998 11:51:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06630; Fri, 26 Jun 1998 11:51:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23815; Fri, 26 Jun 1998 11:50:32 -0700 (PDT) Date: Fri, 26 Jun 1998 11:50:32 -0700 (PDT) Message-Id: <199806261850.LAA23815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/26 11:50:32 PDT Modified files: usr.sbin/ppp Makefile Log: DISTRIBUTION=des Revision Changes Path 1.43 +2 -1 src/usr.sbin/ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:53:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07075 for cvs-all-outgoing; Fri, 26 Jun 1998 11:53:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06991; Fri, 26 Jun 1998 11:53:20 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23930; Fri, 26 Jun 1998 11:52:49 -0700 (PDT) Date: Fri, 26 Jun 1998 11:52:49 -0700 (PDT) Message-Id: <199806261852.LAA23930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/26 11:52:47 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp Makefile Log: MFC: DISTRIBUTION=des Revision Changes Path 1.9.2.17 +2 -1 src/usr.sbin/ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:55:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07421 for cvs-all-outgoing; Fri, 26 Jun 1998 11:55:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07323; Fri, 26 Jun 1998 11:54:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23980; Fri, 26 Jun 1998 11:54:08 -0700 (PDT) Date: Fri, 26 Jun 1998 11:54:08 -0700 (PDT) Message-Id: <199806261854.LAA23980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/26 11:54:07 PDT Modified files: release Makefile Log: Don't make clean after building the crunch file. Build a des & non-des version of ppp in the same way as init and ed. Revision Changes Path 1.359 +2 -5 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:56:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07714 for cvs-all-outgoing; Fri, 26 Jun 1998 11:56:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07615; Fri, 26 Jun 1998 11:55:40 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA24042; Fri, 26 Jun 1998 11:55:09 -0700 (PDT) Date: Fri, 26 Jun 1998 11:55:09 -0700 (PDT) Message-Id: <199806261855.LAA24042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/26 11:55:09 PDT Modified files: (Branch: RELENG_2_2) release Makefile Log: MFC: Build a des & non-des version of ppp in the same way as init and ed. Revision Changes Path 1.246.2.87 +4 -4 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 11:59:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00493 for cvs-all-outgoing; Fri, 26 Jun 1998 09:00:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pcpsj.pfcs.com (+wIsc5qpVwydfF9M7fWbEwEWe3H53v3W@harlan.fred.net [205.252.219.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00329 for ; Fri, 26 Jun 1998 08:59:44 -0700 (PDT) (envelope-from Harlan.Stenn@pfcs.com) Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Fri, 26 Jun 1998 11:59:36 -0400 (EDT) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Fri, 26 Jun 1998 08:59:36 -0700 (PDT) Received: from localhost [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Fri, 26 Jun 1998 11:59:35 -0400 (EDT) X-Mailer: exmh version 2.0.2 2/24/98 To: committers@FreeBSD.ORG Subject: contrib-utized am-utils? X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Jun 1998 11:59:34 -0400 Message-ID: <11123.898876774@brown.pfcs.com> From: Harlan Stenn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I've contrib-utized am-utils, which should be a replacement for the current amd stuff. The stuff I've done is suitable for both -stable and -current. Anybody have the time/inclination to review and commit? H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 12:03:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08949 for cvs-all-outgoing; Fri, 26 Jun 1998 12:03:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08882; Fri, 26 Jun 1998 12:03:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24313; Fri, 26 Jun 1998 12:02:42 -0700 (PDT) Date: Fri, 26 Jun 1998 12:02:42 -0700 (PDT) Message-Id: <199806261902.MAA24313@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lqr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/26 12:02:42 PDT Modified files: usr.sbin/ppp lqr.c Log: Don't depend on sizeof(u_long) == 4. Revision Changes Path 1.28 +4 -4 src/usr.sbin/ppp/lqr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 12:05:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09282 for cvs-all-outgoing; Fri, 26 Jun 1998 12:05:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09225; Fri, 26 Jun 1998 12:05:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24435; Fri, 26 Jun 1998 12:04:36 -0700 (PDT) Date: Fri, 26 Jun 1998 12:04:36 -0700 (PDT) Message-Id: <199806261904.MAA24435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lqr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/26 12:04:34 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp lqr.c Log: MFC: Don't depend on sizeof(u_long) == 4. Pointed out by Theo Revision Changes Path 1.7.2.11 +5 -5 src/usr.sbin/ppp/lqr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 12:06:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09512 for cvs-all-outgoing; Fri, 26 Jun 1998 12:06:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09417; Fri, 26 Jun 1998 12:06:09 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24680; Fri, 26 Jun 1998 12:05:38 -0700 (PDT) Date: Fri, 26 Jun 1998 12:05:38 -0700 (PDT) Message-Id: <199806261905.MAA24680@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vat Makefile ports/mbone/vat/patches patch-aa patch-ah Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/06/26 12:05:36 PDT Modified files: mbone/vat Makefile mbone/vat/patches patch-aa patch-ah Log: Change the vat port to use USE_AUTOCONF . Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah! Revision Changes Path 1.5 +2 -2 ports/mbone/vat/Makefile 1.3 +1 -1457 ports/mbone/vat/patches/patch-aa 1.2 +10 -18 ports/mbone/vat/patches/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 14:37:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09650 for cvs-all-outgoing; Fri, 26 Jun 1998 14:37:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09556; Fri, 26 Jun 1998 14:37:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01187; Fri, 26 Jun 1998 14:36:57 -0700 (PDT) Date: Fri, 26 Jun 1998 14:36:57 -0700 (PDT) Message-Id: <199806262136.OAA01187@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/asl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 14:36:57 PDT Modified files: devel/asl Makefile Log: Unmark this port broken, it builds and packages fine as of revision 1.3 of files/Makefile.def. Revision Changes Path 1.5 +1 -3 ports/devel/asl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 14:39:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09999 for cvs-all-outgoing; Fri, 26 Jun 1998 14:39:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09796; Fri, 26 Jun 1998 14:38:26 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id OAA08927; Fri, 26 Jun 1998 14:38:23 -0700 (PDT) Date: Fri, 26 Jun 1998 14:38:23 -0700 (PDT) Message-Id: <199806262138.OAA08927@vader.cs.berkeley.edu> To: tg@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806261417.HAA16597@freefall.freebsd.org> (message from Thomas Gellekum on Fri, 26 Jun 1998 07:17:33 -0700 (PDT)) Subject: Re: cvs commit: ports/devel/asl/files Makefile.def From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Modified files: * devel/asl/files Makefile.def * Log: * Oops. Looks like I commited a wrong version of this file. Thanks, works fine now. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 15:04:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14883 for cvs-all-outgoing; Fri, 26 Jun 1998 15:04:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14713; Fri, 26 Jun 1998 15:02:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01892; Fri, 26 Jun 1998 15:02:00 -0700 (PDT) Date: Fri, 26 Jun 1998 15:02:00 -0700 (PDT) Message-Id: <199806262202.PAA01892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/rng Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 15:02:00 PDT Modified files: math/rng Makefile Log: No need to use += for variable defined only once. Revision Changes Path 1.2 +2 -2 ports/math/rng/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 15:35:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18359 for cvs-all-outgoing; Fri, 26 Jun 1998 15:35:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18346; Fri, 26 Jun 1998 15:35:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02612; Fri, 26 Jun 1998 15:34:34 -0700 (PDT) Date: Fri, 26 Jun 1998 15:34:34 -0700 (PDT) Message-Id: <199806262234.PAA02612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ncftp3 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 15:34:34 PDT Modified files: net/ncftp3 Makefile Log: This port is already unfetchable.... Revision Changes Path 1.51 +3 -1 ports/net/ncftp3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 16:17:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23882 for cvs-all-outgoing; Fri, 26 Jun 1998 16:17:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from roma.coe.ufrj.br (root@roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23540; Fri, 26 Jun 1998 16:15:12 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id TAA29468; Fri, 26 Jun 1998 19:33:38 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199806262233.TAA29468@roma.coe.ufrj.br> Subject: Re: cvs commit: ports/mbone/vic Makefile ports/mbone/vic/patches patch-aa patch-af patch-al patch-an In-Reply-To: <199806261839.LAA23479@freefall.freebsd.org> from Bill Fenner at "Jun 26, 98 11:39:22 am" To: fenner@FreeBSD.ORG (Bill Fenner) Date: Fri, 26 Jun 1998 19:33:38 -0300 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(Bill Fenner) // fenner 1998/06/26 11:39:22 PDT // // Modified files: // mbone/vic Makefile // mbone/vic/patches patch-aa patch-af patch-al // Removed files: // mbone/vic/patches patch-an // Log: // Fix Luigi's recently committed submission: // - Actually include the x11 grabber in the compile Thanks, seems to be working now. Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 16:17:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23955 for cvs-all-outgoing; Fri, 26 Jun 1998 16:17:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from roma.coe.ufrj.br (root@roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23573; Fri, 26 Jun 1998 16:15:24 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id TAA29500; Fri, 26 Jun 1998 19:35:42 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199806262235.TAA29500@roma.coe.ufrj.br> Subject: Re: cvs commit: ports/mbone/vat Makefile ports/mbone/vat/patches patch-aa patch-ah In-Reply-To: <199806261905.MAA24680@freefall.freebsd.org> from Bill Fenner at "Jun 26, 98 12:05:38 pm" To: fenner@FreeBSD.ORG (Bill Fenner) Date: Fri, 26 Jun 1998 19:35:42 -0300 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(Bill Fenner) // fenner 1998/06/26 12:05:36 PDT // // Modified files: // mbone/vat Makefile // mbone/vat/patches patch-aa patch-ah // Log: // Change the vat port to use USE_AUTOCONF . // Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so // that CVS doesn't munge it. // BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah! // // Revision Changes Path // 1.5 +2 -2 ports/mbone/vat/Makefile // 1.3 +1 -1457 ports/mbone/vat/patches/patch-aa // 1.2 +10 -18 ports/mbone/vat/patches/patch-ah It's compiling again. Thanks. Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 16:55:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02380 for cvs-all-outgoing; Fri, 26 Jun 1998 16:55:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02360; Fri, 26 Jun 1998 16:55:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04434; Fri, 26 Jun 1998 16:54:59 -0700 (PDT) Date: Fri, 26 Jun 1998 16:54:59 -0700 (PDT) Message-Id: <199806262354.QAA04434@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/grail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 16:54:59 PDT Modified files: www/grail Makefile Log: NO_CONFIGURE is a no-op. Also, remove the post-extract target, getting rid of extra files is nice but I don't think .cvsignore has any significant meaning nor size impact in a build-once source tree. Revision Changes Path 1.2 +1 -6 ports/www/grail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 17:14:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06094 for cvs-all-outgoing; Fri, 26 Jun 1998 17:14:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06053; Fri, 26 Jun 1998 17:13:53 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id RAA09393; Fri, 26 Jun 1998 17:10:59 -0700 (PDT) Date: Fri, 26 Jun 1998 17:10:59 -0700 (PDT) Message-Id: <199806270010.RAA09393@vader.cs.berkeley.edu> To: tg@ihf.rwth-aachen.de CC: imp@village.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <87u358ffc9.fsf@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on 26 Jun 1998 15:43:50 +0200) Subject: Re: cvs commit: ports/lang/python Makefile ports/math/numpy Makefile ports/math/pygist Makefile ports/x11/pygtk Makefile ports/devel/SWIG Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk By the way, I'd appreciate it if you ask me before creating a new virtual category. Not that I have any problem with the "python" category, but I'd like to make sure things don't get out of hand. :) * numpy -> py-numerical * pygist -> py-gist * rng -> py-rng * pygtk -> py-gtk * * ? * * Forget pythonqt, it's dead. I'll remove the port in a couple of days * and import kdebindings (as py-kdebindings). * * How do we go on about this? Satoshi? That's fine by me, go ahead and change the package names. If you want directory names to be changed too, I can do the repo copy. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 17:35:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09346 for cvs-all-outgoing; Fri, 26 Jun 1998 17:35:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09276; Fri, 26 Jun 1998 17:34:50 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05386; Fri, 26 Jun 1998 17:34:16 -0700 (PDT) Date: Fri, 26 Jun 1998 17:34:16 -0700 (PDT) Message-Id: <199806270034.RAA05386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/26 17:34:16 PDT Modified files: data y2kbug.sgml Log: Replace the Y2K statement from David Greenman Submitted by: David Greenman Revision Changes Path 1.6 +7 -7 www/data/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 17:36:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09533 for cvs-all-outgoing; Fri, 26 Jun 1998 17:36:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09499; Fri, 26 Jun 1998 17:36:32 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05450; Fri, 26 Jun 1998 17:35:59 -0700 (PDT) Date: Fri, 26 Jun 1998 17:35:59 -0700 (PDT) Message-Id: <199806270035.RAA05450@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/smtpfeed/patches patch-ba Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/06/26 17:35:58 PDT Added files: mail/smtpfeed/patches patch-ba Log: Add a bugfix patch (patches/patch-ba) for 0.65. The patch will be merged into 0.66, but for safety I include this into patches directory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 18:14:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13832 for cvs-all-outgoing; Fri, 26 Jun 1998 18:14:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13763; Fri, 26 Jun 1998 18:14:23 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06436; Fri, 26 Jun 1998 18:13:51 -0700 (PDT) Date: Fri, 26 Jun 1998 18:13:51 -0700 (PDT) Message-Id: <199806270113.SAA06436@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ admin.sgml applications.sgml hardware.sgml install.sgml preface.sgml troubleshoot.sgml x.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/26 18:13:50 PDT Modified files: FAQ admin.sgml applications.sgml hardware.sgml install.sgml preface.sgml troubleshoot.sgml x.sgml Log: (applications.sgml, hardware.sgml, install.sgml, troubleshoot.sgml): docs/7082 Fix grammar errors (Dag-Erling Coidan ) admin.sgml: Add section on amd applications.sgml: Add section on installing FrontPage hardware.sgml: Add sections on CAM, P&P modems, serial consoles install.sgml: Add section on why not to remove sc0 preface.sgml: Sync versions-graph with our current temporal co-ordinates x.sgml: Add sections on missing Imake.tmpl, reversing mouse buttons docs/7083 (FAQ maintainer, dwhite) admin.sgml: Something about mounting root. With -a. Dooh! docs/7084 (FAQ maintainer, dwhite) Revision Changes Path 1.6 +4 -3 doc/FAQ/admin.sgml 1.4 +13 -2 doc/FAQ/applications.sgml 1.9 +68 -1 doc/FAQ/hardware.sgml 1.3 +2 -2 doc/FAQ/install.sgml 1.13 +4 -4 doc/FAQ/preface.sgml 1.5 +4 -3 doc/FAQ/troubleshoot.sgml 1.3 +19 -1 doc/FAQ/x.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 18:31:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16238 for cvs-all-outgoing; Fri, 26 Jun 1998 18:31:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16180; Fri, 26 Jun 1998 18:31:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06766; Fri, 26 Jun 1998 18:30:35 -0700 (PDT) Date: Fri, 26 Jun 1998 18:30:35 -0700 (PDT) Message-Id: <199806270130.SAA06766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/p5-Apache Makefile ports/www/p5-Apache/patches patch-aa ports/www/p5-Apache/scripts install_httpd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/26 18:30:34 PDT Modified files: www/p5-Apache Makefile www/p5-Apache/patches patch-aa www/p5-Apache/scripts install_httpd Log: Make this port build again. Hinted at by: Satoshi Asami Revision Changes Path 1.9 +3 -4 ports/www/p5-Apache/Makefile 1.3 +2 -2 ports/www/p5-Apache/patches/patch-aa 1.2 +2 -2 ports/www/p5-Apache/scripts/install_httpd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 19:02:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21403 for cvs-all-outgoing; Fri, 26 Jun 1998 19:02:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21339; Fri, 26 Jun 1998 19:01:59 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07431; Fri, 26 Jun 1998 19:01:26 -0700 (PDT) Date: Fri, 26 Jun 1998 19:01:26 -0700 (PDT) Message-Id: <199806270201.TAA07431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libdisk write_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/26 19:01:26 PDT Modified files: lib/libdisk write_disk.c Log: Extend the existing hackery to set the disk type to SCSI for the "da" and "od" devices. Formerly ESDI was used for them, causing problems for fresh installations of CAM systems. Revision Changes Path 1.21 +3 -2 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 19:33:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26281 for cvs-all-outgoing; Fri, 26 Jun 1998 19:33:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26235; Fri, 26 Jun 1998 19:32:57 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id LAA27948; Sat, 27 Jun 1998 11:32:54 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id LAA03255; Sat, 27 Jun 1998 11:32:54 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.5Wpl3-SMTP) with ESMTP id LAA22140; Sat, 27 Jun 1998 11:30:59 +0900 (JST) To: hoek@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: doc/FAQ admin.sgml applications.sgml hardware.sgml install.sgml preface.sgml troubleshoot.sgml x.sgml From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Fri, 26 Jun 1998 18:13:51 -0700 (PDT)" <199806270113.SAA06436@freefall.freebsd.org> References: <199806270113.SAA06436@freefall.freebsd.org> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980627113058Z.masafumi@aslm.rim.or.jp> Date: Sat, 27 Jun 1998 11:30:58 +0900 X-Dispatcher: imput version 971024 Lines: 33 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > hoek 1998/06/26 18:13:50 PDT > Modified files: > FAQ admin.sgml applications.sgml > hardware.sgml install.sgml preface.sgml > troubleshoot.sgml x.sgml > Log: > (applications.sgml, hardware.sgml, install.sgml, troubleshoot.sgml): > docs/7082 Fix grammar errors (Dag-Erling Coidan ) > admin.sgml: Add section on amd > applications.sgml: Add section on installing FrontPage > hardware.sgml: Add sections on CAM, P&P modems, serial consoles > install.sgml: Add section on why not to remove sc0 > preface.sgml: Sync versions-graph with our current temporal co-ordinates > x.sgml: Add sections on missing Imake.tmpl, reversing mouse buttons > docs/7083 (FAQ maintainer, dwhite) > admin.sgml: Something about mounting root. With -a. Dooh! > docs/7084 (FAQ maintainer, dwhite) Grammar/style changes should be committed separately from true contents changes to make it easier for the various translation project to reflect the changes to the translated versions. Also, I personally don't like changes to several files committed at once when all the changes are not related to one another. While it is true that several commits create more mail traffic, it makes the log message look nicer when you do cvs log afterwards, i.e., you don't have to read the log message about files which you aren't interested in. This is just my opinion and others may think differently, though. Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 19:41:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27251 for cvs-all-outgoing; Fri, 26 Jun 1998 19:41:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27148; Fri, 26 Jun 1998 19:40:57 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id VAA11375; Fri, 26 Jun 1998 21:40:25 -0500 (CDT) Message-Id: <199806270240.VAA11375@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199806270010.RAA09393@vader.cs.berkeley.edu> References: <199806270010.RAA09393@vader.cs.berkeley.edu> Subject: Re: cvs commit: ports/lang/python Makefile ports/math/numpy Makefile ports/math/pygist Makefile ports/x11/pygtk Makefile ports/devel/SWIG Makefile To: asami@FreeBSD.ORG (Satoshi Asami) cc: tg@ihf.rwth-aachen.de, imp@village.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Date: Fri, 26 Jun 1998 21:40:25 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Small nit ... By renaming packages such as NumPy to py-numerical, one may loose the original packages' identity. For example, I know of two python SNMP extension modules, one called snmpy, and the other PySNMP :-) They can't both be py-snmp. Can we/should we use py-, using care to preserve the original package name? i.e. py-PySNMP, py-PostGreSQL, py-NumPy... Just a suggestion, Jacques Vidrine On 26 June 1998 at 17:10, asami@FreeBSD.ORG (Satoshi Asami) wrote: > By the way, I'd appreciate it if you ask me before creating a new > virtual category. Not that I have any problem with the "python" > category, but I'd like to make sure things don't get out of hand. :) > > * numpy -> py-numerical > * pygist -> py-gist > * rng -> py-rng > * pygtk -> py-gtk > * > * ? > * > * Forget pythonqt, it's dead. I'll remove the port in a couple of days > * and import kdebindings (as py-kdebindings). > * > * How do we go on about this? Satoshi? > > That's fine by me, go ahead and change the package names. If you want > directory names to be changed too, I can do the repo copy. > > Satoshi > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNZRbmDeRhT8JRySpAQEZ2wP8De660hJn3meGgBamw7678mQymWz1ZFta MBb9n+Np+hc+L3uQ+sp6phKhDJDGEpXNI22SWZ3zJUa9h11nzSOvHOXK4H+su/MB nu4GjRbJHOVzXRejn2p4BIM8bXIVXqz+WkbNfQVrsWkA8SOeLhX9DTnCnhDnIv5i spkBWpxD7lw= =GgTY -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 20:35:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03894 for cvs-all-outgoing; Fri, 26 Jun 1998 20:35:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03888; Fri, 26 Jun 1998 20:35:02 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09640; Fri, 26 Jun 1998 20:34:31 -0700 (PDT) Date: Fri, 26 Jun 1998 20:34:31 -0700 (PDT) Message-Id: <199806270334.UAA09640@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/06/26 20:34:30 PDT Modified files: handbook submitters.sgml Log: Add J. T. Jang for his zh-bg5ps ports. Revision Changes Path 1.206 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 21:19:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07882 for cvs-all-outgoing; Fri, 26 Jun 1998 21:19:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sasami.jurai.net (winter@sasami.jurai.net [207.153.65.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07875 for ; Fri, 26 Jun 1998 21:18:59 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with SMTP id AAA14209; Sat, 27 Jun 1998 00:18:43 -0400 (EDT) Date: Sat, 27 Jun 1998 00:18:42 -0400 (EDT) From: "Matthew N. Dodd" To: Harlan Stenn cc: committers@FreeBSD.ORG Subject: Re: syslogd changes In-Reply-To: <11111.898876695@brown.pfcs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I like it. On Fri, 26 Jun 1998, Harlan Stenn wrote: > Does anybody have the time to review/commit 2 patches I have to syslogd? > > The new features include: > > syslogd -v Logs the numeric facility/priority with the message > syslogd -vv Logs the alpha/mnemonic fac/pri with the message > syslogd -u Only logs messages of the exact priority per syslog.conf > > I think -u should be lost in favor of the following patch. > > The second patch lets syslog.conf supports fac.[<=>]pri: > > fac.pri "Usual" behavior > fac.>=pri "Usual" behavior > fac. fac.<=pri Do "action" if message's pri is less than or equal ... > fac.=pri Equivalent to -u option above > fac.<>pri Do "action" if message's pri is not ... > ... > > H > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > /* Matthew N. Dodd | A memory retaining a love you had for life winter@jurai.net | As cruel as it seems nothing ever seems to http://www.jurai.net/~winter | go right - FLA M 3.1:53 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 21:26:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08906 for cvs-all-outgoing; Fri, 26 Jun 1998 21:26:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA08885 for ; Fri, 26 Jun 1998 21:26:32 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id OAA15514 for committers@freebsd.org; Sat, 27 Jun 1998 14:36:09 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806270436.OAA15514@cimlogic.com.au> Subject: Changes to make (not) To: committers@FreeBSD.ORG Date: Sat, 27 Jun 1998 14:36:09 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Please avoid making changes to make(1) sources that rely on functions that aren't commonly available in other versions of UNIX. The recent changes that involve asprintf() mean that I can't do a bootstrap build of the FreeBSD sources using NetBSD/Alpha. This is not so much a problem to me now that I don't rely on doing that, but there are some who _are_. To see how compatible the make sources are with another Unix, I tried the Makefile.dist on OSF/1 V3.2 today and I find that several unresolved references (asprintf, snprintf, errx, ...). I think we should keep the code for the basic build tools (like make) portable. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 21:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11318 for cvs-all-outgoing; Fri, 26 Jun 1998 21:50:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA11233 for ; Fri, 26 Jun 1998 21:50:00 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ypmvu-0000Fp-00; Fri, 26 Jun 1998 22:49:50 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id WAA02497; Fri, 26 Jun 1998 22:49:19 -0600 (MDT) Message-Id: <199806270449.WAA02497@harmony.village.org> To: John Birrell Subject: Re: Changes to make (not) Cc: committers@FreeBSD.ORG In-reply-to: Your message of "Sat, 27 Jun 1998 14:36:09 +1000." <199806270436.OAA15514@cimlogic.com.au> References: <199806270436.OAA15514@cimlogic.com.au> Date: Fri, 26 Jun 1998 22:49:19 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199806270436.OAA15514@cimlogic.com.au> John Birrell writes: : Please avoid making changes to make(1) sources that rely on functions : that aren't commonly available in other versions of UNIX. The recent : changes that involve asprintf() mean that I can't do a bootstrap build : of the FreeBSD sources using NetBSD/Alpha. This is not so much a problem : to me now that I don't rely on doing that, but there are some who _are_. Any objections to committing the following patch? I think that we should make life easier for the FreeBSD/alpha effort, and this patch would do that. There really is no reason to use asprintf here since the length of the args is easy to calculate and it gets in the way of the alpha porting effort. I added the comment about sprintf being safe to prevent it from being GC'd into snprintf or asprintf by a future autitor.... Warner Index: main.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/usr.bin/make/main.c,v retrieving revision 1.24 diff -u -r1.24 main.c --- main.c 1998/06/13 11:55:57 1.24 +++ main.c 1998/06/27 04:45:54 @@ -186,9 +186,11 @@ break; case 'V': printVars = TRUE; - (void)asprintf(&p, "${%s}", optarg); + p = malloc(strlen(optarg) + 1 + 3); if (!p) Punt("make: cannot allocate memory."); + /* This sprintf is safe, because of the malloc above */ + (void)sprintf(&p, "${%s}", optarg); (void)Lst_AtEnd(variables, (ClientData)p); Var_Append(MAKEFLAGS, "-V", VAR_GLOBAL); Var_Append(MAKEFLAGS, optarg, VAR_GLOBAL); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 22:20:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14501 for cvs-all-outgoing; Fri, 26 Jun 1998 22:20:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14496; Fri, 26 Jun 1998 22:20:33 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12124; Fri, 26 Jun 1998 22:20:01 -0700 (PDT) Date: Fri, 26 Jun 1998 22:20:01 -0700 (PDT) Message-Id: <199806270520.WAA12124@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/astro/ephem Makefile ports/comms/conserver Makefile ports/devel/libdlmalloc Makefile ports/devel/portlint Makefile ports/devel/tkref Makefile ports/editors/vilearn Makefile ports/graphics/spigot Makefile ports/japanese/Wnn6-lib Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 22:20:01 PDT Modified files: astro/ephem Makefile comms/conserver Makefile devel/libdlmalloc Makefile devel/portlint Makefile devel/tkref Makefile editors/vilearn Makefile graphics/spigot Makefile japanese/Wnn6-lib Makefile japanese/Wnn6 Makefile japanese/a2ps Makefile japanese/pgp.language Makefile lang/cmucl Makefile lang/jdk Makefile lang/modula-3 Makefile mail/adcomplain Makefile mail/rblcheck Makefile misc/acron Makefile misc/ewipe Makefile print/apsfilter Makefile print/teTeX Makefile print/xtem Makefile russian/X.language Makefile russian/elm.language Makefile russian/netscape3.language Makefile russian/pgp.language Makefile russian/pine.language Makefile textproc/docbook Makefile textproc/dsssl-docbook-modular Makefile textproc/html Makefile textproc/iso12083 Makefile textproc/iso8879 Makefile textproc/linuxdoc Makefile textproc/texi2html Makefile www/cgihtml Makefile x11/fbsd-icons Makefile x11/pmw Makefile editors/xvile Makefile korean/mizifont Makefile net/cvsup-mirror Makefile x11/kde Makefile Log: Remove NO_CONFIGURE and NO_PATCH, they never meant anything. Revision Changes Path 1.2 +1 -2 ports/astro/ephem/Makefile 1.6 +1 -2 ports/comms/conserver/Makefile 1.7 +1 -2 ports/devel/libdlmalloc/Makefile 1.20 +1 -2 ports/devel/portlint/Makefile 1.6 +1 -2 ports/devel/tkref/Makefile 1.2 +1 -2 ports/editors/vilearn/Makefile 1.6 +1 -2 ports/graphics/spigot/Makefile 1.20 +1 -3 ports/japanese/Wnn6-lib/Makefile 1.20 +1 -3 ports/japanese/Wnn6/Makefile 1.4 +1 -2 ports/japanese/a2ps/Makefile 1.2 +1 -3 ports/japanese/pgp.language/Makefile 1.6 +1 -2 ports/lang/cmucl/Makefile 1.11 +1 -2 ports/lang/jdk/Makefile 1.21 +1 -2 ports/lang/modula-3/Makefile 1.15 +1 -2 ports/mail/adcomplain/Makefile 1.2 +1 -3 ports/mail/rblcheck/Makefile 1.2 +1 -2 ports/misc/acron/Makefile 1.13 +1 -3 ports/misc/ewipe/Makefile 1.21 +1 -2 ports/print/apsfilter/Makefile 1.22 +1 -2 ports/print/teTeX/Makefile 1.5 +1 -2 ports/print/xtem/Makefile 1.17 +1 -3 ports/russian/X.language/Makefile 1.11 +1 -3 ports/russian/elm.language/Makefile 1.13 +1 -3 ports/russian/netscape3.language/Makefile 1.17 +1 -3 ports/russian/pgp.language/Makefile 1.3 +1 -3 ports/russian/pine.language/Makefile 1.4 +1 -3 ports/textproc/docbook/Makefile 1.3 +1 -3 ports/textproc/dsssl-docbook-modular/Makefile 1.3 +1 -3 ports/textproc/html/Makefile 1.2 +1 -3 ports/textproc/iso12083/Makefile 1.6 +1 -3 ports/textproc/iso8879/Makefile 1.5 +1 -3 ports/textproc/linuxdoc/Makefile 1.4 +1 -2 ports/textproc/texi2html/Makefile 1.2 +1 -3 ports/www/cgihtml/Makefile 1.3 +1 -2 ports/x11/fbsd-icons/Makefile 1.2 +1 -3 ports/x11/pmw/Makefile 1.16 +1 -2 ports/editors/xvile/Makefile 1.2 +1 -2 ports/korean/mizifont/Makefile 1.4 +1 -2 ports/net/cvsup-mirror/Makefile 1.12 +1 -2 ports/x11/kde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 22:35:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16369 for cvs-all-outgoing; Fri, 26 Jun 1998 22:35:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16354; Fri, 26 Jun 1998 22:35:37 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12496; Fri, 26 Jun 1998 22:35:03 -0700 (PDT) Date: Fri, 26 Jun 1998 22:35:03 -0700 (PDT) Message-Id: <199806270535.WAA12496@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/cdplay Makefile ports/audio/cdplay/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/audio/cdplay/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1998/06/26 22:35:03 PDT Modified files: audio/cdplay Makefile audio/cdplay/pkg DESCR Added files: audio/cdplay/patches patch-aa patch-ab patch-ac patch-ad patch-ae Log: Add patches to support IDE cd-roms. While I'm here, respect ${CFLAGS}. Heck, why not go all the way and respect ${PREFIX}, too (respect now added). As an intentional side-effect, these patches also prevent the pause function from blasting the listener's ears off (the way cdcontrol currently does (and cdplay used to)). Revision Changes Path 1.3 +7 -1 ports/audio/cdplay/Makefile 1.4 +1 -2 ports/audio/cdplay/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 23:07:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19797 for cvs-all-outgoing; Fri, 26 Jun 1998 23:07:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19714; Fri, 26 Jun 1998 23:07:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13146; Fri, 26 Jun 1998 23:06:35 -0700 (PDT) Date: Fri, 26 Jun 1998 23:06:35 -0700 (PDT) Message-Id: <199806270606.XAA13146@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/p5-Apache/scripts install_httpd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 23:06:35 PDT Modified files: www/p5-Apache/scripts install_httpd Log: Make this port *really* build again. :) Revision Changes Path 1.3 +3 -3 ports/www/p5-Apache/scripts/install_httpd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 23:26:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21320 for cvs-all-outgoing; Fri, 26 Jun 1998 23:26:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21315; Fri, 26 Jun 1998 23:26:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14416; Fri, 26 Jun 1998 23:25:51 -0700 (PDT) Date: Fri, 26 Jun 1998 23:25:51 -0700 (PDT) Message-Id: <199806270625.XAA14416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex-common/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/26 23:25:50 PDT Modified files: japanese/platex-common/pkg PLIST Log: Remove one non-existent file. Revision Changes Path 1.7 +0 -1 ports/japanese/platex-common/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 23:43:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23177 for cvs-all-outgoing; Fri, 26 Jun 1998 23:43:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23166; Fri, 26 Jun 1998 23:43:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14661; Fri, 26 Jun 1998 23:43:13 -0700 (PDT) Date: Fri, 26 Jun 1998 23:43:13 -0700 (PDT) Message-Id: <199806270643.XAA14661@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/26 23:43:12 PDT Modified files: sys/kern vfs_vnops.c Log: Report the mode as the result of the VOP_GETATTR rather than the vnodes type, they may not correspond. Revision Changes Path 1.59 +2 -2 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 26 23:45:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23497 for cvs-all-outgoing; Fri, 26 Jun 1998 23:45:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23460; Fri, 26 Jun 1998 23:45:40 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14728; Fri, 26 Jun 1998 23:45:06 -0700 (PDT) Date: Fri, 26 Jun 1998 23:45:06 -0700 (PDT) Message-Id: <199806270645.XAA14728@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/26 23:45:06 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Report the type from the inode, not the vnode. Revision Changes Path 1.89 +2 -2 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 00:29:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29776 for cvs-all-outgoing; Sat, 27 Jun 1998 00:29:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29769; Sat, 27 Jun 1998 00:29:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15590; Sat, 27 Jun 1998 00:28:52 -0700 (PDT) Date: Sat, 27 Jun 1998 00:28:52 -0700 (PDT) Message-Id: <199806270728.AAA15590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/27 00:28:51 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Make vprint() print dev_t in hex also. Revision Changes Path 1.90 +3 -3 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 00:31:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00238 for cvs-all-outgoing; Sat, 27 Jun 1998 00:31:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00215; Sat, 27 Jun 1998 00:31:23 -0700 (PDT) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15646; Sat, 27 Jun 1998 00:30:47 -0700 (PDT) Date: Sat, 27 Jun 1998 00:30:47 -0700 (PDT) Message-Id: <199806270730.AAA15646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhay 1998/06/27 00:30:47 PDT Modified files: sys/netinet tcp_var.h Log: Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_ are defined. Reviewed by: bde Revision Changes Path 1.45 +4 -4 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 00:42:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01740 for cvs-all-outgoing; Sat, 27 Jun 1998 00:42:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01729; Sat, 27 Jun 1998 00:42:37 -0700 (PDT) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15851; Sat, 27 Jun 1998 00:42:03 -0700 (PDT) Date: Sat, 27 Jun 1998 00:42:03 -0700 (PDT) Message-Id: <199806270742.AAA15851@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netipx ipx_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhay 1998/06/27 00:42:03 PDT Modified files: (Branch: RELENG_2_2) sys/netipx ipx_input.c Log: MFC: r 1.18 Hide printf. PR: 6875 Revision Changes Path 1.9.2.2 +3 -2 src/sys/netipx/ipx_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 00:43:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01855 for cvs-all-outgoing; Sat, 27 Jun 1998 00:43:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01846; Sat, 27 Jun 1998 00:43:35 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA02912; Sat, 27 Jun 1998 17:43:34 +1000 Date: Sat, 27 Jun 1998 17:43:34 +1000 From: Bruce Evans Message-Id: <199806270743.RAA02912@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/ufs/ufs ufs_vnops.c > Log: > Make vprint() print dev_t in hex also. Hex in the kernel should usually be printed in %#x format. Never print it in %x format where it was once in %d format. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 02:03:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11967 for cvs-all-outgoing; Sat, 27 Jun 1998 02:03:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11940; Sat, 27 Jun 1998 02:03:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17035; Sat, 27 Jun 1998 02:02:38 -0700 (PDT) Date: Sat, 27 Jun 1998 02:02:38 -0700 (PDT) Message-Id: <199806270902.CAA17035@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/comms/hylafax Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/27 02:02:37 PDT Modified files: comms/hylafax Makefile Log: Oops, missed another "shells/bash". Found by: make index Revision Changes Path 1.16 +2 -2 ports/comms/hylafax/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 02:23:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14496 for cvs-all-outgoing; Sat, 27 Jun 1998 02:23:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14426; Sat, 27 Jun 1998 02:22:54 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca6-40.ix.netcom.com [205.186.213.40]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA10267; Sat, 27 Jun 1998 02:22:51 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id CAA26905; Sat, 27 Jun 1998 02:22:48 -0700 (PDT) Date: Sat, 27 Jun 1998 02:22:48 -0700 (PDT) Message-Id: <199806270922.CAA26905@silvia.HIP.Berkeley.EDU> To: andreas@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806150049.RAA25897@silvia.HIP.Berkeley.EDU> (asami@FreeBSD.ORG) Subject: Re: cvs commit: ports/www/apache-php Makefile ports/www/apache-php/files apache.sh.tmpl md5 install.patch ports/www/apache-php/patches patch-aa patch-ab patch-ad patch-ae patch-af patch-ah ports/www/apache-php/patches.msql patch-aa patch-ab patch-ac ... From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * * apache12-php3 Andreas, are you going to fix up the stuff? I already did the copy. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 02:25:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14870 for cvs-all-outgoing; Sat, 27 Jun 1998 02:25:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14808; Sat, 27 Jun 1998 02:25:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17633; Sat, 27 Jun 1998 02:24:35 -0700 (PDT) Date: Sat, 27 Jun 1998 02:24:35 -0700 (PDT) Message-Id: <199806270924.CAA17633@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex-jis Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/27 02:24:35 PDT Modified files: japanese/platex-jis Makefile Log: Typo (PORTSDIRS -> PORTSDIR). Found by: make index Revision Changes Path 1.8 +2 -2 ports/japanese/platex-jis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 03:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24207 for cvs-all-outgoing; Sat, 27 Jun 1998 03:32:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24073; Sat, 27 Jun 1998 03:32:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19885; Sat, 27 Jun 1998 03:31:26 -0700 (PDT) Date: Sat, 27 Jun 1998 03:31:26 -0700 (PDT) Message-Id: <199806271031.DAA19885@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/popper/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/27 03:31:24 PDT Added files: mail/popper/patches patch-ag Log: Deal with a potential buffer overflow problem. [also, there is a problem in the repo - patch-af is marked as removed but it's not in the Attic!] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 03:38:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24893 for cvs-all-outgoing; Sat, 27 Jun 1998 03:38:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24864; Sat, 27 Jun 1998 03:38:01 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20047; Sat, 27 Jun 1998 03:37:25 -0700 (PDT) Date: Sat, 27 Jun 1998 03:37:25 -0700 (PDT) Message-Id: <199806271037.DAA20047@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 03:37:24 PDT Modified files: . modules Log: Added apache12-php3 module after repository copy Revision Changes Path 1.2108 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 03:45:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25588 for cvs-all-outgoing; Sat, 27 Jun 1998 03:45:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25580; Sat, 27 Jun 1998 03:45:42 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20283; Sat, 27 Jun 1998 03:45:07 -0700 (PDT) Date: Sat, 27 Jun 1998 03:45:07 -0700 (PDT) Message-Id: <199806271045.DAA20283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache-php Makefile ports/www/apache-php/files Makefile apache.sh.tmpl md5 ports/www/apache-php/patches patch-aa patch-ab patch-ad patch-ae patch-af patch-ah ports/www/apache-php/pkg COMMENT DESCR PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 03:45:06 PDT Removed files: www/apache-php Makefile www/apache-php/files Makefile apache.sh.tmpl md5 www/apache-php/patches patch-aa patch-ab patch-ad patch-ae patch-af patch-ah www/apache-php/pkg COMMENT DESCR PLIST www/apache-php/scripts configure Log: nuke old apache-php after repository copy, new name: apache12-php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 03:49:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25978 for cvs-all-outgoing; Sat, 27 Jun 1998 03:49:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25953; Sat, 27 Jun 1998 03:48:33 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20361; Sat, 27 Jun 1998 03:47:57 -0700 (PDT) Date: Sat, 27 Jun 1998 03:47:57 -0700 (PDT) Message-Id: <199806271047.DAA20361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: CVSROOT modules ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 03:47:56 PDT Modified files: . modules www Makefile Log: nuke apache-php entirely Revision Changes Path 1.2109 +1 -2 CVSROOT/modules 1.83 +2 -2 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 04:03:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27664 for cvs-all-outgoing; Sat, 27 Jun 1998 04:03:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27651; Sat, 27 Jun 1998 04:02:53 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id NAA01623; Sat, 27 Jun 1998 13:00:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id MAA20079; Sat, 27 Jun 1998 12:33:34 +0200 (CEST) (envelope-from andreas) Message-ID: <19980627123334.A19831@klemm.gtn.com> Date: Sat, 27 Jun 1998 12:33:34 +0200 From: Andreas Klemm To: Satoshi Asami , andreas@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache-php Makefile ports/www/apache-php/files apache.sh.tmpl md5 install.patch ports/www/apache-php/patches patch-aa patch-ab patch-ad patch-ae patch-af patch-ah ports/www/apache-php/patches.msql patch-aa patch-ab patch-ac ... References: <199806150049.RAA25897@silvia.HIP.Berkeley.EDU> <199806270922.CAA26905@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806270922.CAA26905@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Sat, Jun 27, 1998 at 02:22:48AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jun 27, 1998 at 02:22:48AM -0700, Satoshi Asami wrote: > * * apache12-php3 > > Andreas, are you going to fix up the stuff? I already did the copy. Uh, forgot that, sorry. Am now on it.... -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 04:15:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28914 for cvs-all-outgoing; Sat, 27 Jun 1998 04:15:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28819; Sat, 27 Jun 1998 04:14:40 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20654; Sat, 27 Jun 1998 04:14:01 -0700 (PDT) Date: Sat, 27 Jun 1998 04:14:01 -0700 (PDT) Message-Id: <199806271114.EAA20654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc security Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 04:14:01 PDT Modified files: etc security Log: additionally warnings - login failures - tcp_wrapper messages about refused connections Revision Changes Path 1.24 +11 -1 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 04:21:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA01597 for cvs-all-outgoing; Sat, 27 Jun 1998 04:21:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA01499; Sat, 27 Jun 1998 04:21:12 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20807; Sat, 27 Jun 1998 04:20:37 -0700 (PDT) Date: Sat, 27 Jun 1998 04:20:37 -0700 (PDT) Message-Id: <199806271120.EAA20807@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc security Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 04:20:37 PDT Modified files: (Branch: RELENG_2_2) etc security Log: merged from ­current, new security warnings (login failures and tcp_wrappers messages) PR: closes misc/7050 Revision Changes Path 1.16.2.5 +11 -1 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 04:27:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02607 for cvs-all-outgoing; Sat, 27 Jun 1998 04:27:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02432; Sat, 27 Jun 1998 04:27:15 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.0/8.9.0) id UAA23842; Sat, 27 Jun 1998 20:57:11 +0930 (CST) Message-ID: <19980627205711.M23035@freebie.lemis.com> Date: Sat, 27 Jun 1998 20:57:11 +0930 From: Greg Lehey To: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/popper/patches patch-ag References: <199806271031.DAA19885@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806271031.DAA19885@freefall.freebsd.org>; from Jordan Hubbard on Sat, Jun 27, 1998 at 03:31:26AM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Saturday, 27 June 1998 at 3:31:26 -0700, Jordan Hubbard wrote: > jkh 1998/06/27 03:31:24 PDT > > Added files: > mail/popper/patches patch-ag > Log: > Deal with a potential buffer overflow problem. Is this the security compromise thing? Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 04:33:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03286 for cvs-all-outgoing; Sat, 27 Jun 1998 04:33:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03266; Sat, 27 Jun 1998 04:33:23 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA02073; Sat, 27 Jun 1998 04:33:49 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Greg Lehey cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/popper/patches patch-ag In-reply-to: Your message of "Sat, 27 Jun 1998 20:57:11 +0930." <19980627205711.M23035@freebie.lemis.com> Date: Sat, 27 Jun 1998 04:33:48 -0700 Message-ID: <2070.898947228@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Saturday, 27 June 1998 at 3:31:26 -0700, Jordan Hubbard wrote: > > jkh 1998/06/27 03:31:24 PDT > > > > Added files: > > mail/popper/patches patch-ag > > Log: > > Deal with a potential buffer overflow problem. > > Is this the security compromise thing? I don't know. I've never seen the exploit nor had it directly demonstrated to me. I've only made a fix which seemed appropriate under the circumances and with what amounts to no more than subtle hints that this *might* be the problem. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 04:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03494 for cvs-all-outgoing; Sat, 27 Jun 1998 04:36:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03489; Sat, 27 Jun 1998 04:36:12 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id NAA02926; Sat, 27 Jun 1998 13:30:12 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id NAA00179; Sat, 27 Jun 1998 13:24:53 +0200 (CEST) (envelope-from andreas) Message-ID: <19980627132453.A29689@klemm.gtn.com> Date: Sat, 27 Jun 1998 13:24:53 +0200 From: Andreas Klemm To: Andreas Klemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc security References: <199806271114.EAA20654@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806271114.EAA20654@freefall.freebsd.org>; from Andreas Klemm on Sat, Jun 27, 1998 at 04:14:01AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Oops, forgot to say, that it closes PR 7050 On Sat, Jun 27, 1998 at 04:14:01AM -0700, Andreas Klemm wrote: > andreas 1998/06/27 04:14:01 PDT > > Modified files: > etc security > Log: > additionally warnings > - login failures > - tcp_wrapper messages about refused connections > > Revision Changes Path > 1.24 +11 -1 src/etc/security -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 05:04:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05298 for cvs-all-outgoing; Sat, 27 Jun 1998 05:04:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05293; Sat, 27 Jun 1998 05:04:19 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21466; Sat, 27 Jun 1998 05:03:44 -0700 (PDT) Date: Sat, 27 Jun 1998 05:03:44 -0700 (PDT) Message-Id: <199806271203.FAA21466@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c ip.c main.c tun.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 05:03:44 PDT Modified files: usr.sbin/ppp bundle.c ip.c main.c tun.h Log: ``struct tunnel_header'' -> u_int32_t in OpenBSD. struct tunnel_header is going soon. Suggested by: Theo Revision Changes Path 1.24 +1 -2 src/usr.sbin/ppp/bundle.c 1.45 +1 -2 src/usr.sbin/ppp/ip.c 1.137 +1 -2 src/usr.sbin/ppp/main.c 1.5 +4 -4 src/usr.sbin/ppp/tun.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 05:04:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05320 for cvs-all-outgoing; Sat, 27 Jun 1998 05:04:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05308; Sat, 27 Jun 1998 05:04:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21492; Sat, 27 Jun 1998 05:03:47 -0700 (PDT) Date: Sat, 27 Jun 1998 05:03:47 -0700 (PDT) Message-Id: <199806271203.FAA21492@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 05:03:46 PDT Modified files: usr.sbin/ppp bundle.c Log: Cast void * to char * for log_Printf(). Revision Changes Path 1.25 +2 -2 src/usr.sbin/ppp/bundle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 05:04:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05356 for cvs-all-outgoing; Sat, 27 Jun 1998 05:04:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05339; Sat, 27 Jun 1998 05:04:25 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21524; Sat, 27 Jun 1998 05:03:51 -0700 (PDT) Date: Sat, 27 Jun 1998 05:03:51 -0700 (PDT) Message-Id: <199806271203.FAA21524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp async.h filter.c route.c slcompress.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 05:03:51 PDT Modified files: usr.sbin/ppp async.h filter.c route.c slcompress.c Log: Don't assume ``sizeof(u_long) == 4'' Submitted by: Theo Revision Changes Path 1.4 +3 -3 src/usr.sbin/ppp/async.h 1.25 +2 -2 src/usr.sbin/ppp/filter.c 1.50 +3 -3 src/usr.sbin/ppp/route.c 1.19 +5 -5 src/usr.sbin/ppp/slcompress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 05:06:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05636 for cvs-all-outgoing; Sat, 27 Jun 1998 05:06:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05630; Sat, 27 Jun 1998 05:06:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21598; Sat, 27 Jun 1998 05:05:30 -0700 (PDT) Date: Sat, 27 Jun 1998 05:05:30 -0700 (PDT) Message-Id: <199806271205.FAA21598@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp async.c filter.c ip.c lcp.c main.c route.c slcompress.c tun.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 05:05:30 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp async.c filter.c ip.c lcp.c main.c route.c slcompress.c tun.h Log: Cosmetic MFC: OpenBSD struct tunnel_header -> u_int32_t Fix ``sizeof(u_long) == 4'' errors. Suggested by: theo Revision Changes Path 1.5.2.6 +3 -3 src/usr.sbin/ppp/async.c 1.6.2.9 +2 -2 src/usr.sbin/ppp/filter.c 1.9.2.18 +1 -2 src/usr.sbin/ppp/ip.c 1.10.2.25 +1 -2 src/usr.sbin/ppp/lcp.c 1.22.2.48 +1 -2 src/usr.sbin/ppp/main.c 1.9.2.13 +3 -3 src/usr.sbin/ppp/route.c 1.6.2.6 +5 -5 src/usr.sbin/ppp/slcompress.c 1.3.2.2 +4 -4 src/usr.sbin/ppp/tun.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 05:49:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09364 for cvs-all-outgoing; Sat, 27 Jun 1998 05:49:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09358; Sat, 27 Jun 1998 05:49:01 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25225; Sat, 27 Jun 1998 05:48:27 -0700 (PDT) Date: Sat, 27 Jun 1998 05:48:27 -0700 (PDT) Message-Id: <199806271248.FAA25225@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/27 05:48:26 PDT Modified files: . modules Log: ja-kinput2-wnn4 --> ports/japanese/kinput2-wnn4 Revision Changes Path 1.2110 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 05:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09609 for cvs-all-outgoing; Sat, 27 Jun 1998 05:50:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09553; Sat, 27 Jun 1998 05:50:02 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25266; Sat, 27 Jun 1998 05:49:27 -0700 (PDT) Date: Sat, 27 Jun 1998 05:49:27 -0700 (PDT) Message-Id: <199806271249.FAA25266@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/kinput2-wnn4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/27 05:49:27 PDT ports/japanese/kinput2-wnn4 - Imported sources Update of /home/ncvs/ports/japanese/kinput2-wnn4 In directory freefall.freebsd.org:/tmp/cvs-serv25255 Log Message: Input server of Japanese text (Wnn4) Submitted by: Satoshi Taoka PR: ports/6028 (part of) Status: Vendor Tag: TAOKA Release Tags: v2_0_p4 N ports/japanese/kinput2-wnn4/Makefile N ports/japanese/kinput2-wnn4/files/md5 N ports/japanese/kinput2-wnn4/patches/patch-aa N ports/japanese/kinput2-wnn4/patches/patch-ab N ports/japanese/kinput2-wnn4/patches/patch-ac N ports/japanese/kinput2-wnn4/patches/patch-ad N ports/japanese/kinput2-wnn4/pkg/COMMENT N ports/japanese/kinput2-wnn4/pkg/DESCR N ports/japanese/kinput2-wnn4/pkg/MESSAGE N ports/japanese/kinput2-wnn4/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 06:47:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13710 for cvs-all-outgoing; Sat, 27 Jun 1998 06:47:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13704; Sat, 27 Jun 1998 06:47:19 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA22405; Sat, 27 Jun 1998 06:46:44 -0700 (PDT) Date: Sat, 27 Jun 1998 06:46:44 -0700 (PDT) Message-Id: <199806271346.GAA22405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/print/ghostscript5/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 06:46:43 PDT Modified files: print/ghostscript5/files md5 Log: checksums changed on mastersite... Submitted by: Mikhail Teterin Revision Changes Path 1.11 +2 -2 ports/print/ghostscript5/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 06:53:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14458 for cvs-all-outgoing; Sat, 27 Jun 1998 06:53:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14453; Sat, 27 Jun 1998 06:53:10 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA24100; Sat, 27 Jun 1998 06:52:36 -0700 (PDT) Date: Sat, 27 Jun 1998 06:52:36 -0700 (PDT) Message-Id: <199806271352.GAA24100@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache12-php3 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/27 06:52:35 PDT Modified files: www/apache12-php3 Makefile Log: William sent patches to me so support dbase type database... If there are any problems related to this, send him an e-mail, I can't test this ! Submitted by: William Lloyd Revision Changes Path 1.46 +9 -5 ports/www/apache12-php3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 07:06:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15561 for cvs-all-outgoing; Sat, 27 Jun 1998 07:06:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15546; Sat, 27 Jun 1998 07:06:49 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id NAA28559; Sat, 27 Jun 1998 13:12:09 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806271212.NAA28559@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Nik Clayton cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: Re: cvs commit: doc/en/handbook README handbook.sgml In-reply-to: Your message of "Fri, 26 Jun 1998 04:37:46 PDT." <199806261137.EAA15530@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jun 1998 13:12:09 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > nik 1998/06/26 04:37:46 PDT > > Modified files: > en/handbook README handbook.sgml > Log: > A cleanup to get it to validate. Fixed some invalid and missplet markup. ^^^^^^^^ :-) > Lots of undefined entities still exist, but they will be fixed with a > later commit. > > Revision Changes Path > 1.17 +7 -0 doc/en/handbook/README > 1.16 +64 -37 doc/en/handbook/handbook.sgml -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 07:09:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15849 for cvs-all-outgoing; Sat, 27 Jun 1998 07:09:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15610; Sat, 27 Jun 1998 07:07:18 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id NAA28571; Sat, 27 Jun 1998 13:14:17 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806271214.NAA28571@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Dmitrij Tejblum cc: Peter Wemm , Dmitrij Tejblum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pppd Makefile In-reply-to: Your message of "Fri, 26 Jun 1998 20:21:15 +0400." <199806261621.UAA08964@arc.hq.cti.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jun 1998 13:14:17 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Dmitrij Tejblum wrote: > > > Make it setuid root again, as it always has been. > > > > > > PR: 7070 > > > > Whoops!! Sorry, local change leaked in! (we don't let shell users run > > pppd themselves) > > Perhaps, pppd should have permisions same as user-level ppp: > > BINMODE=4550 That should now be 4554 - otherwise a NFS mounted /usr won't allow root to run ppp (pointed out by bde). > BINOWN= root > BINGRP= network > > I. e., setuid root, but not every user may execute it. > > Dima -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 07:18:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16454 for cvs-all-outgoing; Sat, 27 Jun 1998 07:18:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16449; Sat, 27 Jun 1998 07:18:05 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24757; Sat, 27 Jun 1998 07:17:30 -0700 (PDT) Date: Sat, 27 Jun 1998 07:17:30 -0700 (PDT) Message-Id: <199806271417.HAA24757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile alias_cmd.c bundle.c bundle.h command.c ip.c ipcp.c main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 07:17:30 PDT Modified files: usr.sbin/ppp Makefile alias_cmd.c bundle.c bundle.h command.c ip.c ipcp.c main.c Log: Don't dlopen()/dlsym() libalias, use it in the same way as the rest of the world uses libraries. Revision Changes Path 1.44 +10 -5 src/usr.sbin/ppp/Makefile 1.15 +29 -9 src/usr.sbin/ppp/alias_cmd.c 1.26 +9 -5 src/usr.sbin/ppp/bundle.c 1.9 +2 -1 src/usr.sbin/ppp/bundle.h 1.150 +9 -11 src/usr.sbin/ppp/command.c 1.46 +6 -6 src/usr.sbin/ppp/ip.c 1.59 +6 -3 src/usr.sbin/ppp/ipcp.c 1.138 +10 -7 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 07:18:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16531 for cvs-all-outgoing; Sat, 27 Jun 1998 07:18:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16526; Sat, 27 Jun 1998 07:18:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24856; Sat, 27 Jun 1998 07:18:19 -0700 (PDT) Date: Sat, 27 Jun 1998 07:18:19 -0700 (PDT) Message-Id: <199806271418.HAA24856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c bundle.c chap.c chat.c command.c datalink.c defs.c ip.c ipcp.c main.c modem.c physical.c probe.c server.c timer.c tun.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 07:18:19 PDT Modified files: usr.sbin/ppp alias_cmd.c bundle.c chap.c chat.c command.c datalink.c defs.c ip.c ipcp.c main.c modem.c physical.c probe.c server.c timer.c tun.c Log: Remove redundant includes Revision Changes Path 1.16 +1 -2 src/usr.sbin/ppp/alias_cmd.c 1.27 +1 -3 src/usr.sbin/ppp/bundle.c 1.33 +5 -2 src/usr.sbin/ppp/chap.c 1.50 +1 -2 src/usr.sbin/ppp/chat.c 1.151 +2 -4 src/usr.sbin/ppp/command.c 1.14 +1 -2 src/usr.sbin/ppp/datalink.c 1.17 +3 -1 src/usr.sbin/ppp/defs.c 1.47 +1 -2 src/usr.sbin/ppp/ip.c 1.60 +1 -2 src/usr.sbin/ppp/ipcp.c 1.139 +1 -5 src/usr.sbin/ppp/main.c 1.94 +1 -2 src/usr.sbin/ppp/modem.c 1.4 +1 -3 src/usr.sbin/ppp/physical.c 1.2 +1 -6 src/usr.sbin/ppp/probe.c 1.22 +1 -19 src/usr.sbin/ppp/server.c 1.31 +1 -3 src/usr.sbin/ppp/timer.c 1.8 +3 -3 src/usr.sbin/ppp/tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:33:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23072 for cvs-all-outgoing; Sat, 27 Jun 1998 08:33:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23066; Sat, 27 Jun 1998 08:33:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27564; Sat, 27 Jun 1998 08:33:20 -0700 (PDT) Date: Sat, 27 Jun 1998 08:33:20 -0700 (PDT) Message-Id: <199806271533.IAA27564@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp loadalias.c loadalias.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 08:33:20 PDT Removed files: usr.sbin/ppp loadalias.c loadalias.h Log: I find it *really* irritating that you can't ``cvs rm'' things without removing them first. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:35:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23382 for cvs-all-outgoing; Sat, 27 Jun 1998 08:35:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23370; Sat, 27 Jun 1998 08:35:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27974; Sat, 27 Jun 1998 08:35:03 -0700 (PDT) Date: Sat, 27 Jun 1998 08:35:03 -0700 (PDT) Message-Id: <199806271535.IAA27974@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 08:35:02 PDT Modified files: sys/alpha/include types.h Log: Make uoff_t compile. Revision Changes Path 1.5 +2 -2 src/sys/alpha/include/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:36:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23546 for cvs-all-outgoing; Sat, 27 Jun 1998 08:36:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23529; Sat, 27 Jun 1998 08:36:34 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28333; Sat, 27 Jun 1998 08:35:59 -0700 (PDT) Date: Sat, 27 Jun 1998 08:35:59 -0700 (PDT) Message-Id: <199806271535.IAA28333@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha db_disasm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 08:35:58 PDT Modified files: sys/alpha/alpha db_disasm.c Log: Use %lx for printing register contents. Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/db_disasm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:38:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23738 for cvs-all-outgoing; Sat, 27 Jun 1998 08:38:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23733; Sat, 27 Jun 1998 08:38:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28404; Sat, 27 Jun 1998 08:37:44 -0700 (PDT) Date: Sat, 27 Jun 1998 08:37:44 -0700 (PDT) Message-Id: <199806271537.IAA28404@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha db_instruction.h db_trace.c swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 08:37:43 PDT Modified files: sys/alpha/alpha db_instruction.h db_trace.c swtch.s Log: Add some stack backtrace support. Pretty fragile but its a start. Revision Changes Path 1.2 +7 -0 src/sys/alpha/alpha/db_instruction.h 1.2 +87 -6 src/sys/alpha/alpha/db_trace.c 1.3 +5 -1 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:39:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23906 for cvs-all-outgoing; Sat, 27 Jun 1998 08:39:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23872; Sat, 27 Jun 1998 08:39:32 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA22966; Sat, 27 Jun 1998 15:39:31 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id RAA14250; Sat, 27 Jun 1998 17:39:31 +0200 (MET DST) Message-ID: <19980627173931.49183@follo.net> Date: Sat, 27 Jun 1998 17:39:31 +0200 From: Eivind Eklund To: Brian Somers , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp loadalias.c loadalias.h References: <199806271533.IAA27564@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199806271533.IAA27564@freefall.freebsd.org>; from Brian Somers on Sat, Jun 27, 1998 at 08:33:20AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jun 27, 1998 at 08:33:20AM -0700, Brian Somers wrote: > brian 1998/06/27 08:33:20 PDT > > Removed files: > usr.sbin/ppp loadalias.c loadalias.h > Log: > I find it *really* irritating that you can't ``cvs rm'' > things without removing them first. cvs remove -f loadalias.[ch] Should it enter the welcome message? Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:40:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24059 for cvs-all-outgoing; Sat, 27 Jun 1998 08:40:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24054; Sat, 27 Jun 1998 08:40:27 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28497; Sat, 27 Jun 1998 08:39:52 -0700 (PDT) Date: Sat, 27 Jun 1998 08:39:52 -0700 (PDT) Message-Id: <199806271539.IAA28497@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_examine.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 08:39:51 PDT Modified files: sys/ddb db_examine.c Log: Use %+11ln for printing in r format to make it work for 64bit registers. Revision Changes Path 1.21 +7 -7 src/sys/ddb/db_examine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:41:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24149 for cvs-all-outgoing; Sat, 27 Jun 1998 08:41:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24143; Sat, 27 Jun 1998 08:41:33 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28551; Sat, 27 Jun 1998 08:40:57 -0700 (PDT) Date: Sat, 27 Jun 1998 08:40:57 -0700 (PDT) Message-Id: <199806271540.IAA28551@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_lex.c db_lex.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 08:40:57 PDT Modified files: sys/ddb db_lex.c db_lex.h Log: Make db_tok_number a long to allow typing 64bit numbers on alpha. Revision Changes Path 1.16 +2 -2 src/sys/ddb/db_lex.c 1.10 +2 -2 src/sys/ddb/db_lex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:54:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25141 for cvs-all-outgoing; Sat, 27 Jun 1998 08:54:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25127; Sat, 27 Jun 1998 08:54:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29130; Sat, 27 Jun 1998 08:53:52 -0700 (PDT) Date: Sat, 27 Jun 1998 08:53:52 -0700 (PDT) Message-Id: <199806271553.IAA29130@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/27 08:53:52 PDT Modified files: . modules Log: ja-kinput2-wnn6 --> ports/japanese/kinput2-wnn6 Revision Changes Path 1.2111 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 08:55:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25374 for cvs-all-outgoing; Sat, 27 Jun 1998 08:55:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25363; Sat, 27 Jun 1998 08:55:23 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29175; Sat, 27 Jun 1998 08:54:47 -0700 (PDT) Date: Sat, 27 Jun 1998 08:54:47 -0700 (PDT) Message-Id: <199806271554.IAA29175@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/kinput2-wnn6 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/27 08:54:47 PDT ports/japanese/kinput2-wnn6 - Imported sources Update of /home/ncvs/ports/japanese/kinput2-wnn6 In directory freefall.freebsd.org:/tmp/cvs-serv29157 Log Message: Input server of Japanese text (Wnn6) Submitted by: Satoshi Taoka PR: ports/6028 (part of) Status: Vendor Tag: TAOKA Release Tags: v2_0_p4 N ports/japanese/kinput2-wnn6/Makefile N ports/japanese/kinput2-wnn6/pkg/COMMENT N ports/japanese/kinput2-wnn6/pkg/DESCR N ports/japanese/kinput2-wnn6/pkg/MESSAGE N ports/japanese/kinput2-wnn6/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 09:07:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26536 for cvs-all-outgoing; Sat, 27 Jun 1998 09:07:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26498; Sat, 27 Jun 1998 09:07:07 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id RAA07700; Sat, 27 Jun 1998 17:06:54 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806271606.RAA07700@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Eivind Eklund cc: Brian Somers , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp loadalias.c loadalias.h In-reply-to: Your message of "Sat, 27 Jun 1998 17:39:31 +0200." <19980627173931.49183@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jun 1998 17:06:53 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Sat, Jun 27, 1998 at 08:33:20AM -0700, Brian Somers wrote: > > brian 1998/06/27 08:33:20 PDT > > > > Removed files: > > usr.sbin/ppp loadalias.c loadalias.h > > Log: > > I find it *really* irritating that you can't ``cvs rm'' > > things without removing them first. > > cvs remove -f loadalias.[ch] > > Should it enter the welcome message? *blush* :-) > Eivind. > -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 09:11:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27017 for cvs-all-outgoing; Sat, 27 Jun 1998 09:11:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27004; Sat, 27 Jun 1998 09:11:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29550; Sat, 27 Jun 1998 09:10:43 -0700 (PDT) Date: Sat, 27 Jun 1998 09:10:43 -0700 (PDT) Message-Id: <199806271610.JAA29550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libedit chared.c chared.h common.c map.c read.c vi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 09:10:42 PDT Modified files: lib/libedit chared.c chared.h common.c map.c read.c vi.c Log: Fixes assorted problems with the history edit functions in libedit. This affects sh, ftp (and others?). Submitted by: Max Euston PR: 6516 Revision Changes Path 1.5 +16 -1 src/lib/libedit/chared.c 1.3 +1 -0 src/lib/libedit/chared.h 1.5 +4 -1 src/lib/libedit/common.c 1.4 +1 -1 src/lib/libedit/map.c 1.4 +2 -2 src/lib/libedit/read.c 1.5 +25 -9 src/lib/libedit/vi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 09:25:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28791 for cvs-all-outgoing; Sat, 27 Jun 1998 09:25:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28771; Sat, 27 Jun 1998 09:25:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29979; Sat, 27 Jun 1998 09:24:56 -0700 (PDT) Date: Sat, 27 Jun 1998 09:24:56 -0700 (PDT) Message-Id: <199806271624.JAA29979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 09:24:56 PDT Modified files: usr.sbin/ppp ipcp.c Log: More u_long -> u_int32_t Revision Changes Path 1.61 +3 -3 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 09:32:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00144 for cvs-all-outgoing; Sat, 27 Jun 1998 09:32:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00136; Sat, 27 Jun 1998 09:32:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00281; Sat, 27 Jun 1998 09:32:10 -0700 (PDT) Date: Sat, 27 Jun 1998 09:32:10 -0700 (PDT) Message-Id: <199806271632.JAA00281@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 09:32:10 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ipcp.c Log: Cosmetic (under FreeBSD): Even more u_long -> u_int32_t Revision Changes Path 1.9.2.21 +10 -10 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 11:50:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13644 for cvs-all-outgoing; Sat, 27 Jun 1998 11:50:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles146.castles.com [208.214.165.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13638 for ; Sat, 27 Jun 1998 11:50:45 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id LAA15655; Sat, 27 Jun 1998 11:50:00 -0700 (PDT) Message-Id: <199806271850.LAA15655@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Harlan Stenn cc: committers@FreeBSD.ORG Subject: Re: contrib-utized am-utils? In-reply-to: Your message of "Fri, 26 Jun 1998 11:59:34 EDT." <11123.898876774@brown.pfcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jun 1998 11:50:00 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > I've contrib-utized am-utils, which should be a replacement for the current > amd stuff. > > The stuff I've done is suitable for both -stable and -current. > > Anybody have the time/inclination to review and commit? Have you addressed the stability and configuration issues? I recall that there were some comments regarding problems that had been experienced with am-utils, and I don't recall hearing whether they were commandline-compatible or whether we are looking at changes to the /etc/ files to match... -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:33:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24948 for cvs-all-outgoing; Sat, 27 Jun 1998 13:33:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24943; Sat, 27 Jun 1998 13:33:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05139; Sat, 27 Jun 1998 13:32:43 -0700 (PDT) Date: Sat, 27 Jun 1998 13:32:43 -0700 (PDT) Message-Id: <199806272032.NAA05139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip/tip modems.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 13:32:42 PDT Modified files: usr.bin/tip/tip modems.5 Log: Fix a few typos. PR: 7092 Submitted by: Kauzo Horikawa Revision Changes Path 1.3 +4 -3 src/usr.bin/tip/tip/modems.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:34:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25119 for cvs-all-outgoing; Sat, 27 Jun 1998 13:34:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25111; Sat, 27 Jun 1998 13:34:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05244; Sat, 27 Jun 1998 13:34:13 -0700 (PDT) Date: Sat, 27 Jun 1998 13:34:13 -0700 (PDT) Message-Id: <199806272034.NAA05244@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip/tip modems.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 13:34:13 PDT Modified files: (Branch: RELENG_2_2) usr.bin/tip/tip modems.5 Log: MFC: typos fixed in revision 1.3 Revision Changes Path 1.2.2.1 +4 -3 src/usr.bin/tip/tip/modems.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:37:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25324 for cvs-all-outgoing; Sat, 27 Jun 1998 13:37:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25319; Sat, 27 Jun 1998 13:37:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05482; Sat, 27 Jun 1998 13:37:19 -0700 (PDT) Date: Sat, 27 Jun 1998 13:37:19 -0700 (PDT) Message-Id: <199806272037.NAA05482@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/blackbox Makefile ports/x11/blackbox/files md5 ports/x11/blackbox/patches patch-ab patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 13:37:19 PDT Modified files: x11/blackbox Makefile x11/blackbox/files md5 x11/blackbox/patches patch-aa Added files: x11/blackbox/patches patch-ab Log: Upgrade to version 0.33.6. PR: 7091 Submitted by: Don Croyle Revision Changes Path 1.2 +3 -4 ports/x11/blackbox/Makefile 1.2 +1 -1 ports/x11/blackbox/files/md5 1.2 +19 -11 ports/x11/blackbox/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25602 for cvs-all-outgoing; Sat, 27 Jun 1998 13:40:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25597; Sat, 27 Jun 1998 13:40:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05654; Sat, 27 Jun 1998 13:39:28 -0700 (PDT) Date: Sat, 27 Jun 1998 13:39:28 -0700 (PDT) Message-Id: <199806272039.NAA05654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/wide-dhcp/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 13:39:28 PDT Modified files: net/wide-dhcp/patches patch-ac Log: Generate /etc/resolv.conf even if domain name is not present. PR: 7088 Submitted by: maintainer Revision Changes Path 1.7 +7 -6 ports/net/wide-dhcp/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:42:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25871 for cvs-all-outgoing; Sat, 27 Jun 1998 13:42:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25866; Sat, 27 Jun 1998 13:42:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05860; Sat, 27 Jun 1998 13:42:00 -0700 (PDT) Date: Sat, 27 Jun 1998 13:42:00 -0700 (PDT) Message-Id: <199806272042.NAA05860@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps spanish.iso.acc.kbd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 13:41:59 PDT Modified files: share/syscons/keymaps spanish.iso.acc.kbd Log: A few tweaks to the spanish keymap. PR: 7080 Submitted by: Jose M. Acaide Revision Changes Path 1.2 +5 -5 src/share/syscons/keymaps/spanish.iso.acc.kbd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:43:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25956 for cvs-all-outgoing; Sat, 27 Jun 1998 13:43:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25951; Sat, 27 Jun 1998 13:43:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05953; Sat, 27 Jun 1998 13:43:03 -0700 (PDT) Date: Sat, 27 Jun 1998 13:43:03 -0700 (PDT) Message-Id: <199806272043.NAA05953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps spanish.iso.acc.kbd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 13:43:03 PDT Modified files: (Branch: RELENG_2_2) share/syscons/keymaps spanish.iso.acc.kbd Log: MFC: revision 1.2 Revision Changes Path 1.1.2.2 +5 -5 src/share/syscons/keymaps/spanish.iso.acc.kbd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:48:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26448 for cvs-all-outgoing; Sat, 27 Jun 1998 13:48:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26440; Sat, 27 Jun 1998 13:48:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06242; Sat, 27 Jun 1998 13:47:30 -0700 (PDT) Date: Sat, 27 Jun 1998 13:47:30 -0700 (PDT) Message-Id: <199806272047.NAA06242@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/popper/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/27 13:47:30 PDT Modified files: mail/popper/patches patch-ag Log: Add -3 to len as room for \n\r\0 Revision Changes Path 1.4 +3 -3 ports/mail/popper/patches/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 13:58:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28542 for cvs-all-outgoing; Sat, 27 Jun 1998 13:58:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pcpsj.pfcs.com (1r1xnZqSnlCYV5Ej+JKFL1WMkbOwuNMw@harlan.fred.net [205.252.219.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28534 for ; Sat, 27 Jun 1998 13:58:15 -0700 (PDT) (envelope-from Harlan.Stenn@pfcs.com) Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.8.8/8.8.8) via ESMTP id ; Sat, 27 Jun 1998 16:57:47 -0400 (EDT) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id ; Sat, 27 Jun 1998 13:57:45 -0700 (PDT) Received: from localhost [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id ; Sat, 27 Jun 1998 16:57:44 -0400 (EDT) X-Mailer: exmh version 2.0.2 2/24/98 To: Mike Smith cc: Harlan Stenn , committers@FreeBSD.ORG Subject: Re: contrib-utized am-utils? In-Reply-To: Mike Smith's (mike@smith.net.au) message dated Sat, 27 Jun 1998 11:50:00. <199806271850.LAA15655@antipodes.cdrom.com> X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jun 1998 16:57:43 -0400 Message-ID: <23843.898981063@brown.pfcs.com> From: Harlan Stenn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > I've contrib-utized am-utils, which should be a replacement for the current > > amd stuff. > > > > The stuff I've done is suitable for both -stable and -current. > > > > Anybody have the time/inclination to review and commit? > > Have you addressed the stability and configuration issues? > > I recall that there were some comments regarding problems that had been > experienced with am-utils, and I don't recall hearing whether they were > commandline-compatible or whether we are looking at changes to the /etc/ > files to match... Thanks for your response. I didn't mess with the "content" of am-utils. Folks were complaining that amd is old and buggy, and is missing features that were in am-utils. I just contrib-utized the beast, in a way that it will work for both -current and -stable, and future versions of am-utils should just drop-in. There was a flurry of email about "ports or contrib", because there was general agreement that folks *wanted* to convert from amd to am-utils, and all that was needed was for somebody to step up to the plate and do the work. There is a an open bug report (bin/6353, as I recall) on this, too. Based on this, I decided to do the work. If y'all are now no longer interested in it, that's fine - just let me know, and I won't spend/waste any more of my time or y'all's on things like this. (I hope whoever I sent the tarball to still has it - I can't seem to locate it now, and I'm currently unwilling to re-invest the time to recreate my efforts.) H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 14:05:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29679 for cvs-all-outgoing; Sat, 27 Jun 1998 14:05:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29673; Sat, 27 Jun 1998 14:05:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07325; Sat, 27 Jun 1998 14:05:12 -0700 (PDT) Date: Sat, 27 Jun 1998 14:05:12 -0700 (PDT) Message-Id: <199806272105.OAA07325@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 14:05:11 PDT Added files: print/a2ps/patches patch-ac Log: Correct format of info/dir file. PR: 6898 Submitted by: Marc van Woerkom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 14:24:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02685 for cvs-all-outgoing; Sat, 27 Jun 1998 14:24:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02680; Sat, 27 Jun 1998 14:24:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07989; Sat, 27 Jun 1998 14:23:31 -0700 (PDT) Date: Sat, 27 Jun 1998 14:23:31 -0700 (PDT) Message-Id: <199806272123.OAA07989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf rc.firewall rc.network services src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 14:23:31 PDT Modified files: (Branch: RELENG_2_2) etc rc.conf rc.firewall rc.network services share/man/man5 rc.conf.5 Log: MFC: natd support Revision Changes Path 1.1.2.45 +4 -1 src/etc/rc.conf 1.6.2.9 +9 -1 src/etc/rc.firewall 1.1.2.21 +7 -1 src/etc/rc.network 1.27.2.19 +2 -1 src/etc/services 1.1.2.11 +23 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 14:30:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03419 for cvs-all-outgoing; Sat, 27 Jun 1998 14:30:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03412; Sat, 27 Jun 1998 14:30:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA08181; Sat, 27 Jun 1998 14:29:36 -0700 (PDT) Date: Sat, 27 Jun 1998 14:29:36 -0700 (PDT) Message-Id: <199806272129.OAA08181@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/fdwrite fdwrite.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 14:29:36 PDT Modified files: usr.sbin/fdwrite fdwrite.1 Log: Typo. PR: 7093 Submitted by: Stefan Eggers Revision Changes Path 1.9 +2 -2 src/usr.sbin/fdwrite/fdwrite.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 14:31:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03516 for cvs-all-outgoing; Sat, 27 Jun 1998 14:31:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03510; Sat, 27 Jun 1998 14:31:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA08304; Sat, 27 Jun 1998 14:30:45 -0700 (PDT) Date: Sat, 27 Jun 1998 14:30:45 -0700 (PDT) Message-Id: <199806272130.OAA08304@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/fdwrite fdwrite.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 14:30:45 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/fdwrite fdwrite.1 Log: MFC: revision 1.9 Revision Changes Path 1.2.2.4 +2 -2 src/usr.sbin/fdwrite/fdwrite.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 14:46:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05549 for cvs-all-outgoing; Sat, 27 Jun 1998 14:46:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05541; Sat, 27 Jun 1998 14:46:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA08657; Sat, 27 Jun 1998 14:46:04 -0700 (PDT) Date: Sat, 27 Jun 1998 14:46:04 -0700 (PDT) Message-Id: <199806272146.OAA08657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/27 14:46:03 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Note in log file if messages are being forwarded from a remote machine. PR: 7055 Submitted by: Edwin Groothus Revision Changes Path 1.36 +9 -2 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 14:48:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05718 for cvs-all-outgoing; Sat, 27 Jun 1998 14:48:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05708; Sat, 27 Jun 1998 14:48:15 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA08754; Sat, 27 Jun 1998 14:47:38 -0700 (PDT) Date: Sat, 27 Jun 1998 14:47:38 -0700 (PDT) Message-Id: <199806272147.OAA08754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/popper/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/27 14:47:38 PDT Modified files: mail/popper/patches patch-ag Log: Close a missing overflow with strcat() in my original change and add an extra overflow fix to pop_log.c. This is just a place-holder until Peter comes along with a more comprehensive set of patches. Revision Changes Path 1.5 +32 -4 ports/mail/popper/patches/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 15:58:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14838 for cvs-all-outgoing; Sat, 27 Jun 1998 15:58:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14833; Sat, 27 Jun 1998 15:58:41 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA15094; Sat, 27 Jun 1998 15:58:03 -0700 (PDT) Date: Sat, 27 Jun 1998 15:58:03 -0700 (PDT) Message-Id: <199806272258.PAA15094@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data index.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/27 15:58:02 PDT Modified files: data index.html Log: Add Bulgaria to the mirror list. Submitted by: Hristo Grigorov Revision Changes Path 1.47 +3 -2 www/data/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 16:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19067 for cvs-all-outgoing; Sat, 27 Jun 1998 16:49:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19053; Sat, 27 Jun 1998 16:49:36 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA15925; Sat, 27 Jun 1998 16:48:58 -0700 (PDT) Date: Sat, 27 Jun 1998 16:48:58 -0700 (PDT) Message-Id: <199806272348.QAA15925@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h chap.c command.c defs.h fsm.c hdlc.c id.c ip.c ipcp.c iplist.c iplist.h lcp.c lcp.h link.c lqr.c mbuf.c pap.c ppp.8 route.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/27 16:48:58 PDT Modified files: usr.sbin/ppp ccp.c ccp.h chap.c command.c defs.h fsm.c hdlc.c id.c ip.c ipcp.c iplist.c iplist.h lcp.c lcp.h link.c lqr.c mbuf.c pap.c ppp.8 route.c vjcomp.c Log: o Fix remaining sizeof problems for 64 bit machines. o Allow ``set ....'' when we have multiple links but aren't in multilink mode. o Do a TLS when we receive a ``Open'' event in ``Closed'' state, despite the rfc state transition table. This is clearly an error in the RFC as TLS cannot have yet been called (without TLF) in the ``Closed'' state. I've posted a message to comp.protocols.ppp for confirmation. Revision Changes Path 1.36 +7 -7 src/usr.sbin/ppp/ccp.c 1.18 +3 -3 src/usr.sbin/ppp/ccp.h 1.34 +2 -1 src/usr.sbin/ppp/chap.c 1.152 +104 -92 src/usr.sbin/ppp/command.c 1.33 +3 -1 src/usr.sbin/ppp/defs.h 1.34 +20 -5 src/usr.sbin/ppp/fsm.c 1.34 +2 -2 src/usr.sbin/ppp/hdlc.c 1.11 +4 -4 src/usr.sbin/ppp/id.c 1.48 +5 -3 src/usr.sbin/ppp/ip.c 1.62 +8 -11 src/usr.sbin/ppp/ipcp.c 1.7 +7 -5 src/usr.sbin/ppp/iplist.c 1.3 +13 -10 src/usr.sbin/ppp/iplist.h 1.61 +27 -26 src/usr.sbin/ppp/lcp.c 1.18 +4 -4 src/usr.sbin/ppp/lcp.h 1.3 +2 -1 src/usr.sbin/ppp/link.c 1.29 +11 -10 src/usr.sbin/ppp/lqr.c 1.18 +3 -2 src/usr.sbin/ppp/mbuf.c 1.24 +2 -1 src/usr.sbin/ppp/pap.c 1.111 +12 -6 src/usr.sbin/ppp/ppp.8 1.51 +8 -8 src/usr.sbin/ppp/route.c 1.21 +2 -1 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:45:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24913 for cvs-all-outgoing; Sat, 27 Jun 1998 17:45:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24892; Sat, 27 Jun 1998 17:45:31 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17477; Sat, 27 Jun 1998 17:44:53 -0700 (PDT) Date: Sat, 27 Jun 1998 17:44:53 -0700 (PDT) Message-Id: <199806280044.RAA17477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha dec_kn8ae.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:44:52 PDT Modified files: sys/alpha/alpha dec_kn8ae.c Log: machine/conf.h no longer exists. Revision Changes Path 1.3 +1 -2 src/sys/alpha/alpha/dec_kn8ae.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:46:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25275 for cvs-all-outgoing; Sat, 27 Jun 1998 17:46:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25255; Sat, 27 Jun 1998 17:46:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17515; Sat, 27 Jun 1998 17:45:51 -0700 (PDT) Date: Sat, 27 Jun 1998 17:45:51 -0700 (PDT) Message-Id: <199806280045.RAA17515@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:45:51 PDT Modified files: sys/alpha/alpha machdep.c Log: Add a hack to get the ELF symbols from where SIMOS leaves them. Revision Changes Path 1.4 +19 -5 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:48:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25751 for cvs-all-outgoing; Sat, 27 Jun 1998 17:48:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25708; Sat, 27 Jun 1998 17:47:59 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17549; Sat, 27 Jun 1998 17:47:21 -0700 (PDT) Date: Sat, 27 Jun 1998 17:47:21 -0700 (PDT) Message-Id: <199806280047.RAA17549@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha trap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:47:21 PDT Modified files: sys/alpha/alpha trap.c Log: Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDB breakpoints (SimOS uses bpt itself for external debuggers). Revision Changes Path 1.3 +7 -2 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:48:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25847 for cvs-all-outgoing; Sat, 27 Jun 1998 17:48:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25837; Sat, 27 Jun 1998 17:48:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17584; Sat, 27 Jun 1998 17:47:52 -0700 (PDT) Date: Sat, 27 Jun 1998 17:47:52 -0700 (PDT) Message-Id: <199806280047.RAA17584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha db_interface.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:47:51 PDT Modified files: sys/alpha/alpha db_interface.c Log: Allow gentrap. Revision Changes Path 1.2 +2 -1 src/sys/alpha/alpha/db_interface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:49:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26050 for cvs-all-outgoing; Sat, 27 Jun 1998 17:49:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26045; Sat, 27 Jun 1998 17:49:28 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17623; Sat, 27 Jun 1998 17:48:50 -0700 (PDT) Date: Sat, 27 Jun 1998 17:48:50 -0700 (PDT) Message-Id: <199806280048.RAA17623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf SIMOS Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:48:49 PDT Modified files: sys/alpha/conf SIMOS Log: Use elf symbols in DDB. Revision Changes Path 1.2 +2 -1 src/sys/alpha/conf/SIMOS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:51:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26391 for cvs-all-outgoing; Sat, 27 Jun 1998 17:51:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26354; Sat, 27 Jun 1998 17:51:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17674; Sat, 27 Jun 1998 17:50:37 -0700 (PDT) Date: Sat, 27 Jun 1998 17:50:37 -0700 (PDT) Message-Id: <199806280050.RAA17674@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include elf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:50:37 PDT Modified files: sys/alpha/include elf.h Log: Add a macro for testing the e_machine field of Elf64_Ehdr. Revision Changes Path 1.3 +3 -1 src/sys/alpha/include/elf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:53:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26796 for cvs-all-outgoing; Sat, 27 Jun 1998 17:53:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26770; Sat, 27 Jun 1998 17:53:31 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17725; Sat, 27 Jun 1998 17:52:53 -0700 (PDT) Date: Sat, 27 Jun 1998 17:52:53 -0700 (PDT) Message-Id: <199806280052.RAA17725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_run.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:52:52 PDT Modified files: sys/ddb db_run.c Log: Use db_addr_t for the breakpoint address in db_set_single_step. Revision Changes Path 1.15 +3 -3 src/sys/ddb/db_run.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:55:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27319 for cvs-all-outgoing; Sat, 27 Jun 1998 17:55:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27298; Sat, 27 Jun 1998 17:55:42 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17790; Sat, 27 Jun 1998 17:55:03 -0700 (PDT) Date: Sat, 27 Jun 1998 17:55:03 -0700 (PDT) Message-Id: <199806280055.RAA17790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_sym.c db_sym.h db_aout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:55:03 PDT Modified files: sys/ddb db_sym.c db_sym.h db_aout.c Log: Supply the symbol table as an argument to X_db_symbol_values (required for elf). Revision Changes Path 1.23 +2 -2 src/sys/ddb/db_sym.c 1.15 +3 -2 src/sys/ddb/db_sym.h 1.21 +3 -2 src/sys/ddb/db_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 17:58:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27827 for cvs-all-outgoing; Sat, 27 Jun 1998 17:58:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27822; Sat, 27 Jun 1998 17:58:08 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17854; Sat, 27 Jun 1998 17:57:30 -0700 (PDT) Date: Sat, 27 Jun 1998 17:57:30 -0700 (PDT) Message-Id: <199806280057.RAA17854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_elf.c db_kld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:57:29 PDT Added files: sys/ddb db_elf.c db_kld.c Log: Add DDB symbol support for ELF and KLD. The KLD support only supports global symbols so its not too useful. Changes to the kernel linker to allow it to supply DDB with symbols will come later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 18:00:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28146 for cvs-all-outgoing; Sat, 27 Jun 1998 18:00:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28138; Sat, 27 Jun 1998 18:00:06 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17925; Sat, 27 Jun 1998 17:59:28 -0700 (PDT) Date: Sat, 27 Jun 1998 17:59:28 -0700 (PDT) Message-Id: <199806280059.RAA17925@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:59:27 PDT Modified files: sys/ddb db_elf.c Log: Forgot to mention: Obtained from: NetBSD Revision Changes Path 1.2 +1 -1 src/sys/ddb/db_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 18:01:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28235 for cvs-all-outgoing; Sat, 27 Jun 1998 18:01:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28230; Sat, 27 Jun 1998 18:01:08 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA17986; Sat, 27 Jun 1998 18:00:30 -0700 (PDT) Date: Sat, 27 Jun 1998 18:00:30 -0700 (PDT) Message-Id: <199806280100.SAA17986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include db_machdep.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 18:00:30 PDT Modified files: sys/alpha/include db_machdep.h Log: Make breakpoints and single-step work. Revision Changes Path 1.2 +14 -4 src/sys/alpha/include/db_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 18:04:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28452 for cvs-all-outgoing; Sat, 27 Jun 1998 18:04:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28434; Sat, 27 Jun 1998 18:03:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA18040; Sat, 27 Jun 1998 18:03:17 -0700 (PDT) Date: Sat, 27 Jun 1998 18:03:17 -0700 (PDT) Message-Id: <199806280103.SAA18040@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 18:03:17 PDT Modified files: sys/conf files options Log: Add options for selecting ELF or KLD symbols in DDB. Revision Changes Path 1.145 +2 -0 src/sys/conf/files 1.78 +3 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 18:05:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28729 for cvs-all-outgoing; Sat, 27 Jun 1998 18:05:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28724; Sat, 27 Jun 1998 18:05:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA18110; Sat, 27 Jun 1998 18:04:49 -0700 (PDT) Date: Sat, 27 Jun 1998 18:04:49 -0700 (PDT) Message-Id: <199806280104.SAA18110@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/27 18:04:48 PDT Modified files: . modules Log: ja-kinput2-canna+sj3+wnn4 --> ports/japanese/kinput2-canna+sj3+wnn4 Revision Changes Path 1.2112 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 18:06:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28935 for cvs-all-outgoing; Sat, 27 Jun 1998 18:06:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28915; Sat, 27 Jun 1998 18:06:18 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA18149; Sat, 27 Jun 1998 18:05:39 -0700 (PDT) Date: Sat, 27 Jun 1998 18:05:39 -0700 (PDT) Message-Id: <199806280105.SAA18149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/kinput2-canna+sj3+wnn4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/27 18:05:38 PDT ports/japanese/kinput2-canna+sj3+wnn4 - Imported sources Update of /home/ncvs/ports/japanese/kinput2-canna+sj3+wnn4 In directory freefall.freebsd.org:/tmp/cvs-serv18137 Log Message: Input server of Japanese text (Canna+SJ3+Wnn4) Submitted by: Satoshi Taoka PR: ports/6028 (part of) Status: Vendor Tag: TAOKA Release Tags: v2_0_p4 N ports/japanese/kinput2-canna+sj3+wnn4/Makefile N ports/japanese/kinput2-canna+sj3+wnn4/pkg/COMMENT N ports/japanese/kinput2-canna+sj3+wnn4/pkg/DESCR N ports/japanese/kinput2-canna+sj3+wnn4/pkg/MESSAGE N ports/japanese/kinput2-canna+sj3+wnn4/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 19:59:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13313 for cvs-all-outgoing; Sat, 27 Jun 1998 19:59:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13308; Sat, 27 Jun 1998 19:59:39 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA20668; Sat, 27 Jun 1998 19:59:01 -0700 (PDT) Date: Sat, 27 Jun 1998 19:59:01 -0700 (PDT) Message-Id: <199806280259.TAA20668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/06/27 19:59:00 PDT Modified files: sys/dev/aic7xxx aic7xxx.seq Log: Some revisions of the aic7880 have a problem where, if the data fifo is full, but the PCI input latch is not empty, HDMAEN cannot be cleared. The fix used here is to attempt to drain the data fifo until there is space for the input latch to drain and HDMAEN de-asserts. This is a 1 instruction fix, so it should have no performance impact. Revision Changes Path 1.77 +10 -2 src/sys/dev/aic7xxx/aic7xxx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 20:00:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13508 for cvs-all-outgoing; Sat, 27 Jun 1998 20:00:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13501; Sat, 27 Jun 1998 20:00:36 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA20701; Sat, 27 Jun 1998 19:59:57 -0700 (PDT) Date: Sat, 27 Jun 1998 19:59:57 -0700 (PDT) Message-Id: <199806280259.TAA20701@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/06/27 19:59:56 PDT Modified files: (Branch: RELENG_2_2) sys/dev/aic7xxx aic7xxx.seq Log: MFC: Workaround for aic7880 Rev. B dma hardware bug. Revision Changes Path 1.46.2.22 +10 -2 src/sys/dev/aic7xxx/aic7xxx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 20:21:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15687 for cvs-all-outgoing; Sat, 27 Jun 1998 20:21:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15682; Sat, 27 Jun 1998 20:21:09 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21034; Sat, 27 Jun 1998 20:20:30 -0700 (PDT) Date: Sat, 27 Jun 1998 20:20:30 -0700 (PDT) Message-Id: <199806280320.UAA21034@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 20:20:30 PDT Modified files: . modules Log: micq --> ports/net/micq Revision Changes Path 1.2113 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 20:23:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15830 for cvs-all-outgoing; Sat, 27 Jun 1998 20:23:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15824; Sat, 27 Jun 1998 20:23:17 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21075; Sat, 27 Jun 1998 20:22:38 -0700 (PDT) Date: Sat, 27 Jun 1998 20:22:38 -0700 (PDT) Message-Id: <199806280322.UAA21075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/micq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 20:22:37 PDT ports/net/micq - Imported sources Update of /home/ncvs/ports/net/micq In directory freefall.freebsd.org:/d/users/mph/micq-19980626 Log Message: Import of micq (26 June 1998), a free implementation of the ICQ protocol. It is currently a partial implementation, and has a text interface only. As far as I can tell, Mirabilis' software is necessary to register with the ICQ network, so I could not test its functionality. Status: Vendor Tag: MPH Release Tags: micq_1998_06_26 N ports/net/micq/Makefile I ports/net/micq/CVS N ports/net/micq/files/md5 N ports/net/micq/pkg/PLIST N ports/net/micq/pkg/COMMENT N ports/net/micq/pkg/DESCR N ports/net/micq/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 20:23:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15888 for cvs-all-outgoing; Sat, 27 Jun 1998 20:23:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15877; Sat, 27 Jun 1998 20:23:31 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21107; Sat, 27 Jun 1998 20:22:51 -0700 (PDT) Date: Sat, 27 Jun 1998 20:22:51 -0700 (PDT) Message-Id: <199806280322.UAA21107@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 20:22:51 PDT Modified files: net Makefile Log: Activate micq. Revision Changes Path 1.166 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 20:42:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17686 for cvs-all-outgoing; Sat, 27 Jun 1998 20:42:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA17681; Sat, 27 Jun 1998 20:42:50 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21421; Sat, 27 Jun 1998 20:42:11 -0700 (PDT) Date: Sat, 27 Jun 1998 20:42:11 -0700 (PDT) Message-Id: <199806280342.UAA21421@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/wget Makefile ports/net/wget/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 20:42:10 PDT Modified files: net/wget Makefile net/wget/files md5 Log: Upgrade to 1.5.2. Revision Changes Path 1.8 +3 -3 ports/net/wget/Makefile 1.6 +1 -1 ports/net/wget/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 21:08:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19804 for cvs-all-outgoing; Sat, 27 Jun 1998 21:08:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19786; Sat, 27 Jun 1998 21:08:04 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA21856; Sat, 27 Jun 1998 21:07:23 -0700 (PDT) Date: Sat, 27 Jun 1998 21:07:23 -0700 (PDT) Message-Id: <199806280407.VAA21856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 21:07:23 PDT Modified files: . modules Log: xzip --> ports/games/xzip Revision Changes Path 1.2114 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 21:08:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19894 for cvs-all-outgoing; Sat, 27 Jun 1998 21:08:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19884; Sat, 27 Jun 1998 21:08:42 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA21900; Sat, 27 Jun 1998 21:08:03 -0700 (PDT) Date: Sat, 27 Jun 1998 21:08:03 -0700 (PDT) Message-Id: <199806280408.VAA21900@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 21:08:02 PDT Modified files: games Makefile Log: Activate xzip. Revision Changes Path 1.147 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 21:09:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19977 for cvs-all-outgoing; Sat, 27 Jun 1998 21:09:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19972; Sat, 27 Jun 1998 21:09:07 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA21916; Sat, 27 Jun 1998 21:08:28 -0700 (PDT) Date: Sat, 27 Jun 1998 21:08:28 -0700 (PDT) Message-Id: <199806280408.VAA21916@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xzip - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/27 21:08:27 PDT ports/games/xzip - Imported sources Update of /home/ncvs/ports/games/xzip In directory freefall.freebsd.org:/d/users/mph/xzip Log Message: Import of xzip 1.7.0. This is yet another Infocom interpreter. This one requires X11. Status: Vendor Tag: MPH Release Tags: xzip_1_7_0 N ports/games/xzip/Makefile I ports/games/xzip/CVS N ports/games/xzip/pkg/COMMENT N ports/games/xzip/pkg/DESCR N ports/games/xzip/pkg/PLIST N ports/games/xzip/patches/patch-aa N ports/games/xzip/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 27 22:23:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29379 for cvs-all-outgoing; Sat, 27 Jun 1998 22:23:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29374; Sat, 27 Jun 1998 22:23:20 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA22973; Sat, 27 Jun 1998 22:22:41 -0700 (PDT) Date: Sat, 27 Jun 1998 22:22:41 -0700 (PDT) Message-Id: <199806280522.WAA22973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen ftok.3 ftok.c Makefile.inc src/lib/libcompat Makefile src/lib/libcompat/SysV ftok.3 ftok.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/27 22:22:40 PDT Modified files: (Branch: RELENG_2_2) lib/libc/gen Makefile.inc lib/libcompat Makefile Added files: (Branch: RELENG_2_2) lib/libc/gen ftok.3 ftok.c Removed files: (Branch: RELENG_2_2) lib/libcompat/SysV ftok.3 ftok.c Log: MFC: Move ftok() from libcompat to libc. PR: misc/6763 Revision Changes Path 1.22.2.10 +5 -3 src/lib/libc/gen/Makefile.inc 1.12.2.1 +0 -7 src/lib/libcompat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message