From owner-cvs-all Sun Nov 19 0:13:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0658E37B479; Sun, 19 Nov 2000 00:13:15 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA17334; Sun, 19 Nov 2000 00:13:14 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011190813.AAA17334@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 00:13:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/lzo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 00:13:14 PST Modified files: archivers/lzo Makefile distinfo Log: Upgrade to lzo 1.07 Obtained from: OpenBSD Revision Changes Path 1.15 +4 -4 ports/archivers/lzo/Makefile 1.3 +1 -1 ports/archivers/lzo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2: 1:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D315337B479; Sun, 19 Nov 2000 02:01:27 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25584; Sun, 19 Nov 2000 02:01:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191001.CAA25584@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 02:01:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd ext.h sys_term.c telnetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 02:01:27 PST Modified files: libexec/telnetd ext.h sys_term.c telnetd.c Log: Don't use sizeof() on a pointer when we really wanted to measure the length of the array. Noticed by: Christos Zoulas Obtained from: OpenBSD Revision Changes Path 1.8 +2 -2 src/libexec/telnetd/ext.h 1.26 +4 -8 src/libexec/telnetd/sys_term.c 1.24 +1 -2 src/libexec/telnetd/telnetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2: 8:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53CD437B479; Sun, 19 Nov 2000 02:08:27 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA27666; Sun, 19 Nov 2000 02:08:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191008.CAA27666@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 02:08:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c src/crypto/telnet/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 02:08:27 PST Modified files: usr.bin/telnet commands.c crypto/telnet/telnet commands.c Log: Fix a buffer overflow from a long local hostname. Obtained from: OpenBSD Revision Changes Path 1.26 +3 -3 src/usr.bin/telnet/commands.c 1.17 +3 -3 src/crypto/telnet/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2:21:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5643337B4C5; Sun, 19 Nov 2000 02:21:33 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28419; Sun, 19 Nov 2000 02:21:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191021.CAA28419@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 02:21:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio mktemp.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 02:21:32 PST Modified files: lib/libc/stdio mktemp.3 Log: Update the documentation to describe the new mktemp() family behaviour. Also notes that mkstemp() first appeared in 4.4BSD (change obtained from OpenBSD) Reviewed by: sheldonh Revision Changes Path 1.14 +34 -9 src/lib/libc/stdio/mktemp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2:23:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A23CD37B479; Sun, 19 Nov 2000 02:23:40 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28508; Sun, 19 Nov 2000 02:23:40 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011191023.CAA28508@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 19 Nov 2000 02:23:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-man Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/19 02:23:40 PST Modified files: lang/ruby-man Makefile Log: Allow slave ports to override MAINTAINER. This fixes the MAINTAINER of japanese/ruby-man. Submitted by: sanpei Revision Changes Path 1.7 +2 -2 ports/lang/ruby-man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2:30:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 070A737B479; Sun, 19 Nov 2000 02:30:43 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28908; Sun, 19 Nov 2000 02:30:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191030.CAA28908@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 02:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys getpid.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 02:30:42 PST Modified files: lib/libc/sys getpid.2 Log: Don't suggest people use getpid() to construct temporary filenames; point them to mkstemp() instead. Obtained from: OpenBSD (based on) Revision Changes Path 1.10 +7 -3 src/lib/libc/sys/getpid.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2:52:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAE2137B4C5; Sun, 19 Nov 2000 02:52:10 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA29924; Sun, 19 Nov 2000 02:52:10 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191052.CAA29924@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 02:52:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rbootd rbootd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 02:52:10 PST Modified files: libexec/rbootd rbootd.c Log: Format string paranoia Obtained from: OpenBSD Revision Changes Path 1.12 +3 -2 src/libexec/rbootd/rbootd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 2:56:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BE3937B4C5; Sun, 19 Nov 2000 02:56:15 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA30239; Sun, 19 Nov 2000 02:56:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191056.CAA30239@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 02:56:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rbootd rmpproto.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 02:56:14 PST Modified files: libexec/rbootd rmpproto.c Log: L_SET -> SEEK_SET Obtained from: OpenBSD Revision Changes Path 1.7 +2 -2 src/libexec/rbootd/rmpproto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 3:30: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A1F637B479; Sun, 19 Nov 2000 03:29:59 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34105; Sun, 19 Nov 2000 03:29:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191129.DAA34105@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 03:29:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strlcpy.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 03:29:58 PST Modified files: lib/libc/string strlcpy.3 Log: MAXPATHNAMELEN -> MAXPATHLEN Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD Obtained from: OpenBSD Revision Changes Path 1.6 +2 -2 src/lib/libc/string/strlcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 4: 1:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6490637B479; Sun, 19 Nov 2000 04:01:11 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA38349; Sun, 19 Nov 2000 04:01:11 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <200011191201.EAA38349@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 19 Nov 2000 04:01:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/11/19 04:01:11 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: MFC: Fix a bogon.. Revision Changes Path 1.50.2.14 +2 -2 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 4: 4:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 173E437B479; Sun, 19 Nov 2000 04:04:13 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA38645; Sun, 19 Nov 2000 04:04:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191204.EAA38645@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 04:04:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 04:04:12 PST Modified files: usr.bin/make job.c Log: Unlink the temporary file immediately so it is removed on exit. Obtained from: OpenBSD Revision Changes Path 1.23 +16 -20 src/usr.bin/make/job.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 4:26:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA36A37B479; Sun, 19 Nov 2000 04:26:14 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42751; Sun, 19 Nov 2000 04:26:14 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <200011191226.EAA42751@freefall.freebsd.org> From: Doug Rabson Date: Sun, 19 Nov 2000 04:26:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/11/19 04:26:14 PST Modified files: sys/alpha/alpha genassym.c Log: We don't need for offsetof() any more. Revision Changes Path 1.21 +1 -3 src/sys/alpha/alpha/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 4:29:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4FE837B688; Sun, 19 Nov 2000 04:28:43 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42917; Sun, 19 Nov 2000 04:28:43 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <200011191228.EAA42917@freefall.freebsd.org> From: Doug Rabson Date: Sun, 19 Nov 2000 04:28:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c db_interface.c interrupt.c mp_machdep.c prom.c vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/11/19 04:28:42 PST Modified files: sys/alpha/alpha clock.c db_interface.c interrupt.c mp_machdep.c prom.c vm_machdep.c Log: Convert various calls to splhigh() to disable_intr() since splhigh() is now a no-op. Revision Changes Path 1.19 +17 -12 src/sys/alpha/alpha/clock.c 1.13 +4 -3 src/sys/alpha/alpha/db_interface.c 1.32 +7 -5 src/sys/alpha/alpha/interrupt.c 1.5 +4 -3 src/sys/alpha/alpha/mp_machdep.c 1.13 +7 -7 src/sys/alpha/alpha/prom.c 1.38 +1 -2 src/sys/alpha/alpha/vm_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 Nov 19 4:46:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CADA37B479; Sun, 19 Nov 2000 04:46:17 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA44067; Sun, 19 Nov 2000 04:46:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191246.EAA44067@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 04:46:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 04:46:16 PST Modified files: libexec/ftpd ftpd.c Log: Format string paranoia Revision Changes Path 1.70 +3 -3 src/libexec/ftpd/ftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5: 9:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67F8637B479; Sun, 19 Nov 2000 05:09:37 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA46912; Sun, 19 Nov 2000 05:09:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191309.FAA46912@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 05:09:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/ppp ppp.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 05:09:37 PST Modified files: etc/ppp ppp.conf Log: Correct typo Revision Changes Path 1.5 +2 -2 src/etc/ppp/ppp.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5:10:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FF4837B479; Sun, 19 Nov 2000 05:10:11 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA46978; Sun, 19 Nov 2000 05:10:11 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191310.FAA46978@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 05:10:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gzip gzexe X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 05:10:11 PST Modified files: gnu/usr.bin/gzip gzexe Log: Use mktemp -t to respect TMPDIR Clean up temporary file at runtime Revision Changes Path 1.8 +8 -8 src/gnu/usr.bin/gzip/gzexe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5:11:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4CA437B479; Sun, 19 Nov 2000 05:11:41 -0800 (PST) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47074; Sun, 19 Nov 2000 05:11:41 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Message-Id: <200011191311.FAA47074@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 19 Nov 2000 05:11:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/11/19 05:11:41 PST Modified files: net/doc Makefile Log: use MASTER_SITE_LOCAL as MASTER_SITE. ftp://ftp.his.com/pub/brad/dns/ was no longer anonymous ftp server. Revision Changes Path 1.5 +3 -2 ports/net/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5:27:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0229537B479; Sun, 19 Nov 2000 05:27:22 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48125; Sun, 19 Nov 2000 05:27:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191327.FAA48125@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 05:27:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 05:27:21 PST Modified files: libexec/pppoed pppoed.c Log: Format string paranoia Revision Changes Path 1.6 +2 -2 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5:28:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C499037B479; Sun, 19 Nov 2000 05:28:07 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48213; Sun, 19 Nov 2000 05:28:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191328.FAA48213@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 05:28:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping ping.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 05:28:07 PST Modified files: sbin/ping ping.c Log: Format string paranoia Revision Changes Path 1.54 +3 -3 src/sbin/ping/ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5:29:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4DB837B479; Sun, 19 Nov 2000 05:29:43 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48338; Sun, 19 Nov 2000 05:29:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191329.FAA48338@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 05:29:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/amldb region.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 05:29:43 PST Modified files: usr.sbin/acpi/amldb region.c Log: Format string error in warn() Revision Changes Path 1.4 +3 -3 src/usr.sbin/acpi/amldb/region.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 5:30:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E12737B479; Sun, 19 Nov 2000 05:30:36 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48446; Sun, 19 Nov 2000 05:30:36 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011191330.FAA48446@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 05:30:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rrenumd rrenumd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 05:30:36 PST Modified files: usr.sbin/rrenumd rrenumd.c Log: Format string paranoia Revision Changes Path 1.3 +3 -3 src/usr.sbin/rrenumd/rrenumd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 7: 6:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 260C737B479; Sun, 19 Nov 2000 07:06:11 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA59639; Sun, 19 Nov 2000 07:06:11 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011191506.HAA59639@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 19 Nov 2000 07:06:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/19 07:06:10 PST Modified files: mail/mailman Makefile distinfo pkg-plist Log: Update to 2.0rc3. Set myself as MAINTAINER. PR: 22717 Submitted by: Peter Pentchev (update to rc1). Revision Changes Path 1.7 +11 -10 ports/mail/mailman/Makefile 1.4 +1 -1 ports/mail/mailman/distinfo 1.4 +1 -2 ports/mail/mailman/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 7: 9:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A672F37B479; Sun, 19 Nov 2000 07:09:18 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA59832; Sun, 19 Nov 2000 07:09:18 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011191509.HAA59832@freefall.freebsd.org> From: Kevin Lo Date: Sun, 19 Nov 2000 07:09:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/kssh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/19 07:09:18 PST Modified files: security/kssh Makefile Log: Fix up Makefile Revision Changes Path 1.9 +4 -7 ports/security/kssh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 7:13:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4801E37B479; Sun, 19 Nov 2000 07:13:28 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA60167; Sun, 19 Nov 2000 07:13:28 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011191513.HAA60167@freefall.freebsd.org> From: Kevin Lo Date: Sun, 19 Nov 2000 07:13:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/kssh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/19 07:13:28 PST Modified files: security/kssh Makefile Log: Oops, forgot to add PORTREVISION. Revision Changes Path 1.10 +2 -1 ports/security/kssh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 7:21:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D6B37B4C5; Sun, 19 Nov 2000 07:21:40 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA60751; Sun, 19 Nov 2000 07:21:39 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011191521.HAA60751@freefall.freebsd.org> From: Kevin Lo Date: Sun, 19 Nov 2000 07:21:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/rocksndiamonds Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/19 07:21:39 PST Modified files: games/rocksndiamonds Makefile distinfo Log: Fix a bug in the network playing code. PR: 22948 Submitted by: MAINTAINER Revision Changes Path 1.9 +5 -1 ports/games/rocksndiamonds/Makefile 1.3 +1 -0 ports/games/rocksndiamonds/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 7:26: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9060B37B479; Sun, 19 Nov 2000 07:26:02 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA61175; Sun, 19 Nov 2000 07:26:02 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011191526.HAA61175@freefall.freebsd.org> From: Kevin Lo Date: Sun, 19 Nov 2000 07:26:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/lbdb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/19 07:26:02 PST Modified files: mail/lbdb Makefile distinfo Log: Update to version 0.22 PR: 22949 Submitted by: MAINTAINER Revision Changes Path 1.7 +2 -2 ports/mail/lbdb/Makefile 1.5 +1 -1 ports/mail/lbdb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 7:30:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id CB6F037B479; Sun, 19 Nov 2000 07:30:32 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 26A9E3E5B; Sun, 19 Nov 2000 16:30:31 +0100 (CET) Date: Sun, 19 Nov 2000 16:30:31 +0100 From: Jesper Skriver To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinumrevive.c Message-ID: <20001119163031.A97146@skriver.dk> References: <200011172340.PAA55181@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011172340.PAA55181@freefall.freebsd.org>; from des@FreeBSD.org on Fri, Nov 17, 2000 at 03:40:02PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Nov 17, 2000 at 03:40:02PM -0800, Dag-Erling Smorgrav wrote: > des 2000/11/17 15:40:02 PST > > Modified files: > sys/dev/vinum vinumrevive.c > Log: > Make sure we don't cross stripe boundaries when reviving striped plexes. > This makes crash recovery work for stripe sizes that are not multiples of > DEFAULT_REVIVE_BLOCKSIZE (currently 64 kB). > While we're here, fix a few cosmetic nits. Any chance this will make it into 4.2-RELEASE ? /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: Geek @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 8:53:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DB337B479; Sun, 19 Nov 2000 08:53:52 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70390; Sun, 19 Nov 2000 08:53:52 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011191653.IAA70390@freefall.freebsd.org> From: Brian Somers Date: Sun, 19 Nov 2000 08:53:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp lcp.c ccp.c README.changes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/19 08:53:52 PST Modified files: usr.sbin/ppp lcp.c ccp.c README.changes Log: Accept MSCHAPv2 by default. Enable and accept MPPE by default. Revision Changes Path 1.87 +2 -2 src/usr.sbin/ppp/lcp.c 1.61 +2 -2 src/usr.sbin/ppp/ccp.c 1.22 +5 -1 src/usr.sbin/ppp/README.changes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 8:55: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B142737B479; Sun, 19 Nov 2000 08:54:58 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70540; Sun, 19 Nov 2000 08:54:58 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011191654.IAA70540@freefall.freebsd.org> From: Brian Somers Date: Sun, 19 Nov 2000 08:54:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/19 08:54:58 PST Modified files: usr.sbin/ppp ppp.8 Log: Describe how to tunnel properly. Requested by: Greg Quinlan Revision Changes Path 1.243 +77 -5 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 Nov 19 8:56:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0004837B479; Sun, 19 Nov 2000 08:56:50 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70715; Sun, 19 Nov 2000 08:56:50 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011191656.IAA70715@freefall.freebsd.org> From: Brian Somers Date: Sun, 19 Nov 2000 08:56:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp README.changes ccp.c lcp.c ppp.8 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/19 08:56:50 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp README.changes ccp.c lcp.c ppp.8 Log: MFC: A better tunneling description. Make MPPE accepted/allowed by default and accept MSCHAPv2 by default. Revision Changes Path 1.21.2.1 +5 -1 src/usr.sbin/ppp/README.changes 1.56.2.3 +2 -2 src/usr.sbin/ppp/ccp.c 1.84.2.3 +2 -2 src/usr.sbin/ppp/lcp.c 1.237.2.4 +77 -5 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 Nov 19 8:59: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B01A537B4CF; Sun, 19 Nov 2000 08:59:00 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70864; Sun, 19 Nov 2000 08:59:00 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011191659.IAA70864@freefall.freebsd.org> From: Brian Somers Date: Sun, 19 Nov 2000 08:59:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/19 08:59:00 PST Modified files: usr.sbin/ppp ppp.8 Log: Some gratuitous whitespace changes. Revision Changes Path 1.244 +12 -9 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 Nov 19 8:59:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB64237B663; Sun, 19 Nov 2000 08:59:32 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70917; Sun, 19 Nov 2000 08:59:32 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011191659.IAA70917@freefall.freebsd.org> From: Brian Somers Date: Sun, 19 Nov 2000 08:59:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/19 08:59:32 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8 Log: MFC: Gratuitous whitespace changes. Revision Changes Path 1.237.2.5 +12 -9 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 Nov 19 9:51: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9BFC937B479; Sun, 19 Nov 2000 09:51:02 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id SAA23833; Sun, 19 Nov 2000 18:50:56 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Jesper Skriver Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinumrevive.c References: <200011172340.PAA55181@freefall.freebsd.org> <20001119163031.A97146@skriver.dk> From: Dag-Erling Smorgrav Date: 19 Nov 2000 18:50:55 +0100 In-Reply-To: Jesper Skriver's message of "Sun, 19 Nov 2000 16:30:31 +0100" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jesper Skriver writes: > On Fri, Nov 17, 2000 at 03:40:02PM -0800, Dag-Erling Smorgrav wrote: > > Log: > > Make sure we don't cross stripe boundaries when reviving striped plexes. > > This makes crash recovery work for stripe sizes that are not multiples of > > DEFAULT_REVIVE_BLOCKSIZE (currently 64 kB). > Any chance this will make it into 4.2-RELEASE ? I hope so. I'm waiting for Jordan's approval to MFC. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 9:57: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 82A8B37B479; Sun, 19 Nov 2000 09:57:02 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13xYi4-0000fh-00; Sun, 19 Nov 2000 17:57:01 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.0) id eAJHtn906927; Sun, 19 Nov 2000 18:55:49 +0100 (CET) (envelope-from wkb) Date: Sun, 19 Nov 2000 18:55:49 +0100 From: Wilko Bulte To: Dag-Erling Smorgrav Cc: Jesper Skriver , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/vinum vinumrevive.c Message-ID: <20001119185549.A6913@freebie.demon.nl> References: <200011172340.PAA55181@freefall.freebsd.org> <20001119163031.A97146@skriver.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from des@ofug.org on Sun, Nov 19, 2000 at 06:50:55PM +0100 X-OS: FreeBSD 4.2-BETA X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 06:50:55PM +0100, Dag-Erling Smorgrav wrote: > Jesper Skriver writes: > > On Fri, Nov 17, 2000 at 03:40:02PM -0800, Dag-Erling Smorgrav wrote: > > > Log: > > > Make sure we don't cross stripe boundaries when reviving striped plexes. > > > This makes crash recovery work for stripe sizes that are not multiples of > > > DEFAULT_REVIVE_BLOCKSIZE (currently 64 kB). > > Any chance this will make it into 4.2-RELEASE ? > > I hope so. I'm waiting for Jordan's approval to MFC. I've seen all sorts of 4.2 release tagging going on earlier today???!! -- Wilko Bulte Arnhem, the Netherlands wilko@freebsd.org http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 9:57:25 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 3B27737B4C5; Sun, 19 Nov 2000 09:57:05 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eAJHsHS13262; Sun, 19 Nov 2000 17:54:17 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eAJHtMQ68644; Sun, 19 Nov 2000 17:55:22 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200011191755.eAJHtMQ68644@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/libexec/pppoed pppoed.c In-Reply-To: Message from Kris Kennaway of "Sun, 19 Nov 2000 05:27:21 PST." <200011191327.FAA48125@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 19 Nov 2000 17:55:22 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > kris 2000/11/19 05:27:21 PST > > Modified files: > libexec/pppoed pppoed.c > Log: > Format string paranoia > > Revision Changes Path > 1.6 +2 -2 src/libexec/pppoed/pppoed.c This is indeed paranoia. I'd say gratuitous even. -- 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 Sun Nov 19 10:16:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A92CA37B479; Sun, 19 Nov 2000 10:16:47 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA81473; Sun, 19 Nov 2000 10:16:47 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011191816.KAA81473@freefall.freebsd.org> From: Doug Barton Date: Sun, 19 Nov 2000 10:16:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/19 10:16:47 PST Modified files: etc crontab Log: When to run the periodic/daily event has had several rounds of discussion over the past couple years. The most recent came to the general consensus that this was the best time, but no one actually made the change, so I'll don my asbestos undies and dive in. Please note that this time was chosen with input from people in various countries with various methods and schedules for switching to and from DST. There is no perfect time to schedule this job that works for everyone, but this time both A) Works for more people, and B) Causes problems for fewer people. And, ultimately, you can always change it if you need to. Revision Changes Path 1.23 +2 -2 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 10:16:54 2000 Delivered-To: cvs-all@freebsd.org Received: from warning.follo.net (warning.follo.net [195.204.136.30]) by hub.freebsd.org (Postfix) with ESMTP id 922E137B4C5; Sun, 19 Nov 2000 10:16:48 -0800 (PST) Received: (from eivind@localhost) by warning.follo.net (8.9.3/8.9.3) id TAA90528; Sun, 19 Nov 2000 19:16:18 +0100 (CET) Date: Sun, 19 Nov 2000 19:16:18 +0100 From: Eivind Eklund To: Brian Somers Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/pppoed pppoed.c Message-ID: <20001119191618.A88885@warning.follo.net> References: <200011191755.eAJHtMQ68644@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200011191755.eAJHtMQ68644@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Sun, Nov 19, 2000 at 05:55:22PM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 05:55:22PM +0000, Brian Somers wrote: > > kris 2000/11/19 05:27:21 PST > > > > Modified files: > > libexec/pppoed pppoed.c > > Log: > > Format string paranoia > > > > Revision Changes Path > > 1.6 +2 -2 src/libexec/pppoed/pppoed.c > > This is indeed paranoia. I'd say gratuitous even. I'd disagree with you; it protects against later changes, and it makes it easier to do quick checks for this kind of problem later. "Unsafe" functions or constructs used safely takes time to check each time somebody goes looking for that kind of problem. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 11:21: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40B8F37B479; Sun, 19 Nov 2000 11:21:03 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89423; Sun, 19 Nov 2000 11:21:03 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011191921.LAA89423@freefall.freebsd.org> From: Doug Barton Date: Sun, 19 Nov 2000 11:21:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind9 Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/19 11:21:03 PST Modified files: net/bind9 Makefile distinfo pkg-descr Log: Update to 9.0.1 PR: ports/22941 Submitted by: Leif Neland, leifn@neland.dk Revision Changes Path 1.22 +3 -3 ports/net/bind9/Makefile 1.12 +1 -1 ports/net/bind9/distinfo 1.7 +20 -13 ports/net/bind9/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 11:36:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E842B37B479; Sun, 19 Nov 2000 11:36:47 -0800 (PST) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90686; Sun, 19 Nov 2000 11:36:47 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200011191936.LAA90686@freefall.freebsd.org> From: Chris Piazza Date: Sun, 19 Nov 2000 11:36:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnapster Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/11/19 11:36:47 PST Modified files: audio/gnapster Makefile distinfo pkg-plist Log: Update to 1.4.1a Submitted by: Jeremy Norris and Submitted by: kris Revision Changes Path 1.19 +2 -2 ports/audio/gnapster/Makefile 1.9 +1 -1 ports/audio/gnapster/distinfo 1.4 +19 -1 ports/audio/gnapster/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 11:45:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABFCE37B479; Sun, 19 Nov 2000 11:45:56 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91368; Sun, 19 Nov 2000 11:45:56 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011191945.LAA91368@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 19 Nov 2000 11:45:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/19 11:45:56 PST Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: Get ready for release Revision Changes Path 1.44.2.9 +2 -2 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 11:46:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F28B37B479; Sun, 19 Nov 2000 11:46:40 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91421; Sun, 19 Nov 2000 11:46:40 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200011191946.LAA91421@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 19 Nov 2000 11:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrevive.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/11/19 11:46:40 PST Modified files: (Branch: RELENG_4) sys/dev/vinum vinumrevive.c Log: MFC: don't cross stripe boundaries when reviving. Approved by: jkh Revision Changes Path 1.22.2.4 +7 -5 src/sys/dev/vinum/vinumrevive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 11:53:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04EC437B479; Sun, 19 Nov 2000 11:53:41 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92373; Sun, 19 Nov 2000 11:53:41 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011191953.LAA92373@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 19 Nov 2000 11:53:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts README.TXT src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/19 11:53:40 PST Modified files: (Branch: RELENG_4) release/texts README.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Get ready for 4.2-release Revision Changes Path 1.9.2.9 +3 -19 src/release/texts/README.TXT 1.31.2.72 +4 -4 src/release/texts/alpha/RELNOTES.TXT 1.72.2.73 +4 -4 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 11:56:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D18737B479; Sun, 19 Nov 2000 11:56:33 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92713; Sun, 19 Nov 2000 11:56:33 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011191956.LAA92713@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 19 Nov 2000 11:56:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts README.TXT src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/19 11:56:33 PST Modified files: (Branch: RELENG_4) release/texts README.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Revert to post-tag state (to track RELENG_4 branch) Revision Changes Path 1.9.2.10 +19 -3 src/release/texts/README.TXT 1.31.2.73 +3 -3 src/release/texts/alpha/RELNOTES.TXT 1.72.2.74 +3 -3 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 12: 3:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE0D237B479; Sun, 19 Nov 2000 12:03:32 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93215; Sun, 19 Nov 2000 12:03:32 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011192003.MAA93215@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 19 Nov 2000 12:03:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts TROUBLE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/19 12:03:32 PST Modified files: (Branch: RELENG_4) release/texts TROUBLE.TXT Log: Add a new trouble-shooting entry for people cursed with RealTek equipment. Submitted by: "Ted Mittelstaedt" Revision Changes Path 1.9.2.3 +14 -0 src/release/texts/TROUBLE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 12:12: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B741437B479; Sun, 19 Nov 2000 12:12:06 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95879; Sun, 19 Nov 2000 12:12:06 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011192012.MAA95879@freefall.freebsd.org> From: Doug Barton Date: Sun, 19 Nov 2000 12:12:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/19 12:12:06 PST Modified files: etc/defaults make.conf Log: Standardize spelling of "optimization" in comments PR: conf/22622 Submitted by: knu Revision Changes Path 1.133 +4 -4 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 12:17:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B4B37B479; Sun, 19 Nov 2000 12:17:18 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96366; Sun, 19 Nov 2000 12:17:18 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011192017.MAA96366@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 19 Nov 2000 12:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/19 12:17:18 PST Modified files: databases/gigabase Makefile distinfo Log: Update to version 2.19 PR: 22960 Submitted by: maintainer Revision Changes Path 1.3 +4 -4 ports/databases/gigabase/Makefile 1.3 +1 -1 ports/databases/gigabase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 12:44:11 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 719EF37B479; Sun, 19 Nov 2000 12:44:04 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAJKi4s28749; Sun, 19 Nov 2000 12:44:04 -0800 (PST) Date: Sun, 19 Nov 2000 12:44:04 -0800 From: Alfred Perlstein To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c db_interface.c interrupt.c mp_machdep.c prom.c vm_machdep.c Message-ID: <20001119124403.M18037@fw.wintelcom.net> References: <200011191228.EAA42917@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011191228.EAA42917@freefall.freebsd.org>; from dfr@FreeBSD.org on Sun, Nov 19, 2000 at 04:28:42AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Doug Rabson [001119 04:29] wrote: > dfr 2000/11/19 04:28:42 PST > > Modified files: > sys/alpha/alpha clock.c db_interface.c interrupt.c > mp_machdep.c prom.c vm_machdep.c > Log: > Convert various calls to splhigh() to disable_intr() since splhigh() is > now a no-op. Afaik the concensus was that spl's were not to be removed even though they are no-ops. You should probably put them back. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 12:46:32 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 97ACD37B479; Sun, 19 Nov 2000 12:46:27 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA22469; Sun, 19 Nov 2000 12:46:24 -0800 Date: Sun, 19 Nov 2000 12:46:17 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Alfred Perlstein Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c db_interface.c interrupt.c mp_machdep.c prom.c vm_machdep.c In-Reply-To: <20001119124403.M18037@fw.wintelcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 19 Nov 2000, Alfred Perlstein wrote: > * Doug Rabson [001119 04:29] wrote: > > dfr 2000/11/19 04:28:42 PST > > > > Modified files: > > sys/alpha/alpha clock.c db_interface.c interrupt.c > > mp_machdep.c prom.c vm_machdep.c > > Log: > > Convert various calls to splhigh() to disable_intr() since splhigh() is > > now a no-op. > > Afaik the concensus was that spl's were not to be removed even > though they are no-ops. > > You should probably put them back. No, actually they're needed and they are there. This is all specifically machine dependent code areas, and places where, for example, the prom is entered, interrupts really do need to be disabled. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 12:50:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 636BE37B479; Sun, 19 Nov 2000 12:50:19 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA99575; Sun, 19 Nov 2000 12:50:19 -0800 (PST) (envelope-from hrs@FreeBSD.org) Message-Id: <200011192050.MAA99575@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 19 Nov 2000 12:50:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/11/19 12:50:19 PST Modified files: ja_JP.eucJP/books/handbook/security chapter.sgml Log: Fix typo. Submitted by: Shun SUZUKI References: [doc-jp 7841] Revision Changes Path 1.10 +5 -5 doc/ja_JP.eucJP/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 13: 5: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 0E76D37B4C5; Sun, 19 Nov 2000 13:00:45 -0800 (PST) Received: from grondar.za (grapevine.grondar.za [196.7.18.17]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eAJKwpJ16191; Sun, 19 Nov 2000 22:58:51 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200011192058.eAJKwpJ16191@gratis.grondar.za> To: Alfred Perlstein Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c db_interface.c interrupt.c mp_machdep.c prom.c vm_machdep.c References: <20001119124403.M18037@fw.wintelcom.net> In-Reply-To: <20001119124403.M18037@fw.wintelcom.net> ; from Alfred Perlstein "Sun, 19 Nov 2000 12:44:04 PST." Date: Sun, 19 Nov 2000 22:58:49 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Convert various calls to splhigh() to disable_intr() since splhigh() is > > now a no-op. > > Afaik the concensus was that spl's were not to be removed even > though they are no-ops. > > You should probably put them back. I remember this more as leaving them there as "markers" until they got dealt with properly. The above commit looks like "properly" to me. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 13:29:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C681737B4CF; Sun, 19 Nov 2000 13:29:48 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA05316; Sun, 19 Nov 2000 13:29:48 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011192129.NAA05316@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 19 Nov 2000 13:29:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/19 13:29:47 PST Modified files: databases/gigabase pkg-descr Log: Fix typo (GigaBASe -> GigaBASE) Revision Changes Path 1.2 +1 -1 ports/databases/gigabase/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 13:36:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C6D837B479; Sun, 19 Nov 2000 13:36:09 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA05868; Sun, 19 Nov 2000 13:36:09 -0800 (PST) (envelope-from ade@FreeBSD.org) Message-Id: <200011192136.NAA05868@freefall.freebsd.org> From: Ade Lovett Date: Sun, 19 Nov 2000 13:36:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric Makefile distinfo pkg-plist ports/math/gnumeric/files patch-ch patch-ba patch-ce patch-cg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/11/19 13:36:09 PST Modified files: math/gnumeric Makefile distinfo pkg-plist math/gnumeric/files patch-ba Added files: math/gnumeric/files patch-ch Removed files: math/gnumeric/files patch-ce patch-cg Log: Update to 0.59 - we got the pregenerated documentation back, hurrah! Revision Changes Path 1.48 +2 -2 ports/math/gnumeric/Makefile 1.24 +1 -1 ports/math/gnumeric/distinfo 1.23 +491 -0 ports/math/gnumeric/pkg-plist 1.10 +0 -5 ports/math/gnumeric/files/patch-ba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 14: 6:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C7637B479; Sun, 19 Nov 2000 14:06:31 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA10518; Sun, 19 Nov 2000 14:06:30 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011192206.OAA10518@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 19 Nov 2000 14:06:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ruby-pcap Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/19 14:06:30 PST Modified files: net Makefile Added files: net/ruby-pcap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-pcap, Ruby interface to LBL Packet Capture library (libpcap). Revision Changes Path 1.433 +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 Sun Nov 19 14: 6:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0EB037B6E4; Sun, 19 Nov 2000 14:06:37 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA10557; Sun, 19 Nov 2000 14:06:37 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011192206.OAA10557@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 19 Nov 2000 14:06:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/19 14:06:37 PST Modified files: . modules Log: ruby-pcap --> ports/net/ruby-pcap Revision Changes Path 1.2014 +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 Sun Nov 19 14:22:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D50A37B479; Sun, 19 Nov 2000 14:22:48 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA12670; Sun, 19 Nov 2000 14:22:48 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200011192222.OAA12670@freefall.freebsd.org> From: David Malone Date: Sun, 19 Nov 2000 14:22:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/11/19 14:22:48 PST Modified files: sys/kern uipc_socket2.c Log: Make sbcompress use the new M_WRITABLE macro. Previously sbcompress could not compress into clusters. This could result in lots of wasted clusters while recieving small packets from an interface that uses clusters for all it's packets. Patch is partially from BSDi (limiting the size of the copy) and based on a patch for 4.1 by Ian Dowse and myself. Reviewed by: bmilekic Obtained From: BSDi Submitted by: iedowse Revision Changes Path 1.66 +5 -3 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 14:32:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 385E037B479; Sun, 19 Nov 2000 14:32:41 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA13571; Sun, 19 Nov 2000 14:32:41 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011192232.OAA13571@freefall.freebsd.org> From: Matt Dillon Date: Sun, 19 Nov 2000 14:32:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/19 14:32:39 PST Modified files: (Branch: RELENG_4) sys/ufs/ffs ffs_softdep.c Log: MFC 1.75, fixup write-ordering for bitmap blocks. Approved: jkh Revision Changes Path 1.57.2.4 +20 -16 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 14:50:57 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 4C8CA37B479; Sun, 19 Nov 2000 14:50:54 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAJMosS02125; Sun, 19 Nov 2000 14:50:54 -0800 (PST) Date: Sun, 19 Nov 2000 14:50:54 -0800 From: Alfred Perlstein To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket2.c Message-ID: <20001119145053.P18037@fw.wintelcom.net> References: <200011192222.OAA12670@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011192222.OAA12670@freefall.freebsd.org>; from dwmalone@FreeBSD.org on Sun, Nov 19, 2000 at 02:22:48PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David Malone [001119 14:22] wrote: > dwmalone 2000/11/19 14:22:48 PST > > Modified files: > sys/kern uipc_socket2.c > Log: > Make sbcompress use the new M_WRITABLE macro. Previously sbcompress > could not compress into clusters. This could result in lots of > wasted clusters while recieving small packets from an interface > that uses clusters for all it's packets. > > Patch is partially from BSDi (limiting the size of the copy) and > based on a patch for 4.1 by Ian Dowse and > myself. I always wanted to implement a highwater mark on sockets for wastage, so instead of limiting the copy, only compress the socket buffer when the amount of wastage comes withing some ratio of the amount of data. That way sbcompress could just calculate the waste factor in the socket and only compress when it exceeds a certain size. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 15:32:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09FF537B479; Sun, 19 Nov 2000 15:32:24 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA23010; Sun, 19 Nov 2000 15:32:23 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011192332.PAA23010@freefall.freebsd.org> From: Donald Burr Date: Sun, 19 Nov 2000 15:32:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/opennap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/19 15:32:23 PST Modified files: audio/opennap Makefile distinfo Log: Upgrade to opennap 0.37 Revision Changes Path 1.3 +2 -2 ports/audio/opennap/Makefile 1.2 +1 -1 ports/audio/opennap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 15:46:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D0B737B4C5; Sun, 19 Nov 2000 15:46:22 -0800 (PST) Received: (from scottl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA24184; Sun, 19 Nov 2000 15:46:22 -0800 (PST) (envelope-from scottl@FreeBSD.org) Message-Id: <200011192346.PAA24184@freefall.freebsd.org> From: Scott Long Date: Sun, 19 Nov 2000 15:46:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2000/11/19 15:46:22 PST Modified files: sys/dev/aac aac.c Log: Disable calling timeout() when doing bio. It was causing more prolems than solving. This will be fixed for real soon. Revision Changes Path 1.8 +9 -3 src/sys/dev/aac/aac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 16:39: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4015A37B479; Sun, 19 Nov 2000 16:39:05 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30301; Sun, 19 Nov 2000 16:39:05 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011200039.QAA30301@freefall.freebsd.org> From: Robert Watson Date: Sun, 19 Nov 2000 16:39:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/19 16:39:04 PST Modified files: sys/vm swap_pager.c Log: o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT. This removes a reason that systat requires setgid kmem. More to come. Revision Changes Path 1.148 +4 -1 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 16:41:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9925837B479; Sun, 19 Nov 2000 16:41:11 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30518; Sun, 19 Nov 2000 16:41:11 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011200041.QAA30518@freefall.freebsd.org> From: Robert Watson Date: Sun, 19 Nov 2000 16:41:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/19 16:41:11 PST Modified files: sys/kern vfs_cache.c Log: o Export nchstats ("VFS cache effectiveness statistics") using SYSCTL_OPAQUE. This removes a reason that systat requires setgid kmem. More to come. Revision Changes Path 1.50 +5 -1 src/sys/kern/vfs_cache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 16:45: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F92237B4F9; Sun, 19 Nov 2000 16:45:00 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30901; Sun, 19 Nov 2000 16:44:59 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011200044.QAA30901@freefall.freebsd.org> From: Robert Watson Date: Sun, 19 Nov 2000 16:44:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/19 16:44:59 PST Modified files: sys/kern kern_clock.c Log: o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE. This removes a reason that systat requires setgid kmem. More to come. Revision Changes Path 1.117 +4 -1 src/sys/kern/kern_clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 16:49:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C7637B479; Sun, 19 Nov 2000 16:49:56 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA31492; Sun, 19 Nov 2000 16:49:56 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011200049.QAA31492@freefall.freebsd.org> From: Donald Burr Date: Sun, 19 Nov 2000 16:49:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/tvguide Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/19 16:49:56 PST Modified files: misc Makefile Added files: misc/tvguide Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Import of new port misc/tvguide, a cute little perl script that pretty-prints the output of www.tvguide.com without all the annoying ads. Obtained from: freshmeat posting Revision Changes Path 1.305 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 16:50: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AED437B4CF; Sun, 19 Nov 2000 16:49:59 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA31528; Sun, 19 Nov 2000 16:49:59 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011200049.QAA31528@freefall.freebsd.org> From: Donald Burr Date: Sun, 19 Nov 2000 16:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/19 16:49:59 PST Modified files: . modules Log: tvguide --> ports/misc/tvguide Revision Changes Path 1.2015 +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 Sun Nov 19 17: 6:10 2000 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 406F137B479; Sun, 19 Nov 2000 17:06:08 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id D002E19CF; Sun, 19 Nov 2000 20:06:07 -0500 (EST) Date: Sun, 19 Nov 2000 20:06:07 -0500 From: Will Andrews To: Donald Burr Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc Makefile ports/misc/tvguide Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20001119200607.V23043@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Donald Burr , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200011200049.QAA31492@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011200049.QAA31492@freefall.freebsd.org>; from dburr@FreeBSD.org on Sun, Nov 19, 2000 at 04:49:56PM -0800 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 04:49:56PM -0800, Donald Burr wrote: > Obtained from: freshmeat posting This is not a valid "Obtained from" line. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 17:31:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBA6C37B4D7; Sun, 19 Nov 2000 17:31:09 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA37347; Sun, 19 Nov 2000 17:31:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011200131.RAA37347@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 17:31:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 17:31:09 PST Modified files: net/ethereal Makefile Log: Remotely exploitable buffer overflow; same code and impact as in Security Advisory 00:61 Revision Changes Path 1.33 +3 -2 ports/net/ethereal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 17:35:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFA037B479; Sun, 19 Nov 2000 17:35:25 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA37795; Sun, 19 Nov 2000 17:35:25 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011200135.RAA37795@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 19 Nov 2000 17:35:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/19 17:35:25 PST Modified files: sys/conf files sys/kern uipc_socket.c Log: Accept filters broke kernels compiled without options INET. Make accept filters conditional on INET support to fix. Pointed out by: bde Tested and assisted by: Stephen J. Kiernan Revision Changes Path 1.444 +2 -2 src/sys/conf/files 1.84 +20 -7 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 17:43:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C45CB37B479; Sun, 19 Nov 2000 17:43:45 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA38542; Sun, 19 Nov 2000 17:43:45 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011200143.RAA38542@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 17:43:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd ext.h sys_term.c telnetd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 17:43:45 PST Modified files: (Branch: RELENG_4) libexec/telnetd ext.h sys_term.c telnetd.c Log: MFC: Fix to previous security fix. Approved by: jkh Revision Changes Path 1.7.2.1 +2 -2 src/libexec/telnetd/ext.h 1.24.2.2 +4 -8 src/libexec/telnetd/sys_term.c 1.22.2.2 +1 -2 src/libexec/telnetd/telnetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 17:53:13 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3166637B479; Sun, 19 Nov 2000 17:53:10 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAK1r8Q20722; Sun, 19 Nov 2000 18:53:08 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA16912; Sun, 19 Nov 2000 18:53:08 -0700 (MST) Message-Id: <200011200153.SAA16912@harmony.village.org> To: Will Andrews Subject: Re: cvs commit: ports/misc Makefile ports/misc/tvguide Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Cc: Donald Burr , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 19 Nov 2000 20:06:07 EST." <20001119200607.V23043@puck.firepipe.net> References: <20001119200607.V23043@puck.firepipe.net> <200011200049.QAA31492@freefall.freebsd.org> Date: Sun, 19 Nov 2000 18:53:08 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001119200607.V23043@puck.firepipe.net> Will Andrews writes: : On Sun, Nov 19, 2000 at 04:49:56PM -0800, Donald Burr wrote: : > Obtained from: freshmeat posting : : This is not a valid "Obtained from" line. What makes it an invalid Obtained from line? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 17:57:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DDD837B479; Sun, 19 Nov 2000 17:57:22 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA40025; Sun, 19 Nov 2000 17:57:22 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011200157.RAA40025@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 19 Nov 2000 17:57:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/19 17:57:21 PST Modified files: lib/libc_r/uthread pthread_private.h Log: Fix MD macros to work for alpha. Without this fix, threads under alpha seem to be totally broke. MFC Candidate Submitted by: gallatin Revision Changes Path 1.49 +5 -5 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 17:59: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id C552E37B479; Sun, 19 Nov 2000 17:59:00 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id DEA5019CF; Sun, 19 Nov 2000 20:58:59 -0500 (EST) Date: Sun, 19 Nov 2000 20:58:59 -0500 From: Will Andrews To: Warner Losh Cc: Will Andrews , Donald Burr , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc Makefile ports/misc/tvguide Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20001119205859.B23043@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Warner Losh , Donald Burr , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20001119200607.V23043@puck.firepipe.net> <200011200049.QAA31492@freefall.freebsd.org> <20001119200607.V23043@puck.firepipe.net> <200011200153.SAA16912@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011200153.SAA16912@harmony.village.org>; from imp@village.org on Sun, Nov 19, 2000 at 06:53:08PM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 06:53:08PM -0700, Warner Losh wrote: > What makes it an invalid Obtained from line? Like the rules say, if it has been obtained from another software project or person. Freshmeat is just a forum. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 18:17:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DECF837B479; Sun, 19 Nov 2000 18:17:35 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA43924; Sun, 19 Nov 2000 18:17:35 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011200217.SAA43924@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 19 Nov 2000 18:17:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/19 18:17:35 PST Modified files: . Makefile.inc1 gnu/usr.bin/perl Makefile Makefile.inc gnu/usr.bin/perl/library Makefile.inc gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/pod Makefile.inc gnu/usr.bin/perl/utils Makefile.inc gnu/usr.bin/perl/x2p Makefile.inc Log: Fix cross-building. o Move building libperl and miniperl from build-tools to cross-tools. libperl uses MACHINE_ARCH to determine the right configuration, which doesn't match the build machine when cross-building if they are built as build- tools. o Since miniperl needs to be built as a cross-tool, it needs to be installed under /usr/obj so that it can be used (cross-tools have a special object directory to avoid build conflicts. As a downside, you can't easily run cross-tools from their object directory). Remove the install and distribute override targets. To avoid having miniperl installed by installworld, remove it from SUBDIR. o We can't pickup miniperl from the object directory but since it's installed, depend on PATH. This is save, because the makefiles are run with a known path. o Build libperl again as part of the library target. A _libperl variable existed, but it was never defined. o Add chmod to the list of saved tools, because perl conditionally uses it during install. The bootstrap-tools and cross-tools targets are modified to avoid building profiled and shared libraries. While here, have these targets build static binaries instead of shared binaries. Approved by: markm Revision Changes Path 1.176 +18 -13 src/Makefile.inc1 1.13 +2 -6 src/gnu/usr.bin/perl/Makefile 1.19 +2 -2 src/gnu/usr.bin/perl/Makefile.inc 1.6 +2 -2 src/gnu/usr.bin/perl/library/Makefile.inc 1.17 +1 -3 src/gnu/usr.bin/perl/miniperl/Makefile 1.4 +2 -2 src/gnu/usr.bin/perl/pod/Makefile.inc 1.6 +2 -2 src/gnu/usr.bin/perl/utils/Makefile.inc 1.7 +2 -2 src/gnu/usr.bin/perl/x2p/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 18:19: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11C0037B479; Sun, 19 Nov 2000 18:19:06 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA44087; Sun, 19 Nov 2000 18:19:06 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011200219.SAA44087@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 19 Nov 2000 18:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/keyinfo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/19 18:19:05 PST Modified files: usr.bin/keyinfo Makefile Log: Add -lcrypt. This fixes cross-building. Revision Changes Path 1.7 +2 -2 src/usr.bin/keyinfo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 18:19:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 953A137B479; Sun, 19 Nov 2000 18:19:43 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA44181; Sun, 19 Nov 2000 18:19:43 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011200219.SAA44181@freefall.freebsd.org> From: Brian Feldman Date: Sun, 19 Nov 2000 18:19:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/19 18:19:43 PST Modified files: emulators/snes9x Makefile Log: Bump the PORTREVISION after committing the USB joystick code. Note the Alpha still doesn't work; if anyone with an Alpha who wants to play Snes9X can fix it, please do :) Revision Changes Path 1.22 +2 -1 ports/emulators/snes9x/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 18:45:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0453E37B479; Sun, 19 Nov 2000 18:45:48 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA46450; Sun, 19 Nov 2000 18:45:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011200245.SAA46450@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 18:45:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/tcsh Makefile ports/shells/tcsh/files patch-sec1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 18:45:47 PST Modified files: shells/tcsh Makefile Added files: shells/tcsh/files patch-sec1 Log: Fix the temporary file creation problem with << Revision Changes Path 1.37 +2 -1 ports/shells/tcsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 19: 0:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25A6437B479; Sun, 19 Nov 2000 19:00:31 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA48006; Sun, 19 Nov 2000 19:00:31 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <200011200300.TAA48006@freefall.freebsd.org> From: John Polstra Date: Sun, 19 Nov 2000 19:00:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/11/19 19:00:30 PST Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup12.FreeBSD.org. Revision Changes Path 1.100 +6 -1 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 19: 9:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FC9A37B479; Sun, 19 Nov 2000 19:09:38 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA50659; Sun, 19 Nov 2000 19:09:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011200309.TAA50659@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 19:09:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd ext.h sys_term.c telnetd.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 19:09:37 PST Modified files: (Branch: RELENG_3) libexec/telnetd ext.h sys_term.c telnetd.c Log: MFC^2: Correct problem with previous security patch Revision Changes Path 1.6.2.2 +2 -2 src/libexec/telnetd/ext.h 1.20.2.4 +4 -8 src/libexec/telnetd/sys_term.c 1.15.2.4 +1 -2 src/libexec/telnetd/telnetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 19:16: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 6274F37B479 for ; Sun, 19 Nov 2000 19:15:59 -0800 (PST) Received: (qmail 14404 invoked by uid 0); 20 Nov 2000 03:15:57 -0000 Received: from p3ee21607.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.7) by mail.gmx.net (mail06) with SMTP; 20 Nov 2000 03:15:57 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id VAA10624 for cvs-all@FreeBSD.org; Sun, 19 Nov 2000 21:40:08 +0100 Date: Sun, 19 Nov 2000 21:40:08 +0100 From: Gerhard Sittig To: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab Message-ID: <20001119214008.Z27042@speedy.gsinet> References: <200011191816.KAA81473@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200011191816.KAA81473@freefall.freebsd.org>; from dougb@FreeBSD.org on Sun, Nov 19, 2000 at 10:16:47AM -0800 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 10:16 -0800, Doug Barton wrote: > dougb 2000/11/19 10:16:47 PST > > Modified files: > etc crontab > Log: > When to run the periodic/daily event has had several rounds of discussion > over the past couple years. The most recent came to the general consensus > that this was the best time, but no one actually made the change, so I'll > don my asbestos undies and dive in. Recalling the thread I thought the best solution would have been the OpenBSD approach with a little logic in cron(8) to not start a single cronjob multiple times (or even better: to start it exactly once by even starting it when its time frame is skipped in this special night). Extending the program's code would make *any* time in crontab work -- even the previously setup one. :) virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 19:33:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3938437B479; Sun, 19 Nov 2000 19:33:21 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA52992; Sun, 19 Nov 2000 19:33:21 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011200333.TAA52992@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 19 Nov 2000 19:33:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/19 19:33:21 PST Modified files: ja/security security.sgml Log: Changes in the English version (1.33 -> 1.34) are merged. Revision Changes Path 1.22 +5 -3 www/ja/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 Sun Nov 19 20:41:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAB4837B479; Sun, 19 Nov 2000 20:41:45 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62421; Sun, 19 Nov 2000 20:41:45 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011200441.UAA62421@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 19 Nov 2000 20:41:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/19 20:41:45 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h Log: MFC: fix MD macros to work for alpha Revision Changes Path 1.36.2.9 +5 -5 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 21:57: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id BDAFF37B479; Sun, 19 Nov 2000 21:56:51 -0800 (PST) Received: from grondar.za (grapevine.grondar.za [196.7.18.17]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eAK5u6J17954; Mon, 20 Nov 2000 07:56:08 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200011200556.eAK5u6J17954@gratis.grondar.za> To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc Makefile ports/misc/tvguide Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist References: <20001119200607.V23043@puck.firepipe.net> In-Reply-To: <20001119200607.V23043@puck.firepipe.net> ; from Will Andrews "Sun, 19 Nov 2000 20:06:07 EST." Date: Mon, 20 Nov 2000 07:56:00 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, Nov 19, 2000 at 04:49:56PM -0800, Donald Burr wrote: > > Obtained from: freshmeat posting > > This is not a valid "Obtained from" line. Not a useful contribution. For it to be useful, you need to give some suggestions as to what _are_ valid. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 22: 4: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C1337B479; Sun, 19 Nov 2000 22:04:04 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73970; Sun, 19 Nov 2000 22:04:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011200604.WAA73970@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 19 Nov 2000 22:04:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/crontab crontab.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/19 22:04:03 PST Modified files: (Branch: RELENG_3) usr.sbin/cron/crontab crontab.c Log: MFC: Don't allow users to read other crontab files Revision Changes Path 1.11.2.2 +13 -9 src/usr.sbin/cron/crontab/crontab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 19 22:22:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31FFF37B4C5; Sun, 19 Nov 2000 22:22:41 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA82409; Sun, 19 Nov 2000 22:22:41 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Message-Id: <200011200622.WAA82409@freefall.freebsd.org> From: Kirk McKusick Date: Sun, 19 Nov 2000 22:22:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/11/19 22:22:40 PST Modified files: sys/ufs/ffs ffs_softdep.c Log: More aggressively rate limit the growth of soft dependency structures in the face of multiple processes doing massive numbers of filesystem operations. While this patch will work in nearly all situations, there are still some perverse workloads that can overwhelm the system. Detecting and handling these perverse workloads will be the subject of another patch. Reviewed by: Paul Saab Obtained from: Ethan Solomita Revision Changes Path 1.77 +22 -34 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0: 5:20 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id D06B937B4C5; Mon, 20 Nov 2000 00:05:16 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eAK85BN17782; Mon, 20 Nov 2000 09:05:11 +0100 (CET) (envelope-from asmodai) Date: Mon, 20 Nov 2000 09:05:11 +0100 From: Jeroen Ruigrok van der Werven To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c Message-ID: <20001120090511.A17544@lucifer.bart.nl> References: <200011181214.EAA47841@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200011181214.EAA47841@freefall.freebsd.org>; from sos@FreeBSD.org on Sat, Nov 18, 2000 at 04:14:35AM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001118 13:15], Søren Schmidt (sos@FreeBSD.org) wrote: > Log: > Fix a braino .. Which was? [Sorry to jump on this sort of issue again, but informative log messages do help :) ] -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Destiny, the crooked schemer, says the dead shall rise again... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0: 6: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D7C137B4C5; Mon, 20 Nov 2000 00:05:59 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA97502; Mon, 20 Nov 2000 00:05:59 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011200805.AAA97502@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 00:05:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/teg Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 00:05:59 PST Modified files: games/teg Makefile distinfo pkg-plist Log: Update to 0.5.2. Revision Changes Path 1.2 +2 -2 ports/games/teg/Makefile 1.2 +1 -1 ports/games/teg/distinfo 1.2 +1 -0 ports/games/teg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0:11:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AAA737B479; Mon, 20 Nov 2000 00:11:47 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98076; Mon, 20 Nov 2000 00:11:47 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011200811.AAA98076@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 00:11:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/sdl_mixer/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 00:11:47 PST Modified files: audio/sdl_mixer/files patch-ac Log: Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT. Submitted by: bento Revision Changes Path 1.2 +3 -27 ports/audio/sdl_mixer/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0:28: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8E0A37B4CF; Mon, 20 Nov 2000 00:28:05 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99976; Mon, 20 Nov 2000 00:28:04 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011200828.AAA99976@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 00:28:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/eazel-themes Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 00:28:04 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/eazel-themes Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add eazel-themes - a very nice matching temes for GTK+ and Sawfish created by the Eazel for their demo workstations at LW 2000. Obtained from: GNOME cvs Revision Changes Path 1.112 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0:29: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id DE0F337B479; Mon, 20 Nov 2000 00:28:48 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eAK8SfG02902; Mon, 20 Nov 2000 10:28:41 +0200 (EET) (envelope-from ru) Date: Mon, 20 Nov 2000 10:28:41 +0200 From: Ruslan Ermilov To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... Message-ID: <20001120102841.A1545@sunbay.com> Mail-Followup-To: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200011200217.SAA43924@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011200217.SAA43924@freefall.freebsd.org>; from marcel@FreeBSD.org on Sun, Nov 19, 2000 at 06:17:35PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 06:17:35PM -0800, Marcel Moolenaar wrote: [...] > While here, have these targets build static binaries instead > of shared binaries. > Cool! -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0:29:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C5737B479; Mon, 20 Nov 2000 00:29:16 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00240; Mon, 20 Nov 2000 00:29:16 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011200829.AAA00240@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 00:29:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 00:29:15 PST Modified files: . modules Log: eazel-themes --> ports/x11-toolkits/eazel-themes Revision Changes Path 1.2016 +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 Mon Nov 20 0:33:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 13D8D37B4CF; Mon, 20 Nov 2000 00:33:07 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id JAA52563; Mon, 20 Nov 2000 09:32:38 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200011200832.JAA52563@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata ata-all.c In-Reply-To: <20001120090511.A17544@lucifer.bart.nl> from Jeroen Ruigrok van der Werven at "Nov 20, 2000 09:05:11 am" To: jruigrok@via-net-works.nl (Jeroen Ruigrok van der Werven) Date: Mon, 20 Nov 2000 09:32:38 +0100 (CET) Cc: sos@FreeBSD.org (=?ISO-8859-1?Q?S=F8ren?= Schmidt), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Jeroen Ruigrok van der Werven wrote: > -On [20001118 13:15], Søren Schmidt (sos@FreeBSD.org) wrote: > > Log: > > Fix a braino .. > > Which was? > > [Sorry to jump on this sort of issue again, but informative log messages > do help :) ] A missing '*' -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0:35:56 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 733D137B4C5; Mon, 20 Nov 2000 00:35:47 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13xmQI-0007PK-00; Mon, 20 Nov 2000 10:35:34 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id KAA21284; Mon, 20 Nov 2000 10:35:43 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 20978; Mon Nov 20 10:34:02 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13xmOn-0004o0-00; Mon, 20 Nov 2000 10:34:01 +0200 From: Sheldon Hearn To: Marcel Moolenaar Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... In-reply-to: Your message of "Sun, 19 Nov 2000 18:17:35 PST." <200011200217.SAA43924@freefall.freebsd.org> Date: Mon, 20 Nov 2000 10:34:01 +0200 Message-ID: <18475.974709241@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 19 Nov 2000 18:17:35 PST, Marcel Moolenaar wrote: > o Add chmod to the list of saved tools, because perl > conditionally uses it during install. Other tools that have reported to be problematic for x.x -> 4.x-STABLE upgrades are sort and tr. I'm still waiting for the originator of the PR to produce build failure output so that we can verify that they're required. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 0:37:30 2000 Delivered-To: cvs-all@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 479A537B479; Mon, 20 Nov 2000 00:37:27 -0800 (PST) Received: from bubble.hip.berkeley.edu ([64.161.28.5]) by mta6.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G4A00GX4SUFPQ@mta6.snfc21.pbi.net>; Sun, 19 Nov 2000 16:47:03 -0800 (PST) Received: (from asami@localhost) by bubble.hip.berkeley.edu (8.11.1/8.9.3) id eAK0mYq21711; Sun, 19 Nov 2000 16:48:34 -0800 (PST envelope-from asami@cs.berkeley.edu) Date: Sun, 19 Nov 2000 16:48:31 -0800 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Subject: Re: cvs commit: ports/devel/portcheckout/files patch-aa ports/devel/portcheckout/patches patch-aa In-reply-to: <200011142032.MAA09208@freefall.freebsd.org> (Ade Lovett's message of "Tue, 14 Nov 2000 12:32:32 -0800 (PST)") To: Ade Lovett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-id: MIME-version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-type: text/plain; charset=US-ASCII User-Agent: T-gnus/6.14.5 (based on Gnus v5.8.7) (revision 06) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.0 =?ISO-2022-JP?B?KBskQjJWMWMbKEIp?= Lines: 6 References: <200011142032.MAA09208@freefall.freebsd.org> X-Authentication-warning: bubble.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Fix up a port that somehow got missed in The Great Conversion Process * patches/patch-aa -> files/patch-aa It wasn't missed. patches/patch-aa was committed on Nov 1. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 1: 4:15 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id B8C1E37B479; Mon, 20 Nov 2000 01:04:11 -0800 (PST) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id BAA08808; Mon, 20 Nov 2000 01:04:03 -0800 Message-ID: <3A18E903.C1E97D46@urx.com> Date: Mon, 20 Nov 2000 01:04:03 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Sun, 19 Nov 2000 18:17:35 PST, Marcel Moolenaar wrote: > > > o Add chmod to the list of saved tools, because perl > > conditionally uses it during install. > > Other tools that have reported to be problematic for x.x -> 4.x-STABLE > upgrades are sort and tr. I'm still waiting for the originator of the > PR to produce build failure output so that we can verify that they're > required. If you want to see failures, it is easy. All you had to do is go to the archive and search on "libsdbm.a" and then, only look at the ones dealing with installworld failures. Kent > > Ciao, > Sheldon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 2:15:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 195AB37B479; Mon, 20 Nov 2000 02:15:39 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA16380; Mon, 20 Nov 2000 02:15:39 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011201015.CAA16380@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 20 Nov 2000 02:15:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ip.4 ip6.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/20 02:15:38 PST Modified files: share/man/man4 ip.4 ip6.4 Log: Fix typo; s/demon/daemon/ PR: 22955, 22956 Submitted by: Jimmy Olgeni Revision Changes Path 1.18 +2 -2 src/share/man/man4/ip.4 1.3 +2 -2 src/share/man/man4/ip6.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 2:43:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43E7C37B4C5; Mon, 20 Nov 2000 02:43:54 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19797; Mon, 20 Nov 2000 02:43:54 -0800 (PST) (envelope-from nik@FreeBSD.org) Message-Id: <200011201043.CAA19797@freefall.freebsd.org> From: Nik Clayton Date: Mon, 20 Nov 2000 02:43:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dtd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/11/20 02:43:53 PST Modified files: share/sgml freebsd.dtd Log: Add "IP6Addr" as a valid option for the role attribute on . Nothing uses this yet, but lets try and stay ahead of the curve for a change :-) Revision Changes Path 1.7 +2 -1 doc/share/sgml/freebsd.dtd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 3:16: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5639437B4C5; Mon, 20 Nov 2000 03:16:01 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25102; Mon, 20 Nov 2000 03:16:01 -0800 (PST) (envelope-from lioux@FreeBSD.org) Message-Id: <200011201116.DAA25102@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 20 Nov 2000 03:16:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/clockspeed pkg-plist ports/sysutils/clockspeed/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2000/11/20 03:16:01 PST Modified files: sysutils/clockspeed pkg-plist sysutils/clockspeed/files patch-ac Log: Submitted by: Jos Backus Fix adjust destination. Should be etc/clockspeed/adjust instead of just adjust. Add a PLIST uninstall target to remove this file since killing the daemon does not. Revision Changes Path 1.2 +1 -0 ports/sysutils/clockspeed/pkg-plist 1.2 +15 -3 ports/sysutils/clockspeed/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 3:22:52 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 1EFA537B479; Mon, 20 Nov 2000 03:22:46 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13xp1c-0001w6-00; Mon, 20 Nov 2000 13:22:16 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id NAA27728; Mon, 20 Nov 2000 13:22:25 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 27459; Mon Nov 20 13:21:24 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13xp0m-000MDV-00; Mon, 20 Nov 2000 13:21:24 +0200 From: Sheldon Hearn To: kstewart@urx.com Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... In-reply-to: Your message of "Mon, 20 Nov 2000 01:04:03 PST." <3A18E903.C1E97D46@urx.com> Date: Mon, 20 Nov 2000 13:21:24 +0200 Message-ID: <85404.974719284@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 20 Nov 2000 01:04:03 PST, Kent Stewart wrote: > If you want to see failures, it is easy. All you had to do is go to > the archive and search on "libsdbm.a" and then, only look at the ones > dealing with installworld failures. Anyone who has time to do this is encouraged to send the failure logs as follow-up on PR kern/22405. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 3:23:55 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 089D537B479; Mon, 20 Nov 2000 03:23:44 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id eAKBNaX24005; Mon, 20 Nov 2000 13:23:39 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id eAKBNb047003; Mon, 20 Nov 2000 13:23:37 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A1909B7.832E6804@FreeBSD.org> Date: Mon, 20 Nov 2000 13:23:35 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/clockspeed pkg-plist ports/sysutils/clockspeed/filespatch-ac References: <200011201116.DAA25102@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mario Sergio Fujikawa Ferreira wrote: > lioux 2000/11/20 03:16:01 PST > > Modified files: > sysutils/clockspeed pkg-plist > sysutils/clockspeed/files patch-ac > Log: > Submitted by: Jos Backus > > Fix adjust destination. Should be etc/clockspeed/adjust instead of > just adjust. Add a PLIST uninstall target to remove this file since > killing the daemon does not. PORTREVISION bump? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 3:30:17 2000 Delivered-To: cvs-all@freebsd.org Received: from mimer.webgiro.com (unknown [213.162.128.50]) by hub.freebsd.org (Postfix) with ESMTP id 92C5337B479; Mon, 20 Nov 2000 03:30:12 -0800 (PST) Received: by mimer.webgiro.com (Postfix, from userid 66) id 37BCE2DC0B; Mon, 20 Nov 2000 12:32:30 +0100 (CET) Received: by mx.webgiro.com (Postfix, from userid 1001) id 28A1F7817; Mon, 20 Nov 2000 12:26:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mx.webgiro.com (Postfix) with ESMTP id 14D8B10E1A; Mon, 20 Nov 2000 12:26:49 +0100 (CET) Date: Mon, 20 Nov 2000 12:26:49 +0100 (CET) From: Andrzej Bialecki To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_clock.c In-Reply-To: <200011200044.QAA30901@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 19 Nov 2000, Robert Watson wrote: > rwatson 2000/11/19 16:44:59 PST > > Modified files: > sys/kern kern_clock.c > Log: > o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE. > This removes a reason that systat requires setgid kmem. More to > come. There was someone (Kelly Yancey??) that wanted to implement per-CPU statistics, including CPU times. Does this sysctl handle this? Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 3:39:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCB3337B479; Mon, 20 Nov 2000 03:39:41 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27789; Mon, 20 Nov 2000 03:39:41 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201139.DAA27789@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 03:39:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cat cat.1 src/bin/chmod chmod.1 src/bin/cp cp.1 src/bin/date date.1 src/bin/dd dd.1 src/bin/df df.1 src/bin/domainname domainname.1 src/bin/echo echo.1 src/bin/ed ed.1 src/bin/expr expr.1 src/bin/hostname hostname.1 src/bin/kill ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 03:39:41 PST Modified files: bin/cat cat.1 bin/chmod chmod.1 bin/cp cp.1 bin/date date.1 bin/dd dd.1 bin/df df.1 bin/domainname domainname.1 bin/echo echo.1 bin/ed ed.1 bin/expr expr.1 bin/hostname hostname.1 bin/kill kill.1 bin/ln ln.1 bin/ls ls.1 bin/mkdir mkdir.1 bin/mv mv.1 bin/pax pax.1 bin/ps ps.1 bin/pwd pwd.1 bin/rcp rcp.1 bin/rm rm.1 bin/rmdir rmdir.1 bin/stty stty.1 bin/sync sync.8 bin/test test.1 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.14 +2 -2 src/bin/cat/cat.1 1.20 +2 -2 src/bin/chmod/chmod.1 1.17 +3 -3 src/bin/cp/cp.1 1.47 +3 -3 src/bin/date/date.1 1.16 +3 -3 src/bin/dd/dd.1 1.21 +2 -2 src/bin/df/df.1 1.10 +2 -2 src/bin/domainname/domainname.1 1.11 +2 -2 src/bin/echo/echo.1 1.21 +4 -4 src/bin/ed/ed.1 1.10 +2 -2 src/bin/expr/expr.1 1.11 +2 -2 src/bin/hostname/hostname.1 1.12 +5 -5 src/bin/kill/kill.1 1.14 +3 -3 src/bin/ln/ln.1 1.44 +3 -3 src/bin/ls/ls.1 1.13 +2 -2 src/bin/mkdir/mkdir.1 1.16 +3 -3 src/bin/mv/mv.1 1.13 +6 -6 src/bin/pax/pax.1 1.27 +3 -3 src/bin/ps/ps.1 1.11 +2 -2 src/bin/pwd/pwd.1 1.11 +5 -5 src/bin/rcp/rcp.1 1.20 +3 -3 src/bin/rm/rm.1 1.9 +2 -2 src/bin/rmdir/rmdir.1 1.17 +2 -2 src/bin/stty/stty.1 1.10 +3 -3 src/bin/sync/sync.8 1.13 +7 -7 src/bin/test/test.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 3:56:42 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id B84D637B479; Mon, 20 Nov 2000 03:56:37 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eAKBua028566; Mon, 20 Nov 2000 12:56:36 +0100 (CET) (envelope-from asmodai) Date: Mon, 20 Nov 2000 12:56:36 +0100 From: Jeroen Ruigrok van der Werven To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/emulators/snes9x Makefile Message-ID: <20001120125636.F18598@lucifer.bart.nl> References: <200011200219.SAA44181@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011200219.SAA44181@freefall.freebsd.org>; from green@FreeBSD.org on Sun, Nov 19, 2000 at 06:19:43PM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001120 03:20], Brian Feldman (green@FreeBSD.org) wrote: > Modified files: > emulators/snes9x Makefile > Log: > Bump the PORTREVISION after committing the USB joystick code. Note > the Alpha still doesn't work; if anyone with an Alpha who wants to > play Snes9X can fix it, please do :) I now have a Multia which I am going to get up and running RSN. Did it not compile or is it just it runs and b0rks? -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Malam bulan dipagar bintang makin indah jika dipandang bagai gadis beri senyuman pada bujang idaman... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4: 4:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72DC837B479; Mon, 20 Nov 2000 04:04:09 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32988; Mon, 20 Nov 2000 04:04:09 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011201204.EAA32988@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 20 Nov 2000 04:04:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/20 04:04:09 PST Modified files: net/ethereal Makefile distinfo pkg-descr Log: Update to Ethereal 0.8.13 PR: 22831 Submitted by: Joseph Scott Approved by: billf Revision Changes Path 1.34 +6 -7 ports/net/ethereal/Makefile 1.23 +1 -1 ports/net/ethereal/distinfo 1.4 +1 -1 ports/net/ethereal/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 Nov 20 4: 6:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A28637B4C5; Mon, 20 Nov 2000 04:06:09 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34990; Mon, 20 Nov 2000 04:06:08 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <200011201206.EAA34990@freefall.freebsd.org> From: KATO Takenori Date: Mon, 20 Nov 2000 04:06:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/11/20 04:06:08 PST Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.421. Revision Changes Path 1.189 +3 -1 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 Nov 20 4: 6:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E6837B479; Mon, 20 Nov 2000 04:06:20 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA35317; Mon, 20 Nov 2000 04:06:20 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201206.EAA35317@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 04:06:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/adventure adventure.6 src/games/bcd bcd.6 src/games/caesar caesar.6 src/games/dm dm.8 src/games/fortune/fortune fortune.6 src/games/fortune/strfile strfile.8 src/games/larn larn.6 src/games/number number.6 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 04:06:20 PST Modified files: games/adventure adventure.6 games/bcd bcd.6 games/caesar caesar.6 games/dm dm.8 games/fortune/fortune fortune.6 games/fortune/strfile strfile.8 games/larn larn.6 games/number number.6 games/piano piano.6 games/pig pig.6 games/quiz quiz.6 games/random random.6 games/wargames wargames.6 games/worms worms.6 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.4 +2 -2 src/games/adventure/adventure.6 1.9 +3 -3 src/games/bcd/bcd.6 1.6 +3 -3 src/games/caesar/caesar.6 1.4 +6 -6 src/games/dm/dm.8 1.12 +3 -3 src/games/fortune/fortune/fortune.6 1.6 +5 -5 src/games/fortune/strfile/strfile.8 1.7 +3 -3 src/games/larn/larn.6 1.5 +2 -2 src/games/number/number.6 1.3 +7 -5 src/games/piano/piano.6 1.5 +2 -2 src/games/pig/pig.6 1.5 +6 -6 src/games/quiz/quiz.6 1.4 +3 -3 src/games/random/random.6 1.3 +3 -3 src/games/wargames/wargames.6 1.5 +2 -2 src/games/worms/worms.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4:18:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D95A37B479; Mon, 20 Nov 2000 04:18:18 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA36969; Mon, 20 Nov 2000 04:18:18 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011201218.EAA36969@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 04:18:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile pkg-plist ports/x11-toolkits/qt22/files patch-ag patch-ah patch-ai patch-aj patch-aa patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 04:18:17 PST Modified files: x11-toolkits/qt22 Makefile pkg-plist x11-toolkits/qt22/files patch-aa patch-af Added files: x11-toolkits/qt22/files patch-ag patch-ah patch-ai patch-aj Log: Numerous fixes and improvements: 1.In Designer, don't rely on QTDIR environment being set when searching for documentation and templates. Also correct search paths relatively to QTDIR (/doc/html/... --> /share/doc/qt2/... etc.). 2.Install *all* documentation (previously index files and some pixmaps were left behind, which was rendering help system mostly non-functional and useless). 3.Install Designer's templates. 4.Don't use ${INSTALL_DATA} to install symbolic link to shared library - it leads to the file this link points to being installed and as a result two fully indentical versions of lib{qt2,util} are installed, wasting user's HDD space (approx 8MB) and bloating package file (+3MB). Also use ${INSTALL_PROGRAM} for shared libs to strip unneeded symbols. Revision Changes Path 1.65 +15 -7 ports/x11-toolkits/qt22/Makefile 1.35 +17 -1 ports/x11-toolkits/qt22/pkg-plist 1.11 +16 -5 ports/x11-toolkits/qt22/files/patch-aa 1.2 +15 -4 ports/x11-toolkits/qt22/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4:18:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ADA837B4C5; Mon, 20 Nov 2000 04:18:55 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA37118; Mon, 20 Nov 2000 04:18:55 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201218.EAA37118@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 04:18:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/ld ld.1 src/gnu/usr.bin/man/catman catman.1 src/gnu/usr.bin/man/makewhatis makewhatis.local.8 src/gnu/usr.bin/tar tar.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 04:18:54 PST Modified files: gnu/usr.bin/ld ld.1 gnu/usr.bin/man/catman catman.1 gnu/usr.bin/man/makewhatis makewhatis.local.8 gnu/usr.bin/tar tar.1 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.23 +12 -12 src/gnu/usr.bin/ld/ld.1 1.19 +3 -3 src/gnu/usr.bin/man/catman/catman.1 1.9 +3 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.local.8 1.25 +8 -8 src/gnu/usr.bin/tar/tar.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4:30:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F063737B479; Mon, 20 Nov 2000 04:30:14 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA38455; Mon, 20 Nov 2000 04:30:14 -0800 (PST) (envelope-from tg@FreeBSD.org) Message-Id: <200011201230.EAA38455@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 20 Nov 2000 04:30:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.python.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/11/20 04:30:14 PST Modified files: Mk bsd.python.mk Log: Fix stupid typo (wrong path in py-xml dependency). <:-( Revision Changes Path 1.7 +3 -3 ports/Mk/bsd.python.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4:30:47 2000 Delivered-To: cvs-all@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 2488B37B4C5 for ; Mon, 20 Nov 2000 04:30:43 -0800 (PST) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id OAA16727; Mon, 20 Nov 2000 14:30:41 +0200 (EET) Received: (from past@localhost) by netmode.ntua.gr (8.11.1/8.11.1) id eAKCawR06683; Mon, 20 Nov 2000 14:36:58 +0200 (EET) (envelope-from past) Date: Mon, 20 Nov 2000 14:36:58 +0200 From: Panagiotis Astithas To: Gerhard Sittig Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab Message-ID: <20001120143658.B4415@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr Mail-Followup-To: Panagiotis Astithas , Gerhard Sittig , cvs-all@FreeBSD.ORG References: <200011191816.KAA81473@freefall.freebsd.org> <20001119214008.Z27042@speedy.gsinet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001119214008.Z27042@speedy.gsinet>; from Gerhard.Sittig@gmx.net on Sun, Nov 19, 2000 at 09:40:08PM +0100 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 09:40:08PM +0100, Gerhard Sittig wrote: > On Sun, Nov 19, 2000 at 10:16 -0800, Doug Barton wrote: > > dougb 2000/11/19 10:16:47 PST > > > > Modified files: > > etc crontab > > Log: > > When to run the periodic/daily event has had several rounds of discussion > > over the past couple years. The most recent came to the general consensus > > that this was the best time, but no one actually made the change, so I'll > > don my asbestos undies and dive in. > > Recalling the thread I thought the best solution would have been > the OpenBSD approach with a little logic in cron(8) to not start > a single cronjob multiple times (or even better: to start it > exactly once by even starting it when its time frame is skipped > in this special night). Extending the program's code would make > *any* time in crontab work -- even the previously setup one. :) Actually the time of 3:01 am is going to create a problem for us in Eastern European Time (GMT+2), where it was ok before. If it is too much trouble to modify cron, could somebody modify sysinstall to set this time based on the locality setting of the user, instead? -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4:49:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42F1E37B4D7; Mon, 20 Nov 2000 04:49:12 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA41326; Mon, 20 Nov 2000 04:49:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201249.EAA41326@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 04:49:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 linux.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 04:49:12 PST Modified files: share/man/man4/man4.i386 linux.4 Log: Fix broken cross-reference to linprocfs(5). Revision Changes Path 1.3 +2 -2 src/share/man/man4/man4.i386/linux.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 4:59:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A933C37B479; Mon, 20 Nov 2000 04:59:08 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42772; Mon, 20 Nov 2000 04:59:08 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201259.EAA42772@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 04:59:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.alpha osf1.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 04:59:08 PST Added files: share/man/man4/man4.alpha osf1.4 Log: Document the osf1 module. Submitted by: gallatin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 5:12:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A80BA37B479; Mon, 20 Nov 2000 05:12:45 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA46047; Mon, 20 Nov 2000 05:12:45 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011201312.FAA46047@freefall.freebsd.org> From: Daniel Eischen Date: Mon, 20 Nov 2000 05:12:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_mutex.c uthread_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/20 05:12:45 PST Modified files: lib/libc_r/uthread uthread_mutex.c uthread_sig.c Log: Change a "while {}" loop to a "do {} while" to allow it to be executed at least once, fixing pthread_mutex_lock() for recursive mutex lock attempts. Correctly set a threads signal mask while it is executing a signal handler. The mask should be the union of its current mask, the signal being handled, and the mask from the signal action. Reported by: Dan Nelson MFC Candidate Revision Changes Path 1.27 +4 -4 src/lib/libc_r/uthread/uthread_mutex.c 1.32 +5 -1 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 5:16:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE10537B479; Mon, 20 Nov 2000 05:16:07 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA46443; Mon, 20 Nov 2000 05:16:07 -0800 (PST) (envelope-from eivind@FreeBSD.org) Message-Id: <200011201316.FAA46443@freefall.freebsd.org> From: Eivind Eklund Date: Mon, 20 Nov 2000 05:16:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cdiff Makefile ports/textproc/cdiff/src cdiff.1 cdiff.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/11/20 05:16:07 PST Modified files: textproc/cdiff Makefile textproc/cdiff/src cdiff.1 cdiff.sh Log: Handle compressed files Revision Changes Path 1.3 +2 -2 ports/textproc/cdiff/Makefile 1.3 +4 -3 ports/textproc/cdiff/src/cdiff.1 1.3 +1 -1 ports/textproc/cdiff/src/cdiff.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 5:16:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C854937B4C5; Mon, 20 Nov 2000 05:16:44 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA46588; Mon, 20 Nov 2000 05:16:44 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201316.FAA46588@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 05:16:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist src/share/man/man4 Makefile src/share/man/man4/man4.alpha Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 05:16:44 PST Modified files: etc/mtree BSD.usr.dist share/man/man4 Makefile Added files: share/man/man4/man4.alpha Makefile Log: Connect the new man4.alpha to the build. Revision Changes Path 1.203 +3 -1 src/etc/mtree/BSD.usr.dist 1.112 +2 -1 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 5:35:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CEDF37B4CF; Mon, 20 Nov 2000 05:35:46 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49013; Mon, 20 Nov 2000 05:35:46 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011201335.FAA49013@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 20 Nov 2000 05:35:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/20 05:35:45 PST Removed files: net/ethereal/files patch-aa patch-ab Log: Nuke unneeded patches for the new version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 5:43:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96B7937B479; Mon, 20 Nov 2000 05:43:41 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49954; Mon, 20 Nov 2000 05:43:41 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011201343.FAA49954@freefall.freebsd.org> From: Julian Elischer Date: Mon, 20 Nov 2000 05:43:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_ar.h if_sr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/20 05:43:41 PST Modified files: sys/i386/isa if_ar.h if_sr.h Log: Duh. These have been sitting in my tree since I committed this stuff. Thes are identical to what I committed except that they had the correct copyright headers. This is what I was SUPPOSED to have checked in.. Revision Changes Path 1.3 +30 -1 src/sys/i386/isa/if_ar.h 1.3 +30 -1 src/sys/i386/isa/if_sr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 5:47:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24E0E37B479; Mon, 20 Nov 2000 05:47:39 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA50405; Mon, 20 Nov 2000 05:47:39 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011201347.FAA50405@freefall.freebsd.org> From: Julian Elischer Date: Mon, 20 Nov 2000 05:47:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_sr.h if_ar.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/20 05:47:38 PST Modified files: (Branch: RELENG_3) sys/i386/isa if_sr.h if_ar.h Log: MFC: fix copyright Revision Changes Path 1.1.2.3 +30 -1 src/sys/i386/isa/if_sr.h 1.1.2.3 +30 -1 src/sys/i386/isa/if_ar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6: 8:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFAE537B479; Mon, 20 Nov 2000 06:08:07 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54598; Mon, 20 Nov 2000 06:08:07 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201408.GAA54598@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 06:08:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fts.3 src/lib/libc/net ethers.3 src/lib/libc/stdio stdio.3 src/lib/libdevstat devstat.3 src/lib/libutil auth.conf.5 login.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 06:08:07 PST Modified files: lib/libc/gen fts.3 lib/libc/net ethers.3 lib/libc/stdio stdio.3 lib/libdevstat devstat.3 lib/libutil auth.conf.5 login.conf.5 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.10 +13 -13 src/lib/libc/gen/fts.3 1.13 +2 -2 src/lib/libc/net/ethers.3 1.12 +3 -3 src/lib/libc/stdio/stdio.3 1.9 +9 -9 src/lib/libdevstat/devstat.3 1.4 +2 -2 src/lib/libutil/auth.conf.5 1.28 +2 -2 src/lib/libutil/login.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:11:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3E3637B4C5; Mon, 20 Nov 2000 06:11:47 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA55226; Mon, 20 Nov 2000 06:11:47 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201411.GAA55226@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 06:11:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getvfsbyname.3 shm_open.3 signal.3 tcsetpgrp.3 unvis.3 src/lib/libc/net getaddrinfo.3 inet.3 src/lib/libc/rpc getrpcent.3 src/lib/libc/sys setresuid.2 undelete.2 src/lib/libcompat/4.1 cftime.3 src/lib/libcompat/4.4 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 06:11:47 PST Modified files: lib/libc/gen getvfsbyname.3 shm_open.3 signal.3 tcsetpgrp.3 unvis.3 lib/libc/net getaddrinfo.3 inet.3 lib/libc/rpc getrpcent.3 lib/libc/sys setresuid.2 undelete.2 lib/libcompat/4.1 cftime.3 lib/libcompat/4.4 cuserid.3 lib/libm/common_source lgamma.3 sqrt.3 lib/msun/man lgamma.3 sqrt.3 Log: mdoc(7) police: Nm -> Fn where appropriate. Revision Changes Path 1.9 +2 -7 src/lib/libc/gen/getvfsbyname.3 1.6 +11 -12 src/lib/libc/gen/shm_open.3 1.22 +2 -2 src/lib/libc/gen/signal.3 1.8 +8 -12 src/lib/libc/gen/tcsetpgrp.3 1.12 +2 -2 src/lib/libc/gen/unvis.3 1.7 +2 -2 src/lib/libc/net/getaddrinfo.3 1.10 +5 -5 src/lib/libc/net/inet.3 1.12 +2 -2 src/lib/libc/rpc/getrpcent.3 1.5 +3 -3 src/lib/libc/sys/setresuid.2 1.7 +3 -3 src/lib/libc/sys/undelete.2 1.9 +13 -8 src/lib/libcompat/4.1/cftime.3 1.10 +7 -4 src/lib/libcompat/4.4/cuserid.3 1.6 +3 -3 src/lib/libm/common_source/lgamma.3 1.6 +3 -3 src/lib/libm/common_source/sqrt.3 1.8 +3 -3 src/lib/msun/man/lgamma.3 1.7 +3 -3 src/lib/msun/man/sqrt.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:18:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7760137B479; Mon, 20 Nov 2000 06:18:22 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56064; Mon, 20 Nov 2000 06:18:22 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201418.GAA56064@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 06:18:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc bindresvport.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 06:18:22 PST Modified files: lib/libc/rpc bindresvport.3 Log: mdoc(7) police: fixed warning. Revision Changes Path 1.11 +2 -2 src/lib/libc/rpc/bindresvport.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:22:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26C8C37B479; Mon, 20 Nov 2000 06:22:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56461; Mon, 20 Nov 2000 06:22:42 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201422.GAA56461@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 06:22:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rfork.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 06:22:41 PST Modified files: lib/libc/sys rfork.2 Log: mdoc(7) police: fixed warnings. Revision Changes Path 1.17 +3 -5 src/lib/libc/sys/rfork.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:42:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 239CB37B4C5; Mon, 20 Nov 2000 06:42:25 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59306; Mon, 20 Nov 2000 06:42:25 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201442.GAA59306@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 06:42:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootpd.8 src/libexec/comsat comsat.8 src/libexec/fingerd fingerd.8 src/libexec/ftpd ftpd.8 src/libexec/getty getty.8 gettytab.5 src/libexec/makekey makekey.8 src/libexec/mknetid mknetid.8 src/libexec/pppoed pppoed.8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 06:42:25 PST Modified files: libexec/bootpd bootpd.8 libexec/comsat comsat.8 libexec/fingerd fingerd.8 libexec/ftpd ftpd.8 libexec/getty getty.8 gettytab.5 libexec/makekey makekey.8 libexec/mknetid mknetid.8 libexec/pppoed pppoed.8 libexec/rbootd rbootd.8 libexec/revnetgroup revnetgroup.8 libexec/rexecd rexecd.8 libexec/rlogind rlogind.8 libexec/rshd rshd.8 libexec/talkd talkd.8 libexec/telnetd telnetd.8 libexec/tftpd tftpd.8 libexec/ypxfr ypxfr.8 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.11 +11 -11 src/libexec/bootpd/bootpd.8 1.7 +2 -2 src/libexec/comsat/comsat.8 1.5 +2 -2 src/libexec/fingerd/fingerd.8 1.33 +3 -3 src/libexec/ftpd/ftpd.8 1.11 +2 -2 src/libexec/getty/getty.8 1.25 +2 -2 src/libexec/getty/gettytab.5 1.10 +2 -2 src/libexec/makekey/makekey.8 1.9 +3 -3 src/libexec/mknetid/mknetid.8 1.4 +2 -2 src/libexec/pppoed/pppoed.8 1.10 +2 -2 src/libexec/rbootd/rbootd.8 1.8 +4 -4 src/libexec/revnetgroup/revnetgroup.8 1.12 +3 -3 src/libexec/rexecd/rexecd.8 1.15 +3 -3 src/libexec/rlogind/rlogind.8 1.20 +3 -3 src/libexec/rshd/rshd.8 1.4 +2 -2 src/libexec/talkd/talkd.8 1.18 +3 -3 src/libexec/telnetd/telnetd.8 1.9 +2 -2 src/libexec/tftpd/tftpd.8 1.12 +2 -2 src/libexec/ypxfr/ypxfr.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DEA637B479; Mon, 20 Nov 2000 06:47:17 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59880; Mon, 20 Nov 2000 06:47:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201447.GAA59880@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 06:47:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xzx Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 06:47:17 PST Modified files: emulators/xzx Makefile distinfo pkg-plist Log: Update 2.9.1 -> 2.9.3: I have no idea what's changed. The update is necessary because the 2.9.1 distile is no longer available. PR: 22056 Submitted by: KATO Tsuguru Revision Changes Path 1.19 +3 -4 ports/emulators/xzx/Makefile 1.8 +1 -1 ports/emulators/xzx/distinfo 1.7 +7 -5 ports/emulators/xzx/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:48:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFD8E37B479; Mon, 20 Nov 2000 06:48:56 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA60205; Mon, 20 Nov 2000 06:48:56 -0800 (PST) (envelope-from lioux@FreeBSD.org) Message-Id: <200011201448.GAA60205@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 20 Nov 2000 06:48:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/clockspeed Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2000/11/20 06:48:56 PST Modified files: sysutils/clockspeed Makefile Log: Submitted by: sobomax Bump PORTREVISION according to Revision 1.2 of both files/patch-ac and pkg-plist. Revision Changes Path 1.3 +2 -1 ports/sysutils/clockspeed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 6:50:16 2000 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 501DA37B479; Mon, 20 Nov 2000 06:50:12 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA22300; Mon, 20 Nov 2000 09:50:11 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id eAKEoBv59057; Mon, 20 Nov 2000 09:50:11 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Mon, 20 Nov 2000 09:50:11 -0500 From: Andrew Gallatin To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <20001120095010.D951@grasshopper.cs.duke.edu> References: <200011200157.RAA40025@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200011200157.RAA40025@freefall.freebsd.org>; from deischen@FreeBSD.org on Sun, Nov 19, 2000 at 05:57:21PM -0800 X-Operating-System: FreeBSD 4.2-BETA on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Eischen [deischen@FreeBSD.org] wrote: > deischen 2000/11/19 17:57:21 PST > > Modified files: > lib/libc_r/uthread pthread_private.h > Log: > Fix MD macros to work for alpha. Without this fix, threads under alpha > seem to be totally broke. > > MFC Candidate > > Submitted by: gallatin Which, in turn, was not possible without all the leg work you did to condense the problem to something easy to understand and debug. Thanks for working so hard to get this in before 4.2-RELEASE! -- ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 7: 7:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C7CE37B479; Mon, 20 Nov 2000 07:07:15 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA64585; Mon, 20 Nov 2000 07:07:15 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201507.HAA64585@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 07:07:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 07:07:14 PST Modified files: contrib/groff/tmac doc-common Log: Add libcompat record for .Lb macro. Revision Changes Path 1.37 +2 -1 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 7:16:26 2000 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 76C7537B4C5; Mon, 20 Nov 2000 07:16:21 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id KAA33326; Mon, 20 Nov 2000 10:16:08 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 20 Nov 2000 10:16:07 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Andrzej Bialecki Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_clock.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 X-Loop: FreeBSD.ORG On Mon, 20 Nov 2000, Andrzej Bialecki wrote: > On Sun, 19 Nov 2000, Robert Watson wrote: > > > rwatson 2000/11/19 16:44:59 PST > > > > Modified files: > > sys/kern kern_clock.c > > Log: > > o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE. > > This removes a reason that systat requires setgid kmem. More to > > come. > > There was someone (Kelly Yancey??) that wanted to implement per-CPU > statistics, including CPU times. Does this sysctl handle this? This exports the kernel cp_time array in exactly the form that systat consumes it: an array of size CPUSTATES. My endeavour was not to produce a superior MIB for managing the kernel, rather, to translate existing kmem-accessed data into systl-access data. If there is a better format via which this could be exported, we should probably make those improvements prior to 5.0-RELEASE and without MFC'ing these changes so we don't get any software using the current MIB that has to be changed. I probably don't have time to contribute to such an effort and selected the current path as the path of least resistance to removing the setgid bit from systat and other current-day system monitoring software. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 7:56:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8508B37B479; Mon, 20 Nov 2000 07:56:24 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA72628; Mon, 20 Nov 2000 07:56:24 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201556.HAA72628@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 07:56:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 yp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 07:56:24 PST Modified files: share/man/man4 yp.4 Log: Fix problems introduced in rev 1.18: * Broken (sectionless) cross-reference to nsswitch.conf. * Trailing whitespace. Revision Changes Path 1.21 +3 -3 src/share/man/man4/yp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8: 1:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56D2737B479; Mon, 20 Nov 2000 08:01:55 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA73508; Mon, 20 Nov 2000 08:01:55 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201601.IAA73508@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:01:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 group.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:01:50 PST Modified files: share/man/man5 group.5 Log: Fix problems introduced in rev 1.16: * Hard sentence break. * Using Nm for the file in the first paragraph made the use of Pa in the second paragraph look silly. Revision Changes Path 1.18 +5 -5 src/share/man/man5/group.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8: 5:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC66437B479; Mon, 20 Nov 2000 08:05:09 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA74601; Mon, 20 Nov 2000 08:05:09 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201605.IAA74601@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:05:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 group.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:05:09 PST Modified files: share/man/man5 group.5 Log: Fix a bug that's survived since rev 1.1: Don't mark the word "file" up as a pathname in "/etc/group file". For the sake of consistency with rev 1.18, use Nm instead of "Pa /etc/group" and break "file" onto the next line. Revision Changes Path 1.19 +3 -2 src/share/man/man5/group.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8: 6: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 674B137B4CF; Mon, 20 Nov 2000 08:06:01 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA75917; Mon, 20 Nov 2000 08:06:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201606.IAA75917@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:06:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 group.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:06:01 PST Modified files: share/man/man5 group.5 Log: Fix bug in rev 1.7: Use a paragraph marker (Pp) instead of a blank line. Revision Changes Path 1.20 +2 -2 src/share/man/man5/group.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8: 9:51 2000 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id A28E837B479; Mon, 20 Nov 2000 08:09:37 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id SAA27761; Mon, 20 Nov 2000 18:08:10 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id eAKG93946492; Mon, 20 Nov 2000 18:09:03 +0200 (EET) Date: Mon, 20 Nov 2000 18:09:03 +0200 From: Alexey Zelkin To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/groff/tmac doc-common Message-ID: <20001120180903.A45529@ark.cris.net> References: <200011201507.HAA64585@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200011201507.HAA64585@freefall.freebsd.org>; from sheldonh@FreeBSD.org on Mon, Nov 20, 2000 at 07:07:15AM -0800 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, Don't forget to update .Lb list in mdoc.samples(7). On Mon, Nov 20, 2000 at 07:07:15AM -0800, Sheldon Hearn wrote: > sheldonh 2000/11/20 07:07:14 PST > > Modified files: > contrib/groff/tmac doc-common > Log: > Add libcompat record for .Lb macro. > > Revision Changes Path > 1.37 +2 -1 src/contrib/groff/tmac/doc-common > -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8: 9:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 348AD37B4F9; Mon, 20 Nov 2000 08:09:51 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA76972; Mon, 20 Nov 2000 08:09:49 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201609.IAA76972@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:09:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rarpd rarpd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:09:47 PST Modified files: usr.sbin/rarpd rarpd.8 Log: Fix broken (sectionless) cross-reference in ref 1.10. Revision Changes Path 1.11 +2 -2 src/usr.sbin/rarpd/rarpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:14:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2BC237B479; Mon, 20 Nov 2000 08:14:09 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA77857; Mon, 20 Nov 2000 08:14:09 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201614.IAA77857@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:14:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:14:09 PST Modified files: share/man/man7 mdoc.samples.7 Log: Document the libcompat entry for the .Lb macro. Submitted by: phantom Revision Changes Path 1.38 +3 -1 src/share/man/man7/mdoc.samples.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:14:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5346437B479; Mon, 20 Nov 2000 08:14:51 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78077; Mon, 20 Nov 2000 08:14:51 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011201614.IAA78077@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 20 Nov 2000 08:14:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial hardware.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/20 08:14:51 PST Modified files: en/commercial hardware.raw Log: Fix a style Revision Changes Path 1.30 +2 -1 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:18:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE1C37B479; Mon, 20 Nov 2000 08:18:46 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78592; Mon, 20 Nov 2000 08:18:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201618.IAA78592@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:18:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getgrent.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:18:46 PST Modified files: lib/libc/gen getgrent.3 Log: Remove blank line introduced in rev 1.13. Revision Changes Path 1.15 +1 -2 src/lib/libc/gen/getgrent.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:19:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B09037B479; Mon, 20 Nov 2000 08:19:15 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78682; Mon, 20 Nov 2000 08:19:15 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011201619.IAA78682@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 20 Nov 2000 08:19:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial hardware.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/20 08:19:15 PST Modified files: en/commercial hardware.raw Log: Add Freedom Technologies Corporation Submitted by: Lanny Baron Revision Changes Path 1.31 +17 -0 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:19:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5656037B479; Mon, 20 Nov 2000 08:19:39 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78786; Mon, 20 Nov 2000 08:19:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201619.IAA78786@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:19:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpwent.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:19:39 PST Modified files: lib/libc/gen getpwent.3 Log: Add a period missing from rev 1.13. Revision Changes Path 1.15 +2 -2 src/lib/libc/gen/getpwent.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:25:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC13437B479; Mon, 20 Nov 2000 08:25:10 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79712; Mon, 20 Nov 2000 08:25:10 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011201625.IAA79712@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 20 Nov 2000 08:25:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getusershell.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/20 08:25:10 PST Modified files: lib/libc/gen getusershell.3 Log: Fix hard sentence break introduced in rev 1.7. Revision Changes Path 1.9 +3 -2 src/lib/libc/gen/getusershell.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:48: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 863E537B4C5; Mon, 20 Nov 2000 08:47:55 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84417; Mon, 20 Nov 2000 08:47:55 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201647.IAA84417@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 08:47:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 src/sbin/camcontrol camcontrol.8 src/sbin/ccdconfig ccdconfig.8 src/sbin/clri clri.8 src/sbin/comcontrol comcontrol.8 src/sbin/disklabel disklabel.8 src/sbin/dmesg dmesg.8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 08:47:55 PST Modified files: sbin/adjkerntz adjkerntz.8 sbin/badsect badsect.8 sbin/camcontrol camcontrol.8 sbin/ccdconfig ccdconfig.8 sbin/clri clri.8 sbin/comcontrol comcontrol.8 sbin/disklabel disklabel.8 sbin/dmesg dmesg.8 sbin/dump dump.8 sbin/dumpfs dumpfs.8 sbin/dumpon dumpon.8 sbin/fsck fsck.8 sbin/fsck_ffs fsck_ffs.8 sbin/fsck_ifs fsck_ifs.8 sbin/fsdb fsdb.8 sbin/fsirand fsirand.8 sbin/i386/cxconfig cxconfig.8 sbin/i386/fdisk fdisk.8 sbin/i386/nextboot nextboot.8 sbin/ifconfig ifconfig.8 sbin/init init.8 sbin/ip6fw ip6fw.8 sbin/ipfw ipfw.8 sbin/kget kget.8 sbin/kldload kldload.8 sbin/kldstat kldstat.8 sbin/kldunload kldunload.8 sbin/ldconfig ldconfig.8 sbin/md5 md5.1 sbin/mknod mknod.8 sbin/mount getmntopts.3 mount.8 sbin/mount_cd9660 mount_cd9660.8 sbin/mount_ext2fs mount_ext2fs.8 sbin/mount_hpfs mount_hpfs.8 sbin/mount_ifs getmntopts.3 mount.8 sbin/mount_msdos mount_msdos.8 sbin/mount_nfs mount_nfs.8 sbin/mount_ntfs mount_ntfs.8 sbin/mount_null mount_null.8 sbin/mount_nwfs mount_nwfs.8 sbin/mount_portal mount_portal.8 sbin/mount_std mount_std.8 sbin/mount_umap mount_umap.8 sbin/mount_union mount_union.8 sbin/mountd exports.5 mountd.8 netgroup.5 sbin/natd natd.8 sbin/newfs newfs.8 sbin/newfs_msdos newfs_msdos.8 sbin/nfsd nfsd.8 sbin/nfsiod nfsiod.8 sbin/nologin nologin.8 sbin/nos-tun nos-tun.8 sbin/pc98/fdisk fdisk.8 sbin/ping ping.8 sbin/ping6 ping6.8 sbin/quotacheck quotacheck.8 sbin/reboot reboot.8 sbin/restore restore.8 sbin/route route.8 sbin/routed routed.8 sbin/routed/rtquery rtquery.8 sbin/savecore savecore.8 sbin/shutdown shutdown.8 sbin/slattach slattach.8 sbin/spppcontrol spppcontrol.8 sbin/startslip startslip.1 sbin/swapon swapon.8 sbin/sysctl sysctl.8 sbin/tunefs tunefs.8 sbin/umount umount.8 sbin/vinum vinum.8 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.20 +3 -3 src/sbin/adjkerntz/adjkerntz.8 1.11 +3 -3 src/sbin/badsect/badsect.8 1.26 +45 -45 src/sbin/camcontrol/camcontrol.8 1.11 +7 -7 src/sbin/ccdconfig/ccdconfig.8 1.8 +2 -2 src/sbin/clri/clri.8 1.21 +2 -2 src/sbin/comcontrol/comcontrol.8 1.21 +23 -23 src/sbin/disklabel/disklabel.8 1.7 +2 -2 src/sbin/dmesg/dmesg.8 1.30 +5 -5 src/sbin/dump/dump.8 1.6 +2 -2 src/sbin/dumpfs/dumpfs.8 1.15 +3 -3 src/sbin/dumpon/dumpon.8 1.18 +2 -2 src/sbin/fsck/fsck.8 1.15 +6 -6 src/sbin/fsck_ffs/fsck_ffs.8 1.15 +6 -6 src/sbin/fsck_ifs/fsck_ifs.8 1.14 +2 -2 src/sbin/fsdb/fsdb.8 1.12 +2 -2 src/sbin/fsirand/fsirand.8 1.7 +2 -2 src/sbin/i386/cxconfig/cxconfig.8 1.21 +3 -3 src/sbin/i386/fdisk/fdisk.8 1.13 +3 -3 src/sbin/i386/nextboot/nextboot.8 1.32 +7 -7 src/sbin/ifconfig/ifconfig.8 1.25 +3 -3 src/sbin/init/init.8 1.5 +7 -7 src/sbin/ip6fw/ip6fw.8 1.74 +12 -12 src/sbin/ipfw/ipfw.8 1.4 +2 -2 src/sbin/kget/kget.8 1.9 +2 -2 src/sbin/kldload/kldload.8 1.10 +2 -2 src/sbin/kldstat/kldstat.8 1.10 +3 -3 src/sbin/kldunload/kldunload.8 1.24 +3 -3 src/sbin/ldconfig/ldconfig.8 1.11 +2 -2 src/sbin/md5/md5.1 1.13 +3 -3 src/sbin/mknod/mknod.8 1.7 +5 -5 src/sbin/mount/getmntopts.3 1.35 +5 -5 src/sbin/mount/mount.8 1.13 +2 -2 src/sbin/mount_cd9660/mount_cd9660.8 1.7 +2 -2 src/sbin/mount_ext2fs/mount_ext2fs.8 1.4 +2 -2 src/sbin/mount_hpfs/mount_hpfs.8 1.7 +5 -5 src/sbin/mount_ifs/getmntopts.3 1.34 +5 -5 src/sbin/mount_ifs/mount.8 1.20 +3 -3 src/sbin/mount_msdos/mount_msdos.8 1.22 +3 -3 src/sbin/mount_nfs/mount_nfs.8 1.7 +2 -2 src/sbin/mount_ntfs/mount_ntfs.8 1.14 +2 -2 src/sbin/mount_null/mount_null.8 1.8 +3 -3 src/sbin/mount_nwfs/mount_nwfs.8 1.9 +2 -2 src/sbin/mount_portal/mount_portal.8 1.11 +3 -3 src/sbin/mount_std/mount_std.8 1.11 +2 -2 src/sbin/mount_umap/mount_umap.8 1.8 +2 -2 src/sbin/mount_union/mount_union.8 1.13 +3 -3 src/sbin/mountd/exports.5 1.18 +2 -2 src/sbin/mountd/mountd.8 1.11 +2 -2 src/sbin/mountd/netgroup.5 1.43 +6 -6 src/sbin/natd/natd.8 1.28 +4 -4 src/sbin/newfs/newfs.8 1.11 +2 -2 src/sbin/newfs_msdos/newfs_msdos.8 1.13 +8 -8 src/sbin/nfsd/nfsd.8 1.10 +2 -2 src/sbin/nfsiod/nfsiod.8 1.7 +2 -2 src/sbin/nologin/nologin.8 1.7 +2 -2 src/sbin/nos-tun/nos-tun.8 1.4 +3 -3 src/sbin/pc98/fdisk/fdisk.8 1.26 +3 -3 src/sbin/ping/ping.8 1.7 +3 -3 src/sbin/ping6/ping6.8 1.7 +3 -3 src/sbin/quotacheck/quotacheck.8 1.11 +2 -2 src/sbin/reboot/reboot.8 1.24 +22 -22 src/sbin/restore/restore.8 1.19 +8 -5 src/sbin/route/route.8 1.18 +6 -6 src/sbin/routed/routed.8 1.14 +3 -3 src/sbin/routed/rtquery/rtquery.8 1.9 +3 -3 src/sbin/savecore/savecore.8 1.13 +2 -2 src/sbin/shutdown/shutdown.8 1.17 +5 -5 src/sbin/slattach/slattach.8 1.9 +2 -2 src/sbin/spppcontrol/spppcontrol.8 1.17 +4 -4 src/sbin/startslip/startslip.1 1.16 +3 -3 src/sbin/swapon/swapon.8 1.27 +4 -4 src/sbin/sysctl/sysctl.8 1.12 +2 -2 src/sbin/tunefs/tunefs.8 1.9 +3 -3 src/sbin/umount/umount.8 1.43 +21 -16 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:52:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A116437B479; Mon, 20 Nov 2000 08:52:27 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA85175; Mon, 20 Nov 2000 08:52:27 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201652.IAA85175@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 08:52:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/mdoc example.1 example.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 08:52:27 PST Modified files: share/examples/mdoc example.1 example.4 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.13 +2 -2 src/share/examples/mdoc/example.1 1.11 +2 -2 src/share/examples/mdoc/example.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 8:57:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA9EB37B479; Mon, 20 Nov 2000 08:57:23 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA85904; Mon, 20 Nov 2000 08:57:23 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011201657.IAA85904@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 08:57:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/libiconv Makefile distinfo ports/converters/libiconv/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 08:57:23 PST Modified files: converters/libiconv Makefile distinfo converters/libiconv/files patch-aa patch-ab patch-ac Log: Update to 1.4. Revision Changes Path 1.4 +2 -2 ports/converters/libiconv/Makefile 1.2 +1 -1 ports/converters/libiconv/distinfo 1.2 +9 -9 ports/converters/libiconv/files/patch-aa 1.2 +12 -12 ports/converters/libiconv/files/patch-ab 1.2 +11 -11 ports/converters/libiconv/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9: 5:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7CF837B479; Mon, 20 Nov 2000 09:05:46 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA88655; Mon, 20 Nov 2000 09:05:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201705.JAA88655@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 09:05:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.4th.8 loader.conf.5 src/sys/modules/ibcs2 ibcs2.8 src/sys/modules/osf1 osf1.8 src/sys/modules/svr4 svr4.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 09:05:46 PST Modified files: sys/boot/common loader.8 sys/boot/forth loader.4th.8 loader.conf.5 sys/modules/ibcs2 ibcs2.8 sys/modules/osf1 osf1.8 sys/modules/svr4 svr4.8 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.23 +5 -5 src/sys/boot/common/loader.8 1.7 +3 -3 src/sys/boot/forth/loader.4th.8 1.9 +5 -5 src/sys/boot/forth/loader.conf.5 1.12 +2 -2 src/sys/modules/ibcs2/ibcs2.8 1.2 +2 -2 src/sys/modules/osf1/osf1.8 1.2 +2 -2 src/sys/modules/svr4/svr4.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:24: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5802937B479; Mon, 20 Nov 2000 09:23:58 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91073; Mon, 20 Nov 2000 09:23:58 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011201723.JAA91073@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 20 Nov 2000 09:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj current.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/20 09:23:58 PST Modified files: en/docproj current.sgml Log: Fix typo: once -> one. Revision Changes Path 1.23 +3 -3 www/en/docproj/current.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:27:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7469437B479; Mon, 20 Nov 2000 09:27:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91510; Mon, 20 Nov 2000 09:27:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011201727.JAA91510@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 20 Nov 2000 09:27:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile distinfo ports/editors/vim6/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/20 09:27:45 PST Modified files: editors/vim6 Makefile distinfo editors/vim6/files patch-01 Log: Update to Vim 6.0 Beta "N". Revision Changes Path 1.96 +2 -2 ports/editors/vim6/Makefile 1.57 +2 -2 ports/editors/vim6/distinfo 1.19 +0 -5 ports/editors/vim6/files/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:28:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E37437B479; Mon, 20 Nov 2000 09:28:32 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91695; Mon, 20 Nov 2000 09:28:32 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011201728.JAA91695@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 20 Nov 2000 09:28:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/20 09:28:32 PST Modified files: devel/ruby-racc Makefile distinfo pkg-plist Log: Update to 1.2.5. Revision Changes Path 1.13 +2 -2 ports/devel/ruby-racc/Makefile 1.7 +1 -1 ports/devel/ruby-racc/distinfo 1.8 +1 -0 ports/devel/ruby-racc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:28:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EE0937B4CF; Mon, 20 Nov 2000 09:28:52 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91766; Mon, 20 Nov 2000 09:28:52 -0800 (PST) (envelope-from ade@FreeBSD.org) Message-Id: <200011201728.JAA91766@freefall.freebsd.org> From: Ade Lovett Date: Mon, 20 Nov 2000 09:28:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/11/20 09:28:52 PST Modified files: devel/libgtop Makefile distinfo Log: Update to 1.0.10 Revision Changes Path 1.37 +2 -2 ports/devel/libgtop/Makefile 1.10 +1 -1 ports/devel/libgtop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:29: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB9F537B479; Mon, 20 Nov 2000 09:29:05 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91829; Mon, 20 Nov 2000 09:29:05 -0800 (PST) (envelope-from ade@FreeBSD.org) Message-Id: <200011201729.JAA91829@freefall.freebsd.org> From: Ade Lovett Date: Mon, 20 Nov 2000 09:29:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gtop Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/11/20 09:29:05 PST Modified files: sysutils/gtop Makefile distinfo pkg-plist Log: Update to 1.0.10 Revision Changes Path 1.24 +2 -2 ports/sysutils/gtop/Makefile 1.10 +1 -1 ports/sysutils/gtop/distinfo 1.8 +1 -9 ports/sysutils/gtop/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:42:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B549E37B479; Mon, 20 Nov 2000 09:42:13 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA93323; Mon, 20 Nov 2000 09:42:13 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011201742.JAA93323@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 20 Nov 2000 09:42:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc final.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/20 09:42:13 PST Modified files: contrib/gcc final.c Log: Change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match the commit by the FSF/GCC people in the stock 2.97 source that is like our custom change modulo the conditional compilation symbol. Revision Changes Path 1.9 +5 -5 src/contrib/gcc/final.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:50:43 2000 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 467CA37B4C5; Mon, 20 Nov 2000 09:50:40 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1092) id CCDEE2B24B; Mon, 20 Nov 2000 11:50:34 -0600 (CST) Date: Mon, 20 Nov 2000 11:50:34 -0600 From: Jayanth Vijayaraghavan To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket2.c Message-ID: <20001120115034.A58327@elvis.mu.org> References: <200011192222.OAA12670@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011192222.OAA12670@freefall.freebsd.org>; from dwmalone@FreeBSD.org on Sun, Nov 19, 2000 at 02:22:48PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sbcompress() is invoked only for tcp sockets. Something similar will be needed for udp sockets. jayanth On Sun, Nov 19, 2000 at 02:22:48PM -0800, David Malone wrote: > dwmalone 2000/11/19 14:22:48 PST > > Modified files: > sys/kern uipc_socket2.c > Log: > Make sbcompress use the new M_WRITABLE macro. Previously sbcompress > could not compress into clusters. This could result in lots of > wasted clusters while recieving small packets from an interface > that uses clusters for all it's packets. > > Patch is partially from BSDi (limiting the size of the copy) and > based on a patch for 4.1 by Ian Dowse and > myself. > > Reviewed by: bmilekic > Obtained From: BSDi > Submitted by: iedowse > > Revision Changes Path > 1.66 +5 -3 src/sys/kern/uipc_socket2.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 9:53:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 503D137B479; Mon, 20 Nov 2000 09:53:20 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA94812; Mon, 20 Nov 2000 09:53:20 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200011201753.JAA94812@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 20 Nov 2000 09:53:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle Makefile distinfo pkg-plist ports/www/wwwoffle/files patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/11/20 09:53:20 PST Modified files: www/wwwoffle Makefile distinfo pkg-plist www/wwwoffle/files patch-aa Removed files: www/wwwoffle/files patch-ac Log: - Upgrade to 2.6 and use IPv6 patch. - I(sumikawa) take over this port. Revision Changes Path 1.13 +10 -5 ports/www/wwwoffle/Makefile 1.4 +2 -1 ports/www/wwwoffle/distinfo 1.7 +63 -45 ports/www/wwwoffle/pkg-plist 1.6 +29 -37 ports/www/wwwoffle/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 10: 1:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7577E37B4C5; Mon, 20 Nov 2000 10:01:07 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96095; Mon, 20 Nov 2000 10:01:07 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011201801.KAA96095@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 10:01:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib13 Makefile distinfo pkg-plist ports/devel/glib13/files patch-ah patch-ae patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 10:01:07 PST Modified files: devel/glib13 Makefile distinfo pkg-plist devel/glib13/files patch-ae patch-ag Added files: devel/glib13/files patch-ah Log: Update to 1.3.2. Revision Changes Path 1.35 +12 -3 ports/devel/glib13/Makefile 1.22 +1 -1 ports/devel/glib13/distinfo 1.23 +50 -7 ports/devel/glib13/pkg-plist 1.14 +56 -13 ports/devel/glib13/files/patch-ae 1.2 +23 -5 ports/devel/glib13/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 10: 3:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45E4037B4C5; Mon, 20 Nov 2000 10:03:42 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96549; Mon, 20 Nov 2000 10:03:42 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011201803.KAA96549@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 10:03:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pango Makefile distinfo pkg-plist ports/x11-toolkits/pango/files patch-ac patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 10:03:42 PST Modified files: x11-toolkits/pango Makefile distinfo pkg-plist x11-toolkits/pango/files patch-ab Added files: x11-toolkits/pango/files patch-ac Removed files: x11-toolkits/pango/files patch-aa Log: Update to 0.13. Revision Changes Path 1.3 +6 -10 ports/x11-toolkits/pango/Makefile 1.2 +1 -1 ports/x11-toolkits/pango/distinfo 1.2 +6 -0 ports/x11-toolkits/pango/pkg-plist 1.2 +4 -3 ports/x11-toolkits/pango/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 10: 6:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FB7B37B479; Mon, 20 Nov 2000 10:06:11 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA98674; Mon, 20 Nov 2000 10:06:11 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011201806.KAA98674@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 10:06:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk13 Makefile distinfo pkg-plist ports/x11-toolkits/gtk13/files patch-aj patch-ak patch-ag patch-ah patch-ai patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 10:06:11 PST Modified files: x11-toolkits/gtk13 Makefile distinfo pkg-plist x11-toolkits/gtk13/files patch-ag patch-ah patch-ai Added files: x11-toolkits/gtk13/files patch-aj patch-ak Removed files: x11-toolkits/gtk13/files patch-af Log: Update to 1.3.2. Revision Changes Path 1.68 +5 -4 ports/x11-toolkits/gtk13/Makefile 1.38 +1 -1 ports/x11-toolkits/gtk13/distinfo 1.50 +68 -90 ports/x11-toolkits/gtk13/pkg-plist 1.3 +7 -25 ports/x11-toolkits/gtk13/files/patch-ag 1.3 +6 -6 ports/x11-toolkits/gtk13/files/patch-ah 1.2 +4 -4 ports/x11-toolkits/gtk13/files/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 Nov 20 10: 8:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDDBC37B479; Mon, 20 Nov 2000 10:08:52 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA99046; Mon, 20 Nov 2000 10:08:52 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011201808.KAA99046@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 20 Nov 2000 10:08:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/fribidi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/20 10:08:52 PST Modified files: textproc/fribidi Makefile Log: Resign as a maintainer. Revision Changes Path 1.5 +2 -2 ports/textproc/fribidi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 10:34:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6259737B479; Mon, 20 Nov 2000 10:34:36 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02486; Mon, 20 Nov 2000 10:34:36 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011201834.KAA02486@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 20 Nov 2000 10:34:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj translations.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/20 10:34:36 PST Modified files: en/docproj translations.sgml Log: actualize russian translations information Revision Changes Path 1.36 +8 -7 www/en/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 10:41:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A865737B479; Mon, 20 Nov 2000 10:41:36 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA04109; Mon, 20 Nov 2000 10:41:36 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201841.KAA04109@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 10:41:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 builtin.1 src/share/man/man3 assert.3 end.3 intro.3 stdarg.3 sysexits.3 src/share/man/man4 adv.4 bktr.4 bpf.4 ccd.4 cd.4 da.4 dummynet.4 ed.4 fpa.4 gif.4 ifmib.4 inet6.4 ipsec.4 kame.4 kld.4 lp.4 mem.4 mtio.4 netgraph.4 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 10:41:36 PST Modified files: share/man/man1 builtin.1 share/man/man3 assert.3 end.3 intro.3 stdarg.3 sysexits.3 share/man/man4 adv.4 bktr.4 bpf.4 ccd.4 cd.4 da.4 dummynet.4 ed.4 fpa.4 gif.4 ifmib.4 inet6.4 ipsec.4 kame.4 kld.4 lp.4 mem.4 mtio.4 netgraph.4 ng_ether.4 null.4 pass.4 pci.4 pcvt.4 ppp.4 pty.4 sa.4 sd.4 ses.4 sio.4 sl.4 smp.4 snp.4 st.4 stf.4 syncer.4 tap.4 termios.4 tun.4 ukbd.4 umass.4 ums.4 uscanner.4 vinum.4 vn.4 worm.4 xpt.4 yp.4 share/man/man4/man4.i386 aic.4 apm.4 ar.4 cs.4 cy.4 dgb.4 fe.4 gsc.4 ie.4 io.4 matcd.4 mcd.4 meteor.4 npx.4 perfmon.4 scd.4 sr.4 vx.4 wl.4 wt.4 share/man/man5 core.5 devfs.5 disktab.5 ethers.5 fbtab.5 fdesc.5 fstab.5 group.5 hosts.5 hosts.equiv.5 hosts.lpd.5 intro.5 kernfs.5 linprocfs.5 networks.5 nsswitch.conf.5 passwd.5 periodic.conf.5 procfs.5 protocols.5 remote.5 services.5 shells.5 stab.5 utmp.5 share/man/man6 intro.6 share/man/man7 ascii.7 environ.7 hier.7 intro.7 share/man/man8 crash.8 intro.8 picobsd.8 rc.8 share/man/man9 at_exit.9 at_fork.9 cd.9 devfs_add_devswf.9 devstat.9 intro.9 microtime.9 posix4.9 rtalloc.9 rtentry.9 sleep.9 share/termcap termcap.5 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.8 +2 -2 src/share/man/man1/builtin.1 1.8 +2 -2 src/share/man/man3/assert.3 1.6 +2 -2 src/share/man/man3/end.3 1.10 +2 -2 src/share/man/man3/intro.3 1.5 +3 -3 src/share/man/man3/stdarg.3 1.8 +3 -3 src/share/man/man3/sysexits.3 1.9 +2 -2 src/share/man/man4/adv.4 1.11 +5 -5 src/share/man/man4/bktr.4 1.23 +5 -5 src/share/man/man4/bpf.4 1.13 +15 -15 src/share/man/man4/ccd.4 1.20 +7 -7 src/share/man/man4/cd.4 1.32 +5 -5 src/share/man/man4/da.4 1.10 +5 -5 src/share/man/man4/dummynet.4 1.22 +5 -5 src/share/man/man4/ed.4 1.14 +3 -3 src/share/man/man4/fpa.4 1.6 +5 -5 src/share/man/man4/gif.4 1.9 +2 -2 src/share/man/man4/ifmib.4 1.7 +3 -3 src/share/man/man4/inet6.4 1.6 +2 -2 src/share/man/man4/ipsec.4 1.7 +3 -3 src/share/man/man4/kame.4 1.8 +2 -2 src/share/man/man4/kld.4 1.8 +4 -3 src/share/man/man4/lp.4 1.8 +2 -2 src/share/man/man4/mem.4 1.11 +2 -2 src/share/man/man4/mtio.4 1.13 +2 -2 src/share/man/man4/netgraph.4 1.13 +2 -2 src/share/man/man4/ng_ether.4 1.6 +2 -2 src/share/man/man4/null.4 1.6 +8 -8 src/share/man/man4/pass.4 1.5 +8 -8 src/share/man/man4/pci.4 1.27 +14 -14 src/share/man/man4/pcvt.4 1.5 +3 -3 src/share/man/man4/ppp.4 1.9 +2 -2 src/share/man/man4/pty.4 1.29 +4 -4 src/share/man/man4/sa.4 1.15 +2 -2 src/share/man/man4/sd.4 1.5 +3 -3 src/share/man/man4/ses.4 1.37 +4 -4 src/share/man/man4/sio.4 1.9 +3 -3 src/share/man/man4/sl.4 1.8 +2 -2 src/share/man/man4/smp.4 1.16 +7 -7 src/share/man/man4/snp.4 1.15 +2 -2 src/share/man/man4/st.4 1.5 +2 -2 src/share/man/man4/stf.4 1.6 +2 -2 src/share/man/man4/syncer.4 1.4 +7 -7 src/share/man/man4/tap.4 1.15 +2 -2 src/share/man/man4/termios.4 1.10 +5 -5 src/share/man/man4/tun.4 1.16 +3 -3 src/share/man/man4/ukbd.4 1.18 +3 -3 src/share/man/man4/umass.4 1.14 +3 -3 src/share/man/man4/ums.4 1.2 +2 -2 src/share/man/man4/uscanner.4 1.29 +10 -8 src/share/man/man4/vinum.4 1.9 +3 -3 src/share/man/man4/vn.4 1.21 +2 -2 src/share/man/man4/worm.4 1.5 +5 -5 src/share/man/man4/xpt.4 1.22 +2 -2 src/share/man/man4/yp.4 1.8 +2 -2 src/share/man/man4/man4.i386/aic.4 1.15 +12 -12 src/share/man/man4/man4.i386/apm.4 1.20 +4 -4 src/share/man/man4/man4.i386/ar.4 1.8 +7 -5 src/share/man/man4/man4.i386/cs.4 1.14 +4 -4 src/share/man/man4/man4.i386/cy.4 1.14 +4 -4 src/share/man/man4/man4.i386/dgb.4 1.16 +11 -11 src/share/man/man4/man4.i386/fe.4 1.15 +3 -3 src/share/man/man4/man4.i386/gsc.4 1.13 +2 -2 src/share/man/man4/man4.i386/ie.4 1.7 +2 -2 src/share/man/man4/man4.i386/io.4 1.15 +18 -18 src/share/man/man4/man4.i386/matcd.4 1.11 +9 -9 src/share/man/man4/man4.i386/mcd.4 1.15 +2 -2 src/share/man/man4/man4.i386/meteor.4 1.10 +3 -3 src/share/man/man4/man4.i386/npx.4 1.10 +2 -2 src/share/man/man4/man4.i386/perfmon.4 1.10 +3 -3 src/share/man/man4/man4.i386/scd.4 1.17 +3 -3 src/share/man/man4/man4.i386/sr.4 1.12 +6 -6 src/share/man/man4/man4.i386/vx.4 1.12 +3 -3 src/share/man/man4/man4.i386/wl.4 1.7 +2 -2 src/share/man/man4/man4.i386/wt.4 1.10 +2 -2 src/share/man/man5/core.5 1.7 +2 -2 src/share/man/man5/devfs.5 1.5 +2 -2 src/share/man/man5/disktab.5 1.9 +4 -4 src/share/man/man5/ethers.5 1.7 +3 -3 src/share/man/man5/fbtab.5 1.8 +2 -2 src/share/man/man5/fdesc.5 1.13 +6 -6 src/share/man/man5/fstab.5 1.21 +2 -2 src/share/man/man5/group.5 1.7 +3 -3 src/share/man/man5/hosts.5 1.11 +3 -3 src/share/man/man5/hosts.equiv.5 1.6 +3 -3 src/share/man/man5/hosts.lpd.5 1.4 +2 -2 src/share/man/man5/intro.5 1.9 +3 -3 src/share/man/man5/kernfs.5 1.4 +3 -3 src/share/man/man5/linprocfs.5 1.6 +3 -3 src/share/man/man5/networks.5 1.2 +3 -3 src/share/man/man5/nsswitch.conf.5 1.31 +2 -2 src/share/man/man5/passwd.5 1.17 +2 -2 src/share/man/man5/periodic.conf.5 1.16 +3 -3 src/share/man/man5/procfs.5 1.4 +3 -3 src/share/man/man5/protocols.5 1.6 +2 -2 src/share/man/man5/remote.5 1.8 +3 -3 src/share/man/man5/services.5 1.4 +3 -3 src/share/man/man5/shells.5 1.5 +2 -2 src/share/man/man5/stab.5 1.11 +11 -8 src/share/man/man5/utmp.5 1.5 +2 -2 src/share/man/man6/intro.6 1.4 +2 -2 src/share/man/man7/ascii.7 1.14 +2 -2 src/share/man/man7/environ.7 1.36 +2 -2 src/share/man/man7/hier.7 1.6 +2 -2 src/share/man/man7/intro.7 1.12 +2 -2 src/share/man/man8/crash.8 1.4 +2 -2 src/share/man/man8/intro.8 1.4 +6 -6 src/share/man/man8/picobsd.8 1.12 +8 -8 src/share/man/man8/rc.8 1.12 +2 -2 src/share/man/man9/at_exit.9 1.11 +2 -2 src/share/man/man9/at_fork.9 1.12 +2 -2 src/share/man/man9/cd.9 1.13 +2 -2 src/share/man/man9/devfs_add_devswf.9 1.12 +5 -5 src/share/man/man9/devstat.9 1.11 +2 -2 src/share/man/man9/intro.9 1.4 +2 -2 src/share/man/man9/microtime.9 1.7 +2 -2 src/share/man/man9/posix4.9 1.9 +3 -3 src/share/man/man9/rtalloc.9 1.12 +2 -2 src/share/man/man9/rtentry.9 1.25 +2 -2 src/share/man/man9/sleep.9 1.13 +6 -6 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 Nov 20 10:47:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D130137B479; Mon, 20 Nov 2000 10:47:30 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05168; Mon, 20 Nov 2000 10:47:30 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Message-Id: <200011201847.KAA05168@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 20 Nov 2000 10:47:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 tcsh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/11/20 10:47:30 PST Modified files: ja_JP.eucJP/man/man1 tcsh.1 Log: Whitespace related style update. Submitted by:mistral@imasy.or.jp (Yoshihiko SARUMARU) Revision Changes Path 1.4 +360 -360 doc/ja_JP.eucJP/man/man1/tcsh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 10:49:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 869BA37B479; Mon, 20 Nov 2000 10:49:54 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05520; Mon, 20 Nov 2000 10:49:54 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Message-Id: <200011201849.KAA05520@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 20 Nov 2000 10:49:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man7 style.perl.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/11/20 10:49:54 PST Modified files: ja_JP.eucJP/man/man7 style.perl.7 Log: Japanese wording update. Submitted by:Yoshiteru Kageyama Revision Changes Path 1.2 +23 -17 doc/ja_JP.eucJP/man/man7/style.perl.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 11: 4:25 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id E91A637B479; Mon, 20 Nov 2000 11:04:20 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id C78D1E8A; Mon, 20 Nov 2000 11:03:50 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id LAA05445; Mon, 20 Nov 2000 11:03:39 -0800 (PST) Message-ID: <3A19758B.A19CFC89@cup.hp.com> Date: Mon, 20 Nov 2000 11:03:39 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: Marcel Moolenaar , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Sun, 19 Nov 2000 18:17:35 PST, Marcel Moolenaar wrote: > > > o Add chmod to the list of saved tools, because perl > > conditionally uses it during install. > > Other tools that have reported to be problematic for x.x -> 4.x-STABLE > upgrades are sort and tr. I'm still waiting for the originator of the > PR to produce build failure output so that we can verify that they're > required. Ok. If we can't avoid it, just add them. I do want to keep the list of tools at a minimal. I prefer to have any actions done at build and not at install time... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 11:21:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F57937B479; Mon, 20 Nov 2000 11:21:23 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA14641; Mon, 20 Nov 2000 11:21:23 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011201921.LAA14641@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 11:21:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.1 src/usr.bin/ar ar.1 ar.5 src/usr.bin/banner banner.6 src/usr.bin/basename basename.1 src/usr.bin/biff biff.1 src/usr.bin/c89 c89.1 src/usr.bin/calendar calendar.1 src/usr.bin/cap_mkdb cap_mkdb.1 src/usr.bin/checknr ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 11:21:23 PST Modified files: usr.bin/apply apply.1 usr.bin/ar ar.1 ar.5 usr.bin/banner banner.6 usr.bin/basename basename.1 usr.bin/biff biff.1 usr.bin/c89 c89.1 usr.bin/calendar calendar.1 usr.bin/cap_mkdb cap_mkdb.1 usr.bin/checknr checknr.1 usr.bin/chflags chflags.1 usr.bin/chkey chkey.1 usr.bin/chpass chpass.1 usr.bin/cksum cksum.1 usr.bin/cmp cmp.1 usr.bin/col col.1 usr.bin/colcrt colcrt.1 usr.bin/colldef colldef.1 usr.bin/colrm colrm.1 usr.bin/column column.1 usr.bin/comm comm.1 usr.bin/compress compress.1 zopen.3 usr.bin/ctags ctags.1 usr.bin/cut cut.1 usr.bin/doscmd doscmd.1 usr.bin/du du.1 usr.bin/ee ee.1 usr.bin/enigma enigma.1 usr.bin/expand expand.1 usr.bin/false false.1 usr.bin/file file.1 usr.bin/find find.1 usr.bin/finger finger.1 usr.bin/fold fold.1 usr.bin/from from.1 usr.bin/fstat fstat.1 usr.bin/fsync fsync.1 usr.bin/ftp ftp.1 usr.bin/genassym genassym.8 usr.bin/gensetdefs gensetdefs.8 usr.bin/getconf getconf.1 usr.bin/getopt getopt.1 usr.bin/gprof gprof.1 usr.bin/head head.1 usr.bin/hexdump hexdump.1 od.1 usr.bin/id groups.1 id.1 whoami.1 usr.bin/indent indent.1 usr.bin/ipcs ipcs.1 usr.bin/join join.1 usr.bin/jot jot.1 usr.bin/kenv kenv.1 usr.bin/killall killall.1 usr.bin/ktrace ktrace.1 usr.bin/lam lam.1 usr.bin/last last.1 usr.bin/ldd ldd.1 usr.bin/limits limits.1 usr.bin/lock lock.1 usr.bin/lsvfs lsvfs.1 usr.bin/m4 m4.1 usr.bin/mail mail.1 usr.bin/make make.1 usr.bin/minigzip minigzip.1 usr.bin/mk_cmds mk_cmds.1 usr.bin/mkdep mkdep.1 usr.bin/mklocale mklocale.1 usr.bin/mktemp mktemp.1 usr.bin/msgs msgs.1 usr.bin/mt mt.1 usr.bin/ncal ncal.1 usr.bin/ncplist ncplist.1 usr.bin/ncplogin ncplogin.1 ncplogout.1 usr.bin/netstat netstat.1 usr.bin/newkey newkey.8 usr.bin/nice nice.1 usr.bin/nohup nohup.1 usr.bin/objformat objformat.1 usr.bin/pagesize pagesize.1 usr.bin/passwd passwd.1 usr.bin/printenv printenv.1 usr.bin/quota quota.1 usr.bin/rdist rdist.1 usr.bin/renice renice.8 usr.bin/rev rev.1 usr.bin/rlogin rlogin.1 usr.bin/rpcgen rpcgen.1 usr.bin/rpcinfo rpcinfo.8 usr.bin/rs rs.1 usr.bin/rsh rsh.1 usr.bin/ruptime ruptime.1 usr.bin/rusers rusers.1 usr.bin/script script.1 usr.bin/sed sed.1 usr.bin/showmount showmount.8 usr.bin/size size.1 usr.bin/split split.1 usr.bin/su su.1 usr.bin/systat systat.1 usr.bin/tail tail.1 usr.bin/tconv tconv.1 usr.bin/telnet telnet.1 usr.bin/tftp tftp.1 usr.bin/tip/tip modems.5 tip.1 usr.bin/touch touch.1 usr.bin/tr tr.1 usr.bin/truncate truncate.1 usr.bin/truss truss.1 usr.bin/tset tset.1 usr.bin/uac uac.1 usr.bin/ul ul.1 usr.bin/unifdef unifdef.1 usr.bin/uuencode uuencode.1 uuencode.format.5 usr.bin/vgrind vgrindefs.5 usr.bin/vmstat vmstat.8 usr.bin/w w.1 usr.bin/wall wall.1 usr.bin/wc wc.1 usr.bin/whereis whereis.1 usr.bin/which which.1 usr.bin/who who.1 usr.bin/whois whois.1 usr.bin/window window.1 usr.bin/write write.1 usr.bin/xargs xargs.1 usr.bin/xinstall install.1 usr.bin/xlint/xlint lint.1 usr.bin/xstr xstr.1 usr.bin/yes yes.1 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 usr.bin/ypwhich ypwhich.1 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.9 +4 -4 src/usr.bin/apply/apply.1 1.7 +21 -21 src/usr.bin/ar/ar.1 1.6 +4 -4 src/usr.bin/ar/ar.5 1.6 +2 -2 src/usr.bin/banner/banner.6 1.8 +2 -2 src/usr.bin/basename/basename.1 1.9 +3 -3 src/usr.bin/biff/biff.1 1.5 +2 -2 src/usr.bin/c89/c89.1 1.18 +4 -4 src/usr.bin/calendar/calendar.1 1.8 +2 -2 src/usr.bin/cap_mkdb/cap_mkdb.1 1.6 +6 -6 src/usr.bin/checknr/checknr.1 1.11 +2 -2 src/usr.bin/chflags/chflags.1 1.5 +2 -2 src/usr.bin/chkey/chkey.1 1.24 +6 -6 src/usr.bin/chpass/chpass.1 1.11 +2 -2 src/usr.bin/cksum/cksum.1 1.10 +8 -8 src/usr.bin/cmp/cmp.1 1.6 +2 -2 src/usr.bin/col/col.1 1.6 +2 -2 src/usr.bin/colcrt/colcrt.1 1.11 +2 -2 src/usr.bin/colldef/colldef.1 1.4 +3 -3 src/usr.bin/colrm/colrm.1 1.7 +2 -2 src/usr.bin/column/column.1 1.5 +4 -4 src/usr.bin/comm/comm.1 1.7 +2 -2 src/usr.bin/compress/compress.1 1.7 +2 -2 src/usr.bin/compress/zopen.3 1.6 +5 -5 src/usr.bin/ctags/ctags.1 1.10 +7 -7 src/usr.bin/cut/cut.1 1.19 +19 -20 src/usr.bin/doscmd/doscmd.1 1.18 +2 -2 src/usr.bin/du/du.1 1.9 +6 -6 src/usr.bin/ee/ee.1 1.6 +2 -2 src/usr.bin/enigma/enigma.1 1.5 +2 -2 src/usr.bin/expand/expand.1 1.4 +4 -4 src/usr.bin/false/false.1 1.18 +3 -3 src/usr.bin/file/file.1 1.27 +21 -21 src/usr.bin/find/find.1 1.15 +10 -10 src/usr.bin/finger/finger.1 1.4 +3 -3 src/usr.bin/fold/fold.1 1.8 +3 -3 src/usr.bin/from/from.1 1.11 +6 -6 src/usr.bin/fstat/fstat.1 1.5 +2 -2 src/usr.bin/fsync/fsync.1 1.18 +8 -8 src/usr.bin/ftp/ftp.1 1.4 +2 -2 src/usr.bin/genassym/genassym.8 1.3 +2 -2 src/usr.bin/gensetdefs/gensetdefs.8 1.3 +7 -7 src/usr.bin/getconf/getconf.1 1.12 +4 -4 src/usr.bin/getopt/getopt.1 1.13 +5 -5 src/usr.bin/gprof/gprof.1 1.5 +4 -4 src/usr.bin/head/head.1 1.10 +16 -9 src/usr.bin/hexdump/hexdump.1 1.9 +3 -3 src/usr.bin/hexdump/od.1 1.7 +2 -2 src/usr.bin/id/groups.1 1.9 +7 -7 src/usr.bin/id/id.1 1.7 +2 -2 src/usr.bin/id/whoami.1 1.10 +3 -4 src/usr.bin/indent/indent.1 1.10 +2 -2 src/usr.bin/ipcs/ipcs.1 1.6 +3 -3 src/usr.bin/join/join.1 1.9 +2 -2 src/usr.bin/jot/jot.1 1.2 +4 -4 src/usr.bin/kenv/kenv.1 1.14 +2 -2 src/usr.bin/killall/killall.1 1.9 +3 -3 src/usr.bin/ktrace/ktrace.1 1.6 +2 -2 src/usr.bin/lam/lam.1 1.7 +7 -7 src/usr.bin/last/last.1 1.16 +2 -2 src/usr.bin/ldd/ldd.1 1.16 +11 -8 src/usr.bin/limits/limits.1 1.5 +3 -3 src/usr.bin/lock/lock.1 1.9 +2 -2 src/usr.bin/lsvfs/lsvfs.1 1.11 +5 -5 src/usr.bin/m4/m4.1 1.21 +28 -28 src/usr.bin/mail/mail.1 1.36 +14 -14 src/usr.bin/make/make.1 1.4 +2 -2 src/usr.bin/minigzip/minigzip.1 1.3 +3 -3 src/usr.bin/mk_cmds/mk_cmds.1 1.8 +2 -2 src/usr.bin/mkdep/mkdep.1 1.9 +10 -12 src/usr.bin/mklocale/mklocale.1 1.11 +3 -3 src/usr.bin/mktemp/mktemp.1 1.11 +4 -4 src/usr.bin/msgs/msgs.1 1.23 +3 -3 src/usr.bin/mt/mt.1 1.9 +3 -3 src/usr.bin/ncal/ncal.1 1.6 +2 -2 src/usr.bin/ncplist/ncplist.1 1.7 +3 -3 src/usr.bin/ncplogin/ncplogin.1 1.5 +3 -3 src/usr.bin/ncplogin/ncplogout.1 1.23 +12 -12 src/usr.bin/netstat/netstat.1 1.5 +3 -3 src/usr.bin/newkey/newkey.8 1.13 +3 -3 src/usr.bin/nice/nice.1 1.8 +2 -2 src/usr.bin/nohup/nohup.1 1.4 +2 -2 src/usr.bin/objformat/objformat.1 1.5 +3 -3 src/usr.bin/pagesize/pagesize.1 1.21 +16 -16 src/usr.bin/passwd/passwd.1 1.8 +4 -4 src/usr.bin/printenv/printenv.1 1.9 +4 -4 src/usr.bin/quota/quota.1 1.14 +2 -2 src/usr.bin/rdist/rdist.1 1.6 +3 -3 src/usr.bin/renice/renice.8 1.5 +3 -3 src/usr.bin/rev/rev.1 1.13 +2 -2 src/usr.bin/rlogin/rlogin.1 1.13 +8 -8 src/usr.bin/rpcgen/rpcgen.1 1.6 +6 -6 src/usr.bin/rpcinfo/rpcinfo.8 1.5 +2 -2 src/usr.bin/rs/rs.1 1.13 +2 -2 src/usr.bin/rsh/rsh.1 1.10 +2 -2 src/usr.bin/ruptime/ruptime.1 1.11 +2 -2 src/usr.bin/rusers/rusers.1 1.13 +2 -2 src/usr.bin/script/script.1 1.14 +5 -5 src/usr.bin/sed/sed.1 1.10 +2 -2 src/usr.bin/showmount/showmount.8 1.6 +2 -2 src/usr.bin/size/size.1 1.5 +5 -5 src/usr.bin/split/split.1 1.19 +3 -3 src/usr.bin/su/su.1 1.25 +4 -4 src/usr.bin/systat/systat.1 1.7 +2 -2 src/usr.bin/tail/tail.1 1.12 +2 -2 src/usr.bin/tconv/tconv.1 1.17 +5 -5 src/usr.bin/telnet/telnet.1 1.5 +3 -3 src/usr.bin/tftp/tftp.1 1.6 +2 -2 src/usr.bin/tip/tip/modems.5 1.10 +18 -18 src/usr.bin/tip/tip/tip.1 1.8 +2 -2 src/usr.bin/touch/touch.1 1.8 +5 -5 src/usr.bin/tr/tr.1 1.5 +3 -3 src/usr.bin/truncate/truncate.1 1.6 +3 -3 src/usr.bin/truss/truss.1 1.7 +2 -2 src/usr.bin/tset/tset.1 1.6 +2 -2 src/usr.bin/uac/uac.1 1.7 +2 -2 src/usr.bin/ul/ul.1 1.7 +2 -2 src/usr.bin/unifdef/unifdef.1 1.10 +3 -3 src/usr.bin/uuencode/uuencode.1 1.9 +2 -2 src/usr.bin/uuencode/uuencode.format.5 1.6 +4 -4 src/usr.bin/vgrind/vgrindefs.5 1.17 +2 -2 src/usr.bin/vmstat/vmstat.8 1.13 +2 -2 src/usr.bin/w/w.1 1.4 +2 -2 src/usr.bin/wall/wall.1 1.8 +2 -2 src/usr.bin/wc/wc.1 1.10 +4 -4 src/usr.bin/whereis/whereis.1 1.17 +2 -2 src/usr.bin/which/which.1 1.8 +3 -3 src/usr.bin/who/who.1 1.16 +2 -2 src/usr.bin/whois/whois.1 1.6 +21 -21 src/usr.bin/window/window.1 1.8 +2 -2 src/usr.bin/write/write.1 1.8 +2 -2 src/usr.bin/xargs/xargs.1 1.18 +5 -5 src/usr.bin/xinstall/install.1 1.9 +12 -12 src/usr.bin/xlint/xlint/lint.1 1.5 +4 -4 src/usr.bin/xstr/xstr.1 1.5 +2 -2 src/usr.bin/yes/yes.1 1.9 +3 -3 src/usr.bin/ypcat/ypcat.1 1.9 +3 -3 src/usr.bin/ypmatch/ypmatch.1 1.5 +4 -4 src/usr.bin/ypwhich/ypwhich.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 11:44:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7394737B479; Mon, 20 Nov 2000 11:44:23 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA17591; Mon, 20 Nov 2000 11:44:23 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011201944.LAA17591@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 20 Nov 2000 11:44:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/20 11:44:23 PST Modified files: release/sysinstall menus.c Log: finish conditionalizing the PC98 specific options off the PC98 compilation variable. Revision Changes Path 1.284 +7 -5 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 12: 9:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 465A937B479; Mon, 20 Nov 2000 12:09:10 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24611; Mon, 20 Nov 2000 12:09:10 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011202009.MAA24611@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 12:09:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.1 src/crypto/telnet/telnetd telnetd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 12:09:09 PST Modified files: crypto/telnet/telnet telnet.1 crypto/telnet/telnetd telnetd.8 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.7 +41 -41 src/crypto/telnet/telnet/telnet.1 1.8 +3 -3 src/crypto/telnet/telnetd/telnetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 12:11: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 437EE37B4FE; Mon, 20 Nov 2000 12:10:45 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27649; Mon, 20 Nov 2000 12:10:45 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011202010.MAA27649@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 20 Nov 2000 12:10:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 src/usr.sbin/ac ac.8 src/usr.sbin/accton accton.8 src/usr.sbin/acpi/acpidump acpidump.8 src/usr.sbin/acpi/amldb amldb.8 src/usr.sbin/adduser adduser.8 rmuser.8 src/usr.sbin/ancontrol ancontrol.8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/20 12:10:45 PST Modified files: usr.sbin/IPXrouted IPXrouted.8 usr.sbin/ac ac.8 usr.sbin/accton accton.8 usr.sbin/acpi/acpidump acpidump.8 usr.sbin/acpi/amldb amldb.8 usr.sbin/adduser adduser.8 rmuser.8 usr.sbin/ancontrol ancontrol.8 usr.sbin/apm apm.8 usr.sbin/apmd apmd.8 usr.sbin/arp arp.8 usr.sbin/boot0cfg boot0cfg.8 usr.sbin/btxld btxld.8 usr.sbin/burncd burncd.8 usr.sbin/cdcontrol cdcontrol.1 usr.sbin/chown chgrp.1 chown.8 usr.sbin/chroot chroot.8 usr.sbin/ckdist ckdist.1 usr.sbin/config config.8 usr.sbin/cron/cron cron.8 usr.sbin/cron/crontab crontab.1 usr.sbin/crunch/crunchgen crunchgen.1 usr.sbin/crunch/crunchide crunchide.1 usr.sbin/ctm/ctm ctm.1 usr.sbin/dev_mkdb dev_mkdb.8 usr.sbin/diskpart diskpart.8 usr.sbin/edquota edquota.8 usr.sbin/elf2exe elf2exe.8 usr.sbin/extattrctl extattrctl.8 usr.sbin/faithd faithd.8 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.sbin/getextattr getextattr.8 usr.sbin/gifconfig gifconfig.8 usr.sbin/i4b/dtmfdecode dtmfdecode.1 usr.sbin/i4b/g711conv g711conv.1 usr.sbin/i4b/isdnd isdnd.8 usr.sbin/i4b/isdndebug isdndebug.8 usr.sbin/i4b/isdndecode isdndecode.8 usr.sbin/i4b/isdnmonitor isdnmonitor.8 usr.sbin/i4b/isdnphone isdnphone.8 usr.sbin/i4b/isdntel isdntel.8 usr.sbin/i4b/isdntelctl isdntelctl.8 usr.sbin/i4b/isdntest isdntest.8 usr.sbin/i4b/isdntrace isdntrace.8 usr.sbin/inetd inetd.8 usr.sbin/iostat iostat.8 usr.sbin/jail jail.8 usr.sbin/kbdcontrol kbdmap.5 usr.sbin/kbdmap kbdmap.1 usr.sbin/kernbb kernbb.8 usr.sbin/keyadmin keyadmin.8 usr.sbin/keyserv keyserv.8 usr.sbin/kgmon kgmon.8 usr.sbin/kgzip kgzip.8 usr.sbin/lpr/chkprintcap chkprintcap.8 usr.sbin/lpr/lp lp.1 usr.sbin/lpr/lpc lpc.8 usr.sbin/lpr/lpd lpd.8 usr.sbin/lpr/lpq lpq.1 usr.sbin/lpr/lpr lpr.1 printcap.5 usr.sbin/lpr/lprm lprm.1 usr.sbin/lpr/lptest lptest.1 usr.sbin/lpr/pac pac.8 usr.sbin/lptcontrol lptcontrol.8 usr.sbin/manctl manctl.8 usr.sbin/memcontrol memcontrol.8 usr.sbin/mergemaster mergemaster.8 usr.sbin/mlxcontrol mlxcontrol.8 usr.sbin/mptable mptable.1 usr.sbin/mrouted map-mbone.8 mrinfo.8 mrouted.8 mtrace.8 usr.sbin/mtree mtree.8 usr.sbin/ndp ndp.8 usr.sbin/newsyslog newsyslog.8 usr.sbin/ntp/doc ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 usr.sbin/pccard/pccardc pccardc.8 usr.sbin/pccard/pccardd pccardd.8 usr.sbin/pciconf pciconf.8 usr.sbin/pcvt/cursor cursor.1 usr.sbin/pcvt/ispcvt ispcvt.8 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/keycap/man5 keycap.5 usr.sbin/pcvt/loadfont loadfont.1 usr.sbin/pcvt/scon scon.1 usr.sbin/pcvt/vgaio vgaio.8 usr.sbin/periodic periodic.8 usr.sbin/pim6dd pim6dd.8 usr.sbin/pim6sd pim6sd.8 pim6stat.1 usr.sbin/pim6sd/mtrace6 mtrace6.8 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info pkg_info.1 usr.sbin/pkg_install/version pkg_version.1 usr.sbin/portmap portmap.8 usr.sbin/ppp ppp.8 usr.sbin/prefix prefix.8 usr.sbin/pstat pstat.8 usr.sbin/pw pw.8 usr.sbin/pwd_mkdb pwd_mkdb.8 usr.sbin/quot quot.8 usr.sbin/quotaon quotaon.8 usr.sbin/rarpd rarpd.8 usr.sbin/raycontrol raycontrol.8 usr.sbin/repquota repquota.8 usr.sbin/rmt rmt.8 usr.sbin/route6d route6d.8 usr.sbin/rpc.lockd rpc.lockd.8 usr.sbin/rpc.statd rpc.statd.8 usr.sbin/rpc.umntall rpc.umntall.8 usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 usr.sbin/rpc.ypxfrd rpc.ypxfrd.8 usr.sbin/rtadvd rtadvd.8 usr.sbin/rtprio rtprio.1 usr.sbin/rtsold rtsold.8 usr.sbin/rwhod rwhod.8 usr.sbin/sa sa.8 usr.sbin/setextattr setextattr.8 usr.sbin/setkey setkey.8 usr.sbin/sgsc sgsc.1 usr.sbin/sicontrol sicontrol.8 usr.sbin/sliplogin sliplogin.8 usr.sbin/spray spray.8 usr.sbin/stallion/bootcode stl.4 usr.sbin/stallion/stlload stlload.8 usr.sbin/stallion/stlstats stlstats.8 usr.sbin/syslogd syslogd.8 usr.sbin/tcpdump/tcpslice tcpslice.1 usr.sbin/timed/timed timed.8 usr.sbin/timed/timedc timedc.8 usr.sbin/traceroute6 traceroute6.8 usr.sbin/trpt trpt.8 usr.sbin/tzsetup tzsetup.8 usr.sbin/usbd usbd.8 usr.sbin/vipw vipw.8 usr.sbin/vnconfig vnconfig.8 usr.sbin/watch watch.8 usr.sbin/wicontrol wicontrol.8 usr.sbin/wlconfig wlconfig.8 usr.sbin/xten xten.1 usr.sbin/yp_mkdb yp_mkdb.8 usr.sbin/yppoll yppoll.8 usr.sbin/yppush yppush.8 usr.sbin/ypserv ypinit.8 ypserv.8 usr.sbin/ypset ypset.8 usr.sbin/zic zdump.8 zic.8 Log: mdoc(7) police: use the new features of the Nm macro. Revision Changes Path 1.9 +16 -16 src/usr.sbin/IPXrouted/IPXrouted.8 1.14 +2 -2 src/usr.sbin/ac/ac.8 1.8 +2 -2 src/usr.sbin/accton/accton.8 1.2 +5 -5 src/usr.sbin/acpi/acpidump/acpidump.8 1.2 +5 -5 src/usr.sbin/acpi/amldb/amldb.8 1.33 +2 -2 src/usr.sbin/adduser/adduser.8 1.11 +2 -2 src/usr.sbin/adduser/rmuser.8 1.7 +26 -26 src/usr.sbin/ancontrol/ancontrol.8 1.18 +8 -8 src/usr.sbin/apm/apm.8 1.8 +22 -22 src/usr.sbin/apmd/apmd.8 1.9 +8 -8 src/usr.sbin/arp/arp.8 1.13 +2 -2 src/usr.sbin/boot0cfg/boot0cfg.8 1.3 +2 -2 src/usr.sbin/btxld/btxld.8 1.9 +3 -3 src/usr.sbin/burncd/burncd.8 1.24 +2 -2 src/usr.sbin/cdcontrol/cdcontrol.1 1.10 +2 -2 src/usr.sbin/chown/chgrp.1 1.11 +3 -3 src/usr.sbin/chown/chown.8 1.6 +3 -3 src/usr.sbin/chroot/chroot.8 1.5 +2 -2 src/usr.sbin/ckdist/ckdist.1 1.24 +4 -4 src/usr.sbin/config/config.8 1.8 +2 -2 src/usr.sbin/cron/cron/cron.8 1.9 +3 -3 src/usr.sbin/cron/crontab/crontab.1 1.20 +4 -4 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.7 +2 -2 src/usr.sbin/crunch/crunchide/crunchide.1 1.18 +4 -4 src/usr.sbin/ctm/ctm/ctm.1 1.6 +2 -2 src/usr.sbin/dev_mkdb/dev_mkdb.8 1.6 +2 -2 src/usr.sbin/diskpart/diskpart.8 1.11 +5 -5 src/usr.sbin/edquota/edquota.8 1.4 +2 -2 src/usr.sbin/elf2exe/elf2exe.8 1.11 +6 -6 src/usr.sbin/extattrctl/extattrctl.8 1.6 +4 -4 src/usr.sbin/faithd/faithd.8 1.11 +3 -3 src/usr.sbin/fdcontrol/fdcontrol.8 1.20 +4 -4 src/usr.sbin/fdformat/fdformat.1 1.16 +2 -2 src/usr.sbin/fdwrite/fdwrite.1 1.5 +2 -2 src/usr.sbin/getextattr/getextattr.8 1.5 +3 -3 src/usr.sbin/gifconfig/gifconfig.8 1.7 +2 -2 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 1.6 +2 -2 src/usr.sbin/i4b/g711conv/g711conv.1 1.12 +10 -10 src/usr.sbin/i4b/isdnd/isdnd.8 1.11 +2 -2 src/usr.sbin/i4b/isdndebug/isdndebug.8 1.12 +3 -3 src/usr.sbin/i4b/isdndecode/isdndecode.8 1.11 +6 -6 src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 1.3 +2 -2 src/usr.sbin/i4b/isdnphone/isdnphone.8 1.12 +2 -2 src/usr.sbin/i4b/isdntel/isdntel.8 1.11 +2 -2 src/usr.sbin/i4b/isdntelctl/isdntelctl.8 1.10 +2 -2 src/usr.sbin/i4b/isdntest/isdntest.8 1.13 +3 -3 src/usr.sbin/i4b/isdntrace/isdntrace.8 1.53 +4 -4 src/usr.sbin/inetd/inetd.8 1.12 +13 -13 src/usr.sbin/iostat/iostat.8 1.20 +2 -2 src/usr.sbin/jail/jail.8 1.2 +2 -2 src/usr.sbin/kbdcontrol/kbdmap.5 1.19 +3 -3 src/usr.sbin/kbdmap/kbdmap.1 1.11 +2 -2 src/usr.sbin/kernbb/kernbb.8 1.8 +5 -5 src/usr.sbin/keyadmin/keyadmin.8 1.7 +4 -4 src/usr.sbin/keyserv/keyserv.8 1.8 +2 -2 src/usr.sbin/kgmon/kgmon.8 1.5 +2 -2 src/usr.sbin/kgzip/kgzip.8 1.4 +4 -4 src/usr.sbin/lpr/chkprintcap/chkprintcap.8 1.14 +2 -2 src/usr.sbin/lpr/lp/lp.1 1.9 +3 -3 src/usr.sbin/lpr/lpc/lpc.8 1.16 +2 -2 src/usr.sbin/lpr/lpd/lpd.8 1.6 +3 -3 src/usr.sbin/lpr/lpq/lpq.1 1.15 +4 -4 src/usr.sbin/lpr/lpr/lpr.1 1.18 +4 -4 src/usr.sbin/lpr/lpr/printcap.5 1.6 +4 -4 src/usr.sbin/lpr/lprm/lprm.1 1.4 +2 -2 src/usr.sbin/lpr/lptest/lptest.1 1.5 +2 -2 src/usr.sbin/lpr/pac/pac.8 1.13 +2 -2 src/usr.sbin/lptcontrol/lptcontrol.8 1.10 +2 -2 src/usr.sbin/manctl/manctl.8 1.4 +2 -2 src/usr.sbin/memcontrol/memcontrol.8 1.12 +2 -2 src/usr.sbin/mergemaster/mergemaster.8 1.6 +9 -9 src/usr.sbin/mlxcontrol/mlxcontrol.8 1.8 +2 -2 src/usr.sbin/mptable/mptable.1 1.8 +2 -2 src/usr.sbin/mrouted/map-mbone.8 1.11 +2 -2 src/usr.sbin/mrouted/mrinfo.8 1.19 +8 -8 src/usr.sbin/mrouted/mrouted.8 1.14 +4 -4 src/usr.sbin/mrouted/mtrace.8 1.31 +3 -3 src/usr.sbin/mtree/mtree.8 1.4 +14 -14 src/usr.sbin/ndp/ndp.8 1.26 +4 -4 src/usr.sbin/newsyslog/newsyslog.8 1.6 +3 -3 src/usr.sbin/ntp/doc/ntpd.8 1.3 +3 -3 src/usr.sbin/ntp/doc/ntpdate.8 1.5 +7 -7 src/usr.sbin/ntp/doc/ntpdc.8 1.7 +4 -4 src/usr.sbin/ntp/doc/ntpq.8 1.2 +2 -2 src/usr.sbin/ntp/doc/ntptime.8 1.4 +4 -4 src/usr.sbin/ntp/doc/ntptrace.8 1.11 +4 -3 src/usr.sbin/pccard/pccardc/pccardc.8 1.21 +3 -3 src/usr.sbin/pccard/pccardd/pccardd.8 1.10 +10 -6 src/usr.sbin/pciconf/pciconf.8 1.8 +3 -3 src/usr.sbin/pcvt/cursor/cursor.1 1.12 +4 -4 src/usr.sbin/pcvt/ispcvt/ispcvt.8 1.9 +7 -7 src/usr.sbin/pcvt/kcon/kcon.1 1.10 +5 -5 src/usr.sbin/pcvt/keycap/man5/keycap.5 1.12 +3 -3 src/usr.sbin/pcvt/loadfont/loadfont.1 1.11 +8 -8 src/usr.sbin/pcvt/scon/scon.1 1.8 +3 -3 src/usr.sbin/pcvt/vgaio/vgaio.8 1.15 +2 -2 src/usr.sbin/periodic/periodic.8 1.8 +2 -2 src/usr.sbin/pim6dd/pim6dd.8 1.7 +2 -2 src/usr.sbin/pim6sd/pim6sd.8 1.5 +2 -2 src/usr.sbin/pim6sd/pim6stat.1 1.6 +4 -4 src/usr.sbin/pim6sd/mtrace6/mtrace6.8 1.36 +2 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.17 +2 -2 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.29 +3 -3 src/usr.sbin/pkg_install/info/pkg_info.1 1.12 +2 -2 src/usr.sbin/pkg_install/version/pkg_version.1 1.8 +2 -2 src/usr.sbin/portmap/portmap.8 1.245 +17 -17 src/usr.sbin/ppp/ppp.8 1.5 +4 -4 src/usr.sbin/prefix/prefix.8 1.20 +3 -3 src/usr.sbin/pstat/pstat.8 1.20 +16 -16 src/usr.sbin/pw/pw.8 1.16 +5 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.13 +2 -2 src/usr.sbin/quot/quot.8 1.5 +5 -5 src/usr.sbin/quotaon/quotaon.8 1.12 +2 -2 src/usr.sbin/rarpd/rarpd.8 1.2 +16 -16 src/usr.sbin/raycontrol/raycontrol.8 1.5 +3 -3 src/usr.sbin/repquota/repquota.8 1.7 +2 -2 src/usr.sbin/rmt/rmt.8 1.4 +3 -3 src/usr.sbin/route6d/route6d.8 1.10 +2 -2 src/usr.sbin/rpc.lockd/rpc.lockd.8 1.8 +2 -2 src/usr.sbin/rpc.statd/rpc.statd.8 1.7 +2 -2 src/usr.sbin/rpc.umntall/rpc.umntall.8 1.14 +4 -4 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 1.11 +2 -2 src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 1.6 +2 -2 src/usr.sbin/rtadvd/rtadvd.8 1.21 +2 -2 src/usr.sbin/rtprio/rtprio.1 1.4 +4 -4 src/usr.sbin/rtsold/rtsold.8 1.14 +4 -4 src/usr.sbin/rwhod/rwhod.8 1.12 +2 -2 src/usr.sbin/sa/sa.8 1.4 +2 -2 src/usr.sbin/setextattr/setextattr.8 1.9 +6 -6 src/usr.sbin/setkey/setkey.8 1.9 +2 -2 src/usr.sbin/sgsc/sgsc.1 1.13 +2 -2 src/usr.sbin/sicontrol/sicontrol.8 1.14 +2 -2 src/usr.sbin/sliplogin/sliplogin.8 1.6 +2 -2 src/usr.sbin/spray/spray.8 1.10 +12 -12 src/usr.sbin/stallion/bootcode/stl.4 1.6 +2 -2 src/usr.sbin/stallion/stlload/stlload.8 1.6 +2 -2 src/usr.sbin/stallion/stlstats/stlstats.8 1.28 +3 -3 src/usr.sbin/syslogd/syslogd.8 1.9 +2 -2 src/usr.sbin/tcpdump/tcpslice/tcpslice.1 1.9 +6 -6 src/usr.sbin/timed/timed/timed.8 1.8 +2 -2 src/usr.sbin/timed/timedc/timedc.8 1.6 +2 -2 src/usr.sbin/traceroute6/traceroute6.8 1.9 +2 -2 src/usr.sbin/trpt/trpt.8 1.13 +2 -2 src/usr.sbin/tzsetup/tzsetup.8 1.11 +3 -3 src/usr.sbin/usbd/usbd.8 1.8 +4 -4 src/usr.sbin/vipw/vipw.8 1.17 +3 -3 src/usr.sbin/vnconfig/vnconfig.8 1.19 +4 -4 src/usr.sbin/watch/watch.8 1.19 +21 -21 src/usr.sbin/wicontrol/wicontrol.8 1.8 +2 -2 src/usr.sbin/wlconfig/wlconfig.8 1.10 +2 -2 src/usr.sbin/xten/xten.1 1.14 +4 -4 src/usr.sbin/yp_mkdb/yp_mkdb.8 1.5 +2 -2 src/usr.sbin/yppoll/yppoll.8 1.13 +3 -3 src/usr.sbin/yppush/yppush.8 1.8 +5 -5 src/usr.sbin/ypserv/ypinit.8 1.26 +2 -2 src/usr.sbin/ypserv/ypserv.8 1.8 +2 -2 src/usr.sbin/ypset/ypset.8 1.8 +2 -2 src/usr.sbin/zic/zdump.8 1.12 +2 -2 src/usr.sbin/zic/zic.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 12:16:18 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 8C1B837B479 for ; Mon, 20 Nov 2000 12:16:15 -0800 (PST) Received: (qmail 6100 invoked by uid 0); 20 Nov 2000 20:16:14 -0000 Received: from p3ee21631.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.49) by mail.gmx.net (mail02) with SMTP; 20 Nov 2000 20:16:14 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id TAA12482 for cvs-all@FreeBSD.ORG; Mon, 20 Nov 2000 19:33:26 +0100 Date: Mon, 20 Nov 2000 19:33:26 +0100 From: Gerhard Sittig To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab Message-ID: <20001120193326.C27042@speedy.gsinet> References: <200011191816.KAA81473@freefall.freebsd.org> <20001119214008.Z27042@speedy.gsinet> <20001120143658.B4415@netmode.ece.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001120143658.B4415@netmode.ece.ntua.gr>; from past@netmode.ntua.gr on Mon, Nov 20, 2000 at 02:36:58PM +0200 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Nov 20, 2000 at 14:36 +0200, Panagiotis Astithas wrote: > > [ ... crontab change and summer time ... ] > > Actually the time of 3:01 am is going to create a problem for > us in Eastern European Time (GMT+2), where it was ok before. If > it is too much trouble to modify cron, could somebody modify > sysinstall to set this time based on the locality setting of > the user, instead? The usual answer - or question - to "it's broken for me, can someone ...?" is "Where's your patch?". :) You might want to have a look at src/release/sysinstall/installUpgrade.c and the hitlist which has callback handler preparations already. That was the first match when searching for "crontab" there. From a quick view this could be the place to hook into. But I thought modifying cron(8) itself would be the best way. Is someone already working on this or should I try to do it myself (within the next few weeks)? virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 12:35:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A83E37B479; Mon, 20 Nov 2000 12:35:38 -0800 (PST) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30700; Mon, 20 Nov 2000 12:35:38 -0800 (PST) (envelope-from rnordier@FreeBSD.org) Message-Id: <200011202035.MAA30700@freefall.freebsd.org> From: Robert Nordier Date: Mon, 20 Nov 2000 12:35:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kgzip kgzip.c xio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rnordier 2000/11/20 12:35:36 PST Modified files: usr.sbin/kgzip kgzip.c xio.c Log: Wrap over-long line; drop superfluous include. Revision Changes Path 1.6 +3 -3 src/usr.sbin/kgzip/kgzip.c 1.3 +1 -2 src/usr.sbin/kgzip/xio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 12:37:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25B9437B4CF; Mon, 20 Nov 2000 12:37:52 -0800 (PST) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31007; Mon, 20 Nov 2000 12:37:52 -0800 (PST) (envelope-from rnordier@FreeBSD.org) Message-Id: <200011202037.MAA31007@freefall.freebsd.org> From: Robert Nordier Date: Mon, 20 Nov 2000 12:37:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rnordier 2000/11/20 12:37:50 PST Modified files: gnu/usr.bin/cvs Makefile Log: Typo police. Revision Changes Path 1.14 +2 -2 src/gnu/usr.bin/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:14:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42FF237B4CF; Mon, 20 Nov 2000 13:14:47 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38669; Mon, 20 Nov 2000 13:14:47 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011202114.NAA38669@freefall.freebsd.org> From: Tor Egge Date: Mon, 20 Nov 2000 13:14:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/11/20 13:14:47 PST Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: MFC: Clear the VFREE flag when the vnode is removed from the free list in getnewvnode(). Revision Changes Path 1.249.2.6 +2 -1 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:15:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADCDF37B479; Mon, 20 Nov 2000 13:15:49 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA39318; Mon, 20 Nov 2000 13:15:49 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011202115.NAA39318@freefall.freebsd.org> From: Tor Egge Date: Mon, 20 Nov 2000 13:15:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/11/20 13:15:49 PST Modified files: (Branch: RELENG_4) sys/vm vm_map.c Log: MFC: Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries. PR: 2840 Revision Changes Path 1.187.2.4 +3 -1 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:17:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0F0937B4C5; Mon, 20 Nov 2000 13:17:14 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA39788; Mon, 20 Nov 2000 13:17:14 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011202117.NAA39788@freefall.freebsd.org> From: Tor Egge Date: Mon, 20 Nov 2000 13:17:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs krpc_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/11/20 13:17:14 PST Modified files: (Branch: RELENG_4) sys/nfs krpc_subr.c Log: MFC: Make RPC timeout messages more readable. Supply proc pointer to sosend. Revision Changes Path 1.13.2.1 +11 -5 src/sys/nfs/krpc_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:18: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D02F437B479; Mon, 20 Nov 2000 13:17:59 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA39900; Mon, 20 Nov 2000 13:17:59 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011202117.NAA39900@freefall.freebsd.org> From: Tor Egge Date: Mon, 20 Nov 2000 13:17:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs bootp_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/11/20 13:17:59 PST Modified files: (Branch: RELENG_4) sys/nfs bootp_subr.c Log: MFC: Style fixes. Revision Changes Path 1.20.2.3 +864 -805 src/sys/nfs/bootp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:25:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 82EE537B4C5; Mon, 20 Nov 2000 13:25:25 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id WAA43399; Mon, 20 Nov 2000 22:25:02 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200011202125.WAA43399@freebsd.dk> Subject: Re: cvs commit: src/sys/vm vm_map.c In-Reply-To: <200011202115.NAA39318@freefall.freebsd.org> from Tor Egge at "Nov 20, 2000 01:15:49 pm" To: tegge@FreeBSD.org (Tor Egge) Date: Mon, 20 Nov 2000 22:25:02 +0100 (CET) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Tor Egge wrote: > tegge 2000/11/20 13:15:49 PST > > Modified files: (Branch: RELENG_4) > sys/vm vm_map.c > Log: > MFC: Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries. > > PR: 2840 > > Revision Changes Path > 1.187.2.4 +3 -1 src/sys/vm/vm_map.c Uhm, am I missing something or did you just forget that these was to be approved by Jordan ? -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:34: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6DDA37B479; Mon, 20 Nov 2000 13:33:58 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA42317; Mon, 20 Nov 2000 13:33:58 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011202133.NAA42317@freefall.freebsd.org> From: Tor Egge Date: Mon, 20 Nov 2000 13:33:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs bootp_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/11/20 13:33:58 PST Modified files: (Branch: RELENG_4) sys/nfs bootp_subr.c Log: MFC: Eliminate some bitrot (nonexisting member variable names). Don't use curproc when a proc pointer is available. Revision Changes Path 1.20.2.4 +6 -6 src/sys/nfs/bootp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:40:47 2000 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 66CF437B663; Mon, 20 Nov 2000 13:40:42 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA01974; Mon, 20 Nov 2000 16:40:41 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id eAKLef559710; Mon, 20 Nov 2000 16:40:41 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Mon, 20 Nov 2000 16:40:41 -0500 From: Andrew Gallatin To: Soren Schmidt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c Message-ID: <20001120164040.E951@grasshopper.cs.duke.edu> References: <200011202115.NAA39318@freefall.freebsd.org> <200011202125.WAA43399@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Mutt 1.0i In-Reply-To: <200011202125.WAA43399@freebsd.dk>; from sos@freebsd.dk on Mon, Nov 20, 2000 at 10:25:02PM +0100 X-Operating-System: FreeBSD 4.2-BETA on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Soren Schmidt [sos@freebsd.dk] wrote: > It seems Tor Egge wrote: > > tegge 2000/11/20 13:15:49 PST > >=20 > > Modified files: (Branch: RELENG_4) > > sys/vm vm_map.c=20 > > Log: > > MFC: Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries. > > =20 > > PR: 2840 > > =20 > > Revision Changes Path > > 1.187.2.4 +3 -1 src/sys/vm/vm_map.c >=20 > Uhm, am I missing something or did you just forget that these > was to be approved by Jordan ? >=20 > -S=F8ren Jordan lifted the code freeze a few hours ago..: Date: Mon, 20 Nov 2000 10:05:16 -0800 From: Jordan Hubbard To: stable@FreeBSD.org Cc: developers@FreeBSD.org Subject: The code freeze in RELENG_4 for src is now over. Precedence: bulk X-Loop: FreeBSD.ORG The 4.2 RELEASE has been rolled and you may now go back to your usual restrained hacking on -stable. That is all. - Jordan --=20 ---------------------------------------------------------------------------= --- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 13:49:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D7D837B4FE; Mon, 20 Nov 2000 13:49:26 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44497; Mon, 20 Nov 2000 13:49:26 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011202149.NAA44497@freefall.freebsd.org> From: Tor Egge Date: Mon, 20 Nov 2000 13:49:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs bootp_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/11/20 13:49:26 PST Modified files: (Branch: RELENG_4) sys/nfs bootp_subr.c Log: MFC: Reduce kernel stack usage by not having large packets on the stack. Supply correct size parameter to dhcpd. Replace some magic numbers with macro names. Handle more than one interface. Revision Changes Path 1.20.2.5 +1025 -517 src/sys/nfs/bootp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 14: 0:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7563E37B657; Mon, 20 Nov 2000 14:00:26 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA45974; Mon, 20 Nov 2000 14:00:26 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200011202200.OAA45974@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 20 Nov 2000 14:00:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include console.h mouse.h src/sys/i386/include console.h mouse.h src/sys/ia64/include console.h mouse.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/11/20 14:00:26 PST Modified files: sys/alpha/include console.h mouse.h sys/i386/include console.h mouse.h sys/ia64/include console.h mouse.h Log: Make programs which still #include fail at compiletime, with an explanatory error message. Previously they would only get a warning. These files will be finally removed 2001-01-15 Revision Changes Path 1.48 +2 -11 src/sys/alpha/include/console.h 1.19 +2 -4 src/sys/alpha/include/mouse.h 1.49 +2 -12 src/sys/i386/include/console.h 1.18 +2 -4 src/sys/i386/include/mouse.h 1.3 +2 -12 src/sys/ia64/include/console.h 1.3 +2 -4 src/sys/ia64/include/mouse.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 14:26:15 2000 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 4F8B637B479; Mon, 20 Nov 2000 14:26:13 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id eAKMQ6H87668; Mon, 20 Nov 2000 14:26:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001119124403.M18037@fw.wintelcom.net> Date: Mon, 20 Nov 2000 14:26:38 -0800 (PST) From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/alpha/alpha clock.c db_interface.c inter Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Doug Rabson Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Nov-00 Alfred Perlstein wrote: > * Doug Rabson [001119 04:29] wrote: >> dfr 2000/11/19 04:28:42 PST >> >> Modified files: >> sys/alpha/alpha clock.c db_interface.c interrupt.c >> mp_machdep.c prom.c vm_machdep.c >> Log: >> Convert various calls to splhigh() to disable_intr() since splhigh() is >> now a no-op. > > Afaik the concensus was that spl's were not to be removed even > though they are no-ops. More like that spl's shouldnt' be removed until they are replaced by locks or something else. There are actually several spl's lying around sched_lock that should probably be axed as they serve to simply clutter the code. > You should probably put them back. Perhaps if they are to be replaced with a lock later on. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Mon Nov 20 15:14: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2F17037B4C5; Mon, 20 Nov 2000 15:13:59 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAKNDvQ27369; Mon, 20 Nov 2000 16:13:57 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA28716; Mon, 20 Nov 2000 16:13:57 -0700 (MST) Message-Id: <200011202313.QAA28716@harmony.village.org> To: Soren Schmidt Subject: Re: cvs commit: src/sys/vm vm_map.c Cc: tegge@FreeBSD.org (Tor Egge), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 20 Nov 2000 22:25:02 +0100." <200011202125.WAA43399@freebsd.dk> References: <200011202125.WAA43399@freebsd.dk> Date: Mon, 20 Nov 2000 16:13:57 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200011202125.WAA43399@freebsd.dk> Soren Schmidt writes: : Uhm, am I missing something or did you just forget that these : was to be approved by Jordan ? Code freeze was lifted last night. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 15:20:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 488BE37B4C5; Mon, 20 Nov 2000 15:20:36 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59616; Mon, 20 Nov 2000 15:20:36 -0800 (PST) (envelope-from bmah@FreeBSD.org) Message-Id: <200011202320.PAA59616@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 20 Nov 2000 15:20:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/11/20 15:20:36 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Note that CD-ROMs are ordered from "BSDi / Walnut Creek CDROM". While I'm here, note that BSDi is in the USA and make the phone number formats consistent. Revision Changes Path 1.98 +4 -3 src/release/texts/alpha/RELNOTES.TXT 1.168 +4 -3 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 15:27:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D9F937B479; Mon, 20 Nov 2000 15:27:53 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA60296; Mon, 20 Nov 2000 15:27:53 -0800 (PST) (envelope-from bmah@FreeBSD.org) Message-Id: <200011202327.PAA60296@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 20 Nov 2000 15:27:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/11/20 15:27:53 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: CD-ROMs are ordered from "BSDi / Walnut Creek CDROM". Note that BSDi is in the USA. Make phone number format consistent. While I'm here, note that RELENG_4 is now 4.2-STABLE, not 4.2-BETA. Revision Changes Path 1.31.2.74 +6 -5 src/release/texts/alpha/RELNOTES.TXT 1.72.2.75 +6 -5 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 15:30:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C1E937B4E5; Mon, 20 Nov 2000 15:30:27 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA60717; Mon, 20 Nov 2000 15:30:27 -0800 (PST) (envelope-from bmah@FreeBSD.org) Message-Id: <200011202330.PAA60717@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 20 Nov 2000 15:30:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/11/20 15:30:27 PST Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: We're -STABLE again. Submitted by: Craig Hawco Revision Changes Path 1.44.2.10 +2 -2 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 15:53:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 301B837B479; Mon, 20 Nov 2000 15:53:24 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA63622; Mon, 20 Nov 2000 15:53:24 -0800 (PST) (envelope-from ps@FreeBSD.org) Message-Id: <200011202353.PAA63622@freefall.freebsd.org> From: Paul Saab Date: Mon, 20 Nov 2000 15:53:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/11/20 15:53:23 PST Modified files: (Branch: RELENG_4) sbin/newfs mkfs.c Log: MFC: [revs 1.30-1.32] Implement simple write combining for newfs. Revision Changes Path 1.29.2.1 +50 -0 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 16: 9:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6AAB37B4CF; Mon, 20 Nov 2000 16:09:17 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67486; Mon, 20 Nov 2000 16:09:17 -0800 (PST) (envelope-from ps@FreeBSD.org) Message-Id: <200011210009.QAA67486@freefall.freebsd.org> From: Paul Saab Date: Mon, 20 Nov 2000 16:09:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/alpha/include param.h src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/i386/i386 pmap.c src/sys/i386/include param.h src/sys/vm pmap.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/11/20 16:09:17 PST Modified files: (Branch: RELENG_4) sys/alpha/alpha pmap.c sys/alpha/include param.h sys/cam/scsi scsi_da.c sys/dev/ata ata-disk.c sys/i386/i386 pmap.c sys/i386/include param.h sys/vm pmap.h Log: MFC: Implement write combining for crashdumps. Revision Changes Path 1.35.2.5 +3 -3 src/sys/alpha/alpha/pmap.c 1.17.2.2 +2 -1 src/sys/alpha/include/param.h 1.42.2.8 +18 -11 src/sys/cam/scsi/scsi_da.c 1.60.2.10 +21 -9 src/sys/dev/ata/ata-disk.c 1.250.2.8 +15 -4 src/sys/i386/i386/pmap.c 1.54.2.3 +2 -1 src/sys/i386/include/param.h 1.33.2.3 +2 -2 src/sys/vm/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 16:30:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2124A37B4C5; Mon, 20 Nov 2000 16:30:14 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA69864; Mon, 20 Nov 2000 16:30:14 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011210030.QAA69864@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 20 Nov 2000 16:30:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/20 16:30:13 PST Modified files: contrib/gcc/config/i386 freebsd.h Log: Change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match the commit by the FSF/GCC people in the stock 2.97 source that is like our custom change modulo the conditional compilation symbol. Revision Changes Path 1.38 +6 -6 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 16:31:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6962337B4C5; Mon, 20 Nov 2000 16:31:22 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70052; Mon, 20 Nov 2000 16:31:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011210031.QAA70052@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 20 Nov 2000 16:31:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc final.c src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/20 16:31:22 PST Modified files: (Branch: RELENG_4) contrib/gcc final.c contrib/gcc/config/i386 freebsd.h Log: MFC: change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match FSF/GCC src Revision Changes Path 1.7.2.1 +5 -5 src/contrib/gcc/final.c 1.34.2.2 +3 -3 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 16:40:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3AB337B4CF; Mon, 20 Nov 2000 16:40:19 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70992; Mon, 20 Nov 2000 16:40:19 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011210040.QAA70992@freefall.freebsd.org> From: Daniel Eischen Date: Mon, 20 Nov 2000 16:40:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_mutex.c uthread_sig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/20 16:40:19 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_mutex.c uthread_sig.c Log: MFC: Correct pthread_mutex_lock() for recursive lock attempts. When executing a signal handler, ensure a threads signal mask is OR'd with the signal being handled and the mask from the signal action. Revision Changes Path 1.20.2.6 +4 -4 src/lib/libc_r/uthread/uthread_mutex.c 1.25.2.4 +5 -1 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 16:53:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B3C237B479; Mon, 20 Nov 2000 16:53:28 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA72163; Mon, 20 Nov 2000 16:53:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011210053.QAA72163@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 20 Nov 2000 16:53:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/20 16:53:27 PST Modified files: contrib/gcc/config/i386 freebsd.h Log: Rev 1.38 also included a change to the ASM_OUTPUT_INTERNAL_LABEL definition to make it unsigned-clean and changes the name of one of the formal parameters to match the definition in elfos.h. Revision Changes Path 1.39 +1 -1 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 18:22:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B22437B4CF; Mon, 20 Nov 2000 18:22:33 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA89605; Mon, 20 Nov 2000 18:22:33 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011210222.SAA89605@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 20 Nov 2000 18:22:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/20 18:22:32 PST Modified files: release/sysinstall menus.c Log: Update source description to note that everything is now included. Submitted by: Chris Faulhaber Revision Changes Path 1.285 +2 -2 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 19: 7:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B9737B4C5; Mon, 20 Nov 2000 19:07:29 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01072; Mon, 20 Nov 2000 19:07:29 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011210307.TAA01072@freefall.freebsd.org> From: Brian Somers Date: Mon, 20 Nov 2000 19:07:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.8 pppoed.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/20 19:07:29 PST Modified files: (Branch: RELENG_4) libexec/pppoed pppoed.8 pppoed.c Log: MFC: Add -n (netgraph debugging), load modules as required, "%s" paranoia. Revision Changes Path 1.2.6.1 +15 -2 src/libexec/pppoed/pppoed.8 1.2.6.1 +59 -19 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 19:25:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2DBD37B4CF; Mon, 20 Nov 2000 19:25:31 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03038; Mon, 20 Nov 2000 19:25:31 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011210325.TAA03038@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 20 Nov 2000 19:25:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci cia.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/20 19:25:31 PST Modified files: sys/alpha/pci cia.c Log: fix isa DMA on pyxis based machines: - move the call to cia_init_sgmap() to after we've determined if we're a pyxis - convert needed splhigh() in cia_sgmap_invalidate_pyxis() to disable_intr() Previously, any isa DMA on a pyxis based machine would cause a panic in cia_sgmap_invalidate_pyxis() because the pyxis workaround was never setup. - while i'm at it, convert needed splhigh() in cia_swiz_set_hae_mem to disable_intr() Revision Changes Path 1.31 +9 -8 src/sys/alpha/pci/cia.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 19:56:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD9FB37B479; Mon, 20 Nov 2000 19:56:36 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09634; Mon, 20 Nov 2000 19:56:36 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011210356.TAA09634@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 20 Nov 2000 19:56:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/docproj current.sgml translations.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/20 19:56:36 PST Modified files: ja/docproj current.sgml translations.sgml Log: Merge the following changes in the English version: 1.22 -> 1.23 docproj/current.sgml 1.35 -> 1.36 docproj/translations.sgml Revision Changes Path 1.20 +3 -3 www/ja/docproj/current.sgml 1.29 +9 -8 www/ja/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 20:21:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2008437B4CF; Mon, 20 Nov 2000 20:21:55 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16569; Mon, 20 Nov 2000 20:21:54 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011210421.UAA16569@freefall.freebsd.org> From: Doug Barton Date: Mon, 20 Nov 2000 20:21:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/20 20:21:54 PST Modified files: etc rc Log: Do a better job of preserving the value rc is called with in the face of possible corruption by rc.diskless*. PR: misc/21904 Submitted by: Anton Voronin, anton@urc.ac.ru Revision Changes Path 1.240 +4 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 20:26:16 2000 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id BAA6237B479; Mon, 20 Nov 2000 20:26:11 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA44657; Mon, 20 Nov 2000 20:25:33 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A19F93D.C1BFB464@FreeBSD.org> Date: Mon, 20 Nov 2000 20:25:33 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: anton@urc.ac.ru, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: [Fwd: cvs commit: src/etc rc] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FYI, I tested this on my own workstation and it works fine, but I have no diskless workstation to test on. I'd appreciate feedback on this prior to MFC. Doug -------- Original Message -------- Subject: cvs commit: src/etc rc Date: Mon, 20 Nov 2000 20:21:54 -0800 (PST) From: Doug Barton To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org dougb 2000/11/20 20:21:54 PST Modified files: etc rc Log: Do a better job of preserving the value rc is called with in the face of possible corruption by rc.diskless*. PR: misc/21904 Submitted by: Anton Voronin, anton@urc.ac.ru Revision Changes Path 1.240 +4 -2 src/etc/rc http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.diff?&r1=1.239&r2=1.240&f=h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 20:35:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF8237B4CF; Mon, 20 Nov 2000 20:35:30 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA18944; Mon, 20 Nov 2000 20:35:30 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011210435.UAA18944@freefall.freebsd.org> From: Doug Barton Date: Mon, 20 Nov 2000 20:35:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/20 20:35:29 PST Modified files: (Branch: RELENG_4) etc crontab Log: MFC 1.23, more generally accepted time to run the periodic/daily job. Revision Changes Path 1.21.2.2 +2 -2 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 20:37:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C40C37B4C5; Mon, 20 Nov 2000 20:37:31 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA19294; Mon, 20 Nov 2000 20:37:31 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011210437.UAA19294@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 20 Nov 2000 20:37:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Makefile.inc1 src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/20 20:37:30 PST Modified files: . Makefile Makefile.inc1 release Makefile Log: Fix release, broken by the perl cross-build fixes. The distribute target is basicly the same as an install. For perl, this means that miniperl is needed. Since miniperl is only present in the object directory, we need to make sure the path is set correctly. To do this, we have make release use a new distribworld target that sets the path before doing a make distribute. Revision Changes Path 1.239 +5 -5 src/Makefile 1.177 +10 -1 src/Makefile.inc1 1.586 +2 -2 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 Mon Nov 20 20:51:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A879837B4CF; Mon, 20 Nov 2000 20:51:25 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA21030; Mon, 20 Nov 2000 20:51:25 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011210451.UAA21030@freefall.freebsd.org> From: Kevin Lo Date: Mon, 20 Nov 2000 20:51:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs2/files patch-charsets.config patch-kcharsets.cpp patch-midfile.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/20 20:51:25 PST Added files: x11/kdelibs2/files patch-charsets.config patch-kcharsets.cpp patch-midfile.cc Log: - Fix Big5 encoding. Konqueror displays Chinese with no problems :) - Fix tempnam() warnings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 21:16:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2C6F37B4E5; Mon, 20 Nov 2000 21:16:23 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25880; Mon, 20 Nov 2000 21:16:23 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011210516.VAA25880@freefall.freebsd.org> From: Doug Barton Date: Mon, 20 Nov 2000 21:16:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/20 21:16:23 PST Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: MFC spelling fixes from 1.133 and reduce some other gratuitous diffs to HEAD while I'm here. Revision Changes Path 1.97.2.27 +19 -6 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 21:52:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB89637B4C5; Mon, 20 Nov 2000 21:52:36 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30087; Mon, 20 Nov 2000 21:52:36 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011210552.VAA30087@freefall.freebsd.org> From: Doug Barton Date: Mon, 20 Nov 2000 21:52:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser rmuser.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/20 21:52:36 PST Modified files: usr.sbin/adduser rmuser.perl Log: If a user is in the database, rmuser ought to be able to remove them. Address this by using getpwnam(), thus killing several birds with the same stone. My fix is slightly more aggressive than the originators. :) PR: misc/22278 Revision Changes Path 1.11 +12 -43 src/usr.sbin/adduser/rmuser.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 21:57:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFDC037B4CF; Mon, 20 Nov 2000 21:57:24 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30572; Mon, 20 Nov 2000 21:57:24 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011210557.VAA30572@freefall.freebsd.org> From: Kevin Lo Date: Mon, 20 Nov 2000 21:57:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/srm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/20 21:57:24 PST Modified files: security/srm Makefile distinfo Log: Update to 1.2.2 PR: 22975 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/security/srm/Makefile 1.2 +1 -1 ports/security/srm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 22: 0: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 9247D37B4C5; Mon, 20 Nov 2000 22:00:00 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id VAA45124; Mon, 20 Nov 2000 21:59:59 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A1A0F5F.D74913A9@FreeBSD.org> Date: Mon, 20 Nov 2000 21:59:59 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/adduser rmuser.perl References: <200011210552.VAA30087@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > > dougb 2000/11/20 21:52:36 PST > > Modified files: > usr.sbin/adduser rmuser.perl > Log: > If a user is in the database, rmuser ought to be able to remove them. > Address this by using getpwnam(), thus killing several birds with > the same stone. My fix is slightly more aggressive than the > originators. :) FYI, I mailed wosch about this a couple weeks ago, and got no response. I realize he's in low-availability mode, so I ran it by billf (my mentor) before committing. I mention this only because the last time I committed over someone's maintainer bit it caused a ruckus. :) Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 22:53:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B1D237B479; Mon, 20 Nov 2000 22:53:18 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA42523; Mon, 20 Nov 2000 22:53:18 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011210653.WAA42523@freefall.freebsd.org> From: Doug Barton Date: Mon, 20 Nov 2000 22:53:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/wmmenu Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/x11/wmmenu/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/20 22:53:18 PST Modified files: x11 Makefile Added files: x11/wmmenu Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist x11/wmmenu/files patch-aa patch-ab patch-ac Log: Add wmmenu, "A dockapp for WindowMaker that provides a popup menu of icons that launch applications." I made a few changes to the originator's submission in order to make the example files work out of the box with our default icon directory arrangement. PR: ports/22907 Submitted by: Jeremy Karlson, karlj000@unbc.ca Revision Changes Path 1.311 +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 Mon Nov 20 22:53:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8355337B4E5; Mon, 20 Nov 2000 22:53:21 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA42561; Mon, 20 Nov 2000 22:53:21 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011210653.WAA42561@freefall.freebsd.org> From: Doug Barton Date: Mon, 20 Nov 2000 22:53:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/20 22:53:21 PST Modified files: . modules Log: wmmenu --> ports/x11/wmmenu Revision Changes Path 1.2017 +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 Mon Nov 20 22:58:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 297F937B4D7; Mon, 20 Nov 2000 22:58:25 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA43171; Mon, 20 Nov 2000 22:58:25 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200011210658.WAA43171@freefall.freebsd.org> From: Mike Smith Date: Mon, 20 Nov 2000 22:58:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/11/20 22:58:24 PST Modified files: sys/dev/amr amr.c Log: Don't test the return value from the actual command when determining success/failure for submission of the command. The caller will want to deal with this itself. Revision Changes Path 1.20 +1 -6 src/sys/dev/amr/amr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 22:59: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3769837B4CF; Mon, 20 Nov 2000 22:58:59 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA43275; Mon, 20 Nov 2000 22:58:59 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200011210658.WAA43275@freefall.freebsd.org> From: Mike Smith Date: Mon, 20 Nov 2000 22:58:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/11/20 22:58:59 PST Modified files: (Branch: RELENG_4) sys/dev/amr amr.c Log: MFC: Don't test the result of the command, just pass it back. Revision Changes Path 1.7.2.6 +1 -6 src/sys/dev/amr/amr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 23: 1:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA00537B4D7; Mon, 20 Nov 2000 23:01:25 -0800 (PST) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43653; Mon, 20 Nov 2000 23:01:25 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Message-Id: <200011210701.XAA43653@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Mon, 20 Nov 2000 23:01:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/11/20 23:01:25 PST Modified files: release/texts HARDWARE.TXT release/texts/i386 RELNOTES.TXT etc/defaults pccard.conf Log: add Linksts EtherFast 10/100 PC Card (PCMPC100 V2) Submitted by: Ben Lutgens Revision Changes Path 1.90 +1 -1 src/release/texts/HARDWARE.TXT 1.169 +2 -2 src/release/texts/i386/RELNOTES.TXT 1.159 +8 -2 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 23:20: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5545B37B479; Mon, 20 Nov 2000 23:19:58 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA47789; Mon, 20 Nov 2000 23:19:58 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011210719.XAA47789@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 20 Nov 2000 23:19:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/20 23:19:58 PST Modified files: emulators/linux_base Makefile Log: Replace the locally defined PREFIX (defined as /compat/linux) by the globally defined LINUXBASE. Setting DESTDIR on the command line now does what one expects. Also, don't download and install glib-1.2.5 when we're also downloading and installing glib-1.2.6. It's now possible to reinstall this port over itself. Revision Changes Path 1.48 +21 -22 ports/emulators/linux_base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 23:23:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 808A937B479; Mon, 20 Nov 2000 23:23:24 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA48162; Mon, 20 Nov 2000 23:23:24 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011210723.XAA48162@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 20 Nov 2000 23:23:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base/files yp.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/20 23:23:24 PST Modified files: emulators/linux_base/files yp.conf Log: Don't enable NIS by default. The example yp.conf file installed by the port had actual definitions with bogus values. Comment out the definitions. PR: 21554 Originator: Youki Kadobayashi Revision Changes Path 1.2 +2 -2 ports/emulators/linux_base/files/yp.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 23:38:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BAD737B4C5; Mon, 20 Nov 2000 23:38:24 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA50076; Mon, 20 Nov 2000 23:38:24 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011210738.XAA50076@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 20 Nov 2000 23:38:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/20 23:38:24 PST Modified files: emulators/linux_base Makefile Log: The info package seems to be sensitive about the locale settings and fails to install if the language is not C. Override any locale settings when running rpm. PR: 16621 Submitted by: Mikhail Teterin Revision Changes Path 1.49 +9 -8 ports/emulators/linux_base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 20 23:53:40 2000 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D9FB37B479; Mon, 20 Nov 2000 23:53:35 -0800 (PST) Received: from imap.gv.tsc.tdk.com (imap.gv.tsc.tdk.com [192.168.241.198]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id XAA19890; Mon, 20 Nov 2000 23:53:24 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by imap.gv.tsc.tdk.com (8.9.3/8.9.3) with ESMTP id XAA85075; Mon, 20 Nov 2000 23:53:23 -0800 (PST) (envelope-from Don.Lewis@tsc.tdk.com) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id XAA27368; Mon, 20 Nov 2000 23:53:22 -0800 (PST) From: Don Lewis Message-Id: <200011210753.XAA27368@salsa.gv.tsc.tdk.com> Date: Mon, 20 Nov 2000 23:53:22 -0800 In-Reply-To: <3A18E903.C1E97D46@urx.com> References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: kstewart@urx.com, Sheldon Hearn Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Nov 20, 1:04am, Kent Stewart wrote: } Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile M } } } Sheldon Hearn wrote: } > } > On Sun, 19 Nov 2000 18:17:35 PST, Marcel Moolenaar wrote: } > } > > o Add chmod to the list of saved tools, because perl } > > conditionally uses it during install. } > } > Other tools that have reported to be problematic for x.x -> 4.x-STABLE } > upgrades are sort and tr. I'm still waiting for the originator of the } > PR to produce build failure output so that we can verify that they're } > required. } } If you want to see failures, it is easy. All you had to do is go to } the archive and search on "libsdbm.a" and then, only look at the ones } dealing with installworld failures. I suspect it is either a make bug or a filesystem timestamp bug. I've only gotten bitten by this once. For some reason it wants to rebuild libsdbm.a from the .o files at install time, even though the libsdbm.a was already built once. Because libsdbm.a is so small, it will generally be only be a bit older that the .o files. Alas when the failure occurs, libsdbm.a gets overwritten which destroys its original timestamp. I've given some thought to tweaking the Makefile to run chmod both before and after the ar command, so that if the install tries to rebuild libsdbm.a it will fail (because chmod is missing) before the timestamp can be updated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 0:12:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5724F37B4F9; Tue, 21 Nov 2000 00:12:25 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA55975; Tue, 21 Nov 2000 00:12:24 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011210812.AAA55975@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 21 Nov 2000 00:12:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/21 00:12:24 PST Modified files: share/man/man7 mdoc.7 Log: mdoc(7) police: fixed the section reference to the mdoc.samples(7). Revision Changes Path 1.21 +3 -3 src/share/man/man7/mdoc.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 0:38:31 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 3DC7F37B4C5; Tue, 21 Nov 2000 00:38:25 -0800 (PST) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id AAA02549; Tue, 21 Nov 2000 00:38:15 -0800 Message-ID: <3A1A3477.F672FFA0@urx.com> Date: Tue, 21 Nov 2000 00:38:15 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Don Lewis Cc: Sheldon Hearn , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> <200011210753.XAA27368@salsa.gv.tsc.tdk.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Don Lewis wrote: > > On Nov 20, 1:04am, Kent Stewart wrote: > } Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile M > } > } > } Sheldon Hearn wrote: > } > > } > On Sun, 19 Nov 2000 18:17:35 PST, Marcel Moolenaar wrote: > } > > } > > o Add chmod to the list of saved tools, because perl > } > > conditionally uses it during install. > } > > } > Other tools that have reported to be problematic for x.x -> 4.x-STABLE > } > upgrades are sort and tr. I'm still waiting for the originator of the > } > PR to produce build failure output so that we can verify that they're > } > required. > } > } If you want to see failures, it is easy. All you had to do is go to > } the archive and search on "libsdbm.a" and then, only look at the ones > } dealing with installworld failures. > > I suspect it is either a make bug or a filesystem timestamp bug. I've > only gotten bitten by this once. For some reason it wants to rebuild > libsdbm.a from the .o files at install time, even though the libsdbm.a > was already built once. Because libsdbm.a is so small, it will generally > be only be a bit older that the .o files. > > Alas when the failure occurs, libsdbm.a gets overwritten which destroys > its original timestamp. I've given some thought to tweaking the Makefile > to run chmod both before and after the ar command, so that if the install > tries to rebuild libsdbm.a it will fail (because chmod is missing) before > the timestamp can be updated. I figured that it was a buildworld make problem and the installworld problem is just a symptom of the prior failure. It just so happens that adding chmod to the installworld "prog's" will take care of the symptom. There are numerous samples of chmod being needed; however, I think you need to see the output from the buildworld that made it fail. I've had it occur on two of my machines but never when I was capturing the buildworld output. I capture the entire upgrade sequence now and figured sooner or later I would see the chmod happen on the install. I've also gone to a DSL Internet connection and my times are tracking a NTP server pretty well. If you can't build Perl5, checking your system time has always seemed to be one of the solutions. I haven't had a libsdbm.a failure since then. A failure from 11/2 went like > ===> gnu/usr.bin/perl/library/SDBM_File > cd /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File > ; make -B install INSTALLPRIVLIB=/usr/libdata/perl/5.00503 > INSTALLARCHLIB=/usr/libdata/perl/5.00503/mach > cd sdbm && make all > rm -rf libsdbm.a > ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a > chmod 755 libsdbm.a > chmod:No such file or directory > *** Error code 1 > Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 0:45:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52B4237B4CF; Tue, 21 Nov 2000 00:45:14 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA59779; Tue, 21 Nov 2000 00:45:14 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011210845.AAA59779@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 21 Nov 2000 00:45:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gpaint Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/21 00:45:14 PST Modified files: graphics/gpaint Makefile distinfo pkg-plist Log: Update to 0.2. Revision Changes Path 1.3 +4 -3 ports/graphics/gpaint/Makefile 1.3 +1 -1 ports/graphics/gpaint/distinfo 1.2 +0 -1 ports/graphics/gpaint/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 Nov 21 0:51:35 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 27F1937B4D7; Tue, 21 Nov 2000 00:51:31 -0800 (PST) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 13y99B-000GUP-0X; Tue, 21 Nov 2000 08:51:26 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id IAA85702; Tue, 21 Nov 2000 08:54:24 GMT (envelope-from dfr@nlsystems.com) Date: Tue, 21 Nov 2000 08:52:23 +0000 (GMT) From: Doug Rabson To: Andrew Gallatin Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/pci cia.c In-Reply-To: <200011210325.TAA03038@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 20 Nov 2000, Andrew Gallatin wrote: > gallatin 2000/11/20 19:25:31 PST > > Modified files: > sys/alpha/pci cia.c > Log: > fix isa DMA on pyxis based machines: > - move the call to cia_init_sgmap() to after we've determined if we're a pyxis > - convert needed splhigh() in cia_sgmap_invalidate_pyxis() to disable_intr() > > Previously, any isa DMA on a pyxis based machine would cause a panic > in cia_sgmap_invalidate_pyxis() because the pyxis workaround was never > setup. > > - while i'm at it, convert needed splhigh() in cia_swiz_set_hae_mem to > disable_intr() I'm just testing a patch to use a mutex in sgmap.c to protect the sgmap data structures. This ought to be sufficient to protect the cia bits too - I'll see what happens if I remove the disable_intr() bits from the cia sgmap code. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 1: 9:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2785537B4C5; Tue, 21 Nov 2000 01:09:41 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA64585; Tue, 21 Nov 2000 01:09:41 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011210909.BAA64585@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 21 Nov 2000 01:09:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-kde pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/21 01:09:40 PST Modified files: x11-toolkits/py-kde pkg-descr Log: Update WWW. Revision Changes Path 1.2 +3 -2 ports/x11-toolkits/py-kde/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 1:17:51 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 5EECC37B4C5; Tue, 21 Nov 2000 01:17:48 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id F25FE6A4; Tue, 21 Nov 2000 01:17:45 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id BAA08306; Tue, 21 Nov 2000 01:17:45 -0800 (PST) Message-ID: <3A1A3DB8.3B1DFCD9@cup.hp.com> Date: Tue, 21 Nov 2000 01:17:44 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: kstewart@urx.com Cc: Don Lewis , Sheldon Hearn , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> <200011210753.XAA27368@salsa.gv.tsc.tdk.com> <3A1A3477.F672FFA0@urx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > > A failure from 11/2 went like > > > ===> gnu/usr.bin/perl/library/SDBM_File > > cd /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File > > ; make -B install INSTALLPRIVLIB=/usr/libdata/perl/5.00503 > > INSTALLARCHLIB=/usr/libdata/perl/5.00503/mach > > cd sdbm && make all > > rm -rf libsdbm.a > > ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a > > chmod 755 libsdbm.a > > chmod:No such file or directory > > *** Error code 1 The funny part is that the chmod is totally unnecessary and also wrong... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 1:30:39 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 8F4D037B4C5; Tue, 21 Nov 2000 01:30:34 -0800 (PST) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id BAA02670; Tue, 21 Nov 2000 01:28:10 -0800 Message-ID: <3A1A4029.5A24E9A7@urx.com> Date: Tue, 21 Nov 2000 01:28:09 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Marcel Moolenaar Cc: Don Lewis , Sheldon Hearn , Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> <200011210753.XAA27368@salsa.gv.tsc.tdk.com> <3A1A3477.F672FFA0@urx.com> <3A1A3DB8.3B1DFCD9@cup.hp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar wrote: > > Kent Stewart wrote: > > > > A failure from 11/2 went like > > > > > ===> gnu/usr.bin/perl/library/SDBM_File > > > cd /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File > > > ; make -B install INSTALLPRIVLIB=/usr/libdata/perl/5.00503 > > > INSTALLARCHLIB=/usr/libdata/perl/5.00503/mach > > > cd sdbm && make all > > > rm -rf libsdbm.a > > > ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a > > > chmod 755 libsdbm.a > > > chmod:No such file or directory > > > *** Error code 1 > > The funny part is that the chmod is totally unnecessary and also > wrong... I've gone into the directory after that and libsdbm.a existed. What was wrong" Kent > > -- > Marcel Moolenaar > mail: marcel@cup.hp.com / marcel@FreeBSD.org > tel: (408) 447-4222 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 1:50:11 2000 Delivered-To: cvs-all@freebsd.org Received: from mimer.webgiro.com (unknown [213.162.128.50]) by hub.freebsd.org (Postfix) with ESMTP id 3AFC937B479; Tue, 21 Nov 2000 01:50:07 -0800 (PST) Received: by mimer.webgiro.com (Postfix, from userid 66) id CF7582DC0E; Tue, 21 Nov 2000 10:52:28 +0100 (CET) Received: by mx.webgiro.com (Postfix, from userid 1001) id 1C6427817; Tue, 21 Nov 2000 10:45:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mx.webgiro.com (Postfix) with ESMTP id 1A2CD10E1A; Tue, 21 Nov 2000 10:45:09 +0100 (CET) Date: Tue, 21 Nov 2000 10:45:09 +0100 (CET) From: Andrzej Bialecki To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_clock.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 X-Loop: FreeBSD.ORG On Mon, 20 Nov 2000, Robert Watson wrote: > On Mon, 20 Nov 2000, Andrzej Bialecki wrote: > > > On Sun, 19 Nov 2000, Robert Watson wrote: > > > > > rwatson 2000/11/19 16:44:59 PST > > > > > > Modified files: > > > sys/kern kern_clock.c > > > Log: > > > o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE. > > > This removes a reason that systat requires setgid kmem. More to > > > come. > > > > There was someone (Kelly Yancey??) that wanted to implement per-CPU > > statistics, including CPU times. Does this sysctl handle this? > > This exports the kernel cp_time array in exactly the form that systat > consumes it: an array of size CPUSTATES. My endeavour was not to produce > a superior MIB for managing the kernel, rather, to translate existing > kmem-accessed data into systl-access data. If there is a better format I see. That's ok with me :-) Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 1:56:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8595D37B479; Tue, 21 Nov 2000 01:56:52 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70418; Tue, 21 Nov 2000 01:56:52 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011210956.BAA70418@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 01:56:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 01:56:52 PST Modified files: editors/vim5 distinfo Log: Update Vim 5.7 to patchlevel 18. Revision Changes Path 1.50 +3 -0 ports/editors/vim5/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 2:22:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C64437B479; Tue, 21 Nov 2000 02:22:14 -0800 (PST) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA75002; Tue, 21 Nov 2000 02:22:14 -0800 (PST) (envelope-from roberto@FreeBSD.org) Message-Id: <200011211022.CAA75002@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 21 Nov 2000 02:22:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/calife Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/11/21 02:22:14 PST Modified files: security/calife Makefile distinfo Log: New upstream release (fixes segfault). PR: 22984 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/security/calife/Makefile 1.2 +1 -1 ports/security/calife/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 2:28: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0BCE37B479; Tue, 21 Nov 2000 02:28:02 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA75891; Tue, 21 Nov 2000 02:28:02 -0800 (PST) (envelope-from nik@FreeBSD.org) Message-Id: <200011211028.CAA75891@freefall.freebsd.org> From: Nik Clayton Date: Tue, 21 Nov 2000 02:28:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/11/21 02:28:02 PST Modified files: en_US.ISO_8859-1/books/handbook book.sgml Log: Bump rel.current to 4.2. Revision Changes Path 1.93 +2 -2 doc/en_US.ISO_8859-1/books/handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 2:56:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC83637B479; Tue, 21 Nov 2000 02:56:34 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA79013; Tue, 21 Nov 2000 02:56:34 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011211056.CAA79013@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 21 Nov 2000 02:56:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/21 02:56:34 PST Modified files: net/ethereal Makefile distinfo Log: Update to 0.8.14 which fixes some security problems which were akin tcpdump. This also includes dissectors for WAP, SIP, AIM/OSCAR, 802.11, GIOP v1.2, and MGCP (plugin) Revision Changes Path 1.35 +2 -3 ports/net/ethereal/Makefile 1.24 +1 -1 ports/net/ethereal/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 3: 8: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 6CEA537B4C5; Tue, 21 Nov 2000 03:07:57 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eALB7uN22740; Tue, 21 Nov 2000 12:07:56 +0100 (CET) (envelope-from asmodai) Date: Tue, 21 Nov 2000 12:07:56 +0100 From: Jeroen Ruigrok van der Werven To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ethereal Makefile distinfo Message-ID: <20001121120756.D12420@lucifer.bart.nl> References: <200011211056.CAA79013@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011211056.CAA79013@freefall.freebsd.org>; from asmodai@FreeBSD.org on Tue, Nov 21, 2000 at 02:56:34AM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001121 12:00], Jeroen Ruigrok van der Werven (asmodai@FreeBSD.org) wrote: > Modified files: > net/ethereal Makefile distinfo > Log: > Update to 0.8.14 which fixes some security problems which were > akin tcpdump. > This also includes dissectors for WAP, SIP, AIM/OSCAR, 802.11, > GIOP v1.2, and MGCP (plugin) This incidently happened to fix: PR: 22999 Submitted by: Joseph Scott -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 I dream of Love as Time runs through my hand... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 3:31: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7674237B4CF; Tue, 21 Nov 2000 03:31:02 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA84258; Tue, 21 Nov 2000 03:31:02 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011211131.DAA84258@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 21 Nov 2000 03:31:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sip Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/21 03:31:02 PST Modified files: devel/sip Makefile Log: Perlace maintainer's address adsharma@home.com (bounces) with adsharma@sharmas.dhs.org (works). Revision Changes Path 1.9 +2 -2 ports/devel/sip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 4: 3:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB89037B4D7; Tue, 21 Nov 2000 04:03:31 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA90086; Tue, 21 Nov 2000 04:03:31 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011211203.EAA90086@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 21 Nov 2000 04:03:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcompat/4.1 cftime.3 ftime.3 getpw.3 stty.3 src/lib/libcompat/4.3 cfree.3 insque.3 lsearch.3 re_comp.3 rexec.3 src/lib/libcompat/4.4 cuserid.3 src/lib/libcompat/regexp regexp.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/21 04:03:31 PST Modified files: lib/libcompat/4.1 cftime.3 ftime.3 getpw.3 stty.3 lib/libcompat/4.3 cfree.3 insque.3 lsearch.3 re_comp.3 rexec.3 lib/libcompat/4.4 cuserid.3 lib/libcompat/regexp regexp.3 Log: Remove text saying "this is available from the compatibility library, libcompat" in favour of a .Sh LIBRARY section using the .Lb macro. Also add .Bf -symbolic around the text saying "this is obsolete" in re_comp.3. PR: 22675 Submitted by: Mike Meyer Reviewed by: sheldonh Revision Changes Path 1.10 +3 -2 src/lib/libcompat/4.1/cftime.3 1.7 +3 -3 src/lib/libcompat/4.1/ftime.3 1.7 +3 -2 src/lib/libcompat/4.1/getpw.3 1.5 +3 -2 src/lib/libcompat/4.1/stty.3 1.7 +3 -2 src/lib/libcompat/4.3/cfree.3 1.7 +3 -2 src/lib/libcompat/4.3/insque.3 1.5 +3 -2 src/lib/libcompat/4.3/lsearch.3 1.7 +5 -2 src/lib/libcompat/4.3/re_comp.3 1.6 +3 -2 src/lib/libcompat/4.3/rexec.3 1.11 +3 -2 src/lib/libcompat/4.4/cuserid.3 1.8 +3 -2 src/lib/libcompat/regexp/regexp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 4: 4:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E98E937B4CF; Tue, 21 Nov 2000 04:04:47 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA90272; Tue, 21 Nov 2000 04:04:47 -0800 (PST) (envelope-from ps@FreeBSD.org) Message-Id: <200011211204.EAA90272@freefall.freebsd.org> From: Paul Saab Date: Tue, 21 Nov 2000 04:04:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand Makefile src/sys/boot/i386/libi386 pxe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/11/21 04:04:47 PST Modified files: (Branch: RELENG_4) lib/libstand Makefile sys/boot/i386/libi386 pxe.c Log: MFC: Honor the ip address given in the root-path dhcp option. PR: 21743 Revision Changes Path 1.14.2.3 +2 -6 src/lib/libstand/Makefile 1.3.2.7 +6 -4 src/sys/boot/i386/libi386/pxe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 4:21:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0797B37B479; Tue, 21 Nov 2000 04:21:27 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA94123; Tue, 21 Nov 2000 04:21:26 -0800 (PST) (envelope-from tg@FreeBSD.org) Message-Id: <200011211221.EAA94123@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 21 Nov 2000 04:21:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/projectcenter.app Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/11/21 04:21:26 PST Modified files: devel/projectcenter.app Makefile distinfo pkg-plist Log: Upgrade to 0.2.0. Revision Changes Path 1.2 +3 -3 ports/devel/projectcenter.app/Makefile 1.2 +1 -1 ports/devel/projectcenter.app/distinfo 1.2 +23 -7 ports/devel/projectcenter.app/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 Nov 21 4:22:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EE3737B4CF; Tue, 21 Nov 2000 04:22:12 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA94291; Tue, 21 Nov 2000 04:22:12 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011211222.EAA94291@freefall.freebsd.org> From: Julian Elischer Date: Tue, 21 Nov 2000 04:22:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/21 04:22:12 PST Modified files: sys/dev/sound/pci maestro.c Log: Bump the buffersize from 0x1000 to 0x4000. 0x1000 gets underflows on my dell 7500 whenever I moved the mouse. (reported as "hwptr went backwards...", with jumpy sound) Sounds great now.... Revision Changes Path 1.3 +2 -2 src/sys/dev/sound/pci/maestro.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 4:42:35 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E0C3C37B4C5; Tue, 21 Nov 2000 04:41:58 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id eALCfpI05450; Tue, 21 Nov 2000 14:41:53 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id eALCfs023164; Tue, 21 Nov 2000 14:41:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A1A6D8F.47F0F21E@FreeBSD.org> Date: Tue, 21 Nov 2000 14:41:52 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cg@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c References: <200011211222.EAA94291@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Julian Elischer wrote: > julian 2000/11/21 04:22:12 PST > > Modified files: > sys/dev/sound/pci maestro.c > Log: > Bump the buffersize from 0x1000 to 0x4000. > 0x1000 gets underflows on my dell 7500 whenever I moved the mouse. > (reported as "hwptr went backwards...", with jumpy sound) > Sounds great now.... I'm not sure it is a right solution for the problem. By increasing buffer size you are automatically worsening sound synchronization problem in video players, games and such, as they are often running with 22kHz/8bit/mono sound while FreeBSD pcm driver doesn't provide a way for the app to discover current state of that buffer, so usually apps have nothing to do but to keep this buffer filled all the time, hoping that it's small enough to mask this delay. The proper solution would be to fix fu^H^Hboring entropy harvester. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 4:54:11 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 2DD5D37B4C5; Tue, 21 Nov 2000 04:54:06 -0800 (PST) Received: from kinshasa-29.budapest.interware.hu ([195.70.51.157] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 13yCvz-0003p5-00; Tue, 21 Nov 2000 13:54:03 +0100 Message-ID: <3A1A7065.D6736214@elischer.org> Date: Tue, 21 Nov 2000 04:53:57 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: Maxim Sobolev Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cg@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c References: <200011211222.EAA94291@freefall.freebsd.org> <3A1A6D8F.47F0F21E@FreeBSD.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > Julian Elischer wrote: > > > julian 2000/11/21 04:22:12 PST > > > > Modified files: > > sys/dev/sound/pci maestro.c > > Log: > > Bump the buffersize from 0x1000 to 0x4000. > > 0x1000 gets underflows on my dell 7500 whenever I moved the mouse. > > (reported as "hwptr went backwards...", with jumpy sound) > > Sounds great now.... > > I'm not sure it is a right solution for the problem. By increasing buffer size > you are automatically worsening sound synchronization problem in video players, > games and such, as they are often running with 22kHz/8bit/mono sound while > FreeBSD pcm driver doesn't provide a way for the app to discover current state > of that buffer, so usually apps have nothing to do but to keep this buffer > filled all the time, hoping that it's small enough to mask this delay. > > The proper solution would be to fix fu^H^Hboring entropy harvester. is that'as what's doing it? It seems to be related to my moving the mouse. As for syncing, maybe we can add something in the ABI that allows syncing? > > -Maxim -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 5: 1:49 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id C79ED37B479; Tue, 21 Nov 2000 05:01:35 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id eALE3JZ01055; Tue, 21 Nov 2000 16:03:22 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id eALD1O023220; Tue, 21 Nov 2000 15:01:24 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A1A7222.3442CED9@FreeBSD.org> Date: Tue, 21 Nov 2000 15:01:22 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Julian Elischer Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cg@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c References: <200011211222.EAA94291@freefall.freebsd.org> <3A1A6D8F.47F0F21E@FreeBSD.org> <3A1A7065.D6736214@elischer.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Julian Elischer wrote: > Maxim Sobolev wrote: > > > > Julian Elischer wrote: > > > > > julian 2000/11/21 04:22:12 PST > > > > > > Modified files: > > > sys/dev/sound/pci maestro.c > > > Log: > > > Bump the buffersize from 0x1000 to 0x4000. > > > 0x1000 gets underflows on my dell 7500 whenever I moved the mouse. > > > (reported as "hwptr went backwards...", with jumpy sound) > > > Sounds great now.... > > > > I'm not sure it is a right solution for the problem. By increasing buffer size > > you are automatically worsening sound synchronization problem in video players, > > games and such, as they are often running with 22kHz/8bit/mono sound while > > FreeBSD pcm driver doesn't provide a way for the app to discover current state > > of that buffer, so usually apps have nothing to do but to keep this buffer > > filled all the time, hoping that it's small enough to mask this delay. > > > > The proper solution would be to fix fu^H^Hboring entropy harvester. > > is that'as what's doing it? It seems to be related to my moving the > mouse. It's why I suspect entropy harvester. > As for syncing, maybe we can add something in the ABI that allows > syncing? Yes, OSS API defines the way app can do syncing, but our implementation doesn't work with it properly. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 5: 3:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F1D37B4CF; Tue, 21 Nov 2000 05:03:54 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA99292; Tue, 21 Nov 2000 05:03:54 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011211303.FAA99292@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 21 Nov 2000 05:03:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/fribidi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/21 05:03:54 PST Modified files: textproc/fribidi Makefile Log: Update glib13 shared library version number. PR: 23004 Submitted by: Matt Heckaman Revision Changes Path 1.6 +2 -2 ports/textproc/fribidi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 5:35:15 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (dhcp250.osd.bsdi.com [204.216.28.250]) by hub.freebsd.org (Postfix) with ESMTP id 4000C37B4C5; Tue, 21 Nov 2000 05:35:12 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.11.1) with ESMTP id eALDftF00764; Tue, 21 Nov 2000 05:41:55 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200011211341.eALDftF00764@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c In-reply-to: Your message of "Tue, 21 Nov 2000 04:53:57 PST." <3A1A7065.D6736214@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Nov 2000 05:41:55 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > The proper solution would be to fix fu^H^Hboring entropy harvester. > > is that'as what's doing it? It seems to be related to my moving the > mouse. That's correct; the entropy harvester is linked to the mouse interrupt. I've berated MarkM about this at length, and I hope his next design iteration will fix this. > As for syncing, maybe we can add something in the ABI that allows > syncing? The ABI is already defined, unfortunately. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 5:46:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 589BE37B479; Tue, 21 Nov 2000 05:46:24 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA10714; Tue, 21 Nov 2000 05:46:24 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011211346.FAA10714@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 21 Nov 2000 05:46:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/new-users article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/21 05:46:24 PST Modified files: en_US.ISO_8859-1/articles/new-users article.sgml Log: Update the link to the Unix Reference desk, www.eecs.nwu.edu no longer exists. Submitted by: deviant , Kent Stewart Revision Changes Path 1.16 +2 -2 doc/en_US.ISO_8859-1/articles/new-users/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 6: 1:23 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E29CE37B4CF; Tue, 21 Nov 2000 06:01:10 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id eALE0uw01326; Tue, 21 Nov 2000 16:00:58 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id eALE0s023385; Tue, 21 Nov 2000 16:00:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A1A8013.104AECF9@FreeBSD.org> Date: Tue, 21 Nov 2000 16:00:51 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Mike Smith Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c References: <200011211341.eALDftF00764@mass.osd.bsdi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > As for syncing, maybe we can add something in the ABI that allows > > syncing? > > The ABI is already defined, unfortunately. No, OSS api provides interfaces for syncing, but unfortunately our implementation doesn't honour them :(. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 6:31:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAFBB37B4CF; Tue, 21 Nov 2000 06:31:10 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA19281; Tue, 21 Nov 2000 06:31:10 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011211431.GAA19281@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 21 Nov 2000 06:31:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/21 06:31:10 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Reflect reality about number of developers. Submitted by: sheldonh Revision Changes Path 1.99 +3 -3 src/release/texts/alpha/RELNOTES.TXT 1.170 +3 -3 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 7:22:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44AE437B4C5; Tue, 21 Nov 2000 07:22:37 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA30168; Tue, 21 Nov 2000 07:22:37 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011211522.HAA30168@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 21 Nov 2000 07:22:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/21 07:22:37 PST Modified files: lib/libc/sys kqueue.2 Log: Clarify the time parameter of the kevent() system call. Inspired by PR: 21708 Submitted by: Ronald F. Guilmette Reviewed by: jlemon Revision Changes Path 1.14 +2 -2 src/lib/libc/sys/kqueue.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 7:40:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 204CC37B4C5; Tue, 21 Nov 2000 07:40:17 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33603; Tue, 21 Nov 2000 07:40:17 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011211540.HAA33603@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 21 Nov 2000 07:40:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eazel-themes Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/21 07:40:16 PST Modified files: x11-toolkits/eazel-themes Makefile distinfo pkg-plist Log: Update to 21 Nov 2000 cvs snapshot. Revision Changes Path 1.2 +3 -3 ports/x11-toolkits/eazel-themes/Makefile 1.2 +1 -1 ports/x11-toolkits/eazel-themes/distinfo 1.2 +38 -0 ports/x11-toolkits/eazel-themes/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 Nov 21 7:41:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B8A837B4CF; Tue, 21 Nov 2000 07:41:30 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33846; Tue, 21 Nov 2000 07:41:30 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011211541.HAA33846@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 21 Nov 2000 07:41:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/sredird Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/21 07:41:30 PST Modified files: comms/sredird Makefile distinfo Log: Update to 1.1.18. PR: 22978 Submitted by: Joseph Scott Revision Changes Path 1.6 +2 -2 ports/comms/sredird/Makefile 1.2 +1 -1 ports/comms/sredird/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 7:46:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B61E37B479; Tue, 21 Nov 2000 07:46:39 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34803; Tue, 21 Nov 2000 07:46:39 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011211546.HAA34803@freefall.freebsd.org> From: Kevin Lo Date: Tue, 21 Nov 2000 07:46:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/typhoon Makefile ports/databases/typhoon/files patch-ad patch-ae patch-af patch-ag patch-ah patch-aa patch-ac patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/21 07:46:39 PST Modified files: databases/typhoon Makefile databases/typhoon/files patch-aa patch-ac Added files: databases/typhoon/files patch-ad patch-ae patch-af patch-ag patch-ah Removed files: databases/typhoon/files patch-ab Log: Support CC/CFLAGS properly. PR: 22987 Submitted by: MAINTAINER Revision Changes Path 1.14 +17 -9 ports/databases/typhoon/Makefile 1.2 +13 -34 ports/databases/typhoon/files/patch-aa 1.3 +3 -19 ports/databases/typhoon/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 7:49:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D56F37B479; Tue, 21 Nov 2000 07:49:15 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35226; Tue, 21 Nov 2000 07:49:15 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011211549.HAA35226@freefall.freebsd.org> From: Kevin Lo Date: Tue, 21 Nov 2000 07:49:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/flux Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/21 07:49:15 PST Modified files: devel/flux Makefile Log: Fix MASTER_SITES. PR: 22988 Submitted by: Ports Fury Revision Changes Path 1.9 +2 -2 ports/devel/flux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 8: 0: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CDF637B479; Tue, 21 Nov 2000 08:00:04 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA37292; Tue, 21 Nov 2000 08:00:04 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011211600.IAA37292@freefall.freebsd.org> From: Kevin Lo Date: Tue, 21 Nov 2000 08:00:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gindent Makefile distinfo pkg-descr ports/devel/gindent/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/21 08:00:04 PST Modified files: devel/gindent Makefile distinfo pkg-descr devel/gindent/files patch-ab Log: Update to version 2.2.6 PR: 22989 Submitted by: Ports Fury Revision Changes Path 1.13 +6 -11 ports/devel/gindent/Makefile 1.7 +1 -1 ports/devel/gindent/distinfo 1.2 +2 -0 ports/devel/gindent/pkg-descr 1.3 +10 -12 ports/devel/gindent/files/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 Nov 21 8:25:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADFEB37B4CF; Tue, 21 Nov 2000 08:25:54 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42969; Tue, 21 Nov 2000 08:25:54 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011211625.IAA42969@freefall.freebsd.org> From: Kevin Lo Date: Tue, 21 Nov 2000 08:25:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpq Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/21 08:25:54 PST Modified files: ftp/ftpq Makefile distinfo pkg-plist Log: Update to version 1.01 PR: 22991 Submitted by: Ports Fury Revision Changes Path 1.5 +4 -2 ports/ftp/ftpq/Makefile 1.5 +1 -1 ports/ftp/ftpq/distinfo 1.2 +2 -0 ports/ftp/ftpq/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 Nov 21 8:30:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C1337B479; Tue, 21 Nov 2000 08:30:15 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43882; Tue, 21 Nov 2000 08:30:15 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011211630.IAA43882@freefall.freebsd.org> From: Kevin Lo Date: Tue, 21 Nov 2000 08:30:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/hsftp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/21 08:30:14 PST Modified files: ftp/hsftp Makefile distinfo Log: Update to version 1.11 PR: 22992 Submitted by: Ports Fury Revision Changes Path 1.4 +2 -2 ports/ftp/hsftp/Makefile 1.4 +1 -1 ports/ftp/hsftp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 9:18:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ECC537B4F9; Tue, 21 Nov 2000 09:18:44 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA52170; Tue, 21 Nov 2000 09:18:44 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011211718.JAA52170@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 21 Nov 2000 09:18:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-ldap Makefile distinfo pkg-plist ports/net/ruby-ldap/files patch-test.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/21 09:18:44 PST Modified files: net/ruby-ldap Makefile distinfo pkg-plist net/ruby-ldap/files patch-test.sh Log: Update to 0.3.3. TLS support has been added. (experimental) Revision Changes Path 1.7 +3 -7 ports/net/ruby-ldap/Makefile 1.7 +1 -1 ports/net/ruby-ldap/distinfo 1.4 +4 -4 ports/net/ruby-ldap/pkg-plist 1.2 +29 -6 ports/net/ruby-ldap/files/patch-test.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 9:20:40 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 4511A37B479; Tue, 21 Nov 2000 09:20:36 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 12C85EB5; Tue, 21 Nov 2000 09:16:53 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id JAA18713; Tue, 21 Nov 2000 09:16:52 -0800 (PST) Message-ID: <3A1AAE06.60941ABE@cup.hp.com> Date: Tue, 21 Nov 2000 09:16:54 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: kstewart@urx.com Cc: Don Lewis , Sheldon Hearn , Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> <200011210753.XAA27368@salsa.gv.tsc.tdk.com> <3A1A3477.F672FFA0@urx.com> <3A1A3DB8.3B1DFCD9@cup.hp.com> <3A1A4029.5A24E9A7@urx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > > > > > ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a > > > > chmod 755 libsdbm.a > > > > chmod:No such file or directory > > > > *** Error code 1 > > > > The funny part is that the chmod is totally unnecessary and also > > wrong... > > I've gone into the directory after that and libsdbm.a existed. What > was wrong" Archive libraries can't be executed -> they shouldn't have mod 755. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 9:31:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ECB637B479; Tue, 21 Nov 2000 09:31:44 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA54103; Tue, 21 Nov 2000 09:31:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011211731.JAA54103@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 09:31:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/conserver/files conserver.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 09:31:44 PST Modified files: comms/conserver/files conserver.sh Log: Add 'restart' and 'status' functionality. Revision Changes Path 1.2 +10 -1 ports/comms/conserver/files/conserver.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 10:18:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE4A037B4C5; Tue, 21 Nov 2000 10:18:50 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63861; Tue, 21 Nov 2000 10:18:50 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011211818.KAA63861@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 21 Nov 2000 10:18:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog dialog.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/21 10:18:50 PST Modified files: gnu/lib/libdialog dialog.3 Log: mdoc(7) police: Add a missing `.Sm on' request. Revision Changes Path 1.13 +3 -2 src/gnu/lib/libdialog/dialog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 10:36:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E361D37B479; Tue, 21 Nov 2000 10:36:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66097; Tue, 21 Nov 2000 10:36:10 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011211836.KAA66097@freefall.freebsd.org> From: John Baldwin Date: Tue, 21 Nov 2000 10:36:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bioscall.s support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/21 10:36:10 PST Modified files: sys/i386/i386 bioscall.s support.s Log: Stop handcoding a couple of instructions since gas 2.10 can properly assemble 16-bit code. Noticed by: markm Revision Changes Path 1.8 +2 -5 src/sys/i386/i386/bioscall.s 1.73 +2 -2 src/sys/i386/i386/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 10:39:39 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 6356D37B4C5; Tue, 21 Nov 2000 10:39:33 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id TAA35309; Tue, 21 Nov 2000 19:39:31 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Maxim Sobolev Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cg@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c References: <200011211222.EAA94291@freefall.freebsd.org> <3A1A6D8F.47F0F21E@FreeBSD.org> From: Dag-Erling Smorgrav Date: 21 Nov 2000 19:39:31 +0100 In-Reply-To: Maxim Sobolev's message of "Tue, 21 Nov 2000 14:41:52 +0200" Message-ID: Lines: 15 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev writes: > I'm not sure it is a right solution for the problem. By increasing > buffer size you are automatically worsening sound synchronization > problem in video players, games and such, as they are often running > with 22kHz/8bit/mono sound while FreeBSD pcm driver doesn't provide > a way for the app to discover current state of that buffer, so > usually apps have nothing to do but to keep this buffer filled all > the time, hoping that it's small enough to mask this delay. Plus, this applies to *all* sound drivers, not just maestro. Can we have this backed out? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 11:10: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B32437B4D7; Tue, 21 Nov 2000 11:09:59 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72247; Tue, 21 Nov 2000 11:09:59 -0800 (PST) (envelope-from keith@FreeBSD.org) Message-Id: <200011211909.LAA72247@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Tue, 21 Nov 2000 11:09:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo pkg-plist ports/net/centericq/files patch-ad patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2000/11/21 11:09:59 PST Modified files: net/centericq Makefile distinfo pkg-plist Added files: net/centericq/files patch-ad Removed files: net/centericq/files patch-aa patch-ab patch-ac Log: Update to 3.7.3, and change the maintainer from ports@FreeBSD.org to ijliao@csie.nctu.edu.tw. Also thanks to Clive Lin for testing. Revision Changes Path 1.9 +5 -17 ports/net/centericq/Makefile 1.2 +1 -1 ports/net/centericq/distinfo 1.2 +8 -7 ports/net/centericq/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 Nov 21 11:18:22 2000 Delivered-To: cvs-all@freebsd.org Received: from lolita.speakeasy.net (lolita.speakeasy.net [216.254.0.13]) by hub.freebsd.org (Postfix) with SMTP id 0FF6F37B68D for ; Tue, 21 Nov 2000 11:18:16 -0800 (PST) Received: (qmail 23426 invoked from network); 21 Nov 2000 19:14:15 -0000 Received: from unknown (HELO gonzo.speakeasy.net) (192.168.0.5) by 192.168.0.13 with SMTP; 21 Nov 2000 19:14:15 -0000 Received: (qmail 27093 invoked from network); 21 Nov 2000 19:18:13 -0000 Received: from unknown (HELO aldan.algebra.com) (64.24.66.79) by gonzo.speakeasy.net with SMTP; 21 Nov 2000 19:18:13 -0000 Received: (from mi@localhost) by aldan.algebra.com (8.11.1/8.11.1) id eALJGit03699; Tue, 21 Nov 2000 14:16:44 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200011211916.eALJGit03699@aldan.algebra.com> Subject: Re: cvs commit: src/etc crontab In-Reply-To: <200011210435.UAA18944@freefall.freebsd.org> from Doug Barton at "Nov 20, 2000 08:35:29 pm" To: Doug Barton Date: Tue, 21 Nov 2000 14:16:44 -0500 (EST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" From: Alan Cox Date: Tue, 21 Nov 2000 11:36:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c src/sys/sys signal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/11/21 11:36:36 PST Modified files: sys/kern vfs_aio.c sys/sys signal.h Log: Provide a new interface for the user of aio_read() and aio_write() to request a kevent upon completion of the I/O. Specifically, introduce a new type of sigevent notification, SIGEV_EVENT. If sigev_notify is SIGEV_EVENT, then sigev_notify_kqueue names the kqueue that should receive the event and sigev_value contains the "void *" is copied into the kevent's udata field. In contrast to the existing interface, this one: 1) works on the Alpha 2) avoids the extra copyin() call for the kevent because all of the information needed is in the sigevent and 3) could be applied to request a single kevent upon completion of an entire lio_listio(). Reviewed by: jlemon Revision Changes Path 1.87 +34 -30 src/sys/kern/vfs_aio.c 1.25 +8 -2 src/sys/sys/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 11:46:15 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id A2AF737B4C5; Tue, 21 Nov 2000 11:46:10 -0800 (PST) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id LAA00258; Tue, 21 Nov 2000 11:44:29 -0800 Message-ID: <3A1AD09D.2BE0DBF@urx.com> Date: Tue, 21 Nov 2000 11:44:29 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Marcel Moolenaar Cc: Don Lewis , Sheldon Hearn , Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> <200011210753.XAA27368@salsa.gv.tsc.tdk.com> <3A1A3477.F672FFA0@urx.com> <3A1A3DB8.3B1DFCD9@cup.hp.com> <3A1A4029.5A24E9A7@urx.com> <3A1AAE06.60941ABE@cup.hp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar wrote: > > Kent Stewart wrote: > > > > > > > ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a > > > > > chmod 755 libsdbm.a > > > > > chmod:No such file or directory > > > > > *** Error code 1 > > > > > > The funny part is that the chmod is totally unnecessary and also > > > wrong... > > > > I've gone into the directory after that and libsdbm.a existed. What > > was wrong" > > Archive libraries can't be executed -> they shouldn't have mod 755. Of course. I couldn't see the tree for the forest. I'm so used to trying to figure out why the script works in one place on not the other that I didn't see the script was plain wrong. BTW, it also does a chmod 755 in the buildworld Makefile and so it is wrong there too. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 11:55:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE9EA37B4D7; Tue, 21 Nov 2000 11:55:23 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA49824; Tue, 21 Nov 2000 11:55:23 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011211955.LAA49824@freefall.freebsd.org> From: Mark Murray Date: Tue, 21 Nov 2000 11:55:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpu.h src/sys/i386/include cpu.h src/sys/ia64/include cpu.h src/share/man/man9 get_cyclecounter.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/21 11:55:23 PST Modified files: sys/alpha/include cpu.h sys/i386/include cpu.h sys/ia64/include cpu.h Added files: share/man/man9 get_cyclecounter.9 Log: Add a consistent API to a feature that most modern CPUs have; a fast counter register in-CPU. This is to be used as a fast "timer", where linearity is more important than time, and multiple lines in the linearity caused by multiple CPUs in an SMP machine is not a problem. This adds no code whatsoever to the FreeBSD kernel until it is actually used, and then as a single-instruction inline routine (except for the 80386 and 80486 where it is some more inline code around nanotime(9). Reviewed by: bde, kris, jhb Revision Changes Path 1.19 +11 -1 src/sys/alpha/include/cpu.h 1.50 +22 -1 src/sys/i386/include/cpu.h 1.6 +11 -1 src/sys/ia64/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 11:58:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C131C37B4CF; Tue, 21 Nov 2000 11:58:56 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50502; Tue, 21 Nov 2000 11:58:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200011211958.LAA50502@freefall.freebsd.org> From: Warner Losh Date: Tue, 21 Nov 2000 11:58:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config main.c mkheaders.c mkmakefile.c mkoptions.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/11/21 11:58:56 PST Modified files: usr.sbin/config main.c mkheaders.c mkmakefile.c mkoptions.c Log: Fix buffer overflows in filenames. If you had a path > 80 characters for your /usr/obj/path/to/my/files path to the kernel, then weird things happened. make buildkernel would fail because config was dumping core or generating bad file names (depending on the lenght of the path). While I was here, also use strlcpy, strlcat and snprintf (or asprintf) as necessary. Minor format policing for the snprintf calls as well. Revision Changes Path 1.41 +10 -12 src/usr.sbin/config/main.c 1.17 +4 -4 src/usr.sbin/config/mkheaders.c 1.56 +10 -6 src/usr.sbin/config/mkmakefile.c 1.21 +11 -10 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12: 3:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17E4337B4CF; Tue, 21 Nov 2000 12:03:39 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51319; Tue, 21 Nov 2000 12:03:38 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200011212003.MAA51319@freefall.freebsd.org> From: Warner Losh Date: Tue, 21 Nov 2000 12:03:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config main.c mkheaders.c mkmakefile.c mkoptions.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/11/21 12:03:38 PST Modified files: (Branch: RELENG_4) usr.sbin/config main.c mkheaders.c mkmakefile.c mkoptions.c Log: MFC: Many long filename buffer overflows Revision Changes Path 1.37.2.2 +5 -5 src/usr.sbin/config/main.c 1.14.2.1 +4 -4 src/usr.sbin/config/mkheaders.c 1.51.2.2 +10 -6 src/usr.sbin/config/mkmakefile.c 1.17.2.2 +11 -10 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:14: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 23CFF37B4CF; Tue, 21 Nov 2000 12:13:56 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 04F904DE; Tue, 21 Nov 2000 12:13:55 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id MAA26048; Tue, 21 Nov 2000 12:13:54 -0800 (PST) Message-ID: <3A1AD781.5DF04F78@cup.hp.com> Date: Tue, 21 Nov 2000 12:13:53 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: kstewart@urx.com Cc: Don Lewis , Sheldon Hearn , Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/library Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/pod Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc ... References: <18475.974709241@axl.fw.uunet.co.za> <3A18E903.C1E97D46@urx.com> <200011210753.XAA27368@salsa.gv.tsc.tdk.com> <3A1A3477.F672FFA0@urx.com> <3A1A3DB8.3B1DFCD9@cup.hp.com> <3A1A4029.5A24E9A7@urx.com> <3A1AAE06.60941ABE@cup.hp.com> <3A1AD09D.2BE0DBF@urx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > BTW, it also does > a chmod 755 in the buildworld Makefile and so it is wrong there too. I'm not sure I understand what you mean. There's no chmod in any of the makefiles in src/gnu/usr.bin/perl. The chmods are present in the generated makefiles only. This can be avoided by making the appropriate modifications to files in src/contrib/perl5. I don't think the downside of doing this will weigth up to the upside... or am I missing something? PS: We probably have to strip the CC line from here on... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:16:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAE0E37B4CF; Tue, 21 Nov 2000 12:16:50 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA55080; Tue, 21 Nov 2000 12:16:50 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011212016.MAA55080@freefall.freebsd.org> From: Mark Murray Date: Tue, 21 Nov 2000 12:16:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c locore.s src/sys/i386/include cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/21 12:16:50 PST Modified files: sys/i386/i386 identcpu.c locore.s sys/i386/include cpufunc.h Log: Assembler fixes. Fix opcodes that were typed as ".byte 0xNN, 0xMM" when an older assembler could not recognise the newer Pentium instructions. Reviewed by: jhb Revision Changes Path 1.89 +2 -2 src/sys/i386/i386/identcpu.c 1.139 +3 -3 src/sys/i386/i386/locore.s 1.100 +5 -5 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:19:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97DD737B4D7; Tue, 21 Nov 2000 12:19:38 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA55505; Tue, 21 Nov 2000 12:19:38 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011212019.MAA55505@freefall.freebsd.org> From: Julian Elischer Date: Tue, 21 Nov 2000 12:19:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_ar.h if_sr.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/21 12:19:38 PST Modified files: (Branch: RELENG_4) sys/i386/isa if_ar.h if_sr.h Log: MFC: Update Copyrights to the correct version Revision Changes Path 1.2.2.1 +30 -1 src/sys/i386/isa/if_ar.h 1.2.2.1 +30 -1 src/sys/i386/isa/if_sr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:22:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3939637B4C5; Tue, 21 Nov 2000 12:22:35 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56168; Tue, 21 Nov 2000 12:22:35 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011212022.MAA56168@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 21 Nov 2000 12:22:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/21 12:22:35 PST Modified files: sys/kern sys_generic.c Log: Protect p_wchan with sched_lock in selwakeup(). Revision Changes Path 1.65 +3 -1 src/sys/kern/sys_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:28:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2268C37B479; Tue, 21 Nov 2000 12:28:49 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA57302; Tue, 21 Nov 2000 12:28:49 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011212028.MAA57302@freefall.freebsd.org> From: Mark Murray Date: Tue, 21 Nov 2000 12:28:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/21 12:28:48 PST Modified files: share/man/man9 Makefile Log: Whitespace-only change. Tidy up, alphabetise and wrap. Revision Changes Path 1.85 +17 -9 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:31:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3A4737B479; Tue, 21 Nov 2000 12:31:51 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA57787; Tue, 21 Nov 2000 12:31:51 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011212031.MAA57787@freefall.freebsd.org> From: Mark Murray Date: Tue, 21 Nov 2000 12:31:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/21 12:31:51 PST Modified files: share/man/man9 Makefile Log: Add new man page to the mix. Revision Changes Path 1.86 +2 -1 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:40:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7CB837B479; Tue, 21 Nov 2000 12:40:39 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA59098; Tue, 21 Nov 2000 12:40:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011212040.MAA59098@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 21 Nov 2000 12:40:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases Makefile index.sgml www/en/releases/4.2R Makefile announce.sgml errata.sgml notes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/21 12:40:39 PST Modified files: en/releases Makefile index.sgml Added files: en/releases/4.2R Makefile announce.sgml errata.sgml notes.sgml Log: Add entries for 4.2 Revision Changes Path 1.27 +2 -2 www/en/releases/Makefile 1.45 +13 -6 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 12:48:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22AF937B4CF; Tue, 21 Nov 2000 12:48:55 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA60419; Tue, 21 Nov 2000 12:48:55 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011212048.MAA60419@freefall.freebsd.org> From: Julian Elischer Date: Tue, 21 Nov 2000 12:48:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/21 12:48:54 PST Modified files: sys/dev/lmc if_lmc.c Log: Devices that are running at splimp MUST use ng_queue_data() instead of ng_send_data(). The latter could lead to running the IP stack at splimp instead of splnet, (among other problems) (that MAY be safe but I wouldn't count on it). Noticed while preparing a new set of netgraph stuff. Revision Changes Path 1.5 +2 -3 src/sys/dev/lmc/if_lmc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 13:10:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D2C037B4C5; Tue, 21 Nov 2000 13:10:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65582; Tue, 21 Nov 2000 13:10:15 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011212110.NAA65582@freefall.freebsd.org> From: John Baldwin Date: Tue, 21 Nov 2000 13:10:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/21 13:10:15 PST Modified files: sys/kern kern_ktr.c Log: Ahem, fix the disclaimer portion of the copyright so it disclaim's the voices in my head. You can sue the voices in Bill Paul's head all you want. Noticed by: jhb Revision Changes Path 1.6 +3 -3 src/sys/kern/kern_ktr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 13:18:17 2000 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id D1E0137B4C5; Tue, 21 Nov 2000 13:18:13 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id eALLI9023026; Tue, 21 Nov 2000 13:18:09 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200011212110.NAA65582@freefall.freebsd.org> Date: Tue, 21 Nov 2000 13:18:18 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/kern kern_ktr.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Nov-00 John Baldwin wrote: > jhb 2000/11/21 13:10:15 PST > > Modified files: > sys/kern kern_ktr.c > Log: > Ahem, fix the disclaimer portion of the copyright so it disclaim's the > voices in my head. You can sue the voices in Bill Paul's head all you > want. > > Noticed by: jhb Oh geez. That should be 'Noticed by: jlemon'. I guess the voices are getting a bit too rambunctious. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Tue Nov 21 13:29:14 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 0C7A937B479; Tue, 21 Nov 2000 13:29:09 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eALLT8Q32536; Tue, 21 Nov 2000 14:29:08 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA37809; Tue, 21 Nov 2000 14:29:07 -0700 (MST) Message-Id: <200011212129.OAA37809@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/kern kern_ktr.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Tue, 21 Nov 2000 13:18:18 PST." References: Date: Tue, 21 Nov 2000 14:29:07 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : Oh geez. That should be 'Noticed by: jlemon'. I guess the voices are getting : a bit too rambunctious. It could be worse. You could be talking about yourself in the third person. Warner hates it when he does that. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 14:11:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0416137B4D7; Tue, 21 Nov 2000 14:11:44 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA77399; Tue, 21 Nov 2000 14:11:43 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011212211.OAA77399@freefall.freebsd.org> From: Brian Somers Date: Tue, 21 Nov 2000 14:11:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arpwatch Makefile distinfo ports/net/arpwatch/files patch-ae patch-aa patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/21 14:11:43 PST Modified files: net/arpwatch Makefile distinfo net/arpwatch/files patch-ae Removed files: net/arpwatch/files patch-aa patch-ad Log: Upgrade to 2.1a10 Revision Changes Path 1.17 +6 -7 ports/net/arpwatch/Makefile 1.6 +1 -1 ports/net/arpwatch/distinfo 1.3 +0 -9 ports/net/arpwatch/files/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 14:29:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66EAF37B4C5; Tue, 21 Nov 2000 14:29:32 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80066; Tue, 21 Nov 2000 14:29:32 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200011212229.OAA80066@freefall.freebsd.org> From: Bosko Milekic Date: Tue, 21 Nov 2000 14:29:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mbuf.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/11/21 14:29:32 PST Modified files: share/man/man9 mbuf.9 Log: Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to conform to line break mdoc FreeBSD standards, although I am new to this. Reviewed by: sheldonh Revision Changes Path 1.5 +34 -12 src/share/man/man9/mbuf.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 14:41: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C12A137B479; Tue, 21 Nov 2000 14:40:59 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA81324; Tue, 21 Nov 2000 14:40:59 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011212240.OAA81324@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 21 Nov 2000 14:40:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/21 14:40:59 PST Modified files: lib/libc/sys kqueue.2 Log: Fix a logic reversal: the RFFDG flag must be unset in order to share a file descriptor table. (Thanks to Alan Cox) Clarify the fact that the changelist and eventlist can be shared. Revision Changes Path 1.15 +7 -4 src/lib/libc/sys/kqueue.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 15:19:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A272A37B479; Tue, 21 Nov 2000 15:19:15 -0800 (PST) Received: (from gj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88652; Tue, 21 Nov 2000 15:19:15 -0800 (PST) (envelope-from gj@FreeBSD.org) Message-Id: <200011212319.PAA88652@freefall.freebsd.org> From: Gary Jennejohn Date: Tue, 21 Nov 2000 15:19:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vile Makefile distinfo pkg-plist pkg-plist.perl ports/editors/vile/files patch-ac ports/editors/xvile Makefile distinfo pkg-plist pkg-plist.perl ports/editors/xvile/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gj 2000/11/21 15:19:15 PST Modified files: editors/vile Makefile distinfo pkg-plist pkg-plist.perl editors/vile/files patch-ac editors/xvile Makefile distinfo pkg-plist pkg-plist.perl editors/xvile/files patch-ac Log: Update to version 9.2. Revision Changes Path 1.25 +2 -2 ports/editors/vile/Makefile 1.11 +1 -1 ports/editors/vile/distinfo 1.11 +17 -6 ports/editors/vile/pkg-plist 1.8 +12 -0 ports/editors/vile/pkg-plist.perl 1.3 +14 -14 ports/editors/vile/files/patch-ac 1.28 +2 -2 ports/editors/xvile/Makefile 1.12 +1 -1 ports/editors/xvile/distinfo 1.11 +12 -1 ports/editors/xvile/pkg-plist 1.8 +15 -4 ports/editors/xvile/pkg-plist.perl 1.3 +14 -14 ports/editors/xvile/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 15:25:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A00D837B479; Tue, 21 Nov 2000 15:25:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89287; Tue, 21 Nov 2000 15:25:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011212325.PAA89287@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 15:25:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc login.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 15:25:39 PST Modified files: etc login.conf Log: Add `password_format=md5' to the default settings. I've had this locally for a while, but a recent email to -stable suggests it should be spelled out as the documentation of "password_format" is sparse. Also add a `des_users' entry. Submitted by: Sean O'Connell Revision Changes Path 1.38 +9 -1 src/etc/login.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 16:17:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C69EC37B4D7; Tue, 21 Nov 2000 16:17:18 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98090; Tue, 21 Nov 2000 16:17:18 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220017.QAA98090@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 16:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ElectricFence pkg-plist ports/lang/TenDRA pkg-plist ports/print/a2ps43-letter pkg-plist ports/textproc/agrep pkg-plist ports/news/aub pkg-plist ports/shells/bash1 pkg-plist ports/print/bibcard pkg-plist ports/net/bounce pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 16:17:18 PST Modified files: devel/ElectricFence pkg-plist lang/TenDRA pkg-plist print/a2ps43-letter pkg-plist textproc/agrep pkg-plist news/aub pkg-plist shells/bash1 pkg-plist print/bibcard pkg-plist net/bounce pkg-plist security/bro pkg-plist archivers/bzip2 pkg-plist devel/cccc pkg-plist devel/cdecl pkg-plist net/clog pkg-plist devel/cproto pkg-plist security/crack pkg-plist devel/cscope pkg-plist misc/cwish pkg-plist devel/ddd pkg-plist security/ddos_scan pkg-plist textproc/dict pkg-plist net/dlint pkg-plist misc/figlet pkg-plist security/find_ddos pkg-plist net/fping pkg-plist security/fwtk pkg-plist Log: Add $FreeBSD$'s which help me in problem reports. Revision Changes Path 1.3 +1 -0 ports/devel/ElectricFence/pkg-plist 1.10 +1 -0 ports/lang/TenDRA/pkg-plist 1.7 +1 -0 ports/print/a2ps43-letter/pkg-plist 1.4 +1 -0 ports/textproc/agrep/pkg-plist 1.4 +1 -0 ports/news/aub/pkg-plist 1.17 +1 -0 ports/shells/bash1/pkg-plist 1.3 +1 -0 ports/print/bibcard/pkg-plist 1.2 +1 -0 ports/net/bounce/pkg-plist 1.3 +1 -0 ports/security/bro/pkg-plist 1.12 +1 -0 ports/archivers/bzip2/pkg-plist 1.2 +1 -0 ports/devel/cccc/pkg-plist 1.3 +1 -0 ports/devel/cdecl/pkg-plist 1.3 +1 -0 ports/net/clog/pkg-plist 1.2 +1 -0 ports/devel/cproto/pkg-plist 1.2 +1 -0 ports/security/crack/pkg-plist 1.2 +1 -0 ports/devel/cscope/pkg-plist 1.2 +1 -0 ports/misc/cwish/pkg-plist 1.8 +1 -0 ports/devel/ddd/pkg-plist 1.4 +1 -0 ports/security/ddos_scan/pkg-plist 1.3 +1 -0 ports/textproc/dict/pkg-plist 1.3 +1 -0 ports/net/dlint/pkg-plist 1.4 +1 -0 ports/misc/figlet/pkg-plist 1.4 +1 -0 ports/security/find_ddos/pkg-plist 1.3 +1 -0 ports/net/fping/pkg-plist 1.4 +1 -0 ports/security/fwtk/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 Nov 21 16:21:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48D7A37B479; Tue, 21 Nov 2000 16:21:52 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99287; Tue, 21 Nov 2000 16:21:52 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220021.QAA99287@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 16:21:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gag pkg-plist ports/chinese/gbscript pkg-plist ports/lang/gcc28 pkg-plist ports/lang/glibstdc++28 pkg-plist ports/print/gv pkg-plist ports/mail/hbiff pkg-plist ports/editors/hexedit pkg-plist ports/net/icmpinfo pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 16:21:52 PST Modified files: security/gag pkg-plist chinese/gbscript pkg-plist lang/gcc28 pkg-plist lang/glibstdc++28 pkg-plist print/gv pkg-plist mail/hbiff pkg-plist editors/hexedit pkg-plist net/icmpinfo pkg-plist benchmarks/iozone21 pkg-plist net/isc-dhcp3 pkg-plist misc/jive pkg-plist security/john pkg-plist lang/lcc pkg-plist editors/le pkg-plist devel/libgnugetopt pkg-plist devel/libmalloc pkg-plist devel/libshhmsg pkg-plist devel/libshhopt pkg-plist devel/libxalloc pkg-plist sysutils/lsof pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.4 +1 -0 ports/security/gag/pkg-plist 1.2 +1 -0 ports/chinese/gbscript/pkg-plist 1.8 +1 -0 ports/lang/gcc28/pkg-plist 1.10 +1 -0 ports/lang/glibstdc++28/pkg-plist 1.8 +1 -0 ports/print/gv/pkg-plist 1.2 +1 -0 ports/mail/hbiff/pkg-plist 1.3 +1 -0 ports/editors/hexedit/pkg-plist 1.4 +1 -0 ports/net/icmpinfo/pkg-plist 1.4 +1 -0 ports/benchmarks/iozone21/pkg-plist 1.11 +1 -0 ports/net/isc-dhcp3/pkg-plist 1.3 +1 -0 ports/misc/jive/pkg-plist 1.5 +1 -0 ports/security/john/pkg-plist 1.4 +1 -0 ports/lang/lcc/pkg-plist 1.6 +1 -0 ports/editors/le/pkg-plist 1.4 +1 -0 ports/devel/libgnugetopt/pkg-plist 1.11 +1 -0 ports/devel/libmalloc/pkg-plist 1.3 +1 -0 ports/devel/libshhmsg/pkg-plist 1.3 +1 -0 ports/devel/libshhopt/pkg-plist 1.3 +1 -0 ports/devel/libxalloc/pkg-plist 1.7 +1 -0 ports/sysutils/lsof/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 Nov 21 16:23:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B61837B4C5; Tue, 21 Nov 2000 16:23:40 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99671; Tue, 21 Nov 2000 16:23:40 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220023.QAA99671@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 16:23:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mawk pkg-plist ports/print/mp-letter pkg-plist ports/devel/mprof pkg-plist ports/mail/mutt pkg-plist ports/lang/nawk pkg-plist ports/security/nbaudit pkg-plist ports/ftp/ncftp pkg-plist ports/ftp/ncftp3 pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 16:23:40 PST Modified files: lang/mawk pkg-plist print/mp-letter pkg-plist devel/mprof pkg-plist mail/mutt pkg-plist lang/nawk pkg-plist security/nbaudit pkg-plist ftp/ncftp pkg-plist ftp/ncftp3 pkg-plist net/netcat pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.2 +1 -0 ports/lang/mawk/pkg-plist 1.6 +1 -0 ports/print/mp-letter/pkg-plist 1.5 +1 -0 ports/devel/mprof/pkg-plist 1.24 +1 -0 ports/mail/mutt/pkg-plist 1.4 +1 -0 ports/lang/nawk/pkg-plist 1.4 +1 -0 ports/security/nbaudit/pkg-plist 1.4 +1 -0 ports/ftp/ncftp/pkg-plist 1.12 +1 -0 ports/ftp/ncftp3/pkg-plist 1.3 +1 -0 ports/net/netcat/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 Nov 21 16:26: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B93DE37B4CF; Tue, 21 Nov 2000 16:26:04 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00278; Tue, 21 Nov 2000 16:26:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220026.QAA00278@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 16:26:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pathchar pkg-plist ports/devel/pccts pkg-plist ports/benchmarks/postmark pkg-plist ports/net/queso pkg-plist ports/x11-clocks/rclock pkg-plist ports/net/relay pkg-plist ports/security/rid pkg-plist ports/net/rsync pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 16:26:04 PST Modified files: net/pathchar pkg-plist devel/pccts pkg-plist benchmarks/postmark pkg-plist net/queso pkg-plist x11-clocks/rclock pkg-plist net/relay pkg-plist security/rid pkg-plist net/rsync pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.4 +1 -0 ports/net/pathchar/pkg-plist 1.7 +1 -0 ports/devel/pccts/pkg-plist 1.2 +1 -0 ports/benchmarks/postmark/pkg-plist 1.3 +1 -0 ports/net/queso/pkg-plist 1.3 +1 -0 ports/x11-clocks/rclock/pkg-plist 1.2 +1 -0 ports/net/relay/pkg-plist 1.3 +1 -0 ports/security/rid/pkg-plist 1.7 +1 -0 ports/net/rsync/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 Nov 21 16:31:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E47CD37B4CF; Tue, 21 Nov 2000 16:31:51 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01039; Tue, 21 Nov 2000 16:31:51 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220031.QAA01039@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 16:31:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/conserver/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 16:31:51 PST Modified files: comms/conserver/files Makefile Log: Add $FreeBSD$. Revision Changes Path 1.3 +2 -0 ports/comms/conserver/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 16:33:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7297F37B4CF; Tue, 21 Nov 2000 16:33:13 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01216; Tue, 21 Nov 2000 16:33:13 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011220033.QAA01216@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 21 Nov 2000 16:33:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp-manual-html distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/21 16:33:13 PST Modified files: graphics/gimp-manual-html distinfo Log: Update checksum for PDF and PS manuals. These are both one huge file so there isn't much one can do to examine the changes. Reported by: bento Revision Changes Path 1.3 +2 -2 ports/graphics/gimp-manual-html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 16:57:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A91337B4E5; Tue, 21 Nov 2000 16:57:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03949; Tue, 21 Nov 2000 16:57:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220057.QAA03949@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 16:57:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smbtcpdump pkg-plist ports/misc/splitvt pkg-plist ports/sysutils/star pkg-plist ports/editors/sted pkg-plist ports/security/super pkg-plist ports/sysutils/tcplist pkg-plist ports/net/tcpshow pkg-plist ports/net/telserv pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 16:57:34 PST Modified files: net/smbtcpdump pkg-plist misc/splitvt pkg-plist sysutils/star pkg-plist editors/sted pkg-plist security/super pkg-plist sysutils/tcplist pkg-plist net/tcpshow pkg-plist net/telserv pkg-plist devel/ups-debug pkg-plist textproc/urlview pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.3 +1 -0 ports/net/smbtcpdump/pkg-plist 1.3 +1 -0 ports/misc/splitvt/pkg-plist 1.8 +1 -0 ports/sysutils/star/pkg-plist 1.3 +1 -0 ports/editors/sted/pkg-plist 1.3 +1 -0 ports/security/super/pkg-plist 1.3 +1 -0 ports/sysutils/tcplist/pkg-plist 1.3 +1 -0 ports/net/tcpshow/pkg-plist 1.2 +1 -0 ports/net/telserv/pkg-plist 1.6 +1 -0 ports/devel/ups-debug/pkg-plist 1.3 +1 -0 ports/textproc/urlview/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 Nov 21 18:21:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 355EF37B4C5; Tue, 21 Nov 2000 18:21:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17156; Tue, 21 Nov 2000 18:21:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220221.SAA17156@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 18:21:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnlpr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 18:21:44 PST Modified files: vietnamese/vnlpr pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.3 +1 -0 ports/vietnamese/vnlpr/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 Nov 21 18:22:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5AAA37B4C5; Tue, 21 Nov 2000 18:22:19 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17357; Tue, 21 Nov 2000 18:22:19 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220222.SAA17357@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 18:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/c2t pkg-plist ports/chinese/celvis pkg-plist ports/chinese/cless pkg-plist ports/chinese/cxterm pkg-plist ports/chinese/gb2ps pkg-plist ports/chinese/hc pkg-plist ports/chinese/lunar pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 18:22:19 PST Modified files: chinese/c2t pkg-plist chinese/celvis pkg-plist chinese/cless pkg-plist chinese/cxterm pkg-plist chinese/gb2ps pkg-plist chinese/hc pkg-plist chinese/lunar pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.3 +1 -0 ports/chinese/c2t/pkg-plist 1.3 +1 -0 ports/chinese/celvis/pkg-plist 1.5 +1 -0 ports/chinese/cless/pkg-plist 1.5 +1 -0 ports/chinese/cxterm/pkg-plist 1.2 +1 -0 ports/chinese/gb2ps/pkg-plist 1.3 +1 -0 ports/chinese/hc/pkg-plist 1.3 +1 -0 ports/chinese/lunar/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 Nov 21 18:22:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07FF337B4C5; Tue, 21 Nov 2000 18:22:51 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17635; Tue, 21 Nov 2000 18:22:51 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011220222.SAA17635@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 21 Nov 2000 18:22:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget pkg-plist ports/net/wide-dhcp pkg-plist ports/sysutils/xcpustate pkg-plist ports/mail/xlbiff pkg-plist ports/sysutils/xosview pkg-plist ports/sysutils/xsysstats pkg-plist ports/comms/zmtx-zmrx pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/21 18:22:51 PST Modified files: ftp/wget pkg-plist net/wide-dhcp pkg-plist sysutils/xcpustate pkg-plist mail/xlbiff pkg-plist sysutils/xosview pkg-plist sysutils/xsysstats pkg-plist comms/zmtx-zmrx pkg-plist Log: Add $FreeBSD$, which help me in problem reports. Revision Changes Path 1.8 +1 -0 ports/ftp/wget/pkg-plist 1.8 +1 -0 ports/net/wide-dhcp/pkg-plist 1.3 +1 -0 ports/sysutils/xcpustate/pkg-plist 1.3 +1 -0 ports/mail/xlbiff/pkg-plist 1.3 +1 -0 ports/sysutils/xosview/pkg-plist 1.4 +1 -0 ports/sysutils/xsysstats/pkg-plist 1.3 +1 -0 ports/comms/zmtx-zmrx/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 Nov 21 18:35:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BA637B4CF; Tue, 21 Nov 2000 18:35:43 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19356; Tue, 21 Nov 2000 18:35:43 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011220235.SAA19356@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 21 Nov 2000 18:35:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/mk web.site.mk www/ja revcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/21 18:35:43 PST Modified files: share/mk web.site.mk Removed files: ja revcheck Log: Nuke revcheck script. This script is obsoleted by prehtml. Revision Changes Path 1.36 +2 -15 www/share/mk/web.site.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 18:41:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B611A37B4C5; Tue, 21 Nov 2000 18:41:45 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20299; Tue, 21 Nov 2000 18:41:45 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <200011220241.SAA20299@freefall.freebsd.org> From: Jason Evans Date: Tue, 21 Nov 2000 18:41:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/zile Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/11/21 18:41:45 PST Modified files: editors/zile Makefile distinfo Log: Update to version 1.3. Revision Changes Path 1.3 +2 -2 ports/editors/zile/Makefile 1.3 +1 -1 ports/editors/zile/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:15:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA32737B479; Tue, 21 Nov 2000 19:15:30 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA25797; Tue, 21 Nov 2000 19:15:30 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011220315.TAA25797@freefall.freebsd.org> From: Brian Feldman Date: Tue, 21 Nov 2000 19:15:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/21 19:15:30 PST Modified files: emulators/snes9x/files patch-aa Log: Actually have CFLAGS do something. Previously, the emulator has been compiling with no optimization!! Revision Changes Path 1.11 +2 -2 ports/emulators/snes9x/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:18:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B05F937B4E5; Tue, 21 Nov 2000 19:18:13 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA26939; Tue, 21 Nov 2000 19:18:13 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011220318.TAA26939@freefall.freebsd.org> From: Brian Feldman Date: Tue, 21 Nov 2000 19:18:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/21 19:18:13 PST Added files: emulators/snes9x/files patch-ac Log: Add 2xSaI mode to Snes9X for Unix (X11); using the switch -2xsai, this is a "smarter" stretcher and interpolater by Kreed. It looks better than the -y TV mode :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:18:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDE0937B4D7; Tue, 21 Nov 2000 19:18:33 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA27058; Tue, 21 Nov 2000 19:18:33 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011220318.TAA27058@freefall.freebsd.org> From: Brian Feldman Date: Tue, 21 Nov 2000 19:18:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/21 19:18:33 PST Modified files: emulators/snes9x Makefile Log: Bump the PORTREVISION for a compilation that has optimization and -2xsai. Revision Changes Path 1.23 +2 -2 ports/emulators/snes9x/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:38:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E2BF37B4D7; Tue, 21 Nov 2000 19:38:35 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA30111; Tue, 21 Nov 2000 19:38:35 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011220338.TAA30111@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 21 Nov 2000 19:38:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 DELAY.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/21 19:38:32 PST Added files: share/man/man9 DELAY.9 Log: Document the DELAY() function. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:44:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83EBA37B4CF; Tue, 21 Nov 2000 19:44:56 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA32378; Tue, 21 Nov 2000 19:44:56 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011220344.TAA32378@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 21 Nov 2000 19:44:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/21 19:44:56 PST Modified files: share/man/man9 Makefile Log: Install DELAY(9). Revision Changes Path 1.87 +2 -2 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:45:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF57037B4CF; Tue, 21 Nov 2000 19:45:44 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA32601; Tue, 21 Nov 2000 19:45:44 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011220345.TAA32601@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 21 Nov 2000 19:45:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 DELAY.9 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/21 19:45:44 PST Modified files: (Branch: RELENG_4) share/man/man9 Makefile Added files: (Branch: RELENG_4) share/man/man9 DELAY.9 Log: MFC: DELAY(9) Revision Changes Path 1.60.2.9 +2 -2 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:49:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC0137B479; Tue, 21 Nov 2000 19:49:50 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33828; Tue, 21 Nov 2000 19:49:50 -0800 (PST) (envelope-from murray@FreeBSD.org) Message-Id: <200011220349.TAA33828@freefall.freebsd.org> From: Murray Stokely Date: Tue, 21 Nov 2000 19:49:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil libutil.h property.3 property.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2000/11/21 19:49:50 PST Modified files: (Branch: RELENG_4) lib/libutil libutil.h property.3 property.c Log: MFC: Fix ambiguous handling of empty strings, clarify manpage. Revision Changes Path 1.26.2.3 +4 -1 src/lib/libutil/libutil.h 1.8.2.3 +4 -2 src/lib/libutil/property.3 1.5.6.1 +13 -9 src/lib/libutil/property.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 19:54:21 2000 Delivered-To: cvs-all@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 2990A37B4D7; Tue, 21 Nov 2000 19:54:11 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id OAA29167; Wed, 22 Nov 2000 14:22:48 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 22 Nov 2000 14:22:48 +1030 (CST) From: "Daniel O'Connor" To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c Cc: cg@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Julian Elischer , Maxim Sobolev Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Nov-00 Dag-Erling Smorgrav wrote: > > a way for the app to discover current state of that buffer, so > > usually apps have nothing to do but to keep this buffer filled all > > the time, hoping that it's small enough to mask this delay. > Plus, this applies to *all* sound drivers, not just maestro. Can we > have this backed out? Also, wouldn't the Right Way be to compute the buffer size based on the data rate and the amount of time you can afford.. eg specify the buffer size in milliseconds rather than bytes.. More work to do I know, but it would provide a hard limit on the latency in all cases rather than having to tune the buffering based on what you are playing. (of course it gets more complex with multiple audio streams :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 23:16:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B59437B4CF; Tue, 21 Nov 2000 23:16:52 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA16678; Tue, 21 Nov 2000 23:16:52 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <200011220716.XAA16678@freefall.freebsd.org> From: Doug Rabson Date: Tue, 21 Nov 2000 23:16:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/11/21 23:16:52 PST Modified files: sys/alpha/alpha busdma_machdep.c Log: Protect the bounce page list with a mutex instead of using splhigh(). Revision Changes Path 1.13 +14 -15 src/sys/alpha/alpha/busdma_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 23:42: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B022A37B479; Tue, 21 Nov 2000 23:42:05 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA23631; Tue, 21 Nov 2000 23:42:05 -0800 (PST) (envelope-from jake@FreeBSD.org) Message-Id: <200011220742.XAA23631@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 21 Nov 2000 23:42:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/kern imgact_elf.c init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c kern_resource.c kern_sig.c kern_synch.c vfs_syscalls.c src/sys/sys proc.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/11/21 23:42:04 PST Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/kern imgact_elf.c init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c kern_resource.c kern_sig.c kern_synch.c vfs_syscalls.c sys/sys proc.h sys/vm vm_glue.c vm_meter.c vm_object.c vm_pageout.c Log: Protect the following with a lockmgr lock: allproc zombproc pidhashtbl proc.p_list proc.p_hash nextpid Reviewed by: jhb Obtained from: BSD/OS and netbsd Revision Changes Path 1.45 +10 -1 src/sys/alpha/alpha/pmap.c 1.265 +4 -1 src/sys/i386/i386/pmap.c 1.9 +4 -1 src/sys/ia64/ia64/pmap.c 1.85 +9 -4 src/sys/kern/imgact_elf.c 1.147 +3 -1 src/sys/kern/init_main.c 1.104 +5 -1 src/sys/kern/kern_exit.c 1.84 +9 -7 src/sys/kern/kern_fork.c 1.44 +5 -1 src/sys/kern/kern_ktrace.c 1.76 +13 -4 src/sys/kern/kern_proc.c 1.65 +5 -1 src/sys/kern/kern_resource.c 1.93 +5 -3 src/sys/kern/kern_sig.c 1.110 +3 -1 src/sys/kern/kern_synch.c 1.173 +3 -1 src/sys/kern/vfs_syscalls.c 1.124 +4 -1 src/sys/sys/proc.h 1.101 +5 -1 src/sys/vm/vm_glue.c 1.42 +5 -1 src/sys/vm/vm_meter.c 1.178 +6 -2 src/sys/vm/vm_object.c 1.163 +5 -1 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 23:48:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9408E37B4E5; Tue, 21 Nov 2000 23:48:25 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA24738; Tue, 21 Nov 2000 23:48:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011220748.XAA24738@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 21 Nov 2000 23:48:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/21 23:48:25 PST Modified files: . access Log: Welcome Peter Pentchev to the house of fun. Peter sent me one too many port updates and must now pay the price. Revision Changes Path 1.198 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 21 23:54: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E6037B4C5; Tue, 21 Nov 2000 23:53:56 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26175; Tue, 21 Nov 2000 23:53:56 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011220753.XAA26175@freefall.freebsd.org> From: Kevin Lo Date: Tue, 21 Nov 2000 23:53:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs2/files patch-kdesu_stub.c patch-kcharsets.cpp patch-midfile.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/21 23:53:56 PST Modified files: x11/kdelibs2/files patch-kcharsets.cpp patch-midfile.cc Added files: x11/kdelibs2/files patch-kdesu_stub.c Log: - Fix tmpnam() issue - Fix typo. mkstemps() -> mkstemp() Revision Changes Path 1.2 +4 -7 ports/x11/kdelibs2/files/patch-kcharsets.cpp 1.2 +1 -1 ports/x11/kdelibs2/files/patch-midfile.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 0:11:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91AC237B4D7; Wed, 22 Nov 2000 00:11:08 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32464; Wed, 22 Nov 2000 00:11:08 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011220811.AAA32464@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 22 Nov 2000 00:11:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/22 00:11:08 PST Modified files: en/security security.sgml Log: Update 00:68 and 00:69, add 00:70 through 00:76 Update list of supported releases to include 4.2-R, 4.2-S and 3.5.1-S Revision Changes Path 1.35 +14 -6 www/en/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 Wed Nov 22 0:19:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1E3737B479; Wed, 22 Nov 2000 00:19:15 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA34425; Wed, 22 Nov 2000 00:19:15 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220819.AAA34425@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 00:19:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 get_cyclecounter.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 00:19:15 PST Modified files: share/man/man9 get_cyclecounter.9 Log: mdoc(7) police: minor cleanup. Revision Changes Path 1.2 +6 -5 src/share/man/man9/get_cyclecounter.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 0:39:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA2437B4C5; Wed, 22 Nov 2000 00:39:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40553; Wed, 22 Nov 2000 00:39:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220839.AAA40553@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 00:39:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 src/contrib/groff/tmac tmac.doc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 00:39:18 PST Modified files: share/man/man7 mdoc.samples.7 contrib/groff/tmac tmac.doc Log: Make An macro understand two special arguments, -nosplit and -split. See the mdoc.samples(7) manpage for details. Reviewed by: sheldonh Revision Changes Path 1.39 +18 -1 src/share/man/man7/mdoc.samples.7 1.9 +10 -8 src/contrib/groff/tmac/tmac.doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 0:47:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 288EA37B479; Wed, 22 Nov 2000 00:47:39 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42310; Wed, 22 Nov 2000 00:47:39 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220847.AAA42310@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 00:47:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias libalias.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 00:47:38 PST Modified files: lib/libalias libalias.3 Log: mdoc(7) police: use the new feature of the An macro. Revision Changes Path 1.36 +15 -25 src/lib/libalias/libalias.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 0:52: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id EFE6E37B4CF; Wed, 22 Nov 2000 00:51:48 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eAM8phJ28102; Wed, 22 Nov 2000 10:51:43 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200011220851.eAM8phJ28102@gratis.grondar.za> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 get_cyclecounter.9 References: <200011220819.AAA34425@freefall.freebsd.org> In-Reply-To: <200011220819.AAA34425@freefall.freebsd.org> ; from Ruslan Ermilov "Wed, 22 Nov 2000 00:19:15 PST." Date: Wed, 22 Nov 2000 10:51:43 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > mdoc(7) police: minor cleanup. Thanks! :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:22:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AE3A37B4C5; Wed, 22 Nov 2000 01:22:41 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49437; Wed, 22 Nov 2000 01:22:41 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220922.BAA49437@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:22:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:22:41 PST Modified files: bin/chio chio.1 Log: log Revision Changes Path 1.16 +5 -3 src/bin/chio/chio.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:23:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A7137B4C5; Wed, 22 Nov 2000 01:23:12 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49508; Wed, 22 Nov 2000 01:23:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220923.BAA49508@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:23:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:23:12 PST Modified files: gnu/usr.bin/tar tar.1 Log: log Revision Changes Path 1.26 +5 -2 src/gnu/usr.bin/tar/tar.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:23:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06C4B37B4C5; Wed, 22 Nov 2000 01:23:55 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49763; Wed, 22 Nov 2000 01:23:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220923.BAA49763@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:23:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getvfsent.3 setproctitle.3 src/lib/libc/sys aio_cancel.2 rtprio.2 src/lib/libcrypt crypt.3 src/lib/libdisk libdisk.3 src/lib/libedit editline.3 editrc.5 src/lib/libfetch fetch.3 src/lib/libpam/modules/pam_radius ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:23:54 PST Modified files: lib/libc/gen getvfsent.3 setproctitle.3 lib/libc/sys aio_cancel.2 rtprio.2 lib/libcrypt crypt.3 lib/libdisk libdisk.3 lib/libedit editline.3 editrc.5 lib/libfetch fetch.3 lib/libpam/modules/pam_radius pam_radius.8 Log: log Revision Changes Path 1.20 +2 -1 src/lib/libc/gen/getvfsent.3 1.17 +2 -1 src/lib/libc/gen/setproctitle.3 1.12 +2 -1 src/lib/libc/sys/aio_cancel.2 1.16 +2 -1 src/lib/libc/sys/rtprio.2 1.10 +4 -3 src/lib/libcrypt/crypt.3 1.16 +6 -4 src/lib/libdisk/libdisk.3 1.11 +2 -1 src/lib/libedit/editline.3 1.6 +2 -1 src/lib/libedit/editrc.5 1.30 +3 -2 src/lib/libfetch/fetch.3 1.4 +2 -1 src/lib/libpam/modules/pam_radius/pam_radius.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:25:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D516C37B4CF; Wed, 22 Nov 2000 01:25:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA50069; Wed, 22 Nov 2000 01:25:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220925.BAA50069@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:25:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ip6fw ip6fw.8 src/sbin/ipfw ipfw.8 src/sbin/nos-tun nos-tun.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:25:48 PST Modified files: sbin/ip6fw ip6fw.8 sbin/ipfw ipfw.8 sbin/nos-tun nos-tun.8 Log: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.6 +3 -1 src/sbin/ip6fw/ip6fw.8 1.75 +3 -2 src/sbin/ipfw/ipfw.8 1.8 +2 -1 src/sbin/nos-tun/nos-tun.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:29:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C65837B4CF; Wed, 22 Nov 2000 01:29:40 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA50877; Wed, 22 Nov 2000 01:29:40 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220929.BAA50877@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:29:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 adv.4 adw.4 aha.4 amr.4 ata.4 atkbd.4 awi.4 bktr.4 bpf.4 bt.4 ch.4 de.4 dpt.4 fxp.4 intro.4 mlx.4 mly.4 netgraph.4 pcvt.4 psm.4 scsi.4 si.4 splash.4 sppp.4 sym.4 syscons.4 sysmouse.4 udbp.4 ukbd.4 umass.4 ums.4 urio.4 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:29:40 PST Modified files: share/man/man4 adv.4 adw.4 aha.4 amr.4 ata.4 atkbd.4 awi.4 bktr.4 bpf.4 bt.4 ch.4 de.4 dpt.4 fxp.4 intro.4 mlx.4 mly.4 netgraph.4 pcvt.4 psm.4 scsi.4 si.4 splash.4 sppp.4 sym.4 syscons.4 sysmouse.4 udbp.4 ukbd.4 umass.4 ums.4 urio.4 uscanner.4 vga.4 worm.4 share/man/man4/man4.i386 ar.4 asr.4 cs.4 ex.4 ie.4 le.4 lnc.4 mcd.4 pnp.4 sb.4 scd.4 sr.4 vx.4 share/man/man5 fdesc.5 kernfs.5 linprocfs.5 procfs.5 share/man/man7 clocks.7 ports.7 share/man/man8 picobsd.8 share/man/man9 BUS_SETUP_INTR.9 CONDSPLASSERT.9 bus_alloc_resource.9 cd.9 devfs_add_devswf.9 sleep.9 Log: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.10 +2 -1 src/share/man/man4/adv.4 1.7 +2 -1 src/share/man/man4/adw.4 1.12 +3 -2 src/share/man/man4/aha.4 1.11 +2 -1 src/share/man/man4/amr.4 1.11 +2 -1 src/share/man/man4/ata.4 1.16 +2 -1 src/share/man/man4/atkbd.4 1.3 +2 -1 src/share/man/man4/awi.4 1.12 +3 -2 src/share/man/man4/bktr.4 1.24 +2 -1 src/share/man/man4/bpf.4 1.11 +2 -1 src/share/man/man4/bt.4 1.22 +4 -2 src/share/man/man4/ch.4 1.11 +2 -1 src/share/man/man4/de.4 1.6 +2 -1 src/share/man/man4/dpt.4 1.13 +2 -1 src/share/man/man4/fxp.4 1.15 +2 -1 src/share/man/man4/intro.4 1.10 +2 -2 src/share/man/man4/mlx.4 1.5 +2 -2 src/share/man/man4/mly.4 1.14 +2 -1 src/share/man/man4/netgraph.4 1.28 +4 -3 src/share/man/man4/pcvt.4 1.31 +2 -1 src/share/man/man4/psm.4 1.21 +2 -2 src/share/man/man4/scsi.4 1.23 +2 -1 src/share/man/man4/si.4 1.17 +2 -1 src/share/man/man4/splash.4 1.11 +2 -1 src/share/man/man4/sppp.4 1.6 +2 -1 src/share/man/man4/sym.4 1.18 +2 -1 src/share/man/man4/syscons.4 1.16 +2 -1 src/share/man/man4/sysmouse.4 1.9 +2 -1 src/share/man/man4/udbp.4 1.17 +2 -1 src/share/man/man4/ukbd.4 1.19 +2 -1 src/share/man/man4/umass.4 1.15 +2 -1 src/share/man/man4/ums.4 1.4 +3 -2 src/share/man/man4/urio.4 1.3 +2 -1 src/share/man/man4/uscanner.4 1.14 +2 -1 src/share/man/man4/vga.4 1.22 +2 -1 src/share/man/man4/worm.4 1.21 +2 -1 src/share/man/man4/man4.i386/ar.4 1.4 +2 -1 src/share/man/man4/man4.i386/asr.4 1.9 +2 -1 src/share/man/man4/man4.i386/cs.4 1.12 +2 -1 src/share/man/man4/man4.i386/ex.4 1.14 +2 -1 src/share/man/man4/man4.i386/ie.4 1.12 +2 -1 src/share/man/man4/man4.i386/le.4 1.14 +3 -2 src/share/man/man4/man4.i386/lnc.4 1.12 +4 -3 src/share/man/man4/man4.i386/mcd.4 1.7 +2 -1 src/share/man/man4/man4.i386/pnp.4 1.11 +2 -1 src/share/man/man4/man4.i386/sb.4 1.11 +2 -1 src/share/man/man4/man4.i386/scd.4 1.18 +4 -2 src/share/man/man4/man4.i386/sr.4 1.13 +2 -1 src/share/man/man4/man4.i386/vx.4 1.9 +2 -1 src/share/man/man5/fdesc.5 1.10 +2 -1 src/share/man/man5/kernfs.5 1.5 +2 -1 src/share/man/man5/linprocfs.5 1.17 +2 -1 src/share/man/man5/procfs.5 1.13 +2 -1 src/share/man/man7/clocks.7 1.19 +2 -1 src/share/man/man7/ports.7 1.5 +2 -1 src/share/man/man8/picobsd.8 1.2 +2 -1 src/share/man/man9/BUS_SETUP_INTR.9 1.9 +2 -1 src/share/man/man9/CONDSPLASSERT.9 1.5 +3 -2 src/share/man/man9/bus_alloc_resource.9 1.13 +2 -1 src/share/man/man9/cd.9 1.14 +2 -1 src/share/man/man9/devfs_add_devswf.9 1.26 +2 -1 src/share/man/man9/sleep.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:33:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A382437B479; Wed, 22 Nov 2000 01:33:27 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51523; Wed, 22 Nov 2000 01:33:27 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220933.BAA51523@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:33:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 src/usr.bin/file file.1 src/usr.bin/gencat gencat.1 src/usr.bin/keyinfo keyinfo.1 src/usr.bin/killall killall.1 src/usr.bin/objformat objformat.1 src/usr.bin/uac uac.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:33:25 PST Modified files: usr.bin/fetch fetch.1 usr.bin/file file.1 usr.bin/gencat gencat.1 usr.bin/keyinfo keyinfo.1 usr.bin/killall killall.1 usr.bin/objformat objformat.1 usr.bin/uac uac.1 Log: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.42 +2 -1 src/usr.bin/fetch/fetch.1 1.19 +2 -1 src/usr.bin/file/file.1 1.5 +4 -3 src/usr.bin/gencat/gencat.1 1.11 +2 -1 src/usr.bin/keyinfo/keyinfo.1 1.15 +2 -1 src/usr.bin/killall/killall.1 1.5 +2 -1 src/usr.bin/objformat/objformat.1 1.7 +2 -1 src/usr.bin/uac/uac.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:35:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91DD937B4E5; Wed, 22 Nov 2000 01:35:43 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51842; Wed, 22 Nov 2000 01:35:43 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011220935.BAA51842@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 22 Nov 2000 01:35:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/fxtv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/11/22 01:35:42 PST Modified files: graphics/fxtv Makefile Log: Fetch the source from MASTER_SITE_LOCAL to lower the loading on freefall. Revision Changes Path 1.32 +3 -2 ports/graphics/fxtv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:36: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3768C37B4D7; Wed, 22 Nov 2000 01:35:59 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52192; Wed, 22 Nov 2000 01:35:59 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220935.BAA52192@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:35:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fdformat fdformat.1 src/usr.sbin/i4b/dtmfdecode dtmfdecode.1 src/usr.sbin/i4b/isdnd isdnd.rates.5 isdnd.rc.5 src/usr.sbin/i4b/isdnmonitor isdnmonitor.8 src/usr.sbin/i4b/isdntrace isdntrace.8 src/usr.sbin/i4b/man i4bisppp.4 ifpi.4 ifpnp.4 ihfc.4 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:35:59 PST Modified files: usr.sbin/fdformat fdformat.1 usr.sbin/i4b/dtmfdecode dtmfdecode.1 usr.sbin/i4b/isdnd isdnd.rates.5 isdnd.rc.5 usr.sbin/i4b/isdnmonitor isdnmonitor.8 usr.sbin/i4b/isdntrace isdntrace.8 usr.sbin/i4b/man i4bisppp.4 ifpi.4 ifpnp.4 ihfc.4 isic.4 iwic.4 usr.sbin/mixer mixer.8 usr.sbin/moused moused.8 usr.sbin/mrouted mtrace.8 usr.sbin/pccard/pccardc pccardc.8 usr.sbin/pciconf pciconf.8 usr.sbin/rarpd rarpd.8 usr.sbin/raycontrol raycontrol.8 usr.sbin/rtprio rtprio.1 usr.sbin/usbd usbd.8 usr.sbin/ypserv ypinit.8 Log: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.21 +2 -1 src/usr.sbin/fdformat/fdformat.1 1.8 +4 -6 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 1.12 +4 -11 src/usr.sbin/i4b/isdnd/isdnd.rates.5 1.15 +13 -108 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.12 +4 -9 src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 1.14 +4 -12 src/usr.sbin/i4b/isdntrace/isdntrace.8 1.11 +9 -8 src/usr.sbin/i4b/man/i4bisppp.4 1.3 +4 -5 src/usr.sbin/i4b/man/ifpi.4 1.3 +4 -3 src/usr.sbin/i4b/man/ifpnp.4 1.3 +4 -3 src/usr.sbin/i4b/man/ihfc.4 1.11 +6 -6 src/usr.sbin/i4b/man/isic.4 1.3 +3 -4 src/usr.sbin/i4b/man/iwic.4 1.13 +2 -1 src/usr.sbin/mixer/mixer.8 1.32 +2 -1 src/usr.sbin/moused/moused.8 1.15 +2 -1 src/usr.sbin/mrouted/mtrace.8 1.12 +2 -1 src/usr.sbin/pccard/pccardc/pccardc.8 1.11 +2 -1 src/usr.sbin/pciconf/pciconf.8 1.13 +2 -1 src/usr.sbin/rarpd/rarpd.8 1.3 +7 -8 src/usr.sbin/raycontrol/raycontrol.8 1.22 +2 -1 src/usr.sbin/rtprio/rtprio.1 1.12 +2 -2 src/usr.sbin/usbd/usbd.8 1.9 +2 -1 src/usr.sbin/ypserv/ypinit.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:47: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D93B37B479; Wed, 22 Nov 2000 01:47:06 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54796; Wed, 22 Nov 2000 01:47:06 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220947.BAA54796@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:47:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:47:05 PST Modified files: bin/chio chio.1 Log: (null commit) Previous commit has wrong log message. The correct one is: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.17 +1 -1 src/bin/chio/chio.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:48:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C227F37B4D7; Wed, 22 Nov 2000 01:48:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55677; Wed, 22 Nov 2000 01:48:28 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220948.BAA55677@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:48:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:48:28 PST Modified files: gnu/usr.bin/tar tar.1 Log: (null commit) Previous commit has wrong log message. The correct one is: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.27 +1 -1 src/gnu/usr.bin/tar/tar.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:49:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E9337B4C5; Wed, 22 Nov 2000 01:49:42 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56049; Wed, 22 Nov 2000 01:49:42 -0800 (PST) (envelope-from roam@FreeBSD.org) Message-Id: <200011220949.BAA56049@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 22 Nov 2000 01:49:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/11/22 01:49:42 PST Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml en/news newsflash.sgml Log: cmsg Revision Changes Path 1.132 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.339 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.177 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml 1.222 +5 -2 www/en/news/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 Nov 22 1:50:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 414C437B4CF; Wed, 22 Nov 2000 01:50:52 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56713; Wed, 22 Nov 2000 01:50:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011220950.BAA56713@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 01:50:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getvfsent.3 setproctitle.3 src/lib/libc/sys aio_cancel.2 rtprio.2 src/lib/libcrypt crypt.3 src/lib/libdisk libdisk.3 src/lib/libedit editline.3 editrc.5 src/lib/libfetch fetch.3 src/lib/libpam/modules/pam_radius ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 01:50:43 PST Modified files: lib/libc/gen getvfsent.3 setproctitle.3 lib/libc/sys aio_cancel.2 rtprio.2 lib/libcrypt crypt.3 lib/libdisk libdisk.3 lib/libedit editline.3 editrc.5 lib/libfetch fetch.3 lib/libpam/modules/pam_radius pam_radius.8 Log: (null commit) Previous commit has wrong log message. The correct one is: mdoc(7) police: do not split author names in the AUTHORS section. Revision Changes Path 1.21 +1 -1 src/lib/libc/gen/getvfsent.3 1.18 +1 -1 src/lib/libc/gen/setproctitle.3 1.13 +1 -1 src/lib/libc/sys/aio_cancel.2 1.17 +1 -1 src/lib/libc/sys/rtprio.2 1.11 +1 -1 src/lib/libcrypt/crypt.3 1.17 +1 -1 src/lib/libdisk/libdisk.3 1.12 +1 -1 src/lib/libedit/editline.3 1.7 +1 -1 src/lib/libedit/editrc.5 1.31 +1 -1 src/lib/libfetch/fetch.3 1.5 +1 -1 src/lib/libpam/modules/pam_radius/pam_radius.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 1:54: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C457137B4CF; Wed, 22 Nov 2000 01:53:58 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA58040; Wed, 22 Nov 2000 01:53:58 -0800 (PST) (envelope-from roam@FreeBSD.org) Message-Id: <200011220953.BAA58040@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 22 Nov 2000 01:53:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/11/22 01:53:58 PST Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml en/news newsflash.sgml Log: Traditional first commit: add my authors entry, remove myself from contributors, add myself to committers. Blame it all on Kris Kennaway, who was crazy enough to offer to take me under his wing :) Reviewed by: kris Revision Changes Path 1.133 +1 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.340 +1 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.178 +1 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml 1.223 +2 -2 www/en/news/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 Nov 22 2: 0: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C13DB37B4CF; Wed, 22 Nov 2000 02:00:03 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59402; Wed, 22 Nov 2000 02:00:03 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011221000.CAA59402@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 22 Nov 2000 02:00:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/22 02:00:03 PST Modified files: ja/security security.sgml Log: Changes in the English version are merged (1.34 -> 1.35). Revision Changes Path 1.23 +15 -7 www/ja/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 Wed Nov 22 2: 1:10 2000 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (pool24-tch-1.Sofia.0rbitel.net [212.95.170.24]) by hub.freebsd.org (Postfix) with SMTP id 3770837B4E5 for ; Wed, 22 Nov 2000 02:01:04 -0800 (PST) Received: (qmail 1226 invoked by uid 1000); 22 Nov 2000 10:00:40 -0000 Date: Wed, 22 Nov 2000 12:00:40 +0200 From: Peter Pentchev To: cvs-committers@freebsd.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml www/en/news newsflash.sgml Message-ID: <20001122120040.A1197@ringworld.oblivion.bg> Mail-Followup-To: cvs-committers@freebsd.org, cvs-all@FreeBSD.org References: <200011220953.BAA58040@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011220953.BAA58040@freefall.freebsd.org>; from roam@FreeBSD.org on Wed, Nov 22, 2000 at 01:53:58AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 22, 2000 at 01:53:58AM -0800, Peter Pentchev wrote: > roam 2000/11/22 01:53:58 PST > > Modified files: > en_US.ISO_8859-1/books/handbook authors.ent > en_US.ISO_8859-1/books/handbook/contrib chapter.sgml > en_US.ISO_8859-1/books/handbook/staff chapter.sgml > en/news newsflash.sgml > Log: > Traditional first commit: add my authors entry, remove myself from contributors, > add myself to committers. Blame it all on Kris Kennaway, who was crazy enough > to offer to take me under his wing :) > > Reviewed by: kris Yes, this was a forced commit. Ain't it fun - I *did* mess up my very first commit :) G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 2:20:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4879F37B4C5; Wed, 22 Nov 2000 02:20:15 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63874; Wed, 22 Nov 2000 02:20:15 -0800 (PST) (envelope-from roam@FreeBSD.org) Message-Id: <200011221020.CAA63874@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 22 Nov 2000 02:20:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/makedepend Makefile ports/games/nethack Makefile ports/misc/bogosort Makefile ports/net/ghtool Makefile ports/net/tcpcat Makefile ports/security/mhash Makefile ports/sysutils/pslist Makefile ports/textproc/texi2html Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/11/22 02:20:14 PST Modified files: devel/makedepend Makefile games/nethack Makefile misc/bogosort Makefile net/ghtool Makefile net/tcpcat Makefile security/mhash Makefile sysutils/pslist Makefile textproc/texi2html Makefile www/cgihtml Makefile Log: update my email address - roam@orbitel.bg -> roam@FreeBSD.org Revision Changes Path 1.7 +2 -2 ports/devel/makedepend/Makefile 1.27 +2 -2 ports/games/nethack/Makefile 1.2 +2 -2 ports/misc/bogosort/Makefile 1.2 +2 -2 ports/net/ghtool/Makefile 1.2 +2 -2 ports/net/tcpcat/Makefile 1.12 +2 -2 ports/security/mhash/Makefile 1.2 +2 -2 ports/sysutils/pslist/Makefile 1.9 +2 -2 ports/textproc/texi2html/Makefile 1.11 +2 -2 ports/www/cgihtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 2:26:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC96637B4CF; Wed, 22 Nov 2000 02:26:10 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64623; Wed, 22 Nov 2000 02:26:10 -0800 (PST) (envelope-from murray@FreeBSD.org) Message-Id: <200011221026.CAA64623@freefall.freebsd.org> From: Murray Stokely Date: Wed, 22 Nov 2000 02:26:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms Makefile ia64.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2000/11/22 02:26:10 PST Added files: en/platforms Makefile ia64.sgml Log: Import FreeBSD/IA64 Project page into CVS Approved by: jkh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3: 1:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D03E837B4CF; Wed, 22 Nov 2000 03:01:42 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68945; Wed, 22 Nov 2000 03:01:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011221101.DAA68945@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 22 Nov 2000 03:01:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/tnef Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/22 03:01:42 PST Modified files: converters/tnef Makefile distinfo Log: Upgrade to tnef 0.15 Reviewed by: maintainer Revision Changes Path 1.2 +2 -2 ports/converters/tnef/Makefile 1.2 +1 -1 ports/converters/tnef/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3: 5:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D31337B479; Wed, 22 Nov 2000 03:05:52 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71196; Wed, 22 Nov 2000 03:05:52 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011221105.DAA71196@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 22 Nov 2000 03:05:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh mkbuiltins mktokens X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/22 03:05:51 PST Modified files: bin/sh mkbuiltins mktokens Log: Use secure temporary filenames during build. Audited by: markm, cracauer Revision Changes Path 1.9 +2 -2 src/bin/sh/mkbuiltins 1.7 +9 -8 src/bin/sh/mktokens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3: 9:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 038F237B4C5; Wed, 22 Nov 2000 03:09:31 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72637; Wed, 22 Nov 2000 03:09:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011221109.DAA72637@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 22 Nov 2000 03:09:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 main.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/22 03:09:30 PST Modified files: usr.bin/m4 main.c pathnames.h Log: Create temporary files in a secure directory, instead of using multiple filenames based on a single invocation of mktemp() in /tmp, which is easily predictable after the first one. Audited by: markm Revision Changes Path 1.8 +5 -2 src/usr.bin/m4/main.c 1.2 +4 -2 src/usr.bin/m4/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:19:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24F6337B4CF; Wed, 22 Nov 2000 03:19:37 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA74094; Wed, 22 Nov 2000 03:19:37 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011221119.DAA74094@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 22 Nov 2000 03:19:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs README.softupdates X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/22 03:19:36 PST Modified files: (Branch: RELENG_3) sys/ufs/ffs README.softupdates Log: MFC: Update to reflect that softupdates is no longer in sys/contrib. Also update copyright notice. Revision Changes Path 1.4.2.4 +3 -17 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 Wed Nov 22 3:26: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 0DE7937B4CF; Wed, 22 Nov 2000 03:25:57 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eAMBPt758927; Wed, 22 Nov 2000 12:25:55 +0100 (CET) (envelope-from asmodai) Date: Wed, 22 Nov 2000 12:25:55 +0100 From: Jeroen Ruigrok van der Werven To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 mdoc.samples.7 src/contrib/groff/tmac tmac.doc Message-ID: <20001122122555.G56829@lucifer.bart.nl> References: <200011220839.AAA40553@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011220839.AAA40553@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, Nov 22, 2000 at 12:39:18AM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001122 09:40], Ruslan Ermilov (ru@FreeBSD.org) wrote: > Modified files: > share/man/man7 mdoc.samples.7 > contrib/groff/tmac tmac.doc > Log: > Make An macro understand two special arguments, -nosplit > and -split. See the mdoc.samples(7) manpage for details. I assume you meant in your subsequent commits that split AUTHORS is: .An blah Aq blah@blah.org , .An bleh Aq bleh@bleh.org Yes? If so, why don't we want to split that? -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 I've come a long way from where I started, but I am not even close to where I'm going... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:33:18 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 1A71E37B4C5; Wed, 22 Nov 2000 03:33:12 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13yY94-0000xr-00; Wed, 22 Nov 2000 13:32:58 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id NAA10627; Wed, 22 Nov 2000 13:33:07 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 10583; Wed Nov 22 13:32:51 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13yY8x-0009NL-00; Wed, 22 Nov 2000 13:32:51 +0200 From: Sheldon Hearn To: Jeroen Ruigrok van der Werven Cc: Ruslan Ermilov , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man7 mdoc.samples.7 src/contrib/groff/tmac tmac.doc In-reply-to: Your message of "Wed, 22 Nov 2000 12:25:55 +0100." <20001122122555.G56829@lucifer.bart.nl> Date: Wed, 22 Nov 2000 13:32:51 +0200 Message-ID: <36042.974892771@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 22 Nov 2000 12:25:55 +0100, Jeroen Ruigrok van der Werven wrote: > > Log: > > Make An macro understand two special arguments, -nosplit > > and -split. See the mdoc.samples(7) manpage for details. > > I assume you meant in your subsequent commits that split AUTHORS is: > > .An blah Aq blah@blah.org , > .An bleh Aq bleh@bleh.org > > Yes? No. The subsequent commits _use_ -nosplit so that we don't end up with the awful rendering we had before, where each author name would generate a newline. This is explained in the delta to the manual page, which the commit message did mention. :-) Cia,o Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:34:38 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 938FB37B4C5; Wed, 22 Nov 2000 03:34:31 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eAMBYIL49013; Wed, 22 Nov 2000 13:34:18 +0200 (EET) (envelope-from ru) Date: Wed, 22 Nov 2000 13:34:18 +0200 From: Ruslan Ermilov To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 mdoc.samples.7 src/contrib/groff/tmac tmac.doc Message-ID: <20001122133418.A48287@sunbay.com> Mail-Followup-To: Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200011220839.AAA40553@freefall.freebsd.org> <20001122122555.G56829@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001122122555.G56829@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Wed, Nov 22, 2000 at 12:25:55PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 22, 2000 at 12:25:55PM +0100, Jeroen Ruigrok van der Werven wrote: > -On [20001122 09:40], Ruslan Ermilov (ru@FreeBSD.org) wrote: > > Modified files: > > share/man/man7 mdoc.samples.7 > > contrib/groff/tmac tmac.doc > > Log: > > Make An macro understand two special arguments, -nosplit > > and -split. See the mdoc.samples(7) manpage for details. > > I assume you meant in your subsequent commits that split AUTHORS is: > > .An blah Aq blah@blah.org , > .An bleh Aq bleh@bleh.org > > Yes? > Nope, not exactly. I meant we don't want to split the author names if there are more than one author, and their names are used in real sentences. Take a look at the AUTHORS section of the following pages: fetch(1), tar(1), objformat(1), for example. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:37:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9410037B4C5; Wed, 22 Nov 2000 03:37:46 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA76286; Wed, 22 Nov 2000 03:37:46 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011221137.DAA76286@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 22 Nov 2000 03:37:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/22 03:37:46 PST Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Remove 'Version required:' line from the sample Makefile. Add example of constructing PORTVERSION for release candidates (rc). Approved by: sobomax (content) Revision Changes Path 1.133 +12 -5 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:44:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D215C37B4C5; Wed, 22 Nov 2000 03:44:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA77123; Wed, 22 Nov 2000 03:44:55 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221144.DAA77123@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 03:44:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo pkg-plist ports/mail/postfix-current/files patch-bb patch-bc patch-bm patch-bo patch-bp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 03:44:55 PST Modified files: mail/postfix-current Makefile distinfo pkg-plist mail/postfix-current/files patch-bb patch-bc patch-bm patch-bo patch-bp Log: - Add TLS support which includes SSL; - add sample-flush.cf to pkg-plist; - update to 20001121. PR: 22962 Submitted by: maintainer Revision Changes Path 1.32 +17 -4 ports/mail/postfix-current/Makefile 1.13 +2 -1 ports/mail/postfix-current/distinfo 1.12 +3 -0 ports/mail/postfix-current/pkg-plist 1.3 +20 -20 ports/mail/postfix-current/files/patch-bb 1.3 +20 -20 ports/mail/postfix-current/files/patch-bc 1.2 +20 -20 ports/mail/postfix-current/files/patch-bm 1.2 +20 -20 ports/mail/postfix-current/files/patch-bo 1.2 +43 -20 ports/mail/postfix-current/files/patch-bp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:51:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1250237B4CF; Wed, 22 Nov 2000 03:51:22 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA77854; Wed, 22 Nov 2000 03:51:22 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011221151.DAA77854@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 22 Nov 2000 03:51:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp-manual-html distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/22 03:51:21 PST Modified files: graphics/gimp-manual-html distinfo Log: Urm, the postscript distfile changed again. Or I was dreaming. Anyway, this is the correct checksum. (And I have a package to prove it!) Revision Changes Path 1.4 +1 -1 ports/graphics/gimp-manual-html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 3:55:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BEAD37B4D7; Wed, 22 Nov 2000 03:55:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78276; Wed, 22 Nov 2000 03:55:19 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221155.DAA78276@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 03:55:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkextra Makefile distinfo pkg-plist ports/x11-toolkits/gtkextra/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 03:55:19 PST Modified files: x11-toolkits/gtkextra Makefile distinfo pkg-plist x11-toolkits/gtkextra/files patch-aa Log: Update to 0.99.12. Revision Changes Path 1.5 +4 -3 ports/x11-toolkits/gtkextra/Makefile 1.3 +1 -1 ports/x11-toolkits/gtkextra/distinfo 1.3 +11 -1 ports/x11-toolkits/gtkextra/pkg-plist 1.3 +3 -3 ports/x11-toolkits/gtkextra/files/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 Nov 22 3:56:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9228537B4CF; Wed, 22 Nov 2000 03:56:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78472; Wed, 22 Nov 2000 03:56:20 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221156.DAA78472@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 03:56:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkextra-- Makefile ports/audio/snd Makefile ports/math/scigraphica Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 03:56:20 PST Modified files: x11-toolkits/gtkextra-- Makefile audio/snd Makefile math/scigraphica Makefile Log: Update version number of gtkextra shared library. Revision Changes Path 1.4 +2 -2 ports/x11-toolkits/gtkextra--/Makefile 1.3 +2 -2 ports/audio/snd/Makefile 1.6 +2 -2 ports/math/scigraphica/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 4:59: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8476037B4D7; Wed, 22 Nov 2000 04:58:55 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA90715; Wed, 22 Nov 2000 04:58:55 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221258.EAA90715@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 04:58:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man3 sysexits.3 src/share/man/man4 atkbd.4 atkbdc.4 bridge.4 ccd.4 dummynet.4 iicbus.4 ip.4 ip6.4 ipfirewall.4 lp.4 psm.4 splash.4 syscons.4 vga.4 vinum.4 vn.4 xl.4 src/share/man/man4/man4.i386 ar.4 src/share/man/man5 fstab.5 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 04:58:55 PST Modified files: (Branch: RELENG_4) share/man/man3 sysexits.3 share/man/man4 atkbd.4 atkbdc.4 bridge.4 ccd.4 dummynet.4 iicbus.4 ip.4 ip6.4 ipfirewall.4 lp.4 psm.4 splash.4 syscons.4 vga.4 vinum.4 vn.4 xl.4 share/man/man4/man4.i386 ar.4 share/man/man5 fstab.5 hosts.lpd.5 mailer.conf.5 periodic.conf.5 share/man/man9 accf_data.9 accf_http.9 acl.9 copy.9 extattr.9 fetch.9 store.9 sysctl_add_oid.9 Log: MFC: typo fixes, remove periods from SEE ALSO. Revision Changes Path 1.5.2.1 +2 -2 src/share/man/man3/sysexits.3 1.12.2.1 +2 -2 src/share/man/man4/atkbd.4 1.9.2.1 +2 -2 src/share/man/man4/atkbdc.4 1.6.2.2 +2 -2 src/share/man/man4/bridge.4 1.11.2.1 +2 -2 src/share/man/man4/ccd.4 1.4.2.3 +2 -2 src/share/man/man4/dummynet.4 1.7.2.1 +4 -4 src/share/man/man4/iicbus.4 1.13.2.1 +2 -2 src/share/man/man4/ip.4 1.1.2.1 +2 -2 src/share/man/man4/ip6.4 1.19.2.2 +2 -2 src/share/man/man4/ipfirewall.4 1.5.2.1 +2 -2 src/share/man/man4/lp.4 1.24.2.2 +3 -3 src/share/man/man4/psm.4 1.9.2.2 +2 -2 src/share/man/man4/splash.4 1.10.2.5 +2 -2 src/share/man/man4/syscons.4 1.7.2.4 +2 -2 src/share/man/man4/vga.4 1.22.2.2 +2 -2 src/share/man/man4/vinum.4 1.6.2.1 +2 -2 src/share/man/man4/vn.4 1.11.2.2 +2 -2 src/share/man/man4/xl.4 1.17.2.1 +2 -2 src/share/man/man4/man4.i386/ar.4 1.11.2.1 +2 -2 src/share/man/man5/fstab.5 1.4.2.1 +2 -2 src/share/man/man5/hosts.lpd.5 1.1.1.1.2.3 +2 -2 src/share/man/man5/mailer.conf.5 1.8.2.7 +6 -6 src/share/man/man5/periodic.conf.5 1.1.2.2 +3 -3 src/share/man/man9/accf_data.9 1.1.2.2 +6 -6 src/share/man/man9/accf_http.9 1.2.2.1 +2 -2 src/share/man/man9/acl.9 1.6.2.1 +2 -2 src/share/man/man9/copy.9 1.1.2.1 +2 -2 src/share/man/man9/extattr.9 1.6.2.1 +2 -2 src/share/man/man9/fetch.9 1.7.2.1 +2 -2 src/share/man/man9/store.9 1.3.2.2 +2 -2 src/share/man/man9/sysctl_add_oid.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:25:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 323D837B4D7; Wed, 22 Nov 2000 05:25:12 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA96683; Wed, 22 Nov 2000 05:25:12 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221325.FAA96683@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 05:25:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 05:25:11 PST Modified files: (Branch: RELENG_4) contrib/groff/tmac doc-common Log: MFC: add an entry for libcompat for the .Lb macro. Revision Changes Path 1.21.2.12 +2 -1 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:28: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6F0837B4CF; Wed, 22 Nov 2000 05:28:02 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97256; Wed, 22 Nov 2000 05:28:02 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221328.FAA97256@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 05:28:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 05:28:02 PST Modified files: (Branch: RELENG_4) share/man/man7 mdoc.samples.7 Log: MFC: document .Lb libcompat. Revision Changes Path 1.28.2.7 +3 -1 src/share/man/man7/mdoc.samples.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:31: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A32F37B4D7; Wed, 22 Nov 2000 05:31:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97720; Wed, 22 Nov 2000 05:31:02 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221331.FAA97720@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 05:31:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 lock.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 05:31:01 PST Modified files: share/man/man9 lock.9 Log: mdoc(7) police: add the missing and required .Dd macro call. Revision Changes Path 1.2 +2 -1 src/share/man/man9/lock.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:32:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA7F037B4CF; Wed, 22 Nov 2000 05:32:20 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98020; Wed, 22 Nov 2000 05:32:20 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221332.FAA98020@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 05:32:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcompat/4.1 cftime.3 ftime.3 getpw.3 stty.3 src/lib/libcompat/4.3 cfree.3 insque.3 lsearch.3 re_comp.3 rexec.3 rexec.c src/lib/libcompat/4.4 cuserid.3 src/lib/libcompat/regexp regexp.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 05:32:20 PST Modified files: (Branch: RELENG_4) lib/libcompat/4.1 cftime.3 ftime.3 getpw.3 stty.3 lib/libcompat/4.3 cfree.3 insque.3 lsearch.3 re_comp.3 rexec.3 rexec.c lib/libcompat/4.4 cuserid.3 lib/libcompat/regexp regexp.3 Log: MFC: use .Lb libcompat in favour of text saying "this is available from libcompat", and various other cleanups. Revision Changes Path 1.6.2.1 +16 -11 src/lib/libcompat/4.1/cftime.3 1.6.2.1 +3 -3 src/lib/libcompat/4.1/ftime.3 1.5.2.1 +3 -3 src/lib/libcompat/4.1/getpw.3 1.4.2.1 +3 -2 src/lib/libcompat/4.1/stty.3 1.4.2.1 +4 -4 src/lib/libcompat/4.3/cfree.3 1.5.2.1 +3 -3 src/lib/libcompat/4.3/insque.3 1.4.2.1 +3 -2 src/lib/libcompat/4.3/lsearch.3 1.6.2.1 +5 -2 src/lib/libcompat/4.3/re_comp.3 1.5.2.1 +3 -2 src/lib/libcompat/4.3/rexec.3 1.5.8.2 +1 -1 src/lib/libcompat/4.3/rexec.c 1.8.2.1 +9 -6 src/lib/libcompat/4.4/cuserid.3 1.6.2.1 +5 -3 src/lib/libcompat/regexp/regexp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:36: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8646E37B4C5; Wed, 22 Nov 2000 05:36:01 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98923; Wed, 22 Nov 2000 05:36:01 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221336.FAA98923@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 05:36:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcompat/4.3 rexec.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 05:36:01 PST Modified files: (Branch: RELENG_4) lib/libcompat/4.3 rexec.c Log: (null commit) The previous commit log was incorrect. The commit was accidentally included with a manual page fix, and there was in fact no change to this file. Pointy hat to: ben Revision Changes Path 1.5.8.3 +1 -1 src/lib/libcompat/4.3/rexec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:49:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6546E37B4CF; Wed, 22 Nov 2000 05:49:13 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA00878; Wed, 22 Nov 2000 05:49:13 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221349.FAA00878@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 05:49:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 termios.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 05:49:13 PST Modified files: share/man/man4 termios.4 Log: mdoc(7) police: fixed typo. Revision Changes Path 1.16 +2 -2 src/share/man/man4/termios.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 5:53:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05D1637B4D7; Wed, 22 Nov 2000 05:53:24 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01580; Wed, 22 Nov 2000 05:53:23 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011221353.FAA01580@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 22 Nov 2000 05:53:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/openmcu Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/11/22 05:53:23 PST Modified files: net Makefile Added files: net/openmcu Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add OpenMCU - a H323 Multipoint Control Unit. The MCU allows multiple people to talk to each at the same time if they are using H323 based Video Conferencing programs or using H323 based Internet Phone applications. Normally H323 applications can support 1 to 1 calls. Only video is supported at this time. No video yet. This is another spin off from the OpenH323 project. http://www.openh323.org Revision Changes Path 1.434 +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 Wed Nov 22 5:53:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1627337B663; Wed, 22 Nov 2000 05:53:30 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01636; Wed, 22 Nov 2000 05:53:30 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011221353.FAA01636@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 22 Nov 2000 05:53:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/11/22 05:53:29 PST Modified files: . modules Log: openmcu --> ports/net/openmcu Revision Changes Path 1.2018 +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 Nov 22 6: 4:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4459937B4CF; Wed, 22 Nov 2000 06:04:27 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03267; Wed, 22 Nov 2000 06:04:27 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221404.GAA03267@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 06:04:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 06:04:26 PST Added files: share/man/man5 make.conf.5 share/man/man7 build.7 Log: Add two new manual pages to document the various options available in make.conf, and the /usr/src building process. PR: 22676 Submitted by: Mike Meyer Reviewed by: nik, sheldonh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:11:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7235737B4CF; Wed, 22 Nov 2000 06:11:22 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA06158; Wed, 22 Nov 2000 06:11:22 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011221411.GAA06158@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 22 Nov 2000 06:11:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/22 06:11:22 PST Modified files: etc/defaults make.conf Log: Add a note asking committers to update make.conf.5 when they update this. Revision Changes Path 1.134 +5 -1 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:18:31 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 7B58A37B4C5; Wed, 22 Nov 2000 06:18:24 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13yaix-0003Ux-00; Wed, 22 Nov 2000 16:18:11 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id QAA14306; Wed, 22 Nov 2000 16:18:20 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 14135; Wed Nov 22 16:17:01 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13yaho-0009qa-00; Wed, 22 Nov 2000 16:17:00 +0200 From: Sheldon Hearn To: Ben Smithurst Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-reply-to: Your message of "Wed, 22 Nov 2000 06:04:26 PST." <200011221404.GAA03267@freefall.freebsd.org> Date: Wed, 22 Nov 2000 16:17:00 +0200 Message-ID: <37855.974902620@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 22 Nov 2000 06:04:26 PST, Ben Smithurst wrote: > PR: 22676 > Submitted by: Mike Meyer > Reviewed by: nik, sheldonh Um, no. I was the guy who objected to these, remember? That said, I do recall my objections being countered by Nik, and I'm pretty sure I couldn't come up with any rebuttal. So now I'm just quietly grumbling. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:30:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 491F037B4C5; Wed, 22 Nov 2000 06:30:29 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA09232; Wed, 22 Nov 2000 06:30:29 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200011221430.GAA09232@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 22 Nov 2000 06:30:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/11/22 06:30:29 PST Modified files: lib/libfetch ftp.c Log: Don't go haywire if the server closes the connection during a multiline response. Revision Changes Path 1.52 +6 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:38:15 2000 Delivered-To: cvs-all@freebsd.org Received: from csunb0.leeds.ac.uk (csunb0.leeds.ac.uk [129.11.144.2]) by hub.freebsd.org (Postfix) with SMTP id 5B2AF37B4CF; Wed, 22 Nov 2000 06:38:09 -0800 (PST) Received: from cslin.leeds.ac.uk (csunc0.leeds.ac.uk [129.11.144.3]) by csunb0.leeds.ac.uk (8.6.12/8.6.12) with ESMTP id OAA15089; Wed, 22 Nov 2000 14:20:53 GMT Received: from cslin004.leeds.ac.uk (cslin004 [129.11.146.4]) by cslin.leeds.ac.uk (8.9.3+Sun/) with ESMTP id OAA05014; Wed, 22 Nov 2000 14:21:02 GMT Date: Wed, 22 Nov 2000 14:20:51 +0000 From: Ben Smithurst To: Sheldon Hearn Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 Message-ID: <20001122142051.F1499@comp.leeds.ac.uk> References: <200011221404.GAA03267@freefall.freebsd.org> <37855.974902620@axl.fw.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <37855.974902620@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > That said, I do recall my objections being countered by Nik, and I'm > pretty sure I couldn't come up with any rebuttal. I assumed then at that point you had retracted your objection. Ah well, I guess I was wrong. :-) Anyway, you retracted your objection to build(7) fairly early on unless I've been reading a different PR to you... -- Ben Smithurst / csxbcs@comp.leeds.ac.uk / ben@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 Nov 22 6:38:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E063837B4C5; Wed, 22 Nov 2000 06:38:31 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA10628; Wed, 22 Nov 2000 06:38:31 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011221438.GAA10628@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 22 Nov 2000 06:38:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/22 06:38:31 PST Modified files: sys/sys socket.h Log: Reduce number of #ifdef nestings. Submitted by: bde Revision Changes Path 1.46 +1 -5 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:41: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 4480D37B4C5; Wed, 22 Nov 2000 06:40:58 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13yb4m-0003mG-00; Wed, 22 Nov 2000 16:40:44 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id QAA18582; Wed, 22 Nov 2000 16:40:53 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 18442; Wed Nov 22 16:40:34 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13yb4c-0009xR-00; Wed, 22 Nov 2000 16:40:34 +0200 From: Sheldon Hearn To: Ben Smithurst Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-reply-to: Your message of "Wed, 22 Nov 2000 14:20:51 GMT." <20001122142051.F1499@comp.leeds.ac.uk> Date: Wed, 22 Nov 2000 16:40:34 +0200 Message-ID: <38280.974904034@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 22 Nov 2000 14:20:51 GMT, Ben Smithurst wrote: > I assumed then at that point you had retracted your objection. Ah > well, I guess I was wrong. :-) Anyway, you retracted your objection to > build(7) fairly early on unless I've been reading a different PR to > you... Fortunately, Nik's the documentation project manager. :-) I just don't like my name in the attributions for files I don't like. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:44:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73C6637B4D7; Wed, 22 Nov 2000 06:44:49 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11674; Wed, 22 Nov 2000 06:44:49 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200011221444.GAA11674@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 22 Nov 2000 06:44:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/11/22 06:44:49 PST Modified files: lib/libfetch ftp.c Log: Revert previous commit, it was somewhat hasty. Revision Changes Path 1.53 +2 -6 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 6:50:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2CB037B4CF; Wed, 22 Nov 2000 06:50:47 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12750; Wed, 22 Nov 2000 06:50:47 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200011221450.GAA12750@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 22 Nov 2000 06:50:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/11/22 06:50:47 PST Modified files: lib/libfetch ftp.c Log: Don't go haywire if the server closes the connection in the middle of a multiline response (proper fix this time). Revision Changes Path 1.54 +2 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7: 4:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4271137B4CF; Wed, 22 Nov 2000 07:04:56 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14634; Wed, 22 Nov 2000 07:04:56 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011221504.HAA14634@freefall.freebsd.org> From: Kevin Lo Date: Wed, 22 Nov 2000 07:04:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/tr2latex Makefile ports/print/tr2latex/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/22 07:04:55 PST Modified files: print/tr2latex Makefile Removed files: print/tr2latex/files patch-aa Log: - Support CC properly - Support install macros PR: 22993 Submitted by: Ports Fury Revision Changes Path 1.15 +11 -6 ports/print/tr2latex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7:14:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 594DE37B4C5; Wed, 22 Nov 2000 07:14:50 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19141; Wed, 22 Nov 2000 07:14:50 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011221514.HAA19141@freefall.freebsd.org> From: Kevin Lo Date: Wed, 22 Nov 2000 07:14:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iplog Makefile distinfo ports/net/iplog/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/22 07:14:50 PST Modified files: net/iplog Makefile distinfo net/iplog/files patch-aa Log: Update to version 2.2.2 PR: 23018 Submitted by: MAINTAINER Revision Changes Path 1.11 +2 -2 ports/net/iplog/Makefile 1.7 +1 -1 ports/net/iplog/distinfo 1.3 +1 -1 ports/net/iplog/files/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 Nov 22 7:19:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B6AD37B479; Wed, 22 Nov 2000 07:19:36 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20547; Wed, 22 Nov 2000 07:19:36 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221519.HAA20547@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 07:19:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_signal.c osf1_signal.h osf1_sysvec.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 07:19:36 PST Modified files: (Branch: RELENG_4) sys/alpha/osf1 osf1_signal.c osf1_signal.h osf1_sysvec.c Log: MFC: Simplify and correct osf/1 signal handling. This is required for the linux abi on alpha Revision Changes Path 1.1.2.1 +14 -93 src/sys/alpha/osf1/osf1_signal.c 1.1.2.1 +2 -40 src/sys/alpha/osf1/osf1_signal.h 1.1.2.2 +3 -3 src/sys/alpha/osf1/osf1_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7:21:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFBC237B4CF; Wed, 22 Nov 2000 07:21:40 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA21374; Wed, 22 Nov 2000 07:21:40 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221521.HAA21374@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 07:21:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 07:21:40 PST Modified files: (Branch: RELENG_4) sys/alpha/linux linux_machdep.c Log: MFC: implement linux_clone on the alpha Revision Changes Path 1.6.2.2 +58 -2 src/sys/alpha/linux/linux_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7:22:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 107F937B4CF; Wed, 22 Nov 2000 07:22:44 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA21854; Wed, 22 Nov 2000 07:22:44 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221522.HAA21854@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 07:22:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 07:22:43 PST Modified files: (Branch: RELENG_4) sys/alpha/linux linux.h Log: MFC: correct fcntl() flags Revision Changes Path 1.46.2.2 +12 -10 src/sys/alpha/linux/linux.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7:39: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B9B537B4C5; Wed, 22 Nov 2000 07:39:03 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA28051; Wed, 22 Nov 2000 07:39:03 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221539.HAA28051@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 07:39:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 07:39:03 PST Modified files: (Branch: RELENG_4) sys/compat/linux linux_socket.c sys/alpha/linux syscalls.master Log: MFC: use linux_connect() on alpha Revision Changes Path 1.19.2.3 +10 -2 src/sys/compat/linux/linux_socket.c 1.40.2.2 +3 -2 src/sys/alpha/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7:51:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3937837B479; Wed, 22 Nov 2000 07:51:13 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA32249; Wed, 22 Nov 2000 07:51:08 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221551.HAA32249@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 07:51:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 07:51:08 PST Modified files: (Branch: RELENG_4) sys/alpha/linux syscalls.master Log: MFC: use the auto-generated linux_proto.h Revision Changes Path 1.40.2.3 +2 -2 src/sys/alpha/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 7:55: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C7E437B4C5; Wed, 22 Nov 2000 07:55:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33648; Wed, 22 Nov 2000 07:55:02 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221555.HAA33648@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 07:55:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 07:55:02 PST Modified files: bin/sh sh.1 Log: mdoc(7) police: Er macro usage cleanup. Revision Changes Path 1.44 +2 -2 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8: 1:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D62737B4C5; Wed, 22 Nov 2000 08:01:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA35435; Wed, 22 Nov 2000 08:01:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221601.IAA35435@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 08:01:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 sigpause.2 sigvec.2 src/lib/libc/gen glob.3 siginterrupt.3 sysctl.3 src/lib/libc/locale rune.3 src/lib/libc/net rcmd.3 src/lib/libc/stdlib strtod.3 src/lib/libc/sys aio_cancel.2 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 08:01:18 PST Modified files: lib/libc/compat-43 sigpause.2 sigvec.2 lib/libc/gen glob.3 siginterrupt.3 sysctl.3 lib/libc/locale rune.3 lib/libc/net rcmd.3 lib/libc/stdlib strtod.3 lib/libc/sys aio_cancel.2 aio_error.2 aio_return.2 chmod.2 chroot.2 connect.2 getfh.2 getfsstat.2 kldnext.2 kqueue.2 mkfifo.2 modnext.2 mount.2 nfssvc.2 pathconf.2 semop.2 setresuid.2 sigaction.2 sigaltstack.2 sigsuspend.2 socket.2 socketpair.2 stat.2 statfs.2 truncate.2 wait.2 lib/libc_r/man sem_destroy.3 sem_init.3 lib/libm/common_source acos.3 ieee.3 infnan.3 lgamma.3 sqrt.3 lib/libposix1e cap_set_flag.3 cap_to_text.3 lib/libutil fparseln.3 lib/msun/man acos.3 lgamma.3 sqrt.3 Log: mdoc(7) police: Er macro usage cleanup. Revision Changes Path 1.7 +2 -2 src/lib/libc/compat-43/sigpause.2 1.13 +2 -2 src/lib/libc/compat-43/sigvec.2 1.11 +3 -3 src/lib/libc/gen/glob.3 1.10 +2 -2 src/lib/libc/gen/siginterrupt.3 1.43 +7 -4 src/lib/libc/gen/sysctl.3 1.13 +6 -6 src/lib/libc/locale/rune.3 1.17 +2 -2 src/lib/libc/net/rcmd.3 1.7 +3 -3 src/lib/libc/stdlib/strtod.3 1.14 +2 -2 src/lib/libc/sys/aio_cancel.2 1.10 +2 -2 src/lib/libc/sys/aio_error.2 1.9 +2 -2 src/lib/libc/sys/aio_return.2 1.18 +5 -2 src/lib/libc/sys/chmod.2 1.10 +7 -3 src/lib/libc/sys/chroot.2 1.14 +2 -2 src/lib/libc/sys/connect.2 1.9 +8 -8 src/lib/libc/sys/getfh.2 1.9 +3 -3 src/lib/libc/sys/getfsstat.2 1.8 +4 -2 src/lib/libc/sys/kldnext.2 1.16 +2 -2 src/lib/libc/sys/kqueue.2 1.12 +2 -2 src/lib/libc/sys/mkfifo.2 1.2 +4 -2 src/lib/libc/sys/modnext.2 1.23 +5 -5 src/lib/libc/sys/mount.2 1.11 +11 -4 src/lib/libc/sys/nfssvc.2 1.6 +4 -3 src/lib/libc/sys/pathconf.2 1.9 +5 -3 src/lib/libc/sys/semop.2 1.6 +2 -2 src/lib/libc/sys/setresuid.2 1.27 +3 -3 src/lib/libc/sys/sigaction.2 1.14 +2 -2 src/lib/libc/sys/sigaltstack.2 1.11 +2 -2 src/lib/libc/sys/sigsuspend.2 1.15 +2 -2 src/lib/libc/sys/socket.2 1.9 +2 -2 src/lib/libc/sys/socketpair.2 1.19 +4 -4 src/lib/libc/sys/stat.2 1.12 +2 -2 src/lib/libc/sys/statfs.2 1.10 +2 -2 src/lib/libc/sys/truncate.2 1.9 +2 -2 src/lib/libc/sys/wait.2 1.4 +4 -2 src/lib/libc_r/man/sem_destroy.3 1.6 +4 -2 src/lib/libc_r/man/sem_init.3 1.6 +2 -2 src/lib/libm/common_source/acos.3 1.6 +3 -3 src/lib/libm/common_source/ieee.3 1.6 +10 -9 src/lib/libm/common_source/infnan.3 1.7 +2 -2 src/lib/libm/common_source/lgamma.3 1.7 +2 -2 src/lib/libm/common_source/sqrt.3 1.3 +2 -2 src/lib/libposix1e/cap_set_flag.3 1.2 +2 -2 src/lib/libposix1e/cap_to_text.3 1.8 +2 -2 src/lib/libutil/fparseln.3 1.7 +2 -2 src/lib/msun/man/acos.3 1.9 +2 -2 src/lib/msun/man/lgamma.3 1.8 +2 -2 src/lib/msun/man/sqrt.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8: 2: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C65237B4C5; Wed, 22 Nov 2000 08:02:01 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA35601; Wed, 22 Nov 2000 08:02:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221602.IAA35601@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 08:02:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_union mount_union.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 08:02:00 PST Modified files: sbin/mount_union mount_union.8 Log: mdoc(7) police: Er macro usage cleanup. Revision Changes Path 1.9 +8 -7 src/sbin/mount_union/mount_union.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8: 9:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F78D37B4C5; Wed, 22 Nov 2000 08:09:08 -0800 (PST) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA39471; Wed, 22 Nov 2000 08:09:08 -0800 (PST) (envelope-from sada@FreeBSD.org) Message-Id: <200011221609.IAA39471@freefall.freebsd.org> From: SADA Kenji Date: Wed, 22 Nov 2000 08:09:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/xxgdb Makefile ports/devel/xxgdb/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/11/22 08:09:08 PST Modified files: devel/xxgdb Makefile Added files: devel/xxgdb/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Removed files: devel/xxgdb/files patch-aa Log: Support CC/CFLAGS properly. PR: ports/22990 Submitted by: KATO Tsuguru Revision Changes Path 1.12 +3 -3 ports/devel/xxgdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:11: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2529737B4C5; Wed, 22 Nov 2000 08:11:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA40223; Wed, 22 Nov 2000 08:11:02 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221611.IAA40223@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 08:11:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/mdoc example.3 src/share/man/man4 intro.4 ip6.4 kld.4 mem.4 pcvt.4 route.4 termios.4 src/share/man/man4/man4.i386 gsc.4 mcd.4 meteor.4 src/share/man/man9 DEVICE_PROBE.9 VFS_VGET.9 VOP_LOOKUP.9 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 08:11:02 PST Modified files: share/examples/mdoc example.3 share/man/man4 intro.4 ip6.4 kld.4 mem.4 pcvt.4 route.4 termios.4 share/man/man4/man4.i386 gsc.4 mcd.4 meteor.4 share/man/man9 DEVICE_PROBE.9 VFS_VGET.9 VOP_LOOKUP.9 VOP_PATHCONF.9 bus_generic_read_ivar.9 copy.9 sleep.9 suser.9 taskqueue.9 Log: mdoc(7) police: Er macro usage cleanup. Revision Changes Path 1.14 +3 -3 src/share/examples/mdoc/example.3 1.16 +2 -2 src/share/man/man4/intro.4 1.4 +2 -2 src/share/man/man4/ip6.4 1.9 +2 -2 src/share/man/man4/kld.4 1.9 +9 -9 src/share/man/man4/mem.4 1.29 +3 -3 src/share/man/man4/pcvt.4 1.10 +4 -4 src/share/man/man4/route.4 1.17 +3 -3 src/share/man/man4/termios.4 1.16 +10 -6 src/share/man/man4/man4.i386/gsc.4 1.13 +2 -2 src/share/man/man4/man4.i386/mcd.4 1.16 +18 -19 src/share/man/man4/man4.i386/meteor.4 1.5 +4 -3 src/share/man/man9/DEVICE_PROBE.9 1.6 +2 -2 src/share/man/man9/VFS_VGET.9 1.10 +5 -5 src/share/man/man9/VOP_LOOKUP.9 1.7 +2 -2 src/share/man/man9/VOP_PATHCONF.9 1.5 +2 -2 src/share/man/man9/bus_generic_read_ivar.9 1.8 +7 -3 src/share/man/man9/copy.9 1.27 +5 -5 src/share/man/man9/sleep.9 1.13 +2 -2 src/share/man/man9/suser.9 1.2 +2 -2 src/share/man/man9/taskqueue.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:11:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D320D37B4CF; Wed, 22 Nov 2000 08:11:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA40536; Wed, 22 Nov 2000 08:11:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011221611.IAA40536@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 Nov 2000 08:11:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/22 08:11:48 PST Modified files: usr.sbin/arp arp.4 Log: mdoc(7) police: Er macro usage cleanup. Revision Changes Path 1.6 +3 -3 src/usr.sbin/arp/arp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:20:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD54137B4CF; Wed, 22 Nov 2000 08:20:13 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43241; Wed, 22 Nov 2000 08:20:13 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221620.IAA43241@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 08:20:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 08:20:13 PST Modified files: (Branch: RELENG_4) sys/modules/linux Makefile sys/alpha/linux syscalls.master Log: MFC: enable linux ipc syscalls on alpha Revision Changes Path 1.34.2.5 +3 -3 src/sys/modules/linux/Makefile 1.40.2.4 +20 -12 src/sys/alpha/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:22:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC53137B479; Wed, 22 Nov 2000 08:22:44 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43943; Wed, 22 Nov 2000 08:22:44 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221622.IAA43943@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 08:22:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ipc.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 08:22:44 PST Modified files: (Branch: RELENG_4) sys/compat/linux linux_ipc.h Log: MFC: fix a reversed comment Revision Changes Path 1.2.2.3 +2 -2 src/sys/compat/linux/linux_ipc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:29:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42D0537B479; Wed, 22 Nov 2000 08:29:35 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45352; Wed, 22 Nov 2000 08:29:35 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221629.IAA45352@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 08:29:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 08:29:35 PST Modified files: en/commercial consulting.raw Log: Add Cyberwork Solution Inc. (first consulting services vendor in Taiwan ) Submitted by: "cathy" Revision Changes Path 1.46 +12 -0 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:31: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E524937B4E5; Wed, 22 Nov 2000 08:31:01 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45777; Wed, 22 Nov 2000 08:31:00 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221631.IAA45777@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 08:31:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial hardware.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 08:31:00 PST Modified files: en/commercial hardware.raw Log: Note that LMC was purchased by SBE, Inc. Submitted by: Susan Giuliano Revision Changes Path 1.32 +4 -3 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 8:35:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77DB337B4CF; Wed, 22 Nov 2000 08:35:21 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46833; Wed, 22 Nov 2000 08:35:21 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221635.IAA46833@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 08:35:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/scigraphica Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 08:35:21 PST Modified files: math/scigraphica Makefile distinfo pkg-descr pkg-plist Log: Update to 0.6. Revision Changes Path 1.7 +4 -3 ports/math/scigraphica/Makefile 1.3 +1 -1 ports/math/scigraphica/distinfo 1.2 +2 -1 ports/math/scigraphica/pkg-descr 1.3 +61 -0 ports/math/scigraphica/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 Nov 22 8:51:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FEFD37B479; Wed, 22 Nov 2000 08:51:52 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50096; Wed, 22 Nov 2000 08:51:52 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221651.IAA50096@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 08:51:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sip Makefile distinfo pkg-plist ports/devel/sip/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 08:51:51 PST Modified files: devel/sip Makefile distinfo pkg-plist Added files: devel/sip/files patch-aa Log: Update to 2.2. Approved by: maintainer Revision Changes Path 1.10 +6 -7 ports/devel/sip/Makefile 1.3 +1 -1 ports/devel/sip/distinfo 1.4 +2 -2 ports/devel/sip/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 Nov 22 8:53:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1835237B4CF; Wed, 22 Nov 2000 08:53:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50618; Wed, 22 Nov 2000 08:53:55 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221653.IAA50618@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 08:53:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-qt Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 08:53:54 PST Modified files: x11-toolkits/py-qt Makefile distinfo pkg-plist Log: Update to 2.2. Approved by: maintainer Revision Changes Path 1.4 +19 -7 ports/x11-toolkits/py-qt/Makefile 1.3 +1 -1 ports/x11-toolkits/py-qt/distinfo 1.3 +33 -5 ports/x11-toolkits/py-qt/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 Nov 22 8:55:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B679237B4C5; Wed, 22 Nov 2000 08:55:52 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50948; Wed, 22 Nov 2000 08:55:52 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011221655.IAA50948@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 22 Nov 2000 08:55:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-qt/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/22 08:55:52 PST Added files: x11-toolkits/py-qt/files patch-aa Log: OOPS, forgot to add patch in previous commit (Update to 2.2). Approved by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 9:16:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 951C137B4D7; Wed, 22 Nov 2000 09:16:12 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA56331; Wed, 22 Nov 2000 09:16:12 -0800 (PST) (envelope-from roam@FreeBSD.org) Message-Id: <200011221716.JAA56331@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 22 Nov 2000 09:16:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdrdao Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/11/22 09:16:12 PST Modified files: audio/cdrdao Makefile Log: Fix build with LOCALBASE != /usr/local - tell configure where to look for the pccts binaries. PR: ports/22777 Submitted by: maintainer Revision Changes Path 1.23 +3 -2 ports/audio/cdrdao/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 9:51:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B9E37B479; Wed, 22 Nov 2000 09:51:42 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64677; Wed, 22 Nov 2000 09:51:42 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011221751.JAA64677@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 22 Nov 2000 09:51:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/openh323proxy Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/openh323proxy/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/11/22 09:51:42 PST Modified files: net Makefile Added files: net/openh323proxy Makefile distinfo pkg-comment pkg-descr pkg-plist net/openh323proxy/files patch-aa patch-ab patch-ac Log: Add OpenH323 Proxy. This is based on OpenGatekeeper and adds H323 Proxy functions. This means you can use H323 clients (like OhPhone and NetMeeting) through FireWalls and with NAT. Revision Changes Path 1.435 +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 Wed Nov 22 9:51:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D67837B4D7; Wed, 22 Nov 2000 09:51:46 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64731; Wed, 22 Nov 2000 09:51:46 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011221751.JAA64731@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 22 Nov 2000 09:51:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/11/22 09:51:46 PST Modified files: . modules Log: openh323proxy --> ports/net/openh323proxy Revision Changes Path 1.2019 +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 Nov 22 9:53:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AD5337B479; Wed, 22 Nov 2000 09:53:19 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64993; Wed, 22 Nov 2000 09:53:19 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221753.JAA64993@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 09:53:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass chpass.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 09:53:19 PST Modified files: usr.bin/chpass chpass.1 Log: Use correct macro for path name PR: docs/13218 Revision Changes Path 1.25 +2 -2 src/usr.bin/chpass/chpass.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 9:55: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51CE937B479; Wed, 22 Nov 2000 09:54:58 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65201; Wed, 22 Nov 2000 09:54:58 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221754.JAA65201@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 09:54:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 09:54:57 PST Modified files: sbin/mount mount.c Log: We do not support lfs. Remove it from list of remountable fs'es. Revision Changes Path 1.41 +2 -2 src/sbin/mount/mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 9:56:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EA0C37B479; Wed, 22 Nov 2000 09:56:22 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65399; Wed, 22 Nov 2000 09:56:22 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221756.JAA65399@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 09:56:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 09:56:22 PST Modified files: sbin/mount mount.8 Log: o get rid lfs mentions o remove non-mdoc groff's instructions Revision Changes Path 1.36 +4 -4 src/sbin/mount/mount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 9:57:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 823D037B479; Wed, 22 Nov 2000 09:57:45 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65828; Wed, 22 Nov 2000 09:57:45 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221757.JAA65828@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 09:57:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 sr.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 09:57:45 PST Modified files: share/man/man4/man4.i386 sr.4 Log: remove bogus Xref to lsdev(8) PR: docs/13218 Revision Changes Path 1.19 +2 -3 src/share/man/man4/man4.i386/sr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 10: 0:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EE1337B479; Wed, 22 Nov 2000 10:00:51 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66498; Wed, 22 Nov 2000 10:00:51 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <200011221800.KAA66498@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 22 Nov 2000 10:00:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 diskless.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/11/22 10:00:51 PST Modified files: share/man/man8 diskless.8 Log: o fix a typo in copyright part: mdoc comment starts with .\", not ,\" o few mdoc(7) fixes PR: docs/13218 Revision Changes Path 1.7 +5 -6 src/share/man/man8/diskless.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 10:52:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0565037B4CF; Wed, 22 Nov 2000 10:52:17 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78115; Wed, 22 Nov 2000 10:52:16 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011221852.KAA78115@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 Nov 2000 10:52:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/linux-gtk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/22 10:52:16 PST Modified files: x11-toolkits/linux-gtk Makefile Log: The linux libc on alpha is /lib/libc.so.6.1 not /lib/libc.so.6 Revision Changes Path 1.4 +5 -1 ports/x11-toolkits/linux-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 10:56: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4E15837B4CF; Wed, 22 Nov 2000 10:56:04 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA36917; Wed, 22 Nov 2000 10:56:03 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eAMIu1v50204; Wed, 22 Nov 2000 10:56:01 -0800 (PST) (envelope-from obrien) Date: Wed, 22 Nov 2000 10:56:01 -0800 From: "David O'Brien" To: Ben Smithurst Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 Message-ID: <20001122105601.C14430@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200011221404.GAA03267@freefall.freebsd.org> <37855.974902620@axl.fw.uunet.co.za> <20001122142051.F1499@comp.leeds.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001122142051.F1499@comp.leeds.ac.uk>; from csxbcs@comp.leeds.ac.uk on Wed, Nov 22, 2000 at 02:20:51PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 22, 2000 at 02:20:51PM +0000, Ben Smithurst wrote: > Anyway, you retracted your objection to build(7) fairly early on unless > I've been reading a different PR to you... I object to build(7) saying nothing. Are you going to take the lead and embellish this to the point it actually helps someone? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 11: 4:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1534237B479; Wed, 22 Nov 2000 11:04:25 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80417; Wed, 22 Nov 2000 11:04:25 -0800 (PST) (envelope-from cjh@FreeBSD.org) Message-Id: <200011221904.LAA80417@freefall.freebsd.org> From: CHOI Junho Date: Wed, 22 Nov 2000 11:04:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ami Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/11/22 11:04:24 PST Modified files: korean/ami Makefile distinfo pkg-plist Log: Update to 1.0.7. Revision Changes Path 1.16 +4 -4 ports/korean/ami/Makefile 1.7 +1 -1 ports/korean/ami/distinfo 1.12 +12 -12 ports/korean/ami/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 Nov 22 11: 4:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B87537B479; Wed, 22 Nov 2000 11:04:44 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80505; Wed, 22 Nov 2000 11:04:44 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <200011221904.LAA80505@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 22 Nov 2000 11:04:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/11/22 11:04:44 PST Modified files: sys/modules/netgraph Makefile Log: Add one2many subdirectory (previously forgotten). Revision Changes Path 1.14 +2 -2 src/sys/modules/netgraph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 11: 6:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EAAE37B479; Wed, 22 Nov 2000 11:06:12 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82645; Wed, 22 Nov 2000 11:06:12 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <200011221906.LAA82645@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 22 Nov 2000 11:06:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/11/22 11:06:12 PST Modified files: (Branch: RELENG_4) sys/modules/netgraph Makefile Log: MFC: add one2many subdirectory. Revision Changes Path 1.8.2.4 +2 -2 src/sys/modules/netgraph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 11:42:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8291A37B4C5; Wed, 22 Nov 2000 11:42:18 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89421; Wed, 22 Nov 2000 11:42:17 -0800 (PST) (envelope-from ps@FreeBSD.org) Message-Id: <200011221942.LAA89421@freefall.freebsd.org> From: Paul Saab Date: Wed, 22 Nov 2000 11:42:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mptable mptable.1 mptable.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/11/22 11:42:17 PST Modified files: (Branch: RELENG_4) usr.sbin/mptable mptable.1 mptable.c Log: MFC: Stop printing out the Nfoo options and remove the documentation on them since they nolonger exsist. Revision Changes Path 1.6.2.1 +4 -3 src/usr.sbin/mptable/mptable.1 1.12.2.2 +1 -27 src/usr.sbin/mptable/mptable.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 12:34:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E188C37B4D7; Wed, 22 Nov 2000 12:34:39 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02161; Wed, 22 Nov 2000 12:34:39 -0800 (PST) (envelope-from hrs@FreeBSD.org) Message-Id: <200011222034.MAA02161@freefall.freebsd.org> From: Hiroki Sato Date: Wed, 22 Nov 2000 12:34:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/releases Makefile index.sgml www/ja/releases/4.2R Makefile announce.sgml errata.sgml notes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/11/22 12:34:39 PST Modified files: ja/releases Makefile index.sgml Added files: ja/releases/4.2R Makefile announce.sgml errata.sgml notes.sgml Log: Add new translations and activate them: 1.26 -> 1.27 releases/Makefile 1.44 -> 1.45 releases/index.sgml (new) releases/4.2R/Makefile (new) releases/4.2R/announce.sgml (new) releases/4.2R/errata.sgml (new) releases/4.2R/notes.sgml Revision Changes Path 1.23 +3 -3 www/ja/releases/Makefile 1.35 +14 -7 www/ja/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 12:36:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3645C37B4CF; Wed, 22 Nov 2000 12:36:35 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02462; Wed, 22 Nov 2000 12:36:35 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011222036.MAA02462@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 22 Nov 2000 12:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/22 12:36:35 PST Modified files: mail/mailman Makefile distinfo Log: Update to version 2.0. Revision Changes Path 1.8 +2 -3 ports/mail/mailman/Makefile 1.5 +1 -1 ports/mail/mailman/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 12:37:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C23AB37B479; Wed, 22 Nov 2000 12:37:40 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02654; Wed, 22 Nov 2000 12:37:40 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011222037.MAA02654@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 22 Nov 2000 12:37:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/22 12:37:40 PST Modified files: etc/defaults make.conf share/man/man5 make.conf.5 Log: Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format" in /etc/login.conf. Revision Changes Path 1.135 +1 -2 src/etc/defaults/make.conf 1.2 +1 -5 src/share/man/man5/make.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 Nov 22 12:52:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2330E37B4CF; Wed, 22 Nov 2000 12:52:32 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA05038; Wed, 22 Nov 2000 12:52:32 -0800 (PST) (envelope-from jim@FreeBSD.org) Message-Id: <200011222052.MAA05038@freefall.freebsd.org> From: Jim Mock Date: Wed, 22 Nov 2000 12:52:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/11/22 12:52:31 PST Added files: irc/xchat/files patch-aa Log: Add a patch to fix a problem with the text "freezing" while using xchat with some fonts. Obtained from: http://xchat.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 12:54:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03A3C37B479; Wed, 22 Nov 2000 12:54:15 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA05421; Wed, 22 Nov 2000 12:54:14 -0800 (PST) (envelope-from jim@FreeBSD.org) Message-Id: <200011222054.MAA05421@freefall.freebsd.org> From: Jim Mock Date: Wed, 22 Nov 2000 12:54:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/11/22 12:54:14 PST Modified files: irc/xchat Makefile Log: Bump PORTREVISION. Revision Changes Path 1.70 +2 -1 ports/irc/xchat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 13: 4:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 567A237B4C5; Wed, 22 Nov 2000 13:04:55 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA07442; Wed, 22 Nov 2000 13:04:55 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011222104.NAA07442@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 22 Nov 2000 13:04:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Tree Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/22 13:04:55 PST Modified files: www/p5-HTML-Tree Makefile distinfo pkg-plist Log: Update to version 3.08 Revision Changes Path 1.5 +4 -3 ports/www/p5-HTML-Tree/Makefile 1.2 +1 -1 ports/www/p5-HTML-Tree/distinfo 1.2 +2 -0 ports/www/p5-HTML-Tree/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 Nov 22 14:28:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA8A37B479; Wed, 22 Nov 2000 14:28:37 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA26614; Wed, 22 Nov 2000 14:28:37 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011222228.OAA26614@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 22 Nov 2000 14:28:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/22 14:28:37 PST Modified files: release/sysinstall dist.c Log: Finish the job of conditionalizing the PC98 stuff. Revision Changes Path 1.187 +4 -4 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 Wed Nov 22 14:30:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5873937B4CF; Wed, 22 Nov 2000 14:30:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA26882; Wed, 22 Nov 2000 14:30:08 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011222230.OAA26882@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 22 Nov 2000 14:30:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/22 14:30:08 PST Modified files: (Branch: RELENG_4) release/sysinstall dist.c menus.c Log: MFC: conditionalize the PC98 stuff on proper compile-time define Revision Changes Path 1.175.2.12 +4 -4 src/release/sysinstall/dist.c 1.252.2.27 +8 -6 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 15:28: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E53E337B4E5; Wed, 22 Nov 2000 15:28:00 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA36145; Wed, 22 Nov 2000 15:28:00 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011222328.PAA36145@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 15:28:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-ApacheDBI Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 15:28:00 PST Modified files: databases Makefile Added files: databases/p5-ApacheDBI Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Import of new port p5-ApacheDBI, a Perl5 module to allow you to access DBI through an Apache perl interpreter (e.g. mod_perl). Revision Changes Path 1.83 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 15:28:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E987837B4FE; Wed, 22 Nov 2000 15:28:04 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA36180; Wed, 22 Nov 2000 15:28:04 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011222328.PAA36180@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 15:28:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 15:28:04 PST Modified files: . modules Log: p5-ApacheDBI --> ports/databases/p5-ApacheDBI Revision Changes Path 1.2020 +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 Nov 22 15:56: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC05E37B479; Wed, 22 Nov 2000 15:56:01 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39201; Wed, 22 Nov 2000 15:56:01 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011222356.PAA39201@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 22 Nov 2000 15:56:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-rbison Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/22 15:56:01 PST Modified files: devel/ruby-rbison Makefile distinfo Log: Update to 0.0.7. Revision Changes Path 1.2 +3 -4 ports/devel/ruby-rbison/Makefile 1.2 +1 -1 ports/devel/ruby-rbison/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 16:25:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C157837B4CF; Wed, 22 Nov 2000 16:25:28 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44596; Wed, 22 Nov 2000 16:25:28 -0800 (PST) (envelope-from bmah@FreeBSD.org) Message-Id: <200011230025.QAA44596@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 22 Nov 2000 16:25:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/11/22 16:25:28 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Trim release notes to track only post-4.2-RELEASE changes. Revision Changes Path 1.31.2.75 +3 -257 src/release/texts/alpha/RELNOTES.TXT 1.72.2.76 +3 -278 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 16:28:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1D0A37B4CF; Wed, 22 Nov 2000 16:28:43 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45004; Wed, 22 Nov 2000 16:28:43 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011230028.QAA45004@freefall.freebsd.org> From: Bill Paul Date: Wed, 22 Nov 2000 16:28:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c if_pcnreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/22 16:28:43 PST Modified files: sys/pci if_pcn.c if_pcnreg.h Log: Update the probe some more to deal with 16/32 bit issues. If the chip is already in 32-bit mode, we need to be able to detect this and still read the chip ID code. Detecting 32-bit mode is actually a little tricky, since we want to avoid turning it on accidentally. The easiest way to do it is to just try and read the PCI subsystem ID from the bus control registers using 16-bit accesses and compare that with the value read from PCI config space. If they match, then we know we're in 16-bit mode, otherwise we assume 32-bit mode. Revision Changes Path 1.13 +33 -4 src/sys/pci/if_pcn.c 1.6 +2 -2 src/sys/pci/if_pcnreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 16:38:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A068F37B479; Wed, 22 Nov 2000 16:38:46 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46299; Wed, 22 Nov 2000 16:38:46 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011230038.QAA46299@freefall.freebsd.org> From: John Baldwin Date: Wed, 22 Nov 2000 16:38:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/22 16:38:46 PST Modified files: sys/sys mutex.h Log: Fix the KTR tracepoints for mtx_enter/exit/try_enter to properly order the parameters for the KTR_EXTEND case. Revision Changes Path 1.9 +8 -9 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 17:23: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B8DB37B479; Wed, 22 Nov 2000 17:23:00 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA54097; Wed, 22 Nov 2000 17:23:00 -0800 (PST) (envelope-from bmah@FreeBSD.org) Message-Id: <200011230123.RAA54097@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 22 Nov 2000 17:23:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/11/22 17:23:00 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: Thread supports under Linux emulation on alpha, an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/ enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1), newfs(1) write combining (+MFC), config(8) buffer overflows fixed, pcm(4) drivers compiled into GENERIC by default. Other MFCs: Write combining for crash dumps. Delete a duplicated note on mergemaster(8). Revision Changes Path 1.100 +26 -7 src/release/texts/alpha/RELNOTES.TXT 1.171 +28 -5 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 17:24: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 553A337B4D7; Wed, 22 Nov 2000 17:24:01 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA54267; Wed, 22 Nov 2000 17:24:01 -0800 (PST) (envelope-from bmah@FreeBSD.org) Message-Id: <200011230124.RAA54267@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 22 Nov 2000 17:24:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2000/11/22 17:24:01 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: Write combining for crashdumps, write combining in newfs(1), fix buffer overflows in config(8). Revision Changes Path 1.31.2.76 +11 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.77 +12 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 17:35:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0AC37B479; Wed, 22 Nov 2000 17:35:09 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA55708; Wed, 22 Nov 2000 17:35:09 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200011230135.RAA55708@freefall.freebsd.org> From: Greg Lehey Date: Wed, 22 Nov 2000 17:35:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/11/22 17:35:08 PST Modified files: (Branch: RELENG_4) sbin/vinum vinum.8 Log: Correct the pathname of the history file. Reported by: Crist J . Clark Revision Changes Path 1.33.2.4 +1 -1 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 17:41:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBC6937B479; Wed, 22 Nov 2000 17:41:12 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA56317; Wed, 22 Nov 2000 17:41:12 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200011230141.RAA56317@freefall.freebsd.org> From: Greg Lehey Date: Wed, 22 Nov 2000 17:41:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/11/22 17:41:12 PST Modified files: sbin/vinum vinum.8 Log: Correct the pathname of the history file. Reported by: Crist J . Clark Revision Changes Path 1.44 +2 -2 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 17:58:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADE8737B4CF; Wed, 22 Nov 2000 17:58:30 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA58944; Wed, 22 Nov 2000 17:58:30 -0800 (PST) (envelope-from jmz@FreeBSD.org) Message-Id: <200011230158.RAA58944@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Wed, 22 Nov 2000 17:58:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4 Makefile ports/x11/XFree86-4/files patch-p X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/11/22 17:58:30 PST Modified files: x11/XFree86-4 Makefile Added files: x11/XFree86-4/files patch-p Log: Fix a problem with the PAM support in xdm that prevents pam_start_session() from ever being called PR: ports/22615 Submitted by: Takanori Saneto Reviewed by: David Dawes Revision Changes Path 1.100 +2 -2 ports/x11/XFree86-4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 19:22: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B0637B4C5; Wed, 22 Nov 2000 19:21:59 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83044; Wed, 22 Nov 2000 19:21:59 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011230321.TAA83044@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 22 Nov 2000 19:21:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/22 19:21:59 PST Modified files: sys/alpha/linux linux_sysvec.c sys/i386/linux linux_sysvec.c Log: Don't unregister the ioctl handlers before we verified we can unload. Doing so leaves the linuxulator in a crippled state (no ioctl support) when Linux binaries are run at unload time. While here, consistently spell ELF in capitals and perform some minor style improvements. ELF spelling submitted by: asmodai Revision Changes Path 1.69 +14 -12 src/sys/alpha/linux/linux_sysvec.c 1.68 +15 -12 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 20: 2:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 318B437B4CF; Wed, 22 Nov 2000 20:02:50 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92863; Wed, 22 Nov 2000 20:02:50 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011230402.UAA92863@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 22 Nov 2000 20:02:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/22 20:02:49 PST Modified files: mail/p5-MIME-Tools Makefile distinfo pkg-plist Log: Upgrade to 5.409. PR: ports/23035 Submitted by: Ying-Chieh Liao Revision Changes Path 1.14 +3 -3 ports/mail/p5-MIME-Tools/Makefile 1.7 +1 -1 ports/mail/p5-MIME-Tools/distinfo 1.8 +1 -0 ports/mail/p5-MIME-Tools/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 Nov 22 20:44:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6DA137B479; Wed, 22 Nov 2000 20:44:53 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA03841; Wed, 22 Nov 2000 20:44:53 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230444.UAA03841@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 20:44:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-ApacheDBILogConfig Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 20:44:53 PST Modified files: databases Makefile Added files: databases/p5-ApacheDBILogConfig Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Import of new port databases/p5-ApacheDBILogConfig, a Perl module that logs webserver access information in a DBI database Revision Changes Path 1.84 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 20:45: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7832D37B4C5; Wed, 22 Nov 2000 20:44:58 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA03902; Wed, 22 Nov 2000 20:44:58 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230444.UAA03902@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 20:44:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 20:44:58 PST Modified files: . modules Log: p5-ApacheDBILogConfig --> ports/databases/p5-ApacheDBILogConfig Revision Changes Path 1.2021 +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 Nov 22 20:59: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA69537B4CF; Wed, 22 Nov 2000 20:59:02 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06514; Wed, 22 Nov 2000 20:59:02 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230459.UAA06514@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 20:59:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-ApacheDBILogger Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 20:59:02 PST Modified files: databases Makefile Added files: databases/p5-ApacheDBILogger Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Import of new port databases/p5-ApacheDBILogger, a Perl5 module that tracks what's being transferred in a DBI database from a mod_perl Apache environment. Revision Changes Path 1.85 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 20:59:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA15637B4F9; Wed, 22 Nov 2000 20:59:07 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06550; Wed, 22 Nov 2000 20:59:07 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230459.UAA06550@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 20:59:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 20:59:07 PST Modified files: . modules Log: p5-ApacheDBILogger --> ports/databases/p5-ApacheDBILogger Revision Changes Path 1.2022 +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 Nov 22 21: 2:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 537DC37B4CF; Wed, 22 Nov 2000 21:02:15 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA07017; Wed, 22 Nov 2000 21:02:15 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230502.VAA07017@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 21:02:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Spec Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 21:02:15 PST Modified files: devel Makefile Added files: devel/p5-File-Spec Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Import of new port devel/p5-File-Spec, a set of Perl5 modules to portably manipulate file specifications Revision Changes Path 1.366 +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 Wed Nov 22 21: 2:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E7F837B4F9; Wed, 22 Nov 2000 21:02:19 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA07051; Wed, 22 Nov 2000 21:02:19 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230502.VAA07051@freefall.freebsd.org> From: Donald Burr Date: Wed, 22 Nov 2000 21:02:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/22 21:02:18 PST Modified files: . modules Log: p5-File-Spec --> ports/devel/p5-File-Spec Revision Changes Path 1.2023 +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 Nov 22 21:58:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06AD937B4C5; Wed, 22 Nov 2000 21:58:49 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14394; Wed, 22 Nov 2000 21:58:48 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011230558.VAA14394@freefall.freebsd.org> From: Bill Paul Date: Wed, 22 Nov 2000 21:58:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_kue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/22 21:58:48 PST Modified files: sys/dev/usb if_kue.c Log: Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init(). Revision Changes Path 1.26 +5 -3 src/sys/dev/usb/if_kue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 22:20:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AC7137B4CF; Wed, 22 Nov 2000 22:20:18 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24089; Wed, 22 Nov 2000 22:20:18 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011230620.WAA24089@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 22 Nov 2000 22:20:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/22 22:20:17 PST Modified files: databases/postgresql7 Makefile Log: hand maintenance of this port over to ports@FreeBSD.ORG due to lack of time for maintaining and testing. Maybe somebody other can do better than I. Revision Changes Path 1.66 +16 -2 ports/databases/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 22:21: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 197E937B4D7; Wed, 22 Nov 2000 22:21:06 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24279; Wed, 22 Nov 2000 22:21:06 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011230621.WAA24279@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 22 Nov 2000 22:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pgaccess Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/22 22:21:05 PST Modified files: databases/pgaccess Makefile Log: maintenance -> ports@FreeBSD.ORG for the same reason. Revision Changes Path 1.30 +2 -2 ports/databases/pgaccess/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 22:23:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B272837B4CF; Wed, 22 Nov 2000 22:23:34 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24562; Wed, 22 Nov 2000 22:23:34 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011230623.WAA24562@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 22 Nov 2000 22:23:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/22 22:23:34 PST Modified files: news/inn-stable Makefile Log: maintenance -> ports@FreeBSD.org Don't use inn anymore after migrating to leafnode+ maintaining leafnode+ is more suitable for my home environment. So I'm looking for somebody who can test and commit updates and so really maintain the port. Revision Changes Path 1.57 +2 -2 ports/news/inn-stable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 22:28: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3266E37B479; Wed, 22 Nov 2000 22:28:06 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25225; Wed, 22 Nov 2000 22:28:06 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011230628.WAA25225@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 22 Nov 2000 22:28:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript5 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/ghostscript5/files patch-aa patch-ab patch-ac patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/22 22:28:05 PST Removed files: print/ghostscript5 Makefile distinfo pkg-comment pkg-descr pkg-plist print/ghostscript5/files patch-aa patch-ab patch-ac patch-ba Log: Have been told to remove this port, since gs55 is the real successor of this quite old gs5 port. Sorry forgot the name of the one who told me to do so, but I think we all agree in not having an old gs5 and a gs55 port all together in the ports collection. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 22:29:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD0B337B4C5; Wed, 22 Nov 2000 22:29:40 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25391; Wed, 22 Nov 2000 22:29:40 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011230629.WAA25391@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 22 Nov 2000 22:29:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/22 22:29:40 PST Modified files: print Makefile Log: nuke ghostscript v 5.0, we have a more "up to date" one Revision Changes Path 1.120 +1 -2 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 22:30:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7EEF37B4C5; Wed, 22 Nov 2000 22:30:42 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25505; Wed, 22 Nov 2000 22:30:42 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011230630.WAA25505@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 22 Nov 2000 22:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/22 22:30:42 PST Modified files: . modules Log: nuke ghostscript v 5.0, we have a more "up to date" one Revision Changes Path 1.2024 +1 -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 Wed Nov 22 23: 6: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 365A437B479; Wed, 22 Nov 2000 23:06:03 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA30745; Wed, 22 Nov 2000 23:06:03 -0800 (PST) (envelope-from nyan@FreeBSD.org) Message-Id: <200011230706.XAA30745@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 22 Nov 2000 23:06:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa scsi_dvcfg.h src/sys/i386/isa/bs bsif.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/11/22 23:06:02 PST Modified files: (Branch: RELENG_4) sys/i386/isa/bs bsif.h Removed files: (Branch: RELENG_4) sys/i386/isa scsi_dvcfg.h Log: MFC: Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.h. Revision Changes Path 1.12.2.1 +2 -2 src/sys/i386/isa/bs/bsif.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 22 23:29:25 2000 Delivered-To: cvs-all@freebsd.org Received: from mta5-rme.xtra.co.nz (mta5-rme.xtra.co.nz [203.96.92.17]) by hub.freebsd.org (Postfix) with ESMTP id F044E37B479; Wed, 22 Nov 2000 23:27:47 -0800 (PST) Received: from themail.com ([210.54.197.59]) by mta5-rme.xtra.co.nz with SMTP id <20001123072744.OAIP60565.mta5-rme.xtra.co.nz@themail.com>; Thu, 23 Nov 2000 20:27:44 +1300 From: "turehu" To: Subject: Accept credit cards on-line THE EASY WAY! Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 23 Nov 2000 08:24:45 +1300 Content-Transfer-Encoding: 8bit Message-Id: <20001123072744.OAIP60565.mta5-rme.xtra.co.nz@themail.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No set up fees No monthly interest No minimum transaction fees The only charge is a small percentage of the cost of the transaction. You can not lose money! You only pay fees if you sell your product. Get in the act and launch your online bussiness which will work for you 24hrs a day, seven days a week and it is worldwide. Want to find out more? Go to: http://www.cyberturf.com/creditcard If this Email has reached you by mistake, we apologize. To remove your Email from the mailing list please send: jennifer@nottern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0: 9:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5116F37B479; Thu, 23 Nov 2000 00:09:48 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA39574; Thu, 23 Nov 2000 00:09:48 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011230809.AAA39574@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 23 Nov 2000 00:09:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/23 00:09:47 PST Modified files: release/sysinstall install.c Log: Remove extra ")". Revision Changes Path 1.287 +2 -2 src/release/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0:18:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8CCE37B479; Thu, 23 Nov 2000 00:18:11 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41313; Thu, 23 Nov 2000 00:18:11 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011230818.AAA41313@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 00:18:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 00:18:11 PST Modified files: sbin/mount mount.8 Log: mdoc(7) police: misc minor fixes. Revision Changes Path 1.37 +58 -45 src/sbin/mount/mount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0:23:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03FAD37B4C5; Thu, 23 Nov 2000 00:23:54 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42288; Thu, 23 Nov 2000 00:23:53 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230823.AAA42288@freefall.freebsd.org> From: Donald Burr Date: Thu, 23 Nov 2000 00:23:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile ports/irc/iroffer Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/23 00:23:53 PST Modified files: irc Makefile Added files: irc/iroffer Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Import of new port irc/iroffer, An IRC "bot" that makes sharing files via DCC extremely easy Revision Changes Path 1.16 +2 -1 ports/irc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0:24: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E00E137B4E5; Thu, 23 Nov 2000 00:23:56 -0800 (PST) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42323; Thu, 23 Nov 2000 00:23:56 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <200011230823.AAA42323@freefall.freebsd.org> From: Donald Burr Date: Thu, 23 Nov 2000 00:23:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dburr 2000/11/23 00:23:56 PST Modified files: . modules Log: iroffer --> ports/irc/iroffer Revision Changes Path 1.2025 +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 Nov 23 0:51:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B724137B479; Thu, 23 Nov 2000 00:51:33 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45885; Thu, 23 Nov 2000 00:51:33 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011230851.AAA45885@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 00:51:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/13.viref Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 00:51:33 PST Modified files: share/doc/usd/13.viref Makefile Log: Starting from groff(1) version 1.12, -msafer is now the default, but index building for 13.viref requires the use of .sy request. Repair the index building by running groff(1) in unsafe -U mode. Requested by: bde Revision Changes Path 1.9 +2 -1 src/share/doc/usd/13.viref/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0:53:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B060237B479; Thu, 23 Nov 2000 00:53:19 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46087; Thu, 23 Nov 2000 00:53:19 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011230853.AAA46087@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 23 Nov 2000 00:53:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/23 00:53:19 PST Modified files: sys/i386/linux syscalls.master Log: Change the argument of linux_sigreturn to be a pointer to a struct sigframe. Revision Changes Path 1.38 +2 -2 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0:53:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C27B737B4CF; Thu, 23 Nov 2000 00:53:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46139; Thu, 23 Nov 2000 00:53:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011230853.AAA46139@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 00:53:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/13.viref Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 00:53:48 PST Modified files: (Branch: RELENG_4) share/doc/usd/13.viref Makefile Log: MFC: Repair the index building. Revision Changes Path 1.8.2.1 +2 -1 src/share/doc/usd/13.viref/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 0:55:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE8037B4C5; Thu, 23 Nov 2000 00:55:31 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46345; Thu, 23 Nov 2000 00:55:31 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011230855.AAA46345@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 23 Nov 2000 00:55:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_locore.s linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/23 00:55:31 PST Modified files: sys/i386/linux linux.h linux_locore.s linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c Log: o Change the argument of linux_sigreturn to be a pointer to a struct sigframe. We need more than only the signal context. o Properly convert the signal mask when setting up the signal frame in linux_sendsig and properly convert it back in linux_sigreturn. Do some cleanups and improve style while here. Revision Changes Path 1.50 +10 -11 src/sys/i386/linux/linux.h 1.10 +4 -8 src/sys/i386/linux/linux_locore.s 1.40 +2 -2 src/sys/i386/linux/linux_proto.h 1.35 +1 -1 src/sys/i386/linux/linux_syscall.h 1.41 +1 -1 src/sys/i386/linux/linux_sysent.c 1.69 +57 -57 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 1: 1:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF0CA37B4D7; Thu, 23 Nov 2000 01:01:10 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA47126; Thu, 23 Nov 2000 01:01:10 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011230901.BAA47126@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 23 Nov 2000 01:01:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/23 01:01:10 PST Modified files: www/mozilla-embedded Makefile Log: perl --> ${PERL} Submitted by: demon Revision Changes Path 1.4 +2 -2 ports/www/mozilla-embedded/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 1:39: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B72037B4C5; Thu, 23 Nov 2000 01:39:05 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA53793; Thu, 23 Nov 2000 01:39:05 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011230939.BAA53793@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 23 Nov 2000 01:39:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pygmy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/23 01:39:05 PST Modified files: mail/pygmy Makefile distinfo Log: Update to 0.4.5. Revision Changes Path 1.7 +2 -2 ports/mail/pygmy/Makefile 1.5 +1 -1 ports/mail/pygmy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 2:11:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8EA537B479; Thu, 23 Nov 2000 02:11:37 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60402; Thu, 23 Nov 2000 02:11:37 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200011231011.CAA60402@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 23 Nov 2000 02:11:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/11/23 02:11:37 PST Modified files: news/inn-stable Makefile Log: I already have inn, so I might as well take on inn-stable now that andreas doesn't want to maintain it any more. Revision Changes Path 1.58 +2 -2 ports/news/inn-stable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 2:15:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97EC737B479; Thu, 23 Nov 2000 02:15:54 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61153; Thu, 23 Nov 2000 02:15:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011231015.CAA61153@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 02:15:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/timed/SMM.doc/timed timed.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 02:15:54 PST Modified files: usr.sbin/timed/SMM.doc/timed timed.ms Log: Eliminate groff(1) warnings. Obtained from: NetBSD Revision Changes Path 1.2 +2 -44 src/usr.sbin/timed/SMM.doc/timed/timed.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 2:18:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 066C237B4CF; Thu, 23 Nov 2000 02:18:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61533; Thu, 23 Nov 2000 02:18:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011231018.CAA61533@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 02:18:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/timed/SMM.doc/timed timed.ms X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 02:18:47 PST Modified files: (Branch: RELENG_4) usr.sbin/timed/SMM.doc/timed timed.ms Log: MFC: groff(1) fixes. Revision Changes Path 1.1.1.1.14.1 +2 -44 src/usr.sbin/timed/SMM.doc/timed/timed.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 2:50:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D794B37B4C5; Thu, 23 Nov 2000 02:50:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65570; Thu, 23 Nov 2000 02:50:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011231050.CAA65570@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 23 Nov 2000 02:50:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cscope Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/23 02:50:10 PST Modified files: devel/cscope Makefile distinfo Log: Upgrade to version 15.1. Revision Changes Path 1.10 +4 -5 ports/devel/cscope/Makefile 1.3 +1 -1 ports/devel/cscope/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 2:56:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6BD137B479; Thu, 23 Nov 2000 02:56:30 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66211; Thu, 23 Nov 2000 02:56:30 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231056.CAA66211@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 02:56:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 02:56:30 PST Modified files: . modules Log: kenv -> src/usr.bin/kenv Revision Changes Path 1.2026 +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 Nov 23 3: 5:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09E4F37B4C5; Thu, 23 Nov 2000 03:05:18 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67532; Thu, 23 Nov 2000 03:05:18 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011231105.DAA67532@freefall.freebsd.org> From: Matt Dillon Date: Thu, 23 Nov 2000 03:05:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_stream.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/23 03:05:15 PST Modified files: sys/compat/svr4 svr4_stream.c Log: Forgot to patch this file in file descriptor race fix commit Submitted-by: "Danny J. Zerkel" Revision Changes Path 1.16 +18 -8 src/sys/compat/svr4/svr4_stream.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3: 8:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E8337B479; Thu, 23 Nov 2000 03:08:21 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA69276; Thu, 23 Nov 2000 03:08:21 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011231108.DAA69276@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 03:08:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/title Title X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 03:08:20 PST Modified files: share/doc/psd/title Title Log: Eliminate groff(1) warnings. Revision Changes Path 1.2 +2 -1 src/share/doc/psd/title/Title To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:12: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A01E37B4CF; Thu, 23 Nov 2000 03:11:57 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA69904; Thu, 23 Nov 2000 03:11:57 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011231111.DAA69904@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 03:11:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/title Title X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 03:11:57 PST Modified files: (Branch: RELENG_4) share/doc/psd/title Title Log: MFC: Eliminate groff(1) warnings. Revision Changes Path 1.1.12.1 +2 -1 src/share/doc/psd/title/Title To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:17:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA9B537B479; Thu, 23 Nov 2000 03:17:34 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70821; Thu, 23 Nov 2000 03:17:34 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231117.DAA70821@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 03:17:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 03:17:34 PST Modified files: contrib/groff/tmac doc-common doc-syms Log: Add the appropriate magic to make .Fx 4.1.1 work. Revision Changes Path 1.38 +2 -1 src/contrib/groff/tmac/doc-common 1.31 +2 -1 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:19:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA11637B4C5; Thu, 23 Nov 2000 03:19:45 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71316; Thu, 23 Nov 2000 03:19:45 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231119.DAA71316@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 03:19:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 03:19:45 PST Modified files: (Branch: RELENG_4) contrib/groff/tmac doc-common doc-syms Log: MFC: allow .Fx 4.1.1 Revision Changes Path 1.21.2.13 +2 -1 src/contrib/groff/tmac/doc-common 1.24.2.4 +2 -1 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:21:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12CCA37B4C5; Thu, 23 Nov 2000 03:21:36 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71591; Thu, 23 Nov 2000 03:21:36 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231121.DAA71591@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 03:21:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kenv kenv.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 03:21:35 PST Modified files: usr.bin/kenv kenv.1 Log: kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0. PR: 23020 Submitted by: Simon Dick Revision Changes Path 1.3 +2 -2 src/usr.bin/kenv/kenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:23:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A5D637B4C5; Thu, 23 Nov 2000 03:23:24 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71832; Thu, 23 Nov 2000 03:23:24 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231123.DAA71832@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 03:23:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kenv kenv.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 03:23:23 PST Modified files: (Branch: RELENG_4) usr.bin/kenv kenv.1 Log: MFC: first appeared in FreeBSD 4.1.1, not 5.0. Revision Changes Path 1.1.2.2 +2 -2 src/usr.bin/kenv/kenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:28: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9671037B4CF; Thu, 23 Nov 2000 03:28:00 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72145; Thu, 23 Nov 2000 03:28:00 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231128.DAA72145@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 03:28:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 03:28:00 PST Modified files: share/sgml man-refs.ent Log: imake(1) Revision Changes Path 1.53 +2 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:32:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED8637B479; Thu, 23 Nov 2000 03:32:53 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72597; Thu, 23 Nov 2000 03:32:53 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231132.DAA72597@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 03:32:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 03:32:52 PST Modified files: en_US.ISO_8859-1/books/handbook/ports chapter.sgml Log: Document that some imake/Perl ports don't respect PREFIX properly. PR: 23022 Submitted by: Michael Lucas Revision Changes Path 1.112 +8 -1 doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 3:56:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E754A37B661; Thu, 23 Nov 2000 03:56:11 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA75515; Thu, 23 Nov 2000 03:56:11 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011231156.DAA75515@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 23 Nov 2000 03:56:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/unixODBC Makefile ports/devel/sdcc Makefile ports/editors/xemacs-additional-packages Makefile ports/games/acm Makefile ports/games/xpipeman Makefile ports/games/xripple Makefile ports/graphics/hpscan Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/23 03:56:11 PST Modified files: databases/unixODBC Makefile devel/sdcc Makefile editors/xemacs-additional-packages Makefile games/acm Makefile games/xpipeman Makefile games/xripple Makefile graphics/hpscan Makefile graphics/linux-jpeg Makefile mail/imap-uw Makefile math/hexcalc Makefile misc/colorls Makefile misc/findutils Makefile misc/gnuls Makefile misc/mshell Makefile misc/team Makefile print/pips770 Makefile security/libparanoia Makefile sysutils/wmhm Makefile www/linux-netscape6 Makefile x11-toolkits/linux-gtk Makefile x11-toolkits/py-kde Makefile Log: Ditch out "Version required" from comments section. Revision Changes Path 1.10 +1 -2 ports/databases/unixODBC/Makefile 1.6 +1 -2 ports/devel/sdcc/Makefile 1.3 +1 -2 ports/editors/xemacs-additional-packages/Makefile 1.24 +1 -2 ports/games/acm/Makefile 1.16 +1 -2 ports/games/xpipeman/Makefile 1.13 +1 -2 ports/games/xripple/Makefile 1.23 +1 -2 ports/graphics/hpscan/Makefile 1.2 +1 -2 ports/graphics/linux-jpeg/Makefile 1.45 +1 -2 ports/mail/imap-uw/Makefile 1.15 +1 -2 ports/math/hexcalc/Makefile 1.26 +1 -2 ports/misc/colorls/Makefile 1.5 +1 -2 ports/misc/findutils/Makefile 1.14 +1 -2 ports/misc/gnuls/Makefile 1.18 +1 -2 ports/misc/mshell/Makefile 1.13 +1 -2 ports/misc/team/Makefile 1.3 +1 -2 ports/print/pips770/Makefile 1.8 +1 -2 ports/security/libparanoia/Makefile 1.17 +1 -2 ports/sysutils/wmhm/Makefile 1.25 +1 -2 ports/www/linux-netscape6/Makefile 1.5 +1 -2 ports/x11-toolkits/linux-gtk/Makefile 1.4 +1 -2 ports/x11-toolkits/py-kde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 4: 3:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81AE037B4C5; Thu, 23 Nov 2000 04:03:36 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80458; Thu, 23 Nov 2000 04:03:36 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011231203.EAA80458@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 23 Nov 2000 04:03:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/conserver Makefile distinfo pkg-plist ports/comms/conserver/files patch-autologin-Make.host patch-conserver-Make.host patch-console-Make.host patch-machine.h conserver.sh patch-ac patch-ad patch-af patch-aa patch-ab patch-ae patch-ag patch-ah ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/23 04:03:36 PST Modified files: comms/conserver Makefile distinfo pkg-plist comms/conserver/files conserver.sh patch-ac patch-ad patch-af Added files: comms/conserver/files patch-autologin-Make.host patch-conserver-Make.host patch-console-Make.host patch-machine.h Removed files: comms/conserver/files patch-aa patch-ab patch-ae patch-ag patch-ah patch-ai Log: Upgrade to version 8.5 [based on patch submitted in PR, but greatly re-worked by me] PR: 14970 Submitted by: Andrew J. Korty Revision Changes Path 1.16 +47 -22 ports/comms/conserver/Makefile 1.2 +1 -1 ports/comms/conserver/distinfo 1.5 +1 -0 ports/comms/conserver/pkg-plist 1.3 +2 -2 ports/comms/conserver/files/conserver.sh 1.3 +17 -19 ports/comms/conserver/files/patch-ac 1.4 +16 -44 ports/comms/conserver/files/patch-ad 1.5 +11 -5 ports/comms/conserver/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 4:28:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 720D237B4CF; Thu, 23 Nov 2000 04:28:20 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA85815; Thu, 23 Nov 2000 04:28:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011231228.EAA85815@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 23 Nov 2000 04:28:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils FREEBSD-Xlist FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/23 04:28:20 PST Modified files: contrib/binutils FREEBSD-Xlist FREEBSD-upgrade Log: Update for the Bintuils 2.10.1 import. Revision Changes Path 1.3 +21 -5 src/contrib/binutils/FREEBSD-Xlist 1.4 +11 -28 src/contrib/binutils/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 4:52:41 2000 Delivered-To: cvs-all@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id F2DBC37B479 for ; Thu, 23 Nov 2000 04:52:38 -0800 (PST) Received: from world.std.com (root@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id HAA25701 for ; Thu, 23 Nov 2000 07:52:35 -0500 (EST) Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id HAA08907; Thu, 23 Nov 2000 07:52:09 -0500 (EST) Date: Thu, 23 Nov 2000 07:52:09 -0500 (EST) From: Kenneth W Cochran Message-Id: <200011231252.HAA08907@world.std.com> To: cvs-all@freebsd.org Subject: /usr/src/release/texts/README.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can/will someone please fix /usr/src/release/texts/README.TXT for 4.2-STABLE? :) Thanks, -kc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 5:36: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C82F437B4C5; Thu, 23 Nov 2000 05:36:01 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA95211; Thu, 23 Nov 2000 05:36:01 -0800 (PST) (envelope-from jmz@FreeBSD.org) Message-Id: <200011231336.FAA95211@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 23 Nov 2000 05:36:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4 Makefile ports/x11/XFree86-4/files patch-q X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/11/23 05:36:01 PST Modified files: x11/XFree86-4 Makefile Added files: x11/XFree86-4/files patch-q Log: There's a bug in XFree86-4's XCreateFontSet(), revealed by 5-current's default AJ /etc/malloc.conf behaviour. It can't auto-match CJK fontnames specified in its fontset argument, but only explicit fontnames are accepted. Submitted by: keith Tested by: Clive Lin , Michael C. Wu Revision Changes Path 1.101 +2 -2 ports/x11/XFree86-4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 5:49:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B91637B479; Thu, 23 Nov 2000 05:49:52 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA96557; Thu, 23 Nov 2000 05:49:52 -0800 (PST) (envelope-from cjh@FreeBSD.org) Message-Id: <200011231349.FAA96557@freefall.freebsd.org> From: CHOI Junho Date: Thu, 23 Nov 2000 05:49:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ami Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/11/23 05:49:52 PST Modified files: korean/ami Makefile distinfo pkg-plist Log: Update to 1.0.7.1. A quick fix of 1.0.7. Revision Changes Path 1.17 +5 -2 ports/korean/ami/Makefile 1.8 +1 -1 ports/korean/ami/distinfo 1.13 +6 -0 ports/korean/ami/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 Nov 23 6: 0:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 411FD37B4D7; Thu, 23 Nov 2000 06:00:27 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98108; Thu, 23 Nov 2000 06:00:27 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231400.GAA98108@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 06:00:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 build.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 06:00:26 PST Modified files: share/man/man7 build.7 Log: Add an example to explain the basic procedure to build the world. Suggested by: obrien Revision Changes Path 1.2 +35 -1 src/share/man/man7/build.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 6:13:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33F2B37B4C5; Thu, 23 Nov 2000 06:13:44 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03402; Thu, 23 Nov 2000 06:13:44 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011231413.GAA03402@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 23 Nov 2000 06:13:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/ruby-bitvector Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/23 06:13:43 PST Modified files: math Makefile Added files: math/ruby-bitvector Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-bitvector, efficient Ruby bit vector extension. Revision Changes Path 1.88 +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 Thu Nov 23 6:13:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 577EC37B713; Thu, 23 Nov 2000 06:13:52 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03452; Thu, 23 Nov 2000 06:13:52 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011231413.GAA03452@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 23 Nov 2000 06:13:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/23 06:13:52 PST Modified files: . modules Log: ruby-bitvector --> ports/math/ruby-bitvector Revision Changes Path 1.2027 +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 Nov 23 6:19:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00AE037B479; Thu, 23 Nov 2000 06:19:52 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04500; Thu, 23 Nov 2000 06:19:51 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231419.GAA04500@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 06:19:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 build.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 06:19:51 PST Modified files: share/man/man7 build.7 Log: * Say that ps, top, etc, "may not work" with the new kernel, rather than "will not work", as in many cases they will. Suggested by: sholdonh * Add cross-references to reboot(8) and shutdown(8) Revision Changes Path 1.3 +5 -3 src/share/man/man7/build.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 6:23:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94CD737B4C5; Thu, 23 Nov 2000 06:23:54 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA05104; Thu, 23 Nov 2000 06:23:54 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011231423.GAA05104@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 23 Nov 2000 06:23:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype Makefile ports/print/freetype2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/23 06:23:54 PST Modified files: print/freetype Makefile print/freetype2 Makefile Log: Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively. Not responded by: jseger (MAINTAINER), sobomax Revision Changes Path 1.22 +8 -11 ports/print/freetype/Makefile 1.25 +8 -11 ports/print/freetype2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 6:44:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4986C37B4C5; Thu, 23 Nov 2000 06:44:46 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07505; Thu, 23 Nov 2000 06:44:46 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011231444.GAA07505@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 23 Nov 2000 06:44:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 build.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/23 06:44:46 PST Modified files: share/man/man7 build.7 Log: Use a more generic name for the compiler cross-reference. (cc instead of gcc.) Suggested by: sheldonh (not sholdonh) Revision Changes Path 1.4 +2 -2 src/share/man/man7/build.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 7:21:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8684137B479; Thu, 23 Nov 2000 07:21:31 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13494; Thu, 23 Nov 2000 07:21:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011231521.HAA13494@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 07:21:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/12.make Makefile src/usr.bin/make/PSD.doc stubs.ms tutorial.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 07:21:31 PST Modified files: share/doc/psd/12.make Makefile usr.bin/make/PSD.doc tutorial.ms Added files: usr.bin/make/PSD.doc stubs.ms Log: Eliminate groff(1) warnings. Revision Changes Path 1.5 +2 -2 src/share/doc/psd/12.make/Makefile 1.9 +13 -3 src/usr.bin/make/PSD.doc/tutorial.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 7:23:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C726F37B479; Thu, 23 Nov 2000 07:23:12 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13658; Thu, 23 Nov 2000 07:23:12 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011231523.HAA13658@freefall.freebsd.org> From: Kevin Lo Date: Thu, 23 Nov 2000 07:23:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdjvu++ Makefile distinfo pkg-plist ports/graphics/libdjvu++/files patch-ac patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/23 07:23:12 PST Modified files: graphics/libdjvu++ Makefile distinfo pkg-plist graphics/libdjvu++/files patch-ac Removed files: graphics/libdjvu++/files patch-aa Log: Update to version 2.1.1 PR: 23023 Submitted by: MAINTAINER Revision Changes Path 1.5 +15 -13 ports/graphics/libdjvu++/Makefile 1.2 +1 -1 ports/graphics/libdjvu++/distinfo 1.3 +112 -108 ports/graphics/libdjvu++/pkg-plist 1.2 +4 -1 ports/graphics/libdjvu++/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 7:26:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D105037B4C5; Thu, 23 Nov 2000 07:26:32 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14105; Thu, 23 Nov 2000 07:26:32 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011231526.HAA14105@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Nov 2000 07:26:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/12.make Makefile src/usr.bin/make/PSD.doc stubs.ms tutorial.ms X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/23 07:26:32 PST Modified files: (Branch: RELENG_4) share/doc/psd/12.make Makefile usr.bin/make/PSD.doc tutorial.ms Added files: (Branch: RELENG_4) usr.bin/make/PSD.doc stubs.ms Log: MFC: Eliminate groff(1) warnings. Revision Changes Path 1.4.2.1 +2 -2 src/share/doc/psd/12.make/Makefile 1.8.2.1 +13 -3 src/usr.bin/make/PSD.doc/tutorial.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 7:30:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEF0037B4CF; Thu, 23 Nov 2000 07:30:39 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14630; Thu, 23 Nov 2000 07:30:39 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011231530.HAA14630@freefall.freebsd.org> From: Kevin Lo Date: Thu, 23 Nov 2000 07:30:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/leafpak Makefile distinfo pkg-descr ports/graphics/leafpak/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/23 07:30:39 PST Modified files: graphics/leafpak Makefile distinfo pkg-descr Removed files: graphics/leafpak/files patch-aa patch-ab Log: Update to version 1.1.1 PR: 23033 Submitted by: MAINTAINER Revision Changes Path 1.2 +4 -4 ports/graphics/leafpak/Makefile 1.2 +1 -1 ports/graphics/leafpak/distinfo 1.2 +1 -1 ports/graphics/leafpak/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 7:35: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D247F37B4C5; Thu, 23 Nov 2000 07:35:06 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA15417; Thu, 23 Nov 2000 07:35:06 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011231535.HAA15417@freefall.freebsd.org> From: Kevin Lo Date: Thu, 23 Nov 2000 07:35:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_access_referer Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/23 07:35:06 PST Modified files: www/mod_access_referer Makefile distinfo Log: Update to version 1.0.2 PR: 23045 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/www/mod_access_referer/Makefile 1.2 +1 -1 ports/www/mod_access_referer/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 8:27:33 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id EA53137B4C5; Thu, 23 Nov 2000 08:27:28 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eANGRRl64058; Thu, 23 Nov 2000 17:27:27 +0100 (CET) (envelope-from asmodai) Date: Thu, 23 Nov 2000 17:27:26 +0100 From: Jeroen Ruigrok van der Werven To: Jean-Marc Zucconi Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile ports/x11/XFree86-4/files patch-q Message-ID: <20001123172726.N478@lucifer.bart.nl> References: <200011231336.FAA95211@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011231336.FAA95211@freefall.freebsd.org>; from jmz@FreeBSD.org on Thu, Nov 23, 2000 at 05:36:01AM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001123 14:40], Jean-Marc Zucconi (jmz@FreeBSD.org) wrote: > Log: > There's a bug in XFree86-4's XCreateFontSet(), revealed by 5-current's > default AJ /etc/malloc.conf behaviour. It can't auto-match CJK fontnames > specified in its fontset argument, but only explicit fontnames are accepted. Just a general question: Are these patches being fed back to the appropriate projects for inclusion in their updates? I mean, I already do this for things like: BIND, groff, ethereal, amcl, tuxnes, snes9x, etc etc. It would eliminate a lot of patches over time. Good practice if you ask me. Just curious. :) -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 I've come a long way from where I started, but I am not even close to where I'm going... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 8:36: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 720B337B4C5; Thu, 23 Nov 2000 08:35:59 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA24432; Thu, 23 Nov 2000 08:35:59 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Thu, 23 Nov 2000 08:35:59 -0800 (PST) Message-Id: <200011231635.IAA24432@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f From: Jean-Marc Zucconi To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile ports/x11/XFree86-4/files patch-q In-Reply-To: <20001123172726.N478@lucifer.bart.nl> References: <200011231336.FAA95211@freefall.freebsd.org> <20001123172726.N478@lucifer.bart.nl> X-Mailer: Emacs 20.7.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> Jeroen Ruigrok van der Werven writes: > -On [20001123 14:40], Jean-Marc Zucconi (jmz@FreeBSD.org) wrote: >> Log: >> There's a bug in XFree86-4's XCreateFontSet(), revealed by 5-current's >> default AJ /etc/malloc.conf behaviour. It can't auto-match CJK fontnames >> specified in its fontset argument, but only explicit fontnames are accepted. > Just a general question: > Are these patches being fed back to the appropriate projects for > inclusion in their updates? I do it if patches are my own. Otherwise I ask the submitter to send them to fixes@xfree86.org too. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 9:19:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE8CF37B479; Thu, 23 Nov 2000 09:19:55 -0800 (PST) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA30848; Thu, 23 Nov 2000 09:19:55 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <200011231719.JAA30848@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Thu, 23 Nov 2000 09:19:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 devclass.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/11/23 09:19:55 PST Modified files: share/man/man9 devclass.9 Log: Add a brief warning about devclass and multiple device driver attachments. Revision Changes Path 1.5 +5 -1 src/share/man/man9/devclass.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 9:30:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48A7737B479; Thu, 23 Nov 2000 09:30:45 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA32057; Thu, 23 Nov 2000 09:30:45 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011231730.JAA32057@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 23 Nov 2000 09:30:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/tya Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/23 09:30:44 PST Modified files: java/tya Makefile distinfo Log: Update to 1.7.3. Revision Changes Path 1.18 +3 -3 ports/java/tya/Makefile 1.9 +1 -1 ports/java/tya/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 10:34:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF1437B4C5; Thu, 23 Nov 2000 10:34:54 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA40318; Thu, 23 Nov 2000 10:34:54 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011231834.KAA40318@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 23 Nov 2000 10:34:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/shujit Makefile distinfo ports/java/shujit/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/23 10:34:54 PST Modified files: java/shujit Makefile distinfo Removed files: java/shujit/files patch-aa Log: Update to 0.6.8. Revision Changes Path 1.21 +2 -2 ports/java/shujit/Makefile 1.11 +1 -1 ports/java/shujit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 10:45:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFE1737B4C5; Thu, 23 Nov 2000 10:45:28 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41509; Thu, 23 Nov 2000 10:45:28 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011231845.KAA41509@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 23 Nov 2000 10:45:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/grail Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/23 10:45:28 PST Modified files: www/grail Makefile pkg-descr Log: Project moved to Sourceforge, so update MASTER_SITES and WWW accordingly. Also replace two-tab indentation with more common single-tab. Revision Changes Path 1.18 +14 -13 ports/www/grail/Makefile 1.4 +2 -3 ports/www/grail/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 11:57:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57B8537B479; Thu, 23 Nov 2000 11:57:10 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50227; Thu, 23 Nov 2000 11:57:10 -0800 (PST) (envelope-from hrs@FreeBSD.org) Message-Id: <200011231957.LAA50227@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 23 Nov 2000 11:57:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent book.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/11/23 11:57:10 PST Modified files: ja_JP.eucJP/books/handbook authors.ent book.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml Log: Catch up with the English version: 1.131 -> 1.133 authors.ent 1.92 -> 1.93 book.sgml 1.99 -> 1.100 mirrors/chapter.sgml Revision Changes Path 1.46 +4 -2 doc/ja_JP.eucJP/books/handbook/authors.ent 1.63 +3 -3 doc/ja_JP.eucJP/books/handbook/book.sgml 1.37 +8 -2 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 11:59:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F93B37B479; Thu, 23 Nov 2000 11:59:13 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50395; Thu, 23 Nov 2000 11:59:13 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011231959.LAA50395@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 23 Nov 2000 11:59:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xchat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/23 11:59:13 PST Modified files: japanese/xchat Makefile Log: Unbreak. Now that irc/xchat is upgraded to 1.6.0 when Japanese support patch is still at 1.4.3, temporarily make this port standalone (non-slave) until Japanese support patch for xchat 1.6.0 is released. Revision Changes Path 1.4 +59 -5 ports/japanese/xchat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 14:25: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8949037B4C5; Thu, 23 Nov 2000 14:25:04 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA70132; Thu, 23 Nov 2000 14:25:04 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200011232225.OAA70132@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 23 Nov 2000 14:25:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/11/23 14:25:04 PST Modified files: sys/net bridge.c sys/netinet ip_dummynet.c Log: Fixup (hopefully) bridging + ipfw + dummynet together... * Some dummynet code incorrectly handled a malloc()-allocated pseudo-mbuf header structure, called "pkt," and could consequently pollute the mbuf free list if it was ever passed to m_freem(). The fix involved passing not pkt, but essentially pkt->m_next (which is a real mbuf) to the mbuf utility routines. * Also, for dummynet, in bdg_forward(), made the code copy the ethernet header back into the mbuf (prepended) because the dummynet code that follows expects it to be there but it is, unfortunately for dummynet, passed to bdg_forward as a seperate argument. PRs: kern/19551 ; misc/21534 ; kern/23010 Submitted by: Thomas Moestl Reviewed by: bmilekic Approved by: luigi Revision Changes Path 1.27 +17 -3 src/sys/net/bridge.c 1.31 +6 -6 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 14:32:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1097F37B479; Thu, 23 Nov 2000 14:32:15 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA70898; Thu, 23 Nov 2000 14:32:15 -0800 (PST) (envelope-from andreas@FreeBSD.org) Message-Id: <200011232232.OAA70898@freefall.freebsd.org> From: Andreas Klemm Date: Thu, 23 Nov 2000 14:32:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/11/23 14:32:11 PST Modified files: sysutils/webmin Makefile Log: give maintenance to ports@freebsd.org because I don't use this port myself, so maintenance and downloading huge files is to much/time consuming for me. Revision Changes Path 1.21 +2 -2 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 16: 1:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B25337B4C5; Thu, 23 Nov 2000 16:01:43 -0800 (PST) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79878; Thu, 23 Nov 2000 16:01:43 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200011240001.QAA79878@freefall.freebsd.org> From: Chris Piazza Date: Thu, 23 Nov 2000 16:01:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnapster Makefile pkg-plist ports/audio/gnapster/files patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/11/23 16:01:43 PST Modified files: audio/gnapster Makefile pkg-plist Added files: audio/gnapster/files patch-ae patch-af Log: Make gnome optional PR: 23049 Submitted by: Jeremy Norris Revision Changes Path 1.20 +11 -5 ports/audio/gnapster/Makefile 1.5 +8 -7 ports/audio/gnapster/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 Nov 23 21:49: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 9F12437B4C5 for ; Thu, 23 Nov 2000 21:49:02 -0800 (PST) Received: (qmail 11267 invoked by uid 100); 24 Nov 2000 05:49:02 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14878.334.195893.396445@guru.mired.org> Date: Thu, 23 Nov 2000 23:49:02 -0600 (CST) To: "David O'Brien" Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-Reply-To: <132975336@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien types: > On Wed, Nov 22, 2000 at 02:20:51PM +0000, Ben Smithurst wrote: > > Anyway, you retracted your objection to build(7) fairly early on unless > > I've been reading a different PR to you... > I object to build(7) saying nothing. Are you going to take the lead and > embellish this to the point it actually helps someone? As the author of that page, I object to the phrase "saying nothing". Yeah, it says nothing to someone who knows what's in it. So what? That's true of *every* man page. I wrote it because I got tired of typing that "nothing" in for people on -questions. Why don't you hang out there for a couple of quarters doing that, then decide if being able to say "see build(7)" is better than typing in an actual explanation? Finally, if you'll tell me *what* information you feel it needs to be useful, and where I can find it, I'll add that "embellishment", and submit a PR. Which I'll expect you to either commit, or reject for good reason in short order. To: "Daniel C. Sobral" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 devclass.9 In-reply-to: Your message of "Thu, 23 Nov 2000 09:19:55 PST." <200011231719.JAA30848@freefall.freebsd.org> Date: Fri, 24 Nov 2000 08:26:01 +0200 Message-ID: <391.975047161@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 23 Nov 2000 09:19:55 PST, "Daniel C. Sobral" wrote: > Modified files: > share/man/man9 devclass.9 > Log: > Add a brief warning about devclass and multiple device driver attachments. You've marked devclass up as a defined value (Dv). Are typedefs really defined values? I thought they were just types. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 23: 3:34 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 25B5C37B479; Thu, 23 Nov 2000 23:03:30 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13zCt8-0000jv-00; Fri, 24 Nov 2000 09:03:14 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id JAA26085; Fri, 24 Nov 2000 09:03:23 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 25867; Fri Nov 24 09:01:57 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13zCrt-00005o-00; Fri, 24 Nov 2000 09:01:57 +0200 From: Sheldon Hearn To: Mike Meyer Cc: "David O'Brien" , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-reply-to: Your message of "Thu, 23 Nov 2000 23:49:02 CST." <14878.334.195893.396445@guru.mired.org> Date: Fri, 24 Nov 2000 09:01:57 +0200 Message-ID: <359.975049317@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 23 Nov 2000 23:49:02 CST, Mike Meyer wrote: > As the author of that page, I object to the phrase "saying > nothing". Yeah, it says nothing to someone who knows what's in it. So > what? That's true of *every* man page. I think the issue here is not about whether this stuff should be documented. I think that this is already better documented in the handbook, and I think that the handbook is a better medium for conveying this kind of information. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 23:23:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF97C37B4D7; Thu, 23 Nov 2000 23:23:08 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA35725; Thu, 23 Nov 2000 23:23:08 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011240723.XAA35725@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 23 Nov 2000 23:23:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/23 23:23:08 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: Reflect reality about number of developers. Revision Changes Path 1.31.2.77 +3 -3 src/release/texts/alpha/RELNOTES.TXT 1.72.2.78 +3 -3 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 23 23:53:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFB2337B4C5; Thu, 23 Nov 2000 23:53:21 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39580; Thu, 23 Nov 2000 23:53:21 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011240753.XAA39580@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 23 Nov 2000 23:53:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/23 23:53:21 PST Modified files: (Branch: RELENG_4) release/sysinstall install.c Log: MFC: Remove extra ")". Revision Changes Path 1.268.2.17 +2 -2 src/release/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 1:14:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A79037B4D7; Fri, 24 Nov 2000 01:14:10 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52814; Fri, 24 Nov 2000 01:14:10 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Message-Id: <200011240914.BAA52814@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 24 Nov 2000 01:14:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rlogin rlogin.1 rlogin.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2000/11/24 01:14:10 PST Modified files: usr.bin/rlogin rlogin.1 rlogin.c Log: [rlogin.1] Document the `-4' and `-6' options. Correct a typo. [rlogin.c] Make the usage message match the code. Revision Changes Path 1.14 +7 -3 src/usr.bin/rlogin/rlogin.1 1.26 +2 -2 src/usr.bin/rlogin/rlogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 1:25:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42C9637B4CF; Fri, 24 Nov 2000 01:25:46 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54432; Fri, 24 Nov 2000 01:25:46 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Message-Id: <200011240925.BAA54432@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 24 Nov 2000 01:25:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rsh rsh.1 rsh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2000/11/24 01:25:46 PST Modified files: usr.bin/rsh rsh.1 rsh.c Log: [rsh.1] Document the `-4' and `-6' options. [rsh.c] Make usage message match the code. Revision Changes Path 1.14 +6 -2 src/usr.bin/rsh/rsh.1 1.23 +2 -2 src/usr.bin/rsh/rsh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 1:33:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1952737B4C5; Fri, 24 Nov 2000 01:33:38 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55514; Fri, 24 Nov 2000 01:33:38 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011240933.BAA55514@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 01:33:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc/PSD.doc stubs nfs.rfc.ms rpc.prog.ms rpc.rfc.ms rpcgen.ms xdr.nts.ms xdr.rfc.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 01:33:37 PST Modified files: lib/libc/rpc/PSD.doc nfs.rfc.ms rpc.prog.ms rpc.rfc.ms rpcgen.ms xdr.nts.ms xdr.rfc.ms Added files: lib/libc/rpc/PSD.doc stubs Log: Eliminate groff(1) warnings. Revision Changes Path 1.2 +4 -1 src/lib/libc/rpc/PSD.doc/nfs.rfc.ms 1.2 +9 -6 src/lib/libc/rpc/PSD.doc/rpc.prog.ms 1.2 +4 -1 src/lib/libc/rpc/PSD.doc/rpc.rfc.ms 1.2 +5 -2 src/lib/libc/rpc/PSD.doc/rpcgen.ms 1.2 +40 -37 src/lib/libc/rpc/PSD.doc/xdr.nts.ms 1.2 +5 -2 src/lib/libc/rpc/PSD.doc/xdr.rfc.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 1:36:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85C9C37B479; Fri, 24 Nov 2000 01:36:31 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55833; Fri, 24 Nov 2000 01:36:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011240936.BAA55833@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 01:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc/PSD.doc stubs nfs.rfc.ms rpc.prog.ms rpc.rfc.ms rpcgen.ms xdr.nts.ms xdr.rfc.ms X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 01:36:31 PST Modified files: (Branch: RELENG_4) lib/libc/rpc/PSD.doc nfs.rfc.ms rpc.prog.ms rpc.rfc.ms rpcgen.ms xdr.nts.ms xdr.rfc.ms Added files: (Branch: RELENG_4) lib/libc/rpc/PSD.doc stubs Log: MFC: Eliminate groff(1) warnings. Revision Changes Path 1.1.14.1 +4 -1 src/lib/libc/rpc/PSD.doc/nfs.rfc.ms 1.1.14.1 +9 -6 src/lib/libc/rpc/PSD.doc/rpc.prog.ms 1.1.14.1 +4 -1 src/lib/libc/rpc/PSD.doc/rpc.rfc.ms 1.1.14.1 +5 -2 src/lib/libc/rpc/PSD.doc/rpcgen.ms 1.1.14.1 +40 -37 src/lib/libc/rpc/PSD.doc/xdr.nts.ms 1.1.14.1 +5 -2 src/lib/libc/rpc/PSD.doc/xdr.rfc.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2: 5:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9B6037B479; Fri, 24 Nov 2000 02:05:33 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60796; Fri, 24 Nov 2000 02:05:33 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241005.CAA60796@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 02:05:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/12.make Makefile src/usr.bin/make/PSD.doc stubs tutorial.ms stubs.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 02:05:31 PST Modified files: share/doc/psd/12.make Makefile usr.bin/make/PSD.doc tutorial.ms Added files: usr.bin/make/PSD.doc stubs Removed files: usr.bin/make/PSD.doc stubs.ms Log: Reimplement the groff(1) warnings elimination fixes in a better way. Revision Changes Path 1.6 +2 -2 src/share/doc/psd/12.make/Makefile 1.10 +5 -11 src/usr.bin/make/PSD.doc/tutorial.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2: 8:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A6AE37B4CF; Fri, 24 Nov 2000 02:08:46 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61174; Fri, 24 Nov 2000 02:08:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241008.CAA61174@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 02:08:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/12.make Makefile src/usr.bin/make/PSD.doc stubs tutorial.ms stubs.ms X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 02:08:46 PST Modified files: (Branch: RELENG_4) share/doc/psd/12.make Makefile usr.bin/make/PSD.doc tutorial.ms Added files: (Branch: RELENG_4) usr.bin/make/PSD.doc stubs Removed files: (Branch: RELENG_4) usr.bin/make/PSD.doc stubs.ms Log: MFC: Reimplement the groff(1) warnings elimination fixes. Revision Changes Path 1.4.2.2 +2 -2 src/share/doc/psd/12.make/Makefile 1.8.2.2 +5 -11 src/usr.bin/make/PSD.doc/tutorial.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2:18:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89A0437B4C5; Fri, 24 Nov 2000 02:18:53 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62468; Fri, 24 Nov 2000 02:18:53 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200011241018.CAA62468@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 24 Nov 2000 02:18:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd realpath.1 Makefile pwd.1 pwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/11/24 02:18:53 PST Modified files: bin/pwd Makefile pwd.1 pwd.c Added files: bin/pwd realpath.1 Log: Let the pwd program double as realpath(1). This lets you resolve pathnames to their underlying physical path: critter# realpath /sys/kern/subr_disk.c /freebsd/src/sys/kern/subr_disk.c Update the pwd man-page slightly. Revision Changes Path 1.6 +3 -1 src/bin/pwd/Makefile 1.12 +4 -1 src/bin/pwd/pwd.1 1.10 +16 -7 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2:22:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D309237B479; Fri, 24 Nov 2000 02:22:10 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62998; Fri, 24 Nov 2000 02:22:10 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011241022.CAA62998@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 24 Nov 2000 02:22:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 build.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/24 02:22:10 PST Modified files: share/man/man7 build.7 Log: Mention mergemaster(8). Submitted by: obrien Revision Changes Path 1.5 +3 -1 src/share/man/man7/build.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2:42:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5FA237B4CF; Fri, 24 Nov 2000 02:42:22 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65524; Fri, 24 Nov 2000 02:42:22 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011241042.CAA65524@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 24 Nov 2000 02:42:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 elf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/24 02:42:22 PST Modified files: share/man/man5 elf.5 Log: Document EI_OSABI and EI_ABIVERSION. Requested by: obrien Revision Changes Path 1.11 +45 -2 src/share/man/man5/elf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2:45:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C9A37B4CF; Fri, 24 Nov 2000 02:45:31 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65942; Fri, 24 Nov 2000 02:45:31 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011241045.CAA65942@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 24 Nov 2000 02:45:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 elf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/24 02:45:31 PST Modified files: (Branch: RELENG_4) share/man/man5 elf.5 Log: MFC: - mdoc fixes. Revision Changes Path 1.6.2.2 +3 -3 src/share/man/man5/elf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2:48: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CF7B37B4C5; Fri, 24 Nov 2000 02:48:03 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66334; Fri, 24 Nov 2000 02:48:03 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011241048.CAA66334@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 24 Nov 2000 02:48:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys aio_cancel.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/24 02:48:03 PST Modified files: lib/libc/sys aio_cancel.2 Log: Remove the only hard sentence break in the file. Revision Changes Path 1.15 +6 -5 src/lib/libc/sys/aio_cancel.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 2:48:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B044437B4C5; Fri, 24 Nov 2000 02:48:52 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66464; Fri, 24 Nov 2000 02:48:52 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Message-Id: <200011241048.CAA66464@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 24 Nov 2000 02:48:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 elf.5 X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/11/24 02:48:52 PST Modified files: (Branch: RELENG_3) share/man/man5 elf.5 Log: MFC: - mdoc fixes. Revision Changes Path 1.1.2.6 +3 -3 src/share/man/man5/elf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 3:13:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7220D37B479; Fri, 24 Nov 2000 03:13:16 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70508; Fri, 24 Nov 2000 03:13:16 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011241113.DAA70508@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 24 Nov 2000 03:13:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/24 03:13:15 PST Modified files: . Makefile.inc1 Log: (forced commit) More detail describing why chmod is installed into ${INSTALLTMP} since rev 1.176: We use Perl's MakeMaker-generated makefiles to install Perl. Since we can't hack up MakeMaker's MM_Unix.pm to suit our build, we need chmod to be around until we use our own makefiles to install perl. PR: gnu/22025 Revision Changes Path 1.178 +1 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 3:16: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D49837B4CF; Fri, 24 Nov 2000 03:16:03 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70771; Fri, 24 Nov 2000 03:16:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011241116.DAA70771@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 24 Nov 2000 03:16:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/24 03:16:02 PST Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC rev 1.178: add chmod to the list of tools installed into ${INSTALLTMP} Revision Changes Path 1.141.2.17 +2 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 3:17:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D55A337B4CF; Fri, 24 Nov 2000 03:17:29 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70933; Fri, 24 Nov 2000 03:17:29 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011241117.DAA70933@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 24 Nov 2000 03:17:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall sysinstall.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/24 03:17:29 PST Modified files: release/sysinstall sysinstall.8 Log: Fix a layout problem (.It Li -> .Fx) PR: 23055 Submitted by: Jimmy Olgeni Revision Changes Path 1.34 +5 -3 src/release/sysinstall/sysinstall.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 3:19:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DF7E37B4CF; Fri, 24 Nov 2000 03:19:35 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71170; Fri, 24 Nov 2000 03:19:35 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011241119.DAA71170@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 24 Nov 2000 03:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall sysinstall.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/24 03:19:34 PST Modified files: (Branch: RELENG_4) release/sysinstall sysinstall.8 Log: MFC: fix layout problem. Revision Changes Path 1.31.2.2 +5 -3 src/release/sysinstall/sysinstall.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 3:39:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFAD37B4D7; Fri, 24 Nov 2000 03:39:40 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA73077; Fri, 24 Nov 2000 03:39:40 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241139.DAA73077@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 03:39:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd realpath.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 03:39:40 PST Modified files: bin/pwd realpath.1 Log: mdoc(7) police: minor fixes. Revision Changes Path 1.2 +14 -12 src/bin/pwd/realpath.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 5: 8:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E6ED37B479; Fri, 24 Nov 2000 05:08:14 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA89465; Fri, 24 Nov 2000 05:08:14 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011241308.FAA89465@freefall.freebsd.org> From: Kevin Lo Date: Fri, 24 Nov 2000 05:08:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia2 Makefile pkg-plist ports/audio/kdemultimedia2/files patch-config.h patch-configure patch-plat_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/24 05:08:14 PST Modified files: audio/kdemultimedia2 Makefile pkg-plist Added files: audio/kdemultimedia2/files patch-config.h patch-configure patch-plat_freebsd.c Log: - Enable kscd. That means it can run on FreeBSD :) - Add BUILD_DEPENDS - Fix pkg-plist Revision Changes Path 1.46 +17 -1 ports/audio/kdemultimedia2/Makefile 1.11 +72 -8 ports/audio/kdemultimedia2/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 Nov 24 5:20:27 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 7B65E37B4C5; Fri, 24 Nov 2000 05:20:19 -0800 (PST) Received: from newsguy.com (p12-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.77]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id WAA11945; Fri, 24 Nov 2000 22:20:09 +0900 (JST) Message-ID: <3A1E6A9B.9B15119A@newsguy.com> Date: Fri, 24 Nov 2000 22:18:19 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Sheldon Hearn Cc: "Daniel C. Sobral" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 devclass.9 References: <391.975047161@axl.fw.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Thu, 23 Nov 2000 09:19:55 PST, "Daniel C. Sobral" wrote: > > > Modified files: > > share/man/man9 devclass.9 > > Log: > > Add a brief warning about devclass and multiple device driver attachments. > > You've marked devclass up as a defined value (Dv). Are typedefs really > defined values? I thought they were just types. Devclass is struct devclass. Anyway, I just followed the lead in the man page. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@united.bsdconspiracy.net "All right, Lieutenant, let's see what you do know. Whatever it is, it's not enough, but at least you haven't done anything stupid yet." "I've hardly had time, sir." "There's a naive statement." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 5:37:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3618337B4C5; Fri, 24 Nov 2000 05:37:07 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA92261; Fri, 24 Nov 2000 05:37:07 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200011241337.FAA92261@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 24 Nov 2000 05:37:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Storable Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/11/24 05:37:05 PST Modified files: devel/p5-Storable Makefile distinfo Log: Upgrade to 1.0.6. Revision Changes Path 1.25 +2 -2 ports/devel/p5-Storable/Makefile 1.16 +1 -1 ports/devel/p5-Storable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 5:43:18 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 85DBA37B4C5; Fri, 24 Nov 2000 05:43:10 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13zJ7w-0006NP-00; Fri, 24 Nov 2000 15:42:56 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id PAA23893; Fri, 24 Nov 2000 15:43:06 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 23609; Fri Nov 24 15:41:51 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13zJ6s-0003i4-00; Fri, 24 Nov 2000 15:41:50 +0200 From: Sheldon Hearn To: "Daniel C. Sobral" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 devclass.9 In-reply-to: Your message of "Fri, 24 Nov 2000 22:18:19 +0900." <3A1E6A9B.9B15119A@newsguy.com> Date: Fri, 24 Nov 2000 15:41:50 +0200 Message-ID: <14263.975073310@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Nov 2000 22:18:19 +0900, "Daniel C. Sobral" wrote: > Devclass is struct devclass. Anyway, I just followed the lead in the man > page. Sure, that's no problem. I'm just trying to figure out what to do when I get to this manual page. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 5:58:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A3F937B4CF; Fri, 24 Nov 2000 05:58:24 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA95770; Fri, 24 Nov 2000 05:58:24 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241358.FAA95770@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 05:58:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/papers/jail Makefile paper.ms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 05:58:22 PST Modified files: share/doc/papers/jail Makefile paper.ms Log: Make this paper buildable in nroff mode, eliminate warnings, do not force default printing device and compression mode. Revision Changes Path 1.2 +3 -5 src/share/doc/papers/jail/Makefile 1.6 +3 -2 src/share/doc/papers/jail/paper.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 6: 8:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0467937B4C5; Fri, 24 Nov 2000 06:08:08 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98771; Fri, 24 Nov 2000 06:08:07 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241408.GAA98771@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 06:08:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 06:08:07 PST Modified files: share/doc Makefile Log: The default format for troff documentation is set with PRINTERDEVICE. Revision Changes Path 1.16 +3 -3 src/share/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 6: 9:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1921337B4CF; Fri, 24 Nov 2000 06:09:34 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98949; Fri, 24 Nov 2000 06:09:34 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241409.GAA98949@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 06:09:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 06:09:34 PST Modified files: (Branch: RELENG_4) share/doc Makefile Log: MFC: s/PRINTER/PRINTERDEVICE/ in a comment. Revision Changes Path 1.15.2.1 +3 -3 src/share/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 6:14:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CAB337B4C5; Fri, 24 Nov 2000 06:14:39 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99635; Fri, 24 Nov 2000 06:14:39 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241414.GAA99635@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 06:14:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/papers/jail Makefile paper.ms X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 06:14:38 PST Modified files: (Branch: RELENG_4) share/doc/papers/jail Makefile paper.ms Log: MFC: make this paper buildable in nroff (-Tascii) mode. Revision Changes Path 1.1.2.2 +3 -5 src/share/doc/papers/jail/Makefile 1.4.2.2 +4 -3 src/share/doc/papers/jail/paper.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 7:13:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8B7B37B4C5; Fri, 24 Nov 2000 07:13:30 -0800 (PST) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08865; Fri, 24 Nov 2000 07:13:30 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200011241513.HAA08865@freefall.freebsd.org> From: Chris Piazza Date: Fri, 24 Nov 2000 07:13:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnapster Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/11/24 07:13:30 PST Modified files: audio/gnapster Makefile pkg-plist Log: Clean the last commit up (....I hate gnome and wish it would go away) Submitted by: reg Revision Changes Path 1.21 +8 -7 ports/audio/gnapster/Makefile 1.6 +1 -1 ports/audio/gnapster/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 Nov 24 7:14: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 499A937B4CF; Fri, 24 Nov 2000 07:14:06 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08932; Fri, 24 Nov 2000 07:14:06 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200011241514.HAA08932@freefall.freebsd.org> From: Kevin Lo Date: Fri, 24 Nov 2000 07:14:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fnorb Makefile pkg-plist ports/devel/fnorb/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/11/24 07:14:06 PST Modified files: devel/fnorb Makefile pkg-plist devel/fnorb/files patch-aa Log: - Changed PLIST so that the port deinstalls cleanly even if it had been installed -DNOPORTDOCS. PR: 23066 Submitted by: MAINTAINER Revision Changes Path 1.6 +20 -17 ports/devel/fnorb/Makefile 1.3 +1 -84 ports/devel/fnorb/pkg-plist 1.3 +6 -6 ports/devel/fnorb/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 8:58:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85FF937B4E5; Fri, 24 Nov 2000 08:58:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22422; Fri, 24 Nov 2000 08:58:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241658.IAA22422@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 08:58:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/smm/title Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 08:58:18 PST Modified files: share/doc/smm/title Makefile Log: Eliminate groff(1) warnings. Revision Changes Path 1.6 +5 -1 src/share/doc/smm/title/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 8:59:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAE3C37B4CF; Fri, 24 Nov 2000 08:59:16 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22614; Fri, 24 Nov 2000 08:59:16 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011241659.IAA22614@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Nov 2000 08:59:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/smm/title Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/24 08:59:16 PST Modified files: (Branch: RELENG_4) share/doc/smm/title Makefile Log: MFC: Eliminate groff(1) warnings. Revision Changes Path 1.5.2.1 +5 -1 src/share/doc/smm/title/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 9: 4:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3226E37B4C5; Fri, 24 Nov 2000 09:04:52 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA23164; Fri, 24 Nov 2000 09:04:52 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011241704.JAA23164@freefall.freebsd.org> From: Mark Murray Date: Fri, 24 Nov 2000 09:04:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ep Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/24 09:04:51 PST Added files: sys/modules/ep Makefile Log: Add a module makefile for if_ep. This is not enabled by default, as the module is missing a bunch of useful stuff (like the ability to unload). Not objected to by: mdodd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 9:19:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0F2137B4CF; Fri, 24 Nov 2000 09:19:47 -0800 (PST) Received: (from patrick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA26459; Fri, 24 Nov 2000 09:19:47 -0800 (PST) (envelope-from patrick@FreeBSD.org) Message-Id: <200011241719.JAA26459@freefall.freebsd.org> From: "Patrick S. Gardella" Date: Fri, 24 Nov 2000 09:19:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tinycobol/files getopt.h patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG patrick 2000/11/24 09:19:47 PST Added files: lang/tinycobol/files getopt.h patch-aa patch-ab patch-ac patch-ad Log: Add missing patch files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 9:36:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8075837B479; Fri, 24 Nov 2000 09:36:08 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA28279; Fri, 24 Nov 2000 09:36:08 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011241736.JAA28279@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 24 Nov 2000 09:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/11/24 09:36:08 PST Modified files: sys/pci if_rl.c Log: Print a warning when we detect a Realtek 8139B chip (identified by the IO map being 256 bytes long instead of 128) This chip works very unreliably on my Lanner embedded PC with the rl driver. Lots of watchdog timeouts or poor performance. Forcing the media type to 10 Meg (ifconfig rl0 media 10baseT/UTP) is a good workaround. This looks very similar to the problem reported in PR kern/18790 It is interesting to note that the linux driver has lots of special case code for this chip. Revision Changes Path 1.51 +12 -2 src/sys/pci/if_rl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 11:24:56 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id E6F9E37B4D7 for ; Fri, 24 Nov 2000 11:24:53 -0800 (PST) Received: (qmail 94142 invoked by uid 100); 24 Nov 2000 19:24:53 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14878.49285.387120.103524@guru.mired.org> Date: Fri, 24 Nov 2000 13:24:53 -0600 (CST) To: Sheldon Hearn Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-Reply-To: <359.975049317@axl.fw.uunet.co.za> References: <14878.334.195893.396445@guru.mired.org> <359.975049317@axl.fw.uunet.co.za> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn types: > On Thu, 23 Nov 2000 23:49:02 CST, Mike Meyer wrote: > > As the author of that page, I object to the phrase "saying > > nothing". Yeah, it says nothing to someone who knows what's in it. So > > what? That's true of *every* man page. > I think the issue here is not about whether this stuff should be > documented. I think that this is already better documented in the > handbook, and I think that the handbook is a better medium for conveying > this kind of information. Is there a document describing which types of things go in man vs the handbook? I noticed ports(7) and rc.conf(5), which is what made me decide that man pages were more appropriate than the handbook. On a larger scale, is there a rational for having these things be two document repositories at all? That's the kind of thing that strikes me as a bad idea without a clear and obvious reason for doing so. Thanx, Message-Id: <200011241925.OAA64178@khavrinen.lcs.mit.edu> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc/PSD.doc stubs nfs.rfc.ms rpc.prog.ms rpc.rfc.ms rpcgen.ms xdr.nts.ms xdr.rfc.ms In-Reply-To: <200011240933.BAA55514@freefall.freebsd.org> References: <200011240933.BAA55514@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Eliminate groff(1) warnings. Cool! It's about time we had a *roff hacker doing something to these documents. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 11:27:30 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 3742537B4C5; Fri, 24 Nov 2000 11:27:27 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id OAA64192; Fri, 24 Nov 2000 14:27:26 -0500 (EST) (envelope-from wollman) Date: Fri, 24 Nov 2000 14:27:26 -0500 (EST) From: Garrett Wollman Message-Id: <200011241927.OAA64192@khavrinen.lcs.mit.edu> To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 In-Reply-To: <200011241113.DAA70508@freefall.freebsd.org> References: <200011241113.DAA70508@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > We use Perl's MakeMaker-generated makefiles to install Perl. Since we > can't hack up MakeMaker's MM_Unix.pm to suit our build, we need chmod > to be around until we use our own makefiles to install perl. Why can't we? I've been advocating doing precisely that for years. (I know, all talk and not action.) I don't see anything fundamentally wrong with fixing Perl's fundamentally broken build system. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 13:39:47 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 98DE037B4CF; Fri, 24 Nov 2000 13:39:43 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id E52A565; Fri, 24 Nov 2000 13:39:42 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id NAA08939; Fri, 24 Nov 2000 13:39:38 -0800 (PST) Message-ID: <3A1EE01A.662D05@cup.hp.com> Date: Fri, 24 Nov 2000 13:39:38 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Garrett Wollman Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <200011241113.DAA70508@freefall.freebsd.org> <200011241927.OAA64192@khavrinen.lcs.mit.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > > < said: > > > We use Perl's MakeMaker-generated makefiles to install Perl. Since we > > can't hack up MakeMaker's MM_Unix.pm to suit our build, we need chmod > > to be around until we use our own makefiles to install perl. > > Why can't we? I've been advocating doing precisely that for years. > (I know, all talk and not action.) I don't see anything fundamentally > wrong with fixing Perl's fundamentally broken build system. We can, but that would mean that we pull files from the vendor branch. This is not a crime, but shouldn't be done gratuitously. I don't particularly like having to copy chmod as well, but it's much easier to copy chmod than it is to fix Perl build brokeness, and it saves pulling files from the vendor branch. I think the bottomline is that nobody really cares too much about how Perl is building, as long as it doesn't break anything or as long as it isn't annoying anybody. Spending more time on Perl would be wasted... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 14:10: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A253537B4C5; Fri, 24 Nov 2000 14:10:06 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66674; Fri, 24 Nov 2000 14:10:06 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011242210.OAA66674@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 24 Nov 2000 14:10:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/plan Makefile distinfo pkg-plist ports/deskutils/plan/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/24 14:10:06 PST Modified files: deskutils/plan Makefile distinfo pkg-plist deskutils/plan/files patch-ab Log: Update to plan-1.8.4. Change my email address in MAINTAINER. PR: 22001 Submitted by: Palle Girgensohn Revision Changes Path 1.22 +26 -5 ports/deskutils/plan/Makefile 1.9 +1 -1 ports/deskutils/plan/distinfo 1.10 +7 -1 ports/deskutils/plan/pkg-plist 1.12 +28 -71 ports/deskutils/plan/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 14:23:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12E8137B479; Fri, 24 Nov 2000 14:23:39 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68253; Fri, 24 Nov 2000 14:23:39 -0800 (PST) (envelope-from mharo@FreeBSD.org) Message-Id: <200011242223.OAA68253@freefall.freebsd.org> From: Michael Haro Date: Fri, 24 Nov 2000 14:23:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2000/11/24 14:23:38 PST Modified files: ftp/proftpd Makefile pkg-plist Log: Add docs to ftp/proftpd. PR: 22736 Submitted by: Dominic Mitchell Revision Changes Path 1.29 +6 -1 ports/ftp/proftpd/Makefile 1.7 +3 -0 ports/ftp/proftpd/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 Nov 24 14:29:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51BB837B4C5; Fri, 24 Nov 2000 14:29:12 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68927; Fri, 24 Nov 2000 14:29:12 -0800 (PST) (envelope-from mharo@FreeBSD.org) Message-Id: <200011242229.OAA68927@freefall.freebsd.org> From: Michael Haro Date: Fri, 24 Nov 2000 14:29:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2000/11/24 14:29:12 PST Modified files: ftp/proftpd Makefile Log: add mod_tar PR: 20356 Submitted by: Dmitry S. Sivachenko Revision Changes Path 1.30 +3 -2 ports/ftp/proftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 14:35:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D18B137B4CF; Fri, 24 Nov 2000 14:35:44 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA69997; Fri, 24 Nov 2000 14:35:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011242235.OAA69997@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 14:35:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/muttzilla Makefile ports/mail/muttzilla/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 14:35:44 PST Modified files: mail/muttzilla Makefile mail/muttzilla/files patch-Makefile Log: * Don't use Gmake (Makefile changed from using $^ to $>). * Link against libgcc_pic. Revision Changes Path 1.9 +1 -3 ports/mail/muttzilla/Makefile 1.2 +8 -17 ports/mail/muttzilla/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 14:40: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 954E737B4C5; Fri, 24 Nov 2000 14:40:02 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA70453; Fri, 24 Nov 2000 14:40:02 -0800 (PST) (envelope-from mharo@FreeBSD.org) Message-Id: <200011242240.OAA70453@freefall.freebsd.org> From: Michael Haro Date: Fri, 24 Nov 2000 14:40:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2000/11/24 14:40:02 PST Modified files: ftp/proftpd Makefile distinfo Log: LDAP support for proftpd PR: 19812 Submitted by: Jimmy Olgeni > Revision Changes Path 1.31 +19 -1 ports/ftp/proftpd/Makefile 1.14 +1 -0 ports/ftp/proftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 14:45:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 710D137B4C5; Fri, 24 Nov 2000 14:45:35 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71743; Fri, 24 Nov 2000 14:45:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011242245.OAA71743@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 24 Nov 2000 14:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nano Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/24 14:45:35 PST Modified files: editors/nano Makefile distinfo Log: Upgrade to nano 0.9.21 after maintainer timeout Revision Changes Path 1.4 +2 -2 ports/editors/nano/Makefile 1.4 +1 -1 ports/editors/nano/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 14:55:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37F5137B479; Fri, 24 Nov 2000 14:55:40 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75209; Fri, 24 Nov 2000 14:55:40 -0800 (PST) (envelope-from murray@FreeBSD.org) Message-Id: <200011242255.OAA75209@freefall.freebsd.org> From: Murray Stokely Date: Fri, 24 Nov 2000 14:55:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2000/11/24 14:55:39 PST Modified files: en Makefile Log: Add the 'platforms' subdir. Revision Changes Path 1.56 +2 -1 www/en/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 15: 6:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD2DF37B4C5; Fri, 24 Nov 2000 15:06:21 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA77912; Fri, 24 Nov 2000 15:06:19 -0800 (PST) (envelope-from mharo@FreeBSD.org) Message-Id: <200011242306.PAA77912@freefall.freebsd.org> From: Michael Haro Date: Fri, 24 Nov 2000 15:06:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2000/11/24 15:06:18 PST Modified files: ftp/proftpd Makefile Log: bump PORTREVISION Submitted by: kkenn Revision Changes Path 1.32 +2 -1 ports/ftp/proftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 15:35:36 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 02BF437B479; Fri, 24 Nov 2000 15:35:32 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA49956; Fri, 24 Nov 2000 15:35:26 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eAONZPM42913; Fri, 24 Nov 2000 15:35:25 -0800 (PST) (envelope-from obrien) Date: Fri, 24 Nov 2000 15:35:24 -0800 From: "David O'Brien" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/pwd realpath.1 Makefile pwd.1 pwd.c Message-ID: <20001124153524.A42798@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200011241018.CAA62468@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011241018.CAA62468@freefall.freebsd.org>; from phk@FreeBSD.org on Fri, Nov 24, 2000 at 02:18:53AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Nov 24, 2000 at 02:18:53AM -0800, Poul-Henning Kamp wrote: > Update the pwd man-page slightly. Shouldn't it SEE ALSO realpath(3) now too? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 16: 5:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4454937B4CF; Fri, 24 Nov 2000 16:05:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA83415; Fri, 24 Nov 2000 16:05:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250005.QAA83415@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 16:05:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/crack Makefile ports/security/john Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 16:05:10 PST Modified files: security/crack Makefile security/john Makefile Log: Remove the restriction on these due to containing DES code. Revision Changes Path 1.18 +1 -2 ports/security/crack/Makefile 1.14 +1 -3 ports/security/john/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 16: 9: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8AEC37B4CF; Fri, 24 Nov 2000 16:09:06 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA85477; Fri, 24 Nov 2000 16:09:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250009.QAA85477@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 16:09:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 16:09:06 PST Modified files: security/pgp Makefile Log: Install a copy of the manpage as "pgp2" to better co-exist with other versions of PGP. Revision Changes Path 1.39 +5 -2 ports/security/pgp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 16:29:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 301AE37B479; Fri, 24 Nov 2000 16:29:30 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA87094; Fri, 24 Nov 2000 16:29:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011250029.QAA87094@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 24 Nov 2000 16:29:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/syslog-ng Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/24 16:29:29 PST Modified files: sysutils/syslog-ng Makefile distinfo Log: Upgrade to syslog-ng 1.4.9 to fix remote DoS. Revision Changes Path 1.7 +4 -2 ports/sysutils/syslog-ng/Makefile 1.5 +1 -1 ports/sysutils/syslog-ng/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 17:25:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FF9D37B4C5; Fri, 24 Nov 2000 17:25:36 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA93450; Fri, 24 Nov 2000 17:25:36 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250125.RAA93450@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 17:25:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 17:25:35 PST Modified files: gnu/lib Makefile Log: Don't build libgcc_r if "NOLIBC_R" defined. If you don't have a threads safe libc, having a threads safe libgcc isn't of much use. Revision Changes Path 1.28 +5 -1 src/gnu/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 17:49:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68A2837B4C5; Fri, 24 Nov 2000 17:49:17 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96349; Fri, 24 Nov 2000 17:49:17 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011250149.RAA96349@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 24 Nov 2000 17:49:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/24 17:49:17 PST Modified files: emulators/linux_base Makefile Log: PREFIX is still needed -- just set it to ${LINUXBASE}. Submitted by: bento Revision Changes Path 1.50 +2 -1 ports/emulators/linux_base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 17:49:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1571D37B685; Fri, 24 Nov 2000 17:49:34 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96391; Fri, 24 Nov 2000 17:49:34 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <200011250149.RAA96391@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 24 Nov 2000 17:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/11/24 17:49:34 PST Modified files: . modules Log: add pam_* Revision Changes Path 1.2028 +9 -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 Nov 24 17:51:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B56F837B4CF; Fri, 24 Nov 2000 17:51:18 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96612; Fri, 24 Nov 2000 17:51:18 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250151.RAA96612@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 17:51:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils install.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 17:51:18 PST Removed files: contrib/binutils install.sh Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 17:55:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5570137B479; Fri, 24 Nov 2000 17:55:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA97120; Fri, 24 Nov 2000 17:55:08 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250155.RAA97120@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 17:55:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/bfd/doc bfd.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 17:55:08 PST Removed files: contrib/binutils/bfd/doc bfd.texi Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 17:55:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6530337B479; Fri, 24 Nov 2000 17:55:42 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA97168; Fri, 24 Nov 2000 17:55:42 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <200011250155.RAA97168@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 24 Nov 2000 17:55:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/11/24 17:55:42 PST Modified files: crypto/openssh/pam_ssh pam_ssh.c Log: Correct an arguement to ssh_add_identity, this matches what is currently in ports/security/openssh/files/pam_ssh.c PR: 22164 Submitted by: Takanori Saneto Reviewed by: green Approved by: green Revision Changes Path 1.9 +2 -2 src/crypto/openssh/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 17:58:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C923737B479; Fri, 24 Nov 2000 17:58:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA97630; Fri, 24 Nov 2000 17:58:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250158.RAA97630@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 17:58:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/bfd VERSION X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 17:58:39 PST Removed files: contrib/binutils/bfd VERSION Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 18: 0:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26C0637B4D7; Fri, 24 Nov 2000 18:00:36 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97970; Fri, 24 Nov 2000 18:00:36 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011250200.SAA97970@freefall.freebsd.org> From: Brian Feldman Date: Fri, 24 Nov 2000 18:00:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/24 18:00:36 PST Modified files: crypto/openssh/pam_ssh pam_ssh.c Log: In env_destroy(), it is a bad idea to env_swap(self, 0) to switch back to the original environ unconditionally. The setting of the variable to save the previous environ is conditional; it happens when ENV.e_committed is set. Therefore, don't try to swap the env back unless the previous env has been initialized. PR: bin/22670 Submitted by: Takanori Saneto Revision Changes Path 1.10 +3 -1 src/crypto/openssh/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 18: 2: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71B7537B479; Fri, 24 Nov 2000 18:02:02 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98114; Fri, 24 Nov 2000 18:02:02 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250202.SAA98114@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 18:02:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config i386coff.mt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 18:02:02 PST Removed files: contrib/binutils/gas/config i386coff.mt Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 18: 4:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9189137B4C5; Fri, 24 Nov 2000 18:04:17 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98442; Fri, 24 Nov 2000 18:04:17 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250204.SAA98442@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 18:04:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config atof-vax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 18:04:17 PST Removed files: contrib/binutils/gas/config atof-vax.c Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 18: 7: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5120B37B4C5; Fri, 24 Nov 2000 18:07:04 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00611; Fri, 24 Nov 2000 18:07:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250207.SAA00611@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 18:07:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config sco5.mt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 18:07:04 PST Removed files: contrib/binutils/gas/config sco5.mt Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 18: 8:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66A5E37B4C5; Fri, 24 Nov 2000 18:08:35 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00874; Fri, 24 Nov 2000 18:08:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250208.SAA00874@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 24 Nov 2000 18:08:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas conf.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/24 18:08:35 PST Removed files: contrib/binutils/gas conf.in Log: Remove this binutils 2.8.1 file that was never part of any FreeBSD release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 18:32: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id ABF4737B4CF; Fri, 24 Nov 2000 18:31:56 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eAP2Slj21250; Sat, 25 Nov 2000 02:28:47 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eAP2Tmd76270; Sat, 25 Nov 2000 02:29:48 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200011250229.eAP2Tmd76270@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/pci if_rl.c In-Reply-To: Message from Roger Hardiman of "Fri, 24 Nov 2000 09:36:08 PST." <200011241736.JAA28279@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Nov 2000 02:29:47 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > roger 2000/11/24 09:36:08 PST > > Modified files: > sys/pci if_rl.c > Log: > Print a warning when we detect a Realtek 8139B chip > (identified by the IO map being 256 bytes long instead of 128) > > This chip works very unreliably on my Lanner embedded PC with the rl driver. > Lots of watchdog timeouts or poor performance. > > Forcing the media type to 10 Meg (ifconfig rl0 media 10baseT/UTP) is a good > workaround. > > This looks very similar to the problem reported in PR kern/18790 > > It is interesting to note that the linux driver has lots of special > case code for this chip. Interesting... I have the exact same problem (lousy performance, 10baseT/UTP *without* full-duplex makes it good, lots of interrupt timeouts) with the vr device: vr0: port 0xe000-0xe07f mem 0xe7000000-0xe700007f irq 10 at device 18.0 on pci0 vr0: Ethernet address: 00:90:99:16:03:7b miibus0: on vr0 Same behaviour on both -stable & -current. > Revision Changes Path > 1.51 +12 -2 src/sys/pci/if_rl.c -- 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 Fri Nov 24 19: 1: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6863F37B4C5; Fri, 24 Nov 2000 19:01:06 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05754; Fri, 24 Nov 2000 19:01:06 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011250301.TAA05754@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 24 Nov 2000 19:01:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 in_cksum.c src/sys/i386/include in_cksum.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/24 19:01:06 PST Modified files: sys/i386/i386 in_cksum.c sys/i386/include in_cksum.h Log: These files are mpsafe. Revision Changes Path 1.22 +4 -1 src/sys/i386/i386/in_cksum.c 1.10 +5 -1 src/sys/i386/include/in_cksum.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19: 8:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84FA437B4D7; Fri, 24 Nov 2000 19:08:44 -0800 (PST) Received: (from patrick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08126; Fri, 24 Nov 2000 19:08:44 -0800 (PST) (envelope-from patrick@FreeBSD.org) Message-Id: <200011250308.TAA08126@freefall.freebsd.org> From: "Patrick S. Gardella" Date: Fri, 24 Nov 2000 19:08:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pfe-devel Makefile distinfo ports/lang/pfe-devel/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG patrick 2000/11/24 19:08:44 PST Modified files: lang/pfe-devel Makefile distinfo Added files: lang/pfe-devel/files patch-aa patch-ab Log: Update to 0.30.27 Revision Changes Path 1.2 +2 -2 ports/lang/pfe-devel/Makefile 1.2 +1 -1 ports/lang/pfe-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:14:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A2037B4CF; Fri, 24 Nov 2000 19:14:32 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08703; Fri, 24 Nov 2000 19:14:32 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011250314.TAA08703@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 24 Nov 2000 19:14:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern inet_ntoa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/24 19:14:32 PST Modified files: sys/libkern inet_ntoa.c Log: add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill) this is used by some debugging functions Revision Changes Path 1.4 +15 -1 src/sys/libkern/inet_ntoa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:25:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED17F37B4CF; Fri, 24 Nov 2000 19:25:34 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09905; Fri, 24 Nov 2000 19:25:34 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250325.TAA09905@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Nov 2000 19:25:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 src/usr.sbin/config configvers.h mkmakefile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/24 19:25:34 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 usr.sbin/config configvers.h mkmakefile.c Log: Make the xxxFILES= list generation generic. This makes it easier to add things like MFILES= or CONFFILES= without having to modify config code. Revision Changes Path 1.81 +5 -5 src/sys/conf/Makefile.alpha 1.214 +5 -5 src/sys/conf/Makefile.i386 1.6 +5 -5 src/sys/conf/Makefile.ia64 1.112 +5 -5 src/sys/conf/Makefile.pc98 1.24 +2 -2 src/usr.sbin/config/configvers.h 1.57 +19 -63 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 Fri Nov 24 19:34:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D56337B4C5; Fri, 24 Nov 2000 19:34:54 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA10929; Fri, 24 Nov 2000 19:34:54 -0800 (PST) (envelope-from jake@FreeBSD.org) Message-Id: <200011250334.TAA10929@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 24 Nov 2000 19:34:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/11/24 19:34:50 PST Modified files: sys/kern kern_timeout.c sys/sys callout.h Log: - Rename callout_reset to _callout_reset and add a flags argument. - Add macros callout_reset, which does the obvious, and mp_callout_reset, which passes the CALLOUT_MPSAFE flag. Revision Changes Path 1.64 +5 -3 src/sys/kern/kern_timeout.c 1.19 +9 -2 src/sys/sys/callout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:36:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC72C37B4C5; Fri, 24 Nov 2000 19:36:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11123; Fri, 24 Nov 2000 19:36:09 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250336.TAA11123@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Nov 2000 19:36:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/ed if_ed.c if_ed_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/24 19:36:09 PST Modified files: sys/conf files sys/dev/ed if_ed.c if_ed_pccard.c Log: Update the ed driver to probe and attach under a NEWCARD kernel (I was using a cardbus based system with pccbb providing the pcic interface). Something isn't quite right.. when the driver allocates and activates its resources, the IO space that was requested reads as all zeros (versus the original 0xff's as it normally is when there is no device responding). Also, deactivate the resources before releasing them. OLDCARD doesn't seem to care but NEWCARD/CARDBUS get rather unhappy if you release a resource that hasn't been deactivated yet. Make pcic_p.c only compile with oldcard kernels. Revision Changes Path 1.445 +3 -2 src/sys/conf/files 1.190 +7 -1 src/sys/dev/ed/if_ed.c 1.21 +30 -3 src/sys/dev/ed/if_ed_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:42:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9639737B4CF; Fri, 24 Nov 2000 19:42:08 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11490; Fri, 24 Nov 2000 19:42:08 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250342.TAA11490@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Nov 2000 19:42:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/24 19:42:08 PST Modified files: sys/dev/pccard pccarddevs Log: Add Kingston and the KNE-PC2 card Revision Changes Path 1.6 +5 -1 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:43:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65FC337B4C5; Fri, 24 Nov 2000 19:43:38 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11586; Fri, 24 Nov 2000 19:43:38 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250343.TAA11586@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Nov 2000 19:43:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.h pccarddevs_data.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/24 19:43:38 PST Modified files: sys/dev/pccard pccarddevs.h pccarddevs_data.h Log: Regenerate. Note that pccarddevs_data.h is not used. Revision Changes Path 1.6 +7 -1 src/sys/dev/pccard/pccarddevs.h 1.6 +15 -1 src/sys/dev/pccard/pccarddevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:46:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5405737B479; Fri, 24 Nov 2000 19:46:46 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11939; Fri, 24 Nov 2000 19:46:46 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011250346.TAA11939@freefall.freebsd.org> From: Robert Watson Date: Fri, 24 Nov 2000 19:46:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/24 19:46:46 PST Modified files: usr.bin/systat main.c Log: o Make systat use sysctl() to retrieve hz and stathz, instead of using kmem. Revision Changes Path 1.12 +15 -20 src/usr.bin/systat/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:47:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5FA037B479; Fri, 24 Nov 2000 19:47:36 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA12067; Fri, 24 Nov 2000 19:47:36 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011250347.TAA12067@freefall.freebsd.org> From: Robert Watson Date: Fri, 24 Nov 2000 19:47:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat iostat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/24 19:47:36 PST Modified files: usr.bin/systat iostat.c Log: o Make systat/iostat.c use sysctl() to retrieve cp_time instead of kmem. Revision Changes Path 1.13 +9 -23 src/usr.bin/systat/iostat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:49:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EB8B37B4C5; Fri, 24 Nov 2000 19:49:43 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA12292; Fri, 24 Nov 2000 19:49:43 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011250349.TAA12292@freefall.freebsd.org> From: Robert Watson Date: Fri, 24 Nov 2000 19:49:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat pigs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/24 19:49:42 PST Modified files: usr.bin/systat pigs.c Log: o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpu instead of using kmem. Revision Changes Path 1.9 +32 -27 src/usr.bin/systat/pigs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 19:53:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 664DF37B479; Fri, 24 Nov 2000 19:53:43 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA12629; Fri, 24 Nov 2000 19:53:43 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200011250353.TAA12629@freefall.freebsd.org> From: Robert Watson Date: Fri, 24 Nov 2000 19:53:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/24 19:53:43 PST Modified files: usr.bin/systat vmstat.c Log: o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace, maxvnodes, numvnodes, freevnodes, nchstats, and numdirtybuffers. o Make the hw.ncpu error checking code a little more rigorous by sanity checking the returned data size. o Didn't fix machine-dependent non-sysctl-exported variables: intrnames, eintrnames, intrcnt, eintrcnt, as these variables are defined and exported from machine-dependent kernel code in assembly. This should probably be fixed somehow. Revision Changes Path 1.41 +51 -30 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 20:13: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8B1137B479; Fri, 24 Nov 2000 20:13:05 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16251; Fri, 24 Nov 2000 20:13:05 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011250413.UAA16251@freefall.freebsd.org> From: Brian Feldman Date: Fri, 24 Nov 2000 20:13:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/24 20:13:05 PST Modified files: usr.sbin/inetd builtins.c Log: Security fix: correctly set groups according to the user. Previously, root's groups' permissions were being used, so a user could read up to 16 (excluding initial whitespace) bytes of e.g. a wheel-accessible file. Also, don't allow blocking on the opening of ~/.fakeid, so replace a fopen() with open() and fdopen(). I knew I'd be going to hell for using C file streams instead of POSIX syscalls... Revision Changes Path 1.26 +16 -7 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 20:14:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E84437B4CF; Fri, 24 Nov 2000 20:14:17 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16453; Fri, 24 Nov 2000 20:14:17 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200011250414.UAA16453@freefall.freebsd.org> From: Brian Feldman Date: Fri, 24 Nov 2000 20:14:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/11/24 20:14:15 PST Modified files: (Branch: RELENG_4) usr.sbin/inetd builtins.c Log: MFC: squash evil security-type bugs Revision Changes Path 1.19.2.3 +16 -7 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 20:50: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A9E37B479; Fri, 24 Nov 2000 20:49:58 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA19693; Fri, 24 Nov 2000 20:49:58 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011250449.UAA19693@freefall.freebsd.org> From: Doug Barton Date: Fri, 24 Nov 2000 20:49:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/icqmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/24 20:49:58 PST Modified files: mail/icqmail Makefile Log: We got a sucke^H^H^H^H^H volunteer for this port Revision Changes Path 1.5 +2 -2 ports/mail/icqmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 21:57: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 16F9837B479; Fri, 24 Nov 2000 21:57:04 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id VAA88628; Fri, 24 Nov 2000 21:57:03 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A1F54AF.53A6B292@FreeBSD.org> Date: Fri, 24 Nov 2000 21:57:03 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 References: <200011222037.MAA02654@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David E. O'Brien" wrote: > > obrien 2000/11/22 12:37:40 PST > > Modified files: > etc/defaults make.conf > share/man/man5 make.conf.5 > Log: > Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format" > in /etc/login.conf. I'm still waiting for the make.conf option that gives me a DES and only DES crypt(). As is, you've removed functionality without providing an alternative. Please don't commit this to RELENG_4 till this issue is settled. -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 22: 4:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F1AB37B479; Fri, 24 Nov 2000 22:04:19 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27422; Fri, 24 Nov 2000 22:04:19 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250604.WAA27422@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 22:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 22:04:19 PST Modified files: sys/pci if_wx.c Log: Don't attach the interface twice. While I'm here, add a driver mutex. Revision Changes Path 1.12 +28 -26 src/sys/pci/if_wx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 22:22:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2EEA37B479; Fri, 24 Nov 2000 22:22:16 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35378; Fri, 24 Nov 2000 22:22:16 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250622.WAA35378@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 22:22:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h src/sys/i386/i386 machdep.c src/sys/netinet tcp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 22:22:16 PST Modified files: sys/kern kern_timeout.c sys/sys callout.h sys/i386/i386 machdep.c sys/netinet tcp_subr.c Log: Revert the last commit to the callout interface, and add a flag to callout_init() indicating whether the callout is safe or not. Update the callers of callout_init() to reflect the new interface. Okayed by: Jake Revision Changes Path 1.65 +8 -7 src/sys/kern/kern_timeout.c 1.20 +3 -10 src/sys/sys/callout.h 1.422 +2 -2 src/sys/i386/i386/machdep.c 1.84 +6 -6 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 22:33: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30E8B37B479; Fri, 24 Nov 2000 22:33:05 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA36284; Fri, 24 Nov 2000 22:33:05 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011250633.WAA36284@freefall.freebsd.org> From: Doug Barton Date: Fri, 24 Nov 2000 22:33:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wordperfect Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/24 22:33:04 PST Modified files: editors/wordperfect Makefile Log: Update location of Corel's instructions on how to download the distfile. It's not at all clear to me that the license has been totally removed, but IANAL. The originator recommended completely removing the manual fetch, but I'm not willing to take responsibility for that. PR: ports/23031 Submitted by: Mikhail Teterin Revision Changes Path 1.14 +2 -2 ports/editors/wordperfect/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 22:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7BA1337B4D7; Fri, 24 Nov 2000 22:47:16 -0800 (PST) Received: from localhost (6y4zp9@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eAP6lA562534; Sat, 25 Nov 2000 01:47:14 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200011250647.eAP6lA562534@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Doug Barton Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 In-Reply-To: Message from Doug Barton of "Fri, 24 Nov 2000 21:57:03 PST." <3A1F54AF.53A6B292@FreeBSD.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Nov 2000 01:47:09 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > "David E. O'Brien" wrote: > > > > obrien 2000/11/22 12:37:40 PST > > > > Modified files: > > etc/defaults make.conf > > share/man/man5 make.conf.5 > > Log: > > Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format" > > in /etc/login.conf. > > I'm still waiting for the make.conf option that gives me a DES and only > DES crypt(). As is, you've removed functionality without providing an > alternative. Please don't commit this to RELENG_4 till this issue is > settled. Poof, every time you use crypt(3) in your applications it defaults to DES. :) Don't compile src/secure? It defaults to MD5. The login.conf stuff only applies to the base apps that modify the password file. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23: 4:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A17337B479; Fri, 24 Nov 2000 23:04:44 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39303; Fri, 24 Nov 2000 23:04:44 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250704.XAA39303@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 23:04:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 23:04:44 PST Modified files: sys/i386/linux linux_sysvec.c Log: Correct a misnamed argument hidden behind a #ifdef DEBUG Found by: LINT Revision Changes Path 1.70 +2 -2 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23: 9:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6767E37B4CF; Fri, 24 Nov 2000 23:09:19 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA41379; Fri, 24 Nov 2000 23:09:19 -0800 (PST) (envelope-from trevor@FreeBSD.org) Message-Id: <200011250709.XAA41379@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 24 Nov 2000 23:09:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/joe Makefile ports/editors/joe/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2000/11/24 23:09:18 PST Modified files: editors/joe Makefile editors/joe/files patch-ad Log: - don't follow links (symbolic or hard) owned by another user when creating a DEADJOE file (http://www.securityfocus.com/archive/1/145305) - make DEADJOE files with 0600 permissions, rather than using the user's umask (PR 12827) - do the PORTREVISION thing I am not sure whether the maintainer considers these ready. However, they work for me. Submitted by: maintainer Revision Changes Path 1.10 +2 -1 ports/editors/joe/Makefile 1.4 +39 -7 ports/editors/joe/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:16: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 513D537B4C5; Fri, 24 Nov 2000 23:16:07 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA41854; Fri, 24 Nov 2000 23:16:07 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250716.XAA41854@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 23:16:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/portal portal_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 23:16:07 PST Modified files: sys/miscfs/portal portal_vfsops.c Log: Update to reflect the disappearance of getsock(). Found by: LINT Revision Changes Path 1.27 +7 -3 src/sys/miscfs/portal/portal_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:20:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4061837B479; Fri, 24 Nov 2000 23:20:33 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42200; Fri, 24 Nov 2000 23:20:33 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011250720.XAA42200@freefall.freebsd.org> From: Doug Barton Date: Fri, 24 Nov 2000 23:20:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-stringy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/24 23:20:33 PST Modified files: devel/p5-IO-stringy Makefile distinfo Log: Update to 1.216 PR: ports/23034 Submitted by: Ying-Chieh Liao Revision Changes Path 1.11 +2 -2 ports/devel/p5-IO-stringy/Makefile 1.5 +1 -1 ports/devel/p5-IO-stringy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:25:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D23437B4C5; Fri, 24 Nov 2000 23:25:08 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42585; Fri, 24 Nov 2000 23:25:08 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250725.XAA42585@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Nov 2000 23:25:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/24 23:25:08 PST Modified files: sys/dev/ed if_ed_pccard.c Log: Argh, I have fixed this cut/paste error twice before. I must have committed the wrong patch. :-( sn_pccard_products[] should have been static anyway. Revision Changes Path 1.22 +4 -4 src/sys/dev/ed/if_ed_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:25:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5403C37B4C5; Fri, 24 Nov 2000 23:25:45 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42672; Fri, 24 Nov 2000 23:25:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250725.XAA42672@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Nov 2000 23:25:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/24 23:25:45 PST Modified files: sys/dev/sn if_sn_pccard.c Log: Make sn_pccard_products[] static Revision Changes Path 1.9 +2 -2 src/sys/dev/sn/if_sn_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:35:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9516437B4C5; Fri, 24 Nov 2000 23:35:39 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA44043; Fri, 24 Nov 2000 23:35:39 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250735.XAA44043@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 23:35:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/awi awi.c src/sys/dev/en midway.c src/sys/dev/hea eni_receive.c eni_transmit.c src/sys/dev/hfa fore_receive.c src/sys/dev/iicbus if_ic.c src/sys/dev/lmc if_lmc.c if_lmc_common.c src/sys/dev/pdq pdq_ifsubr.c src/sys/dev/ppbus ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 23:35:39 PST Modified files: sys/dev/awi awi.c sys/dev/en midway.c sys/dev/hea eni_receive.c eni_transmit.c sys/dev/hfa fore_receive.c sys/dev/iicbus if_ic.c sys/dev/lmc if_lmc.c if_lmc_common.c sys/dev/pdq pdq_ifsubr.c sys/dev/ppbus if_plip.c sys/dev/usb udbp.c usb_ethersubr.c sys/i386/isa if_ar.c if_sr.c sys/i4b/driver i4b_bsdi_ibc.c i4b_ing.c i4b_ipr.c i4b_isppp.c i4b_ispppsubr.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/layer1/ifpi i4b_ifpi_pci.c sys/i4b/layer1/ifpnp i4b_ifpnp_avm.c sys/i4b/layer1/ihfc i4b_ihfc_drv.c i4b_ihfc_l1if.c sys/i4b/layer1/isic i4b_bchan.c i4b_hscx.c sys/i4b/layer1/iwic i4b_iwic_bchan.c sys/i4b/layer2 i4b_l2.c i4b_mbuf.c i4b_util.c sys/i4b/layer4 i4b_i4bdrv.c sys/net bridge.c if.c if_atmsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_gif.c if_iso88025subr.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_stf.c if_tun.c if_var.h if_vlan.c intrq.c sys/netatalk ddp_usrreq.c sys/netatm atm_device.c atm_subr.c sys/netatm/ipatm ipatm_input.c sys/netinet if_ether.c ip_auth.c ip_input.c ip_mroute.c sys/netinet6 ah_input.c esp_input.c ip6_input.c sys/netipx ipx_input.c ipx_ip.c sys/netnatm natm_proto.c sys/netns ns_input.c ns_ip.c sys/pc98/pc98 olpt.c sys/pci if_de.c if_wxvar.h Log: Lock down the network interface queues. The queue mutex must be obtained before adding/removing packets from the queue. Also, the if_obytes and if_omcasts fields should only be manipulated under protection of the mutex. IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on the queue. An IF_LOCK macro is provided, as well as the old (mutex-less) versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which needs them, but their use is discouraged. Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF, which takes care of locking/enqueue, and also statistics updating/start if necessary. Revision Changes Path 1.10 +8 -13 src/sys/dev/awi/awi.c 1.27 +14 -14 src/sys/dev/en/midway.c 1.10 +9 -11 src/sys/dev/hea/eni_receive.c 1.11 +7 -7 src/sys/dev/hea/eni_transmit.c 1.11 +3 -5 src/sys/dev/hfa/fore_receive.c 1.10 +3 -8 src/sys/dev/iicbus/if_ic.c 1.6 +15 -10 src/sys/dev/lmc/if_lmc.c 1.3 +3 -3 src/sys/dev/lmc/if_lmc_common.c 1.13 +2 -8 src/sys/dev/pdq/pdq_ifsubr.c 1.22 +11 -15 src/sys/dev/ppbus/if_plip.c 1.7 +11 -14 src/sys/dev/usb/udbp.c 1.9 +4 -14 src/sys/dev/usb/usb_ethersubr.c 1.41 +9 -4 src/sys/i386/isa/if_ar.c 1.38 +9 -4 src/sys/i386/isa/if_sr.c 1.5 +11 -14 src/sys/i4b/driver/i4b_bsdi_ibc.c 1.5 +15 -23 src/sys/i4b/driver/i4b_ing.c 1.11 +14 -38 src/sys/i4b/driver/i4b_ipr.c 1.12 +6 -3 src/sys/i4b/driver/i4b_isppp.c 1.3 +17 -48 src/sys/i4b/driver/i4b_ispppsubr.c 1.15 +12 -33 src/sys/i4b/driver/i4b_rbch.c 1.16 +18 -16 src/sys/i4b/driver/i4b_tel.c 1.13 +13 -6 src/sys/i4b/driver/i4b_trace.c 1.4 +8 -13 src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c 1.4 +8 -13 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c 1.6 +7 -4 src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c 1.5 +3 -3 src/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c 1.5 +7 -5 src/sys/i4b/layer1/isic/i4b_bchan.c 1.5 +2 -9 src/sys/i4b/layer1/isic/i4b_hscx.c 1.5 +8 -13 src/sys/i4b/layer1/iwic/i4b_iwic_bchan.c 1.12 +3 -2 src/sys/i4b/layer2/i4b_l2.c 1.11 +3 -15 src/sys/i4b/layer2/i4b_mbuf.c 1.12 +2 -2 src/sys/i4b/layer2/i4b_util.c 1.16 +19 -10 src/sys/i4b/layer4/i4b_i4bdrv.c 1.28 +3 -15 src/sys/net/bridge.c 1.95 +11 -2 src/sys/net/if.c 1.13 +4 -19 src/sys/net/if_atmsubr.c 1.8 +4 -16 src/sys/net/if_ef.c 1.84 +8 -32 src/sys/net/if_ethersubr.c 1.46 +4 -26 src/sys/net/if_fddisubr.c 1.7 +5 -13 src/sys/net/if_gif.c 1.14 +6 -27 src/sys/net/if_iso88025subr.c 1.53 +10 -18 src/sys/net/if_loop.c 1.68 +48 -53 src/sys/net/if_ppp.c 1.90 +6 -14 src/sys/net/if_sl.c 1.61 +17 -54 src/sys/net/if_spppsubr.c 1.4 +5 -11 src/sys/net/if_stf.c 1.81 +7 -26 src/sys/net/if_tun.c 1.28 +99 -50 src/sys/net/if_var.h 1.19 +4 -12 src/sys/net/if_vlan.c 1.5 +3 -10 src/sys/net/intrq.c 1.19 +3 -1 src/sys/netatalk/ddp_usrreq.c 1.11 +4 -2 src/sys/netatm/atm_device.c 1.13 +3 -2 src/sys/netatm/atm_subr.c 1.8 +3 -12 src/sys/netatm/ipatm/ipatm_input.c 1.73 +13 -2 src/sys/netinet/if_ether.c 1.20 +3 -11 src/sys/netinet/ip_auth.c 1.149 +3 -5 src/sys/netinet/ip_input.c 1.61 +2 -12 src/sys/netinet/ip_mroute.c 1.6 +5 -12 src/sys/netinet6/ah_input.c 1.6 +5 -12 src/sys/netinet6/esp_input.c 1.19 +2 -1 src/sys/netinet6/ip6_input.c 1.24 +2 -1 src/sys/netipx/ipx_input.c 1.25 +3 -11 src/sys/netipx/ipx_ip.c 1.5 +3 -1 src/sys/netnatm/natm_proto.c 1.14 +2 -1 src/sys/netns/ns_input.c 1.10 +3 -12 src/sys/netns/ns_ip.c 1.13 +9 -15 src/sys/pc98/pc98/olpt.c 1.133 +9 -9 src/sys/pci/if_de.c 1.7 +5 -1 src/sys/pci/if_wxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:42:52 2000 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 0A6E037B4CF; Fri, 24 Nov 2000 23:42:48 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA89218; Fri, 24 Nov 2000 23:42:46 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A1F6D75.667FD2CC@FreeBSD.org> Date: Fri, 24 Nov 2000 23:42:45 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Brian F. Feldman" Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 References: <200011250647.eAP6lA562534@green.dyndns.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Brian F. Feldman" wrote: > > Doug Barton wrote: > > "David E. O'Brien" wrote: > > > > > > obrien 2000/11/22 12:37:40 PST > > > > > > Modified files: > > > etc/defaults make.conf > > > share/man/man5 make.conf.5 > > > Log: > > > Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format" > > > in /etc/login.conf. > > > > I'm still waiting for the make.conf option that gives me a DES and only > > DES crypt(). As is, you've removed functionality without providing an > > alternative. Please don't commit this to RELENG_4 till this issue is > > settled. > > Poof, every time you use crypt(3) in your applications it defaults to DES. > :) Don't compile src/secure? It defaults to MD5. Assuming I understand you, this is equally bad. If I understand what you're saying, in the new state of things crypt() is always going to be DES, unless you don't have src/secure in your tree? And there is no way to choose, in either case? There really needs to be a way to at least build the world with src/secure present but still have the choice of what format crypt() is going to use by default. There are valid reasons for both choices. > The login.conf stuff > only applies to the base apps that modify the password file. For the fifth or sixth time, the concerns I'm expressing have nothing to do with the system passwords. I'm talking about crypt() itself. Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 24 23:50:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B132237B4C5; Fri, 24 Nov 2000 23:50:29 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA45381; Fri, 24 Nov 2000 23:50:29 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250750.XAA45381@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 23:50:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 23:50:29 PST Modified files: sys/net if_ethersubr.c Log: Remove unused variable, spl() manipulation isn't done for the ifq now. Revision Changes Path 1.85 +1 -2 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 0: 0:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7137B4C5; Sat, 25 Nov 2000 00:00:15 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46152; Sat, 25 Nov 2000 00:00:15 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250800.AAA46152@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 25 Nov 2000 00:00:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/25 00:00:10 PST Modified files: sys/pci if_dc.c if_dcreg.h Log: Change the driver to allocate its own callout structure, and modify the interface to use callout_* instead of timeout(). Also add an IS_MPSAFE #define (currently off) which will mark the driver as mpsafe to the upper layers. Revision Changes Path 1.39 +13 -9 src/sys/pci/if_dc.c 1.17 +2 -2 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 0:13:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87EB837B4C5; Sat, 25 Nov 2000 00:13:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49016; Sat, 25 Nov 2000 00:13:33 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250813.AAA49016@freefall.freebsd.org> From: Peter Wemm Date: Sat, 25 Nov 2000 00:13:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isavar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/25 00:13:33 PST Modified files: sys/isa isavar.h Log: GC some defunct prototypes Revision Changes Path 1.20 +1 -5 src/sys/isa/isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 0:13:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF27F37B4C5; Sat, 25 Nov 2000 00:13:46 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49071; Sat, 25 Nov 2000 00:13:46 -0800 (PST) (envelope-from roam@FreeBSD.org) Message-Id: <200011250813.AAA49071@freefall.freebsd.org> From: Peter Pentchev Date: Sat, 25 Nov 2000 00:13:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl Makefile ports/net/libnids Makefile ports/net/despoof Makefile ports/net/nsping Makefile ports/security/zombiezapper Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2000/11/25 00:13:46 PST Modified files: ftp/curl Makefile net/libnids Makefile net/despoof Makefile net/nsping Makefile security/zombiezapper Makefile Log: Take over maintainership Approved by: kris (former maintainer) Revision Changes Path 1.24 +2 -2 ports/ftp/curl/Makefile 1.8 +2 -2 ports/net/libnids/Makefile 1.2 +2 -2 ports/net/despoof/Makefile 1.4 +2 -2 ports/net/nsping/Makefile 1.4 +2 -2 ports/security/zombiezapper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 0:25:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FF4337B4CF; Sat, 25 Nov 2000 00:25:52 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50339; Sat, 25 Nov 2000 00:25:52 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011250825.AAA50339@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 00:25:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 00:25:52 PST Modified files: sysutils/webmin Makefile Log: A new volunteer Revision Changes Path 1.22 +2 -2 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 0:30:58 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 15E8D37B479; Sat, 25 Nov 2000 00:30:54 -0800 (PST) Received: from fwd00.sul.t-online.com by mailout06.sul.t-online.com with smtp id 13zajR-0008Hs-04; Sat, 25 Nov 2000 09:30:49 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.232]) by fmrl00.sul.t-online.com with esmtp id 13zajN-1DQLiaC; Sat, 25 Nov 2000 09:30:45 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 248C0AB91; Sat, 25 Nov 2000 09:32:23 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 95F6A14A8D; Sat, 25 Nov 2000 09:30:54 +0100 (CET) Date: Sat, 25 Nov 2000 09:30:54 +0100 To: Peter Pentchev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml www/en/news newsflash.sgml Message-ID: <20001125093054.A29249@cichlids.cichlids.com> References: <200011220949.BAA56049@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011220949.BAA56049@freefall.freebsd.org>; from roam@FreeBSD.org on Wed, Nov 22, 2000 at 01:49:42AM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: (null).520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Peter Pentchev (roam@FreeBSD.org): > roam 2000/11/22 01:49:42 PST > en_US.ISO_8859-1/books/handbook/contrib chapter.sgml > en_US.ISO_8859-1/books/handbook/staff chapter.sgml > en/news newsflash.sgml > Log: > cmsg ? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 0:38: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (pool68-tch-1.Sofia.0rbitel.net [212.95.170.68]) by hub.freebsd.org (Postfix) with SMTP id 3A6F937B479 for ; Sat, 25 Nov 2000 00:38:01 -0800 (PST) Received: (qmail 1352 invoked by uid 1000); 25 Nov 2000 08:37:28 -0000 Date: Sat, 25 Nov 2000 10:37:27 +0200 From: Peter Pentchev To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml www/en/news newsflash.sgml Message-ID: <20001125103727.A538@ringworld.oblivion.bg> Mail-Followup-To: Alexander Langer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200011220949.BAA56049@freefall.freebsd.org> <20001125093054.A29249@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001125093054.A29249@cichlids.cichlids.com>; from alex@big.endian.de on Sat, Nov 25, 2000 at 09:30:54AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Nov 25, 2000 at 09:30:54AM +0100, Alexander Langer wrote: > Thus spake Peter Pentchev (roam@FreeBSD.org): > > > roam 2000/11/22 01:49:42 PST > > en_US.ISO_8859-1/books/handbook/contrib chapter.sgml > > en_US.ISO_8859-1/books/handbook/staff chapter.sgml > > en/news newsflash.sgml > > Log: > > cmsg > > ? Yeah, sorry about that; there was a forced commit a minute later. I messed up cvs cmdline flags - used -m instead of -F :( G'luck, Peter -- This sentence is false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:10:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FD6837B479; Sat, 25 Nov 2000 01:10:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55430; Sat, 25 Nov 2000 01:10:56 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200011250910.BAA55430@freefall.freebsd.org> From: Peter Wemm Date: Sat, 25 Nov 2000 01:10:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil auth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/11/25 01:10:56 PST Modified files: lib/libutil auth.c Log: Fix a mangled $Id string Revision Changes Path 1.4 +1 -1 src/lib/libutil/auth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:42: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 3D59737B4C5; Sat, 25 Nov 2000 01:42:03 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA52005; Sat, 25 Nov 2000 01:42:02 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eAP9g1N51909; Sat, 25 Nov 2000 01:42:01 -0800 (PST) (envelope-from obrien) Date: Sat, 25 Nov 2000 01:42:01 -0800 From: "David O'Brien" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 Message-ID: <20001125014201.C48752@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200011222037.MAA02654@freefall.freebsd.org> <3A1F54AF.53A6B292@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A1F54AF.53A6B292@FreeBSD.org>; from DougB@FreeBSD.org on Fri, Nov 24, 2000 at 09:57:03PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Nov 24, 2000 at 09:57:03PM -0800, Doug Barton wrote: > I'm still waiting for the make.conf option that gives me a DES and only > DES crypt(). Actually that has never been a supported configuration. > As is, you've removed functionality without providing an alternative. "NODESCRYPTLINKS" was to allow those needing YP/NIS compatibility to use MD5 for local passwords. If you installed the DES sources, the libcrypt link that originally pointed at libscript gets redirected to libdescrypt. So I'm not sure how you were getting the functionality you want. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:42:33 2000 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 7114C37B4C5; Sat, 25 Nov 2000 01:42:29 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA89782; Sat, 25 Nov 2000 01:42:28 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A1F8984.BAC8AC7B@FreeBSD.org> Date: Sat, 25 Nov 2000 01:42:28 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Brian F. Feldman" , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 References: <200011250647.eAP6lA562534@green.dyndns.org> <3A1F6D75.667FD2CC@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > > "Brian F. Feldman" wrote: > > > > Doug Barton wrote: > > > "David E. O'Brien" wrote: > > > > > > > > obrien 2000/11/22 12:37:40 PST > > > > > > > > Modified files: > > > > etc/defaults make.conf > > > > share/man/man5 make.conf.5 > > > > Log: > > > > Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format" > > > > in /etc/login.conf. > > > > > > I'm still waiting for the make.conf option that gives me a DES and only > > > DES crypt(). As is, you've removed functionality without providing an > > > alternative. Please don't commit this to RELENG_4 till this issue is > > > settled. > > > > Poof, every time you use crypt(3) in your applications it defaults to DES. > > :) Don't compile src/secure? It defaults to MD5. Hrrmm... well, Peter W. took the time to beat the reality of the situation into me, and I think I have an understanding of it now. If I understand it correctly the new default if you compile with src/secure in your tree is going to be the equivalent of having libcrypt.* -> libdescrypt.* always, with the current ability to grok MD5, and return MD5 by default if fed an MD5 salt built in. Assuming I understand this correctly, I withdraw my objection, and thanks to Peter for taking the time to 'splain it. Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:44:25 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1086837B4CF; Sat, 25 Nov 2000 01:44:21 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA52009; Sat, 25 Nov 2000 01:44:20 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eAP9iJJ51924; Sat, 25 Nov 2000 01:44:19 -0800 (PST) (envelope-from obrien) Date: Sat, 25 Nov 2000 01:44:19 -0800 From: "David O'Brien" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 Message-ID: <20001125014419.D48752@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200011250647.eAP6lA562534@green.dyndns.org> <3A1F6D75.667FD2CC@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A1F6D75.667FD2CC@FreeBSD.org>; from DougB@FreeBSD.org on Fri, Nov 24, 2000 at 11:42:45PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Nov 24, 2000 at 11:42:45PM -0800, Doug Barton wrote: > > Poof, every time you use crypt(3) in your applications it defaults to DES. > > :) Don't compile src/secure? It defaults to MD5. > > Assuming I understand you, this is equally bad. If I understand what > you're saying, in the new state of things crypt() is always going to be > DES, unless you don't have src/secure in your tree? This is not the new state of things -- this is how it has always been 2.0 and later. > And there is no way to choose, in either case? Call the crypt function (ie, DES or MD5) you want directly. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:48:24 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1C98837B4CF; Sat, 25 Nov 2000 01:48:21 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA52024; Sat, 25 Nov 2000 01:48:20 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eAP9mJU51998; Sat, 25 Nov 2000 01:48:19 -0800 (PST) (envelope-from obrien) Date: Sat, 25 Nov 2000 01:48:19 -0800 From: "David O'Brien" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 Message-ID: <20001125014819.B51936@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200011222037.MAA02654@freefall.freebsd.org> <3A1F54AF.53A6B292@FreeBSD.org> <20001125014201.C48752@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001125014201.C48752@dragon.nuxi.com>; from obrien@FreeBSD.org on Sat, Nov 25, 2000 at 01:42:01AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Nov 25, 2000 at 01:42:01AM -0800, David O'Brien wrote: > "NODESCRYPTLINKS" was to allow those needing YP/NIS compatibility to use > MD5 for local passwords. Before someone says it would "use" MD5 passwords, I mean create new local passwords in the MD5 hash format. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:56: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D75937B4CF; Sat, 25 Nov 2000 01:55:59 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA59156; Sat, 25 Nov 2000 01:55:59 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250955.BAA59156@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 01:55:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/bfd acconfig.h coff-sh.c cpu-sh.c elf32-sh.c filemode.c sunos.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 01:55:59 PST Removed files: contrib/binutils/bfd acconfig.h coff-sh.c cpu-sh.c elf32-sh.c filemode.c sunos.c Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 1:57:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06F6337B4C5; Sat, 25 Nov 2000 01:57:14 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA59290; Sat, 25 Nov 2000 01:57:13 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011250957.BAA59290@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 01:57:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/binutils acconfig.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 01:57:13 PST Removed files: contrib/binutils/binutils acconfig.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2: 7: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F064337B4CF; Sat, 25 Nov 2000 02:07:03 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62248; Sat, 25 Nov 2000 02:07:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251007.CAA62248@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:07:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config tc-sh.c tc-sh.h te-multi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:07:03 PST Removed files: contrib/binutils/gas/config tc-sh.c tc-sh.h te-multi.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2: 8: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B0EE37B479; Sat, 25 Nov 2000 02:08:03 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62350; Sat, 25 Nov 2000 02:08:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251008.CAA62350@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:08:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas acconfig.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:08:03 PST Removed files: contrib/binutils/gas acconfig.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2: 9:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DBC437B479; Sat, 25 Nov 2000 02:09:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62472; Sat, 25 Nov 2000 02:09:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251009.CAA62472@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:09:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/opcodes acconfig.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:09:39 PST Removed files: contrib/binutils/opcodes acconfig.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:11:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A149937B65E; Sat, 25 Nov 2000 02:11:31 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62719; Sat, 25 Nov 2000 02:11:31 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251011.CAA62719@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:11:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/include wait.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:11:31 PST Removed files: contrib/binutils/include wait.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:12:16 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id B669637B4C5; Sat, 25 Nov 2000 02:12:11 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAPACBm15765; Sat, 25 Nov 2000 02:12:11 -0800 (PST) Date: Sat, 25 Nov 2000 02:12:11 -0800 From: Alfred Perlstein To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c Message-ID: <20001125021211.H8051@fw.wintelcom.net> References: <200011250413.UAA16251@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011250413.UAA16251@freefall.freebsd.org>; from green@FreeBSD.org on Fri, Nov 24, 2000 at 08:13:05PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Brian Feldman [001124 20:13] wrote: > green 2000/11/24 20:13:05 PST > > Modified files: > usr.sbin/inetd builtins.c > Log: > Security fix: correctly set groups according to the user. Previously, > root's groups' permissions were being used, so a user could read up to > 16 (excluding initial whitespace) bytes of e.g. a wheel-accessible file. Was this reviewed by anyone? Security fixes need review. > Also, don't allow blocking on the opening of ~/.fakeid, so replace a fopen() > with open() and fdopen(). I knew I'd be going to hell for using C file > streams instead of POSIX syscalls... What happens if ~/.fakeid is a FIFO without a writer/reader? Is this the blocking you're trying to avoid? I think you may have a problem here because you don't use fclose later, you may be leaking stdio streams with no backing fd. Don't you need to change: + if (fakeid_fd != -1) + close(fakeid_fd); to something like: if (fakeid != NULL) fclose(fakeid); else if fakeid_fd != -1) close(fakeid_fd); There's also a problem because this close isn't part of the 'else' clause above, what happens is that you may call close on fakeid_fd (after the 'else' clause) after calling fclose on it already in the 'if' clause. Doesn't the fstat need to happen before the fdopen? (to avoid blocking on FIFOs or other wierdness). What's going on here? And why was it MFC'd already? Maybe I'm wrong but these are some _possible_ bugs that I discovered after a cursory examination of the change, had it been dicussed I'd have either realized I was wrong or we could have had a proper fix the first time. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:13:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92EC637B4C5; Sat, 25 Nov 2000 02:13:14 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62910; Sat, 25 Nov 2000 02:13:14 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251013.CAA62910@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:13:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/ld acconfig.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:13:14 PST Removed files: contrib/binutils/ld acconfig.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:15: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA48E37B4CF; Sat, 25 Nov 2000 02:15:06 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63064; Sat, 25 Nov 2000 02:15:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251015.CAA63064@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:15:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/ld/emultempl stringify.sed X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:15:06 PST Removed files: contrib/binutils/ld/emultempl stringify.sed Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:18: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E22D037B4D7; Sat, 25 Nov 2000 02:18:00 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63445; Sat, 25 Nov 2000 02:18:00 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251018.CAA63445@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:18:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/libiberty/config mh-sysv mh-sysv4 mt-mingw32 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:18:00 PST Removed files: contrib/binutils/libiberty/config mh-sysv mh-sysv4 mt-mingw32 Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:20:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A83737B4C5; Sat, 25 Nov 2000 02:20:11 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63732; Sat, 25 Nov 2000 02:20:11 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251020.CAA63732@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:20:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/libiberty alloca-botch.h alloca-norm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:20:11 PST Removed files: contrib/binutils/libiberty alloca-botch.h alloca-norm.h Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:23:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C93F37B479; Sat, 25 Nov 2000 02:23:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63987; Sat, 25 Nov 2000 02:23:21 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251023.CAA63987@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:23:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/libiberty dummy.c functions.def X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:23:21 PST Removed files: contrib/binutils/libiberty dummy.c functions.def Log: Remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:29:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFB9237B4CF; Sat, 25 Nov 2000 02:29:37 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64428; Sat, 25 Nov 2000 02:29:37 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251029.CAA64428@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:29:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:29:37 PST src/contrib/binutils - Imported sources Update of /home/ncvs/src/contrib/binutils In directory freefall.freebsd.org:/c/tmp/cvs-serv64406 Log Message: Import of GNU Binutils version 2.10.1. Believe it or not, this is heavily stripped down. Status: Vendor Tag: GNU Release Tags: binutils_2_10_1 U src/contrib/binutils/ChangeLog 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 Nov 25 2:31:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E3F737B479; Sat, 25 Nov 2000 02:31:08 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64656; Sat, 25 Nov 2000 02:31:08 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011251031.CAA64656@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 25 Nov 2000 02:31:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/tkhylafax Makefile ports/devel/doc++ Makefile ports/mbone/wb Makefile ports/print/pbm2ppa Makefile ports/textproc/latex2html Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/25 02:31:08 PST Modified files: comms/tkhylafax Makefile devel/doc++ Makefile mbone/wb Makefile print/pbm2ppa Makefile textproc/latex2html Makefile Log: ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55. Revision Changes Path 1.13 +2 -2 ports/comms/tkhylafax/Makefile 1.10 +2 -2 ports/devel/doc++/Makefile 1.10 +2 -2 ports/mbone/wb/Makefile 1.11 +2 -2 ports/print/pbm2ppa/Makefile 1.15 +2 -2 ports/textproc/latex2html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:34:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D18A37B4C5; Sat, 25 Nov 2000 02:34:03 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65239; Sat, 25 Nov 2000 02:34:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251034.CAA65239@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:34:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils FREEBSD-deletelist ChangeLog FREEBSD-Xlist FREEBSD-upgrade Makefile.in config.guess config.sub configure.in src/contrib/binutils/bfd ChangeLog coffcode.h config.bfd configure configure.in elf.c elf32-arm.h elf32-i386.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:34:02 PST Modified files: (Branch: RELENG_4) contrib/binutils ChangeLog FREEBSD-Xlist FREEBSD-upgrade Makefile.in config.guess config.sub configure.in contrib/binutils/bfd ChangeLog coffcode.h config.bfd configure configure.in elf.c elf32-arm.h elf32-i386.c elf32-mips.c elf32-ppc.c elf32-sparc.c elf64-alpha.c elf64-sparc.c elflink.c elflink.h contrib/binutils/binutils ChangeLog Makefile.am Makefile.in binutils.texi config.texi configure configure.in dyn-string.c dyn-string.h nm.c objcopy.c objdump.c readelf.c stabs.c strip.1 contrib/binutils/gas ChangeLog configure configure.in contrib/binutils/gas/config obj-coff.c tc-alpha.c tc-arm.c contrib/binutils/include ChangeLog demangle.h contrib/binutils/include/elf ChangeLog common.h contrib/binutils/ld ChangeLog Makefile.am Makefile.in NEWS configure configure.in configure.tgt ldlang.c ldlang.h ldlex.l contrib/binutils/ld/emultempl elf32.em mipsecoff.em contrib/binutils/ld/scripttempl elf.sc contrib/binutils/libiberty ChangeLog Makefile.in cplus-dem.c Added files: (Branch: RELENG_4) contrib/binutils FREEBSD-deletelist contrib/binutils/include dyn-string.h contrib/binutils/include/elf avr.h d10v.h d30v.h fr30.h hppa.h i370.h i960.h m32r.h m68k.h mcore.h mn10200.h mn10300.h pj.h contrib/binutils/libiberty cp-demangle.c dyn-string.c Log: Upgrade to Binutils 2.10.1. Revision Changes Path 1.1.1.1.2.2 +9 -0 src/contrib/binutils/ChangeLog 1.2.2.1 +21 -5 src/contrib/binutils/FREEBSD-Xlist 1.2.2.3 +10 -27 src/contrib/binutils/FREEBSD-upgrade 1.1.1.2.6.2 +2 -1 src/contrib/binutils/Makefile.in 1.1.1.2.6.2 +139 -21 src/contrib/binutils/config.guess 1.1.1.2.6.2 +116 -38 src/contrib/binutils/config.sub 1.1.1.2.6.2 +1 -1 src/contrib/binutils/configure.in 1.1.1.2.6.2 +144 -0 src/contrib/binutils/bfd/ChangeLog 1.1.1.2.6.2 +6 -0 src/contrib/binutils/bfd/coffcode.h 1.1.1.2.6.2 +9 -1 src/contrib/binutils/bfd/config.bfd 1.1.1.2.6.2 +1 -1 src/contrib/binutils/bfd/configure 1.1.1.2.6.2 +1 -1 src/contrib/binutils/bfd/configure.in 1.3.6.4 +34 -12 src/contrib/binutils/bfd/elf.c 1.1.1.1.2.2 +81 -33 src/contrib/binutils/bfd/elf32-arm.h 1.4.2.5 +4 -2 src/contrib/binutils/bfd/elf32-i386.c 1.1.1.1.2.2 +4 -2 src/contrib/binutils/bfd/elf32-mips.c 1.1.1.1.2.2 +12 -2 src/contrib/binutils/bfd/elf32-ppc.c 1.1.1.2.2.2 +5 -2 src/contrib/binutils/bfd/elf32-sparc.c 1.3.2.3 +9 -4 src/contrib/binutils/bfd/elf64-alpha.c 1.1.1.2.2.2 +5 -2 src/contrib/binutils/bfd/elf64-sparc.c 1.1.1.2.6.2 +5 -12 src/contrib/binutils/bfd/elflink.c 1.2.6.3 +22 -3 src/contrib/binutils/bfd/elflink.h 1.1.1.2.6.2 +96 -0 src/contrib/binutils/binutils/ChangeLog 1.1.1.1.6.2 +6 -8 src/contrib/binutils/binutils/Makefile.am 1.1.1.2.6.2 +21 -54 src/contrib/binutils/binutils/Makefile.in 1.1.1.2.6.2 +1 -1 src/contrib/binutils/binutils/binutils.texi 1.1.1.2.6.2 +1 -1 src/contrib/binutils/binutils/config.texi 1.1.1.2.6.2 +459 -467 src/contrib/binutils/binutils/configure 1.1.1.2.6.2 +2 -1 src/contrib/binutils/binutils/configure.in 1.1.1.1.2.2 +0 -107 src/contrib/binutils/binutils/Attic/dyn-string.c 1.1.1.1.2.2 +0 -34 src/contrib/binutils/binutils/Attic/dyn-string.h 1.3.6.4 +31 -12 src/contrib/binutils/binutils/nm.c 1.1.1.2.6.2 +2 -1 src/contrib/binutils/binutils/objcopy.c 1.1.1.2.6.2 +35 -34 src/contrib/binutils/binutils/objdump.c 1.1.1.2.2.2 +73 -8 src/contrib/binutils/binutils/readelf.c 1.1.1.2.6.2 +1 -0 src/contrib/binutils/binutils/stabs.c 1.2.6.3 +2 -2 src/contrib/binutils/binutils/strip.1 1.1.1.2.6.2 +37 -0 src/contrib/binutils/gas/ChangeLog 1.4.6.3 +177 -169 src/contrib/binutils/gas/configure 1.3.6.3 +11 -3 src/contrib/binutils/gas/configure.in 1.1.1.2.6.2 +1 -1 src/contrib/binutils/gas/config/obj-coff.c 1.1.1.2.6.2 +1 -1 src/contrib/binutils/gas/config/tc-alpha.c 1.1.1.2.2.2 +3 -3 src/contrib/binutils/gas/config/tc-arm.c 1.1.1.2.6.2 +4 -0 src/contrib/binutils/include/ChangeLog 1.1.1.2.6.2 +45 -20 src/contrib/binutils/include/demangle.h 1.1.1.2.6.2 +29 -0 src/contrib/binutils/include/elf/ChangeLog 1.1.1.2.6.3 +20 -3 src/contrib/binutils/include/elf/common.h 1.1.1.2.6.2 +106 -0 src/contrib/binutils/ld/ChangeLog 1.1.1.1.6.2 +1 -1 src/contrib/binutils/ld/Makefile.am 1.3.6.3 +2 -2 src/contrib/binutils/ld/Makefile.in 1.1.1.2.6.2 +6 -1 src/contrib/binutils/ld/NEWS 1.1.1.2.6.2 +106 -103 src/contrib/binutils/ld/configure 1.1.1.2.6.2 +1 -1 src/contrib/binutils/ld/configure.in 1.4.6.3 +4 -2 src/contrib/binutils/ld/configure.tgt 1.1.1.2.6.2 +3 -2 src/contrib/binutils/ld/ldlang.c 1.1.1.2.6.2 +2 -1 src/contrib/binutils/ld/ldlang.h 1.1.1.2.6.2 +5 -0 src/contrib/binutils/ld/ldlex.l 1.2.6.3 +185 -126 src/contrib/binutils/ld/emultempl/elf32.em 1.1.1.1.2.2 +6 -1 src/contrib/binutils/ld/emultempl/mipsecoff.em 1.1.1.2.6.2 +2 -2 src/contrib/binutils/ld/scripttempl/elf.sc 1.1.1.2.6.2 +13 -0 src/contrib/binutils/libiberty/ChangeLog 1.1.1.2.6.2 +9 -6 src/contrib/binutils/libiberty/Makefile.in 1.1.1.2.6.2 +419 -67 src/contrib/binutils/libiberty/cplus-dem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 2:38:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25AD337B479; Sat, 25 Nov 2000 02:38:22 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65897; Sat, 25 Nov 2000 02:38:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251038.CAA65897@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 02:38:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile Makefile.inc0 src/gnu/usr.bin/binutils/doc Makefile src/gnu/usr.bin/binutils/libbfd/alpha bfd.h src/gnu/usr.bin/binutils/libbfd/i386 bfd.h src/gnu/usr.bin/binutils/libbfd/sparc bfd.h src/gnu/usr.bin/binutils/libiberty ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 02:38:21 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils Makefile Makefile.inc0 gnu/usr.bin/binutils/doc Makefile gnu/usr.bin/binutils/libbfd/alpha bfd.h gnu/usr.bin/binutils/libbfd/i386 bfd.h gnu/usr.bin/binutils/libbfd/sparc bfd.h gnu/usr.bin/binutils/libiberty Makefile Added files: (Branch: RELENG_4) gnu/usr.bin/binutils/readelf Makefile Log: Upgrade to Binutils 2.10.1. Revision Changes Path 1.11.2.2 +2 -2 src/gnu/usr.bin/binutils/Makefile 1.9.2.2 +2 -2 src/gnu/usr.bin/binutils/Makefile.inc0 1.4.2.3 +2 -2 src/gnu/usr.bin/binutils/doc/Makefile 1.3.2.2 +4 -1 src/gnu/usr.bin/binutils/libbfd/alpha/bfd.h 1.2.6.2 +4 -1 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h 1.1.2.2 +4 -1 src/gnu/usr.bin/binutils/libbfd/sparc/bfd.h 1.3.2.2 +2 -2 src/gnu/usr.bin/binutils/libiberty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 4:55:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9C9B37B479; Sat, 25 Nov 2000 04:55:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA84847; Sat, 25 Nov 2000 04:55:24 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011251255.EAA84847@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 25 Nov 2000 04:55:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnet pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/25 04:55:24 PST Modified files: net/gnet pkg-descr Log: Capitalize first letter and put period at the end of sentence. Revision Changes Path 1.2 +1 -1 ports/net/gnet/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5: 4:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD6F37B4C5; Sat, 25 Nov 2000 05:04:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86116; Sat, 25 Nov 2000 05:04:08 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251304.FAA86116@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:04:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:04:08 PST Modified files: gnu/lib Makefile Log: Don't compile libgcc_r twice. Revision Changes Path 1.29 +2 -2 src/gnu/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5: 7:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E52A337B4C5; Sat, 25 Nov 2000 05:07:17 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88481; Sat, 25 Nov 2000 05:07:17 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251307.FAA88481@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:07:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/bfd acconfig.h coff-sh.c cpu-sh.c elf32-sh.c filemode.c sunos.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:07:17 PST Removed files: (Branch: RELENG_4) contrib/binutils/bfd acconfig.h coff-sh.c cpu-sh.c elf32-sh.c filemode.c sunos.c Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5: 8:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AE3437B4C5; Sat, 25 Nov 2000 05:08:20 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88629; Sat, 25 Nov 2000 05:08:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251308.FAA88629@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:08:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/binutils acconfig.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:08:20 PST Removed files: (Branch: RELENG_4) contrib/binutils/binutils acconfig.h Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5:12:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CF4C37B4CF; Sat, 25 Nov 2000 05:12:24 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA89061; Sat, 25 Nov 2000 05:12:24 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251312.FAA89061@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:12:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config tc-sh.c tc-sh.h te-multi.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:12:24 PST Removed files: (Branch: RELENG_4) contrib/binutils/gas/config tc-sh.c tc-sh.h te-multi.h Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5:44:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 647BF37B4CF; Sat, 25 Nov 2000 05:44:09 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93433; Sat, 25 Nov 2000 05:44:09 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200011251344.FAA93433@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 25 Nov 2000 05:44:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnet Makefile distinfo pkg-plist ports/net/gnet/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/11/25 05:44:09 PST Modified files: net/gnet Makefile distinfo pkg-plist Added files: net/gnet/files patch-ae Log: Update to 1.0.4. Revision Changes Path 1.11 +2 -2 ports/net/gnet/Makefile 1.5 +1 -1 ports/net/gnet/distinfo 1.5 +1 -0 ports/net/gnet/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5:56:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF3237B4CF; Sat, 25 Nov 2000 05:56:50 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA95906; Sat, 25 Nov 2000 05:56:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251356.FAA95906@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:56:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc Makefile.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:56:46 PST Modified files: gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc Makefile.sparc64 Log: `stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems]. Revision Changes Path 1.11 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile 1.9 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.alpha 1.10 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.i386 1.4 +4 -4 src/gnu/usr.bin/binutils/ld/Makefile.m68k 1.6 +3 -3 src/gnu/usr.bin/binutils/ld/Makefile.mips 1.4 +7 -7 src/gnu/usr.bin/binutils/ld/Makefile.powerpc 1.5 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.sparc 1.4 +3 -3 src/gnu/usr.bin/binutils/ld/Makefile.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 5:59:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87A4337B4CF; Sat, 25 Nov 2000 05:59:49 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97120; Sat, 25 Nov 2000 05:59:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251359.FAA97120@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:59:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:59:49 PST Modified files: gnu/usr.bin/binutils/gdb Makefile Log: Deal with a real PITA in that GDB 4.18 (as we imported it) requires a `wait.h' that was in contrib/binutils/, however this wait.h went away with bintuils 2.10.0 so I `cvs rm'ed it. Now we find gdb will not build. This binutils wait.h contained nothing we didn't already have in . So just hack a symlink to it. Revision Changes Path 1.50 +6 -2 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 6:14: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F33237B4CF; Sat, 25 Nov 2000 06:13:59 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03481; Sat, 25 Nov 2000 06:13:59 -0800 (PST) (envelope-from trevor@FreeBSD.org) Message-Id: <200011251413.GAA03481@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 25 Nov 2000 06:13:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/joe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2000/11/25 06:13:59 PST Modified files: editors/joe Makefile Log: My earlier testing was in error: joe will still write to a DEADJOE file which is hard-linked to a file writable by the user who is running joe. Mark this forbidden until the maintainer decides what to do. Revision Changes Path 1.11 +3 -1 ports/editors/joe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 6:15:43 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BB94A37B4C5; Sat, 25 Nov 2000 06:15:32 -0800 (PST) Received: from localhost (agd6ji@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eAPEFL566372; Sat, 25 Nov 2000 09:15:27 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200011251415.eAPEFL566372@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Alfred Perlstein Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c In-Reply-To: Message from Alfred Perlstein of "Sat, 25 Nov 2000 02:12:11 PST." <20001125021211.H8051@fw.wintelcom.net> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Nov 2000 09:15:21 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > * Brian Feldman [001124 20:13] wrote: > > green 2000/11/24 20:13:05 PST > > > > Modified files: > > usr.sbin/inetd builtins.c > > Log: > > Security fix: correctly set groups according to the user. Previously, > > root's groups' permissions were being used, so a user could read up to > > 16 (excluding initial whitespace) bytes of e.g. a wheel-accessible file. > > Was this reviewed by anyone? Security fixes need review. I've tested it, and it doesn't make things worse -- it prevents the blocking on FIFO case, and fixes the wrong use of groups. Robert Watson has stated he will review it soon. As for now, if it doesn't make things worse, and fixes the obvious cases, pending review I feel it's still appropriate to commit it. If there are problems, it can be changed. > > Also, don't allow blocking on the opening of ~/.fakeid, so replace a fopen() > > with open() and fdopen(). I knew I'd be going to hell for using C file > > streams instead of POSIX syscalls... > > What happens if ~/.fakeid is a FIFO without a writer/reader? Is > this the blocking you're trying to avoid? Without a writer, yes. This is a very elementary thing which I just didn't know to think about that long ago. > I think you may have a problem here because you don't use fclose > later, you may be leaking stdio streams with no backing fd. The fclose()s are are there just for fun, though. I should remove them. The daemon is about to exit. It would be a leak in the !S_ISREG() case, but I really didn't care to bother fixing something that didn't matter. > Don't you need to change: > > + if (fakeid_fd != -1) > + close(fakeid_fd); > > to something like: > > if (fakeid != NULL) > fclose(fakeid); > else if fakeid_fd != -1) > close(fakeid_fd); That would be strictly right. The fclose() closes the fd, too, so it's just paranoia to call it again (it being close()). > There's also a problem because this close isn't part of the 'else' > clause above, what happens is that you may call close on fakeid_fd > (after the 'else' clause) after calling fclose on it already in > the 'if' clause. Right, reason above. I'll do a cleanup where I either make the closes do the right thing or remove them, your choice :) > Doesn't the fstat need to happen before the fdopen? (to avoid > blocking on FIFOs or other wierdness). That's the race described in the comment. O_NONBLOCK handles that, though. > What's going on here? And why was it MFC'd already? It can expose up to 16 bytes of wheel-readable data. That's bad! > Maybe I'm wrong but these are some _possible_ bugs that I discovered > after a cursory examination of the change, had it been dicussed > I'd have either realized I was wrong or we could have had a proper > fix the first time. Yes, thank you for taking time out on this. Do you want to make the style changes? I think it would make sense to be consistent. If so, this is all I can think of to make the code more generally useful to the "persistent" program case: --- builtins.c.orig Sat Nov 25 09:09:34 2000 +++ builtins.c Sat Nov 25 09:13:50 2000 @@ -603,7 +603,6 @@ fclose(fakeid); goto printit; } - fclose(fakeid); /* * Usually, the file will have the desired identity * in the form "identity\n", so we use strcspn() to @@ -633,7 +632,9 @@ } } else cp = pw->pw_name; - if (fakeid_fd != -1) + if (fakeid != NULL) + fclose(fakeid); + else if (fakeid_fd != -1) close(fakeid_fd); } else if (!usedfallback) cp = pw->pw_name; -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 8:10:13 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id CF88637B4CF; Sat, 25 Nov 2000 08:10:06 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAPGA6o25471; Sat, 25 Nov 2000 08:10:06 -0800 (PST) Date: Sat, 25 Nov 2000 08:10:06 -0800 From: Alfred Perlstein To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c Message-ID: <20001125081005.K8051@fw.wintelcom.net> References: <200011251415.eAPEFL566372@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011251415.eAPEFL566372@green.dyndns.org>; from green@FreeBSD.org on Sat, Nov 25, 2000 at 09:15:21AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Brian F. Feldman [001125 06:15] wrote: > > Yes, thank you for taking time out on this. Do you want to make the style > changes? I think it would make sense to be consistent. If so, this is all > I can think of to make the code more generally useful to the "persistent" > program case: > try working with this: 1) re-order the stat/fdopen order so that we don't leak the FILE * and reduce the complexity of the fclose/close logic. we also do the fstat() before the fdopen() that might block therefore we can do the S_ISREG() check before the fdopen(). 2) set the fakeid_fd to -1 so that the cleanup after the else clause doesn't close a bad fd 3) use isspace() to walk the string instead of strcspn() This is just how I'd do it, nothing really important here. 4) use MAXLOGNAME rather than a hardcoded '16', (is this correct?) 5) add some braces to reduce the chance of future headaches. I think 1 and 2 are really needed, the rest I'll leave up to your judgement. 4 seems like it's needed, but I'm not sure. Index: builtins.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/inetd/builtins.c,v retrieving revision 1.26 diff -u -u -r1.26 builtins.c --- builtins.c 2000/11/25 04:13:05 1.26 +++ builtins.c 2000/11/25 06:19:32 @@ -597,8 +597,10 @@ */ fakeid_fd = open(p, O_RDONLY | O_NONBLOCK); free(p); - if ((fakeid = fdopen(fakeid_fd, "r")) != NULL && - fstat(fileno(fakeid), &sb) != -1 && S_ISREG(sb.st_mode)) { + if ((fstat(fileno(fakeid), &sb) != -1) && S_ISREG(sb.st_mode) && + (fakeid = fdopen(fakeid_fd, "r")) != NULL) { + unsigned char *walk; + buf[sizeof(buf) - 1] = '\0'; if (fgets(buf, sizeof(buf), fakeid) == NULL) { cp = pw->pw_name; @@ -606,21 +608,21 @@ goto printit; } fclose(fakeid); + /* hide from the close() after the else clause */ + fakeid_fd = -1; /* - * Usually, the file will have the desired identity - * in the form "identity\n", so we use strcspn() to - * end the string (which fgets() doesn't do.) + * Remove leading/trailing whitespace */ - buf[strcspn(buf, "\r\n")] = '\0'; cp = buf; - /* Allow for beginning white space... */ while (isspace(*cp)) cp++; - /* ...and ending white space. */ - cp[strcspn(cp, " \t")] = '\0'; - /* User names of >16 characters are invalid */ - if (strlen(cp) > 16) - cp[16] = '\0'; + walk = cp; + while (!isspace(*walk) && *walk != '\0') + walk++; + *walk = '\0'; + /* User names of >= MAXLOGNAME characters are invalid */ + if (strlen(cp) > MAXLOGNAME - 1) + cp[MAXLOGNAME - 1] = '\0'; /* * If the name is a zero-length string or matches * the name of another user, it's invalid, so @@ -633,14 +635,16 @@ iderror(lport, fport, s, errno); cp = pw->pw_name; } - } else + } else { cp = pw->pw_name; + } if (fakeid_fd != -1) close(fakeid_fd); - } else if (!usedfallback) + } else if (!usedfallback) { cp = pw->pw_name; - else + } else { cp = fallback; + } printit: /* Finally, we make and send the reply. */ if (asprintf(&p, "%d , %d : USERID : %s : %s\r\n", lport, fport, osname, -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 8:51:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C75F37B4C5; Sat, 25 Nov 2000 08:51:17 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA26403; Sat, 25 Nov 2000 08:51:17 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011251651.IAA26403@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 08:51:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys random.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 08:51:17 PST Modified files: sys/sys random.h Log: Add a constant for the (to be committed at a later time) irq-entropy harvester. Revision Changes Path 1.29 +3 -3 src/sys/sys/random.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 8:57: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8B16E37B479; Sat, 25 Nov 2000 08:57:01 -0800 (PST) Received: from localhost (lym745@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eAPGuu571317; Sat, 25 Nov 2000 11:56:57 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200011251656.eAPGuu571317@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c In-Reply-To: Message from Alfred Perlstein of "Sat, 25 Nov 2000 08:10:06 PST." <20001125081005.K8051@fw.wintelcom.net> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Nov 2000 11:56:55 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > * Brian F. Feldman [001125 06:15] wrote: > > > > Yes, thank you for taking time out on this. Do you want to make the style > > changes? I think it would make sense to be consistent. If so, this is all > > I can think of to make the code more generally useful to the "persistent" > > program case: > > > > try working with this: > 1) re-order the stat/fdopen order so that we don't leak the FILE * > and reduce the complexity of the fclose/close logic. we also > do the fstat() before the fdopen() that might block therefore > we can do the S_ISREG() check before the fdopen(). There was no problem with what you suggested before, if (fakeid != NULL) fclose(fakeid; else if (fakeid_fd != -1) close(fakeid_fd); as fakeid is initialied to NULL. This DTRT. However it does make sense to fstat the file first before doing the fdopen(). The fdopen() doesn't block (it doesn't actually "do" much of anything), the open() is what would have blocked were it not O_NONBLOCK. > 2) set the fakeid_fd to -1 so that the cleanup after the else clause > doesn't close a bad fd With the (fakeid != NULL) logic, this isn't a problem. The only case close() will be called is if open() succeeds but fdopen() fails. > 3) use isspace() to walk the string instead of strcspn() > This is just how I'd do it, nothing really important here. I was surprised that there was already a library function for what I wanted :) strcspn(3) is good! > 4) use MAXLOGNAME rather than a hardcoded '16', (is this correct?) Not really. The number I chose was an arbitrary limit to the length of user name to be accepted. I thought 16 would be reasonable; the limit of MAXLOGNAME is enforced elsewhere; here, we just use the pw->pw_name. There has to be an artificial limit on the fakeids, which may as well be whatever it may be. > 5) add some braces to reduce the chance of future headaches. You say potato... > > I think 1 and 2 are really needed, the rest I'll leave up to your > judgement. 4 seems like it's needed, but I'm not sure. > > Index: builtins.c > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/inetd/builtins.c,v > retrieving revision 1.26 > diff -u -u -r1.26 builtins.c > --- builtins.c 2000/11/25 04:13:05 1.26 > +++ builtins.c 2000/11/25 06:19:32 > @@ -597,8 +597,10 @@ > */ > fakeid_fd = open(p, O_RDONLY | O_NONBLOCK); > free(p); > - if ((fakeid = fdopen(fakeid_fd, "r")) != NULL && > - fstat(fileno(fakeid), &sb) != -1 && S_ISREG(sb.st_mode)) { > + if ((fstat(fileno(fakeid), &sb) != -1) && S_ISREG(sb.st_mode) && > + (fakeid = fdopen(fakeid_fd, "r")) != NULL) { > + unsigned char *walk; > + > buf[sizeof(buf) - 1] = '\0'; > if (fgets(buf, sizeof(buf), fakeid) == NULL) { > cp = pw->pw_name; This is a good idea, but what you pasted will segfault, since fakeid is NULL. if (fstat(fakeid_fd, &sb) != -1 && S_ISREG(sb.st_mode) && (fakeid = fdopen(fakeid_fd, "r")) != NULL) { -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 8:57:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B41237B4CF; Sat, 25 Nov 2000 08:57:35 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA27139; Sat, 25 Nov 2000 08:57:35 -0800 (PST) (envelope-from lioux@FreeBSD.org) Message-Id: <200011251657.IAA27139@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 25 Nov 2000 08:57:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail-ldap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2000/11/25 08:57:30 PST Modified files: mail/qmail-ldap Makefile Log: qmail's license terms regarding precompiled distribution does not seem to allow packaging this port. Add NO_PACKAGE with appropriate information. Submitted by: knu Revision Changes Path 1.5 +3 -1 ports/mail/qmail-ldap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 9: 9: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E1A537B4C5; Sat, 25 Nov 2000 09:09:02 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA30436; Sat, 25 Nov 2000 09:09:02 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011251709.JAA30436@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 09:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random harvest.c hash.c yarrow.c yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 09:09:01 PST Modified files: sys/dev/random harvest.c hash.c yarrow.c yarrow.h Log: Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) call instead. This makes a pretty dramatic difference to the amount of work that the harvester needs to do - it is much friendlier on the system. (80386 and 80486 class machines will notice little, as the new get_cyclecounter() call is a wrapper round nanotime(9) for them). Revision Changes Path 1.9 +12 -17 src/sys/dev/random/harvest.c 1.4 +2 -2 src/sys/dev/random/hash.c 1.24 +22 -20 src/sys/dev/random/yarrow.c 1.9 +2 -2 src/sys/dev/random/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 9:13:13 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id C84AD37B479 for ; Sat, 25 Nov 2000 09:13:08 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13zisO-0005nT-00; Sat, 25 Nov 2000 19:12:36 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id TAA21006; Sat, 25 Nov 2000 19:12:45 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 21004; Sat Nov 25 19:12:34 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13zisL-000B4k-00; Sat, 25 Nov 2000 19:12:33 +0200 From: Sheldon Hearn To: Mike Meyer Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-reply-to: Your message of "Fri, 24 Nov 2000 13:24:53 CST." <14878.49285.387120.103524@guru.mired.org> Date: Sat, 25 Nov 2000 19:12:33 +0200 Message-ID: <42577.975172353@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Nov 2000 13:24:53 CST, Mike Meyer wrote: > Is there a document describing which types of things go in man vs the > handbook? I don't think so, no. > I noticed ports(7) and rc.conf(5), which is what made me > decide that man pages were more appropriate than the handbook. I think that ports(7) is information that should have gone into the handbook. I think that rc.conf(5) should be gutted of most of its content, left rather as an explanation of the order in which files are loaded, and valid syntax within the files. That said, I think that the distinction is something many of us are able to make on viewing something, without necessarily being able to delineate it. :-( > On a larger scale, is there a rational for having these things be two > document repositories at all? I think that manual pages are designed to document utilities, interfaces, formats and drivers. I think that the handbook is designed to document more general processes that may or may not include the use of more than one utility, interface, driver or format. > That's the kind of thing that strikes me as a bad idea without a clear > and obvious reason for doing so. You're probably right. Now take a step back and behold the mountain that you plan to scale. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 9:15:38 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 7086E37B4C5; Sat, 25 Nov 2000 09:15:33 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13ziv0-0005wP-00; Sat, 25 Nov 2000 19:15:18 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id TAA21387; Sat, 25 Nov 2000 19:15:27 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 21340; Sat Nov 25 19:14:56 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13ziue-000B5P-00; Sat, 25 Nov 2000 19:14:56 +0200 From: Sheldon Hearn To: Garrett Wollman Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Fri, 24 Nov 2000 14:27:26 EST." <200011241927.OAA64192@khavrinen.lcs.mit.edu> Date: Sat, 25 Nov 2000 19:14:56 +0200 Message-ID: <42618.975172496@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Nov 2000 14:27:26 EST, Garrett Wollman wrote: > Why can't we? I've been advocating doing precisely that for years. > (I know, all talk and not action.) That about sums it up, actually. Nobody's gone to the trouble of seeing how the changes made to MM_Unix.pm would affect the MakeMaker package, which is used for module installs _after_ the whole buildworld thing is done. I'm pretty sure it can be done easily, but I don't have the time and nobody else has ever bothered. So all talk and not action is a fine summary. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 9:34: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 938E337B479 for ; Sat, 25 Nov 2000 09:34:03 -0800 (PST) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.1/8.11.1) id eAPHdke20159; Sat, 25 Nov 2000 09:39:46 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <200011251739.eAPHdke20159@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-Reply-To: <42577.975172353@axl.fw.uunet.co.za> from Sheldon Hearn at "Nov 25, 2000 07:12:33 pm" To: Sheldon Hearn Date: Sat, 25 Nov 2000 09:39:46 -0800 (PST) Cc: Mike Meyer , cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > > On a larger scale, is there a rational for having these things be two > > document repositories at all? > > I think that manual pages are designed to document utilities, interfaces, > formats and drivers. I think that the handbook is designed to document > more general processes that may or may not include the use of more than > one utility, interface, driver or format. > This sounds reasonable, except the handbook isn't built and installed on your system after "make world" while man pages are. AFAIK, the tools required to buld and read the handbook are not part of the base system. "man rc.conf" brings up a page that can be read. "man handbook" does not work, "handbook handbook" doesn't work, "info handbook" does not work. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 9:46:36 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 643CB37B4C5; Sat, 25 Nov 2000 09:46:31 -0800 (PST) Received: from newsguy.com (p24-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.25]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id CAA00387; Sun, 26 Nov 2000 02:46:24 +0900 (JST) Message-ID: <3A1FFA82.EB70B090@newsguy.com> Date: Sun, 26 Nov 2000 02:44:34 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults make.conf src/share/man/man5make.conf.5 References: <200011250647.eAP6lA562534@green.dyndns.org> <3A1F6D75.667FD2CC@FreeBSD.org> <20001125014419.D48752@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Fri, Nov 24, 2000 at 11:42:45PM -0800, Doug Barton wrote: > > > Poof, every time you use crypt(3) in your applications it defaults to DES. > > > :) Don't compile src/secure? It defaults to MD5. > > > > Assuming I understand you, this is equally bad. If I understand what > > you're saying, in the new state of things crypt() is always going to be > > DES, unless you don't have src/secure in your tree? > > This is not the new state of things -- this is how it has always been 2.0 > and later. Yes, and I had never had src/secure in my tree until it became required for openssh. The people dealing with crypto have been treating things like src/secure has become required functionality, and it's not unusual for the world to be broken without src/secure. So, things *have* changed, from my point of view. Because src/secure became a virtual requirement, the default I want, MD5, is not default anymore. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@united.bsdconspiracy.net "All right, Lieutenant, let's see what you do know. Whatever it is, it's not enough, but at least you haven't done anything stupid yet." "I've hardly had time, sir." "There's a naive statement." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 9:58:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A25337B4C5; Sat, 25 Nov 2000 09:58:12 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35237; Sat, 25 Nov 2000 09:58:12 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011251758.JAA35237@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 09:58:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 09:58:12 PST Modified files: sys/dev/random yarrow.h Log: Correct a comment. This represents a very minor policy change of my intentions with this code. Revision Changes Path 1.10 +1 -3 src/sys/dev/random/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 10: 0:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4461537B479; Sat, 25 Nov 2000 10:00:56 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35499; Sat, 25 Nov 2000 10:00:56 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011251800.KAA35499@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 10:00:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 10:00:55 PST Modified files: sys/dev/random yarrow.h Log: More comment changing. Keep documentation in one place. Revision Changes Path 1.11 +3 -5 src/sys/dev/random/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 10:32:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4017137B479; Sat, 25 Nov 2000 10:32:57 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39862; Sat, 25 Nov 2000 10:32:57 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200011251832.KAA39862@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 25 Nov 2000 10:32:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts README.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/11/25 10:32:56 PST Modified files: (Branch: RELENG_4) release/texts README.TXT Log: Fix the snapshot READMEs. Pointed out by: Kenneth W Cochran Revision Changes Path 1.9.2.11 +5 -5 src/release/texts/README.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 10:52: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from mukappa.home.com (c576194-a.saltlk1.ut.home.com [24.20.97.5]) by hub.freebsd.org (Postfix) with ESMTP id 8AE8237B4C5 for ; Sat, 25 Nov 2000 10:52:03 -0800 (PST) Received: from mukappa.home.com (localhost [127.0.0.1]) by mukappa.home.com (8.11.1/8.11.1) with SMTP id eAPIorr75447; Sat, 25 Nov 2000 11:50:53 -0700 (MST) (envelope-from mupi@mknet.org) From: Mike Porter Reply-To: mupi@mknet.org To: Steve Kargl , Sheldon Hearn Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 Date: Sat, 25 Nov 2000 11:50:52 -0700 X-Mailer: KMail [version 1.1.94] Content-Type: text/plain Cc: Mike Meyer , cvs-all@freebsd.org References: <200011251739.eAPHdke20159@troutmask.apl.washington.edu> In-Reply-To: <200011251739.eAPHdke20159@troutmask.apl.washington.edu> MIME-Version: 1.0 Message-Id: <00112511505203.00436@mukappa.home.com> Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 25 Nov 2000, Steve Kargl wrote: > Sheldon Hearn wrote: > > > On a larger scale, is there a rational for having these things be two > > > document repositories at all? > > > > I think that manual pages are designed to document utilities, interfaces, > > formats and drivers. I think that the handbook is designed to document > > more general processes that may or may not include the use of more than > > one utility, interface, driver or format. > > This sounds reasonable, except the handbook isn't built and > installed on your system after "make world" while man pages > are. AFAIK, the tools required to buld and read the handbook > are not part of the base system. > > "man rc.conf" brings up a page that can be read. "man handbook" > does not work, "handbook handbook" doesn't work, "info handbook" > does not work. This all also disregards the historical context: "man" has been around a lot longer than the handbook, indeed "man man" doesn't even have a "history" section, which tends to indicate that man predates BSD. (this may not be a valid assumption, but man has most definitely been a fixture of both AT&T and Berkley since before there was an appriciable difference. Having said all that, I think that there is a definite need for both; on the one hand, man is quick, part of the "standard distribution" and all that, but on the other hand, the handbook allows space for much greater detail and explanations, and in general is easier to use and navigate. This makes it easier for people less familiar with BSD specifically and "Unix-like" or "Unix-based" OSes in general (read: "newbies") to have an easier time getting stuff set up and running. I know for my part, coming from the Linux world, the BSD-ish way of doing things seems a little strange at first, and so I have found myslef referring to both sets of documenation at various times for various things. For example, because it tends to be quicker (not to mention local), man is great for things like (as previously mentioned) figuring out what I need to put in various config files. But it isn't great for telling me what the various options actually DO (ie, why do I want to enable/disable a specific feature, and what are the implications of doing so). The handbook is much better in that regard. Having said all that, check out the FreeBSD Documentation project at http://www.freebsd.org/docproj/docproj.html. According to them (as found at www.freebsd.org/docproj/doc-set.html): re: man pages: - ----- "The Project does not really concern itself with these, since they are a part of the base system. The exception to this is the Japanese team, who are translating them. There is no reason other volunteers could not step in to translate the manual pages to other languages as well. That is not to say that the manual pages are unimportant, far from it. It is just that they are intimately tied to specific systems of FreeBSD, and most of the time the best person to write the manual page is the person that wrote that part of FreeBSD." - ----- and re: the handbook: - -------- " This is maintained by the project. Topics that need a more in depth discussion are addressed in the Handbook." - -------- For context, I believe the comment about "more in depth" is relative to the FAQs rather than the man pages, but I think it is applicable to that as well. mike -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.3 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjogCgwACgkQZ7GovTQbIm53BQCeP7y5gnbNd9+wDIXb1UeTp7sm w58AnAi9RI+EolIdVhfKnMil6c604028 =dxVQ -----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 Sat Nov 25 10:52:31 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 27C2837B4C5 for ; Sat, 25 Nov 2000 10:52:29 -0800 (PST) Received: (qmail 67490 invoked by uid 100); 25 Nov 2000 18:52:28 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14880.2668.179221.326951@guru.mired.org> Date: Sat, 25 Nov 2000 12:52:28 -0600 (CST) To: Sheldon Hearn , Steve Kargl Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-Reply-To: <42577.975172353@axl.fw.uunet.co.za> References: <42577.975172353@axl.fw.uunet.co.za> <200011251739.eAPHdke20159@troutmask.apl.washington.edu> <14878.49285.387120.103524@guru.mired.org> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Kargl types: > Sheldon Hearn wrote: > > > On a larger scale, is there a rational for having these things be two > > > document repositories at all? > > I think that manual pages are designed to document utilities, interfaces, > > formats and drivers. I think that the handbook is designed to document > > more general processes that may or may not include the use of more than > > one utility, interface, driver or format. > This sounds reasonable, except the handbook isn't built and > installed on your system after "make world" while man pages > are. AFAIK, the tools required to buld and read the handbook > are not part of the base system. > > "man rc.conf" brings up a page that can be read. "man handbook" > does not work, "handbook handbook" doesn't work, "info handbook" > does not work. Those are all true (you have to install the docjproj port to get all the tools to build the handbook). I think I mentioned them as reasons for having these things as man pages in the PR that had them. However Sheldon pretty much nailed it on the head: Sheldon Hearn types: > On Fri, 24 Nov 2000 13:24:53 CST, Mike Meyer wrote: > > That's the kind of thing that strikes me as a bad idea without a clear > > and obvious reason for doing so. > You're probably right. Now take a step back and behold the mountain > that you plan to scale. :-) Yup. At the very least, it's a long-term project. The implications for the web site need to be considered as well. However, given that over half my PRs that include fixes, documentation or new code tend to sit ignored for months, I have almost zero inclination to tackle even a small project at this point. From: Daniel Harris Date: Sat, 25 Nov 2000 10:56:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nano pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/11/25 10:56:03 PST Modified files: editors/nano pkg-descr Log: Update WWW. PR: 22982 Submitted by: Joseph Scott Revision Changes Path 1.2 +1 -1 ports/editors/nano/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 11:13:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B80E637B479; Sat, 25 Nov 2000 11:13:29 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45212; Sat, 25 Nov 2000 11:13:29 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011251913.LAA45212@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 11:13:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random randomdev.c yarrow.c yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 11:13:29 PST Modified files: sys/dev/random randomdev.c yarrow.c yarrow.h Log: Greatly improve the boot-up unblocking time of the entropy device. Revision Changes Path 1.19 +11 -2 src/sys/dev/random/randomdev.c 1.25 +8 -4 src/sys/dev/random/yarrow.c 1.12 +3 -1 src/sys/dev/random/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 11:16:58 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 1EB8E37B4CF; Sat, 25 Nov 2000 11:16:50 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eAPJGi802007; Sat, 25 Nov 2000 21:16:44 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200011251916.eAPJGi802007@gratis.grondar.za> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c yarrow.c yarrow.h References: <200011251913.LAA45212@freefall.freebsd.org> In-Reply-To: <200011251913.LAA45212@freefall.freebsd.org> ; from Mark Murray "Sat, 25 Nov 2000 11:13:29 PST." Date: Sat, 25 Nov 2000 23:16:42 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > markm 2000/11/25 11:13:29 PST > > Modified files: > sys/dev/random randomdev.c yarrow.c yarrow.h > Log: > Greatly improve the boot-up unblocking time of the entropy device. Folks Please give me feedback on this. Those of you wheo were experiencing nasty, long delays in the entropy device before it unblocked, please tell me how things look after this. Thanks! M > Revision Changes Path > 1.19 +11 -2 src/sys/dev/random/randomdev.c > 1.25 +8 -4 src/sys/dev/random/yarrow.c > 1.12 +3 -1 src/sys/dev/random/yarrow.h -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 11:30:36 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 88BCF37B4CF for ; Sat, 25 Nov 2000 11:30:33 -0800 (PST) Received: (qmail 74446 invoked by uid 100); 25 Nov 2000 19:30:32 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14880.4952.786656.4040@guru.mired.org> Date: Sat, 25 Nov 2000 13:30:32 -0600 (CST) To: mupi@mknet.org Cc: Steve Kargl , Sheldon Hearn , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-Reply-To: <00112511505203.00436@mukappa.home.com> References: <200011251739.eAPHdke20159@troutmask.apl.washington.edu> <00112511505203.00436@mukappa.home.com> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Porter types: > > "man rc.conf" brings up a page that can be read. "man handbook" > > does not work, "handbook handbook" doesn't work, "info handbook" > > does not work. > Having said all that, I think that there is a definite need for > both; on the one hand, man is quick, part of the "standard > distribution" and all that, but on the other hand, the handbook > allows space for much greater detail and explanations, and in > general is easier to use and navigate. This is part of the historical context, though. BSD still follows the AT&T research Unix man page scheme, which System V seems to have dropped. But both CSRG and FreeBSD have added and/or changed the meaning of some of those sections. That information didn't have a place to go in the original man system, it does now. > This makes it easier for people less familiar with BSD specifically > and "Unix-like" or "Unix-based" OSes in general (read: "newbies") to > have an easier time getting stuff set up and running. Not if they don't have the handbook available. While it's installed as part of the release, but the process it documents for updating doesn't update the handbook - and doesn't even mention this. In fact, I couldn't find any information on how to update the handbook, other that that attached to how you go about building it to submit documentation (While I'm at it, the process documented for building the kernel is wrong; see the current build(7) man page for the correct information). Worse yet, there are no tools for searching it, so FreeBSD newbies who *are* used to other Unix-like OS's may never find the thing. This, of course, could be fixed by adding a "handbook" command, that included the ability to do searches on the handbook, and had a man page so it could be found via man. > I know for my part, coming from the Linux world, the BSD-ish way of > doing things seems a little strange at first, and so I have found > myslef referring to both sets of documenation at various times for > various things. Coming from the Linux world doesn't have anything to do with it. Some of the information you need isn't in the man pages; it's in the handbook. You need to check both places to find things - except that there's no easy way to check the handbook. Adding ports just makes things worse, though - some things install man pages, some things install html in ${LOCALBASE/share/doc, some install text there, and some install info pages. > systems of FreeBSD, and most of the time the best person to write the > manual page is the person that wrote that part of > FreeBSD." That should read "best available person to write the manual page". Having the person who wrote the code write the man page is a good way to get a man page that only makes sense after you've grokked the source code. It's far better to have someone who can write English at least as well as the code author writes code to extract the information from the code author and write the man page. That's probably not feasible for a volunteer project, though. From: Alan Cox Date: Sat, 25 Nov 2000 11:35:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys aio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/11/25 11:35:51 PST Modified files: sys/sys aio.h Log: Undo rev 1.8: This commit actually added a second declaration of aio_error() to the same file. Revision Changes Path 1.21 +1 -6 src/sys/sys/aio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 12: 8:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F6D137B479; Sat, 25 Nov 2000 12:08:08 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52833; Sat, 25 Nov 2000 12:08:08 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011252008.MAA52833@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 12:08:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random randomdev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 12:08:07 PST Modified files: sys/dev/random randomdev.c Log: D'uh. The explicit reseed was happening at the wrong security/privelige levels. Revision Changes Path 1.20 +2 -2 src/sys/dev/random/randomdev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 12:19:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAD2437B4CF; Sat, 25 Nov 2000 12:19:42 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54656; Sat, 25 Nov 2000 12:19:42 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011252019.MAA54656@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 25 Nov 2000 12:19:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/skipstone Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/skipstone/files patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/25 12:19:42 PST Modified files: www Makefile Added files: www/skipstone Makefile distinfo pkg-comment pkg-descr pkg-plist www/skipstone/files patch-aa patch-ac Log: New port of SkipStone: Web browser that uses Mozilla's renderer. PR: 22908, 22925 Submitted by: Eric Melville Approved by: sobomax Improved by: demon, sobomax Revision Changes Path 1.270 +2 -1 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 Nov 25 12:19:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E47F37B4FE; Sat, 25 Nov 2000 12:19:46 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54692; Sat, 25 Nov 2000 12:19:46 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011252019.MAA54692@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 25 Nov 2000 12:19:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/25 12:19:45 PST Modified files: . modules Log: skipstone --> ports/www/skipstone Revision Changes Path 1.2029 +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 Nov 25 12:29:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9693237B479; Sat, 25 Nov 2000 12:29:44 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA55735; Sat, 25 Nov 2000 12:29:44 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011252029.MAA55735@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 25 Nov 2000 12:29:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile ports/sysutils/webmin/files webmin.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/25 12:29:44 PST Modified files: sysutils/webmin Makefile sysutils/webmin/files webmin.sh.sample Log: LOCALBASE -> PREFIX where nesessary; add 'stop' action to webmin.sh.sample. PR: 23093 Submitted by: olgeni@uli.it Revision Changes Path 1.23 +7 -6 ports/sysutils/webmin/Makefile 1.2 +22 -6 ports/sysutils/webmin/files/webmin.sh.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 12:35:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8682437B4CF; Sat, 25 Nov 2000 12:35:43 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56512; Sat, 25 Nov 2000 12:35:43 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011252035.MAA56512@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 25 Nov 2000 12:35:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/XFree86-4-fontDefaultBitmaps Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/25 12:35:43 PST Modified files: x11-fonts/XFree86-4-fontDefaultBitmaps Makefile Log: PORTNAME is fontDefaultBitmaps, not fontDefaultBitmap. Revision Changes Path 1.3 +2 -2 ports/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 12:54:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 602E737B4CF; Sat, 25 Nov 2000 12:54:45 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA58485; Sat, 25 Nov 2000 12:54:45 -0800 (PST) (envelope-from demon@FreeBSD.org) Message-Id: <200011252054.MAA58485@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 25 Nov 2000 12:54:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2000/11/25 12:54:45 PST Modified files: Mk bsd.sites.mk Log: Add FTP.Chg.RU to the various MASTER_SITE_*. It is about 400Gb in size and has 100Mbps connection to the outside world. It mirrors most of the common package collections. FreeBSD users from Russia (as well as all others) are advised to use it. Revision Changes Path 1.22 +15 -5 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 13: 1: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE3AB37B479; Sat, 25 Nov 2000 13:00:59 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59350; Sat, 25 Nov 2000 13:00:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200011252100.NAA59350@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 25 Nov 2000 13:00:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syslog.h src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/11/25 13:00:59 PST Modified files: sys/sys syslog.h usr.sbin/syslogd syslogd.c Log: Add the "LOG_CONSOLE" facility and tell syslogd to not log it on console devices. Revision Changes Path 1.20 +3 -1 src/sys/sys/syslog.h 1.73 +3 -1 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 Nov 25 13:23: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id D066437B479; Sat, 25 Nov 2000 13:22:56 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA56468; Sat, 25 Nov 2000 13:22:56 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eAPLMtB02385; Sat, 25 Nov 2000 13:22:55 -0800 (PST) (envelope-from obrien) Date: Sat, 25 Nov 2000 13:22:49 -0800 From: "David O'Brien" To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c Message-ID: <20001125132249.A2361@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200011251415.eAPEFL566372@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011251415.eAPEFL566372@green.dyndns.org>; from green@FreeBSD.org on Sat, Nov 25, 2000 at 09:15:21AM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Nov 25, 2000 at 09:15:21AM -0500, Brian F. Feldman wrote: > > What's going on here? And why was it MFC'd already? > > It can expose up to 16 bytes of wheel-readable data. That's bad! That's not such a bad vulnerability that you shouldn't have waited at least 1-2 days for this to sit in -CURRENT to give people a chance to comment. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 13:35:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B3DB37B4CF; Sat, 25 Nov 2000 13:35:41 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65582; Sat, 25 Nov 2000 13:35:41 -0800 (PST) (envelope-from ben@FreeBSD.org) Message-Id: <200011252135.NAA65582@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 25 Nov 2000 13:35:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile ports/devel/linux_devtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/11/25 13:35:41 PST Modified files: emulators/linux_base Makefile devel/linux_devtools Makefile Log: Add a .uk master site. Approved by: marcel (maintainer) Revision Changes Path 1.51 +2 -1 ports/emulators/linux_base/Makefile 1.25 +2 -1 ports/devel/linux_devtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 14:28:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CFC37B4CF; Sat, 25 Nov 2000 14:28:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA73039; Sat, 25 Nov 2000 14:28:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252228.OAA73039@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 14:28:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas acconfig.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 14:28:34 PST Removed files: (Branch: RELENG_4) contrib/binutils/gas acconfig.h Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 14:29:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 259DF37B4C5; Sat, 25 Nov 2000 14:29:12 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA73143; Sat, 25 Nov 2000 14:29:12 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252229.OAA73143@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 14:29:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/opcodes acconfig.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 14:29:12 PST Removed files: (Branch: RELENG_4) contrib/binutils/opcodes acconfig.h Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 14:55:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A63737B4C5; Sat, 25 Nov 2000 14:55:11 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75581; Sat, 25 Nov 2000 14:55:11 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252255.OAA75581@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 14:55:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/ld acconfig.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 14:55:11 PST Removed files: (Branch: RELENG_4) contrib/binutils/ld acconfig.h Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 14:56:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29F2F37B4C5; Sat, 25 Nov 2000 14:56:25 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75710; Sat, 25 Nov 2000 14:56:25 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252256.OAA75710@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 14:56:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/libiberty/config mh-sysv mh-sysv4 mt-mingw32 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 14:56:25 PST Removed files: (Branch: RELENG_4) contrib/binutils/libiberty/config mh-sysv mh-sysv4 mt-mingw32 Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 14:57: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7943137B4C5; Sat, 25 Nov 2000 14:57:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75766; Sat, 25 Nov 2000 14:57:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252257.OAA75766@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 14:57:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/libiberty alloca-botch.h alloca-norm.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 14:57:01 PST Removed files: (Branch: RELENG_4) contrib/binutils/libiberty alloca-botch.h alloca-norm.h Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 14:57:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 300D637B4C5; Sat, 25 Nov 2000 14:57:28 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75830; Sat, 25 Nov 2000 14:57:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252257.OAA75830@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 14:57:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/libiberty dummy.c functions.def X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 14:57:28 PST Removed files: (Branch: RELENG_4) contrib/binutils/libiberty dummy.c functions.def Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 15: 5:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D58C37B4CF; Sat, 25 Nov 2000 15:05:09 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA77311; Sat, 25 Nov 2000 15:05:09 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252305.PAA77311@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 15:05:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/ld/emultempl stringify.sed X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 15:05:09 PST Removed files: (Branch: RELENG_4) contrib/binutils/ld/emultempl stringify.sed Log: MFC: remove binutils 2.9.1 files that are not part of 2.10.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 15:16:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E49A37B4CF; Sat, 25 Nov 2000 15:16:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA79896; Sat, 25 Nov 2000 15:16:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011252316.PAA79896@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 15:16:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 15:16:10 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc Log: MFC: `stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems]. Also fix the erronious stringify.sed dependancies. Revision Changes Path 1.8.2.2 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile 1.7.2.2 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.alpha 1.8.2.2 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.i386 1.3.2.2 +3 -3 src/gnu/usr.bin/binutils/ld/Makefile.m68k 1.5.2.2 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.mips 1.3.2.2 +6 -6 src/gnu/usr.bin/binutils/ld/Makefile.powerpc 1.3.2.2 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.sparc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 17: 8:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B53F037B4C5; Sat, 25 Nov 2000 17:08:45 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA94669; Sat, 25 Nov 2000 17:08:45 -0800 (PST) (envelope-from jmz@FreeBSD.org) Message-Id: <200011260108.RAA94669@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 25 Nov 2000 17:08:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dviselect Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/11/25 17:08:45 PST Modified files: print/dviselect Makefile Log: The distfile disapeared again from master site. Use MASTER_SITE_LOCAL as MASTER_SITE. Revision Changes Path 1.19 +4 -2 ports/print/dviselect/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 17:21:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4912637B479; Sat, 25 Nov 2000 17:21:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA95986; Sat, 25 Nov 2000 17:21:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011260121.RAA95986@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 17:21:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 17:21:10 PST src/contrib/binutils/gas/config - Imported sources Update of /home/ncvs/src/contrib/binutils/gas/config In directory freefall.freebsd.org:/c/tmp/cvs-serv95965 Log Message: Import a virgin (but trimed) Binutils 2.10 release. Status: Vendor Tag: FSF Release Tags: binutils_2_10_0 U src/contrib/binutils/gas/config/atof-vax.c 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 Nov 25 17:22:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 825CB37B4CF; Sat, 25 Nov 2000 17:22:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96103; Sat, 25 Nov 2000 17:22:21 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011260122.RAA96103@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 17:22:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 17:22:21 PST src/contrib/binutils/gas/config - Imported sources Update of /home/ncvs/src/contrib/binutils/gas/config In directory freefall.freebsd.org:/c/tmp/cvs-serv96082 Log Message: Import of GNU Binutils version 2.10.1. Believe it or not, this is heavily stripped down. Status: Vendor Tag: FSF Release Tags: binutils_2_10_1 U src/contrib/binutils/gas/config/atof-vax.c 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 Nov 25 17:26: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0140937B4CF; Sat, 25 Nov 2000 17:26:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96503; Sat, 25 Nov 2000 17:26:00 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011260126.RAA96503@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 17:26:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/gas/config atof-vax.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 17:26:00 PST Modified files: (Branch: RELENG_4) contrib/binutils/gas/config atof-vax.c Log: MFC: Upgrade to Binutils 2.10.1. Revision Changes Path 1.1.1.1.6.1 +4 -3 src/contrib/binutils/gas/config/atof-vax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 18: 9:33 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 12D6137B479; Sat, 25 Nov 2000 18:09:28 -0800 (PST) Received: from localhost (gi7ymn@localhost [127.0.0.1]) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id eAQ29N572833; Sat, 25 Nov 2000 21:09:24 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200011260209.eAQ29N572833@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: "Brian F. Feldman" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c In-Reply-To: Message from "David O'Brien" of "Sat, 25 Nov 2000 13:22:49 PST." <20001125132249.A2361@dragon.nuxi.com> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Nov 2000 21:09:23 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" wrote: > On Sat, Nov 25, 2000 at 09:15:21AM -0500, Brian F. Feldman wrote: > > > What's going on here? And why was it MFC'd already? > > > > It can expose up to 16 bytes of wheel-readable data. That's bad! > > That's not such a bad vulnerability that you shouldn't have waited at > least 1-2 days for this to sit in -CURRENT to give people a chance to > comment. I don't think I did something wrong. I am not saying this to be argumentative. I honestly believe if there's any type of security problem and the fix 1) doesn't break anything and 2) is simple enough, there isn't any inherent problem with initiating a fix in both branches. I know it doesn't break anything because I've tested it (also for the degenerative cases). Where's the harm done by committing a fix, even were it incomplete, when it doesn't make the problem any worse? I'm honestly very curious what reasons people would have not to want something done as soon as feasible. Fear that people may update and assume the problem is completely fixed? -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 18:30:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4799037B479; Sat, 25 Nov 2000 18:30:12 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05402; Sat, 25 Nov 2000 18:30:12 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011260230.SAA05402@freefall.freebsd.org> From: Matt Dillon Date: Sat, 25 Nov 2000 18:30:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c kern_event.c sys_generic.c sys_pipe.c uipc_syscalls.c vfs_aio.c vfs_syscalls.c src/sys/nfs nfs_syscalls.c src/sys/sys filedesc.h socketvar.h src/sys/vm swap_pager.c vm_mmap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/25 18:30:11 PST Modified files: (Branch: RELENG_4) sys/kern kern_descrip.c kern_event.c sys_generic.c sys_pipe.c uipc_syscalls.c vfs_aio.c vfs_syscalls.c sys/nfs nfs_syscalls.c sys/sys filedesc.h socketvar.h sys/vm swap_pager.c vm_mmap.c Log: MFC from current the major file descriptor race fixing patchset. This fix file descriptor races in open(), close(), fcntl(), read(), write(), and most other system calls that take file descriptors as arguments. The races being fixed are mainly due to the file descriptor table sharing that rfork()/threading allows. Revision Changes Path 1.81.2.6 +239 -90 src/sys/kern/kern_descrip.c 1.2.2.5 +29 -12 src/sys/kern/kern_event.c 1.55.2.8 +60 -27 src/sys/kern/sys_generic.c 1.60.2.4 +8 -3 src/sys/kern/sys_pipe.c 1.65.2.5 +152 -67 src/sys/kern/uipc_syscalls.c 1.70.2.6 +33 -6 src/sys/kern/vfs_aio.c 1.151.2.6 +83 -10 src/sys/kern/vfs_syscalls.c 1.58.2.1 +6 -3 src/sys/nfs/nfs_syscalls.c 1.19.2.3 +5 -3 src/sys/sys/filedesc.h 1.46.2.4 +2 -2 src/sys/sys/socketvar.h 1.130.2.6 +5 -3 src/sys/vm/swap_pager.c 1.108.2.3 +38 -17 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 18:30:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B1C337B4D7; Sat, 25 Nov 2000 18:30:12 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05416; Sat, 25 Nov 2000 18:30:12 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260230.SAA05416@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 18:30:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus Makefile distinfo ports/security/nessus-libnasl Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 18:30:12 PST Modified files: security/nessus Makefile distinfo security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: Maintainer upgrade to 1.0.6. PR: ports/22725 Submitted by: Jimmy Olgeni Revision Changes Path 1.19 +3 -2 ports/security/nessus/Makefile 1.9 +1 -1 ports/security/nessus/distinfo 1.14 +3 -2 ports/security/nessus-libnasl/Makefile 1.8 +1 -1 ports/security/nessus-libnasl/distinfo 1.15 +4 -3 ports/security/nessus-libraries/Makefile 1.9 +1 -1 ports/security/nessus-libraries/distinfo 1.15 +3 -2 ports/security/nessus-plugins/Makefile 1.9 +1 -1 ports/security/nessus-plugins/distinfo 1.10 +45 -19 ports/security/nessus-plugins/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 18:43:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D07037B4C5; Sat, 25 Nov 2000 18:43:56 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06665; Sat, 25 Nov 2000 18:43:56 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260243.SAA06665@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 18:43:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/nucleus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 18:43:55 PST Modified files: x11-fonts/nucleus Makefile Log: Maintainer update to better handle X 4 PR: ports/22844 Submitted by: Jimmy Olgeni Revision Changes Path 1.3 +10 -3 ports/x11-fonts/nucleus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 18:55:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 969FD37B479; Sat, 25 Nov 2000 18:55:15 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07705; Sat, 25 Nov 2000 18:55:15 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011260255.SAA07705@freefall.freebsd.org> From: Matt Dillon Date: Sat, 25 Nov 2000 18:55:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c vfs_cluster.c vfs_subr.c vfs_vnops.c src/sys/sys buf.h vnode.h src/sys/ufs/ffs ffs_inode.c ffs_softdep.c src/sys/ufs/ufs ufs_readwrite.c src/sys/vm swap_pager.c vm_page.c vm_page.h vm_pageout.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/25 18:55:15 PST Modified files: (Branch: RELENG_4) sys/kern vfs_bio.c vfs_cluster.c vfs_subr.c vfs_vnops.c sys/sys buf.h vnode.h sys/ufs/ffs ffs_inode.c ffs_softdep.c sys/ufs/ufs ufs_readwrite.c sys/vm swap_pager.c vm_page.c vm_page.h vm_pageout.c Log: MFC the major low memory deadlock solution. This patch removes most of the preexisting low-memory-handling hacks and replaces it with a relatively simple concept: The entire I/O path (except networking) is allowed to dig into the system memory reserve but will effectively free resources rather then leave them wired/cached if the system is found to be in a low-memory situation, thus allowing I/O to continue to operate. This patch also fixes a VXLOCK self-deadlock and generates a message if it detects what used to be the deadlock. (this also MFCd) Finally, this patch removes code related to the case where the original page could not be found during bogus page recovery and replaces it with a panic. The original page had better still exist since we have an extra reference on it and on the VM object during the I/O. (this also MFCd) Revision Changes Path 1.242.2.4 +92 -62 src/sys/kern/vfs_bio.c 1.92.2.2 +7 -1 src/sys/kern/vfs_cluster.c 1.249.2.7 +11 -5 src/sys/kern/vfs_subr.c 1.87.2.4 +4 -2 src/sys/kern/vfs_vnops.c 1.88.2.2 +2 -1 src/sys/sys/buf.h 1.111.2.3 +2 -1 src/sys/sys/vnode.h 1.56.2.1 +4 -1 src/sys/ufs/ffs/ffs_inode.c 1.57.2.5 +20 -18 src/sys/ufs/ffs/ffs_softdep.c 1.65.2.3 +5 -1 src/sys/ufs/ufs/ufs_readwrite.c 1.130.2.7 +4 -2 src/sys/vm/swap_pager.c 1.147.2.4 +30 -7 src/sys/vm/vm_page.c 1.75.2.4 +3 -1 src/sys/vm/vm_page.h 1.151.2.5 +98 -74 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 19: 1:54 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 02A1537B4CF; Sat, 25 Nov 2000 19:01:47 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAQ31k110949; Sat, 25 Nov 2000 19:01:46 -0800 (PST) Date: Sat, 25 Nov 2000 19:01:46 -0800 From: Alfred Perlstein To: "Brian F. Feldman" Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c Message-ID: <20001125190146.Q8051@fw.wintelcom.net> References: <200011260209.eAQ29N572833@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011260209.eAQ29N572833@green.dyndns.org>; from green@FreeBSD.org on Sat, Nov 25, 2000 at 09:09:23PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Brian F. Feldman [001125 18:09] wrote: > "David O'Brien" wrote: > > On Sat, Nov 25, 2000 at 09:15:21AM -0500, Brian F. Feldman wrote: > > > > What's going on here? And why was it MFC'd already? > > > > > > It can expose up to 16 bytes of wheel-readable data. That's bad! > > > > That's not such a bad vulnerability that you shouldn't have waited at > > least 1-2 days for this to sit in -CURRENT to give people a chance to > > comment. > > I don't think I did something wrong. I am not saying this to be > argumentative. I honestly believe if there's any type of security problem > and the fix 1) doesn't break anything and 2) is simple enough, there isn't > any inherent problem with initiating a fix in both branches. I know it > doesn't break anything because I've tested it (also for the degenerative > cases). > > Where's the harm done by committing a fix, even were it incomplete, when it > doesn't make the problem any worse? I'm honestly very curious what reasons > people would have not to want something done as soon as feasible. Fear that > people may update and assume the problem is completely fixed? Because your "fix" was a gross hack on top of the gross hack already in place. Security concerns should be discussed with the security officer so that he can contact us with a background in such matters about fixing it. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 19: 8:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A6B937B4CF; Sat, 25 Nov 2000 19:08:51 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA10591; Sat, 25 Nov 2000 19:08:51 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011260308.TAA10591@freefall.freebsd.org> From: Matt Dillon Date: Sat, 25 Nov 2000 19:08:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c src/sys/kern subr_diskslice.c src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/25 19:08:50 PST Modified files: (Branch: RELENG_4) sbin/disklabel disklabel.8 disklabel.c sys/kern subr_diskslice.c sys/sys disklabel.h Log: MFC disklabel/virgin-label feature. Adds a DIOCVIRGIN ioctl to obtain a virgin disklabel. disklabel now uses the new ioctl, allowing it to create virgin disklabels on slices. Revision Changes Path 1.15.2.4 +139 -31 src/sbin/disklabel/disklabel.8 1.28.2.6 +12 -5 src/sbin/disklabel/disklabel.c 1.82.2.3 +35 -1 src/sys/kern/subr_diskslice.c 1.49.2.5 +2 -1 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 19:22:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52D5F37B4C5; Sat, 25 Nov 2000 19:22:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13418; Sat, 25 Nov 2000 19:22:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011260322.TAA13418@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 19:22:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295/config/alpha elf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 19:22:10 PST Modified files: contrib/gcc.295/config/alpha elf.h Log: Protect "ASM_OUTPUT_IDENT". I made the same change in the FSF/GNU Gcc tree. Revision Changes Path 1.4 +2 -1 src/contrib/gcc.295/config/alpha/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 Nov 25 19:37:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A42F837B4C5; Sat, 25 Nov 2000 19:37:35 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15024; Sat, 25 Nov 2000 19:37:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011260337.TAA15024@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 25 Nov 2000 19:37:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/25 19:37:35 PST Modified files: usr.sbin/periodic periodic.sh Log: Properly fix the temporary file creation in the case of multiple command-line arguments. Noticed by: dynamo Revision Changes Path 1.19 +2 -2 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:14:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 853C437B4CF; Sat, 25 Nov 2000 20:14:07 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA20108; Sat, 25 Nov 2000 20:14:07 -0800 (PST) (envelope-from jmz@FreeBSD.org) Message-Id: <200011260414.UAA20108@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 25 Nov 2000 20:14:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools Makefile ports/emulators/mtools/files patch-h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/11/25 20:14:05 PST Modified files: emulators/mtools Makefile Log: Add mformat.c to the list of files processed by sed, so that it can correctly report PREFIX/etc/mtools.conf as its configuration file PR: ports/20999 Submitted by: Jimmy Olgeni Revision Changes Path 1.35 +3 -3 ports/emulators/mtools/Makefile Added files: emulators/mtools/files patch-h Log: Patch mformat.c: replace "/etc/mtools" with "/etc/mtools.conf" PR: ports/20999 Submitted by: Jimmy Olgeni To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:32:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EBFB37B4CF; Sat, 25 Nov 2000 20:32:42 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA22233; Sat, 25 Nov 2000 20:32:42 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011260432.UAA22233@freefall.freebsd.org> From: Matt Dillon Date: Sat, 25 Nov 2000 20:32:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/portal portal_vfsops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/25 20:32:42 PST Modified files: (Branch: RELENG_4) sys/miscfs/portal portal_vfsops.c Log: MFC 1.27, fix forgotten getsock()->holdsock() conversion. Revision Changes Path 1.26.2.1 +7 -3 src/sys/miscfs/portal/portal_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:36:24 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id E160D37B4CF for ; Sat, 25 Nov 2000 20:36:20 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13ztXf-0001Ch-00; Sun, 26 Nov 2000 06:35:55 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id GAA14846; Sun, 26 Nov 2000 06:36:05 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 14840; Sun Nov 26 06:35:19 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13ztX4-000BjA-00; Sun, 26 Nov 2000 06:35:18 +0200 From: Sheldon Hearn To: Steve Kargl Cc: Mike Meyer , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-reply-to: Your message of "Sat, 25 Nov 2000 09:39:46 PST." <200011251739.eAPHdke20159@troutmask.apl.washington.edu> Date: Sun, 26 Nov 2000 06:35:18 +0200 Message-ID: <45083.975213318@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 25 Nov 2000 09:39:46 PST, Steve Kargl wrote: > This sounds reasonable, except the handbook isn't built and > installed on your system after "make world" while man pages > are. In the case of build(7) and possibly make.conf(5), this is generally useless, since documentation for the new features of the world build (or the build process, for that matter) won't be installed yet. > "man rc.conf" brings up a page that can be read. "man handbook" > does not work, "handbook handbook" doesn't work, "info handbook" > does not work. There's a reference to the handbook in the motd. How much more helpful can we possibly be! :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:42:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C96D37B4C5; Sat, 25 Nov 2000 20:42:28 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA22979; Sat, 25 Nov 2000 20:42:28 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011260442.UAA22979@freefall.freebsd.org> From: Matt Dillon Date: Sat, 25 Nov 2000 20:42:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_stream.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/25 20:42:28 PST Modified files: (Branch: RELENG_4) sys/svr4 svr4_stream.c Log: MFC /usr/src/sys/compat/svr4/svr4_stream.c 1.16, another forgotten getsock()->holdsock() Revision Changes Path 1.12.2.2 +18 -8 src/sys/svr4/Attic/svr4_stream.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:51:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F03337B4C5; Sat, 25 Nov 2000 20:51:48 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23804; Sat, 25 Nov 2000 20:51:48 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011260451.UAA23804@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 25 Nov 2000 20:51:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/25 20:51:47 PST Modified files: . INDEX Log: New index, with 4,142 ports. (No X PORTREVISION bump, so it this a relatively quiet diff. ;) Revision Changes Path 1.312 +231 -216 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:52:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E843E37B4C5; Sat, 25 Nov 2000 20:52:14 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23869; Sat, 25 Nov 2000 20:52:14 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260452.UAA23869@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 20:52:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm Makefile ports/x11-fm/rox-base Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 20:52:14 PST Modified files: x11-fm Makefile Added files: x11-fm/rox-base Makefile distinfo pkg-comment pkg-descr pkg-plist Log: rox-base contains basic icons and configuration items needed for other rox ports, including rox-filer which is also ported by the originator. PR: ports/22788 Submitted by: Jimmy Olgeni Revision Changes Path 1.19 +2 -1 ports/x11-fm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:52:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D08337B4E5; Sat, 25 Nov 2000 20:52:18 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23905; Sat, 25 Nov 2000 20:52:18 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260452.UAA23905@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 20:52:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 20:52:18 PST Modified files: . modules Log: rox-base --> ports/x11-fm/rox-base Revision Changes Path 1.2030 +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 Nov 25 20:53:10 2000 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id E61AF37B4C5 for ; Sat, 25 Nov 2000 20:53:07 -0800 (PST) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.1/8.11.1) id eAQ4wkm22336; Sat, 25 Nov 2000 20:58:46 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <200011260458.eAQ4wkm22336@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/man/man7 build.7 In-Reply-To: <45083.975213318@axl.fw.uunet.co.za> from Sheldon Hearn at "Nov 26, 2000 06:35:18 am" To: Sheldon Hearn Date: Sat, 25 Nov 2000 20:58:46 -0800 (PST) Cc: Mike Meyer , cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > > On Sat, 25 Nov 2000 09:39:46 PST, Steve Kargl wrote: > > > This sounds reasonable, except the handbook isn't built and > > installed on your system after "make world" while man pages > > are. > > In the case of build(7) and possibly make.conf(5), this is generally > useless, since documentation for the new features of the world build (or > the build process, for that matter) won't be installed yet. You've completely missed the point. The Handbook *is not* part of the base system. You can't build it with tools in the base system. You can't easily read it with utilities in the base system. You can't search for topics in the Handbook as easily as you can with "apropos". The Handbook has its place, but it should not prevent the documentation of the system in man pages. > > > "man rc.conf" brings up a page that can be read. "man handbook" > > does not work, "handbook handbook" doesn't work, "info handbook" > > does not work. > > There's a reference to the handbook in the motd. How much more helpful > can we possibly be! :-) > kargl[201] cat /etc/motd FreeBSD 5.0-CURRENT (C456086-A) #0: Sun Nov 19 17:35:32 GMT 2000 :-) -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:53:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7487137B479; Sat, 25 Nov 2000 20:53:54 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA24163; Sat, 25 Nov 2000 20:53:54 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260453.UAA24163@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 20:53:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm Makefile ports/x11-fm/rox-filer Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-fm/rox-filer/files rox X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 20:53:54 PST Modified files: x11-fm Makefile Added files: x11-fm/rox-filer Makefile distinfo pkg-comment pkg-descr pkg-plist x11-fm/rox-filer/files rox Log: "ROX-Filer is a simple and easy to use graphical file manager for X11." PR: ports/22789 Submitted by: Jimmy Olgeni Revision Changes Path 1.20 +2 -1 ports/x11-fm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 20:54: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E483837B4E5; Sat, 25 Nov 2000 20:53:57 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA24202; Sat, 25 Nov 2000 20:53:57 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260453.UAA24202@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 20:53:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 20:53:57 PST Modified files: . modules Log: rox-filer --> ports/x11-fm/rox-filer Revision Changes Path 1.2031 +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 Nov 25 21: 6:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B2F737B4C5; Sat, 25 Nov 2000 21:06:27 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA27492; Sat, 25 Nov 2000 21:06:27 -0800 (PST) (envelope-from jim@FreeBSD.org) Message-Id: <200011260506.VAA27492@freefall.freebsd.org> From: Jim Mock Date: Sat, 25 Nov 2000 21:06:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/11/25 21:06:26 PST Modified files: net/gaim Makefile Log: Fix the configure args so that GNOME and ESD are both properly detected. Submitted by: Joe Clarke Revision Changes Path 1.33 +2 -3 ports/net/gaim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 21: 8:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F02437B4C5; Sat, 25 Nov 2000 21:08:20 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA27934; Sat, 25 Nov 2000 21:08:20 -0800 (PST) (envelope-from jim@FreeBSD.org) Message-Id: <200011260508.VAA27934@freefall.freebsd.org> From: Jim Mock Date: Sat, 25 Nov 2000 21:08:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/11/25 21:08:20 PST Modified files: irc/xchat Makefile Log: Bring in the SSL support from the xchat-devel port. PR: 23092 Submitted by: Ron Rosson Revision Changes Path 1.71 +6 -1 ports/irc/xchat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 21:16:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE82337B4C5; Sat, 25 Nov 2000 21:16:52 -0800 (PST) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA28694; Sat, 25 Nov 2000 21:16:52 -0800 (PST) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200011260516.VAA28694@freefall.freebsd.org> From: Daniel Harris Date: Sat, 25 Nov 2000 21:16:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/boot chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/11/25 21:16:52 PST Modified files: en_US.ISO_8859-1/books/handbook/boot chapter.sgml Log: The loader boots the kernel if __not__ interrupted. Submitted by: "Scott Vance" Revision Changes Path 1.9 +2 -2 doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 21:28:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7208C37B4CF; Sat, 25 Nov 2000 21:28:23 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30434; Sat, 25 Nov 2000 21:28:23 -0800 (PST) (envelope-from dougb@FreeBSD.org) Message-Id: <200011260528.VAA30434@freefall.freebsd.org> From: Doug Barton Date: Sat, 25 Nov 2000 21:28:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail aliases X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2000/11/25 21:28:23 PST Modified files: etc/mail aliases Log: Add the remaining pseudo-users as aliases to root PR: conf/23105 Submitted by: Matthew West, mwest@uct.ac.za Revision Changes Path 1.11 +4 -1 src/etc/mail/aliases To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 22: 6:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CFE37B479; Sat, 25 Nov 2000 22:06:19 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35331; Sat, 25 Nov 2000 22:06:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011260606.WAA35331@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 25 Nov 2000 22:06:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/25 22:06:18 PST Modified files: (Branch: RELENG_4) usr.sbin/periodic periodic.sh Log: MFC: Really use secure tempfiles Revision Changes Path 1.9.2.7 +2 -2 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 22:20:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FC7737B4CF; Sat, 25 Nov 2000 22:20:20 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA42216; Sat, 25 Nov 2000 22:20:20 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011260620.WAA42216@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 25 Nov 2000 22:20:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mindguard Makefile distinfo ports/games/mindguard/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/25 22:20:19 PST Modified files: games/mindguard Makefile distinfo games/mindguard/files patch-ab Log: Ultra-mega-super-urgent security update which prevents several new types of brain DoS Submitted by: Johann Visagie Revision Changes Path 1.3 +2 -2 ports/games/mindguard/Makefile 1.2 +1 -1 ports/games/mindguard/distinfo 1.2 +12 -18 ports/games/mindguard/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 22:24:15 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 74EC737B4CF; Sat, 25 Nov 2000 22:24:04 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13zvE6-0004fc-00; Sun, 26 Nov 2000 08:23:50 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id IAA25959; Sun, 26 Nov 2000 08:24:00 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 25866; Sun Nov 26 08:23:29 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13zvDk-000Bsc-00; Sun, 26 Nov 2000 08:23:28 +0200 From: Sheldon Hearn To: obrien@freebsd.org Cc: Poul-Henning Kamp , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/pwd realpath.1 Makefile pwd.1 pwd.c In-reply-to: Your message of "Fri, 24 Nov 2000 15:35:24 PST." <20001124153524.A42798@dragon.nuxi.com> Date: Sun, 26 Nov 2000 08:23:28 +0200 Message-ID: <45669.975219808@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Nov 2000 15:35:24 PST, "David O'Brien" wrote: > Shouldn't it SEE ALSO realpath(3) now too? I don't think so. The realpath(1) manual page does the right thing. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 25 22:29:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2354A37B479; Sat, 25 Nov 2000 22:29:34 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA43136; Sat, 25 Nov 2000 22:29:34 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <200011260629.WAA43136@freefall.freebsd.org> From: KATO Takenori Date: Sat, 25 Nov 2000 22:29:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/11/25 22:29:33 PST Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.422. Revision Changes Path 1.190 +2 -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