From owner-cvs-all Sun Sep 2 0:18:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7C3D37B403; Sun, 2 Sep 2001 00:18:29 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827ITb60868; Sun, 2 Sep 2001 00:18:29 -0700 (PDT) (envelope-from non) Message-Id: <200109020718.f827ITb60868@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Sun, 2 Sep 2001 00:18:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nsp nsp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/02 00:18:29 PDT Modified files: sys/dev/nsp nsp.c Log: Fix bus timeout bug which might happen when nsp do suspend I/O burst write. A nsp chip does suspend I/O write by 512bytes burst write, though the chip only has 48 bytes FIFO. The chip assert I/O WAIT signal to PC-Card bus after the CPU writes more than 48 bytes to the chip if the SCSI device does not respond immediately in supsend I/O burst write. If the device does not respond for a while it might cause PC-Card bus timeout. The previous work around was to wait the request from SCSI device. But there are some devices which request bytes for synchronous transfer immediately. So current work aound is to fill 32bytes FIFO, wait for FIFO empty and burst write 512-32 bytes for every 512 bytes block. Submitted-by: Honda-san (the author of the driver) Obtained-from: NetBSD/pc98 Revision Changes Path 1.6 +24 -10 src/sys/dev/nsp/nsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 0:19:16 2001 Delivered-To: cvs-all@freebsd.org Received: from goro.asahi-net.or.jp (goro.asahi-net.or.jp [202.224.39.40]) by hub.freebsd.org (Postfix) with ESMTP id 8317737B401; Sun, 2 Sep 2001 00:19:06 -0700 (PDT) Received: from localhost (g040115.ppp.asahi-net.or.jp [211.132.40.115]) by goro.asahi-net.or.jp (8.11.3+3.4W/3.7W) with ESMTP id f827J4a51407; Sun, 2 Sep 2001 07:19:04 GMT To: iwasaki@jp.freebsd.org Cc: shiba@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/fe if_fe.c if_fe_isa.c if_fe_pccard.c From: Takeshi Shibagaki In-Reply-To: <20010902153432Y.iwasaki@jp.FreeBSD.org> References: <200109020627.f826R7m54598@freefall.freebsd.org> <20010902153432Y.iwasaki@jp.FreeBSD.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010902161617K.ie9t-sbgk@asahi-net.or.jp> Date: Sun, 02 Sep 2001 16:16:17 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 25 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, iwasaki-san. From: Mitsuru IWASAKI Subject: Re: cvs commit: src/sys/dev/fe if_fe.c if_fe_isa.c if_fe_pccard.c Date: Sun, 02 Sep 2001 15:34:32 +0900 Message-ID: <20010902153432Y.iwasaki@jp.FreeBSD.org> iwasaki> I was waiting for seeing this for long time :-) I'm sorry, but I have no free time to contribute for FreeBSD. I'm going to try making time, and contribute step by step. # I don't have introduct myself yet. iwasaki> Thanks, shibagaki-san! No, No, regards in this side, thank you. # I cannot go to party at 9/8, so please tell my regards to them. # And, I watched TV program which you make your debut. Congratulations!! # But what is Free-BSD? :-< Takeshi Shibagaki ie9t-sbgk@asahi-net.or.jp,shiba@jp.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 0:32:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABCF537B408; Sun, 2 Sep 2001 00:32:30 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827WUj61920; Sun, 2 Sep 2001 00:32:30 -0700 (PDT) (envelope-from markp) Message-Id: <200109020732.f827WUj61920@freefall.freebsd.org> From: Mark Pulford Date: Sun, 2 Sep 2001 00:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/easytag distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2001/09/02 00:32:30 PDT Modified files: audio/easytag distinfo Log: Updated checksum. Tarball was rerolled. Unfortunately there was no old distfile to compare against and the timestamps don't help either. PR: 29486 Revision Changes Path 1.3 +1 -1 ports/audio/easytag/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 0:46:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F9B137B406; Sun, 2 Sep 2001 00:46:14 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827kEl62938; Sun, 2 Sep 2001 00:46:14 -0700 (PDT) (envelope-from dirk) Message-Id: <200109020746.f827kEl62938@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 2 Sep 2001 00:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/malsync Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/09/02 00:46:14 PDT Modified files: palm/malsync Makefile Log: Fix shared library number for pisock (.3 -> .4). Submitted by: Anders Andersson Revision Changes Path 1.8 +3 -2 ports/palm/malsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 0:47:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A94C37B405; Sun, 2 Sep 2001 00:47:47 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827llh62983; Sun, 2 Sep 2001 00:47:47 -0700 (PDT) (envelope-from peter) Message-Id: <200109020747.f827llh62983@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 00:47:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 00:47:47 PDT Modified files: sys/ia64/ia64 machdep.c Log: Merge from i386: various cleanups including moving the map calculations to MI code. This gets ia64 to compile again. Revision Changes Path 1.42 +27 -15 src/sys/ia64/ia64/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 Sep 2 0:51:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7068537B401; Sun, 2 Sep 2001 00:51:24 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827pOb63363; Sun, 2 Sep 2001 00:51:24 -0700 (PDT) (envelope-from dirk) Message-Id: <200109020751.f827pOb63363@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 2 Sep 2001 00:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/malsync Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/09/02 00:51:24 PDT Modified files: palm/malsync Makefile Log: Fix MASTER_SITES. Revision Changes Path 1.9 +3 -3 ports/palm/malsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 0:57: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4696D37B403; Sun, 2 Sep 2001 00:56:56 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827uuR64113; Sun, 2 Sep 2001 00:56:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109020756.f827uuR64113@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Sep 2001 00:56:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/mmake Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/02 00:56:56 PDT Modified files: java Makefile Added files: java/mmake Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add mmake Create a Makefile for Your Java files, ready to compile Revision Changes Path 1.37 +2 -1 ports/java/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 0:57:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07B0637B414; Sun, 2 Sep 2001 00:57:00 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f827uxs64150; Sun, 2 Sep 2001 00:56:59 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109020756.f827uxs64150@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Sep 2001 00:56:59 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/02 00:56:59 PDT Modified files: . modules Log: mmake --> ports/java/mmake Revision Changes Path 1.3787 +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 Sep 2 1:45:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69AFB37B403; Sun, 2 Sep 2001 01:45:47 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f828jlB70537; Sun, 2 Sep 2001 01:45:47 -0700 (PDT) (envelope-from knu) Message-Id: <200109020845.f828jlB70537@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 01:45:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-ibm-jdk13 Makefile distinfo pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 01:45:47 PDT Modified files: java/linux-ibm-jdk13 Makefile distinfo pkg-message Log: Update to release 9 cx130-20010626. PR: ports/29817 Submitted by: Hye-Shik Chang (MAINTAINER) Revision Changes Path 1.2 +4 -3 ports/java/linux-ibm-jdk13/Makefile 1.2 +1 -1 ports/java/linux-ibm-jdk13/distinfo 1.2 +2 -2 ports/java/linux-ibm-jdk13/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 1:48:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23BD237B406; Sun, 2 Sep 2001 01:48:19 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f828mJ370829; Sun, 2 Sep 2001 01:48:19 -0700 (PDT) (envelope-from knu) Message-Id: <200109020848.f828mJ370829@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 01:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-xmlrpc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 01:48:19 PDT Modified files: net/py-xmlrpc Makefile distinfo pkg-plist Log: Update to 0.8.7. Make PREFIX safe. PR: ports/29818 Submitted by: Hye-Shik Chang (MAINTAINER) Revision Changes Path 1.5 +2 -2 ports/net/py-xmlrpc/Makefile 1.3 +1 -1 ports/net/py-xmlrpc/distinfo 1.3 +4 -3 ports/net/py-xmlrpc/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 Sep 2 1:50:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 935AB37B401; Sun, 2 Sep 2001 01:50:08 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f828o8D71048; Sun, 2 Sep 2001 01:50:08 -0700 (PDT) (envelope-from knu) Message-Id: <200109020850.f828o8D71048@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 01:50:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/py-curl Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 01:50:08 PDT Modified files: ftp/py-curl Makefile distinfo pkg-plist Log: Update to 0.3.6. PR: ports/29854 Submitted by: Hye-Shik Chang (MAINTAINER) Revision Changes Path 1.2 +2 -2 ports/ftp/py-curl/Makefile 1.2 +1 -1 ports/ftp/py-curl/distinfo 1.2 +2 -1 ports/ftp/py-curl/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 Sep 2 2: 2:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39A4D37B403; Sun, 2 Sep 2001 02:02:29 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8292T571780; Sun, 2 Sep 2001 02:02:29 -0700 (PDT) (envelope-from murray) Message-Id: <200109020902.f8292T571780@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 02:02:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 02:02:29 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml Log: Fix sloppy use of whitespaces inside a . While I'm here, add the emacs local variables section to the bottom of this file. PR: docs/30227 Submitted by: Joseph Mallett Revision Changes Path 1.9 +17 -6 doc/en_US.ISO8859-1/books/developers-handbook/driverbasics/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 Sep 2 2:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0F6E37B403; Sun, 2 Sep 2001 02:24:05 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f829O5376201; Sun, 2 Sep 2001 02:24:05 -0700 (PDT) (envelope-from murray) Message-Id: <200109020924.f829O5376201@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 02:24:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 02:24:05 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml Log: Briefly mention KDevelop as a free IDE available for FreeBSD. Also update the verbiage about our Pascal support. PR: 30110 Submitted by: Rahul Siddharthan Revision Changes Path 1.10 +23 -12 doc/en_US.ISO8859-1/books/developers-handbook/tools/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 Sep 2 2:26:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CECAC37B401; Sun, 2 Sep 2001 02:26:14 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f829QEp76395; Sun, 2 Sep 2001 02:26:14 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200109020926.f829QEp76395@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Sep 2001 02:26:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c ums.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG n_hibma 2001/09/02 02:26:14 PDT Modified files: sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c ums.c Log: Only clear endpoint stall if status was USBD_STALLED. This avoids panicing the system by unplugging a hub. The interrupt transfer would sometimes arrive after the driver had been removed. Revision Changes Path 1.51 +3 -2 src/sys/dev/usb/ugen.c 1.38 +3 -2 src/sys/dev/usb/uhid.c 1.30 +4 -4 src/sys/dev/usb/uhub.c 1.34 +3 -2 src/sys/dev/usb/ukbd.c 1.30 +5 -3 src/sys/dev/usb/umodem.c 1.44 +3 -2 src/sys/dev/usb/ums.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 2:31:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 690B737B405; Sun, 2 Sep 2001 02:31:08 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f829V8O76714; Sun, 2 Sep 2001 02:31:08 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200109020931.f829V8O76714@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Sep 2001 02:31:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG n_hibma 2001/09/02 02:31:08 PDT Modified files: sys/cam/scsi scsi_da.c Log: Add quirks for Kingbyte USB Pen drive. Submitted by: Eugene M. Kim PR: 29530 Revision Changes Path 1.77 +13 -13 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 2:31:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4F5B37B429; Sun, 2 Sep 2001 02:31:17 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f829VHf76741; Sun, 2 Sep 2001 02:31:17 -0700 (PDT) (envelope-from markp) Message-Id: <200109020931.f829VHf76741@freefall.freebsd.org> From: Mark Pulford Date: Sun, 2 Sep 2001 02:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/aalib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2001/09/02 02:31:17 PDT Modified files: graphics/aalib Makefile Log: Re-added workaround (see 1.18) to prevent intermittent failures depending on where the distfile was fetched. Revision Changes Path 1.22 +2 -1 ports/graphics/aalib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 2:35:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EDF037B401; Sun, 2 Sep 2001 02:35:46 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f829ZkI77081; Sun, 2 Sep 2001 02:35:46 -0700 (PDT) (envelope-from murray) Message-Id: <200109020935.f829ZkI77081@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 02:35:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 02:35:46 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Note that we list only the most common loader commands, and refer the user to the man page for a complete list. PR: docs/29511 Submitted by: Gary W. Swearingen Michael Lucas Revision Changes Path 1.27 +4 -2 doc/en_US.ISO8859-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 Sun Sep 2 2:39:42 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 9F85737B403; Sun, 2 Sep 2001 02:39:38 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f829dcM28838; Sun, 2 Sep 2001 02:39:38 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 609BC3807; Sun, 2 Sep 2001 02:39:38 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 machdep.c In-Reply-To: <200109020747.f827llh62983@freefall.freebsd.org> Date: Sun, 02 Sep 2001 02:39:38 -0700 From: Peter Wemm Message-Id: <20010902093938.609BC3807@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > peter 2001/09/02 00:47:47 PDT > > Modified files: > sys/ia64/ia64 machdep.c > Log: > Merge from i386: various cleanups including moving the map calculations > to MI code. This gets ia64 to compile again. And run... (For some value of "run" :-). Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 2:56:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7172A37B406; Sun, 2 Sep 2001 02:56:55 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f829utY78567; Sun, 2 Sep 2001 02:56:55 -0700 (PDT) (envelope-from murray) Message-Id: <200109020956.f829utY78567@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 02:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 02:56:55 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Update information on KDM to reflect reality of KDE 2.2. Point users at KDE documentation for specifics. This chapter needs a lot of work. PR: docs/29803 Submitted by: Rahul Siddharthan Revision Changes Path 1.52 +9 -3 doc/en_US.ISO8859-1/books/handbook/x11/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 Sep 2 3: 4:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3916337B401; Sun, 2 Sep 2001 03:04:42 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82A4gm79623; Sun, 2 Sep 2001 03:04:42 -0700 (PDT) (envelope-from murray) Message-Id: <200109021004.f82A4gm79623@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 03:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 03:04:42 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Update the maintainer info for the UK cvsup mirrors. PR: docs/29216 Submitted by: Ben Revision Changes Path 1.149 +3 -3 doc/en_US.ISO8859-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 Sep 2 3: 7:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF1BA37B40A; Sun, 2 Sep 2001 03:07:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82A79O82805; Sun, 2 Sep 2001 03:07:09 -0700 (PDT) (envelope-from peter) Message-Id: <200109021007.f82A79O82805@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 03:07:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 03:07:09 PDT Modified files: sys/ia64/ia64 vm_machdep.c Log: Sync with i386 / alpha. Whitespace unindent / style prep for kse. Revision Changes Path 1.24 +84 -86 src/sys/ia64/ia64/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 Sep 2 3:21:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4205D37B406; Sun, 2 Sep 2001 03:21:16 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82ALGk84030; Sun, 2 Sep 2001 03:21:16 -0700 (PDT) (envelope-from murray) Message-Id: <200109021021.f82ALGk84030@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 03:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/dialup-firewall article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 03:21:15 PDT Modified files: en_US.ISO8859-1/articles/dialup-firewall article.sgml Log: Add more descriptive markup (, , etc..) PR: docs/29744 Submitted by: ncalvo Revision Changes Path 1.14 +11 -10 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 3:37:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9257137B403; Sun, 2 Sep 2001 03:37:26 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82AbQ285308; Sun, 2 Sep 2001 03:37:26 -0700 (PDT) (envelope-from murray) Message-Id: <200109021037.f82AbQ285308@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 03:37:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/dialup-firewall article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 03:37:26 PDT Modified files: en_US.ISO8859-1/articles/dialup-firewall article.sgml Log: Whitespace only commit. Let Emacs rewrap the paragraphs after adding tags in the previous commit. Revision Changes Path 1.15 +54 -45 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 3:48: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FA9037B406; Sun, 2 Sep 2001 03:47:57 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Alv286139; Sun, 2 Sep 2001 03:47:57 -0700 (PDT) (envelope-from murray) Message-Id: <200109021047.f82Alv286139@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 03:47:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 03:47:57 PDT Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Add a about removing the 'work' directories manually, which is much faster than calling make clean recursively. PR: docs/29517 Submitted by: Gary W. Swearingen Revision Changes Path 1.138 +9 -2 doc/en_US.ISO8859-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 Sun Sep 2 3:57: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E2CC37B406; Sun, 2 Sep 2001 03:56:55 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Autt86861; Sun, 2 Sep 2001 03:56:55 -0700 (PDT) (envelope-from murray) Message-Id: <200109021056.f82Autt86861@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 03:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/backups chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 03:56:54 PDT Modified files: en_US.ISO8859-1/books/handbook/backups chapter.sgml Log: Update example kernel config to use 4.x device syntax instead of 3.x controller/disk syntax. PR: docs/29500 Submitted by: Gary W. Swearingen Revision Changes Path 1.43 +7 -7 doc/en_US.ISO8859-1/books/handbook/backups/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 Sep 2 4: 7:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C719E37B401; Sun, 2 Sep 2001 04:07:30 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82B7Uh96291; Sun, 2 Sep 2001 04:07:30 -0700 (PDT) (envelope-from clive) Message-Id: <200109021107.f82B7Uh96291@freefall.freebsd.org> From: Clive Lin Date: Sun, 2 Sep 2001 04:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/09/02 04:07:30 PDT Modified files: chinese/mutt distinfo Log: Chasing mail/mutt-devel (1.3.21 -> 1.3.22.1) Revision Changes Path 1.3 +7 -7 ports/chinese/mutt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 4:16:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61AA137B406; Sun, 2 Sep 2001 04:16:17 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82BGHB96974; Sun, 2 Sep 2001 04:16:17 -0700 (PDT) (envelope-from murray) Message-Id: <200109021116.f82BGHB96974@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 04:16:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 04:16:16 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Fix whitespace inside a . Correctly capitalize "FreeBSD Handbook". Revision Changes Path 1.150 +10 -10 doc/en_US.ISO8859-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 Sep 2 4:27:14 2001 Delivered-To: cvs-all@freebsd.org Received: from ms64.hinet.net (ms64.hinet.net [168.95.4.64]) by hub.freebsd.org (Postfix) with ESMTP id AA9BD37B406; Sun, 2 Sep 2001 04:27:02 -0700 (PDT) Received: from play.cirx.org (postfix@play.cirx.org [211.72.15.244]) by ms64.hinet.net (8.8.8/8.8.8) with ESMTP id TAA18329; Sun, 2 Sep 2001 19:26:55 +0800 (CST) Received: from cartier.cirx.org.kliev-net (cartier [211.72.15.243]) by play.cirx.org (Postfix) with SMTP id 579541933A; Sun, 2 Sep 2001 19:26:48 +0800 (CST) Received: (nullmailer pid 39777 invoked by uid 1000); Sun, 02 Sep 2001 11:26:47 -0000 Date: Sun, 2 Sep 2001 19:26:47 +0800 From: Clive Lin To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902192647.A39704@cartier.cirx.org> References: <200108311957.f7VJvLG49977@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <200108311957.f7VJvLG49977@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Could you please consider applying this diff ? I can't remember when mutt hardcoded path to gpg in their gpg.rc.. seems from 1.3.21 or so. This would anony users like me who simply source the gpg.rc supplied with mutt :( On Fri, Aug 31, 2001 at 12:57:21PM -0700, David W. Chapman Jr. wrote: > dwcjr 2001/08/31 12:57:21 PDT > > Modified files: > mail/mutt-devel Makefile distinfo pkg-plist > Log: > Update to 1.3.22.1 > Update patches to same version > > Submitted by: maintainer > > Revision Changes Path > 1.123 +5 -4 ports/mail/mutt-devel/Makefile > 1.60 +6 -6 ports/mail/mutt-devel/distinfo > 1.32 +1 -2 ports/mail/mutt-devel/pkg-plist > - -- PGP key in header X-PGP-key. Win32 users please google for "pgp freeware" to verify my signature. Sign my key if we meet in real life someday :-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7khdhdFUoBaAIwD4RAskXAJ0SM5yw7gu1wYzgsKL+dj/xmt/tqwCfbZeN oGqR/onLMJjv4UNo5Hj9CKs= =Ba0a -----END PGP SIGNATURE----- --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=mdiff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mutt-devel/Makefile,v retrieving revision 1.123 diff -u -r1.123 Makefile --- Makefile 31 Aug 2001 19:57:21 -0000 1.123 +++ Makefile 2 Sep 2001 11:19:25 -0000 @@ -121,6 +121,10 @@ pre-configure: (cd ${WRKSRC}; aclocal -I m4) +pre-patch: + @${PERL} -pi -e 's,/usr/bin/gpg,/usr/local/bin/gpg,g' \ + ${WRKSRC}/contrib/gpg.rc + .if !defined(NOPORTDOCS) PLIST_SUB+= SUB_DOCS="" post-build: --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 4:47: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE49937B401; Sun, 2 Sep 2001 04:47:02 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Bl2299482; Sun, 2 Sep 2001 04:47:02 -0700 (PDT) (envelope-from murray) Message-Id: <200109021147.f82Bl2299482@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 04:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/backups chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 04:47:02 PDT Modified files: en_US.ISO8859-1/books/handbook/backups chapter.sgml Log: Assorted spelling / grammar fixes. Whitespace fixes within a PR: docs/29848 Submitted by: John Murphy Revision Changes Path 1.44 +37 -37 doc/en_US.ISO8859-1/books/handbook/backups/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 Sep 2 5:16: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF5D837B401; Sun, 2 Sep 2001 05:16:01 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82CG1F05066; Sun, 2 Sep 2001 05:16:01 -0700 (PDT) (envelope-from murray) Message-Id: <200109021216.f82CG1F05066@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 05:16:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 05:16:01 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Update descriptions of the CVSup collections. Reword an HTML-specific sentence. PR: docs/29522 Submitted by: Gary W. Swearingen Revision Changes Path 1.151 +9 -7 doc/en_US.ISO8859-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 Sep 2 5:23:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA36537B403; Sun, 2 Sep 2001 05:23:08 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82CN8M07050; Sun, 2 Sep 2001 05:23:08 -0700 (PDT) (envelope-from peter) Message-Id: <200109021223.f82CN8M07050@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 05:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 05:23:08 PDT Modified files: sys/kern imgact_elf.c Log: For ia64, set the default elf brand to be FreeBSD. This is temporarily necessary only for as long as we're using a linux toolchain. Revision Changes Path 1.102 +5 -1 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 5:24:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B768937B403; Sun, 2 Sep 2001 05:24:38 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82COcH08101; Sun, 2 Sep 2001 05:24:38 -0700 (PDT) (envelope-from peter) Message-Id: <200109021224.f82COcH08101@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 05:24:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 05:24:38 PDT Modified files: sys/kern kern_shutdown.c Log: The !RESTARTABLE_PANICS code has some loose ends. Revision Changes Path 1.108 +9 -1 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 5:35:14 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id A33B837B403; Sun, 2 Sep 2001 05:35:04 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 0051F2BE; Sun, 2 Sep 2001 13:34:55 +0100 (BST) Date: Sun, 2 Sep 2001 13:34:55 +0100 From: Josef Karthauser To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c ums.c Message-ID: <20010902133455.B1114@tao.org.uk> References: <200109020926.f829QEp76395@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VrqPEDrXMn8OVzN4" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109020926.f829QEp76395@freefall.freebsd.org>; from n_hibma@FreeBSD.org on Sun, Sep 02, 2001 at 02:26:14AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 02, 2001 at 02:26:14AM -0700, Nick Hibma wrote: > n_hibma 2001/09/02 02:26:14 PDT >=20 > Modified files: > sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c=20 > ums.c=20 > Log: > Only clear endpoint stall if status was USBD_STALLED. > =20 > This avoids panicing the system by unplugging a hub. The interrupt tran= sfer > would sometimes arrive after the driver had been removed. > =20 Would this also fix the problem I reported when I unplug an aue0 device that's being used? Joe --VrqPEDrXMn8OVzN4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuSJ24ACgkQXVIcjOaxUBZHAgCgpeh9dfYBThJ20wdzH1gJbBLi 6egAnRWb4eYpmp4XFIxL4OmVzFiTyITu =Ntus -----END PGP SIGNATURE----- --VrqPEDrXMn8OVzN4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 5:38:57 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id 1470937B401; Sun, 2 Sep 2001 05:38:48 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 17F55261; Sun, 2 Sep 2001 13:38:42 +0100 (BST) Date: Sun, 2 Sep 2001 13:38:41 +0100 From: Josef Karthauser To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20010902133841.C1114@tao.org.uk> References: <200109021224.f82COcH08101@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="NKoe5XOeduwbEQHU" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109021224.f82COcH08101@freefall.freebsd.org>; from peter@FreeBSD.org on Sun, Sep 02, 2001 at 05:24:38AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --NKoe5XOeduwbEQHU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 02, 2001 at 05:24:38AM -0700, Peter Wemm wrote: > peter 2001/09/02 05:24:38 PDT >=20 > Modified files: > sys/kern kern_shutdown.c=20 > Log: > The !RESTARTABLE_PANICS code has some loose ends. Nice :) Joe --NKoe5XOeduwbEQHU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuSKFEACgkQXVIcjOaxUBblAwCgoz99E6lyw+3O/7nik77lwySx 794Anj3EGJv1tAh0odx0yV77fbp27Qca =to8J -----END PGP SIGNATURE----- --NKoe5XOeduwbEQHU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 5:49:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF4737B403; Sun, 2 Sep 2001 05:49:15 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82CnF417812; Sun, 2 Sep 2001 05:49:15 -0700 (PDT) (envelope-from hrs) Message-Id: <200109021249.f82CnF417812@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 2 Sep 2001 05:49:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/design-44bsd book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/09/02 05:49:15 PDT Modified files: ja_JP.eucJP/books/design-44bsd book.sgml Log: Fix a mistranslation. Pointed out by: s-hrgsh@nyc.odn.ne.jp References: [man-jp 3687] Revision Changes Path 1.2 +4 -8 doc/ja_JP.eucJP/books/design-44bsd/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 6: 5: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DA7737B408; Sun, 2 Sep 2001 06:05:01 -0700 (PDT) Received: (from shiba@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82D51m19170; Sun, 2 Sep 2001 06:05:01 -0700 (PDT) (envelope-from shiba) Message-Id: <200109021305.f82D51m19170@freefall.freebsd.org> From: Takeshi Shibagaki Date: Sun, 2 Sep 2001 06:05:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/dev/fe if_fe.c if_fe_cbus.c src/sys/i386/conf NOTES src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2001/09/02 06:05:00 PDT Modified files: sys/conf options.i386 options.pc98 sys/dev/fe if_fe.c if_fe_cbus.c sys/i386/conf NOTES sys/pc98/conf GENERIC Log: Always turned on 8bit access card support for the fe driver both i386/pc98, so options FE_8BIT_SUPPORT was deleted. Reviewed by: nyan Revision Changes Path 1.154 +1 -3 src/sys/conf/options.i386 1.127 +1 -3 src/sys/conf/options.pc98 1.71 +1 -26 src/sys/dev/fe/if_fe.c 1.7 +1 -11 src/sys/dev/fe/if_fe_cbus.c 1.949 +1 -2 src/sys/i386/conf/NOTES 1.184 +1 -2 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 6:36:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37EFF37B408; Sun, 2 Sep 2001 06:36:50 -0700 (PDT) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82DaoE49998; Sun, 2 Sep 2001 06:36:50 -0700 (PDT) (envelope-from sf) Message-Id: <200109021336.f82DaoE49998@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 2 Sep 2001 06:36:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/afterstep-stable Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/09/02 06:36:49 PDT Modified files: x11-wm/afterstep-stable Makefile Log: fix manpage: /usr/X11/ -> ${X11BASE}/ Revision Changes Path 1.46 +5 -1 ports/x11-wm/afterstep-stable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 6:47:21 2001 Delivered-To: cvs-all@freebsd.org Received: from btclick.com (mta02.btfusion.com [62.172.195.247]) by hub.freebsd.org (Postfix) with ESMTP id 7872337B407; Sun, 2 Sep 2001 06:47:10 -0700 (PDT) Received: from heather.plazza.uk ([213.120.117.63]) by btclick.com (Netscape Messaging Server 4.05) with ESMTP id GJ1FMK03.VDP; Sun, 2 Sep 2001 14:47:08 +0100 Date: Sun, 2 Sep 2001 14:48:22 +0100 (BST) From: Nick Hibma X-X-Sender: To: Josef Karthauser Cc: , Subject: Re: cvs commit: src/sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c ums.c In-Reply-To: <20010902133455.B1114@tao.org.uk> Message-ID: <20010902144806.O3272-100000@heather.plazza.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nope, unfortunately not. Nick On Sun, 2 Sep 2001, Josef Karthauser wrote: > On Sun, Sep 02, 2001 at 02:26:14AM -0700, Nick Hibma wrote: > > n_hibma 2001/09/02 02:26:14 PDT > > > > Modified files: > > sys/dev/usb ugen.c uhid.c uhub.c ukbd.c umodem.c > > ums.c > > Log: > > Only clear endpoint stall if status was USBD_STALLED. > > > > This avoids panicing the system by unplugging a hub. The interrupt transfer > > would sometimes arrive after the driver had been removed. > > > > Would this also fix the problem I reported when I unplug an aue0 device > that's being used? > > Joe > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 6:49:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1528F37B403; Sun, 2 Sep 2001 06:49:26 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82DnQA35210; Sun, 2 Sep 2001 06:49:26 -0700 (PDT) (envelope-from joe) Message-Id: <200109021349.f82DnQA35210@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 2 Sep 2001 06:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/02 06:49:25 PDT Modified files: . commit_prep.pl Log: General code tidy up. Revision Changes Path 1.41 +10 -11 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 7:18:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D308B37B405; Sun, 2 Sep 2001 07:18:28 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82EISF40241; Sun, 2 Sep 2001 07:18:28 -0700 (PDT) (envelope-from ache) Message-Id: <200109021418.f82EISF40241@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 07:18:28 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 07:18:28 PDT Modified files: libexec/ftpd ftpd.c Log: long -> off_t long -> time_t %ld -> %qd fseek -> fseeko NOTE: that fseek not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. Revision Changes Path 1.81 +8 -7 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 Sep 2 7:40:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50F5E37B401; Sun, 2 Sep 2001 07:40:52 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Eeqg41772; Sun, 2 Sep 2001 07:40:52 -0700 (PDT) (envelope-from ache) Message-Id: <200109021440.f82Eeqg41772@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 07:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mail collect.c edit.c fio.c quit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 07:40:52 PDT Modified files: usr.bin/mail collect.c edit.c fio.c quit.c Log: File positions are off_t nowdays, not long, so: fseek -> fseeko ftell -> ftello NOTE: fseek/ftell not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. [EOVERFLOW] For ftell ( ), the current file offset cannot be represented correctly in an object of type long. Revision Changes Path 1.7 +3 -3 src/usr.bin/mail/collect.c 1.7 +3 -3 src/usr.bin/mail/edit.c 1.9 +3 -2 src/usr.bin/mail/fio.c 1.5 +3 -3 src/usr.bin/mail/quit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 8: 3:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F36837B405; Sun, 2 Sep 2001 08:03:17 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82F3Hr43357; Sun, 2 Sep 2001 08:03:17 -0700 (PDT) (envelope-from kevlo) Message-Id: <200109021503.f82F3Hr43357@freefall.freebsd.org> From: Kevin Lo Date: Sun, 2 Sep 2001 08:03:17 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/09/02 08:03:17 PDT Modified files: mail/lbdb Makefile distinfo Log: Update to version 0.25 PR: 30169 Submitted by: MAINTAINER Revision Changes Path 1.11 +4 -4 ports/mail/lbdb/Makefile 1.7 +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 Sep 2 8:14:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AEFE37B406; Sun, 2 Sep 2001 08:14:53 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82FErx47428; Sun, 2 Sep 2001 08:14:53 -0700 (PDT) (envelope-from kevlo) Message-Id: <200109021514.f82FErx47428@freefall.freebsd.org> From: Kevin Lo Date: Sun, 2 Sep 2001 08:14:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/stackless_python Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/09/02 08:14:52 PDT Modified files: lang/stackless_python Makefile distinfo Log: Update to version 2.0.1 PR: 30256 Submitted by: MAINTAINER Revision Changes Path 1.4 +6 -9 ports/lang/stackless_python/Makefile 1.3 +2 -2 ports/lang/stackless_python/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 8:18:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 969FA37B401; Sun, 2 Sep 2001 08:18:11 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82FIB047696; Sun, 2 Sep 2001 08:18:11 -0700 (PDT) (envelope-from kevlo) Message-Id: <200109021518.f82FIB047696@freefall.freebsd.org> From: Kevin Lo Date: Sun, 2 Sep 2001 08:18:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/lftp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/09/02 08:18:11 PDT Modified files: ftp/lftp Makefile distinfo Log: Update to version 2.4.2 PR: 30123 Submitted by: Dmitry A. Yanko Revision Changes Path 1.52 +2 -2 ports/ftp/lftp/Makefile 1.33 +1 -1 ports/ftp/lftp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 8:19:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1682B37B406; Sun, 2 Sep 2001 08:19:41 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82FJfm47907; Sun, 2 Sep 2001 08:19:41 -0700 (PDT) (envelope-from knu) Message-Id: <200109021519.f82FJfm47907@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 08:19:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sendfile Makefile ports/net/sendfile/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 08:19:41 PDT Modified files: net/sendfile Makefile Added files: net/sendfile/files patch-ad Log: Add a patch to work around the problem where users beside root couldn't receive any files. PR: ports/30111 Submitted by: Stefan `Sec` Zehl (MAINTAINER) Revision Changes Path 1.17 +2 -1 ports/net/sendfile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 8:53:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74BAB37B401; Sun, 2 Sep 2001 08:53:22 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82FrMj50682; Sun, 2 Sep 2001 08:53:22 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109021553.f82FrMj50682@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 2 Sep 2001 08:53:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/02 08:53:22 PDT Modified files: x11/kdebase2 pkg-plist Log: Remove bogus file that I introduced in revision 1.40 (pointy hat). Submitted by: bento Revision Changes Path 1.41 +0 -1 ports/x11/kdebase2/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 Sep 2 10: 3:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B105C37B403; Sun, 2 Sep 2001 10:03:23 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82H3Nj61016; Sun, 2 Sep 2001 10:03:23 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109021703.f82H3Nj61016@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 2 Sep 2001 10:03:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/02 10:03:23 PDT Modified files: mail/mutt-devel Makefile Log: Make path for gpg in ${PREFIX}/share/doc/mutt/samples/gpg.rc to honor ${PREFIX} Submitted by: clive Modified by: maintainer Revision Changes Path 1.124 +5 -1 ports/mail/mutt-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 10:13:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CE6C37B403; Sun, 2 Sep 2001 10:13:09 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82HD9r65132; Sun, 2 Sep 2001 10:13:09 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109021713.f82HD9r65132@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 2 Sep 2001 10:13:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/02 10:13:09 PDT Modified files: mail/mutt-devel Makefile Log: Add missing Bump to PORTREVISION from last commit. Revision Changes Path 1.125 +2 -1 ports/mail/mutt-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 10:19:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E74137B401; Sun, 2 Sep 2001 10:19:20 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82HJKb65508; Sun, 2 Sep 2001 10:19:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021719.f82HJKb65508@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 10:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 10:19:20 PDT src/contrib/amd - Imported sources Update of /home/ncvs/src/contrib/amd In directory freefall.freebsd.org:/c/tmp/cvs-serv65456 Log Message: Virgin import of AMD (am-utils) v6.0.7 Status: Vendor Tag: COLUMBIA Release Tags: amd_6_0_7 U src/contrib/amd/README U src/contrib/amd/AUTHORS U src/contrib/amd/COPYING U src/contrib/amd/ChangeLog U src/contrib/amd/INSTALL U src/contrib/amd/NEWS N src/contrib/amd/aux_conf.h.in U src/contrib/amd/BUGS U src/contrib/amd/MIRRORS N src/contrib/amd/README.ldap U src/contrib/amd/README.y2k N src/contrib/amd/ldap-id.ms N src/contrib/amd/ldap-id.txt U src/contrib/amd/tasks U src/contrib/amd/conf/checkmount/checkmount_bsd44.c U src/contrib/amd/conf/fh_dref/fh_dref_freebsd22.h U src/contrib/amd/conf/mtab/mtab_bsd.c N src/contrib/amd/conf/nfs_prot/nfs_prot_darwin.h C src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd2.h C src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h U src/contrib/amd/conf/sa_dref/sa_dref_bsd44.h U src/contrib/amd/conf/transp/transp_sockets.c U src/contrib/amd/conf/umount/umount_bsd44.c U src/contrib/amd/include/am_compat.h U src/contrib/amd/include/am_utils.h U src/contrib/amd/include/am_xdr_func.h C src/contrib/amd/include/am_defs.h U src/contrib/amd/include/amq_defs.h N src/contrib/amd/include/mount_headers1.h N src/contrib/amd/include/mount_headers2.h U src/contrib/amd/amd/am_ops.c C src/contrib/amd/amd/amd.c U src/contrib/amd/amd/amfs_auto.c U src/contrib/amd/amd/amfs_direct.c U src/contrib/amd/amd/amfs_error.c U src/contrib/amd/amd/amfs_host.c U src/contrib/amd/amd/amfs_inherit.c U src/contrib/amd/amd/amfs_link.c U src/contrib/amd/amd/amfs_linkx.c U src/contrib/amd/amd/amfs_nfsl.c U src/contrib/amd/amd/amfs_nfsx.c U src/contrib/amd/amd/amfs_program.c U src/contrib/amd/amd/amfs_root.c U src/contrib/amd/amd/amfs_toplvl.c U src/contrib/amd/amd/amfs_union.c C src/contrib/amd/amd/amq_subr.c U src/contrib/amd/amd/amq_svc.c U src/contrib/amd/amd/autil.c U src/contrib/amd/amd/clock.c U src/contrib/amd/amd/conf.c C src/contrib/amd/amd/get_args.c U src/contrib/amd/amd/map.c U src/contrib/amd/amd/mapc.c U src/contrib/amd/amd/mntfs.c U src/contrib/amd/amd/nfs_prot_svc.c U src/contrib/amd/amd/nfs_start.c U src/contrib/amd/amd/nfs_subr.c U src/contrib/amd/amd/opts.c U src/contrib/amd/amd/restart.c U src/contrib/amd/amd/rpc_fwd.c U src/contrib/amd/amd/sched.c U src/contrib/amd/amd/srvr_amfs_auto.c C src/contrib/amd/amd/srvr_nfs.c U src/contrib/amd/amd/info_file.c U src/contrib/amd/amd/info_hesiod.c U src/contrib/amd/amd/info_ldap.c U src/contrib/amd/amd/info_ndbm.c U src/contrib/amd/amd/info_nis.c U src/contrib/amd/amd/info_nisplus.c U src/contrib/amd/amd/info_passwd.c U src/contrib/amd/amd/info_union.c U src/contrib/amd/amd/ops_autofs.c U src/contrib/amd/amd/ops_cdfs.c U src/contrib/amd/amd/ops_efs.c U src/contrib/amd/amd/ops_lofs.c U src/contrib/amd/amd/ops_mfs.c U src/contrib/amd/amd/ops_nfs.c U src/contrib/amd/amd/ops_nfs3.c U src/contrib/amd/amd/ops_nullfs.c U src/contrib/amd/amd/ops_pcfs.c U src/contrib/amd/amd/ops_tfs.c U src/contrib/amd/amd/ops_tmpfs.c U src/contrib/amd/amd/ops_ufs.c U src/contrib/amd/amd/ops_umapfs.c U src/contrib/amd/amd/ops_unionfs.c U src/contrib/amd/amd/ops_xfs.c U src/contrib/amd/amd/amd.h U src/contrib/amd/amd/conf_tok.l U src/contrib/amd/amd/conf_parse.y U src/contrib/amd/amd/ops_TEMPLATE.c C src/contrib/amd/amd/amd.8 U src/contrib/amd/libamu/misc_rpc.c C src/contrib/amd/libamu/mount_fs.c U src/contrib/amd/libamu/mtab.c U src/contrib/amd/libamu/nfs_prot_xdr.c U src/contrib/amd/libamu/util.c U src/contrib/amd/libamu/wire.c U src/contrib/amd/libamu/xdr_func.c U src/contrib/amd/libamu/xutil.c U src/contrib/amd/libamu/amu.h U src/contrib/amd/libamu/alloca.c U src/contrib/amd/libamu/hasmntopt.c U src/contrib/amd/amq/amq_clnt.c U src/contrib/amd/amq/amq_xdr.c U src/contrib/amd/amq/pawd.c C src/contrib/amd/amq/amq.c U src/contrib/amd/amq/amq.h C src/contrib/amd/amq/amq.8 C src/contrib/amd/amq/pawd.1 C src/contrib/amd/fixmount/fixmount.c C src/contrib/amd/fixmount/fixmount.8 U src/contrib/amd/fsinfo/fsi_analyze.c U src/contrib/amd/fsinfo/fsi_dict.c U src/contrib/amd/fsinfo/fsi_util.c C src/contrib/amd/fsinfo/fsinfo.c U src/contrib/amd/fsinfo/wr_atab.c U src/contrib/amd/fsinfo/wr_bparam.c U src/contrib/amd/fsinfo/wr_dumpset.c U src/contrib/amd/fsinfo/wr_exportfs.c U src/contrib/amd/fsinfo/wr_fstab.c U src/contrib/amd/fsinfo/fsi_data.h U src/contrib/amd/fsinfo/fsinfo.h U src/contrib/amd/fsinfo/fsi_gram.y U src/contrib/amd/fsinfo/fsi_lex.l C src/contrib/amd/fsinfo/fsinfo.8 C src/contrib/amd/hlfsd/hlfsd.c C src/contrib/amd/hlfsd/homedir.c U src/contrib/amd/hlfsd/nfs_prot_svc.c U src/contrib/amd/hlfsd/stubs.c U src/contrib/amd/hlfsd/hlfsd.h C src/contrib/amd/hlfsd/hlfsd.8 C src/contrib/amd/mk-amd-map/mk-amd-map.c C src/contrib/amd/mk-amd-map/mk-amd-map.8 C src/contrib/amd/wire-test/wire-test.c C src/contrib/amd/wire-test/wire-test.8 U src/contrib/amd/scripts/am-eject.in U src/contrib/amd/scripts/amd2ldif.in U src/contrib/amd/scripts/amd2sun.in U src/contrib/amd/scripts/automount2amd.in U src/contrib/amd/scripts/ctl-amd.in U src/contrib/amd/scripts/ctl-hlfsd.in U src/contrib/amd/scripts/expn.in U src/contrib/amd/scripts/fix-amd-map.in U src/contrib/amd/scripts/fixrmtab.in U src/contrib/amd/scripts/wait4amd.in U src/contrib/amd/scripts/wait4amd2die.in U src/contrib/amd/scripts/amd.conf-sample C src/contrib/amd/scripts/amd.conf.5 U src/contrib/amd/scripts/automount2amd.8 U src/contrib/amd/scripts/expn.1 U src/contrib/amd/doc/stamp-vti U src/contrib/amd/doc/texinfo.tex U src/contrib/amd/doc/version.texi U src/contrib/amd/doc/am-utils.texi 24 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCOLUMBIA:yesterday -jCOLUMBIA src/contrib/amd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 10:24:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C03937B403; Sun, 2 Sep 2001 10:24:20 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82HOKS65865; Sun, 2 Sep 2001 10:24:20 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200109021724.f82HOKS65865@freefall.freebsd.org> From: Sheldon Hearn Date: Sun, 2 Sep 2001 10:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/09/02 10:24:19 PDT Modified files: libexec/ftpd ftpcmd.y ftpd.8 ftpd.c Log: Extend the functionality offered by the -o option into a new option -O, which limits the impact of the write-only restriction to guest users. *) The existing manual page's SYNOPSIS and option listing in the DESCRIPTION are already horribly disordered. No attempt has been made to fix this. *) The existing source's getopt() optstring and option handling switch are already horribly disordered. No attempt has been made to fix this. Discussed with: nik, -audit Revision Changes Path 1.28 +3 -2 src/libexec/ftpd/ftpcmd.y 1.43 +8 -1 src/libexec/ftpd/ftpd.8 1.82 +7 -2 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 Sep 2 10:40:49 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 777C737B401; Sun, 2 Sep 2001 10:40:43 -0700 (PDT) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id f82HegY34392; Sun, 2 Sep 2001 11:40:42 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Message-Id: <200109021740.f82HegY34392@aslan.scsiguy.com> To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sa.c In-Reply-To: Your message of "Thu, 30 Aug 2001 09:25:24 PDT." <200108301625.f7UGPOB07591@freefall.freebsd.org> Date: Sun, 02 Sep 2001 11:40:42 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 2. If we get a Bus Reset, had a BDR sent, or get the cam status of > CAM_REQUEUE_REQ, check the retry count on the command. CAM_REQUEUE_REQ should never test the retry count. The command was never sent to the device, so has never even been tried *once*. If you need to abort commands because of an error in some other command, the abort ccb type allows you to do this. If you abort these ccbs prior to unfreezing the queue, the aborts are cheep and guaranteed to succeed. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:13:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C2137B405; Sun, 2 Sep 2001 11:13:18 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IDIR72965; Sun, 2 Sep 2001 11:13:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021813.f82IDIR72965@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:13:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:13:18 PDT Modified files: contrib/amd/amd amd.c Log: Merge rev 1.7 (mount directory change) into Am-utils 6.0.7. Revision Changes Path 1.8 +5 -5 src/contrib/amd/amd/amd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:15:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B43EE37B403; Sun, 2 Sep 2001 11:15:04 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IF4D73205; Sun, 2 Sep 2001 11:15:04 -0700 (PDT) (envelope-from knu) Message-Id: <200109021815.f82IF4D73205@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 11:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mozilla-jlp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 11:15:04 PDT Modified files: japanese/mozilla-jlp Makefile distinfo pkg-plist Log: Update to 0.9.3. PR: ports/30267 Submitted by: Yoichi ASAI Revision Changes Path 1.21 +4 -4 ports/japanese/mozilla-jlp/Makefile 1.12 +2 -2 ports/japanese/mozilla-jlp/distinfo 1.10 +2 -0 ports/japanese/mozilla-jlp/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 Sep 2 11:15:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E6437B406; Sun, 2 Sep 2001 11:15:24 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IFOj73281; Sun, 2 Sep 2001 11:15:24 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021815.f82IFOj73281@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:15:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amq_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:15:24 PDT Modified files: contrib/amd/amd amq_subr.c Log: We are returning to the stock (6.0.7) file now. The bufov vulnerability was fixed in the vendor sources. Revision Changes Path 1.6 +3 -87 src/contrib/amd/amd/amq_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:17:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08DAA37B405; Sun, 2 Sep 2001 11:17:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IH9h73481; Sun, 2 Sep 2001 11:17:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021817.f82IH9h73481@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd get_args.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:17:08 PDT Modified files: contrib/amd/amd get_args.c Log: We are returning to the stock (6.0.7) file now. The vendor sources are now POSIX [me harder] compliant. Revision Changes Path 1.6 +7 -4 src/contrib/amd/amd/get_args.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:20:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7F2637B401; Sun, 2 Sep 2001 11:20:22 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IKMx73722; Sun, 2 Sep 2001 11:20:22 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021820.f82IKMx73722@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:20:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd srvr_nfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:20:22 PDT Modified files: contrib/amd/amd srvr_nfs.c Log: We are returning to the stock (6.0.7) file now. My "nfsv2" mount option hack was added to the vendor sources. Revision Changes Path 1.5 +28 -15 src/contrib/amd/amd/srvr_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:22:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC00337B405; Sun, 2 Sep 2001 11:22:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IMka74000; Sun, 2 Sep 2001 11:22:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021822.f82IMka74000@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:22:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amq amq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:22:46 PDT Modified files: contrib/amd/amq amq.c Log: We are returning to the stock (6.0.7) file now. + The rev 1.4 addition was taken from a snapshot previous to 6.0.7, so it is included in 6.0.7. + The vendor sources are now POSIX [me harder] compliant. Revision Changes Path 1.6 +74 -323 src/contrib/amd/amq/amq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:26:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF7B737B405; Sun, 2 Sep 2001 11:26:32 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IQWM75813; Sun, 2 Sep 2001 11:26:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021826.f82IQWM75813@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/conf/nfs_prot nfs_prot_freebsd2.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:26:32 PDT Modified files: contrib/amd/conf/nfs_prot nfs_prot_freebsd2.h Log: We are returning to the stock (6.0.7) file now. I don't recall why the rev 1.2 hack is needed. It looks like Amd was already using our local headers. I no longer have a FreeBSD 2.x box to test this on, and this will never be MFC'ed to RELENG_2_2. So lets just decrease the maintenance effort. Revision Changes Path 1.5 +3 -6 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd2.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:39:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B9FF37B405; Sun, 2 Sep 2001 11:39:18 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IdI376830; Sun, 2 Sep 2001 11:39:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021839.f82IdI376830@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:39:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:39:18 PDT Modified files: contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h Log: Merge our rev 1.2,3 (use or native files for NFSv3 support) changes into Amd 6.0.7. Revision Changes Path 1.8 +4 -4 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:41:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A365D37B401; Sun, 2 Sep 2001 11:41:35 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IfZd77041; Sun, 2 Sep 2001 11:41:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021841.f82IfZd77041@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:41:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/fixmount fixmount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:41:35 PDT Modified files: contrib/amd/fixmount fixmount.c Log: We are returning to the stock (6.0.7) file now. + The bufov vulnerability was fixed in the vendor sources. + The vendor sources are now POSIX [me harder] compliant. Revision Changes Path 1.6 +3 -3 src/contrib/amd/fixmount/fixmount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:42:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C681337B406; Sun, 2 Sep 2001 11:42:07 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Ig7q77156; Sun, 2 Sep 2001 11:42:07 -0700 (PDT) (envelope-from knu) Message-Id: <200109021842.f82Ig7q77156@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 11:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-mock Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 11:42:07 PDT Modified files: devel Makefile Added files: devel/ruby-mock Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-mock, an RUnit extention that makes it very easy to implement Mock Objects. Revision Changes Path 1.635 +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 Sun Sep 2 11:42:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CFA937B40A; Sun, 2 Sep 2001 11:42:15 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82IgFh77220; Sun, 2 Sep 2001 11:42:15 -0700 (PDT) (envelope-from knu) Message-Id: <200109021842.f82IgFh77220@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 11:42:15 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 11:42:15 PDT Modified files: . modules Log: ruby-mock --> ports/devel/ruby-mock Revision Changes Path 1.3788 +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 Sep 2 11:46:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D8E137B408; Sun, 2 Sep 2001 11:46:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Ik9i77504; Sun, 2 Sep 2001 11:46:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021846.f82Ik9i77504@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:46:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/hlfsd hlfsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:46:09 PDT Modified files: contrib/amd/hlfsd hlfsd.c Log: We are returning to the stock (6.0.7) file now. + The bufov vulnerability was fixed in the vendor sources. + The vendor sources are now POSIX [me harder] compliant. Revision Changes Path 1.6 +7 -7 src/contrib/amd/hlfsd/hlfsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 11:46:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23DB637B406; Sun, 2 Sep 2001 11:46:36 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Ika177562; Sun, 2 Sep 2001 11:46:36 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021846.f82Ika177562@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 11:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/hlfsd homedir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 11:46:36 PDT Modified files: contrib/amd/hlfsd homedir.c Log: We are returning to the stock (6.0.7) file now. + The bufov vulnerability was fixed in the vendor sources. + The vendor sources are now POSIX [me harder] compliant. Revision Changes Path 1.5 +3 -3 src/contrib/amd/hlfsd/homedir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12: 4:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B41CE37B403; Sun, 2 Sep 2001 12:04:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82J49P78864; Sun, 2 Sep 2001 12:04:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021904.f82J49P78864@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:04:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/include am_defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:04:09 PDT Modified files: contrib/amd/include am_defs.h Log: Merge rev 1.2 (use our native headers for NFSv3), 1.9 (fs header movment) into Amd 6.0.7. Revision Changes Path 1.10 +59 -31 src/contrib/amd/include/am_defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12: 5:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1B7037B403; Sun, 2 Sep 2001 12:05:27 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82J5Rk81900; Sun, 2 Sep 2001 12:05:27 -0700 (PDT) (envelope-from jkh) Message-Id: <200109021905.f82J5Rk81900@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 2 Sep 2001 12:05:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/09/02 12:05:27 PDT Modified files: release Makefile Log: Use sh to execute scripts and just check that the script is readable. I guess I pooched the permissions on the scripts before committing them since they're not executable and now it's too late to change (I think - I suppose you could chmod the ,v files and it might inheirit but I don't feel like asking the repomeisters to try that). Noticed by: Dirk Froemberg Revision Changes Path 1.634 +5 -5 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:10:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2F4137B406; Sun, 2 Sep 2001 12:10:12 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JACD82362; Sun, 2 Sep 2001 12:10:12 -0700 (PDT) (envelope-from ache) Message-Id: <200109021910.f82JACD82362@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 12:10:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 12:10:12 PDT Modified files: lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Log: Move all stdio internal flags processing and setting out of __sread(), __swrite() and __sseek() to higher level. According to funopen(3) they all are just wrappers to something like standard read(2), write(2) and lseek(2), i.e. must not touch stdio internals because they are replaceable with any other functions knows nothing about stdio internals. See example of funopen(3) usage in sendmail sources f.e. NOTE: this is original stdio bug, not result of my range checkin added. Revision Changes Path 1.5 +3 -3 src/lib/libc/stdio/fdopen.c 1.10 +7 -1 src/lib/libc/stdio/fflush.c 1.7 +2 -2 src/lib/libc/stdio/fopen.c 1.31 +42 -4 src/lib/libc/stdio/fseek.c 1.24 +2 -2 src/lib/libc/stdio/ftell.c 1.12 +27 -2 src/lib/libc/stdio/fvwrite.c 1.9 +2 -1 src/lib/libc/stdio/local.h 1.13 +10 -1 src/lib/libc/stdio/refill.c 1.15 +3 -48 src/lib/libc/stdio/stdio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:14: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D074C37B401; Sun, 2 Sep 2001 12:13:58 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JDwM82700; Sun, 2 Sep 2001 12:13:58 -0700 (PDT) (envelope-from jkh) Message-Id: <200109021913.f82JDwM82700@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 2 Sep 2001 12:13:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/09/02 12:13:58 PDT Modified files: (Branch: RELENG_4) release Makefile Log: MFC: execute ISO script more flexibly. Revision Changes Path 1.536.2.55 +5 -5 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:14:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70B1D37B405; Sun, 2 Sep 2001 12:14:18 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JEIU82738; Sun, 2 Sep 2001 12:14:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021914.f82JEIU82738@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/libamu mount_fs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:14:18 PDT Modified files: contrib/amd/libamu mount_fs.c Log: We are returning to the stock (6.0.7) file now. The security issues were fixed in the vendor sources. Revision Changes Path 1.5 +30 -12 src/contrib/amd/libamu/mount_fs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:24:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A87E37B406; Sun, 2 Sep 2001 12:24:07 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JO7E83423; Sun, 2 Sep 2001 12:24:07 -0700 (PDT) (envelope-from ache) Message-Id: <200109021924.f82JO7E83423@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 12:24:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio funopen.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 12:24:07 PDT Modified files: lib/libc/stdio funopen.3 Log: Typo seek(2) -> lseek(2) Revision Changes Path 1.11 +2 -2 src/lib/libc/stdio/funopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:28:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6406137B408; Sun, 2 Sep 2001 12:28:19 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JSJt83896; Sun, 2 Sep 2001 12:28:19 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021928.f82JSJt83896@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/mk-amd-map mk-amd-map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:28:19 PDT Modified files: contrib/amd/mk-amd-map mk-amd-map.c Log: We are returning to the stock (6.0.7) file now. + The bufov vulnerability was fixed in the vendor sources. + The vendor sources are now POSIX [me harder] compliant. + The db vs. dbm files issue was fixed in the vendor sources. Revision Changes Path 1.8 +3 -3 src/contrib/amd/mk-amd-map/mk-amd-map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:28:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70A1E37B401; Sun, 2 Sep 2001 12:28:41 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JSf883981; Sun, 2 Sep 2001 12:28:41 -0700 (PDT) (envelope-from ache) Message-Id: <200109021928.f82JSf883981@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 12:28:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 12:28:41 PDT Modified files: lib/libc/sys Makefile.inc Log: Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall Revision Changes Path 1.90 +1 -2 src/lib/libc/sys/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 Sep 2 12:31: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBEA837B407; Sun, 2 Sep 2001 12:31:00 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JV0x84421; Sun, 2 Sep 2001 12:31:00 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021931.f82JV0x84421@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:31:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/wire-test wire-test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:31:00 PDT Modified files: contrib/amd/wire-test wire-test.c Log: We are returning to the stock (6.0.7) file now. + The bufov vulnerability was fixed in the vendor sources. + The vendor sources are now POSIX [me harder] compliant. Revision Changes Path 1.6 +3 -3 src/contrib/amd/wire-test/wire-test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:32:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83EDF37B406; Sun, 2 Sep 2001 12:32:45 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JWjP84654; Sun, 2 Sep 2001 12:32:45 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021932.f82JWjP84654@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd FREEBSD-Xlist FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:32:45 PDT Modified files: contrib/amd FREEBSD-Xlist FREEBSD-upgrade Log: Update for 6.0.7. Revision Changes Path 1.2 +13 -2 src/contrib/amd/FREEBSD-Xlist 1.12 +5 -5 src/contrib/amd/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:35:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E19DD37B406; Sun, 2 Sep 2001 12:35:47 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JZl484812; Sun, 2 Sep 2001 12:35:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021935.f82JZl484812@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:35:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/include am_defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:35:47 PDT Modified files: contrib/amd/include am_defs.h Log: Reduce diff from vendor source. Revision Changes Path 1.11 +7 -8 src/contrib/amd/include/am_defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:47:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E94C37B403; Sun, 2 Sep 2001 12:47:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Jlra85860; Sun, 2 Sep 2001 12:47:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021947.f82Jlra85860@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:47:53 PDT Modified files: contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h Log: We can use the stock defintion of "MOUNT_NFS3" now. Revision Changes Path 1.9 +2 -2 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:50:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED0F837B403; Sun, 2 Sep 2001 12:50:47 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Jold86097; Sun, 2 Sep 2001 12:50:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200109021950.f82Jold86097@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 12:50:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/amd/amd Makefile src/usr.sbin/amd/include config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 12:50:47 PDT Modified files: usr.sbin/amd/amd Makefile usr.sbin/amd/include config.h Log: Update for version 6.0.7. Revision Changes Path 1.21 +3 -3 src/usr.sbin/amd/amd/Makefile 1.21 +218 -173 src/usr.sbin/amd/include/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 12:52:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1195C37B401; Sun, 2 Sep 2001 12:52:10 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82JqAi86199; Sun, 2 Sep 2001 12:52:10 -0700 (PDT) (envelope-from ache) Message-Id: <200109021952.f82JqAi86199@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 12:52:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio refill.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 12:52:10 PDT Modified files: lib/libc/stdio refill.c Log: Fix bug in off_t overflow checking: if fp->_offset overflows, just remove __SOFF flag (i.e. we don't have offset) instead of returning EOVERFLOW. It allows again continious reading from non-stop stream. Revision Changes Path 1.14 +4 -6 src/lib/libc/stdio/refill.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 13:14:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4C3D37B408; Sun, 2 Sep 2001 13:14:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82KE8B90957; Sun, 2 Sep 2001 13:14:08 -0700 (PDT) (envelope-from obrien) Message-Id: <200109022014.f82KE8B90957@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 13:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 13:14:08 PDT src/contrib/amd - Imported sources Update of /home/ncvs/src/contrib/amd In directory freefall.freebsd.org:/c/tmp/cvs-serv90913 Log Message: Virgin import of AMD (am-utils) v6.0.7 Status: Vendor Tag: COLUMBIA Release Tags: amd_6_0_7 U src/contrib/amd/conf/trap/trap_default.h U src/contrib/amd/conf/hn_dref/hn_dref_default.h U src/contrib/amd/amd/ops_cachefs.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 Sun Sep 2 13:15:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C40F137B407; Sun, 2 Sep 2001 13:15:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82KFD591074; Sun, 2 Sep 2001 13:15:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200109022015.f82KFD591074@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 13:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd FREEBSD-Xlist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 13:15:13 PDT Modified files: contrib/amd FREEBSD-Xlist Log: Teak -- we were being a little over agressive. Revision Changes Path 1.3 +3 -3 src/contrib/amd/FREEBSD-Xlist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 13:15:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 336E937B403; Sun, 2 Sep 2001 13:15:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82KFkx91165; Sun, 2 Sep 2001 13:15:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200109022015.f82KFkx91165@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 13:15:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd TODO src/contrib/amd/libamu clnt_sperrno.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 13:15:46 PDT Removed files: contrib/amd TODO contrib/amd/libamu clnt_sperrno.c Log: TODO is no longer part of Amd, and we do not need, nor use clnt_sperrno.c. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 13:36:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B7737B401; Sun, 2 Sep 2001 13:36:19 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82KaJZ92785; Sun, 2 Sep 2001 13:36:19 -0700 (PDT) (envelope-from julian) Message-Id: <200109022036.f82KaJZ92785@freefall.freebsd.org> From: Julian Elischer Date: Sun, 2 Sep 2001 13:36:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys protosw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/02 13:36:19 PDT Modified files: sys/sys protosw.h Log: add another prototype and a couple of stopgaps for the in_protosw variant. Revision Changes Path 1.35 +6 -2 src/sys/sys/protosw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 13:37:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23F7837B401; Sun, 2 Sep 2001 13:37:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Kbbf93007; Sun, 2 Sep 2001 13:37:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200109022037.f82Kbbf93007@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 13:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/amd/amd Makefile src/usr.sbin/amd/include Makefile src/usr.sbin/amd/libamu Makefile src/contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h src/contrib/amd/include am_defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 13:37:37 PDT Modified files: usr.sbin/amd/amd Makefile usr.sbin/amd/include Makefile usr.sbin/amd/libamu Makefile contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h contrib/amd/include am_defs.h Log: Use the native mount and nfs_prot headers. Also generate nfs_prot_x.c in ANSI-C mode. Revision Changes Path 1.22 +3 -2 src/usr.sbin/amd/amd/Makefile 1.6 +2 -8 src/usr.sbin/amd/include/Makefile 1.6 +4 -3 src/usr.sbin/amd/libamu/Makefile 1.10 +6 -7 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h 1.12 +1 -4 src/contrib/amd/include/am_defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 13:44:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF7037B405; Sun, 2 Sep 2001 13:44:50 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82KioE93435; Sun, 2 Sep 2001 13:44:50 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200109022044.f82KioE93435@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Sep 2001 13:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG n_hibma 2001/09/02 13:44:50 PDT Modified files: sys/cam/scsi scsi_da.c Log: Add quirk entry for FujiFilm camera. Submitted by: Guido van Rooij Revision Changes Path 1.78 +9 -2 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 14:19: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5275837B403; Sun, 2 Sep 2001 14:19:04 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82LJ4h98912; Sun, 2 Sep 2001 14:19:04 -0700 (PDT) (envelope-from murray) Message-Id: <200109022119.f82LJ4h98912@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 14:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook book.sgml chapters.ent doc/en_US.ISO8859-1/books/developers-handbook/sysinit chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 14:19:04 PDT Modified files: en_US.ISO8859-1/books/developers-handbook book.sgml chapters.ent Added files: en_US.ISO8859-1/books/developers-handbook/sysinit chapter.sgml Log: Add a small chapter on the sysinit framework, linker sets, etc.. PR: docs/30265 Submitted by: Jason Smethers Revision Changes Path 1.27 +2 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.12 +2 -1 doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 14:22: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E4B437B403; Sun, 2 Sep 2001 14:22:00 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82LM0G99109; Sun, 2 Sep 2001 14:22:00 -0700 (PDT) (envelope-from ache) Message-Id: <200109022122.f82LM0G99109@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 14:22:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fopen.c fseek.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 14:22:00 PDT Modified files: lib/libc/stdio fopen.c fseek.c Log: Internal seeks are overoptimized. They should remember fp->_offset only for plain regular files, i.e. files with __SOPT flag set. Fix it, so ftell(stdout) always returns the same as lseek(1, 0, 1) now. NOTE: this bug was in original stdio code Revision Changes Path 1.8 +1 -3 src/lib/libc/stdio/fopen.c 1.32 +2 -2 src/lib/libc/stdio/fseek.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 15: 3:59 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 182DD37B405; Sun, 2 Sep 2001 15:03:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9B3E966D0A; Sun, 2 Sep 2001 15:03:50 -0700 (PDT) Date: Sun, 2 Sep 2001 15:03:50 -0700 From: Kris Kennaway To: Clive Lin Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902150350.B20221@xor.obsecurity.org> References: <200108311957.f7VJvLG49977@freefall.freebsd.org> <20010902192647.A39704@cartier.cirx.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yNb1oOkm5a9FJOVX" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010902192647.A39704@cartier.cirx.org>; from clive@tongi.org on Sun, Sep 02, 2001 at 07:26:47PM +0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 02, 2001 at 07:26:47PM +0800, Clive Lin wrote: > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/mutt-devel/Makefile,v > retrieving revision 1.123 > diff -u -r1.123 Makefile > --- Makefile 31 Aug 2001 19:57:21 -0000 1.123 > +++ Makefile 2 Sep 2001 11:19:25 -0000 > @@ -121,6 +121,10 @@ > pre-configure: > (cd ${WRKSRC}; aclocal -I m4) > =20 > +pre-patch: > + @${PERL} -pi -e 's,/usr/bin/gpg,/usr/local/bin/gpg,g' \ > + ${WRKSRC}/contrib/gpg.rc > + > .if !defined(NOPORTDOCS) > PLIST_SUB+=3D SUB_DOCS=3D"" > post-build: This should of course be ${LOCALBASE}/gpg Kris --yNb1oOkm5a9FJOVX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7kqzGWry0BWjoQKURAuF0AJ9TJRbiigj0yijN/7BZXsBqhCcqDACg0wKU zRb0TkqVc9wCOZ5pVVWS+fk= =sZrn -----END PGP SIGNATURE----- --yNb1oOkm5a9FJOVX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 15: 8:17 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 2705B37B407; Sun, 2 Sep 2001 15:08:10 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BD18466D0A; Sun, 2 Sep 2001 15:08:09 -0700 (PDT) Date: Sun, 2 Sep 2001 15:08:09 -0700 From: Kris Kennaway To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile Message-ID: <20010902150809.C20221@xor.obsecurity.org> References: <200109021703.f82H3Nj61016@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109021703.f82H3Nj61016@freefall.freebsd.org>; from dwcjr@FreeBSD.org on Sun, Sep 02, 2001 at 10:03:23AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 02, 2001 at 10:03:23AM -0700, David W. Chapman Jr. wrote: > dwcjr 2001/09/02 10:03:23 PDT >=20 > Modified files: > mail/mutt-devel Makefile=20 > Log: > Make path for gpg in ${PREFIX}/share/doc/mutt/samples/gpg.rc to honor $= {PREFIX} Should be ${LOCALBASE} Kris --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7kq3JWry0BWjoQKURAi2tAKC7sxHkWkYStC7CCO/7cilrceV8dwCcD5YJ LJZXMd2E/zoyfgmLOosxCDk= =A2zT -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 15:26: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1089337B406; Sun, 2 Sep 2001 15:25:57 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82MPv606870; Sun, 2 Sep 2001 15:25:57 -0700 (PDT) (envelope-from murray) Message-Id: <200109022225.f82MPv606870@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 15:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 15:25:57 PDT Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Add a footnote admitting that we can't support old versions of FreeBSD forever, and point the user to freebsd.org/security for more information about which branches/releases are currently supported. PR: docs/29182 Submitted by: Tony Fleisher Revision Changes Path 1.88 +10 -2 doc/en_US.ISO8859-1/books/handbook/cutting-edge/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 Sep 2 15:55:22 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 948BD37B406; Sun, 2 Sep 2001 15:55:14 -0700 (PDT) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.3) id f82Mv1L94172; Sun, 2 Sep 2001 18:57:01 -0400 (EDT) (envelope-from mike) Date: Sun, 2 Sep 2001 18:57:01 -0400 From: Mike Barcroft To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/astro/setiathome pkg-message ports/astro/setiathome/files rc.setiathome.conf setiathome.sh Message-ID: <20010902185701.B94021@coffee.q9media.com> Mail-Followup-To: Mike Barcroft , Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org References: <200109011649.f81GnUR10870@freefall.freebsd.org> <20010901130455.G85574@coffee.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010901130455.G85574@coffee.q9media.com>; from mike@FreeBSD.org on Sat, Sep 01, 2001 at 01:04:55PM -0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Barcroft writes: > Mario Sergio Fujikawa Ferreira writes: > > lioux 2001/09/01 09:49:30 PDT > > > > Modified files: > > astro/setiathome pkg-message > > astro/setiathome/files rc.setiathome.conf setiathome.sh > > Log: > > Enhancements to allow starting up setiathome using idprio > > > > PR: 30209 > > Submitted by: MAINTAINER > > Prompted by: Stephen J. Roznowski > > > > Revision Changes Path > > 1.2 +2 -1 ports/astro/setiathome/pkg-message > > 1.2 +2 -1 ports/astro/setiathome/files/rc.setiathome.conf > > 1.7 +4 -3 ports/astro/setiathome/files/setiathome.sh > > NO! Don't do this! Please see PR 18013. Mario, I haven't recieved a reply from you. Could you please back this out ASAP. The last thing we want to do is trigger priority inversion panics on unsuspecting users of SETI@home running -STABLE/-RELEASE. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:13:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5638737B401; Sun, 2 Sep 2001 16:13:49 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NDnm13195; Sun, 2 Sep 2001 16:13:49 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109022313.f82NDnm13195@freefall.freebsd.org> From: Robert Watson Date: Sun, 2 Sep 2001 16:13:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap_copy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/02 16:13:49 PDT Modified files: lib/libc/posix1e cap_copy.c Log: o Sync up prototypes for cap_size() and cap_copy_ext() with sys/capability.h--this compiled fine on i386 where (int) and (ssize_t) are the same, but broke on Alpha where they differ. Submitted by: Mike Barcroft Obtained from: TrustedBSD Project Revision Changes Path 1.2 +3 -3 src/lib/libc/posix1e/cap_copy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:15:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 405A437B401; Sun, 2 Sep 2001 16:15:27 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NFRn13377; Sun, 2 Sep 2001 16:15:27 -0700 (PDT) (envelope-from scottl) Message-Id: <200109022315.f82NFRn13377@freefall.freebsd.org> From: Scott Long Date: Sun, 2 Sep 2001 16:15:27 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/09/02 16:15:27 PDT Modified files: sys/dev/aac aac.c Log: Restrict the range of linux ioctls we will accept. Revision Changes Path 1.24 +3 -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 Sep 2 16:16:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BA6537B401; Sun, 2 Sep 2001 16:16:40 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NGea13485; Sun, 2 Sep 2001 16:16:40 -0700 (PDT) (envelope-from scottl) Message-Id: <200109022316.f82NGea13485@freefall.freebsd.org> From: Scott Long Date: Sun, 2 Sep 2001 16:16:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/09/02 16:16:40 PDT Modified files: sys/dev/aac aac_disk.c Log: Work around a bug where the driver's copy of the disklabel gets corrupted and causes diskerr() to panic. Revision Changes Path 1.13 +8 -3 src/sys/dev/aac/aac_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:34: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id EF70A37B403; Sun, 2 Sep 2001 16:34:01 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id AF2BB10F42C; Sun, 2 Sep 2001 18:34:05 -0500 (CDT) Date: Sun, 2 Sep 2001 18:34:05 -0500 From: "David W. Chapman Jr." To: Kris Kennaway Cc: Clive Lin , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902183405.A43710@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Kris Kennaway , Clive Lin , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108311957.f7VJvLG49977@freefall.freebsd.org> <20010902192647.A39704@cartier.cirx.org> <20010902150350.B20221@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010902150350.B20221@xor.obsecurity.org> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > pre-configure: > > (cd ${WRKSRC}; aclocal -I m4) > > > > +pre-patch: > > + @${PERL} -pi -e 's,/usr/bin/gpg,/usr/local/bin/gpg,g' \ > > + ${WRKSRC}/contrib/gpg.rc > > + > > .if !defined(NOPORTDOCS) > > PLIST_SUB+= SUB_DOCS="" > > post-build: > > This should of course be ${LOCALBASE}/gpg I committed it as ${PREFIX} should it still be localbase? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:34:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 070B037B406; Sun, 2 Sep 2001 16:34:20 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NYJW15021; Sun, 2 Sep 2001 16:34:19 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109022334.f82NYJW15021@freefall.freebsd.org> From: Robert Watson Date: Sun, 2 Sep 2001 16:34:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/02 16:34:19 PDT Modified files: etc/defaults rc.conf Log: o Add sample syslogd_flags for "-ss" which causes syslogd not to bind an inet socket. Revision Changes Path 1.122 +2 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:37:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DC3937B407; Sun, 2 Sep 2001 16:37:40 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Nbe215327; Sun, 2 Sep 2001 16:37:40 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109022337.f82Nbe215327@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 2 Sep 2001 16:37:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/02 16:37:40 PDT Modified files: mail/mutt-devel Makefile Log: Change location of gpg to ${LOCALBASE} instead of ${PREFIX} Submitted by: kris Revision Changes Path 1.126 +2 -2 ports/mail/mutt-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC8237B41D; Sun, 2 Sep 2001 16:37:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Nbk615362; Sun, 2 Sep 2001 16:37:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200109022337.f82Nbk615362@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 16:37:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 16:37:46 PDT Modified files: sys/sparc64/conf GENERIC Log: Match the style of very other platform we have. Revision Changes Path 1.2 +14 -8 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:38:21 2001 Delivered-To: cvs-all@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 1371B37B408 for ; Sun, 2 Sep 2001 16:38:12 -0700 (PDT) Received: (qmail 38868 invoked by uid 1001); 2 Sep 2001 23:38:11 -0000 Date: Sun, 2 Sep 2001 19:38:11 -0400 From: Pete Fritchman To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902193811.C36041@databits.net> References: <200108311957.f7VJvLG49977@freefall.freebsd.org> <20010902192647.A39704@cartier.cirx.org> <20010902150350.B20221@xor.obsecurity.org> <20010902183405.A43710@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010902183405.A43710@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Sep 02, 2001 at 06:34:05PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ++ 02/09/01 18:34 -0500 - David W. Chapman Jr.: | > > +pre-patch: | > > + @${PERL} -pi -e 's,/usr/bin/gpg,/usr/local/bin/gpg,g' \ | > > + ${WRKSRC}/contrib/gpg.rc | > > + | > > .if !defined(NOPORTDOCS) | > > PLIST_SUB+= SUB_DOCS="" | > > post-build: | > | > This should of course be ${LOCALBASE}/gpg | | I committed it as ${PREFIX} should it still be localbase? Yes -- ports rely on dependencies being installed in ${LOCALBASE}, the program itself gets installed into ${PREFIX}. -pete -- Pete Fritchman finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:38:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C98B837B406; Sun, 2 Sep 2001 16:38:44 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82Ncim15428; Sun, 2 Sep 2001 16:38:44 -0700 (PDT) (envelope-from taoka) Message-Id: <200109022338.f82Ncim15428@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 2 Sep 2001 16:38:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/bjfiltercom distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG taoka 2001/09/02 16:38:44 PDT Modified files: print/bjfiltercom distinfo Log: Update md5 of instruction.tar.gz Pointed out by: asami Revision Changes Path 1.6 +1 -1 ports/print/bjfiltercom/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:48:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A20437B401; Sun, 2 Sep 2001 16:48:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NmbV16229; Sun, 2 Sep 2001 16:48:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200109022348.f82NmbV16229@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 16:48:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 16:48:37 PDT Modified files: sys/sparc64/conf GENERIC Log: + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES. I should have diff'ed the header with the Alpha GENERIC. + fix style nit + turn on NO_MODULES for now. Revision Changes Path 1.3 +12 -5 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:54: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7001037B407; Sun, 2 Sep 2001 16:53:58 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NrwD16670; Sun, 2 Sep 2001 16:53:58 -0700 (PDT) (envelope-from murray) Message-Id: <200109022353.f82NrwD16670@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 16:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/programming-tools article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 16:53:58 PDT Modified files: en_US.ISO8859-1/articles/programming-tools article.sgml Log: This document has been moved into the Developer's Handbook. Replace the text with a pointer to that document reminding users to update their bookmarks. Revision Changes Path 1.17 +5 -2222 doc/en_US.ISO8859-1/articles/programming-tools/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 16:59:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CCD137B401; Sun, 2 Sep 2001 16:59:47 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82NxlQ16987; Sun, 2 Sep 2001 16:59:47 -0700 (PDT) (envelope-from murray) Message-Id: <200109022359.f82NxlQ16987@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 16:59:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 16:59:47 PDT Modified files: en docs.sgml Log: Note that the Programming Tools document is now in the Developer's Handbook. Revision Changes Path 1.116 +5 -5 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 17: 2:50 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 27BFC37B401; Sun, 2 Sep 2001 17:02:44 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.5/8.11.5) with ESMTP id f83019o47865; Sun, 2 Sep 2001 20:01:11 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200109030001.f83019o47865@aldan.algebra.com> Date: Sun, 2 Sep 2001 20:01:06 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist To: kris@obsecurity.org Cc: clive@tongi.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20010902150350.B20221@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2 Sep, Kris Kennaway wrote: >> .if !defined(NOPORTDOCS) >> PLIST_SUB+= SUB_DOCS="" >> post-build: And the PLIST_SUB magic is now done by bsd.ports.mk itself. pkg-plist just needs to be 's/SUB_DOCS/PORTDOCS/'-ed. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 17: 5:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25DBF37B405; Sun, 2 Sep 2001 17:05:52 -0700 (PDT) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8305qB20356; Sun, 2 Sep 2001 17:05:52 -0700 (PDT) (envelope-from rpratt) Message-Id: <200109030005.f8305qB20356@freefall.freebsd.org> From: Randy Pratt Date: Sun, 2 Sep 2001 17:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install console-saver2.scr console-saver3.scr dist-set.scr dist-set2.scr fdisk-drive1.scr fdisk-drive2.scr keymap.scr main-doc.scr main-keymap.scr main-options.scr main-std.scr main1.scr mainexit.scr mouse2.scr mouse4.scr ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/09/02 17:05:52 PDT Modified files: en_US.ISO8859-1/books/handbook/install console-saver2.scr console-saver3.scr dist-set.scr dist-set2.scr fdisk-drive1.scr fdisk-drive2.scr keymap.scr main-doc.scr main-keymap.scr main-options.scr main-std.scr main1.scr mainexit.scr mouse2.scr mouse4.scr options.scr pkg-confirm.scr pkg-sel.scr sysinstall-exit.scr Log: Update images for 4.4 release. Reviewed by: murray Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/console-saver2.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/console-saver3.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/dist-set.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/dist-set2.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/fdisk-drive1.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/fdisk-drive2.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/keymap.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/main-doc.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/main-keymap.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/main-options.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/main-std.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/main1.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/mainexit.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/mouse2.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/mouse4.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/options.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/pkg-confirm.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/pkg-sel.scr 1.2 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/sysinstall-exit.scr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 17: 7:11 2001 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id B97AA37B405; Sun, 2 Sep 2001 17:07:03 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 40E5210F42C; Sun, 2 Sep 2001 19:07:08 -0500 (CDT) Date: Sun, 2 Sep 2001 19:07:08 -0500 From: "David W. Chapman Jr." To: Mikhail Teterin Cc: kris@obsecurity.org, clive@tongi.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902190708.E43710@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mikhail Teterin , kris@obsecurity.org, clive@tongi.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20010902150350.B20221@xor.obsecurity.org> <200109030001.f83019o47865@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109030001.f83019o47865@aldan.algebra.com> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 08:01:06PM -0400, Mikhail Teterin wrote: > On 2 Sep, Kris Kennaway wrote: > >> .if !defined(NOPORTDOCS) > >> PLIST_SUB+= SUB_DOCS="" > >> post-build: > > And the PLIST_SUB magic is now done by bsd.ports.mk itself. pkg-plist > just needs to be 's/SUB_DOCS/PORTDOCS/'-ed. > > -mi I'm going to change that after the ports freeze unless someone can send a patch that has been tested an the maintainer approves since I'd rather it use the old method than possibly not work when installed from a 4.4-RELEASE cd. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 17:19:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BA9C37B408; Sun, 2 Sep 2001 17:19:18 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f830JIW21132; Sun, 2 Sep 2001 17:19:18 -0700 (PDT) (envelope-from murray) Message-Id: <200109030019.f830JIW21132@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 17:19:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 17:19:18 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml Log: Add some text to the "BSD Vision" and "Architectural Guidelines" sections of this chapter. Obtained from: PHK's post to developers@ on 20 Nov 2000. Revision Changes Path 1.4 +60 -8 doc/en_US.ISO8859-1/books/developers-handbook/introduction/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 Sep 2 17:45: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0391B37B403; Sun, 2 Sep 2001 17:45:01 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f830j0A28388; Sun, 2 Sep 2001 17:45:00 -0700 (PDT) (envelope-from orion) Message-Id: <200109030045.f830j0A28388@freefall.freebsd.org> From: Orion Hodson Date: Sun, 2 Sep 2001 17:45:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci als4000.c cmi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/02 17:45:00 PDT Modified files: sys/dev/sound/pci als4000.c cmi.c Log: Fix return value of setblocksize functions. Recording is interspersed with silent intervals otherwise. Revision Changes Path 1.6 +2 -2 src/sys/dev/sound/pci/als4000.c 1.11 +2 -2 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 17:45:50 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 1AA7737B401; Sun, 2 Sep 2001 17:45:39 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AFCAE66E1F; Sun, 2 Sep 2001 17:45:38 -0700 (PDT) Date: Sun, 2 Sep 2001 17:45:38 -0700 From: Kris Kennaway To: Kris Kennaway , Clive Lin , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902174538.B22314@xor.obsecurity.org> References: <200108311957.f7VJvLG49977@freefall.freebsd.org> <20010902192647.A39704@cartier.cirx.org> <20010902150350.B20221@xor.obsecurity.org> <20010902183405.A43710@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010902183405.A43710@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Sep 02, 2001 at 06:34:05PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 02, 2001 at 06:34:05PM -0500, David W. Chapman Jr. wrote: > > > pre-configure: > > > (cd ${WRKSRC}; aclocal -I m4) > > > =20 > > > +pre-patch: > > > + @${PERL} -pi -e 's,/usr/bin/gpg,/usr/local/bin/gpg,g' \ > > > + ${WRKSRC}/contrib/gpg.rc > > > + > > > .if !defined(NOPORTDOCS) > > > PLIST_SUB+=3D SUB_DOCS=3D"" > > > post-build: > >=20 > > This should of course be ${LOCALBASE}/gpg >=20 > I committed it as ${PREFIX} should it still be localbase? Yes..${PREFIX} is where you intend to install this port, ${LOCALBASE} is where "all the others" are installed. >=20 >=20 > --=20 > David W. Chapman Jr. > dwcjr@inethouston.net Raintree Network Services, Inc. > dwcjr@freebsd.org FreeBSD Committer --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7ktKxWry0BWjoQKURAkRsAJ4yvIcBRJZtFZy3S5m8yNBMYTeOgwCfU8hN Kj6uPLruSZCc7PJisCUYM04= =lV60 -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 18: 3:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F074A37B405; Sun, 2 Sep 2001 18:03:50 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8313o029738; Sun, 2 Sep 2001 18:03:50 -0700 (PDT) (envelope-from orion) Message-Id: <200109030103.f8313o029738@freefall.freebsd.org> From: Orion Hodson Date: Sun, 2 Sep 2001 18:03:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci vibes.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/02 18:03:50 PDT Modified files: sys/dev/sound/pci vibes.c Log: Fix return value of svchan_setblocksize. Expand probing range. Revision Changes Path 1.9 +19 -7 src/sys/dev/sound/pci/vibes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 18: 5:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B5D537B403; Sun, 2 Sep 2001 18:05:05 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83155P30012; Sun, 2 Sep 2001 18:05:05 -0700 (PDT) (envelope-from orion) Message-Id: <200109030105.f83155P30012@freefall.freebsd.org> From: Orion Hodson Date: Sun, 2 Sep 2001 18:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cs4281.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/02 18:05:05 PDT Modified files: sys/dev/sound/pci cs4281.c Log: Fix return value of cs4281chan_setblocksize. Revision Changes Path 1.9 +2 -2 src/sys/dev/sound/pci/cs4281.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 18:21: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8DE237B408; Sun, 2 Sep 2001 18:20:53 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f831Krv36034; Sun, 2 Sep 2001 18:20:53 -0700 (PDT) (envelope-from demon) Message-Id: <200109030120.f831Krv36034@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 2 Sep 2001 18:20:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/09/02 18:20:53 PDT Modified files: mail/sylpheed Makefile distinfo pkg-plist Log: Upgrade to 0.6.1 PR: 30270 Submitted by: MAINTAINER Revision Changes Path 1.19 +2 -2 ports/mail/sylpheed/Makefile 1.18 +1 -1 ports/mail/sylpheed/distinfo 1.10 +1 -0 ports/mail/sylpheed/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 Sep 2 18:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C944437B403; Sun, 2 Sep 2001 18:24:04 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f831O4r36554; Sun, 2 Sep 2001 18:24:04 -0700 (PDT) (envelope-from demon) Message-Id: <200109030124.f831O4r36554@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 2 Sep 2001 18:24:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/clusterit Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/09/02 18:24:04 PDT Modified files: net/clusterit Makefile pkg-plist Log: Add WITHOUT_X11 knob. Submitted by: Kris Gale Revision Changes Path 1.7 +13 -2 ports/net/clusterit/Makefile 1.3 +5 -5 ports/net/clusterit/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 Sep 2 18:31: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 550B637B405; Sun, 2 Sep 2001 18:31:00 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f831V0a37346; Sun, 2 Sep 2001 18:31:00 -0700 (PDT) (envelope-from joe) Message-Id: <200109030131.f831V0a37346@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 2 Sep 2001 18:31:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/02 18:31:00 PDT Modified files: . commit_prep.pl Log: Add a carriage return in front of one of the error messages for consistancy with the others. Revision Changes Path 1.42 +3 -2 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 18:36:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 843A837B407; Sun, 2 Sep 2001 18:36:40 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f831aea37780; Sun, 2 Sep 2001 18:36:40 -0700 (PDT) (envelope-from joe) Message-Id: <200109030136.f831aea37780@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 2 Sep 2001 18:36:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/02 18:36:40 PDT Modified files: . commit_prep.pl Log: See whether a file is excluded from rcsid checking before even looking in the file to see whether one is present. Revision Changes Path 1.43 +18 -20 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 18:57:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B2F137B403; Sun, 2 Sep 2001 18:57:20 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f831vKx39713; Sun, 2 Sep 2001 18:57:20 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109030157.f831vKx39713@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Sep 2001 18:57:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/02 18:57:19 PDT Modified files: ja index.xsl Log: Fix typo. Revision Changes Path 1.3 +3 -3 www/ja/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 18:59: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4CF337B403; Sun, 2 Sep 2001 18:58:54 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f831wsA39872; Sun, 2 Sep 2001 18:58:54 -0700 (PDT) (envelope-from joe) Message-Id: <200109030158.f831wsA39872@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 2 Sep 2001 18:58:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/02 18:58:54 PDT Modified files: . commit_prep.pl Log: Rewrite the revision checking code. Revision Changes Path 1.44 +32 -19 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19: 3:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05C6737B408; Sun, 2 Sep 2001 19:03:55 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8323sB40350; Sun, 2 Sep 2001 19:03:54 -0700 (PDT) (envelope-from demon) Message-Id: <200109030203.f8323sB40350@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 2 Sep 2001 19:03:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gsl Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/09/02 19:03:54 PDT Modified files: math/gsl Makefile distinfo pkg-plist Log: Upgrade to 0.9.2; Use IGNOREFILES for postscript manual, it is rerolled frequently and has no version information in the filename. Revision Changes Path 1.12 +4 -3 ports/math/gsl/Makefile 1.9 +2 -2 ports/math/gsl/distinfo 1.9 +2 -0 ports/math/gsl/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 Sep 2 19: 6:38 2001 Delivered-To: cvs-all@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id B6EA737B405; Sun, 2 Sep 2001 19:06:33 -0700 (PDT) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id GAA74667; Mon, 3 Sep 2001 06:06:32 +0400 (MSD) (envelope-from dima) Date: Mon, 3 Sep 2001 06:06:32 +0400 From: "Dmitry S. Sivachenko" To: Dmitry Sivachenko Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/math/gsl Makefile distinfo pkg-plist Message-ID: <20010903060632.C73957@netserv1.chg.ru> References: <200109030203.f8323sB40350@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200109030203.f8323sB40350@freefall.freebsd.org>; from demon@FreeBSD.org on Sun, Sep 02, 2001 at 07:03:54PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 07:03:54PM -0700, Dmitry Sivachenko wrote: > demon 2001/09/02 19:03:54 PDT > > Modified files: > math/gsl Makefile distinfo pkg-plist > Log: > Upgrade to 0.9.2; > Use IGNOREFILES for postscript manual, it is rerolled frequently and has no > version information in the filename. > Will this manual be updated on ftp.freebsd.org/pub/FreeBSD/distfiles, or this file will not be updated due to IGNOREFILES, I wonder? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19: 7: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2E8FE37B401; Sun, 2 Sep 2001 19:07:01 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 29C2C6ACF0; Mon, 3 Sep 2001 11:36:58 +0930 (CST) Date: Mon, 3 Sep 2001 11:36:58 +0930 From: Greg Lehey To: Poul-Henning Kamp Cc: Matt Dillon , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Yet another style(9) bogon (was: cvs commit: src/sys/kern subr_prof.c kern_ntptime.c kern_xxx.c) Message-ID: <20010903113657.L59668@wantadilla.lemis.com> References: <200109010827.f818RW370778@earth.backplane.com> <69327.999413477@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <69327.999413477@critter>; from phk@critter.freebsd.dk on Sun, Sep 02, 2001 at 08:51:17AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 2 September 2001 at 8:51:17 +0200, Poul-Henning Kamp wrote: > In message <200109010827.f818RW370778@earth.backplane.com>, Matt Dillon writes: >> >>> static void >>> usage() >>> { >>> /* Insert an empty line if the function has no local variables. */ >> >> You must be joking. Who came up with that carp? A blank line if >> the function has no local variables? In my entire life as a programmer >> I have never once seen that style. It looked like a mistake. If I >> see any more I won't take out the blank line but... no, I don't want to >> know whos idea it was. > > Well, there must be a lot of the FreeBSD kernel you have never looked at. Or noticed this particular wrinkle. Just because things look broken doesn't mean that it has to be because of style(9). > It's very convenient to know that the first blank line in a function > means the end of local variables, it makes simple source-munging > scripts much easier. Hmm. And I thought that style(9) was supposed to make it easier for humans to read the source, not for programs. > Until such time as you negotiate a change in style(9) on this point, > you are just as bound by it as any other committer. I don't see any evidence that Matt wanted to ignore it; quite the contrary, he said he would abide by it. I agree wholeheartedly that it looks bloody silly. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:12:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8664E37B403; Sun, 2 Sep 2001 19:12:11 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832CBk44164; Sun, 2 Sep 2001 19:12:11 -0700 (PDT) (envelope-from lioux) Message-Id: <200109030212.f832CBk44164@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 2 Sep 2001 19:12:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome pkg-message ports/astro/setiathome/files rc.setiathome.conf setiathome.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/02 19:12:11 PDT Modified files: astro/setiathome pkg-message astro/setiathome/files rc.setiathome.conf setiathome.sh Log: Backout idprio startup options added on last rev while issue in PR 18013 is investigated Submitted by: mike Revision Changes Path 1.3 +1 -2 ports/astro/setiathome/pkg-message 1.3 +1 -2 ports/astro/setiathome/files/rc.setiathome.conf 1.8 +2 -3 ports/astro/setiathome/files/setiathome.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:14:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AB5137B407; Sun, 2 Sep 2001 19:14:20 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832EKa44419; Sun, 2 Sep 2001 19:14:20 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109030214.f832EKa44419@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Sep 2001 19:14:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/02 19:14:20 PDT Modified files: ja docs.sgml Log: Merge the changes in teh English version. Revision Changes Path 1.45 +6 -5 www/ja/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:15: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B8337B403; Sun, 2 Sep 2001 19:14:55 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832Etx44498; Sun, 2 Sep 2001 19:14:55 -0700 (PDT) (envelope-from orion) Message-Id: <200109030214.f832Etx44498@freefall.freebsd.org> From: Orion Hodson Date: Sun, 2 Sep 2001 19:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cs4281.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/02 19:14:55 PDT Modified files: sys/dev/sound/pci cs4281.c Log: Return updated blocksize from setblocksize function. Revision Changes Path 1.10 +2 -2 src/sys/dev/sound/pci/cs4281.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:22:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCF7D37B401; Sun, 2 Sep 2001 19:22:12 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832MCK45380; Sun, 2 Sep 2001 19:22:12 -0700 (PDT) (envelope-from demon) Message-Id: <200109030222.f832MCK45380@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 2 Sep 2001 19:22:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/elm+ME distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/09/02 19:22:12 PDT Modified files: mail/elm+ME distinfo Log: Remove ${DIST_SUBDIR} from the distinfo, it is not defined in the Makefile. Checksums are the same. May be proper fix would be to add DIST_SUBDIR to the Makefile, but it is up to MAINTAINER, this commit fixes bento builds. Revision Changes Path 1.40 +3 -3 ports/mail/elm+ME/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:24:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE4E837B403; Sun, 2 Sep 2001 19:24:37 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832ObF45803; Sun, 2 Sep 2001 19:24:37 -0700 (PDT) (envelope-from ache) Message-Id: <200109030224.f832ObF45803@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 19:24:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fflush.c fseek.c fvwrite.c local.h refill.c stdio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 19:24:37 PDT Modified files: lib/libc/stdio fflush.c fseek.c fvwrite.c local.h refill.c stdio.c Log: Re-arrange my funopen(3) fix to minimize differences with original stdio code, no functional changes. Add fp->_offset optimization in _SAPP+_SOPT case Revision Changes Path 1.11 +2 -8 src/lib/libc/stdio/fflush.c 1.33 +1 -40 src/lib/libc/stdio/fseek.c 1.13 +5 -30 src/lib/libc/stdio/fvwrite.c 1.10 +3 -1 src/lib/libc/stdio/local.h 1.15 +2 -9 src/lib/libc/stdio/refill.c 1.16 +84 -1 src/lib/libc/stdio/stdio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:29:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA20C37B409; Sun, 2 Sep 2001 19:29:27 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832TRD46221; Sun, 2 Sep 2001 19:29:27 -0700 (PDT) (envelope-from brian) Message-Id: <200109030229.f832TRD46221@freefall.freebsd.org> From: Brian Somers Date: Sun, 2 Sep 2001 19:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/02 19:29:27 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Tidy up the PPPoE howto. Covers PR: 27320 Revision Changes Path 1.53 +46 -273 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/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 Sep 2 19:29:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AA5837B43B; Sun, 2 Sep 2001 19:29:38 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832Tc146256; Sun, 2 Sep 2001 19:29:38 -0700 (PDT) (envelope-from brian) Message-Id: <200109030229.f832Tc146256@freefall.freebsd.org> From: Brian Somers Date: Sun, 2 Sep 2001 19:29:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/02 19:29:38 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: s/gateway/gateway_enable/ Revision Changes Path 1.54 +2 -2 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/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 Sep 2 19:35:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3649437B401; Sun, 2 Sep 2001 19:35:10 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832ZAg46853; Sun, 2 Sep 2001 19:35:10 -0700 (PDT) (envelope-from ache) Message-Id: <200109030235.f832ZAg46853@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 19:35:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio setvbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 19:35:10 PDT Modified files: lib/libc/stdio setvbuf.c Log: When __SOPT is cleared, clear __SOFF too. NOTE: original stdio bug. Revision Changes Path 1.9 +2 -2 src/lib/libc/stdio/setvbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:45:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 406BD37B405; Sun, 2 Sep 2001 19:45:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832jMm47757; Sun, 2 Sep 2001 19:45:22 -0700 (PDT) (envelope-from peter) Message-Id: <200109030245.f832jMm47757@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 19:45:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/buslogic btreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 19:45:22 PDT Modified files: (Branch: RELENG_4) sys/dev/buslogic btreg.h Log: MFC: use the correct bit for decoding the extended geometry info. PR: 29454 Submitted by: Rob Manchester Approved by: jkh Revision Changes Path 1.10.2.2 +2 -2 src/sys/dev/buslogic/btreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 19:45:38 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id D37A737B40F; Sun, 2 Sep 2001 19:45:28 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id CB8C781D01; Sun, 2 Sep 2001 21:45:28 -0500 (CDT) Date: Sun, 2 Sep 2001 21:45:28 -0500 From: Alfred Perlstein To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio setvbuf.c Message-ID: <20010902214528.J81307@elvis.mu.org> References: <200109030235.f832ZAg46853@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: <200109030235.f832ZAg46853@freefall.freebsd.org>; from ache@FreeBSD.org on Sun, Sep 02, 2001 at 07:35:10PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Andrey A. Chernov [010902 21:35] wrote: > ache 2001/09/02 19:35:10 PDT > > Modified files: > lib/libc/stdio setvbuf.c > Log: > When __SOPT is cleared, clear __SOFF too. > > NOTE: original stdio bug. What are you validating these changes against? POSIX? Solaris? Linux? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20: 3:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E385837B403; Sun, 2 Sep 2001 20:03:32 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8333Wi49543; Sun, 2 Sep 2001 20:03:32 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109030303.f8333Wi49543@freefall.freebsd.org> From: Matt Jacob Date: Sun, 2 Sep 2001 20:03:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/02 20:03:32 PDT Modified files: sys/dev/isp ispvar.h Log: Add some more firmware revision macros. Add firmware attributes field to fcparam structure. MFC after: 4 weeks Revision Changes Path 1.49 +8 -2 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20: 4: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id A317D37B405; Sun, 2 Sep 2001 20:03:56 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f8333fB97508; Mon, 3 Sep 2001 07:03:42 +0400 (MSD) (envelope-from ache) Date: Mon, 3 Sep 2001 07:03:37 +0400 From: "Andrey A. Chernov" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio setvbuf.c Message-ID: <20010903070334.A97368@nagual.pp.ru> References: <200109030235.f832ZAg46853@freefall.freebsd.org> <20010902214528.J81307@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010902214528.J81307@elvis.mu.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 21:45:28 -0500, Alfred Perlstein wrote: > * Andrey A. Chernov [010902 21:35] wrote: > > ache 2001/09/02 19:35:10 PDT > > > > Modified files: > > lib/libc/stdio setvbuf.c > > Log: > > When __SOPT is cleared, clear __SOFF too. > > > > NOTE: original stdio bug. > > What are you validating these changes against? POSIX? Solaris? Linux? Stdio try to optimize seeks internally to keep file offset in memory without additional fp->_seek, commonly lseek call (and use __SOFF for it). It can be done correctly only for regular files and when fp->_seek not changed to non-standard function. Character devices (f.e. normal stdio) often move pointer by themselfs, so keeping offset in memory for them leads to incorrect offset. Stdio try to detect regular files with fp->seek set to standard __seek and set __SOPT flag for them. It means that file can be optimized. __SOFF is one sort of optimizations, it means we have valid file offset in memory. When setvbuf.c clears __SOPT, no optimizations allowed including __SOFF, so __SOFF must be removed too. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20: 9:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D7E137B403; Sun, 2 Sep 2001 20:09:48 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8339mA52956; Sun, 2 Sep 2001 20:09:48 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109030309.f8339mA52956@freefall.freebsd.org> From: Matt Jacob Date: Sun, 2 Sep 2001 20:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/02 20:09:48 PDT Modified files: sys/dev/isp isp.c Log: Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16 luns) firmware for the Fibre Channel cards. We used to assume that if we didn't download firmware, we couldn't know what the firmware capability with respect to SCCLUNs is- and it's important because the lun field changes in the request queue entry based upon which firmware it is. At any rate, we *do* get back firmware attributes in mailbox register 6 when we do ABOUT FIRMWARE for all 2200/2300 cards- and for 2100 cards with at least 1.17.0 firmware. So- we now assume non-SCCLUN behaviour for 2100 cards with firmware < 1.17.0- and we check the firmware attributes for other cards (loaded firmware or not). This also allows us to get rid of the crappy test of isp_maxluns > 16- we simply can check firmware attributes for SCCLUN behaviour. This required an 'oops' fix to the outgoing mailbox count field for ABOUT FIRMWARE for FC cards. Also- while here, hardwire firmware revisions for loaded code for SBus cards. Apparently the 1.35 or 1.37 f/w we've been loading into isp1000 just doesn't report firmware revisions out to mailbox regs 1, 2 and 3 like everyone else. Grumble. Not that this fix hardly matters for FreeBSD. MFC after: 4 weeks Revision Changes Path 1.76 +63 -32 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:10:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E844E37B42F; Sun, 2 Sep 2001 20:09:59 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8339x653001; Sun, 2 Sep 2001 20:09:59 -0700 (PDT) (envelope-from brian) Message-Id: <200109030309.f8339x653001@freefall.freebsd.org> From: Brian Somers Date: Sun, 2 Sep 2001 20:09:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/02 20:09:59 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Give better and more correct information about black hole routers. Suggested by: Guy Poizat PR: 26489 Revision Changes Path 1.261 +13 -11 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:12:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 837AA37B401; Sun, 2 Sep 2001 20:12:11 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f833CBS53316; Sun, 2 Sep 2001 20:12:11 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109030312.f833CBS53316@freefall.freebsd.org> From: Matt Jacob Date: Sun, 2 Sep 2001 20:12:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/02 20:12:11 PDT Modified files: sys/dev/isp isp_target.c Log: Because we now store SCCLUN capabilities in firmware attributes, get rid of the silly test of isp_maxluns > 16 and use the attibutes directly. MFC after: 4 weeks Revision Changes Path 1.17 +20 -17 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:22:27 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 17DC637B403; Sun, 2 Sep 2001 20:22:21 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f833MIx97745; Mon, 3 Sep 2001 07:22:18 +0400 (MSD) (envelope-from ache) Date: Mon, 3 Sep 2001 07:22:16 +0400 From: "Andrey A. Chernov" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio setvbuf.c Message-ID: <20010903072215.B97368@nagual.pp.ru> References: <200109030235.f832ZAg46853@freefall.freebsd.org> <20010902214528.J81307@elvis.mu.org> <20010903070334.A97368@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010903070334.A97368@nagual.pp.ru> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 07:03:37 +0400, Andrey A. Chernov wrote: > > > What are you validating these changes against? POSIX? Solaris? Linux? > > Stdio try to optimize seeks internally to keep file offset in memory > without additional fp->_seek, commonly lseek call (and use __SOFF for it). > It can be done correctly only for regular files and when fp->_seek not > changed to non-standard function. Character devices (f.e. normal stdio) > often move pointer by themselfs, so keeping offset in memory for them > leads to incorrect offset. Stdio try to detect regular files with fp->seek > set to standard __seek and set __SOPT flag for them. It means that file > can be optimized. __SOFF is one sort of optimizations, it means we have > valid file offset in memory. When setvbuf.c clears __SOPT, no > optimizations allowed including __SOFF, so __SOFF must be removed too. IMHO, there is no needs to keep offset in memory at all, it only cause problems. lseek is very light-weighted syscall, so avoiding it in some cases (like sequental reading) gains almost nothing. But if BSD stdio developers choose to keep it, lets do it, but do it correctly. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:24:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9939037B405; Sun, 2 Sep 2001 20:24:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f833OVT54343; Sun, 2 Sep 2001 20:24:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200109030324.f833OVT54343@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Sep 2001 20:24:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/02 20:24:31 PDT Modified files: sys/kern kern_intr.c Log: Match the declaration in net/netisr.h. Submitted by: gcc 3.0.1 Revision Changes Path 1.62 +2 -2 src/sys/kern/kern_intr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:33:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E253F37B401; Sun, 2 Sep 2001 20:33:45 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f833Xjc55091; Sun, 2 Sep 2001 20:33:45 -0700 (PDT) (envelope-from mharo) Message-Id: <200109030333.f833Xjc55091@freefall.freebsd.org> From: Michael Haro Date: Sun, 2 Sep 2001 20:33:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ntl Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/09/02 20:33:45 PDT Modified files: math/ntl Makefile distinfo pkg-descr pkg-plist Log: Update of ntl-5.0c to ntl-5.2 PR: 30134 Submitted by: maintainer Revision Changes Path 1.4 +7 -3 ports/math/ntl/Makefile 1.4 +1 -1 ports/math/ntl/distinfo 1.3 +2 -2 ports/math/ntl/pkg-descr 1.4 +1 -0 ports/math/ntl/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 Sep 2 20:43:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBB4937B403; Sun, 2 Sep 2001 20:43:39 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f833hdV56238; Sun, 2 Sep 2001 20:43:39 -0700 (PDT) (envelope-from yokota) Message-Id: <200109030343.f833hdV56238@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 2 Sep 2001 20:43:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include/pc bios.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/09/02 20:43:39 PDT Modified files: sys/i386/include/pc bios.h Log: Fix the argument specifier for the PnP BIOS function 2 (PNP_SET_DEVNODE). The second argument is not a segment:offset pointer, but a 16 bit short. MFC after: 4 weeks Revision Changes Path 1.13 +2 -2 src/sys/i386/include/pc/bios.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id D377337B406; Sun, 2 Sep 2001 20:48:40 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f833mbA98095; Mon, 3 Sep 2001 07:48:37 +0400 (MSD) (envelope-from ache) Date: Mon, 3 Sep 2001 07:48:36 +0400 From: "Andrey A. Chernov" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio setvbuf.c Message-ID: <20010903074836.A98027@nagual.pp.ru> References: <200109030235.f832ZAg46853@freefall.freebsd.org> <20010902214528.J81307@elvis.mu.org> <20010903070334.A97368@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010903070334.A97368@nagual.pp.ru> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 07:03:37 +0400, Andrey A. Chernov wrote: > Stdio try to optimize seeks internally to keep file offset in memory > without additional fp->_seek, commonly lseek call (and use __SOFF for it). > It can be done correctly only for regular files and when fp->_seek not > changed to non-standard function. Character devices (f.e. normal stdio) > often move pointer by themselfs, so keeping offset in memory for them > leads to incorrect offset. Stdio try to detect regular files with fp->seek > set to standard __seek and set __SOPT flag for them. It means that file > can be optimized. __SOFF is one sort of optimizations, it means we have > valid file offset in memory. When setvbuf.c clears __SOPT, no > optimizations allowed including __SOFF, so __SOFF must be removed too. Try this test program on some old system stdio and with my changes, and see the differences: ----------------------------------------- #include main() { long i1, i2; i1 = ftell(stdout); system("/bin/echo 123"); i2 = ftell(stdout); printf("%ld %ld\n", i1, i2); } ----------------------------------------- Of course, you (or somebody else) can say that stdio needs to keep/tell its internal position only, but as you notice first ftell() with old and new stdio both tells absolute stdout position, i.e. some big number (if it suppose to tell stdio internal position instead, there must be 0). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:50:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B3C537B401; Sun, 2 Sep 2001 20:50:05 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f833o5U57290; Sun, 2 Sep 2001 20:50:05 -0700 (PDT) (envelope-from knu) Message-Id: <200109030350.f833o5U57290@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 20:50:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/etherboot Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 20:50:05 PDT Modified files: net/etherboot Makefile distinfo Log: Update to 5.0.3. PR: ports/30137 Submitted by: Sergey A. Osokin Approved by: Doug Ambrisko (MAINTAINER) Revision Changes Path 1.19 +3 -2 ports/net/etherboot/Makefile 1.11 +1 -1 ports/net/etherboot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:51:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B001737B401; Sun, 2 Sep 2001 20:51:15 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f833pFr57608; Sun, 2 Sep 2001 20:51:15 -0700 (PDT) (envelope-from mharo) Message-Id: <200109030351.f833pFr57608@freefall.freebsd.org> From: Michael Haro Date: Sun, 2 Sep 2001 20:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/09/02 20:51:15 PDT Modified files: mail/imp Makefile pkg-descr Log: add support for some utilities PR: 30269 Submitted by: maintainer Revision Changes Path 1.3 +47 -1 ports/mail/imp/Makefile 1.2 +1 -1 ports/mail/imp/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 Sep 2 20:53:22 2001 Delivered-To: cvs-all@freebsd.org Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by hub.freebsd.org (Postfix) with SMTP id 3886C37B405 for ; Sun, 2 Sep 2001 20:53:15 -0700 (PDT) Received: (qmail 3835 invoked by uid 3193); 3 Sep 2001 03:53:14 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 Sep 2001 03:53:14 -0000 Date: Sun, 2 Sep 2001 23:53:14 -0400 (EDT) From: Mike Silbersack X-Sender: To: "Andrey A. Chernov" Cc: Alfred Perlstein , , Subject: Re: cvs commit: src/lib/libc/stdio setvbuf.c In-Reply-To: <20010903074836.A98027@nagual.pp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Sep 2001, Andrey A. Chernov wrote: > Of course, you (or somebody else) can say that stdio needs to keep/tell > its internal position only, but as you notice first ftell() with old and > new stdio both tells absolute stdout position, i.e. some big number (if it > suppose to tell stdio internal position instead, there must be 0). > > -- > Andrey A. Chernov > http://ache.pp.ru/ Andrey, I think you're misinterpreting what Alfred is saying. We all appreciate that you're working on improving libc, but you're doing it at an alarming rate (15 changes to fseek in the last week alone, I believe.) I think we'd all feel more comfortable if you'd slow down your rate of commits so that you encompass multiple changes in one larger commit. This would be easier for others to review (if they so desired), and would increase our confidence in your testing. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 20:57:18 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 5BF3937B405; Sun, 2 Sep 2001 20:57:10 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f833v8A98216; Mon, 3 Sep 2001 07:57:09 +0400 (MSD) (envelope-from ache) Date: Mon, 3 Sep 2001 07:57:07 +0400 From: "Andrey A. Chernov" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fopen.c fseek.c Message-ID: <20010903075707.B98027@nagual.pp.ru> References: <200109022122.f82LM0G99109@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109022122.f82LM0G99109@freefall.freebsd.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 14:22:00 -0700, Andrey A. Chernov wrote: > ache 2001/09/02 14:22:00 PDT > > Modified files: > lib/libc/stdio fopen.c fseek.c > Log: > Internal seeks are overoptimized. They should remember fp->_offset only for > plain regular files, i.e. files with __SOPT flag set. Fix it, so ftell(stdout) > always returns the same as lseek(1, 0, 1) now. > > NOTE: this bug was in original stdio code Try this test program on some old system stdio and with my changes, and see the differences: ----------------------------------------- #include main() { long i1, i2; i1 = ftell(stdout); system("/bin/echo 123"); i2 = ftell(stdout); printf("%ld %ld\n", i1, i2); } ----------------------------------------- Of course, you (or somebody else) can say that stdio needs to keep/tell its internal position only, but as you notice first ftell() with old and new stdio both tells absolute stdout position, i.e. some big number (if it suppose to tell stdio internal position instead, there must be 0). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:12:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E22F337B406; Sun, 2 Sep 2001 21:12:11 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834CBj63148; Sun, 2 Sep 2001 21:12:11 -0700 (PDT) (envelope-from knu) Message-Id: <200109030412.f834CBj63148@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 21:12:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/netypesv Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/netypesv/files netypesv.in ports/japanese/netypesv/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 21:12:11 PDT Modified files: japanese Makefile Added files: japanese/netypesv Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/netypesv/files netypesv.in japanese/netypesv/scripts configure Log: Add ja-netypesv, Network Type Trainer sever program. PR: ports/29652 Submitted by: Takeshi MUTOH Revision Changes Path 1.381 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:12:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B52737B41A; Sun, 2 Sep 2001 21:12:21 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834CKF63201; Sun, 2 Sep 2001 21:12:20 -0700 (PDT) (envelope-from knu) Message-Id: <200109030412.f834CKF63201@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 21:12:20 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 21:12:20 PDT Modified files: . modules Log: ja-netypesv --> ports/japanese/netypesv Revision Changes Path 1.3789 +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 Sep 2 21:20:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C53737B405; Sun, 2 Sep 2001 21:20:37 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834Kbg64103; Sun, 2 Sep 2001 21:20:37 -0700 (PDT) (envelope-from knu) Message-Id: <200109030420.f834Kbg64103@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 2 Sep 2001 21:20:37 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/02 21:20:37 PDT Modified files: . modules Log: kpcal and netype should have the "ja-" prefix. Revision Changes Path 1.3790 +3 -3 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 Sep 2 21:29:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4729037B406; Sun, 2 Sep 2001 21:29:19 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834TJi64774; Sun, 2 Sep 2001 21:29:19 -0700 (PDT) (envelope-from lioux) Message-Id: <200109030429.f834TJi64774@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 2 Sep 2001 21:29:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ocamlweb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/02 21:29:19 PDT Modified files: devel/ocamlweb Makefile distinfo Log: o update to 1.0 o style fix: unecho commands on Makefile o chase ocamlweb-man.ps.gz checksum on new version of the port PR: 30152 Submitted by: MAINTAINER Revision Changes Path 1.2 +6 -4 ports/devel/ocamlweb/Makefile 1.2 +2 -2 ports/devel/ocamlweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:30:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D806F37B403; Sun, 2 Sep 2001 21:30:46 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834Ukv65019; Sun, 2 Sep 2001 21:30:46 -0700 (PDT) (envelope-from ache) Message-Id: <200109030430.f834Ukv65019@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 21:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/msgs msgs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 21:30:46 PDT Modified files: usr.bin/msgs msgs.c Log: File positions are off_t nowdays, not long, so: fseek -> fseeko ftell -> ftello fseek(x, 0L, 0) -> rewind(x) NOTE: that fseek/ftell not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. [EOVERFLOW] For ftell ( ), the current file offset cannot be represented correctly in an object of type long. Revision Changes Path 1.18 +14 -14 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:36: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2E2937B401; Sun, 2 Sep 2001 21:35:59 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834Zx865460; Sun, 2 Sep 2001 21:35:59 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109030435.f834Zx865460@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Sep 2001 21:35:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/02 21:35:59 PDT Modified files: chinese/mutt distinfo Log: something wrong with zh-mutt-1.3.22.1.diff.gz in clive's last commit Submitted by: clive (who is currently prisoned in his company :p) Revision Changes Path 1.4 +1 -1 ports/chinese/mutt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:38: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 517DA37B401; Sun, 2 Sep 2001 21:37:55 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834btL65644; Sun, 2 Sep 2001 21:37:55 -0700 (PDT) (envelope-from peter) Message-Id: <200109030437.f834btL65644@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 21:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 21:37:55 PDT Modified files: sys/kern link_elf.c Log: Argh. Make the ia64 kernel work in all situations. For some reason, and I still dont know why, this was not failing on the non-kse kernel. It certainly should have since things were using linker_kernel_file unconditionally. This has highlighted a different problem though that means that trying to do a kldload on a non-dynamic kernel will implode. Revision Changes Path 1.43 +4 -5 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:39:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2523937B401; Sun, 2 Sep 2001 21:39:39 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834dd565829; Sun, 2 Sep 2001 21:39:39 -0700 (PDT) (envelope-from peter) Message-Id: <200109030439.f834dd565829@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 21:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 21:39:39 PDT Modified files: sys/kern link_elf.c Log: Unindent a if (1) { that was left behind in the last commit. (commits were seperated to not obscure the real change) Revision Changes Path 1.44 +43 -45 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 21:49:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9E137B405; Sun, 2 Sep 2001 21:49:19 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f834nJX66738; Sun, 2 Sep 2001 21:49:19 -0700 (PDT) (envelope-from peter) Message-Id: <200109030449.f834nJX66738@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Sep 2001 21:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 sscdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/02 21:49:19 PDT Modified files: sys/ia64/ia64 sscdisk.c Log: Dont conflict with sysctl debug.mddebug Revision Changes Path 1.11 +2 -2 src/sys/ia64/ia64/sscdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 22: 4:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F36F837B408; Sun, 2 Sep 2001 22:04:47 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8354l268462; Sun, 2 Sep 2001 22:04:47 -0700 (PDT) (envelope-from ken) Message-Id: <200109030504.f8354l268462@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sun, 2 Sep 2001 22:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2001/09/02 22:04:47 PDT Modified files: sys/cam/scsi scsi_cd.c Log: Attach to a CD device even when the SCSI status is 'busy'. Reported by: Thomas Quinot MFC after: 3 weeks Revision Changes Path 1.54 +11 -1 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 22: 6:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 944D537B406; Sun, 2 Sep 2001 22:06:48 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8356mM71706; Sun, 2 Sep 2001 22:06:48 -0700 (PDT) (envelope-from ache) Message-Id: <200109030506.f8356mM71706@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 22:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/comsat comsat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 22:06:48 PDT Modified files: libexec/comsat comsat.c Log: File positions are off_t nowdays, not long, so: atoi -> strtoll fseek -> fseeko NOTE: that fseek not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. Fix minor cast too. Revision Changes Path 1.14 +5 -5 src/libexec/comsat/comsat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 22:19:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED8337B401; Sun, 2 Sep 2001 22:19:53 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f835JrC72587; Sun, 2 Sep 2001 22:19:53 -0700 (PDT) (envelope-from bmah) Message-Id: <200109030519.f835JrC72587@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 2 Sep 2001 22:19:53 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/02 22:19:53 PDT Modified files: share/sgml man-refs.ent Log: Add entity for pcic(4). Revision Changes Path 1.97 +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 Sun Sep 2 22:27:28 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id B474937B406; Sun, 2 Sep 2001 22:27:18 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.4/8.11.4) with ESMTP id f835QrT20161; Mon, 3 Sep 2001 07:26:53 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c In-Reply-To: Your message of "Sun, 02 Sep 2001 12:10:12 PDT." <200109021910.f82JACD82362@freefall.freebsd.org> Date: Mon, 03 Sep 2001 07:26:53 +0200 Message-ID: <20159.999494813@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200109021910.f82JACD82362@freefall.freebsd.org>, "Andrey A. Chernov " writes: >ache 2001/09/02 12:10:12 PDT > > Modified files: > lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c > fvwrite.c local.h refill.c stdio.c > Log: > Move all stdio internal flags processing and setting out of __sread(), > __swrite() and __sseek() to higher level. According to funopen(3) they all > are just wrappers to something like standard read(2), write(2) and > lseek(2), i.e. must not touch stdio internals because they are replaceable > with any other functions knows nothing about stdio internals. See example > of funopen(3) usage in sendmail sources f.e. > > NOTE: this is original stdio bug, not result of my range checkin added. NOTE: You forgot to add "Reviewed by: xxx" Or do you seriously think that mucking about in STDIO doesn't need a review ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 22:30:53 2001 Delivered-To: cvs-all@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id C434B37B405; Sun, 2 Sep 2001 22:30:43 -0700 (PDT) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer goliath.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f835Ueb21631; Mon, 3 Sep 2001 07:30:41 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id f835UaW508043; Mon, 3 Sep 2001 07:30:36 +0200 (MEST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.11.6/8.11.6/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f835UZT57316; Mon, 3 Sep 2001 07:30:35 +0200 (CEST) (envelope-from ust@reims.mchp.siemens.de) Received: (from ust@localhost) by reims.mchp.siemens.de (8.11.6/8.11.6/alaska [ $Revision: 1.8 ]) id f835UYu25581; Mon, 3 Sep 2001 07:30:34 +0200 (CEST) (envelope-from ust) Date: Mon, 3 Sep 2001 07:30:34 +0200 From: Udo Schweigert To: "David W. Chapman Jr." Cc: Mikhail Teterin , kris@obsecurity.org, clive@tongi.org, dwcjr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010903073034.A25417@alaska.cert.siemens.de> Mail-Followup-To: "David W. Chapman Jr." , Mikhail Teterin , kris@obsecurity.org, clive@tongi.org, dwcjr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20010902150350.B20221@xor.obsecurity.org> <200109030001.f83019o47865@aldan.algebra.com> <20010902190708.E43710@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010902190708.E43710@leviathan.inethouston.net> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.4-RC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 19:07:08 -0500, David W. Chapman Jr. wrote: > On Sun, Sep 02, 2001 at 08:01:06PM -0400, Mikhail Teterin wrote: >> On 2 Sep, Kris Kennaway wrote: >>>> .if !defined(NOPORTDOCS) >>>> PLIST_SUB+= SUB_DOCS="" >>>> post-build: >> >> And the PLIST_SUB magic is now done by bsd.ports.mk itself. pkg-plist >> just needs to be 's/SUB_DOCS/PORTDOCS/'-ed. >> >> -mi > I'm going to change that after the ports freeze unless someone can > send a patch that has been tested an the maintainer approves since > I'd rather it use the old method than possibly not work when > installed from a 4.4-RELEASE cd. > I have created a patch that adresses this and has been tested by me. I'll send it to David in another email. Thanks to all for pointing this out. Best regards Udo -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 22:48:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A46337B408; Sun, 2 Sep 2001 22:48:09 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f835m9g75425; Sun, 2 Sep 2001 22:48:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109030548.f835m9g75425@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Sep 2001 22:48:09 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/02 22:48:09 PDT Modified files: . modules Log: rtf2htm --> ports/textproc/rtf2htm Revision Changes Path 1.3791 +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 Sep 2 22:49:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD0FD37B406; Sun, 2 Sep 2001 22:49:13 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f835nDa75558; Sun, 2 Sep 2001 22:49:13 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109030549.f835nDa75558@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 2 Sep 2001 22:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/02 22:49:13 PDT Modified files: mail/mutt-devel Makefile pkg-plist Log: Update PORTDOC compliance Submitted by: maintainer Revision Changes Path 1.127 +1 -3 ports/mail/mutt-devel/Makefile 1.33 +45 -45 ports/mail/mutt-devel/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 Sep 2 22:50: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC77637B406; Sun, 2 Sep 2001 22:49:55 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f835nt475668; Sun, 2 Sep 2001 22:49:55 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109030549.f835nt475668@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 2 Sep 2001 22:49:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/02 22:49:55 PDT Modified files: mail/mutt-devel pkg-plist Log: Fix white spaces in pkg-plist Revision Changes Path 1.34 +3 -3 ports/mail/mutt-devel/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 Sep 2 22:57:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D262C37B406; Sun, 2 Sep 2001 22:57:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f835v6i76448; Sun, 2 Sep 2001 22:57:06 -0700 (PDT) (envelope-from kris) Message-Id: <200109030557.f835v6i76448@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Sep 2001 22:57:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand zipfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/02 22:57:06 PDT Modified files: lib/libstand zipfs.c Log: Check for malloc failure in a couple of cases MFC after: 2 weeks Revision Changes Path 1.6 +5 -1 src/lib/libstand/zipfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 22:59:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1856137B403; Sun, 2 Sep 2001 22:59:48 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f835xmc76816; Sun, 2 Sep 2001 22:59:48 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109030559.f835xmc76816@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Sep 2001 22:59:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news newsflash.xsl includes.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/02 22:59:48 PDT Modified files: ja/news newsflash.xsl includes.xsl Log: Merge the changes in the English version. Revision Changes Path 1.3 +9 -10 www/ja/news/newsflash.xsl 1.3 +10 -5 www/ja/news/includes.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 23: 3:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03E9137B401; Sun, 2 Sep 2001 23:03:32 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8363Vn77128; Sun, 2 Sep 2001 23:03:31 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109030603.f8363Vn77128@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Sep 2001 23:03:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news press.xml press.xsl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/02 23:03:31 PDT Modified files: ja/news Makefile Added files: ja/news press.xml press.xsl Log: Follow new framework for press.html with the English version. Revision Changes Path 1.28 +7 -3 www/ja/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 23:25:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6C9937B403; Sun, 2 Sep 2001 23:25:39 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f836Pd586530; Sun, 2 Sep 2001 23:25:39 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109030625.f836Pd586530@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Sep 2001 23:25:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/02 23:25:39 PDT Modified files: ja Makefile Log: Fix missing $DATA value in previsous commit. Revision Changes Path 1.49 +5 -2 www/ja/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 23:26:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEB0F37B401; Sun, 2 Sep 2001 23:26:05 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f836Q5586724; Sun, 2 Sep 2001 23:26:05 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109030626.f836Q5586724@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Sep 2001 23:26:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/02 23:26:05 PDT Modified files: ja index.xsl Log: Merge the changes in the English version. Revision Changes Path 1.4 +42 -24 www/ja/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 23:30:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3295F37B409; Sun, 2 Sep 2001 23:30:18 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f836UIP88824; Sun, 2 Sep 2001 23:30:18 -0700 (PDT) (envelope-from bmah) Message-Id: <200109030630.f836UIP88824@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 2 Sep 2001 23:30:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/02 23:30:18 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: am-utils 6.0.7. Revision Changes Path 1.123 +4 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 23:38:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D1CD37B405; Sun, 2 Sep 2001 23:38:16 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f836cG291694; Sun, 2 Sep 2001 23:38:16 -0700 (PDT) (envelope-from julian) Message-Id: <200109030638.f836cG291694@freefall.freebsd.org> From: Julian Elischer Date: Sun, 2 Sep 2001 23:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/02 23:38:16 PDT Modified files: (Branch: RELENG_4) sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c Log: Add support for Telebrazilia and their 3com pppoe devices that use the incorrect ethertype. (man page addition to follow) (also remove a warning message) MFC ok'd by jkh Revision Changes Path 1.6.2.5 +7 -1 src/sys/netgraph/netgraph.h 1.11.2.15 +5 -1 src/sys/netgraph/ng_base.c 1.23.2.9 +47 -6 src/sys/netgraph/ng_pppoe.c 1.7.2.3 +5 -1 src/sys/netgraph/ng_pppoe.h 1.11.2.4 +1 -2 src/sys/netgraph/ng_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 Sep 2 23:54:30 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 4933737B403; Sun, 2 Sep 2001 23:54:25 -0700 (PDT) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.3) id f836uFG95148; Mon, 3 Sep 2001 02:56:15 -0400 (EDT) (envelope-from mike) Date: Mon, 3 Sep 2001 02:56:15 -0400 From: Mike Barcroft To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/astro/setiathome pkg-message ports/astro/setiathome/files rc.setiathome.conf setiathome.sh Message-ID: <20010903025615.C94021@coffee.q9media.com> Mail-Followup-To: Mike Barcroft , Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200109030212.f832CBk44164@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: <200109030212.f832CBk44164@freefall.freebsd.org>; from lioux@FreeBSD.org on Sun, Sep 02, 2001 at 07:12:11PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mario Sergio Fujikawa Ferreira writes: > lioux 2001/09/02 19:12:11 PDT > > Modified files: > astro/setiathome pkg-message > astro/setiathome/files rc.setiathome.conf setiathome.sh > Log: > Backout idprio startup options added on last rev while issue in PR > 18013 is investigated > > Submitted by: mike > > Revision Changes Path > 1.3 +1 -2 ports/astro/setiathome/pkg-message > 1.3 +1 -2 ports/astro/setiathome/files/rc.setiathome.conf > 1.8 +2 -3 ports/astro/setiathome/files/setiathome.sh Thanks! Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 2 23:58:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA18237B40A; Sun, 2 Sep 2001 23:58:19 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f836wJN96417; Sun, 2 Sep 2001 23:58:19 -0700 (PDT) (envelope-from murray) Message-Id: <200109030658.f836wJN96417@freefall.freebsd.org> From: Murray Stokely Date: Sun, 2 Sep 2001 23:58:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/02 23:58:19 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: First pass in turning this collection of topics into a more coherent chapter. Add missing words to form complete sentences, rephrase difficult to understand paragraphs, add additional markup tags such as , , etc.. Revision Changes Path 1.53 +140 -130 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0: 3: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 223A137B442; Mon, 3 Sep 2001 00:02:30 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8372Ud98094; Mon, 3 Sep 2001 00:02:30 -0700 (PDT) (envelope-from julian) Message-Id: <200109030702.f8372Ud98094@freefall.freebsd.org> From: Julian Elischer Date: Mon, 3 Sep 2001 00:02:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/03 00:02:30 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c Log: fix typo in last commit Revision Changes Path 1.23.2.10 +1 -1 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:12:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6588E37B401; Mon, 3 Sep 2001 00:12:23 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f837CNn05544; Mon, 3 Sep 2001 00:12:23 -0700 (PDT) (envelope-from murray) Message-Id: <200109030712.f837CNn05544@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 00:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 00:12:23 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Move the "Understanding X" section to the beginning of the chapter. It seemed a bit odd to read about the technical details of installing X, then to read a general overview, and then to read technical details of installing GNOME or KDE. This chapter now starts off with the overview which covers a lot of information that makes the rest of the chapter easier to digest. Revision Changes Path 1.54 +242 -242 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:20:27 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 1795A37B401; Mon, 3 Sep 2001 00:20:22 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f837KDP05908; Mon, 3 Sep 2001 11:20:14 +0400 (MSD) (envelope-from ache) Date: Mon, 3 Sep 2001 11:20:11 +0400 From: "Andrey A. Chernov" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Message-ID: <20010903112009.A5743@nagual.pp.ru> References: <200109021910.f82JACD82362@freefall.freebsd.org> <20159.999494813@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20159.999494813@critter> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 07:26:53 +0200, Poul-Henning Kamp wrote: > > NOTE: You forgot to add "Reviewed by: xxx" > > Or do you seriously think that mucking about in STDIO doesn't need > a review ? It depends on sort of changes. Serious ones needs review. Maybe this commit message sounds like something big happens, but really not. Most of flags moved out of functions mentioned not affects original stdio and very recent stdio processing (but affects in the middle of my changes flow), really only __SOFF moved out __seek affects it. So, it is more code style change and _not_ architectural redesign. I.e. if they say, that those functions are replaceable, it is bad style to put internal flags processing inside them, because in the future some new internal flag can be added there too which not coexist well with replace. Exact this happens originally with __SOFF. In my changes flow only one was serious enough for review, it was disabling ungetc() at 0, but it is backed out now. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:23:46 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 36A4F37B401; Mon, 3 Sep 2001 00:23:41 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f837NWo06003; Mon, 3 Sep 2001 11:23:33 +0400 (MSD) (envelope-from ache) Date: Mon, 3 Sep 2001 11:23:28 +0400 From: "Andrey A. Chernov" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Message-ID: <20010903112326.B5743@nagual.pp.ru> References: <200109021910.f82JACD82362@freefall.freebsd.org> <20159.999494813@critter> <20010903112009.A5743@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010903112009.A5743@nagual.pp.ru> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 11:20:11 +0400, Andrey A. Chernov wrote: > On Mon, Sep 03, 2001 at 07:26:53 +0200, Poul-Henning Kamp wrote: > > > > NOTE: You forgot to add "Reviewed by: xxx" > > > > Or do you seriously think that mucking about in STDIO doesn't need > > a review ? But point taken, I'll try to put more materials under review first. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:24:46 2001 Delivered-To: cvs-all@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 54B6837B406; Mon, 3 Sep 2001 00:24:38 -0700 (PDT) Received: from mail.cicely.de (cicely20 [10.1.1.22]) by srv1.cosmo-project.de (8.11.0/8.11.0) with ESMTP id f837OXA33509; Mon, 3 Sep 2001 09:24:36 +0200 (CEST) Received: (from ticso@localhost) by mail.cicely.de (8.11.0/8.11.0) id f837Oqa06796; Mon, 3 Sep 2001 09:24:52 +0200 (CEST) Date: Mon, 3 Sep 2001 09:24:51 +0200 From: Bernd Walter To: Robert Watson Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/posix1e cap_copy.c Message-ID: <20010903092451.A5139@cicely20.cicely.de> References: <200109022313.f82NDnm13195@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: <200109022313.f82NDnm13195@freefall.freebsd.org>; from rwatson@FreeBSD.ORG on Sun, Sep 02, 2001 at 04:13:49PM -0700 X-Operating-System: NetBSD cicely20.cicely.de 1.5 sparc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 04:13:49PM -0700, Robert Watson wrote: > rwatson 2001/09/02 16:13:49 PDT > > Modified files: > lib/libc/posix1e cap_copy.c > Log: > o Sync up prototypes for cap_size() and cap_copy_ext() with > sys/capability.h--this compiled fine on i386 where (int) and (ssize_t) > are the same, but broke on Alpha where they differ. Thanks. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:39:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FE237B406; Mon, 3 Sep 2001 00:39:33 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f837dXm11973; Mon, 3 Sep 2001 00:39:33 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109030739.f837dXm11973@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 00:39:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/gnomepilot-conduits Makefile ports/palm/syncal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 00:39:33 PDT Modified files: palm/gnomepilot-conduits Makefile palm/syncal Makefile Log: Correct version number of libpisock. Submitted by: bento Revision Changes Path 1.14 +2 -2 ports/palm/gnomepilot-conduits/Makefile 1.11 +2 -2 ports/palm/syncal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:44:43 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 5052D37B403 for ; Mon, 3 Sep 2001 00:44:32 -0700 (PDT) Received: (qmail 80376 invoked by uid 1000); 3 Sep 2001 07:41:20 -0000 Date: Mon, 3 Sep 2001 10:41:20 +0300 From: Peter Pentchev To: Mike Barcroft Cc: Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/astro/setiathome pkg-message ports/astro/setiathome/files rc.setiathome.conf setiathome.sh Message-ID: <20010903104120.E72833@ringworld.oblivion.bg> Mail-Followup-To: Mike Barcroft , Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org References: <200109011649.f81GnUR10870@freefall.freebsd.org> <20010901130455.G85574@coffee.q9media.com> <20010902185701.B94021@coffee.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010902185701.B94021@coffee.q9media.com>; from mike@FreeBSD.org on Sun, Sep 02, 2001 at 06:57:01PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 06:57:01PM -0400, Mike Barcroft wrote: > Mike Barcroft writes: > > Mario Sergio Fujikawa Ferreira writes: > > > lioux 2001/09/01 09:49:30 PDT > > > > > > Modified files: > > > astro/setiathome pkg-message > > > astro/setiathome/files rc.setiathome.conf setiathome.sh > > > Log: > > > Enhancements to allow starting up setiathome using idprio > > > > > > PR: 30209 > > > Submitted by: MAINTAINER > > > Prompted by: Stephen J. Roznowski > > > > > > Revision Changes Path > > > 1.2 +2 -1 ports/astro/setiathome/pkg-message > > > 1.2 +2 -1 ports/astro/setiathome/files/rc.setiathome.conf > > > 1.7 +4 -3 ports/astro/setiathome/files/setiathome.sh > > > > NO! Don't do this! Please see PR 18013. > > Mario, > I haven't recieved a reply from you. Could you please back this out > ASAP. The last thing we want to do is trigger priority inversion > panics on unsuspecting users of SETI@home running -STABLE/-RELEASE. And it would be nice to have a solution to this problem before the ports freeze today.. G'luck, Peter -- Hey, out there - is it *you* reading me, or is it someone else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 0:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4412D37B403; Mon, 3 Sep 2001 00:50:14 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f837oEn13855; Mon, 3 Sep 2001 00:50:14 -0700 (PDT) (envelope-from scottl) Message-Id: <200109030750.f837oEn13855@freefall.freebsd.org> From: Scott Long Date: Mon, 3 Sep 2001 00:50:14 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/09/03 00:50:14 PDT Modified files: sys/dev/aac aac.c Log: Sigh. There are actually two ioctls ranges that need to be watched on the linux side. This will all be over soon... Revision Changes Path 1.25 +2 -2 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 Mon Sep 3 0:58:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB55E37B401; Mon, 3 Sep 2001 00:58:32 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f837wW714514; Mon, 3 Sep 2001 00:58:32 -0700 (PDT) (envelope-from peter) Message-Id: <200109030758.f837wW714514@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Sep 2001 00:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/03 00:58:32 PDT Modified files: sys/ia64/conf GENERIC Log: Since we're cross compiling from x86, ignore the x86 CPUTYPE by default. Revision Changes Path 1.12 +2 -1 src/sys/ia64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1: 2:52 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id F356837B407 for ; Mon, 3 Sep 2001 01:02:38 -0700 (PDT) Received: (qmail 84333 invoked by uid 1000); 3 Sep 2001 07:59:53 -0000 Date: Mon, 3 Sep 2001 10:59:53 +0300 From: Peter Pentchev To: Mike Barcroft , Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/astro/setiathome pkg-message ports/astro/setiathome/files rc.setiathome.conf setiathome.sh Message-ID: <20010903105953.F72833@ringworld.oblivion.bg> Mail-Followup-To: Mike Barcroft , Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org References: <200109011649.f81GnUR10870@freefall.freebsd.org> <20010901130455.G85574@coffee.q9media.com> <20010902185701.B94021@coffee.q9media.com> <20010903104120.E72833@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010903104120.E72833@ringworld.oblivion.bg>; from roam@ringlet.net on Mon, Sep 03, 2001 at 10:41:20AM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 10:41:20AM +0300, Peter Pentchev wrote: > On Sun, Sep 02, 2001 at 06:57:01PM -0400, Mike Barcroft wrote: > > Mike Barcroft writes: > > > Mario Sergio Fujikawa Ferreira writes: > > > > lioux 2001/09/01 09:49:30 PDT > > > > > > > > Modified files: > > > > astro/setiathome pkg-message > > > > astro/setiathome/files rc.setiathome.conf setiathome.sh > > > > Log: > > > > Enhancements to allow starting up setiathome using idprio > > > > > > > > PR: 30209 > > > > Submitted by: MAINTAINER > > > > Prompted by: Stephen J. Roznowski > > > > > > > > Revision Changes Path > > > > 1.2 +2 -1 ports/astro/setiathome/pkg-message > > > > 1.2 +2 -1 ports/astro/setiathome/files/rc.setiathome.conf > > > > 1.7 +4 -3 ports/astro/setiathome/files/setiathome.sh > > > > > > NO! Don't do this! Please see PR 18013. > > > > Mario, > > I haven't recieved a reply from you. Could you please back this out > > ASAP. The last thing we want to do is trigger priority inversion > > panics on unsuspecting users of SETI@home running -STABLE/-RELEASE. > > And it would be nice to have a solution to this problem before > the ports freeze today.. Oops, sorry. Should read my commit mail earlier in the day. It seems Mario already backed out the idprio usage. Again, apologies. G'luck, Peter -- This sentence claims to be an Epimenides paradox, but it is lying. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1: 4:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D70CC37B403; Mon, 3 Sep 2001 01:04:36 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8384ak22097; Mon, 3 Sep 2001 01:04:36 -0700 (PDT) (envelope-from roam) Message-Id: <200109030804.f8384ak22097@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 3 Sep 2001 01:04:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/09/03 01:04:36 PDT Modified files: mail/fetchmail Makefile Log: For the X11 case, when tkinter is needed, look for it the right way - by USE_PYTHON and PYTHON_VERSION instead of hardcoding a python2.0 path component. Bump PORTREVISION accordingly. Apologies to Ville for committing this without maintainer approval, but the ports freeze is so close, and this looks like a trivial build fix.. PR: 30271 Submitted by: John Merryweather Cooper Revision Changes Path 1.128 +4 -2 ports/mail/fetchmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1: 9:23 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id F013437B403 for ; Mon, 3 Sep 2001 01:09:11 -0700 (PDT) Received: (qmail 84454 invoked by uid 1000); 3 Sep 2001 08:06:28 -0000 Date: Mon, 3 Sep 2001 11:06:28 +0300 From: Peter Pentchev To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile pkg-plist Message-ID: <20010903110628.G72833@ringworld.oblivion.bg> Mail-Followup-To: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200109030549.f835nDa75558@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: <200109030549.f835nDa75558@freefall.freebsd.org>; from dwcjr@FreeBSD.org on Sun, Sep 02, 2001 at 10:49:13PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 10:49:13PM -0700, David W. Chapman Jr. wrote: > dwcjr 2001/09/02 22:49:13 PDT > > Modified files: > mail/mutt-devel Makefile pkg-plist > Log: > Update PORTDOC compliance > > Submitted by: maintainer Aside from the use of %%PORTDOCS%% mentioned by others, I think that both this and rev. 1.126 should have bumped PORTREVISION. IIRC, the rule for bumping PORTREVISION is that any change which modifies the package should be indicated as such. The previous commit would have modified a package built with a different LOCALBASE, and this commit would have modified a package built with NOPORTDOCS (e.g. a custom release build). Or am I going too far? :) G'luck, Peter -- This sentence contradicts itself - or rather - well, no, actually it doesn't! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:18:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FBFF37B403; Mon, 3 Sep 2001 01:18:17 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838IH027415; Mon, 3 Sep 2001 01:18:17 -0700 (PDT) (envelope-from knu) Message-Id: <200109030818.f838IH027415@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 01:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-lua Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 01:18:17 PDT Modified files: lang/ruby-lua Makefile distinfo Log: Update to 20010831. Revision Changes Path 1.2 +2 -2 ports/lang/ruby-lua/Makefile 1.2 +1 -1 ports/lang/ruby-lua/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:20:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84FB837B401; Mon, 3 Sep 2001 01:20:53 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838KrT27871; Mon, 3 Sep 2001 01:20:53 -0700 (PDT) (envelope-from imp) Message-Id: <200109030820.f838KrT27871@freefall.freebsd.org> From: Warner Losh Date: Mon, 3 Sep 2001 01:20:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/03 01:20:53 PDT Modified files: sys/pccard pcic_pci.c Log: Add recognition for ToPIC95B Revision Changes Path 1.87 +4 -1 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:23: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from infinitive.futureperfectcorporation.com (curie.sunesi.com [196.25.112.244]) by hub.freebsd.org (Postfix) with SMTP id D3C9737B407 for ; Mon, 3 Sep 2001 01:22:50 -0700 (PDT) Received: (qmail 32444 invoked by uid 0); 3 Sep 2001 08:22:48 -0000 Received: from choke.sunesi.net (HELO gerund.futureperfectcorporation.com) (196.25.112.242) by infinitive.futureperfectcorporation.com with SMTP; 3 Sep 2001 08:22:48 -0000 Received: (qmail 21029 invoked by uid 1001); 3 Sep 2001 08:23:18 -0000 Date: Mon, 3 Sep 2001 10:23:18 +0200 From: Neil Blakey-Milner To: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile pkg-plist Message-ID: <20010903102317.C20551@mithrandr.moria.org> References: <200109030549.f835nDa75558@freefall.freebsd.org> <20010903110628.G72833@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010903110628.G72833@ringworld.oblivion.bg>; from roam@ringlet.net on Mon, Sep 03, 2001 at 11:06:28AM +0300 Organization: iTouch Labs X-Operating-System: FreeBSD 4.3-RELEASE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon 2001-09-03 (11:06), Peter Pentchev wrote: > On Sun, Sep 02, 2001 at 10:49:13PM -0700, David W. Chapman Jr. wrote: > > dwcjr 2001/09/02 22:49:13 PDT > > > > Modified files: > > mail/mutt-devel Makefile pkg-plist > > Log: > > Update PORTDOC compliance > > > > Submitted by: maintainer > > Aside from the use of %%PORTDOCS%% mentioned by others, I think that > both this and rev. 1.126 should have bumped PORTREVISION. > > IIRC, the rule for bumping PORTREVISION is that any change which > modifies the package should be indicated as such. The previous > commit would have modified a package built with a different LOCALBASE, > and this commit would have modified a package built with NOPORTDOCS > (e.g. a custom release build). Theoretically the minimum is that it changes the packages we (as FreeBSD) generate. But I'm reasonably sure Debian (and maybe RedHat) do bumps whenever the package source changes. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:32:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E0937B407; Mon, 3 Sep 2001 01:32:43 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838WhC30217; Mon, 3 Sep 2001 01:32:43 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200109030832.f838WhC30217@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 3 Sep 2001 01:32:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/siod Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2001/09/03 01:32:43 PDT Modified files: lang/siod Makefile Log: Update MASTER_SITES. Revision Changes Path 1.10 +4 -3 ports/lang/siod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:46:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC46337B408; Mon, 3 Sep 2001 01:46:42 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838kga33361; Mon, 3 Sep 2001 01:46:42 -0700 (PDT) (envelope-from ru) Message-Id: <200109030846.f838kga33361@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 3 Sep 2001 01:46:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net inet_net.3 Makefile.inc inet.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/03 01:46:42 PDT Modified files: (Branch: RELENG_4) lib/libc/net Makefile.inc inet.3 Added files: (Branch: RELENG_4) lib/libc/net inet_net.3 Log: MFC: Manpage for inet_net_ntop(3) and inet_net_pton(3). Approved by: jkh Revision Changes Path 1.36.2.3 +4 -2 src/lib/libc/net/Makefile.inc 1.8.2.7 +3 -1 src/lib/libc/net/inet.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:53:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3ADF37B401; Mon, 3 Sep 2001 01:53:35 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838rZq35325; Mon, 3 Sep 2001 01:53:35 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200109030853.f838rZq35325@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 3 Sep 2001 01:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2001/09/03 01:53:35 PDT Modified files: www/mhonarc Makefile Log: Correct MASTER_SITES. Revision Changes Path 1.19 +3 -3 ports/www/mhonarc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:55:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD5BF37B403; Mon, 3 Sep 2001 01:55:11 -0700 (PDT) Received: (from bp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838tB635680; Mon, 3 Sep 2001 01:55:11 -0700 (PDT) (envelope-from bp) Message-Id: <200109030855.f838tB635680@freefall.freebsd.org> From: Boris Popov Date: Mon, 3 Sep 2001 01:55:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netsmb smb_crypt.c smb_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bp 2001/09/03 01:55:11 PDT Modified files: (Branch: RELENG_4) sys/netsmb smb_crypt.c smb_subr.c Log: MFC: fix an off-by-one error and map additional error code. Approved by: jkh Revision Changes Path 1.1.2.3 +2 -2 src/sys/netsmb/smb_crypt.c 1.1.2.2 +2 -1 src/sys/netsmb/smb_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 Sep 3 1:57:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 157C337B401; Mon, 3 Sep 2001 01:57:33 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838vXt36192; Mon, 3 Sep 2001 01:57:33 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200109030857.f838vXt36192@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 3 Sep 2001 01:57:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/nspostgres Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2001/09/03 01:57:33 PDT Modified files: www/nspostgres Makefile Log: Correct MASTER_SITE. Revision Changes Path 1.4 +2 -2 ports/www/nspostgres/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 1:58:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF7737B403; Mon, 3 Sep 2001 01:58:12 -0700 (PDT) Received: (from bp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f838wCB36335; Mon, 3 Sep 2001 01:58:12 -0700 (PDT) (envelope-from bp) Message-Id: <200109030858.f838wCB36335@freefall.freebsd.org> From: Boris Popov Date: Mon, 3 Sep 2001 01:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bp 2001/09/03 01:58:11 PDT Modified files: (Branch: RELENG_4) sys/fs/smbfs smbfs_vnops.c Log: MFC: return proper value for maximum file name length. Approved by: jkh Revision Changes Path 1.2.2.2 +2 -2 src/sys/fs/smbfs/smbfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 2: 8:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6686037B409; Mon, 3 Sep 2001 02:08:38 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8398cH41765; Mon, 3 Sep 2001 02:08:38 -0700 (PDT) (envelope-from knu) Message-Id: <200109030908.f8398cH41765@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 02:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-fltk Makefile distinfo pkg-plist ports/x11-toolkits/ruby-fltk/files patch-adjuster.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 02:08:38 PDT Modified files: x11-toolkits/ruby-fltk Makefile distinfo pkg-plist Removed files: x11-toolkits/ruby-fltk/files patch-adjuster.rb Log: Update to the 0.1 release. Revision Changes Path 1.6 +10 -11 ports/x11-toolkits/ruby-fltk/Makefile 1.3 +1 -1 ports/x11-toolkits/ruby-fltk/distinfo 1.5 +10 -7 ports/x11-toolkits/ruby-fltk/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 Sep 3 2:42:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F8CF37B405; Mon, 3 Sep 2001 02:42:40 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f839ger54512; Mon, 3 Sep 2001 02:42:40 -0700 (PDT) (envelope-from murray) Message-Id: <200109030942.f839ger54512@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 02:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys ptrace.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 02:42:40 PDT Modified files: lib/libc/sys ptrace.2 Log: PT_STEP in ptrace(2) man page is described as 'addr and data fields are not used'. This is incorrect, as addr must be passed (caddr_t)1 to do anything useful. The source for gdb and a short test program will confirm that this man page was in error. PR: docs/27758 Submitted by: Jiangyi Liu Revision Changes Path 1.24 +4 -4 src/lib/libc/sys/ptrace.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 2:45:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD3437B406; Mon, 3 Sep 2001 02:45:41 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f839jf455894; Mon, 3 Sep 2001 02:45:41 -0700 (PDT) (envelope-from yokota) Message-Id: <200109030945.f839jf455894@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Mon, 3 Sep 2001 02:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c isa_common.h isavar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/09/03 02:45:41 PDT Modified files: sys/isa isa_common.c isa_common.h isavar.h Log: Add a new field, id_config_attr to the struct isa_device. It will be later used to store some flags to control PnP device configurations. Revision Changes Path 1.25 +9 -1 src/sys/isa/isa_common.c 1.8 +4 -1 src/sys/isa/isa_common.h 1.21 +4 -2 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 Mon Sep 3 2:52: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B73137B403; Mon, 3 Sep 2001 02:51:56 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f839pu158094; Mon, 3 Sep 2001 02:51:56 -0700 (PDT) (envelope-from roam) Message-Id: <200109030951.f839pu158094@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 3 Sep 2001 02:51:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/penv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/09/03 02:51:56 PDT Modified files: sysutils/penv Makefile distinfo Log: Update to 1.0, which adds the ability to only list the environment changes without executing anything. Also, the config file path, the paths to envdir and printenv and the database dir path are now dynamically adjusted in both the manual page and the sample config file. Revision Changes Path 1.2 +1 -10 ports/sysutils/penv/Makefile 1.2 +1 -1 ports/sysutils/penv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 2:55: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE92037B405; Mon, 3 Sep 2001 02:54:51 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f839spZ59598; Mon, 3 Sep 2001 02:54:51 -0700 (PDT) (envelope-from knu) Message-Id: <200109030954.f839spZ59598@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 02:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-basic-mule-packages Makefile distinfo ports/editors/xemacs-comm-packages Makefile distinfo ports/editors/xemacs-libs-packages Makefile distinfo ports/editors/xemacs-mule-packages Makefile distinfo ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 02:54:51 PDT Modified files: editors/xemacs-basic-mule-packages Makefile distinfo editors/xemacs-comm-packages Makefile distinfo editors/xemacs-libs-packages Makefile distinfo editors/xemacs-mule-packages Makefile distinfo editors/xemacs-oa-packages Makefile distinfo editors/xemacs-packages Makefile distinfo editors/xemacs-prog-packages Makefile distinfo editors/xemacs-wp-packages Makefile distinfo Log: Update XEmacs packages suite. xemacs-basic-mule-packages: 1.3 -> 1.4 - Update the following packages: egg-its 1.25 -> 1.26 mule-base 1.37 -> 1.39 skk 1.18 -> 1.19 xemacs-comm-packages: 2.4 -> 2.5 - Update the following packages: bbdb 1.12 -> 1.13 eicq 1.04 -> 1.05 gnus 1.55 -> 1.56 tm 1.26 -> 1.29 vm 6.92 -> 6.95 zenirc 1.09 -> 1.11 xemacs-libs-packages: 2.3 -> 2.4 - Update the following packages: edebug 1.13 -> 1.14 xemacs-mule-packages: 1.2 -> 1.3 - Update the following packages: lookup 1.07 -> 1.08 xemacs-oa-packages: 1.4 -> 1.5 - Update the following packages: calc 1.14 -> 1.17 pc 1.19 -> 1.20 speedbar 1.19 -> 1.21 xemacs-packages: 1.9 -> 1.10 - Update the following packages: auctex 1.24 -> 1.25 cc-mode 1.24 -> 1.25 dired 1.09 -> 1.11 edit-utils 1.57 -> 1.65 efs 1.22 -> 1.26 fsf-compat 1.08 -> 1.09 ispell 1.22 -> 1.23 mail-lib 1.36 -> 1.39 mailcrypt 2.07 -> 2.09 net-utils 1.15 -> 1.20 pcl-cvs 1.53 -> 1.55 prog-modes 1.35 -> 1.40 text-modes 1.29 -> 1.32 vc 1.26 -> 1.28 viper 1.25 -> 1.26 w3 1.18 -> 1.20 xemacs-prog-packages: 2.5 -> 2.6 - Update the following packages: ediff 1.30 -> 1.31 jde 1.26 -> 1.27 semantic 1.05 -> 1.06 vc-cc 1.15 -> 1.16 - Add a runtime dependency on xemacs-basic-mule-packages. PR: ports/28136 Submitted by: Dave Glowacki xemacs-wp-packages: 1.3 -> 1.4 - Update the following packages: edt 1.11 -> 1.12 reftex 1.22 -> 1.23 PR: ports/29718 Submitted by: The Anarcat Revision Changes Path 1.15 +5 -5 ports/editors/xemacs-basic-mule-packages/Makefile 1.10 +3 -3 ports/editors/xemacs-basic-mule-packages/distinfo 1.26 +8 -8 ports/editors/xemacs-comm-packages/Makefile 1.18 +6 -6 ports/editors/xemacs-comm-packages/distinfo 1.23 +3 -3 ports/editors/xemacs-libs-packages/Makefile 1.16 +1 -1 ports/editors/xemacs-libs-packages/distinfo 1.14 +3 -3 ports/editors/xemacs-mule-packages/Makefile 1.8 +1 -1 ports/editors/xemacs-mule-packages/distinfo 1.26 +5 -5 ports/editors/xemacs-oa-packages/Makefile 1.17 +3 -3 ports/editors/xemacs-oa-packages/distinfo 1.25 +20 -20 ports/editors/xemacs-packages/Makefile 1.19 +16 -16 ports/editors/xemacs-packages/distinfo 1.27 +8 -6 ports/editors/xemacs-prog-packages/Makefile 1.20 +4 -4 ports/editors/xemacs-prog-packages/distinfo 1.23 +4 -4 ports/editors/xemacs-wp-packages/Makefile 1.15 +2 -2 ports/editors/xemacs-wp-packages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 3: 6:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9645D37B409; Mon, 3 Sep 2001 03:06:09 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83A69v67592; Mon, 3 Sep 2001 03:06:09 -0700 (PDT) (envelope-from knu) Message-Id: <200109031006.f83A69v67592@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 03:06:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/emh-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/emh-xemacs21-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 03:06:09 PDT Modified files: mail Makefile Added files: mail/emh-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-plist mail/emh-xemacs21-mule Makefile Log: Add emh-emacs20 and emh-xemacs21-mule, MIME extension of mh-e.el. PR: ports/26511 Submitted by: Yoichi NAKAYAMA Revision Changes Path 1.255 +3 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 3: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B1A137B432; Mon, 3 Sep 2001 03:06:26 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83A6Qx67787; Mon, 3 Sep 2001 03:06:26 -0700 (PDT) (envelope-from murray) Message-Id: <200109031006.f83A6Qx67787@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 03:06:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 matcd.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 03:06:26 PDT Modified files: share/man/man4/man4.i386 matcd.4 Log: Two characters in the devices name in the SYNOPSIS were transposed. matcdl0c -> matcd0lc PR: docs/25000 Submitted by: Rich Morin Revision Changes Path 1.21 +5 -5 src/share/man/man4/man4.i386/matcd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 3: 8:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C04937B407; Mon, 3 Sep 2001 03:08:13 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83A8Du68485; Mon, 3 Sep 2001 03:08:13 -0700 (PDT) (envelope-from knu) Message-Id: <200109031008.f83A8Du68485@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 03:08:13 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 03:08:13 PDT Modified files: . modules Log: emh-emacs20 --> ports/mail/emh-emacs20 emh-xemacs21-mule --> ports/mail/emh-xemacs21-mule Revision Changes Path 1.3792 +3 -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 Sep 3 3:10: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9602037B403; Mon, 3 Sep 2001 03:09:55 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83A9tN69224; Mon, 3 Sep 2001 03:09:55 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200109031009.f83A9tN69224@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 3 Sep 2001 03:09:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/pgdriver Makefile distinfo ports/www/pgdriver/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2001/09/03 03:09:55 PDT Modified files: www/pgdriver Makefile distinfo www/pgdriver/files patch-aa Removed files: www/pgdriver/files patch-ab Log: Upgrade to v2.0. Revision Changes Path 1.2 +6 -4 ports/www/pgdriver/Makefile 1.2 +1 -1 ports/www/pgdriver/distinfo 1.2 +17 -18 ports/www/pgdriver/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 Sep 3 3:24:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D25A537B403; Mon, 3 Sep 2001 03:24:43 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83AOhE76487; Mon, 3 Sep 2001 03:24:43 -0700 (PDT) (envelope-from murray) Message-Id: <200109031024.f83AOhE76487@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 03:24:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ed.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 03:24:43 PDT Modified files: share/man/man4 ed.4 Log: Add more information to the 'device timeout' message in the diagnostics section. PR: docs/30163 Revision Changes Path 1.28 +5 -1 src/share/man/man4/ed.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 3:41:50 2001 Delivered-To: cvs-all@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id DD21D37B403; Mon, 3 Sep 2001 03:41:41 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (root@fump.kawo2.rwth-aachen.de [134.130.181.148]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id MAA26415; Mon, 3 Sep 2001 12:41:40 +0200 Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.3/8.11.3) id f83AflM27231; Mon, 3 Sep 2001 12:41:48 +0200 (CEST) (envelope-from alex) Date: Mon, 3 Sep 2001 12:41:46 +0200 From: Alexander Langer To: Kris Kennaway Cc: Josef Karthauser , Paul Richards , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/update pkg_update.pl Message-ID: <20010903124146.A27078@fump.kawo2.rwth-aachen.de> References: <200012300014.eBU0E1238805@freefall.freebsd.org> <20010902012740.A11122@tao.org.uk> <20010901173230.A17955@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010901173230.A17955@xor.obsecurity.org>; from kris@obsecurity.org on Sat, Sep 01, 2001 at 05:32:30PM -0700 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. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Is there any remaining need for this pkg_update implementation now > that knu's portupgrade does such a complete job? Why is knu's portupgrade a port anyways and not developed in our src tree? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 3:43:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE08E37B40B; Mon, 3 Sep 2001 03:43:50 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Ahow86544; Mon, 3 Sep 2001 03:43:50 -0700 (PDT) (envelope-from phantom) Message-Id: <200109031043.f83Ahow86544@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 3 Sep 2001 03:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/09/03 03:43:50 PDT Modified files: en/news news.xml Log: fix link to Jordan's announcement (it's in archive now, not in current spool) Revision Changes Path 1.17 +2 -2 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 3:45:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A836737B409; Mon, 3 Sep 2001 03:45:18 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83AjIG87461; Mon, 3 Sep 2001 03:45:18 -0700 (PDT) (envelope-from wjv) Message-Id: <200109031045.f83AjIG87461@freefall.freebsd.org> From: Johann Visagie Date: Mon, 3 Sep 2001 03:45:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/py-gato Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/py-gato/files patch-Gato.py patch-GatoUtil.py patch-Graph.py patch-GraphUtil.py patch-Gred.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/03 03:45:18 PDT Modified files: math Makefile Added files: math/py-gato Makefile distinfo pkg-comment pkg-descr pkg-plist math/py-gato/files patch-Gato.py patch-GatoUtil.py patch-Graph.py patch-GraphUtil.py patch-Gred.py Log: Add py-gato 0.96.g, a Python-based toolbox to visualise algorithms on graphs. Revision Changes Path 1.140 +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 Mon Sep 3 3:45:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C929C37B421; Mon, 3 Sep 2001 03:45:23 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83AjNu87497; Mon, 3 Sep 2001 03:45:23 -0700 (PDT) (envelope-from wjv) Message-Id: <200109031045.f83AjNu87497@freefall.freebsd.org> From: Johann Visagie Date: Mon, 3 Sep 2001 03:45:23 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/03 03:45:23 PDT Modified files: . modules Log: py-gato --> ports/math/py-gato Revision Changes Path 1.3793 +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 Sep 3 4:12:38 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 71CD437B401; Mon, 3 Sep 2001 04:12:30 -0700 (PDT) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 5CD093E28; Mon, 3 Sep 2001 04:12:27 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 509563C12D; Mon, 3 Sep 2001 04:12:27 -0700 (PDT) To: Alexander Langer Cc: Kris Kennaway , Josef Karthauser , Paul Richards , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/update pkg_update.pl In-Reply-To: <20010903124146.A27078@fump.kawo2.rwth-aachen.de>; from alex@big.endian.de on "Mon, 3 Sep 2001 12:41:46 +0200" Date: Mon, 03 Sep 2001 04:12:22 -0700 From: Dima Dorfman Message-Id: <20010903111227.5CD093E28@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alexander Langer wrote: > > Is there any remaining need for this pkg_update implementation now > > that knu's portupgrade does such a complete job? > > Why is knu's portupgrade a port anyways and not developed in our src > tree? I guess one reason is that it depends on Ruby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 4:33:42 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 468C537B408; Mon, 3 Sep 2001 04:33:31 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id 4DB07542E; Mon, 3 Sep 2001 13:33:28 +0200 (CEST) Date: Mon, 3 Sep 2001 13:33:28 +0200 From: Anton Berezin To: Josef Karthauser Cc: Paul Richards , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/update pkg_update.pl Message-ID: <20010903133328.A35211@heechee.tobez.org> References: <200012300014.eBU0E1238805@freefall.freebsd.org> <20010902012740.A11122@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010902012740.A11122@tao.org.uk>; from joe@tao.org.uk on Sun, Sep 02, 2001 at 01:27:40AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 01:27:40AM +0100, Josef Karthauser wrote: > On Fri, Dec 29, 2000 at 04:14:01PM -0800, Paul Richards wrote: > > paul 2000/12/29 16:14:01 PST > > > > Modified files: > > usr.sbin/pkg_install/update pkg_update.pl > > Log: > > Change open modes from ">$file" to "> $file" because it's much safer should > > $file not be what you expect, particularly should $file turn out to be > > "+REQUIRES" since ">+" is a valid open mode. > > > > This isn't currently a problem since $file is constructed safely > > but it removes the potential of future problems. > > Pointed out by Anton Berezin. > > > > Revision Changes Path > > 1.3 +3 -3 src/usr.sbin/pkg_install/update/pkg_update.pl > > Sorry I've taken so long to get around to this one. > > Are you sure? The perl docs for 'open' explicitly say that the + > needs to come before the >. Oops. It looks like it was not a problem. ;-) I think that this change should stay regardless, however. "> $file" is easier to read than ">$file". +Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 4:33:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2957D37B407; Mon, 3 Sep 2001 04:33:34 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83BXYp15514; Mon, 3 Sep 2001 04:33:34 -0700 (PDT) (envelope-from brian) Message-Id: <200109031133.f83BXYp15514@freefall.freebsd.org> From: Brian Somers Date: Mon, 3 Sep 2001 04:33:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pppoa Makefile pkg-plist ports/net/pppoa/files quick-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/03 04:33:34 PDT Modified files: net/pppoa Makefile pkg-plist Added files: net/pppoa/files quick-install Log: Mention what needs to be done to enable this port. Suggested by: n_hibma Revision Changes Path 1.3 +3 -1 ports/net/pppoa/Makefile 1.2 +2 -0 ports/net/pppoa/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 Sep 3 4:35:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4772737B409; Mon, 3 Sep 2001 04:35:18 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83BZIQ16527; Mon, 3 Sep 2001 04:35:18 -0700 (PDT) (envelope-from brian) Message-Id: <200109031135.f83BZIQ16527@freefall.freebsd.org> From: Brian Somers Date: Mon, 3 Sep 2001 04:35:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile newsyslog.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/03 04:35:18 PDT Modified files: etc Makefile newsyslog.conf Log: Allow group network to read ppp.log & slip.log. Suggested by: Jesper Skriver Revision Changes Path 1.260 +3 -3 src/etc/Makefile 1.34 +3 -3 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 5:28: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D93BB37B405; Mon, 3 Sep 2001 05:27:59 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83CRxa54392; Mon, 3 Sep 2001 05:27:59 -0700 (PDT) (envelope-from knu) Message-Id: <200109031227.f83CRxa54392@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 05:27:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqlite Makefile distinfo ports/databases/sqlite/files Makefile.bsd patch-test X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 05:27:59 PDT Modified files: databases/sqlite Makefile distinfo databases/sqlite/files Makefile.bsd patch-test Log: Update to 1.0.32 and unbreak. - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error. Revision Changes Path 1.6 +2 -3 ports/databases/sqlite/Makefile 1.5 +1 -1 ports/databases/sqlite/distinfo 1.2 +4 -3 ports/databases/sqlite/files/Makefile.bsd 1.2 +6 -0 ports/databases/sqlite/files/patch-test To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 6: 0: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A570837B401; Mon, 3 Sep 2001 06:00:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83D01L72139; Mon, 3 Sep 2001 06:00:01 -0700 (PDT) (envelope-from knu) Message-Id: <200109031300.f83D01L72139@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 06:00:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby Makefile distinfo ports/lang/ruby-devel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 06:00:01 PDT Modified files: Mk bsd.ruby.mk lang/ruby Makefile distinfo lang/ruby-devel Makefile distinfo Log: Update to the latest snapshots. We are now six hours away from the ports freeze! Revision Changes Path 1.56 +6 -6 ports/Mk/bsd.ruby.mk 1.74 +5 -5 ports/lang/ruby/Makefile 1.52 +1 -0 ports/lang/ruby/distinfo 1.19 +5 -5 ports/lang/ruby-devel/Makefile 1.11 +1 -0 ports/lang/ruby-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 6:19:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0078A37B403; Mon, 3 Sep 2001 06:19:50 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83DJnO84537; Mon, 3 Sep 2001 06:19:49 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031319.f83DJnO84537@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 06:19:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-game Makefile distinfo pkg-plist ports/devel/py-game/files patch-config_unix.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 06:19:49 PDT Modified files: devel/py-game Makefile distinfo pkg-plist Added files: devel/py-game/files patch-config_unix.py Log: Update to 1.2. Revision Changes Path 1.10 +1 -1 ports/devel/py-game/Makefile 1.6 +1 -1 ports/devel/py-game/distinfo 1.6 +8 -0 ports/devel/py-game/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 Sep 3 6:34:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6FD237B406; Mon, 3 Sep 2001 06:34:11 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83DYBT91825; Mon, 3 Sep 2001 06:34:11 -0700 (PDT) (envelope-from tobez) Message-Id: <200109031334.f83DYBT91825@freefall.freebsd.org> From: Anton Berezin Date: Mon, 3 Sep 2001 06:34:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-CIDR Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/03 06:34:11 PDT Modified files: net Makefile Added files: net/p5-Net-CIDR Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Net-CIDR 0.02, perl module to manipulate IPv4/IPv6 netblocks in CIDR notation. PR: 30277 Submitted by: Andy Sparrow Revision Changes Path 1.607 +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 Mon Sep 3 6:34:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DB8637B42F; Mon, 3 Sep 2001 06:34:17 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83DYHb91908; Mon, 3 Sep 2001 06:34:17 -0700 (PDT) (envelope-from tobez) Message-Id: <200109031334.f83DYHb91908@freefall.freebsd.org> From: Anton Berezin Date: Mon, 3 Sep 2001 06:34:17 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/03 06:34:17 PDT Modified files: . modules Log: p5-Net-CIDR --> ports/net/p5-Net-CIDR Revision Changes Path 1.3794 +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 Sep 3 6:45:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5D3337B405; Mon, 3 Sep 2001 06:45:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83DjFq51913; Mon, 3 Sep 2001 06:45:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031345.f83DjFq51913@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 06:45:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/pypanda Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 06:45:15 PDT Modified files: misc Makefile Added files: misc/pypanda Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add pypanda 0.6, viewer for San Diego Zoo Pandacam written in Python. Revision Changes Path 1.376 +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 Mon Sep 3 6:45:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FFA837B401; Mon, 3 Sep 2001 06:45:38 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Djcc53776; Mon, 3 Sep 2001 06:45:38 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031345.f83Djcc53776@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 06:45:38 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 06:45:38 PDT Modified files: . modules Log: pypanda --> ports/misc/pypanda Revision Changes Path 1.3795 +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 Sep 3 6:54: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8791437B403; Mon, 3 Sep 2001 06:54:01 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Ds1c13678; Mon, 3 Sep 2001 06:54:01 -0700 (PDT) (envelope-from tobez) Message-Id: <200109031354.f83Ds1c13678@freefall.freebsd.org> From: Anton Berezin Date: Mon, 3 Sep 2001 06:54:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/p5-Switch Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/03 06:54:01 PDT Modified files: lang/p5-Switch Makefile distinfo pkg-descr Log: Update to 2.05 and add WWW. Revision Changes Path 1.5 +4 -4 ports/lang/p5-Switch/Makefile 1.4 +1 -1 ports/lang/p5-Switch/distinfo 1.3 +2 -0 ports/lang/p5-Switch/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 Sep 3 6:54:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3398437B403; Mon, 3 Sep 2001 06:54:50 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Dso614106; Mon, 3 Sep 2001 06:54:50 -0700 (PDT) (envelope-from dfr) Message-Id: <200109031354.f83Dso614106@freefall.freebsd.org> From: Doug Rabson Date: Mon, 3 Sep 2001 06:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include setjmp.h src/sys/ia64/ia64 setjmp.s src/sys/conf files.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/03 06:54:50 PDT Modified files: sys/ia64/include setjmp.h sys/conf files.ia64 Added files: sys/ia64/ia64 setjmp.s Log: Add a working version of setjmp/longjmp. Obtained from: Intel's EFI toolkit. Revision Changes Path 1.3 +96 -29 src/sys/ia64/include/setjmp.h 1.12 +2 -1 src/sys/conf/files.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 6:55:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5A8937B401; Mon, 3 Sep 2001 06:55:16 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83DtGN14197; Mon, 3 Sep 2001 06:55:16 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109031355.f83DtGN14197@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 3 Sep 2001 06:55:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/03 06:55:16 PDT Modified files: net/samba-devel Makefile Log: Skip comments when piping /etc/passwd through make_smbpasswd, else the script will try to make Samba users out of comments. (from net/samba/Makefile 1.50) Revision Changes Path 1.69 +2 -2 ports/net/samba-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:12:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA7537B401; Mon, 3 Sep 2001 07:12:43 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EChh25028; Mon, 3 Sep 2001 07:12:43 -0700 (PDT) (envelope-from dd) Message-Id: <200109031412.f83EChh25028@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 07:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 07:12:43 PDT Modified files: usr.sbin/pw pw_user.c Log: For new users, create the home directory before sending the welcome mail, if configured to do so. Some sites have setups where the user's mail is delivered to their home directory, so sending mail before is exists didn't work. PR: 29892 Revision Changes Path 1.49 +25 -25 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:14:39 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id E7D7A37B407; Mon, 3 Sep 2001 07:14:29 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.5/8.11.5) with ESMTP id f83EESA96796; Mon, 3 Sep 2001 15:14:28 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f83EERj18450; Mon, 3 Sep 2001 15:14:27 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200109031414.f83EERj18450@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c In-Reply-To: Message from Julian Elischer of "Sun, 02 Sep 2001 23:38:16 PDT." <200109030638.f836cG291694@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Sep 2001 15:14:27 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > julian 2001/09/02 23:38:16 PDT > > Modified files: (Branch: RELENG_4) > sys/netgraph netgraph.h ng_base.c ng_pppoe.c > ng_pppoe.h ng_socket.c > Log: > Add support for Telebrazilia and their 3com pppoe devices > that use the incorrect ethertype. > (man page addition to follow) > (also remove a warning message) > > MFC ok'd by jkh Thanks. I thought this stuff was MFC'd already :-/ > Revision Changes Path > 1.6.2.5 +7 -1 src/sys/netgraph/netgraph.h > 1.11.2.15 +5 -1 src/sys/netgraph/ng_base.c > 1.23.2.9 +47 -6 src/sys/netgraph/ng_pppoe.c > 1.7.2.3 +5 -1 src/sys/netgraph/ng_pppoe.h > 1.11.2.4 +1 -2 src/sys/netgraph/ng_socket.c -- Brian http://www.freebsd-services.com/ 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 Mon Sep 3 7:15:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D52037B406; Mon, 3 Sep 2001 07:15:33 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EFXP26938; Mon, 3 Sep 2001 07:15:33 -0700 (PDT) (envelope-from dd) Message-Id: <200109031415.f83EFXP26938@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 07:15:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/qident Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 07:15:32 PDT Modified files: security/qident Makefile Log: Regexps should generally be done in post-patch:, not pre-build:. Revision Changes Path 1.2 +2 -2 ports/security/qident/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:19: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7271637B401; Mon, 3 Sep 2001 07:19:02 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EJ2Q29048; Mon, 3 Sep 2001 07:19:02 -0700 (PDT) (envelope-from dfr) Message-Id: <200109031419.f83EJ2Q29048@freefall.freebsd.org> From: Doug Rabson Date: Mon, 3 Sep 2001 07:19:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand/ia64 _setjmp.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/03 07:19:02 PDT Removed files: lib/libstand/ia64 _setjmp.S Log: Remove bogus implementation of _setjmp/_longjmp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:19:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61C9137B403; Mon, 3 Sep 2001 07:19:46 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EJk929634; Mon, 3 Sep 2001 07:19:46 -0700 (PDT) (envelope-from dd) Message-Id: <200109031419.f83EJk929634@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 07:19:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/backgammon/teachgammon ttext2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 07:19:46 PDT Modified files: games/backgammon/teachgammon ttext2.c Log: `list' should be an extern'd `char **', not a local `char *' which we never set. Ideally, we'd get the extern from tutor.h, but that defines a number of other variables that conflict with ours. This fixes a segmentation fault when trying to return to the main menu. PR: 30172 Revision Changes Path 1.4 +3 -2 src/games/backgammon/teachgammon/ttext2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:22:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFCE037B401; Mon, 3 Sep 2001 07:22:44 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EMiI32021; Mon, 3 Sep 2001 07:22:44 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109031422.f83EMiI32021@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 3 Sep 2001 07:22:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man2 stat.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/03 07:22:44 PDT Modified files: ja_JP.eucJP/man/man2 stat.2 Log: Fix typo Submitted by:"Takeda Fumiya" Revision Changes Path 1.7 +2 -2 doc/ja_JP.eucJP/man/man2/stat.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:26: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BEEA37B403; Mon, 3 Sep 2001 07:25:59 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EPxh33672; Mon, 3 Sep 2001 07:25:59 -0700 (PDT) (envelope-from dd) Message-Id: <200109031425.f83EPxh33672@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 07:25:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 07:25:59 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Extend the release note about ftpd -o to cover ftpd -O, too. Revision Changes Path 1.124 +7 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:39:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C02C237B401; Mon, 3 Sep 2001 07:39:32 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EdWY38711; Mon, 3 Sep 2001 07:39:32 -0700 (PDT) (envelope-from dd) Message-Id: <200109031439.f83EdWY38711@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 07:39:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata Makefile src/release/doc/en_US.ISO8859-1/hardware Makefile.inc src/release/doc/en_US.ISO8859-1/installation Makefile.inc src/release/doc/en_US.ISO8859-1/readme Makefile src/release/doc/en_US.ISO8859-1/relnotes Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 07:39:32 PDT Modified files: release/doc/en_US.ISO8859-1/errata Makefile release/doc/en_US.ISO8859-1/hardware Makefile.inc release/doc/en_US.ISO8859-1/installation Makefile.inc release/doc/en_US.ISO8859-1/readme Makefile release/doc/en_US.ISO8859-1/relnotes Makefile.inc Log: If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code in DESTDIR. This avoids redundant information in the path when DOCDIR points to some directory that already implies (or specifies) a certain language. This is the case with the web site, where the release notes are already installed under a language-specific directory. This behavior is not being made mandatory because it might still be useful to install all the translations in one directory, such as during testing, or in a hypothetical release notes archive. Furthermore, it is not being made the default because that breaks consistency with stuff under doc/. Reviewed by: bmah Revision Changes Path 1.5 +5 -1 src/release/doc/en_US.ISO8859-1/errata/Makefile 1.2 +5 -1 src/release/doc/en_US.ISO8859-1/hardware/Makefile.inc 1.2 +5 -1 src/release/doc/en_US.ISO8859-1/installation/Makefile.inc 1.7 +5 -1 src/release/doc/en_US.ISO8859-1/readme/Makefile 1.2 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:43:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D13337B405; Mon, 3 Sep 2001 07:43:16 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EhG939676; Mon, 3 Sep 2001 07:43:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109031443.f83EhG939676@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Sep 2001 07:43:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/svg2swf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/03 07:43:16 PDT Modified files: graphics Makefile Added files: graphics/svg2swf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add svg2swf Convert an SVG file into a Macromedia Flash (swf) file Revision Changes Path 1.349 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:43:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BB237B41C; Mon, 3 Sep 2001 07:43:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EhNc39790; Mon, 3 Sep 2001 07:43:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109031443.f83EhNc39790@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Sep 2001 07:43:23 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/03 07:43:21 PDT Modified files: . modules Log: svg2swf --> ports/graphics/svg2swf Revision Changes Path 1.3796 +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 Sep 3 7:48:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3F6037B40B; Mon, 3 Sep 2001 07:48:41 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EmfQ42558; Mon, 3 Sep 2001 07:48:41 -0700 (PDT) (envelope-from orion) Message-Id: <200109031448.f83EmfQ42558@freefall.freebsd.org> From: Orion Hodson Date: Mon, 3 Sep 2001 07:48:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci als4000.c cmi.c cs4281.c vibes.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/03 07:48:41 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/pci als4000.c cmi.c cs4281.c vibes.c Log: MFC: Fix return value of the setblocksize functions of these drivers, recording is broken otherwise. Approved by: jkh Revision Changes Path 1.2.2.4 +2 -2 src/sys/dev/sound/pci/als4000.c 1.1.2.5 +2 -2 src/sys/dev/sound/pci/cmi.c 1.2.2.6 +2 -2 src/sys/dev/sound/pci/cs4281.c 1.4.2.4 +2 -2 src/sys/dev/sound/pci/vibes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 7:54:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D787737B403; Mon, 3 Sep 2001 07:54:10 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83EsAg44377; Mon, 3 Sep 2001 07:54:10 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031454.f83EsAg44377@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 07:54:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdlmm Makefile distinfo pkg-plist ports/devel/sdlmm/files patch-configure patch-ltmain.sh patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 07:54:10 PDT Modified files: devel/sdlmm Makefile distinfo pkg-plist Added files: devel/sdlmm/files patch-configure patch-ltmain.sh patch-src::Makefile.in Log: - Update to 0.1.8; - get rid of useless .la file; - don't hardcode package version number into library name - it's bogus. Revision Changes Path 1.2 +5 -5 ports/devel/sdlmm/Makefile 1.2 +1 -1 ports/devel/sdlmm/distinfo 1.2 +6 -3 ports/devel/sdlmm/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 Sep 3 8:17: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 188D537B405; Mon, 3 Sep 2001 08:16:56 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83FGuA56264; Mon, 3 Sep 2001 08:16:56 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031516.f83FGuA56264@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 08:16:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/asc Makefile distinfo pkg-plist ports/games/asc/files patch-source::tools::linux::Makefile.in patch-source::unix::Makefile.in patch-source::unix::global_os.h patch-source::unix::mapeditor::Makefile.in patch-source::sdl::sound.cpp patch-source::sg.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 08:16:55 PDT Modified files: games/asc Makefile distinfo pkg-plist games/asc/files patch-source::tools::linux::Makefile.in patch-source::unix::Makefile.in patch-source::unix::global_os.h patch-source::unix::mapeditor::Makefile.in Removed files: games/asc/files patch-source::sdl::sound.cpp patch-source::sg.cpp Log: Update to 1.5.13. Revision Changes Path 1.9 +4 -3 ports/games/asc/Makefile 1.6 +1 -1 ports/games/asc/distinfo 1.6 +2 -0 ports/games/asc/pkg-plist 1.5 +24 -20 ports/games/asc/files/patch-source::tools::linux::Makefile.in 1.2 +5 -5 ports/games/asc/files/patch-source::unix::Makefile.in 1.3 +6 -4 ports/games/asc/files/patch-source::unix::global_os.h 1.2 +8 -8 ports/games/asc/files/patch-source::unix::mapeditor::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 8:26:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7819C37B40B; Mon, 3 Sep 2001 08:26:30 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83FQUI60072; Mon, 3 Sep 2001 08:26:30 -0700 (PDT) (envelope-from wjv) Message-Id: <200109031526.f83FQUI60072@freefall.freebsd.org> From: Johann Visagie Date: Mon, 3 Sep 2001 08:26:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-twisted Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/03 08:26:30 PDT Modified files: devel/py-twisted Makefile distinfo pkg-plist Log: - Update to version 0.10.1 Revision Changes Path 1.8 +4 -5 ports/devel/py-twisted/Makefile 1.3 +1 -1 ports/devel/py-twisted/distinfo 1.7 +55 -6 ports/devel/py-twisted/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 Sep 3 8:40:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 656E637B40C; Mon, 3 Sep 2001 08:40:48 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Femv65382; Mon, 3 Sep 2001 08:40:48 -0700 (PDT) (envelope-from mi) Message-Id: <200109031540.f83Femv65382@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 3 Sep 2001 08:40:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/09/03 08:40:47 PDT Modified files: textproc/aspell Makefile distinfo Log: .33.7 -> .33.7.1. It seems, the new version is not very different in the code, but the manual and the build files (libtool, configure, etc.) were rerolled. Revision Changes Path 1.31 +2 -2 ports/textproc/aspell/Makefile 1.17 +1 -1 ports/textproc/aspell/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 8:42:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2BC237B408; Mon, 3 Sep 2001 08:42:10 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83FgAd65763; Mon, 3 Sep 2001 08:42:10 -0700 (PDT) (envelope-from dd) Message-Id: <200109031542.f83FgAd65763@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 08:42:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 08:42:10 PDT Modified files: usr.sbin/jail jail.8 Log: syslogd can now be configured to bind to a specific address. Revision Changes Path 1.30 +3 -6 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 8:53:57 2001 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id D3B6C37B405; Mon, 3 Sep 2001 08:53:49 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B473210F42C; Mon, 3 Sep 2001 10:53:51 -0500 (CDT) Date: Mon, 3 Sep 2001 10:53:51 -0500 From: "David W. Chapman Jr." To: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile pkg-plist Message-ID: <20010903105351.A56566@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200109030549.f835nDa75558@freefall.freebsd.org> <20010903110628.G72833@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010903110628.G72833@ringworld.oblivion.bg> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 11:06:28AM +0300, Peter Pentchev wrote: > On Sun, Sep 02, 2001 at 10:49:13PM -0700, David W. Chapman Jr. wrote: > > dwcjr 2001/09/02 22:49:13 PDT > > > > Modified files: > > mail/mutt-devel Makefile pkg-plist > > Log: > > Update PORTDOC compliance > > > > Submitted by: maintainer > > Aside from the use of %%PORTDOCS%% mentioned by others, I think that > both this and rev. 1.126 should have bumped PORTREVISION. > > IIRC, the rule for bumping PORTREVISION is that any change which > modifies the package should be indicated as such. The previous > commit would have modified a package built with a different LOCALBASE, > and this commit would have modified a package built with NOPORTDOCS > (e.g. a custom release build). > > Or am I going too far? :) > I would have, but I already bumped portrevision that day so I didn't think that I needed to in the same day. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 9: 5: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 737CC37B407; Mon, 3 Sep 2001 09:04:59 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83G4xJ75229; Mon, 3 Sep 2001 09:04:59 -0700 (PDT) (envelope-from dd) Message-Id: <200109031604.f83G4xJ75229@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 09:04:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 09:04:59 PDT Modified files: usr.sbin/kbdmap kbdmap.1 Log: This does not describe kbdcontrol or vidcontrol. PR: 29505 Revision Changes Path 1.24 +2 -7 src/usr.sbin/kbdmap/kbdmap.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 9: 7:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5F1137B408; Mon, 3 Sep 2001 09:07:14 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83G7Ee79037; Mon, 3 Sep 2001 09:07:14 -0700 (PDT) (envelope-from dd) Message-Id: <200109031607.f83G7Ee79037@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 09:07:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 09:07:14 PDT Modified files: usr.sbin/kbdmap kbdmap.1 Log: Actually, instead of removing the comment entirely, change it to talk about {vid,kbd}map, which is probably what the author meant. Submitted by: Gary W. Swearingen Revision Changes Path 1.25 +7 -2 src/usr.sbin/kbdmap/kbdmap.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 9:31:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 711D737B403; Mon, 3 Sep 2001 09:31:09 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GV9C89324; Mon, 3 Sep 2001 09:31:09 -0700 (PDT) (envelope-from lioux) Message-Id: <200109031631.f83GV9C89324@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 3 Sep 2001 09:31:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/pengpong Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/pengpong/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/03 09:31:09 PDT Modified files: games Makefile Added files: games/pengpong Makefile distinfo pkg-comment pkg-descr pkg-plist games/pengpong/files patch-Makefile Log: New port pengpong version 0.2: A cross-platform pong game written in SDL PR: 30060 Submitted by: Patrick Li Revision Changes Path 1.409 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 9:31:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F11D37B40B; Mon, 3 Sep 2001 09:31:13 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GVDx89360; Mon, 3 Sep 2001 09:31:13 -0700 (PDT) (envelope-from lioux) Message-Id: <200109031631.f83GVDx89360@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 3 Sep 2001 09:31:13 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/03 09:31:12 PDT Modified files: . modules Log: pengpong --> ports/games/pengpong Revision Changes Path 1.3797 +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 Sep 3 9:37:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 990D337B405; Mon, 3 Sep 2001 09:37:16 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GbGf91918; Mon, 3 Sep 2001 09:37:16 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109031637.f83GbGf91918@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 3 Sep 2001 09:37:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfstat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/03 09:37:16 PDT Modified files: sbin/ipfstat Makefile Log: IPFilter source code in contrib/ipfilter apparently can't make up its mind where the headers should live, as the code references both "ip_fil.h" and "netinet/ip_fil.h" (among others). As a consequence, put both sys/contrib/ipfilter and sys/contrib/ipfilter/netinet to the include path so either variant works. PR: 29384 Pointed out by: Thomas.Quinot@Cuivre.FR.EU.ORG Revision Changes Path 1.14 +2 -1 src/sbin/ipfstat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 9:42:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B4B337B403; Mon, 3 Sep 2001 09:42:35 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GgZI93994; Mon, 3 Sep 2001 09:42:35 -0700 (PDT) (envelope-from dd) Message-Id: <200109031642.f83GgZI93994@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 09:42:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 boot.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 09:42:35 PDT Modified files: share/man/man9 boot.9 Log: at_shutdown(9) hasn't existed since revision 1.61 of kern_shutdown.c. Revision Changes Path 1.6 +2 -3 src/share/man/man9/boot.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 9:54:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4735937B405; Mon, 3 Sep 2001 09:54:28 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GsSw97538; Mon, 3 Sep 2001 09:54:28 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031654.f83GsSw97538@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 09:54:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/gdkxft Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11/gdkxft/files patch-configure patch-src::Makefile.in patch-src::gdkxft.c patch-src::gdkxft.conf patch-src::gdkxft_sysinstall.in patch-src::generate.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 09:54:28 PDT Modified files: x11 Makefile Added files: x11/gdkxft Makefile distinfo pkg-comment pkg-descr pkg-plist x11/gdkxft/files patch-configure patch-src::Makefile.in patch-src::gdkxft.c patch-src::gdkxft.conf patch-src::gdkxft_sysinstall.in patch-src::generate.pl Log: Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+ (XFree86-4.x required). Revision Changes Path 1.332 +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 Sep 3 9:54:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C7F937B407; Mon, 3 Sep 2001 09:54:46 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Gskn97610; Mon, 3 Sep 2001 09:54:46 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031654.f83Gskn97610@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 09:54:46 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 09:54:46 PDT Modified files: . modules Log: gdkxft --> ports/x11/gdkxft Revision Changes Path 1.3798 +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 Sep 3 9:56:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FAAF37B40A; Mon, 3 Sep 2001 09:56:21 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GuLH98023; Mon, 3 Sep 2001 09:56:21 -0700 (PDT) (envelope-from dd) Message-Id: <200109031656.f83GuLH98023@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 09:56:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 VOP_LINK.9 VOP_LOOKUP.9 VOP_RENAME.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 09:56:21 PDT Modified files: share/man/man9 VOP_LINK.9 VOP_LOOKUP.9 VOP_RENAME.9 Log: VFS_ABORTOP hasn't existed since 1999/12/15. Revision Changes Path 1.12 +1 -5 src/share/man/man9/VOP_LINK.9 1.14 +1 -2 src/share/man/man9/VOP_LOOKUP.9 1.12 +1 -4 src/share/man/man9/VOP_RENAME.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10: 0: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D82737B406; Mon, 3 Sep 2001 10:00:00 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83H00x99061; Mon, 3 Sep 2001 10:00:00 -0700 (PDT) (envelope-from knu) Message-Id: <200109031700.f83H00x99061@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:00:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xchat Makefile distinfo pkg-plist ports/japanese/xchat/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:00:00 PDT Modified files: japanese/xchat Makefile distinfo pkg-plist Added files: japanese/xchat/files patch-aa Log: Update to 1.8.2, with nls, ipv6 and japanese-conv all enabled. I'll feed this effort back to the irc/xchat port soon after the forthcoming 4.4-RELEASE. PR: ports/30282 (partly) Submitted by: TOGAWA Satoshi Tested by: TERAMOTO Masahiro , ume We are now two hours away from the ports freeze! Revision Changes Path 1.9 +49 -57 ports/japanese/xchat/Makefile 1.2 +1 -2 ports/japanese/xchat/distinfo 1.3 +16 -2 ports/japanese/xchat/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 Sep 3 10: 2:53 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 4504937B408; Mon, 3 Sep 2001 10:02:47 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 7CEF01E030; Mon, 3 Sep 2001 13:02:46 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id NAA18992; Mon, 3 Sep 2001 13:02:08 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id KAA12198; Mon, 3 Sep 2001 10:02:08 -0700 (PDT) Message-Id: <200109031702.KAA12198@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: rwatson@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/mtree BSD.var.dist src/etc/namedb named.conf Cc: brian@awfulhak.org, ache@nagual.pp.ru, kuriyama@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@freebsd-services.com Date: Mon, 3 Sep 2001 10:02:07 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I don't >know how portable IP_RECVDSTADDR is, but it seems like a good idea to me. IP_RECVDSTADDR was added to BSD on 6/29/1990; e.g. rev 7.15 of /sys/netinet/udp_usrreq.c. I think this places it in 4.3-Reno, and definitely in 4.3-Net/2. That *should* make it one of the more widely supported "recent" socket options. Adding IP_RECVDSTADDR support certainly does introduce portability problems; e.g. Solaris 2.5 defines the IP_RECVDSTADDR constant but doesn't actually support it, so it's a little hard to automatically configure support; the choice pretty much has to be done at runtime. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:20:14 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id 5FD3837B408; Mon, 3 Sep 2001 10:20:03 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 842B32BF; Mon, 3 Sep 2001 18:19:57 +0100 (BST) Date: Mon, 3 Sep 2001 18:19:57 +0100 From: Josef Karthauser To: Anton Berezin Cc: Paul Richards , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/update pkg_update.pl Message-ID: <20010903181957.G24152@tao.org.uk> References: <200012300014.eBU0E1238805@freefall.freebsd.org> <20010902012740.A11122@tao.org.uk> <20010903133328.A35211@heechee.tobez.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="JkW1gnuWHDypiMFO" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010903133328.A35211@heechee.tobez.org>; from tobez@tobez.org on Mon, Sep 03, 2001 at 01:33:28PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --JkW1gnuWHDypiMFO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 03, 2001 at 01:33:28PM +0200, Anton Berezin wrote: > Oops. It looks like it was not a problem. ;-) >=20 > I think that this change should stay regardless, however. "> $file" is > easier to read than ">$file". >=20 > +Anton. Is that >+Anton or +>Anton? ;} Joe --JkW1gnuWHDypiMFO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuTu70ACgkQXVIcjOaxUBYt8QCfXbsXzDRl0ouWqDDmcEuzkjIf QX4AoN/Bt9Eu+oPUnv6pWl2Q/QCkXr+C =jY+T -----END PGP SIGNATURE----- --JkW1gnuWHDypiMFO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:37:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F41237B403; Mon, 3 Sep 2001 10:37:53 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83HbrS13609; Mon, 3 Sep 2001 10:37:53 -0700 (PDT) (envelope-from knu) Message-Id: <200109031737.f83HbrS13609@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:37:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/xmbmon Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/xmbmon/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:37:52 PDT Modified files: sysutils Makefile Added files: sysutils/xmbmon Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/xmbmon/files patch-aa Log: Add xmbmon, X/tty motherboard monitor for LM78/79, W8378x, AS99127F and VT82C686. PR: ports/30233 Submitted by: NAKAMURA Kazushi Revision Changes Path 1.215 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:38:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D0AC37B40C; Mon, 3 Sep 2001 10:38:05 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Hc5x13702; Mon, 3 Sep 2001 10:38:05 -0700 (PDT) (envelope-from knu) Message-Id: <200109031738.f83Hc5x13702@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:38:05 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:38:05 PDT Modified files: . modules Log: xmbmon --> ports/sysutils/xmbmon Revision Changes Path 1.3799 +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 Sep 3 10:40:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 879EB37B403; Mon, 3 Sep 2001 10:40:55 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83HetR14593; Mon, 3 Sep 2001 10:40:55 -0700 (PDT) (envelope-from knu) Message-Id: <200109031740.f83HetR14593@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/lesw Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/lesw/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:40:55 PDT Modified files: japanese Makefile Removed files: japanese/lesw Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/lesw/files patch-aa Log: Remove japanese/lesw, since the software seems no longer maintained. PR: ports/30278 Submitted by: Toshihiko Kodama Revision Changes Path 1.382 +1 -2 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:41:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC68B37B409; Mon, 3 Sep 2001 10:41:45 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83HfjK14674; Mon, 3 Sep 2001 10:41:45 -0700 (PDT) (envelope-from knu) Message-Id: <200109031741.f83HfjK14674@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:41:45 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:41:45 PDT Modified files: . modules Log: Unlink ja-lesw. Revision Changes Path 1.3800 +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 Mon Sep 3 10:47:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1578237B407; Mon, 3 Sep 2001 10:47:21 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83HlLY16564; Mon, 3 Sep 2001 10:47:21 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109031747.f83HlLY16564@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Sep 2001 10:47:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xmbmon pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/03 10:47:21 PDT Modified files: sysutils/xmbmon pkg-descr Log: Add a WWW. Revision Changes Path 1.2 +2 -0 ports/sysutils/xmbmon/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 Sep 3 10:48:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 648ED37B409; Mon, 3 Sep 2001 10:48:23 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83HmNM16953; Mon, 3 Sep 2001 10:48:23 -0700 (PDT) (envelope-from will) Message-Id: <200109031748.f83HmNM16953@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 10:48:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2 pkg-message Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 10:48:23 PDT Modified files: x11/kdebase2 Makefile Added files: x11/kdebase2 pkg-message Log: Add a message to the port/package warning users about kcheckpass's setuid root bit, which is off by default. The purpose is to avoid having users who don't use kcheckpass become vulnerable to a root exploit. For more details see the actual pkg-message. Bump PORTREVISION to reflect this change in the package. As a side note, I'm a little wary about adding something like this so close to the ports freeze for 4.4-RELEASE. However, I decided that it was a minimal risk and went ahead with it in the hopes of avoiding the need for users to run into this "problem" themselves... Revision Changes Path 1.78 +5 -2 ports/x11/kdebase2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:49:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E807E37B408; Mon, 3 Sep 2001 10:49:29 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83HnT917292; Mon, 3 Sep 2001 10:49:29 -0700 (PDT) (envelope-from dd) Message-Id: <200109031749.f83HnT917292@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 10:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys jail.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 10:49:29 PDT Modified files: lib/libc/sys jail.2 Log: Don't capitalize jail(2) in the middle of a sentence. PR: 25876 Submitted by: Koizumi Satoru Revision Changes Path 1.19 +2 -2 src/lib/libc/sys/jail.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:51: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9695437B40B; Mon, 3 Sep 2001 10:50:54 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Hos417803; Mon, 3 Sep 2001 10:50:54 -0700 (PDT) (envelope-from knu) Message-Id: <200109031750.f83Hos417803@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:50:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/dvipdfm Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:50:54 PDT Modified files: japanese Makefile Added files: japanese/dvipdfm Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add ja-dvipdfm, a DVI to PDF converter (Japanese version). PR: ports/28809 Submitted by: HIRATA Yasuyuki Revision Changes Path 1.383 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 10:51:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF5537B430; Mon, 3 Sep 2001 10:51:02 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Hp2m17879; Mon, 3 Sep 2001 10:51:02 -0700 (PDT) (envelope-from knu) Message-Id: <200109031751.f83Hp2m17879@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 10:51:02 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 10:51:02 PDT Modified files: . modules Log: ja-dvipdfm --> ports/japanese/dvipdfm Revision Changes Path 1.3801 +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 Sep 3 10:55:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3399337B407; Mon, 3 Sep 2001 10:55:08 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Ht8c18984; Mon, 3 Sep 2001 10:55:08 -0700 (PDT) (envelope-from dd) Message-Id: <200109031755.f83Ht8c18984@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 3 Sep 2001 10:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys sched_get_priority_max.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/03 10:55:08 PDT Modified files: lib/libc/sys sched_get_priority_max.2 Log: This does not describe sched_{get,set}scheduler. PR: 26001 Submitted by: OHSAWA Chitoshi Revision Changes Path 1.15 +4 -3 src/lib/libc/sys/sched_get_priority_max.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11: 2:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FB5937B406; Mon, 3 Sep 2001 11:02:49 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83I2nw22094; Mon, 3 Sep 2001 11:02:49 -0700 (PDT) (envelope-from knu) Message-Id: <200109031802.f83I2nw22094@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:02:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-packages distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:02:49 PDT Modified files: editors/xemacs-packages distinfo Log: Fix DISTFILES vs. distinfo discrepancy. Submitted by: Mike Harding Revision Changes Path 1.20 +2 -2 ports/editors/xemacs-packages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11: 6: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD93537B406; Mon, 3 Sep 2001 11:06:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83I61w25797; Mon, 3 Sep 2001 11:06:01 -0700 (PDT) (envelope-from knu) Message-Id: <200109031806.f83I61w25797@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:06:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samplicator Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:06:01 PDT Modified files: net/samplicator Makefile distinfo Log: Update to 1.3.1, improvements include: - Added config file option "-c" which implements samplication to peers depending on the source of the packet. - Added patch to make source address spoofing work on BSD-based systems. Pointed out by: Vladimir A. Jakovenko PR: ports/30288 Submitted by: Michael Lyngbol (MAINTAINER) Revision Changes Path 1.3 +2 -3 ports/net/samplicator/Makefile 1.2 +1 -1 ports/net/samplicator/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11: 9:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA68B37B407; Mon, 3 Sep 2001 11:09:53 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83I9rF27129; Mon, 3 Sep 2001 11:09:53 -0700 (PDT) (envelope-from will) Message-Id: <200109031809.f83I9rF27129@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:09:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/libkmsn Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:09:53 PDT Modified files: net Makefile Added files: net/libkmsn Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add libkmsn 0.1, KDE-based library to provide instant messaging API for MSN. PR: 28009 Submitted by: Jonathan Belson (jon@witchspace.com) Revision Changes Path 1.608 +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 Mon Sep 3 11:10:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2138237B42A; Mon, 3 Sep 2001 11:09:59 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83I9x827238; Mon, 3 Sep 2001 11:09:59 -0700 (PDT) (envelope-from will) Message-Id: <200109031809.f83I9x827238@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:09:59 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:09:59 PDT Modified files: . modules Log: libkmsn --> ports/net/libkmsn Revision Changes Path 1.3802 +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 Sep 3 11:10:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42E5C37B409; Mon, 3 Sep 2001 11:10:37 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IAbd27741; Mon, 3 Sep 2001 11:10:37 -0700 (PDT) (envelope-from will) Message-Id: <200109031810.f83IAbd27741@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:10:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/kmsn Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:10:37 PDT Modified files: net Makefile Added files: net/kmsn Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add kmsn 0.2, an MSN instant messaging client for KDE. PR: 28010 Submitted by: Jonathan Belson (jon@witchspace.com) Revision Changes Path 1.609 +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 Mon Sep 3 11:10:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF58A37B41A; Mon, 3 Sep 2001 11:10:41 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IAfP27851; Mon, 3 Sep 2001 11:10:41 -0700 (PDT) (envelope-from will) Message-Id: <200109031810.f83IAfP27851@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:10:41 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:10:41 PDT Modified files: . modules Log: kmsn --> ports/net/kmsn Revision Changes Path 1.3803 +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 Sep 3 11:14:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F4437B40C; Mon, 3 Sep 2001 11:14:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IEib29189; Mon, 3 Sep 2001 11:14:44 -0700 (PDT) (envelope-from knu) Message-Id: <200109031814.f83IEib29189@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pam_pwdfile Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/pam_pwdfile/files Makefile.bsd patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:14:44 PDT Modified files: security Makefile Added files: security/pam_pwdfile Makefile distinfo pkg-comment pkg-descr pkg-plist security/pam_pwdfile/files Makefile.bsd patch-aa Log: Add pam_pwdfile, a PAM module which allows authentication against alternate passwd files. PR: 30240 Submitted by: Michael Schout Revision Changes Path 1.230 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11:15: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89C0537B413; Mon, 3 Sep 2001 11:14:53 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IErx29284; Mon, 3 Sep 2001 11:14:53 -0700 (PDT) (envelope-from knu) Message-Id: <200109031814.f83IErx29284@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:14:53 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:14:53 PDT Modified files: . modules Log: pam_pwdfile --> ports/security/pam_pwdfile Revision Changes Path 1.3804 +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 Sep 3 11:17:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE99B37B406; Mon, 3 Sep 2001 11:17:47 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IHl930386; Mon, 3 Sep 2001 11:17:47 -0700 (PDT) (envelope-from knu) Message-Id: <200109031817.f83IHl930386@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:17:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/tkdesk Makefile ports/x11-fm/tkdesk/files patch-aj patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:17:47 PDT Modified files: x11-fm/tkdesk Makefile x11-fm/tkdesk/files patch-aa patch-ab patch-ac patch-ad Added files: x11-fm/tkdesk/files patch-aj Log: Update to use Tcl/Tk 8.2, itcl3.2 and the latest version of BLT. Bump PORTREVISION. PR: 30279 Submitted by: Andy Sparrow (MAINTAINER) Revision Changes Path 1.18 +9 -8 ports/x11-fm/tkdesk/Makefile 1.11 +42 -5 ports/x11-fm/tkdesk/files/patch-aa 1.3 +2 -2 ports/x11-fm/tkdesk/files/patch-ab 1.2 +3 -3 ports/x11-fm/tkdesk/files/patch-ac 1.2 +3 -3 ports/x11-fm/tkdesk/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 Mon Sep 3 11:22: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF91837B408; Mon, 3 Sep 2001 11:22:05 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IM5h31952; Mon, 3 Sep 2001 11:22:05 -0700 (PDT) (envelope-from knu) Message-Id: <200109031822.f83IM5h31952@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:22:05 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Michael Schout for his pam_pwdfile port. Revision Changes Path 1.17 +5 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11:27:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF3D137B406; Mon, 3 Sep 2001 11:27:28 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IRSO34233; Mon, 3 Sep 2001 11:27:28 -0700 (PDT) (envelope-from knu) Message-Id: <200109031827.f83IRSO34233@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_watch Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:27:28 PDT Modified files: www Makefile Added files: www/mod_watch Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist Log: Add mod_watch, an Apache module to monitor bandwidth usage. For use with MRTG etc. PR: ports/29853 Submitted by: Anders Nordby Revision Changes Path 1.403 +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 Mon Sep 3 11:27:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D683E37B417; Mon, 3 Sep 2001 11:27:38 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IRct34291; Mon, 3 Sep 2001 11:27:38 -0700 (PDT) (envelope-from knu) Message-Id: <200109031827.f83IRct34291@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:27:38 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:27:38 PDT Modified files: . modules Log: mod_watch --> ports/www/mod_watch Revision Changes Path 1.3805 +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 Sep 3 11:31: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A2337B40C; Mon, 3 Sep 2001 11:30:57 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IUvR35263; Mon, 3 Sep 2001 11:30:57 -0700 (PDT) (envelope-from knu) Message-Id: <200109031830.f83IUvR35263@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:30:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/yafic Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/security/yafic/files yafic.conf.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:30:57 PDT Modified files: security Makefile Added files: security/yafic Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist security/yafic/files yafic.conf.sample Log: Add yafix, Yet Another File Integrity Checker, similar to Tripwire. It is simple, fast, and flexible. PR: ports/29908 Submitted by: Allan Saddi Revision Changes Path 1.231 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11:31: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A8D837B40E; Mon, 3 Sep 2001 11:31:03 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IV3K35361; Mon, 3 Sep 2001 11:31:03 -0700 (PDT) (envelope-from knu) Message-Id: <200109031831.f83IV3K35361@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:31:03 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:31:03 PDT Modified files: . modules Log: yafic --> ports/security/yafic Revision Changes Path 1.3806 +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 Sep 3 11:36:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC22637B406; Mon, 3 Sep 2001 11:36:33 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IaXJ37033; Mon, 3 Sep 2001 11:36:33 -0700 (PDT) (envelope-from knu) Message-Id: <200109031836.f83IaXJ37033@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/javamail Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:36:33 PDT Modified files: java/javamail Makefile distinfo pkg-descr pkg-plist Log: Update to 1.2. PR: ports/29968 Submitted by: Jose Marques (MAINTAINER) (in Audit-Trail) Revision Changes Path 1.5 +5 -6 ports/java/javamail/Makefile 1.3 +1 -1 ports/java/javamail/distinfo 1.2 +1 -1 ports/java/javamail/pkg-descr 1.3 +99 -84 ports/java/javamail/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 Sep 3 11:41:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4515437B409; Mon, 3 Sep 2001 11:41:38 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IfcJ38725; Mon, 3 Sep 2001 11:41:38 -0700 (PDT) (envelope-from knu) Message-Id: <200109031841.f83IfcJ38725@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:41:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/flvw Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/flvw/files patch-makeinclude.in patch-src-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:41:38 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/flvw Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/flvw/files patch-makeinclude.in patch-src-Makefile Log: Add flvw. The FLVW (Fast Light Virtual Widgets) require the use of the FLTK (Fast Light ToolKit) library. They are designed to handle large amounts of data. As such they are definitely not the smallset of FLTK widgets, but they are designed to use memory conservatively. PR: ports/29860 Submitted by: Cyrille Lefevre Revision Changes Path 1.149 +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 Sep 3 11:41:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18E1037B41B; Mon, 3 Sep 2001 11:41:49 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Ifns38810; Mon, 3 Sep 2001 11:41:49 -0700 (PDT) (envelope-from knu) Message-Id: <200109031841.f83Ifns38810@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:41:49 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:41:48 PDT Modified files: . modules Log: flvw --> ports/x11-toolkits/flvw Revision Changes Path 1.3807 +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 Sep 3 11:45:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69B0337B409; Mon, 3 Sep 2001 11:45:22 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IjMI40700; Mon, 3 Sep 2001 11:45:22 -0700 (PDT) (envelope-from will) Message-Id: <200109031845.f83IjMI40700@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:45:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/khordpro Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:45:22 PDT Modified files: audio Makefile Added files: audio/khordpro Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add khordpro 0.1, a KDE2 app for displaying ChordPro format guitar tablerature. PR: 28841 Submitted by: Seth Kingsley Revision Changes Path 1.251 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11:45:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C1DF37B412; Mon, 3 Sep 2001 11:45:27 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IjRx40740; Mon, 3 Sep 2001 11:45:27 -0700 (PDT) (envelope-from will) Message-Id: <200109031845.f83IjRx40740@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:45:27 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:45:27 PDT Modified files: . modules Log: khordpro --> ports/audio/khordpro Revision Changes Path 1.3808 +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 Sep 3 11:46:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D51837B40D; Mon, 3 Sep 2001 11:46:33 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IkXq41084; Mon, 3 Sep 2001 11:46:33 -0700 (PDT) (envelope-from knu) Message-Id: <200109031846.f83IkXq41084@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:46:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/fl_editor Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/fl_editor/files patch-Makefile.in patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:46:33 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/fl_editor Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/fl_editor/files patch-Makefile.in patch-configure Log: Add fl_editor, a word-wrapping text editor widget for FLTK (Fast Light ToolKit). PR: ports/29861 Submitted by: Cyrille Lefevre Revision Changes Path 1.150 +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 Sep 3 11:46:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F9DF37B40F; Mon, 3 Sep 2001 11:46:40 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IkeK41126; Mon, 3 Sep 2001 11:46:40 -0700 (PDT) (envelope-from knu) Message-Id: <200109031846.f83IkeK41126@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:46:40 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:46:40 PDT Modified files: . modules Log: fl_editor --> ports/x11-toolkits/fl_editor Revision Changes Path 1.3809 +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 Sep 3 11:53:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C0BA37B407; Mon, 3 Sep 2001 11:53:44 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IriI42663; Mon, 3 Sep 2001 11:53:44 -0700 (PDT) (envelope-from dinoex) Message-Id: <200109031853.f83IriI42663@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 3 Sep 2001 11:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/09/03 11:53:44 PDT Modified files: security/openssl Makefile Log: Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASE so dependent ports can build correctly. Revision Changes Path 1.55 +2 -2 ports/security/openssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 11:54:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC3C537B409; Mon, 3 Sep 2001 11:54:20 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IsKs42929; Mon, 3 Sep 2001 11:54:20 -0700 (PDT) (envelope-from knu) Message-Id: <200109031854.f83IsKs42929@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/mysql-gui Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/mysql-gui/files patch-FL-Fl_Editor.H patch-FL-editengine.h patch-Makefile patch-dodatni.cc patch-main.cc patch-single.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:54:20 PDT Modified files: databases Makefile Added files: databases/mysql-gui Makefile distinfo pkg-comment pkg-descr pkg-plist databases/mysql-gui/files patch-FL-Fl_Editor.H patch-FL-editengine.h patch-Makefile patch-dodatni.cc patch-main.cc patch-single.cc Log: Add mysql-gui, a graphical SQL client for MySQL. PR: ports/29862 Submitted by: Cyrille Lefevre Revision Changes Path 1.135 +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 Mon Sep 3 11:54:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2936037B425; Mon, 3 Sep 2001 11:54:28 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IsS243038; Mon, 3 Sep 2001 11:54:28 -0700 (PDT) (envelope-from knu) Message-Id: <200109031854.f83IsS243038@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 11:54:28 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 11:54:28 PDT Modified files: . modules Log: mysql-gui --> ports/databases/mysql-gui Revision Changes Path 1.3810 +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 Sep 3 11:57:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D9EF37B40E; Mon, 3 Sep 2001 11:57:04 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Iv4s43725; Mon, 3 Sep 2001 11:57:04 -0700 (PDT) (envelope-from will) Message-Id: <200109031857.f83Iv4s43725@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:57:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample configuration patch-modem_run.c patch-pppoa2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:57:04 PDT Modified files: misc Makefile Added files: misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr pkg-plist misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample configuration patch-modem_run.c patch-pppoa2.c Log: Add speedtouch_usb 21062001, support for the SpeedTouch ADSL USB adapter. PR: 29646 Submitted by: n_hibma Revision Changes Path 1.377 +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 Mon Sep 3 11:57:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5FC37B430; Mon, 3 Sep 2001 11:57:13 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83IvCx43807; Mon, 3 Sep 2001 11:57:12 -0700 (PDT) (envelope-from will) Message-Id: <200109031857.f83IvCx43807@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Sep 2001 11:57:12 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/03 11:57:12 PDT Modified files: . modules Log: speedtouch_usb --> ports/misc/speedtouch_usb Revision Changes Path 1.3811 +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 Sep 3 12: 0:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 557D837B403; Mon, 3 Sep 2001 12:00:33 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83J0Xf44539; Mon, 3 Sep 2001 12:00:33 -0700 (PDT) (envelope-from knu) Message-Id: <200109031900.f83J0Xf44539@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 12:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack-qt Makefile distinfo pkg-descr pkg-plist ports/games/nethack-qt/files patch-include:config.h patch-include:unixconf.h patch-sys:unix:Makefile.doc patch-sys:unix:Makefile.src patch-sys:unix:Makefile.top include-unixconf.h.diff patch-aa ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 12:00:33 PDT Modified files: games/nethack-qt Makefile distinfo pkg-descr pkg-plist Added files: games/nethack-qt/files patch-include:config.h patch-include:unixconf.h patch-sys:unix:Makefile.doc patch-sys:unix:Makefile.src patch-sys:unix:Makefile.top Removed files: games/nethack-qt/files include-unixconf.h.diff patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag sample.nethackrc src-Makefile.diff src-sounds.c.diff Log: Update to 3.3.1 PR: ports/29822 Submitted by: KATO Tsuguru This port should be repocopied and renamed to nethack3-qt later. Revision Changes Path 1.34 +26 -52 ports/games/nethack-qt/Makefile 1.5 +1 -3 ports/games/nethack-qt/distinfo 1.4 +2 -2 ports/games/nethack-qt/pkg-descr 1.6 +136 -154 ports/games/nethack-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 Mon Sep 3 12: 1:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D29E437B40B; Mon, 3 Sep 2001 12:01:27 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83J1Rf44739; Mon, 3 Sep 2001 12:01:27 -0700 (PDT) (envelope-from asami) Message-Id: <200109031901.f83J1Rf44739@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 3 Sep 2001 12:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/09/03 12:01:27 PDT Modified files: . avail Log: Ports tree is now frozen in preparation for 4.4-release. Revision Changes Path 1.148 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 12:19:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C52D37B409; Mon, 3 Sep 2001 12:19:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83JJCk61120; Mon, 3 Sep 2001 12:19:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200109031919.f83JJCk61120@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 12:19:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/amd/include config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 12:19:12 PDT Modified files: usr.sbin/amd/include config.h Log: Opps, let one definition slip out that we define dynamically. Revision Changes Path 1.22 +2 -2 src/usr.sbin/amd/include/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 12:44:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CECC37B408; Mon, 3 Sep 2001 12:44:39 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Jich67557; Mon, 3 Sep 2001 12:44:38 -0700 (PDT) (envelope-from asami) Message-Id: <200109031944.f83Jich67557@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 3 Sep 2001 12:44:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/09/03 12:44:38 PDT Modified files: . avail Log: Ports freeze is over now, thanks for your cooperation. :) Revision Changes Path 1.149 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 12:52:21 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 2640837B401; Mon, 3 Sep 2001 12:52:00 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.5/8.11.5) with ESMTP id f83JpmA99616; Mon, 3 Sep 2001 20:51:48 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f83Jplj24022; Mon, 3 Sep 2001 20:51:47 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200109031951.f83Jplj24022@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: ports/misc Makefile ports/misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample configuration patch-modem_run.c patch-pppoa2.c In-Reply-To: Message from Will Andrews of "Mon, 03 Sep 2001 11:57:04 PDT." <200109031857.f83Iv4s43725@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Sep 2001 20:51:47 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > will 2001/09/03 11:57:04 PDT > > Modified files: > misc Makefile > Added files: > misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr > pkg-plist > misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample > configuration patch-modem_run.c > patch-pppoa2.c > Log: > Add speedtouch_usb 21062001, support for the SpeedTouch ADSL USB > adapter. > > PR: 29646 > Submitted by: n_hibma > > Revision Changes Path > 1.377 +2 -1 ports/misc/Makefile Errum, I added ports/net/pppoa the other day.... a later version of the same thing. -- Brian http://www.freebsd-services.com/ 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 Mon Sep 3 13: 3:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 539A637B408; Mon, 3 Sep 2001 13:03:43 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83K3h674092; Mon, 3 Sep 2001 13:03:43 -0700 (PDT) (envelope-from orion) Message-Id: <200109032003.f83K3h674092@freefall.freebsd.org> From: Orion Hodson Date: Mon, 3 Sep 2001 13:03:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci vibes.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/03 13:03:42 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/pci vibes.c Log: MFC: expand probing range. Approved by: jkh Revision Changes Path 1.4.2.5 +18 -6 src/sys/dev/sound/pci/vibes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13: 4: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B58A737B401; Mon, 3 Sep 2001 13:03:55 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83K3tG74207; Mon, 3 Sep 2001 13:03:55 -0700 (PDT) (envelope-from julian) Message-Id: <200109032003.f83K3tG74207@freefall.freebsd.org> From: Julian Elischer Date: Mon, 3 Sep 2001 13:03:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c if_stf.c src/sys/netinet igmp.c igmp_var.h in_gif.c in_gif.h in_proto.c ip_divert.c ip_encap.c ip_icmp.c ip_icmp.h ip_input.c ip_mroute.c ip_var.h raw_ip.c tcp_input.c tcp_var.h udp_usrreq.c udp_var.h src/sys/netinet6 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/03 13:03:55 PDT Modified files: sys/net if_gif.c if_stf.c sys/netinet igmp.c igmp_var.h in_gif.c in_gif.h in_proto.c ip_divert.c ip_encap.c ip_icmp.c ip_icmp.h ip_input.c ip_mroute.c ip_var.h raw_ip.c tcp_input.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 ah_input.c esp_input.c ipcomp_input.c Log: Patches from Keiichi SHIMA to make ip use the standard protosw structure again. Obtained from: Well, KAME I guess. Revision Changes Path 1.13 +2 -3 src/sys/net/if_gif.c 1.10 +3 -4 src/sys/net/if_stf.c 1.32 +3 -3 src/sys/netinet/igmp.c 1.18 +2 -2 src/sys/netinet/igmp_var.h 1.12 +4 -3 src/sys/netinet/in_gif.c 1.6 +2 -2 src/sys/netinet/in_gif.h 1.58 +4 -6 src/sys/netinet/in_proto.c 1.51 +2 -2 src/sys/netinet/ip_divert.c 1.6 +12 -7 src/sys/netinet/ip_encap.c 1.59 +4 -4 src/sys/netinet/ip_icmp.c 1.17 +2 -2 src/sys/netinet/ip_icmp.h 1.176 +8 -10 src/sys/netinet/ip_input.c 1.65 +9 -12 src/sys/netinet/ip_mroute.c 1.58 +5 -5 src/sys/netinet/ip_var.h 1.81 +4 -3 src/sys/netinet/raw_ip.c 1.140 +4 -4 src/sys/netinet/tcp_input.c 1.72 +2 -2 src/sys/netinet/tcp_var.h 1.94 +3 -3 src/sys/netinet/udp_usrreq.c 1.24 +2 -2 src/sys/netinet/udp_var.h 1.8 +4 -5 src/sys/netinet6/ah_input.c 1.8 +4 -5 src/sys/netinet6/esp_input.c 1.3 +4 -5 src/sys/netinet6/ipcomp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:10:56 2001 Delivered-To: cvs-all@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id C7A9437B409; Mon, 3 Sep 2001 13:10:48 -0700 (PDT) Received: from physics.purdue.edu (curie.physics.purdue.edu [128.210.68.223]) by franklin.physics.purdue.edu (Postfix) with ESMTP id BC99E20F01; Mon, 3 Sep 2001 15:12:44 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id 7FD0B76; Mon, 3 Sep 2001 15:13:37 -0500 (EST) Date: Mon, 3 Sep 2001 15:13:37 -0500 From: Will Andrews To: Brian Somers Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: ports/misc Makefile ports/misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample configuration patch-modem_run.c patch-pppoa2.c Message-ID: <20010903151337.V30764@curie.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Brian Somers , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com References: <200109031951.f83Jplj24022@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <200109031951.f83Jplj24022@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Mon, Sep 03, 2001 at 08:51:47PM +0100 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 08:51:47PM +0100, Brian Somers (brian@Awfulhak.org) wrote: > Errum, I added ports/net/pppoa the other day.... a later version of > the same thing. Sorry, I didn't notice it. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:16:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2827F37B405; Mon, 3 Sep 2001 13:16:10 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KGAT79330; Mon, 3 Sep 2001 13:16:10 -0700 (PDT) (envelope-from knu) Message-Id: <200109032016.f83KGAT79330@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Sep 2001 13:16:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kdeaddons Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/03 13:16:10 PDT Modified files: japanese/kdeaddons Makefile Log: Properly depend on japanese/kdebase2. PR: ports/30293 Submitted by: SASAKI Katuhiro (MAINTAINER) Revision Changes Path 1.3 +4 -1 ports/japanese/kdeaddons/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:24: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE41A37B401; Mon, 3 Sep 2001 13:23:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KNxk81017; Mon, 3 Sep 2001 13:23:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200109032023.f83KNxk81017@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 13:23:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha mkisoimages.sh src/release/i386 mkisoimages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 13:23:59 PDT Modified files: release/alpha mkisoimages.sh release/i386 mkisoimages.sh Log: Fix my backwards logic. Submitted by: dirk Revision Changes Path 1.3 +3 -3 src/release/alpha/mkisoimages.sh 1.3 +2 -2 src/release/i386/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB84837B406; Mon, 3 Sep 2001 13:24:52 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KOqt81222; Mon, 3 Sep 2001 13:24:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200109032024.f83KOqt81222@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 13:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha mkisoimages.sh src/release/i386 mkisoimages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 13:24:52 PDT Modified files: (Branch: RELENG_4) release/alpha mkisoimages.sh release/i386 mkisoimages.sh Log: MFC: fix my backwards logic Requested by: jkh Revision Changes Path 1.2.2.2 +3 -3 src/release/alpha/mkisoimages.sh 1.2.2.2 +2 -2 src/release/i386/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:27: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECCD237B401; Mon, 3 Sep 2001 13:27:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KR3F81882; Mon, 3 Sep 2001 13:27:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200109032027.f83KR3F81882@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 13:27:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 13:27:03 PDT Modified files: release Makefile Log: Cause an error condition to be sensed by make(1) if we have trouble making the ISO. Revision Changes Path 1.635 +2 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:29:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEC8A37B405; Mon, 3 Sep 2001 13:29:21 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KTLj82430; Mon, 3 Sep 2001 13:29:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200109032029.f83KTLj82430@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 13:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha mkisoimages.sh src/release/i386 mkisoimages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 13:29:21 PDT Modified files: release/alpha mkisoimages.sh release/i386 mkisoimages.sh Log: Try to build `mkisofs' first, and only `pkg_add -r' if you cannot. Revision Changes Path 1.4 +9 -5 src/release/alpha/mkisoimages.sh 1.4 +9 -5 src/release/i386/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:30: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9414337B405; Mon, 3 Sep 2001 13:30:01 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KU1n82597; Mon, 3 Sep 2001 13:30:01 -0700 (PDT) (envelope-from obrien) Message-Id: <200109032030.f83KU1n82597@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 13:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha mkisoimages.sh src/release/i386 mkisoimages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 13:30:01 PDT Modified files: release/alpha mkisoimages.sh release/i386 mkisoimages.sh Log: Previous change to try to build `mkisofs' was Submmitted by: dirk Revision Changes Path 1.5 +1 -1 src/release/alpha/mkisoimages.sh 1.5 +1 -1 src/release/i386/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:40:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B9EB37B409; Mon, 3 Sep 2001 13:40:35 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KeZU84807; Mon, 3 Sep 2001 13:40:35 -0700 (PDT) (envelope-from julian) Message-Id: <200109032040.f83KeZU84807@freefall.freebsd.org> From: Julian Elischer Date: Mon, 3 Sep 2001 13:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet igmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/03 13:40:35 PDT Modified files: sys/netinet igmp.c Log: One caller of rip_input failed to be converted in the last commit. Revision Changes Path 1.33 +2 -2 src/sys/netinet/igmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 13:55:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 690AE37B40D; Mon, 3 Sep 2001 13:55:36 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83KtaG86174; Mon, 3 Sep 2001 13:55:36 -0700 (PDT) (envelope-from julian) Message-Id: <200109032055.f83KtaG86174@freefall.freebsd.org> From: Julian Elischer Date: Mon, 3 Sep 2001 13:55:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_encap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/03 13:55:36 PDT Modified files: sys/netinet ip_encap.c Log: Call ip_input() instead of ipip_input() when decoding encapsulated ipv4 packets. (allows line to compile again) Revision Changes Path 1.7 +9 -2 src/sys/netinet/ip_encap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 14: 7:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E91BC37B408; Mon, 3 Sep 2001 14:07:31 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83L7VN90286; Mon, 3 Sep 2001 14:07:31 -0700 (PDT) (envelope-from julian) Message-Id: <200109032107.f83L7VN90286@freefall.freebsd.org> From: Julian Elischer Date: Mon, 3 Sep 2001 14:07:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_encap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/03 14:07:31 PDT Modified files: sys/netinet ip_encap.c Log: I really hope this is the right answer. call ip_input directly but take the offset off the packet first if it's an IPV4 packet encapsulated. Revision Changes Path 1.8 +4 -2 src/sys/netinet/ip_encap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 14:47:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6F9337B406; Mon, 3 Sep 2001 14:47:54 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83LlsN93944; Mon, 3 Sep 2001 14:47:54 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032147.f83LlsN93944@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 14:47:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/tmetric Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 14:47:54 PDT Modified files: benchmarks/tmetric Makefile distinfo pkg-comment pkg-descr Log: Update MASTER_SITES Bump PORTEPOCH "Upgrade" to v0.5 Give author of software maintainership PR: 29900 Submitted by: leeym@utopia.leeym.com Revision Changes Path 1.6 +5 -6 ports/benchmarks/tmetric/Makefile 1.5 +1 -1 ports/benchmarks/tmetric/distinfo 1.3 +1 -1 ports/benchmarks/tmetric/pkg-comment 1.3 +4 -10 ports/benchmarks/tmetric/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 Sep 3 14:53:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E32A637B407; Mon, 3 Sep 2001 14:53:15 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83LrF694667; Mon, 3 Sep 2001 14:53:15 -0700 (PDT) (envelope-from alfred) Message-Id: <200109032153.f83LrF694667@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 3 Sep 2001 14:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/09/03 14:53:15 PDT Modified files: sys/netinet if_ether.c Log: Allow disabling of "arp moved" messages. Submitted by: Stephen Hurd Revision Changes Path 1.81 +13 -7 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15: 2:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4504137B416; Mon, 3 Sep 2001 15:02:15 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83M2FV95551; Mon, 3 Sep 2001 15:02:15 -0700 (PDT) (envelope-from jake) Message-Id: <200109032202.f83M2FV95551@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:02:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include asi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:02:15 PDT Modified files: sys/sparc64/include asi.h Log: The definition for ASI_IMMU_TAG_TARGET_REG was wrong. Sort. Revision Changes Path 1.6 +14 -13 src/sys/sparc64/include/asi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15: 3:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD0BE37B407; Mon, 3 Sep 2001 15:03:25 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83M3Pm95695; Mon, 3 Sep 2001 15:03:25 -0700 (PDT) (envelope-from jake) Message-Id: <200109032203.f83M3Pm95695@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:03:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include atomic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:03:25 PDT Modified files: sys/sparc64/include atomic.h Log: Add atomic_load and store functions without membars, fwiw. Revision Changes Path 1.4 +25 -6 src/sys/sparc64/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:13:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F95637B409; Mon, 3 Sep 2001 15:13:53 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MDrC99258; Mon, 3 Sep 2001 15:13:53 -0700 (PDT) (envelope-from jake) Message-Id: <200109032213.f83MDrC99258@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:13:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:13:53 PDT Modified files: sys/sparc64/include cpufunc.h Log: Add a flushw() macro. Revision Changes Path 1.5 +5 -1 src/sys/sparc64/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 Mon Sep 3 15:19: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6218A37B40B; Mon, 3 Sep 2001 15:19:04 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MJ4Z99758; Mon, 3 Sep 2001 15:19:04 -0700 (PDT) (envelope-from jake) Message-Id: <200109032219.f83MJ4Z99758@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:19:04 PDT Modified files: sys/sparc64/include mutex.h Log: mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enable was not doing its thing. Revision Changes Path 1.4 +2 -2 src/sys/sparc64/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:19:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBBC037B40C; Mon, 3 Sep 2001 15:19:36 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MJaE99829; Mon, 3 Sep 2001 15:19:36 -0700 (PDT) (envelope-from jake) Message-Id: <200109032219.f83MJaE99829@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:19:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:19:36 PDT Modified files: sys/sparc64/include param.h Log: Bump UPAGES to 4. The pcb can be rather large. Revision Changes Path 1.3 +2 -2 src/sys/sparc64/include/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:27:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6379237B403; Mon, 3 Sep 2001 15:27:24 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MRN300741; Mon, 3 Sep 2001 15:27:23 -0700 (PDT) (envelope-from jake) Message-Id: <200109032227.f83MRN300741@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:27:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bootinfo.h cpu.h db_machdep.h md_var.h pmap.h proc.h setjmp.h signal.h vmparam.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:27:23 PDT Modified files: sys/sparc64/include bootinfo.h cpu.h db_machdep.h md_var.h pmap.h proc.h setjmp.h signal.h vmparam.h Log: Use the correct copyrights. Note where most of this came from. Requested by: obrien Revision Changes Path 1.3 +16 -9 src/sys/sparc64/include/bootinfo.h 1.5 +18 -5 src/sys/sparc64/include/cpu.h 1.5 +26 -25 src/sys/sparc64/include/db_machdep.h 1.4 +6 -2 src/sys/sparc64/include/md_var.h 1.6 +20 -8 src/sys/sparc64/include/pmap.h 1.4 +14 -5 src/sys/sparc64/include/proc.h 1.3 +12 -5 src/sys/sparc64/include/setjmp.h 1.4 +15 -6 src/sys/sparc64/include/signal.h 1.5 +19 -4 src/sys/sparc64/include/vmparam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:28: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4877D37B401; Mon, 3 Sep 2001 15:27:58 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MRwm00817; Mon, 3 Sep 2001 15:27:58 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032227.f83MRwm00817@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 15:27:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 15:27:58 PDT Modified files: databases/mysql323-server pkg-plist Log: Comply with NOPORTDOCS PR: 29800 Submitted by: pat@databits.net No response: maintainer Revision Changes Path 1.50 +54 -54 ports/databases/mysql323-server/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 Sep 3 15:32:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BA8437B408; Mon, 3 Sep 2001 15:32:49 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MWnp01387; Mon, 3 Sep 2001 15:32:49 -0700 (PDT) (envelope-from jake) Message-Id: <200109032232.f83MWnp01387@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include ktr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:32:49 PDT Added files: sys/sparc64/include ktr.h Log: Add simple macros for tracing in assembler files. There are quite a few places where we cannot even call a function, and these have proven to be very useful debugging tools for such situations. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:35:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9CF537B401; Mon, 3 Sep 2001 15:35:25 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MZPV01803; Mon, 3 Sep 2001 15:35:25 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032235.f83MZPV01803@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 15:35:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 15:35:25 PDT Modified files: www/horde Makefile Log: Fix RUN_DEPENDS Bump PORTREVISION PR: 30296 Submitted by: maintainer Revision Changes Path 1.3 +4 -3 ports/www/horde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:36:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E6CE37B40E; Mon, 3 Sep 2001 15:36:11 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MaBa02012; Mon, 3 Sep 2001 15:36:11 -0700 (PDT) (envelope-from jake) Message-Id: <200109032236.f83MaBa02012@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include ver.h pstate.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:36:11 PDT Modified files: sys/sparc64/include pstate.h Added files: sys/sparc64/include ver.h Log: Move %ver definitions from pstate.h to ver.h. Add definitions for normal kernel pstate values, which include a memory store order override. Revision Changes Path 1.5 +9 -29 src/sys/sparc64/include/pstate.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:40:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7BD37B408; Mon, 3 Sep 2001 15:40:46 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Mekr02286; Mon, 3 Sep 2001 15:40:46 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032240.f83Mekr02286@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 15:40:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms-shn Makefile distinfo pkg-descr pkg-plist ports/audio/xmms-shn/files patch-ltmain.sh patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 15:40:46 PDT Modified files: audio/xmms-shn Makefile distinfo pkg-descr pkg-plist Added files: audio/xmms-shn/files patch-ltmain.sh Removed files: audio/xmms-shn/files patch-aa patch-ab Log: - Update to 2.2.4 - delete patch-a{a,b} - add patch-ltmain.sh - Remove useless .a and .la from pkg-plist and from being installed - Add Author: tag to pkg-descr - Add post-install target to install README to ${DOCSDIR} and support NOPORTDOCS PR: 29815 Submitted by: pat@databits.net No Response: maintainer Revision Changes Path 1.7 +8 -2 ports/audio/xmms-shn/Makefile 1.3 +1 -1 ports/audio/xmms-shn/distinfo 1.3 +1 -0 ports/audio/xmms-shn/pkg-descr 1.2 +2 -2 ports/audio/xmms-shn/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 Sep 3 15:41:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CCE37B403; Mon, 3 Sep 2001 15:41:40 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Mfee02476; Mon, 3 Sep 2001 15:41:40 -0700 (PDT) (envelope-from jake) Message-Id: <200109032241.f83Mfee02476@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include sigframe.h ucontext.h src/sys/sparc64/sparc64 locore.s machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:41:40 PDT Modified files: sys/sparc64/include ucontext.h sys/sparc64/sparc64 locore.s machdep.c Added files: sys/sparc64/include sigframe.h Log: Implement signals. Revision Changes Path 1.4 +28 -19 src/sys/sparc64/include/ucontext.h 1.5 +14 -3 src/sys/sparc64/sparc64/locore.s 1.10 +186 -38 src/sys/sparc64/sparc64/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 Sep 3 15:49:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48A2637B409; Mon, 3 Sep 2001 15:49:22 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MnMq03235; Mon, 3 Sep 2001 15:49:22 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032249.f83MnMq03235@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 15:49:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx Makefile distinfo pkg-plist ports/www/lynx/files patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 15:49:22 PDT Modified files: www/lynx Makefile distinfo pkg-plist www/lynx/files patch-aa Added files: www/lynx/files patch-ab Log: Update to 2.8.4rel.1 PR: 29826 Submitted by: tkato@prontomail.com No response: maintainer Revision Changes Path 1.96 +5 -5 ports/www/lynx/Makefile 1.127 +1 -1 ports/www/lynx/distinfo 1.14 +2 -0 ports/www/lynx/pkg-plist 1.30 +10 -10 ports/www/lynx/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 Sep 3 15:55:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4142D37B409; Mon, 3 Sep 2001 15:55:12 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MtCe03921; Mon, 3 Sep 2001 15:55:12 -0700 (PDT) (envelope-from jake) Message-Id: <200109032255.f83MtCe03921@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:55:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include pv.h tte.h src/sys/sparc64/sparc64 pmap.c pv.c trap.c tsb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:55:12 PDT Modified files: sys/sparc64/include pv.h tte.h sys/sparc64/sparc64 pmap.c pv.c trap.c tsb.c Log: Implement pv_bit_count which is used by pmap_ts_referenced. Remove the modified tte bit and add a softwrite bit. Mappings are only writeable if they have been written to, thus in general modify just duplicates the write bit. The softwrite bit makes it easier to distinguish mappings which should be writeable but are not yet modified. Move the exec bit down one, it was being sign extended when used as an immediate operand. Use the lock bit to mean tsb page and remove the tsb bit. These are the only form of locked (tsb) entries we support and we need to conserve bits where possible. Implement pmap_copy_page and pmap_is_modified and friends. Detect mappings that are being being upgraded from read-only to read-write due to copy-on-write and update the write bit appropriately. Make trap_mmu_fault do the right thing for protection faults, which is necessary to implement copy on write correctly. Also handle a bunch more userland trap types and add ktr traces. Revision Changes Path 1.3 +2 -1 src/sys/sparc64/include/pv.h 1.3 +6 -8 src/sys/sparc64/include/tte.h 1.11 +96 -50 src/sys/sparc64/sparc64/pmap.c 1.4 +43 -19 src/sys/sparc64/sparc64/pv.c 1.11 +192 -127 src/sys/sparc64/sparc64/trap.c 1.4 +59 -54 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:57:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7BDC37B408; Mon, 3 Sep 2001 15:57:21 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MvLD04420; Mon, 3 Sep 2001 15:57:21 -0700 (PDT) (envelope-from jake) Message-Id: <200109032257.f83MvLD04420@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:57:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tlb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:57:21 PDT Modified files: sys/sparc64/include tlb.h Log: Add ktr traces. Revision Changes Path 1.5 +9 -1 src/sys/sparc64/include/tlb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 15:58:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3658937B401; Mon, 3 Sep 2001 15:58:06 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Mw6x04546; Mon, 3 Sep 2001 15:58:06 -0700 (PDT) (envelope-from jake) Message-Id: <200109032258.f83Mw6x04546@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 15:58:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 15:58:06 PDT Modified files: sys/sparc64/include globaldata.h Log: Move the alternate global register stack to struct globaldata. Revision Changes Path 1.8 +7 -1 src/sys/sparc64/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16: 1:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E61B37B40D; Mon, 3 Sep 2001 16:01:44 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83N1iH04888; Mon, 3 Sep 2001 16:01:44 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032301.f83N1iH04888@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 16:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pavuk Makefile distinfo pkg-plist ports/ftp/pavuk/files patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 16:01:44 PDT Modified files: ftp/pavuk Makefile distinfo pkg-plist Removed files: ftp/pavuk/files patch-ae patch-af Log: Update to 0.9.27 PR: 29821 Submitted by: tkato@prontomail.com Revision Changes Path 1.22 +13 -15 ports/ftp/pavuk/Makefile 1.11 +1 -1 ports/ftp/pavuk/distinfo 1.7 +15 -14 ports/ftp/pavuk/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 Sep 3 16: 9:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 111D137B40F; Mon, 3 Sep 2001 16:09:05 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83N95M08714; Mon, 3 Sep 2001 16:09:05 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032309.f83N95M08714@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 16:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 16:09:05 PDT Modified files: converters/uulib Makefile pkg-plist Log: Use ${PERL} instead of perl Add ${DOCSDIR} support Add NOPORTDOC compliance PR: 29761 Submitted by: pat@databits.net Revision Changes Path 1.26 +5 -4 ports/converters/uulib/Makefile 1.9 +12 -12 ports/converters/uulib/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 Sep 3 16:10:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52A1237B407; Mon, 3 Sep 2001 16:10:46 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NAkL09021; Mon, 3 Sep 2001 16:10:46 -0700 (PDT) (envelope-from jake) Message-Id: <200109032310.f83NAkL09021@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 16:10:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include wstate.h frame.h pcb.h src/sys/sparc64/sparc64 rwindow.c exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 16:10:46 PDT Modified files: sys/sparc64/include frame.h pcb.h sys/sparc64/sparc64 exception.s Added files: sys/sparc64/include wstate.h sys/sparc64/sparc64 rwindow.c Log: Implement a slightly different window spill/fill algorithm for dealing with user windows in kernel mode. We split the windows using %otherwin, but instead of spilling user window directly to the pcb, we attempt to spill to user space. If this fails because a stack page is not resident (or the stack is smashed), the fault handler at tl 2 will detect the situation and resume at tl 1 again where recovery code can spill to the pcb. Any windows that have been saved to the pcb will be copied out to the user stack on return from kernel mode. Add a first stab at 32 bit window handling. This uses much of the same recovery code as above because the alignment of the stack pointer is used to detect 32 bit code. Attempting to spill a 32 bit window to a 64 bit stack, or vice versa, will cause an alignment fault. The recovery code then changes the window state to vector to a 32 bit spill/fill handler and retries the faulting instruction. Add ktr traces in useful places during trap processing. Adjust comments to reflect new code and add many more. Revision Changes Path 1.6 +11 -7 src/sys/sparc64/include/frame.h 1.6 +5 -5 src/sys/sparc64/include/pcb.h 1.7 +1079 -756 src/sys/sparc64/sparc64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16:13:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A77F637B408; Mon, 3 Sep 2001 16:13:42 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NDgf09339; Mon, 3 Sep 2001 16:13:42 -0700 (PDT) (envelope-from jake) Message-Id: <200109032313.f83NDgf09339@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 16:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include trap.h src/sys/sparc64/sparc64 db_interface.c db_trace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 16:13:42 PDT Modified files: sys/sparc64/include trap.h sys/sparc64/sparc64 db_interface.c db_trace.c Log: Change tf_arg to uintptr_t from void * to reflect the fact that non-pointer values may be passed in it. Add appropriate casts. The interrupt type is now passed in tf_arg instead tf_type. Revision Changes Path 1.5 +5 -16 src/sys/sparc64/include/trap.h 1.3 +2 -2 src/sys/sparc64/sparc64/db_interface.c 1.5 +6 -8 src/sys/sparc64/sparc64/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16:16: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53CFD37B408; Mon, 3 Sep 2001 16:15:54 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NFs709678; Mon, 3 Sep 2001 16:15:54 -0700 (PDT) (envelope-from jake) Message-Id: <200109032315.f83NFs709678@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 16:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 16:15:54 PDT Modified files: sys/sparc64/sparc64 vm_machdep.c Log: Add comments following what other architectures have. Fiddle the register values in the trapframe so children returning from fork() return 0 (and success). Revision Changes Path 1.8 +37 -2 src/sys/sparc64/sparc64/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 Mon Sep 3 16:18: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6554637B407; Mon, 3 Sep 2001 16:18:02 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NI2M09934; Mon, 3 Sep 2001 16:18:02 -0700 (PDT) (envelope-from jake) Message-Id: <200109032318.f83NI2M09934@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 16:18:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 swtch.s support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 16:18:02 PDT Modified files: sys/sparc64/sparc64 swtch.s support.s Log: Add ktr traces to copy{in,out} and cpu_switch. Context switch the cwp value. The register usage in cpu_switch will be updated shortly to better reflect the fact that the current window may change. Revision Changes Path 1.6 +68 -4 src/sys/sparc64/sparc64/swtch.s 1.6 +33 -1 src/sys/sparc64/sparc64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16:19:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D513637B406; Mon, 3 Sep 2001 16:19:18 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NJIv10046; Mon, 3 Sep 2001 16:19:18 -0700 (PDT) (envelope-from jake) Message-Id: <200109032319.f83NJIv10046@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 16:19:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 16:19:18 PDT Modified files: sys/sparc64/sparc64 genassym.c Log: Remove some stale definitions and update for new assembler code. Revision Changes Path 1.7 +29 -57 src/sys/sparc64/sparc64/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16:20: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B70537B405; Mon, 3 Sep 2001 16:19:55 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NJtC10141; Mon, 3 Sep 2001 16:19:55 -0700 (PDT) (envelope-from asami) Message-Id: <200109032319.f83NJtC10141@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 3 Sep 2001 16:19:55 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/09/03 16:19:55 PDT Modified files: . INDEX Log: This is the official INDEX file for 4.4R. It has 5,813 ports. 5,813 is a prime. :) Revision Changes Path 1.346 +1029 -920 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16:24:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B2137B407; Mon, 3 Sep 2001 16:24:21 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83NOLl10834; Mon, 3 Sep 2001 16:24:21 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109032324.f83NOLl10834@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 3 Sep 2001 16:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/fsgs pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/03 16:24:21 PDT Modified files: games/fsgs pkg-plist Log: - Sorts pkg-plist - Add to pkg-plist etc/rc.d/fsgs.sh PR: 29447 Submitted by: pat@databits.net No Response: maintainer Revision Changes Path 1.2 +22 -21 ports/games/fsgs/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 Sep 3 16:31: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.clickarray.com (dune.clickarray.com [209.10.62.213]) by hub.freebsd.org (Postfix) with ESMTP id 8905E37B403; Mon, 3 Sep 2001 16:31:03 -0700 (PDT) Received: from vader.clickarray.com (nattedaddress.clickarray.com [10.2.1.199]) by mail.clickarray.com (Postfix) with ESMTP id 21F8E5EF01; Mon, 3 Sep 2001 16:39:54 -0700 (PDT) Received: (from asami@localhost) by vader.clickarray.com (8.11.0/8.11.0) id f83NV2p53871; Mon, 3 Sep 2001 16:31:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) X-Authentication-Warning: vader.clickarray.com: asami set sender to asami@cs.berkeley.edu using -f To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail References: <200109031944.f83Jich67557@freefall.freebsd.org> From: asami@clickarray.com (Satoshi - Ports Wraith - Asami) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Date: 03 Sep 2001 16:31:02 -0700 In-Reply-To: <200109031944.f83Jich67557@freefall.freebsd.org> (Satoshi Asami's message of "Mon, 3 Sep 2001 12:44:38 -0700 (PDT)") Message-ID: Lines: 24 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?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * asami 2001/09/03 12:44:38 PDT * * Modified files: * . avail * Log: * Ports freeze is over now, thanks for your cooperation. :) The final package build is running now, please let me know if you fix something. http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.2001090312/ Only critical fixes will be accepted for the release and under one condition: it can't change the package names or package dependencies. I.e., adding a patch, updating checksums are ok, but adding dependencies or upgrading to a new version are not ok, since they will require a complete rebuild of the entire set. Also, please send mail to this address (see header) for anything concerning the package builds, as I don't have time to wade through FreeBSD mail while I'm at work. Thanks! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 16:55: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D63C737B40C; Mon, 3 Sep 2001 16:54:59 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Nsxt14700; Mon, 3 Sep 2001 16:54:59 -0700 (PDT) (envelope-from murray) Message-Id: <200109032354.f83Nsxt14700@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 16:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 16:54:59 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Remove a word to make a complete sentence. PR: docs/30299 Submitted by: Steven G. Kargl Revision Changes Path 1.55 +2 -2 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 17: 0:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3DA837B409; Mon, 3 Sep 2001 16:59:58 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83Nxwe15242; Mon, 3 Sep 2001 16:59:58 -0700 (PDT) (envelope-from murray) Message-Id: <200109032359.f83Nxwe15242@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 16:59:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 16:59:58 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Add some information about subpixel sampling on LCD displays under XFree86 4.X. PR: docs/30284 Submitted by: Rahul Siddharthan Revision Changes Path 1.56 +15 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 17:23:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C066237B403; Mon, 3 Sep 2001 17:23:13 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f840NDW21110; Mon, 3 Sep 2001 17:23:13 -0700 (PDT) (envelope-from petef) Message-Id: <200109040023.f840NDW21110@freefall.freebsd.org> From: Pete Fritchman Date: Mon, 3 Sep 2001 17:23:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsstat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/03 17:23:13 PDT Modified files: devel/cvsstat Makefile distinfo Log: Update to 2.18 Revision Changes Path 1.2 +2 -2 ports/devel/cvsstat/Makefile 1.2 +1 -1 ports/devel/cvsstat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 17:54:37 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id DF0AF37B401; Mon, 3 Sep 2001 17:54:29 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id D4ADA81D01; Mon, 3 Sep 2001 19:54:24 -0500 (CDT) Date: Mon, 3 Sep 2001 19:54:24 -0500 From: Alfred Perlstein To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include atomic.h Message-ID: <20010903195424.T81307@elvis.mu.org> References: <200109032203.f83M3Pm95695@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: <200109032203.f83M3Pm95695@freefall.freebsd.org>; from jake@FreeBSD.org on Mon, Sep 03, 2001 at 03:03:25PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Jake Burkholder [010903 17:03] wrote: > jake 2001/09/03 15:03:25 PDT > > Modified files: > sys/sparc64/include atomic.h > Log: > Add atomic_load and store functions without membars, fwiw. > > Revision Changes Path > 1.4 +25 -6 src/sys/sparc64/include/atomic.h My apologies, but these look wrong, my sparc v9 manual says that although the atomic ops will work atomically without membar... that if you don't use membar you don't know the sequencing of the stores and loads surrounding the atomic op, so if it is an atomic op to perform a lock, your memory sequencing may cause accesses to a locked object before the lock is aquired or at least allow memory accesses to bleed through after the lock is released. Of course I could be smoking the good crack today, so take this with a grain of salt. :-) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 17:54:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29F3837B438; Mon, 3 Sep 2001 17:54:38 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f840scH27466; Mon, 3 Sep 2001 17:54:38 -0700 (PDT) (envelope-from murray) Message-Id: <200109040054.f840scH27466@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 17:54:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 17:54:38 PDT Modified files: usr.sbin/vidcontrol vidcontrol.1 Log: Add additional information about VGA attributes. PR: docs/28000 Submitted by: Robert Drehmel Revision Changes Path 1.45 +49 -33 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 18: 1:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC39337B40B; Mon, 3 Sep 2001 18:01:07 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84117o28364; Mon, 3 Sep 2001 18:01:07 -0700 (PDT) (envelope-from murray) Message-Id: <200109040101.f84117o28364@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 18:01:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/md5 md5.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 18:01:07 PDT Modified files: sbin/md5 md5.1 Log: Mention collision attacks on MD5. From the md5(3) man page. PR: docs/14158 Reviewed by: kris Submitted by: Eric Frias Revision Changes Path 1.16 +7 -1 src/sbin/md5/md5.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 18:17:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A7B237B405; Mon, 3 Sep 2001 18:17:39 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f841Hd433384; Mon, 3 Sep 2001 18:17:39 -0700 (PDT) (envelope-from jake) Message-Id: <200109040117.f841Hd433384@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 18:17:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 18:17:39 PDT Modified files: sys/sparc64/sparc64 machdep.c Log: Make this compile. Revision Changes Path 1.11 +4 -1 src/sys/sparc64/sparc64/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 Sep 3 18:18:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 633D237B407; Mon, 3 Sep 2001 18:18:39 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f841IdD33492; Mon, 3 Sep 2001 18:18:39 -0700 (PDT) (envelope-from jake) Message-Id: <200109040118.f841IdD33492@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 3 Sep 2001 18:18:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/09/03 18:18:39 PDT Modified files: sys/conf files.sparc64 Log: Add rwindow.c, forgotten earlier. Revision Changes Path 1.6 +2 -1 src/sys/conf/files.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 18:42:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC17B37B406; Mon, 3 Sep 2001 18:42:07 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f841g7W37061; Mon, 3 Sep 2001 18:42:07 -0700 (PDT) (envelope-from non) Message-Id: <200109040142.f841g7W37061@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 18:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nsp nsp_pccard.c src/sys/dev/stg tmc18c30_pccard.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/03 18:42:07 PDT Modified files: (Branch: RELENG_4) sys/dev/nsp nsp_pccard.c sys/dev/stg tmc18c30_pccard.c Log: [MFC] Demand minimum I/O size rather than 0 when it calls bus_alloc_resource(dev, SYS_RES_IOPORT, ...) Pointed-out by: Yamamoto-san shigeru@iij.ad.jp Revision Changes Path 1.2.2.4 +2 -2 src/sys/dev/nsp/nsp_pccard.c 1.2.2.4 +2 -2 src/sys/dev/stg/tmc18c30_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 18:45:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF17D37B407; Mon, 3 Sep 2001 18:45:41 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f841jfO37731; Mon, 3 Sep 2001 18:45:41 -0700 (PDT) (envelope-from non) Message-Id: <200109040145.f841jfO37731@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 18:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nsp nsp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/03 18:45:41 PDT Modified files: (Branch: RELENG_4) sys/dev/nsp nsp.c Log: [MFC] Fix bus timeout bug which might happen when nsp do suspend I/O burst write. A nsp chip does suspend I/O write by 512bytes burst write, though the chip only has 48 bytes FIFO. The chip assert I/O WAIT signal to PC-Card bus after the CPU writes more than 48 bytes to the chip if the SCSI device does not respond immediately in supsend I/O burst write. If the device does not respond for a while it might cause PC-Card bus timeout. The previous work around was to wait the request from SCSI device. But there are some devices which request bytes for synchronous transfer immediately. So current work aound is to fill 32bytes FIFO, wait for FIFO empty and burst write 512-32 bytes for every 512 bytes block. Submitted-by: Honda-san (the author of the driver) Obtained-from: NetBSD/pc98 Approved-by: jkh Revision Changes Path 1.1.2.5 +24 -10 src/sys/dev/nsp/nsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 18:50: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.sanda.gr.jp (ns.sanda.gr.jp [210.232.122.18]) by hub.freebsd.org (Postfix) with ESMTP id 4E25637B409; Mon, 3 Sep 2001 18:49:54 -0700 (PDT) Received: from ever.sanda.gr.jp (epoch [10.93.63.51]) by ns.sanda.gr.jp (8.9.3/3.7W) with ESMTP id KAA93388; Tue, 4 Sep 2001 10:49:53 +0900 (JST) From: non@ever.sanda.gr.jp Received: from localhost (localhost [127.0.0.1]) by ever.sanda.gr.jp (8.8.8/3.3W9) with ESMTP id KAA01194; Tue, 4 Sep 2001 10:49:52 +0900 (JST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/nsp nsp_pccard.c src/sys/dev/stg tmc18c30_pccard.c In-Reply-To: <200109040142.f841g7W37061@freefall.freebsd.org> References: <200109040142.f841g7W37061@freefall.freebsd.org> X-Mailer: Mew version 1.94 on Emacs 19.28 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010904104952O.non@ever.sanda.gr.jp> Date: Tue, 04 Sep 2001 10:49:52 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 23 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 18:42:07 -0700 (PDT) > non 2001/09/03 18:42:07 PDT > > Modified files: (Branch: RELENG_4) > sys/dev/nsp nsp_pccard.c > sys/dev/stg tmc18c30_pccard.c > Log: > [MFC] > Demand minimum I/O size rather than 0 when it calls > bus_alloc_resource(dev, SYS_RES_IOPORT, ...) > > Pointed-out by: Yamamoto-san shigeru@iij.ad.jp Oops, Approved-by: jkh > Revision Changes Path > 1.2.2.4 +2 -2 src/sys/dev/nsp/nsp_pccard.c > 1.2.2.4 +2 -2 src/sys/dev/stg/tmc18c30_pccard.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 19: 1:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9551337B405; Mon, 3 Sep 2001 19:01:52 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8421qZ39723; Mon, 3 Sep 2001 19:01:52 -0700 (PDT) (envelope-from luigi) Message-Id: <200109040201.f8421qZ39723@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 3 Sep 2001 19:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.conf picobsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/09/03 19:01:52 PDT Modified files: release/picobsd/build Makefile.conf picobsd Log: Move commands to create stripped kernel into Makefile.conf, so as to make the "picobsd" script less version-specific. Improve handling of cross-builds (which requires creation of includes and libraries for the new source tree). The "picobsd" script will not probably work on -current because it still uses 'vn' instead of 'md', but i am commiting it anyways to keep it in sync with the version in -stable. Revision Changes Path 1.14 +5 -1 src/release/picobsd/build/Makefile.conf 1.10 +47 -41 src/release/picobsd/build/picobsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 19: 3:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3566637B409; Mon, 3 Sep 2001 19:03:05 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84235239836; Mon, 3 Sep 2001 19:03:05 -0700 (PDT) (envelope-from luigi) Message-Id: <200109040203.f84235239836@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 3 Sep 2001 19:03:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.conf picobsd X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/09/03 19:03:05 PDT Modified files: (Branch: RELENG_4) release/picobsd/build Makefile.conf picobsd Log: MFC: move rules to create the stripped kernel into Makefile.conf, and improve handling of cross-builds. Approved By: jordan Revision Changes Path 1.5.2.8 +6 -2 src/release/picobsd/build/Makefile.conf 1.1.2.12 +46 -40 src/release/picobsd/build/picobsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 19: 9:24 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 9D5A937B406; Mon, 3 Sep 2001 19:09:16 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 9619E54A; Tue, 4 Sep 2001 03:09:13 +0100 (BST) Date: Tue, 4 Sep 2001 03:09:12 +0100 From: Josef Karthauser To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/build Makefile.conf picobsd Message-ID: <20010904030910.F28738@tao.org.uk> References: <200109040201.f8421qZ39723@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="JcvBIhDvR6w3jUPA" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109040201.f8421qZ39723@freefall.freebsd.org>; from luigi@FreeBSD.org on Mon, Sep 03, 2001 at 07:01:52PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --JcvBIhDvR6w3jUPA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 03, 2001 at 07:01:52PM -0700, Luigi Rizzo wrote: > The "picobsd" script will not probably work on -current because it still > uses 'vn' instead of 'md', but i am commiting it anyways to keep it > in sync with the version in -stable. I've been meaning to fix this for ages; but as I've not built a picobsd release for a while nothing is kicking me up the b*m to do it with urgency. How about we do it in such a way that the script detects that it needs to use md instead of vn and we can therefore keep them the same between -current and -stable? Joe --JcvBIhDvR6w3jUPA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuUN8UACgkQXVIcjOaxUBZ5ZwCg1xTM1vXTAiFpwwXvDECu0+Oe g7gAnRRxqecSlAypmWwry2ji/t+bRE4o =mK+Y -----END PGP SIGNATURE----- --JcvBIhDvR6w3jUPA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 20:18:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D323837B406; Mon, 3 Sep 2001 20:18:13 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f843ID254544; Mon, 3 Sep 2001 20:18:13 -0700 (PDT) (envelope-from murray) Message-Id: <200109040318.f843ID254544@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 20:18:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 20:18:13 PDT Modified files: usr.sbin/kbdmap kbdmap.1 Log: Note that kbdmap is an interactive command. PR: docs/29506 Submitted by: Gary W. Swearingen Revision Changes Path 1.26 +4 -1 src/usr.sbin/kbdmap/kbdmap.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 20:23:15 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id CFF5D37B40B; Mon, 3 Sep 2001 20:23:08 -0700 (PDT) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id f843N1T92410; Mon, 3 Sep 2001 20:23:01 -0700 (PDT) (envelope-from jkh@freebsd.org) To: asami@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports INDEX In-Reply-To: <200109032319.f83NJtC10141@freefall.freebsd.org> References: <200109032319.f83NJtC10141@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010903202301M.jkh@freebsd.org> Date: Mon, 03 Sep 2001 20:23:01 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 17 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nice to see you back in every sense of the word. :) From: Satoshi Asami Subject: cvs commit: ports INDEX Date: Mon, 3 Sep 2001 16:19:55 -0700 (PDT) > asami 2001/09/03 16:19:55 PDT > > Modified files: > . INDEX > Log: > This is the official INDEX file for 4.4R. It has 5,813 ports. > 5,813 is a prime. :) > > Revision Changes Path > 1.346 +1029 -920 ports/INDEX > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 20:45:21 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id EADDD37B414 for ; Mon, 3 Sep 2001 20:45:03 -0700 (PDT) Received: (qmail 61519 invoked from network); 4 Sep 2001 03:45:03 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Sep 2001 03:45:03 -0000 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: <200109030449.f834nJX66738@freefall.freebsd.org> Date: Mon, 03 Sep 2001 20:44:59 -0700 (PDT) From: John Baldwin To: Peter Wemm Subject: RE: cvs commit: src/sys/ia64/ia64 sscdisk.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03-Sep-01 Peter Wemm wrote: > peter 2001/09/02 21:49:19 PDT > > Modified files: > sys/ia64/ia64 sscdisk.c > Log: > Dont conflict with sysctl debug.mddebug Ah, thanks! -- 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 Sep 3 20:45:19 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 0DBE937B410 for ; Mon, 3 Sep 2001 20:45:03 -0700 (PDT) Received: (qmail 44318 invoked from network); 4 Sep 2001 03:45:02 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Sep 2001 03:45:02 -0000 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: <200109021224.f82COcH08101@freefall.freebsd.org> Date: Mon, 03 Sep 2001 20:44:59 -0700 (PDT) From: John Baldwin To: Peter Wemm Subject: RE: cvs commit: src/sys/kern kern_shutdown.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02-Sep-01 Peter Wemm wrote: > peter 2001/09/02 05:24:38 PDT > > Modified files: > sys/kern kern_shutdown.c > Log: > The !RESTARTABLE_PANICS code has some loose ends. What is holding_giant for? Oh, and you do know that you are truly evil incarnate now, right? -- 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 Sep 3 20:45:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 5AF1A37B40F for ; Mon, 3 Sep 2001 20:45:05 -0700 (PDT) Received: (qmail 61525 invoked from network); 4 Sep 2001 03:45:04 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Sep 2001 03:45:04 -0000 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: <20010903195424.T81307@elvis.mu.org> Date: Mon, 03 Sep 2001 20:45:00 -0700 (PDT) From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/sparc64/include atomic.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 04-Sep-01 Alfred Perlstein wrote: > * Jake Burkholder [010903 17:03] wrote: >> jake 2001/09/03 15:03:25 PDT >> >> Modified files: >> sys/sparc64/include atomic.h >> Log: >> Add atomic_load and store functions without membars, fwiw. >> >> Revision Changes Path >> 1.4 +25 -6 src/sys/sparc64/include/atomic.h > > My apologies, but these look wrong, my sparc v9 manual says > that although the atomic ops will work atomically without > membar... that if you don't use membar you don't know the > sequencing of the stores and loads surrounding the atomic > op, so if it is an atomic op to perform a lock, your memory > sequencing may cause accesses to a locked object before > the lock is aquired or at least allow memory accesses to > bleed through after the lock is released. > > Of course I could be smoking the good crack today, so take > this with a grain of salt. :-) They are still atomic, they just aren't very useful. :) -- 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 Sep 3 20:51: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 3F44F37B409; Mon, 3 Sep 2001 20:51:03 -0700 (PDT) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000907025324) with ESMTP id f843oq321491; Tue, 4 Sep 2001 12:50:52 +0900 (envelope-from okazaki@be.to) Received: from truk.isolanet (hawaii.isola.co.jp [211.0.101.206]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with ESMTP id MAA06588; Tue, 4 Sep 2001 12:50:51 +0900 Date: Tue, 04 Sep 2001 12:40:11 +0900 Message-ID: From: OKAZAKI Tetsurou To: asami@clickarray.com (Satoshi - Ports Wraith - Asami) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail In-Reply-To: References: <200109031944.f83Jich67557@freefall.freebsd.org> User-Agent: Wanderlust/2.6.0 (Twist And Shout) Emacs/21.0 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the message asami@clickarray.com (Satoshi - Ports Wraith - Asami) wrote: > * asami 2001/09/03 12:44:38 PDT > * > * Modified files: > * . avail > * Log: > * Ports freeze is over now, thanks for your cooperation. :) > The final package build is running now, please let me know if you fix > something. > http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.2001090312/ > Only critical fixes will be accepted for the release and under one > condition: it can't change the package names or package dependencies. > I.e., adding a patch, updating checksums are ok, but adding > dependencies or upgrading to a new version are not ok, since they will > require a complete rebuild of the entire set. PORTREVISION up is not allowable for, is it? -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21: 3:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 102CB37B40C; Mon, 3 Sep 2001 21:03:46 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8443k260203; Mon, 3 Sep 2001 21:03:46 -0700 (PDT) (envelope-from bmah) Message-Id: <200109040403.f8443k260203@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 3 Sep 2001 21:03:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/03 21:03:45 PDT Modified files: share/sgml freebsd.ent Log: Update os.numports to reflect the INDEX file for 4.4-RELEASE, with 5,813 (rounded down to 5,800) ports. Revision Changes Path 1.4 +2 -2 doc/share/sgml/freebsd.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21: 6:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B32537B407; Mon, 3 Sep 2001 21:06:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8446kU63580; Mon, 3 Sep 2001 21:06:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200109040406.f8446kU63580@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Sep 2001 21:06:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/03 21:06:46 PDT Modified files: editors/vim6 Makefile distinfo Log: Update to Vim 6.0 beta Au Revision Changes Path 1.130 +2 -2 ports/editors/vim6/Makefile 1.74 +1 -1 ports/editors/vim6/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:15:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E42D537B405; Mon, 3 Sep 2001 21:15:12 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844FCr65000; Mon, 3 Sep 2001 21:15:12 -0700 (PDT) (envelope-from murray) Message-Id: <200109040415.f844FCr65000@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 21:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/stallion/stlstty stlstty.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 21:15:12 PDT Modified files: (Branch: RELENG_4) usr.sbin/stallion/stlstty stlstty.8 Log: Fix a couple of typos. PR: docs/30286 Submitted by: SUZUKI Koichi Approved by: jkh (implicit) Revision Changes Path 1.1.2.2 +4 -4 src/usr.sbin/stallion/stlstty/Attic/stlstty.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:30: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9751037B409; Mon, 3 Sep 2001 21:30:04 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844U4o67193; Mon, 3 Sep 2001 21:30:04 -0700 (PDT) (envelope-from imp) Message-Id: <200109040430.f844U4o67193@freefall.freebsd.org> From: Warner Losh Date: Mon, 3 Sep 2001 21:30:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/03 21:30:04 PDT Modified files: sys/pccard i82365.h Log: Values for the Toshiba ToPIC's Function Control Register. These were lifted from Nakagawa-san's article in FreeBSD Press, as well as posts from hiroyuki Aizo-san and Chiharu Shibata-san. Revision Changes Path 1.22 +7 -1 src/sys/pccard/i82365.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:32:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 052EE37B408; Mon, 3 Sep 2001 21:32:49 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844WmS67659; Mon, 3 Sep 2001 21:32:49 -0700 (PDT) (envelope-from non) Message-Id: <200109040432.f844WmS67659@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 21:32:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ncv ncr53c500_pccard.c src/sys/dev/nsp nsp_pccard.c src/sys/dev/stg tmc18c30_isa.c tmc18c30_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/03 21:32:48 PDT Modified files: sys/dev/ncv ncr53c500_pccard.c sys/dev/nsp nsp_pccard.c sys/dev/stg tmc18c30_isa.c tmc18c30_pccard.c Log: We should not pass the size of the memory to bus_alloc_resource(). We should use 1 to request default iomem. Pointed-out-by: imp Revision Changes Path 1.9 +2 -2 src/sys/dev/ncv/ncr53c500_pccard.c 1.10 +2 -2 src/sys/dev/nsp/nsp_pccard.c 1.6 +2 -2 src/sys/dev/stg/tmc18c30_isa.c 1.10 +2 -2 src/sys/dev/stg/tmc18c30_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:39:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B31CE37B405; Mon, 3 Sep 2001 21:39:42 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844dgn68728; Mon, 3 Sep 2001 21:39:42 -0700 (PDT) (envelope-from murray) Message-Id: <200109040439.f844dgn68728@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 21:39:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 matcd.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 21:39:42 PDT Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 matcd.4 Log: MFC: Correct device names in synopsis. Approved by: re Revision Changes Path 1.13.2.7 +5 -5 src/share/man/man4/man4.i386/matcd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:40:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1239537B408; Mon, 3 Sep 2001 21:40:10 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844eAk68891; Mon, 3 Sep 2001 21:40:10 -0700 (PDT) (envelope-from non) Message-Id: <200109040440.f844eAk68891@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 21:40:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/03 21:40:09 PDT Modified files: usr.sbin/pccard/pccardd cardd.c Log: Change the access width of memory window from 8 bits to 16 bits. 16 bits access is required by nsp driver to work in SMIT mode. Since previously (1.65 and before in current, and 1.46.28 and before in stable branch) 16 bits access was default, I hope it will break nothing. Okayed-by: imp Revision Changes Path 1.73 +2 -2 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:45:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 485A737B405; Mon, 3 Sep 2001 21:45:27 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844jRo69954; Mon, 3 Sep 2001 21:45:27 -0700 (PDT) (envelope-from non) Message-Id: <200109040445.f844jRo69954@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 21:45:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ncv ncr53c500_pccard.c src/sys/dev/nsp nsp_pccard.c src/sys/dev/stg tmc18c30_isa.c tmc18c30_pccard.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/03 21:45:24 PDT Modified files: (Branch: RELENG_4) sys/dev/ncv ncr53c500_pccard.c sys/dev/nsp nsp_pccard.c sys/dev/stg tmc18c30_isa.c tmc18c30_pccard.c Log: [MFC] We should not pass the size of the memory to bus_alloc_resource(). We should use 1 to request default iomem. Pointed-out-by: imp Approved-by: jkh Revision Changes Path 1.2.2.4 +2 -2 src/sys/dev/ncv/ncr53c500_pccard.c 1.2.2.5 +2 -2 src/sys/dev/nsp/nsp_pccard.c 1.2.2.4 +2 -2 src/sys/dev/stg/tmc18c30_isa.c 1.2.2.5 +2 -2 src/sys/dev/stg/tmc18c30_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:46:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19F5D37B409; Mon, 3 Sep 2001 21:46:08 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844k8r70196; Mon, 3 Sep 2001 21:46:08 -0700 (PDT) (envelope-from murray) Message-Id: <200109040446.f844k8r70196@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 21:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys ptrace.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 21:46:08 PDT Modified files: (Branch: RELENG_4) lib/libc/sys ptrace.2 Log: MFC: correct information about PT_STEP arguments. Approved by: re Revision Changes Path 1.12.2.10 +4 -4 src/lib/libc/sys/ptrace.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:47:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC3B837B408; Mon, 3 Sep 2001 21:47:47 -0700 (PDT) Received: (from non@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844ll670660; Mon, 3 Sep 2001 21:47:47 -0700 (PDT) (envelope-from non) Message-Id: <200109040447.f844ll670660@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 3 Sep 2001 21:47:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG non 2001/09/03 21:47:47 PDT Modified files: (Branch: RELENG_4) usr.sbin/pccard/pccardd cardd.c Log: [MFC] 1.72->1.73 Change the access width of memory window from 8 bits to 16 bits. 16 bits access is required by nsp driver to work in SMIT mode. Since previously (1.65 and before in current, and 1.46.28 and before in stable branch) 16 bits access was default, I hope it will break nothing. Okayed-by: imp Approved-by: jkh Revision Changes Path 1.46.2.15 +2 -2 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:48: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B45F37B406; Mon, 3 Sep 2001 21:47:58 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844lwZ70721; Mon, 3 Sep 2001 21:47:58 -0700 (PDT) (envelope-from imp) Message-Id: <200109040447.f844lwZ70721@freefall.freebsd.org> From: Warner Losh Date: Mon, 3 Sep 2001 21:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcic_pci.c pcic_pci.h pcicvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/03 21:47:58 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcic_pci.c pcic_pci.h pcicvar.h Log: Move to using a chip function + function pointers to deal with the function and csc interrupt routing path (eg, ISA or PCI) so that we can more easily switch between the two. When we don't have a card ISR, put the function interrupt into ISA mode. This effectively masks the interrupt since it happens once, and not again until we have an ISR. This should help hangs, and might help people that unwisely update the kernel w/o updating pccardd. This is done at mapirq time. Force CL-PD6729/30 to use ISA interrupt routing and maybe even detect the number of pccard slots properly (this is still WIP). We aren't going to support PCI interrupts for this release. A future release should support them, however. Shibata-san's 3.3V fixes are not included. Add a hack which should, in i386, rewrite IRQ 0 cardbus bridges to be IRQ 255, which should cause interrupts to be routed. This is mostly untested since my one tester disappeared after reporting nothing changed. Implement, but do not use, a power method called cardbus. It looked like a great way to get around the 3.3V problem, but it seems that you can only use it to power cardbus cards (I get no CIS when I enable it, so maybe we're programming things bogusly). GC the intr and argp stuff from the slot database. Improve the ToPIC support with the power hacks that Nakagawa-san published in FreeBSD Press and that Hiroyuki Aizu-san ported to -stable. The ToPIC hacks were for 3.3V support in ToPIC 100, but it looks like the '97 also has identical registers, so use them too. Add some #defines for the cardbus power stuff. Finally implement making CSC on the Ricoh chips ISA or PCI. This will allow polling mode to work on vaios, I think. Add some minor debugging. This should likely be cleaned up or put behing a bootverbose. Some of this work, and earlier work, was influanced by Chiharu Shibata-san's power handing patches posted to bsd-nomads:15866. MFC: Soon, if possible. Revision Changes Path 1.164 +98 -22 src/sys/pccard/pcic.c 1.21 +32 -1 src/sys/pccard/pcic_isa.c 1.88 +461 -129 src/sys/pccard/pcic_pci.c 1.30 +25 -3 src/sys/pccard/pcic_pci.h 1.26 +23 -9 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:54: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1EC337B408; Mon, 3 Sep 2001 21:54:03 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844s3U71659; Mon, 3 Sep 2001 21:54:03 -0700 (PDT) (envelope-from murray) Message-Id: <200109040454.f844s3U71659@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 21:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 21:54:03 PDT Modified files: (Branch: RELENG_4) usr.sbin/kbdmap kbdmap.1 Log: MFC: usage clarification. Approved by: re Revision Changes Path 1.17.2.7 +4 -1 src/usr.sbin/kbdmap/kbdmap.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 21:58:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6B237B406; Mon, 3 Sep 2001 21:58:45 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f844wjb72618; Mon, 3 Sep 2001 21:58:45 -0700 (PDT) (envelope-from murray) Message-Id: <200109040458.f844wjb72618@freefall.freebsd.org> From: Murray Stokely Date: Mon, 3 Sep 2001 21:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ed.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/03 21:58:45 PDT Modified files: (Branch: RELENG_4) share/man/man4 ed.4 Log: MFC: more diagnostic information. Approved by: re Revision Changes Path 1.19.2.7 +5 -1 src/share/man/man4/ed.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 22:50:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4421D37B408; Mon, 3 Sep 2001 22:50:09 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f845o9a83765; Mon, 3 Sep 2001 22:50:09 -0700 (PDT) (envelope-from imp) Message-Id: <200109040550.f845o9a83765@freefall.freebsd.org> From: Warner Losh Date: Mon, 3 Sep 2001 22:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c pcic_pci.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/03 22:50:09 PDT Modified files: sys/pccard pcic_pci.c pcic_pci.h Log: Add support for changing the way that ToPIC csc interrupts are routed. # Note: The ToPIC 100 and the ToPIC 97 datasheets are in disagreement # as to if this bit is supposed to be set or cleared to enable INTA routing # so I made my best guess. Also, comments about the various chipsets, including some grumpy ones about how vague the O2micro datasheets are. Revision Changes Path 1.89 +37 -5 src/sys/pccard/pcic_pci.c 1.31 +7 -1 src/sys/pccard/pcic_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 22:55:20 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 66A7C37B40B; Mon, 3 Sep 2001 22:55:10 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f845tAM35929; Mon, 3 Sep 2001 22:55:10 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 050A4380C; Mon, 3 Sep 2001 22:55:10 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c In-Reply-To: Date: Mon, 03 Sep 2001 22:55:10 -0700 From: Peter Wemm Message-Id: <20010904055510.050A4380C@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 02-Sep-01 Peter Wemm wrote: > > peter 2001/09/02 05:24:38 PDT > > > > Modified files: > > sys/kern kern_shutdown.c > > Log: > > The !RESTARTABLE_PANICS code has some loose ends. > > What is holding_giant for? Oh, and you do know that you are truly evil > incarnate now, right? I'm not sure. Matt added it in rev 1.107, but the code that sets it is #if 0'ed out. It is a real mess. The other part of the diff was an accident that leaked from a local change. I've been meaning to back it out but just couldn't quite do it. Ian Dowse flagged it yesterday evening I think. I am amused at how few people had noticed it, and of those most had read the diff. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 22:57: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D66F637B403; Mon, 3 Sep 2001 22:57:00 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f845v0p85535; Mon, 3 Sep 2001 22:57:00 -0700 (PDT) (envelope-from imp) Message-Id: <200109040557.f845v0p85535@freefall.freebsd.org> From: Warner Losh Date: Mon, 3 Sep 2001 22:57:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/03 22:57:00 PDT Modified files: sys/pccard pcic_pci.c Log: Kill init_t type, and minor white space changes to match original -stable version Revision Changes Path 1.90 +2 -5 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 23:16:43 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 9251E37B403; Mon, 3 Sep 2001 23:16:37 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CAFDF66D0A; Mon, 3 Sep 2001 23:16:36 -0700 (PDT) Date: Mon, 3 Sep 2001 23:16:36 -0700 From: Kris Kennaway To: Peter Wemm Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20010903231636.A42205@xor.obsecurity.org> References: <20010904055510.050A4380C@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904055510.050A4380C@overcee.netplex.com.au>; from peter@wemm.org on Mon, Sep 03, 2001 at 10:55:10PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 03, 2001 at 10:55:10PM -0700, Peter Wemm wrote: > John Baldwin wrote: > >=20 > > On 02-Sep-01 Peter Wemm wrote: > > > peter 2001/09/02 05:24:38 PDT > > >=20 > > > Modified files: > > > sys/kern kern_shutdown.c=20 > > > Log: > > > The !RESTARTABLE_PANICS code has some loose ends. > >=20 > > What is holding_giant for? Oh, and you do know that you are truly evil > > incarnate now, right? >=20 > I'm not sure. Matt added it in rev 1.107, but the code that sets it is > #if 0'ed out. It is a real mess. >=20 > The other part of the diff was an accident that leaked from a local chang= e. > I've been meaning to back it out but just couldn't quite do it. Ian Dowse > flagged it yesterday evening I think. I am amused at how few people had > noticed it, and of those most had read the diff. Don't worry, you already ended up in my "hall of shame" folder :-) Kris --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lHHEWry0BWjoQKURApt7AKC1/8NEc9Ts7k0I1Ddih7GsOYPH3wCg+ZMg lXQw2iN4ySTbnvgyR4dDEMM= =MKp4 -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 23:29:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1997B37B406; Mon, 3 Sep 2001 23:29:36 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f846Tah96771; Mon, 3 Sep 2001 23:29:36 -0700 (PDT) (envelope-from julian) Message-Id: <200109040629.f846Tah96771@freefall.freebsd.org> From: Julian Elischer Date: Mon, 3 Sep 2001 23:29:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/03 23:29:36 PDT Modified files: sys/netgraph ng_pppoe.c Log: MFS: change name of sysctl to something more diplomatic. Revision Changes Path 1.47 +10 -10 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 23:30:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14CAE37B401; Mon, 3 Sep 2001 23:30:06 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f846U6T96869; Mon, 3 Sep 2001 23:30:06 -0700 (PDT) (envelope-from grog) Message-Id: <200109040630.f846U6T96869@freefall.freebsd.org> From: Greg Lehey Date: Mon, 3 Sep 2001 23:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/09/03 23:30:06 PDT Modified files: sys/dev/vinum vinumconfig.c Log: Remove an accidentally forgotten #ifdef. This could cause depletion of mutexes if a lot of plexes are created and destroyed. Revision Changes Path 1.43 +1 -3 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 3 23:30:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0727937B403; Mon, 3 Sep 2001 23:30:09 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f846U9096884; Mon, 3 Sep 2001 23:30:09 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200109040630.f846U9096884@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 3 Sep 2001 23:30:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2001/09/03 23:30:08 PDT Modified files: en/news press.xml Log: Add ZDNet article by Lee Gomes on Microsoft's anti- open source efforts. Submitted by: Rahul Siddharthan Revision Changes Path 1.5 +14 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 0:16:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C24437B407; Tue, 4 Sep 2001 00:16:19 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f847GJV05622; Tue, 4 Sep 2001 00:16:19 -0700 (PDT) (envelope-from okazaki) Message-Id: <200109040716.f847GJV05622@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Tue, 4 Sep 2001 00:16:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/groff distinfo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2001/09/04 00:16:19 PDT Modified files: japanese/groff distinfo Makefile Log: Sync with /usr/bin/groff of RELENG_4. - Add support of .AT, .UC, and .Ex. - Allow multiple arguments for .Rv. Revision Changes Path 1.9 +2 -2 ports/japanese/groff/distinfo 1.31 +5 -5 ports/japanese/groff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 0:18:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C2037B403; Tue, 4 Sep 2001 00:18:39 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f847IdZ05997; Tue, 4 Sep 2001 00:18:39 -0700 (PDT) (envelope-from okazaki) Message-Id: <200109040718.f847IdZ05997@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Tue, 4 Sep 2001 00:18:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gxditview distinfo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2001/09/04 00:18:39 PDT Modified files: japanese/gxditview distinfo Makefile Log: Sync with japanese/groff. Update jgroff patch. Revision Changes Path 1.7 +1 -1 ports/japanese/gxditview/distinfo 1.23 +3 -2 ports/japanese/gxditview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 0:47: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 165F137B40B; Tue, 4 Sep 2001 00:46:58 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f847kwP09979; Tue, 4 Sep 2001 00:46:58 -0700 (PDT) (envelope-from kris) Message-Id: <200109040746.f847kwP09979@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 00:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser rmuser.perl X-FreeBSD-CVS-Branch: RELENG_4_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 00:46:57 PDT Modified files: (Branch: RELENG_4_3) usr.sbin/adduser rmuser.perl Log: MFC: Close race condition when updating /etc/master.passwd. Forgotten by: jedgar Revision Changes Path 1.8.2.2.2.1 +9 -9 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 Tue Sep 4 1:27:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14E2437B408; Tue, 4 Sep 2001 01:27:34 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848RYD20752; Tue, 4 Sep 2001 01:27:34 -0700 (PDT) (envelope-from murray) Message-Id: <200109040827.f848RYD20752@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 01:27:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 01:27:34 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Fix a couple of minor grammar nits. Revision Changes Path 1.25 +5 -4 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 1:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B22837B417; Tue, 4 Sep 2001 01:27:39 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848Rdc20780; Tue, 4 Sep 2001 01:27:39 -0700 (PDT) (envelope-from dfr) Message-Id: <200109040827.f848Rdc20780@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 Sep 2001 01:27:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen _setjmp.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/04 01:27:39 PDT Modified files: lib/libc/ia64/gen _setjmp.S Log: Implement _setjmp()/_longjmp(). Obtained from: Intel's EFI toolkit Revision Changes Path 1.5 +344 -124 src/lib/libc/ia64/gen/_setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 1:33:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E83B937B409; Tue, 4 Sep 2001 01:33:30 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848XUO21525; Tue, 4 Sep 2001 01:33:30 -0700 (PDT) (envelope-from phk) Message-Id: <200109040833.f848XUO21525@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 4 Sep 2001 01:33:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c src/sys/modules/ccd Makefile src/sys/sys ccdvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2001/09/04 01:33:30 PDT Modified files: sys/dev/ccd ccd.c sys/modules/ccd Makefile sys/sys ccdvar.h Log: Kill the NCCD constant by modernizing the ccd driver. Submitted by: sobomax Reviewed by: phk Revision Changes Path 1.92 +223 -194 src/sys/dev/ccd/ccd.c 1.15 +2 -8 src/sys/modules/ccd/Makefile 1.12 +26 -26 src/sys/sys/ccdvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 1:36:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2596337B405; Tue, 4 Sep 2001 01:36:47 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848alA22020; Tue, 4 Sep 2001 01:36:47 -0700 (PDT) (envelope-from peter) Message-Id: <200109040836.f848alA22020@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 01:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/powerpc/powerpc vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 01:36:47 PDT Modified files: sys/alpha/alpha vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/powerpc/powerpc vm_machdep.c Log: Nuke #if 0'ed "setredzone()" stub. We never used it, and probably never will. I've implemented an optional redzone as part of the KSE upage breakup. Revision Changes Path 1.59 +1 -18 src/sys/alpha/alpha/vm_machdep.c 1.169 +1 -18 src/sys/i386/i386/vm_machdep.c 1.25 +1 -18 src/sys/ia64/ia64/vm_machdep.c 1.58 +1 -18 src/sys/powerpc/powerpc/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 Tue Sep 4 1:42:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71ED537B403; Tue, 4 Sep 2001 01:42:36 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848gaH23009; Tue, 4 Sep 2001 01:42:36 -0700 (PDT) (envelope-from peter) Message-Id: <200109040842.f848gaH23009@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 01:42:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/pc98/i386 machdep.c src/sys/powerpc/powerpc machdep.c src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 01:42:36 PDT Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/pc98/i386 machdep.c sys/powerpc/powerpc machdep.c sys/sparc64/sparc64 machdep.c Log: Zap #if 0'ed map init code that got moved to the MI area. Convert the powerpc tree to use the common code. Revision Changes Path 1.143 +1 -110 src/sys/alpha/alpha/machdep.c 1.478 +1 -141 src/sys/i386/i386/machdep.c 1.242 +1 -141 src/sys/pc98/i386/machdep.c 1.7 +3 -119 src/sys/powerpc/powerpc/machdep.c 1.12 +1 -88 src/sys/sparc64/sparc64/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 Sep 4 1:50:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4138F37B401; Tue, 4 Sep 2001 01:50:24 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848oOU23893; Tue, 4 Sep 2001 01:50:24 -0700 (PDT) (envelope-from dfr) Message-Id: <200109040850.f848oOU23893@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 Sep 2001 01:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl/ia64 sysdep.c sysdep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/04 01:50:24 PDT Added files: sys/boot/ficl/ia64 sysdep.c sysdep.h Log: Add ia64 system dependancies. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 1:51:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB66137B401; Tue, 4 Sep 2001 01:51:15 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848pFg24064; Tue, 4 Sep 2001 01:51:15 -0700 (PDT) (envelope-from dfr) Message-Id: <200109040851.f848pFg24064@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 Sep 2001 01:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl loader.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/04 01:51:15 PDT Modified files: sys/boot/ficl loader.c Log: Add definition for arch-ia64. Revision Changes Path 1.5 +7 -1 src/sys/boot/ficl/loader.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 1:59:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EC6837B401; Tue, 4 Sep 2001 01:59:38 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f848xcQ24972; Tue, 4 Sep 2001 01:59:38 -0700 (PDT) (envelope-from dfr) Message-Id: <200109040859.f848xcQ24972@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 Sep 2001 01:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/04 01:59:38 PDT Modified files: sys/boot/efi/loader Makefile Log: Make sure we copy over the linker set sections to the EFI executable. Revision Changes Path 1.5 +2 -1 src/sys/boot/efi/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:19:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5496537B408; Tue, 4 Sep 2001 02:19:48 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849JmV30726; Tue, 4 Sep 2001 02:19:48 -0700 (PDT) (envelope-from phk) Message-Id: <200109040919.f849JmV30726@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 4 Sep 2001 02:19:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ccdconfig Makefile ccdconfig.8 ccdconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2001/09/04 02:19:48 PDT Modified files: sbin/ccdconfig Makefile ccdconfig.8 ccdconfig.c Log: Duh! forgot this bit of the NCCD patch. Submitted by: sobomax Reviewed by: phk Revision Changes Path 1.6 +1 -6 src/sbin/ccdconfig/Makefile 1.18 +1 -13 src/sbin/ccdconfig/ccdconfig.8 1.21 +84 -136 src/sbin/ccdconfig/ccdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:22:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9175637B405; Tue, 4 Sep 2001 02:22:21 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849MLU30922; Tue, 4 Sep 2001 02:22:21 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200109040922.f849MLU30922@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 4 Sep 2001 02:22:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/09/04 02:22:21 PDT Modified files: libexec/ftpd ftpd.8 Log: Do the best we can with respect to fixing command-line option disorder in the SYNOPSIS and DESCRIPTION. Note that -l remains an ugly exception, to which no known rules apply, since the specification of a single option multiple times isn't normal standards-compliant CLI behaviour. While here, mark AF_INET* and LOG_* defined values up with Dv. Revision Changes Path 1.44 +63 -63 src/libexec/ftpd/ftpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:23:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEE2637B407; Tue, 4 Sep 2001 02:23:23 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849NNW31090; Tue, 4 Sep 2001 02:23:23 -0700 (PDT) (envelope-from obrien) Message-Id: <200109040923.f849NNW31090@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 02:23:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include frame.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 02:23:23 PDT Modified files: sys/sparc64/include frame.h Log: style(9) the structure names Revision Changes Path 1.7 +7 -7 src/sys/sparc64/include/frame.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:23:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0DBE37B408; Tue, 4 Sep 2001 02:23:23 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849NNj31097; Tue, 4 Sep 2001 02:23:23 -0700 (PDT) (envelope-from knu) Message-Id: <200109040923.f849NNj31097@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 02:23:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ptex-common pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 02:23:23 PDT Modified files: japanese/ptex-common pkg-plist Log: Invoke mkdir with -p option not to fail in pkg_add. Revision Changes Path 1.14 +1 -1 ports/japanese/ptex-common/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:28:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A88737B409; Tue, 4 Sep 2001 02:28:48 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849Smm31728; Tue, 4 Sep 2001 02:28:48 -0700 (PDT) (envelope-from ru) Message-Id: <200109040928.f849Smm31728@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 02:28:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/md5 md5.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 02:28:48 PDT Modified files: sbin/md5 md5.1 Log: mdoc(7) police: removed hard sentence breaks. Revision Changes Path 1.17 +15 -7 src/sbin/md5/md5.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:28:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD6FA37B401; Tue, 4 Sep 2001 02:28:49 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849SnR31755; Tue, 4 Sep 2001 02:28:49 -0700 (PDT) (envelope-from knu) Message-Id: <200109040928.f849SnR31755@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 02:28:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/dvipdfm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 02:28:49 PDT Modified files: japanese/dvipdfm Makefile Log: Fix a dependency; print/cmpsfont now installs README instead of READ.ME. Revision Changes Path 1.2 +3 -3 ports/japanese/dvipdfm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:38:42 2001 Delivered-To: cvs-all@freebsd.org Received: from k7.locore.ca (k7.locore.ca [198.96.117.169]) by hub.freebsd.org (Postfix) with ESMTP id A7B4137B407; Tue, 4 Sep 2001 02:38:37 -0700 (PDT) Received: from k7.locore.ca (localhost [127.0.0.1]) by k7.locore.ca (8.11.4/8.11.4) with ESMTP id f849dJG79319; Tue, 4 Sep 2001 05:39:19 -0400 (EDT) (envelope-from jake@k7.locore.ca) Message-Id: <200109040939.f849dJG79319@k7.locore.ca> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include frame.h In-Reply-To: Message from "David E. O'Brien" of "Tue, 04 Sep 2001 02:23:23 PDT." <200109040923.f849NNW31090@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Sep 2001 05:39:19 -0400 From: Jake Burkholder Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > obrien 2001/09/04 02:23:23 PDT > > Modified files: > sys/sparc64/include frame.h > Log: > style(9) the structure names > > Revision Changes Path > 1.7 +7 -7 src/sys/sparc64/include/frame.h > This is wrong. Style(9) wants a tab after the struct keyword. #include struct foo { ^^^^^^^^ LIST_ENTRY(foo) link; /* Queue macro glue for foo lists */ struct mumble amumble; /* Comment for mumble */ int bar; }; LIST_HEAD(, foo) foohead; /* Head of global foo list */ Please back it out, and run things like this by me in the future. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:41:51 2001 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 3D35737B405; Tue, 4 Sep 2001 02:41:34 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f849eXk56208; Tue, 4 Sep 2001 12:40:33 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 12:40:33 +0300 From: Ruslan Ermilov To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet if_ether.c Message-ID: <20010904124033.A54480@sunbay.com> References: <200109032153.f83LrF694667@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: <200109032153.f83LrF694667@freefall.freebsd.org>; from alfred@FreeBSD.org on Mon, Sep 03, 2001 at 02:53:15PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 03, 2001 at 02:53:15PM -0700, Alfred Perlstein wrote: > alfred 2001/09/03 14:53:15 PDT > > Modified files: > sys/netinet if_ether.c > Log: > Allow disabling of "arp moved" messages. > > Submitted by: Stephen Hurd > > Revision Changes Path > 1.81 +13 -7 src/sys/netinet/if_ether.c > Typo in a comment. s/the/than/ Cheers, -- 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 Tue Sep 4 2:43:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8ED237B405; Tue, 4 Sep 2001 02:43:31 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849hVB33745; Tue, 4 Sep 2001 02:43:31 -0700 (PDT) (envelope-from robert) Message-Id: <200109040943.f849hVB33745@freefall.freebsd.org> From: Robert Drehmel Date: Tue, 4 Sep 2001 02:43:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/du du.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/09/04 02:43:31 PDT Modified files: usr.bin/du du.c Log: Use the correct blocksize when invoked with both -h and -k options. PR: 30275 Reviewed by: jake Revision Changes Path 1.21 +3 -2 src/usr.bin/du/du.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:45: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E91937B40B; Tue, 4 Sep 2001 02:45:05 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849j5A33911; Tue, 4 Sep 2001 02:45:05 -0700 (PDT) (envelope-from knu) Message-Id: <200109040945.f849j5A33911@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 02:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 02:45:05 PDT Modified files: japanese/postgresql7 Makefile Log: Add japanese/tcl80 and japanese/tk80 to LIB_DEPENDS in the BATCH mode not to fail to build. This fixes the build on bento. Obtained from: databases/postgresql7 Revision Changes Path 1.30 +7 -1 ports/japanese/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:47:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C604237B401; Tue, 4 Sep 2001 02:47:40 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849leA34227; Tue, 4 Sep 2001 02:47:40 -0700 (PDT) (envelope-from ru) Message-Id: <200109040947.f849leA34227@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 02:47:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 isp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 02:47:40 PDT Modified files: share/man/man4 isp.4 Log: mdoc(7) police: removed hard sentence breaks. Revision Changes Path 1.13 +11 -7 src/share/man/man4/isp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:49: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0DBB437B406; Tue, 4 Sep 2001 02:48:54 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f849mVN90716; Tue, 4 Sep 2001 02:48:31 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 02:48:27 -0700 From: "David O'Brien" To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include frame.h Message-ID: <20010904024827.A90687@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109040939.f849dJG79319@k7.locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109040939.f849dJG79319@k7.locore.ca>; from jake@k7.locore.ca on Tue, Sep 04, 2001 at 05:39:19AM -0400 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 05:39:19AM -0400, Jake Burkholder wrote: > > obrien 2001/09/04 02:23:23 PDT > > > > Modified files: > > sys/sparc64/include frame.h > > Log: > > style(9) the structure names > > > > Revision Changes Path > > 1.7 +7 -7 src/sys/sparc64/include/frame.h > > > > This is wrong. Style(9) wants a tab after the struct keyword. > #include > struct foo { > ^^^^^^^^ * $FreeBSD: src/share/man/man9/style.9,v 1.62 2001/08/14 10:01:50 ru Exp * $$ ..snip.. .Bd -literal$ struct foo {$ ^^^^^ ^Istruct^Ifoo *next;^I/* List of active foo */ Looks like style(9) is inconsistent. Lets get BDE to comment on this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:54: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AED637B409; Tue, 4 Sep 2001 02:54:04 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849s4a35026; Tue, 4 Sep 2001 02:54:04 -0700 (PDT) (envelope-from ru) Message-Id: <200109040954.f849s4a35026@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 02:54:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syscons.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 02:54:04 PDT Modified files: share/man/man4 syscons.4 Log: mdoc(7) police: fixed formatting bugs in previous revision. Revision Changes Path 1.26 +7 -5 src/share/man/man4/syscons.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 2:56:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B47F37B401; Tue, 4 Sep 2001 02:56:11 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849uBV35221; Tue, 4 Sep 2001 02:56:11 -0700 (PDT) (envelope-from ru) Message-Id: <200109040956.f849uBV35221@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 02:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syscons.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 02:56:11 PDT Modified files: (Branch: RELENG_4) share/man/man4 syscons.4 Log: MFC: 1.26: markup nits. Approved by: re Revision Changes Path 1.10.2.11 +7 -5 src/share/man/man4/syscons.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3: 0: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FDB37B407; Tue, 4 Sep 2001 02:59:57 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f849xvn35718; Tue, 4 Sep 2001 02:59:57 -0700 (PDT) (envelope-from ru) Message-Id: <200109040959.f849xvn35718@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 02:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 02:59:57 PDT Modified files: share/man/man5 make.conf.5 Log: mdoc(7) police: sort FILES. Revision Changes Path 1.33 +3 -3 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 Tue Sep 4 3: 0:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2E8937B401; Tue, 4 Sep 2001 03:00:20 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84A0Kb35812; Tue, 4 Sep 2001 03:00:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200109041000.f84A0Kb35812@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 03:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 03:00:20 PDT Modified files: share/man/man9 style.9 Log: Fix style bug from rev 1.20 in `struct foo' definition example to match the `struct foo' definition example from rev 1.1. (proper CSRG style was also verified with /sys/sys/{bio,file}.h) Revision Changes Path 1.63 +3 -3 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3: 1:20 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id BA9CF37B40D; Tue, 4 Sep 2001 03:01:07 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84A15V91013; Tue, 4 Sep 2001 03:01:05 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 03:01:05 -0700 From: "David O'Brien" To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include frame.h Message-ID: <20010904030105.A90988@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109040939.f849dJG79319@k7.locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109040939.f849dJG79319@k7.locore.ca>; from jake@k7.locore.ca on Tue, Sep 04, 2001 at 05:39:19AM -0400 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 05:39:19AM -0400, Jake Burkholder wrote: > > obrien 2001/09/04 02:23:23 PDT > > > > Modified files: > > sys/sparc64/include frame.h > > Log: > > style(9) the structure names > > > > Revision Changes Path > > 1.7 +7 -7 src/sys/sparc64/include/frame.h > > > > This is wrong. Style(9) wants a tab after the struct keyword. > > #include > struct foo { > ^^^^^^^^ This is a bug that entered into style.9 in rev 1.20. See style.9 rev 1.1, or /sys/sys/*.h. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3: 7:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 235F237B403; Tue, 4 Sep 2001 03:07:32 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84A7W039890; Tue, 4 Sep 2001 03:07:32 -0700 (PDT) (envelope-from murray) Message-Id: <200109041007.f84A7W039890@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 03:07:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 03:07:31 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Reword a few sentences for clarity and consistency. Revision Changes Path 1.28 +9 -12 doc/en_US.ISO8859-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 Tue Sep 4 3: 8:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32AAE37B408; Tue, 4 Sep 2001 03:08:20 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84A8KR40044; Tue, 4 Sep 2001 03:08:20 -0700 (PDT) (envelope-from ru) Message-Id: <200109041008.f84A8KR40044@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 03:08:20 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 03:08:20 PDT Modified files: share/man/man7 build.7 Log: mdoc(7) police: sort FILES. Revision Changes Path 1.14 +5 -5 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 Tue Sep 4 3:12:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4414F37B408; Tue, 4 Sep 2001 03:12:12 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84ACCu40562; Tue, 4 Sep 2001 03:12:12 -0700 (PDT) (envelope-from ru) Message-Id: <200109041012.f84ACCu40562@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 03:12:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 boot.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 03:12:12 PDT Modified files: share/man/man9 boot.9 Log: More at_shutdown(9) removal. Revision Changes Path 1.7 +2 -4 src/share/man/man9/boot.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3:17: 2 2001 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 4045737B409; Tue, 4 Sep 2001 03:16:49 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84AGif62626; Tue, 4 Sep 2001 13:16:44 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 13:16:44 +0300 From: Ruslan Ermilov To: Valentino Vaschetto Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010904131644.B54480@sunbay.com> References: <200109020045.f820jfL13842@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: <200109020045.f820jfL13842@freefall.freebsd.org>; from logo@FreeBSD.org on Sat, Sep 01, 2001 at 05:45:41PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 01, 2001 at 05:45:41PM -0700, Valentino Vaschetto wrote: > logo 2001/09/01 17:45:41 PDT > > Modified files: > share/man/man9 mutex.9 > Log: > From Mike Silbersack's message on cvs-commits: > > > > Doh! There is a sx man page, the mutex man page just doesn't have a SEE > > > ALSO pointing to sx(9). Could some mdoc madman go add one? > > Revision Changes Path > 1.19 +5 -1 src/share/man/man9/mutex.9 > Hey, you've just got a yellow card for this commit! 1) Don't insert extra whitespace at EOL. 2) Don't put the garbage. 3) Check the stderr output with ``groff -ww -Tascii -mtty-char -man'' Cheers, -- 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 Tue Sep 4 3:18:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11FBE37B40C; Tue, 4 Sep 2001 03:18:46 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84AIk041520; Tue, 4 Sep 2001 03:18:46 -0700 (PDT) (envelope-from ru) Message-Id: <200109041018.f84AIk041520@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 03:18:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 03:18:45 PDT Modified files: share/man/man9 mutex.9 Log: mdoc(7) police: Please don't commit when you are drunk! (Committer rules candidate.) Revision Changes Path 1.20 +2 -4 src/share/man/man9/mutex.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3:24:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 241F737B401; Tue, 4 Sep 2001 03:24:53 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84AOrB42599; Tue, 4 Sep 2001 03:24:53 -0700 (PDT) (envelope-from ru) Message-Id: <200109041024.f84AOrB42599@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 03:24:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 03:24:52 PDT Modified files: usr.bin/login login.1 Log: mdoc(7) police: tighten label width. Revision Changes Path 1.22 +2 -2 src/usr.bin/login/login.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3:40:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74FD537B401; Tue, 4 Sep 2001 03:40:31 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84AeVW44762; Tue, 4 Sep 2001 03:40:31 -0700 (PDT) (envelope-from hrs) Message-Id: <200109041040.f84AeVW44762@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 4 Sep 2001 03:40:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/share/sgml authors.ent catalog mailing-lists.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/09/04 03:40:31 PDT Modified files: ja_JP.eucJP/share/sgml authors.ent catalog mailing-lists.ent Log: - Create an entity-set of Japanese authors. sgml/authors.ent sgml/catalog - Revise translation: sgml/mailing-lists.ent Revision Changes Path 1.67 +60 -530 doc/ja_JP.eucJP/share/sgml/authors.ent 1.3 +5 -2 doc/ja_JP.eucJP/share/sgml/catalog 1.2 +3 -3 doc/ja_JP.eucJP/share/sgml/mailing-lists.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3:41: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C68037B406; Tue, 4 Sep 2001 03:40:53 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Aerh44875; Tue, 4 Sep 2001 03:40:53 -0700 (PDT) (envelope-from hrs) Message-Id: <200109041040.f84Aerh44875@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 4 Sep 2001 03:40:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/articles Makefile doc/ja_JP.eucJP/articles/dialup-firewall Makefile article.sgml doc/ja_JP.eucJP/articles/diskless-x Makefile doc/ja_JP.eucJP/articles/ipsec-must Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/09/04 03:40:53 PDT Modified files: ja_JP.eucJP/articles Makefile ja_JP.eucJP/articles/diskless-x Makefile ja_JP.eucJP/articles/ipsec-must Makefile Added files: ja_JP.eucJP/articles/dialup-firewall Makefile article.sgml Log: - Add new translation and activate it: Makefile dialup-firewall/Makefile dialup-firewall/article.sgml Submitted by: Hideyuki KURASHINA Reviewed by: SUGIMURA Takashi References: [doc-jp 8295] - Add NO_TIDY flag forgotten in the previous commit: diskless-x/Makefile ipsec-must/Makefile Revision Changes Path 1.5 +2 -2 doc/ja_JP.eucJP/articles/Makefile 1.3 +3 -1 doc/ja_JP.eucJP/articles/diskless-x/Makefile 1.2 +3 -1 doc/ja_JP.eucJP/articles/ipsec-must/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 3:42:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2511737B405; Tue, 4 Sep 2001 03:42:37 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84AgbH45174; Tue, 4 Sep 2001 03:42:37 -0700 (PDT) (envelope-from hrs) Message-Id: <200109041042.f84AgbH45174@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 4 Sep 2001 03:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook Makefile book.sgml doc/ja_JP.eucJP/books/handbook/linuxemu chapter.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml doc/ja_JP.eucJP/books/handbook/printing chapter.sgml doc/ja_JP.eucJP/books/handbook/security chapter.sgml doc/ja_JP.eucJP/books/handbook/x11 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/09/04 03:42:37 PDT Modified files: ja_JP.eucJP/books/handbook Makefile book.sgml ja_JP.eucJP/books/handbook/linuxemu chapter.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml ja_JP.eucJP/books/handbook/printing chapter.sgml ja_JP.eucJP/books/handbook/security chapter.sgml ja_JP.eucJP/books/handbook/x11 chapter.sgml Log: - Move {,j}authors.ent to ja_JP.eucJP/share/sgml: Makefile book.sgml - Merge the following from the English version: 1.34 -> 1.41 printing/chapter.sgml 1.42 -> 1.45 security/chapter.sgml 1.14 -> 1.15 x11/chapter.sgml Submitted by: Shun SUZUKI References: [doc-jp 8327,8335,8340] - Fix typo: linuxemu/chapter.sgml mirrors/chapter.sgml Submitted by: Hideyuki KURASHINA References: [doc-jp 8330] Revision Changes Path 1.50 +1 -3 doc/ja_JP.eucJP/books/handbook/Makefile 1.69 +7 -5 doc/ja_JP.eucJP/books/handbook/book.sgml 1.18 +4 -4 doc/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml 1.49 +1 -11 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml 1.15 +1547 -1515 doc/ja_JP.eucJP/books/handbook/printing/chapter.sgml 1.14 +225 -10 doc/ja_JP.eucJP/books/handbook/security/chapter.sgml 1.7 +227 -4 doc/ja_JP.eucJP/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 4: 3:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E289437B401; Tue, 4 Sep 2001 04:03:16 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84B3GR53431; Tue, 4 Sep 2001 04:03:16 -0700 (PDT) (envelope-from murray) Message-Id: <200109041103.f84B3GR53431@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 04:03:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/users chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 04:03:16 PDT Modified files: en_US.ISO8859-1/books/handbook/users chapter.sgml Log: * Add a footnote. * Reword several paragraphs for clarity. * Reorganize the section on modifying accounts -- Display a table of available account manipulation commands at the beginning with a short summary of each, and then use the subsections to describe each in greater detail with examples. Revision Changes Path 1.29 +77 -40 doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 4: 5:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3613837B403; Tue, 4 Sep 2001 04:05:34 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84B5Yd56223; Tue, 4 Sep 2001 04:05:34 -0700 (PDT) (envelope-from peter) Message-Id: <200109041105.f84B5Yd56223@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 04:05:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 locore.s initcpu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 04:05:34 PDT Modified files: sys/i386/i386 locore.s initcpu.c Log: Mostly cosmetic. Move various variables from .s files to .c files so that gdb generates debug info for them. Revision Changes Path 1.152 +2 -11 src/sys/i386/i386/locore.s 1.32 +8 -2 src/sys/i386/i386/initcpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 4:18:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1965437B408; Tue, 4 Sep 2001 04:18:41 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84BIf562625; Tue, 4 Sep 2001 04:18:41 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109041118.f84BIf562625@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 4 Sep 2001 04:18:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mit-scheme Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/04 04:18:40 PDT Modified files: lang/mit-scheme Makefile Log: Add dependency on misc/compat3x (for libncurses). Noticed by: Mohammed Kamal Elzubeir Revision Changes Path 1.27 +3 -2 ports/lang/mit-scheme/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 4:31: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C273637B405; Tue, 4 Sep 2001 04:31:05 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84BV5l64012; Tue, 4 Sep 2001 04:31:05 -0700 (PDT) (envelope-from wjv) Message-Id: <200109041131.f84BV5l64012@freefall.freebsd.org> From: Johann Visagie Date: Tue, 4 Sep 2001 04:31:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/diveintopython Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/04 04:31:05 PDT Modified files: lang/diveintopython Makefile distinfo pkg-descr pkg-plist Log: - Update to version 3.6 Revision Changes Path 1.7 +18 -27 ports/lang/diveintopython/Makefile 1.6 +5 -6 ports/lang/diveintopython/distinfo 1.2 +2 -2 ports/lang/diveintopython/pkg-descr 1.6 +13 -13 ports/lang/diveintopython/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 Sep 4 4:32:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57ABD37B403; Tue, 4 Sep 2001 04:32:27 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84BWR364218; Tue, 4 Sep 2001 04:32:27 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109041132.f84BWR364218@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Sep 2001 04:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdkxft Makefile ports/x11/gdkxft/files patch-src::gdkxft_sysinstall.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/04 04:32:27 PDT Modified files: x11/gdkxft Makefile x11/gdkxft/files patch-src::gdkxft_sysinstall.in Log: Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 and downward). Reported by: JR Boyens Revision Changes Path 1.2 +1 -0 ports/x11/gdkxft/Makefile 1.2 +13 -2 ports/x11/gdkxft/files/patch-src::gdkxft_sysinstall.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 4:54:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 702DA37B403; Tue, 4 Sep 2001 04:54:45 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84BsjS66492; Tue, 4 Sep 2001 04:54:45 -0700 (PDT) (envelope-from murray) Message-Id: <200109041154.f84BsjS66492@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 04:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 04:54:45 PDT Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Reword a couple of sentences for clarity. Revision Changes Path 1.139 +15 -14 doc/en_US.ISO8859-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 Tue Sep 4 5: 3:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95E7237B401; Tue, 4 Sep 2001 05:03:29 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84C3T567792; Tue, 4 Sep 2001 05:03:29 -0700 (PDT) (envelope-from tobez) Message-Id: <200109041203.f84C3T567792@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Sep 2001 05:03:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/04 05:03:29 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Andy Sparrow for his net/p5-Net-CIDR port. Revision Changes Path 1.18 +5 -1 doc/en_US.ISO8859-1/articles/contributors/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 Sep 4 5:12:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC6F37B40B; Tue, 4 Sep 2001 05:12:14 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84CCEn71750; Tue, 4 Sep 2001 05:12:14 -0700 (PDT) (envelope-from dd) Message-Id: <200109041212.f84CCEn71750@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 4 Sep 2001 05:12:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata Makefile src/release/doc/en_US.ISO8859-1/hardware Makefile.inc src/release/doc/en_US.ISO8859-1/installation Makefile.inc src/release/doc/en_US.ISO8859-1/readme Makefile src/release/doc/en_US.ISO8859-1/relnotes Makefile.inc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/04 05:12:14 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata Makefile release/doc/en_US.ISO8859-1/hardware Makefile.inc release/doc/en_US.ISO8859-1/installation Makefile.inc release/doc/en_US.ISO8859-1/readme Makefile release/doc/en_US.ISO8859-1/relnotes Makefile.inc Log: MFC: NO_LANGCODE_IN_DESTDIR Approved by: bmah Revision Changes Path 1.3.2.3 +5 -1 src/release/doc/en_US.ISO8859-1/errata/Makefile 1.1.2.2 +5 -1 src/release/doc/en_US.ISO8859-1/hardware/Makefile.inc 1.1.2.2 +5 -1 src/release/doc/en_US.ISO8859-1/installation/Makefile.inc 1.3.2.5 +5 -1 src/release/doc/en_US.ISO8859-1/readme/Makefile 1.1.2.2 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 5:15:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D8AD37B40F; Tue, 4 Sep 2001 05:15:10 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84CFAt72212; Tue, 4 Sep 2001 05:15:10 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109041215.f84CFAt72212@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Sep 2001 05:15:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/oaf Makefile ports/devel/oaf/files patch-liboaf::oaf-registration.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/04 05:15:10 PDT Modified files: devel/oaf Makefile Added files: devel/oaf/files patch-liboaf::oaf-registration.c Log: Fix a bug that prevents some applications (e.g. Evolution) from starting-up properly. This doesn't fix Nautilus, however. :( Submitted by: obrien Revision Changes Path 1.14 +2 -1 ports/devel/oaf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 5:24:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF8E237B408; Tue, 4 Sep 2001 05:24:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84COFF73928; Tue, 4 Sep 2001 05:24:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109041224.f84COFF73928@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Sep 2001 05:24:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/manedit Makefile distinfo ports/editors/manedit/files patch-Makefile.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/04 05:24:15 PDT Modified files: editors/manedit Makefile distinfo editors/manedit/files patch-Makefile.FreeBSD Log: Update to 0.5.1. Revision Changes Path 1.6 +1 -1 ports/editors/manedit/Makefile 1.6 +1 -1 ports/editors/manedit/distinfo 1.2 +11 -2 ports/editors/manedit/files/patch-Makefile.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 5:41:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A42DD37B405; Tue, 4 Sep 2001 05:41:13 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84CfDq81865; Tue, 4 Sep 2001 05:41:13 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109041241.f84CfDq81865@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 4 Sep 2001 05:41:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cocoon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/04 05:41:13 PDT Modified files: textproc/cocoon Makefile Log: Drop maintainership. Revision Changes Path 1.15 +2 -2 ports/textproc/cocoon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:10:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 973A637B407; Tue, 4 Sep 2001 06:10:28 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DASG88452; Tue, 4 Sep 2001 06:10:28 -0700 (PDT) (envelope-from ru) Message-Id: <200109041310.f84DASG88452@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 06:10:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 06:10:28 PDT Modified files: usr.sbin/kbdmap kbdmap.1 Log: mdoc(7) police: s/vidmap/vidfont/, don't xref to itself. Revision Changes Path 1.27 +5 -5 src/usr.sbin/kbdmap/kbdmap.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:13:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF59237B403; Tue, 4 Sep 2001 06:13:12 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DDCw88756; Tue, 4 Sep 2001 06:13:12 -0700 (PDT) (envelope-from dfr) Message-Id: <200109041313.f84DDCw88756@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 Sep 2001 06:13:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl words.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/04 06:13:12 PDT Modified files: sys/boot/ficl words.c Log: Avoid an alignment fault on 64bit architectures. Reviewed by: dcs Revision Changes Path 1.36 +2 -2 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:20:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C5A37B403; Tue, 4 Sep 2001 06:20:35 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DKZs89690; Tue, 4 Sep 2001 06:20:35 -0700 (PDT) (envelope-from brian) Message-Id: <200109041320.f84DKZs89690@freefall.freebsd.org> From: Brian Somers Date: Tue, 4 Sep 2001 06:20:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/04 06:20:35 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Mention how to use net.graph.nonstandard_pppoe to enable PPPoE on the 3Com HomeConnect ADSL Modem. Revision Changes Path 1.55 +31 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:27:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFDD37B405; Tue, 4 Sep 2001 06:27:04 -0700 (PDT) Received: (from assar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DR4n90455; Tue, 4 Sep 2001 06:27:04 -0700 (PDT) (envelope-from assar) Message-Id: <200109041327.f84DR4n90455@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Sep 2001 06:27:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth1.c ssh.c sshconnect1.c sshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG assar 2001/09/04 06:27:04 PDT Modified files: crypto/openssh auth1.c ssh.c sshconnect1.c sshd.c Log: fix renamed options in some of the code that was #ifdef AFS also print an error if krb5 ticket passing is disabled Submitted by: Jonathan Chen Revision Changes Path 1.17 +4 -3 src/crypto/openssh/auth1.c 1.15 +3 -1 src/crypto/openssh/ssh.c 1.12 +2 -2 src/crypto/openssh/sshconnect1.c 1.25 +2 -2 src/crypto/openssh/sshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:39:28 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 76DB637B401; Tue, 4 Sep 2001 06:39:23 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15eGS1-0008As-00; Tue, 04 Sep 2001 15:41:13 +0200 From: Sheldon Hearn To: Mark Pulford Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/easytag distinfo In-reply-to: Your message of "Sun, 02 Sep 2001 00:32:30 MST." <200109020732.f827WUj61920@freefall.freebsd.org> Date: Tue, 04 Sep 2001 15:41:13 +0200 Message-ID: <31425.999610873@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 02 Sep 2001 00:32:30 MST, Mark Pulford wrote: > Modified files: > audio/easytag distinfo > Log: > Updated checksum. Tarball was rerolled. Unfortunately there was no old > distfile to compare against and the timestamps don't help either. In such situations, the next step is to contact the distributor / vendor / author and confirm the MD5 checksum you see. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:48:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3782837B403; Tue, 4 Sep 2001 06:48:15 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DmFW92916; Tue, 4 Sep 2001 06:48:15 -0700 (PDT) (envelope-from hrs) Message-Id: <200109041348.f84DmFW92916@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 4 Sep 2001 06:48:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/09/04 06:48:15 PDT Modified files: ja_JP.eucJP/books/porters-handbook book.sgml Log: Catch up with the English version: 1.120 -> 1.163 book.sgml Submitted by: Saeki Takashi References: [doc-jp 8344] Revision Changes Path 1.25 +2205 -1932 doc/ja_JP.eucJP/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 Tue Sep 4 6:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 706C837B408; Tue, 4 Sep 2001 06:50:10 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DoAM93254; Tue, 4 Sep 2001 06:50:10 -0700 (PDT) (envelope-from brian) Message-Id: <200109041350.f84DoAM93254@freefall.freebsd.org> From: Brian Somers Date: Tue, 4 Sep 2001 06:50:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/04 06:50:10 PDT Modified files: net/icb Makefile Log: Use tcl8.3 Bump portrevision Revision Changes Path 1.11 +5 -4 ports/net/icb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:54:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B26E137B405; Tue, 4 Sep 2001 06:54:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DsjP93879; Tue, 4 Sep 2001 06:54:45 -0700 (PDT) (envelope-from ru) Message-Id: <200109041354.f84DsjP93879@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 06:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 06:54:45 PDT Modified files: usr.sbin/vidcontrol vidcontrol.1 Log: mdoc(7) police: 1) Removed the low-level (unneeded in this context) details on escape sequences that are already documented in screen(4). 2) Removed whitespace at EOL. 3) Removed the garbage from previous revision. Revision Changes Path 1.46 +17 -25 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 6:59:15 2001 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 48E5C37B401; Tue, 4 Sep 2001 06:58:58 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84Dwlu93471; Tue, 4 Sep 2001 16:58:47 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 16:58:47 +0300 From: Ruslan Ermilov To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp iface.c ppp.8.m4 Message-ID: <20010904165847.D82509@sunbay.com> References: <200108271908.f7RJ8hZ49252@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: <200108271908.f7RJ8hZ49252@freefall.freebsd.org>; from brian@FreeBSD.org on Mon, Aug 27, 2001 at 12:08:43PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brian! Can't you push them to upgrade to a newer Groff? Also, what about my pure-troff(1) solution to the dynamical contents in the manpage? On Mon, Aug 27, 2001 at 12:08:43PM -0700, Brian Somers wrote: > brian 2001/08/27 12:08:43 PDT > > Modified files: > usr.sbin/ppp iface.c ppp.8.m4 > Log: > Some cosmetic changes to sync with OpenBSD > > Revision Changes Path > 1.27 +3 -1 src/usr.sbin/ppp/iface.c > 1.281 +3 -2 src/usr.sbin/ppp/ppp.8.m4 -- 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 Tue Sep 4 7: 6: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id A2BF337B40F; Tue, 4 Sep 2001 07:05:58 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15eGrj-0008P0-00; Tue, 04 Sep 2001 16:07:47 +0200 From: Sheldon Hearn To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc In-reply-to: Your message of "Sun, 02 Sep 2001 12:28:41 MST." <200109021928.f82JSf883981@freefall.freebsd.org> Date: Tue, 04 Sep 2001 16:07:47 +0200 Message-ID: <32301.999612467@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 02 Sep 2001 12:28:41 MST, "Andrey A. Chernov" wrote: > Modified files: > lib/libc/sys Makefile.inc > Log: > Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall I think the MLINK was useful. It's not entirely insane to try "man seek", is it? The manpage is still rendered correctly, describing the lseek(2) syscall. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:10:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A221737B40F; Tue, 4 Sep 2001 07:10:42 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84EAgm98617; Tue, 4 Sep 2001 07:10:42 -0700 (PDT) (envelope-from ru) Message-Id: <200109041410.f84EAgm98617@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 07:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ntp/doc ntp.keys.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 07:10:42 PDT Modified files: usr.sbin/ntp/doc ntp.keys.5 Log: mdoc(7) police: This still can be done with one-line display. Revision Changes Path 1.4 +3 -4 src/usr.sbin/ntp/doc/ntp.keys.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:11:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B651F37B40F; Tue, 4 Sep 2001 07:11:48 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84EBmx98747; Tue, 4 Sep 2001 07:11:48 -0700 (PDT) (envelope-from tobez) Message-Id: <200109041411.f84EBmx98747@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Sep 2001 07:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Class-Tom Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/04 07:11:48 PDT Modified files: devel/p5-Class-Tom Makefile Log: Add RUN_DEPENDS; this fixes the bento build of devel/p5-Agent. Assume maintainership. Submitted by: bento logs Revision Changes Path 1.7 +3 -2 ports/devel/p5-Class-Tom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:15:34 2001 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 2E95337B407; Tue, 4 Sep 2001 07:15:18 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84EEc395671; Tue, 4 Sep 2001 17:14:38 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 17:14:38 +0300 From: Ruslan Ermilov To: Sheldon Hearn Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc Message-ID: <20010904171438.E82509@sunbay.com> References: <200109021928.f82JSf883981@freefall.freebsd.org> <32301.999612467@axl.seasidesoftware.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: <32301.999612467@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Sep 04, 2001 at 04:07:47PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 04:07:47PM +0200, Sheldon Hearn wrote: > > > On Sun, 02 Sep 2001 12:28:41 MST, "Andrey A. Chernov" wrote: > > > Modified files: > > lib/libc/sys Makefile.inc > > Log: > > Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall > > I think the MLINK was useful. It's not entirely insane to try "man > seek", is it? The manpage is still rendered correctly, describing the > lseek(2) syscall. > If that counts, I'm with Andrey on that. Cheers, -- 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 Tue Sep 4 7:20:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAB0737B40B; Tue, 4 Sep 2001 07:20:31 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84EKVq99808; Tue, 4 Sep 2001 07:20:31 -0700 (PDT) (envelope-from wjv) Message-Id: <200109041420.f84EKVq99808@freefall.freebsd.org> From: Johann Visagie Date: Tue, 4 Sep 2001 07:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fnorb Makefile pkg-descr pkg-plist ports/devel/fnorb/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/04 07:20:31 PDT Modified files: devel/fnorb Makefile pkg-descr pkg-plist devel/fnorb/files patch-aa Log: - Housekeeping update :) - Add runtime dependency on Tkinter - Deploy DOCSDIR - Minor style updates in Makefile - Update my email address - Make installation of examples dependent on NOPORTDOCS - Bump PORTREVISION (because of the last point above) Revision Changes Path 1.10 +18 -17 ports/devel/fnorb/Makefile 1.4 +1 -1 ports/devel/fnorb/pkg-descr 1.6 +55 -55 ports/devel/fnorb/pkg-plist 1.4 +1 -1 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 Tue Sep 4 7:28:16 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 252AE37B406; Tue, 4 Sep 2001 07:28:09 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15eHDB-0008ap-00; Tue, 04 Sep 2001 16:29:57 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp/doc ntp.keys.5 In-reply-to: Your message of "Tue, 04 Sep 2001 07:10:42 MST." <200109041410.f84EAgm98617@freefall.freebsd.org> Date: Tue, 04 Sep 2001 16:29:57 +0200 Message-ID: <33034.999613797@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 04 Sep 2001 07:10:42 MST, Ruslan Ermilov wrote: > Modified files: > usr.sbin/ntp/doc ntp.keys.5 > Log: > mdoc(7) police: This still can be done with one-line display. Please be careful with this. I'm the MAINTAINER for these files because conflicts can be _very_ difficult to resolve. Not a problem in this case, but something to look out for. Ciao Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:44: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FA2A37B409; Tue, 4 Sep 2001 07:43:58 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Ehwp03145; Tue, 4 Sep 2001 07:43:58 -0700 (PDT) (envelope-from imp) Message-Id: <200109041443.f84Ehwp03145@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Sep 2001 07:43:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/04 07:43:58 PDT Modified files: (Branch: RELENG_4_3) . UPDATING sys/conf newvers.sh Log: rmuser fix. Revision Changes Path 1.73.2.28.2.12 +5 -2 src/UPDATING 1.44.2.14.2.6 +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 Tue Sep 4 7:49: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2785337B401; Tue, 4 Sep 2001 07:49:00 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84En0U03915; Tue, 4 Sep 2001 07:49:00 -0700 (PDT) (envelope-from dfr) Message-Id: <200109041449.f84En0U03915@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 Sep 2001 07:48:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/04 07:48:59 PDT Modified files: sys/boot/efi/loader Makefile Log: Enable bootforth. Revision Changes Path 1.6 +2 -2 src/sys/boot/efi/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:49:17 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 17B6D37B406; Tue, 4 Sep 2001 07:49:02 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84Emkm30561; Tue, 4 Sep 2001 18:48:46 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 18:48:41 +0400 From: "Andrey A. Chernov" To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc Message-ID: <20010904184840.A29770@nagual.pp.ru> References: <200109021928.f82JSf883981@freefall.freebsd.org> <32301.999612467@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32301.999612467@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 16:07:47 +0200, Sheldon Hearn wrote: > > > On Sun, 02 Sep 2001 12:28:41 MST, "Andrey A. Chernov" wrote: > > > Modified files: > > lib/libc/sys Makefile.inc > > Log: > > Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall > > I think the MLINK was useful. It's not entirely insane to try "man > seek", is it? The manpage is still rendered correctly, describing the > lseek(2) syscall. Better have manpages describing real functions and not every English word for possible action. Otherwise why we don't have destroy.2 linked to kill.2? And so on... -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:54: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45F4A37B401; Tue, 4 Sep 2001 07:54:06 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Es6R04669; Tue, 4 Sep 2001 07:54:06 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109041454.f84Es6R04669@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 4 Sep 2001 07:54:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/04 07:54:06 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Remove duplicated . Revision Changes Path 1.56 +1 -2 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 7:59:25 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.clickarray.com (dune.clickarray.com [209.10.62.213]) by hub.freebsd.org (Postfix) with ESMTP id 537BC37B406; Tue, 4 Sep 2001 07:58:08 -0700 (PDT) Received: from vader.clickarray.com (nattedaddress.clickarray.com [10.2.1.199]) by mail.clickarray.com (Postfix) with ESMTP id B6C9C5EF04; Tue, 4 Sep 2001 08:06:59 -0700 (PDT) Received: (from asami@localhost) by vader.clickarray.com (8.11.0/8.11.0) id f84Ew3x55577; Tue, 4 Sep 2001 07:58:03 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) X-Authentication-Warning: vader.clickarray.com: asami set sender to asami@cs.berkeley.edu using -f To: OKAZAKI Tetsurou Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail References: <200109031944.f83Jich67557@freefall.freebsd.org> From: asami@clickarray.com (Satoshi Asami) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Date: 04 Sep 2001 07:58:03 -0700 In-Reply-To: (OKAZAKI Tetsurou's message of "Tue, 04 Sep 2001 12:40:11 +0900") Message-ID: Lines: 16 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?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From: OKAZAKI Tetsurou * > Only critical fixes will be accepted for the release and under one * > condition: it can't change the package names or package dependencies. * > I.e., adding a patch, updating checksums are ok, but adding * > dependencies or upgrading to a new version are not ok, since they will * > require a complete rebuild of the entire set. * * PORTREVISION up is not allowable for, is it? No, since it will change a package name. Anything that changes INDEX is not allowable, since the entire build is running on a Makefile that is generated by INDEX. I can substitute files from under the make's eyes but can't change the Makefile itself. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8: 2:33 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 6F1EF37B405; Tue, 4 Sep 2001 08:02:25 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D287966E4C; Tue, 4 Sep 2001 08:02:24 -0700 (PDT) Date: Tue, 4 Sep 2001 08:02:24 -0700 From: Kris Kennaway To: Ruslan Ermilov Cc: Valentino Vaschetto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010904080224.B48220@xor.obsecurity.org> References: <200109020045.f820jfL13842@freefall.freebsd.org> <20010904131644.B54480@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904131644.B54480@sunbay.com>; from ru@FreeBSD.org on Tue, Sep 04, 2001 at 01:16:44PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 01:16:44PM +0300, Ruslan Ermilov wrote: > On Sat, Sep 01, 2001 at 05:45:41PM -0700, Valentino Vaschetto wrote: > > logo 2001/09/01 17:45:41 PDT > >=20 > > Modified files: > > share/man/man9 mutex.9=20 > > Log: > > From Mike Silbersack's message on cvs-commits: > > =20 > > > > Doh! There is a sx man page, the mutex man page just doesn't hav= e a SEE > > > > ALSO pointing to sx(9). Could some mdoc madman go add one? > > =20 > > Revision Changes Path > > 1.19 +5 -1 src/share/man/man9/mutex.9 > >=20 > Hey, you've just got a yellow card for this commit! >=20 > 1) Don't insert extra whitespace at EOL. > 2) Don't put the garbage. > 3) Check the stderr output with ``groff -ww -Tascii -mtty-char -man'' Where are #1 and #3 documented? I'm somewhat intimidated by all of these manpage style rules which are being enforced thesedays. Even if these are documented clearly somewhere (which I don't think they are) you shouldn't be too hard on committers who don't understand the arcane world of mdoc, and either just commit a cleanup after the changes have been made, or ask everyone to commit through you or someone else who understands the rules (I prefer the first alternative). Remember, the goal of manpages is to have good documentation, not necessarily style-perfect documentation. Kris --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lO0AWry0BWjoQKURAs0FAJ4wpUxUgLtMgko0FeIxEumVCnpRBwCeJmjX hvGnxLoHaPEFC/8tQqA1a0U= =le/D -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8: 4:47 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 384DA37B409; Tue, 4 Sep 2001 08:04:39 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DAC5266E40; Tue, 4 Sep 2001 08:04:38 -0700 (PDT) Date: Tue, 4 Sep 2001 08:04:38 -0700 From: Kris Kennaway To: Sheldon Hearn Cc: Mark Pulford , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/easytag distinfo Message-ID: <20010904080438.C48220@xor.obsecurity.org> References: <200109020732.f827WUj61920@freefall.freebsd.org> <31425.999610873@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PuGuTyElPB9bOcsM" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <31425.999610873@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Sep 04, 2001 at 03:41:13PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PuGuTyElPB9bOcsM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 03:41:13PM +0200, Sheldon Hearn wrote: >=20 >=20 > On Sun, 02 Sep 2001 00:32:30 MST, Mark Pulford wrote: >=20 > > Modified files: > > audio/easytag distinfo=20 > > Log: > > Updated checksum. Tarball was rerolled. Unfortunately there was no old > > distfile to compare against and the timestamps don't help either. >=20 > In such situations, the next step is to contact the distributor / vendor > / author and confirm the MD5 checksum you see. Actually the step is to fetch the old distfile from ftp.freebsd.org, which only archives distfiles which pass the checksum. If it's not there, then you go to ftpsearch.lycos.com and search for it, and if you still can't find it then you ask a) the person who committed the previous upgrade, and/or b) ports@ for someone with the old distfile. Kris --PuGuTyElPB9bOcsM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lO2FWry0BWjoQKURAsdsAJwN82USn3PpdvFOtkdKl3cvqqZRogCg4dIE RfNot+gZKQm3Cw4gORSgiWw= =j7JN -----END PGP SIGNATURE----- --PuGuTyElPB9bOcsM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8: 8:42 2001 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 66F8337B406; Tue, 4 Sep 2001 08:08:25 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84En3f00730; Tue, 4 Sep 2001 17:49:03 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 17:49:03 +0300 From: Ruslan Ermilov To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp/doc ntp.keys.5 Message-ID: <20010904174903.H82509@sunbay.com> References: <200109041410.f84EAgm98617@freefall.freebsd.org> <33034.999613797@axl.seasidesoftware.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: <33034.999613797@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Sep 04, 2001 at 04:29:57PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 04:29:57PM +0200, Sheldon Hearn wrote: > > > On Tue, 04 Sep 2001 07:10:42 MST, Ruslan Ermilov wrote: > > > Modified files: > > usr.sbin/ntp/doc ntp.keys.5 > > Log: > > mdoc(7) police: This still can be done with one-line display. > > Please be careful with this. I'm the MAINTAINER for these files because > conflicts can be _very_ difficult to resolve. > Conflicts with HTML version? I was not going to fix the contents, only formatting. Cheers, -- 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 Tue Sep 4 8:13:24 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 1E11A37B405; Tue, 4 Sep 2001 08:13:19 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15eHul-0008yM-00; Tue, 04 Sep 2001 17:14:59 +0200 From: Sheldon Hearn To: Kris Kennaway Cc: Mark Pulford , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/easytag distinfo In-reply-to: Your message of "Tue, 04 Sep 2001 08:04:38 MST." <20010904080438.C48220@xor.obsecurity.org> Date: Tue, 04 Sep 2001 17:14:59 +0200 Message-ID: <34493.999616499@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 04 Sep 2001 08:04:38 MST, Kris Kennaway wrote: > > In such situations, the next step is to contact the distributor / vendor > > / author and confirm the MD5 checksum you see. > > Actually the step is to fetch the old distfile from ftp.freebsd.org, > which only archives distfiles which pass the checksum. I said "In such situations", refering to the comment "there was no old distfile". You're just describing additional steps to take in trying to find an old distfile. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:13:45 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 8AAD737B403; Tue, 4 Sep 2001 08:13:38 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15eHvD-0008yh-00; Tue, 04 Sep 2001 17:15:27 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp/doc ntp.keys.5 In-reply-to: Your message of "Tue, 04 Sep 2001 17:49:03 +0300." <20010904174903.H82509@sunbay.com> Date: Tue, 04 Sep 2001 17:15:27 +0200 Message-ID: <34514.999616527@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 04 Sep 2001 17:49:03 +0300, Ruslan Ermilov wrote: > > Please be careful with this. I'm the MAINTAINER for these files because > > conflicts can be _very_ difficult to resolve. > > > Conflicts with HTML version? I was not going to fix the contents, > only formatting. Conflicts with my own updates. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:14:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14E3A37B403; Tue, 4 Sep 2001 08:14:22 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84FEM515452; Tue, 4 Sep 2001 08:14:22 -0700 (PDT) (envelope-from brian) Message-Id: <200109041514.f84FEM515452@freefall.freebsd.org> From: Brian Somers Date: Tue, 4 Sep 2001 08:14:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/04 08:14:22 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Add a note about PPPoA Revision Changes Path 1.57 +33 -4 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:15:42 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id B694B37B405; Tue, 4 Sep 2001 08:15:32 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f84FFUi01702; Tue, 4 Sep 2001 16:15:31 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f84FFL281513; Tue, 4 Sep 2001 16:15:21 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109041515.f84FFL281513@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml In-Reply-To: Message from Jun Kuriyama of "Tue, 04 Sep 2001 07:54:06 PDT." <200109041454.f84Es6R04669@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Sep 2001 16:15:21 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > kuriyama 2001/09/04 07:54:06 PDT > > Modified files: > en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml > Log: > Remove duplicated . > > Revision Changes Path > 1.56 +1 -2 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml Thanks - I managed to remove that from my local copy but failed to commit the right thing :-/ -- Brian http://www.freebsd-services.com/ 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 Tue Sep 4 8:17:33 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 54E7D37B405; Tue, 4 Sep 2001 08:17:23 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f84FHLi01715; Tue, 4 Sep 2001 16:17:21 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f84FHC281537; Tue, 4 Sep 2001 16:17:12 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109041517.f84FHC281537@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/usr.sbin/ppp iface.c ppp.8.m4 In-Reply-To: Message from Ruslan Ermilov of "Tue, 04 Sep 2001 16:58:47 +0300." <20010904165847.D82509@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Sep 2001 16:17:12 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Brian! > > Can't you push them to upgrade to a newer Groff? ``pushing'' == ``doing the work myself'' and I haven't got time. > Also, what about my pure-troff(1) solution to the > dynamical contents in the manpage? I'll get that done RSN. > On Mon, Aug 27, 2001 at 12:08:43PM -0700, Brian Somers wrote: > > brian 2001/08/27 12:08:43 PDT > > > > Modified files: > > usr.sbin/ppp iface.c ppp.8.m4 > > Log: > > Some cosmetic changes to sync with OpenBSD > > > > Revision Changes Path > > 1.27 +3 -1 src/usr.sbin/ppp/iface.c > > 1.281 +3 -2 src/usr.sbin/ppp/ppp.8.m4 > > -- > 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 -- Brian http://www.freebsd-services.com/ 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 Tue Sep 4 8:25:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15AB037B40C; Tue, 4 Sep 2001 08:25:24 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84FPOW61263; Tue, 4 Sep 2001 08:25:24 -0700 (PDT) (envelope-from alfred) Message-Id: <200109041525.f84FPOW61263@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 4 Sep 2001 08:25:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/09/04 08:25:24 PDT Modified files: sys/netinet if_ether.c Log: Fix sysctl comment field, s/the the/then the Pointed out by: ru Revision Changes Path 1.82 +2 -2 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:40:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15B8D37B403; Tue, 4 Sep 2001 08:40:13 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84FeDw92331; Tue, 4 Sep 2001 08:40:13 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200109041540.f84FeDw92331@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 4 Sep 2001 08:40:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/09/04 08:40:12 PDT Modified files: sys/dev/acpica acpi_thermal.c Log: Just print a message in acpi_tz_monitor() only when new active state is different from the previous active state. This reduce tons of 'acpi_tz0: _AC0: temperature 64.0 >= setpoint 64.0' messages. Reviewed by: msmith Revision Changes Path 1.16 +6 -3 src/sys/dev/acpica/acpi_thermal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:46:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B4E737B407; Tue, 4 Sep 2001 08:46:33 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84FkXm35711; Tue, 4 Sep 2001 08:46:33 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200109041546.f84FkXm35711@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 4 Sep 2001 08:46:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/09/04 08:46:33 PDT Modified files: sys/i386/acpica Makefile Log: Add `-I.' option to CFLAGS so that we can compile asm code together with `-nostdinc' option. Revision Changes Path 1.2 +2 -1 src/sys/i386/acpica/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:47:30 2001 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 57A9737B405; Tue, 4 Sep 2001 08:47:13 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84FkTA08523; Tue, 4 Sep 2001 18:46:29 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 18:46:29 +0300 From: Ruslan Ermilov To: Kris Kennaway Cc: Valentino Vaschetto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010904184629.D1669@sunbay.com> References: <200109020045.f820jfL13842@freefall.freebsd.org> <20010904131644.B54480@sunbay.com> <20010904080224.B48220@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904080224.B48220@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Sep 04, 2001 at 08:02:24AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 08:02:24AM -0700, Kris Kennaway wrote: > On Tue, Sep 04, 2001 at 01:16:44PM +0300, Ruslan Ermilov wrote: > > On Sat, Sep 01, 2001 at 05:45:41PM -0700, Valentino Vaschetto wrote: > > > logo 2001/09/01 17:45:41 PDT > > > > > > Modified files: > > > share/man/man9 mutex.9 > > > Log: > > > From Mike Silbersack's message on cvs-commits: > > > > > > > > Doh! There is a sx man page, the mutex man page just doesn't have a SEE > > > > > ALSO pointing to sx(9). Could some mdoc madman go add one? > > > > > > Revision Changes Path > > > 1.19 +5 -1 src/share/man/man9/mutex.9 > > > > > Hey, you've just got a yellow card for this commit! > > > > 1) Don't insert extra whitespace at EOL. > > 2) Don't put the garbage. > > 3) Check the stderr output with ``groff -ww -Tascii -mtty-char -man'' > > Where are #1 and #3 documented? > I was mostly complaining to the #2, see the actual change. Cheers, -- 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 Tue Sep 4 8:50:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C024237B406; Tue, 4 Sep 2001 08:50:46 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Fokm72117; Tue, 4 Sep 2001 08:50:46 -0700 (PDT) (envelope-from sos) Message-Id: <200109041550.f84Fokm72117@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 4 Sep 2001 08:50:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/09/04 08:50:46 PDT Modified files: sys/conf options.i386 Log: There is no option IDE_DELAY and havn't been for a long time.. Revision Changes Path 1.155 +1 -2 src/sys/conf/options.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 8:51:44 2001 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 7E82437B40C; Tue, 4 Sep 2001 08:51:27 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84Folh09381; Tue, 4 Sep 2001 18:50:47 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 18:50:47 +0300 From: Ruslan Ermilov To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp/doc ntp.keys.5 Message-ID: <20010904185047.E1669@sunbay.com> References: <20010904174903.H82509@sunbay.com> <34514.999616527@axl.seasidesoftware.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: <34514.999616527@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Sep 04, 2001 at 05:15:27PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 05:15:27PM +0200, Sheldon Hearn wrote: > > > On Tue, 04 Sep 2001 17:49:03 +0300, Ruslan Ermilov wrote: > > > > Please be careful with this. I'm the MAINTAINER for these files because > > > conflicts can be _very_ difficult to resolve. > > > > > Conflicts with HTML version? I was not going to fix the contents, > > only formatting. > > Conflicts with my own updates. > OK, noted. -- 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 Tue Sep 4 8:52: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0D137B409; Tue, 4 Sep 2001 08:52:01 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Fq1Z85125; Tue, 4 Sep 2001 08:52:01 -0700 (PDT) (envelope-from sos) Message-Id: <200109041552.f84Fq1Z85125@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 4 Sep 2001 08:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ide_pcireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/09/04 08:52:00 PDT Removed files: sys/pci ide_pcireg.h Log: Remove long overdue obsolete file ide_pcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9: 2:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 313CD37B407; Tue, 4 Sep 2001 09:02:07 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84G27O66105; Tue, 4 Sep 2001 09:02:07 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200109041602.f84G27O66105@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 4 Sep 2001 09:02:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include clock.h src/sys/i386/isa clock.c pmtimer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/09/04 09:02:07 PDT Modified files: sys/i386/include clock.h sys/i386/isa clock.c pmtimer.c Log: Reenable RTC interrupts after wakeup. Some laptops have a problem with system statistics monitoring tools (such as systat, vmstat...) because of stopping RTC interrupts generation. Restore all the timers (RTC and i8254) atomically. Reviewed by: bde MFC after: 1 week Revision Changes Path 1.40 +2 -2 src/sys/i386/include/clock.h 1.176 +23 -2 src/sys/i386/isa/clock.c 1.2 +2 -2 src/sys/i386/isa/pmtimer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9: 9: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B79F37B406; Tue, 4 Sep 2001 09:09:02 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84G92v73490; Tue, 4 Sep 2001 09:09:02 -0700 (PDT) (envelope-from ru) Message-Id: <200109041609.f84G92v73490@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 09:09:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 find.h function.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 09:09:01 PDT Modified files: usr.bin/find find.1 find.h function.c Log: The implementation of -flags was broken and did not match the (poorly) documented behavior. Only a certain set of file flags were recognized, and "no" flags did not match files that have corresponding flags bits turned off. Fix and extend the -flags functionality as follows: : -flags [-|+], : The flags are specified using symbolic names (see chflags(1)). : Those with the "no" prefix (except "nodump") are said to be : . Flags in are checked to be set, and flags in : are checked to be not set. Note that this is different : from -perm, which only allows the user to specify mode bits that : are set. : : If flags are preceded by a dash (``-''), this primary evaluates : to true if at least all of the bits in and none of the bits : in are set in the file's flags bits. If flags are pre- : ceded by a plus (``+''), this primary evaluates to true if any of : the bits in is set in the file's flags bits, or any of the : bits in is not set in the file's flags bits. Otherwise, : this primary evaluates to true if the bits in exactly match : the file's flags bits, and none of the bits match those of : . MFC after: 2 weeks Revision Changes Path 1.38 +66 -21 src/usr.bin/find/find.1 1.12 +3 -3 src/usr.bin/find/find.h 1.33 +13 -10 src/usr.bin/find/function.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:15:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C3C637B40C; Tue, 4 Sep 2001 09:15:52 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84GFpx76144; Tue, 4 Sep 2001 09:15:51 -0700 (PDT) (envelope-from ru) Message-Id: <200109041615.f84GFpx76144@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 09:15:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/at panic.c privs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 09:15:51 PDT Modified files: usr.bin/at panic.c privs.h Log: SECURITY. Fixed macros for temporarily relinquishing and restoring setuid/setgid privileges so that they never change the real user and group IDs of the calling process. The setre[ug]id() calls are still used in the REDUCE_PERM macro (with the r[ug]id arguments of -1) so that the call changes the saved user and group IDs of the process to that specified. Also, the panic() and perr() functions had insufficient privileges to delete the problematic file under /var/at. Revision Changes Path 1.11 +10 -3 src/usr.bin/at/panic.c 1.8 +38 -43 src/usr.bin/at/privs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:17:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B54D37B42C; Tue, 4 Sep 2001 09:17:18 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84GHIG76592; Tue, 4 Sep 2001 09:17:18 -0700 (PDT) (envelope-from ru) Message-Id: <200109041617.f84GHIG76592@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Sep 2001 09:17:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump unctime.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/04 09:17:17 PDT Modified files: sbin/dump unctime.c Log: Don't reinvent the wheel; use strptime(3). MFC after: 2 weeks Revision Changes Path 1.4 +5 -45 src/sbin/dump/unctime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:20:42 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 07C6437B401; Tue, 4 Sep 2001 09:20:37 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f84GKZX19330; Tue, 4 Sep 2001 10:20:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f84GKZh35512; Tue, 4 Sep 2001 10:20:35 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109041620.f84GKZh35512@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Sep 2001 09:15:51 PDT." <200109041615.f84GFpx76144@freefall.freebsd.org> References: <200109041615.f84GFpx76144@freefall.freebsd.org> Date: Tue, 04 Sep 2001 10:20:35 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200109041615.f84GFpx76144@freefall.freebsd.org> Ruslan Ermilov writes: : The setre[ug]id() calls are still used in the REDUCE_PERM macro (with : the r[ug]id arguments of -1) so that the call changes the saved user : and group IDs of the process to that specified. Just a side note: We should not use setre* calls in the base sources. They present problems for dropping privs since they obliterate the saved uid. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:21:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6576937B40B; Tue, 4 Sep 2001 09:21:21 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84GLLv77933; Tue, 4 Sep 2001 09:21:21 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109041621.f84GLLv77933@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 4 Sep 2001 09:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docproj Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/04 09:21:21 PDT Modified files: textproc/docproj Makefile Log: Add textproc/xhtml dependency. Revision Changes Path 1.34 +3 -2 ports/textproc/docproj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:23:53 2001 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 88C8F37B401; Tue, 4 Sep 2001 09:23:35 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84GMrX13505; Tue, 4 Sep 2001 19:22:53 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 19:22:52 +0300 From: Ruslan Ermilov To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Message-ID: <20010904192252.G1669@sunbay.com> References: <200109041615.f84GFpx76144@freefall.freebsd.org> <200109041620.f84GKZh35512@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: <200109041620.f84GKZh35512@harmony.village.org>; from imp@harmony.village.org on Tue, Sep 04, 2001 at 10:20:35AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 10:20:35AM -0600, Warner Losh wrote: > In message <200109041615.f84GFpx76144@freefall.freebsd.org> Ruslan Ermilov writes: > : The setre[ug]id() calls are still used in the REDUCE_PERM macro (with > : the r[ug]id arguments of -1) so that the call changes the saved user > : and group IDs of the process to that specified. > > Just a side note: We should not use setre* calls in the base sources. > They present problems for dropping privs since they obliterate the > saved uid. > Exactly what was needed in this case -- to set saved IDs to the specified values. Cheers, -- 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 Tue Sep 4 9:32:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56A5737B409; Tue, 4 Sep 2001 09:32:21 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84GWLQ85426; Tue, 4 Sep 2001 09:32:21 -0700 (PDT) (envelope-from lioux) Message-Id: <200109041632.f84GWLQ85426@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 09:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/plugger Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/www/plugger/files patch-pluggerrc patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 09:32:21 PDT Modified files: www/plugger Makefile pkg-comment pkg-descr pkg-message pkg-plist www/plugger/files patch-aa Added files: www/plugger/files patch-pluggerrc Log: o have plugger be a mozilla plugin instead of a netscape plugin o install several plugins per default; hence, adding audio and graphics as secondary categories o update COMMENT, DESCR and PKGMESSAGE accordingly o style fix: un"echo" Makefile commands o given all this work -> switch over maintainership to submitter PR: 29585 Submitted by: John Merryweather Cooper Revision Changes Path 1.9 +22 -11 ports/www/plugger/Makefile 1.2 +1 -1 ports/www/plugger/pkg-comment 1.2 +4 -4 ports/www/plugger/pkg-descr 1.2 +32 -10 ports/www/plugger/pkg-message 1.2 +4 -2 ports/www/plugger/pkg-plist 1.5 +11 -2 ports/www/plugger/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 Sep 4 9:39:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7D8D37B408; Tue, 4 Sep 2001 09:39:11 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84GdBm87501; Tue, 4 Sep 2001 09:39:11 -0700 (PDT) (envelope-from ache) Message-Id: <200109041639.f84GdBm87501@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Sep 2001 09:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/04 09:39:11 PDT Modified files: lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Log: Locale *is* used in strto*l*(), at least for isspace(), so remove 'locale not used' statement from comments and BUGS section of manpage. strtol(): fix non-portable 'cutoff' calculation using the same method as in strtoll(). Cleanup 'cutoff' calculation, remove unneded casts. Misc. cleanup to make all functions looks the same. Implement EINVAL reaction per POSIX, document it in manpage, corresponding POSIX example quotes here: ------------------------------------------------ If the subject sequence is empty or does not have the expected form, no conversion is performed; the value of str is stored in the object pointed to by endptr, provided that endptr is not a null pointer. If no conversion could be performed, 0 shall be returned and errno may be set to [EINVAL]. [EINVAL] The value of base is not supported. Since 0, {LONG_MIN} or {LLONG_MIN}, and {LONG_MAX} or {LLONG_MAX} are returned on error and are also valid returns on success, an application wishing to check for error situations should set errno to 0, then call strtol( ) or strtoll ( ), then check errno. ----------------------------------------------------- Revision Changes Path 1.12 +11 -8 src/lib/libc/stdlib/strtol.3 1.4 +27 -11 src/lib/libc/stdlib/strtol.c 1.6 +15 -10 src/lib/libc/stdlib/strtoll.c 1.7 +2 -2 src/lib/libc/stdlib/strtoq.c 1.12 +13 -12 src/lib/libc/stdlib/strtoul.3 1.4 +25 -9 src/lib/libc/stdlib/strtoul.c 1.6 +16 -10 src/lib/libc/stdlib/strtoull.c 1.7 +2 -2 src/lib/libc/stdlib/strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:41: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 4834537B406; Tue, 4 Sep 2001 09:40:54 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id JAA24432; Tue, 4 Sep 2001 09:40:49 -0700 (PDT) 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: <20010904055510.050A4380C@overcee.netplex.com.au> Date: Tue, 04 Sep 2001 09:40:46 -0700 (PDT) From: John Baldwin To: Peter Wemm Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 04-Sep-01 Peter Wemm wrote: > John Baldwin wrote: >> >> On 02-Sep-01 Peter Wemm wrote: >> > peter 2001/09/02 05:24:38 PDT >> > >> > Modified files: >> > sys/kern kern_shutdown.c >> > Log: >> > The !RESTARTABLE_PANICS code has some loose ends. >> >> What is holding_giant for? Oh, and you do know that you are truly evil >> incarnate now, right? > > I'm not sure. Matt added it in rev 1.107, but the code that sets it is >#if 0'ed out. It is a real mess. Except the code to release it isn't #if 0'd out. > The other part of the diff was an accident that leaked from a local change. > I've been meaning to back it out but just couldn't quite do it. Ian Dowse > flagged it yesterday evening I think. I am amused at how few people had > noticed it, and of those most had read the diff. Heh. We could leave it on in -current for all I care, except that it does make all the useful messages scroll off the screen during a panic. :) \\|/ ____ \\|/ \"@'/ .. \\`@\ /_| \\__/ |_\\ \\__U_/ Oh, and you forgot the Obtained from: Linux in the commit log. :-P > Cheers, > -Peter -- 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 Sep 4 9:45: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 5AF3F37B401; Tue, 4 Sep 2001 09:45:02 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84Gix132229; Tue, 4 Sep 2001 20:45:00 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 20:44:55 +0400 From: "Andrey A. Chernov" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904204454.A32114@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109041639.f84GdBm87501@freefall.freebsd.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:39:11 -0700, Andrey A. Chernov wrote: > ache 2001/09/04 09:39:11 PDT > > Modified files: > lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c > strtoul.3 strtoul.c strtoull.c strtouq.c Forget "Reviewed by: audit silence" -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:51:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F13D37B405; Tue, 4 Sep 2001 09:51:52 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Gpq090391; Tue, 4 Sep 2001 09:51:52 -0700 (PDT) (envelope-from dirk) Message-Id: <200109041651.f84Gpq090391@freefall.freebsd.org> From: Dirk Froemberg Date: Tue, 4 Sep 2001 09:51:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha mkisoimages.sh src/release/i386 mkisoimages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/09/04 09:51:52 PDT Modified files: (Branch: RELENG_4) release/alpha mkisoimages.sh release/i386 mkisoimages.sh Log: MFC: Try to build the mkisofs/setcdboot port first before using pkg_add. Approved by: jkh Revision Changes Path 1.2.2.3 +17 -9 src/release/alpha/mkisoimages.sh 1.2.2.3 +9 -5 src/release/i386/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:52:22 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id C4B3737B422; Tue, 4 Sep 2001 09:51:57 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id JAA05684; Tue, 4 Sep 2001 09:51:56 -0700 (PDT) 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: <20010904030105.A90988@dragon.nuxi.com> Date: Tue, 04 Sep 2001 09:51:53 -0700 (PDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/sys/sparc64/include frame.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 04-Sep-01 David O'Brien wrote: > On Tue, Sep 04, 2001 at 05:39:19AM -0400, Jake Burkholder wrote: >> > obrien 2001/09/04 02:23:23 PDT >> > >> > Modified files: >> > sys/sparc64/include frame.h >> > Log: >> > style(9) the structure names >> > >> > Revision Changes Path >> > 1.7 +7 -7 src/sys/sparc64/include/frame.h >> > >> >> This is wrong. Style(9) wants a tab after the struct keyword. >> >> #include >> struct foo { >> ^^^^^^^^ > > This is a bug that entered into style.9 in rev 1.20. > See style.9 rev 1.1, or /sys/sys/*.h. Yeah, look at proc.h. struct pgrp { struct procsig { struct pargs { Also, read the paragraph you are quoting: struct foo { struct foo *next; /* List of active foo */ struct mumble amumble; /* Comment for mumble */ int bar; }; struct foo *foohead; /* Head of global foo list */ Use queue(3) macros rather than rolling your own lists, whenever possi- ble. Thus, the previous example would be better written: #include struct foo { LIST_ENTRY(foo) link; /* Queue macro glue for foo lists */ struct mumble amumble; /* Comment for mumble */ int bar; }; LIST_HEAD(, foo) foohead; /* Head of global foo list */ I.e., the first example is wrong, and the second one is the more correct version. I've had Bruce tell me before to use structfoo. -- 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 Sep 4 9:52:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 3099A37B407; Tue, 4 Sep 2001 09:51:56 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id JAA05658; Tue, 4 Sep 2001 09:51:55 -0700 (PDT) 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: <200109041000.f84A0Kb35812@freefall.freebsd.org> Date: Tue, 04 Sep 2001 09:51:52 -0700 (PDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/share/man/man9 style.9 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 04-Sep-01 David E. O'Brien wrote: > obrien 2001/09/04 03:00:20 PDT > > Modified files: > share/man/man9 style.9 > Log: > Fix style bug from rev 1.20 in `struct foo' definition example to match the > `struct foo' definition example from rev 1.1. > > (proper CSRG style was also verified with /sys/sys/{bio,file}.h) Erm, according to bruce, the structfoo is the proper style. You'll need to reformat a lot of files then. -- 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 Sep 4 9:52:31 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 0D54F37B426; Tue, 4 Sep 2001 09:51:59 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id JAA05705; Tue, 4 Sep 2001 09:51:58 -0700 (PDT) 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: <200109041449.f84En0U03915@freefall.freebsd.org> Date: Tue, 04 Sep 2001 09:51:55 -0700 (PDT) From: John Baldwin To: Doug Rabson Subject: RE: cvs commit: src/sys/boot/efi/loader Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 04-Sep-01 Doug Rabson wrote: > dfr 2001/09/04 07:48:59 PDT > > Modified files: > sys/boot/efi/loader Makefile > Log: > Enable bootforth. So, can we load kernels now on real hardware? -- 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 Sep 4 9:52:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B9B237B436; Tue, 4 Sep 2001 09:52:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84GqYC90467; Tue, 4 Sep 2001 09:52:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200109041652.f84GqYC90467@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 09:52:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkada Makefile ports/x11-toolkits/gtkada/files patch-testgtk::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 09:52:34 PDT Modified files: x11-toolkits/gtkada Makefile x11-toolkits/gtkada/files patch-testgtk::Makefile.in Log: Add missing pthreads LDFLAGS knobs, i.e., ${PTHREAD_LIBS}; to appropriate places PR: 29811 Submitted by: John Merryweather Cooper Approved by: MAINTAINER Revision Changes Path 1.5 +3 -1 ports/x11-toolkits/gtkada/Makefile 1.2 +6 -7 ports/x11-toolkits/gtkada/files/patch-testgtk::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:56:26 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id A8E7437B40C; Tue, 4 Sep 2001 09:56:17 -0700 (PDT) Received: from [10.1.10.118] (PBG4.whistle.com [207.76.207.129]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id JAA69353; Tue, 4 Sep 2001 09:54:06 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <20010904204454.A32114@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> Date: Tue, 4 Sep 2001 09:54:49 -0700 To: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Mark Peek Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 8:44 PM +0400 9/4/01, Andrey A. Chernov wrote: >On Tue, Sep 04, 2001 at 09:39:11 -0700, Andrey A. Chernov wrote: >> ache 2001/09/04 09:39:11 PDT >> >> Modified files: >> lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c >> strtoul.3 strtoul.c strtoull.c strtouq.c > >Forget "Reviewed by: audit silence" Wow, less than 24 hours is considered "audit silence"? I'd like to think an acceptable wait period is a bit longer than that! Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 9:57:32 2001 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 A864337B409; Tue, 4 Sep 2001 09:57:15 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84GvBX17503; Tue, 4 Sep 2001 19:57:11 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 19:57:11 +0300 From: Ruslan Ermilov To: John Baldwin Cc: "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010904195711.A16547@sunbay.com> References: <200109041000.f84A0Kb35812@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: ; from jhb@FreeBSD.org on Tue, Sep 04, 2001 at 09:51:52AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:51:52AM -0700, John Baldwin wrote: > > On 04-Sep-01 David E. O'Brien wrote: > > obrien 2001/09/04 03:00:20 PDT > > > > Modified files: > > share/man/man9 style.9 > > Log: > > Fix style bug from rev 1.20 in `struct foo' definition example to match the > > `struct foo' definition example from rev 1.1. > > > > (proper CSRG style was also verified with /sys/sys/{bio,file}.h) > > Erm, according to bruce, the structfoo is the proper style. > This rule only applies when inside the structure declaration. > You'll need to reformat a lot of files then. > Much less than in the opposite direction: # grep -r "^struct^I" /CURRENT/usr/include | wc -l 514 # grep -r "^struct " /CURRENT/usr/include | wc -l 3034 Cheers, -- 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 Tue Sep 4 9:57:48 2001 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id 21C1737B403 for ; Tue, 4 Sep 2001 09:57:41 -0700 (PDT) Received: from 200.181.49.66 (unknown [200.181.49.66]) by heaven.gigo.com (Postfix) with ESMTP id 318E6B845 for ; Tue, 4 Sep 2001 09:56:21 -0700 (PDT) Received: (qmail 38816 invoked by uid 1001); 4 Sep 2001 13:58:07 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Tue, 4 Sep 2001 13:57:45 +0000 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/plugger Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/www/plugger/files patch-pluggerrc patch-aa Message-ID: <20010904135745.A38807@exxodus.fedaykin.here> References: <200109041632.f84GWLQ85426@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: <200109041632.f84GWLQ85426@freefall.freebsd.org>; from lioux@FreeBSD.org on Tue, Sep 04, 2001 at 09:31:59AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:31:59AM -0700, Mario Sergio Fujikawa Ferreira wrote: > lioux 2001/09/04 09:32:21 PDT > > Modified files: > www/plugger Makefile pkg-comment pkg-descr > pkg-message pkg-plist > www/plugger/files patch-aa > Added files: > www/plugger/files patch-pluggerrc > Log: > o have plugger be a mozilla plugin instead of a netscape plugin > o install several plugins per default; hence, adding audio and > graphics as secondary categories > o update COMMENT, DESCR and PKGMESSAGE accordingly > o style fix: un"echo" Makefile commands > o given all this work -> switch over maintainership to submitter > > PR: 29585 > Submitted by: John Merryweather Cooper By the way, PORTVERSION was bumped. -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10: 0: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id DCA5F37B401 for ; Tue, 4 Sep 2001 10:00:00 -0700 (PDT) Received: from 200.181.49.66 (unknown [200.181.49.66]) by heaven.gigo.com (Postfix) with ESMTP id 7CC06B844 for ; Tue, 4 Sep 2001 09:58:40 -0700 (PDT) Received: (qmail 42061 invoked by uid 1001); 4 Sep 2001 14:00:21 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Tue, 4 Sep 2001 13:59:59 +0000 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c Message-ID: <20010904135959.B38807@exxodus.fedaykin.here> References: <200109030638.f836cG291694@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: <200109030638.f836cG291694@freefall.freebsd.org>; from julian@FreeBSD.org on Sun, Sep 02, 2001 at 11:37:54PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 02, 2001 at 11:37:54PM -0700, Julian Elischer wrote: > julian 2001/09/02 23:38:16 PDT > > Modified files: (Branch: RELENG_4) > sys/netgraph netgraph.h ng_base.c ng_pppoe.c > ng_pppoe.h ng_socket.c > Log: > Add support for Telebrazilia and their 3com pppoe devices Sweeet.... s/brazilia/brasilia/ though. Actually, this device is used by all subsidiaries of BrasilTelecom which include Telebrasilia. :) -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10: 2: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 548A737B405; Tue, 4 Sep 2001 10:01:53 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 15eJaC-000EY8-0W; Tue, 4 Sep 2001 18:01:52 +0100 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f84H0ac40221; Tue, 4 Sep 2001 18:00:36 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 4 Sep 2001 18:00:36 +0100 (BST) From: Doug Rabson To: John Baldwin Cc: Doug Rabson , , Subject: RE: cvs commit: src/sys/boot/efi/loader Makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, John Baldwin wrote: > > On 04-Sep-01 Doug Rabson wrote: > > dfr 2001/09/04 07:48:59 PDT > > > > Modified files: > > sys/boot/efi/loader Makefile > > Log: > > Enable bootforth. > > So, can we load kernels now on real hardware? We are getting closer. I have been writing a libstand filesystem on top of the EFI file access stuff so I should be able to open files soon. -- 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 Sep 4 10: 4:46 2001 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id 7A0E337B406 for ; Tue, 4 Sep 2001 10:04:41 -0700 (PDT) Received: from 200.181.49.66 (unknown [200.181.49.66]) by heaven.gigo.com (Postfix) with ESMTP id C91DFB845 for ; Tue, 4 Sep 2001 10:03:20 -0700 (PDT) Received: (qmail 49550 invoked by uid 1001); 4 Sep 2001 14:04:31 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Tue, 4 Sep 2001 14:04:09 +0000 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/plugger Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/www/plugger/files patch-pluggerrc patch-aa Message-ID: <20010904140409.A49541@exxodus.fedaykin.here> References: <200109041632.f84GWLQ85426@freefall.freebsd.org> <20010904135745.A38807@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904135745.A38807@exxodus.fedaykin.here>; from lioux@uol.com.br on Tue, Sep 04, 2001 at 01:57:23PM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 01:57:23PM +0000, Mario Sergio Fujikawa Ferreira wrote: > On Tue, Sep 04, 2001 at 09:31:59AM -0700, Mario Sergio Fujikawa Ferreira wrote: > > lioux 2001/09/04 09:32:21 PDT > > > > Modified files: > > www/plugger Makefile pkg-comment pkg-descr > > pkg-message pkg-plist > > www/plugger/files patch-aa > > Added files: > > www/plugger/files patch-pluggerrc > > Log: > > o have plugger be a mozilla plugin instead of a netscape plugin > > o install several plugins per default; hence, adding audio and > > graphics as secondary categories > > o update COMMENT, DESCR and PKGMESSAGE accordingly > > o style fix: un"echo" Makefile commands > > o given all this work -> switch over maintainership to submitter > > > > PR: 29585 > > Submitted by: John Merryweather Cooper > > By the way, PORTVERSION was bumped. My finger are playing with me today. PORTREVISION, actually. -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10: 5:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA1CF37B405; Tue, 4 Sep 2001 10:05:09 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84H59F92741; Tue, 4 Sep 2001 10:05:09 -0700 (PDT) (envelope-from markm) Message-Id: <200109041705.f84H59F92741@freefall.freebsd.org> From: Mark Murray Date: Tue, 4 Sep 2001 10:05:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_opie pam_opie.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/09/04 10:05:08 PDT Modified files: lib/libpam/modules/pam_opie pam_opie.c Log: 1) repair the return value in the PAM_RETURN() macro (Side effects!!). 2) canonicalise the options use in pam_options(). Submitted by: Gunnar Kreitz PR: 30250 Revision Changes Path 1.5 +4 -3 src/lib/libpam/modules/pam_opie/pam_opie.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10: 5:43 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id D585737B401; Tue, 4 Sep 2001 10:05:33 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84H5W692572; Tue, 4 Sep 2001 10:05:32 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 10:05:32 -0700 (PDT) From: Matt Dillon Message-Id: <200109041705.f84H5W692572@earth.backplane.com> To: Mark Peek Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :At 8:44 PM +0400 9/4/01, Andrey A. Chernov wrote: :>On Tue, Sep 04, 2001 at 09:39:11 -0700, Andrey A. Chernov wrote: :>> ache 2001/09/04 09:39:11 PDT :>> :>> Modified files: :>> lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c :>> strtoul.3 strtoul.c strtoull.c strtouq.c :> :>Forget "Reviewed by: audit silence" : :Wow, less than 24 hours is considered "audit silence"? I'd like to :think an acceptable wait period is a bit longer than that! : :Mark Is there any reason we are keeping the rcsid in some of the source files? Can we just scrap these? (Also strhash.c uses the wrong declaration for rcsid. But I'd just assume wipe them out completely). -Matt apollo:/FreeBSD/FreeBSD-current/src/lib/libc/stdlib# fgrep rcsid * getopt.c:static const char rcsid[] = "$FreeBSD: src/lib/libc/stdlib/getopt.c,v 1.4 2001/08/16 03:27:03 jkoshy Exp $"; qsort.c:static const char rcsid[] = setenv.c:static const char rcsid[] = "$FreeBSD: src/lib/libc/stdlib/setenv.c,v 1.6 2000/09/20 03:05:37 brian Exp $"; strhash.c:static const char *rcsid = strtoll.c:static const char rcsid[] = strtoq.c:static const char rcsid[] = strtoull.c:static const char rcsid[] = strtouq.c:static const char rcsid[] = apollo:/FreeBSD/FreeBSD-current/src/lib/libc/stdlib# ls *.c abort.c exit.c merge.c setenv.c system.c abs.c getenv.c netbsd_strtod.c strhash.c tdelete.c atexit.c getopt.c putenv.c strtod.c tfind.c atof.c getsubopt.c qsort.c strtol.c tsearch.c atoi.c hcreate.c radixsort.c strtoll.c twalk.c atol.c heapsort.c rand.c strtoq.c bsearch.c labs.c random.c strtoul.c calloc.c ldiv.c reallocf.c strtoull.c div.c malloc.c realpath.c strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:10:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE9B37B405; Tue, 4 Sep 2001 10:10:13 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HACB96127; Tue, 4 Sep 2001 10:10:12 -0700 (PDT) (envelope-from wpaul) Message-Id: <200109041710.f84HACB96127@freefall.freebsd.org> From: Bill Paul Date: Tue, 4 Sep 2001 10:10:12 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2001/09/04 10:10:12 PDT Modified files: sys/pci if_dc.c if_dcreg.h Log: Add support for Conexant LANfinity miniPCI controllers. People who have laptops with this chip should test this and report back as I don't have access to this hardware myself. People with -stable systems should try the patch at: http://www.freebsd.org/~wpaul/conexant.patch.gz Submitted by: Phil Kernick Revision Changes Path 1.55 +29 -5 src/sys/pci/if_dc.c 1.20 +23 -1 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 Tue Sep 4 10:11: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 690AD37B401; Tue, 4 Sep 2001 10:10:57 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HAv396208; Tue, 4 Sep 2001 10:10:57 -0700 (PDT) (envelope-from markm) Message-Id: <200109041710.f84HAv396208@freefall.freebsd.org> From: Mark Murray Date: Tue, 4 Sep 2001 10:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su Makefile su.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/09/04 10:10:57 PDT Modified files: usr.bin/su Makefile su.c Log: WARNS=2 fixes. The remaining problem of converting highly incompatible pointer types is done by "laundering" the value through a union. This solves the problem (in my own mind) of how a "const char *" _ever_ actually gets a value in a WARNS=2 world. Revision Changes Path 1.34 +2 -4 src/usr.bin/su/Makefile 1.45 +11 -7 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:11:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFC0937B406; Tue, 4 Sep 2001 10:11:19 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HBJi96312; Tue, 4 Sep 2001 10:11:19 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041711.f84HBJi96312@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 10:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common upgrade.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 10:11:19 PDT Modified files: release/doc/en_US.ISO8859-1/installation/common upgrade.sgml Log: Add dhclient.conf and hosts.allow to the list of files in /etc preserved by a binary upgrade. Revision Changes Path 1.4 +3 -1 src/release/doc/en_US.ISO8859-1/installation/common/upgrade.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:11:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DC8F37B403; Tue, 4 Sep 2001 10:11:49 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HBn296488; Tue, 4 Sep 2001 10:11:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041711.f84HBn296488@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 10:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common upgrade.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 10:11:49 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/installation/common upgrade.sgml Log: MFC: /etc/{dhclient.conf,hosts.allow} are preserved by binary upgrades. Approved by: murray (implicitly) Revision Changes Path 1.1.2.4 +3 -1 src/release/doc/en_US.ISO8859-1/installation/common/upgrade.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:12:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2705F37B407; Tue, 4 Sep 2001 10:12:16 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HCGE96588; Tue, 4 Sep 2001 10:12:16 -0700 (PDT) (envelope-from ache) Message-Id: <200109041712.f84HCGE96588@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Sep 2001 10:12:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/04 10:12:16 PDT Modified files: lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c Log: 'acc' is not initialized in one hypotetical case, fix it Revision Changes Path 1.5 +3 -3 src/lib/libc/stdlib/strtol.c 1.7 +3 -3 src/lib/libc/stdlib/strtoll.c 1.5 +3 -3 src/lib/libc/stdlib/strtoul.c 1.7 +3 -3 src/lib/libc/stdlib/strtoull.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:14:30 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 8513437B405; Tue, 4 Sep 2001 10:14:25 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84HEPQ92719; Tue, 4 Sep 2001 10:14:25 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 10:14:25 -0700 (PDT) From: Matt Dillon Message-Id: <200109041714.f84HEPQ92719@earth.backplane.com> To: John Baldwin Cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_shutdown.c References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> John Baldwin wrote: :>> :>> On 02-Sep-01 Peter Wemm wrote: :>> > peter 2001/09/02 05:24:38 PDT :>> > :>> > Modified files: :>> > sys/kern kern_shutdown.c :>> > Log: :>> > The !RESTARTABLE_PANICS code has some loose ends. :>> :>> What is holding_giant for? Oh, and you do know that you are truly evil :>> incarnate now, right? :> :> I'm not sure. Matt added it in rev 1.107, but the code that sets it is :>#if 0'ed out. It is a real mess. Please feel free to undo the holding_giant junk. The issue is that in at least one place Giant is obtained solely in order to call panic(). If panic() returns there, Giant is left held because the calling code does not know panic might return, and will panic the machine again later. Of course, panic isn't really restartable in a large number of situations so I think the holding_giant stuff should just be removed entirely. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:16:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C30637B406; Tue, 4 Sep 2001 10:16:47 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HGle97102; Tue, 4 Sep 2001 10:16:47 -0700 (PDT) (envelope-from lioux) Message-Id: <200109041716.f84HGle97102@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 10:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ipa Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 10:16:47 PDT Modified files: sysutils/ipa Makefile distinfo Log: Update to 1.1.5 PR: 30313 Submitted by: MAINTAINER Revision Changes Path 1.12 +2 -2 ports/sysutils/ipa/Makefile 1.10 +1 -1 ports/sysutils/ipa/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:18:43 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id D4F3537B408; Tue, 4 Sep 2001 10:18:36 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84HIJr32712; Tue, 4 Sep 2001 21:18:20 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 21:18:15 +0400 From: "Andrey A. Chernov" To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904211814.A32624@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:54:49 -0700, Mark Peek wrote: > Wow, less than 24 hours is considered "audit silence"? I'd like to No, actually 34 hours passed. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:30:37 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2156B37B40B; Tue, 4 Sep 2001 10:30:27 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f84HUPX19616; Tue, 4 Sep 2001 11:30:26 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f84HUPh36129; Tue, 4 Sep 2001 11:30:25 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109041730.f84HUPh36129@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Sep 2001 19:22:52 +0300." <20010904192252.G1669@sunbay.com> References: <20010904192252.G1669@sunbay.com> <200109041615.f84GFpx76144@freefall.freebsd.org> <200109041620.f84GKZh35512@harmony.village.org> Date: Tue, 04 Sep 2001 11:30:25 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010904192252.G1669@sunbay.com> Ruslan Ermilov writes: : On Tue, Sep 04, 2001 at 10:20:35AM -0600, Warner Losh wrote: : > In message <200109041615.f84GFpx76144@freefall.freebsd.org> Ruslan Ermilov writes: : > : The setre[ug]id() calls are still used in the REDUCE_PERM macro (with : > : the r[ug]id arguments of -1) so that the call changes the saved user : > : and group IDs of the process to that specified. : > : > Just a side note: We should not use setre* calls in the base sources. : > They present problems for dropping privs since they obliterate the : > saved uid. : > : Exactly what was needed in this case -- to set saved IDs to the specified : values. setuid() does the same thing and is a less dangerous interface to use is my point. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:30:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 204B837B436; Tue, 4 Sep 2001 10:30:40 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HUer99464; Tue, 4 Sep 2001 10:30:40 -0700 (PDT) (envelope-from mike) Message-Id: <200109041730.f84HUer99464@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 4 Sep 2001 10:30:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/09/04 10:30:39 PDT Modified files: usr.bin/whois whois.1 Log: o Remove examples from throughout the manual. o Create an EXAMPLES section. o In some places change "ru" to "RU" to be consistent. Reviewed by: ru Revision Changes Path 1.23 +66 -12 src/usr.bin/whois/whois.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:32:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42D5E37B40D; Tue, 4 Sep 2001 10:32:30 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HWUo99707; Tue, 4 Sep 2001 10:32:30 -0700 (PDT) (envelope-from knu) Message-Id: <200109041732.f84HWUo99707@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 10:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 10:32:30 PDT Modified files: release/scripts print-cdrom-packages.sh Log: archivers/bzip2 is no longer a VERY common build dependency. (See the latest INDEX) Revision Changes Path 1.11 +1 -2 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:38:52 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 5ABBB37B407; Tue, 4 Sep 2001 10:38:46 -0700 (PDT) Received: from [10.1.10.118] (PBG4.whistle.com [207.76.207.129]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id KAA70510; Tue, 4 Sep 2001 10:36:09 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <20010904211814.A32624@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <20010904211814.A32624@nagual.pp.ru> Date: Tue, 4 Sep 2001 10:36:52 -0700 To: "Andrey A. Chernov" From: Mark Peek Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 9:18 PM +0400 9/4/01, Andrey A. Chernov wrote: >On Tue, Sep 04, 2001 at 09:54:49 -0700, Mark Peek wrote: > >> Wow, less than 24 hours is considered "audit silence"? I'd like to > >No, actually 34 hours passed. Sorry, you're right. I forgot to verify the time zone offsets. However, my comment still stands...what is the correct wait time to assume "audit silence"? Even 34 hours seems way low to ascribe it to "silence". Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:40:28 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 4B89237B408; Tue, 4 Sep 2001 10:40:20 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f84HeIi02795; Tue, 4 Sep 2001 18:40:18 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f84He8284324; Tue, 4 Sep 2001 18:40:08 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109041740.f84He8284324@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Mario Sergio Fujikawa Ferreira" Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c In-Reply-To: Message from "Mario Sergio Fujikawa Ferreira" of "Tue, 04 Sep 2001 13:59:59 -0000." <20010904135959.B38807@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Sep 2001 18:40:08 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sun, Sep 02, 2001 at 11:37:54PM -0700, Julian Elischer wrote: > > julian 2001/09/02 23:38:16 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/netgraph netgraph.h ng_base.c ng_pppoe.c > > ng_pppoe.h ng_socket.c > > Log: > > Add support for Telebrazilia and their 3com pppoe devices > > Sweeet.... s/brazilia/brasilia/ though. Actually, this > device is used by all subsidiaries of BrasilTelecom which include > Telebrasilia. :) Any chance of a patch to latest version of the handbook (the ppp & slip section) ? > -- > Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." > lioux at ( freebsd dot org | linf dot unb dot br ) > flames to beloved devnull@someotherworldbeloworabove.org > feature, n: a documented bug | bug, n: an undocumented feature -- Brian http://www.freebsd-services.com/ 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 Tue Sep 4 10:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB32637B403; Tue, 4 Sep 2001 10:41:20 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HfKt00857; Tue, 4 Sep 2001 10:41:20 -0700 (PDT) (envelope-from ache) Message-Id: <200109041741.f84HfKt00857@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Sep 2001 10:41:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/04 10:41:20 PDT Modified files: lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Log: Remove rcsids and unneded include Revision Changes Path 1.6 +2 -5 src/lib/libc/stdlib/strtol.c 1.8 +2 -7 src/lib/libc/stdlib/strtoll.c 1.8 +2 -5 src/lib/libc/stdlib/strtoq.c 1.6 +2 -5 src/lib/libc/stdlib/strtoul.c 1.8 +2 -7 src/lib/libc/stdlib/strtoull.c 1.8 +2 -5 src/lib/libc/stdlib/strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:42: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 068BD37B407; Tue, 4 Sep 2001 10:41:53 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Hfra00948; Tue, 4 Sep 2001 10:41:53 -0700 (PDT) (envelope-from knu) Message-Id: <200109041741.f84Hfra00948@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 10:41:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 10:41:52 PDT Modified files: release/scripts print-cdrom-packages.sh Log: Because www/netscape47-{communicator,navigator} are forbidden, replace them with www/linux-netscape47-{communicator,navigator}. Revision Changes Path 1.12 +3 -3 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:44:54 2001 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 D4CA737B405; Tue, 4 Sep 2001 10:44:43 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84HiNv22629; Tue, 4 Sep 2001 20:44:23 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 20:44:23 +0300 From: Ruslan Ermilov To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Message-ID: <20010904204423.D17754@sunbay.com> References: <20010904192252.G1669@sunbay.com> <200109041615.f84GFpx76144@freefall.freebsd.org> <200109041620.f84GKZh35512@harmony.village.org> <20010904192252.G1669@sunbay.com> <200109041730.f84HUPh36129@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: <200109041730.f84HUPh36129@harmony.village.org>; from imp@harmony.village.org on Tue, Sep 04, 2001 at 11:30:25AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 11:30:25AM -0600, Warner Losh wrote: > In message <20010904192252.G1669@sunbay.com> Ruslan Ermilov writes: > : On Tue, Sep 04, 2001 at 10:20:35AM -0600, Warner Losh wrote: > : > In message <200109041615.f84GFpx76144@freefall.freebsd.org> Ruslan Ermilov writes: > : > : The setre[ug]id() calls are still used in the REDUCE_PERM macro (with > : > : the r[ug]id arguments of -1) so that the call changes the saved user > : > : and group IDs of the process to that specified. > : > > : > Just a side note: We should not use setre* calls in the base sources. > : > They present problems for dropping privs since they obliterate the > : > saved uid. > : > > : Exactly what was needed in this case -- to set saved IDs to the specified > : values. > > setuid() does the same thing and is a less dangerous interface to use > is my point. > Not in FreeBSD's implementation. In our implementation, setuid() always sets real, effective, and saved IDs to the specified values (if permitted). Consider the case where the ``setuid root'' program run by the user ``joe'' wants to "reduce" its privileges to ``setuid daemon'', still preserving the original real IDs, and allowing to switch between ``joe'' and ``daemon''. Cheers, -- 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 Tue Sep 4 10:45:42 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id B8B3C37B40B; Tue, 4 Sep 2001 10:45:29 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84HjEn33157; Tue, 4 Sep 2001 21:45:15 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 21:45:10 +0400 From: "Andrey A. Chernov" To: Matt Dillon Cc: Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904214509.A33069@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109041705.f84H5W692572@earth.backplane.com> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 10:05:32 -0700, Matt Dillon wrote: > Is there any reason we are keeping the rcsid in some of the source > files? Can we just scrap these? (Also strhash.c uses the wrong I just remove them from files I touched. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:46:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EF6E37B408; Tue, 4 Sep 2001 10:46:32 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HkWY01372; Tue, 4 Sep 2001 10:46:32 -0700 (PDT) (envelope-from imp) Message-Id: <200109041746.f84HkWY01372@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Sep 2001 10:46:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/04 10:46:31 PDT Modified files: sys/pccard pcic_pci.c Log: Make the csc and function interrupts ISA on shutdown. This should help with the hanging problem on reboot. Note: we need to do the other things as well. Also, turn off the bits in the stat change interrupt mask and the cardbus interrupt mask as well in an attempt to shut off all interrupt sources. Revision Changes Path 1.91 +14 -2 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:48:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A98DF37B403; Tue, 4 Sep 2001 10:48:07 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Hm7S01720; Tue, 4 Sep 2001 10:48:07 -0700 (PDT) (envelope-from hrs) Message-Id: <200109041748.f84Hm7S01720@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 4 Sep 2001 10:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP Makefile src/release/doc/ja_JP.eucJP/errata Makefile article.sgml src/release/doc/ja_JP.eucJP/relnotes Makefile Makefile.inc src/release/doc/ja_JP.eucJP/relnotes/alpha Makefile article.sgml src/release/doc/ja_JP.eucJP/relnotes/common ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/09/04 10:48:07 PDT Added files: release/doc/ja_JP.eucJP Makefile release/doc/ja_JP.eucJP/errata Makefile article.sgml release/doc/ja_JP.eucJP/relnotes Makefile Makefile.inc release/doc/ja_JP.eucJP/relnotes/alpha Makefile article.sgml release/doc/ja_JP.eucJP/relnotes/common artheader.sgml intro.sgml new.sgml relnotes.ent upgrading.sgml release/doc/ja_JP.eucJP/relnotes/i386 Makefile article.sgml release/doc/ja_JP.eucJP/share/sgml catalog release.dsl Log: Merge Japanese version of RELNOTESng: Makefile errata/Makefile errata/article.sgml relnotes/Makefile relnotes/Makefile.inc relnotes/alpha/Makefile relnotes/alpha/article.sgml relnotes/common/artheader.sgml relnotes/common/intro.sgml relnotes/common/new.sgml relnotes/common/relnotes.ent relnotes/common/upgrading.sgml relnotes/i386/Makefile relnotes/i386/article.sgml share/sgml/catalog share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:48:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C372437B403; Tue, 4 Sep 2001 10:48:22 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84HmMe01815; Tue, 4 Sep 2001 10:48:22 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109041748.f84HmMe01815@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 4 Sep 2001 10:48:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile distinfo pkg-plist ports/net/netatalk/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah patch-ai patch-configure.in patch-Makefile.in patch-af patch-macusers patch-config.h.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/04 10:48:22 PDT Modified files: net/netatalk Makefile distinfo pkg-plist net/netatalk/files patch-Makefile.in patch-af patch-macusers Added files: net/netatalk/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah patch-ai patch-configure.in Removed files: net/netatalk/files patch-config.h.in patch-configure patch-netatalk.pamd Log: Update to 1.5pre7 PR: 30319 Submitted by: maintainer Revision Changes Path 1.24 +35 -15 ports/net/netatalk/Makefile 1.5 +1 -1 ports/net/netatalk/distinfo 1.10 +15 -6 ports/net/netatalk/pkg-plist 1.2 +13 -49 ports/net/netatalk/files/patch-Makefile.in 1.2 +18 -12 ports/net/netatalk/files/patch-af 1.2 +24 -108 ports/net/netatalk/files/patch-macusers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:48:49 2001 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 D7B2F37B409; Tue, 4 Sep 2001 10:48:23 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84HmKG22978; Tue, 4 Sep 2001 20:48:20 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 20:48:20 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010904204820.E17754@sunbay.com> References: <200109041741.f84HfKt00857@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: <200109041741.f84HfKt00857@freefall.freebsd.org>; from ache@FreeBSD.org on Tue, Sep 04, 2001 at 10:41:20AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is bogus. Please do it the style(9) way. On Tue, Sep 04, 2001 at 10:41:20AM -0700, Andrey A. Chernov wrote: > ache 2001/09/04 10:41:20 PDT > > Modified files: > lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c > strtoull.c strtouq.c > Log: > Remove rcsids and unneded include > > Revision Changes Path > 1.6 +2 -5 src/lib/libc/stdlib/strtol.c > 1.8 +2 -7 src/lib/libc/stdlib/strtoll.c > 1.8 +2 -5 src/lib/libc/stdlib/strtoq.c > 1.6 +2 -5 src/lib/libc/stdlib/strtoul.c > 1.8 +2 -7 src/lib/libc/stdlib/strtoull.c > 1.8 +2 -5 src/lib/libc/stdlib/strtouq.c -- 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 Tue Sep 4 10:48:59 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 249E737B405; Tue, 4 Sep 2001 10:48:49 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f84HmlX19745; Tue, 4 Sep 2001 11:48:47 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f84Hmkh36422; Tue, 4 Sep 2001 11:48:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109041748.f84Hmkh36422@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Sep 2001 20:44:23 +0300." <20010904204423.D17754@sunbay.com> References: <20010904204423.D17754@sunbay.com> <20010904192252.G1669@sunbay.com> <200109041615.f84GFpx76144@freefall.freebsd.org> <200109041620.f84GKZh35512@harmony.village.org> <20010904192252.G1669@sunbay.com> <200109041730.f84HUPh36129@harmony.village.org> Date: Tue, 04 Sep 2001 11:48:46 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010904204423.D17754@sunbay.com> Ruslan Ermilov writes: : On Tue, Sep 04, 2001 at 11:30:25AM -0600, Warner Losh wrote: : > In message <20010904192252.G1669@sunbay.com> Ruslan Ermilov writes: : > : On Tue, Sep 04, 2001 at 10:20:35AM -0600, Warner Losh wrote: : > : > In message <200109041615.f84GFpx76144@freefall.freebsd.org> Ruslan Ermilov writes: : > : > : The setre[ug]id() calls are still used in the REDUCE_PERM macro (with : > : > : the r[ug]id arguments of -1) so that the call changes the saved user : > : > : and group IDs of the process to that specified. : > : > : > : > Just a side note: We should not use setre* calls in the base sources. : > : > They present problems for dropping privs since they obliterate the : > : > saved uid. : > : > : > : Exactly what was needed in this case -- to set saved IDs to the specified : > : values. : > : > setuid() does the same thing and is a less dangerous interface to use : > is my point. : > : Not in FreeBSD's implementation. In our implementation, setuid() always sets : real, effective, and saved IDs to the specified values (if permitted). : Consider the case where the ``setuid root'' program run by the user ``joe'' : wants to "reduce" its privileges to ``setuid daemon'', still preserving the : original real IDs, and allowing to switch between ``joe'' and ``daemon''. No, in FreeBSD's implementation. setreuid should never be used. Use seteuid() do do the switching. It will allow the library routines to drop and add privs better than setreuid(). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:49:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F3C237B407; Tue, 4 Sep 2001 10:49:07 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Hn7d01986; Tue, 4 Sep 2001 10:49:07 -0700 (PDT) (envelope-from mike) Message-Id: <200109041749.f84Hn7d01986@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 4 Sep 2001 10:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/09/04 10:49:07 PDT Modified files: usr.bin/whois whois.1 Log: Remove a trailing space at the end of a line. Forgotten by: mike Submitted by: ru Revision Changes Path 1.24 +2 -2 src/usr.bin/whois/whois.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 10:50:56 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id E1BE337B403; Tue, 4 Sep 2001 10:50:50 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84Holk33263; Tue, 4 Sep 2001 21:50:49 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 21:50:43 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010904215042.B33069@nagual.pp.ru> References: <200109041741.f84HfKt00857@freefall.freebsd.org> <20010904204820.E17754@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010904204820.E17754@sunbay.com> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 20:48:20 +0300, Ruslan Ermilov wrote: > This is bogus. Please do it the style(9) way. What do you mean exactly? Most of our libc files not have rcsids - they are just space waste. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11: 1:57 2001 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 84E7237B407; Tue, 4 Sep 2001 11:01:36 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84I1Cx24552; Tue, 4 Sep 2001 21:01:12 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 21:01:12 +0300 From: Ruslan Ermilov To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Message-ID: <20010904210112.F17754@sunbay.com> References: <20010904204423.D17754@sunbay.com> <20010904192252.G1669@sunbay.com> <200109041615.f84GFpx76144@freefall.freebsd.org> <200109041620.f84GKZh35512@harmony.village.org> <20010904192252.G1669@sunbay.com> <200109041730.f84HUPh36129@harmony.village.org> <20010904204423.D17754@sunbay.com> <200109041748.f84Hmkh36422@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: <200109041748.f84Hmkh36422@harmony.village.org>; from imp@harmony.village.org on Tue, Sep 04, 2001 at 11:48:46AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 11:48:46AM -0600, Warner Losh wrote: > In message <20010904204423.D17754@sunbay.com> Ruslan Ermilov writes: > : On Tue, Sep 04, 2001 at 11:30:25AM -0600, Warner Losh wrote: > : > In message <20010904192252.G1669@sunbay.com> Ruslan Ermilov writes: > : > : On Tue, Sep 04, 2001 at 10:20:35AM -0600, Warner Losh wrote: > : > : > In message <200109041615.f84GFpx76144@freefall.freebsd.org> Ruslan Ermilov writes: > : > : > : The setre[ug]id() calls are still used in the REDUCE_PERM macro (with > : > : > : the r[ug]id arguments of -1) so that the call changes the saved user > : > : > : and group IDs of the process to that specified. > : > : > > : > : > Just a side note: We should not use setre* calls in the base sources. > : > : > They present problems for dropping privs since they obliterate the > : > : > saved uid. > : > : > > : > : Exactly what was needed in this case -- to set saved IDs to the specified > : > : values. > : > > : > setuid() does the same thing and is a less dangerous interface to use > : > is my point. > : > > : Not in FreeBSD's implementation. In our implementation, setuid() always sets > : real, effective, and saved IDs to the specified values (if permitted). > : Consider the case where the ``setuid root'' program run by the user ``joe'' > : wants to "reduce" its privileges to ``setuid daemon'', still preserving the > : original real IDs, and allowing to switch between ``joe'' and ``daemon''. > > No, in FreeBSD's implementation. setreuid should never be used. > > Use seteuid() do do the switching. It will allow the library routines > to drop and add privs better than setreuid(). > No. seteuid(neweuid) only sets (if permitted) the effective UID, it does not change the saved UID (root in this case), thus the application does not lose its ``setuid root'' privilege. : The seteuid() function sets the effective user ID of the current process. : The effective user ID may be set to the value of the real user ID or the : saved set-user-ID (see intro(2) and execve(2)); in this way, the effective : user ID of a set-user-ID executable may be toggled by switching to the : real user ID, then re-enabled by reverting to the set-user-ID value. : Similarly, the effective group ID may be set to the value of the real : group ID or the saved set-user-ID. The task: change ``setuid root'' process to ``setuid daemon'' process. Original: uid = joe, euid = root, svuid = root case 1. setuid(DAEMON): uid = DAEMON, euid = DAEMON, svuid = DAEMON Impossible to temporarily relinquish privileges to that of joe. case 2. seteuid(DAEMON): uid = joe, euid = DAEMON, svuid = root The process is still ``setuid root'', the call to seteuid(root) will succeed. case 3. setreuid(-1, DAEMON): uid = joe, euid = DAEMON, svuid = DAEMON Same as original, except s/root/DAEMON/. Cheers, -- 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 Tue Sep 4 11: 5:55 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 7188937B405; Tue, 4 Sep 2001 11:05:51 -0700 (PDT) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.3) id f84I7H500418; Tue, 4 Sep 2001 14:07:17 -0400 (EDT) (envelope-from mike) Date: Tue, 4 Sep 2001 14:07:17 -0400 From: Mike Barcroft To: Mark Peek Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904140717.C98191@coffee.q9media.com> Mail-Followup-To: Mike Barcroft , Mark Peek , "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <20010904211814.A32624@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mark@whistle.com on Tue, Sep 04, 2001 at 10:36:52AM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Peek writes: > At 9:18 PM +0400 9/4/01, Andrey A. Chernov wrote: > >On Tue, Sep 04, 2001 at 09:54:49 -0700, Mark Peek wrote: > > > >> Wow, less than 24 hours is considered "audit silence"? I'd like to > > > >No, actually 34 hours passed. > > Sorry, you're right. I forgot to verify the time zone offsets. > However, my comment still stands...what is the correct wait time to > assume "audit silence"? Even 34 hours seems way low to ascribe it to > "silence". I would say the minimum amount of time one would expect to wait for a review from -audit would be 3-5 days. Failing that, a request for review e-mailed directly to someone familiar with the code you're working on is appropriate. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11: 6:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2703337B417; Tue, 4 Sep 2001 11:06:04 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84I64k07192; Tue, 4 Sep 2001 11:06:04 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200109041806.f84I64k07192@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 4 Sep 2001 11:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/09/04 11:06:04 PDT Modified files: ftp/wu-ftpd Makefile ftp/wu-ftpd/files patch-aa patch-ab Log: Make wu-ftpd install with correct permissions PR: 17313 Submitted by: Dmitry Grigorovic Revision Changes Path 1.36 +2 -2 ports/ftp/wu-ftpd/Makefile 1.13 +29 -2 ports/ftp/wu-ftpd/files/patch-aa 1.13 +22 -4 ports/ftp/wu-ftpd/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 Sep 4 11:13:17 2001 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 5B63737B40B; Tue, 4 Sep 2001 11:13:07 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f84ICNs25887; Tue, 4 Sep 2001 21:12:23 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Sep 2001 21:12:23 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010904211223.G17754@sunbay.com> References: <200109041741.f84HfKt00857@freefall.freebsd.org> <20010904204820.E17754@sunbay.com> <20010904215042.B33069@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904215042.B33069@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Sep 04, 2001 at 09:50:43PM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:50:43PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 04, 2001 at 20:48:20 +0300, Ruslan Ermilov wrote: > > This is bogus. Please do it the style(9) way. > > What do you mean exactly? Most of our libc files not have rcsids - they > are just space waste. > Just look at the -CURRENT style(9) manual: : After any copyright header, there is a blank line, and the rcsid for : source files. Version control system ID tags should only exist once in a : file (unlike this one). Non-C/C++ source files follow the above example, : while C/C++ source files follow the below one. All VCS (version control ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ : system) revision identification from files obtained from elsewhere should : be maintained, including if there are multiple IDs showing a file's his- : tory. In general, keep the IDs in tact, including any `$'s. Most : non-FreeBSD VCS IDs should be indented by a tab if in a comment. : : #ifndef lint : #if 0 : static char sccsid[] = "@(#)style 1.14 (Berkeley) 4/28/95"; : #endif : static const char rcsid[] = : "$FreeBSD: src/share/man/man9/style.9,v 1.32.2.14 2001/08/17 13:08:54 ru Exp $"; : #endif /* not lint */ strtoull.c used to be valid before your change. This might seem to be slightly different from what in style, but actually it isn't, because LIBC_SCCS is not defined. Cheers, -- 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 Tue Sep 4 11:17:57 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 8488837B407; Tue, 4 Sep 2001 11:17:48 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84IHj833641; Tue, 4 Sep 2001 22:17:45 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 22:17:42 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010904221739.A33594@nagual.pp.ru> References: <200109041741.f84HfKt00857@freefall.freebsd.org> <20010904204820.E17754@sunbay.com> <20010904215042.B33069@nagual.pp.ru> <20010904211223.G17754@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010904211223.G17754@sunbay.com> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 21:12:23 +0300, Ruslan Ermilov wrote: > On Tue, Sep 04, 2001 at 09:50:43PM +0400, Andrey A. Chernov wrote: > > On Tue, Sep 04, 2001 at 20:48:20 +0300, Ruslan Ermilov wrote: > > > This is bogus. Please do it the style(9) way. > > > > What do you mean exactly? Most of our libc files not have rcsids - they > > are just space waste. > > > Just look at the -CURRENT style(9) manual: There is no requirement for rcsid stated, just described how rcsid must be formatted. I hear first time that we require rcsids. More than 2/3 of our libc have rcsids removed. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11:39:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 8B53F37B401; Tue, 4 Sep 2001 11:39:19 -0700 (PDT) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 2DDF11D162; Tue, 4 Sep 2001 19:39:17 +0100 (BST) Date: Tue, 04 Sep 2001 19:39:17 +0100 From: Paul Richards To: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <80960000.999628757@lobster.originative.co.uk> In-Reply-To: <200109041018.f84AIk041520@freefall.freebsd.org> References: <200109041018.f84AIk041520@freefall.freebsd.org> X-Mailer: Mulberry/2.1.0 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --On Tuesday, September 04, 2001 03:18:46 -0700 Ruslan Ermilov wrote: > ru 2001/09/04 03:18:45 PDT > > Modified files: > share/man/man9 mutex.9 > Log: > mdoc(7) police: Please don't commit when you are drunk! > > (Committer rules candidate.) Commit messages should explain the change you made and should not be considered a short cut to send messages to the mailing list. (Committer rules candidate) Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11:41:47 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 16A6137B405; Tue, 4 Sep 2001 11:41:38 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id F05E1459; Tue, 4 Sep 2001 19:41:35 +0100 (BST) Date: Tue, 4 Sep 2001 19:41:35 +0100 From: Josef Karthauser To: John Baldwin Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20010904194135.F6853@tao.org.uk> References: <20010904055510.050A4380C@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3yNHWXBV/QO9xKNm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Sep 04, 2001 at 09:40:46AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --3yNHWXBV/QO9xKNm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 09:40:46AM -0700, John Baldwin wrote: > Heh. We could leave it on in -current for all I care, except that it does > make all the useful messages scroll off the screen during a panic. :) >=20 > \\|/ ____ \\|/ > \"@'/ .. \\`@\ > /_| \\__/ |_\\ > \\__U_/ >=20 It looks nicer than this, once you've removed all the escapes :) \|/ ____ \|/ "@'/ .. \`@" /_| \__/ |_\ \__U_/ =20 Joe --3yNHWXBV/QO9xKNm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuVIF8ACgkQXVIcjOaxUBZ4rgCgyPlKLgzzaaS5cVOF7U5KkvqD LR0AnjRCsrPDulh3ouRbxeN8R9vv15Ln =kvSc -----END PGP SIGNATURE----- --3yNHWXBV/QO9xKNm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11:44:37 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 737DB37B40C; Tue, 4 Sep 2001 11:44:30 -0700 (PDT) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 0DB653E31; Tue, 4 Sep 2001 11:44:30 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 008C43C12D; Tue, 4 Sep 2001 11:44:30 -0700 (PDT) To: Paul Richards Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 In-Reply-To: <80960000.999628757@lobster.originative.co.uk>; from paul@freebsd-services.com on "Tue, 04 Sep 2001 19:39:17 +0100" Date: Tue, 04 Sep 2001 11:44:24 -0700 From: Dima Dorfman Message-Id: <20010904184430.0DB653E31@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Paul Richards wrote: > --On Tuesday, September 04, 2001 03:18:46 -0700 Ruslan Ermilov > wrote: > > > ru 2001/09/04 03:18:45 PDT > > > > Modified files: > > share/man/man9 mutex.9 > > Log: > > mdoc(7) police: Please don't commit when you are drunk! > > > > (Committer rules candidate.) > > Commit messages should explain the change you made and should not be > considered a short cut to send messages to the mailing list. I think the second part really should be mentioned somewhere, since often times it isn't followed. It may be convenient to put short questions or comments intended for the lists in a commit log (e.g., "does anybody know a better way to fix this?"), but it looks silly when you're reading it in a `cvs log`. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11:53:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9607437B40B; Tue, 4 Sep 2001 11:53:13 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84IrDO17198; Tue, 4 Sep 2001 11:53:13 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109041853.f84IrDO17198@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Sep 2001 11:53:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile distinfo pkg-plist ports/mail/evolution/files patch-camel::camel-store.h patch-filter::filter-input.c patch-shell::e-shortcuts-view-model.c patch-shell::e-shortcuts-view.c patch-aa patch-camel::camel-mime-filter-charset.c patch-camel::camel-mime-utils.c patch-camel::camel-sasl-digest-md5.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/04 11:53:13 PDT Modified files: mail/evolution Makefile distinfo pkg-plist mail/evolution/files patch-aa Added files: mail/evolution/files patch-camel::camel-store.h patch-filter::filter-input.c patch-shell::e-shortcuts-view-model.c patch-shell::e-shortcuts-view.c Removed files: mail/evolution/files patch-camel::camel-mime-filter-charset.c patch-camel::camel-mime-utils.c patch-camel::camel-sasl-digest-md5.c patch-mail::openpgp-utils.c Log: Update to 0.12. Unfortunately it still doesn't work, even with fixed oaf, however it goes further that earlier and instead of hanging solidly at startup tries to launch its components, but goes kaboom (i.e. sig 12) and dies in agony. Therefore, brave souls with loaded debuggers are welcome to fix this fscking crap and submit their patches to gnome@FreeBSD.org. Revision Changes Path 1.31 +13 -5 ports/mail/evolution/Makefile 1.11 +1 -1 ports/mail/evolution/distinfo 1.12 +545 -123 ports/mail/evolution/pkg-plist 1.7 +37 -7 ports/mail/evolution/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 Sep 4 11:55:24 2001 Delivered-To: cvs-all@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 5FDBA37B401; Tue, 4 Sep 2001 11:55:13 -0700 (PDT) Received: from vega.vega.com (dialup11-47.iptelecom.net.ua [212.9.228.175]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA76786; Tue, 4 Sep 2001 21:55:08 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f84Iijw98897; Tue, 4 Sep 2001 21:44:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200109041844.f84Iijw98897@vega.vega.com> Subject: Re: cvs commit: src/usr.bin/su Makefile su.c To: markm@FreeBSD.ORG (Mark Murray) Date: Tue, 4 Sep 2001 21:44:44 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Mark Murray" at Sep 04, 2001 10:10:57 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > markm 2001/09/04 10:10:57 PDT > >[...] > > This solves the problem (in my own mind) of how a "const char *" _ever_ > actually gets a value in a WARNS=2 world. const char *foo = "bar"; ??? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 11:56: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id 53E3237B40C; Tue, 4 Sep 2001 11:56:01 -0700 (PDT) Received: from intruder.bmah.org ([24.176.204.87]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010904185600.ROZV29510.femail39.sdc1.sfba.home.com@intruder.bmah.org>; Tue, 4 Sep 2001 11:56:00 -0700 Received: (from bmah@localhost) by intruder.bmah.org (8.11.6/8.11.3) id f84Iu0a22900; Tue, 4 Sep 2001 11:56:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041856.f84Iu0a22900@intruder.bmah.org> To: Hiroki Sato Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/ja_JP.eucJP Makefile src/release/doc/ja_JP.eucJP/errata Makefile article.sgml src/release/doc/ja_JP.eucJP/relnotes Makefile Makefile.inc src/release/doc/ja_JP.eucJP/relnotes/alpha Makefile article.sgml src/release/doc/ja_JP.eucJP/relnotes/common ... In-reply-to: <200109041748.f84Hm7S01720@freefall.freebsd.org> References: <200109041748.f84Hm7S01720@freefall.freebsd.org> Comments: In-reply-to Hiroki Sato message dated "Tue, 04 Sep 2001 10:48:07 -0700." From: bmah@acm.org (Bruce A. Mah) Reply-To: bmah@acm.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22899.999629760.1@intruder.bmah.org> Date: Tue, 04 Sep 2001 11:56:00 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If memory serves me right, Hiroki Sato wrote: > Merge Japanese version of RELNOTESng: Cool! Hopefully by now most of the infrastructure has settled down, so I won't be messing up your translation efforts. :-) Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12: 3:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C0DB37B406; Tue, 4 Sep 2001 12:03:47 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84J3lv24812; Tue, 4 Sep 2001 12:03:47 -0700 (PDT) (envelope-from iedowse) Message-Id: <200109041903.f84J3lv24812@freefall.freebsd.org> From: Ian Dowse Date: Tue, 4 Sep 2001 12:03:47 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/09/04 12:03:47 PDT Modified files: sys/kern vfs_cache.c Log: Fix a memory leak in __getcwd() that can occur after a filesystem has been forcibly unmounted. If the filesystem root vnode is reached and it has no associated mountpoint (vp->v_mount == NULL), __getcwd would return without freeing 'buf'. Add the missing free() call. PR: kern/30306 Submitted by: Mike Potanin MFC after: 1 week Revision Changes Path 1.60 +4 -2 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 Tue Sep 4 12: 7:48 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 75AEA37B405; Tue, 4 Sep 2001 12:07:36 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f84J7ZX20069; Tue, 4 Sep 2001 13:07:35 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f84J7Yh37084; Tue, 4 Sep 2001 13:07:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109041907.f84J7Yh37084@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/usr.bin/at panic.c privs.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Sep 2001 21:01:12 +0300." <20010904210112.F17754@sunbay.com> References: <20010904210112.F17754@sunbay.com> <20010904204423.D17754@sunbay.com> <20010904192252.G1669@sunbay.com> <200109041615.f84GFpx76144@freefall.freebsd.org> <200109041620.f84GKZh35512@harmony.village.org> <20010904192252.G1669@sunbay.com> <200109041730.f84HUPh36129@harmony.village.org> <20010904204423.D17754@sunbay.com> <200109041748.f84Hmkh36422@harmony.village.org> Date: Tue, 04 Sep 2001 13:07:34 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010904210112.F17754@sunbay.com> Ruslan Ermilov writes: : > No, in FreeBSD's implementation. setreuid should never be used. : > : > Use seteuid() do do the switching. It will allow the library routines : > to drop and add privs better than setreuid(). : > : No. : : seteuid(neweuid) only sets (if permitted) the effective UID, it does not : change the saved UID (root in this case), thus the application does not : lose its ``setuid root'' privilege. setreuid does set the saved uid in some cases, which is what makes it unsuitable for security work, but see below. : : The seteuid() function sets the effective user ID of the current process. : : The effective user ID may be set to the value of the real user ID or the : : saved set-user-ID (see intro(2) and execve(2)); in this way, the effective : : user ID of a set-user-ID executable may be toggled by switching to the : : real user ID, then re-enabled by reverting to the set-user-ID value. : : Similarly, the effective group ID may be set to the value of the real : : group ID or the saved set-user-ID. : : The task: change ``setuid root'' process to ``setuid daemon'' process. : : Original: uid = joe, euid = root, svuid = root : : case 1. setuid(DAEMON): uid = DAEMON, euid = DAEMON, svuid = DAEMON : : Impossible to temporarily relinquish privileges to that of joe. : : case 2. seteuid(DAEMON): uid = joe, euid = DAEMON, svuid = root : : The process is still ``setuid root'', the call to seteuid(root) : will succeed. Ah. : case 3. setreuid(-1, DAEMON): uid = joe, euid = DAEMON, svuid = DAEMON : : Same as original, except s/root/DAEMON/. So you are wanting to make things behave as if they were setuid daemon? That's about the only possible case where setreuid is right. My appologies. I've seen far to much other setreuid abuse over the years where it was used to swap uid and euid. That would be a reasonable use of setreuid. I take it that cron needs to be root to start, but then should run normally at reduced privs with the ability to get back to joe? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:13:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C2B337B403; Tue, 4 Sep 2001 12:13:48 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JDm331410; Tue, 4 Sep 2001 12:13:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041913.f84JDm331410@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 12:13:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 12:13:48 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Minor last-minute tweaks...fix some whitespace and markup nits, add some missing words, combine two an(4) entries into one. Approved by: murray (implicitly) Revision Changes Path 1.22.2.76 +18 -22 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:18: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77F2737B409; Tue, 4 Sep 2001 12:17:55 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JHtQ31944; Tue, 4 Sep 2001 12:17:55 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041917.f84JHtQ31944@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 12:17:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 12:17:55 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: pcic(4) interrupt routing. Content provided by: imp Revision Changes Path 1.125 +17 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:19:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86D6337B403; Tue, 4 Sep 2001 12:19:44 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JJiC32204; Tue, 4 Sep 2001 12:19:44 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041919.f84JJiC32204@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 12:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 12:19:44 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: pcic(4) interrupt routing. Approved by: murray (impliictly) Revision Changes Path 1.22.2.77 +17 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:20:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7863D37B40D; Tue, 4 Sep 2001 12:20:28 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JKSK32356; Tue, 4 Sep 2001 12:20:28 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041920.f84JKSK32356@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 12:20:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 12:20:28 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFS: Fix missing words, minor tweaks. Revision Changes Path 1.126 +5 -5 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:20:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AE4837B405; Tue, 4 Sep 2001 12:20:42 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JKgO32414; Tue, 4 Sep 2001 12:20:42 -0700 (PDT) (envelope-from kris) Message-Id: <200109041920.f84JKgO32414@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 12:20:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/screen Makefile ports/misc/screen/files patch-sec1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 12:20:42 PDT Modified files: misc/screen Makefile Added files: misc/screen/files patch-sec1 Log: Patch against a bug which is a local root vulnerability on other platforms, but which I could not repeat on FreeBSD. It may still be a problem, but it looks like screen was already dropping privilege before the operation in question. Submitted by: Roman Drahtmueller Revision Changes Path 1.34 +2 -1 ports/misc/screen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:28:51 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 2BA8237B405; Tue, 4 Sep 2001 12:28:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4F4FD66D0A; Tue, 4 Sep 2001 12:28:43 -0700 (PDT) Date: Tue, 4 Sep 2001 12:28:43 -0700 From: Kris Kennaway To: Matt Dillon Cc: Mark Peek , "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904122843.A56085@xor.obsecurity.org> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109041705.f84H5W692572@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Sep 04, 2001 at 10:05:32AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 10:05:32AM -0700, Matt Dillon wrote: >=20 > : > :At 8:44 PM +0400 9/4/01, Andrey A. Chernov wrote: > :>On Tue, Sep 04, 2001 at 09:39:11 -0700, Andrey A. Chernov wrote: > :>> ache 2001/09/04 09:39:11 PDT > :>> > :>> Modified files: > :>> lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c > :>> strtoul.3 strtoul.c strtoull.c strtouq.c > :> > :>Forget "Reviewed by: audit silence" > : > :Wow, less than 24 hours is considered "audit silence"? I'd like to=20 > :think an acceptable wait period is a bit longer than that! > : > :Mark >=20 > Is there any reason we are keeping the rcsid in some of the source > files? Can we just scrap these? (Also strhash.c uses the wrong > declaration for rcsid. But I'd just assume wipe them out completely). Having rcsid[] visible in source files is very useful from my point of view in determining whether a binary is vulnerable to a security vulnerability. If we have rcsids in everything (especially libraries), then it would be trivial to write scanning software which identifies all vulnerable binaries on the system, dynamically and statically linked. If the vulnerable source file has no rcsid, the best you can do is play ugly games and try and hunt for another hopefully-unique string embedded in the static binary. Perhaps it would be better to stick these in an ELF section which could be stripped out by people who don't want them. Kris --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lStqWry0BWjoQKURAlRcAJ9liQv/USqVUDdQe/lw0r8UkPq1KACghAw/ Q8wwuRfgU5YXpQ5KiM4vyMA= =k27U -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:29:35 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 98BAC37B40C; Tue, 4 Sep 2001 12:29:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 123C266D67; Tue, 4 Sep 2001 12:29:27 -0700 (PDT) Date: Tue, 4 Sep 2001 12:29:26 -0700 From: Kris Kennaway To: "Andrey A. Chernov" Cc: Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904122926.B56085@xor.obsecurity.org> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904214509.A33069@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="lEGEL1/lMxI0MVQ2" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904214509.A33069@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Sep 04, 2001 at 09:45:10PM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --lEGEL1/lMxI0MVQ2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 09:45:10PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 04, 2001 at 10:05:32 -0700, Matt Dillon wrote: > > Is there any reason we are keeping the rcsid in some of the source > > files? Can we just scrap these? (Also strhash.c uses the wrong >=20 > I just remove them from files I touched. See my previous email..with my security-officer hat on I'd prefer they were put back. Kris --lEGEL1/lMxI0MVQ2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lSuWWry0BWjoQKURAu1BAKComYh5MPZ4K0wr1brfgJosI7R3qQCfe3Rs wQkIvQkNn3iTs69R7Xlmp3M= =YqVp -----END PGP SIGNATURE----- --lEGEL1/lMxI0MVQ2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:32:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 8B07E37B401; Tue, 4 Sep 2001 12:32:07 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id FAA32020; Wed, 5 Sep 2001 05:32:04 +1000 Date: Wed, 5 Sep 2001 05:31:42 +1000 (EST) From: Bruce Evans X-X-Sender: To: Ruslan Ermilov Cc: John Baldwin , "David E. O'Brien" , , Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <20010904195711.A16547@sunbay.com> Message-ID: <20010905052114.I18060-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, Ruslan Ermilov wrote: > On Tue, Sep 04, 2001 at 09:51:52AM -0700, John Baldwin wrote: > > > > On 04-Sep-01 David E. O'Brien wrote: > > > obrien 2001/09/04 03:00:20 PDT > > > > > > Modified files: > > > share/man/man9 style.9 > > > Log: > > > Fix style bug from rev 1.20 in `struct foo' definition example to match the > > > `struct foo' definition example from rev 1.1. > > > > > > (proper CSRG style was also verified with /sys/sys/{bio,file}.h) > > > > Erm, according to bruce, the structfoo is the proper style. Also according to: style(9): Put a tab after the first word, i.e. use .Ql int^Ix; and .Ql struct^Ifoo *x; . > This rule only applies when inside the structure declaration. This is not clear (see the above rule). > > > You'll need to reformat a lot of files then. > > > Much less than in the opposite direction: > > # grep -r "^struct^I" /CURRENT/usr/include | wc -l > 514 > # grep -r "^struct " /CURRENT/usr/include | wc -l > 3034 I think you'll find that old code and system code follow the tab rule more. The counts in are: # grep -r "^struct^I" /CURRENT/usr/include/sys | wc -l 367 # grep -r "^struct " /CURRENT/usr/include/sys | wc -l 491 # grep -r "^struct^I" /4.4BSD-Lite2/usr/include/sys | wc -l 60 # grep -r "^struct " /4.4.BSD-Lite2/usr/include/sys | wc -l 325 Oops, so much for that theory (but about half of the "struct "'s in Lite2 are in the machine-generated syscallargs.h). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:33:51 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id D0B5737B40B; Tue, 4 Sep 2001 12:33:40 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84JXOD34505; Tue, 4 Sep 2001 23:33:25 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 23:33:21 +0400 From: "Andrey A. Chernov" To: Kris Kennaway Cc: Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904233320.A34429@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20010904122843.A56085@xor.obsecurity.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 12:28:43 -0700, Kris Kennaway wrote: > Having rcsid[] visible in source files is very useful from my point of > view in determining whether a binary is vulnerable to a security There is no such strings in binary due to shared linkage in most cases. > vulnerability. If we have rcsids in everything (especially > libraries), then it would be trivial to write scanning software which For released versions library major is enough to determine functions present there. --=20 Andrey A. Chernov http://ache.pp.ru/ --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBO5UsgOJgpPLZnQjrAQE/+gQAoVvJ9T1PCx7xLpWobnF0hCTNfd/Nj/uG 8Rva0T7fs02mhbpyp4M758+vGUn8cxi/eg734WkeDSbIix3bwNDmdw039wzlaLRN Wek43w/OU3s3fqfZtBJrbRsc3uP0UYDmWlqFy4iD4dmdxFRubc9tFDadNjZ1b6lz arIS9G65vz0= =K81O -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:37:31 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 08A4337B40B; Tue, 4 Sep 2001 12:37:20 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1E39966D0A; Tue, 4 Sep 2001 12:37:19 -0700 (PDT) Date: Tue, 4 Sep 2001 12:37:18 -0700 From: Kris Kennaway To: "Andrey A. Chernov" Cc: Kris Kennaway , Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904123718.A56317@xor.obsecurity.org> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904233320.A34429@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Sep 04, 2001 at 11:33:21PM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 11:33:21PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 04, 2001 at 12:28:43 -0700, Kris Kennaway wrote: > > Having rcsid[] visible in source files is very useful from my point of > > view in determining whether a binary is vulnerable to a security >=20 > There is no such strings in binary due to shared linkage in most cases. For the shared linkage case, the rcsids live in the lib.so. > > vulnerability. If we have rcsids in everything (especially > > libraries), then it would be trivial to write scanning software which >=20 > For released versions library major is enough to determine functions > present there. The problem is statically linked binaries, including third party binaries. We can't fix them, but we can at least identify them. I had to write several scanners for serious libc bugs for previous advisories, and in the cases where there was no rcsid available it *sucked*. Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lS1uWry0BWjoQKURAgj8AJ4tD7yZQen9fP5ZYiEaVjpv210aEgCdHG2Z TwiJRT2h+azrTqCfjU/Okts= =8UOp -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:38:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C884B37B431; Tue, 4 Sep 2001 12:38:30 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JcU735213; Tue, 4 Sep 2001 12:38:30 -0700 (PDT) (envelope-from knu) Message-Id: <200109041938.f84JcU735213@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 12:38:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 12:38:29 PDT Modified files: irc/xchat Makefile distinfo pkg-plist Log: - Enable NLS using the latest version of msgfmt - Enable IPv6 - Configure with --without-included-gettext and remove a hack - Link with iconv for ja-xchat (and other potential slave ports) - Update to 1.8.3 Approved by: jim (MAINTAINER) Revision Changes Path 1.80 +25 -12 ports/irc/xchat/Makefile 1.50 +1 -1 ports/irc/xchat/distinfo 1.17 +28 -0 ports/irc/xchat/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 Sep 4 12:42: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD97A37B405; Tue, 4 Sep 2001 12:41:58 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JfwE35672; Tue, 4 Sep 2001 12:41:58 -0700 (PDT) (envelope-from knu) Message-Id: <200109041941.f84JfwE35672@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 12:41:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xchat Makefile distinfo pkg-plist ports/japanese/xchat/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 12:41:58 PDT Modified files: japanese/xchat Makefile Removed files: japanese/xchat distinfo pkg-plist japanese/xchat/files patch-aa Log: Update to 1.8.3. Merge everything into irc/xchat and make japanese/chat a slave port of irc/xchat again. Revision Changes Path 1.10 +4 -75 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 Tue Sep 4 12:42:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F29A37B401; Tue, 4 Sep 2001 12:42:13 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JgD435731; Tue, 4 Sep 2001 12:42:13 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109041942.f84JgD435731@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Sep 2001 12:42:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/04 12:42:13 PDT Modified files: sys/dev/isp isp_target.h Log: Fix SET_IID_VAL/SET_BUS_VAL macros to usable. MFC after: 4 weeks Revision Changes Path 1.16 +3 -3 src/sys/dev/isp/isp_target.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:47:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE9D37B40B; Tue, 4 Sep 2001 12:47:16 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84JlGg36363; Tue, 4 Sep 2001 12:47:16 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041947.f84JlGg36363@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 12:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 12:47:15 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Errata deltas aren't emailed to freebsd-stable@, stop pretending that they are. Approved by: murray (implicitly) Revision Changes Path 1.1.2.20 +1 -4 src/release/doc/en_US.ISO8859-1/errata/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 Sep 4 12:48: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 565F837B401; Tue, 4 Sep 2001 12:48:01 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Jm1R36495; Tue, 4 Sep 2001 12:48:01 -0700 (PDT) (envelope-from bmah) Message-Id: <200109041948.f84Jm1R36495@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 12:48:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 12:48:01 PDT Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: MFS: Sync boilerplate text with RELENG_4. Revision Changes Path 1.6 +13 -7 src/release/doc/en_US.ISO8859-1/errata/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 Sep 4 12:48:38 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 7E7F137B40E; Tue, 4 Sep 2001 12:48:23 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84Jm2T34695; Tue, 4 Sep 2001 23:48:03 +0400 (MSD) (envelope-from ache) Date: Tue, 4 Sep 2001 23:47:58 +0400 From: "Andrey A. Chernov" To: Kris Kennaway Cc: Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904234757.A34576@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline In-Reply-To: <20010904123718.A56317@xor.obsecurity.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 12:37:18 -0700, Kris Kennaway wrote: > I had to write several scanners for serious libc bugs for previous > advisories, and in the cases where there was no rcsid available it > *sucked*. Well, Matt says "remove them" and you says "left them". If I put them there again now, somebody comes and ask for remove again. Could we please state rcsid "must be" (or "must not") state in some document to clarify this subject? --=20 Andrey A. Chernov http://ache.pp.ru/ --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBO5Uv7OJgpPLZnQjrAQGkqgP/aH25XGmeqmXaSOS6P5E6DlOLV0E3aNdK wlrokV+bqEa5GNfIf0g/huZw69VSMbbmzyno/6852JJGwJ5CoKEU+soFLACdx28W PgzphbSgx06dXiOz4bTjA+dN+s1yWLVKAnY3UcUK4PDIXlMsTXT9AzZCCGBsHu8l kwSwRqoZbwM= =Wl7N -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 12:52: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 8CB4837B648; Tue, 4 Sep 2001 12:51:26 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C251B66D24; Tue, 4 Sep 2001 12:51:25 -0700 (PDT) Date: Tue, 4 Sep 2001 12:51:25 -0700 From: Kris Kennaway To: "Andrey A. Chernov" Cc: Kris Kennaway , Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904125125.A56758@xor.obsecurity.org> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904234757.A34576@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Sep 04, 2001 at 11:47:58PM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 11:47:58PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 04, 2001 at 12:37:18 -0700, Kris Kennaway wrote: > > I had to write several scanners for serious libc bugs for previous > > advisories, and in the cases where there was no rcsid available it > > *sucked*. >=20 > Well, Matt says "remove them" and you says "left them". If I put them > there again now, somebody comes and ask for remove again. Could we please > state rcsid "must be" (or "must not") state in some document > to clarify this subject? I'd welcome further discussion on this. The best compromise solution may be for someone to figure out a macro to stick them in an ELF section, add a way for people to strip them out, and to do a cleanup pass to move them all over. Kris --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lTC9Wry0BWjoQKURAqHaAJ9jVmqrX2/3xoaG5CluQZiUr85nWACfbLuV HFsNKb7DGRK60LXMghDSrNs= =30h/ -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13: 6:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D761337B403; Tue, 4 Sep 2001 13:06:41 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84K6fT41783; Tue, 4 Sep 2001 13:06:41 -0700 (PDT) (envelope-from imp) Message-Id: <200109042006.f84K6fT41783@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Sep 2001 13:06:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pcic.c pcic_isa.c pcic_pci.c pcic_pci.h pcicvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/04 13:06:41 PDT Modified files: (Branch: RELENG_4) sys/pccard i82365.h pcic.c pcic_isa.c pcic_pci.c pcic_pci.h pcicvar.h Log: MFC: Latest pccard changes, with some debugging output hidden behind bootverbose. Approved by: jkh Revision Changes Path 1.10.2.6 +7 -1 src/sys/pccard/i82365.h 1.89.2.22 +105 -21 src/sys/pccard/pcic.c 1.13.2.6 +32 -1 src/sys/pccard/pcic_isa.c 1.54.2.13 +515 -129 src/sys/pccard/pcic_pci.c 1.23.2.8 +31 -3 src/sys/pccard/pcic_pci.h 1.15.2.9 +23 -9 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13: 8:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5929B37B403; Tue, 4 Sep 2001 13:08:33 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84K8X041999; Tue, 4 Sep 2001 13:08:33 -0700 (PDT) (envelope-from imp) Message-Id: <200109042008.f84K8X041999@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Sep 2001 13:08:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/04 13:08:33 PDT Modified files: sys/pccard pcic.c Log: MFS: put debug writes behind boot verbose. Revision Changes Path 1.165 +17 -8 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:10:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 438A837B408; Tue, 4 Sep 2001 13:10:23 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KAN242242; Tue, 4 Sep 2001 13:10:23 -0700 (PDT) (envelope-from imp) Message-Id: <200109042010.f84KAN242242@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Sep 2001 13:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/04 13:10:23 PDT Modified files: sys/pccard pcic_pci.c Log: Don't report power interrupts. Revision Changes Path 1.92 +1 -3 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:11:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E69C37B405; Tue, 4 Sep 2001 13:11:14 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KBEL42376; Tue, 4 Sep 2001 13:11:14 -0700 (PDT) (envelope-from imp) Message-Id: <200109042011.f84KBEL42376@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Sep 2001 13:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/04 13:11:14 PDT Modified files: (Branch: RELENG_4) sys/pccard pcic_pci.c Log: Put back the newline in the bad vcc message that accidentally was deleted in last commit. Implicit approval: jkh Revision Changes Path 1.54.2.14 +2 -2 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:15: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 513FA37B403; Tue, 4 Sep 2001 13:15:00 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KF0342774; Tue, 4 Sep 2001 13:15:00 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109042015.f84KF0342774@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Sep 2001 13:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/04 13:15:00 PDT Modified files: usr.sbin/sysinstall menus.c Log: Don't name the main menu "/stand/sysinstall Main Manu" since it now often lives in /usr/sbin. Instead, just name it "sysinstall Main Menu". Revision Changes Path 1.320 +2 -2 src/usr.sbin/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 Tue Sep 4 13:21:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE6637B405; Tue, 4 Sep 2001 13:21:13 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KLDL43542; Tue, 4 Sep 2001 13:21:13 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109042021.f84KLDL43542@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Sep 2001 13:21:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/04 13:21:13 PDT Modified files: usr.sbin/sysinstall config.c Log: Add an additional \n before the "cautionary note" on the topic of admins needing to pay attention when configuring the system. This improves readability of this message. Revision Changes Path 1.193 +3 -3 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:22:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A0ED37B403; Tue, 4 Sep 2001 13:22:14 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KMEx43682; Tue, 4 Sep 2001 13:22:14 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109042022.f84KMEx43682@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Sep 2001 13:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/04 13:22:14 PDT Modified files: usr.sbin/sysinstall config.c Log: Spell SSHd as sshd to improve readability and consistency. Revision Changes Path 1.194 +3 -3 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:22:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ADDF37B407; Tue, 4 Sep 2001 13:22:42 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KMg343725; Tue, 4 Sep 2001 13:22:42 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109042022.f84KMg343725@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Sep 2001 13:22:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/04 13:22:42 PDT Modified files: usr.sbin/sysinstall install.c Log: Since we now install sysinstall in /usr/sbin, encourage the user to run that version, rather than the copy in /stand. Revision Changes Path 1.303 +2 -2 src/usr.sbin/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 Tue Sep 4 13:23:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A3E7B37B403; Tue, 4 Sep 2001 13:23:29 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id GAA01367; Wed, 5 Sep 2001 06:23:27 +1000 Date: Wed, 5 Sep 2001 06:23:04 +1000 (EST) From: Bruce Evans X-X-Sender: To: Mark Murray Cc: , Subject: Re: cvs commit: src/usr.bin/su Makefile su.c In-Reply-To: <200109041710.f84HAv396208@freefall.freebsd.org> Message-ID: <20010905060708.T18238-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, Mark Murray wrote: > markm 2001/09/04 10:10:57 PDT > > Modified files: > usr.bin/su Makefile su.c > Log: > WARNS=2 fixes. > > The remaining problem of converting highly incompatible pointer types > is done by "laundering" the value through a union. > > This solves the problem (in my own mind) of how a "const char *" _ever_ ^^^^^^^^^^^^^^ "char *" > actually gets a value in a WARNS=2 world. ^ "const char *" > > Revision Changes Path > 1.34 +2 -4 src/usr.bin/su/Makefile > 1.45 +11 -7 src/usr.bin/su/su.c This breaks the warning for me. I think iT's OK in one utility but not in all the ones in /usr/src that call execve() like su does. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:37:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E780A37B408; Tue, 4 Sep 2001 13:37:37 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Kbbc46065; Tue, 4 Sep 2001 13:37:37 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042037.f84Kbbc46065@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 13:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 13:37:37 PDT Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: Oops. Fix document build-breaking SGML bogon. Revision Changes Path 1.7 +1 -3 src/release/doc/en_US.ISO8859-1/errata/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 Sep 4 13:38:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 680B737B403; Tue, 4 Sep 2001 13:38:37 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KcYX46531; Tue, 4 Sep 2001 13:38:34 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042038.f84KcYX46531@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 13:38:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 13:38:34 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-01:59. Revision Changes Path 1.127 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:42:48 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 29B9D37B401; Tue, 4 Sep 2001 13:42:36 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id GAA02190; Wed, 5 Sep 2001 06:42:05 +1000 Date: Wed, 5 Sep 2001 06:41:42 +1000 (EST) From: Bruce Evans X-X-Sender: To: "Andrey A. Chernov" Cc: Ruslan Ermilov , , Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c In-Reply-To: <20010904221739.A33594@nagual.pp.ru> Message-ID: <20010905063533.C18460-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, Andrey A. Chernov wrote: > On Tue, Sep 04, 2001 at 21:12:23 +0300, Ruslan Ermilov wrote: > > On Tue, Sep 04, 2001 at 09:50:43PM +0400, Andrey A. Chernov wrote: > > > On Tue, Sep 04, 2001 at 20:48:20 +0300, Ruslan Ermilov wrote: > > > > This is bogus. Please do it the style(9) way. > > > > > > What do you mean exactly? Most of our libc files not have rcsids - they > > > are just space waste. > > > > > Just look at the -CURRENT style(9) manual: > > There is no requirement for rcsid stated, just described how > rcsid must be formatted. I hear first time that we require rcsids. More > than 2/3 of our libc have rcsids removed. Just look at the -current style(9) manual: After any copyright header, there is a blank line, and the rcsid for ^^^^^^^^ ^^^^^^^^^^^^^ source files. Version control system ID tags should only exist once in a file (unlike this one). Non-C/C++ source files follow the above example, while C/C++ source files follow the below one. All VCS (version control ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ All source files must have $FreeBSD$, and the above doesn't leave many options about where to put it. In particular, putting it in the copyright comment is a bug. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:51:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5DA137B409; Tue, 4 Sep 2001 13:51:46 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84KpkS51827; Tue, 4 Sep 2001 13:51:46 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042051.f84KpkS51827@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 13:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.3R errata.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 13:51:43 PDT Modified files: en/releases/4.3R errata.sgml Log: Add SA-01:59 to Web version of 4.3-RELEASE errata. Revision Changes Path 1.17 +6 -2 www/en/releases/4.3R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 13:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10ED837B405; Tue, 4 Sep 2001 13:53:55 -0700 (PDT) Received: (from hosokawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Krtp52110; Tue, 4 Sep 2001 13:53:55 -0700 (PDT) (envelope-from hosokawa) Message-Id: <200109042053.f84Krtp52110@freefall.freebsd.org> From: Tatsumi Hosokawa Date: Tue, 4 Sep 2001 13:53:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hosokawa 2001/09/04 13:53:55 PDT Modified files: (Branch: RELENG_4) release/sysinstall Makefile Log: Added keymaps to keymap.h that were only referred by keymap menu. (This fixes the bug that sysinstall applies wrong keymaps from keymap menu. For example, if you selected 'US Ctrl <-> CapsLock', sysinstall applied DVORAK keymap without this patch. I have to be away from net for two days from now. So, If this patch causes serious problem, please fix it. I can't touch CVS repo. and perhaps I can't read e-mails until 4.4-RELEASE is released. Sorry.... Approved by: jkh@FreeBSD.org Revision Changes Path 1.92.2.14 +10 -6 src/release/sysinstall/Attic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 1: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 69F7E37B40D; Tue, 4 Sep 2001 14:01:05 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84L0l994880; Tue, 4 Sep 2001 14:00:47 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 14:00:47 -0700 (PDT) From: Matt Dillon Message-Id: <200109042100.f84L0l994880@earth.backplane.com> To: Kris Kennaway Cc: "Andrey A. Chernov" , Kris Kennaway , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :The problem is statically linked binaries, including third party :binaries. We can't fix them, but we can at least identify them. : :I had to write several scanners for serious libc bugs for previous :advisories, and in the cases where there was no rcsid available it :*sucked*. : :Kris I think this is a legitimate concern. How about we simply write a macro? which can default to generating the rcsid[]? People who are interested can then instrument the library routines with the macro while others debate what to do with the macro or what to make the default (e.g. no rcsid[] by default, rcsid[] by default, use of a special ELF section, make.conf options, etc... have nothing to do with simply agreeing on the use of a macro). -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 3:52 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id CD3BD37B40F; Tue, 4 Sep 2001 14:03:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2414266D0A; Tue, 4 Sep 2001 14:03:35 -0700 (PDT) Date: Tue, 4 Sep 2001 14:03:35 -0700 From: Kris Kennaway To: Matt Dillon Cc: Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904140334.A57753@xor.obsecurity.org> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <200109042100.f84L0l994880@earth.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109042100.f84L0l994880@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Sep 04, 2001 at 02:00:47PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 02:00:47PM -0700, Matt Dillon wrote: >=20 > :The problem is statically linked binaries, including third party > :binaries. We can't fix them, but we can at least identify them. > : > :I had to write several scanners for serious libc bugs for previous > :advisories, and in the cases where there was no rcsid available it > :*sucked*. > : > :Kris >=20 > I think this is a legitimate concern. How about we simply write a=20 > macro? which can default to generating the rcsid[]? Sounds fine to me. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lUGmWry0BWjoQKURAmBNAKDvcjH+mqeE+AaifyLMVdZDeQuiigCcCK76 dLvOUWHtptIk4Vv9TVyZyI0= =Awta -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 3:47 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 3D6B537B405; Tue, 4 Sep 2001 14:03:35 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84L2lc75628; Tue, 4 Sep 2001 14:02:47 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 14:02:47 -0700 From: "David O'Brien" To: "Andrey A. Chernov" Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010904140247.A75606@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109041741.f84HfKt00857@freefall.freebsd.org> <20010904204820.E17754@sunbay.com> <20010904215042.B33069@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904215042.B33069@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Sep 04, 2001 at 09:50:43PM +0400 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:50:43PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 04, 2001 at 20:48:20 +0300, Ruslan Ermilov wrote: > > This is bogus. Please do it the style(9) way. > > What do you mean exactly? Most of our libc files not have rcsids That does not mean they should not have them. rcsid's just haven't been added yet. I explicited added them to the files you removed them from when I added *ll(). Please put them back just the way they were. thanks, -- -- David (obrien@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 Sep 4 14: 5:17 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 2E70E37B405; Tue, 4 Sep 2001 14:05:13 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.5/8.11.5) with ESMTP id f84L42o55910; Tue, 4 Sep 2001 17:04:03 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200109042104.f84L42o55910@aldan.algebra.com> Date: Tue, 4 Sep 2001 17:03:59 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c To: dillon@earth.backplane.com Cc: mark@whistle.com, ache@nagual.pp.ru, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200109041705.f84H5W692572@earth.backplane.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 4 Sep, Matt Dillon wrote: > Is there any reason we are keeping the rcsid in some of the > source files? Can we just scrap these? (Also strhash.c uses the > wrong declaration for rcsid. But I'd just assume wipe them out > completely). > -Matt Aren't they supposed to be used by ident(1)? What's the alternative? Thanks, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 5:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8ED1F37B408; Tue, 4 Sep 2001 14:05:36 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84L4na75675; Tue, 4 Sep 2001 14:04:49 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 14:04:49 -0700 From: "David O'Brien" To: Kris Kennaway Cc: "Andrey A. Chernov" , Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010904140449.B75606@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904125125.A56758@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Sep 04, 2001 at 12:51:25PM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 12:51:25PM -0700, Kris Kennaway wrote: > On Tue, Sep 04, 2001 at 11:47:58PM +0400, Andrey A. Chernov wrote: > > On Tue, Sep 04, 2001 at 12:37:18 -0700, Kris Kennaway wrote: > > > I had to write several scanners for serious libc bugs for previous > > > advisories, and in the cases where there was no rcsid available it > > > *sucked*. > > > > Well, Matt says "remove them" and you says "left them". If I put them > > there again now, somebody comes and ask for remove again. Could we please > > state rcsid "must be" (or "must not") state in some document > > to clarify this subject? > > I'd welcome further discussion on this. The best compromise solution > may be for someone to figure out a macro to stick them in an ELF > section, add a way for people to strip them out, and to do a cleanup > pass to move them all over. Yes I am working on such a thing. For now put them back or I will. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 6:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B362237B408; Tue, 4 Sep 2001 14:06:48 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84L6mt57252; Tue, 4 Sep 2001 14:06:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042106.f84L6mt57252@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 14:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall installUpgrade.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 14:06:48 PDT Modified files: usr.sbin/sysinstall installUpgrade.c Log: sysinstall's binary upgrade option used to display the contents of UPGRADE.TXT along with a YesNo dialog requesting confirmation of the upgrade. During the transition to RELNOTESng, UPGRADE.TXT got folded into a file that eventually renders as INSTALL.TXT, which makes sysinstall complain about a non-existent file. As a solution/workaround, point the user at INSTALL.TXT, and then request confirmation. Noticed by: rpratt (on 4.4-RC3) Approved by: jkh Revision Changes Path 1.78 +6 -4 src/usr.sbin/sysinstall/installUpgrade.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 7:14 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 759A937B40D; Tue, 4 Sep 2001 14:06:53 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84L6dB75691; Tue, 4 Sep 2001 14:06:39 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 14:06:38 -0700 From: "David O'Brien" To: Bruce Evans Cc: Ruslan Ermilov , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010904140638.C75606@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010904195711.A16547@sunbay.com> <20010905052114.I18060-100000@alphplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905052114.I18060-100000@alphplex.bde.org>; from bde@zeta.org.au on Wed, Sep 05, 2001 at 05:31:42AM +1000 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 05:31:42AM +1000, Bruce Evans wrote: > > > > `struct foo' definition example from rev 1.1. > > > > (proper CSRG style was also verified with /sys/sys/{bio,file}.h) > > > Erm, according to bruce, the structfoo is the proper style. > > Also according to: style(9): > > Put a tab after the first word, i.e. use > .Ql int^Ix; > and > .Ql struct^Ifoo *x; . These are varible definitions, not structure delcarations. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14: 8:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC21337B40B; Tue, 4 Sep 2001 14:08:13 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84L8D757418; Tue, 4 Sep 2001 14:08:13 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042108.f84L8D757418@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 14:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall installUpgrade.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 14:08:13 PDT Modified files: (Branch: RELENG_4) release/sysinstall installUpgrade.c Log: MFC: sysinstall's binary upgrade option used to display the contents of UPGRADE.TXT along with a YesNo dialog requesting confirmation of the upgrade. During the transition to RELNOTESng, UPGRADE.TXT got folded into a file that eventually renders as INSTALL.TXT, which makes sysinstall complain about a non-existent file. As a solution/workaround, point the user at INSTALL.TXT, and then request confirmation. src/usr.sbin/sysinstall/installUpgrade.c 1.77->1.78 Approved by: jkh Revision Changes Path 1.71.2.9 +6 -4 src/release/sysinstall/Attic/installUpgrade.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:12:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C62B37B407; Tue, 4 Sep 2001 14:12:43 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84LCht58307; Tue, 4 Sep 2001 14:12:43 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042112.f84LCht58307@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 14:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common upgrade.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 14:12:43 PDT Modified files: release/doc/en_US.ISO8859-1/installation/common upgrade.sgml Log: Binary upgrades for -CURRENT preserve nsswitch.conf, not host.conf. Revision Changes Path 1.5 +1 -2 src/release/doc/en_US.ISO8859-1/installation/common/upgrade.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:13:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 607BB37B40D; Tue, 4 Sep 2001 14:13:12 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84LDBi58394; Tue, 4 Sep 2001 14:13:11 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042113.f84LDBi58394@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 14:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common upgrade.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 14:13:11 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/installation/common upgrade.sgml Log: Binary upgrades on 4-STABLE preserve host.conf, not nsswitch.conf. Revision Changes Path 1.1.2.5 +1 -2 src/release/doc/en_US.ISO8859-1/installation/common/upgrade.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:13:34 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 13ECB37B408; Tue, 4 Sep 2001 14:13:23 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84LD6U75831; Tue, 4 Sep 2001 14:13:06 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 14:13:06 -0700 From: "David O'Brien" To: Kris Kennaway Cc: Ruslan Ermilov , Valentino Vaschetto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010904141306.D75606@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109020045.f820jfL13842@freefall.freebsd.org> <20010904131644.B54480@sunbay.com> <20010904080224.B48220@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904080224.B48220@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Sep 04, 2001 at 08:02:24AM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 08:02:24AM -0700, Kris Kennaway wrote: > > 1) Don't insert extra whitespace at EOL. ... > Where are #1 and #3 documented? #1 is our general rule for all committed files -- source too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:14:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9E25337B408; Tue, 4 Sep 2001 14:14:33 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84LEXG75886; Tue, 4 Sep 2001 14:14:33 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 14:14:33 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Subject: Re: cvs commit: src/sys/sparc64/include frame.h Message-ID: <20010904141432.E75606@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010904030105.A90988@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: ; from jhb@FreeBSD.org on Tue, Sep 04, 2001 at 09:51:53AM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:51:53AM -0700, John Baldwin wrote: > Also, read the paragraph you are quoting: I did. It talks about using macros -- i.e. the "better" part is using LIST_ENTRY. No where is formatting explicitly addressed, nor do I think implied. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:22:47 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id CA11F37B403; Tue, 4 Sep 2001 14:22:38 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84LMcm95136; Tue, 4 Sep 2001 14:22:38 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 14:22:38 -0700 (PDT) From: Matt Dillon Message-Id: <200109042122.f84LMcm95136@earth.backplane.com> To: "David O'Brien" Cc: Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How about this: blah.c: #include ... __RCSID("$FreeBSD$"); (where CVS will expand the $FreeBSD$ part when a file is checked in). And we create a new header file, , to hold the macro? I looked at a bunch of libc and there is no single pre-existing header file that they all #include. This is a simple, short, and straightforward way of doing it. The macro will simply generate the static const rcsid[] array as a default. I'll add a make.conf option to allow people to have the macro turn into a nop. If people agree, I'd be happy to commit the rcsid.h file and start working on library code (hopefully a bunch of people would work on the library code in parallel!). With two or three people working on it we could have everything instrumented in -current in a few days, and MFC it to -stable after the release (it should be easy to patch). We could also standardize older identifiers... for example, we could turn the SCCSID stuff from: #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)lseek.c 8.1 (Berkeley) 6/17/93"; #endif /* LIBC_SCCS and not lint */ To: __SCCSID("@(#)lseek.c 8.1 (Berkeley) 6/17/93"); And other embedded id's would work the same. __NETBSDID, __OPENBSDID, etc... All very simple macros. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:28:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21FDD37B409; Tue, 4 Sep 2001 14:28:08 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84LS8360605; Tue, 4 Sep 2001 14:28:08 -0700 (PDT) (envelope-from ache) Message-Id: <200109042128.f84LS8360605@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Sep 2001 14:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/04 14:28:07 PDT Modified files: lib/libc/stdlib strtol.c strtoll.c Log: Portability fix: use unsigned cast to guaranteed positive part of expression in case {L}LONG_MAX > abs({L}LONG_MIN). Non-functional change - we don't have any such platforms. Revision Changes Path 1.7 +2 -2 src/lib/libc/stdlib/strtol.c 1.9 +2 -2 src/lib/libc/stdlib/strtoll.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:32: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id A28C237B408; Tue, 4 Sep 2001 14:31:54 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f84LVsM39255; Tue, 4 Sep 2001 14:31:54 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 2A652390B; Tue, 4 Sep 2001 14:31:54 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Matt Dillon Cc: "David O'Brien" , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) In-Reply-To: <200109042122.f84LMcm95136@earth.backplane.com> Date: Tue, 04 Sep 2001 14:31:54 -0700 From: Peter Wemm Message-Id: <20010904213154.2A652390B@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon wrote: > How about this: > > blah.c: > > #include > > ... > > __RCSID("$FreeBSD$"); > > (where CVS will expand the $FreeBSD$ part when a file is checked in). Uhh. why not this: #include __RCSID("$FreeBSD$); After all, we already *have* it. And as a bonus it works on NetBSD and OpenBSD too. peter@daintree[2:30pm]~-135> cat c.c #include __RCSID("$FreeBSD: Foo 1.1 $"); peter@daintree[2:30pm]~-136> cc -ansi -pedantic -c c.c peter@daintree[2:30pm]~-137> ident c.o c.o: $FreeBSD: Foo 1.1 $ > And we create a new header file, , to hold the macro? I looked > at a bunch of libc and there is no single pre-existing header file that > they all #include. This is a simple, short, and straightforward way of > doing it. > > The macro will simply generate the static const rcsid[] array as a > default. I'll add a make.conf option to allow people to have the > macro turn into a nop. > > If people agree, I'd be happy to commit the rcsid.h file and start > working on library code (hopefully a bunch of people would work on > the library code in parallel!). With two or three people working on > it we could have everything instrumented in -current in a few days, > and MFC it to -stable after the release (it should be easy to patch). > > We could also standardize older identifiers... for example, we could > turn the SCCSID stuff from: > > #if defined(LIBC_SCCS) && !defined(lint) > static char sccsid[] = "@(#)lseek.c 8.1 (Berkeley) 6/17/93"; > #endif /* LIBC_SCCS and not lint */ > > To: > > __SCCSID("@(#)lseek.c 8.1 (Berkeley) 6/17/93"); > > And other embedded id's would work the same. __NETBSDID, __OPENBSDID, > etc... All very simple macros. > > -Matt > > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:33: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A520637B403; Tue, 4 Sep 2001 14:33:06 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84LX6q61298; Tue, 4 Sep 2001 14:33:06 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109042133.f84LX6q61298@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Sep 2001 14:33:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/04 14:33:06 PDT Modified files: sys/dev/isp isp_freebsd.h Log: I don't know what I was thinking- if I have two separate busses on on SIM (as is true for the 1280 and the 12160), then I have to have separate flags && status for *both* busses. *Whap*. Implement condition variables for coordination with some target mode events. It's nice to use these and not panic in obscure little places in the kernel like 'propagate_priority' just because we went to sleep holding a mutex, or some other absurd thing. MFC after: 4 weeks Revision Changes Path 1.54 +7 -5 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:35:28 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 66DE837B40C; Tue, 4 Sep 2001 14:35:24 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84LZNQ95303; Tue, 4 Sep 2001 14:35:23 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 14:35:23 -0700 (PDT) From: Matt Dillon Message-Id: <200109042135.f84LZNQ95303@earth.backplane.com> To: Peter Wemm Cc: "David O'Brien" , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) References: <20010904213154.2A652390B@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> :> (where CVS will expand the $FreeBSD$ part when a file is checked in). : :Uhh. why not this: : :#include :__RCSID("$FreeBSD$); : :After all, we already *have* it. And as a bonus it works on NetBSD and :OpenBSD too. Well hell. Ya learn something new every day! Lets just use it. What about the sccsid's? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:38:37 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id DC0CE37B403; Tue, 4 Sep 2001 14:38:31 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f84LcPv39407; Wed, 5 Sep 2001 01:38:26 +0400 (MSD) (envelope-from ache) Date: Wed, 5 Sep 2001 01:38:20 +0400 From: "Andrey A. Chernov" To: "David O'Brien" Cc: Kris Kennaway , Matt Dillon , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c Message-ID: <20010905013816.A39305@nagual.pp.ru> References: <200109041639.f84GdBm87501@freefall.freebsd.org> <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010904140449.B75606@dragon.nuxi.com> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 14:04:49 -0700, David O'Brien wrote: > > Yes I am working on such a thing. For now put them back or I will. If you work on it, put them in all functions at once. I not insist on anything in that area. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:46: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 586A437B403; Tue, 4 Sep 2001 14:46:01 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Lk1j62577; Tue, 4 Sep 2001 14:46:01 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109042146.f84Lk1j62577@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Sep 2001 14:46:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/04 14:45:57 PDT Modified files: sys/dev/isp isp_pci.c Log: If we're on an interrupt stack, mark things so that we don't try and cv_wait for mailbox commands to complete if we start them from here. Fix residuals for target mode such that we only check the residual and set it in the CTIO if this is the last CTIO (when we're sending status). MFC after: 4 weeks Revision Changes Path 1.72 +12 -11 src/sys/dev/isp/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:48:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0A4937B40D; Tue, 4 Sep 2001 14:48:04 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Lm4l62796; Tue, 4 Sep 2001 14:48:04 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109042148.f84Lm4l62796@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Sep 2001 14:48:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/04 14:48:04 PDT Modified files: sys/dev/isp isp_target.c Log: Note for ATIOs returned because of BDRs or Bus Resets for which bus this applies to. Do more bus # foo things. Acknowledge Immediate Notifies right away prior to throwing events upstream (where they're currently being ignored, *groan*) Capture ASYNC_LIP_F8 as with ASYNC_LIP_OCCURRED. Don't percolate them upstream as if they were BUS RESETS- they're not. Revision Changes Path 1.18 +35 -21 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:53:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEA1B37B408; Tue, 4 Sep 2001 14:53:12 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84LrCk63276; Tue, 4 Sep 2001 14:53:12 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109042153.f84LrCk63276@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Sep 2001 14:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/09/04 14:53:12 PDT Modified files: sys/dev/isp isp_freebsd.c Log: I don't know what I was thinking- if I have two separate busses on on SIM (as is true for the 1280 and the 12160), then I have to have separate flags && status for *both* busses. *Whap*. Implement condition variables for coordination with some target mode events. It's nice to use these and not panic in obscure little places in the kernel like 'propagate_priority' just because we went to sleep holding a mutex, or some other absurd thing. Remove some bogus ISP_UNLOCK calls. *Whap*. No longer require that somebody do a lun enable on the wildcard device to enable target mode. They are, in fact, orthogonal. A wildcard open is a statement that somebody upstream is willing to accept commands which are otherwise unrouteable. Now, for QLogic regular SCSI target mode, this won't matter for a damn because we'll never see ATIOs for luns we haven't enabled (are listening for, if you will). But for SCCLUN fibre channel SCSI, we get all kinds of ATIOs. We can either reflect them back here with minimal info (which is isp_target.c:isp_endcmd() is for), or the wildcard device (nominally targbh) can handle them. Do further checking against firmware attributes to see whether we can, in fact, support target mode in Fibre Channel. For now, require SCCLUN f/w to supoprt FC target mode. This is an awful lot of change, but target mode *still* isn't quite right. MFC after: 4 weeks Revision Changes Path 1.71 +137 -175 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 14:54: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 69C9537B401; Tue, 4 Sep 2001 14:53:52 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f84LrKv76335; Tue, 4 Sep 2001 14:53:20 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 14:53:20 -0700 From: "David O'Brien" To: Matt Dillon Cc: Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) Message-ID: <20010904145320.A76317@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109042122.f84LMcm95136@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Sep 04, 2001 at 02:22:38PM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 02:22:38PM -0700, Matt Dillon wrote: > #include > > ... > > __RCSID("$FreeBSD$"); > > (where CVS will expand the $FreeBSD$ part when a file is checked in). Please! I already have a prototype in works. I'm sure there are other things for people to work on. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15: 0:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3418837B406; Tue, 4 Sep 2001 15:00:34 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84M0Yb64254; Tue, 4 Sep 2001 15:00:34 -0700 (PDT) (envelope-from wpaul) Message-Id: <200109042200.f84M0Yb64254@freefall.freebsd.org> From: Bill Paul Date: Tue, 4 Sep 2001 15:00:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii brgphy.c brgphyreg.h miidevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2001/09/04 15:00:34 PDT Modified files: sys/dev/mii brgphy.c brgphyreg.h miidevs Log: Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs. This basically updates the brgphy driver to support 10/100 modes in addition to 1000Mbps modes. Revision Changes Path 1.4 +72 -26 src/sys/dev/mii/brgphy.c 1.2 +7 -2 src/sys/dev/mii/brgphyreg.h 1.15 +3 -1 src/sys/dev/mii/miidevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15: 0:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8A0437B401; Tue, 4 Sep 2001 15:00:49 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84M0nO64299; Tue, 4 Sep 2001 15:00:49 -0700 (PDT) (envelope-from wpaul) Message-Id: <200109042200.f84M0nO64299@freefall.freebsd.org> From: Bill Paul Date: Tue, 4 Sep 2001 15:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii miidevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2001/09/04 15:00:49 PDT Modified files: sys/dev/mii miidevs.h Log: Regenerate. Revision Changes Path 1.14 +5 -1 src/sys/dev/mii/miidevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15: 5:38 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id DD51137B405; Tue, 4 Sep 2001 15:05:34 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f84M5YM95627; Tue, 4 Sep 2001 15:05:34 -0700 (PDT) (envelope-from dillon) Date: Tue, 4 Sep 2001 15:05:34 -0700 (PDT) From: Matt Dillon Message-Id: <200109042205.f84M5YM95627@earth.backplane.com> To: "David O'Brien" Cc: Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) References: <20010904204454.A32114@nagual.pp.ru> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :On Tue, Sep 04, 2001 at 02:22:38PM -0700, Matt Dillon wrote: :> #include :> :> ... :> :> __RCSID("$FreeBSD$"); :> :> (where CVS will expand the $FreeBSD$ part when a file is checked in). : :Please! I already have a prototype in works. I'm sure there are other :things for people to work on. sys/cdefs.h ? I think it's perfect, lets use it... I don't understand why you haven't instrumented all the library source files already, though, or at least more then have been, or asked people to help out instrumenting it. Barely 33 files use RCSID and it's been in the tree for almost half a year! And nobody seems to know it exists except a handful of people. The stuff is only so much fluff if it isn't used. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15: 8: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD82C37B403; Tue, 4 Sep 2001 15:07:56 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84M7un67996; Tue, 4 Sep 2001 15:07:56 -0700 (PDT) (envelope-from brian) Message-Id: <200109042207.f84M7un67996@freefall.freebsd.org> From: Brian Somers Date: Tue, 4 Sep 2001 15:07:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/04 15:07:56 PDT Modified files: usr.sbin/ppp route.c Log: Fix a diagnostic Revision Changes Path 1.77 +2 -2 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15: 8:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B2F37B40B; Tue, 4 Sep 2001 15:08:12 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84M8Cs68036; Tue, 4 Sep 2001 15:08:12 -0700 (PDT) (envelope-from brian) Message-Id: <200109042208.f84M8Cs68036@freefall.freebsd.org> From: Brian Somers Date: Tue, 4 Sep 2001 15:08:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp route.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/04 15:08:12 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp route.c Log: MFC: Fix a diagnostic Revision Changes Path 1.68.2.9 +2 -2 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15: 8:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B80037B407; Tue, 4 Sep 2001 15:08:34 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84M8YM68084; Tue, 4 Sep 2001 15:08:34 -0700 (PDT) (envelope-from jkh) Message-Id: <200109042208.f84M8YM68084@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 4 Sep 2001 15:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/09/04 15:08:34 PDT Modified files: usr.sbin/sysinstall menus.c Log: Add 3rd spanish mirror Submitted by: "Jose M. Alcaide" Revision Changes Path 1.321 +3 -1 src/usr.sbin/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 Tue Sep 4 15: 9:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C301237B405; Tue, 4 Sep 2001 15:09:25 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84M9Pu68211; Tue, 4 Sep 2001 15:09:25 -0700 (PDT) (envelope-from jkh) Message-Id: <200109042209.f84M9Pu68211@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 4 Sep 2001 15:09:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/09/04 15:09:25 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: spanish ftp server Revision Changes Path 1.252.2.48 +3 -1 src/release/sysinstall/Attic/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15:28:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D870A37B401; Tue, 4 Sep 2001 15:28:33 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84MSX870234; Tue, 4 Sep 2001 15:28:33 -0700 (PDT) (envelope-from jdp) Message-Id: <200109042228.f84MSX870234@freefall.freebsd.org> From: John Polstra Date: Tue, 4 Sep 2001 15:28:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/09/04 15:28:33 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add the new cvsup6.freebsd.org. Revision Changes Path 1.152 +6 -1 doc/en_US.ISO8859-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 Tue Sep 4 15:30:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C51E337B40D; Tue, 4 Sep 2001 15:30:19 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84MUJO70512; Tue, 4 Sep 2001 15:30:19 -0700 (PDT) (envelope-from lioux) Message-Id: <200109042230.f84MUJO70512@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 15:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/agbrowser Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 15:30:19 PDT Modified files: audio/agbrowser Makefile distinfo pkg-plist Log: o Update to 0.96 o Take over maintainership Revision Changes Path 1.2 +7 -3 ports/audio/agbrowser/Makefile 1.2 +1 -1 ports/audio/agbrowser/distinfo 1.2 +2 -2 ports/audio/agbrowser/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 Sep 4 15:30:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9978637B40C; Tue, 4 Sep 2001 15:30:19 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84MUJD70496; Tue, 4 Sep 2001 15:30:19 -0700 (PDT) (envelope-from alex) Message-Id: <200109042230.f84MUJD70496@freefall.freebsd.org> From: Alexander Langer Date: Tue, 4 Sep 2001 15:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/staroffice52 Makefile ports/german/staroffice52 Makefile ports/editors/staroffice52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/09/04 15:30:19 PDT Modified files: french/staroffice52 Makefile german/staroffice52 Makefile editors/staroffice52 Makefile Log: - Add check for installed and running linprocfs - Sync french version with the english and german version Submitted by: Martin Blapp (MAINTAINER) Revision Changes Path 1.12 +38 -4 ports/french/staroffice52/Makefile 1.23 +18 -1 ports/german/staroffice52/Makefile 1.28 +17 -1 ports/editors/staroffice52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 15:36:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 567E237B40C; Tue, 4 Sep 2001 15:36:14 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84MaEg71011; Tue, 4 Sep 2001 15:36:14 -0700 (PDT) (envelope-from lioux) Message-Id: <200109042236.f84MaEg71011@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 15:36:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/glchess Makefile distinfo ports/games/glchess/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 15:36:14 PDT Modified files: games/glchess Makefile distinfo games/glchess/files patch-Makefile Log: Update to 0.3.5 Submitted by: MAINTAINER Revision Changes Path 1.3 +3 -3 ports/games/glchess/Makefile 1.3 +1 -1 ports/games/glchess/distinfo 1.3 +1 -1 ports/games/glchess/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 Tue Sep 4 15:54:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F98337B401; Tue, 4 Sep 2001 15:54:14 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84MsEH73391; Tue, 4 Sep 2001 15:54:14 -0700 (PDT) (envelope-from jhb) Message-Id: <200109042254.f84MsEH73391@freefall.freebsd.org> From: John Baldwin Date: Tue, 4 Sep 2001 15:54:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts/X11 build_x.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/04 15:54:14 PDT Modified files: release/scripts/X11 build_x.sh Log: - Add some diagnostic echos of status of each stage. Revision Changes Path 1.5 +6 -0 src/release/scripts/X11/build_x.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16: 4:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEC1337B401; Tue, 4 Sep 2001 16:04:48 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84N4mh74649; Tue, 4 Sep 2001 16:04:48 -0700 (PDT) (envelope-from peter) Message-Id: <200109042304.f84N4mh74649@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 16:04:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/as as.h read.c read.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 16:04:48 PDT Modified files: gnu/usr.bin/as as.h read.c read.h Log: Implement .previous (swap section back to the last section) This enables: .data .asciz "foo" .previous .. just like on current binutils Revision Changes Path 1.9 +3 -3 src/gnu/usr.bin/as/as.h 1.14 +29 -1 src/gnu/usr.bin/as/read.c 1.10 +3 -1 src/gnu/usr.bin/as/read.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:12: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id 00FAB37B405; Tue, 4 Sep 2001 16:12:02 -0700 (PDT) Received: from physics.purdue.edu (curie.physics.purdue.edu [128.210.68.223]) by franklin.physics.purdue.edu (Postfix) with ESMTP id BFE5320F13; Tue, 4 Sep 2001 18:13:58 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id 838B577; Tue, 4 Sep 2001 18:14:53 -0500 (EST) Date: Tue, 4 Sep 2001 18:14:53 -0500 From: Will Andrews To: cvs-all@FreeBSD.org Cc: cvs-committers@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) Message-ID: <20010904181453.K30764@curie.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200109042122.f84LMcm95136@earth.backplane.com> <20010904213154.2A652390B@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20010904213154.2A652390B@overcee.netplex.com.au>; from peter@wemm.org on Tue, Sep 04, 2001 at 02:31:54PM -0700 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [..mass trimmage of Cc:..] On Tue, Sep 04, 2001 at 02:31:54PM -0700, Peter Wemm (peter@wemm.org) wrote: > After all, we already *have* it. And as a bonus it works on NetBSD and > OpenBSD too. Not OpenBSD. http://www.openbsd.org/cgi-bin/cvsweb/src/sys/sys/cdefs.h -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:26:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57F8737B40C; Tue, 4 Sep 2001 16:26:20 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84NQKe79711; Tue, 4 Sep 2001 16:26:20 -0700 (PDT) (envelope-from lioux) Message-Id: <200109042326.f84NQKe79711@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 16:26:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmcpuload Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 16:26:20 PDT Modified files: sysutils/wmcpuload Makefile distinfo Log: o Update to 0.6.0 o maintainer switched over maintainership to originator due to school duties (thanks and we hope you will bring more ports :) Submitted by: Patrick Li Approved by: MAINTAINER (previous) Revision Changes Path 1.4 +3 -5 ports/sysutils/wmcpuload/Makefile 1.3 +1 -1 ports/sysutils/wmcpuload/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:30: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 682A237B405; Tue, 4 Sep 2001 16:30:03 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.5/8.11.5) with ESMTP id f84NTCo57103; Tue, 4 Sep 2001 19:29:13 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200109042329.f84NTCo57103@aldan.algebra.com> Date: Tue, 4 Sep 2001 19:29:09 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c To: obrien@FreeBSD.org Cc: ache@nagual.pp.ru, ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20010904140247.A75606@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 4 Sep, David O'Brien wrote: >> What do you mean exactly? Most of our libc files not have rcsids > > That does not mean they should not have them. rcsid's just haven't > been added yet. I explicited added them to the files you removed them > from when I added *ll(). Please put them back just the way they were. BTW, most of the patches in the ports-tree don't have such IDs, but some do. Since those IDs are discarded as early as at the "make patch" stage, I think they are pretty useless -- they don't make it to the compiled binaries anyway. But what's the general opinion? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:33:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB54A37B403; Tue, 4 Sep 2001 16:33:43 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84NXha80730; Tue, 4 Sep 2001 16:33:43 -0700 (PDT) (envelope-from chern) Message-Id: <200109042333.f84NXha80730@freefall.freebsd.org> From: Chern Lee Date: Tue, 4 Sep 2001 16:33:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/04 16:33:43 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Spelling/Typos: * Screensave -> Screensaver * somthing -> something Revision Changes Path 1.107 +3 -3 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:34:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D47D437B405; Tue, 4 Sep 2001 16:34:37 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84NYbD80844; Tue, 4 Sep 2001 16:34:37 -0700 (PDT) (envelope-from chern) Message-Id: <200109042334.f84NYbD80844@freefall.freebsd.org> From: Chern Lee Date: Tue, 4 Sep 2001 16:34:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/04 16:34:37 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Spelling: * alows -> allows Markup: * XftConfig file -> XftConfig file Revision Changes Path 1.57 +3 -3 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:39: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7949937B406; Tue, 4 Sep 2001 16:38:58 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Ncw481168; Tue, 4 Sep 2001 16:38:58 -0700 (PDT) (envelope-from lioux) Message-Id: <200109042338.f84Ncw481168@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 16:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pengpong Makefile distinfo pkg-plist ports/games/pengpong/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 16:38:57 PDT Modified files: games/pengpong Makefile distinfo pkg-plist games/pengpong/files patch-Makefile Log: Update to 0.3 Submitted by: MAINTAINER Revision Changes Path 1.2 +16 -2 ports/games/pengpong/Makefile 1.2 +1 -1 ports/games/pengpong/distinfo 1.2 +6 -0 ports/games/pengpong/pkg-plist 1.2 +26 -12 ports/games/pengpong/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 Tue Sep 4 16:49:31 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 447A237B403; Tue, 4 Sep 2001 16:49:21 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id D6BB26AA31; Wed, 5 Sep 2001 09:19:45 +0930 (CST) Date: Wed, 5 Sep 2001 09:19:45 +0930 From: Greg Lehey To: John Baldwin Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20010905091945.P85816@wantadilla.lemis.com> References: <20010904055510.050A4380C@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Sep 04, 2001 at 09:40:46AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 4 September 2001 at 9:40:46 -0700, John Baldwin wrote: > > On 04-Sep-01 Peter Wemm wrote: >> John Baldwin wrote: >>> >>> On 02-Sep-01 Peter Wemm wrote: >>>> peter 2001/09/02 05:24:38 PDT >>>> >>>> Modified files: >>>> sys/kern kern_shutdown.c >>>> Log: >>>> The !RESTARTABLE_PANICS code has some loose ends. >>> >>> What is holding_giant for? Oh, and you do know that you are truly evil >>> incarnate now, right? >> >> I'm not sure. Matt added it in rev 1.107, but the code that sets it is >> #if 0'ed out. It is a real mess. > > Except the code to release it isn't #if 0'd out. > >> The other part of the diff was an accident that leaked from a local change. >> I've been meaning to back it out but just couldn't quite do it. Ian Dowse >> flagged it yesterday evening I think. I am amused at how few people had >> noticed it, and of those most had read the diff. > > Heh. We could leave it on in -current for all I care, except that it does > make all the useful messages scroll off the screen during a panic. :) > > \\|/ ____ \\|/ > \"@'/ .. \\`@\ > /_| \\__/ |_\\ > \\__U_/ > > Oh, and you forgot the > > Obtained from: Linux > > in the commit log. :-P Isn't this GPL'd code? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:49:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3BAD37B411; Tue, 4 Sep 2001 16:49:26 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84NnQT82190; Tue, 4 Sep 2001 16:49:26 -0700 (PDT) (envelope-from lioux) Message-Id: <200109042349.f84NnQT82190@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Sep 2001 16:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist ports/graphics/netpbm/files Makefile.config.FreeBSD manpages patch-ba patch-bb patch-bd patch-be patch-bf patch-bg patch-cl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/04 16:49:26 PDT Modified files: graphics/netpbm Makefile distinfo pkg-plist graphics/netpbm/files Makefile.config.FreeBSD manpages patch-ba patch-bb patch-bd patch-be patch-bf patch-bg Removed files: graphics/netpbm/files patch-cl Log: - Update to 9.17 o several fixes o addition of ppmtoneo and neotoppm PR: 30323 Submitted by: KATO Tsuguru Revision Changes Path 1.47 +2 -5 ports/graphics/netpbm/Makefile 1.20 +1 -1 ports/graphics/netpbm/distinfo 1.29 +2 -1 ports/graphics/netpbm/pkg-plist 1.5 +4 -2 ports/graphics/netpbm/files/Makefile.config.FreeBSD 1.12 +3 -1 ports/graphics/netpbm/files/manpages 1.10 +15 -8 ports/graphics/netpbm/files/patch-ba 1.18 +24 -27 ports/graphics/netpbm/files/patch-bb 1.15 +8 -12 ports/graphics/netpbm/files/patch-bd 1.13 +12 -3 ports/graphics/netpbm/files/patch-be 1.17 +21 -3 ports/graphics/netpbm/files/patch-bf 1.17 +13 -5 ports/graphics/netpbm/files/patch-bg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:52:30 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 86C0437B40B; Tue, 4 Sep 2001 16:52:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CD35166D0A; Tue, 4 Sep 2001 16:52:18 -0700 (PDT) Date: Tue, 4 Sep 2001 16:52:18 -0700 From: Kris Kennaway To: Mikhail Teterin Cc: obrien@FreeBSD.org, ache@nagual.pp.ru, ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010904165218.A59467@xor.obsecurity.org> References: <20010904140247.A75606@dragon.nuxi.com> <200109042329.f84NTCo57103@aldan.algebra.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109042329.f84NTCo57103@aldan.algebra.com>; from mi@aldan.algebra.com on Tue, Sep 04, 2001 at 07:29:09PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 04, 2001 at 07:29:09PM -0400, Mikhail Teterin wrote: > On 4 Sep, David O'Brien wrote: > >> What do you mean exactly? Most of our libc files not have rcsids > >=20 > > That does not mean they should not have them. rcsid's just haven't > > been added yet. I explicited added them to the files you removed them > > from when I added *ll(). Please put them back just the way they were. >=20 > BTW, most of the patches in the ports-tree don't have such IDs, but some > do. Since those IDs are discarded as early as at the "make patch" stage, > I think they are pretty useless -- they don't make it to the compiled > binaries anyway. But what's the general opinion? I'm not sure at what point we started talking about ports. Vulnerabilities in ports are indexed by the port version: when we fix a vulnerability, the version gets bumped, and it's trivial to check whether the installed port is vulnerable. Kris --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7lWkyWry0BWjoQKURAnhwAJ9uGqi646uhEAjRiT2Omrlc/xam5gCffkYc BgKdt0CAD1vuyoZvp6QQMmY= =j0J2 -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 16:56:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9175937B408; Tue, 4 Sep 2001 16:56:30 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84NuUk82830; Tue, 4 Sep 2001 16:56:30 -0700 (PDT) (envelope-from murray) Message-Id: <200109042356.f84NuUk82830@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 16:56:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 16:56:30 PDT Modified files: usr.sbin/sysinstall install.c Log: Revisions 1.117 and 1.118 of tcpip.c fixed the logic dealing with DHCP and RTSOL in sysinstall. If the respective TRY_FOO variable is set to "YES" then it will be tried without prompting the user. However, if the TRY_FOO variable is set to "NO" then the user will not be prompted for a choice. This is the correct behavior, since we want people to be able to script sysinstall in either case. However, the default TRY_FOO variable has been "NO" since 1999. This is incorrect, and when the logic was corrected in tcpip.c this has the effect of never giving the user a choice to use DHCP or IPv6. The value should be undefined until it is set by a script or by the user. Submitted by: Randy Pratt, Chern Lee, many others. Revision Changes Path 1.304 +1 -3 src/usr.sbin/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 Tue Sep 4 16:57:16 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D876337B408; Tue, 4 Sep 2001 16:57:07 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 0C2146AA31; Wed, 5 Sep 2001 09:27:32 +0930 (CST) Date: Wed, 5 Sep 2001 09:27:32 +0930 From: Greg Lehey To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Committer relations (was: cvs commit: src/share/man/man9 mutex.9) Message-ID: <20010905092731.Q85816@wantadilla.lemis.com> References: <200109041018.f84AIk041520@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: <200109041018.f84AIk041520@freefall.freebsd.org>; from ru@FreeBSD.org on Tue, Sep 04, 2001 at 03:18:46AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 4 September 2001 at 3:18:46 -0700, Ruslan Ermilov wrote: > ru 2001/09/04 03:18:45 PDT > > Modified files: > share/man/man9 mutex.9 > Log: > mdoc(7) police: Please don't commit when you are drunk! > > (Committer rules candidate.) I find this offensive. You're obviously targeting logo here. We don't need this kind of message, neither in the mailing lists, nor (especially) in commit logs. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 17:22:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 610CB37B407; Tue, 4 Sep 2001 17:22:11 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f850MBq88393; Tue, 4 Sep 2001 17:22:11 -0700 (PDT) (envelope-from murray) Message-Id: <200109050022.f850MBq88393@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 17:22:11 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 17:22:11 PDT Modified files: (Branch: RELENG_4) release/sysinstall install.c Log: MFC: don't set TRY_DHCP="NO". The user can set this if they want, but the default is to prompt the user. Approved by: re Revision Changes Path 1.268.2.27 +1 -3 src/release/sysinstall/Attic/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 17:29:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D912E37B40C; Tue, 4 Sep 2001 17:29:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f850TJu90873; Tue, 4 Sep 2001 17:29:19 -0700 (PDT) (envelope-from jdp) Message-Id: <200109050029.f850TJu90873@freefall.freebsd.org> From: John Polstra Date: Tue, 4 Sep 2001 17:29:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/09/04 17:29:19 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Update maintainer address for cvsup1.freebsd.org. Revision Changes Path 1.153 +2 -2 doc/en_US.ISO8859-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 Tue Sep 4 17:45:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05B1537B40C; Tue, 4 Sep 2001 17:45:14 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f850jDj93713; Tue, 4 Sep 2001 17:45:13 -0700 (PDT) (envelope-from murray) Message-Id: <200109050045.f850jDj93713@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 17:45:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 17:45:13 PDT Modified files: usr.sbin/sysinstall install.c Log: Update the inetd configuration prompt for clarity. Submitted by: chern Committed from: "Make sysinstall suck less party", D1031 WRS campus, Alameda Revision Changes Path 1.305 +2 -2 src/usr.sbin/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 Tue Sep 4 17:46:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B87837B407; Tue, 4 Sep 2001 17:46:52 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f850kqZ94002; Tue, 4 Sep 2001 17:46:52 -0700 (PDT) (envelope-from grog) Message-Id: <200109050046.f850kqZ94002@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 Sep 2001 17:46:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/09/04 17:46:51 PDT Modified files: share/man/man9 style.9 Log: Correct (English language) style. No change in (C language) style. Revision Changes Path 1.64 +15 -15 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 17:57:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4CB437B40B; Tue, 4 Sep 2001 17:57:22 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f850vMC95015; Tue, 4 Sep 2001 17:57:22 -0700 (PDT) (envelope-from chern) Message-Id: <200109050057.f850vMC95015@freefall.freebsd.org> From: Chern Lee Date: Tue, 4 Sep 2001 17:57:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/04 17:57:22 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Modifications from author: * Change a few device names * Make use of > instead of > Submitted by: Christopher Shumway Revision Changes Path 1.58 +8 -8 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 17:58:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1B3437B40B; Tue, 4 Sep 2001 17:58:29 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f850wTB95234; Tue, 4 Sep 2001 17:58:29 -0700 (PDT) (envelope-from murray) Message-Id: <200109050058.f850wTB95234@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 17:58:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 17:58:29 PDT Modified files: usr.sbin/sysinstall menus.c Log: Allow users to enable usbd and set flags from sysinstall. This is useful for post install configuration or other cases that might not be handled by usb.c. (usb.c already sets usbd_enable iff sysinstall detects usb during install). PR: bin/18946 Submitted by: Peter van Heusden Reviewed by: jhb Revision Changes Path 1.322 +5 -1 src/usr.sbin/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 Tue Sep 4 18: 6:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F81037B40B; Tue, 4 Sep 2001 18:06:21 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8516Lt99213; Tue, 4 Sep 2001 18:06:21 -0700 (PDT) (envelope-from brooks) Message-Id: <200109050106.f8516Lt99213@freefall.freebsd.org> From: Brooks Davis Date: Tue, 4 Sep 2001 18:06:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tap.c if_tapvar.h src/share/man/man4 tap.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/04 18:06:21 PDT Modified files: sys/net if_tap.c if_tapvar.h share/man/man4 tap.4 Log: Add cloning support for the tap(4) device similar to that in the tun(4) device. Submitted by: Maksim Yevmenkin Revision Changes Path 1.9 +220 -137 src/sys/net/if_tap.c 1.4 +4 -2 src/sys/net/if_tapvar.h 1.9 +46 -7 src/share/man/man4/tap.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18: 6:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7641E37B416; Tue, 4 Sep 2001 18:06:28 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8516SJ99245; Tue, 4 Sep 2001 18:06:28 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050106.f8516SJ99245@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:06:28 PDT Modified files: sys/sys bus_private.h Log: Style(9) Revision Changes Path 1.19 +50 -50 src/sys/sys/bus_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18: 7:18 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 99F9D37B405; Tue, 4 Sep 2001 18:07:07 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f85177M40004; Tue, 4 Sep 2001 18:07:07 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id E279F390C; Tue, 4 Sep 2001 18:07:06 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Matt Dillon Cc: "David O'Brien" , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) In-Reply-To: <200109042205.f84M5YM95627@earth.backplane.com> Date: Tue, 04 Sep 2001 18:07:06 -0700 From: Peter Wemm Message-Id: <20010905010706.E279F390C@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon wrote: > > : > :On Tue, Sep 04, 2001 at 02:22:38PM -0700, Matt Dillon wrote: > :> #include > :> > :> ... > :> > :> __RCSID("$FreeBSD$"); > :> > :> (where CVS will expand the $FreeBSD$ part when a file is checked in). > : > :Please! I already have a prototype in works. I'm sure there are other > :things for people to work on. > > sys/cdefs.h ? I think it's perfect, lets use it... I don't understand > why you haven't instrumented all the library source files already, > though, or at least more then have been, or asked people to help out > instrumenting it. Barely 33 files use RCSID and it's been in the tree > for almost half a year! And nobody seems to know it exists except a > handful of people. The stuff is only so much fluff if it isn't used. I regenerated a diff I've had on a local tree for over a month now. It solves the problem of using multiple __XXXID() in the same file. This is just a refinement. It can deal with __XXXID() in *.h headers except for the non-gcc case. Index: cdefs.h =================================================================== RCS file: /home/ncvs/src/sys/sys/cdefs.h,v retrieving revision 1.33 diff -u -r1.33 cdefs.h --- cdefs.h 2001/06/02 17:35:50 1.33 +++ cdefs.h 2001/09/05 00:52:19 @@ -192,22 +192,27 @@ #endif /* __ELF__ */ #endif /* __GNUC__ */ -#if defined(__GNUC__) && defined(__ELF__) +#if defined(__GNUC__) +#if defined(__ELF__) #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") #else +#define __IDSTRING(name,string) __asm__(".data\n\t.asciz\t\"" string "\"\n\t.previous") +#else +/* You're out of luck, but this is about the best we can do without asm() */ #define __IDSTRING(name,string) static const char name[] __unused = string +/* Alternative: #define __IDSTRING(name,string) */ #endif #ifndef __RCSID -#define __RCSID(s) __IDSTRING(rcsid,s) +#define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) #endif #ifndef __RCSID_SOURCE -#define __RCSID_SOURCE(s) __IDSTRING(rcsid_source,s) +#define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) #endif #ifndef __COPYRIGHT -#define __COPYRIGHT(s) __IDSTRING(copyright,s) +#define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s) #endif #ifndef __DECONST Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:22:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F50037B40B; Tue, 4 Sep 2001 18:22:15 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851MFJ00923; Tue, 4 Sep 2001 18:22:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050122.f851MFJ00923@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:22:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _lock.h _mutex.h callout.h cdio.h diskslice.h domain.h filedesc.h interrupt.h lock.h msgbuf.h namei.h pciio.h priority.h proc.h resource.h rman.h runq.h signal.h signalvar.h socket.h socketvar.h time.h un.h unpcb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:22:15 PDT Modified files: sys/sys _lock.h _mutex.h callout.h cdio.h diskslice.h domain.h filedesc.h interrupt.h lock.h msgbuf.h namei.h pciio.h priority.h proc.h resource.h rman.h runq.h signal.h signalvar.h socket.h socketvar.h time.h un.h unpcb.h Log: style(9) the structure definitions. Revision Changes Path 1.3 +2 -2 src/sys/sys/_lock.h 1.2 +2 -2 src/sys/sys/_mutex.h 1.23 +3 -3 src/sys/sys/callout.h 1.22 +9 -15 src/sys/sys/cdio.h 1.41 +2 -2 src/sys/sys/diskslice.h 1.15 +2 -2 src/sys/sys/domain.h 1.28 +2 -2 src/sys/sys/filedesc.h 1.19 +3 -3 src/sys/sys/interrupt.h 1.35 +4 -4 src/sys/sys/lock.h 1.16 +2 -2 src/sys/sys/msgbuf.h 1.31 +2 -2 src/sys/sys/namei.h 1.6 +3 -3 src/sys/sys/pciio.h 1.2 +2 -2 src/sys/sys/priority.h 1.178 +6 -6 src/sys/sys/proc.h 1.15 +2 -2 src/sys/sys/resource.h 1.16 +4 -4 src/sys/sys/rman.h 1.2 +3 -3 src/sys/sys/runq.h 1.27 +4 -4 src/sys/sys/signal.h 1.44 +3 -3 src/sys/sys/signalvar.h 1.57 +3 -3 src/sys/sys/socket.h 1.59 +2 -2 src/sys/sys/socketvar.h 1.47 +2 -2 src/sys/sys/time.h 1.19 +2 -2 src/sys/sys/un.h 1.13 +4 -4 src/sys/sys/unpcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:27:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 131D937B407; Tue, 4 Sep 2001 18:27:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851Rsf01404; Tue, 4 Sep 2001 18:27:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050127.f851Rsf01404@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makesyscalls.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:27:53 PDT Modified files: sys/kern makesyscalls.sh Log: Fix the definition generation code from rev 1.15 that generates non-style(9) compliant structure definitions. Revision Changes Path 1.47 +5 -5 src/sys/kern/makesyscalls.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:30:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A58037B401; Tue, 4 Sep 2001 18:30:39 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851UdB01656; Tue, 4 Sep 2001 18:30:39 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050130.f851UdB01656@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:30:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include disktab.h link.h netdb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:30:39 PDT Modified files: include disktab.h link.h netdb.h Log: style(9) the structure definitions. Revision Changes Path 1.2 +2 -1 src/include/disktab.h 1.22 +2 -2 src/include/link.h 1.21 +5 -5 src/include/netdb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:31:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9739637B403; Tue, 4 Sep 2001 18:31:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851VDn01732; Tue, 4 Sep 2001 18:31:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050131.f851VDn01732@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:31:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa tftp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:31:13 PDT Modified files: include/arpa tftp.h Log: style(9) the structure definitions. Revision Changes Path 1.4 +2 -1 src/include/arpa/tftp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:34:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D84037B40B; Tue, 4 Sep 2001 18:34:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851YrS02043; Tue, 4 Sep 2001 18:34:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050134.f851YrS02043@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include npx.h sigframe.h signal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:34:53 PDT Modified files: sys/i386/include npx.h sigframe.h signal.h Log: style(9) the structure definitions. Revision Changes Path 1.22 +4 -4 src/sys/i386/include/npx.h 1.6 +2 -2 src/sys/i386/include/sigframe.h 1.14 +3 -3 src/sys/i386/include/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 Sep 4 18:35:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6BE137B406; Tue, 4 Sep 2001 18:35:40 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851ZeI02146; Tue, 4 Sep 2001 18:35:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050135.f851ZeI02146@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include sigframe.h signal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:35:40 PDT Modified files: sys/alpha/include sigframe.h signal.h Log: style(9) the structure definitions. Revision Changes Path 1.2 +2 -2 src/sys/alpha/include/sigframe.h 1.7 +2 -2 src/sys/alpha/include/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 Sep 4 18:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F167037B409; Tue, 4 Sep 2001 18:36:15 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851aFn02219; Tue, 4 Sep 2001 18:36:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050136.f851aFn02219@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:36:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include sigframe.h signal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:36:15 PDT Modified files: sys/ia64/include sigframe.h signal.h Log: style(9) the structure definitions. Revision Changes Path 1.2 +2 -2 src/sys/ia64/include/sigframe.h 1.5 +2 -2 src/sys/ia64/include/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 Sep 4 18:36:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7989937B405; Tue, 4 Sep 2001 18:36:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f851akj02319; Tue, 4 Sep 2001 18:36:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050136.f851akj02319@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 18:36:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include sigframe.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 18:36:46 PDT Modified files: sys/powerpc/include sigframe.h Log: style(9) the structure definitions. Revision Changes Path 1.3 +2 -2 src/sys/powerpc/include/sigframe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:38:44 2001 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 E8B7637B401; Tue, 4 Sep 2001 18:38:37 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f851ca236795; Tue, 4 Sep 2001 21:38:36 -0400 (EDT) (envelope-from wollman) Date: Tue, 4 Sep 2001 21:38:36 -0400 (EDT) From: Garrett Wollman Message-Id: <200109050138.f851ca236795@khavrinen.lcs.mit.edu> To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa tftp.h In-Reply-To: <200109050131.f851VDn01732@freefall.freebsd.org> References: <200109050131.f851VDn01732@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > include/arpa tftp.h > Log: > style(9) the structure definitions. Was this *really* necessary? I thought we had a policy against doing broad sweeps of non-substantive changes like this. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 18:56:55 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8A38337B408; Tue, 4 Sep 2001 18:56:49 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f851uh079092; Tue, 4 Sep 2001 18:56:43 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 18:56:43 -0700 From: "David O'Brien" To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/arpa tftp.h Message-ID: <20010904185643.A78975@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109050131.f851VDn01732@freefall.freebsd.org> <200109050138.f851ca236795@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109050138.f851ca236795@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Tue, Sep 04, 2001 at 09:38:36PM -0400 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 09:38:36PM -0400, Garrett Wollman wrote: > < said: > > > include/arpa tftp.h > > Log: > > style(9) the structure definitions. > > Was this *really* necessary? > > I thought we had a policy against doing broad sweeps of > non-substantive changes like this. Yes it was -- we were so confused (partically do to your commit to style.9) that one could not figure out what was right. Now enough of the key places to look for style guidlines have been fixed. I don't plan on sweaping any more of the tree to just fix this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 19: 8:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AE8637B409; Tue, 4 Sep 2001 19:08:11 -0700 (PDT) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8528B809739; Tue, 4 Sep 2001 19:08:11 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200109050208.f8528B809739@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 4 Sep 2001 19:08:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/09/04 19:08:11 PDT Modified files: security/racoon Makefile distinfo Log: Upgrade to 20010831. Revision Changes Path 1.13 +2 -3 ports/security/racoon/Makefile 1.11 +1 -1 ports/security/racoon/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 19:30:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5BCA37B406; Tue, 4 Sep 2001 19:30:50 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f852Uo511990; Tue, 4 Sep 2001 19:30:50 -0700 (PDT) (envelope-from murray) Message-Id: <200109050230.f852Uo511990@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Sep 2001 19:30:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall cdrom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/04 19:30:50 PDT Modified files: usr.sbin/sysinstall cdrom.c Log: Introduce the concept of previously mounted media to sysinstall. This will now allow sysinstall to work properly if a FreeBSD CD/DVD is already mounted as /cdrom, instead of just crapping out when it tries to mount as /dist and gets EBUSY. PR: conf/28081 Tested by: jhb Revision Changes Path 1.50 +21 -7 src/usr.sbin/sysinstall/cdrom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 19:36:48 2001 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 7C3BD37B405; Tue, 4 Sep 2001 19:36:41 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id MAA21579; Wed, 5 Sep 2001 12:06:38 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.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: <200109050230.f852Uo511990@freefall.freebsd.org> Date: Wed, 05 Sep 2001 12:06:38 +0930 (CST) From: "Daniel O'Connor" To: Murray Stokely Subject: RE: cvs commit: src/usr.sbin/sysinstall cdrom.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Sep-2001 Murray Stokely wrote: > Introduce the concept of previously mounted media to sysinstall. > This will now allow sysinstall to work properly if a FreeBSD CD/DVD is > already mounted as /cdrom, instead of just crapping out when it tries > to mount as /dist and gets EBUSY. Errmm.. I get EBUSY if I try and mount a CDROM too soon after putting it in the drive :) --- 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 Sep 4 19:40: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 89B5837B406; Tue, 4 Sep 2001 19:39:58 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 636A34B65E; Tue, 4 Sep 2001 19:45:33 -0700 (PDT) Date: Tue, 4 Sep 2001 19:45:33 -0700 From: murray@stokely.org To: Daniel O'Connor Cc: Murray Stokely , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall cdrom.c Message-ID: <20010904194533.C10724@windriver.com> References: <200109050230.f852Uo511990@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: ; from doconnor@gsoft.com.au on Wed, Sep 05, 2001 at 12:06:38PM +0930 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 12:06:38PM +0930, Daniel O'Connor wrote: > Errmm.. > > I get EBUSY if I try and mount a CDROM too soon after putting it in the drive :) Argh.. I think that's why I didn't fix this PR the first time I saw it long ago. I guess getmntinfo could be used. -Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 19:41:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15CED37B406; Tue, 4 Sep 2001 19:41:06 -0700 (PDT) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f852f6M12978; Tue, 4 Sep 2001 19:41:06 -0700 (PDT) (envelope-from rpratt) Message-Id: <200109050241.f852f6M12978@freefall.freebsd.org> From: Randy Pratt Date: Tue, 4 Sep 2001 19:41:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/09/04 19:41:05 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Reflect change to inetd configuration prompt (src/usr.sbin/sysinstall/install.c Revision 1.305) Approved by: murray Revision Changes Path 1.108 +2 -2 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 19:41:59 2001 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 3F5A537B405; Tue, 4 Sep 2001 19:41:49 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id MAA21654; Wed, 5 Sep 2001 12:11:41 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.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: <20010904194533.C10724@windriver.com> Date: Wed, 05 Sep 2001 12:11:41 +0930 (CST) From: "Daniel O'Connor" To: murray@stokely.org Subject: Re: cvs commit: src/usr.sbin/sysinstall cdrom.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Murray Stokely Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Sep-2001 murray@stokely.org wrote: > > I get EBUSY if I try and mount a CDROM too soon after putting it in the > > drive :) > > Argh.. I think that's why I didn't fix this PR the first time I saw > it long ago. I guess getmntinfo could be used. Yeah, I guess so. I don't know if cd0 acts differently to acd0 either.. --- 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 Sep 4 19:50:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B22D737B406; Tue, 4 Sep 2001 19:50:32 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f852oW913795; Tue, 4 Sep 2001 19:50:32 -0700 (PDT) (envelope-from peter) Message-Id: <200109050250.f852oW913795@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 19:50:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 19:50:32 PDT Modified files: sys/sys cdefs.h Log: Attempt to refine the __IDSTRING() macros so that they dont collide with each other. This will allow multiple __RCSID() entries in the same file and even __RCSID() in headers. **HOWEVER**, the usefulness of this in headers is somewhat marginal in non-ELF since they would go into the data section where they cannot be easily compressed or stripped. It (id's in headers) is also not useful in the non-GCC case since it is hard to generate unique variable names. I have an idea on that though. Now for mcs: http://mirrors.ccs.neu.edu/cgi-bin/unixhelp/man-cgi?mcs+1 Revision Changes Path 1.34 +13 -5 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 20:22:11 2001 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 5F78837B403; Tue, 4 Sep 2001 20:22:02 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.5/8.11.5) with SMTP id f853LsP60182; Tue, 4 Sep 2001 23:21:55 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 4 Sep 2001 23:21:54 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c In-Reply-To: <200109042356.f84NuUk82830@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm. I think I just ran into that this morning -- installed a 5.0-CURRENT snapshot on a machine at work, and it never prompted me to use DHCP. However, I'm sure I've successfully installed that way since 1999, so maybe there's something else going on here? Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Tue, 4 Sep 2001, Murray Stokely wrote: > murray 2001/09/04 16:56:30 PDT > > Modified files: > usr.sbin/sysinstall install.c > Log: > Revisions 1.117 and 1.118 of tcpip.c fixed the logic dealing with DHCP > and RTSOL in sysinstall. If the respective TRY_FOO variable is set to > "YES" then it will be tried without prompting the user. > > However, if the TRY_FOO variable is set to "NO" then the user will not > be prompted for a choice. This is the correct behavior, since we want > people to be able to script sysinstall in either case. > > However, the default TRY_FOO variable has been "NO" since 1999. This > is incorrect, and when the logic was corrected in tcpip.c this has the > effect of never giving the user a choice to use DHCP or IPv6. The > value should be undefined until it is set by a script or by the user. > > Submitted by: Randy Pratt, Chern Lee, many others. > > Revision Changes Path > 1.304 +1 -3 src/usr.sbin/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 Tue Sep 4 20:29: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id B723837B405; Tue, 4 Sep 2001 20:28:58 -0700 (PDT) Received: from elischer.org (InterJet.elischer.org [192.168.1.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id UAA21077; Tue, 4 Sep 2001 20:58:19 -0700 (PDT) Message-ID: <3B959B6E.79D477B@elischer.org> Date: Tue, 04 Sep 2001 20:26:38 -0700 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: Brian Somers Cc: Mario Sergio Fujikawa Ferreira , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c References: <200109041740.f84He8284324@hak.lan.Awfulhak.org> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brian Somers wrote: > > > On Sun, Sep 02, 2001 at 11:37:54PM -0700, Julian Elischer wrote: > > > julian 2001/09/02 23:38:16 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > sys/netgraph netgraph.h ng_base.c ng_pppoe.c > > > ng_pppoe.h ng_socket.c > > > Log: > > > Add support for Telebrazilia and their 3com pppoe devices > > > > Sweeet.... s/brazilia/brasilia/ though. Actually, this > > device is used by all subsidiaries of BrasilTelecom which include > > Telebrasilia. :) > > Any chance of a patch to latest version of the handbook (the ppp & > slip section) ? are you asking me? > > > -- > > Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." > > lioux at ( freebsd dot org | linf dot unb dot br ) > > flames to beloved devnull@someotherworldbeloworabove.org > > feature, n: a documented bug | bug, n: an undocumented feature > > -- > Brian > http://www.freebsd-services.com/ > Don't _EVER_ lose your sense of humour ! -- +------------------------------------+ ______ _ __ | __--_|\ Julian Elischer | \ U \/ / hard at work in | / \ julian@elischer.org +------>x USA \ a very strange | ( OZ ) \___ ___ | country ! +- X_.---._/ presently in San Francisco \_/ \\ v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 20:36: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C33F237B405; Tue, 4 Sep 2001 20:36:00 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f853a0921013; Tue, 4 Sep 2001 20:36:00 -0700 (PDT) (envelope-from rwatson) Message-Id: <200109050336.f853a0921013@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Sep 2001 20:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e posix1e.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/09/04 20:36:00 PDT Modified files: lib/libc/posix1e posix1e.3 Log: Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1e support. Obtained from: TrustedBSD Project Revision Changes Path 1.18 +3 -1 src/lib/libc/posix1e/posix1e.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 20:38:57 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 8AF4237B405 for ; Tue, 4 Sep 2001 20:38:54 -0700 (PDT) Received: (qmail 8001 invoked by uid 1000); 5 Sep 2001 03:32:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Sep 2001 03:32:13 -0000 Date: Tue, 4 Sep 2001 22:32:13 -0500 (CDT) From: Mike Silbersack To: Matt Dillon Cc: John Baldwin , , Subject: Re: RE: cvs commit: src/sys/kern init_sysent.c sysv_msg.c sysv_sem.c In-Reply-To: <200108311755.f7VHtQl66146@earth.backplane.com> Message-ID: <20010904223026.N7815-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 31 Aug 2001, Matt Dillon wrote: > I'm slowly documenting procedures - for example as I do the Giant > pushdown. Please continue to so; I've already learned a lot just from these few messages. That being said, I'm going to hold off on doing any smp work until I finish up the tcp related things I've been planning to work on; I suspect at this point my effort is better spent there. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 20:54:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F16A737B406; Tue, 4 Sep 2001 20:54:33 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f853sXr22906; Tue, 4 Sep 2001 20:54:33 -0700 (PDT) (envelope-from yokota) Message-Id: <200109050354.f853sXr22906@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 4 Sep 2001 20:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnp.c pnpparse.c pnpvar.h isa_common.c isa_common.h isavar.h src/sys/i386/i386 bios.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/09/04 20:54:33 PDT Modified files: sys/isa pnp.c pnpparse.c pnpvar.h isa_common.c isa_common.h isavar.h sys/i386/i386 bios.c Log: Rework the ISA PnP driver pnp and the PnP resource parser to fix the following bugs. - When constructing a resource configuration, respect the order in which resource descriptors are read, in order to establish the correct mapping between the descriptors and configuration registers. "Plug and Play ISA Specification, Version 1.0a", Sec 4.6.1, May 5, 1994. "Clarifications to the Plug and Play ISA Specification, Version 1.0a", Sec 6.2.1, Dec. 10, 1994. - Do not ignore null (empty) descriptors; they are valid descriptors acting as filler. "Clarifications to the Plug and Play ISA Specification, Version 1.0a", Sec 6.2.1. - Correctly set up logical device configuration registers for null resources. "Clarifications to the Plug and Play ISA Specification, Version 1.0a" - Handle null resources properly in the resource allocator for the ISA bus. Revision Changes Path 1.10 +55 -20 src/sys/isa/pnp.c 1.12 +498 -327 src/sys/isa/pnpparse.c 1.6 +10 -2 src/sys/isa/pnpvar.h 1.26 +93 -3 src/sys/isa/isa_common.c 1.9 +1 -3 src/sys/isa/isa_common.h 1.22 +8 -1 src/sys/isa/isavar.h 1.43 +22 -6 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 21:17:33 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id C609937B40E for ; Tue, 4 Sep 2001 21:17:27 -0700 (PDT) Received: (qmail 8130 invoked by uid 1000); 5 Sep 2001 04:17:26 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Sep 2001 04:17:26 -0000 Date: Tue, 4 Sep 2001 23:17:26 -0500 (CDT) From: Mike Silbersack To: Ruslan Ermilov Cc: Valentino Vaschetto , , Subject: Re: cvs commit: src/share/man/man9 mutex.9 In-Reply-To: <20010904131644.B54480@sunbay.com> Message-ID: <20010904231554.I7815-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, Ruslan Ermilov wrote: > Hey, you've just got a yellow card for this commit! I think it's finally about time that you create a mdoc police emblem. Without it, we're not going to be able to tell whether someone is really from the mdoc agency or is just one of the Village People. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 21:56:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE17637B406; Tue, 4 Sep 2001 21:56:42 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f854ugE31719; Tue, 4 Sep 2001 21:56:42 -0700 (PDT) (envelope-from kris) Message-Id: <200109050456.f854ugE31719@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 21:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnut Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 21:56:42 PDT Modified files: net/gnut Makefile distinfo Log: Chase the checksum. Some code changes to the HTML-parsing code, looks like 0.4.27 turned into a prerelease of 0.4.28. Revision Changes Path 1.13 +2 -1 ports/net/gnut/Makefile 1.13 +1 -1 ports/net/gnut/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22: 1: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABE4F37B40C; Tue, 4 Sep 2001 22:00:56 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8550up32067; Tue, 4 Sep 2001 22:00:56 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200109050500.f8550up32067@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 4 Sep 2001 22:00:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/nspostgres Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2001/09/04 22:00:56 PDT Modified files: www/nspostgres Makefile Log: Correct dependency line. Revision Changes Path 1.5 +2 -2 ports/www/nspostgres/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22: 1:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D88C037B407; Tue, 4 Sep 2001 22:01:42 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8551gb32150; Tue, 4 Sep 2001 22:01:42 -0700 (PDT) (envelope-from knu) Message-Id: <200109050501.f8551gb32150@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Sep 2001 22:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/04 22:01:42 PDT Modified files: release/scripts print-cdrom-packages.sh Log: Add sysutils/portupgrade to CD-ROM #1. (+1.5MB) Revision Changes Path 1.13 +2 -1 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:11: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 531EA37B406; Tue, 4 Sep 2001 22:10:59 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 6EFF64B65E; Tue, 4 Sep 2001 22:16:35 -0700 (PDT) Date: Tue, 4 Sep 2001 22:16:35 -0700 From: Murray Stokely To: Robert Watson Cc: Murray Stokely , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c Message-ID: <20010904221635.D8581@windriver.com> References: <200109042356.f84NuUk82830@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: ; from rwatson@FreeBSD.org on Tue, Sep 04, 2001 at 11:21:54PM -0400 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 11:21:54PM -0400, Robert Watson wrote: > Hmm. I think I just ran into that this morning -- installed a 5.0-CURRENT > snapshot on a machine at work, and it never prompted me to use DHCP. > However, I'm sure I've successfully installed that way since 1999, so > maybe there's something else going on here? The logic was reversed in tcpip.c until 2 days ago. In this case two bugs canceled each other out. fcvs diff -r 1.116 -r 1.118 tcpip.c /* First try a DHCP scan if such behavior is desired */ if (!variable_cmp(VAR_TRY_DHCP, "YES") || - ((!variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) { + ((variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) { --- Old behavior : If VAR_TRY_DHCP == "YES", then try DHCP unconditionally. If VAR_TRY_DHCP == "NO", then ask the user if they want DHCP. VAR_TRY_DHCP was set to "NO" explicitly in install.c Behavior as of yesterday : If VAR_TRY_DHCP == "YES", then try DHCP unconditionally. If VAR_TRY_DHCP == "NO", then don't ask user if they want DHCP, just go straight to complete TCP/IP setup screen. VAR_TRY_DHCP still set to "NO" explicitly in install.c (This change was based on PRs, since people wanted the ability to explicitly tell sysinstall not to use DHCP in scripts. If you just look at tcpip.c then this makes perfect sense) Behavior as of today : Same as above except VAR_TRY_DHCP now undefined initially, so users get the old behavior (prompt user if they would like to use DHCP or not, with the "YES" box pre-selected), and the new functionality (users doing un-attended installs can script this correctly). - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:18:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D39237B401; Tue, 4 Sep 2001 22:18:36 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f855IaE36784; Tue, 4 Sep 2001 22:18:36 -0700 (PDT) (envelope-from obrien) Message-Id: <200109050518.f855IaE36784@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Sep 2001 22:18:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include fp.h intr_machdep.h pcb.h pmap.h proc.h reg.h setjmp.h signal.h tte.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/04 22:18:36 PDT Modified files: sys/sparc64/include fp.h intr_machdep.h pcb.h pmap.h proc.h reg.h setjmp.h signal.h tte.h Log: style(9) the structure definitions. Revision Changes Path 1.4 +3 -3 src/sys/sparc64/include/fp.h 1.2 +5 -5 src/sys/sparc64/include/intr_machdep.h 1.7 +3 -3 src/sys/sparc64/include/pcb.h 1.7 +3 -3 src/sys/sparc64/include/pmap.h 1.5 +2 -2 src/sys/sparc64/include/proc.h 1.4 +4 -4 src/sys/sparc64/include/reg.h 1.4 +3 -3 src/sys/sparc64/include/setjmp.h 1.5 +3 -3 src/sys/sparc64/include/signal.h 1.4 +3 -3 src/sys/sparc64/include/tte.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:20:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48EFF37B407; Tue, 4 Sep 2001 22:20:31 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f855KV636988; Tue, 4 Sep 2001 22:20:31 -0700 (PDT) (envelope-from kris) Message-Id: <200109050520.f855KV636988@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 22:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 22:20:31 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Correct a last minute sizeof() bogon in my previous commit. Revision Changes Path 1.85 +2 -2 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:25: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F4E37B408; Tue, 4 Sep 2001 22:24:55 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f855OtD37522; Tue, 4 Sep 2001 22:24:55 -0700 (PDT) (envelope-from kris) Message-Id: <200109050524.f855OtD37522@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 22:24:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser rmuser.perl X-FreeBSD-CVS-Branch: RELENG_4_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 22:24:55 PDT Modified files: (Branch: RELENG_4_3) usr.sbin/adduser rmuser.perl Log: MFS: 1.8.2.7 Make rmuser.perl work again after my previous commit Submitted by: ghelmer Revision Changes Path 1.8.2.2.2.2 +9 -7 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 Tue Sep 4 22:25:52 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A10B937B405; Tue, 4 Sep 2001 22:25:40 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f855PZX22011; Tue, 4 Sep 2001 23:25:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f855PZh41449; Tue, 4 Sep 2001 23:25:35 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109050525.f855PZh41449@harmony.village.org> To: Mike Silbersack Subject: Re: cvs commit: src/share/man/man9 mutex.9 Cc: Ruslan Ermilov , Valentino Vaschetto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Sep 2001 23:17:26 CDT." <20010904231554.I7815-100000@achilles.silby.com> References: <20010904231554.I7815-100000@achilles.silby.com> Date: Tue, 04 Sep 2001 23:25:35 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010904231554.I7815-100000@achilles.silby.com> Mike Silbersack writes: : I think it's finally about time that you create a mdoc police emblem. : Without it, we're not going to be able to tell whether someone is really : from the mdoc agency or is just one of the Village People. Hey, I'm the only one that can issue Village People cards around here. imp@village.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:35:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14FCB37B403; Tue, 4 Sep 2001 22:35:43 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f855Zhv38695; Tue, 4 Sep 2001 22:35:43 -0700 (PDT) (envelope-from peter) Message-Id: <200109050535.f855Zhv38695@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 22:35:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 22:35:43 PDT Modified files: sys/sys cdefs.h Log: It is the last-second trivial changes that kill me every time. Fix nested comment. :-( Submitted by: obrien Revision Changes Path 1.35 +2 -2 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:47:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D06737B40C; Tue, 4 Sep 2001 22:47:49 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f855lnV40023; Tue, 4 Sep 2001 22:47:49 -0700 (PDT) (envelope-from kris) Message-Id: <200109050547.f855lnV40023@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 22:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/screen Makefile distinfo ports/misc/screen/files patch-sec1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 22:47:49 PDT Modified files: misc/screen Makefile distinfo Removed files: misc/screen/files patch-sec1 Log: Update to screen 3.9.10 with vendor fix for the alleged security hole. Revision Changes Path 1.35 +2 -3 ports/misc/screen/Makefile 1.10 +1 -1 ports/misc/screen/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 22:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AA1E37B40B; Tue, 4 Sep 2001 22:50:13 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f855oDC40238; Tue, 4 Sep 2001 22:50:13 -0700 (PDT) (envelope-from bmah) Message-Id: <200109050550.f855oDC40238@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 22:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 22:50:13 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Previously, the RELNOTESng errata file for a release would contain the final version of the errata for the previous release (thus, the final X.Y-RELEASE errata would get generated with the release documents for X.(Y+1)-RELEASE). Without debating the merits of this approach, it definitely violates POLA for those users who are accustomed to our existing release documentation. Restore the previous behavior of having the errata document for a release be an empty errata document for the version being released. Revision Changes Path 1.1.2.22 +41 -12 src/release/doc/en_US.ISO8859-1/errata/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 Sep 4 23: 4:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 064B937B406; Tue, 4 Sep 2001 23:04:40 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8564e141429; Tue, 4 Sep 2001 23:04:40 -0700 (PDT) (envelope-from kris) Message-Id: <200109050604.f8564e141429@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 4 Sep 2001 23:04:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/newvox Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/04 23:04:39 PDT Modified files: games/newvox Makefile Log: Correct the location of sdl11-config. Submitted by: bento Revision Changes Path 1.2 +2 -2 ports/games/newvox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 23:10:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC4AA37B403; Tue, 4 Sep 2001 23:10:19 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f856AJd44953; Tue, 4 Sep 2001 23:10:19 -0700 (PDT) (envelope-from bmah) Message-Id: <200109050610.f856AJd44953@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 23:10:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 23:10:19 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Clarify/cleanup pcic(4) release note. Submitted by: msmith Revision Changes Path 1.128 +13 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 23:13: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2616337B407; Tue, 4 Sep 2001 23:13:02 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f856D2a45253; Tue, 4 Sep 2001 23:13:02 -0700 (PDT) (envelope-from bmah) Message-Id: <200109050613.f856D2a45253@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 23:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 23:13:02 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: pcic(4) release note cleanup/clarification. Approved by: murray (implicitly) Revision Changes Path 1.22.2.79 +12 -5 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 23:15:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98CF437B408; Tue, 4 Sep 2001 23:15:49 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f856FnL45677; Tue, 4 Sep 2001 23:15:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200109050615.f856FnL45677@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 23:15:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 23:15:49 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a missing "option". Revision Changes Path 1.129 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 23:16:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C062E37B405; Tue, 4 Sep 2001 23:16:13 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f856GDJ45735; Tue, 4 Sep 2001 23:16:13 -0700 (PDT) (envelope-from bmah) Message-Id: <200109050616.f856GDJ45735@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 23:16:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 23:16:13 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add more missing words around tags. Approved by: murray (implicitly) Revision Changes Path 1.22.2.80 +6 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 4 23:35: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38E2537B409; Tue, 4 Sep 2001 23:35:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f856Z4N48724; Tue, 4 Sep 2001 23:35:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109050635.f856Z4N48724@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Sep 2001 23:35:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perltidy Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/04 23:35:04 PDT Modified files: devel/perltidy Makefile distinfo pkg-plist Log: upgrade to 0903 Revision Changes Path 1.11 +3 -3 ports/devel/perltidy/Makefile 1.10 +1 -1 ports/devel/perltidy/distinfo 1.5 +2 -0 ports/devel/perltidy/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 Sep 5 0: 3:18 2001 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 8AFA337B406; Wed, 5 Sep 2001 00:03:01 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f8572ts99200; Wed, 5 Sep 2001 10:02:55 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 10:02:55 +0300 From: Ruslan Ermilov To: "David O'Brien" Cc: Kris Kennaway , Valentino Vaschetto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010905100255.C96906@sunbay.com> References: <200109020045.f820jfL13842@freefall.freebsd.org> <20010904131644.B54480@sunbay.com> <20010904080224.B48220@xor.obsecurity.org> <20010904141306.D75606@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: <20010904141306.D75606@dragon.nuxi.com>; from obrien@FreeBSD.org on Tue, Sep 04, 2001 at 02:13:06PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 02:13:06PM -0700, David O'Brien wrote: > On Tue, Sep 04, 2001 at 08:02:24AM -0700, Kris Kennaway wrote: > > > 1) Don't insert extra whitespace at EOL. > ... > > Where are #1 and #3 documented? > > #1 is our general rule for all committed files -- source too. > And it is explicitly documented in the mdoc(7) manual: : Trailing Blank Space Characters : Troff can be confused by blank space characters at the : end of a line. It is a wise preventive measure to globally : remove all blank spaces from : character sequences. Should the need arise to force a : blank character at the end of a line, it may be forced : with an unpaddable space and the `\&' escape character. : For example, `string\ \&'. It is also wise to read the "Other Possible Pitfalls" section. Thanks, -- 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 Sep 5 0: 3:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 695D037B406; Wed, 5 Sep 2001 00:03:34 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8573YK52407; Wed, 5 Sep 2001 00:03:34 -0700 (PDT) (envelope-from clive) Message-Id: <200109050703.f8573YK52407@freefall.freebsd.org> From: Clive Lin Date: Wed, 5 Sep 2001 00:03:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/09/05 00:03:34 PDT Modified files: chinese/mutt Makefile Log: Add a new PATCH_SITES entry. Revision Changes Path 1.8 +3 -2 ports/chinese/mutt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 0: 4:59 2001 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 4935C37B401; Wed, 5 Sep 2001 00:04:48 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f8574NA99468; Wed, 5 Sep 2001 10:04:23 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 10:04:23 +0300 From: Ruslan Ermilov To: Paul Richards Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010905100423.D96906@sunbay.com> References: <200109041018.f84AIk041520@freefall.freebsd.org> <80960000.999628757@lobster.originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <80960000.999628757@lobster.originative.co.uk>; from paul@freebsd-services.com on Tue, Sep 04, 2001 at 07:39:17PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 07:39:17PM +0100, Paul Richards wrote: > --On Tuesday, September 04, 2001 03:18:46 -0700 Ruslan Ermilov > wrote: > > > ru 2001/09/04 03:18:45 PDT > > > > Modified files: > > share/man/man9 mutex.9 > > Log: > > mdoc(7) police: Please don't commit when you are drunk! > > > > (Committer rules candidate.) > > Commit messages should explain the change you made and should not be > considered a short cut to send messages to the mailing list. > > (Committer rules candidate) > I'm sorry for not keeping my emotions regulated. -- 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 Sep 5 0:10:25 2001 Delivered-To: cvs-all@freebsd.org Received: from femail44.sdc1.sfba.home.com (femail44.sdc1.sfba.home.com [24.254.60.38]) by hub.freebsd.org (Postfix) with ESMTP id 904D437B40B; Wed, 5 Sep 2001 00:10:10 -0700 (PDT) Received: from intruder.bmah.org ([24.176.204.87]) by femail44.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010905071010.ORPI13169.femail44.sdc1.sfba.home.com@intruder.bmah.org>; Wed, 5 Sep 2001 00:10:10 -0700 Received: (from bmah@localhost) by intruder.bmah.org (8.11.6/8.11.3) id f857AAO32112; Wed, 5 Sep 2001 00:10:10 -0700 (PDT) (envelope-from bmah) Message-Id: <200109050710.f857AAO32112@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Warner Losh Cc: Mike Silbersack , Ruslan Ermilov , Valentino Vaschetto , freebsd-chat@FreeBSD.org Subject: "FreeBSD" (was Re: cvs commit: src/share/man/man9 mutex.9) In-Reply-To: <200109050525.f855PZh41449@harmony.village.org> References: <20010904231554.I7815-100000@achilles.silby.com> <200109050525.f855PZh41449@harmony.village.org> Comments: In-reply-to Warner Losh message dated "Tue, 04 Sep 2001 23:25:35 -0600." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1603200320P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 05 Sep 2001 00:10:10 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_1603200320P Content-Type: text/plain; charset=us-ascii If memory serves me right, Warner Losh wrote: > In message <20010904231554.I7815-100000@achilles.silby.com> Mike Silbersack w > rites: > : I think it's finally about time that you create a mdoc police emblem. > : Without it, we're not going to be able to tell whether someone is really > : from the mdoc agency or is just one of the Village People. > > Hey, I'm the only one that can issue Village People cards around here. [moved to -chat] Gee thanks guys, for getting "YMCA" lodged into my brain while I was working on the release notes. I propose that we throw out our README file and replace it with this instead... Bruce. ----- "FreeBSD" Sung to the tune of: "YMCA", by The Village People Inspired by: {silby,imp}@freebsd.org Lyrics mangled by: bmah@freebsd.org Young man, I said don't mope around I said, young man, 'cause your servers are down I said, young man, pick yourself off the ground There's no need to be unhappy Young man, there's an O.S. for you I said, young man, if you've got work to do You can boot it, and I'm sure you will find Many ways to have a good time {Refrain} It's always fun to run FreeBSD It's always fun to run FreeBSD They have all that you need, right there on the net You can run it and not get upset It's always fun to run FreeBSD It's always fun to run FreeBSD You can serve the whole Web, you can send all your mail You can run it and it won't fail Young man, are you ready to roll I said, young man, where do you want to go I said, young man, you can do a "buildworld" But you've got to read UPDATING You don't need to pay anything I said, young man, Beastie's got the right thing So just run it, get the latest release I'm sure it will help you and me {Refrain} Young man, I was once in your shoes I said, I had a screen that was so blue I felt that Bill didn't care not at all I felt the whole world was so small That's when Beastie came up to me And said, young man, take a walk up the street There's a O.S. that's called FreeBSD It can start you back on your way {First part of refrain} FreeBSD you'll find it running FreeBSD Young man, young man, servers shouldn't be down Young man, young man, get yourself off the ground. FreeBSD you'll like it running on FreeBSD Young man, young man, servers shouldn't be down Young man, young man, get yourself off the ground FreeBSD you'll like it running on FreeBSD Young man, young man, are you listening to me Young man, young man, what do you wanna be --==_Exmh_1603200320P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7lc/R2MoxcVugUsMRAgNaAJ0dojOrlDxDJny6cZXiAsXg9Wp+3wCg8iYi l3TMKi5Lg24IwrEcJcckKUQ= =Dcnr -----END PGP SIGNATURE----- --==_Exmh_1603200320P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 0:10:57 2001 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 6D47537B405; Wed, 5 Sep 2001 00:10:44 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f857AKI00282; Wed, 5 Sep 2001 10:10:20 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 10:10:20 +0300 From: Ruslan Ermilov To: Mike Silbersack Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 Message-ID: <20010905101020.E96906@sunbay.com> References: <20010904131644.B54480@sunbay.com> <20010904231554.I7815-100000@achilles.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010904231554.I7815-100000@achilles.silby.com>; from silby@silby.com on Tue, Sep 04, 2001 at 11:17:26PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 11:17:26PM -0500, Mike Silbersack wrote: > > On Tue, 4 Sep 2001, Ruslan Ermilov wrote: > > > Hey, you've just got a yellow card for this commit! > > I think it's finally about time that you create a mdoc police emblem. > Without it, we're not going to be able to tell whether someone is really > from the mdoc agency or is just one of the Village People. > The "minimal" emblem should look like this: Reviewed by: groff -ww -man -mtty-char -Tascii >/dev/null BTW, Kris, the #3 is self-documented in bsd.man.mk as follows: MROFF_CMD?= groff -ww -Tascii -mtty-char -man -t Cheers, -- 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 Sep 5 0:12:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8938537B405; Wed, 5 Sep 2001 00:12:22 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f857CMm56360; Wed, 5 Sep 2001 00:12:22 -0700 (PDT) (envelope-from murray) Message-Id: <200109050712.f857CMm56360@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 00:12:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 00:12:22 PDT Modified files: usr.sbin/sysinstall Makefile menus.c Log: Add Czech keyboard definition to sysinstall. PR: bin/17430 Submitted by: Rudolf Cejka Revision Changes Path 1.117 +2 -2 src/usr.sbin/sysinstall/Makefile 1.323 +2 -1 src/usr.sbin/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 Sep 5 0:25:45 2001 Delivered-To: cvs-all@freebsd.org Received: from vagabond.auriga.ru (vagabond.auriga.ru [213.24.253.246]) by hub.freebsd.org (Postfix) with ESMTP id EA2CD37B405; Wed, 5 Sep 2001 00:25:37 -0700 (PDT) Received: from localhost (avn@localhost) by vagabond.auriga.ru (8.11.2/8.11.2) with ESMTP id f857PFv23105; Wed, 5 Sep 2001 11:25:15 +0400 X-Authentication-Warning: vagabond.auriga.ru: avn owned process doing -bs Date: Wed, 5 Sep 2001 11:25:14 +0400 (MSD) From: "Alexey V. Neyman" X-X-Sender: To: Matt Dillon Cc: Peter Wemm , "David O'Brien" , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , , Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) In-Reply-To: <200109042135.f84LZNQ95303@earth.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Tue, 4 Sep 2001, Matt Dillon wrote: MD> :#include MD> :__RCSID("$FreeBSD$); MD> : MD> :After all, we already *have* it. And as a bonus it works on NetBSD and MD> :OpenBSD too. MD> MD> Well hell. Ya learn something new every day! Lets just use it. What MD> about the sccsid's? These solutions can be combined, sys/cdefs.h could have rcsid.h included. Some systems (e.g. LynxOS) use rcsid.h, not sys/cdefs.h for this purpose. Also, isn't Kris' idea about separate elf section good (at least as an option to these macros) ? Regards, Alexey. -- -------------------------------+--------------------------------- May the Sun and Water | Regards, Alexey V. Neyman always fall upon you! | mailto: alex.neyman@auriga.ru -------------------------------+--------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 0:41: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC06937B40C; Wed, 5 Sep 2001 00:41:02 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f857f2t59885; Wed, 5 Sep 2001 00:41:02 -0700 (PDT) (envelope-from murray) Message-Id: <200109050741.f857f2t59885@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 00:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 00:41:02 PDT Modified files: usr.sbin/sysinstall menus.c Log: Add Hungarian FTP mirror. PR: misc/21536 Submitted by: Szilveszter Adam Revision Changes Path 1.324 +3 -1 src/usr.sbin/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 Sep 5 0:41:58 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 4AA0F37B40B; Wed, 5 Sep 2001 00:41:50 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f857fmi09196; Wed, 5 Sep 2001 08:41:48 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f857fjN54735; Wed, 5 Sep 2001 08:41:45 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109050741.f857fjN54735@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Julian Elischer Cc: Brian Somers , Mario Sergio Fujikawa Ferreira , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c In-Reply-To: Message from Julian Elischer of "Tue, 04 Sep 2001 20:26:38 PDT." <3B959B6E.79D477B@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Sep 2001 08:41:45 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mario Sergio Fujikawa Ferreira said: > Brian Somers wrote: > > > > > On Sun, Sep 02, 2001 at 11:37:54PM -0700, Julian Elischer wrote: > > > > julian 2001/09/02 23:38:16 PDT > > > > > > > > Modified files: (Branch: RELENG_4) > > > > sys/netgraph netgraph.h ng_base.c ng_pppoe.c > > > > ng_pppoe.h ng_socket.c > > > > Log: > > > > Add support for Telebrazilia and their 3com pppoe devices > > > > > > Sweeet.... s/brazilia/brasilia/ though. Actually, this > > > device is used by all subsidiaries of BrasilTelecom which include > > > Telebrasilia. :) > > > > Any chance of a patch to latest version of the handbook (the ppp & > > slip section) ? > > are you asking me? No, sorry, that was directed at Mario :*) -- Brian http://www.freebsd-services.com/ 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 Wed Sep 5 0:45:20 2001 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 5452D37B40C; Wed, 5 Sep 2001 00:45:01 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f857hDH05110; Wed, 5 Sep 2001 10:43:13 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 10:43:13 +0300 From: Ruslan Ermilov To: Bruce Evans Cc: John Baldwin , "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010905104313.F96906@sunbay.com> References: <20010904195711.A16547@sunbay.com> <20010905052114.I18060-100000@alphplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905052114.I18060-100000@alphplex.bde.org>; from bde@zeta.org.au on Wed, Sep 05, 2001 at 05:31:42AM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 05:31:42AM +1000, Bruce Evans wrote: > On Tue, 4 Sep 2001, Ruslan Ermilov wrote: > > > On Tue, Sep 04, 2001 at 09:51:52AM -0700, John Baldwin wrote: > > > > > > On 04-Sep-01 David E. O'Brien wrote: > > > > obrien 2001/09/04 03:00:20 PDT > > > > > > > > Modified files: > > > > share/man/man9 style.9 > > > > Log: > > > > Fix style bug from rev 1.20 in `struct foo' definition example to match the > > > > `struct foo' definition example from rev 1.1. > > > > > > > > (proper CSRG style was also verified with /sys/sys/{bio,file}.h) > > > > > > Erm, according to bruce, the structfoo is the proper style. > > Also according to: style(9): > > Put a tab after the first word, i.e. use > .Ql int^Ix; > and > .Ql struct^Ifoo *x; . > > > This rule only applies when inside the structure declaration. > > This is not clear (see the above rule). > Again, this rule only applies for structure declarations. At least, this is in agreement with the original admin/style/style document: [...] /* * When declaring variables in structures, declare them sorted by use, then * by size, and then by alphabetical order. The first category normally * doesn't apply, but there are exceptions. Each one gets its own line. * Put a tab after the first word, i.e. use "int^Ix;" and "struct^Ifoo *x;". * * Major structures should be declared at the top of the file in which they * are used, or in separate header files, if they are used in multiple * source files. Use of the structures should be by separate declarations * and should be "extern" if they are declared in a header file. */ struct foo { struct foo *next; /* List of active foo */ struct mumble amumble; /* Comment for mumble */ int bar; }; struct foo *foohead; /* Head of global foo list */ [...] Note how ``foohead'' is declared -- no tab after ``struct''. Cheers, -- 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 Sep 5 0:51:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CA1737B403; Wed, 5 Sep 2001 00:51:41 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f857pfM61268; Wed, 5 Sep 2001 00:51:41 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109050751.f857pfM61268@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 00:51:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery Makefile gallery.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 00:51:40 PDT Modified files: en/gallery Makefile gallery.xml Log: Use XHTML (latin-1) entity references. Revision Changes Path 1.13 +9 -6 www/en/gallery/Makefile 1.6 +57 -53 www/en/gallery/gallery.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 1: 2:23 2001 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 31D8537B407; Wed, 5 Sep 2001 01:01:59 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f8581rK08367; Wed, 5 Sep 2001 11:01:53 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 11:01:53 +0300 From: Ruslan Ermilov To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer relations (was: cvs commit: src/share/man/man9 mutex.9) Message-ID: <20010905110153.H96906@sunbay.com> References: <200109041018.f84AIk041520@freefall.freebsd.org> <20010905092731.Q85816@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905092731.Q85816@wantadilla.lemis.com>; from grog@FreeBSD.org on Wed, Sep 05, 2001 at 09:27:32AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 09:27:32AM +0930, Greg Lehey wrote: > On Tuesday, 4 September 2001 at 3:18:46 -0700, Ruslan Ermilov wrote: > > ru 2001/09/04 03:18:45 PDT > > > > Modified files: > > share/man/man9 mutex.9 > > Log: > > mdoc(7) police: Please don't commit when you are drunk! > > > > (Committer rules candidate.) > > I find this offensive. You're obviously targeting logo here. We > don't need this kind of message, neither in the mailing lists, nor > (especially) in commit logs. > I have already apologized for this; both in private and in public. Cheers, -- 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 Sep 5 1:10:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 493C837B403; Wed, 5 Sep 2001 01:10:04 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f858A4K66237; Wed, 5 Sep 2001 01:10:04 -0700 (PDT) (envelope-from murray) Message-Id: <200109050810.f858A4K66237@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 01:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 01:10:04 PDT Modified files: usr.sbin/sysinstall tcpip.c Log: Allow network device name to be given on the command line in the interactive case. This already works for non-interactive installs, but at least one user thinks it would be useful and it certainly seems more correct to allow it here as well. So, this will now work : # sysinstall netDev=fxp0 tcpMenuSelect PR: bin/30229 Submitted by: Mikhail Teterin Revision Changes Path 1.119 +2 -2 src/usr.sbin/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 1:22:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25B7237B407; Wed, 5 Sep 2001 01:22:12 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f858MC268044; Wed, 5 Sep 2001 01:22:12 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109050822.f858MC268044@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 5 Sep 2001 01:22:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdkxft Makefile distinfo ports/x11/gdkxft/files patch-src::gdkxft_sysinstall.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/05 01:22:12 PDT Modified files: x11/gdkxft Makefile distinfo x11/gdkxft/files patch-src::gdkxft_sysinstall.in Log: Update to 1.1. Revision Changes Path 1.3 +1 -2 ports/x11/gdkxft/Makefile 1.2 +1 -1 ports/x11/gdkxft/distinfo 1.3 +18 -9 ports/x11/gdkxft/files/patch-src::gdkxft_sysinstall.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 1:35:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15B7C37B40B; Wed, 5 Sep 2001 01:35:16 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f858ZGb69749; Wed, 5 Sep 2001 01:35:16 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109050835.f858ZGb69749@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 01:35:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja Makefile www/ja/gallery gallery-entry.xsl gallery.xsl Makefile gallery.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 01:35:15 PDT Modified files: ja Makefile ja/gallery Makefile Added files: ja/gallery gallery-entry.xsl gallery.xsl Removed files: ja/gallery gallery.sgml Log: Rebirth Japanese gallery page with XML framework. Revision Changes Path 1.50 +2 -2 www/ja/Makefile 1.14 +23 -9 www/ja/gallery/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 1:40:21 2001 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id DED6E37B403; Wed, 5 Sep 2001 01:40:13 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 24E854B65E; Wed, 5 Sep 2001 01:45:49 -0700 (PDT) Date: Wed, 5 Sep 2001 01:45:49 -0700 From: Murray Stokely To: Ruslan Ermilov Cc: Mike Silbersack , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: [PATCH] make manlint (was: mutex.9 thread) Message-ID: <20010905014549.B11407@windriver.com> References: <20010904131644.B54480@sunbay.com> <20010904231554.I7815-100000@achilles.silby.com> <20010905101020.E96906@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905101020.E96906@sunbay.com>; from ru@FreeBSD.org on Wed, Sep 05, 2001 at 10:10:20AM +0300 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 05, 2001 at 10:10:20AM +0300, Ruslan Ermilov wrote: > The "minimal" emblem should look like this: >=20 > Reviewed by: groff -ww -man -mtty-char -Tascii >/dev/null >=20 > BTW, Kris, the #3 is self-documented in bsd.man.mk as follows: >=20 > MROFF_CMD?=3D groff -ww -Tascii -mtty-char -man -t How about introducing a simple "manlint" target that allows us mortals to verify our -mdoc skills? This patch seems to work nicely : Index: bsd.man.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/share/mk/bsd.man.mk,v retrieving revision 1.40 diff -u -r1.40 bsd.man.mk --- bsd.man.mk 2001/07/12 07:47:39 1.40 +++ bsd.man.mk 2001/09/05 08:36:44 @@ -54,6 +54,7 @@ CATDIR=3D ${MANDIR:H:S/$/\/cat/} CATEXT=3D .cat MROFF_CMD?=3D groff -Tascii -mtty-char -man -t +MLINT_CMD?=3D groff -ww -man -mtty-char -Tascii=20 =20 MCOMPRESS_CMD?=3D ${COMPRESS_CMD} MCOMPRESS_EXT?=3D ${COMPRESS_EXT} @@ -69,6 +70,12 @@ .endif .endfor .endif + +.for target in ${MAN} +manlint: ${target}lint +${target}lint: + ${MLINT_CMD} ${.CURDIR}/${target} > /dev/null +.endfor =20 all-man: --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE7leY8tNcQog5FH30RApH6AJ9Im0GkGVtOc2ybHaVkRTStNJIGvwCfT99A gkPsydEHehx6pXPvA8mwZ9U= =esUU -----END PGP SIGNATURE----- --MfFXiAuoTsnnDAfZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 1:51:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A37037B408; Wed, 5 Sep 2001 01:51:21 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f858pL971584; Wed, 5 Sep 2001 01:51:21 -0700 (PDT) (envelope-from ru) Message-Id: <200109050851.f858pL971584@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 01:51:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 01:51:21 PDT Modified files: sbin/disklabel disklabel.8 Log: The defaults for bsize and fsize were interchanged. PR: docs/30330 Revision Changes Path 1.33 +5 -5 src/sbin/disklabel/disklabel.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 1:51:55 2001 Delivered-To: cvs-all@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id F409737B401; Wed, 5 Sep 2001 01:51:36 -0700 (PDT) Received: from vega.vega.com (dialup13-36.iptelecom.net.ua [212.9.229.36]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA77051; Wed, 5 Sep 2001 11:51:31 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f858oso01964; Wed, 5 Sep 2001 11:50:54 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B95E7B8.5B649C7B@FreeBSD.org> Date: Wed, 05 Sep 2001 11:52:08 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Murray Stokely Cc: Ruslan Ermilov , Mike Silbersack , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [PATCH] make manlint (was: mutex.9 thread) References: <20010904131644.B54480@sunbay.com> <20010904231554.I7815-100000@achilles.silby.com> <20010905101020.E96906@sunbay.com> <20010905014549.B11407@windriver.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Murray Stokely wrote: > On Wed, Sep 05, 2001 at 10:10:20AM +0300, Ruslan Ermilov wrote: > > The "minimal" emblem should look like this: > > > > Reviewed by: groff -ww -man -mtty-char -Tascii >/dev/null > > > > BTW, Kris, the #3 is self-documented in bsd.man.mk as follows: > > > > MROFF_CMD?= groff -ww -Tascii -mtty-char -man -t > > How about introducing a simple "manlint" target that allows us > mortals to verify our -mdoc skills? This patch seems to work nicely : I like the idea. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 2: 4:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B33737B40B; Wed, 5 Sep 2001 02:04:53 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8594rp73117; Wed, 5 Sep 2001 02:04:53 -0700 (PDT) (envelope-from murray) Message-Id: <200109050904.f8594rp73117@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 02:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 02:04:52 PDT Modified files: en/releases index.sgml Log: Nothing to see here... No wait, FreeBSD 4.4 AHEAD OF SCHEDULE. Now to be released on Saturday the 8th. Honest. Necessitated by: Broken X and sysinstall on what was to be our final RC. Revision Changes Path 1.59 +3 -3 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 Wed Sep 5 2:10: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63F1437B40B; Wed, 5 Sep 2001 02:10:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f859A1l76693; Wed, 5 Sep 2001 02:10:01 -0700 (PDT) (envelope-from knu) Message-Id: <200109050910.f859A1l76693@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Sep 2001 02:10:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/05 02:10:01 PDT Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC: - archivers/bzip2 is no longer a VERY common build dependency. - www/netscape47-{communicator,navigator} are forbidden, so add www/linux-netscape47-{communicator,navigator} instead. - add sysutils/portupgrade to CD-ROM #1. Approved by: jkh Revision Changes Path 1.1.2.10 +4 -4 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 2:10:29 2001 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 801BC37B43B; Wed, 5 Sep 2001 02:10:12 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f859A8419227; Wed, 5 Sep 2001 12:10:08 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 12:10:08 +0300 From: Ruslan Ermilov To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [PATCH] make manlint (was: mutex.9 thread) Message-ID: <20010905121008.M96906@sunbay.com> References: <20010904131644.B54480@sunbay.com> <20010904231554.I7815-100000@achilles.silby.com> <20010905101020.E96906@sunbay.com> <20010905014549.B11407@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905014549.B11407@windriver.com>; from murray@FreeBSD.org on Wed, Sep 05, 2001 at 01:45:49AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 01:45:49AM -0700, Murray Stokely wrote: > On Wed, Sep 05, 2001 at 10:10:20AM +0300, Ruslan Ermilov wrote: > > The "minimal" emblem should look like this: > > > > Reviewed by: groff -ww -man -mtty-char -Tascii >/dev/null > > > > BTW, Kris, the #3 is self-documented in bsd.man.mk as follows: > > > > MROFF_CMD?= groff -ww -Tascii -mtty-char -man -t > > How about introducing a simple "manlint" target that allows us > mortals to verify our -mdoc skills? This patch seems to work nicely : > I like the idea, but the patch is wrong. It only works in simple cases, where ${.CURDIR} has all ${MAN}. This is not always the case, like in MANFILTER case, or .man.1 case, which we have many. I'll come up with a proper patch later today. Please also note that this gives only a minimal validity checking! Cheers, -- 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 Sep 5 2:14: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60EC337B406; Wed, 5 Sep 2001 02:14:01 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f859E1277202; Wed, 5 Sep 2001 02:14:01 -0700 (PDT) (envelope-from murray) Message-Id: <200109050914.f859E1277202@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 02:14:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 02:14:01 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: Add Hungarian mirror. Approved by: jkh Revision Changes Path 1.252.2.49 +3 -1 src/release/sysinstall/Attic/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 Sep 5 2:19:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A580337B406; Wed, 5 Sep 2001 02:19:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f859Ji277809; Wed, 5 Sep 2001 02:19:44 -0700 (PDT) (envelope-from knu) Message-Id: <200109050919.f859Ji277809@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Sep 2001 02:19:44 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/05 02:19:44 PDT Modified files: japanese/xchat Makefile Log: Oops, how silly. The correct MASTERDIR is irc/xchat. Revision Changes Path 1.11 +2 -2 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 Wed Sep 5 2:45:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CCC537B407; Wed, 5 Sep 2001 02:45:36 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f859jaX80406; Wed, 5 Sep 2001 02:45:36 -0700 (PDT) (envelope-from murray) Message-Id: <200109050945.f859jaX80406@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 02:45:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 02:45:36 PDT Modified files: usr.sbin/sysinstall dist.c Log: 4000 -> 5800 ports. We really need to add some smarts to the ports/INDEX creation script to update #defines in header files and entities in the doc/ tree. Revision Changes Path 1.195 +2 -2 src/usr.sbin/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 Sep 5 3: 0:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE06937B405; Wed, 5 Sep 2001 03:00:06 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85A06V81869; Wed, 5 Sep 2001 03:00:06 -0700 (PDT) (envelope-from murray) Message-Id: <200109051000.f85A06V81869@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 03:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 03:00:06 PDT Modified files: (Branch: RELENG_4) release/sysinstall dist.c Log: MFC: We now have over 5,800 ports! Approved by: jkh Revision Changes Path 1.175.2.22 +2 -2 src/release/sysinstall/Attic/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 Sep 5 3:40:15 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 972D637B408; Wed, 5 Sep 2001 03:40:05 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA27903; Wed, 5 Sep 2001 20:40:01 +1000 Date: Wed, 5 Sep 2001 20:39:34 +1000 (EST) From: Bruce Evans X-X-Sender: To: "David O'Brien" Cc: Garrett Wollman , , Subject: Re: cvs commit: src/include/arpa tftp.h In-Reply-To: <20010904185643.A78975@dragon.nuxi.com> Message-ID: <20010905203608.K22645-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, David O'Brien wrote: > On Tue, Sep 04, 2001 at 09:38:36PM -0400, Garrett Wollman wrote: > > < said: > > > > > include/arpa tftp.h > > > Log: > > > style(9) the structure definitions. > > > > Was this *really* necessary? > > > > I thought we had a policy against doing broad sweeps of > > non-substantive changes like this. > > Yes it was -- we were so confused (partically do to your commit to > style.9) that one could not figure out what was right. Now enough of the > key places to look for style guidlines have been fixed. I don't plan on > sweaping any more of the tree to just fix this. The existence of both in old code means that they were both right. "struct\t.*{" does seem to be the least normal form although it is used in the oldest code (proc.h...), but you shouldn't have changed it while we are still discussing this. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 4: 9:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75A7C37B403; Wed, 5 Sep 2001 04:09:36 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85B9a602088; Wed, 5 Sep 2001 04:09:36 -0700 (PDT) (envelope-from ru) Message-Id: <200109051109.f85B9a602088@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 04:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vaccess_acl_posix1e.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 04:09:36 PDT Modified files: share/man/man9 vaccess_acl_posix1e.9 Log: mdoc(7) police: markup nits. Revision Changes Path 1.2 +7 -5 src/share/man/man9/vaccess_acl_posix1e.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 4:24:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 400B337B405; Wed, 5 Sep 2001 04:24:35 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85BOZ504154; Wed, 5 Sep 2001 04:24:35 -0700 (PDT) (envelope-from ru) Message-Id: <200109051124.f85BOZ504154@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 04:24:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.README bsd.man.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 04:24:34 PDT Modified files: share/mk bsd.README bsd.man.mk Log: Implement the `manlint' target, for minimal validity checking of the manual pages. Mostly useful with mdoc(7) formatted manuals. Requested by: murray Revision Changes Path 1.20 +7 -3 src/share/mk/bsd.README 1.41 +14 -1 src/share/mk/bsd.man.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 4:36:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D70137B40D; Wed, 5 Sep 2001 04:36:07 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Ba7605552; Wed, 5 Sep 2001 04:36:07 -0700 (PDT) (envelope-from jeh) Message-Id: <200109051136.f85Ba7605552@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 5 Sep 2001 04:36:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/09/05 04:36:06 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4157 Revision Changes Path 1.49 +2 -2 ports/security/uvscan-dat/Makefile 1.49 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 4:36:55 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 3B68B37B406; Wed, 5 Sep 2001 04:36:39 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.5/8.11.5) with ESMTP id f85BZKo61773; Wed, 5 Sep 2001 07:35:25 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200109051135.f85BZKo61773@aldan.algebra.com> Date: Wed, 5 Sep 2001 07:35:17 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c To: kris@obsecurity.org Cc: obrien@FreeBSD.org, ache@nagual.pp.ru, ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20010904165218.A59467@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 4 Sep, Kris Kennaway wrote: >> BTW, most of the patches in the ports-tree don't have such IDs, but >> some do. Since those IDs are discarded as early as at the "make >> patch" stage, I think they are pretty useless -- they don't make it >> to the compiled binaries anyway. But what's the general opinion? > > I'm not sure at what point we started talking about ports. No, we started talking about the version strings in files. Although annoying to some, working with the source code, they are considered useful by others -- including yourself -- for analyzing binaries. > Vulnerabilities in ports are indexed by the port version: when we fix > a vulnerability, the version gets bumped, and it's trivial to check > whether the installed port is vulnerable. I realized, that I just recently saw such lines in some of ports' patch files. They annoyed me -- at the source level, and I wonder if they should be removed, because they never make it to the binary anyway... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 4:38:16 2001 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 5FAD637B40D; Wed, 5 Sep 2001 04:38:07 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f85Bc4f41378; Wed, 5 Sep 2001 14:38:04 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Sep 2001 14:38:04 +0300 From: Ruslan Ermilov To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010905143804.Q96906@sunbay.com> References: <200109050046.f850kqZ94002@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: <200109050046.f850kqZ94002@freefall.freebsd.org>; from grog@FreeBSD.org on Tue, Sep 04, 2001 at 05:46:51PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 05:46:51PM -0700, Greg Lehey wrote: > grog 2001/09/04 17:46:51 PDT > > Modified files: > share/man/man9 style.9 > Log: > Correct (English language) style. No change in (C language) style. > > Revision Changes Path > 1.64 +15 -15 src/share/man/man9/style.9 > And what was wrong with exclamation marks? Cheers, -- 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 Sep 5 4:46:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 361F437B406; Wed, 5 Sep 2001 04:46:23 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85BkNF06817; Wed, 5 Sep 2001 04:46:23 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200109051146.f85BkNF06817@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Sep 2001 04:46:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim-monitor Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/09/05 04:46:18 PDT Modified files: mail/exim-monitor Makefile Log: This package should be called exim-monitor-X.YZ, not exim-X.YZ. Submitted by: knu Revision Changes Path 1.2 +3 -2 ports/mail/exim-monitor/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 4:55:34 2001 Delivered-To: cvs-all@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id EFA1837B406; Wed, 5 Sep 2001 04:55:19 -0700 (PDT) Received: from vega.vega.com (dialup15-15.iptelecom.net.ua [212.9.229.143]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id OAA12532; Wed, 5 Sep 2001 14:55:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f85Bs4o02417; Wed, 5 Sep 2001 14:54:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B9612A4.7F70AE5B@FreeBSD.org> Date: Wed, 05 Sep 2001 14:55:16 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mikhail Teterin Cc: obrien@FreeBSD.org, ache@nagual.pp.ru, ru@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c References: <200109042329.f84NTCo57103@aldan.algebra.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [redirected to ports@] Mikhail Teterin wrote: > On 4 Sep, David O'Brien wrote: > >> What do you mean exactly? Most of our libc files not have rcsids > > > > That does not mean they should not have them. rcsid's just haven't > > been added yet. I explicited added them to the files you removed them > > from when I added *ll(). Please put them back just the way they were. > > BTW, most of the patches in the ports-tree don't have such IDs, but some > do. Since those IDs are discarded as early as at the "make patch" stage, > I think they are pretty useless -- they don't make it to the compiled > binaries anyway. But what's the general opinion? No, they are pretty useful, IMO. When the user has a problem you can verify version of patches he has and after the problem is resolved tell him "update patxh-xx to the rev.Y.X and you'll be fine". NetBSD for example has $NetBSD$ in all their patches, this also helpful when you need to steal patch from the NetBSD ports collection and add it into FreeBSD one. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 5:10:15 2001 Delivered-To: cvs-all@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id E755737B40D; Wed, 5 Sep 2001 05:10:10 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (root@fump.kawo2.rwth-aachen.de [134.130.181.148]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id OAA12256; Wed, 5 Sep 2001 14:10:10 +0200 Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.3/8.11.3) id f85CACi05641; Wed, 5 Sep 2001 14:10:12 +0200 (CEST) (envelope-from alex) Date: Wed, 5 Sep 2001 14:10:11 +0200 From: Alexander Langer To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.README bsd.man.mk Message-ID: <20010905141011.A5586@fump.kawo2.rwth-aachen.de> References: <200109051124.f85BOZ504154@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: <200109051124.f85BOZ504154@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, Sep 05, 2001 at 04:24:34AM -0700 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. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Ruslan Ermilov (ru@FreeBSD.org): > Implement the `manlint' target, for minimal validity checking of > the manual pages. Mostly useful with mdoc(7) formatted manuals. Great! Thanks a lot Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 5:20:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id D568D37B40B; Wed, 5 Sep 2001 05:20:38 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA02219; Wed, 5 Sep 2001 22:20:28 +1000 Date: Wed, 5 Sep 2001 22:20:01 +1000 (EST) From: Bruce Evans X-X-Sender: To: Sheldon Hearn Cc: "Andrey A. Chernov" , , Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc In-Reply-To: <32301.999612467@axl.seasidesoftware.co.za> Message-ID: <20010905221645.M23211-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, Sheldon Hearn wrote: > On Sun, 02 Sep 2001 12:28:41 MST, "Andrey A. Chernov" wrote: > > > Modified files: > > lib/libc/sys Makefile.inc > > Log: > > Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall > > I think the MLINK was useful. It's not entirely insane to try "man > seek", is it? The manpage is still rendered correctly, describing the > lseek(2) syscall. apropos(1) does this better. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 5:22:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04FB137B403; Wed, 5 Sep 2001 05:22:29 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85CMS414529; Wed, 5 Sep 2001 05:22:28 -0700 (PDT) (envelope-from des) Message-Id: <200109051222.f85CMS414529@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Sep 2001 05:22:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/09/05 05:22:28 PDT Modified files: lib/libfetch file.c Log: Use fseeko() instead of fseek() (u->offset is already an off_t), and mark some function arguments as unused. Revision Changes Path 1.13 +5 -5 src/lib/libfetch/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 6:21:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 774C837B403; Wed, 5 Sep 2001 06:21:36 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85DLaB29769; Wed, 5 Sep 2001 06:21:36 -0700 (PDT) (envelope-from wjv) Message-Id: <200109051321.f85DLaB29769@freefall.freebsd.org> From: Johann Visagie Date: Wed, 5 Sep 2001 06:21:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpq Makefile distinfo pkg-plist ports/ftp/ftpq/files patch-Makefile.in patch-src:ftpq.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/05 06:21:36 PDT Modified files: ftp/ftpq Makefile distinfo pkg-plist ftp/ftpq/files patch-src:ftpq.h Added files: ftp/ftpq/files patch-Makefile.in Log: - Downgrade to version 1.05 at the express request of the author. The 1.1x code tree is, in the author's opinion, not even ready for a -devel port. - Bumped PORTEPOCH because of the above. - Make SPOOLDIR a variable which may be altered by the user at install time. Submitted by: Mark Tranchant Revision Changes Path 1.9 +10 -4 ports/ftp/ftpq/Makefile 1.8 +1 -1 ports/ftp/ftpq/distinfo 1.3 +2 -2 ports/ftp/ftpq/pkg-plist 1.2 +5 -23 ports/ftp/ftpq/files/patch-src:ftpq.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 6:34: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1848237B407; Wed, 5 Sep 2001 06:33:56 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85DXux31280; Wed, 5 Sep 2001 06:33:56 -0700 (PDT) (envelope-from dd) Message-Id: <200109051333.f85DXux31280@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 06:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tap.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 06:33:56 PDT Modified files: share/man/man4 tap.4 Log: can not -> cannot Revision Changes Path 1.10 +2 -2 src/share/man/man4/tap.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 6:36:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A39EE37B401; Wed, 5 Sep 2001 06:36:41 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Dafo31654; Wed, 5 Sep 2001 06:36:41 -0700 (PDT) (envelope-from dfr) Message-Id: <200109051336.f85Dafo31654@freefall.freebsd.org> From: Doug Rabson Date: Wed, 5 Sep 2001 06:36:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi/arch/ia64 ldscript.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/05 06:36:41 PDT Modified files: sys/boot/efi/libefi/arch/ia64 ldscript.ia64 Log: Merge linker set relocations with the rest. Revision Changes Path 1.3 +2 -1 src/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 6:50:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1FE137B40B; Wed, 5 Sep 2001 06:50:22 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85DoMW33305; Wed, 5 Sep 2001 06:50:22 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109051350.f85DoMW33305@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 5 Sep 2001 06:50:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/jedit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/05 06:50:22 PDT Modified files: editors/jedit Makefile distinfo pkg-plist Log: Update to 3.2.1. Revision Changes Path 1.15 +1 -1 ports/editors/jedit/Makefile 1.10 +1 -1 ports/editors/jedit/distinfo 1.9 +8 -0 ports/editors/jedit/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 Sep 5 6:58:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B658837B409; Wed, 5 Sep 2001 06:58:10 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85DwAL34281; Wed, 5 Sep 2001 06:58:10 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109051358.f85DwAL34281@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 06:58:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 06:58:10 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Fix typo in public identifier reference. Revision Changes Path 1.45 +2 -2 doc/ja_JP.eucJP/books/faq/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 Sep 5 7: 4: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 378BC37B406; Wed, 5 Sep 2001 07:03:59 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85E3xU35189; Wed, 5 Sep 2001 07:03:59 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109051403.f85E3xU35189@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 07:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en send-pr.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 07:03:59 PDT Modified files: en send-pr.sgml Log: Fix typo. Revision Changes Path 1.24 +2 -2 www/en/send-pr.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7: 9:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7279D37B405; Wed, 5 Sep 2001 07:09:08 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85E98b38789; Wed, 5 Sep 2001 07:09:08 -0700 (PDT) (envelope-from ru) Message-Id: <200109051409.f85E98b38789@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 07:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap_copy_ext.3 cap_copy_int.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 07:09:08 PDT Modified files: lib/libc/posix1e cap_copy_ext.3 cap_copy_int.3 Log: mdoc(7) police: markup and minor content fixes. o Removed whitespace at EOL o Removed hard sentence breaks o Added cap_size() to the NAME section o Normalized .Nd descriptions o Fixed the abuses of .Nm and .Va o Fixed some DESCRIPTION texts o Fixed the RETURN VALUES and ERRORS texts to look more traditional Reviewed by: tmm Revision Changes Path 1.2 +38 -45 src/lib/libc/posix1e/cap_copy_ext.3 1.2 +25 -30 src/lib/libc/posix1e/cap_copy_int.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7:13:18 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id BC07237B40C; Wed, 5 Sep 2001 07:13:08 -0700 (PDT) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000907025324) with ESMTP id f85ED7307925; Wed, 5 Sep 2001 23:13:07 +0900 (envelope-from okazaki@be.to) Received: from truk.isolanet (hawaii.isola.co.jp [211.0.101.206]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with ESMTP id XAA14908; Wed, 5 Sep 2001 23:13:06 +0900 Date: Wed, 05 Sep 2001 23:02:19 +0900 Message-ID: From: OKAZAKI Tetsurou To: Ruslan Ermilov Cc: Mike Silbersack , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mutex.9 In-Reply-To: <20010905101020.E96906@sunbay.com> References: <20010904131644.B54480@sunbay.com> <20010904231554.I7815-100000@achilles.silby.com> <20010905101020.E96906@sunbay.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) Emacs/21.0 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the message <20010905101020.E96906@sunbay.com> Ruslan Ermilov wrote: > On Tue, Sep 04, 2001 at 11:17:26PM -0500, Mike Silbersack wrote: > > > > On Tue, 4 Sep 2001, Ruslan Ermilov wrote: > > > > > Hey, you've just got a yellow card for this commit! > > > > I think it's finally about time that you create a mdoc police emblem. > > Without it, we're not going to be able to tell whether someone is really > > from the mdoc agency or is just one of the Village People. > > > The "minimal" emblem should look like this: > Reviewed by: groff -ww -man -mtty-char -Tascii >/dev/null You can suppress groff's stdout also by the flag `-z'. $ groff -z -ww -man -mtty-char -Tascii foo.3 -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7:17:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA3BA37B40B; Wed, 5 Sep 2001 07:17:17 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85EHHW39783; Wed, 5 Sep 2001 07:17:17 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109051417.f85EHHW39783@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 07:17:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja send-pr.sgml www/ja/internal machines.sgml www/ja/releases index.sgml www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 07:17:17 PDT Modified files: ja send-pr.sgml ja/internal machines.sgml ja/releases index.sgml ja/security security.sgml Log: Merge the changes in the English version. Revision Changes Path 1.17 +6 -2 www/ja/send-pr.sgml 1.21 +35 -8 www/ja/internal/machines.sgml 1.42 +6 -6 www/ja/releases/index.sgml 1.40 +11 -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 Wed Sep 5 7:17:50 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id AD12D37B401; Wed, 5 Sep 2001 07:17:39 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f85EHan50643; Wed, 5 Sep 2001 18:17:37 +0400 (MSD) (envelope-from ache) Date: Wed, 5 Sep 2001 18:17:34 +0400 From: "Andrey A. Chernov" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch file.c Message-ID: <20010905181734.B50064@nagual.pp.ru> References: <200109051222.f85CMS414529@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109051222.f85CMS414529@freefall.freebsd.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 05:22:28 -0700, Dag-Erling Smorgrav wrote: > des 2001/09/05 05:22:28 PDT > > Modified files: > lib/libfetch file.c > Log: > Use fseeko() instead of fseek() (u->offset is already an off_t), and mark > some function arguments as unused. Please don't forget to change lib/libfetch that way too. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7:29:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04DA037B405; Wed, 5 Sep 2001 07:29:29 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85ETS641483; Wed, 5 Sep 2001 07:29:29 -0700 (PDT) (envelope-from ru) Message-Id: <200109051429.f85ETS641483@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 07:29:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 07:29:28 PDT Modified files: share/mk bsd.man.mk Log: There is a better way to suppress groff(1) output. Submitted by: okazaki Revision Changes Path 1.42 +3 -3 src/share/mk/bsd.man.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7:29:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05C8F37B444; Wed, 5 Sep 2001 07:29:39 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85ETco41521; Wed, 5 Sep 2001 07:29:38 -0700 (PDT) (envelope-from brian) Message-Id: <200109051429.f85ETco41521@freefall.freebsd.org> From: Brian Somers Date: Wed, 5 Sep 2001 07:29:38 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/09/05 07:29:38 PDT Modified files: mail/lbdb Makefile distinfo Log: Upgrade to 0.25.2 Submitted by: MAINTAINER Revision Changes Path 1.12 +2 -2 ports/mail/lbdb/Makefile 1.8 +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 Wed Sep 5 7:33:56 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 7F44637B409; Wed, 5 Sep 2001 07:33:47 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f85EXji10722; Wed, 5 Sep 2001 15:33:46 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f85EXmq01956; Wed, 5 Sep 2001 15:33:48 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109051433.f85EXmq01956@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: asami@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: ports/mail/lbdb Makefile distinfo In-Reply-To: Message from Brian Somers of "Wed, 05 Sep 2001 07:29:38 PDT." <200109051429.f85ETco41521@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Sep 2001 15:33:48 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Satoshi, Could you roll the release tag forward on these files please ? The previous versions' distfile disappeared before the mirrors could pick them up.... Ta. > brian 2001/09/05 07:29:38 PDT > > Modified files: > mail/lbdb Makefile distinfo > Log: > Upgrade to 0.25.2 > > Submitted by: MAINTAINER > > Revision Changes Path > 1.12 +2 -2 ports/mail/lbdb/Makefile > 1.8 +1 -1 ports/mail/lbdb/distinfo -- Brian http://www.freebsd-services.com/ 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 Wed Sep 5 7:37: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B4CA37B407; Wed, 5 Sep 2001 07:36:54 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Easn42827; Wed, 5 Sep 2001 07:36:54 -0700 (PDT) (envelope-from wjv) Message-Id: <200109051436.f85Easn42827@freefall.freebsd.org> From: Johann Visagie Date: Wed, 5 Sep 2001 07:36:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpq Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/05 07:36:54 PDT Modified files: ftp/ftpq Makefile pkg-plist Log: - Install some basic documentation in DOCSDIR - Change the mode of SPOOLDIR if installed as package - Bump PORTREVISION Revision Changes Path 1.10 +11 -2 ports/ftp/ftpq/Makefile 1.4 +5 -1 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 Wed Sep 5 7:49:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2DA637B403; Wed, 5 Sep 2001 07:49:44 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85EniH44587; Wed, 5 Sep 2001 07:49:44 -0700 (PDT) (envelope-from cg) Message-Id: <200109051449.f85EniH44587@freefall.freebsd.org> From: Cameron Grant Date: Wed, 5 Sep 2001 07:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cg 2001/09/05 07:49:44 PDT Modified files: sys/dev/sound/pcm channel.c Log: don't try to dump nonexistent data when recording Revision Changes Path 1.66 +2 -2 src/sys/dev/sound/pcm/channel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7:54: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53DA337B40D; Wed, 5 Sep 2001 07:54:05 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Es5M45241; Wed, 5 Sep 2001 07:54:05 -0700 (PDT) (envelope-from mi) Message-Id: <200109051454.f85Es5M45241@freefall.freebsd.org> From: Mikhail Teterin Date: Wed, 5 Sep 2001 07:54:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/lcms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/09/05 07:54:05 PDT Modified files: graphics/lcms Makefile Log: Teach it to try int32_t and friends on all Unixes, not just SGI's Irix. A whole bunch of little 32-bit related hunks was needed, but now it passes its own bundled tests (which also needed a little patch for an unitialized variable) on Alpha. Bump PORTREVISION. Submitted by: Andrew Gallatin, Doug Rabson Tested on: beast Revision Changes Path 1.4 +2 -1 ports/graphics/lcms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 7:56: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE9C37B408; Wed, 5 Sep 2001 07:56:00 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Eu0h45571; Wed, 5 Sep 2001 07:56:00 -0700 (PDT) (envelope-from mi) Message-Id: <200109051456.f85Eu0h45571@freefall.freebsd.org> From: Mikhail Teterin Date: Wed, 5 Sep 2001 07:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/lcms/files patch-32bit patch-icc34 patch-test X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/09/05 07:56:00 PDT Added files: graphics/lcms/files patch-32bit patch-icc34 patch-test Log: Uh, actually commit the patches described in my previous commit. The primary purpose is to fix the port on Alphas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 8:13:47 2001 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 651CA37B406; Wed, 5 Sep 2001 08:13:41 -0700 (PDT) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id RAA80096; Wed, 5 Sep 2001 17:13:31 +0200 (CEST) (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: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch file.c References: <200109051222.f85CMS414529@freefall.freebsd.org> <20010905181734.B50064@nagual.pp.ru> From: Dag-Erling Smorgrav Date: 05 Sep 2001 17:13:31 +0200 In-Reply-To: <20010905181734.B50064@nagual.pp.ru> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Andrey A. Chernov" writes: > > Use fseeko() instead of fseek() (u->offset is already an off_t), and mark > > some function arguments as unused. > Please don't forget to change lib/libfetch that way too. Please don't forget to make sense :) If you mean usr.bin/fetch/fetch.c, the fseek() there is redundant, and I've eliminated it in my latest patches (see the atomic fetch patch at http://people.freebsd.org/~des/software/) 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 Wed Sep 5 8:31:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54DB337B407; Wed, 5 Sep 2001 08:31:08 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85FV8Q62676; Wed, 5 Sep 2001 08:31:08 -0700 (PDT) (envelope-from ru) Message-Id: <200109051531.f85FV8Q62676@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 08:31:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wall wall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 08:31:08 PDT Modified files: usr.bin/wall wall.c Log: Make ``wall -g'' really DTRT. Reviewed by: imp, markm Revision Changes Path 1.20 +12 -9 src/usr.bin/wall/wall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 8:32: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F24137B40B; Wed, 5 Sep 2001 08:31:58 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85FVww62822; Wed, 5 Sep 2001 08:31:58 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109051531.f85FVww62822@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 08:31:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 08:31:58 PDT Modified files: en/news Makefile Log: Add $CLEANFILES. Revision Changes Path 1.29 +2 -1 www/en/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 8:33: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF1F37B406; Wed, 5 Sep 2001 08:32:57 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85FWvk62908; Wed, 5 Sep 2001 08:32:57 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109051532.f85FWvk62908@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 08:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news Makefile includes.sgml news.sgml news.xml press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 08:32:57 PDT Modified files: ja/news Makefile includes.sgml news.sgml news.xml press.xml Log: Merge the changes in the English version. Revision Changes Path 1.29 +3 -2 www/ja/news/Makefile 1.9 +2 -38 www/ja/news/includes.sgml 1.26 +2 -7 www/ja/news/news.sgml 1.3 +112 -4 www/ja/news/news.xml 1.2 +15 -2 www/ja/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 8:37: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9263637B405; Wed, 5 Sep 2001 08:37:02 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Fb2X63423; Wed, 5 Sep 2001 08:37:02 -0700 (PDT) (envelope-from ru) Message-Id: <200109051537.f85Fb2X63423@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 08:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump Makefile dump.h main.c optr.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 08:37:02 PDT Modified files: sbin/dump Makefile dump.h main.c optr.c pathnames.h Log: SECURITY. Notify operators using wall(1)'s -g option. Drop ``setgid tty'' privilege. Obtained from: OpenBSD MFC after: 1 month Revision Changes Path 1.15 +1 -3 src/sbin/dump/Makefile 1.10 +1 -3 src/sbin/dump/dump.h 1.27 +1 -2 src/sbin/dump/main.c 1.13 +15 -113 src/sbin/dump/optr.c 1.7 +2 -1 src/sbin/dump/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 Sep 5 8:43:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D09A37B405; Wed, 5 Sep 2001 08:43:42 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Fhg464463; Wed, 5 Sep 2001 08:43:42 -0700 (PDT) (envelope-from ru) Message-Id: <200109051543.f85Fhg464463@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Sep 2001 08:43:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump optr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/05 08:43:42 PDT Modified files: sbin/dump optr.c Log: (Forced commit.) The previous change also removed the DIALUP misfeature. Revision Changes Path 1.14 +1 -1 src/sbin/dump/optr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 8:46:18 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 215A637B40D; Wed, 5 Sep 2001 08:46:09 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f85Fjnr96217; Wed, 5 Sep 2001 08:45:49 -0700 (PDT) (envelope-from obrien) Date: Wed, 5 Sep 2001 08:45:49 -0700 From: "David O'Brien" To: Bruce Evans Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/arpa tftp.h Message-ID: <20010905084549.A95963@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010904185643.A78975@dragon.nuxi.com> <20010905203608.K22645-100000@alphplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905203608.K22645-100000@alphplex.bde.org>; from bde@zeta.org.au on Wed, Sep 05, 2001 at 08:39:34PM +1000 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 08:39:34PM +1000, Bruce Evans wrote: > > > > Log: > > > > style(9) the structure definitions. > > > Was this *really* necessary? > > > I thought we had a policy against doing broad sweeps of > > > non-substantive changes like this. > > > > Yes it was -- we were so confused (partically do to your commit to > > style.9) that one could not figure out what was right. Now enough of the > > key places to look for style guidlines have been fixed. I don't plan on > > sweaping any more of the tree to just fix this. > > The existence of both in old code means that they were both right. The CSRG people can make mistakes too -- just like we do. Several of our headers I cleaned up used _both_ and . You guys keep pointing to the single kernel header that was inconsistent with the others in struct definition style. I looked at many headers in my CSRG SCCS repo. The vast majority were "structfoo {". > "struct\t.*{" does seem to be the least normal form although it is used > in the oldest code (proc.h...), but you shouldn't have changed it while > we are still discussing this. What more was there to discuss? This issue is one that is pretty easy to decide based on facts. When there is a 3:1 ratio of to in our own code (and as you pointed out most of those were due to makesyscalls.sh. (the ratio was higher in the CSRG code). -- -- David (obrien@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 Sep 5 8:52:51 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2F26637B405; Wed, 5 Sep 2001 08:52:43 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f85Fq6X96294; Wed, 5 Sep 2001 08:52:06 -0700 (PDT) (envelope-from obrien) Date: Wed, 5 Sep 2001 08:52:06 -0700 From: "David O'Brien" To: Matt Dillon Cc: Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) Message-ID: <20010905085206.B95963@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109042205.f84M5YM95627@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Sep 04, 2001 at 03:05:34PM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 03:05:34PM -0700, Matt Dillon wrote: > :Please! I already have a prototype in works. I'm sure there are other > :things for people to work on. > > sys/cdefs.h ? I think it's perfect, lets use it... I don't understand > why you haven't instrumented all the library source files already, > though, or at least more then have been, I have been working out the style issues with BDE for several months. Also, if you want a truely portable usage, we cannot use __RCSID() because too much NetBSD and vendor sources use it. Peter's hack will not work for all compilers. I would have prefered a __FBSD() and __CSRG() macro for the same reasons we switched to $FreeBSD$ from $Id$. These would have worked for all compilers, but I cannot complete with an effort backed by Peter. -- -- David (obrien@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 Sep 5 8:53: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE4FA37B43F; Wed, 5 Sep 2001 08:52:48 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85FqmK65958; Wed, 5 Sep 2001 08:52:48 -0700 (PDT) (envelope-from kevlo) Message-Id: <200109051552.f85FqmK65958@freefall.freebsd.org> From: Kevin Lo Date: Wed, 5 Sep 2001 08:52:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/xfm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/09/05 08:52:48 PDT Modified files: x11-fm/xfm Makefile distinfo Log: Update to version 1.4.3 PR: 30324 Submitted by: Ports Fury Revision Changes Path 1.21 +2 -6 ports/x11-fm/xfm/Makefile 1.5 +1 -1 ports/x11-fm/xfm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 8:54: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id CFA4937B405; Wed, 5 Sep 2001 08:54:00 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f85FreU96345; Wed, 5 Sep 2001 08:53:40 -0700 (PDT) (envelope-from obrien) Date: Wed, 5 Sep 2001 08:53:39 -0700 From: "David O'Brien" To: Mikhail Teterin Cc: kris@obsecurity.org, ache@nagual.pp.ru, ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20010905085339.C95963@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010904165218.A59467@xor.obsecurity.org> <200109051135.f85BZKo61773@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109051135.f85BZKo61773@aldan.algebra.com>; from mi@aldan.algebra.com on Wed, Sep 05, 2001 at 07:35:17AM -0400 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 07:35:17AM -0400, Mikhail Teterin wrote: > > Vulnerabilities in ports are indexed by the port version: when we fix > > a vulnerability, the version gets bumped, and it's trivial to check > > whether the installed port is vulnerable. > > I realized, that I just recently saw such lines in some of ports' patch > files. They annoyed me -- at the source level, and I wonder if they > should be removed, because they never make it to the binary anyway... NO! They should not be removed. If port maintainer feels they help him and want them in the patches, leave them alone. Peroid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9: 0:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5A88437B408; Wed, 5 Sep 2001 09:00:11 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id CAA15522; Thu, 6 Sep 2001 02:00:04 +1000 Date: Thu, 6 Sep 2001 01:59:36 +1000 (EST) From: Bruce Evans X-X-Sender: To: Matt Dillon Cc: "David O'Brien" , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , , Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) In-Reply-To: <200109042205.f84M5YM95627@earth.backplane.com> Message-ID: <20010906015608.X24291-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Sep 2001, Matt Dillon wrote: > :On Tue, Sep 04, 2001 at 02:22:38PM -0700, Matt Dillon wrote: > :> #include > :> > :> ... > :> > :> __RCSID("$FreeBSD$"); > :> > :> (where CVS will expand the $FreeBSD$ part when a file is checked in). > : [ Matt Dillon's mail program didn't write that David O'brien wrote] > :Please! I already have a prototype in works. I'm sure there are other > :things for people to work on. > > sys/cdefs.h ? I think it's perfect, lets use it... I don't understand > why you haven't instrumented all the library source files already, > though, or at least more then have been, or asked people to help out > instrumenting it. Barely 33 files use RCSID and it's been in the tree > for almost half a year! And nobody seems to know it exists except a > handful of people. The stuff is only so much fluff if it isn't used. Almost 4 years: from cvs history: > RCS file: /home/ncvs/src/sys/sys/cdefs.h,v > Working file: cdefs.h > head: 1.33 > ... > ---------------------------- > revision 1.15 > date: 1997/12/13 20:39:14; author: pst; state: Exp; lines: +16 -1 > Bring in NetBSD compatible & augmented RCSID/COPYRIGHT macros > ---------------------------- Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9: 2: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDAF137B40F; Wed, 5 Sep 2001 09:01:56 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85G1uv67227; Wed, 5 Sep 2001 09:01:56 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109051601.f85G1uv67227@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Sep 2001 09:01:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libmng pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/05 09:01:56 PDT Modified files: graphics/libmng pkg-descr Log: Fix URL. Revision Changes Path 1.2 +1 -1 ports/graphics/libmng/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9: 2:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D098A37B401; Wed, 5 Sep 2001 09:02:09 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85G29267276; Wed, 5 Sep 2001 09:02:09 -0700 (PDT) (envelope-from kevlo) Message-Id: <200109051602.f85G29267276@freefall.freebsd.org> From: Kevin Lo Date: Wed, 5 Sep 2001 09:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/dotconf Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/09/05 09:02:09 PDT Modified files: devel/dotconf Makefile distinfo pkg-plist Log: Update to version 1.0.6 PR: 30322 Submitted by: Ports Fury Revision Changes Path 1.7 +18 -8 ports/devel/dotconf/Makefile 1.5 +1 -1 ports/devel/dotconf/distinfo 1.5 +36 -31 ports/devel/dotconf/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 Sep 5 9: 5:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3056837B40E; Wed, 5 Sep 2001 09:05:05 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85G55G67967; Wed, 5 Sep 2001 09:05:05 -0700 (PDT) (envelope-from luigi) Message-Id: <200109051605.f85G55G67967@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 5 Sep 2001 09:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/bridge PICOBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/09/05 09:05:05 PDT Modified files: release/picobsd/bridge PICOBSD Log: Add lnc driver, so one can test picobsd images with vmware Revision Changes Path 1.10 +2 -1 src/release/picobsd/bridge/PICOBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9: 6:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6617037B409; Wed, 5 Sep 2001 09:06:40 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85G6eX71041; Wed, 5 Sep 2001 09:06:40 -0700 (PDT) (envelope-from luigi) Message-Id: <200109051606.f85G6eX71041@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 5 Sep 2001 09:06:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/bridge crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/09/05 09:06:40 PDT Modified files: release/picobsd/bridge crunch.conf Log: Remove "more" from the list, the port has not been committed yet. Remove "mount_nfs" to reduce image size. Revision Changes Path 1.5 +4 -4 src/release/picobsd/bridge/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9:14:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4997337B407; Wed, 5 Sep 2001 09:14:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85GE8L71910; Wed, 5 Sep 2001 09:14:08 -0700 (PDT) (envelope-from obrien) Message-Id: <200109051614.f85GE8L71910@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Sep 2001 09:14:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/05 09:14:07 PDT Modified files: contrib/amd/amd amd.8 Log: Add the am-utils homepage to SEE ALSO Submitted by: ru Revision Changes Path 1.16 +3 -1 src/contrib/amd/amd/amd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9:20:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA79837B406; Wed, 5 Sep 2001 09:20:30 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85GKUm72670; Wed, 5 Sep 2001 09:20:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200109051620.f85GKUm72670@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Sep 2001 09:20:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c sys_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/05 09:20:30 PDT Modified files: sys/sparc64/sparc64 machdep.c sys_machdep.c Log: style(9) the structure definitions. Revision Changes Path 1.13 +2 -2 src/sys/sparc64/sparc64/machdep.c 1.4 +2 -2 src/sys/sparc64/sparc64/sys_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 Sep 5 9:25:19 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id C122137B403; Wed, 5 Sep 2001 09:25:14 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f85GP6551963; Wed, 5 Sep 2001 20:25:06 +0400 (MSD) (envelope-from ache) Date: Wed, 5 Sep 2001 20:25:04 +0400 From: "Andrey A. Chernov" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch file.c Message-ID: <20010905202504.A51847@nagual.pp.ru> References: <200109051222.f85CMS414529@freefall.freebsd.org> <20010905181734.B50064@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 17:13:31 +0200, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" writes: > > > Use fseeko() instead of fseek() (u->offset is already an off_t), and mark > > > some function arguments as unused. > > Please don't forget to change lib/libfetch that way too. > > Please don't forget to make sense :) > If you mean usr.bin/fetch/fetch.c, the fseek() there is redundant, and I mean lib/libfetch/file.c Please remember that fseek() not works for >2GB offsets. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9:26: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id BFC9337B408; Wed, 5 Sep 2001 09:26:03 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f85GPwF51979; Wed, 5 Sep 2001 20:25:58 +0400 (MSD) (envelope-from ache) Date: Wed, 5 Sep 2001 20:25:58 +0400 From: "Andrey A. Chernov" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch file.c Message-ID: <20010905202558.B51847@nagual.pp.ru> References: <200109051222.f85CMS414529@freefall.freebsd.org> <20010905181734.B50064@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 17:13:31 +0200, Dag-Erling Smorgrav wrote: > If you mean usr.bin/fetch/fetch.c, the fseek() there is redundant, and > I've eliminated it in my latest patches (see the atomic fetch patch at > http://people.freebsd.org/~des/software/) Oops, yes, I mean usr.bin/fetch/fetch.c -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9:28:10 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 5E6B637B40C; Wed, 5 Sep 2001 09:28:04 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f85GRxh52010; Wed, 5 Sep 2001 20:27:59 +0400 (MSD) (envelope-from ache) Date: Wed, 5 Sep 2001 20:27:58 +0400 From: "Andrey A. Chernov" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch file.c Message-ID: <20010905202757.C51847@nagual.pp.ru> References: <200109051222.f85CMS414529@freefall.freebsd.org> <20010905181734.B50064@nagual.pp.ru> <20010905202504.A51847@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010905202504.A51847@nagual.pp.ru> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 20:25:04 +0400, Andrey A. Chernov wrote: > > > If you mean usr.bin/fetch/fetch.c, the fseek() there is redundant, and > > I mean lib/libfetch/file.c Ignore prev. message please. I mean the file you mention. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9:28:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C190B37B405; Wed, 5 Sep 2001 09:28:41 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85GSfQ73569; Wed, 5 Sep 2001 09:28:41 -0700 (PDT) (envelope-from cg) Message-Id: <200109051628.f85GSfQ73569@freefall.freebsd.org> From: Cameron Grant Date: Wed, 5 Sep 2001 09:28:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c dsp.h sound.c sound.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cg 2001/09/05 09:28:41 PDT Modified files: sys/dev/sound/pcm channel.c channel.h dsp.c dsp.h sound.c sound.h Log: add a method for recording of specific channels for devices with more than one hardware record channel. new devices, /dev/dsprX.Y where X is unit number and Y is channel index. Revision Changes Path 1.67 +3 -3 src/sys/dev/sound/pcm/channel.c 1.23 +2 -1 src/sys/dev/sound/pcm/channel.h 1.48 +34 -3 src/sys/dev/sound/pcm/dsp.c 1.6 +3 -3 src/sys/dev/sound/pcm/dsp.h 1.64 +25 -9 src/sys/dev/sound/pcm/sound.c 1.42 +3 -2 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 9:54:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7325237B406; Wed, 5 Sep 2001 09:54:22 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85GsMG76921; Wed, 5 Sep 2001 09:54:22 -0700 (PDT) (envelope-from obrien) Message-Id: <200109051654.f85GsMG76921@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Sep 2001 09:54:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/amd Makefile.inc src/usr.sbin/amd/include newvers.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/05 09:54:21 PDT Modified files: usr.sbin/amd Makefile.inc usr.sbin/amd/include newvers.sh Log: Try to determine the OS version and architecture for what is being built vs. the building machine. PR: 14040 Revision Changes Path 1.8 +4 -1 src/usr.sbin/amd/Makefile.inc 1.4 +17 -10 src/usr.sbin/amd/include/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10: 3:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1C4F37B406; Wed, 5 Sep 2001 10:03:11 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85H3Bt78479; Wed, 5 Sep 2001 10:03:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200109051703.f85H3Bt78479@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Sep 2001 10:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcsh tc.func.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/05 10:03:11 PDT Modified files: (Branch: RELENG_4) contrib/tcsh tc.func.c Log: Fix a coredump situation as discussed in -hackers. Approved by: jkh Revision Changes Path 1.1.1.2.2.3 +4 -1 src/contrib/tcsh/tc.func.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10: 4:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5BA37B401; Wed, 5 Sep 2001 10:04:37 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85H4bT78739; Wed, 5 Sep 2001 10:04:37 -0700 (PDT) (envelope-from bmah) Message-Id: <200109051704.f85H4bT78739@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 5 Sep 2001 10:04:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/05 10:04:36 PDT Modified files: release/doc/en_US.ISO8859-1/readme article.sgml Log: Mention the Sparc64 port under development. Submitted by: "Alexey V. Neyman" Revision Changes Path 1.8 +2 -2 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10: 5:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 411E237B40B; Wed, 5 Sep 2001 10:05:19 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85H5JF81049; Wed, 5 Sep 2001 10:05:19 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109051705.f85H5JF81049@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 5 Sep 2001 10:05:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/05 10:05:19 PDT Modified files: sys/i386/i386 autoconf.c Log: Remove superfluous statement. Revision Changes Path 1.157 +1 -2 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10: 5:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6452037B41B; Wed, 5 Sep 2001 10:05:26 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85H5QA81814; Wed, 5 Sep 2001 10:05:26 -0700 (PDT) (envelope-from bmah) Message-Id: <200109051705.f85H5QA81814@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 5 Sep 2001 10:05:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/05 10:05:26 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/readme article.sgml Log: MFC: Mention Sparc64 port under development. Approved by: murray (implicitly) Revision Changes Path 1.1.2.6 +2 -2 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10: 5:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 513BF37B412; Wed, 5 Sep 2001 10:05:31 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85H5Vq81934; Wed, 5 Sep 2001 10:05:31 -0700 (PDT) (envelope-from ache) Message-Id: <200109051705.f85H5Vq81934@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 5 Sep 2001 10:05:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rmt rmt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/05 10:05:31 PDT Modified files: usr.sbin/rmt rmt.c Log: atol -> strtoll, for file offset Revision Changes Path 1.9 +2 -2 src/usr.sbin/rmt/rmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10:15:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 3A55B37B401; Wed, 5 Sep 2001 10:15:09 -0700 (PDT) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id f85HF0f107436; Wed, 5 Sep 2001 13:15:00 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20010905085206.B95963@dragon.nuxi.com> References: <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> Date: Wed, 5 Sep 2001 13:14:58 -0400 To: obrien@FreeBSD.org, Peter Wemm From: Garance A Drosihn Subject: Re: macro recommendation (Was ...) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 8:52 AM -0700 9/5/01, David O'Brien wrote: >Also, if you want a truely portable usage, we cannot use __RCSID() >because too much NetBSD and vendor sources use it. Peter's hack >will not work for all compilers. I would have prefered a __FBSD() >and __CSRG() macro for the same reasons we switched to $FreeBSD$ >from $Id$. These would have worked for all compilers, but I cannot >complete with an effort backed by Peter. It seems reasonable to me that freebsd would use different macro names for freebsd-specific id's. The issue isn't one that I feel strongly about, but I can see the advantage of using distinctive names. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10:21: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id CA78D37B407; Wed, 5 Sep 2001 10:20:58 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.1/8.11.1) with ESMTP id f814fkh09493; Sat, 1 Sep 2001 00:41:46 -0400 (EDT) Date: Sat, 1 Sep 2001 00:41:46 -0400 (EDT) From: Trevor Johnson To: Pete Fritchman Cc: Trevor Johnson , , , Christian Weisgerber Subject: Re: cvs commit: ports/shells/ksh93 Makefile distinfo pkg-plist In-Reply-To: <20010831235301.A79943@databits.net> Message-ID: <20010901001037.H4887-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Maybe we could just have DIST_SUBDIR= ast? PKGNAMEPREFIX=ast would go well with this (suppose the user looks at /var/db/pkg, then does "du /usr/ports/distfiles"). > Right now, I use 'portsclean -Di' from knu's portupgrade to clean up > old unreferenced distfiles. I wasn't aware of portupgrade or its kin, but they sound invaluable (well, maybe the others--I'm an inveterate packrat). Thanks for the tip. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 10:34:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4766B37B409; Wed, 5 Sep 2001 10:34:32 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85HYWH86017; Wed, 5 Sep 2001 10:34:32 -0700 (PDT) (envelope-from imp) Message-Id: <200109051734.f85HYWH86017@freefall.freebsd.org> From: Warner Losh Date: Wed, 5 Sep 2001 10:34:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/05 10:34:32 PDT Modified files: (Branch: RELENG_4_3) . UPDATING sys/conf newvers.sh Log: Bump to p17 with rmuser correction. Add advisory number for p16/p17 now that its available. Revision Changes Path 1.73.2.28.2.13 +6 -3 src/UPDATING 1.44.2.14.2.7 +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 Wed Sep 5 10:50:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E69A37B405; Wed, 5 Sep 2001 10:49:39 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Hnd087804; Wed, 5 Sep 2001 10:49:39 -0700 (PDT) (envelope-from mp) Message-Id: <200109051749.f85Hnd087804@freefall.freebsd.org> From: Mark Peek Date: Wed, 5 Sep 2001 10:49:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcsh - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/09/05 10:49:38 PDT src/contrib/tcsh - Imported sources Update of /home/ncvs/src/contrib/tcsh In directory freefall.freebsd.org:/c/tmp/cvs-serv87779 Log Message: Import tcsh-6.11 Status: Vendor Tag: ZOULAS Release Tags: tcsh_6_11 U src/contrib/tcsh/FAQ U src/contrib/tcsh/Fixes U src/contrib/tcsh/Imakefile U src/contrib/tcsh/MAKEDIFFS U src/contrib/tcsh/MAKESHAR N src/contrib/tcsh/Makefile.ADMIN U src/contrib/tcsh/Makefile.in U src/contrib/tcsh/Makefile.std U src/contrib/tcsh/Ported U src/contrib/tcsh/Makefile.vms U src/contrib/tcsh/NewThings U src/contrib/tcsh/README U src/contrib/tcsh/README.imake N src/contrib/tcsh/RELEASE-PROCEDURE U src/contrib/tcsh/WishList U src/contrib/tcsh/Y2K U src/contrib/tcsh/complete.tcsh U src/contrib/tcsh/config.guess U src/contrib/tcsh/config.h.in U src/contrib/tcsh/config.sub U src/contrib/tcsh/config_f.h U src/contrib/tcsh/configure U src/contrib/tcsh/configure.in U src/contrib/tcsh/csh-mode.el U src/contrib/tcsh/ed.chared.c U src/contrib/tcsh/ed.decls.h U src/contrib/tcsh/ed.defns.c U src/contrib/tcsh/ed.h U src/contrib/tcsh/ed.init.c U src/contrib/tcsh/ed.inputl.c U src/contrib/tcsh/ed.refresh.c U src/contrib/tcsh/ed.screen.c U src/contrib/tcsh/ed.term.c U src/contrib/tcsh/glob.3 U src/contrib/tcsh/ed.term.h U src/contrib/tcsh/ed.xmap.c U src/contrib/tcsh/eight-bit.me U src/contrib/tcsh/gethost.c U src/contrib/tcsh/glob.c U src/contrib/tcsh/glob.h U src/contrib/tcsh/host.defs U src/contrib/tcsh/imake.config U src/contrib/tcsh/install-sh U src/contrib/tcsh/ma.setp.c U src/contrib/tcsh/mi.termios.c U src/contrib/tcsh/mi.varargs.h U src/contrib/tcsh/mi.wait.h U src/contrib/tcsh/patchlevel.h U src/contrib/tcsh/pathnames.h U src/contrib/tcsh/sh.c U src/contrib/tcsh/sh.char.c U src/contrib/tcsh/sh.char.h U src/contrib/tcsh/sh.decls.h U src/contrib/tcsh/sh.dir.c U src/contrib/tcsh/sh.dir.h U src/contrib/tcsh/sh.dol.c U src/contrib/tcsh/sh.err.c U src/contrib/tcsh/sh.exec.c U src/contrib/tcsh/sh.exp.c U src/contrib/tcsh/sh.file.c U src/contrib/tcsh/sh.func.c U src/contrib/tcsh/sh.glob.c U src/contrib/tcsh/sh.h U src/contrib/tcsh/sh.hist.c U src/contrib/tcsh/sh.init.c U src/contrib/tcsh/sh.lex.c U src/contrib/tcsh/sh.misc.c U src/contrib/tcsh/sh.parse.c U src/contrib/tcsh/sh.print.c U src/contrib/tcsh/sh.proc.c U src/contrib/tcsh/sh.proc.h U src/contrib/tcsh/sh.sem.c U src/contrib/tcsh/sh.set.c U src/contrib/tcsh/sh.time.c U src/contrib/tcsh/sh.types.h U src/contrib/tcsh/snames.h U src/contrib/tcsh/src.desc U src/contrib/tcsh/tc.alloc.c U src/contrib/tcsh/tc.bind.c U src/contrib/tcsh/tc.const.c U src/contrib/tcsh/tc.decls.h U src/contrib/tcsh/tc.disc.c U src/contrib/tcsh/tc.func.c U src/contrib/tcsh/tc.h U src/contrib/tcsh/tc.os.c U src/contrib/tcsh/tc.os.h U src/contrib/tcsh/tc.printf.c U src/contrib/tcsh/tc.prompt.c U src/contrib/tcsh/tc.sched.c U src/contrib/tcsh/tc.sig.c U src/contrib/tcsh/tc.sig.h U src/contrib/tcsh/tc.str.c U src/contrib/tcsh/tc.vers.c U src/contrib/tcsh/tc.wait.h U src/contrib/tcsh/tc.who.c U src/contrib/tcsh/tcsh.man U src/contrib/tcsh/tcsh.man2html U src/contrib/tcsh/termcap.vms U src/contrib/tcsh/tw.color.c U src/contrib/tcsh/tw.comp.c U src/contrib/tcsh/tw.decls.h U src/contrib/tcsh/tw.h U src/contrib/tcsh/tw.help.c U src/contrib/tcsh/tw.init.c U src/contrib/tcsh/tw.parse.c U src/contrib/tcsh/tw.spell.c U src/contrib/tcsh/vms.termcap.c U src/contrib/tcsh/config/bsd4.4 U src/contrib/tcsh/nls/Makefile U src/contrib/tcsh/nls/C/set1 U src/contrib/tcsh/nls/C/set10 U src/contrib/tcsh/nls/C/set11 U src/contrib/tcsh/nls/C/set12 U src/contrib/tcsh/nls/C/set13 U src/contrib/tcsh/nls/C/set14 U src/contrib/tcsh/nls/C/set15 U src/contrib/tcsh/nls/C/set16 U src/contrib/tcsh/nls/C/set17 U src/contrib/tcsh/nls/C/set18 U src/contrib/tcsh/nls/C/set19 U src/contrib/tcsh/nls/C/set2 U src/contrib/tcsh/nls/C/set20 U src/contrib/tcsh/nls/C/set21 U src/contrib/tcsh/nls/C/set22 U src/contrib/tcsh/nls/C/set23 U src/contrib/tcsh/nls/C/set24 U src/contrib/tcsh/nls/C/set25 U src/contrib/tcsh/nls/C/set26 U src/contrib/tcsh/nls/C/set27 U src/contrib/tcsh/nls/C/set29 U src/contrib/tcsh/nls/C/set3 U src/contrib/tcsh/nls/C/set30 U src/contrib/tcsh/nls/C/set31 U src/contrib/tcsh/nls/C/set4 U src/contrib/tcsh/nls/C/set5 U src/contrib/tcsh/nls/C/set6 U src/contrib/tcsh/nls/C/set7 U src/contrib/tcsh/nls/C/set8 U src/contrib/tcsh/nls/C/set9 N src/contrib/tcsh/nls/et/set1 N src/contrib/tcsh/nls/et/set10 N src/contrib/tcsh/nls/et/set11 N src/contrib/tcsh/nls/et/set12 N src/contrib/tcsh/nls/et/set13 N src/contrib/tcsh/nls/et/set14 N src/contrib/tcsh/nls/et/set15 N src/contrib/tcsh/nls/et/set16 N src/contrib/tcsh/nls/et/set17 N src/contrib/tcsh/nls/et/set18 N src/contrib/tcsh/nls/et/set19 N src/contrib/tcsh/nls/et/set2 N src/contrib/tcsh/nls/et/set20 N src/contrib/tcsh/nls/et/set21 N src/contrib/tcsh/nls/et/set22 N src/contrib/tcsh/nls/et/set23 N src/contrib/tcsh/nls/et/set24 N src/contrib/tcsh/nls/et/set25 N src/contrib/tcsh/nls/et/set26 N src/contrib/tcsh/nls/et/set27 N src/contrib/tcsh/nls/et/set29 N src/contrib/tcsh/nls/et/set3 N src/contrib/tcsh/nls/et/set30 N src/contrib/tcsh/nls/et/set31 N src/contrib/tcsh/nls/et/set4 N src/contrib/tcsh/nls/et/set5 N src/contrib/tcsh/nls/et/set6 N src/contrib/tcsh/nls/et/set7 N src/contrib/tcsh/nls/et/set8 N src/contrib/tcsh/nls/et/set9 U src/contrib/tcsh/nls/finnish/set1 U src/contrib/tcsh/nls/finnish/set10 U src/contrib/tcsh/nls/finnish/set11 U src/contrib/tcsh/nls/finnish/set12 U src/contrib/tcsh/nls/finnish/set13 U src/contrib/tcsh/nls/finnish/set14 U src/contrib/tcsh/nls/finnish/set15 U src/contrib/tcsh/nls/finnish/set16 U src/contrib/tcsh/nls/finnish/set17 U src/contrib/tcsh/nls/finnish/set18 U src/contrib/tcsh/nls/finnish/set19 U src/contrib/tcsh/nls/finnish/set2 U src/contrib/tcsh/nls/finnish/set20 U src/contrib/tcsh/nls/finnish/set21 U src/contrib/tcsh/nls/finnish/set22 U src/contrib/tcsh/nls/finnish/set23 U src/contrib/tcsh/nls/finnish/set24 U src/contrib/tcsh/nls/finnish/set25 U src/contrib/tcsh/nls/finnish/set26 U src/contrib/tcsh/nls/finnish/set27 U src/contrib/tcsh/nls/finnish/set29 U src/contrib/tcsh/nls/finnish/set3 U src/contrib/tcsh/nls/finnish/set30 U src/contrib/tcsh/nls/finnish/set31 U src/contrib/tcsh/nls/finnish/set4 U src/contrib/tcsh/nls/finnish/set5 U src/contrib/tcsh/nls/finnish/set6 U src/contrib/tcsh/nls/finnish/set7 U src/contrib/tcsh/nls/finnish/set8 U src/contrib/tcsh/nls/finnish/set9 U src/contrib/tcsh/nls/french/set1 U src/contrib/tcsh/nls/french/set10 U src/contrib/tcsh/nls/french/set11 U src/contrib/tcsh/nls/french/set12 U src/contrib/tcsh/nls/french/set13 U src/contrib/tcsh/nls/french/set14 U src/contrib/tcsh/nls/french/set15 U src/contrib/tcsh/nls/french/set16 U src/contrib/tcsh/nls/french/set17 U src/contrib/tcsh/nls/french/set18 U src/contrib/tcsh/nls/french/set19 U src/contrib/tcsh/nls/french/set2 U src/contrib/tcsh/nls/french/set20 U src/contrib/tcsh/nls/french/set21 U src/contrib/tcsh/nls/french/set22 U src/contrib/tcsh/nls/french/set23 U src/contrib/tcsh/nls/french/set24 U src/contrib/tcsh/nls/french/set25 U src/contrib/tcsh/nls/french/set26 U src/contrib/tcsh/nls/french/set27 U src/contrib/tcsh/nls/french/set29 U src/contrib/tcsh/nls/french/set3 U src/contrib/tcsh/nls/french/set30 U src/contrib/tcsh/nls/french/set31 U src/contrib/tcsh/nls/french/set4 U src/contrib/tcsh/nls/french/set5 U src/contrib/tcsh/nls/french/set6 U src/contrib/tcsh/nls/french/set7 U src/contrib/tcsh/nls/french/set8 U src/contrib/tcsh/nls/french/set9 U src/contrib/tcsh/nls/german/set1 U src/contrib/tcsh/nls/german/set10 U src/contrib/tcsh/nls/german/set11 U src/contrib/tcsh/nls/german/set12 U src/contrib/tcsh/nls/german/set13 U src/contrib/tcsh/nls/german/set14 U src/contrib/tcsh/nls/german/set15 U src/contrib/tcsh/nls/german/set16 U src/contrib/tcsh/nls/german/set17 U src/contrib/tcsh/nls/german/set18 U src/contrib/tcsh/nls/german/set19 U src/contrib/tcsh/nls/german/set2 U src/contrib/tcsh/nls/german/set20 U src/contrib/tcsh/nls/german/set21 U src/contrib/tcsh/nls/german/set22 U src/contrib/tcsh/nls/german/set23 U src/contrib/tcsh/nls/german/set24 U src/contrib/tcsh/nls/german/set25 U src/contrib/tcsh/nls/german/set26 U src/contrib/tcsh/nls/german/set27 U src/contrib/tcsh/nls/german/set29 U src/contrib/tcsh/nls/german/set3 U src/contrib/tcsh/nls/german/set30 U src/contrib/tcsh/nls/german/set31 U src/contrib/tcsh/nls/german/set4 U src/contrib/tcsh/nls/german/set5 U src/contrib/tcsh/nls/german/set6 U src/contrib/tcsh/nls/german/set7 U src/contrib/tcsh/nls/german/set8 U src/contrib/tcsh/nls/german/set9 U src/contrib/tcsh/nls/greek/set1 U src/contrib/tcsh/nls/greek/set10 U src/contrib/tcsh/nls/greek/set11 U src/contrib/tcsh/nls/greek/set12 U src/contrib/tcsh/nls/greek/set13 U src/contrib/tcsh/nls/greek/set14 U src/contrib/tcsh/nls/greek/set15 U src/contrib/tcsh/nls/greek/set16 U src/contrib/tcsh/nls/greek/set17 U src/contrib/tcsh/nls/greek/set18 U src/contrib/tcsh/nls/greek/set19 U src/contrib/tcsh/nls/greek/set2 U src/contrib/tcsh/nls/greek/set20 U src/contrib/tcsh/nls/greek/set21 U src/contrib/tcsh/nls/greek/set22 U src/contrib/tcsh/nls/greek/set23 U src/contrib/tcsh/nls/greek/set24 U src/contrib/tcsh/nls/greek/set25 U src/contrib/tcsh/nls/greek/set26 U src/contrib/tcsh/nls/greek/set27 U src/contrib/tcsh/nls/greek/set29 U src/contrib/tcsh/nls/greek/set3 U src/contrib/tcsh/nls/greek/set30 U src/contrib/tcsh/nls/greek/set31 U src/contrib/tcsh/nls/greek/set4 U src/contrib/tcsh/nls/greek/set5 U src/contrib/tcsh/nls/greek/set6 U src/contrib/tcsh/nls/greek/set7 U src/contrib/tcsh/nls/greek/set8 U src/contrib/tcsh/nls/greek/set9 U src/contrib/tcsh/nls/italian/set1 U src/contrib/tcsh/nls/italian/set10 U src/contrib/tcsh/nls/italian/set11 U src/contrib/tcsh/nls/italian/set12 U src/contrib/tcsh/nls/italian/set13 U src/contrib/tcsh/nls/italian/set14 U src/contrib/tcsh/nls/italian/set15 U src/contrib/tcsh/nls/italian/set16 U src/contrib/tcsh/nls/italian/set17 U src/contrib/tcsh/nls/italian/set18 U src/contrib/tcsh/nls/italian/set19 U src/contrib/tcsh/nls/italian/set2 U src/contrib/tcsh/nls/italian/set20 U src/contrib/tcsh/nls/italian/set21 U src/contrib/tcsh/nls/italian/set22 U src/contrib/tcsh/nls/italian/set23 U src/contrib/tcsh/nls/italian/set24 U src/contrib/tcsh/nls/italian/set25 U src/contrib/tcsh/nls/italian/set26 U src/contrib/tcsh/nls/italian/set27 U src/contrib/tcsh/nls/italian/set29 U src/contrib/tcsh/nls/italian/set3 U src/contrib/tcsh/nls/italian/set30 U src/contrib/tcsh/nls/italian/set31 U src/contrib/tcsh/nls/italian/set4 U src/contrib/tcsh/nls/italian/set5 U src/contrib/tcsh/nls/italian/set6 U src/contrib/tcsh/nls/italian/set7 U src/contrib/tcsh/nls/italian/set8 U src/contrib/tcsh/nls/italian/set9 U src/contrib/tcsh/nls/ja/set1 U src/contrib/tcsh/nls/ja/set10 U src/contrib/tcsh/nls/ja/set11 U src/contrib/tcsh/nls/ja/set12 U src/contrib/tcsh/nls/ja/set13 U src/contrib/tcsh/nls/ja/set15 U src/contrib/tcsh/nls/ja/set16 U src/contrib/tcsh/nls/ja/set17 U src/contrib/tcsh/nls/ja/set18 U src/contrib/tcsh/nls/ja/set2 U src/contrib/tcsh/nls/ja/set21 U src/contrib/tcsh/nls/ja/set24 U src/contrib/tcsh/nls/ja/set29 U src/contrib/tcsh/nls/ja/set30 U src/contrib/tcsh/nls/ja/set5 U src/contrib/tcsh/nls/ja/set6 U src/contrib/tcsh/nls/ja/set8 N src/contrib/tcsh/nls/pl/README N src/contrib/tcsh/nls/pl/set1 N src/contrib/tcsh/nls/pl/set10 N src/contrib/tcsh/nls/pl/set11 N src/contrib/tcsh/nls/pl/set12 N src/contrib/tcsh/nls/pl/set13 N src/contrib/tcsh/nls/pl/set14 N src/contrib/tcsh/nls/pl/set15 N src/contrib/tcsh/nls/pl/set16 N src/contrib/tcsh/nls/pl/set17 N src/contrib/tcsh/nls/pl/set18 N src/contrib/tcsh/nls/pl/set19 N src/contrib/tcsh/nls/pl/set2 N src/contrib/tcsh/nls/pl/set20 N src/contrib/tcsh/nls/pl/set21 N src/contrib/tcsh/nls/pl/set22 N src/contrib/tcsh/nls/pl/set23 N src/contrib/tcsh/nls/pl/set24 N src/contrib/tcsh/nls/pl/set25 N src/contrib/tcsh/nls/pl/set26 N src/contrib/tcsh/nls/pl/set27 N src/contrib/tcsh/nls/pl/set29 N src/contrib/tcsh/nls/pl/set3 N src/contrib/tcsh/nls/pl/set30 N src/contrib/tcsh/nls/pl/set31 N src/contrib/tcsh/nls/pl/set4 N src/contrib/tcsh/nls/pl/set5 N src/contrib/tcsh/nls/pl/set6 N src/contrib/tcsh/nls/pl/set7 N src/contrib/tcsh/nls/pl/set8 N src/contrib/tcsh/nls/pl/set9 N src/contrib/tcsh/nls/russian/set1 N src/contrib/tcsh/nls/russian/set10 N src/contrib/tcsh/nls/russian/set11 N src/contrib/tcsh/nls/russian/set12 N src/contrib/tcsh/nls/russian/set13 N src/contrib/tcsh/nls/russian/set14 N src/contrib/tcsh/nls/russian/set15 N src/contrib/tcsh/nls/russian/set16 N src/contrib/tcsh/nls/russian/set17 N src/contrib/tcsh/nls/russian/set18 N src/contrib/tcsh/nls/russian/set19 N src/contrib/tcsh/nls/russian/set2 N src/contrib/tcsh/nls/russian/set20 N src/contrib/tcsh/nls/russian/set21 N src/contrib/tcsh/nls/russian/set22 N src/contrib/tcsh/nls/russian/set23 N src/contrib/tcsh/nls/russian/set24 N src/contrib/tcsh/nls/russian/set25 N src/contrib/tcsh/nls/russian/set26 N src/contrib/tcsh/nls/russian/set27 N src/contrib/tcsh/nls/russian/set29 N src/contrib/tcsh/nls/russian/set3 N src/contrib/tcsh/nls/russian/set30 N src/contrib/tcsh/nls/russian/set31 N src/contrib/tcsh/nls/russian/set4 N src/contrib/tcsh/nls/russian/set5 N src/contrib/tcsh/nls/russian/set6 N src/contrib/tcsh/nls/russian/set7 N src/contrib/tcsh/nls/russian/set8 N src/contrib/tcsh/nls/russian/set9 U src/contrib/tcsh/nls/spanish/set1 U src/contrib/tcsh/nls/spanish/set10 U src/contrib/tcsh/nls/spanish/set11 U src/contrib/tcsh/nls/spanish/set12 U src/contrib/tcsh/nls/spanish/set13 U src/contrib/tcsh/nls/spanish/set14 U src/contrib/tcsh/nls/spanish/set15 U src/contrib/tcsh/nls/spanish/set16 U src/contrib/tcsh/nls/spanish/set17 U src/contrib/tcsh/nls/spanish/set18 U src/contrib/tcsh/nls/spanish/set19 U src/contrib/tcsh/nls/spanish/set2 U src/contrib/tcsh/nls/spanish/set20 U src/contrib/tcsh/nls/spanish/set21 U src/contrib/tcsh/nls/spanish/set22 U src/contrib/tcsh/nls/spanish/set23 U src/contrib/tcsh/nls/spanish/set24 U src/contrib/tcsh/nls/spanish/set25 U src/contrib/tcsh/nls/spanish/set26 U src/contrib/tcsh/nls/spanish/set27 U src/contrib/tcsh/nls/spanish/set29 U src/contrib/tcsh/nls/spanish/set3 U src/contrib/tcsh/nls/spanish/set30 U src/contrib/tcsh/nls/spanish/set31 U src/contrib/tcsh/nls/spanish/set4 U src/contrib/tcsh/nls/spanish/set5 U src/contrib/tcsh/nls/spanish/set6 U src/contrib/tcsh/nls/spanish/set7 U src/contrib/tcsh/nls/spanish/set8 U src/contrib/tcsh/nls/spanish/set9 U src/contrib/tcsh/nls/ukrainian/set1 U src/contrib/tcsh/nls/ukrainian/set10 U src/contrib/tcsh/nls/ukrainian/set11 U src/contrib/tcsh/nls/ukrainian/set12 U src/contrib/tcsh/nls/ukrainian/set13 U src/contrib/tcsh/nls/ukrainian/set14 U src/contrib/tcsh/nls/ukrainian/set15 U src/contrib/tcsh/nls/ukrainian/set16 U src/contrib/tcsh/nls/ukrainian/set17 U src/contrib/tcsh/nls/ukrainian/set18 U src/contrib/tcsh/nls/ukrainian/set19 U src/contrib/tcsh/nls/ukrainian/set2 U src/contrib/tcsh/nls/ukrainian/set20 U src/contrib/tcsh/nls/ukrainian/set21 U src/contrib/tcsh/nls/ukrainian/set22 U src/contrib/tcsh/nls/ukrainian/set23 U src/contrib/tcsh/nls/ukrainian/set24 U src/contrib/tcsh/nls/ukrainian/set25 U src/contrib/tcsh/nls/ukrainian/set26 U src/contrib/tcsh/nls/ukrainian/set27 U src/contrib/tcsh/nls/ukrainian/set29 U src/contrib/tcsh/nls/ukrainian/set3 U src/contrib/tcsh/nls/ukrainian/set30 U src/contrib/tcsh/nls/ukrainian/set31 U src/contrib/tcsh/nls/ukrainian/set4 U src/contrib/tcsh/nls/ukrainian/set5 U src/contrib/tcsh/nls/ukrainian/set6 U src/contrib/tcsh/nls/ukrainian/set7 U src/contrib/tcsh/nls/ukrainian/set8 U src/contrib/tcsh/nls/ukrainian/set9 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 11:10:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4094537B409; Wed, 5 Sep 2001 11:10:29 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85IATh93814; Wed, 5 Sep 2001 11:10:29 -0700 (PDT) (envelope-from mp) Message-Id: <200109051810.f85IATh93814@freefall.freebsd.org> From: Mark Peek Date: Wed, 5 Sep 2001 11:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh/nls Makefile src/bin/csh/nls/et Makefile src/bin/csh/nls/russian Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/09/05 11:10:29 PDT Modified files: bin/csh/nls Makefile Added files: bin/csh/nls/et Makefile bin/csh/nls/russian Makefile Log: Add new tcsh-6.11 NLS sets for Estonian and Russian. (Polish was also included in tcsh-6.11 but the set1 and set3 files are broken) Revision Changes Path 1.9 +2 -2 src/bin/csh/nls/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 11:15:19 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 4A20337B40D; Wed, 5 Sep 2001 11:15:12 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 8BE424CE1A; Wed, 5 Sep 2001 14:15:11 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id OAA12065; Wed, 5 Sep 2001 14:15:11 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id LAA15714; Wed, 5 Sep 2001 11:15:10 -0700 (PDT) Message-Id: <200109051815.LAA15714@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: drosih@rpi.edu Subject: Re: macro recommendation (Was ...) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> Date: Wed, 5 Sep 2001 11:15:10 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there any real reason to have the SCCS IDs, given that they're derivable from the CVS IDs? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 11:19:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7672337B401; Wed, 5 Sep 2001 11:19:08 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85IJ8d94750; Wed, 5 Sep 2001 11:19:08 -0700 (PDT) (envelope-from bmah) Message-Id: <200109051819.f85IJ8d94750@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 5 Sep 2001 11:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/05 11:19:08 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release note: tcsh 6.11. Revision Changes Path 1.130 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 11:19:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDA4337B40C; Wed, 5 Sep 2001 11:19:09 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85IJ9C94778; Wed, 5 Sep 2001 11:19:09 -0700 (PDT) (envelope-from jhb) Message-Id: <200109051819.f85IJ9C94778@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Sep 2001 11:19:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sx.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/05 11:19:09 PDT Modified files: sys/sys sx.h Log: Include for the definition of struct lock_object. Don't understand why this wasn't added when _mutex.h was added. Noticed by: jlemon Revision Changes Path 1.10 +2 -1 src/sys/sys/sx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 11:50:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 225E837B40D; Wed, 5 Sep 2001 11:50:03 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Io3o99434; Wed, 5 Sep 2001 11:50:03 -0700 (PDT) (envelope-from phantom) Message-Id: <200109051850.f85Io3o99434@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 5 Sep 2001 11:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strfmon.c Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/09/05 11:50:02 PDT Modified files: lib/libc/stdlib Makefile.inc Added files: lib/libc/stdlib strfmon.c Log: Add strfmon(3) implementation. It still contains few XXX's because I lost my last version of this work due to HDD crash, but this version cleanly passed all POSIX and SuSv2 tests. I am working on testing scripts which should test this implementation against all locales and surely more fixes will come soon. Reviewed by: ache, silence at -audit & -developers Revision Changes Path 1.29 +4 -4 src/lib/libc/stdlib/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 11:51: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9026637B40F; Wed, 5 Sep 2001 11:50:56 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85IouB99491; Wed, 5 Sep 2001 11:50:56 -0700 (PDT) (envelope-from phantom) Message-Id: <200109051850.f85IouB99491@freefall.freebsd.org> From: Alexey Zelkin Date: Wed, 5 Sep 2001 11:50:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include monetary.h Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/09/05 11:50:56 PDT Modified files: include Makefile Added files: include monetary.h Log: add monetary.h as per POSIX requirement Revision Changes Path 1.149 +2 -2 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:18:39 2001 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 ADAE337B401; Wed, 5 Sep 2001 12:18:33 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f85JIVC45789; Wed, 5 Sep 2001 15:18:31 -0400 (EDT) (envelope-from wollman) Date: Wed, 5 Sep 2001 15:18:31 -0400 (EDT) From: Garrett Wollman Message-Id: <200109051918.f85JIVC45789@khavrinen.lcs.mit.edu> To: Bill Fenner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was ...) In-Reply-To: <200109051815.LAA15714@windsor.research.att.com> References: <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> <200109051815.LAA15714@windsor.research.att.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Is there any real reason to have the SCCS IDs, given that they're > derivable from the CVS IDs? Probably not any more. I've always preserved them, but I don't think they serve any continuing purpose given that there is no longer a CSRG to synchronize against. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:21:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E411937B405; Wed, 5 Sep 2001 12:21:26 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85JLQ705697; Wed, 5 Sep 2001 12:21:26 -0700 (PDT) (envelope-from dd) Message-Id: <200109051921.f85JLQ705697@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 12:21:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpidump acpidump.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 12:21:26 PDT Modified files: usr.sbin/acpi/acpidump acpidump.8 Log: Fix typo. PR: 30342 Submitted by: Giorgos Keramidas Revision Changes Path 1.9 +2 -2 src/usr.sbin/acpi/acpidump/acpidump.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:23:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8767D37B409; Wed, 5 Sep 2001 12:23:36 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85JNaQ05948; Wed, 5 Sep 2001 12:23:36 -0700 (PDT) (envelope-from dd) Message-Id: <200109051923.f85JNaQ05948@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 12:23:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 amr.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 12:23:36 PDT Modified files: share/man/man4 amr.4 Log: Add a SEE ALSO section like the rest of the SCSI driver man pages. PR: 30344 Submitted by: Giorgos Keramidas Revision Changes Path 1.15 +6 -1 src/share/man/man4/amr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:24:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2BF037B408; Wed, 5 Sep 2001 12:24:28 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85JOSE06098; Wed, 5 Sep 2001 12:24:28 -0700 (PDT) (envelope-from dd) Message-Id: <200109051924.f85JOSE06098@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 12:24:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ahc.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 12:24:28 PDT Modified files: share/man/man4 ahc.4 Log: Fix typo (therefor -> therefore) PR: 30345 Submitted by: Giorgos Keramidas Revision Changes Path 1.30 +2 -2 src/share/man/man4/ahc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:26:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C5B937B403; Wed, 5 Sep 2001 12:26:18 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85JQI506385; Wed, 5 Sep 2001 12:26:18 -0700 (PDT) (envelope-from dd) Message-Id: <200109051926.f85JQI506385@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 12:26:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/accton accton.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 12:26:18 PDT Modified files: usr.sbin/accton accton.8 Log: Correct a typo. PR: 30347 Submitted by: Giorgos Keramidas Revision Changes Path 1.10 +2 -2 src/usr.sbin/accton/accton.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:30:56 2001 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 E4EC637B405; Wed, 5 Sep 2001 12:30:39 -0700 (PDT) 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 WAA04592; Wed, 5 Sep 2001 22:30:36 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id f85JU5g87518; Wed, 5 Sep 2001 22:30:05 +0300 (EEST) Date: Wed, 5 Sep 2001 22:30:05 +0300 From: Alexey Zelkin To: Garrett Wollman Cc: Bill Fenner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was ...) Message-ID: <20010905223005.A87135@ark.cris.net> References: <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> <200109051815.LAA15714@windsor.research.att.com> <200109051918.f85JIVC45789@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200109051918.f85JIVC45789@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Wed, Sep 05, 2001 at 03:18:31PM -0400 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, On Wed, Sep 05, 2001 at 03:18:31PM -0400, Garrett Wollman wrote: > < said: > > > Is there any real reason to have the SCCS IDs, given that they're > > derivable from the CVS IDs? > > Probably not any more. I've always preserved them, but I don't think > they serve any continuing purpose given that there is no longer a CSRG > to synchronize against. Last merge (partial) of CSRG sources to main source tree was made few month ago :-) I think we just can preserve them in comments, not in code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:32:51 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 40A7D37B409; Wed, 5 Sep 2001 12:32:43 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 6CC2D4CE05; Wed, 5 Sep 2001 15:32:39 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id PAA14877; Wed, 5 Sep 2001 15:32:38 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id MAA17279; Wed, 5 Sep 2001 12:32:38 -0700 (PDT) Message-Id: <200109051932.MAA17279@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: phantom@ark.cris.net Subject: Re: macro recommendation (Was ...) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org References: <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> <200109051815.LAA15714@windsor.research.att.com> <200109051918.f85JIVC45789@khavrinen.lcs.mit.edu> <20010905223005.A87135@ark.cris.net> Date: Wed, 5 Sep 2001 12:32:37 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I think we just can preserve them in comments, not in code. Exactly my feeling, sorry for not making that clear. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:33:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAE8A37B40B; Wed, 5 Sep 2001 12:33:08 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85JX8v06983; Wed, 5 Sep 2001 12:33:08 -0700 (PDT) (envelope-from dd) Message-Id: <200109051933.f85JX8v06983@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 12:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ac ac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 12:33:08 PDT Modified files: usr.sbin/ac ac.8 Log: Don't mention wtmp.[0-7] in the FILES section. This manual page doesn't talk about these files elsewhere, doesn't use the files by default, and the names are dependent on site-specific newsyslog configuration. PR: 30348 Submitted by: Giorgos Keramidas Revision Changes Path 1.17 +2 -4 src/usr.sbin/ac/ac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:35:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C77437B40C; Wed, 5 Sep 2001 12:35:03 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85JZ3s07236; Wed, 5 Sep 2001 12:35:03 -0700 (PDT) (envelope-from dd) Message-Id: <200109051935.f85JZ3s07236@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 12:35:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/search search.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 12:35:03 PDT Modified files: en/search search.sgml Log: Use the correct article. Revision Changes Path 1.71 +2 -2 www/en/search/search.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 12:47: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id EF38A37B401; Wed, 5 Sep 2001 12:46:34 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f85JkUX24987; Wed, 5 Sep 2001 13:46:30 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f85JkUh47254; Wed, 5 Sep 2001 13:46:30 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109051946.f85JkUh47254@harmony.village.org> To: Bill Fenner Subject: Re: macro recommendation (Was ...) Cc: drosih@rpi.edu, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 05 Sep 2001 11:15:10 PDT." <200109051815.LAA15714@windsor.research.att.com> References: <200109051815.LAA15714@windsor.research.att.com> <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> Date: Wed, 05 Sep 2001 13:46:30 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200109051815.LAA15714@windsor.research.att.com> Bill Fenner writes: : Is there any real reason to have the SCCS IDs, given that they're : derivable from the CVS IDs? The SCCS IDs are from a different name sequence than the CVS IDs. It may be good to have them in the source, but they don't need to be in the .o's. Or is that whay you are saying? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 13: 4:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 002A137B407; Wed, 5 Sep 2001 13:04:35 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85K4Z210081; Wed, 5 Sep 2001 13:04:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200109052004.f85K4Z210081@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Sep 2001 13:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha mkisoimages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/05 13:04:35 PDT Modified files: release/alpha mkisoimages.sh Log: Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot. Submmitted by: dirk Revision Changes Path 1.6 +9 -5 src/release/alpha/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 13:11: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30DDC37B401; Wed, 5 Sep 2001 13:11:00 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85KB0b13641; Wed, 5 Sep 2001 13:11:00 -0700 (PDT) (envelope-from dd) Message-Id: <200109052011.f85KB0b13641@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 13:11:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping Makefile src/sbin/ifconfig Makefile src/usr.bin/chpass Makefile src/usr.bin/logger Makefile src/usr.bin/split Makefile src/usr.sbin/inetd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/05 13:11:00 PDT Modified files: sbin/ping Makefile sbin/ifconfig Makefile usr.bin/chpass Makefile usr.bin/logger Makefile usr.bin/split Makefile usr.sbin/inetd Makefile Log: Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde Revision Changes Path 1.15 +3 -3 src/sbin/ping/Makefile 1.20 +2 -2 src/sbin/ifconfig/Makefile 1.23 +3 -3 src/usr.bin/chpass/Makefile 1.3 +2 -2 src/usr.bin/logger/Makefile 1.3 +2 -1 src/usr.bin/split/Makefile 1.26 +3 -3 src/usr.sbin/inetd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 13:12:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A17037B409; Wed, 5 Sep 2001 13:12:17 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85KCHK13793; Wed, 5 Sep 2001 13:12:17 -0700 (PDT) (envelope-from knu) Message-Id: <200109052012.f85KCHK13793@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Sep 2001 13:12:17 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/05 13:12:17 PDT Modified files: irc/xchat Makefile Log: Fix installation and packaging with GNOME. Revision Changes Path 1.81 +4 -6 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 Sep 5 13:15: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95DD637B403; Wed, 5 Sep 2001 13:14:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85KExG14056; Wed, 5 Sep 2001 13:14:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200109052014.f85KExG14056@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Sep 2001 13:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 rp.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/05 13:14:59 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 rp.4 Log: Add a manpage for the Comtrol RocketPort Intelligent Serial Port Card driver. MdocNging by: ru Obtained from: BSD/OS Revision Changes Path 1.132 +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 Wed Sep 5 13:19: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C48537B408; Wed, 5 Sep 2001 13:19:01 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85KJ1x14570; Wed, 5 Sep 2001 13:19:01 -0700 (PDT) (envelope-from alex) Message-Id: <200109052019.f85KJ1x14570@freefall.freebsd.org> From: Alexander Langer Date: Wed, 5 Sep 2001 13:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/staroffice52 Makefile ports/french/staroffice52 Makefile ports/editors/staroffice52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/09/05 13:19:01 PDT Modified files: german/staroffice52 Makefile french/staroffice52 Makefile editors/staroffice52 Makefile Log: Use full path to mount and utilites, because /sbin might not be in PATH. Fix last-minute brainos in the message for linprocfs. Submitted by: fenner Revision Changes Path 1.24 +3 -3 ports/german/staroffice52/Makefile 1.13 +18 -18 ports/french/staroffice52/Makefile 1.29 +3 -3 ports/editors/staroffice52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 13:35: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id B51BF37B40B; Wed, 5 Sep 2001 13:34:54 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15ejPg-000NuI-00; Wed, 05 Sep 2001 22:36:44 +0200 From: Sheldon Hearn To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcsh - Imported sources In-reply-to: Your message of "Wed, 05 Sep 2001 10:49:38 MST." <200109051749.f85Hnd087804@freefall.freebsd.org> Date: Wed, 05 Sep 2001 22:36:44 +0200 Message-ID: <91901.999722204@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 05 Sep 2001 10:49:38 MST, Mark Peek wrote: > src/contrib/tcsh - Imported sources > Update of /home/ncvs/src/contrib/tcsh > In directory freefall.freebsd.org:/c/tmp/cvs-serv87779 > > Log Message: > Import tcsh-6.11 Hi Mark, Does this update require any changes to src/share/man/man1/builtin.1? 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 Sep 5 13:43:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38BDE37B409; Wed, 5 Sep 2001 13:43:08 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Kh8I17662; Wed, 5 Sep 2001 13:43:08 -0700 (PDT) (envelope-from scottl) Message-Id: <200109052043.f85Kh8I17662@freefall.freebsd.org> From: Scott Long Date: Wed, 5 Sep 2001 13:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_compat.h aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/09/05 13:43:07 PDT Modified files: sys/dev/aac aac.c aac_compat.h aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h Log: Bring the aac driver *much* closer to style(9). Reviewed by: ken Revision Changes Path 1.26 +1759 -1664 src/sys/dev/aac/aac.c 1.3 +25 -25 src/sys/dev/aac/aac_compat.h 1.7 +434 -380 src/sys/dev/aac/aac_debug.c 1.14 +219 -206 src/sys/dev/aac/aac_disk.c 1.7 +22 -22 src/sys/dev/aac/aac_ioctl.h 1.13 +188 -181 src/sys/dev/aac/aac_pci.c 1.2 +69 -69 src/sys/dev/aac/aac_tables.h 1.8 +559 -548 src/sys/dev/aac/aacreg.h 1.9 +201 -199 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 14:10:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4441237B408; Wed, 5 Sep 2001 14:10:29 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85LAT823257; Wed, 5 Sep 2001 14:10:29 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052110.f85LAT823257@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 14:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vlan.4 src/sys/dev/nge if_nge.c src/sys/dev/txp if_txp.c src/sys/net ethernet.h if_ethersubr.c if_vlan.c if_vlan_var.h src/sys/pci if_ti.c src/sys/modules/if_vlan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 14:10:29 PDT Modified files: share/man/man4 vlan.4 sys/dev/nge if_nge.c sys/dev/txp if_txp.c sys/net ethernet.h if_ethersubr.c if_vlan.c if_vlan_var.h sys/pci if_ti.c Added files: sys/modules/if_vlan Makefile Log: Make vlan(4) loadable, unloadable, and clonable. As a side effect, interfaces must now always enable VLAN support. Reviewed by: jlemon MFC after: 3 weeks Revision Changes Path 1.4 +2 -2 src/share/man/man4/vlan.4 1.20 +8 -24 src/sys/dev/nge/if_nge.c 1.6 +6 -19 src/sys/dev/txp/if_txp.c 1.17 +36 -1 src/sys/net/ethernet.h 1.95 +8 -14 src/sys/net/if_ethersubr.c 1.31 +130 -52 src/sys/net/if_vlan.c 1.10 +3 -9 src/sys/net/if_vlan_var.h 1.52 +7 -28 src/sys/pci/if_ti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 14:12: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4500037B403; Wed, 5 Sep 2001 14:11:57 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85LBv323460; Wed, 5 Sep 2001 14:11:57 -0700 (PDT) (envelope-from mp) Message-Id: <200109052111.f85LBv323460@freefall.freebsd.org> From: Mark Peek Date: Wed, 5 Sep 2001 14:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh host.defs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/09/05 14:11:57 PDT Modified files: bin/csh host.defs Log: Update to the tcsh-6.11 version. This file could be removed as the alpha changes have been incorporated into the base release. However, it is probably best to leave this here since there are additional FreeBSD architectures in the pipeline that should be added. Revision Changes Path 1.2 +12 -4 src/bin/csh/host.defs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 14:20: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D98837B405; Wed, 5 Sep 2001 14:19:57 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85LJvo24062; Wed, 5 Sep 2001 14:19:57 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052119.f85LJvo24062@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 14:19:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 14:19:57 PDT Modified files: sys/i386/conf NOTES Log: Don't specify the number of vlan interfaces any more, they are created at runtime. Revision Changes Path 1.950 +2 -2 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 14:32:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B1DA37B401; Wed, 5 Sep 2001 14:32:50 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85LWoJ25201; Wed, 5 Sep 2001 14:32:50 -0700 (PDT) (envelope-from chern) Message-Id: <200109052132.f85LWoJ25201@freefall.freebsd.org> From: Chern Lee Date: Wed, 5 Sep 2001 14:32:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mail chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/05 14:32:50 PDT Modified files: en_US.ISO8859-1/books/handbook/mail chapter.sgml Log: Consistency/Grammar Fixes * Reworded a few sentences * Joined sentences, fixed badly placed commas Markup * Placed two items in and Revision Changes Path 1.38 +16 -14 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 14:47:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 18AFB37B409; Wed, 5 Sep 2001 14:47:35 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id OAA10213; Wed, 5 Sep 2001 14:47:34 -0700 (PDT) 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: <200109052004.f85K4Z210081@freefall.freebsd.org> Date: Wed, 05 Sep 2001 14:47:31 -0700 (PDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/release/alpha mkisoimages.sh Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Sep-01 David E. O'Brien wrote: > obrien 2001/09/05 13:04:35 PDT > > Modified files: > release/alpha mkisoimages.sh > Log: > Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot. Maybe we should have a generic script for installing a utility that tries to pkg_add and then tries to build if that fails? -- 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 Wed Sep 5 14:58: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from misha.privatelabs.com (misha.privatelabs.com [66.9.25.166]) by hub.freebsd.org (Postfix) with ESMTP id 2062737B405; Wed, 5 Sep 2001 14:57:54 -0700 (PDT) Received: from misha.privatelabs.com (localhost [127.0.0.1]) by misha.privatelabs.com (8.11.6/8.11.6) with ESMTP id f85Lvkm01429; Wed, 5 Sep 2001 17:57:47 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200109052157.f85Lvkm01429@misha.privatelabs.com> Date: Wed, 5 Sep 2001 17:57:45 -0400 (EDT) From: mi@aldan.algebra.com Reply-To: mi@aldan.algebra.com Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c To: obrien@FreeBSD.org Cc: kris@obsecurity.org, ache@nagual.pp.ru, ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20010905085339.C95963@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 5 Sep, David O'Brien wrote: > On Wed, Sep 05, 2001 at 07:35:17AM -0400, Mikhail Teterin wrote: >> > Vulnerabilities in ports are indexed by the port version: when we >> > fix a vulnerability, the version gets bumped, and it's trivial to >> > check whether the installed port is vulnerable. >> >> I realized, that I just recently saw such lines in some of ports' >> patch files. They annoyed me -- at the source level, and I wonder if >> they should be removed, because they never make it to the binary >> anyway... > > NO! They should not be removed. If port maintainer feels they help him > and want them in the patches, leave them alone. Peroid. It would help consistency, if we could decide one way or the other, so they can either be added or removed everywhere. Until such decision is made (if ever), of course, it remains a maintainer's call. Period. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 15:18:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBEB237B40C; Wed, 5 Sep 2001 15:18:43 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85MIht32027; Wed, 5 Sep 2001 15:18:43 -0700 (PDT) (envelope-from chern) Message-Id: <200109052218.f85MIht32027@freefall.freebsd.org> From: Chern Lee Date: Wed, 5 Sep 2001 15:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/05 15:18:43 PDT Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Place chapter contributions in proper tags. Revision Changes Path 1.89 +32 -5 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 15:26:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A7137B403; Wed, 5 Sep 2001 15:26:14 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85MQEN32703; Wed, 5 Sep 2001 15:26:14 -0700 (PDT) (envelope-from imp) Message-Id: <200109052226.f85MQEN32703@freefall.freebsd.org> From: Warner Losh Date: Wed, 5 Sep 2001 15:26:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/05 15:26:14 PDT Modified files: sys/pccard pcic_pci.c Log: Patric Gualat tells me that I can't do basic bit math. He's right. When either bit 3 or 4 is set, we need to *SET* bit 5, not clear it in the card control register. This makes TI PCI-1030, 1130 and 1131 not work anymore without this fix. MFC: soon Revision Changes Path 1.93 +5 -5 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 15:29:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AF0437B403; Wed, 5 Sep 2001 15:29:23 -0700 (PDT) Received: (from dec@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85MTNJ32998; Wed, 5 Sep 2001 15:29:23 -0700 (PDT) (envelope-from dec) Message-Id: <200109052229.f85MTNJ32998@freefall.freebsd.org> From: "David E. Cross" Date: Wed, 5 Sep 2001 15:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc svc_tcp.c svc_unix.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dec 2001/09/05 15:29:23 PDT Modified files: (Branch: RELENG_4) lib/libc/rpc svc_tcp.c svc_unix.c Log: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: N/A, -CURRENT no longer uses this code The patch in 1.28.2.1 was in error. It used FD_ZERO on the fds (fdset) structure, but this is a dunamically allocated array that is only as big as it needs to be. The result of calling FD_ZERO on it would be that it would either overwrite random data in the data-segment, happen to be just the right size and work correctly, or not zero out all of the data it was supposed to. The first case is far more likely (and damaging). This code has been in extensive testing here. And was approved by the release engineers for this last minute push. Revision Changes Path 1.18.2.3 +2 -2 src/lib/libc/rpc/Attic/svc_tcp.c 1.7.2.2 +2 -2 src/lib/libc/rpc/Attic/svc_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 15:41: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E1237B403; Wed, 5 Sep 2001 15:41:00 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Mf0R33990; Wed, 5 Sep 2001 15:41:00 -0700 (PDT) (envelope-from imp) Message-Id: <200109052241.f85Mf0R33990@freefall.freebsd.org> From: Warner Losh Date: Wed, 5 Sep 2001 15:41:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/05 15:41:00 PDT Modified files: (Branch: RELENG_4) sys/pccard pcic_pci.c Log: MFC: Set the bit rather than clear it to enable pci interrupts. Approved by: jkh (implicit) Revision Changes Path 1.54.2.15 +5 -5 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 15:57: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7053237B405; Wed, 5 Sep 2001 15:56:58 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Muw035271; Wed, 5 Sep 2001 15:56:58 -0700 (PDT) (envelope-from mp) Message-Id: <200109052256.f85Muw035271@freefall.freebsd.org> From: Mark Peek Date: Wed, 5 Sep 2001 15:56:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/09/05 15:56:58 PDT Modified files: bin/csh config.h Log: Enable BSD style color ls support. PR: 23161 Submitted by: Anand Ranganathan Revision Changes Path 1.7 +2 -1 src/bin/csh/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16: 4:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30BCC37B401; Wed, 5 Sep 2001 16:04:54 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85N4sp35947; Wed, 5 Sep 2001 16:04:54 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052304.f85N4sp35947@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 16:04:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/tx Makefile src/sys/pci if_tx.c src/share/man/man4/man4.i386 tx.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 16:04:54 PDT Modified files: sys/modules/tx Makefile sys/pci if_tx.c share/man/man4/man4.i386 tx.4 Log: Update tx(4) to always enable vlan(4) support. Approved by: semenu Revision Changes Path 1.7 +2 -6 src/sys/modules/tx/Makefile 1.49 +1 -7 src/sys/pci/if_tx.c 1.20 +1 -9 src/share/man/man4/man4.i386/tx.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:34: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 484C537B403; Wed, 5 Sep 2001 16:33:59 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85NXxx41276; Wed, 5 Sep 2001 16:33:59 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052333.f85NXxx41276@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 16:33:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 16:33:59 PDT Modified files: sys/dev/fxp if_fxp.c Log: Deconditionalize vlan support. Revision Changes Path 1.118 +4 -15 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:35:39 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8A99237B407; Wed, 5 Sep 2001 16:35:28 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 625336AD03; Thu, 6 Sep 2001 09:05:55 +0930 (CST) Date: Thu, 6 Sep 2001 09:05:55 +0930 From: Greg Lehey To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010906090555.H4447@wantadilla.lemis.com> References: <200109050046.f850kqZ94002@freefall.freebsd.org> <20010905143804.Q96906@sunbay.com> 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: <20010905143804.Q96906@sunbay.com>; from ru@FreeBSD.org on Wed, Sep 05, 2001 at 02:38:04PM +0300 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday, 5 September 2001 at 14:38:04 +0300, Ruslan Ermilov wrote: > On Tue, Sep 04, 2001 at 05:46:51PM -0700, Greg Lehey wrote: >> grog 2001/09/04 17:46:51 PDT >> >> Modified files: >> share/man/man9 style.9 >> Log: >> Correct (English language) style. No change in (C language) style. >> >> Revision Changes Path >> 1.64 +15 -15 src/share/man/man9/style.9 >> > And what was wrong with exclamation marks? They were out of place, and didn't conform with the style of the rest of the document. Note that in English, an imperative normally does not require a terminating exclamation mark; indeed, it's not allowed. From the Chicago Manual of Style, 14th Edition: 5.17 An exclamation point [sic] is used to mark an outcry or an emphatic or ironic comment. To avoid detracting from its effectiveness, however, the author should use this punctuation sparingly. 5.19 The use of an exclamation point as an editorial protest is strongly discouraged. From the Commonwealth of Australia Style Manual, 5th edition: 6.83 An exclamation mark should be used to indicate a high degree of surprise, incredulity or strong emotion. By contrast, Duden says: R28 Das Ausrufezeichen steht nach Aufforderungs- bzw. Befehlssätzen und nach Wunschsätzen. If you look at the cases in point, you'll find that both possibilities mentioned in Duden apply to these sentences. Neither English source allows an exclamation mark to terminate a sentence in imperative mood. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:39:17 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id CE6BF37B408; Wed, 5 Sep 2001 16:39:12 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f85Nd7n03683; Wed, 5 Sep 2001 16:39:07 -0700 (PDT) (envelope-from dillon) Date: Wed, 5 Sep 2001 16:39:07 -0700 (PDT) From: Matt Dillon Message-Id: <200109052339.f85Nd7n03683@earth.backplane.com> To: "David O'Brien" Cc: Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) References: <200109041705.f84H5W692572@earth.backplane.com> <20010904122843.A56085@xor.obsecurity.org> <20010904233320.A34429@nagual.pp.ru> <20010904123718.A56317@xor.obsecurity.org> <20010904234757.A34576@nagual.pp.ru> <20010904125125.A56758@xor.obsecurity.org> <20010904140449.B75606@dragon.nuxi.com> <200109042122.f84LMcm95136@earth.backplane.com> <20010904145320.A76317@dragon.nuxi.com> <200109042205.f84M5YM95627@earth.backplane.com> <20010905085206.B95963@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :On Tue, Sep 04, 2001 at 03:05:34PM -0700, Matt Dillon wrote: :> :Please! I already have a prototype in works. I'm sure there are other :> :things for people to work on. :> :> sys/cdefs.h ? I think it's perfect, lets use it... I don't understand :> why you haven't instrumented all the library source files already, :> though, or at least more then have been, : :I have been working out the style issues with BDE for several months. :Also, if you want a truely portable usage, we cannot use __RCSID() :because too much NetBSD and vendor sources use it. Peter's hack will not :work for all compilers. I would have prefered a __FBSD() and __CSRG() :macro for the same reasons we switched to $FreeBSD$ from $Id$. These :would have worked for all compilers, but I cannot complete with an effort :backed by Peter. : :-- :-- David (obrien@FreeBSD.org) We should probably keep with the 'ID' part... __FBSDID() or __FREEBSDID() would be good names. __FBSD() would not be because it's too generic. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:46:55 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 2D12937B405; Wed, 5 Sep 2001 16:46:47 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f85NkkM44144; Wed, 5 Sep 2001 16:46:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 9BBAF380A; Wed, 5 Sep 2001 16:46:46 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: Matt Dillon , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) In-Reply-To: <20010905085206.B95963@dragon.nuxi.com> Date: Wed, 05 Sep 2001 16:46:46 -0700 From: Peter Wemm Message-Id: <20010905234646.9BBAF380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David O'Brien" wrote: > On Tue, Sep 04, 2001 at 03:05:34PM -0700, Matt Dillon wrote: > > :Please! I already have a prototype in works. I'm sure there are other > > :things for people to work on. > > > > sys/cdefs.h ? I think it's perfect, lets use it... I don't understand > > why you haven't instrumented all the library source files already, > > though, or at least more then have been, > > I have been working out the style issues with BDE for several months. > Also, if you want a truely portable usage, we cannot use __RCSID() > because too much NetBSD and vendor sources use it. Peter's hack will not > work for all compilers. I would have prefered a __FBSD() and __CSRG() > macro for the same reasons we switched to $FreeBSD$ from $Id$. These > would have worked for all compilers, but I cannot complete with an effort > backed by Peter. I dont care if it's called __FRED(). My hack will work for all compilers, in *.c files. It only gets hairy if you try and add them to headers (probably a bad idea anyway). Feel free to add __FOO(), __FBSD(), __GRANDMA() or whatever you like. The tools are there, just pick a new prefix name. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:47:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0002737B410; Wed, 5 Sep 2001 16:47:02 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Nl2p42225; Wed, 5 Sep 2001 16:47:02 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052347.f85Nl2p42225@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 16:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/fxp Makefile src/sys/modules/nge Makefile src/sys/modules/ti Makefile src/sys/modules/txp Makefile src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 16:47:02 PDT Modified files: sys/modules/fxp Makefile sys/modules/nge Makefile sys/modules/ti Makefile sys/modules/txp Makefile sys/conf files Log: vlan.h is obsolete, don't create it anymore. Revision Changes Path 1.17 +2 -6 src/sys/modules/fxp/Makefile 1.3 +2 -6 src/sys/modules/nge/Makefile 1.12 +2 -6 src/sys/modules/ti/Makefile 1.3 +2 -6 src/sys/modules/txp/Makefile 1.563 +2 -2 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:47:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77EEE37B408; Wed, 5 Sep 2001 16:47:47 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Nlle42320; Wed, 5 Sep 2001 16:47:47 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052347.f85Nlle42320@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 16:47:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 16:47:47 PDT Modified files: sys/modules Makefile Log: Attach if_vlan to the build process. Revision Changes Path 1.197 +2 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:51:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9001C37B406; Wed, 5 Sep 2001 16:51:05 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85Np5u42611; Wed, 5 Sep 2001 16:51:05 -0700 (PDT) (envelope-from peter) Message-Id: <200109052351.f85Np5u42611@freefall.freebsd.org> From: Peter Wemm Date: Wed, 5 Sep 2001 16:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/05 16:51:05 PDT Modified files: sys/kern kern_shutdown.c Log: Sigh. Dig up text from a signature in a 1994 Usenet post I made and redo the ..uhh... ``console test'' to avoid another 50 emails about GPL issues. Revision Changes Path 1.109 +13 -6 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 16:59:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A595A37B40B; Wed, 5 Sep 2001 16:59:20 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85NxKC43381; Wed, 5 Sep 2001 16:59:20 -0700 (PDT) (envelope-from brooks) Message-Id: <200109052359.f85NxKC43381@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 16:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol Makefile wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 16:59:20 PDT Modified files: usr.sbin/wicontrol Makefile wicontrol.c Log: Make wicontrol WARNS=2 clean. This is mostly just adding const to things. Revision Changes Path 1.8 +3 -1 src/usr.sbin/wicontrol/Makefile 1.19 +34 -25 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 17:15: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id E909B37B403; Wed, 5 Sep 2001 17:14:56 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f860Eup04096; Wed, 5 Sep 2001 17:14:56 -0700 (PDT) (envelope-from dillon) Date: Wed, 5 Sep 2001 17:14:56 -0700 (PDT) From: Matt Dillon Message-Id: <200109060014.f860Eup04096@earth.backplane.com> To: Peter Wemm Cc: obrien@FreeBSD.org, Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) References: <20010905234646.9BBAF380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :"David O'Brien" wrote: :> On Tue, Sep 04, 2001 at 03:05:34PM -0700, Matt Dillon wrote: :> > :Please! I already have a prototype in works. I'm sure there are other :> > :things for people to work on. :> > :> > sys/cdefs.h ? I think it's perfect, lets use it... I don't understand :> > why you haven't instrumented all the library source files already, :> > though, or at least more then have been, :> :> I have been working out the style issues with BDE for several months. :> Also, if you want a truely portable usage, we cannot use __RCSID() :> because too much NetBSD and vendor sources use it. Peter's hack will not :> work for all compilers. I would have prefered a __FBSD() and __CSRG() :> macro for the same reasons we switched to $FreeBSD$ from $Id$. These :> would have worked for all compilers, but I cannot complete with an effort :> backed by Peter. : :I dont care if it's called __FRED(). My hack will work for all :compilers, in *.c files. It only gets hairy if you try and add them to :headers (probably a bad idea anyway). : :Feel free to add __FOO(), __FBSD(), __GRANDMA() or whatever you like. The :tools are there, just pick a new prefix name. : :Cheers, :-Peter :-- :Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au David, if you choose the name and commit it I will commit adjustments to use to a library of your choice (or sub-module of libc of your choice) to get some momentum built up. Maybe even more then one! -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 17:27:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C585137B403; Wed, 5 Sep 2001 17:27:48 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f860RmF50562; Wed, 5 Sep 2001 17:27:48 -0700 (PDT) (envelope-from brooks) Message-Id: <200109060027.f860RmF50562@freefall.freebsd.org> From: Brooks Davis Date: Wed, 5 Sep 2001 17:27:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 gif.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/05 17:27:48 PDT Modified files: share/man/man4 gif.4 Log: gif(4) is no longer a count device, reflect this change. Revision Changes Path 1.12 +2 -2 src/share/man/man4/gif.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 17:41: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 33A0437B406; Wed, 5 Sep 2001 17:40:56 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id CC2696AD02; Thu, 6 Sep 2001 10:11:22 +0930 (CST) Date: Thu, 6 Sep 2001 10:11:22 +0930 From: Greg Lehey To: David O'Brien Cc: Bruce Evans , Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/arpa tftp.h Message-ID: <20010906101122.O4447@wantadilla.lemis.com> References: <20010904185643.A78975@dragon.nuxi.com> <20010905203608.K22645-100000@alphplex.bde.org> <20010905084549.A95963@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: <20010905084549.A95963@dragon.nuxi.com>; from obrien@FreeBSD.org on Wed, Sep 05, 2001 at 08:45:49AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday, 5 September 2001 at 8:45:49 -0700, David O'Brien wrote: > On Wed, Sep 05, 2001 at 08:39:34PM +1000, Bruce Evans wrote: >>>>> Log: >>>>> style(9) the structure definitions. >>>> Was this *really* necessary? >>>> I thought we had a policy against doing broad sweeps of >>>> non-substantive changes like this. >>> >>> Yes it was -- we were so confused (partically do to your commit to >>> style.9) that one could not figure out what was right. Now enough of the >>> key places to look for style guidlines have been fixed. I don't plan on >>> sweaping any more of the tree to just fix this. >> >> The existence of both in old code means that they were both right. > > The CSRG people can make mistakes too -- just like we do. A lot of our current style is based on mistakes. >> "struct\t.*{" does seem to be the least normal form although it is used >> in the oldest code (proc.h...), but you shouldn't have changed it while >> we are still discussing this. > > What more was there to discuss? > > This issue is one that is pretty easy to decide based on facts. When > there is a 3:1 ratio of to in our own code (and as you > pointed out most of those were due to makesyscalls.sh. (the ratio > was higher in the CSRG code). Wouldn't it be nice if our algorithms were as pretty as our "style"? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 17:44:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C41437B403; Wed, 5 Sep 2001 17:44:45 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f860ijq53427; Wed, 5 Sep 2001 17:44:45 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109060044.f860ijq53427@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 5 Sep 2001 17:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/05 17:44:45 PDT Modified files: sys/net if.c Log: Cosmetic cleanups and rearrangement for code to come. There should be no functional change in this commit. Revision Changes Path 1.111 +69 -64 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 19: 9: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 63F8937B407; Wed, 5 Sep 2001 19:09:02 -0700 (PDT) Received: from [10.1.10.118] ([10.1.10.118]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id TAA06855; Wed, 5 Sep 2001 19:06:25 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <200109051850.f85Io3o99434@freefall.freebsd.org> References: <200109051850.f85Io3o99434@freefall.freebsd.org> Date: Wed, 5 Sep 2001 19:07:09 -0700 To: Alexey Zelkin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Mark Peek Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.c Makefile.inc Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 11:50 AM -0700 9/5/01, Alexey Zelkin wrote: >phantom 2001/09/05 11:50:02 PDT > > Modified files: > lib/libc/stdlib Makefile.inc > Added files: > lib/libc/stdlib strfmon.c > Log: > Add strfmon(3) implementation. It still contains few XXX's because I lost > my last version of this work due to HDD crash, but this version cleanly > passed all POSIX and SuSv2 tests. I am working on testing scripts which > should test this implementation against all locales and surely more fixes > will come soon. > > Reviewed by: ache, silence at -audit & -developers > > Revision Changes Path > 1.29 +4 -4 src/lib/libc/stdlib/Makefile.inc This broke my -current buildworld: cc -nostdinc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -DLIBC_MAJOR=5 -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdlib/strfmon.c -o strfmon.o /usr/src/lib/libc/../libc/stdlib/strfmon.c: In function `strfmon': /usr/src/lib/libc/../libc/stdlib/strfmon.c:302: syntax error before `else' /usr/src/lib/libc/../libc/stdlib/strfmon.c:233: label `end_error' used but not defined /usr/src/lib/libc/../libc/stdlib/strfmon.c:162: label `format_error' used but not defined /usr/src/lib/libc/../libc/stdlib/strfmon.c:144: label `e2big_error' used but not defined Below is a patch that matches the code put up for review at http://phantom.cris.net/~phantom/strfmon04.tgz Mark Index: lib/libc/stdlib/strfmon.c =================================================================== RCS file: /cvs/freebsd/src/lib/libc/stdlib/strfmon.c,v retrieving revision 1.1 diff -u -u -r1.1 strfmon.c --- lib/libc/stdlib/strfmon.c 2001/09/05 18:50:02 1.1 +++ lib/libc/stdlib/strfmon.c 2001/09/06 01:50:12 @@ -297,10 +297,11 @@ PRINT(' '); if (sign_posn == 0) { - if (flags & IS_NEGATIVE) + if (flags & IS_NEGATIVE) { PRINT('('); - else + } else { PRINT(' '); + } } if (cs_precedes == 1) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 19:40:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8490437B405; Wed, 5 Sep 2001 19:40:44 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f862eiP69860; Wed, 5 Sep 2001 19:40:44 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109060240.f862eiP69860@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 5 Sep 2001 19:40:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c src/sys/dev/an if_an.c src/sys/dev/wi if_wi.c src/sys/net if.c if_ef.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_mib.c if_var.h if_vlan.c src/sys/netatm atm_if.c src/sys/netinet in.c ip_input.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/05 19:40:43 PDT Modified files: sys/compat/linux linux_ioctl.c sys/dev/an if_an.c sys/dev/wi if_wi.c sys/net if.c if_ef.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_mib.c if_var.h if_vlan.c sys/netatm atm_if.c sys/netinet in.c ip_input.c ip_output.c sys/netinet6 in6.c in6_pcb.c in6_src.c ip6_mroute.c ip6_output.c nd6.c nd6_rtr.c raw_ip6.c sys/sys kernel.h Log: Wrap array accesses in macros, which also happen to be lvalues: ifnet_addrs[i - 1] -> ifaddr_byindex(i) ifindex2ifnet[i] -> ifnet_byindex(i) This is intended to ease the conversion to SMPng. Revision Changes Path 1.64 +2 -2 src/sys/compat/linux/linux_ioctl.c 1.20 +3 -3 src/sys/dev/an/if_an.c 1.60 +2 -2 src/sys/dev/wi/if_wi.c 1.112 +50 -41 src/sys/net/if.c 1.15 +3 -3 src/sys/net/if_ef.c 1.96 +2 -2 src/sys/net/if_ethersubr.c 1.52 +2 -2 src/sys/net/if_fddisubr.c 1.18 +2 -2 src/sys/net/if_iso88025subr.c 1.11 +2 -2 src/sys/net/if_mib.c 1.35 +15 -4 src/sys/net/if_var.h 1.32 +4 -4 src/sys/net/if_vlan.c 1.10 +3 -3 src/sys/netatm/atm_if.c 1.56 +2 -2 src/sys/netinet/in.c 1.177 +3 -3 src/sys/netinet/ip_input.c 1.133 +2 -2 src/sys/netinet/ip_output.c 1.16 +2 -2 src/sys/netinet6/in6.c 1.17 +3 -4 src/sys/netinet6/in6_pcb.c 1.5 +5 -6 src/sys/netinet6/in6_src.c 1.8 +2 -2 src/sys/netinet6/ip6_mroute.c 1.31 +7 -7 src/sys/netinet6/ip6_output.c 1.13 +2 -2 src/sys/netinet6/nd6.c 1.9 +2 -2 src/sys/netinet6/nd6_rtr.c 1.13 +3 -3 src/sys/netinet6/raw_ip6.c 1.93 +2 -1 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 19:45:42 2001 Delivered-To: cvs-all@freebsd.org Received: from holly.calldei.com (adsl-208-191-149-190.dsl.hstntx.swbell.net [208.191.149.190]) by hub.freebsd.org (Postfix) with ESMTP id 7C08B37B407; Wed, 5 Sep 2001 19:45:36 -0700 (PDT) Received: (from chris@localhost) by holly.calldei.com (8.11.4/8.9.3) id f862jZX11142; Wed, 5 Sep 2001 21:45:35 -0500 (CDT) (envelope-from chris) Date: Wed, 5 Sep 2001 21:45:34 -0500 From: Chris Costello To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc Message-ID: <20010905214534.E9780@holly.calldei.com> Reply-To: chris@calldei.com References: <200109021928.f82JSf883981@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: <200109021928.f82JSf883981@freefall.freebsd.org>; from ache@FreeBSD.org on Sun, Sep 02, 2001 at 12:28:41PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, September 02, 2001, Andrey A. Chernov wrote: > Log: > Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall If we're going to do things this way, exec.2 need not exist either. -- +-------------------+----------------------------------+ | Chris Costello | Schizophrenia beats being alone. | | chris@calldei.com | | +-------------------+----------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 20:38:52 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id B4B6337B408; Wed, 5 Sep 2001 20:38:37 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f863cbM44691; Wed, 5 Sep 2001 20:38:37 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 32AEC380A; Wed, 5 Sep 2001 20:38:37 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Garance A Drosihn Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was ...) In-Reply-To: Date: Wed, 05 Sep 2001 20:38:37 -0700 From: Peter Wemm Message-Id: <20010906033837.32AEC380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garance A Drosihn wrote: > At 8:52 AM -0700 9/5/01, David O'Brien wrote: > >Also, if you want a truely portable usage, we cannot use __RCSID() > >because too much NetBSD and vendor sources use it. Peter's hack > >will not work for all compilers. I would have prefered a __FBSD() > >and __CSRG() macro for the same reasons we switched to $FreeBSD$ > >from $Id$. These would have worked for all compilers, but I cannot > >complete with an effort backed by Peter. > > It seems reasonable to me that freebsd would use different macro > names for freebsd-specific id's. The issue isn't one that I feel > strongly about, but I can see the advantage of using distinctive > names. If it wasn't for the fact that we'd have to add a #include to every header, I'd like to have a special header tag. We could turn it on for ELF, and off for things that dont have strippable comment sections. eg: #ifdef __ELF__ #define __FBSDHDR(x) __IDSTRING(fbsdhdr, x) #else #define __FBSDHDR(x) #endif #define __FBSD(x) __IDSTRING(fbsd, x) Then stdio.h etc could have one. The problem would be that it would need something like this: # cat stdio.h #include __FBSDHDR("$FreeBSD$"); .. rest of stdio.h Of course, we could move stuff to , but then we need to export things like __CONCAT etc. But on the other hand, large chunks of /usr/include already *have* sys/cdefs.h for __BEGIN_DECLS() etc. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 20:46: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3108D37B401; Wed, 5 Sep 2001 20:45:59 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f863jxk78123; Wed, 5 Sep 2001 20:45:59 -0700 (PDT) (envelope-from keichii) Message-Id: <200109060345.f863jxk78123@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 5 Sep 2001 20:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2001/09/05 20:45:59 PDT Added files: sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h Log: Add a new NIC driver into the system. MFC after: 14 days To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 20:47: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FE737B401; Wed, 5 Sep 2001 20:47:02 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f863l2n78240; Wed, 5 Sep 2001 20:47:02 -0700 (PDT) (envelope-from keichii) Message-Id: <200109060347.f863l2n78240@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 5 Sep 2001 20:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/gx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2001/09/05 20:47:02 PDT Added files: sys/modules/gx Makefile Log: Add a new NIC driver and make it a module MFC after: 14 days To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 20:48:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A3C737B40B; Wed, 5 Sep 2001 20:48:44 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f863mia78383; Wed, 5 Sep 2001 20:48:44 -0700 (PDT) (envelope-from keichii) Message-Id: <200109060348.f863mia78383@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 5 Sep 2001 20:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2001/09/05 20:48:44 PDT Modified files: sys/i386/conf NOTES Log: Change NOTES to reflect the addition of a new NIC driver. MFC after: 14 days Revision Changes Path 1.951 +6 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 20:53:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F0337B401; Wed, 5 Sep 2001 20:53:54 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f863rrF78831; Wed, 5 Sep 2001 20:53:53 -0700 (PDT) (envelope-from lioux) Message-Id: <200109060353.f863rrF78831@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 5 Sep 2001 20:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm Makefile distinfo ports/graphics/netpbm/files patch-bf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/05 20:53:53 PDT Modified files: graphics/netpbm Makefile distinfo graphics/netpbm/files patch-bf Log: Update to 9.18 PR: 30355 Submitted by: KATO Tsuguru Revision Changes Path 1.48 +2 -2 ports/graphics/netpbm/Makefile 1.21 +1 -1 ports/graphics/netpbm/distinfo 1.18 +2 -11 ports/graphics/netpbm/files/patch-bf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 20:54:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 233FB37B403; Wed, 5 Sep 2001 20:54:10 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f863sA178876; Wed, 5 Sep 2001 20:54:10 -0700 (PDT) (envelope-from keichii) Message-Id: <200109060354.f863sA178876@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 5 Sep 2001 20:54:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gx if_gx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2001/09/05 20:54:10 PDT Modified files: sys/dev/gx if_gx.c Log: Change the driver to work with Brooks' VLAN stuff. I cannot MFC this until he MFC's the VLAN stuff. RELENG_4 users that wish to use this driver should use the previous version. One can simply check out the gx directory and the previous version of if_gx.c to use the driver in RELENG_4. Revision Changes Path 1.2 +3 -20 src/sys/dev/gx/if_gx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 21: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2103537B401; Wed, 5 Sep 2001 21:00:25 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8640PK79576; Wed, 5 Sep 2001 21:00:25 -0700 (PDT) (envelope-from lioux) Message-Id: <200109060400.f8640PK79576@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 5 Sep 2001 21:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/punkbuster Makefile ports/net/punkbuster-data Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/05 21:00:25 PDT Modified files: net/punkbuster Makefile net/punkbuster-data Makefile Log: Use real relative directory references, i.e., add ${.CURDIR} to them :) Noticed by: Randy Pratt Revision Changes Path 1.3 +2 -2 ports/net/punkbuster/Makefile 1.3 +2 -2 ports/net/punkbuster-data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 21: 2: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 3671937B406 for ; Wed, 5 Sep 2001 21:01:56 -0700 (PDT) Received: (qmail 12192 invoked by uid 1000); 6 Sep 2001 04:01:54 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Sep 2001 04:01:54 -0000 Date: Wed, 5 Sep 2001 23:01:54 -0500 (CDT) From: Mike Silbersack To: "Michael C . Wu" Cc: , Subject: Re: cvs commit: src/sys/dev/gx if_gx.c In-Reply-To: <200109060354.f863sA178876@freefall.freebsd.org> Message-ID: <20010905230130.B12183-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Sep 2001, Michael C . Wu wrote: > keichii 2001/09/05 20:54:10 PDT > > Modified files: > sys/dev/gx if_gx.c > Log: > Change the driver to work with Brooks' VLAN stuff. > I cannot MFC this until he MFC's the VLAN stuff. > > RELENG_4 users that wish to use this driver should use > the previous version. One can simply check out the > gx directory and the previous version of if_gx.c to > use the driver in RELENG_4. > > Revision Changes Path > 1.2 +3 -20 src/sys/dev/gx/if_gx.c In the interim, you may wish to add a man page for the card; many of the other NICs have them. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 21: 6:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9520737B403; Wed, 5 Sep 2001 21:06:12 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8646CB83208; Wed, 5 Sep 2001 21:06:12 -0700 (PDT) (envelope-from ken) Message-Id: <200109060406.f8646CB83208@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Wed, 5 Sep 2001 21:06:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat devs.c iostat.c vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2001/09/05 21:06:12 PDT Modified files: usr.bin/systat devs.c iostat.c vmstat.c Log: Convert systat(1) to use the new devstat interface. Submitted by: "Sergey A. Osokin" Revision Changes Path 1.5 +25 -32 src/usr.bin/systat/devs.c 1.15 +9 -8 src/usr.bin/systat/iostat.c 1.48 +17 -18 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 Wed Sep 5 21:17:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4829D37B401; Wed, 5 Sep 2001 21:17:13 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f864HDm84148; Wed, 5 Sep 2001 21:17:13 -0700 (PDT) (envelope-from lioux) Message-Id: <200109060417.f864HDm84148@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 5 Sep 2001 21:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/netrexx Makefile pkg-plist ports/java/netrexx/files NetRexxC.cmd.new X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/05 21:17:13 PDT Modified files: java/netrexx Makefile pkg-plist Added files: java/netrexx/files NetRexxC.cmd.new Log: 1) do not install both/either useless and/or duplicate files 2) replace installed NetRexxC.cmd with a home grown version 3) add lang/rexx-imc as RUN_DEPENDS due to 2) 4) also, delete both the DOS-only *.bat files and the OS/2-only nrc.cmd file (which is not really a Rexx file). 5) furthermore, delete the duplicate hello.nrx because: 1. a copy is installed with the documentation; 2. one can't compile it from the same directory java is in (unless PATH contains .). 6) switch over maintainership to submitter PR: 30217 Submitted by: John Merryweather Cooper Revision Changes Path 1.5 +15 -5 ports/java/netrexx/Makefile 1.2 +1 -4 ports/java/netrexx/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 Sep 5 21:28:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4D9F37B405; Wed, 5 Sep 2001 21:28:39 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f864Sdp85147; Wed, 5 Sep 2001 21:28:39 -0700 (PDT) (envelope-from lioux) Message-Id: <200109060428.f864Sdp85147@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 5 Sep 2001 21:28:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mahjong Makefile distinfo ports/games/mahjong/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/05 21:28:39 PDT Modified files: games/mahjong Makefile distinfo games/mahjong/files patch-Makefile Log: - update to 1.2.2 - make it both CC and PERL (use correct system location for PERL) safe PR: 30340 Submitted by: Patrick Li Revision Changes Path 1.7 +3 -3 ports/games/mahjong/Makefile 1.7 +1 -1 ports/games/mahjong/distinfo 1.4 +47 -6 ports/games/mahjong/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 Wed Sep 5 21:30:31 2001 Delivered-To: cvs-all@freebsd.org Received: from femail27.sdc1.sfba.home.com (femail27.sdc1.sfba.home.com [24.254.60.17]) by hub.freebsd.org (Postfix) with ESMTP id 0C8C637B401; Wed, 5 Sep 2001 21:30:21 -0700 (PDT) Received: from intruder.bmah.org ([24.176.204.87]) by femail27.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010906043020.FGSL642.femail27.sdc1.sfba.home.com@intruder.bmah.org>; Wed, 5 Sep 2001 21:30:20 -0700 Received: (from bmah@localhost) by intruder.bmah.org (8.11.6/8.11.3) id f864UKd42516; Wed, 5 Sep 2001 21:30:20 -0700 (PDT) (envelope-from bmah) Message-Id: <200109060430.f864UKd42516@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mike Silbersack Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/gx if_gx.c In-Reply-To: <20010905230130.B12183-100000@achilles.silby.com> References: <20010905230130.B12183-100000@achilles.silby.com> Comments: In-reply-to Mike Silbersack message dated "Wed, 05 Sep 2001 23:01:54 -0500." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1706651640P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 05 Sep 2001 21:30:20 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_1706651640P Content-Type: text/plain; charset=us-ascii If memory serves me right, Mike Silbersack wrote: > > On Wed, 5 Sep 2001, Michael C . Wu wrote: > > > keichii 2001/09/05 20:54:10 PDT > > > > Modified files: > > sys/dev/gx if_gx.c > > Log: > > Change the driver to work with Brooks' VLAN stuff. > > I cannot MFC this until he MFC's the VLAN stuff. [snip] > In the interim, you may wish to add a man page for the card; many of the > other NICs have them. Indeed. This helps me immensely in trying to write a release notes entry / hardware list entry for this thing (new drivers are very high on my priority list). Otherwise, I come bugging the driver author for this information, especially if I can't figure out from the code exactly what kind of devices it supports. :-) Bruce. --==_Exmh_1706651640P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7lvvc2MoxcVugUsMRAilDAJ9VssqqVKBvvMSfSqbEzTFmNCgqywCdFu8p YIH9x+7Z4rG69tS4AY8529A= =wSVU -----END PGP SIGNATURE----- --==_Exmh_1706651640P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 22: 7:36 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CE6F237B405; Wed, 5 Sep 2001 22:07:31 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f8657UX26607; Wed, 5 Sep 2001 23:07:30 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f8657Th50707; Wed, 5 Sep 2001 23:07:29 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109060507.f8657Th50707@harmony.village.org> To: Mike Silbersack Subject: Re: cvs commit: src/sys/dev/gx if_gx.c Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 05 Sep 2001 23:01:54 CDT." <20010905230130.B12183-100000@achilles.silby.com> References: <20010905230130.B12183-100000@achilles.silby.com> Date: Wed, 05 Sep 2001 23:07:29 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010905230130.B12183-100000@achilles.silby.com> Mike Silbersack writes: : > Revision Changes Path : > 1.2 +3 -20 src/sys/dev/gx/if_gx.c : : In the interim, you may wish to add a man page for the card; many of the : other NICs have them. You can also use the _FreeBSD_version test so you can MFC it. I've done that several times. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 22:41:29 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id CC81937B401; Wed, 5 Sep 2001 22:41:22 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f865eSr19733; Wed, 5 Sep 2001 22:40:28 -0700 (PDT) (envelope-from obrien) Date: Wed, 5 Sep 2001 22:40:28 -0700 From: "David O'Brien" To: Matt Dillon Cc: Peter Wemm , Kris Kennaway , "Andrey A. Chernov" , Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: macro recommendation (Was Re: cvs commit: src/lib/libc/stdlib strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtouq.c) Message-ID: <20010905224027.B97656@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010905234646.9BBAF380A@overcee.netplex.com.au> <200109060014.f860Eup04096@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109060014.f860Eup04096@earth.backplane.com>; from dillon@earth.backplane.com on Wed, Sep 05, 2001 at 05:14:56PM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 05:14:56PM -0700, Matt Dillon wrote: > David, if you choose the name and commit it Peter has already committed something. I don't plan on changing it. > I will commit adjustments > to use to a library of your choice (or sub-module of libc of your choice) > to get some momentum built up. Maybe even more then one! I am more than willing (and will) do part a library to for people to see how it will be. I'm trying to free you up for /sys. :-) -- -- David (obrien@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 Sep 5 23:23:55 2001 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 4329137B406; Wed, 5 Sep 2001 23:23:47 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f866NSw75280; Thu, 6 Sep 2001 09:23:28 +0300 (EEST) (envelope-from ru) Date: Thu, 6 Sep 2001 09:23:28 +0300 From: Ruslan Ermilov To: Chris Costello Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc Message-ID: <20010906092328.A74323@sunbay.com> References: <200109021928.f82JSf883981@freefall.freebsd.org> <20010905214534.E9780@holly.calldei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010905214534.E9780@holly.calldei.com>; from chris@calldei.com on Wed, Sep 05, 2001 at 09:45:34PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 09:45:34PM -0500, Chris Costello wrote: > On Sunday, September 02, 2001, Andrey A. Chernov wrote: > > Log: > > Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall > > If we're going to do things this way, exec.2 need not exist > either. > Nope, exec.3 exists only because it documents an exec* family of functions, and it's not an MLINK. This is not the case for lseek.2, which describes a single call lseek(). Cheers, -- 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 Sep 5 23:51: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3FFC37B40D; Wed, 5 Sep 2001 23:51:03 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f866p3A06508; Wed, 5 Sep 2001 23:51:03 -0700 (PDT) (envelope-from keichii) Message-Id: <200109060651.f866p3A06508@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 5 Sep 2001 23:51:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2001/09/05 23:51:03 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add an entry for the new Intel gigE driver, device gx. bmah edited some of my sentences. Reviewed by: bmah Approved by: bmah Revision Changes Path 1.131 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 5 23:52: 5 2001 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 7898637B407; Wed, 5 Sep 2001 23:51:49 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f866pkW78039; Thu, 6 Sep 2001 09:51:46 +0300 (EEST) (envelope-from ru) Date: Thu, 6 Sep 2001 09:51:46 +0300 From: Ruslan Ermilov To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010906095146.C74323@sunbay.com> References: <200109050046.f850kqZ94002@freefall.freebsd.org> <20010905143804.Q96906@sunbay.com> <20010906090555.H4447@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20010906090555.H4447@wantadilla.lemis.com>; from grog@FreeBSD.org on Thu, Sep 06, 2001 at 09:05:55AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 09:05:55AM +0930, Greg Lehey wrote: > On Wednesday, 5 September 2001 at 14:38:04 +0300, Ruslan Ermilov wrote: > > On Tue, Sep 04, 2001 at 05:46:51PM -0700, Greg Lehey wrote: > >> grog 2001/09/04 17:46:51 PDT > >> > >> Modified files: > >> share/man/man9 style.9 > >> Log: > >> Correct (English language) style. No change in (C language) style. > >> > >> Revision Changes Path > >> 1.64 +15 -15 src/share/man/man9/style.9 > >> > > And what was wrong with exclamation marks? > > They were out of place, and didn't conform with the style of the rest > of the document. > > Note that in English, an imperative normally does not require > a terminating exclamation mark; indeed, it's not allowed. > > From the Chicago Manual of Style, 14th Edition: > > 5.17 An exclamation point [sic] is used to mark an outcry or an > emphatic or ironic comment. To avoid detracting from its > effectiveness, however, the author should use this punctuation > sparingly. > > 5.19 The use of an exclamation point as an editorial protest is > strongly discouraged. > > From the Commonwealth of Australia Style Manual, 5th edition: > > 6.83 An exclamation mark should be used to indicate a high degree of > surprise, incredulity or strong emotion. > From the Oxford Advanced Learner's Dictionary: An exclamation mark os (US) exclamation point is used at the end of a sentence expressing surprise, joy, anger, shock or some other strong emotion: That's marvellous! 'Never!' she cried. In informal written English, more than one exclamation mark, or an exclamation mark and a question mark, may be used: 'Your wife's just given birth to triplets.' 'Triplets!?' Never of the above apparently falls under those style(9) cases. > By contrast, Duden says: > > R28 Das Ausrufezeichen steht nach Aufforderungs- bzw. Befehlssatzen > und nach Wunschsatzen. > âÙÌÏ ÏÞÅÎØ ÉÎÔÅÒÅÓÎÏ ÕÚÎÁÔØ, ÓÐÁÓÉÂÏ! > If you look at the cases in point, you'll find that both possibilities > mentioned in Duden apply to these sentences. Neither English source > allows an exclamation mark to terminate a sentence in imperative mood. > Hmm, hmm. Under the `imperative' article of the above mentioned dictionary, I read: : 2 (grammar) a form of a verb that expresses a command: In ``Go away!'' : the verb is an imperative/is in the imperative. Compare INDICATIVE 2, : INFINITIVE, SUBJUNCTIVE. Cheers, -- 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 Thu Sep 6 0: 0:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 833B737B401; Thu, 6 Sep 2001 00:00:33 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8670X207596; Thu, 6 Sep 2001 00:00:33 -0700 (PDT) (envelope-from ru) Message-Id: <200109060700.f8670X207596@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Sep 2001 00:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/06 00:00:33 PDT Modified files: (Branch: RELENG_4) sbin/disklabel disklabel.8 Log: MFC: 1.33: Fixed the defaults for bsize and fsize. Approved by: jkh Revision Changes Path 1.15.2.14 +5 -5 src/sbin/disklabel/disklabel.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 0: 2:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E064037B406; Thu, 6 Sep 2001 00:02:10 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8672AP07738; Thu, 6 Sep 2001 00:02:10 -0700 (PDT) (envelope-from wpaul) Message-Id: <200109060702.f8672AP07738@freefall.freebsd.org> From: Bill Paul Date: Thu, 6 Sep 2001 00:02:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 nge.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2001/09/06 00:02:10 PDT Modified files: share/man/man4 nge.4 Log: Mention some additional NatSemi DP8382x-based cards being marketed by Trendware and Ark PC. Revision Changes Path 1.8 +5 -1 src/share/man/man4/nge.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 0:12:20 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id ED9C237B401; Thu, 6 Sep 2001 00:12:08 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id BC1486AD69; Thu, 6 Sep 2001 16:42:36 +0930 (CST) Date: Thu, 6 Sep 2001 16:42:36 +0930 From: Greg Lehey To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010906164236.L24413@wantadilla.lemis.com> References: <200109050046.f850kqZ94002@freefall.freebsd.org> <20010905143804.Q96906@sunbay.com> <20010906090555.H4447@wantadilla.lemis.com> <20010906095146.C74323@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010906095146.C74323@sunbay.com>; from ru@FreeBSD.org on Thu, Sep 06, 2001 at 09:51:46AM +0300 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 6 September 2001 at 9:51:46 +0300, Ruslan Ermilov wrote: > On Thu, Sep 06, 2001 at 09:05:55AM +0930, Greg Lehey wrote: >> On Wednesday, 5 September 2001 at 14:38:04 +0300, Ruslan Ermilov wrote: >>> On Tue, Sep 04, 2001 at 05:46:51PM -0700, Greg Lehey wrote: >>>> grog 2001/09/04 17:46:51 PDT >>>> >>>> Modified files: >>>> share/man/man9 style.9 >>>> Log: >>>> Correct (English language) style. No change in (C language) style. >>>> >>>> Revision Changes Path >>>> 1.64 +15 -15 src/share/man/man9/style.9 >>>> >>> And what was wrong with exclamation marks? >> >> They were out of place, and didn't conform with the style of the rest >> of the document. >> >> Note that in English, an imperative normally does not require >> a terminating exclamation mark; indeed, it's not allowed. >> >> From the Chicago Manual of Style, 14th Edition: >> >> 5.17 An exclamation point [sic] is used to mark an outcry or an >> emphatic or ironic comment. To avoid detracting from its >> effectiveness, however, the author should use this punctuation >> sparingly. >> >> 5.19 The use of an exclamation point as an editorial protest is >> strongly discouraged. >> >> From the Commonwealth of Australia Style Manual, 5th edition: >> >> 6.83 An exclamation mark should be used to indicate a high degree of >> surprise, incredulity or strong emotion. >> > From the Oxford Advanced Learner's Dictionary: > > An exclamation mark os (US) exclamation point is used at the end > of a sentence expressing surprise, joy, anger, shock or some > other strong emotion: > > That's marvellous! > 'Never!' she cried. > > In informal written English, more than one exclamation mark, or > an exclamation mark and a question mark, may be used: > > 'Your wife's just given birth to triplets.' > 'Triplets!?' Hmm. I would have thought that !? or ?! would be strongly discouraged. > Never of the above apparently falls under those style(9) cases. Indeed. They seem to fit into 5.17 or 6.83. >> By contrast, Duden says: >> >> R28 Das Ausrufezeichen steht nach Aufforderungs- bzw. Befehlssatzen >> und nach Wunschsatzen. > > Bylo ocen% interesno uznat%, spasibo! Hmm. My Russian's terrible, and I don't understand the transliteration, but that seems to mean something like "very interesting, thanks". Correct? >> If you look at the cases in point, you'll find that both possibilities >> mentioned in Duden apply to these sentences. Neither English source >> allows an exclamation mark to terminate a sentence in imperative mood. >> > Hmm, hmm. Under the `imperative' article of the above mentioned > dictionary, I read: > > : 2 (grammar) a form of a verb that expresses a command: In ``Go away!'' > : the verb is an imperative/is in the imperative. Compare INDICATIVE 2, > : INFINITIVE, SUBJUNCTIVE. Strange. That's English, of course, for a certain definition of English, but my SOED doesn't mention the use of ! with imperatives. Unfortunately I don't have an English style guide; I'd assume that the use of ! with imperatives is allowed, and that it implies particular forcefulness: "Please go away", she said. "But we could have so much fun together!" "Go away!", she repeated. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 0:18:20 2001 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 7B28A37B407; Thu, 6 Sep 2001 00:18:07 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f867Hq981053; Thu, 6 Sep 2001 10:17:52 +0300 (EEST) (envelope-from ru) Date: Thu, 6 Sep 2001 10:17:52 +0300 From: Ruslan Ermilov To: Mark Peek Cc: Alexey Zelkin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.c Makefile.inc Message-ID: <20010906101752.D74323@sunbay.com> References: <200109051850.f85Io3o99434@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: ; from mark@whistle.com on Wed, Sep 05, 2001 at 07:07:09PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 07:07:09PM -0700, Mark Peek wrote: > At 11:50 AM -0700 9/5/01, Alexey Zelkin wrote: > >phantom 2001/09/05 11:50:02 PDT > > > > Modified files: > > lib/libc/stdlib Makefile.inc > > Added files: > > lib/libc/stdlib strfmon.c > > Log: > > Add strfmon(3) implementation. It still contains few XXX's because I lost > > my last version of this work due to HDD crash, but this version cleanly > > passed all POSIX and SuSv2 tests. I am working on testing scripts which > > should test this implementation against all locales and surely more fixes > > will come soon. > > > > Reviewed by: ache, silence at -audit & -developers > > > > Revision Changes Path > > 1.29 +4 -4 src/lib/libc/stdlib/Makefile.inc > > > This broke my -current buildworld: > > cc -nostdinc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -DLIBC_MAJOR=5 -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdlib/strfmon.c -o strfmon.o > /usr/src/lib/libc/../libc/stdlib/strfmon.c: In function `strfmon': > /usr/src/lib/libc/../libc/stdlib/strfmon.c:302: syntax error before `else' > /usr/src/lib/libc/../libc/stdlib/strfmon.c:233: label `end_error' used but not defined > /usr/src/lib/libc/../libc/stdlib/strfmon.c:162: label `format_error' used but not defined > /usr/src/lib/libc/../libc/stdlib/strfmon.c:144: label `e2big_error' used but not defined > > Below is a patch that matches the code put up for review at > http://phantom.cris.net/~phantom/strfmon04.tgz > Nope, the correct fix would be to do it the style(9) way: Index: strfmon.c =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/strfmon.c,v retrieving revision 1.1 diff -u -p -r1.1 strfmon.c --- strfmon.c 2001/09/05 18:50:02 1.1 +++ strfmon.c 2001/09/06 07:18:36 @@ -54,11 +54,11 @@ static char rcsid[] = "$FreeBSD: src/lib #define IS_NEGATIVE 0x80 /* is argument value negative ? */ /* internal macros */ -#define PRINT(CH) { \ +#define PRINT(CH) do { \ if (dst >= s + maxsize) \ goto e2big_error; \ *dst++ = CH; \ -} +} while(0) #define PRINTS(STR) { \ char *tmps = STR; \ Oh, and this file is terribly broken in the style(9) sense. Cheers, -- 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 Thu Sep 6 0:27: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 971DE37B405; Thu, 6 Sep 2001 00:27:04 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f867R4913180; Thu, 6 Sep 2001 00:27:04 -0700 (PDT) (envelope-from ru) Message-Id: <200109060727.f867R4913180@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Sep 2001 00:27:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/06 00:27:04 PDT Modified files: include Makefile Log: Sort FILES. Revision Changes Path 1.150 +6 -6 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 1:41:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E8C37B403; Thu, 6 Sep 2001 01:41:30 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f868fUV24138; Thu, 6 Sep 2001 01:41:30 -0700 (PDT) (envelope-from nik) Message-Id: <200109060841.f868fUV24138@freefall.freebsd.org> From: Nik Clayton Date: Thu, 6 Sep 2001 01:41:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj handbook.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/09/06 01:41:30 PDT Modified files: en/docproj handbook.sgml Log: Note that we need to add information about network configuration to the install chapter. Revision Changes Path 1.13 +7 -1 www/en/docproj/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 1:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 64CD437B401; Thu, 6 Sep 2001 01:43:24 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f868hOH04910; Thu, 6 Sep 2001 01:43:24 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Sep 2001 01:43:23 -0700 From: "David O'Brien" To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.c Makefile.inc Message-ID: <20010906014323.A83886@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109051850.f85Io3o99434@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: <200109051850.f85Io3o99434@freefall.freebsd.org>; from phantom@FreeBSD.org on Wed, Sep 05, 2001 at 11:50:03AM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 11:50:03AM -0700, Alexey Zelkin wrote: > phantom 2001/09/05 11:50:02 PDT > Added files: > lib/libc/stdlib strfmon.c > Log: > Add strfmon(3) implementation. It still contains few XXX's because I lost > my last version of this work due to HDD crash, but this version cleanly > passed all POSIX and SuSv2 tests. I am working on testing scripts which > should test this implementation against all locales and surely more fixes > will come soon. Please do not commit functions to libc without a man page. What in the world is strfmon(3), other than something that breaks my world build: /usr/src/lib/libc/../libc/stdlib/strfmon.c: In function `strfmon': /usr/src/lib/libc/../libc/stdlib/strfmon.c:302: syntax error before `else' /usr/src/lib/libc/../libc/stdlib/strfmon.c:233: label `end_error' used but not defined /usr/src/lib/libc/../libc/stdlib/strfmon.c:162: label `format_error' used but not defined /usr/src/lib/libc/../libc/stdlib/strfmon.c:144: label `e2big_error' used but not defined cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 -- -- David (obrien@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 Sep 6 1:52:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A436837B401; Thu, 6 Sep 2001 01:52:28 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f868qST25496; Thu, 6 Sep 2001 01:52:28 -0700 (PDT) (envelope-from sos) Message-Id: <200109060852.f868qST25496@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 6 Sep 2001 01:52:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/09/06 01:52:28 PDT Modified files: sys/dev/ata atapi-cd.c Log: Add support for set/getting the region code on DVD drives. PR: 28604 Revision Changes Path 1.97 +4 -1 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 1:57:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C6CF37B401; Thu, 6 Sep 2001 01:57:51 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f868vpn26454; Thu, 6 Sep 2001 01:57:51 -0700 (PDT) (envelope-from scottl) Message-Id: <200109060857.f868vpn26454@freefall.freebsd.org> From: Scott Long Date: Thu, 6 Sep 2001 01:57:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/09/06 01:57:51 PDT Modified files: sys/dev/aac aac_pci.c Log: Don't use a silly test to define INTR_ENTROPY. Submitted by: peter Revision Changes Path 1.14 +2 -2 src/sys/dev/aac/aac_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 1:58:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E345737B405; Thu, 6 Sep 2001 01:58:42 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f868wg926570; Thu, 6 Sep 2001 01:58:42 -0700 (PDT) (envelope-from obrien) Message-Id: <200109060858.f868wg926570@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Sep 2001 01:58:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/06 01:58:42 PDT Modified files: lib/libc/stdlib Makefile.inc Log: strfmon(3) is not ready to go live. Revision Changes Path 1.30 +2 -2 src/lib/libc/stdlib/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 2:14:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B77E37B407; Thu, 6 Sep 2001 02:14:49 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869EnI32083; Thu, 6 Sep 2001 02:14:49 -0700 (PDT) (envelope-from kris) Message-Id: <200109060914.f869EnI32083@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Sep 2001 02:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libz zopen.c Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/06 02:14:49 PDT Modified files: lib/libz Makefile Added files: lib/libz zopen.c Log: Add zopen(), a stdio wrapper for gzipped data streams. Obtained from: NetBSD Revision Changes Path 1.14 +3 -2 src/lib/libz/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 2:26:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E255737B401; Thu, 6 Sep 2001 02:26:28 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869QS033887; Thu, 6 Sep 2001 02:26:28 -0700 (PDT) (envelope-from phantom) Message-Id: <200109060926.f869QS033887@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 6 Sep 2001 02:26:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strfmon.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/09/06 02:26:28 PDT Modified files: lib/libc/stdlib strfmon.c Log: correctly wrap macros with { } Revision Changes Path 1.2 +4 -3 src/lib/libc/stdlib/strfmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 2:30:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06BA637B406; Thu, 6 Sep 2001 02:30:10 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869U9t34330; Thu, 6 Sep 2001 02:30:09 -0700 (PDT) (envelope-from kris) Message-Id: <200109060930.f869U9t34330@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Sep 2001 02:30:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore Makefile savecore.8 savecore.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/06 02:30:09 PDT Modified files: sbin/savecore Makefile savecore.8 savecore.c Log: * Switch from doing compress(1)ed crashdumps with the -z flag to using gzip(1). gdb doesn't understand these, but then again it didn't understand compressed crashdumps either. * Change a stray lseek() into a Lseek() * Remove the extraneous prototype for log() which has apparently never existed in FreeBSD's sources Obtained from: NetBSD (partially) MFC after: 2 weeks Revision Changes Path 1.6 +4 -5 src/sbin/savecore/Makefile 1.13 +3 -3 src/sbin/savecore/savecore.8 1.44 +38 -34 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 2:32:41 2001 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 B9F9A37B406; Thu, 6 Sep 2001 02:31:02 -0700 (PDT) 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 MAA00109; Thu, 6 Sep 2001 12:30:47 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id f869UJs25770; Thu, 6 Sep 2001 12:30:19 +0300 (EEST) Date: Thu, 6 Sep 2001 12:30:19 +0300 From: Alexey Zelkin To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.c Makefile.inc Message-ID: <20010906123019.A23173@ark.cris.net> References: <200109051850.f85Io3o99434@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mark@whistle.com on Wed, Sep 05, 2001 at 07:07:09PM -0700 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, I am sorry. I've fixed this problem in local tree during my buildworld testing, but forgot to update development version of strfmon(3) :( Thanks for notice, fixed. On Wed, Sep 05, 2001 at 07:07:09PM -0700, Mark Peek wrote: > At 11:50 AM -0700 9/5/01, Alexey Zelkin wrote: > >phantom 2001/09/05 11:50:02 PDT > > > > Modified files: > > lib/libc/stdlib Makefile.inc > > Added files: > > lib/libc/stdlib strfmon.c > > Log: > > Add strfmon(3) implementation. It still contains few XXX's because I lost > > my last version of this work due to HDD crash, but this version cleanly > > passed all POSIX and SuSv2 tests. I am working on testing scripts which > > should test this implementation against all locales and surely more fixes > > will come soon. > > > > Reviewed by: ache, silence at -audit & -developers > > > > Revision Changes Path > > 1.29 +4 -4 src/lib/libc/stdlib/Makefile.inc > > > This broke my -current buildworld: > > cc -nostdinc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -DLIBC_MAJOR=5 -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdlib/strfmon.c -o strfmon.o > /usr/src/lib/libc/../libc/stdlib/strfmon.c: In function `strfmon': > /usr/src/lib/libc/../libc/stdlib/strfmon.c:302: syntax error before `else' > /usr/src/lib/libc/../libc/stdlib/strfmon.c:233: label `end_error' used but not defined > /usr/src/lib/libc/../libc/stdlib/strfmon.c:162: label `format_error' used but not defined > /usr/src/lib/libc/../libc/stdlib/strfmon.c:144: label `e2big_error' used but not defined > > Below is a patch that matches the code put up for review at > http://phantom.cris.net/~phantom/strfmon04.tgz > > > Mark > > > > Index: lib/libc/stdlib/strfmon.c > =================================================================== > RCS file: /cvs/freebsd/src/lib/libc/stdlib/strfmon.c,v > retrieving revision 1.1 > diff -u -u -r1.1 strfmon.c > --- lib/libc/stdlib/strfmon.c 2001/09/05 18:50:02 1.1 > +++ lib/libc/stdlib/strfmon.c 2001/09/06 01:50:12 > @@ -297,10 +297,11 @@ > PRINT(' '); > > if (sign_posn == 0) { > - if (flags & IS_NEGATIVE) > + if (flags & IS_NEGATIVE) { > PRINT('('); > - else > + } else { > PRINT(' '); > + } > } > > if (cs_precedes == 1) { > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 2:33:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E8737B408; Thu, 6 Sep 2001 02:33:06 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869X6134713; Thu, 6 Sep 2001 02:33:06 -0700 (PDT) (envelope-from nik) Message-Id: <200109060933.f869X6134713@freefall.freebsd.org> From: Nik Clayton Date: Thu, 6 Sep 2001 02:33:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/09/06 02:33:06 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Round out the "Preparing your own installation media" section. Revision Changes Path 1.109 +251 -261 doc/en_US.ISO8859-1/books/handbook/install/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 Sep 6 2:50:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EF1E37B405; Thu, 6 Sep 2001 02:50:25 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869oPW36645; Thu, 6 Sep 2001 02:50:25 -0700 (PDT) (envelope-from sos) Message-Id: <200109060950.f869oPW36645@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 6 Sep 2001 02:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/09/06 02:50:25 PDT Modified files: sys/dev/ata atapi-cd.c Log: Fix verbose probe message. PR: 29360 Revision Changes Path 1.98 +9 -7 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 2:53:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F14237B405; Thu, 6 Sep 2001 02:53:53 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869rrY37043; Thu, 6 Sep 2001 02:53:53 -0700 (PDT) (envelope-from murray) Message-Id: <200109060953.f869rrY37043@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Sep 2001 02:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall system.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/06 02:53:53 PDT Modified files: usr.sbin/sysinstall system.c Log: If we're running as init, install a signal handler for SIGCHLD. PR: bin/14729 Submitted by: jhb Revision Changes Path 1.112 +14 -1 src/usr.sbin/sysinstall/system.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 3: 4: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A17DB37B407; Thu, 6 Sep 2001 03:03:56 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86A3uk38540; Thu, 6 Sep 2001 03:03:56 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109061003.f86A3uk38540@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Sep 2001 03:03:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/napshare Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/napshare/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/06 03:03:56 PDT Modified files: net Makefile Added files: net/napshare Makefile distinfo pkg-comment pkg-descr pkg-plist net/napshare/files patch-aa Log: Add napshare 0.1, a GTK based Gnutella client. PR: 28691 Submitted by: Mike Heffner Revision Changes Path 1.610 +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 Thu Sep 6 3: 4:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A5FB37B406; Thu, 6 Sep 2001 03:04:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86A4IK38590; Thu, 6 Sep 2001 03:04:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109061004.f86A4IK38590@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Sep 2001 03:04:18 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/06 03:04:18 PDT Modified files: . modules Log: napshare --> ports/net/napshare Revision Changes Path 1.3812 +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 Sep 6 3: 4:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A081837B420; Thu, 6 Sep 2001 03:04:27 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86A4RF38621; Thu, 6 Sep 2001 03:04:27 -0700 (PDT) (envelope-from murray) Message-Id: <200109061004.f86A4RF38621@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Sep 2001 03:04:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.cfg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/06 03:04:27 PDT Modified files: usr.sbin/sysinstall install.cfg Log: There is a problem in this example script. Setting ftp=time.cdrom.com is useless, we should set _ftpPath=blah. PR: misc/29587 Submitted by: David Yeske Revision Changes Path 1.11 +2 -2 src/usr.sbin/sysinstall/install.cfg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 3:21:43 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id BACDE37B403; Thu, 6 Sep 2001 03:21:37 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA21056; Thu, 6 Sep 2001 20:21:26 +1000 Date: Thu, 6 Sep 2001 20:20:53 +1000 (EST) From: Bruce Evans X-X-Sender: To: Warner Losh Cc: Mike Silbersack , "Michael C . Wu" , , Subject: Re: cvs commit: src/sys/dev/gx if_gx.c In-Reply-To: <200109060507.f8657Th50707@harmony.village.org> Message-ID: <20010906201939.A30311-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Sep 2001, Warner Losh wrote: > In message <20010905230130.B12183-100000@achilles.silby.com> Mike Silbersack writes: > : > Revision Changes Path > : > 1.2 +3 -20 src/sys/dev/gx/if_gx.c > : > : In the interim, you may wish to add a man page for the card; many of the > : other NICs have them. > > You can also use the _FreeBSD_version test so you can MFC it. I've > done that several times. I thought you knew better :-). Commit the bits that work in RELENG_N to RELENG_N, not an ifdef tangle to all branches. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 3:27:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA69437B409; Thu, 6 Sep 2001 03:27:28 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86ARS143967; Thu, 6 Sep 2001 03:27:28 -0700 (PDT) (envelope-from murray) Message-Id: <200109061027.f86ARS143967@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Sep 2001 03:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dhcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/06 03:27:28 PDT Modified files: usr.sbin/sysinstall dhcp.c Log: sysinstall's primitive network configuration expects only one value for each option in the DHCP lease file. The DHCP lease parsing code specifically ignores more than the first nameserver, but it didn't previously deal with the case of more than one router. This caused segfaults and a painful death when installing on a network with multiple routers. PR: misc/16003 Revision Changes Path 1.4 +3 -1 src/usr.sbin/sysinstall/dhcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 3:42: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFC3B37B405; Thu, 6 Sep 2001 03:42:03 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Ag3k45911; Thu, 6 Sep 2001 03:42:03 -0700 (PDT) (envelope-from murray) Message-Id: <200109061042.f86Ag3k45911@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Sep 2001 03:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.cfg X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/06 03:42:03 PDT Modified files: (Branch: RELENG_4) release/sysinstall install.cfg Log: MFC: Use correct variable name in this example script. Approved by: re Revision Changes Path 1.9.2.2 +2 -2 src/release/sysinstall/Attic/install.cfg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 3:56:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 780D137B405; Thu, 6 Sep 2001 03:56:11 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86AuBo47525; Thu, 6 Sep 2001 03:56:11 -0700 (PDT) (envelope-from knu) Message-Id: <200109061056.f86AuBo47525@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 6 Sep 2001 03:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/06 03:56:11 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20010906. overall: - Allow using regexp in a glob pattern on the spot, by just putting a regexp preceded by a colon (:). - Thereby deprecate -E/--regex, which is evil because it changes the global status. (but the option is still kept for compatibility) portupgrade: - Return correct exit status. [Reported by: Trevin Chow ] portinstall: - Read the env variable PORTUPGRADE. (it read PORTINSTALL previously) pkg_fetch: - Be even more smart in deciding which to try first, All or Latest. Revision Changes Path 1.71 +2 -3 ports/sysutils/portupgrade/Makefile 1.62 +1 -1 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 4:17:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E010937B401; Thu, 6 Sep 2001 04:17:03 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86BH3p58447; Thu, 6 Sep 2001 04:17:03 -0700 (PDT) (envelope-from will) Message-Id: <200109061117.f86BH3p58447@freefall.freebsd.org> From: Will Andrews Date: Thu, 6 Sep 2001 04:17:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample configuration patch-modem_run.c patch-pppoa2.c CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/06 04:17:03 PDT Modified files: misc Makefile . modules Removed files: misc/speedtouch_usb Makefile distinfo pkg-comment pkg-descr pkg-plist misc/speedtouch_usb/files adsl.conf.sample adsl.sh.sample configuration patch-modem_run.c patch-pppoa2.c Log: Remove this port -- net/pppoa supersedes it. Submitted by: brian Revision Changes Path 1.378 +1 -2 ports/misc/Makefile 1.3813 +0 -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 Sep 6 4:48: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 353B537B405; Thu, 6 Sep 2001 04:47:59 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86BlxJ62120; Thu, 6 Sep 2001 04:47:59 -0700 (PDT) (envelope-from roam) Message-Id: <200109061147.f86BlxJ62120@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 6 Sep 2001 04:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/09/06 04:47:58 PDT Modified files: security/stunnel distinfo Log: Update the checksum after the distfile was rerolled. No changes in the distfile. PR: 30366 Submitted by: maintainer Revision Changes Path 1.20 +1 -1 ports/security/stunnel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 4:54:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC7E37B401; Thu, 6 Sep 2001 04:54:29 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86BsT162810; Thu, 6 Sep 2001 04:54:29 -0700 (PDT) (envelope-from ru) Message-Id: <200109061154.f86BsT162810@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Sep 2001 04:54:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man Makefile man.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/06 04:54:28 PDT Modified files: gnu/usr.bin/man/man Makefile man.c Log: SECURITY. Avoid using setre[ug]id() calls. Removed the setgid stuff we don't need. Revision Changes Path 1.30 +2 -2 src/gnu/usr.bin/man/man/Makefile 1.49 +18 -33 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 4:56:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3FBF37B405; Thu, 6 Sep 2001 04:56:41 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Bufu62976; Thu, 6 Sep 2001 04:56:41 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109061156.f86Bufu62976@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 6 Sep 2001 04:56:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 disklabel.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/06 04:56:41 PDT Modified files: ja_JP.eucJP/man/man8 disklabel.8 Log: disklabel.8 rev 1.15.2.14 Revision Changes Path 1.21 +6 -6 doc/ja_JP.eucJP/man/man8/disklabel.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 4:59:35 2001 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 2FC6437B401; Thu, 6 Sep 2001 04:59:28 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.5/8.11.5) with SMTP id f86BxLP79486; Thu, 6 Sep 2001 07:59:21 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 6 Sep 2001 07:59:21 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Michael C . Wu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h In-Reply-To: <200109060345.f863jxk78123@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Unfortunately, your commit message neglected to identify what card exactly this commit adds support for. I've noticed a tendancy among a number of committers lately to do this (David explained that he didn't have time to figure out what the bug was that he fixed, it was easier just to say he fixed a bug). My recommendation to committers would be that they formulate commit messages to be meaningful to their readers, not as an obligation to the cvs command--cvs messages are one of the only ways to keep abreast of such a large and rapdily moving source base. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 5 Sep 2001, Michael C . Wu wrote: > keichii 2001/09/05 20:45:59 PDT > > Added files: > sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h > Log: > Add a new NIC driver into the system. > > MFC after: 14 days > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5: 6: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBBA737B401; Thu, 6 Sep 2001 05:05:58 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86C5w567009; Thu, 6 Sep 2001 05:05:58 -0700 (PDT) (envelope-from tg) Message-Id: <200109061205.f86C5w567009@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 6 Sep 2001 05:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/tkinfo Makefile distinfo ports/misc/tkinfo/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/09/06 05:05:58 PDT Modified files: misc/tkinfo Makefile distinfo misc/tkinfo/files patch-aa Log: Upgrade to 2.5. Submitted by: Andy Sparrow Revision Changes Path 1.24 +5 -5 ports/misc/tkinfo/Makefile 1.10 +1 -1 ports/misc/tkinfo/distinfo 1.9 +1 -1 ports/misc/tkinfo/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 Thu Sep 6 5: 9:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09C8A37B405; Thu, 6 Sep 2001 05:09:27 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86C9Re67547; Thu, 6 Sep 2001 05:09:27 -0700 (PDT) (envelope-from yokota) Message-Id: <200109061209.f86C9Re67547@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 6 Sep 2001 05:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdcreg.h src/sys/isa atkbd_isa.c atkbdc_isa.c psm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/09/06 05:09:26 PDT Modified files: sys/dev/kbd atkbdcreg.h sys/isa atkbd_isa.c atkbdc_isa.c psm.c Log: Update the atkbdc, atkbd, and psm drivers to probe/attach more cleanly and consistently in all APCI, PnP BIOS, and "hint" cases. NOTE: this doesn't necessarily solve the problem that the PS/2 mouse is not detected after the recent ACPI update. Revision Changes Path 1.7 +4 -1 src/sys/dev/kbd/atkbdcreg.h 1.11 +41 -15 src/sys/isa/atkbd_isa.c 1.23 +125 -72 src/sys/isa/atkbdc_isa.c 1.37 +116 -41 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:10:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8119E37B406; Thu, 6 Sep 2001 05:10:11 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CABm67673; Thu, 6 Sep 2001 05:10:11 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109061210.f86CABm67673@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 6 Sep 2001 05:10:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man2 ptrace.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/06 05:10:11 PDT Modified files: ja_JP.eucJP/man/man2 ptrace.2 Log: ptrace.2 rev 1.12.2.10 Revision Changes Path 1.8 +5 -3 doc/ja_JP.eucJP/man/man2/ptrace.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:11:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1FF137B407; Thu, 6 Sep 2001 05:11:22 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CBMl67850; Thu, 6 Sep 2001 05:11:22 -0700 (PDT) (envelope-from yar) Message-Id: <200109061211.f86CBMl67850@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 6 Sep 2001 05:11:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys brk.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/09/06 05:11:22 PDT Modified files: lib/libc/sys brk.2 Log: Fix all the ambiguous or erroneous statements of the brk(2) manpage by taking its text from NetBSD and editing it further. This also improves the page's mdoc(7) markup style. Reviewed by: ru Obtained from: NetBSD Revision Changes Path 1.21 +89 -57 src/lib/libc/sys/brk.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:19:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1CC237B406; Thu, 6 Sep 2001 05:19:16 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CJGI68888; Thu, 6 Sep 2001 05:19:16 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109061219.f86CJGI68888@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 6 Sep 2001 05:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 kbdmap.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/06 05:19:16 PDT Modified files: ja_JP.eucJP/man/man1 kbdmap.1 Log: kbdmap.1 rev 1.17.2.7 Revision Changes Path 1.14 +5 -2 doc/ja_JP.eucJP/man/man1/kbdmap.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:21:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF2237B405; Thu, 6 Sep 2001 05:21:21 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CLL769133; Thu, 6 Sep 2001 05:21:21 -0700 (PDT) (envelope-from dd) Message-Id: <200109061221.f86CLL769133@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 6 Sep 2001 05:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/06 05:21:21 PDT Modified files: usr.sbin/adduser adduser.perl Log: Print the correct filename if we fail to open $etc_passwd. Submitted by: Brian Poole Revision Changes Path 1.49 +2 -2 src/usr.sbin/adduser/adduser.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:31:39 2001 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 8273237B405; Thu, 6 Sep 2001 05:31:12 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f86CV3U25430; Thu, 6 Sep 2001 15:31:03 +0300 (EEST) (envelope-from ru) Date: Thu, 6 Sep 2001 15:31:03 +0300 From: Ruslan Ermilov To: Kris Kennaway Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libz zopen.c Makefile Message-ID: <20010906153103.E18362@sunbay.com> References: <200109060914.f869EnI32083@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: <200109060914.f869EnI32083@freefall.freebsd.org>; from kris@FreeBSD.ORG on Thu, Sep 06, 2001 at 02:14:49AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 02:14:49AM -0700, Kris Kennaway wrote: > kris 2001/09/06 02:14:49 PDT > > Modified files: > lib/libz Makefile > Added files: > lib/libz zopen.c > Log: > Add zopen(), a stdio wrapper for gzipped data streams. > > Obtained from: NetBSD > > Revision Changes Path > 1.14 +3 -2 src/lib/libz/Makefile > This should be prototyped in zlib.h. NetBSD has it prototyped in savecore.c. Cheers, -- 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 Thu Sep 6 5:42:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7A2437B405; Thu, 6 Sep 2001 05:42:36 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Cgam77323; Thu, 6 Sep 2001 05:42:36 -0700 (PDT) (envelope-from wjv) Message-Id: <200109061242.f86Cgam77323@freefall.freebsd.org> From: Johann Visagie Date: Thu, 6 Sep 2001 05:42:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/py-biopython pkg-req Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/06 05:42:36 PDT Modified files: biology/py-biopython Makefile distinfo pkg-plist Added files: biology/py-biopython pkg-req Log: - Update to version 1.00.a3 - Use pkg-req to check the installed version of Python Revision Changes Path 1.9 +23 -20 ports/biology/py-biopython/Makefile 1.6 +1 -1 ports/biology/py-biopython/distinfo 1.5 +127 -85 ports/biology/py-biopython/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 Sep 6 5:48:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED7E37B405; Thu, 6 Sep 2001 05:48:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CmjA78017; Thu, 6 Sep 2001 05:48:45 -0700 (PDT) (envelope-from ru) Message-Id: <200109061248.f86CmjA78017@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Sep 2001 05:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/logger logger.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/06 05:48:44 PDT Modified files: usr.bin/logger logger.c Log: The default for -p was ``kern.notice'' in the -h case. Make it ``user.notice'', as per manpage. (The syslog(3) function defaults to LOG_USER facility if none is specified, but we don't use syslog() in the -h case.) PR: docs/30374 Noticed by: SUGIMURA Takashi Revision Changes Path 1.8 +2 -2 src/usr.bin/logger/logger.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:53:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD23F37B403; Thu, 6 Sep 2001 05:53:53 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86CrrH78649; Thu, 6 Sep 2001 05:53:53 -0700 (PDT) (envelope-from nyan) Message-Id: <200109061253.f86CrrH78649@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 6 Sep 2001 05:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/acpi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/09/06 05:53:53 PDT Modified files: sys/modules/acpi Makefile Log: Use MACHINE_ARCH instead of MACHINE to fix pc98 module. Revision Changes Path 1.13 +4 -4 src/sys/modules/acpi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 5:57:30 2001 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 3866A37B405; Thu, 6 Sep 2001 05:57:00 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f86Cusw29929; Thu, 6 Sep 2001 15:56:54 +0300 (EEST) (envelope-from ru) Date: Thu, 6 Sep 2001 15:56:54 +0300 From: Ruslan Ermilov To: Alexey Zelkin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.c Message-ID: <20010906155654.I18362@sunbay.com> References: <200109060926.f869QS033887@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: <200109060926.f869QS033887@freefall.freebsd.org>; from phantom@FreeBSD.ORG on Thu, Sep 06, 2001 at 02:26:28AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 02:26:28AM -0700, Alexey Zelkin wrote: > phantom 2001/09/06 02:26:28 PDT > > Modified files: > lib/libc/stdlib strfmon.c > Log: > correctly wrap macros with { } > > Revision Changes Path > 1.2 +4 -3 src/lib/libc/stdlib/strfmon.c > Nope, this is incorrect. You didn't read the whole thread. The correct fix it is to wrap macros in ``{ } while(0)'': #define PRINT(CH) do { \ if (dst >= s + maxsize) \ goto e2big_error; \ *dst++ = CH; \ } while(0) See style(9) for more details. Cheers, -- 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 Thu Sep 6 6:35:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A27F637B408; Thu, 6 Sep 2001 06:35:08 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86DZ8799293; Thu, 6 Sep 2001 06:35:08 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109061335.f86DZ8799293@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 6 Sep 2001 06:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja support.sgml www/ja/releases index.sgml www/ja/search search.sgml www/ja/news news.xml www/ja/ports Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/06 06:35:08 PDT Modified files: ja support.sgml ja/releases index.sgml ja/search search.sgml ja/news news.xml ja/ports Makefile Log: Merge the changes in the English version. Revision Changes Path 1.33 +14 -11 www/ja/support.sgml 1.43 +4 -4 www/ja/releases/index.sgml 1.29 +2 -2 www/ja/search/search.sgml 1.4 +3 -3 www/ja/news/news.xml 1.24 +3 -7 www/ja/ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 6:46:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5268037B407; Thu, 6 Sep 2001 06:46:45 -0700 (PDT) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Dkjs71835; Thu, 6 Sep 2001 06:46:45 -0700 (PDT) (envelope-from jmz) Message-Id: <200109061346.f86Dkjs71835@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 6 Sep 2001 06:46:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools Makefile distinfo ports/emulators/mtools/files patch-h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmz 2001/09/06 06:46:45 PDT Modified files: emulators/mtools Makefile distinfo Removed files: emulators/mtools/files patch-h Log: Upgrade to version 3.9.8. Revision Changes Path 1.46 +4 -8 ports/emulators/mtools/Makefile 1.18 +1 -1 ports/emulators/mtools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 7:15:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0E3437B401; Thu, 6 Sep 2001 07:15:37 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86EFbP05116; Thu, 6 Sep 2001 07:15:37 -0700 (PDT) (envelope-from wjv) Message-Id: <200109061415.f86EFbP05116@freefall.freebsd.org> From: Johann Visagie Date: Thu, 6 Sep 2001 07:15:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/py-compiler Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/py-compiler/files setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/06 07:15:37 PDT Modified files: lang Makefile Added files: lang/py-compiler Makefile distinfo pkg-comment pkg-descr pkg-plist lang/py-compiler/files setup.py Log: Add py-compiler, a Python source to bytecode compiler. Revision Changes Path 1.251 +2 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 7:15:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83C6C37B418; Thu, 6 Sep 2001 07:15:42 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86EFgW05152; Thu, 6 Sep 2001 07:15:42 -0700 (PDT) (envelope-from wjv) Message-Id: <200109061415.f86EFgW05152@freefall.freebsd.org> From: Johann Visagie Date: Thu, 6 Sep 2001 07:15:42 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/06 07:15:42 PDT Modified files: . modules Log: py-compiler --> ports/lang/py-compiler Revision Changes Path 1.3814 +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 Sep 6 7:32:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 436E537B401; Thu, 6 Sep 2001 07:32:27 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86EWRC07838; Thu, 6 Sep 2001 07:32:27 -0700 (PDT) (envelope-from wjv) Message-Id: <200109061432.f86EWRC07838@freefall.freebsd.org> From: Johann Visagie Date: Thu, 6 Sep 2001 07:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-grouch Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-req X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/06 07:32:27 PDT Modified files: devel Makefile Added files: devel/py-grouch Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-req Log: Add py-grouch 0.1, a system for describing and enforcing a Python object schema. Revision Changes Path 1.636 +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 Thu Sep 6 7:32:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D587437B407; Thu, 6 Sep 2001 07:32:29 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86EWT107877; Thu, 6 Sep 2001 07:32:29 -0700 (PDT) (envelope-from wjv) Message-Id: <200109061432.f86EWT107877@freefall.freebsd.org> From: Johann Visagie Date: Thu, 6 Sep 2001 07:32:29 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/06 07:32:29 PDT Modified files: . modules Log: py-grouch --> ports/devel/py-grouch Revision Changes Path 1.3815 +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 Sep 6 7:57:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E86A37B403; Thu, 6 Sep 2001 07:57:42 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Evg911177; Thu, 6 Sep 2001 07:57:42 -0700 (PDT) (envelope-from wjv) Message-Id: <200109061457.f86Evg911177@freefall.freebsd.org> From: Johann Visagie Date: Thu, 6 Sep 2001 07:57:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/diveintopython Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/06 07:57:42 PDT Modified files: lang/diveintopython Makefile distinfo pkg-plist Log: - Update to version 3.6.3 Revision Changes Path 1.8 +4 -4 ports/lang/diveintopython/Makefile 1.7 +5 -5 ports/lang/diveintopython/distinfo 1.7 +5 -5 ports/lang/diveintopython/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 Sep 6 8: 1:17 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 9C3A937B401; Thu, 6 Sep 2001 08:01:06 -0700 (PDT) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f86F14a67008; Thu, 6 Sep 2001 17:01:04 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.6/8.11.4) with ESMTP id f85AH2k99078; Wed, 5 Sep 2001 11:17:02 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200109051017.f85AH2k99078@grimreaper.grondar.za> To: Maxim Sobolev Cc: markm@FreeBSD.ORG (Mark Murray), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/su Makefile su.c References: <200109041844.f84Iijw98897@vega.vega.com> In-Reply-To: <200109041844.f84Iijw98897@vega.vega.com> ; from Maxim Sobolev "Tue, 04 Sep 2001 21:44:44 +0300." Date: Wed, 05 Sep 2001 11:17:01 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > markm 2001/09/04 10:10:57 PDT > > > >[...] > > > > This solves the problem (in my own mind) of how a "const char *" _ever_ > > actually gets a value in a WARNS=2 world. > > const char *foo = "bar"; ??? Right :-). Now how do you get (variable) stuff into a 'const char *'? For example - a function is not allowed to modify its arguments, so they are const, but the stuff being passed in is by no means constant. That one is easy - you can pass a 'foo *' into a 'const foo *'. Now, how do you build up a 'const foo *' in such a way that you can, but nobody else can? Like perl's un-tainting, C needs a formal un-consting, and I guess this is it. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 8: 3:19 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C0B9F37B407; Thu, 6 Sep 2001 08:03:11 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f86F39X28395; Thu, 6 Sep 2001 09:03:10 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f86F38h53747; Thu, 6 Sep 2001 09:03:08 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109061503.f86F38h53747@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/sys/dev/gx if_gx.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 06 Sep 2001 20:20:53 +1000." <20010906201939.A30311-100000@alphplex.bde.org> References: <20010906201939.A30311-100000@alphplex.bde.org> Date: Thu, 06 Sep 2001 09:03:08 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010906201939.A30311-100000@alphplex.bde.org> Bruce Evans writes: : I thought you knew better :-). Commit the bits that work in RELENG_N to : RELENG_N, not an ifdef tangle to all branches. When I'm actively merging, having a few ifdefs at the top of the file helps save me a lot of time. If there are more than a few, I agree. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 8:26:34 2001 Delivered-To: cvs-all@freebsd.org Received: from femail28.sdc1.sfba.home.com (femail28.sdc1.sfba.home.com [24.254.60.18]) by hub.freebsd.org (Postfix) with ESMTP id EFE5337B407; Thu, 6 Sep 2001 08:26:21 -0700 (PDT) Received: from intruder.bmah.org ([24.176.204.87]) by femail28.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010906152621.QFD560.femail28.sdc1.sfba.home.com@intruder.bmah.org>; Thu, 6 Sep 2001 08:26:21 -0700 Received: (from bmah@localhost) by intruder.bmah.org (8.11.6/8.11.3) id f86FQLB47377; Thu, 6 Sep 2001 08:26:21 -0700 (PDT) (envelope-from bmah) Message-Id: <200109061526.f86FQLB47377@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Michael C . Wu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml In-Reply-To: <200109060651.f866p3A06508@freefall.freebsd.org> References: <200109060651.f866p3A06508@freefall.freebsd.org> Comments: In-reply-to "Michael C . Wu" message dated "Wed, 05 Sep 2001 23:51:03 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-840481302P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 06 Sep 2001 08:26:21 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-840481302P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Michael C . Wu" wrote: > keichii 2001/09/05 23:51:03 PDT > > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > Add an entry for the new Intel gigE driver, device gx. > > bmah edited some of my sentences. > > Reviewed by: bmah > Approved by: bmah > > Revision Changes Path > 1.131 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sg > ml For some reason, this commit didn't make it to freefall. Like I can "cvs update" on my local sandbox copy of this file, and I get revision 1.130. "cvs log" and cvsweb don't show it either. Did you notice anything weird happen during your commit? Bruce. --==_Exmh_-840481302P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7l5Wd2MoxcVugUsMRAnKTAKDqzBvh4cpTfuCMdicPe92JLEweMgCgzxgV YBG9hMa2r0f6AZi1SZ4XqHk= =wfSb -----END PGP SIGNATURE----- --==_Exmh_-840481302P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 8:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id D5CA537B408; Thu, 6 Sep 2001 08:50:11 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 6 Sep 2001 16:49:47 +0100 (BST) Date: Thu, 6 Sep 2001 16:49:46 +0100 From: David Malone To: Mark Murray Cc: Maxim Sobolev , markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/su Makefile su.c Message-ID: <20010906164946.A94377@walton.maths.tcd.ie> References: <200109041844.f84Iijw98897@vega.vega.com> <200109051017.f85AH2k99078@grimreaper.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109051017.f85AH2k99078@grimreaper.grondar.za>; from mark@grondar.za on Wed, Sep 05, 2001 at 11:17:01AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Now how do you get (variable) stuff into a 'const char *'? > > For example - a function is not allowed to modify its arguments, so > they are const, but the stuff being passed in is by no means constant. > That one is easy - you can pass a 'foo *' into a 'const foo *'. Now, > how do you build up a 'const foo *' in such a way that you can, but > nobody else can? You build it up in a char * and then assign it to a const char *. Or am I missing something? (There are some more compilcated issues with constness with functions like strchr. It takes a const char * and derives a char *, its return value, from it.) David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 9:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E638A37B401; Thu, 6 Sep 2001 09:21:36 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id CAA10601; Fri, 7 Sep 2001 02:19:54 +1000 Date: Fri, 7 Sep 2001 02:19:18 +1000 (EST) From: Bruce Evans X-X-Sender: To: Mark Murray Cc: Maxim Sobolev , Mark Murray , , Subject: Re: cvs commit: src/usr.bin/su Makefile su.c In-Reply-To: <200109051017.f85AH2k99078@grimreaper.grondar.za> Message-ID: <20010907015343.K32058-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Sep 2001, Mark Murray wrote: > > > markm 2001/09/04 10:10:57 PDT > > > > > >[...] > > > > > > This solves the problem (in my own mind) of how a "const char *" _ever_ > > > actually gets a value in a WARNS=2 world. > > > > const char *foo = "bar"; ??? > > Right :-). > > Now how do you get (variable) stuff into a 'const char *'? /* Initialize `foo' in its declaration would be a style bug. */ const char *foo; ... foo = variable_stuff(); /* What's the problem? */ > For example - a function is not allowed to modify its arguments, so > they are const, but the stuff being passed in is by no means constant. > That one is easy - you can pass a 'foo *' into a 'const foo *'. Now, Initializing the "const char *" is easy because it is essentially the same as this. > how do you build up a 'const foo *' in such a way that you can, but > nobody else can? This question is sort of backwards too. You want to get const non-built-up stuff into a plain "char *". > Like perl's un-tainting, C needs a formal un-consting, and I guess > this is it. It's just a cast to non-const in ISO C. gcc -Wcast-qual emits warnings that some would consider spurious. But you asked for them by setting WARNS=2. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10: 1:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A76F237B401; Thu, 6 Sep 2001 10:01:35 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86H1ZV31322; Thu, 6 Sep 2001 10:01:35 -0700 (PDT) (envelope-from trevor) Message-Id: <200109061701.f86H1ZV31322@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 6 Sep 2001 10:01:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pad Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2001/09/06 10:01:35 PDT Modified files: security/pad Makefile distinfo Log: Downgrade to 0.7. I believe the newer version may be insecure in its use of tempnam(), but I have not written a patch to correct it. I told the author about this on 23 September. The port was updated without my knowledge. Add PORTEPOCH. Revision Changes Path 1.6 +3 -2 ports/security/pad/Makefile 1.4 +1 -1 ports/security/pad/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:18: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id BF9D637B407; Thu, 6 Sep 2001 10:17:50 -0700 (PDT) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f86HHch78467; Thu, 6 Sep 2001 19:17:38 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.6/8.11.4) with ESMTP id f86Gru205437; Thu, 6 Sep 2001 17:53:57 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200109061653.f86Gru205437@grimreaper.grondar.za> To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su Makefile su.c References: <20010905060708.T18238-100000@alphplex.bde.org> In-Reply-To: <20010905060708.T18238-100000@alphplex.bde.org> ; from Bruce Evans "Wed, 05 Sep 2001 06:23:04 +1000." Date: Thu, 06 Sep 2001 17:53:55 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > This breaks the warning for me. I think iT's OK in one utility but > not in all the ones in /usr/src that call execve() like su does. "Breaks the warning" how? M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:18:51 2001 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 C55DE37B427; Thu, 6 Sep 2001 10:18:39 -0700 (PDT) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id A17955D9C; Thu, 6 Sep 2001 19:18:38 +0200 (CEST) Date: Thu, 6 Sep 2001 19:18:38 +0200 From: Jesper Skriver To: "Bruce A. Mah" Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml Message-ID: <20010906191838.A24874@skriver.dk> References: <200109060651.f866p3A06508@freefall.freebsd.org> <200109061526.f86FQLB47377@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109061526.f86FQLB47377@intruder.bmah.org>; from bmah@FreeBSD.org on Thu, Sep 06, 2001 at 08:26:21AM -0700 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 08:26:21AM -0700, Bruce A. Mah wrote: > If memory serves me right, "Michael C . Wu" wrote: > > keichii 2001/09/05 23:51:03 PDT > > > > Modified files: > > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > > Log: > > Add an entry for the new Intel gigE driver, device gx. > > > > bmah edited some of my sentences. > > > > Reviewed by: bmah > > Approved by: bmah > > > > Revision Changes Path > > 1.131 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sg > > ml > > For some reason, this commit didn't make it to freefall. Like I can > "cvs update" on my local sandbox copy of this file, and I get revision > 1.130. "cvs log" and cvsweb don't show it either. > > Did you notice anything weird happen during your commit? Same thing for the actual addition of the gx driver ... /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ 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 Thu Sep 6 10:31:31 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id BA02737B410; Thu, 6 Sep 2001 10:31:23 -0700 (PDT) Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.1.1]) by mail.musha.org (Postfix) with ESMTP id 4EB364D97C; Fri, 7 Sep 2001 02:31:22 +0900 (JST) Date: Fri, 07 Sep 2001 02:31:22 +0900 Message-ID: <86ofoofcph.wl@daemon.musha.org> From: "Akinori MUSHA" To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/amd Makefile.inc src/usr.sbin/amd/include newvers.sh In-Reply-To: <200109051654.f85GsMG76921@freefall.freebsd.org> References: <200109051654.f85GsMG76921@freefall.freebsd.org> User-Agent: Wanderlust/2.7.2 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 5 Sep 2001 09:54:22 -0700 (PDT), o`brien wrote: > obrien 2001/09/05 09:54:21 PDT > > Modified files: > usr.sbin/amd Makefile.inc > usr.sbin/amd/include newvers.sh > Log: > Try to determine the OS version and architecture for what is being built > vs. the building machine. > > PR: 14040 > > Revision Changes Path > 1.8 +4 -1 src/usr.sbin/amd/Makefile.inc > 1.4 +17 -10 src/usr.sbin/amd/include/newvers.sh You probably need the following patch too? Without it, buildworld fails on my box saying HOST_OS_VERSION is not defined. Index: newvers.sh =================================================================== RCS file: /home/ncvs/src/usr.sbin/amd/include/newvers.sh,v retrieving revision 1.4 diff -u -p -r1.4 newvers.sh --- newvers.sh 5 Sep 2001 16:54:20 -0000 1.4 +++ newvers.sh 6 Sep 2001 17:23:45 -0000 @@ -23,6 +23,9 @@ cat << __NO_newvers_sh /* Define only name of host machine OS (eg. solaris2) */ #define HOST_OS_NAME "`uname -s | tr '[A-Z]' '[a-z]'``uname -r | sed -e 's/\..*$//'`" +/* Define only version of host machine (eg. 2.5.1) */ +#define HOST_OS_VERSION "`uname -r | sed -e 's/[-(].*//'`" + __NO_newvers_sh fi -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:39: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6375C37B403; Thu, 6 Sep 2001 10:38:58 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86HcwZ38689; Thu, 6 Sep 2001 10:38:58 -0700 (PDT) (envelope-from ru) Message-Id: <200109061738.f86HcwZ38689@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Sep 2001 10:38:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/logger logger.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/06 10:38:58 PDT Modified files: (Branch: RELENG_4) usr.bin/logger logger.c Log: MFC: 1.8: The default facility was not LOG_USER in the -h case. Approved by: jkh Revision Changes Path 1.5.2.3 +2 -2 src/usr.bin/logger/logger.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:44:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1539C37B401; Thu, 6 Sep 2001 10:44:05 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Hi5X39279; Thu, 6 Sep 2001 10:44:05 -0700 (PDT) (envelope-from sos) Message-Id: <200109061744.f86Hi5X39279@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 6 Sep 2001 10:44:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/09/06 10:44:04 PDT Modified files: sys/dev/ata atapi-cd.c Log: Fix the size of medium code, the old one failed for DVD's. This might introduce problems on normal CD's (again) sigh... Revision Changes Path 1.99 +15 -2 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:53: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99CA637B407; Thu, 6 Sep 2001 10:52:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Hqxg40213; Thu, 6 Sep 2001 10:52:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200109061752.f86Hqxg40213@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Sep 2001 10:52:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/amd/include Makefile newvers.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/06 10:52:59 PDT Modified files: usr.sbin/amd/include Makefile newvers.sh Log: I was missing the HOST_OS_VERSION setting in the fall-back case. Also, the script was too position dependant. We now have make(1) pass in the file to grub around in to get our settings from. Revision Changes Path 1.7 +2 -2 src/usr.sbin/amd/include/Makefile 1.5 +6 -3 src/usr.sbin/amd/include/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:56:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E94BE37B406; Thu, 6 Sep 2001 10:56:27 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86HuRI40625; Thu, 6 Sep 2001 10:56:27 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109061756.f86HuRI40625@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Sep 2001 10:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/forte Makefile distinfo pkg-comment pkg-descr pkg-plist ports/java/forte/files forte.sh instscript X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/06 10:56:27 PDT Modified files: java Makefile Added files: java/forte Makefile distinfo pkg-comment pkg-descr pkg-plist java/forte/files forte.sh instscript Log: Add port of Forte[tm] for Java[tm] Community Edition 3.0, a Sun's powerful and extensible IDE for Java. It's huge and slow but I'm sure FreeBSD Java monkies would like it. ;) -Maxim Revision Changes Path 1.38 +2 -1 ports/java/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 10:56:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C11C237B406; Thu, 6 Sep 2001 10:56:46 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Hukj40776; Thu, 6 Sep 2001 10:56:46 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109061756.f86Hukj40776@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Sep 2001 10:56:46 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/06 10:56:46 PDT Modified files: . modules Log: forte --> ports/java/forte Revision Changes Path 1.3816 +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 Sep 6 10:58:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE32537B403; Thu, 6 Sep 2001 10:58:13 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86HwD041022; Thu, 6 Sep 2001 10:58:13 -0700 (PDT) (envelope-from petef) Message-Id: <200109061758.f86HwD041022@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Sep 2001 10:58:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xscorch Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/06 10:58:13 PDT Modified files: games/xscorch Makefile distinfo pkg-descr pkg-plist Log: - update to version 0.1.13a (with network support!) - add mirror to MASTER_SITES - take over as maintainer - fix typo in pkg-descr PR: 28741 Approved by: will (the change of MAINTAINER) Revision Changes Path 1.7 +6 -4 ports/games/xscorch/Makefile 1.5 +1 -1 ports/games/xscorch/distinfo 1.2 +4 -3 ports/games/xscorch/pkg-descr 1.5 +12 -10 ports/games/xscorch/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 Sep 6 11: 8:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1731537B403; Thu, 6 Sep 2001 11:08:22 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86I8Ma45177; Thu, 6 Sep 2001 11:08:22 -0700 (PDT) (envelope-from bmah) Message-Id: <200109061808.f86I8Ma45177@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Sep 2001 11:08:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/06 11:08:21 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a comment about PCCARD hangs and a workaround with pccardc (submitted by imp). Move all PCCARD-related release notes into a new sect3. While I'm here, move an entry regarding Whitebox AlphaServer 530x machines into "Processor/Motherboard Support" (which in the future should probably be renamed "Platform Support"). Also add two commas to this entry. Approved by: re (implicitly) Revision Changes Path 1.22.2.81 +36 -28 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 11:11:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A795837B403; Thu, 6 Sep 2001 11:11:16 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86IBGL45445; Thu, 6 Sep 2001 11:11:16 -0700 (PDT) (envelope-from dfr) Message-Id: <200109061811.f86IBGL45445@freefall.freebsd.org> From: Doug Rabson Date: Thu, 6 Sep 2001 11:11:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include setjmp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/06 11:11:16 PDT Modified files: sys/ia64/include setjmp.h Log: Add struct tags to avoid warnings in kernel code. Revision Changes Path 1.4 +3 -3 src/sys/ia64/include/setjmp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 11:13:10 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A304137B407; Thu, 6 Sep 2001 11:13:05 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f86IChg25993; Thu, 6 Sep 2001 11:12:43 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Sep 2001 11:12:43 -0700 From: "David O'Brien" To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/amd Makefile.inc src/usr.sbin/amd/include newvers.sh Message-ID: <20010906111243.A25898@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109051654.f85GsMG76921@freefall.freebsd.org> <86ofoofcph.wl@daemon.musha.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86ofoofcph.wl@daemon.musha.org>; from knu@iDaemons.org on Fri, Sep 07, 2001 at 02:31:22AM +0900 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 02:31:22AM +0900, Akinori MUSHA wrote: > At Wed, 5 Sep 2001 09:54:22 -0700 (PDT), > o`brien wrote: > > obrien 2001/09/05 09:54:21 PDT > > > > Modified files: > > usr.sbin/amd Makefile.inc > > usr.sbin/amd/include newvers.sh > > Log: > > Try to determine the OS version and architecture for what is being built > > vs. the building machine. > > > > PR: 14040 > > > > Revision Changes Path > > 1.8 +4 -1 src/usr.sbin/amd/Makefile.inc > > 1.4 +17 -10 src/usr.sbin/amd/include/newvers.sh > > You probably need the following patch too? Without it, buildworld > fails on my box saying HOST_OS_VERSION is not defined. Fixed in rev 1.5 (just committed) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 11:39:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E43B37B401; Thu, 6 Sep 2001 11:39:47 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Idlf49559; Thu, 6 Sep 2001 11:39:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200109061839.f86Idlf49559@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Sep 2001 11:39:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/amd/include newvers.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/06 11:39:46 PDT Modified files: usr.sbin/amd/include newvers.sh Log: Strip non version _number_ bits from HOST_OS_VERSION. Requested by: knu Revision Changes Path 1.6 +2 -2 src/usr.sbin/amd/include/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 11:43:32 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id AEA9E37B401; Thu, 6 Sep 2001 11:43:25 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f86IhPH26563; Thu, 6 Sep 2001 11:43:25 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Sep 2001 11:43:25 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libz zopen.c Makefile Message-ID: <20010906114325.B26506@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200109060914.f869EnI32083@freefall.freebsd.org> <20010906153103.E18362@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010906153103.E18362@sunbay.com>; from ru@FreeBSD.ORG on Thu, Sep 06, 2001 at 03:31:03PM +0300 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 03:31:03PM +0300, Ruslan Ermilov wrote: > On Thu, Sep 06, 2001 at 02:14:49AM -0700, Kris Kennaway wrote: > > kris 2001/09/06 02:14:49 PDT > > > > Modified files: > > lib/libz Makefile > > Added files: > > lib/libz zopen.c > > Log: > > Add zopen(), a stdio wrapper for gzipped data streams. > > > > Obtained from: NetBSD > > > > Revision Changes Path > > 1.14 +3 -2 src/lib/libz/Makefile > > > This should be prototyped in zlib.h. zlib.h is on the vendor branch, but I did tell Kris the hack I use in such cases. -- -- David (obrien@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 Sep 6 11:55:30 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id E38D637B401; Thu, 6 Sep 2001 11:55:24 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id LAA29734; Thu, 6 Sep 2001 11:55:24 -0700 (PDT) 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: <200109060345.f863jxk78123@freefall.freebsd.org> Date: Thu, 06 Sep 2001 11:55:21 -0700 (PDT) From: John Baldwin To: "Michael C . Wu" Subject: RE: cvs commit: src/sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Sep-01 Michael C . Wu wrote: > keichii 2001/09/05 20:45:59 PDT > > Added files: > sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h > Log: > Add a new NIC driver into the system. For what cards? -- 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 Thu Sep 6 12:27: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 583E237B403; Thu, 6 Sep 2001 12:26:56 -0700 (PDT) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA29917; Thu, 6 Sep 2001 12:42:29 -0700 (PDT) Date: Thu, 6 Sep 2001 12:42:28 -0700 (PDT) From: Julian Elischer To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/pad Makefile distinfo In-Reply-To: <200109061701.f86H1ZV31322@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Sep 2001, Trevor Johnson wrote: > trevor 2001/09/06 10:01:35 PDT > > Modified files: > security/pad Makefile distinfo > Log: > Downgrade to 0.7. I believe the newer version may be insecure in > its use of tempnam(), but I have not written a patch to correct > it. I told the author about this on 23 September. The port was last year? > updated without my knowledge. Add PORTEPOCH. > > Revision Changes Path > 1.6 +3 -2 ports/security/pad/Makefile > 1.4 +1 -1 ports/security/pad/distinfo > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 12:33:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44E8837B410; Thu, 6 Sep 2001 12:33:42 -0700 (PDT) Received: from localhost (trevor@localhost) by freefall.freebsd.org (8.11.4/8.11.4) with ESMTP id f86JXgV58423; Thu, 6 Sep 2001 12:33:42 -0700 (PDT) (envelope-from trevor@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: trevor owned process doing -bs Date: Thu, 6 Sep 2001 12:33:41 -0700 (PDT) From: Trevor Johnson To: Julian Elischer Cc: , Subject: Re: cvs commit: ports/security/pad Makefile distinfo In-Reply-To: Message-ID: <20010906123312.V31496-100000@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Downgrade to 0.7. I believe the newer version may be insecure in > > its use of tempnam(), but I have not written a patch to correct > > it. I told the author about this on 23 September. The port was > > last year? Yes. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 13:37:22 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id D9E5137B407; Thu, 6 Sep 2001 13:37:14 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9C9C566D0A; Thu, 6 Sep 2001 13:37:14 -0700 (PDT) Date: Thu, 6 Sep 2001 13:37:14 -0700 From: Kris Kennaway To: Ruslan Ermilov Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libz zopen.c Makefile Message-ID: <20010906133714.F18228@xor.obsecurity.org> References: <200109060914.f869EnI32083@freefall.freebsd.org> <20010906153103.E18362@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="i3lJ51RuaGWuFYNw" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010906153103.E18362@sunbay.com>; from ru@FreeBSD.ORG on Thu, Sep 06, 2001 at 03:31:03PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --i3lJ51RuaGWuFYNw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 06, 2001 at 03:31:03PM +0300, Ruslan Ermilov wrote: > On Thu, Sep 06, 2001 at 02:14:49AM -0700, Kris Kennaway wrote: > > kris 2001/09/06 02:14:49 PDT > >=20 > > Modified files: > > lib/libz Makefile=20 > > Added files: > > lib/libz zopen.c=20 > > Log: > > Add zopen(), a stdio wrapper for gzipped data streams. > > =20 > > Obtained from: NetBSD > > =20 > > Revision Changes Path > > 1.14 +3 -2 src/lib/libz/Makefile > >=20 > This should be prototyped in zlib.h. > NetBSD has it prototyped in savecore.c. Yeah..I'm going to try and append this to a copy of zlib.h at build-time so I don't have to modify the vendor file. I just wanted to commit the actual functionality for now, since it's only misprototyped in one place. Kris --i3lJ51RuaGWuFYNw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7l955Wry0BWjoQKURAg3aAKD84MzlyUVICqWAcg0rnL2hYPz81QCeJtNU J6mDzItxcpWkSbScvnObzKE= =wlal -----END PGP SIGNATURE----- --i3lJ51RuaGWuFYNw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 13:43:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FF7A37B407; Thu, 6 Sep 2001 13:43:13 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86KhDS68159; Thu, 6 Sep 2001 13:43:13 -0700 (PDT) (envelope-from imp) Message-Id: <200109062043.f86KhDS68159@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Sep 2001 13:43:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/06 13:43:12 PDT Modified files: sys/dev/pccbb pccbb.c Log: minor commentary Revision Changes Path 1.26 +11 -1 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 13:50:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 873F537B401; Thu, 6 Sep 2001 13:50:10 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86KoAq69451; Thu, 6 Sep 2001 13:50:10 -0700 (PDT) (envelope-from imp) Message-Id: <200109062050.f86KoAq69451@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Sep 2001 13:50:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbbdevid.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/06 13:50:10 PDT Modified files: sys/dev/pccbb pccbbdevid.h Log: Surf the net again and find more device IDs: Cirrus Logic PD6834 O2micro OZ6836 O2micro OZ6912/6972 O2micro OZ6922 O2micro OZ6933 TI1260 Note: These two aren't on TI's site, but are in TI1260B http://www.yourvote.com/pci/vendors.txt Plus comments for other chips found in Windows INF files, and also referenced in various spots on the net: * Intel 82092AA 0x12218086 16bit * smc/Databook DB87144 0x310610b3 * SMC/databook smc34c90 0xb10610b3 * Omega/Trident 82c094 0x00940123? * Omega/Trident 82c194 0x01941023 * Omega/Trident 82c722 0x07221023? * Opti 82c814 0xc8141045 * Opti 82c824 0xc8241045 * NEC uPD66369 0x003e1033 Revision Changes Path 1.4 +25 -7 src/sys/dev/pccbb/pccbbdevid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 13:55:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9A937B405; Thu, 6 Sep 2001 13:55:26 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86KtQh70511; Thu, 6 Sep 2001 13:55:26 -0700 (PDT) (envelope-from imp) Message-Id: <200109062055.f86KtQh70511@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Sep 2001 13:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/06 13:55:26 PDT Modified files: sys/pccard pcic_pci.c Log: Don't panic when we don't know the exact chip that is being used. Also, add support for the following parts: O2micro 6912/6972, 6922, 6933 Cirrus Logic PD6834 TI PCI-1260 and PCI-1421 MFC: Soon Revision Changes Path 1.94 +45 -5 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 13:56:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9205537B403; Thu, 6 Sep 2001 13:56:54 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86KusG70626; Thu, 6 Sep 2001 13:56:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109062056.f86KusG70626@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Sep 2001 13:56:54 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/06 13:56:54 PDT Modified files: mail/pygmy Makefile distinfo Log: Update to 0.5.11. Revision Changes Path 1.19 +1 -1 ports/mail/pygmy/Makefile 1.13 +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 Sep 6 13:58:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6904C37B405; Thu, 6 Sep 2001 13:58:41 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86KwfH70801; Thu, 6 Sep 2001 13:58:41 -0700 (PDT) (envelope-from imp) Message-Id: <200109062058.f86KwfH70801@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Sep 2001 13:58:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbbdevid.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/06 13:58:41 PDT Modified files: (Branch: RELENG_4) sys/dev/pccbb pccbbdevid.h Log: MFC: More device IDs Revision Changes Path 1.1.2.3 +23 -5 src/sys/dev/pccbb/pccbbdevid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 13:59:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38AC637B405; Thu, 6 Sep 2001 13:59:50 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Kxob70932; Thu, 6 Sep 2001 13:59:50 -0700 (PDT) (envelope-from imp) Message-Id: <200109062059.f86Kxob70932@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Sep 2001 13:59:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/06 13:59:50 PDT Modified files: (Branch: RELENG_4) sys/pccard pcic_pci.c Log: MFC: More IDs and deal gracefully when we don't know the ID for YENTA chips Revision Changes Path 1.54.2.16 +45 -5 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 14:25:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E13437B405; Thu, 6 Sep 2001 14:25:14 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86LPEM76733; Thu, 6 Sep 2001 14:25:14 -0700 (PDT) (envelope-from tobez) Message-Id: <200109062125.f86LPEM76733@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Sep 2001 14:25:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/rasmol Makefile pkg-plist ports/biology/rasmol/files rasmol ports/biology/rasmol/scripts build_viewer X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/06 14:25:13 PDT Modified files: biology/rasmol Makefile pkg-plist Added files: biology/rasmol/files rasmol biology/rasmol/scripts build_viewer Log: Make biology/rasmol work at all color depths. PR: 30406 Submitted by: Glenn Johnson Revision Changes Path 1.11 +22 -9 ports/biology/rasmol/Makefile 1.3 +3 -0 ports/biology/rasmol/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 Sep 6 14:28:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AA6237B408; Thu, 6 Sep 2001 14:28:53 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86LSrH77147; Thu, 6 Sep 2001 14:28:53 -0700 (PDT) (envelope-from chern) Message-Id: <200109062128.f86LSrH77147@freefall.freebsd.org> From: Chern Lee Date: Thu, 6 Sep 2001 14:28:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/06 14:28:53 PDT Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Fixed typo "Poul-Henning Kamp" in previous contribution tag commit. Revision Changes Path 1.90 +2 -2 doc/en_US.ISO8859-1/books/handbook/cutting-edge/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 Sep 6 14:40:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E9437B408; Thu, 6 Sep 2001 14:40:50 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Leo778191; Thu, 6 Sep 2001 14:40:50 -0700 (PDT) (envelope-from kris) Message-Id: <200109062140.f86Leo778191@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Sep 2001 14:40:50 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/06 14:40:50 PDT Modified files: en/security security.sgml Log: Add 01:57 through 01:59 Revision Changes Path 1.68 +5 -2 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 Thu Sep 6 14:45:57 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 5A31137B401; Thu, 6 Sep 2001 14:45:45 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f86Ljf661941; Fri, 7 Sep 2001 09:45:42 +1200 (NZST) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: Anton Berezin Date: Thu, 6 Sep 2001 17:45:40 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/biology/rasmol Makefile pkg-plist ports/biology/rasmol/files rasmol ports/biology/rasmol/scripts build_vi Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3B97B644.19896.50A2D0E7@localhost> In-reply-to: <200109062125.f86LPEM76733@freefall.freebsd.org> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Houston. We have a problem: [dan@lists:/home/ftpbackup] $ cd /usr/ports/biology/rasmol [dan@lists:/usr/ports/biology/rasmol] $ make -V PORTVERSION "Makefile", line 21: Malformed conditional (${XFREE86_VERSION} == 3) "Makefile", line 21: Need an operator "Makefile", line 23: if-less elif "Makefile", line 23: Need an operator "Makefile", line 25: if-less endif "Makefile", line 25: Need an operator make: fatal errors encountered -- cannot continue reported to me by FreshPorts. On 6 Sep 2001 at 14:25, Anton Berezin wrote: > tobez 2001/09/06 14:25:13 PDT > > Modified files: > biology/rasmol Makefile pkg-plist > Added files: > biology/rasmol/files rasmol > biology/rasmol/scripts build_viewer > Log: > Make biology/rasmol work at all color depths. > > PR: 30406 > Submitted by: Glenn Johnson > > Revision Changes Path > 1.11 +22 -9 ports/biology/rasmol/Makefile > 1.3 +3 -0 ports/biology/rasmol/pkg-plist > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 14:55:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B1A937B408; Thu, 6 Sep 2001 14:55:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Ltrv79529; Thu, 6 Sep 2001 14:55:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200109062155.f86Ltrv79529@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Sep 2001 14:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86 distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/06 14:55:53 PDT Modified files: x11/XFree86 distinfo Log: People, if you want X11 bits with the releases, you need to leave the checksum for xc/X336src-2.tgz in here!! Revision Changes Path 1.27 +1 -0 ports/x11/XFree86/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:20:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6048937B401; Thu, 6 Sep 2001 15:20:42 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MKgg84498; Thu, 6 Sep 2001 15:20:42 -0700 (PDT) (envelope-from jhb) Message-Id: <200109062220.f86MKgg84498@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Sep 2001 15:20:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/osf1 osf1_signal.c src/sys/i386/i386 machdep.c src/sys/i386/linux linux_sysvec.c src/sys/i386/svr4 svr4_machdep.c src/sys/ia64/ia64 machdep.c src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/06 15:20:42 PDT Modified files: sys/alpha/alpha machdep.c sys/alpha/osf1 osf1_signal.c sys/i386/i386 machdep.c sys/i386/linux linux_sysvec.c sys/i386/svr4 svr4_machdep.c sys/ia64/ia64 machdep.c sys/kern kern_sig.c Log: Call sendsig() with the proc lock held and return with it held. Revision Changes Path 1.144 +2 -6 src/sys/alpha/alpha/machdep.c 1.11 +3 -3 src/sys/alpha/osf1/osf1_signal.c 1.479 +5 -6 src/sys/i386/i386/machdep.c 1.85 +3 -3 src/sys/i386/linux/linux_sysvec.c 1.21 +3 -2 src/sys/i386/svr4/svr4_machdep.c 1.43 +2 -4 src/sys/ia64/ia64/machdep.c 1.131 +1 -5 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:29:32 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id AD7EA37B403; Thu, 6 Sep 2001 15:29:27 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id DFED8541D; Fri, 7 Sep 2001 00:29:23 +0200 (CEST) Date: Fri, 7 Sep 2001 00:29:23 +0200 From: Anton Berezin To: Dan Langille Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/biology/rasmol Makefile pkg-plist ports/biology/rasmol/files rasmol ports/biology/rasmol/scripts build_vi Message-ID: <20010907002923.A32931@heechee.tobez.org> References: <200109062125.f86LPEM76733@freefall.freebsd.org> <3B97B644.19896.50A2D0E7@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B97B644.19896.50A2D0E7@localhost>; from dan@langille.org on Thu, Sep 06, 2001 at 05:45:40PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 05:45:40PM -0400, Dan Langille wrote: > Houston. We have a problem: > > [dan@lists:/home/ftpbackup] $ cd /usr/ports/biology/rasmol > [dan@lists:/usr/ports/biology/rasmol] $ make -V PORTVERSION > "Makefile", line 21: Malformed conditional (${XFREE86_VERSION} == 3) > "Makefile", line 21: Need an operator > "Makefile", line 23: if-less elif > "Makefile", line 23: Need an operator > "Makefile", line 25: if-less endif > "Makefile", line 25: Need an operator > make: fatal errors encountered -- cannot continue > > reported to me by FreshPorts. Mea culpa. I wonder why this works on -current and not on -stable.... I am committing a fix now. +Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:30:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1F3137B401; Thu, 6 Sep 2001 15:30:27 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MURL85377; Thu, 6 Sep 2001 15:30:27 -0700 (PDT) (envelope-from chern) Message-Id: <200109062230.f86MURL85377@freefall.freebsd.org> From: Chern Lee Date: Thu, 6 Sep 2001 15:30:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/users chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/06 15:30:27 PDT Modified files: en_US.ISO8859-1/books/handbook/users chapter.sgml Log: * Reworded some sentence for consistency * Mentioned /usr/home as a convention (/home is just mentioned) * Change some comma usage * Make use of tag instead of a literal "word" Revision Changes Path 1.30 +14 -12 doc/en_US.ISO8859-1/books/handbook/users/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 Sep 6 15:31: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id EDE6B37B40B; Thu, 6 Sep 2001 15:30:45 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id PAA18228; Thu, 6 Sep 2001 15:30:45 -0700 (PDT) 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: <200109062155.f86Ltrv79529@freefall.freebsd.org> Date: Thu, 06 Sep 2001 15:30:41 -0700 (PDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: ports/x11/XFree86 distinfo Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Sep-01 David E. O'Brien wrote: > obrien 2001/09/06 14:55:53 PDT > > Modified files: > x11/XFree86 distinfo > Log: > People, if you want X11 bits with the releases, you need to leave the > checksum for xc/X336src-2.tgz in here!! s/2/3/ :) -- 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 Thu Sep 6 15:34:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E4DD37B406; Thu, 6 Sep 2001 15:34:41 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MYeb85870; Thu, 6 Sep 2001 15:34:40 -0700 (PDT) (envelope-from msmith) Message-Id: <200109062234.f86MYeb85870@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 15:34:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_resource.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 15:34:40 PDT Modified files: sys/dev/acpica acpi_resource.c Log: Allocate system resource IRQs as shareable; this is the typical case. Revision Changes Path 1.10 +2 -2 src/sys/dev/acpica/acpi_resource.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:36:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F85D37B405; Thu, 6 Sep 2001 15:36:38 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MacN86144; Thu, 6 Sep 2001 15:36:38 -0700 (PDT) (envelope-from tobez) Message-Id: <200109062236.f86MacN86144@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Sep 2001 15:36:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/rasmol Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/09/06 15:36:38 PDT Modified files: biology/rasmol Makefile Log: Fix a buglet with the use of XFREE86_VERSION without including bsd.port.pre.mk first. Spotted by: Dan Langille Revision Changes Path 1.12 +4 -2 ports/biology/rasmol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:39:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00F6D37B407; Thu, 6 Sep 2001 15:39:23 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MdMj86528; Thu, 6 Sep 2001 15:39:22 -0700 (PDT) (envelope-from alex) Message-Id: <200109062239.f86MdMj86528@freefall.freebsd.org> From: Alexander Langer Date: Thu, 6 Sep 2001 15:39:22 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/09/06 15:39:22 PDT Modified files: . modules Log: saferpay --> ports/security/saferpay Revision Changes Path 1.3817 +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 Sep 6 15:39:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82A9F37B406; Thu, 6 Sep 2001 15:39:16 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MdGg86463; Thu, 6 Sep 2001 15:39:16 -0700 (PDT) (envelope-from alex) Message-Id: <200109062239.f86MdGg86463@freefall.freebsd.org> From: Alexander Langer Date: Thu, 6 Sep 2001 15:39:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/saferpay Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-plist.p5 ports/security/saferpay/files patch-aa patch-ab patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/09/06 15:39:15 PDT Modified files: security Makefile Added files: security/saferpay Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-plist.p5 security/saferpay/files patch-aa patch-ab patch-ac patch-ad patch-ae Log: saferpay is a command line tool for online payment. At the moment it is used in europe, mostly germany and switzerland. Submitted by: Martin Blapp Revision Changes Path 1.232 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:42: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 109DC37B403; Thu, 6 Sep 2001 15:42:00 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Mfxa86828; Thu, 6 Sep 2001 15:42:00 -0700 (PDT) (envelope-from alex) Message-Id: <200109062242.f86Mfxa86828@freefall.freebsd.org> From: Alexander Langer Date: Thu, 6 Sep 2001 15:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/saferpay pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/09/06 15:41:59 PDT Modified files: security/saferpay pkg-comment pkg-descr Log: Shorten pkg-comment and capitalize country names. Revision Changes Path 1.2 +1 -2 ports/security/saferpay/pkg-comment 1.2 +2 -2 ports/security/saferpay/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 Sep 6 15:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA59E37B401; Thu, 6 Sep 2001 15:50:12 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MoCW87578; Thu, 6 Sep 2001 15:50:12 -0700 (PDT) (envelope-from bmah) Message-Id: <200109062250.f86MoCW87578@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Sep 2001 15:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tcp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/06 15:50:12 PDT Modified files: share/man/man4 tcp.4 Log: Document two sysctl variables used by RFC 1948 functionality. While I'm here, fix two markup inconsistencies. Submitted by: silby Revision Changes Path 1.20 +17 -3 src/share/man/man4/tcp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 15:59:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF48737B403; Thu, 6 Sep 2001 15:59:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86MxVT88167; Thu, 6 Sep 2001 15:59:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200109062259.f86MxVT88167@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Sep 2001 15:59:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/06 15:59:31 PDT Modified files: gnu/usr.bin/binutils/libiberty Makefile Log: Fix the upgrade path from 4.1 and earlier. Revision Changes Path 1.10 +12 -1 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 Thu Sep 6 16: 9:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4A0137B405; Thu, 6 Sep 2001 16:09:36 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86N9a091912; Thu, 6 Sep 2001 16:09:36 -0700 (PDT) (envelope-from jhb) Message-Id: <200109062309.f86N9a091912@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Sep 2001 16:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/06 16:09:36 PDT Modified files: x11/XFree86 Makefile Log: The 3.3.6 to 3.3.6a (3.3.7?) patch changed the name of the DGUX docs from DGux.* to DGUX.* w/o the accompanying rename of the sgml source file. To workaround, just rename the file in post-extract in the BUILD_XDIST case. Revision Changes Path 1.98 +3 -1 ports/x11/XFree86/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:10:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FD6E37B403; Thu, 6 Sep 2001 16:10:35 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NAZP92035; Thu, 6 Sep 2001 16:10:35 -0700 (PDT) (envelope-from jhb) Message-Id: <200109062310.f86NAZP92035@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Sep 2001 16:10:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86/files patch-build-bindist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/06 16:10:35 PDT Added files: x11/XFree86/files patch-build-bindist Log: Add a patch to fix up the build-bindist script to not use the extract binary but to just use tar. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:11:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46D8337B406; Thu, 6 Sep 2001 16:11:14 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NBEB92100; Thu, 6 Sep 2001 16:11:14 -0700 (PDT) (envelope-from jhb) Message-Id: <200109062311.f86NBEB92100@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Sep 2001 16:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts/X11 XF86.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/06 16:11:14 PDT Removed files: release/scripts/X11 XF86.patch Log: All of this is now committed to the XFree86 port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:16: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ECA537B407; Thu, 6 Sep 2001 16:16:04 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NG4A92506; Thu, 6 Sep 2001 16:16:04 -0700 (PDT) (envelope-from bmah) Message-Id: <200109062316.f86NG4A92506@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Sep 2001 16:16:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/06 16:16:04 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Delete some cruft that somehow snuck into this file. Revision Changes Path 1.30 +1 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:17: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5820B37B405; Thu, 6 Sep 2001 16:16:55 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NGtH92612; Thu, 6 Sep 2001 16:16:55 -0700 (PDT) (envelope-from jhb) Message-Id: <200109062316.f86NGtH92612@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Sep 2001 16:16:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/06 16:16:55 PDT Modified files: sys/dev/acpica acpi.c Log: Add a hack to acpi_EvaluateInteger() to handle the case of a method returning a Buffer that contains an Integer rather an an Integer directly. Submitted by: msmith Approved by: msmith Revision Changes Path 1.35 +38 -2 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:17:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 697FD37B409; Thu, 6 Sep 2001 16:17:00 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NH0392656; Thu, 6 Sep 2001 16:17:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200109062317.f86NH0392656@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Sep 2001 16:17:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/06 16:17:00 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Delete an empty paragaph. Approved by: re (implicitly) Revision Changes Path 1.13.2.14 +1 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:18: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C408437B407; Thu, 6 Sep 2001 16:17:55 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NHtZ92737; Thu, 6 Sep 2001 16:17:55 -0700 (PDT) (envelope-from bmah) Message-Id: <200109062317.f86NHtZ92737@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Sep 2001 16:17:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common config.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/06 16:17:55 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common config.sgml Log: Delete a note to myself that doesn't really belong in a released document. Revision Changes Path 1.2 +1 -5 src/release/doc/en_US.ISO8859-1/hardware/common/config.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:18:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4126A37B401; Thu, 6 Sep 2001 16:18:26 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NIQa92811; Thu, 6 Sep 2001 16:18:26 -0700 (PDT) (envelope-from bmah) Message-Id: <200109062318.f86NIQa92811@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Sep 2001 16:18:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common config.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/06 16:18:26 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common config.sgml Log: MFC: Delete a note to myself that doesn't belong in a released document. Approved by: re (implicitly) Revision Changes Path 1.1.2.2 +1 -5 src/release/doc/en_US.ISO8859-1/hardware/common/config.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 16:33:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E31D37B401; Thu, 6 Sep 2001 16:33:23 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86NXN493727; Thu, 6 Sep 2001 16:33:23 -0700 (PDT) (envelope-from msmith) Message-Id: <200109062333.f86NXN493727@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 16:33:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_acad.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 16:33:22 PDT Modified files: sys/dev/acpica acpi_acad.c Log: Initialise the adapter status to an invalid state, so that the initial check of the adapter object will always result in a change event. This fixes the problem where a laptop booted without an AC adapter ran at 100% CPU speed by default. Submitted by: "Christopher N . Harrell" Revision Changes Path 1.8 +2 -1 src/sys/dev/acpica/acpi_acad.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 17:10:40 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id B491937B403; Thu, 6 Sep 2001 17:10:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4309966D67; Thu, 6 Sep 2001 17:10:34 -0700 (PDT) Date: Thu, 6 Sep 2001 17:10:33 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile Message-ID: <20010906171033.A91907@xor.obsecurity.org> References: <200109062259.f86MxVT88167@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109062259.f86MxVT88167@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, Sep 06, 2001 at 03:59:31PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 06, 2001 at 03:59:31PM -0700, David E. O'Brien wrote: > obrien 2001/09/06 15:59:31 PDT >=20 > Modified files: > gnu/usr.bin/binutils/libiberty Makefile=20 > Log: > Fix the upgrade path from 4.1 and earlier. Thanks! This should really be MFCed ASAP to catch all the people who will try and upgrade from 4.1 to 4.4. Kris --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7mBB5Wry0BWjoQKURAkwUAKCxVWOWjLqcixVfwbr6y5VfllPX9QCgyFv0 3IHTKIEen9j3x35X3XUqDVE= =D/bh -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 17:13:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E074037B405; Thu, 6 Sep 2001 17:13:40 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f870Deo00594; Thu, 6 Sep 2001 17:13:40 -0700 (PDT) (envelope-from chern) Message-Id: <200109070013.f870Deo00594@freefall.freebsd.org> From: Chern Lee Date: Thu, 6 Sep 2001 17:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/06 17:13:40 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: * Minor sentence revisions for consistency * Changed some comma usage * Made use of the tag over a literal "word" Revision Changes Path 1.59 +27 -24 doc/en_US.ISO8859-1/books/handbook/disks/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 Sep 6 17:27:30 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 444C337B403; Thu, 6 Sep 2001 17:27:17 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f870RDi26212; Fri, 7 Sep 2001 01:27:13 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f870RAD48771; Fri, 7 Sep 2001 01:27:10 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109070027.f870RAD48771@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Poul-Henning Kamp , "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c In-Reply-To: Message from Poul-Henning Kamp of "Mon, 03 Sep 2001 07:26:53 +0200." <20159.999494813@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Sep 2001 01:27:10 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In message <200109021910.f82JACD82362@freefall.freebsd.org>, "Andrey A. Chernov > " writes: > >ache 2001/09/02 12:10:12 PDT > > > > Modified files: > > lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c > > fvwrite.c local.h refill.c stdio.c > > Log: > > Move all stdio internal flags processing and setting out of __sread(), > > __swrite() and __sseek() to higher level. According to funopen(3) they all > > are just wrappers to something like standard read(2), write(2) and > > lseek(2), i.e. must not touch stdio internals because they are replaceable > > with any other functions knows nothing about stdio internals. See example > > of funopen(3) usage in sendmail sources f.e. > > > > NOTE: this is original stdio bug, not result of my range checkin added. > > NOTE: You forgot to add "Reviewed by: xxx" > > Or do you seriously think that mucking about in STDIO doesn't need > a review ? In this case I think it does. This commit broke ppp. To reproduce the problem: $ ppp Working in interactive mode Using interface: tun1 ppp ON hak> set server 1234 hello ppp ON hak> ^Z [1]+ Stopped ppp $ bg [1]+ ppp & $ pppctl 1234 And it just hangs there. Can you please either fix this or back the change out Andrey ? > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. -- Brian http://www.freebsd-services.com/ 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 Thu Sep 6 17:33:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 415E237B401; Thu, 6 Sep 2001 17:33:25 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f870XPn05336; Thu, 6 Sep 2001 17:33:25 -0700 (PDT) (envelope-from chern) Message-Id: <200109070033.f870XPn05336@freefall.freebsd.org> From: Chern Lee Date: Thu, 6 Sep 2001 17:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/backups chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/09/06 17:33:25 PDT Modified files: en_US.ISO8859-1/books/handbook/backups chapter.sgml Log: Change intrusive usage of man entities to tags. Revision Changes Path 1.45 +85 -74 doc/en_US.ISO8859-1/books/handbook/backups/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 Sep 6 17:57:14 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 31D0037B405; Thu, 6 Sep 2001 17:57:08 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f870uo092508; Fri, 7 Sep 2001 04:56:51 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 04:56:46 +0400 From: "Andrey A. Chernov" To: Brian Somers Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Message-ID: <20010907045645.A92393@nagual.pp.ru> References: <20159.999494813@critter> <200109070027.f870RAD48771@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109070027.f870RAD48771@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 01:27:10 +0100, Brian Somers wrote: > > In this case I think it does. This commit broke ppp. Are you sure that right this commit breaks it? There was a second commit follows which fix it differently. Why do you think it is stdio problem? > To reproduce the problem: > > $ ppp I'll try it in the near time. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 18:22:34 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 88C6D37B405; Thu, 6 Sep 2001 18:22:25 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f871MFo92903; Fri, 7 Sep 2001 05:22:15 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 05:22:14 +0400 From: "Andrey A. Chernov" To: Brian Somers Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Message-ID: <20010907052213.A92817@nagual.pp.ru> References: <20159.999494813@critter> <200109070027.f870RAD48771@hak.lan.Awfulhak.org> <20010907045645.A92393@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010907045645.A92393@nagual.pp.ru> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 04:56:46 +0400, Andrey A. Chernov wrote: > > To reproduce the problem: First results: I am able to reproduce it on very -current. It not hangs, just nothing comes out on terminal. You can enter commands sucessfully, but in blind mode (I use telnet localhost 1234). I'll try to track it down. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 18:22:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 137D137B407; Thu, 6 Sep 2001 18:22:26 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f871MQV12628; Thu, 6 Sep 2001 18:22:26 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070122.f871MQV12628@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 18:22:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 18:22:25 PDT src/sys/contrib/dev/acpica - Imported sources Update of /home/ncvs/src/sys/contrib/dev/acpica In directory freefall.freebsd.org:/d/home/msmith/x/acpica-work Log Message: Vendor-branch import of the Intel ACPI CA 20010831 snapshot. Status: Vendor Tag: INTEL Release Tags: r20010831 U src/sys/contrib/dev/acpica/evevent.c U src/sys/contrib/dev/acpica/evsci.c U src/sys/contrib/dev/acpica/evmisc.c U src/sys/contrib/dev/acpica/evregion.c U src/sys/contrib/dev/acpica/evrgnini.c U src/sys/contrib/dev/acpica/evxface.c U src/sys/contrib/dev/acpica/evxfevnt.c U src/sys/contrib/dev/acpica/evxfregn.c U src/sys/contrib/dev/acpica/hwacpi.c U src/sys/contrib/dev/acpica/hwgpe.c U src/sys/contrib/dev/acpica/hwregs.c U src/sys/contrib/dev/acpica/hwsleep.c U src/sys/contrib/dev/acpica/hwtimer.c C src/sys/contrib/dev/acpica/acconfig.h U src/sys/contrib/dev/acpica/acdebug.h U src/sys/contrib/dev/acpica/acdispat.h U src/sys/contrib/dev/acpica/acevents.h U src/sys/contrib/dev/acpica/acexcep.h U src/sys/contrib/dev/acpica/acglobal.h U src/sys/contrib/dev/acpica/achware.h U src/sys/contrib/dev/acpica/acinterp.h U src/sys/contrib/dev/acpica/aclocal.h U src/sys/contrib/dev/acpica/acmacros.h U src/sys/contrib/dev/acpica/acnamesp.h U src/sys/contrib/dev/acpica/acpi.h U src/sys/contrib/dev/acpica/acobject.h U src/sys/contrib/dev/acpica/acoutput.h U src/sys/contrib/dev/acpica/acparser.h U src/sys/contrib/dev/acpica/acpiosxf.h U src/sys/contrib/dev/acpica/acpixf.h U src/sys/contrib/dev/acpica/acresrc.h U src/sys/contrib/dev/acpica/acstruct.h U src/sys/contrib/dev/acpica/actables.h U src/sys/contrib/dev/acpica/actbl.h U src/sys/contrib/dev/acpica/actbl1.h U src/sys/contrib/dev/acpica/actbl2.h U src/sys/contrib/dev/acpica/actbl71.h U src/sys/contrib/dev/acpica/actypes.h U src/sys/contrib/dev/acpica/acutils.h U src/sys/contrib/dev/acpica/amlcode.h U src/sys/contrib/dev/acpica/acefi.h U src/sys/contrib/dev/acpica/acenv.h U src/sys/contrib/dev/acpica/acfreebsd.h C src/sys/contrib/dev/acpica/acgcc.h U src/sys/contrib/dev/acpica/dbcmds.c U src/sys/contrib/dev/acpica/dbdisasm.c U src/sys/contrib/dev/acpica/dbdisply.c U src/sys/contrib/dev/acpica/dbexec.c U src/sys/contrib/dev/acpica/dbfileio.c U src/sys/contrib/dev/acpica/dbhistry.c U src/sys/contrib/dev/acpica/dbinput.c U src/sys/contrib/dev/acpica/dbstats.c U src/sys/contrib/dev/acpica/dbutils.c U src/sys/contrib/dev/acpica/dbxface.c U src/sys/contrib/dev/acpica/dsfield.c U src/sys/contrib/dev/acpica/dsmethod.c U src/sys/contrib/dev/acpica/dsmthdat.c U src/sys/contrib/dev/acpica/dsobject.c U src/sys/contrib/dev/acpica/dsopcode.c U src/sys/contrib/dev/acpica/dsutils.c U src/sys/contrib/dev/acpica/dswexec.c U src/sys/contrib/dev/acpica/dswload.c U src/sys/contrib/dev/acpica/dswscope.c U src/sys/contrib/dev/acpica/dswstate.c U src/sys/contrib/dev/acpica/exconfig.c U src/sys/contrib/dev/acpica/exconvrt.c U src/sys/contrib/dev/acpica/excreate.c U src/sys/contrib/dev/acpica/exdump.c U src/sys/contrib/dev/acpica/rsio.c U src/sys/contrib/dev/acpica/exdyadic.c U src/sys/contrib/dev/acpica/exfield.c C src/sys/contrib/dev/acpica/exfldio.c U src/sys/contrib/dev/acpica/exmisc.c U src/sys/contrib/dev/acpica/exmonad.c U src/sys/contrib/dev/acpica/exmutex.c U src/sys/contrib/dev/acpica/exnames.c U src/sys/contrib/dev/acpica/rsirq.c U src/sys/contrib/dev/acpica/exprep.c U src/sys/contrib/dev/acpica/exregion.c U src/sys/contrib/dev/acpica/exresnte.c U src/sys/contrib/dev/acpica/exresolv.c U src/sys/contrib/dev/acpica/exresop.c U src/sys/contrib/dev/acpica/exstore.c U src/sys/contrib/dev/acpica/exstoren.c U src/sys/contrib/dev/acpica/exstorob.c U src/sys/contrib/dev/acpica/exsystem.c U src/sys/contrib/dev/acpica/exutils.c U src/sys/contrib/dev/acpica/exxface.c U src/sys/contrib/dev/acpica/psargs.c U src/sys/contrib/dev/acpica/psfind.c U src/sys/contrib/dev/acpica/psopcode.c C src/sys/contrib/dev/acpica/psparse.c U src/sys/contrib/dev/acpica/psscope.c U src/sys/contrib/dev/acpica/pstree.c U src/sys/contrib/dev/acpica/psutils.c U src/sys/contrib/dev/acpica/pswalk.c U src/sys/contrib/dev/acpica/psxface.c U src/sys/contrib/dev/acpica/nsaccess.c U src/sys/contrib/dev/acpica/nsalloc.c U src/sys/contrib/dev/acpica/nsdump.c U src/sys/contrib/dev/acpica/nseval.c U src/sys/contrib/dev/acpica/nsinit.c U src/sys/contrib/dev/acpica/nsload.c U src/sys/contrib/dev/acpica/nsnames.c U src/sys/contrib/dev/acpica/nsobject.c U src/sys/contrib/dev/acpica/nssearch.c U src/sys/contrib/dev/acpica/nsutils.c U src/sys/contrib/dev/acpica/nswalk.c U src/sys/contrib/dev/acpica/nsxfname.c U src/sys/contrib/dev/acpica/nsxfobj.c U src/sys/contrib/dev/acpica/rsaddr.c U src/sys/contrib/dev/acpica/rscalc.c U src/sys/contrib/dev/acpica/rscreate.c U src/sys/contrib/dev/acpica/rsdump.c U src/sys/contrib/dev/acpica/rslist.c U src/sys/contrib/dev/acpica/rsmemory.c U src/sys/contrib/dev/acpica/rsmisc.c U src/sys/contrib/dev/acpica/rsutils.c U src/sys/contrib/dev/acpica/rsxface.c U src/sys/contrib/dev/acpica/tbconvrt.c U src/sys/contrib/dev/acpica/tbget.c U src/sys/contrib/dev/acpica/tbinstal.c U src/sys/contrib/dev/acpica/tbutils.c U src/sys/contrib/dev/acpica/tbxface.c U src/sys/contrib/dev/acpica/tbxfroot.c U src/sys/contrib/dev/acpica/utalloc.c U src/sys/contrib/dev/acpica/utclib.c U src/sys/contrib/dev/acpica/utcopy.c U src/sys/contrib/dev/acpica/utdebug.c U src/sys/contrib/dev/acpica/utdelete.c U src/sys/contrib/dev/acpica/uteval.c U src/sys/contrib/dev/acpica/utglobal.c U src/sys/contrib/dev/acpica/utinit.c U src/sys/contrib/dev/acpica/utmisc.c U src/sys/contrib/dev/acpica/utobject.c U src/sys/contrib/dev/acpica/utxface.c 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jINTEL:yesterday -jINTEL src/sys/contrib/dev/acpica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 18:24:20 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 3C7DC37B408; Thu, 6 Sep 2001 18:24:13 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f871OAi26408; Fri, 7 Sep 2001 02:24:10 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f871O6D49508; Fri, 7 Sep 2001 02:24:06 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109070124.f871O6D49508@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Andrey A. Chernov" Cc: Brian Somers , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c In-Reply-To: Message from "Andrey A. Chernov" of "Fri, 07 Sep 2001 04:56:46 +0400." <20010907045645.A92393@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Sep 2001 02:24:06 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Sep 07, 2001 at 01:27:10 +0100, Brian Somers wrote: > > > > In this case I think it does. This commit broke ppp. > > Are you sure that right this commit breaks it? There was a second commit > follows which fix it differently. Why do you think it is stdio problem? $ cd /usr/src/lib/libc/stdio $ cvs up -PdD'20010902 12:10 PDT' $ cd .. $ make && sudo make install works ok. $ cd /usr/src/lib/libc/stdio $ cvs up -PdD'20010902 12:11 PDT' $ cd .. $ make && sudo make install doesn't. -- Brian http://www.freebsd-services.com/ 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 Thu Sep 6 18:28:13 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 2D90237B406; Thu, 6 Sep 2001 18:28:06 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f871S4i26429; Fri, 7 Sep 2001 02:28:04 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f871S0D49573; Fri, 7 Sep 2001 02:28:00 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109070128.f871S0D49573@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Andrey A. Chernov" Cc: Brian Somers , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c In-Reply-To: Message from "Andrey A. Chernov" of "Fri, 07 Sep 2001 05:22:14 +0400." <20010907052213.A92817@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Sep 2001 02:28:00 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Sep 07, 2001 at 04:56:46 +0400, Andrey A. Chernov wrote: > > > To reproduce the problem: > > First results: I am able to reproduce it on very -current. It not hangs, > just nothing comes out on terminal. You can enter commands sucessfully, > but in blind mode (I use telnet localhost 1234). I'll try to track it > down. It seems hung here. If I ``set log local command'' at the ppp prompt and then type something into pppctl (with no prompt), nothing is logged to the ppp prompt. As far as ppp is concerned, it's accept()d the connection and has written the prompt to the descriptor returned from accept(). select() never says data is available on that descriptor though. > -- > Andrey A. Chernov > http://ache.pp.ru/ -- Brian http://www.freebsd-services.com/ 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 Thu Sep 6 18:59:30 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id A462D37B401; Thu, 6 Sep 2001 18:59:24 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f871xEd93341; Fri, 7 Sep 2001 05:59:14 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 05:59:13 +0400 From: "Andrey A. Chernov" To: Brian Somers Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Message-ID: <20010907055913.A93242@nagual.pp.ru> References: <20010907052213.A92817@nagual.pp.ru> <200109070128.f871S0D49573@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109070128.f871S0D49573@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 02:28:00 +0100, Brian Somers wrote: > > On Fri, Sep 07, 2001 at 04:56:46 +0400, Andrey A. Chernov wrote: > > > > To reproduce the problem: > > > > First results: I am able to reproduce it on very -current. It not hangs, Middle results. It is not what my commit message says, but this line from stdio.c instead: if ((fp->_flags & __SAPP) && _sseek(fp, (fpos_t)0, SEEK_END) == -1) return (-1); Here error checking added in my variant. If you change this to if (fp->_flags & __SAPP) (void)_sseek(fp, (fpos_t)0, SEEK_END); (without error checking, as was originally), the bug is gone. The bug is that it try to seek to the end of Inet connection, unsuccessfully, and check error code. I'll think how to fix it properly, probably __SAPP flag or error checking needs to be added only in __SOPT case (for regular files only). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:13:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1580D37B406; Thu, 6 Sep 2001 19:13:12 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f872DCa19917; Thu, 6 Sep 2001 19:13:12 -0700 (PDT) (envelope-from ache) Message-Id: <200109070213.f872DCa19917@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Sep 2001 19:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio stdio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/06 19:13:11 PDT Modified files: lib/libc/stdio stdio.c Log: For now just back out seek error checking in __SAPP case, it cause problems with non-seekable streams. Now here is what here was originally, but it is ugly, producing unneded seek syscall on each non-seekable stream write. I'll think about proper solution later. Revision Changes Path 1.17 +3 -3 src/lib/libc/stdio/stdio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:18: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id BC63437B407; Thu, 6 Sep 2001 19:18:02 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f872Hf895294; Fri, 7 Sep 2001 06:17:41 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 06:17:41 +0400 From: "Andrey A. Chernov" To: Brian Somers Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c Message-ID: <20010907061741.A95262@nagual.pp.ru> References: <20010907052213.A92817@nagual.pp.ru> <200109070128.f871S0D49573@hak.lan.Awfulhak.org> <20010907055913.A93242@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010907055913.A93242@nagual.pp.ru> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 05:59:13 +0400, Andrey A. Chernov wrote: > > I'll think how to fix it properly, probably __SAPP flag or error checking > needs to be added only in __SOPT case (for regular files only). For now I just back out error checking in stdio.c v1.17 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:22:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D0037B403; Thu, 6 Sep 2001 19:22:06 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f872M6520742; Thu, 6 Sep 2001 19:22:06 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109070222.f872M6520742@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 6 Sep 2001 19:22:06 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/06 19:22:06 PDT Modified files: ja/security security.sgml Log: Merge the chagnes in the English version. Revision Changes Path 1.41 +6 -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 Thu Sep 6 19:25:35 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id DB01D37B406; Thu, 6 Sep 2001 19:25:27 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 9A4A981D05; Thu, 6 Sep 2001 21:25:27 -0500 (CDT) Date: Thu, 6 Sep 2001 21:25:27 -0500 From: Alfred Perlstein To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010906212527.W81307@elvis.mu.org> References: <200109070213.f872DCa19917@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: <200109070213.f872DCa19917@freefall.freebsd.org>; from ache@FreeBSD.org on Thu, Sep 06, 2001 at 07:13:11PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Andrey A. Chernov [010906 21:13] wrote: > ache 2001/09/06 19:13:11 PDT > > Modified files: > lib/libc/stdio stdio.c > Log: > For now just back out seek error checking in __SAPP case, it cause problems > with non-seekable streams. Now here is what here was originally, but it is > ugly, producing unneded seek syscall on each non-seekable stream write. I'll > think about proper solution later. Both revisions did basically the same thing, except that the previous change you did broke things. One way to fix this would be to record the failed lseek returning EISPIPE and noting that the backing object is not seekable, from then on you could avoid the unnescesary syscalls. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:28:59 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 7F56237B407; Thu, 6 Sep 2001 19:28:54 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f872Srg95554; Fri, 7 Sep 2001 06:28:53 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 06:28:53 +0400 From: "Andrey A. Chernov" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010907062853.A95517@nagual.pp.ru> References: <200109070213.f872DCa19917@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109070213.f872DCa19917@freefall.freebsd.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 19:13:11 -0700, Andrey A. Chernov wrote: > ache 2001/09/06 19:13:11 PDT > > Modified files: > lib/libc/stdio stdio.c > Log: > For now just back out seek error checking in __SAPP case, it cause problems > with non-seekable streams. Now here is what here was originally, but it is > ugly, producing unneded seek syscall on each non-seekable stream write. I'll > think about proper solution later. > > Revision Changes Path > 1.17 +3 -3 src/lib/libc/stdio/stdio.c NOTE: it is essential bugfix. If you have by chance stdio.c v1.15-16 please update whole stdio to current variant. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:37:24 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id C008837B401; Thu, 6 Sep 2001 19:37:18 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f872bFs95639; Fri, 7 Sep 2001 06:37:15 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 06:37:14 +0400 From: "Andrey A. Chernov" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010907063714.B95517@nagual.pp.ru> References: <200109070213.f872DCa19917@freefall.freebsd.org> <20010906212527.W81307@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010906212527.W81307@elvis.mu.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 21:25:27 -0500, Alfred Perlstein wrote: > change you did broke things. One way to fix this would be to record > the failed lseek returning EISPIPE and noting that the backing > object is not seekable, from then on you could avoid the unnescesary > syscalls. I plan to do exact the same thing you describe (i.e. remove __SAPP when ESPIPE happens) + add error checking for __SOPT (i.e. regular) files only. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:52:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB5A737B401; Thu, 6 Sep 2001 19:52:26 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f872qQa23603; Thu, 6 Sep 2001 19:52:26 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070252.f872qQa23603@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 19:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica acconfig.h acgcc.h exfldio.c psparse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 19:52:26 PDT Modified files: sys/contrib/dev/acpica acconfig.h acgcc.h exfldio.c psparse.c Log: Merge our local branch changes with the 20010831 snapshot. Revision Changes Path 1.12 +2 -2 src/sys/contrib/dev/acpica/acconfig.h 1.9 +2 -2 src/sys/contrib/dev/acpica/acgcc.h 1.7 +50 -44 src/sys/contrib/dev/acpica/exfldio.c 1.10 +84 -123 src/sys/contrib/dev/acpica/psparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:55: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4D9137B407; Thu, 6 Sep 2001 19:55:00 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f872t0U23896; Thu, 6 Sep 2001 19:55:00 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070255.f872t0U23896@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 19:55:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 src/sys/dev/acpica/Osd OsdEnvironment.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 19:55:00 PDT Modified files: sys/conf files files.i386 Removed files: sys/dev/acpica/Osd OsdEnvironment.c Log: Move OsdEnvironment.c into MD code; searching for the ACPI tables is not portable. Revision Changes Path 1.564 +1 -2 src/sys/conf/files 1.371 +2 -1 src/sys/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:55:26 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id D7B2E37B401; Thu, 6 Sep 2001 19:55:18 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id AB6C981D05; Thu, 6 Sep 2001 21:55:18 -0500 (CDT) Date: Thu, 6 Sep 2001 21:55:18 -0500 From: Alfred Perlstein To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010906215518.X81307@elvis.mu.org> References: <200109070213.f872DCa19917@freefall.freebsd.org> <20010906212527.W81307@elvis.mu.org> <20010907063714.B95517@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010907063714.B95517@nagual.pp.ru>; from ache@nagual.pp.ru on Fri, Sep 07, 2001 at 06:37:14AM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Andrey A. Chernov [010906 21:37] wrote: > On Thu, Sep 06, 2001 at 21:25:27 -0500, Alfred Perlstein wrote: > > change you did broke things. One way to fix this would be to record > > the failed lseek returning EISPIPE and noting that the backing > > object is not seekable, from then on you could avoid the unnescesary > > syscalls. > > I plan to do exact the same thing you describe (i.e. remove __SAPP when > ESPIPE happens) + add error checking for __SOPT (i.e. regular) files only. I'm not sure that's completely safe, a user defined stdio stream may switch the underlying file, it we cache information we may break the ability to do that. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 19:57:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7197B37B401; Thu, 6 Sep 2001 19:57:29 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f872vT724106; Thu, 6 Sep 2001 19:57:29 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070257.f872vT724106@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 19:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 19:57:29 PDT Modified files: sys/dev/acpica acpi.c Log: Allow the ACPI subsystem to be disabled with a hint. Avoid fully initialising the ACPI namespace if we are attempting to avoid parts of it. This is a workaround for some systems that still crash the interpreter. Implement the ISA_IVAR_LOGICALID for ISA compatibility. Implement stubs for other PnP ID-related ivars. Revision Changes Path 1.36 +60 -20 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 20: 0:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19F2137B401; Thu, 6 Sep 2001 20:00:31 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8730Vk24376; Thu, 6 Sep 2001 20:00:31 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070300.f8730Vk24376@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 20:00:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica OsdEnvironment.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 20:00:31 PDT Modified files: sys/i386/acpica OsdEnvironment.c Log: Now that this code is MD, we don't need the i386 ifdefs. Revision Changes Path 1.3 +10 -7 src/sys/i386/acpica/OsdEnvironment.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 20: 1: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 29A7737B401; Thu, 6 Sep 2001 20:00:52 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f8730lD95945; Fri, 7 Sep 2001 07:00:48 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 07:00:46 +0400 From: "Andrey A. Chernov" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010907070046.A95860@nagual.pp.ru> References: <200109070213.f872DCa19917@freefall.freebsd.org> <20010906212527.W81307@elvis.mu.org> <20010907063714.B95517@nagual.pp.ru> <20010906215518.X81307@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010906215518.X81307@elvis.mu.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 21:55:18 -0500, Alfred Perlstein wrote: > * Andrey A. Chernov [010906 21:37] wrote: > > On Thu, Sep 06, 2001 at 21:25:27 -0500, Alfred Perlstein wrote: > > > change you did broke things. One way to fix this would be to record > > > the failed lseek returning EISPIPE and noting that the backing > > > object is not seekable, from then on you could avoid the unnescesary > > > syscalls. > > > > I plan to do exact the same thing you describe (i.e. remove __SAPP when > > ESPIPE happens) + add error checking for __SOPT (i.e. regular) files only. > > I'm not sure that's completely safe, a user defined stdio stream > may switch the underlying file, it we cache information we may > break the ability to do that. __SAPP is set only in one place (for fdopen()'ed files) and never for user-defined streams. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 20:36:23 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id B082337B405; Thu, 6 Sep 2001 20:36:20 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 7F0B781D05; Thu, 6 Sep 2001 22:36:20 -0500 (CDT) Date: Thu, 6 Sep 2001 22:36:20 -0500 From: Alfred Perlstein To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010906223620.Y81307@elvis.mu.org> References: <200109070213.f872DCa19917@freefall.freebsd.org> <20010906212527.W81307@elvis.mu.org> <20010907063714.B95517@nagual.pp.ru> <20010906215518.X81307@elvis.mu.org> <20010907070046.A95860@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010907070046.A95860@nagual.pp.ru>; from ache@nagual.pp.ru on Fri, Sep 07, 2001 at 07:00:46AM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Andrey A. Chernov [010906 22:00] wrote: > On Thu, Sep 06, 2001 at 21:55:18 -0500, Alfred Perlstein wrote: > > > > I'm not sure that's completely safe, a user defined stdio stream > > may switch the underlying file, it we cache information we may > > break the ability to do that. > > __SAPP is set only in one place (for fdopen()'ed files) and never for > user-defined streams. Ok. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 20:38:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F6E37B401; Thu, 6 Sep 2001 20:38:24 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f873cOF30412; Thu, 6 Sep 2001 20:38:24 -0700 (PDT) (envelope-from green) Message-Id: <200109070338.f873cOF30412@freefall.freebsd.org> From: Brian Feldman Date: Thu, 6 Sep 2001 20:38:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2001/09/06 20:38:23 PDT Modified files: sys/conf files.i386 Log: Correct the path for OsdEnvironment.c. Revision Changes Path 1.372 +2 -2 src/sys/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 20:54:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73B3937B401; Thu, 6 Sep 2001 20:54:37 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f873sbv31771; Thu, 6 Sep 2001 20:54:37 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070354.f873sbv31771@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 20:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/09/06 20:54:37 PDT Modified files: sys/dev/acpica acpi.c Log: Should check debug.acpi.avoid, not .disable. Revision Changes Path 1.37 +2 -2 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 21:30: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 3DA0F37B407; Thu, 6 Sep 2001 21:30:03 -0700 (PDT) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA30526; Thu, 6 Sep 2001 21:23:50 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f874Nnv16757; Thu, 6 Sep 2001 21:23:49 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200109070423.f874Nnv16757@arch20m.dellroad.org> Subject: Re: cvs commit: src/usr.bin/su Makefile su.c In-Reply-To: <20010907015343.K32058-100000@alphplex.bde.org> "from Bruce Evans at Sep 7, 2001 02:19:18 am" To: Bruce Evans Date: Thu, 6 Sep 2001 21:23:49 -0700 (PDT) Cc: Mark Murray , Maxim Sobolev , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans writes: > This question is sort of backwards too. You want to get const > non-built-up stuff into a plain "char *". What about.. const char *foo = "foo"; char *bar; *((const char **)&bar) = foo; or even just (const char *)bar = foo; /* gcc-ism? */ -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 21:51:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD95537B405; Thu, 6 Sep 2001 21:51:37 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f874pb638927; Thu, 6 Sep 2001 21:51:37 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109070451.f874pb638927@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 6 Sep 2001 21:51:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 find.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/06 21:51:37 PDT Modified files: ja_JP.eucJP/man/man1 find.1 Log: find.1 rev 1.23.2.12 Revision Changes Path 1.25 +65 -62 doc/ja_JP.eucJP/man/man1/find.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 22:32:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C3B537B405; Thu, 6 Sep 2001 22:32:55 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f875WtJ45282; Thu, 6 Sep 2001 22:32:55 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109070532.f875WtJ45282@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 6 Sep 2001 22:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/06 22:32:54 PDT Modified files: sys/net if.c Log: Fix sense of comparison in space test. Also eliminate a compile warning and remove a previously existing off-by-one error. Revision Changes Path 1.113 +9 -9 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 22:39:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D561C37B401; Thu, 6 Sep 2001 22:39:47 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f875dl345952; Thu, 6 Sep 2001 22:39:47 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109070539.f875dl345952@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 6 Sep 2001 22:39:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/06 22:39:47 PDT Modified files: sys/net if.c Log: Fix another shortcircuit return() statement that I missed. Revision Changes Path 1.114 +2 -2 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 23:16:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58D3537B403; Thu, 6 Sep 2001 23:16:40 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f876GeO51838; Thu, 6 Sep 2001 23:16:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200109070616.f876GeO51838@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Sep 2001 23:16:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/bzip2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/06 23:16:40 PDT Modified files: archivers/bzip2 Makefile Log: Turn maintance over the ports list. Now that this is in the main src tree it could be cvs rm'ed for all I care. Revision Changes Path 1.34 +2 -2 ports/archivers/bzip2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 23:30: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1AE8537B403; Thu, 6 Sep 2001 23:29:57 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f876Tnv40375; Thu, 6 Sep 2001 23:29:49 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Sep 2001 23:29:48 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile Message-ID: <20010906232948.A40349@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109062259.f86MxVT88167@freefall.freebsd.org> <20010906171033.A91907@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010906171033.A91907@xor.obsecurity.org>; from kris@obsecurity.org on Thu, Sep 06, 2001 at 05:10:33PM -0700 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 05:10:33PM -0700, Kris Kennaway wrote: > On Thu, Sep 06, 2001 at 03:59:31PM -0700, David E. O'Brien wrote: > > obrien 2001/09/06 15:59:31 PDT > > > > Modified files: > > gnu/usr.bin/binutils/libiberty Makefile > > Log: > > Fix the upgrade path from 4.1 and earlier. > > Thanks! This should really be MFCed ASAP to catch all the people who > will try and upgrade from 4.1 to 4.4. 4.4 is frozen right now (ARTIC frozen even) :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 6 23:43:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B6A137B403; Thu, 6 Sep 2001 23:43:50 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f876ho454877; Thu, 6 Sep 2001 23:43:50 -0700 (PDT) (envelope-from murray) Message-Id: <200109070643.f876ho454877@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Sep 2001 23:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/06 23:43:50 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: * Reword advice given in the first person. * Add missing words to form better sentences. * Suggest that users simply set the router and router_flags variables in /etc/rc.conf, rather than the previous instructions to hack /etc/netstart. Revision Changes Path 1.58 +21 -19 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/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 Sep 6 23:59:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78B7A37B401; Thu, 6 Sep 2001 23:59:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f876xY357087; Thu, 6 Sep 2001 23:59:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200109070659.f876xY357087@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 6 Sep 2001 23:59:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/menushki Makefile distinfo pkg-descr pkg-plist ports/misc/menushki/files patch-konst.string.h patch-konst.ui.dlg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/06 23:59:34 PDT Modified files: misc/menushki Makefile distinfo pkg-descr pkg-plist Added files: misc/menushki/files patch-konst.string.h patch-konst.ui.dlg.h Log: o update to 0.6 o install additional documentation (support NOPORTDOCS) o add MASTER_SITE_SOURCEFORGE to MASTER_SITES o update DESCR since Englightement is supported PR: 30397 Submitted by: MAINTAINER Revision Changes Path 1.2 +21 -3 ports/misc/menushki/Makefile 1.2 +1 -1 ports/misc/menushki/distinfo 1.3 +2 -1 ports/misc/menushki/pkg-descr 1.2 +5 -0 ports/misc/menushki/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 Sep 7 0:12:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FC237B407; Fri, 7 Sep 2001 00:12:53 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f877Cq261624; Fri, 7 Sep 2001 00:12:52 -0700 (PDT) (envelope-from julian) Message-Id: <200109070712.f877Cq261624@freefall.freebsd.org> From: Julian Elischer Date: Fri, 7 Sep 2001 00:12:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ksocket.c ng_ksocket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/07 00:12:52 PDT Modified files: sys/netgraph ng_ksocket.c ng_ksocket.h Log: First pass at porting John's "accept" changes to allow an in-kernel webserver (or similar) to accept and handle incoming connections using netgraph without ever leaving the kernel. (allows incoming tunnel requests to be handled totally within the kernel for example) Needs work, but shouldn't break existing functionality. Submitted by: John Polstra MFC after: 2 weeks Revision Changes Path 1.20 +367 -50 src/sys/netgraph/ng_ksocket.c 1.5 +18 -1 src/sys/netgraph/ng_ksocket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 0:24:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BA3237B406; Fri, 7 Sep 2001 00:24:28 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f877OSn62718; Fri, 7 Sep 2001 00:24:28 -0700 (PDT) (envelope-from julian) Message-Id: <200109070724.f877OSn62718@freefall.freebsd.org> From: Julian Elischer Date: Fri, 7 Sep 2001 00:24:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_encap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/07 00:24:28 PDT Modified files: sys/netinet ip_encap.c Log: Remove some un-needed code that was accidentally included in the 2nd previous KAME patch. Submitted by: SUMIKAWA Munechika Revision Changes Path 1.10 +1 -16 src/sys/netinet/ip_encap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 0:25:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3643F37B406; Fri, 7 Sep 2001 00:25:47 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f877PlY62870; Fri, 7 Sep 2001 00:25:47 -0700 (PDT) (envelope-from knu) Message-Id: <200109070725.f877PlY62870@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 7 Sep 2001 00:25:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/07 00:25:47 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20010906a. portupgrade: - Fix a misbehavior when -s is specified, where it built each port twice somehow. ;) Revision Changes Path 1.72 +6 -3 ports/sysutils/portupgrade/Makefile 1.63 +1 -0 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 0:59:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B55FB37B401; Fri, 7 Sep 2001 00:59:13 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f877xDt76581; Fri, 7 Sep 2001 00:59:13 -0700 (PDT) (envelope-from yar) Message-Id: <200109070759.f877xDt76581@freefall.freebsd.org> From: Yar Tikhiy Date: Fri, 7 Sep 2001 00:59:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys brk.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/09/07 00:59:13 PDT Modified files: (Branch: RELENG_4) lib/libc/sys brk.2 Log: MFC: rev. 1.21: Fix all the ambiguous or erroneous statements of the brk(2) manpage by taking its text from NetBSD and editing it further. This also improves the page's mdoc(7) markup style. Reviewed by: ru Approved by: jkh Obtained from: NetBSD Revision Changes Path 1.13.2.8 +89 -57 src/lib/libc/sys/brk.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 1:49: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id C971E37B403; Fri, 7 Sep 2001 01:48:49 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f878mii28089; Fri, 7 Sep 2001 09:48:46 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f878mdD93804; Fri, 7 Sep 2001 09:48:39 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109070848.f878mdD93804@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Andrey A. Chernov" Cc: Brian Somers , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/lib/libc/stdio fdopen.c fflush.c fopen.c fseek.c ftell.c fvwrite.c local.h refill.c stdio.c In-Reply-To: Message from "Andrey A. Chernov" of "Fri, 07 Sep 2001 06:17:41 +0400." <20010907061741.A95262@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Sep 2001 09:48:39 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Sep 07, 2001 at 05:59:13 +0400, Andrey A. Chernov wrote: > > > > I'll think how to fix it properly, probably __SAPP flag or error checking > > needs to be added only in __SOPT case (for regular files only). > > For now I just back out error checking in stdio.c v1.17 Thanks. > -- > Andrey A. Chernov > http://ache.pp.ru/ -- Brian http://www.freebsd-services.com/ 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 Sep 7 1:49:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1DAE37B401; Fri, 7 Sep 2001 01:49:47 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f878nlV84546; Fri, 7 Sep 2001 01:49:47 -0700 (PDT) (envelope-from dfr) Message-Id: <200109070849.f878nlV84546@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 01:49:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi devicename.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 01:49:47 PDT Modified files: sys/boot/efi/libefi devicename.c Log: Reformat. Revision Changes Path 1.2 +141 -140 src/sys/boot/efi/libefi/devicename.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 1:51:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C59BA37B403; Fri, 7 Sep 2001 01:51:48 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f878pmp84779; Fri, 7 Sep 2001 01:51:48 -0700 (PDT) (envelope-from dfr) Message-Id: <200109070851.f878pmp84779@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 01:51:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 01:51:48 PDT Modified files: sys/boot/efi/libefi Makefile efiboot.h Added files: sys/boot/efi/libefi efifs.c Log: Add a libstand filesystem for accessing EFI native filesystems. Revision Changes Path 1.2 +2 -2 src/sys/boot/efi/libefi/Makefile 1.3 +8 -3 src/sys/boot/efi/libefi/efiboot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 1:52:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2D4D37B405; Fri, 7 Sep 2001 01:52:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f878q9j84828; Fri, 7 Sep 2001 01:52:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109070852.f878q9j84828@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Sep 2001 01:52:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/forte pkg-message Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/07 01:52:09 PDT Modified files: java/forte Makefile Added files: java/forte pkg-message Log: - Use Linux JDK as a default JDK to run Forte, because due to some problems native JDK1.3.1 is not up to the task yet; - add license in pkg-message; - bump PORTREVISION. Revision Changes Path 1.2 +4 -3 ports/java/forte/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 1:52:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 354B037B403; Fri, 7 Sep 2001 01:52:27 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f878qRj84902; Fri, 7 Sep 2001 01:52:27 -0700 (PDT) (envelope-from dfr) Message-Id: <200109070852.f878qRj84902@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 01:52:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 01:52:27 PDT Modified files: sys/boot/efi/loader main.c Log: Set currdev and loaddev variables. Revision Changes Path 1.3 +5 -5 src/sys/boot/efi/loader/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 Sep 7 1:52:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E172E37B406; Fri, 7 Sep 2001 01:52:53 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f878qru84958; Fri, 7 Sep 2001 01:52:53 -0700 (PDT) (envelope-from dfr) Message-Id: <200109070852.f878qru84958@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 01:52:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader conf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 01:52:53 PDT Modified files: sys/boot/efi/loader conf.c Log: Hook up the native EFI filesystem reader. Revision Changes Path 1.3 +3 -2 src/sys/boot/efi/loader/conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 2: 3:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AD2637B405; Fri, 7 Sep 2001 02:03:10 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8793AX86126; Fri, 7 Sep 2001 02:03:10 -0700 (PDT) (envelope-from wjv) Message-Id: <200109070903.f8793AX86126@freefall.freebsd.org> From: Johann Visagie Date: Fri, 7 Sep 2001 02:03:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/diveintopython Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/09/07 02:03:09 PDT Modified files: lang/diveintopython Makefile distinfo pkg-plist Log: - Update to version 3.6.4 Revision Changes Path 1.9 +2 -2 ports/lang/diveintopython/Makefile 1.8 +5 -5 ports/lang/diveintopython/distinfo 1.8 +5 -5 ports/lang/diveintopython/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 Sep 7 2:55:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F06DB37B405; Fri, 7 Sep 2001 02:55:28 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f879tSj03917; Fri, 7 Sep 2001 02:55:28 -0700 (PDT) (envelope-from asmodai) Message-Id: <200109070955.f879tSj03917@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 7 Sep 2001 02:55:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strfmon.3 Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asmodai 2001/09/07 02:55:28 PDT Modified files: lib/libc/stdlib Makefile.inc Added files: lib/libc/stdlib strfmon.3 Log: Add strfmon.3 to the fray. This is a first cut, but enough to help people interested in using it further than before. More text coming to illustrate use and provide more details. Based on standards' text. Revision Changes Path 1.31 +2 -2 src/lib/libc/stdlib/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 3:21:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 784DC37B403; Fri, 7 Sep 2001 03:21:42 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87ALg813194; Fri, 7 Sep 2001 03:21:42 -0700 (PDT) (envelope-from murray) Message-Id: <200109071021.f87ALg813194@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 03:21:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 03:21:42 PDT Modified files: share/mk doc.docbook.mk Log: Add two new options to our documentation infrastructure. TWO_SIDE - If defined, two sided output will be created. This means that new chapters will only start on odd numbered (aka right side, aka recto) pages and the headers and footers will be aligned appropriately for double sided paper. Blank pages may be added as needed. BOOK_OUTPUT - If defined, this will set all of the other print-output options that can significantly increase the build time, but make for much nicer looking output. To implement the two sided output, we need to override a TeX variable to control the behavior of the JadeTeX macro package. So this also introduces a TEXCMDS variable that can be set with additional TeX commands that should be run before processing the input TeX document. In the TWO_SIDE case, we simply set it to \def\PageTwoSide{1} Revision Changes Path 1.46 +28 -4 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 3:59: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E46D37B401; Fri, 7 Sep 2001 03:59:06 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87Ax6J16374; Fri, 7 Sep 2001 03:59:06 -0700 (PDT) (envelope-from dfr) Message-Id: <200109071059.f87Ax6J16374@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 03:59:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 03:59:05 PDT Modified files: sys/ia64/ia64 support.s Log: Remove old setjmp/longjmp stubs. Revision Changes Path 1.5 +1 -70 src/sys/ia64/ia64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 4: 0:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B245737B403; Fri, 7 Sep 2001 04:00:21 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87B0LZ16573; Fri, 7 Sep 2001 04:00:21 -0700 (PDT) (envelope-from dfr) Message-Id: <200109071100.f87B0LZ16573@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 04:00:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 04:00:21 PDT Modified files: sys/ia64/ia64 pmap.c Log: * Track ref/mod information properly when a mapping changes. * Fix a panic in pmap_remove() for a non-current pmap. Revision Changes Path 1.21 +37 -5 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 4: 1:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E945B37B405; Fri, 7 Sep 2001 04:01:39 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87B1da22501; Fri, 7 Sep 2001 04:01:39 -0700 (PDT) (envelope-from dfr) Message-Id: <200109071101.f87B1da22501@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 04:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 04:01:39 PDT Modified files: sys/ia64/ia64 pmap.c Log: Typo in comment. Revision Changes Path 1.22 +3 -3 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 4: 3:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3290637B406; Fri, 7 Sep 2001 04:03:40 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87B3eb25019; Fri, 7 Sep 2001 04:03:40 -0700 (PDT) (envelope-from dfr) Message-Id: <200109071103.f87B3eb25019@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 04:03:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include param.h src/sys/conf options.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 04:03:40 PDT Modified files: sys/ia64/include param.h sys/conf options.ia64 Log: Add options to select between 4k, 8k and 16k page sizes on ia64. The default is now 8k. Revision Changes Path 1.6 +16 -1 src/sys/ia64/include/param.h 1.6 +5 -1 src/sys/conf/options.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 4: 6:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 428B737B403; Fri, 7 Sep 2001 04:06:28 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87B6S229806; Fri, 7 Sep 2001 04:06:28 -0700 (PDT) (envelope-from ru) Message-Id: <200109071106.f87B6S229806@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 7 Sep 2001 04:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat inet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/07 04:06:28 PDT Modified files: usr.bin/netstat inet.c Log: Don't print stray socket addresses (-A) with the listen queue display (-L). Also, print socket's protocol with the -L. Revision Changes Path 1.50 +21 -24 src/usr.bin/netstat/inet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 4:26:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7974B37B407; Fri, 7 Sep 2001 04:26:28 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87BQSd32127; Fri, 7 Sep 2001 04:26:28 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109071126.f87BQSd32127@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 7 Sep 2001 04:26:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja where.sgml www/ja/projects projects.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/07 04:26:28 PDT Modified files: ja where.sgml ja/projects projects.sgml Log: Merge the changes in the English version. Revision Changes Path 1.25 +5 -5 www/ja/where.sgml 1.28 +40 -13 www/ja/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 4:33:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C744837B409; Fri, 7 Sep 2001 04:33:34 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87BXYr32721; Fri, 7 Sep 2001 04:33:34 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109071133.f87BXYr32721@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Sep 2001 04:33:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/07 04:33:34 PDT Modified files: ftp/ftpcopy Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Update to 0.4.2. PR: 30266 Submitted by: Matthias Andree Revision Changes Path 1.9 +8 -4 ports/ftp/ftpcopy/Makefile 1.8 +1 -1 ports/ftp/ftpcopy/distinfo 1.2 +1 -1 ports/ftp/ftpcopy/pkg-comment 1.4 +2 -2 ports/ftp/ftpcopy/pkg-descr 1.3 +7 -3 ports/ftp/ftpcopy/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 Sep 7 5: 0:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6F5B37B407; Fri, 7 Sep 2001 05:00:50 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87C0oW35571; Fri, 7 Sep 2001 05:00:50 -0700 (PDT) (envelope-from ru) Message-Id: <200109071200.f87C0oW35571@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 7 Sep 2001 05:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat inet6.c main.c mroute6.c netstat.h route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/07 05:00:50 PDT Modified files: usr.bin/netstat inet6.c main.c mroute6.c netstat.h route.c Log: Deprecate the -l option in favour of more natural -W. The compatibility glue is still provided. (This change is not yet reflected in the manpage, nor in usage(). This will be fixed at a later time today, with the general manpage cleanup commit.) Revision Changes Path 1.18 +3 -3 src/usr.bin/netstat/inet6.c 1.54 +2 -5 src/usr.bin/netstat/main.c 1.11 +3 -3 src/usr.bin/netstat/mroute6.c 1.32 +1 -2 src/usr.bin/netstat/netstat.h 1.62 +7 -7 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:13:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3263837B406; Fri, 7 Sep 2001 05:13:41 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87CDfv40023; Fri, 7 Sep 2001 05:13:41 -0700 (PDT) (envelope-from dd) Message-Id: <200109071213.f87CDfv40023@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 7 Sep 2001 05:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/readlink pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/07 05:13:40 PDT Modified files: sysutils/readlink pkg-comment Log: We don't dereference symbol (sic) links. Revision Changes Path 1.2 +1 -1 ports/sysutils/readlink/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:14:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09CC137B407; Fri, 7 Sep 2001 05:14:25 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87CEPT40272; Fri, 7 Sep 2001 05:14:25 -0700 (PDT) (envelope-from dd) Message-Id: <200109071214.f87CEPT40272@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 7 Sep 2001 05:14:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/07 05:14:24 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: ACPI CA updated to 20010831. Revision Changes Path 1.131 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:26: 0 2001 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 C97A837B407; Fri, 7 Sep 2001 05:25:24 -0700 (PDT) Received: from ark.cris.net (ns2.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id PAA00121; Fri, 7 Sep 2001 15:25:10 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id f87COdc91930; Fri, 7 Sep 2001 15:24:39 +0300 (EEST) Date: Fri, 7 Sep 2001 15:24:39 +0300 From: Alexey Zelkin To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.3 Makefile.inc Message-ID: <20010907152439.A61820@ark.cris.net> References: <200109070955.f879tSj03917@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200109070955.f879tSj03917@freefall.freebsd.org>; from asmodai@FreeBSD.org on Fri, Sep 07, 2001 at 02:55:28AM -0700 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks! On Fri, Sep 07, 2001 at 02:55:28AM -0700, Jeroen Ruigrok van der Werven wrote: > asmodai 2001/09/07 02:55:28 PDT > > Modified files: > lib/libc/stdlib Makefile.inc > Added files: > lib/libc/stdlib strfmon.3 > Log: > Add strfmon.3 to the fray. > This is a first cut, but enough to help people interested in using it > further than before. > More text coming to illustrate use and provide more details. > > Based on standards' text. > > Revision Changes Path > 1.31 +2 -2 src/lib/libc/stdlib/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:32:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7796537B405; Fri, 7 Sep 2001 05:32:43 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87CWh647825; Fri, 7 Sep 2001 05:32:43 -0700 (PDT) (envelope-from dfr) Message-Id: <200109071232.f87CWh647825@freefall.freebsd.org> From: Doug Rabson Date: Fri, 7 Sep 2001 05:32:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/07 05:32:43 PDT Modified files: lib/libc/stdlib malloc.c Log: Port to ia64, taking into account the fact that pagesizes may be variable. Revision Changes Path 1.59 +12 -1 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:38:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E09D437B405; Fri, 7 Sep 2001 05:38:10 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87CcAJ48389; Fri, 7 Sep 2001 05:38:10 -0700 (PDT) (envelope-from asmodai) Message-Id: <200109071238.f87CcAJ48389@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 7 Sep 2001 05:38:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strfmon.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asmodai 2001/09/07 05:38:10 PDT Modified files: lib/libc/stdlib strfmon.3 Log: Fix some mdoc nits caused by my knowledge not being too up-to-date on mdocNG. Submitted by: dd Revision Changes Path 1.2 +13 -10 src/lib/libc/stdlib/strfmon.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:50:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1CB037B406; Fri, 7 Sep 2001 05:50:30 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87CoUu49861; Fri, 7 Sep 2001 05:50:30 -0700 (PDT) (envelope-from yar) Message-Id: <200109071250.f87CoUu49861@freefall.freebsd.org> From: Yar Tikhiy Date: Fri, 7 Sep 2001 05:50:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/strace Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/09/07 05:50:30 PDT Modified files: devel/strace Makefile distinfo pkg-descr Log: Update port to strace-4.4. Submitted by: alex@rinet.ru Revision Changes Path 1.3 +5 -2 ports/devel/strace/Makefile 1.2 +1 -1 ports/devel/strace/distinfo 1.2 +3 -4 ports/devel/strace/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 5:59:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4710637B407; Fri, 7 Sep 2001 05:59:31 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87CxV350859; Fri, 7 Sep 2001 05:59:31 -0700 (PDT) (envelope-from ru) Message-Id: <200109071259.f87CxV350859@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 7 Sep 2001 05:59:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat mroute.c mroute6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/07 05:59:30 PDT Modified files: usr.bin/netstat mroute.c mroute6.c Log: If -s -s is specified, don't show zero multicast routing statistics. Revision Changes Path 1.18 +24 -27 src/usr.bin/netstat/mroute.c 1.12 +26 -41 src/usr.bin/netstat/mroute6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 6: 3:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2ED937B401; Fri, 7 Sep 2001 06:03:17 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87D3HC51447; Fri, 7 Sep 2001 06:03:17 -0700 (PDT) (envelope-from phantom) Message-Id: <200109071303.f87D3HC51447@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 7 Sep 2001 06:03:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/09/07 06:03:17 PDT Modified files: lib/libc/stdlib Makefile.inc Log: reconnect strfmon.c to build list Revision Changes Path 1.32 +2 -2 src/lib/libc/stdlib/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 6:18: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0601737B407; Fri, 7 Sep 2001 06:18:00 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA22434; Fri, 7 Sep 2001 23:17:33 +1000 Date: Fri, 7 Sep 2001 23:16:52 +1000 (EST) From: Bruce Evans X-X-Sender: To: Archie Cobbs Cc: Mark Murray , Maxim Sobolev , Mark Murray , , Subject: Re: cvs commit: src/usr.bin/su Makefile su.c In-Reply-To: <200109070423.f874Nnv16757@arch20m.dellroad.org> Message-ID: <20010907230542.I39011-100000@alphplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Sep 2001, Archie Cobbs wrote: > Bruce Evans writes: > > This question is sort of backwards too. You want to get const > > non-built-up stuff into a plain "char *". > > What about.. > > const char *foo = "foo"; > char *bar; > > *((const char **)&bar) = foo; > > or even just > > (const char *)bar = foo; /* gcc-ism? */ Ugh. I just shot down a patch by dd for using this gcc-ism. I think it's a bug in -Wcast-qual that either of the above breaks the warning. -Wcast-qual only claims to work for casts that remove qualifiers (from rvalues). The above casts add qualifiers (to lvalues). But this equivalent. There is also the uintptr_t hack which is used in a couple of places in libc. I prefer the union hack that Mark used in su.c. I think it is less likely to break in future versions of gcc, and less unportable. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:22:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E23FC37B405; Fri, 7 Sep 2001 07:22:36 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87EMap75069; Fri, 7 Sep 2001 07:22:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109071422.f87EMap75069@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Sep 2001 07:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile ports/irc/bobot++ Makefile distinfo pkg-comment pkg-descr pkg-plist ports/irc/bobot++/files patch-configure patch-source::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/07 07:22:36 PDT Modified files: irc Makefile Added files: irc/bobot++ Makefile distinfo pkg-comment pkg-descr pkg-plist irc/bobot++/files patch-configure patch-source::Makefile.in Log: add bobot++ An IRC bot written in C++ Revision Changes Path 1.38 +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 Fri Sep 7 7:22:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D02A37B408; Fri, 7 Sep 2001 07:22:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87EMeM75104; Fri, 7 Sep 2001 07:22:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109071422.f87EMeM75104@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Sep 2001 07:22:40 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/07 07:22:40 PDT Modified files: . modules Log: bobot++ --> ports/irc/bobot++ Revision Changes Path 1.3818 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:26:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EAC237B405; Fri, 7 Sep 2001 07:26:38 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87EQcF75764; Fri, 7 Sep 2001 07:26:38 -0700 (PDT) (envelope-from knu) Message-Id: <200109071426.f87EQcF75764@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 7 Sep 2001 07:26:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-odbc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/07 07:26:37 PDT Modified files: databases/ruby-odbc Makefile distinfo Log: Update to 0.93. Revision Changes Path 1.12 +2 -2 ports/databases/ruby-odbc/Makefile 1.11 +1 -1 ports/databases/ruby-odbc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:34:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35E0D37B410; Fri, 7 Sep 2001 07:34:22 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87EYMs76984; Fri, 7 Sep 2001 07:34:22 -0700 (PDT) (envelope-from lioux) Message-Id: <200109071434.f87EYMs76984@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 07:34:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/agsatellite Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/audio/agsatellite/files wrapper.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/07 07:34:22 PDT Modified files: audio Makefile Added files: audio/agsatellite Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist audio/agsatellite/files wrapper.sh Log: New port agsatellite version 0.520: Client that allows you to share your music on Audiogalaxy(TM) Revision Changes Path 1.252 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:34:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E974537B403; Fri, 7 Sep 2001 07:34:24 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87EYOs77017; Fri, 7 Sep 2001 07:34:24 -0700 (PDT) (envelope-from lioux) Message-Id: <200109071434.f87EYOs77017@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 07:34:24 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/07 07:34:24 PDT Modified files: . modules Log: agsatellite --> ports/audio/agsatellite Revision Changes Path 1.3819 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:36:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2032437B401; Fri, 7 Sep 2001 07:36:07 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87Ea7977329; Fri, 7 Sep 2001 07:36:07 -0700 (PDT) (envelope-from lioux) Message-Id: <200109071436.f87Ea7977329@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 07:36:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/07 07:36:07 PDT Modified files: . LEGAL Log: agsatellite has a complex license and the developers have not responded in more than a week, import it with RESTRICTED flag Revision Changes Path 1.216 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:36:29 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 9067337B419; Fri, 7 Sep 2001 07:36:15 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id A1CB7304; Fri, 7 Sep 2001 15:36:10 +0100 (BST) Date: Fri, 7 Sep 2001 15:36:10 +0100 From: Josef Karthauser To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/agsatellite Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/audio/agsatellite/files wrapper.sh Message-ID: <20010907153610.R3148@tao.org.uk> References: <200109071434.f87EYMs76984@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="U2mKMzaWgYxzMy3/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109071434.f87EYMs76984@freefall.freebsd.org>; from lioux@FreeBSD.org on Fri, Sep 07, 2001 at 07:34:22AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --U2mKMzaWgYxzMy3/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 07, 2001 at 07:34:22AM -0700, Mario Sergio Fujikawa Ferreira wr= ote: > lioux 2001/09/07 07:34:22 PDT >=20 > Modified files: > audio Makefile=20 > Added files: > audio/agsatellite Makefile distinfo pkg-comment pkg-descr=20 > pkg-message pkg-plist=20 > audio/agsatellite/files wrapper.sh=20 > Log: > New port agsatellite version 0.520: Client that allows you to share > your music on Audiogalaxy(TM) Horray :) Is this the linux version? Joe --U2mKMzaWgYxzMy3/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuY21kACgkQXVIcjOaxUBb5PwCfUPpAo/1iWtzd4cxMhOHWrL69 alMAn1/fhzC3gU5fgqsaVYNGiB2f0eGJ =F2cW -----END PGP SIGNATURE----- --U2mKMzaWgYxzMy3/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:45:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FFEB37B405; Fri, 7 Sep 2001 07:45:02 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87Ej2I78507; Fri, 7 Sep 2001 07:45:02 -0700 (PDT) (envelope-from bmah) Message-Id: <200109071445.f87Ej2I78507@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 7 Sep 2001 07:45:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-june-2001.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/07 07:45:02 PDT Modified files: en/news/status report-june-2001.sgml Log: s/Bruce A. May/Bruce A. Mah/ Revision Changes Path 1.2 +2 -2 www/en/news/status/report-june-2001.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 7:46:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6068137B403; Fri, 7 Sep 2001 07:46:45 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87EkjM78778; Fri, 7 Sep 2001 07:46:45 -0700 (PDT) (envelope-from asmodai) Message-Id: <200109071446.f87EkjM78778@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 7 Sep 2001 07:46:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 div.3 exit.3 getenv.3 getopt.3 getsubopt.3 labs.3 ldiv.3 malloc.3 memory.3 qsort.3 radixsort.3 rand.3 random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asmodai 2001/09/07 07:46:45 PDT Modified files: lib/libc/stdlib abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 div.3 exit.3 getenv.3 getopt.3 getsubopt.3 labs.3 ldiv.3 malloc.3 memory.3 qsort.3 radixsort.3 rand.3 random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3 tsearch.3 Log: Move to using .In instead of .Fd #include <> for include mark-up. Inspired by comment from: dd Revision Changes Path 1.8 +2 -2 src/lib/libc/stdlib/abort.3 1.10 +2 -2 src/lib/libc/stdlib/abs.3 1.8 +2 -2 src/lib/libc/stdlib/alloca.3 1.7 +2 -2 src/lib/libc/stdlib/atexit.3 1.9 +2 -2 src/lib/libc/stdlib/atof.3 1.6 +2 -2 src/lib/libc/stdlib/atoi.3 1.6 +2 -2 src/lib/libc/stdlib/atol.3 1.8 +2 -2 src/lib/libc/stdlib/bsearch.3 1.6 +2 -2 src/lib/libc/stdlib/div.3 1.10 +2 -2 src/lib/libc/stdlib/exit.3 1.12 +2 -2 src/lib/libc/stdlib/getenv.3 1.20 +2 -2 src/lib/libc/stdlib/getopt.3 1.9 +2 -2 src/lib/libc/stdlib/getsubopt.3 1.7 +2 -2 src/lib/libc/stdlib/labs.3 1.7 +2 -2 src/lib/libc/stdlib/ldiv.3 1.48 +2 -2 src/lib/libc/stdlib/malloc.3 1.11 +4 -4 src/lib/libc/stdlib/memory.3 1.10 +2 -2 src/lib/libc/stdlib/qsort.3 1.9 +3 -3 src/lib/libc/stdlib/radixsort.3 1.12 +2 -2 src/lib/libc/stdlib/rand.3 1.17 +2 -2 src/lib/libc/stdlib/random.3 1.10 +3 -3 src/lib/libc/stdlib/realpath.3 1.13 +2 -2 src/lib/libc/stdlib/strtod.3 1.13 +6 -6 src/lib/libc/stdlib/strtol.3 1.13 +6 -6 src/lib/libc/stdlib/strtoul.3 1.10 +2 -2 src/lib/libc/stdlib/system.3 1.7 +2 -2 src/lib/libc/stdlib/tsearch.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 8: 2:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2041137B401; Fri, 7 Sep 2001 08:02:06 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87F26380156; Fri, 7 Sep 2001 08:02:06 -0700 (PDT) (envelope-from jeh) Message-Id: <200109071502.f87F26380156@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 7 Sep 2001 08:02:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/09/07 08:02:06 PDT Modified files: security/uvscan-dat Makefile pkg-plist Log: readme.txt was removed from the newest DAT files. Submitted by: Jimmy Olgeni Revision Changes Path 1.50 +2 -2 ports/security/uvscan-dat/Makefile 1.2 +0 -1 ports/security/uvscan-dat/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 Sep 7 8:18:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4F737B401; Fri, 7 Sep 2001 08:18:46 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87FIkZ84835; Fri, 7 Sep 2001 08:18:46 -0700 (PDT) (envelope-from ru) Message-Id: <200109071518.f87FIkZ84835@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 7 Sep 2001 08:18:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat netstat.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/07 08:18:45 PDT Modified files: usr.bin/netstat netstat.1 Log: Yay! Make this manpage readable and match the reality. Revision Changes Path 1.40 +264 -238 src/usr.bin/netstat/netstat.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 8:30:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 228FB37B401; Fri, 7 Sep 2001 08:30:19 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87FUJ886189; Fri, 7 Sep 2001 08:30:19 -0700 (PDT) (envelope-from bmah) Message-Id: <200109071530.f87FUJ886189@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 7 Sep 2001 08:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/07 08:30:19 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a bit of background to the ACPI release note. Revision Changes Path 1.132 +7 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 8:44:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC32337B408; Fri, 7 Sep 2001 08:44:14 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87FiEl87612; Fri, 7 Sep 2001 08:44:14 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109071544.f87FiEl87612@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Sep 2001 08:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/07 08:44:14 PDT Modified files: . LEGAL Log: Add ports/java/forte and recently added ports/java/jdk13. Revision Changes Path 1.217 +4 -2 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 9:20:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9DD337B407; Fri, 7 Sep 2001 09:20:38 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87GKcD95183; Fri, 7 Sep 2001 09:20:38 -0700 (PDT) (envelope-from markm) Message-Id: <200109071620.f87GKcD95183@freefall.freebsd.org> From: Mark Murray Date: Fri, 7 Sep 2001 09:20:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su Makefile su.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/09/07 09:20:38 PDT Modified files: usr.bin/su Makefile su.c Log: Back out (with prejudice) the last WARNS=2 fix. I cannot understand its failure mode, and will revisit it later. Revision Changes Path 1.35 +4 -2 src/usr.bin/su/Makefile 1.46 +7 -11 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 9:22:12 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id A5B5037B407; Fri, 7 Sep 2001 09:22:03 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id JAA25787; Fri, 7 Sep 2001 09:22:01 -0700 (PDT) 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: <200109070851.f878pmp84779@freefall.freebsd.org> Date: Fri, 07 Sep 2001 09:21:58 -0700 (PDT) From: John Baldwin To: Doug Rabson Subject: RE: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Sep-01 Doug Rabson wrote: > dfr 2001/09/07 01:51:48 PDT > > Modified files: > sys/boot/efi/libefi Makefile efiboot.h > Added files: > sys/boot/efi/libefi efifs.c > Log: > Add a libstand filesystem for accessing EFI native filesystems. Woot! So how far along are you know? Can you read a kernel into memory now? -- 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 Fri Sep 7 9:27:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64BD937B408; Fri, 7 Sep 2001 09:27:33 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87GRX895895; Fri, 7 Sep 2001 09:27:33 -0700 (PDT) (envelope-from joe) Message-Id: <200109071627.f87GRX895895@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 7 Sep 2001 09:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/07 09:27:33 PDT Modified files: . cfg.pm Log: Replace Sys::Hostname::hostname with a direct call to /bin/hostname, to work around an annoying bug in the former that caused a warning when using CORE::system() later on. Revision Changes Path 1.14 +5 -3 CVSROOT/cfg.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 9:39:56 2001 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 2FBF537B401; Fri, 7 Sep 2001 09:39:44 -0700 (PDT) Received: from localhost (IDENT:ODYkAFz2usTbplgJrRJzl9A9kiAXYNFgJLSXjajfOnS0a1Q4W+v2G+Q7iv2x0vMP@localhost [::1]) (authenticated as ume with CRAM-MD5) by peace.mahoroba.org (8.11.6/8.11.6/peace) with ESMTP/inet6 id f87GdiF53021; Sat, 8 Sep 2001 01:39:44 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 08 Sep 2001 01:39:41 +0900 (JST) Message-Id: <20010908.013941.59479858.ume@mahoroba.org> To: markm@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su Makefile su.c From: Hajimu UMEMOTO In-Reply-To: <200109071620.f87GKcD95183@freefall.freebsd.org> References: <200109071620.f87GKcD95183@freefall.freebsd.org> X-Mailer: xcite1.38> Mew version 1.95b119 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-Operating-System: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, >>>>> On Fri, 7 Sep 2001 09:20:38 -0700 (PDT) >>>>> Mark Murray said: markm> markm 2001/09/07 09:20:38 PDT markm> Modified files: markm> usr.bin/su Makefile su.c markm> Log: markm> Back out (with prejudice) the last WARNS=2 fix. I cannot understand markm> its failure mode, and will revisit it later. If you mean `su user -c command' breakage, this patch fixes it: Index: usr.bin/su/su.c diff -u usr.bin/su/su.c.orig usr.bin/su/su.c --- usr.bin/su/su.c.orig Fri Sep 7 18:21:44 2001 +++ usr.bin/su/su.c Fri Sep 7 18:24:18 2001 @@ -116,7 +116,7 @@ login_cap_t *lc; union { const char **a; - char * const b[1]; + char * const *b; } np; uid_t ruid; gid_t gid; -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 9:44:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B4C037B407; Fri, 7 Sep 2001 09:44:14 -0700 (PDT) Received: (from orion@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87GiEO97761; Fri, 7 Sep 2001 09:44:14 -0700 (PDT) (envelope-from orion) Message-Id: <200109071644.f87GiEO97761@freefall.freebsd.org> From: Orion Hodson Date: Fri, 7 Sep 2001 09:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 csa.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2001/09/07 09:44:14 PDT Modified files: share/man/man4 csa.4 Log: Driver supports CS4280 rather than CS428x. MFC after: 10 days Revision Changes Path 1.8 +3 -3 src/share/man/man4/csa.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 9:49:59 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 3FA5837B403; Fri, 7 Sep 2001 09:49:53 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 15fOpE-000Hsr-0V; Fri, 7 Sep 2001 17:49:52 +0100 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f87Gmac55278; Fri, 7 Sep 2001 17:48:36 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 7 Sep 2001 17:48:36 +0100 (BST) From: Doug Rabson To: John Baldwin Cc: Doug Rabson , , Subject: RE: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Sep 2001, John Baldwin wrote: > > On 07-Sep-01 Doug Rabson wrote: > > dfr 2001/09/07 01:51:48 PDT > > > > Modified files: > > sys/boot/efi/libefi Makefile efiboot.h > > Added files: > > sys/boot/efi/libefi efifs.c > > Log: > > Add a libstand filesystem for accessing EFI native filesystems. > > Woot! So how far along are you know? Can you read a kernel into memory now? Of course not :-). I can open the file and read some bytes from it. -- 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 Fri Sep 7 9:50:25 2001 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 B42CE37B403; Fri, 7 Sep 2001 09:50:19 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f87GoIM72872; Fri, 7 Sep 2001 12:50:18 -0400 (EDT) (envelope-from wollman) Date: Fri, 7 Sep 2001 12:50:18 -0400 (EDT) From: Garrett Wollman Message-Id: <200109071650.f87GoIM72872@khavrinen.lcs.mit.edu> To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm In-Reply-To: <200109071627.f87GRX895895@freefall.freebsd.org> References: <200109071627.f87GRX895895@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Replace Sys::Hostname::hostname with a direct call to /bin/hostname, POSIX::gethostname, anyone? -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 9:58:47 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 5D2EA37B405; Fri, 7 Sep 2001 09:58:41 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id 506C4541D; Fri, 7 Sep 2001 18:58:35 +0200 (CEST) Date: Fri, 7 Sep 2001 18:58:35 +0200 From: Anton Berezin To: Garrett Wollman Cc: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm Message-ID: <20010907185835.A51811@heechee.tobez.org> References: <200109071627.f87GRX895895@freefall.freebsd.org> <200109071650.f87GoIM72872@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109071650.f87GoIM72872@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Fri, Sep 07, 2001 at 12:50:18PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 12:50:18PM -0400, Garrett Wollman wrote: > < said: > > > Replace Sys::Hostname::hostname with a direct call to /bin/hostname, > > POSIX::gethostname, anyone? It might actually be useful, though the idea behind Sys::Hostname module was to provide a system-independant way of doing just that. On Unix systems, Sys::Hostname::hostname tries several methods to determine the host name. It even tries gethostname() as such, without any luck on FreeBSD, since it tries to find a syscall gethostname, not a library function. All this is irrelevant though, since 5.005_03 has a bug which prevents Sys::Hostname module from being useful in all situations. +Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 10: 6: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 3858837B409; Fri, 7 Sep 2001 10:05:58 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id KAA00203; Fri, 7 Sep 2001 10:05:52 -0700 (PDT) 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: Fri, 07 Sep 2001 10:05:48 -0700 (PDT) From: John Baldwin To: Doug Rabson Subject: RE: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Doug Rabson Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Sep-01 Doug Rabson wrote: > On Fri, 7 Sep 2001, John Baldwin wrote: > >> >> On 07-Sep-01 Doug Rabson wrote: >> > dfr 2001/09/07 01:51:48 PDT >> > >> > Modified files: >> > sys/boot/efi/libefi Makefile efiboot.h >> > Added files: >> > sys/boot/efi/libefi efifs.c >> > Log: >> > Add a libstand filesystem for accessing EFI native filesystems. >> >> Woot! So how far along are you know? Can you read a kernel into memory >> now? > > Of course not :-). I can open the file and read some bytes from it. Hmmm, ok. So what's stopping you from opening the file named "kernel" and sticking its bytes in one contiguous slab in memory? :) Granted, the current kernel doesn't have any sort of non-ski console driver AFAIK. -- 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 Fri Sep 7 10:13:36 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id D9A8D37B401; Fri, 7 Sep 2001 10:13:29 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 15fPC4-0004XT-0Y; Fri, 7 Sep 2001 18:13:28 +0100 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f87HCDc55394; Fri, 7 Sep 2001 18:12:13 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 7 Sep 2001 18:12:13 +0100 (BST) From: Doug Rabson To: John Baldwin Cc: , , Doug Rabson Subject: RE: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Sep 2001, John Baldwin wrote: > > On 07-Sep-01 Doug Rabson wrote: > > On Fri, 7 Sep 2001, John Baldwin wrote: > > > >> > >> On 07-Sep-01 Doug Rabson wrote: > >> > dfr 2001/09/07 01:51:48 PDT > >> > > >> > Modified files: > >> > sys/boot/efi/libefi Makefile efiboot.h > >> > Added files: > >> > sys/boot/efi/libefi efifs.c > >> > Log: > >> > Add a libstand filesystem for accessing EFI native filesystems. > >> > >> Woot! So how far along are you know? Can you read a kernel into memory > >> now? > > > > Of course not :-). I can open the file and read some bytes from it. > > Hmmm, ok. So what's stopping you from opening the file named "kernel" and > sticking its bytes in one contiguous slab in memory? :) Granted, the current > kernel doesn't have any sort of non-ski console driver AFAIK. I haven't written the backend hooks for the ELF loader yet. I also haven't written the trampoline which turns on paging and starts the kernel. Actually, I was hoping that Peter would wave a magic wand and get a SKI version of loader going so that I can debug some of that hairy low-level code in a forgiving environment. -- 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 Fri Sep 7 10:16: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5704337B403; Fri, 7 Sep 2001 10:16:03 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87HG3a05025; Fri, 7 Sep 2001 10:16:03 -0700 (PDT) (envelope-from ache) Message-Id: <200109071716.f87HG3a05025@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Sep 2001 10:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio stdio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/07 10:16:03 PDT Modified files: lib/libc/stdio stdio.c Log: 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead of repeating unsuccessful lseek call on each write (original stdio bug). 2) Save errno accross _sseek call in _swrite to not touch it in case write success (original stdio bug). 3) Add _sseek error checking back, but only for __SOPT mode now. Revision Changes Path 1.18 +11 -4 src/lib/libc/stdio/stdio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 10:32:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFB7C37B40C; Fri, 7 Sep 2001 10:32:51 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87HWp506919; Fri, 7 Sep 2001 10:32:51 -0700 (PDT) (envelope-from ume) Message-Id: <200109071732.f87HWp506919@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Sep 2001 10:32:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/09/07 10:32:51 PDT Modified files: sysutils/gkrellm Makefile Log: Nuke obsoleted backup site. Reported by: fenner Revision Changes Path 1.36 +1 -2 ports/sysutils/gkrellm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 10:36:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E237437B406; Fri, 7 Sep 2001 10:36:50 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87Haob07563; Fri, 7 Sep 2001 10:36:50 -0700 (PDT) (envelope-from mp) Message-Id: <200109071736.f87Haob07563@freefall.freebsd.org> From: Mark Peek Date: Fri, 7 Sep 2001 10:36:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/tcsh Makefile distinfo ports/shells/tcsh/files patch-aa extra-patch-host.defs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/09/07 10:36:50 PDT Modified files: shells/tcsh Makefile distinfo Added files: shells/tcsh/files patch-aa Removed files: shells/tcsh/files extra-patch-host.defs Log: Update to tcsh-6.11. Revision Changes Path 1.40 +3 -4 ports/shells/tcsh/Makefile 1.11 +1 -1 ports/shells/tcsh/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 10:37: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73FAB37B41A; Fri, 7 Sep 2001 10:37:00 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87Hb0307598; Fri, 7 Sep 2001 10:37:00 -0700 (PDT) (envelope-from tom) Message-Id: <200109071737.f87Hb0307598@freefall.freebsd.org> From: Tom Hukins Date: Fri, 7 Sep 2001 10:37:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml where.sgml www/en/internal developer.sgml www/en/java/dists 12.sgml www/en/ports ports.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2001/09/07 10:36:59 PDT Modified files: en docs.sgml where.sgml en/internal developer.sgml en/java/dists 12.sgml en/ports ports.inc Log: Fix up links to porters-handbook Reviewed by: bmah Revision Changes Path 1.117 +2 -2 www/en/docs.sgml 1.54 +2 -2 www/en/where.sgml 1.16 +2 -2 www/en/internal/developer.sgml 1.15 +2 -2 www/en/java/dists/12.sgml 1.59 +2 -2 www/en/ports/ports.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 10:58: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 509B437B403; Fri, 7 Sep 2001 10:58:04 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 878102F1; Fri, 7 Sep 2001 18:58:01 +0100 (BST) Date: Fri, 7 Sep 2001 18:58:01 +0100 From: Josef Karthauser To: Garrett Wollman Cc: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm Message-ID: <20010907185801.T3148@tao.org.uk> References: <200109071627.f87GRX895895@freefall.freebsd.org> <200109071650.f87GoIM72872@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="worL9B4ITIAQZ1FS" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109071650.f87GoIM72872@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Fri, Sep 07, 2001 at 12:50:18PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --worL9B4ITIAQZ1FS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 07, 2001 at 12:50:18PM -0400, Garrett Wollman wrote: > < said: >=20 > > Replace Sys::Hostname::hostname with a direct call to /bin/hostname, >=20 > POSIX::gethostname, anyone? Not in this case. The call is for a freefall specific hack and isn't gener= al purpose. Sys::Hostname had a bug in it that caused a warning with some general stuff that I'm going to be committing shortly. Joe --worL9B4ITIAQZ1FS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuZCqkACgkQXVIcjOaxUBbJrgCg1khhoCmc/Cjo5lzfoDF8Jt9g ka8An11351hU3eBdlvDRUUdmKHEZL1xP =6LMr -----END PGP SIGNATURE----- --worL9B4ITIAQZ1FS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 11:27:11 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 4670437B401; Fri, 7 Sep 2001 11:26:59 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f87IQvi30196; Fri, 7 Sep 2001 19:26:57 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f87IQtJ20155; Fri, 7 Sep 2001 19:26:55 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109071826.f87IQtJ20155@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/lib/libc/stdio stdio.c In-Reply-To: Message from "Andrey A. Chernov" of "Fri, 07 Sep 2001 10:16:03 PDT." <200109071716.f87HG3a05025@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Sep 2001 19:26:55 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ache 2001/09/07 10:16:03 PDT > > Modified files: > lib/libc/stdio stdio.c > Log: > 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead > of repeating unsuccessful lseek call on each write (original stdio bug). > > 2) Save errno accross _sseek call in _swrite to not touch it in case write > success (original stdio bug). > > 3) Add _sseek error checking back, but only for __SOPT mode now. > > Revision Changes Path > 1.18 +11 -4 src/lib/libc/stdio/stdio.c Will the following code work ? fd = socket(blah); connect(fd, blah); dup2(fd, STDIN_FILENO); fp = fopen(fd, "a+"); fputc('x', fp); close(STDIN_FILENO); open("myfile", O_RDWR|O_APPEND); /* file contains data */ fseek(fp, 0, SEEK_SET); fputs("hello world\n", fp); or will it end up not attempting to seek to the end of the file and overwriting from offset 0 ? I haven't read the diffs yet Cheers. -- Brian http://www.freebsd-services.com/ 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 Sep 7 11:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3433737B403; Fri, 7 Sep 2001 11:27:45 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87IRjs17591; Fri, 7 Sep 2001 11:27:45 -0700 (PDT) (envelope-from marcel) Message-Id: <200109071827.f87IRjs17591@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Sep 2001 11:27:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linux_devtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/07 11:27:45 PDT Modified files: devel/linux_devtools Makefile Log: Update for the not-so-new RH distribution directory structure. Numerous reminders by: portsurvey Revision Changes Path 1.27 +3 -3 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 Fri Sep 7 11:53:13 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id B4FFF37B405; Fri, 7 Sep 2001 11:53:03 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f87Iqs806453; Fri, 7 Sep 2001 22:52:54 +0400 (MSD) (envelope-from ache) Date: Fri, 7 Sep 2001 22:52:53 +0400 From: "Andrey A. Chernov" To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio stdio.c Message-ID: <20010907225253.A6238@nagual.pp.ru> References: <200109071716.f87HG3a05025@freefall.freebsd.org> <200109071826.f87IQtJ20155@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109071826.f87IQtJ20155@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 19:26:55 +0100, Brian Somers wrote: > Will the following code work ? > > fd = socket(blah); > connect(fd, blah); > dup2(fd, STDIN_FILENO); > fp = fopen(fd, "a+"); > fputc('x', fp); > close(STDIN_FILENO); > open("myfile", O_RDWR|O_APPEND); /* file contains data */ > fseek(fp, 0, SEEK_SET); > fputs("hello world\n", fp); > > or will it end up not attempting to seek to the end of the file and > overwriting from offset 0 ? Short answer: it ends up to seek to the end and overwriting from the offset 0. Long answer: yes, in this particular case old code sense file handle changing on the fly because it not cache result, but this is not true in too many other places in stdio. In general stdio NOT works with file handle changing on the fly because it cache too many data it sense once (file offset, file type, etc.), so your example code is incorrect, you need separate fdopen() for each new file handle. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 12:45:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E098B37B403; Fri, 7 Sep 2001 12:45:46 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87JjkG30544; Fri, 7 Sep 2001 12:45:46 -0700 (PDT) (envelope-from nectar) Message-Id: <200109071945.f87JjkG30544@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 7 Sep 2001 12:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/heimdal Makefile Makefile.man distinfo pkg-plist ports/security/heimdal/files kdc.sh patch-ad patch-cb patch-cc patch-cj patch-ck patch-cl patch-cm patch-cn patch-co X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2001/09/07 12:45:46 PDT Modified files: security/heimdal Makefile Makefile.man distinfo pkg-plist security/heimdal/files kdc.sh Removed files: security/heimdal/files patch-ad patch-cb patch-cc patch-cj patch-ck patch-cl patch-cm patch-cn patch-co Log: Update 0.4d -> 0.4e Revision Changes Path 1.44 +3 -16 ports/security/heimdal/Makefile 1.2 +3 -3 ports/security/heimdal/Makefile.man 1.18 +1 -1 ports/security/heimdal/distinfo 1.26 +0 -1 ports/security/heimdal/pkg-plist 1.2 +47 -21 ports/security/heimdal/files/kdc.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 12:48:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA7937B40B; Fri, 7 Sep 2001 12:48:15 -0700 (PDT) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87JmFj30786; Fri, 7 Sep 2001 12:48:15 -0700 (PDT) (envelope-from jim) Message-Id: <200109071948.f87JmFj30786@freefall.freebsd.org> From: Jim Mock Date: Fri, 7 Sep 2001 12:48:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2001/09/07 12:48:15 PDT Modified files: net/gaim Makefile distinfo Log: Update to version 0.43 (yes, they changed their versioning scheme). Revision Changes Path 1.49 +2 -4 ports/net/gaim/Makefile 1.34 +1 -1 ports/net/gaim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 12:53:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4239937B403; Fri, 7 Sep 2001 12:53:10 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87JrAm31266; Fri, 7 Sep 2001 12:53:10 -0700 (PDT) (envelope-from nectar) Message-Id: <200109071953.f87JrAm31266@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 7 Sep 2001 12:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 Makefile ports/security/krb5/files patch-as X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2001/09/07 12:53:10 PDT Modified files: security/krb5 Makefile security/krb5/files patch-as Log: = Modify `ksu' so that it uses the login cap database. Michael Allman provided the original patches. = For users outside of the US, point to www.crypto-publish.org for the distfiles. It was Chris Knight 's idea. Submitted by: Cy.Schubert@uumail.gov.bc.ca (MAINTAINER) PR: ports/29865 Revision Changes Path 1.29 +8 -2 ports/security/krb5/Makefile 1.5 +82 -25 ports/security/krb5/files/patch-as To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 12:54:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD32937B43F; Fri, 7 Sep 2001 12:54:19 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87JsJ131413; Fri, 7 Sep 2001 12:54:19 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109071954.f87JsJ131413@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 7 Sep 2001 12:54:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libast Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/libast/files patch-libast.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/07 12:54:19 PDT Modified files: devel Makefile Added files: devel/libast Makefile distinfo pkg-comment pkg-descr pkg-plist devel/libast/files patch-libast.h Log: Add devel/libast, "A library of assorted spiffy things, previously known as libmej, the Eterm helper library". This port is required by the Eterm 0.9.1 upgrade. Submitted by: Jeremy Norris Revision Changes Path 1.637 +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 Fri Sep 7 12:54:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD8CD37B401; Fri, 7 Sep 2001 12:54:23 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87JsNm31443; Fri, 7 Sep 2001 12:54:23 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109071954.f87JsNm31443@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 7 Sep 2001 12:54:23 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/07 12:54:23 PDT Modified files: . modules Log: libast --> ports/devel/libast Revision Changes Path 1.3820 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 13: 0: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB8037B405; Fri, 7 Sep 2001 12:59:57 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87JxvX32240; Fri, 7 Sep 2001 12:59:57 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109071959.f87JxvX32240@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 7 Sep 2001 12:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/eterm Makefile distinfo pkg-plist ports/x11/eterm/files patch-default_font_index patch-doc:Makefile.in patch-vim_escape_handling patch-src:Makefile.in patch-libmej:Makefile.in patch-themes:Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/07 12:59:57 PDT Modified files: x11/eterm Makefile distinfo pkg-plist x11/eterm/files patch-src:Makefile.in Added files: x11/eterm/files patch-default_font_index patch-doc:Makefile.in patch-vim_escape_handling Removed files: x11/eterm/files patch-libmej:Makefile.in patch-themes:Makefile.in Log: Update port to version 0.9.1, plus a couple of patches from CVS to fix some bugs. Submitted by: Jeremy Norris Revision Changes Path 1.36 +17 -11 ports/x11/eterm/Makefile 1.10 +1 -1 ports/x11/eterm/distinfo 1.15 +21 -54 ports/x11/eterm/pkg-plist 1.2 +7 -7 ports/x11/eterm/files/patch-src:Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 13:12:44 2001 Delivered-To: cvs-all@freebsd.org Received: from ms62.hinet.net (ms62.hinet.net [168.95.4.62]) by hub.freebsd.org (Postfix) with ESMTP id 1182B37B407; Fri, 7 Sep 2001 13:12:34 -0700 (PDT) Received: from play.cirx.org (postfix@play.cirx.org [211.72.15.244]) by ms62.hinet.net (8.8.8/8.8.8) with ESMTP id EAA12243; Sat, 8 Sep 2001 04:12:27 +0800 (CST) Received: from cartier.cirx.org.kliev-net (cartier [211.72.15.243]) by play.cirx.org (Postfix) with SMTP id AE8741933A; Sat, 8 Sep 2001 04:12:14 +0800 (CST) Received: (nullmailer pid 9053 invoked by uid 1000); Fri, 07 Sep 2001 20:12:14 -0000 Date: Sat, 8 Sep 2001 04:12:14 +0800 From: Clive Lin To: Hajimu UMEMOTO Cc: markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su Makefile su.c Message-ID: <20010908041214.A8280@cartier.cirx.org> References: <200109071620.f87GKcD95183@freefall.freebsd.org> <20010908.013941.59479858.ume@mahoroba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010908.013941.59479858.ume@mahoroba.org> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I know it looks stupid to say Yay! here, but ... On Sat, Sep 08, 2001 at 01:39:41AM +0900, Hajimu UMEMOTO wrote: > If you mean `su user -c command' breakage, this patch fixes it: > > Index: usr.bin/su/su.c > diff -u usr.bin/su/su.c.orig usr.bin/su/su.c > --- usr.bin/su/su.c.orig Fri Sep 7 18:21:44 2001 > +++ usr.bin/su/su.c Fri Sep 7 18:24:18 2001 > @@ -116,7 +116,7 @@ > login_cap_t *lc; > union { > const char **a; > - char * const b[1]; > + char * const *b; > } np; > uid_t ruid; > gid_t gid; Yay !! I've worried about it for 3 days. ;) - -- PGP key in header X-PGP-key. Mutt users simply |gpg --verify would do the job. Win32 users please google for "pgp freeware." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7mSoMdFUoBaAIwD4RAhMuAKCLeC2l3lasnA7mWOuB0QOy5EvwtgCePDJ6 1YLhu8WHZBQ9XrTviLPEL40= =6mZX -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 13:38:34 2001 Delivered-To: cvs-all@freebsd.org Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by hub.freebsd.org (Postfix) with ESMTP id 9D86337B406; Fri, 7 Sep 2001 13:38:29 -0700 (PDT) Received: from bremen.shuttle.de (localhost [127.0.0.1]) by bremen.shuttle.de (Postfix) with ESMTP id C8D2317D74; Fri, 7 Sep 2001 22:38:18 +0200 (CEST) Received: (from uucp@localhost) by bremen.shuttle.de (8.9.3/8.9.3/LOCALMTA) with UUCP id WAA20442; Fri, 7 Sep 2001 22:38:18 +0200 Received: (from schweikh@localhost) by hal9000.schweikhardt.net (8.11.5/8.11.3) id f87FAsk01760; Fri, 7 Sep 2001 17:10:54 +0200 (CEST) (envelope-from schweikh) Date: Fri, 7 Sep 2001 17:10:53 +0200 From: Jens Schweikhardt To: Archie Cobbs Cc: Bruce Evans , Mark Murray , Maxim Sobolev , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su Makefile su.c Message-ID: <20010907171053.A1454@schweikhardt.net> References: <20010907015343.K32058-100000@alphplex.bde.org> <200109070423.f874Nnv16757@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109070423.f874Nnv16757@arch20m.dellroad.org>; from archie@dellroad.org on Thu, Sep 06, 2001 at 09:23:49PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 06, 2001 at 09:23:49PM -0700, Archie Cobbs wrote: ... # or even just # # (const char *)bar = foo; /* gcc-ism? */ Yes. The cast operator does not yield an l-value. Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 13:54:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3697237B403; Fri, 7 Sep 2001 13:54:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87KsqY39443; Fri, 7 Sep 2001 13:54:52 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109072054.f87KsqY39443@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Sep 2001 13:54:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vcdtools Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/07 13:54:51 PDT Modified files: graphics/vcdtools Makefile distinfo Log: change master site, md5 no changed drop maintainership Submitted by: fenner's report Revision Changes Path 1.2 +6 -3 ports/graphics/vcdtools/Makefile 1.2 +1 -1 ports/graphics/vcdtools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 14:18:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98E7237B406; Fri, 7 Sep 2001 14:18:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87LIN544470; Fri, 7 Sep 2001 14:18:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109072118.f87LIN544470@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Sep 2001 14:18:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-aa patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/07 14:18:23 PDT Modified files: net/centericq Makefile distinfo net/centericq/files patch-aa patch-configure Log: upgrade to 3.35.22 Submitted by: fenner's report Revision Changes Path 1.20 +7 -3 ports/net/centericq/Makefile 1.8 +1 -1 ports/net/centericq/distinfo 1.6 +2 -2 ports/net/centericq/files/patch-aa 1.2 +7 -10 ports/net/centericq/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 15:26:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4B6637B405; Fri, 7 Sep 2001 15:26:45 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87MQjG53473; Fri, 7 Sep 2001 15:26:45 -0700 (PDT) (envelope-from murray) Message-Id: <200109072226.f87MQjG53473@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 15:26:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 15:26:45 PDT Modified files: share/sgml freebsd.dsl Log: We don't want to label the preface sections, if present. Revision Changes Path 1.51 +4 -1 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 15:32:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0807E37B401; Fri, 7 Sep 2001 15:32:38 -0700 (PDT) Received: (from unfurl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87MWbL53878; Fri, 7 Sep 2001 15:32:37 -0700 (PDT) (envelope-from unfurl) Message-Id: <200109072232.f87MWbL53878@freefall.freebsd.org> From: Bill Swingle Date: Fri, 7 Sep 2001 15:32:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG unfurl 2001/09/07 15:32:37 PDT Modified files: usr.sbin/pkg_install/add main.c Log: Fixes problem with pkg_add -r when adding multiple pkgs. Reviewed by: chris Revision Changes Path 1.46 +2 -1 src/usr.sbin/pkg_install/add/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 Sep 7 15:51: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 66E8E37B401; Fri, 7 Sep 2001 15:51:03 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id PAA08096; Fri, 7 Sep 2001 15:51:00 -0700 (PDT) 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: Fri, 07 Sep 2001 15:50:57 -0700 (PDT) From: John Baldwin To: Doug Rabson Subject: RE: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot Cc: Doug Rabson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Sep-01 Doug Rabson wrote: > On Fri, 7 Sep 2001, John Baldwin wrote: > >> >> On 07-Sep-01 Doug Rabson wrote: >> > On Fri, 7 Sep 2001, John Baldwin wrote: >> > >> >> >> >> On 07-Sep-01 Doug Rabson wrote: >> >> > dfr 2001/09/07 01:51:48 PDT >> >> > >> >> > Modified files: >> >> > sys/boot/efi/libefi Makefile efiboot.h >> >> > Added files: >> >> > sys/boot/efi/libefi efifs.c >> >> > Log: >> >> > Add a libstand filesystem for accessing EFI native filesystems. >> >> >> >> Woot! So how far along are you know? Can you read a kernel into memory >> >> now? >> > >> > Of course not :-). I can open the file and read some bytes from it. >> >> Hmmm, ok. So what's stopping you from opening the file named "kernel" and >> sticking its bytes in one contiguous slab in memory? :) Granted, the >> current >> kernel doesn't have any sort of non-ski console driver AFAIK. > > I haven't written the backend hooks for the ELF loader yet. I also haven't > written the trampoline which turns on paging and starts the kernel. > Actually, I was hoping that Peter would wave a magic wand and get a SKI > version of loader going so that I can debug some of that hairy low-level > code in a forgiving environment. Well, he has the simulator up and running and physical hardware now, so he's got no excuse for slacking off. Unless he's finishing up his NFS work. :) -- 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 Fri Sep 7 16:25:15 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (www.tarmactroopers.co.za [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 7758737B409; Fri, 7 Sep 2001 16:24:52 -0700 (PDT) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f87NO7N34529; Sat, 8 Sep 2001 01:24:07 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.6/8.11.4) with ESMTP id f87IDV296035; Fri, 7 Sep 2001 19:13:31 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200109071813.f87IDV296035@grimreaper.grondar.za> To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su Makefile su.c References: <20010908.013941.59479858.ume@mahoroba.org> In-Reply-To: <20010908.013941.59479858.ume@mahoroba.org> ; from Hajimu UMEMOTO "Sat, 08 Sep 2001 01:39:41 +0900." Date: Fri, 07 Sep 2001 19:13:30 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > markm> Back out (with prejudice) the last WARNS=2 fix. I cannot understand > markm> its failure mode, and will revisit it later. > > If you mean `su user -c command' breakage, this patch fixes it: Yeah :-) I have exactly this fix in my sources, and when I've built it a couple of times and I've got my head around why the previous one didn't work, I'll commit it. M > Index: usr.bin/su/su.c > diff -u usr.bin/su/su.c.orig usr.bin/su/su.c > --- usr.bin/su/su.c.orig Fri Sep 7 18:21:44 2001 > +++ usr.bin/su/su.c Fri Sep 7 18:24:18 2001 > @@ -116,7 +116,7 @@ > login_cap_t *lc; > union { > const char **a; > - char * const b[1]; > + char * const *b; > } np; > uid_t ruid; > gid_t gid; > > -- > Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan > ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org > http://www.imasy.org/~ume/ -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 16:51:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8462337B407; Fri, 7 Sep 2001 16:51:08 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f87Np8v62700; Fri, 7 Sep 2001 16:51:08 -0700 (PDT) (envelope-from chris) Message-Id: <200109072351.f87Np8v62700@freefall.freebsd.org> From: Chris Costello Date: Fri, 7 Sep 2001 16:51:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal developer.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2001/09/07 16:51:08 PDT Modified files: en/internal developer.sgml Log: Update the out-of-date links to the Doc. Proj. primer, and the Committers' Guide. Revision Changes Path 1.17 +3 -3 www/en/internal/developer.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17: 6:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2987137B401; Fri, 7 Sep 2001 17:06:53 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8806r566603; Fri, 7 Sep 2001 17:06:53 -0700 (PDT) (envelope-from petef) Message-Id: <200109080006.f8806r566603@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 17:06:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mindfocus Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 17:06:52 PDT Modified files: games/mindfocus Makefile pkg-descr Log: Update MASTER_SITES/WWW:. PR: 30426 Submitted by: matinainer Revision Changes Path 1.8 +2 -2 ports/games/mindfocus/Makefile 1.3 +1 -1 ports/games/mindfocus/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17:10:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D945E37B403; Fri, 7 Sep 2001 17:10:45 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f880Ajs66871; Fri, 7 Sep 2001 17:10:45 -0700 (PDT) (envelope-from petef) Message-Id: <200109080010.f880Ajs66871@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 17:10:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/hnb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 17:10:45 PDT Modified files: editors/hnb Makefile distinfo Log: Update to 1.8.0 PR: 30427 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/editors/hnb/Makefile 1.2 +1 -1 ports/editors/hnb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17:12:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C91537B405; Fri, 7 Sep 2001 17:12:38 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f880Cc267112; Fri, 7 Sep 2001 17:12:38 -0700 (PDT) (envelope-from murray) Message-Id: <200109080012.f880Cc267112@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 17:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 17:12:38 PDT Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: * Rewrite the 'Directory Structure' section, and include descriptions of a small subset of the directories listed in hier(7) that a newbie should really be familiar with. Continue to point the user to hier(7) for an exaustive description of the directory hierarchy. * Fix a couple of typos * Enclose commands in tags. Partially Submitted by: logo Revision Changes Path 1.45 +265 -30 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17:13:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D0E937B407; Fri, 7 Sep 2001 17:13:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f880DYp67196; Fri, 7 Sep 2001 17:13:34 -0700 (PDT) (envelope-from petef) Message-Id: <200109080013.f880DYp67196@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 17:13:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/devtodo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 17:13:34 PDT Modified files: devel/devtodo Makefile Log: Add MASTER_SITE_LOCAL in to MASTER_SITES. The main homepage for devtodo seems to have disappeared... Noticed by: fenner distfile survey Revision Changes Path 1.5 +4 -2 ports/devel/devtodo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17:18: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B871937B407; Fri, 7 Sep 2001 17:17:52 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f880Hq567580; Fri, 7 Sep 2001 17:17:52 -0700 (PDT) (envelope-from petef) Message-Id: <200109080017.f880Hq567580@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 17:17:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvspadm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 17:17:52 PDT Modified files: devel/cvspadm Makefile distinfo Log: Update to 0.1.2 Revision Changes Path 1.4 +2 -2 ports/devel/cvspadm/Makefile 1.3 +1 -1 ports/devel/cvspadm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17:27: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC0B737B405; Fri, 7 Sep 2001 17:26:55 -0700 (PDT) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f880Qt168856; Fri, 7 Sep 2001 17:26:55 -0700 (PDT) (envelope-from logo) Message-Id: <200109080026.f880Qt168856@freefall.freebsd.org> From: Valentino Vaschetto Date: Fri, 7 Sep 2001 17:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG logo 2001/09/07 17:26:55 PDT Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: - Fixed some punctuation - Added a "Denial of Service" indexterm to the ICMP_BANDLIM kernel option - Changed instances of "at the end of this document" to "at the end of this chapter" - Wrapped stuff in tags - Added a note to see "How to make device nodes" if you compile a kernel with new device nodes - Changed cpu_type to cpu - Random grammer changes - Moved "device npx0" and "pseudo-device ether" to the section that says "These options are required" from the section that says they are optional. - Added more info about how to boot a kernel if your new kernel doesn't want to boot. - Made "If something goes wrong" a little nicer looking. Reviewed by: murray Revision Changes Path 1.63 +44 -37 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 17:29:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F26937B403; Fri, 7 Sep 2001 17:29:27 -0700 (PDT) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f880TRk71942; Fri, 7 Sep 2001 17:29:27 -0700 (PDT) (envelope-from logo) Message-Id: <200109080029.f880TRk71942@freefall.freebsd.org> From: Valentino Vaschetto Date: Fri, 7 Sep 2001 17:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG logo 2001/09/07 17:29:27 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: - Closed para tags that were not closed. - Closed sect tags that were not closed. So, am I supposed to flame the people that made these mistakes? :) Reviewed by: murray Revision Changes Path 1.110 +4 -4 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.59 +1 -3 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.77 +2 -1 doc/en_US.ISO8859-1/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 Fri Sep 7 17:39:55 2001 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id D70C537B403; Fri, 7 Sep 2001 17:39:19 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 50B6B4B658; Fri, 7 Sep 2001 17:44:47 -0700 (PDT) Date: Fri, 7 Sep 2001 17:44:47 -0700 From: Murray Stokely To: Valentino Vaschetto Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Message-ID: <20010907174447.H17462@windriver.com> References: <200109080026.f880Qt168856@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: <200109080026.f880Qt168856@freefall.freebsd.org>; from logo@FreeBSD.org on Fri, Sep 07, 2001 at 05:26:55PM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 05:26:55PM -0700, Valentino Vaschetto wrote: > - Random grammer changes I guess we'll leave the spelling corrections for Chern. ;) - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18: 1:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62BBB37B406; Fri, 7 Sep 2001 18:01:41 -0700 (PDT) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8811fH74222; Fri, 7 Sep 2001 18:01:41 -0700 (PDT) (envelope-from rpratt) Message-Id: <200109080101.f8811fH74222@freefall.freebsd.org> From: Randy Pratt Date: Fri, 7 Sep 2001 18:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/09/07 18:01:41 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Fixed duplicate figure title Screensaver Options-->System Console Configuration Options Change FDISK-->FDisk in figure title for consistency. Added link to FAQ for security profiles. Approved by: murray Revision Changes Path 1.111 +6 -3 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18: 6:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9899537B405; Fri, 7 Sep 2001 18:06:06 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88166N78650; Fri, 7 Sep 2001 18:06:06 -0700 (PDT) (envelope-from murray) Message-Id: <200109080106.f88166N78650@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 18:06:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/hugelatex Makefile pkg-comment pkg-descr pkg-plist ports/print/hugelatex/files texmf.cnf-add X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 18:06:06 PDT Modified files: print Makefile Added files: print/hugelatex Makefile pkg-comment pkg-descr pkg-plist print/hugelatex/files texmf.cnf-add Log: Add hugelatex, a meta-port for teTeX that builds a version of latex with higher default limits. Obtained from: NetBSD Revision Changes Path 1.166 +2 -1 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 Fri Sep 7 18: 6:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF537B407; Fri, 7 Sep 2001 18:06:10 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8816Ah78679; Fri, 7 Sep 2001 18:06:10 -0700 (PDT) (envelope-from murray) Message-Id: <200109080106.f8816Ah78679@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 18:06:10 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 18:06:10 PDT Modified files: . modules Log: hugelatex --> ports/print/hugelatex Revision Changes Path 1.3821 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18:15: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C38837B403; Fri, 7 Sep 2001 18:15:05 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f881F5a79115; Fri, 7 Sep 2001 18:15:05 -0700 (PDT) (envelope-from murray) Message-Id: <200109080115.f881F5a79115@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 18:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/jadetex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 18:15:04 PDT Modified files: print/jadetex Makefile distinfo Log: Update JadeTeX to 3.11, with better support for two-sided output. Revision Changes Path 1.18 +8 -7 ports/print/jadetex/Makefile 1.6 +1 -1 ports/print/jadetex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18:30:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31ABF37B405; Fri, 7 Sep 2001 18:30:45 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f881Uju79962; Fri, 7 Sep 2001 18:30:45 -0700 (PDT) (envelope-from joe) Message-Id: <200109080130.f881Uju79962@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 7 Sep 2001 18:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/07 18:30:44 PDT Modified files: . commit_prep.pl Log: Don't complain if the CVSROOT/exclude file doesn't exist. Treat it as meaning that there are no exclusions. Submitted by: tobez Revision Changes Path 1.45 +15 -13 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18:39: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 495F237B405; Fri, 7 Sep 2001 18:38:59 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f881cxh80732; Fri, 7 Sep 2001 18:38:59 -0700 (PDT) (envelope-from petef) Message-Id: <200109080138.f881cxh80732@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 18:38:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk pkg-message Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 18:38:58 PDT Modified files: net/netatalk Makefile Added files: net/netatalk pkg-message Log: - add pkg-message - bump PORTREVISION PR: 30333 Submitted by: maintainer Revision Changes Path 1.25 +2 -4 ports/net/netatalk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18:40:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B23137B405; Fri, 7 Sep 2001 18:40:52 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f881eqZ80902; Fri, 7 Sep 2001 18:40:52 -0700 (PDT) (envelope-from petef) Message-Id: <200109080140.f881eqZ80902@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 18:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 18:40:52 PDT Modified files: net/netatalk pkg-message Log: Oops, actually commit the right pkg-message as discussed w/maintainer. Revision Changes Path 1.2 +3 -2 ports/net/netatalk/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18:50:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FA8037B403; Fri, 7 Sep 2001 18:50:52 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f881oqO81774; Fri, 7 Sep 2001 18:50:52 -0700 (PDT) (envelope-from petef) Message-Id: <200109080150.f881oqO81774@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 18:50:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/getmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 18:50:52 PDT Modified files: mail/getmail Makefile distinfo Log: Update to 2.1.4 Noticed by: fenner distfile survey Revision Changes Path 1.4 +2 -2 ports/mail/getmail/Makefile 1.3 +1 -1 ports/mail/getmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 18:59:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB92B37B405; Fri, 7 Sep 2001 18:59:22 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f881xMn82676; Fri, 7 Sep 2001 18:59:22 -0700 (PDT) (envelope-from murray) Message-Id: <200109080159.f881xMn82676@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 18:59:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 18:59:22 PDT Modified files: share/mk doc.docbook.mk share/sgml freebsd.dsl Log: Add a new option 'JUSTIFY' which can be used to tell the TeX backend to make the paragraphs right justified using TeX's default hyphenation rules. We still must add some hooks to certain elements (URLs) to deal with special cases that TeX can't hyphenate well. Revision Changes Path 1.47 +9 -1 doc/share/mk/doc.docbook.mk 1.52 +12 -1 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 19:11:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C9A437B409; Fri, 7 Sep 2001 19:11:35 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f882BZt86733; Fri, 7 Sep 2001 19:11:35 -0700 (PDT) (envelope-from joe) Message-Id: <200109080211.f882BZt86733@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 7 Sep 2001 19:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/07 19:11:35 PDT Modified files: . cfg.pm commit_prep.pl Log: Add code to unexpand $FreeBSD: xxxx $ (or whatever is defined in the config file as being our $IDHEADER$) upon commit. This is useful to avoid a '+1 -1' delta against the version string. (Tested with both local and remote commits). Revision Changes Path 1.15 +7 -2 CVSROOT/cfg.pm 1.46 +29 -1 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 19:13:36 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 7B35537B405; Fri, 7 Sep 2001 19:13:28 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 27705F; Sat, 8 Sep 2001 03:13:27 +0100 (BST) Date: Sat, 8 Sep 2001 03:13:27 +0100 From: Josef Karthauser To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm commit_prep.pl Message-ID: <20010908031327.W3148@tao.org.uk> References: <200109080211.f882BZt86733@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="m8yuz6kcWj4yJ5vq" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109080211.f882BZt86733@freefall.freebsd.org>; from joe@FreeBSD.org on Fri, Sep 07, 2001 at 07:11:35PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --m8yuz6kcWj4yJ5vq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 07, 2001 at 07:11:35PM -0700, Josef Karthauser wrote: > joe 2001/09/07 19:11:35 PDT >=20 > Modified files: > . cfg.pm commit_prep.pl=20 > Log: > Add code to unexpand $FreeBSD: xxxx $ (or whatever is defined in > the config file as being our $IDHEADER$) upon commit. This is useful > to avoid a '+1 -1' delta against the version string. > =20 > (Tested with both local and remote commits). This is switched off for now until a few eyes have been cast over it for potential problems. Please let me know if you think that it can be improved. Thanks, Joe --m8yuz6kcWj4yJ5vq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuZfsYACgkQXVIcjOaxUBYCXQCfd39D9on5HPawFl+af9NJ9PAD R1IAn2644VK+vCMWZ6XwpFWDKUKrMjmm =LBKg -----END PGP SIGNATURE----- --m8yuz6kcWj4yJ5vq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 19:15:36 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 60E0B37B407; Fri, 7 Sep 2001 19:15:29 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 010D9F; Sat, 8 Sep 2001 03:15:27 +0100 (BST) Date: Sat, 8 Sep 2001 03:15:27 +0100 From: Josef Karthauser To: Peter Wemm Cc: Will Andrews , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Contracting $FreeBSD: xxx $ in commits (Re: cvs commit: src/include stddef.h) Message-ID: <20010908031527.X3148@tao.org.uk> References: <20010525023459.E7406@casimir.physics.purdue.edu> <20010526220826.7CE6238CB@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="p+/4B2pcxE3X6xU6" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010526220826.7CE6238CB@overcee.netplex.com.au>; from peter@wemm.org on Sat, May 26, 2001 at 03:08:26PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --p+/4B2pcxE3X6xU6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 26, 2001 at 03:08:26PM -0700, Peter Wemm wrote: > Will Andrews wrote: > > On Fri, May 25, 2001 at 09:51:10AM +0300, Ruslan Ermilov wrote: > > > How that could be? Don't we count the '$FreeBSD$' line? > >=20 > > Not necessarily. Only when the previous commit that was made was made > > w/o the rcsid expanded. I've made several "+0 -0" commits before. :-) >=20 > If the previous commit had the tag changed to "$FreeBSD$" and the current > commit had it as "$FreeBSD$" then you get this. The tags are expanded > on *checkout*, not checkin. If you have: "$FreeBSD: is excellent $" > then that is what actually goes into the rcs files. >=20 > I have contemplated in the past making the commit checkin scripts change > any expanded $FreeBSD: foo $ tags into plain $FreeBSD$ so that it doesn't > keep occupying rcs delta space, but I was concerned about potential > interactions with remote commits and the 'touched but not actually > modified' checking. It would be worth experimenting with I think. It is > silly that we have +1 -1 on most commits solely because of the header > changes. I've just committed code to handle this. It works fine with remote commits in my tests, and the 'touched by not actually modified' issue doesn't appear to be one. Maybe it's a bug that was fixed in a more recent version of cvs? Joe --p+/4B2pcxE3X6xU6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjuZfz8ACgkQXVIcjOaxUBb9FQCg6rDjuGCP6N7YTL38h9w3ljKO EacAoI6jtOzVl7GhBmOlOwbQKX5Nge5j =hUCg -----END PGP SIGNATURE----- --p+/4B2pcxE3X6xU6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 19:17: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C516637B407; Fri, 7 Sep 2001 19:17:01 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f882H1o87152; Fri, 7 Sep 2001 19:17:01 -0700 (PDT) (envelope-from joe) Message-Id: <200109080217.f882H1o87152@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 7 Sep 2001 19:17:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/09/07 19:17:01 PDT Modified files: . commit_prep.pl Log: (Forced commit). No changes here; just a sanity check to make absolutely sure that I didn't break anything. Revision Changes Path 1.47 +1 -1 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 19:21:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA1437B406; Fri, 7 Sep 2001 19:21:19 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f882LJq87466; Fri, 7 Sep 2001 19:21:19 -0700 (PDT) (envelope-from murray) Message-Id: <200109080221.f882LJq87466@freefall.freebsd.org> From: Murray Stokely Date: Fri, 7 Sep 2001 19:21:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/07 19:21:19 PDT Modified files: share/sgml freebsd.dsl Log: Add a formatting instruction to wrap URLs in \url{} for the print backend. This allows JUSTIFY=1 to look much nicer. Filenames still aren't handled, but there is another TeX package for that that I will use shortly. Revision Changes Path 1.53 +12 -2 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 20: 3:36 2001 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id C56C237B401 for ; Fri, 7 Sep 2001 20:03:30 -0700 (PDT) Received: from 200.181.48.56 (unknown [200.181.48.56]) by heaven.gigo.com (Postfix) with ESMTP id 41E1CB842 for ; Fri, 7 Sep 2001 20:01:53 -0700 (PDT) Received: (qmail 1386 invoked by uid 1001); 8 Sep 2001 00:04:01 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Sat, 8 Sep 2001 00:03:39 +0000 To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/agsatellite Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/audio/agsatellite/files wrapper.sh Message-ID: <20010908000339.A1352@exxodus.fedaykin.here> References: <200109071434.f87EYMs76984@freefall.freebsd.org> <20010907153610.R3148@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010907153610.R3148@tao.org.uk>; from joe@tao.org.uk on Fri, Sep 07, 2001 at 03:35:48PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 07, 2001 at 03:35:48PM +0100, Josef Karthauser wrote: > On Fri, Sep 07, 2001 at 07:34:22AM -0700, Mario Sergio Fujikawa Ferreira wrote: > > lioux 2001/09/07 07:34:22 PDT > > > > Modified files: > > audio Makefile > > Added files: > > audio/agsatellite Makefile distinfo pkg-comment pkg-descr > > pkg-message pkg-plist > > audio/agsatellite/files wrapper.sh > > Log: > > New port agsatellite version 0.520: Client that allows you to share > > your music on Audiogalaxy(TM) > > Horray :) Is this the linux version? Yeah, for the time being. I haven't received any replies from the developers but I don't think this is something hard to get a native version of. Let's hope. Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 20:10:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59D1A37B405; Fri, 7 Sep 2001 20:10:05 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f883A5w93341; Fri, 7 Sep 2001 20:10:05 -0700 (PDT) (envelope-from petef) Message-Id: <200109080310.f883A5w93341@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Sep 2001 20:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/gwm Makefile pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/07 20:10:05 PDT Modified files: x11-wm/gwm Makefile pkg-descr pkg-plist Log: Update MASTER_SITES and WWW: line PR: 30325 Submitted by: KATO Tsuguru While I'm here, add a missing file to pkg-plist. Revision Changes Path 1.15 +2 -4 ports/x11-wm/gwm/Makefile 1.3 +1 -1 ports/x11-wm/gwm/pkg-descr 1.4 +1 -0 ports/x11-wm/gwm/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 Sep 7 20:34:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D18337B40B; Fri, 7 Sep 2001 20:34:19 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f883YJg94751; Fri, 7 Sep 2001 20:34:19 -0700 (PDT) (envelope-from lioux) Message-Id: <200109080334.f883YJg94751@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 20:34:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/07 20:34:19 PDT Modified files: . LEGAL Log: move agsatellite one line down since it went in between adom-* comment Submitted by: dd Revision Changes Path 1.218 +2 -2 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 20:59: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F57237B406; Fri, 7 Sep 2001 20:59:05 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f883x5h96202; Fri, 7 Sep 2001 20:59:05 -0700 (PDT) (envelope-from lioux) Message-Id: <200109080359.f883x5h96202@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 20:59:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/agsatellite/files wrapper.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/07 20:59:04 PDT Modified files: audio/agsatellite/files wrapper.sh Log: correctly make the execution of AGSatellite conditional to -createdironly, does not require a PORTREVISION bump Revision Changes Path 1.2 +2 -0 ports/audio/agsatellite/files/wrapper.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 21: 8:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B743C37B403; Fri, 7 Sep 2001 21:08:06 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88486K99964; Fri, 7 Sep 2001 21:08:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200109080408.f88486K99964@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Sep 2001 21:08:06 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/07 21:08:06 PDT Modified files: comms/conserver/files conserver.sh Log: Allow "stat" in addition to "status". Revision Changes Path 1.4 +2 -2 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 Fri Sep 7 21:18:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91B0C37B406; Fri, 7 Sep 2001 21:18:04 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f884I4A00732; Fri, 7 Sep 2001 21:18:04 -0700 (PDT) (envelope-from lioux) Message-Id: <200109080418.f884I4A00732@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 21:18:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/agbrowser Makefile pkg-plist ports/audio/agbrowser/files wrapper.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/09/07 21:18:04 PDT Modified files: audio/agbrowser Makefile pkg-plist Added files: audio/agbrowser/files wrapper.sh Log: o RUN_DEPENDS on agsatellite port (at last :) o first attempt to have this port run using the aforementioned port (wrapper script) Revision Changes Path 1.3 +10 -1 ports/audio/agbrowser/Makefile 1.3 +1 -0 ports/audio/agbrowser/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 Sep 7 21:20:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 775DA37B406; Fri, 7 Sep 2001 21:20:45 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f884Kjq00997; Fri, 7 Sep 2001 21:20:45 -0700 (PDT) (envelope-from marcel) Message-Id: <200109080420.f884Kjq00997@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Sep 2001 21:20:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/07 21:20:45 PDT Modified files: sys/alpha/osf1 osf1_ioctl.c Log: Wrap array accesses in macros, which also happen to be lvalues: ifnet_addrs[i - 1] -> ifaddr_byindex(i) ifindex2ifnet[i] -> ifnet_byindex(i) This is intended to ease the conversion to SMPng. Forgotten by: jlemon Revision Changes Path 1.5 +2 -2 src/sys/alpha/osf1/osf1_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 21:49: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 709B837B408; Fri, 7 Sep 2001 21:49:02 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f884n2A02767; Fri, 7 Sep 2001 21:49:02 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200109080449.f884n2A02767@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 7 Sep 2001 21:49:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sgmlformat/files patch-sgmlfmt.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/09/07 21:49:02 PDT Modified files: textproc/sgmlformat/files patch-sgmlfmt.pl Log: Catch up to recent -current. Submitted by: Udo Schweigert via dwcjr Revision Changes Path 1.2 +4 -3 ports/textproc/sgmlformat/files/patch-sgmlfmt.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 22:17:26 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 9BE4837B403; Fri, 7 Sep 2001 22:17:16 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f885HGM52908; Fri, 7 Sep 2001 22:17:16 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id DA90A3808; Fri, 7 Sep 2001 22:17:15 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: John Baldwin Cc: Doug Rabson , Doug Rabson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: Date: Fri, 07 Sep 2001 22:17:15 -0700 From: Peter Wemm Message-Id: <20010908051715.DA90A3808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 07-Sep-01 Doug Rabson wrote: > > On Fri, 7 Sep 2001, John Baldwin wrote: > > > >> > >> On 07-Sep-01 Doug Rabson wrote: > >> > On Fri, 7 Sep 2001, John Baldwin wrote: > >> > > >> >> > >> >> On 07-Sep-01 Doug Rabson wrote: > >> >> > dfr 2001/09/07 01:51:48 PDT > >> >> > > >> >> > Modified files: > >> >> > sys/boot/efi/libefi Makefile efiboot.h > >> >> > Added files: > >> >> > sys/boot/efi/libefi efifs.c > >> >> > Log: > >> >> > Add a libstand filesystem for accessing EFI native filesystems. > >> >> > >> >> Woot! So how far along are you know? Can you read a kernel into memor y > >> >> now? > >> > > >> > Of course not :-). I can open the file and read some bytes from it. > >> > >> Hmmm, ok. So what's stopping you from opening the file named "kernel" and > >> sticking its bytes in one contiguous slab in memory? :) Granted, the > >> current > >> kernel doesn't have any sort of non-ski console driver AFAIK. > > > > I haven't written the backend hooks for the ELF loader yet. I also haven't > > written the trampoline which turns on paging and starts the kernel. > > Actually, I was hoping that Peter would wave a magic wand and get a SKI > > version of loader going so that I can debug some of that hairy low-level > > code in a forgiving environment. > > Well, he has the simulator up and running and physical hardware now, so he's > got no excuse for slacking off. Unless he's finishing up his NFS work. :) My murphey field struck and caused three drives to depart my file server raid at an inopportune time. I've essentially lost this week reassembling it. I've got my data back but have not yet got the machine running again. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 22:19:20 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 1047D37B401; Fri, 7 Sep 2001 22:19:13 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f885JCM52922; Fri, 7 Sep 2001 22:19:12 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id AD93C3808; Fri, 7 Sep 2001 22:19:12 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Doug Rabson Cc: John Baldwin , Doug Rabson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: Date: Fri, 07 Sep 2001 22:19:12 -0700 From: Peter Wemm Message-Id: <20010908051912.AD93C3808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug Rabson wrote: > On Fri, 7 Sep 2001, John Baldwin wrote: > > > > > On 07-Sep-01 Doug Rabson wrote: > > > dfr 2001/09/07 01:51:48 PDT > > > > > > Modified files: > > > sys/boot/efi/libefi Makefile efiboot.h > > > Added files: > > > sys/boot/efi/libefi efifs.c > > > Log: > > > Add a libstand filesystem for accessing EFI native filesystems. > > > > Woot! So how far along are you know? Can you read a kernel into memory no w? > > Of course not :-). I can open the file and read some bytes from it. When I briefly looked at this before, it looked a lot like we were loading the kernel and the loader into the same memory (region 7) at the same addresses.. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 22:20:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C9137B405; Fri, 7 Sep 2001 22:20:53 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f885KrE07655; Fri, 7 Sep 2001 22:20:53 -0700 (PDT) (envelope-from green) Message-Id: <200109080520.f885KrE07655@freefall.freebsd.org> From: Brian Feldman Date: Fri, 7 Sep 2001 22:20:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2001/09/07 22:20:52 PDT Modified files: sys/dev/sound/pci cmi.c Log: Convert the CMedia driver to using a device mutex and INTR_MPSAFE. Revision Changes Path 1.12 +29 -3 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 7 22:52:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 803E037B406; Fri, 7 Sep 2001 22:52:22 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f885qM909795; Fri, 7 Sep 2001 22:52:22 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109080552.f885qM909795@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 7 Sep 2001 22:52:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man2 brk.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/07 22:52:22 PDT Modified files: ja_JP.eucJP/man/man2 brk.2 Log: brk.2 rev 1.13.2.8 Revision Changes Path 1.8 +83 -44 doc/ja_JP.eucJP/man/man2/brk.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 0:29:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9FA037B403; Sat, 8 Sep 2001 00:29:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f887TJU21884; Sat, 8 Sep 2001 00:29:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109080729.f887TJU21884@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Sep 2001 00:29:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/cln Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/08 00:29:19 PDT Modified files: math/cln Makefile distinfo Log: upgrade to 1.1.2 Submitted by: fenner's log Revision Changes Path 1.4 +5 -3 ports/math/cln/Makefile 1.3 +1 -1 ports/math/cln/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 1:46:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B40637B408; Sat, 8 Sep 2001 01:46:23 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f888kMd30550; Sat, 8 Sep 2001 01:46:22 -0700 (PDT) (envelope-from yar) Message-Id: <200109080846.f888kMd30550@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 8 Sep 2001 01:46:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/p5-CDDB Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/09/08 01:46:22 PDT Modified files: audio/p5-CDDB Makefile distinfo Log: Update the port to match CDDB-1.06 Revision Changes Path 1.4 +2 -2 ports/audio/p5-CDDB/Makefile 1.4 +1 -1 ports/audio/p5-CDDB/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 2: 4:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C549837B403; Sat, 8 Sep 2001 02:04:07 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88947n31493; Sat, 8 Sep 2001 02:04:07 -0700 (PDT) (envelope-from yar) Message-Id: <200109080904.f88947n31493@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 8 Sep 2001 02:04:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ehnt Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/09/08 02:04:07 PDT Modified files: net/ehnt Makefile pkg-plist Log: Respect NOPORTDOCS Revision Changes Path 1.2 +7 -5 ports/net/ehnt/Makefile 1.2 +2 -2 ports/net/ehnt/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 Sep 8 2: 5:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C500F37B403; Sat, 8 Sep 2001 02:05:54 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8895sh34623; Sat, 8 Sep 2001 02:05:54 -0700 (PDT) (envelope-from yar) Message-Id: <200109080905.f8895sh34623@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 8 Sep 2001 02:05:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/strace Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/09/08 02:05:54 PDT Modified files: devel/strace Makefile Log: Don't ignore ${MKDIR}'s return status. Revision Changes Path 1.4 +2 -2 ports/devel/strace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 3:48:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58ECB37B405; Sat, 8 Sep 2001 03:48:50 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88AmoE46215; Sat, 8 Sep 2001 03:48:50 -0700 (PDT) (envelope-from roam) Message-Id: <200109081048.f88AmoE46215@freefall.freebsd.org> From: Peter Pentchev Date: Sat, 8 Sep 2001 03:48:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/09/08 03:48:49 PDT Modified files: mail/vpopmail Makefile Log: Turn off world-readability on the directories holding the executable binaries and libraries of vpopmail. This prevents arbitrary users from obtaining the username and password for access to the MySQL database, which are present in plaintext in the vpopmail object files and binaries. Obtained from: Bugtraq Revision Changes Path 1.12 +4 -1 ports/mail/vpopmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 4: 0:23 2001 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 7BDB437B407; Sat, 8 Sep 2001 04:00:14 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 15ffqK-0004Sv-0X; Sat, 8 Sep 2001 12:00:08 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f88Awrc60751; Sat, 8 Sep 2001 11:58:53 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 8 Sep 2001 11:58:32 +0100 (BST) From: Doug Rabson To: Peter Wemm Cc: John Baldwin , Doug Rabson , , Subject: Re: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: <20010908051912.AD93C3808@overcee.netplex.com.au> Message-ID: <20010908115656.Q406-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Sep 2001, Peter Wemm wrote: > Doug Rabson wrote: > > On Fri, 7 Sep 2001, John Baldwin wrote: > > > > > > > > On 07-Sep-01 Doug Rabson wrote: > > > > dfr 2001/09/07 01:51:48 PDT > > > > > > > > Modified files: > > > > sys/boot/efi/libefi Makefile efiboot.h > > > > Added files: > > > > sys/boot/efi/libefi efifs.c > > > > Log: > > > > Add a libstand filesystem for accessing EFI native filesystems. > > > > > > Woot! So how far along are you know? Can you read a kernel into memory no > w? > > > > Of course not :-). I can open the file and read some bytes from it. > > When I briefly looked at this before, it looked a lot like we were loading > the kernel and the loader into the same memory (region 7) at the same > addresses.. I haven't payed much attention to addresses yet. EFI seems to run without address translation and the loader loads somewhere fairly low in physical memory. I don't get any choice about where the loader is loaded - it has to self-relocate to wherever it happens to find itself. -- 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 Sat Sep 8 5:21:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 418C437B403; Sat, 8 Sep 2001 05:21:38 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88CLc265741; Sat, 8 Sep 2001 05:21:38 -0700 (PDT) (envelope-from dfr) Message-Id: <200109081221.f88CLc265741@freefall.freebsd.org> From: Doug Rabson Date: Sat, 8 Sep 2001 05:21:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/08 05:21:37 PDT Modified files: sys/boot/efi/loader main.c Log: Add a command 'memmap' to print out the EFI memory map. Revision Changes Path 1.4 +76 -1 src/sys/boot/efi/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 5:32:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CBA937B403; Sat, 8 Sep 2001 05:32:13 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88CWDs72532; Sat, 8 Sep 2001 05:32:13 -0700 (PDT) (envelope-from dfr) Message-Id: <200109081232.f88CWDs72532@freefall.freebsd.org> From: Doug Rabson Date: Sat, 8 Sep 2001 05:32:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/09/08 05:32:12 PDT Modified files: sys/boot/efi/loader main.c Log: Add missing entry to memory type name table and adjust field widths. Revision Changes Path 1.5 +4 -3 src/sys/boot/efi/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 5:42: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 6CB7737B401; Sat, 8 Sep 2001 05:41:55 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 15fhQn-00045q-0U; Sat, 8 Sep 2001 13:41:53 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f88Cecc61357; Sat, 8 Sep 2001 13:40:38 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 8 Sep 2001 13:40:17 +0100 (BST) From: Doug Rabson To: Peter Wemm Cc: John Baldwin , Doug Rabson , , Subject: Re: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: <20010908115656.Q406-100000@salmon.nlsystems.com> Message-ID: <20010908133819.L406-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Sep 2001, Doug Rabson wrote: > On Fri, 7 Sep 2001, Peter Wemm wrote: > > > Doug Rabson wrote: > > > On Fri, 7 Sep 2001, John Baldwin wrote: > > > > > > > > > > > On 07-Sep-01 Doug Rabson wrote: > > > > > dfr 2001/09/07 01:51:48 PDT > > > > > > > > > > Modified files: > > > > > sys/boot/efi/libefi Makefile efiboot.h > > > > > Added files: > > > > > sys/boot/efi/libefi efifs.c > > > > > Log: > > > > > Add a libstand filesystem for accessing EFI native filesystems. > > > > > > > > Woot! So how far along are you know? Can you read a kernel into memory no > > w? > > > > > > Of course not :-). I can open the file and read some bytes from it. > > > > When I briefly looked at this before, it looked a lot like we were loading > > the kernel and the loader into the same memory (region 7) at the same > > addresses.. > > I haven't payed much attention to addresses yet. EFI seems to run without > address translation and the loader loads somewhere fairly low in physical > memory. I don't get any choice about where the loader is loaded - it has > to self-relocate to wherever it happens to find itself. From my investigations so far, The firmware seems to load the loader in high memory, far away from where we want to load the kernel. At the moment, the kernel wants to be at 0x500000 physical and in my machines memory map, there is a nice convenient clear section of conventional memory running from 0x100000 to 0x3e979000 where the loader starts. -- 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 Sat Sep 8 6: 1:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5150D37B409; Sat, 8 Sep 2001 06:01:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88D1ZJ74886; Sat, 8 Sep 2001 06:01:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109081301.f88D1ZJ74886@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 8 Sep 2001 06:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/wmnet2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/wmnet2/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/08 06:01:34 PDT Modified files: net Makefile Added files: net/wmnet2 Makefile distinfo pkg-comment pkg-descr pkg-plist net/wmnet2/files patch-aa patch-ab Log: Add wmnet2 1.06, a cool network monitor for WindowMaker. PR: 30432 Submitted by: Paolo Pisati Revision Changes Path 1.611 +1 -0 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 6: 2: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6CE837B409; Sat, 8 Sep 2001 06:02:02 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88D22I74946; Sat, 8 Sep 2001 06:02:02 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109081302.f88D22I74946@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 8 Sep 2001 06:02:02 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/08 06:02:02 PDT Modified files: . modules Log: wmnet2 --> ports/net/wmnet2 Revision Changes Path 1.3822 +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 Sep 8 6:13: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AADDE37B403; Sat, 8 Sep 2001 06:12:56 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88DCuT79156; Sat, 8 Sep 2001 06:12:56 -0700 (PDT) (envelope-from knu) Message-Id: <200109081312.f88DCuT79156@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Sep 2001 06:12:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/08 06:12:56 PDT Modified files: devel/ruby-racc Makefile distinfo Log: Update to 1.3.11. Revision Changes Path 1.27 +13 -34 ports/devel/ruby-racc/Makefile 1.18 +1 -1 ports/devel/ruby-racc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 7: 6:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A012337B406; Sat, 8 Sep 2001 07:06:08 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88E68F97913; Sat, 8 Sep 2001 07:06:08 -0700 (PDT) (envelope-from horikawa) Message-Id: <200109081406.f88E68F97913@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 8 Sep 2001 07:06:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man2 brk.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/09/08 07:06:08 PDT Modified files: ja_JP.eucJP/man/man2 brk.2 Log: Fix typo. Revision Changes Path 1.9 +1 -3 doc/ja_JP.eucJP/man/man2/brk.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 7:21:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2A5837B401; Sat, 8 Sep 2001 07:21:19 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88ELJG99183; Sat, 8 Sep 2001 07:21:19 -0700 (PDT) (envelope-from jedgar) Message-Id: <200109081421.f88ELJG99183@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 8 Sep 2001 07:21:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/rfc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/09/08 07:21:19 PDT Modified files: misc/rfc Makefile distinfo Log: Update port to 3.2.2 Revision Changes Path 1.13 +7 -11 ports/misc/rfc/Makefile 1.10 +1 -1 ports/misc/rfc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 7:22:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E8D337B401; Sat, 8 Sep 2001 07:22:26 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88EMQm99253; Sat, 8 Sep 2001 07:22:26 -0700 (PDT) (envelope-from knu) Message-Id: <200109081422.f88EMQm99253@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Sep 2001 07:22:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-amstd pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/08 07:22:26 PDT Modified files: devel/ruby-amstd pkg-descr Log: Update WWW and the author's mail address. The license was changed from GPL to LGPL. Fix a couple of typos. Revision Changes Path 1.4 +4 -4 ports/devel/ruby-amstd/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 Sep 8 7:30:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C280D37B407; Sat, 8 Sep 2001 07:30:23 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88EUNe99988; Sat, 8 Sep 2001 07:30:23 -0700 (PDT) (envelope-from knu) Message-Id: <200109081430.f88EUNe99988@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Sep 2001 07:30:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-fileutils Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/08 07:30:23 PDT Modified files: devel Makefile Added files: devel/ruby-fileutils Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-fileutils, a file & directory manipulation library for Ruby. Revision Changes Path 1.638 +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 Sat Sep 8 7:30:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74F8337B41D; Sat, 8 Sep 2001 07:30:31 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88EUV500152; Sat, 8 Sep 2001 07:30:31 -0700 (PDT) (envelope-from knu) Message-Id: <200109081430.f88EUV500152@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Sep 2001 07:30:31 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/08 07:30:31 PDT Modified files: . modules Log: ruby-fileutils --> ports/devel/ruby-fileutils Revision Changes Path 1.3823 +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 Sep 8 7:38: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89C8837B405; Sat, 8 Sep 2001 07:38:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Ec1k00875; Sat, 8 Sep 2001 07:38:01 -0700 (PDT) (envelope-from knu) Message-Id: <200109081438.f88Ec1k00875@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Sep 2001 07:38:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/08 07:38:01 PDT Modified files: mail/ruby-tmail Makefile distinfo pkg-plist Log: Update to 0.9.8. Revision Changes Path 1.18 +10 -6 ports/mail/ruby-tmail/Makefile 1.13 +1 -1 ports/mail/ruby-tmail/distinfo 1.10 +3 -1 ports/mail/ruby-tmail/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 Sep 8 8:17:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6211E37B408; Sat, 8 Sep 2001 08:17:15 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88FHFL06609; Sat, 8 Sep 2001 08:17:15 -0700 (PDT) (envelope-from des) Message-Id: <200109081517.f88FHFL06609@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Sep 2001 08:17:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/09/08 08:17:15 PDT Modified files: usr.bin/fetch fetch.c Log: If the local file does not exist, or is a regular file, and we're not trying to resume a transfer, download the requested document into a temporary file which we later rename. This avoids leaving half-completed files around in case of a crash (it'll still leave a half-completed file, but with a hope- fully non-conflicting name), and should reduce the need for human inter- vention on ports-building machines. The temporary file name for "foo/bar" is constructed by invoking mkstemps() with the pattern "foo/.fetch.XXXXXX.bar" Requested by: obrien Revision Changes Path 1.38 +72 -28 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 9:28: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBAC837B407; Sat, 8 Sep 2001 09:28:00 -0700 (PDT) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88GS0e16059; Sat, 8 Sep 2001 09:28:00 -0700 (PDT) (envelope-from nsayer) Message-Id: <200109081628.f88GS0e16059@freefall.freebsd.org> From: Nick Sayer Date: Sat, 8 Sep 2001 09:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/poptop Makefile distinfo ports/net/poptop/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/09/08 09:28:00 PDT Modified files: net/poptop Makefile distinfo Added files: net/poptop/files patch-ae Log: 1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for a while and appears to work better. 2. INSTALL_SCRIPT for the rc.d script rather than INSTALL_DATA. That way it actually gets run at startup. Revision Changes Path 1.7 +3 -3 ports/net/poptop/Makefile 1.3 +1 -1 ports/net/poptop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 9:38: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B9E37B401; Sat, 8 Sep 2001 09:37:56 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Gbuj17315; Sat, 8 Sep 2001 09:37:56 -0700 (PDT) (envelope-from clive) Message-Id: <200109081637.f88Gbuj17315@freefall.freebsd.org> From: Clive Lin Date: Sat, 8 Sep 2001 09:37:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/zhcon Makefile distinfo pkg-comment pkg-descr pkg-plist ports/chinese/zhcon/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/09/08 09:37:56 PDT Modified files: chinese Makefile Added files: chinese/zhcon Makefile distinfo pkg-comment pkg-descr pkg-plist chinese/zhcon/files patch-aa Log: New port: zhcon Zhcon is a fast Linux Console Chinese System which supports framebuffer device.It can display Chinese,Japanese or Korean double byte characters.Supported language encodings include: GB2312,GBK,BIG5,JIS and KSCM. It can also use input methods(table based) from Windows 98 and UCDOS for MS-DOS. PR: ports/30433 Submitted by: Statue Revision Changes Path 1.96 +2 -1 ports/chinese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 9:38:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F16237B409; Sat, 8 Sep 2001 09:38:01 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Gc1i17371; Sat, 8 Sep 2001 09:38:01 -0700 (PDT) (envelope-from clive) Message-Id: <200109081638.f88Gc1i17371@freefall.freebsd.org> From: Clive Lin Date: Sat, 8 Sep 2001 09:38:01 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/09/08 09:38:01 PDT Modified files: . modules Log: zh-zhcon --> ports/chinese/zhcon Revision Changes Path 1.3824 +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 Sep 8 9:45:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D84A737B403; Sat, 8 Sep 2001 09:45:56 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Gjuu18265; Sat, 8 Sep 2001 09:45:56 -0700 (PDT) (envelope-from knu) Message-Id: <200109081645.f88Gjuu18265@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Sep 2001 09:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-dbi Makefile.common distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/08 09:45:56 PDT Modified files: databases/ruby-dbi Makefile.common distinfo pkg-plist Log: Update ruby-dbi and ruby-dbd_* modules to 0.0.9. Revision Changes Path 1.5 +2 -2 ports/databases/ruby-dbi/Makefile.common 1.6 +1 -1 ports/databases/ruby-dbi/distinfo 1.7 +1 -0 ports/databases/ruby-dbi/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 Sep 8 10: 3:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F41537B407; Sat, 8 Sep 2001 10:03:26 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88H3Qq19687; Sat, 8 Sep 2001 10:03:26 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200109081703.f88H3Qq19687@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 8 Sep 2001 10:03:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/09/08 10:03:26 PDT Modified files: sys/dev/acpica/Osd OsdSchedule.c Log: Don't call tsleep from AcpiOsStall(), call DELAY() always instead. Process switching during calling AcpiOsStall() caused fatal trap 12 at sleeping/wakeup on some machines. Revision Changes Path 1.11 +2 -6 src/sys/dev/acpica/Osd/OsdSchedule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 10: 8:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B7737B405; Sat, 8 Sep 2001 10:08:42 -0700 (PDT) Received: (from assar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88H8gx23115; Sat, 8 Sep 2001 10:08:42 -0700 (PDT) (envelope-from assar) Message-Id: <200109081708.f88H8gx23115@freefall.freebsd.org> From: Assar Westerlund Date: Sat, 8 Sep 2001 10:08:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arla/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG assar 2001/09/08 10:08:42 PDT Added files: net/arla/files patch-aa Log: do not install libutil, since it conflicts with /usr/lib/libutil* PR: ports/30417 Submitted by: Emil Sit Obtained from: NetBSD pkgsrc by way of Emil Sit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 11:35:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63E1437B407; Sat, 8 Sep 2001 11:35:10 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88IZAi33317; Sat, 8 Sep 2001 11:35:10 -0700 (PDT) (envelope-from petef) Message-Id: <200109081835.f88IZAi33317@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Sep 2001 11:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/menushki Makefile distinfo ports/misc/menushki/files patch-konst.string.h patch-konst.ui.dlg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/08 11:35:09 PDT Modified files: misc/menushki Makefile distinfo Removed files: misc/menushki/files patch-konst.string.h patch-konst.ui.dlg.h Log: - update to 0.7 - remove a geocities.com mirror PR: 30434 Submitted by: maintainer Revision Changes Path 1.3 +3 -10 ports/misc/menushki/Makefile 1.3 +1 -1 ports/misc/menushki/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 11:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B447E37B403; Sat, 8 Sep 2001 11:48:40 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Imew34274; Sat, 8 Sep 2001 11:48:40 -0700 (PDT) (envelope-from marcel) Message-Id: <200109081848.f88Imew34274@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 Sep 2001 11:48:40 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/08 11:48:40 PDT Modified files: sys/i386/linux syscalls.master Log: o Introduce private types for use in linux syscalls for two reasons: 1. establish type independence for ease in porting and, 2. provide a visual queue as to which syscalls have proper prototypes to further cleanup the i386/alpha split. Linuxulator types are prefixed by 'l_'. void and char have not been "virtualized". o Remove dummy functions for syscalls that are now truely unimplemented. o Rename syscalls so they match the names used in the Linux kernel. Also, provide more accurate prototypes. This generally improves cross-referencing and reduces head-scratching. o Provide seperate implementations for the 16-bit uid_t and gid_t based syscalls as Linux used to have. The new 32-bit uid_t and gid_t based syscalls now map to their FreeBSD equivalents. o Fix the linux_ipc syscall so that it doesn't force the shm*, sem* and msg* syscalls to have the same syscall. The prototypes for these syscalls now match the those used on Alpha. While here, add the same kludge for MSGRCV as is present in the Linux kernel. o Implement the following syscalls: linux_stat64, linux_lstat64 and linux_fstat64 linux_sysctl o Added syscalls numbered 198 - 221. This include: - the 32-bit uid_t and gid_t bases syscalls - 64-bit file offset/size based syscalls Revision Changes Path 1.43 +216 -167 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 Sat Sep 8 11:49:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E968237B406; Sat, 8 Sep 2001 11:49:31 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88InVc34340; Sat, 8 Sep 2001 11:49:31 -0700 (PDT) (envelope-from marcel) Message-Id: <200109081849.f88InVc34340@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 Sep 2001 11:49:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/08 11:49:31 PDT Modified files: sys/alpha/linux syscalls.master Log: o Introduce private types for use in linux syscalls for two reasons: 1. establish type independence for ease in porting and, 2. provide a visual queue as to which syscalls have proper prototypes to further cleanup the i386/alpha split. Linuxulator types are prefixed by 'l_'. void and char have not been "virtualized". o Provide dummy functions for all unimplemented syscalls, except for the osf1 syscalls. This can only be done if the osfulator implements at least all syscalls used by the linuxulator. Remove dummy functions for syscalls that are now truely unimplemented. o Set the syscall namespace as follows: Mark a syscall as OSF1 if the Linux kernel has prefixed the syscall with 'osf_' and has provided special implementations for it. Otherwise mark the syscall as LINUX by default. Some of the LINUX syscalls remain marked as BSD or POSIX. o Rename syscalls so they match the names used in the Linux kernel. Also, provide more accurate prototypes. This generally improves cross-referencing and reduces head-scratching. o Fix the (g|s)etresuid syscalls. They mapped to (g|s)etresgid. o Sanitize the the shm*, sem* and msg* syscalls. Their prototypes were dictated by the way these syscalls were used in the i386 code. That has been fixed. NOTE: linux_semctl now passes it's 'arg' parameter by value and not by reference. o Fix prototype of linux_utime. It takes a struct timeval, not a struct utimbuf. o Fix the linux_sysfs syscall. It's index is not 255, but 254. o Implement the following syscalls: linux_sysctl o Add the following new syscalls: (g|s)etresgid linux_pivot_root (dummy) linux_mincore (dummy) linux_pciconfig_iobase (dummy) linux_getdents64 Revision Changes Path 1.48 +211 -191 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 Sat Sep 8 11:55:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 567CE37B405; Sat, 8 Sep 2001 11:55:16 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88ItGt34734; Sat, 8 Sep 2001 11:55:16 -0700 (PDT) (envelope-from mharo) Message-Id: <200109081855.f88ItGt34734@freefall.freebsd.org> From: Michael Haro Date: Sat, 8 Sep 2001 11:55:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-IMAPClient Makefile distinfo pkg-descr pkg-plist ports/mail/p5-Mail-IMAPClient/files patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/09/08 11:55:16 PDT Modified files: mail/p5-Mail-IMAPClient Makefile distinfo pkg-descr pkg-plist mail/p5-Mail-IMAPClient/files patch-Makefile.PL Log: update to 2.1.4 set myself as the maintainer Revision Changes Path 1.8 +5 -4 ports/mail/p5-Mail-IMAPClient/Makefile 1.6 +1 -1 ports/mail/p5-Mail-IMAPClient/distinfo 1.2 +1 -1 ports/mail/p5-Mail-IMAPClient/pkg-descr 1.3 +3 -0 ports/mail/p5-Mail-IMAPClient/pkg-plist 1.2 +8 -44 ports/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 12: 7:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AED0B37B406; Sat, 8 Sep 2001 12:07:04 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88J74P38588; Sat, 8 Sep 2001 12:07:04 -0700 (PDT) (envelope-from marcel) Message-Id: <200109081907.f88J74P38588@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 Sep 2001 12:07:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux.h linux_dummy.c linux_genassym.c linux_machdep.c linux_proto.h linux_syscall.h linux_sysent.c src/sys/compat/linux linux_sysctl.c linux_file.c linux_ioctl.c linux_ipc.c linux_ipc.h linux_mib.c linux_misc.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/08 12:07:04 PDT Modified files: sys/alpha/linux linux.h linux_dummy.c linux_genassym.c linux_machdep.c linux_proto.h linux_syscall.h linux_sysent.c sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c linux_ipc.h linux_mib.c linux_misc.c linux_signal.c linux_signal.h linux_socket.c linux_stats.c sys/i386/linux linux.h linux_dummy.c linux_genassym.c linux_machdep.c linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c sys/modules/linux Makefile Added files: sys/compat/linux linux_sysctl.c Log: Round of cleanups and enhancements. These include (in random order): o Introduce private types for use in linux syscalls for two reasons: 1. establish type independence for ease in porting and, 2. provide a visual queue as to which syscalls have proper prototypes to further cleanup the i386/alpha split. Linuxulator types are prefixed by 'l_'. void and char have not been "virtualized". o Provide dummy functions for all syscalls and remove dummy functions or implementations of truely obsolete syscalls. o Sanitize the shm*, sem* and msg* syscalls. o Make a first attempt to implement the linux_sysctl syscall. At this time it only returns one MIB (KERN_VERSION), but most importantly, it tells us when we need to add additional sysctls :-) o Bump the kenel version up to 2.4.2 (this is not the same as the KERN_VERSION MIB, BTW). o Implement new syscalls, of which most are specific to i386. Our syscall table is now up to date with Linux 2.4.2. Some highlights: - Implement the 32-bit uid_t and gid_t bases syscalls. - Implement a couple of 64-bit file size/offset bases syscalls. o Fix or improve numerous syscalls and prototypes. o Reduce style(9) violations while I'm here. Especially indentation inconsistencies within the same file are addressed. Re-indenting did not obfuscate actual changes to the extend that it could not be combined. NOTE: I spend some time testing these changes and found that if there were regressions, they were not caused by these changes AFAICT. It was observed that installing a RH 7.1 runtime environment did make matters worse. Hangs and/or reboots have been observed with and without these changes, so when it failed to make life better in cases it doesn't look like it made it worse. Revision Changes Path 1.53 +169 -91 src/sys/alpha/linux/linux.h 1.32 +23 -7 src/sys/alpha/linux/linux_dummy.c 1.16 +3 -5 src/sys/alpha/linux/linux_genassym.c 1.14 +6 -8 src/sys/alpha/linux/linux_machdep.c 1.6 +459 -376 src/sys/alpha/linux/linux_proto.h 1.6 +32 -15 src/sys/alpha/linux/linux_syscall.h 1.6 +58 -51 src/sys/alpha/linux/linux_sysent.c 1.55 +562 -391 src/sys/compat/linux/linux_file.c 1.65 +4 -4 src/sys/compat/linux/linux_ioctl.c 1.23 +100 -127 src/sys/compat/linux/linux_ipc.c 1.6 +82 -16 src/sys/compat/linux/linux_ipc.h 1.13 +2 -2 src/sys/compat/linux/linux_mib.c 1.105 +658 -653 src/sys/compat/linux/linux_misc.c 1.31 +32 -32 src/sys/compat/linux/linux_signal.c 1.4 +5 -5 src/sys/compat/linux/linux_signal.h 1.28 +21 -20 src/sys/compat/linux/linux_socket.c 1.36 +204 -134 src/sys/compat/linux/linux_stats.c 1.55 +252 -137 src/sys/i386/linux/linux.h 1.30 +11 -40 src/sys/i386/linux/linux_dummy.c 1.16 +7 -9 src/sys/i386/linux/linux_genassym.c 1.18 +191 -102 src/sys/i386/linux/linux_machdep.c 1.44 +496 -398 src/sys/i386/linux/linux_proto.h 1.39 +54 -44 src/sys/i386/linux/linux_syscall.h 1.45 +81 -57 src/sys/i386/linux/linux_sysent.c 1.86 +23 -24 src/sys/i386/linux/linux_sysvec.c 1.53 +6 -6 src/sys/modules/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 12:10:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3486137B407; Sat, 8 Sep 2001 12:10:29 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88JAT038836; Sat, 8 Sep 2001 12:10:29 -0700 (PDT) (envelope-from sada) Message-Id: <200109081910.f88JAT038836@freefall.freebsd.org> From: SADA Kenji Date: Sat, 8 Sep 2001 12:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2html Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2001/09/08 12:10:29 PDT Modified files: devel/cvs2html Makefile distinfo Log: Upgrade to 1.90 . Revision Changes Path 1.10 +2 -2 ports/devel/cvs2html/Makefile 1.10 +1 -1 ports/devel/cvs2html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 12:12: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08EB937B403; Sat, 8 Sep 2001 12:11:59 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88JBxm38993; Sat, 8 Sep 2001 12:11:59 -0700 (PDT) (envelope-from olgeni) Message-Id: <200109081911.f88JBxm38993@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 8 Sep 2001 12:11:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mozart Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/09/08 12:11:58 PDT Modified files: lang/mozart Makefile distinfo Log: Update port to version 1.2.1 (20010816). Revision Changes Path 1.6 +7 -6 ports/lang/mozart/Makefile 1.4 +3 -3 ports/lang/mozart/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 12:33:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE72B37B406; Sat, 8 Sep 2001 12:33:04 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88JX4640384; Sat, 8 Sep 2001 12:33:04 -0700 (PDT) (envelope-from nik) Message-Id: <200109081933.f88JX4640384@freefall.freebsd.org> From: Nik Clayton Date: Sat, 8 Sep 2001 12:33:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj doc-set.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/09/08 12:33:04 PDT Modified files: en/docproj doc-set.sgml Log: Update to talk about books and articles, rather than the FAQ, Handbook, and tutorials. Prompted by: Bill Moran Revision Changes Path 1.10 +12 -28 www/en/docproj/doc-set.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 12:37: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE8B037B403; Sat, 8 Sep 2001 12:37:05 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Jb5u40722; Sat, 8 Sep 2001 12:37:05 -0700 (PDT) (envelope-from nik) Message-Id: <200109081937.f88Jb5u40722@freefall.freebsd.org> From: Nik Clayton Date: Sat, 8 Sep 2001 12:37:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj sgml.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/09/08 12:37:05 PDT Modified files: en/docproj sgml.sgml Log: Fix the links to the primer, pull out some outdated links to other material. Revision Changes Path 1.17 +3 -24 www/en/docproj/sgml.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 13: 2:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66EC937B407; Sat, 8 Sep 2001 13:02:33 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88K2XF42571; Sat, 8 Sep 2001 13:02:33 -0700 (PDT) (envelope-from dillon) Message-Id: <200109082002.f88K2XF42571@freefall.freebsd.org> From: Matt Dillon Date: Sat, 8 Sep 2001 13:02:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c kern_sig.c vfs_vnops.c src/sys/compat/pecoff imgact_pecoff.c src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/09/08 13:02:33 PDT Modified files: sys/kern imgact_aout.c imgact_elf.c kern_sig.c vfs_vnops.c sys/compat/pecoff imgact_pecoff.c sys/sys vnode.h Log: This brings in a Yahoo coredump patch from Paul, with additional mods by me (addition of vn_rdwr_inchunks). The problem Yahoo is solving is that if you have large process images core dumping, or you have a large number of forked processes all core dumping at the same time, the original coredump code would leave the vnode locked throughout. This can cause the directory vnode to get locked up, which can cause the parent directory vnode to get locked up, and so on all the way to the root node, locking the entire machine up for extremely long periods of time. This patch solves the problem in two ways. First it uses an advisory non-blocking lock to abort multiple processes trying to core to the same file. Second (my contribution) it chunks up the writes and uses bwillwrite() to avoid holding the vnode locked while blocking in the buffer cache. Submitted by: ps Reviewed by: dillon MFC after: 2 weeks Revision Changes Path 1.71 +5 -5 src/sys/kern/imgact_aout.c 1.103 +6 -5 src/sys/kern/imgact_elf.c 1.132 +20 -5 src/sys/kern/kern_sig.c 1.119 +40 -1 src/sys/kern/vfs_vnops.c 1.9 +5 -5 src/sys/compat/pecoff/imgact_pecoff.c 1.155 +4 -1 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14: 0:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0409237B401; Sat, 8 Sep 2001 14:00:19 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88L0Im48973; Sat, 8 Sep 2001 14:00:18 -0700 (PDT) (envelope-from nik) Message-Id: <200109082100.f88L0Im48973@freefall.freebsd.org> From: Nik Clayton Date: Sat, 8 Sep 2001 14:00:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/09/08 14:00:18 PDT Modified files: en docs.sgml Log: Add anchors for the books and articles sections. Revision Changes Path 1.118 +3 -3 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14: 4:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8EBA37B405; Sat, 8 Sep 2001 14:04:51 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88L4pX49290; Sat, 8 Sep 2001 14:04:51 -0700 (PDT) (envelope-from petef) Message-Id: <200109082104.f88L4pX49290@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Sep 2001 14:04:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmcpuload Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/08 14:04:51 PDT Modified files: sysutils/wmcpuload Makefile Log: - remove dead mirror - add USE_X_PREFIX (and bump PORTREVISION accordingly) - remove bogus NO_INSTALL_MANPAGES (no imake here...) PR: 30439 Submitted by: maintainer Revision Changes Path 1.5 +4 -6 ports/sysutils/wmcpuload/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14: 6:55 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id DEAFC37B406; Sat, 8 Sep 2001 14:06:46 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f88L6kM57362; Sat, 8 Sep 2001 14:06:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id BEF9D380A; Sat, 8 Sep 2001 14:06:45 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile In-Reply-To: <200109062259.f86MxVT88167@freefall.freebsd.org> Date: Sat, 08 Sep 2001 14:06:45 -0700 From: Peter Wemm Message-Id: <20010908210645.BEF9D380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David E. O'Brien" wrote: > obrien 2001/09/06 15:59:31 PDT > > Modified files: > gnu/usr.bin/binutils/libiberty Makefile > Log: > Fix the upgrade path from 4.1 and earlier. This is bogusly testing the kernel version, not the libc version. The version of the kernel has no bearing on what is in libc. IMHO, either put basename.c in unconditionally (it is not worth the pain) or do this: peter@ftp-master[5:46pm]~-129# ar t /usr/lib/libc.a | grep basename basename.o If you must test for it, I would feel happier if you had something along the lines of this: [**UNTESTED**] Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/binutils/libiberty/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/09/06 22:59:31 1.10 +++ Makefile 2001/09/08 21:01:20 @@ -2,13 +2,7 @@ .include "../Makefile.inc0" -# Get __FreeBSD_version -.if exists(/sbin/sysctl) -SYSCTL= /sbin/sysctl -.else -SYSCTL= /usr/sbin/sysctl -.endif -OSVERSION!= ${SYSCTL} -n kern.osreldate +LIBC_BASENAME!= ar tv /usr/lib/libc.a | grep basename .PATH: ${SRCDIR}/libiberty @@ -18,7 +12,7 @@ hex.c floatformat.c lbasename.c objalloc.c obstack.c safe-ctype.c \ xatexit.c xexit.c xmalloc.c \ xstrdup.c xstrerror.c -.if ${OSVERSION} < 420000 +.if ${LIBC_BASENAME} == "" SRCS+= basename.c .endif CFLAGS+= -DHAVE_CONFIG_H peter@overcee[2:01pm]/home/src/gnu/usr.bin/binutils/libiberty-105> make -V LIBC_BASENAME rw-r--r-- 0/0 1230 Aug 24 03:49 2001 basename.o However, this is all still a bit bogus as it will (like the sysctl method) cause basename.o to be linked into the cross-build as well as the host build. It would probably be better to test if we were doing the initial host build and unconditionally include that. Once we've generated the target libc we know that basename is available. (maybe test for $TOOLS_PREFIX or something). Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14:18:21 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 7BAA837B407; Sat, 8 Sep 2001 14:18:14 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f88LIEM57386; Sat, 8 Sep 2001 14:18:14 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 0C6F6380A; Sat, 8 Sep 2001 14:18:14 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: John Baldwin Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Doug Rabson Subject: Re: cvs commit: src/sys/boot/efi/libefi efifs.c Makefile efiboot In-Reply-To: Date: Sat, 08 Sep 2001 14:18:14 -0700 From: Peter Wemm Message-Id: <20010908211814.0C6F6380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 07-Sep-01 Doug Rabson wrote: > > On Fri, 7 Sep 2001, John Baldwin wrote: > > > >> > >> On 07-Sep-01 Doug Rabson wrote: > >> > dfr 2001/09/07 01:51:48 PDT > >> > > >> > Modified files: > >> > sys/boot/efi/libefi Makefile efiboot.h > >> > Added files: > >> > sys/boot/efi/libefi efifs.c > >> > Log: > >> > Add a libstand filesystem for accessing EFI native filesystems. > >> > >> Woot! So how far along are you know? Can you read a kernel into memory > >> now? > > > > Of course not :-). I can open the file and read some bytes from it. > > Hmmm, ok. So what's stopping you from opening the file named "kernel" and > sticking its bytes in one contiguous slab in memory? :) Granted, the current > kernel doesn't have any sort of non-ski console driver AFAIK. I built a libstand and loader.efi, after upgrading the SDV box to the current B17A firmware and loader.efi basically does this: fs0:\> loader Console: EFI Console FreeBSD/ia64 EFI boot, Revision 0.1 (peter@mhostname time date of build) not found The before the EFI upgrade, it didn't print the " not found" message before the hang. This was at about 5am and I was out of time, so I didn't get much chance to tinker. As a bonus, the B117A upgrade killed the linux installation on the disk.. It now fails when lilo / eli start up with "_PRT not found" so something pretty close to that. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14:24: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC80937B409; Sat, 8 Sep 2001 14:24:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88LO3G53780; Sat, 8 Sep 2001 14:24:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109082124.f88LO3G53780@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Sep 2001 14:24:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/textmaze Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/08 14:24:03 PDT Modified files: games Makefile Added files: games/textmaze Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add textmaze Generates mazes on a text terminal and lets you traverse them Revision Changes Path 1.410 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14:24:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EBF937B419; Sat, 8 Sep 2001 14:24:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88LOAF53858; Sat, 8 Sep 2001 14:24:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200109082124.f88LOAF53858@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Sep 2001 14:24:10 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/09/08 14:24:10 PDT Modified files: . modules Log: textmaze --> ports/games/textmaze Revision Changes Path 1.3825 +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 Sep 8 14:53: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 394A837B405; Sat, 8 Sep 2001 14:52:55 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f88LqtM57457; Sat, 8 Sep 2001 14:52:55 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id D8BCD380A; Sat, 8 Sep 2001 14:52:54 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm commit_prep.pl In-Reply-To: <200109080211.f882BZt86733@freefall.freebsd.org> Date: Sat, 08 Sep 2001 14:52:54 -0700 From: Peter Wemm Message-Id: <20010908215254.D8BCD380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > joe 2001/09/07 19:11:35 PDT > > Modified files: > . cfg.pm commit_prep.pl > Log: > Add code to unexpand $FreeBSD: xxxx $ (or whatever is defined in > the config file as being our $IDHEADER$) upon commit. This is useful > to avoid a '+1 -1' delta against the version string. This is broken, it happens before the $Id$ spamming checks. You only want this to be run after all the sanity checks are done. Of course then you have to fix all the return's from the function. :-) In fact, it should probably go after the &check_version() call, not inside check_version itself. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 14:55:26 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 904CB37B409; Sat, 8 Sep 2001 14:55:17 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1000) id 7B0B081D05; Sat, 8 Sep 2001 16:55:12 -0500 (CDT) Date: Sat, 8 Sep 2001 14:55:12 -0700 From: Paul Saab To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c kern_sig.c vfs_vnops.c src/sys/compat/pecoff imgact_pecoff.c src/sys/sys vnode.h Message-ID: <20010908145512.A63107@elvis.mu.org> References: <200109082002.f88K2XF42571@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: <200109082002.f88K2XF42571@freefall.freebsd.org>; from dillon@FreeBSD.org on Sat, Sep 08, 2001 at 01:02:33PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Not to take all the credit here, but it was Peter's idea to change to an advisory lock.. :) Matt Dillon (dillon@FreeBSD.org) wrote: > dillon 2001/09/08 13:02:33 PDT > > Modified files: > sys/kern imgact_aout.c imgact_elf.c kern_sig.c > vfs_vnops.c > sys/compat/pecoff imgact_pecoff.c > sys/sys vnode.h > Log: > This brings in a Yahoo coredump patch from Paul, with additional mods by > me (addition of vn_rdwr_inchunks). The problem Yahoo is solving is that > if you have large process images core dumping, or you have a large number of > forked processes all core dumping at the same time, the original coredump code > would leave the vnode locked throughout. This can cause the directory vnode > to get locked up, which can cause the parent directory vnode to get locked > up, and so on all the way to the root node, locking the entire machine up > for extremely long periods of time. > > This patch solves the problem in two ways. First it uses an advisory > non-blocking lock to abort multiple processes trying to core to the same > file. Second (my contribution) it chunks up the writes and uses bwillwrite() > to avoid holding the vnode locked while blocking in the buffer cache. > > Submitted by: ps > Reviewed by: dillon > MFC after: 2 weeks > > Revision Changes Path > 1.71 +5 -5 src/sys/kern/imgact_aout.c > 1.103 +6 -5 src/sys/kern/imgact_elf.c > 1.132 +20 -5 src/sys/kern/kern_sig.c > 1.119 +40 -1 src/sys/kern/vfs_vnops.c > 1.9 +5 -5 src/sys/compat/pecoff/imgact_pecoff.c > 1.155 +4 -1 src/sys/sys/vnode.h > -- Paul Saab Technical Yahoo ps@mu.org - ps@yahoo-inc.com - ps@freebsd.org Do You .. uhh .. Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 15:19:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5F37B403; Sat, 8 Sep 2001 15:18:59 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88MIxR59969; Sat, 8 Sep 2001 15:18:59 -0700 (PDT) (envelope-from peter) Message-Id: <200109082218.f88MIxR59969@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 Sep 2001 15:18:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/powerpc/powerpc vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/08 15:18:58 PDT Modified files: sys/alpha/alpha vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/powerpc/powerpc vm_machdep.c Log: Missing part of dillon's coredump commit. cpu_coredump() was still passing IO_NODELOCKED to vn_rdwr(), this would cause operations on the unlocked core vnode and softupdates nastiness if an a.out binary cored. Revision Changes Path 1.60 +2 -3 src/sys/alpha/alpha/vm_machdep.c 1.170 +3 -5 src/sys/i386/i386/vm_machdep.c 1.26 +2 -3 src/sys/ia64/ia64/vm_machdep.c 1.59 +2 -3 src/sys/powerpc/powerpc/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 Sat Sep 8 15:23:27 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 20F1537B401; Sat, 8 Sep 2001 15:23:15 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f88MNEM57529; Sat, 8 Sep 2001 15:23:14 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id BEFE1380A; Sat, 8 Sep 2001 15:23:13 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux.h linux_dummy.c linux_genassym.c linux_machdep.c linux_proto.h linux_syscall.h linux_sysent.c src/sys/compat/linux linux_sysctl.c linux_file.c linux_ioctl.c linux_ipc.c linux_ipc.h linux_mib.c linux_misc.c ... In-Reply-To: <200109081907.f88J74P38588@freefall.freebsd.org> Date: Sat, 08 Sep 2001 15:23:13 -0700 From: Peter Wemm Message-Id: <20010908222313.BEFE1380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Where is i386/linux/linux_uid16.c ? Marcel Moolenaar wrote: > marcel 2001/09/08 12:07:04 PDT > > Modified files: > sys/alpha/linux linux.h linux_dummy.c linux_genassym.c > linux_machdep.c linux_proto.h > linux_syscall.h linux_sysent.c > sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c > linux_ipc.h linux_mib.c linux_misc.c > linux_signal.c linux_signal.h > linux_socket.c linux_stats.c > sys/i386/linux linux.h linux_dummy.c linux_genassym.c > linux_machdep.c linux_proto.h > linux_syscall.h linux_sysent.c > linux_sysvec.c > sys/modules/linux Makefile > Added files: > sys/compat/linux linux_sysctl.c > Log: > Round of cleanups and enhancements. These include (in random order): > > o Introduce private types for use in linux syscalls for two reasons: > 1. establish type independence for ease in porting and, > 2. provide a visual queue as to which syscalls have proper > prototypes to further cleanup the i386/alpha split. > Linuxulator types are prefixed by 'l_'. void and char have not > been "virtualized". > > o Provide dummy functions for all syscalls and remove dummy functions > or implementations of truely obsolete syscalls. > > o Sanitize the shm*, sem* and msg* syscalls. > > o Make a first attempt to implement the linux_sysctl syscall. At this > time it only returns one MIB (KERN_VERSION), but most importantly, > it tells us when we need to add additional sysctls :-) > > o Bump the kenel version up to 2.4.2 (this is not the same as the > KERN_VERSION MIB, BTW). > > o Implement new syscalls, of which most are specific to i386. Our > syscall table is now up to date with Linux 2.4.2. Some highlights: > - Implement the 32-bit uid_t and gid_t bases syscalls. > - Implement a couple of 64-bit file size/offset bases syscalls. > > o Fix or improve numerous syscalls and prototypes. > > o Reduce style(9) violations while I'm here. Especially indentation > inconsistencies within the same file are addressed. Re-indenting > did not obfuscate actual changes to the extend that it could not > be combined. > > NOTE: I spend some time testing these changes and found that if there > were regressions, they were not caused by these changes AFAICT. > It was observed that installing a RH 7.1 runtime environment > did make matters worse. Hangs and/or reboots have been observed > with and without these changes, so when it failed to make life > better in cases it doesn't look like it made it worse. > > Revision Changes Path > 1.53 +169 -91 src/sys/alpha/linux/linux.h > 1.32 +23 -7 src/sys/alpha/linux/linux_dummy.c > 1.16 +3 -5 src/sys/alpha/linux/linux_genassym.c > 1.14 +6 -8 src/sys/alpha/linux/linux_machdep.c > 1.6 +459 -376 src/sys/alpha/linux/linux_proto.h > 1.6 +32 -15 src/sys/alpha/linux/linux_syscall.h > 1.6 +58 -51 src/sys/alpha/linux/linux_sysent.c > 1.55 +562 -391 src/sys/compat/linux/linux_file.c > 1.65 +4 -4 src/sys/compat/linux/linux_ioctl.c > 1.23 +100 -127 src/sys/compat/linux/linux_ipc.c > 1.6 +82 -16 src/sys/compat/linux/linux_ipc.h > 1.13 +2 -2 src/sys/compat/linux/linux_mib.c > 1.105 +658 -653 src/sys/compat/linux/linux_misc.c > 1.31 +32 -32 src/sys/compat/linux/linux_signal.c > 1.4 +5 -5 src/sys/compat/linux/linux_signal.h > 1.28 +21 -20 src/sys/compat/linux/linux_socket.c > 1.36 +204 -134 src/sys/compat/linux/linux_stats.c > 1.55 +252 -137 src/sys/i386/linux/linux.h > 1.30 +11 -40 src/sys/i386/linux/linux_dummy.c > 1.16 +7 -9 src/sys/i386/linux/linux_genassym.c > 1.18 +191 -102 src/sys/i386/linux/linux_machdep.c > 1.44 +496 -398 src/sys/i386/linux/linux_proto.h > 1.39 +54 -44 src/sys/i386/linux/linux_syscall.h > 1.45 +81 -57 src/sys/i386/linux/linux_sysent.c > 1.86 +23 -24 src/sys/i386/linux/linux_sysvec.c > 1.53 +6 -6 src/sys/modules/linux/Makefile > > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 15:35:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CB0937B405; Sat, 8 Sep 2001 15:35:29 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88MZTQ61203; Sat, 8 Sep 2001 15:35:29 -0700 (PDT) (envelope-from peter) Message-Id: <200109082235.f88MZTQ61203@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 Sep 2001 15:35:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha files.i386 files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/08 15:35:29 PDT Modified files: sys/conf files.alpha files.i386 files.pc98 Log: Add linux_sysctl.c, and linux_uid16.c to the x86 platforms. Revision Changes Path 1.71 +2 -1 src/sys/conf/files.alpha 1.373 +3 -1 src/sys/conf/files.i386 1.204 +3 -1 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 15:47: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 9422A37B405; Sat, 8 Sep 2001 15:46:59 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f88MkxM57573; Sat, 8 Sep 2001 15:46:59 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 40BDA380A; Sat, 8 Sep 2001 15:46:59 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.alpha files.i386 files.pc98 In-Reply-To: <200109082235.f88MZTQ61203@freefall.freebsd.org> Date: Sat, 08 Sep 2001 15:46:59 -0700 From: Peter Wemm Message-Id: <20010908224659.40BDA380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > peter 2001/09/08 15:35:29 PDT > > Modified files: > sys/conf files.alpha files.i386 files.pc98 > Log: > Add linux_sysctl.c, and linux_uid16.c to the x86 platforms. Neither the module nor the kernel build without linux_uid16.c already. This changes the build failure from undefined symbols to file-not-found. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 15:53:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FF8437B407; Sat, 8 Sep 2001 15:53:27 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88MrRX62234; Sat, 8 Sep 2001 15:53:27 -0700 (PDT) (envelope-from semenu) Message-Id: <200109082253.f88MrRX62234@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 8 Sep 2001 15:53:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/09/08 15:53:27 PDT Modified files: sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c Log: Fix errors and warnings when compiling with NTFS_DEBUG > 1 MFC after: 2 weeks Revision Changes Path 1.15 +3 -3 src/sys/fs/ntfs/ntfs_subr.c 1.32 +3 -5 src/sys/fs/ntfs/ntfs_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 Sep 8 15:57: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDF4D37B406; Sat, 8 Sep 2001 15:57:03 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Mv3p62556; Sat, 8 Sep 2001 15:57:03 -0700 (PDT) (envelope-from semenu) Message-Id: <200109082257.f88Mv3p62556@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 8 Sep 2001 15:57:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/09/08 15:57:03 PDT Modified files: sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log: Reference devvp on ntnode creation and dereference on removal. Previous code lead to page faults becouse i_devvp went zero after VOP_RECLAIM, but ntnode was reused (not reclaimed). MFC after: 2 weeks Revision Changes Path 1.16 +21 -21 src/sys/fs/ntfs/ntfs_subr.c 1.33 +1 -2 src/sys/fs/ntfs/ntfs_vfsops.c 1.23 +1 -5 src/sys/fs/ntfs/ntfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 15:59:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC11637B406; Sat, 8 Sep 2001 15:59:12 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88MxCt62715; Sat, 8 Sep 2001 15:59:12 -0700 (PDT) (envelope-from semenu) Message-Id: <200109082259.f88MxCt62715@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 8 Sep 2001 15:59:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/09/08 15:59:12 PDT Modified files: sys/fs/ntfs ntfs_subr.c Log: Fix opening particular file's attributes (as described in man page). This is useful for debug purposes. MFC after: 2 weeks Revision Changes Path 1.17 +15 -10 src/sys/fs/ntfs/ntfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 15:59:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83D7837B408; Sat, 8 Sep 2001 15:59:30 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88MxUI62761; Sat, 8 Sep 2001 15:59:30 -0700 (PDT) (envelope-from marcel) Message-Id: <200109082259.f88MxUI62761@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 Sep 2001 15:59:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys elf_common.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/08 15:59:30 PDT Modified files: sys/sys elf_common.h Log: Catch up with common usage: o Define ELFMAG and SELFMAG as an alternative to test the ELF magic. ELFMAG is the magic; SELFMAG is the size of the magic. Use with strncmp() or memcmp(). o Define SHT_NUM as the number of predefined sections. Note: style(9) deviation for consistency. Revision Changes Path 1.10 +4 -1 src/sys/sys/elf_common.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 16: 3:18 2001 Delivered-To: cvs-all@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 0CEE337B407; Sat, 8 Sep 2001 16:03:13 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f88N3Cf42872; Sat, 8 Sep 2001 16:03:12 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f88N3L206375; Sat, 8 Sep 2001 16:03:21 -0700 (PDT) (envelope-from marcel) Date: Sat, 8 Sep 2001 16:03:21 -0700 From: Marcel Moolenaar To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux.h linux_dummy.c linux_genassym.c linux_machdep.c linux_proto.h linux_syscall.h linux_sysent.c src/sys/compat/linux linux_sysctl.c linux_file.c linux_ioctl.c linux_ipc.c linux_ipc.h linux_mib.c linux_misc.c ... Message-ID: <20010908160321.A6363@dhcp01.pn.xcllnt.net> References: <200109081907.f88J74P38588@freefall.freebsd.org> <20010908222313.BEFE1380A@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010908222313.BEFE1380A@overcee.netplex.com.au> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 08, 2001 at 03:23:13PM -0700, Peter Wemm wrote: > Where is i386/linux/linux_uid16.c ? It's compat/linux/linux_uid16.c. It has been checked in earlier. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 16: 4: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B30F37B408; Sat, 8 Sep 2001 16:03:53 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88N3rO63067; Sat, 8 Sep 2001 16:03:53 -0700 (PDT) (envelope-from semenu) Message-Id: <200109082303.f88N3rO63067@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 8 Sep 2001 16:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c src/sys/fs/ntfs ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/09/08 16:03:53 PDT Modified files: sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c sys/fs/ntfs ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h Log: Stole unicode translation table from mount_msdos. Add kernel code to support this translation. MFC after: 2 weeks Revision Changes Path 1.6 +3 -1 src/sbin/mount_ntfs/Makefile 1.13 +7 -1 src/sbin/mount_ntfs/mount_ntfs.8 1.6 +78 -3 src/sbin/mount_ntfs/mount_ntfs.c 1.11 +3 -1 src/sys/fs/ntfs/ntfs.h 1.18 +109 -18 src/sys/fs/ntfs/ntfs_subr.c 1.11 +13 -2 src/sys/fs/ntfs/ntfs_subr.h 1.34 +14 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.24 +2 -2 src/sys/fs/ntfs/ntfs_vnops.c 1.7 +3 -1 src/sys/fs/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 16:21:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8EE137B403; Sat, 8 Sep 2001 16:21:28 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88NLSk67204; Sat, 8 Sep 2001 16:21:28 -0700 (PDT) (envelope-from mp) Message-Id: <200109082321.f88NLSk67204@freefall.freebsd.org> From: Mark Peek Date: Sat, 8 Sep 2001 16:21:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/tcsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/09/08 16:21:28 PDT Modified files: shells/tcsh Makefile Log: Make sure change in patching "builds" correctly on more recent systems. Submitted by: gshapiro Revision Changes Path 1.41 +3 -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 Sat Sep 8 16:26:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B106337B40A; Sat, 8 Sep 2001 16:26:40 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88NQew67543; Sat, 8 Sep 2001 16:26:40 -0700 (PDT) (envelope-from marcel) Message-Id: <200109082326.f88NQew67543@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 Sep 2001 16:26:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/08 16:26:40 PDT Modified files: sys/conf files.i386 files.pc98 Log: Correct intended fix to my foul-up. linux_uid16.c is in sys/compat/linux not in sys/i386/linux. Revision Changes Path 1.374 +2 -2 src/sys/conf/files.i386 1.205 +2 -2 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 16:35:39 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 11D2537B408; Sat, 8 Sep 2001 16:35:32 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f88NZVM57692; Sat, 8 Sep 2001 16:35:31 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 8F257380A; Sat, 8 Sep 2001 16:35:31 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 In-Reply-To: <200109082326.f88NQew67543@freefall.freebsd.org> Date: Sat, 08 Sep 2001 16:35:31 -0700 From: Peter Wemm Message-Id: <20010908233531.8F257380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marcel Moolenaar wrote: > marcel 2001/09/08 16:26:40 PDT > > Modified files: > sys/conf files.i386 files.pc98 > Log: > Correct intended fix to my foul-up. > > linux_uid16.c is in sys/compat/linux not in sys/i386/linux. My apologies. The part that threw me was the #ifdef i386 in linux/Makefile. I presume this means it is not needed for alpha? Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 16:45:51 2001 Delivered-To: cvs-all@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 9C2A537B408; Sat, 8 Sep 2001 16:45:44 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f88Njif42965; Sat, 8 Sep 2001 16:45:44 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f88NjrM06636; Sat, 8 Sep 2001 16:45:53 -0700 (PDT) (envelope-from marcel) Date: Sat, 8 Sep 2001 16:45:52 -0700 From: Marcel Moolenaar To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 Message-ID: <20010908164552.C6363@dhcp01.pn.xcllnt.net> References: <200109082326.f88NQew67543@freefall.freebsd.org> <20010908233531.8F257380A@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010908233531.8F257380A@overcee.netplex.com.au> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 08, 2001 at 04:35:31PM -0700, Peter Wemm wrote: > Marcel Moolenaar wrote: > > marcel 2001/09/08 16:26:40 PDT > > > > Modified files: > > sys/conf files.i386 files.pc98 > > Log: > > Correct intended fix to my foul-up. > > > > linux_uid16.c is in sys/compat/linux not in sys/i386/linux. > > My apologies. No problem. I completely forgot about it... > The part that threw me was the #ifdef i386 in linux/Makefile. > I presume this means it is not needed for alpha? Yes. It applies only to 32-bit architectures. To us it means i386, but I thought that putting the 16-bit uid_t and gid_t syscalls in compat would better reflect its more generic use and also prevent future repo copying if we ever get more 32-bit ports of the Linuxulator. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 17:36:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E5937B406; Sat, 8 Sep 2001 17:36:21 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f890aL077935; Sat, 8 Sep 2001 17:36:21 -0700 (PDT) (envelope-from grog) Message-Id: <200109090036.f890aL077935@freefall.freebsd.org> From: Greg Lehey Date: Sat, 8 Sep 2001 17:36:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/09/08 17:36:21 PDT Modified files: usr.bin/calendar/calendars calendar.birthday Log: Add Dennis Ritchie. Revision Changes Path 1.13 +2 -1 src/usr.bin/calendar/calendars/calendar.birthday To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 17:40: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73E2C37B409; Sat, 8 Sep 2001 17:40:05 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f890e5I78332; Sat, 8 Sep 2001 17:40:05 -0700 (PDT) (envelope-from mike) Message-Id: <200109090040.f890e5I78332@freefall.freebsd.org> From: Mike Barcroft Date: Sat, 8 Sep 2001 17:40:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/users Makefile users.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/09/08 17:40:05 PDT Modified files: usr.bin/users Makefile users.c Log: Remove a bogus cast and lockdown users(1) with WARNS?=2 Submitted by: David Hill Reviewed by: -audit MFC after: 1 week Revision Changes Path 1.2 +2 -0 src/usr.bin/users/Makefile 1.6 +2 -2 src/usr.bin/users/users.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 17:53:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0798F37B40C; Sat, 8 Sep 2001 17:53:08 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f890r7N79237; Sat, 8 Sep 2001 17:53:07 -0700 (PDT) (envelope-from tegge) Message-Id: <200109090053.f890r7N79237@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Sep 2001 17:53:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files uthread_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/09/08 17:53:07 PDT Modified files: devel/linuxthreads/files uthread_file.c Log: Use libc version of _flockfile() and _funlockfile() on 5.0-CURRENT. Revision Changes Path 1.4 +10 -0 ports/devel/linuxthreads/files/uthread_file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 17:57:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B441637B407; Sat, 8 Sep 2001 17:57:11 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f890vBI79551; Sat, 8 Sep 2001 17:57:11 -0700 (PDT) (envelope-from tegge) Message-Id: <200109090057.f890vBI79551@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Sep 2001 17:57:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files clone.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/09/08 17:57:11 PDT Modified files: devel/linuxthreads/files clone.S Log: Set frame pointer to 0 before calling function in child process to indicate that the stack frame chain stops here. Revision Changes Path 1.5 +1 -0 ports/devel/linuxthreads/files/clone.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 18: 9:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F84D37B40A; Sat, 8 Sep 2001 18:09:51 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8919pg83389; Sat, 8 Sep 2001 18:09:51 -0700 (PDT) (envelope-from petef) Message-Id: <200109090109.f8919pg83389@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Sep 2001 18:09:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/menushki pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/08 18:09:51 PDT Modified files: misc/menushki pkg-descr Log: Update WWW: tag Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/misc/menushki/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 Sep 8 18:12:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A969C37B40A; Sat, 8 Sep 2001 18:12:47 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f891ClB83650; Sat, 8 Sep 2001 18:12:47 -0700 (PDT) (envelope-from tegge) Message-Id: <200109090112.f891ClB83650@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Sep 2001 18:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads Makefile ports/devel/linuxthreads/files condwait-patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/09/08 18:12:47 PDT Modified files: devel/linuxthreads Makefile Added files: devel/linuxthreads/files condwait-patch Log: Add an optional experimental patch that reduce the number of context switches on UP systems when the thread waiting on a condition has a higher priority than the thread signalling the condition. Bump port revision. Revision Changes Path 1.23 +21 -2 ports/devel/linuxthreads/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 18:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B98C537B403; Sat, 8 Sep 2001 18:31:20 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f891VKo84694; Sat, 8 Sep 2001 18:31:20 -0700 (PDT) (envelope-from jdp) Message-Id: <200109090131.f891VKo84694@freefall.freebsd.org> From: John Polstra Date: Sat, 8 Sep 2001 18:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pm3-base/files patch-ea patch-eb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/09/08 18:31:20 PDT Added files: lang/pm3-base/files patch-ea patch-eb Log: Fix a bug which (among other things) caused the installation of some M3 packages to fail if "." was at the beginning of $PATH. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 18:41:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54D1A37B409; Sat, 8 Sep 2001 18:41:41 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f891ffw85478; Sat, 8 Sep 2001 18:41:41 -0700 (PDT) (envelope-from murray) Message-Id: <200109090141.f891ffw85478@freefall.freebsd.org> From: Murray Stokely Date: Sat, 8 Sep 2001 18:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/stallion/bootcode 2681.sys.uu cdk.sys.uu X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/08 18:41:40 PDT Modified files: (Branch: RELENG_4) usr.sbin/stallion/bootcode 2681.sys.uu cdk.sys.uu Log: Change the file mode from 440 to 444 of the uuencoded firmware. If a user tries to installworld over NFS, it is likely that root privilege on the client does not mean root on the server, so we must have read permission for the rest of the world in order to install this file. PR: bin/30420 Submitted by: David Wolfskill , kris Approved by: jkh Revision Changes Path 1.3.6.2 +2 -2 src/usr.sbin/stallion/bootcode/2681.sys.uu 1.2.10.2 +2 -2 src/usr.sbin/stallion/bootcode/cdk.sys.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 18:42:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7C9537B406; Sat, 8 Sep 2001 18:42:22 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f891gML85633; Sat, 8 Sep 2001 18:42:22 -0700 (PDT) (envelope-from petef) Message-Id: <200109090142.f891gML85633@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Sep 2001 18:42:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/converters/gbase Makefile distinfo pkg-comment pkg-descr pkg-plist ports/converters/gbase/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/08 18:42:22 PDT Modified files: converters Makefile Added files: converters/gbase Makefile distinfo pkg-comment pkg-descr pkg-plist converters/gbase/files patch-Makefile Log: add gbase 0.5 A program to convert between the 4 common bases used in programming PR: 30429 Submitted by: Patrick Li Revision Changes Path 1.63 +2 -1 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 18:42:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E50537B40A; Sat, 8 Sep 2001 18:42:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f891gfL85695; Sat, 8 Sep 2001 18:42:41 -0700 (PDT) (envelope-from petef) Message-Id: <200109090142.f891gfL85695@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Sep 2001 18:42:41 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/09/08 18:42:41 PDT Modified files: . modules Log: gbase --> ports/converters/gbase Revision Changes Path 1.3826 +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 Sep 8 19:22: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC05B37B401; Sat, 8 Sep 2001 19:21:57 -0700 (PDT) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f892Lvj91246; Sat, 8 Sep 2001 19:21:57 -0700 (PDT) (envelope-from rpratt) Message-Id: <200109090221.f892Lvj91246@freefall.freebsd.org> From: Randy Pratt Date: Sat, 8 Sep 2001 19:21:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/09/08 19:21:57 PDT Modified files: en_US.ISO8859-1/articles Makefile Log: Fix committers-guide being skipped during build. Approved by: murray Revision Changes Path 1.16 +2 -2 doc/en_US.ISO8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 19:23:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A52837B406; Sat, 8 Sep 2001 19:23:06 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f892N6091345; Sat, 8 Sep 2001 19:23:06 -0700 (PDT) (envelope-from grog) Message-Id: <200109090223.f892N6091345@freefall.freebsd.org> From: Greg Lehey Date: Sat, 8 Sep 2001 19:23:06 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/09/08 19:23:06 PDT Modified files: sbin/vinum vinum.8 Log: Use a better stripe size in the examples. Noted by: Sean Eric Fagan Revision Changes Path 1.53 +13 -13 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 Sat Sep 8 20: 7:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4052837B406; Sat, 8 Sep 2001 20:07:16 -0700 (PDT) Received: (from dwhite@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8937G797046; Sat, 8 Sep 2001 20:07:16 -0700 (PDT) (envelope-from dwhite) Message-Id: <200109090307.f8937G797046@freefall.freebsd.org> From: Doug White Date: Sat, 8 Sep 2001 20:07:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwhite 2001/09/08 20:07:16 PDT Modified files: sys/dev/usb usbdevs Log: Add entry for Accton USB320-EC Ethernet adapter. MFC after: 14 Revision Changes Path 1.64 +4 -1 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 20: 7:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4382037B405; Sat, 8 Sep 2001 20:07:33 -0700 (PDT) Received: (from dwhite@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8937XF97083; Sat, 8 Sep 2001 20:07:33 -0700 (PDT) (envelope-from dwhite) Message-Id: <200109090307.f8937XF97083@freefall.freebsd.org> From: Doug White Date: Sat, 8 Sep 2001 20:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwhite 2001/09/08 20:07:33 PDT Modified files: sys/dev/usb usbdevs.h Log: Regen. Revision Changes Path 1.80 +4 -1 src/sys/dev/usb/usbdevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 20: 8:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC2B37B409; Sat, 8 Sep 2001 20:08:30 -0700 (PDT) Received: (from dwhite@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8938UQ97145; Sat, 8 Sep 2001 20:08:30 -0700 (PDT) (envelope-from dwhite) Message-Id: <200109090308.f8938UQ97145@freefall.freebsd.org> From: Doug White Date: Sat, 8 Sep 2001 20:08:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwhite 2001/09/08 20:08:30 PDT Modified files: sys/dev/usb if_aue.c Log: Add support for the Accton USB320-EC Ethernet adapter. MFC after: 14 Revision Changes Path 1.42 +3 -2 src/sys/dev/usb/if_aue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 20:46:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54A7D37B405; Sat, 8 Sep 2001 20:46:13 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f893kDG99712; Sat, 8 Sep 2001 20:46:13 -0700 (PDT) (envelope-from kris) Message-Id: <200109090346.f893kDG99712@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 8 Sep 2001 20:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/freebsd-uucp Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/08 20:46:13 PDT Modified files: net Makefile Added files: net/freebsd-uucp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp tree currently in src/, in preparation for removing this infrequently-used set of tools out of the base system. The port distfile contains a copy of the /home/ncvs/src/gnu/libexec/uucp FreeBSD CVS repository (with a few extra commits to make the build more port-friendly), and checks out a copy during the configure phase. Changes to this port should be made by checking them into this internal repository and rerolling the distfile. This port currently uses the same spool directories in /var/spool, and contains a 'make upgrade' target to copy config files from /etc/uucp to ${PREFIX}/etc/uucp. Please test this port for missing/broken functionality. In particular, there might be more we need to do in the 'make upgrade' target. Revision Changes Path 1.612 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 21:46:34 2001 Delivered-To: cvs-all@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id B3C8137B407; Sat, 8 Sep 2001 21:46:29 -0700 (PDT) Received: from austin.lovett.com ([66.25.157.243] helo=klendathu.lovett.com ident=ident) by omega.lovett.com with esmtp (Exim 3.31 #1) id 15fwUH-0006Nm-00; Sat, 08 Sep 2001 21:46:29 -0700 Received: from ade by klendathu.lovett.com with local (Exim 3.33 #1) id 15fwUG-0009kK-00; Sat, 08 Sep 2001 23:46:28 -0500 Date: Sat, 8 Sep 2001 23:46:28 -0500 From: Ade Lovett To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/freebsd-uucp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010908234628.H9547@FreeBSD.org> References: <200109090346.f893kDG99712@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: <200109090346.f893kDG99712@freefall.freebsd.org>; from kris@FreeBSD.org on Sat, Sep 08, 2001 at 08:46:13PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 08, 2001 at 08:46:13PM -0700, Kris Kennaway wrote: > Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp > tree currently in src/, in preparation for removing this infrequently-used > set of tools out of the base system. When will we see the same treatment for the r-commands, /usr/games, etc.. etc.. ? Is this the first step on packaging up the entire system, or simply a case of being able to say "it's a ports problem" when further security concerns are discovered with it? Regards, -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Sat Sep 8 21:54:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E9937B409; Sat, 8 Sep 2001 21:54:10 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f894sAc07178; Sat, 8 Sep 2001 21:54:10 -0700 (PDT) (envelope-from dillon) Message-Id: <200109090454.f894sAc07178@freefall.freebsd.org> From: Matt Dillon Date: Sat, 8 Sep 2001 21:54:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tip/tip Makefile src/gnu/libexec/uucp/cu Makefile src/gnu/libexec/uucp/uucp Makefile src/gnu/libexec/uucp/uuname Makefile src/gnu/libexec/uucp/uustat Makefile src/gnu/libexec/uucp/uux Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/09/08 21:54:10 PDT Modified files: usr.bin/tip/tip Makefile gnu/libexec/uucp/cu Makefile gnu/libexec/uucp/uucp Makefile gnu/libexec/uucp/uuname Makefile gnu/libexec/uucp/uustat Makefile gnu/libexec/uucp/uux Makefile Log: Make sure that all non-root-owned binaries in standard system paths are chflaged 'schg' to prevent exploit vectors when run by cron, by a root user, or by a user other then the one owning the binary. This applies to most of the uucp binaries, cu, tip, and man (man was already installed properly). MFC will occur when approved. Revision Changes Path 1.12 +2 -1 src/usr.bin/tip/tip/Makefile 1.9 +2 -1 src/gnu/libexec/uucp/cu/Makefile 1.7 +2 -1 src/gnu/libexec/uucp/uucp/Makefile 1.6 +2 -2 src/gnu/libexec/uucp/uuname/Makefile 1.6 +2 -1 src/gnu/libexec/uucp/uustat/Makefile 1.7 +2 -1 src/gnu/libexec/uucp/uux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 21:57:12 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 5B29237B405; Sat, 8 Sep 2001 21:57:05 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C08A466D0A; Sat, 8 Sep 2001 21:57:04 -0700 (PDT) Date: Sat, 8 Sep 2001 21:57:04 -0700 From: Kris Kennaway To: Ade Lovett Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/freebsd-uucp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010908215704.A40054@xor.obsecurity.org> References: <200109090346.f893kDG99712@freefall.freebsd.org> <20010908234628.H9547@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010908234628.H9547@FreeBSD.org>; from ade@FreeBSD.org on Sat, Sep 08, 2001 at 11:46:28PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 08, 2001 at 11:46:28PM -0500, Ade Lovett wrote: > On Sat, Sep 08, 2001 at 08:46:13PM -0700, Kris Kennaway wrote: > > Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp > > tree currently in src/, in preparation for removing this infrequently= -used > > set of tools out of the base system. >=20 > When will we see the same treatment for the r-commands, /usr/games, etc.. > etc.. ? Is this the first step on packaging up the entire system You could think of it that way if you like. > or simply a case of being able to say "it's a ports problem" when > further security concerns are discovered with it? It's a security risk we can't easily fix completely at this point in time, and this is a way to compartmentalize the impact so all FreeBSD systems aren't affected, but only those who choose to use it and know the risks. It's been a removal target for a long time since it's so rarely used, and I really think it can be moved out without creating undue hassles for administrators who do use it. Kris --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7mvagWry0BWjoQKURAlfMAKCjaSMjUimiRZ6xLlX0b750OEaK+QCeJgY7 QO7ihtg6rYh6AMYhdSJg2fQ= =goS0 -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 22: 6:31 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 6009237B405; Sat, 8 Sep 2001 22:06:27 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f8956Rj31276; Sat, 8 Sep 2001 22:06:27 -0700 (PDT) (envelope-from dillon) Date: Sat, 8 Sep 2001 22:06:27 -0700 (PDT) From: Matt Dillon Message-Id: <200109090506.f8956Rj31276@earth.backplane.com> To: Paul Saab Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c kern_sig.c vfs_vnops.c src/sys/compat/pecoff imgact_pecoff.c src/sys/sys vnode.h References: <200109082002.f88K2XF42571@freefall.freebsd.org> <20010908145512.A63107@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Not to take all the credit here, but it was Peter's idea to change to :an advisory lock.. :) : :Matt Dillon (dillon@FreeBSD.org) wrote: :> dillon 2001/09/08 13:02:33 PDT Oops! I'll do a -f commit to correct the sourcing information. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 22: 8:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C30B437B406; Sat, 8 Sep 2001 22:08:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8958Rm10898; Sat, 8 Sep 2001 22:08:27 -0700 (PDT) (envelope-from kris) Message-Id: <200109090508.f8958Rm10898@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 8 Sep 2001 22:08:27 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/08 22:08:27 PDT Modified files: . modules Log: freebsd-uucp -> ports/net/freebsd-uucp Revision Changes Path 1.3827 +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 Sep 8 22: 8:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46AF837B41F; Sat, 8 Sep 2001 22:08:33 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8958Xj10942; Sat, 8 Sep 2001 22:08:33 -0700 (PDT) (envelope-from dillon) Message-Id: <200109090508.f8958Xj10942@freefall.freebsd.org> From: Matt Dillon Date: Sat, 8 Sep 2001 22:08:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/09/08 22:08:33 PDT Modified files: sys/kern imgact_elf.c Log: The basis for the recent coredump commit had the wrong attribution. The new attribution is below. Submitted by: peter, ps Revision Changes Path 1.104 +1 -1 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 22:15:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A965837B40D; Sat, 8 Sep 2001 22:15:45 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f895FjI11298; Sat, 8 Sep 2001 22:15:45 -0700 (PDT) (envelope-from kris) Message-Id: <200109090515.f895FjI11298@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 8 Sep 2001 22:15:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freebsd-uucp pkg-message Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/08 22:15:45 PDT Modified files: net/freebsd-uucp Makefile distinfo pkg-plist Added files: net/freebsd-uucp pkg-message Log: Reroll the distfile (no version bump needed, because it was never readable long enough to be mirrored, so no-one else has a copy) to include the /etc/periodic UUCP-related files and install them appropriately. Revision Changes Path 1.2 +3 -1 ports/net/freebsd-uucp/Makefile 1.2 +1 -1 ports/net/freebsd-uucp/distinfo 1.2 +4 -1 ports/net/freebsd-uucp/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 Sep 8 22:22:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A8CC37B40B; Sat, 8 Sep 2001 22:22:45 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f895Mjr11863; Sat, 8 Sep 2001 22:22:45 -0700 (PDT) (envelope-from will) Message-Id: <200109090522.f895Mjr11863@freefall.freebsd.org> From: Will Andrews Date: Sat, 8 Sep 2001 22:22:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt145 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/09/08 22:22:45 PDT Modified files: x11-toolkits/qt145 Makefile Log: Make it so you can ``pkg_add -r qt1'' and get Qt 1.45. This is lame, but I think we'll be removing this port within the next three months anyway. Well, maybe not -- TBD, I guess. Requested by: obrien Revision Changes Path 1.54 +2 -2 ports/x11-toolkits/qt145/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 8 22:53: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D49637B405; Sat, 8 Sep 2001 22:53:02 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f895r2b13416; Sat, 8 Sep 2001 22:53:02 -0700 (PDT) (envelope-from kris) Message-Id: <200109090553.f895r2b13416@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 8 Sep 2001 22:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 410.status-uucp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/08 22:53:01 PDT Modified files: etc/periodic/daily 410.status-uucp Log: Run the uustat command as the uucp user, not as root. Revision Changes Path 1.6 +2 -2 src/etc/periodic/daily/410.status-uucp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message