From owner-freebsd-bugs Sun Jul 21 5:11:43 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B39437B400; Sun, 21 Jul 2002 05:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A6743E31; Sun, 21 Jul 2002 05:11:38 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LCBcJU050775; Sun, 21 Jul 2002 05:11:38 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LCBYgF050771; Sun, 21 Jul 2002 05:11:34 -0700 (PDT) Date: Sun, 21 Jul 2002 05:11:34 -0700 (PDT) From: Yar Tikhiy Message-Id: <200207211211.g6LCBYgF050771@freefall.freebsd.org> To: ndehne@clan-planet.ch, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/37250: [PATCH] ftpd(8) cannot delete stale symlinks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] ftpd(8) cannot delete stale symlinks State-Changed-From-To: open->patched State-Changed-By: yar State-Changed-When: Sun Jul 21 05:07:22 PDT 2002 State-Changed-Why: Two instances of this bug have been fixed in CURRENT. Thanks for pointing out at it. By the way besides stale symlinks, this bug had prohibited deleting symlinks pointing to directories. Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Sun Jul 21 05:07:22 PDT 2002 Responsible-Changed-Why: MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=37250 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 6: 0:21 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DD737B405 for ; Sun, 21 Jul 2002 06:00:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B31043E64 for ; Sun, 21 Jul 2002 06:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LD0JJU056768 for ; Sun, 21 Jul 2002 06:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LD0J6F056767; Sun, 21 Jul 2002 06:00:19 -0700 (PDT) Date: Sun, 21 Jul 2002 06:00:19 -0700 (PDT) Message-Id: <200207211300.g6LD0J6F056767@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yar Tikhiy Subject: Re: bin/36955: Stock ftpd does not reuse ports in passive mode and fails Reply-To: Yar Tikhiy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36955; it has been noted by GNATS. From: Yar Tikhiy To: Maxim Konovalov Cc: bug-followup@freebsd.org, Eugene Grosbein Subject: Re: bin/36955: Stock ftpd does not reuse ports in passive mode and fails Date: Sun, 21 Jul 2002 16:59:45 +0400 Setting SO_REUSEADDR on a listening socket is always a good idea. Plese refer to the following URL for a detailed explanation: http://www.kohala.com/start/torek.94dec31.txt BTW, I'd omit casting the "&on" parameter to setsockopt(2) to "char *" since now setsockopt(2) expects "void *" there. In general, all that pointer casting in our ftpd is a real mess. As a matter of fact, a pointer (or 0 as the null pointer) needs to be casted to a certain type only when passing it to a function without a prototype. And casting such a pointer to a wrong type is a really bad thing to do. -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 7:10: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DBE37B400 for ; Sun, 21 Jul 2002 07:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4892543E42 for ; Sun, 21 Jul 2002 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LEA2JU081484 for ; Sun, 21 Jul 2002 07:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LEA2gO081483; Sun, 21 Jul 2002 07:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 422DC37B400 for ; Sun, 21 Jul 2002 07:02:21 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0736A43E31 for ; Sun, 21 Jul 2002 07:02:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LE2KOT015155 for ; Sun, 21 Jul 2002 07:02:20 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6LE2Ktb015154; Sun, 21 Jul 2002 07:02:20 -0700 (PDT) Message-Id: <200207211402.g6LE2Ktb015154@www.freebsd.org> Date: Sun, 21 Jul 2002 07:02:20 -0700 (PDT) From: Marcel Prisi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/40837: SMC EN5251BE ethernet chipset gets incorrect MAC address throuch dc driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40837 >Category: misc >Synopsis: SMC EN5251BE ethernet chipset gets incorrect MAC address throuch dc driver >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 07:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marcel Prisi >Release: 4.6 >Organization: Virtua SเRL >Environment: FreeBSD jolabraise.aubonne.virtua.ch 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: When using an SMC ethernet card based on the SMC EN5251BE chipset, the kernel dc driver discovers a wrong mac address, 08:00:08:00:08:00. The cards seems to work correctly, but of course, you can not use more than one of these cards on the same physical network. dmesg output : dc0: port 0x6500-0x65ff mem 0xe4010000-0xe40103ff irq 9 at device 8.0 on pci0 >How-To-Repeat: Just plug-in the SMC card and ifconfig. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 7:30: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15B237B401 for ; Sun, 21 Jul 2002 07:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E71743E31 for ; Sun, 21 Jul 2002 07:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LEU5JU083158 for ; Sun, 21 Jul 2002 07:30:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LEU5IF083157; Sun, 21 Jul 2002 07:30:05 -0700 (PDT) Date: Sun, 21 Jul 2002 07:30:05 -0700 (PDT) Message-Id: <200207211430.g6LEU5IF083157@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yar Tikhiy Subject: Re: bin/36955: Stock ftpd does not reuse ports in passive mode and fails Reply-To: Yar Tikhiy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36955; it has been noted by GNATS. From: Yar Tikhiy To: Maxim Konovalov Cc: bug-followup@freebsd.org, Eugene Grosbein Subject: Re: bin/36955: Stock ftpd does not reuse ports in passive mode and fails Date: Sun, 21 Jul 2002 18:24:52 +0400 One more note: There's another spot in the code where passive data connections are opened, in the long_passive() function (EPSV.) -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 8:40:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F0837B401 for ; Sun, 21 Jul 2002 08:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3483543E5E for ; Sun, 21 Jul 2002 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LFe2JU092905 for ; Sun, 21 Jul 2002 08:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LFe2ZF092904; Sun, 21 Jul 2002 08:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2022237B400 for ; Sun, 21 Jul 2002 08:32:40 -0700 (PDT) Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964BD43E3B for ; Sun, 21 Jul 2002 08:32:39 -0700 (PDT) (envelope-from ripper@eskimo.com) Received: from eskimo.com (ripper@eskimo.com [204.122.16.13]) by mx1.eskimo.com (8.9.1a/8.8.8) with ESMTP id IAA03567 for ; Sun, 21 Jul 2002 08:32:37 -0700 Received: (from ripper@localhost) by eskimo.com (8.9.1a/8.9.1) id IAA04731; Sun, 21 Jul 2002 08:32:38 -0700 (PDT) Message-Id: <200207211532.IAA04731@eskimo.com> Date: Sun, 21 Jul 2002 01:26:21 -0400 (EDT) From: "Ross A. Lippert" Reply-To: "Ross A. Lippert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/40840: ee should be default editor of root Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40840 >Category: misc >Synopsis: ee should be default editor of root >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 08:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ross A. Lippert >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD laverne.home 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: Although ee is used as the editor during install, vi remains the default editor for some system critical functions like vipw and (if one is using sudo) visudo. This effectively forces a newbie to learn vi in order to correctly maintain their FreeBSD system. The whole point of introducing ee was so that newbies could use ee anywhere they had, heretofore, needed vi. So long as functions like vipw default to vi, the newbie user needs to learn a bit about vi. Or, to make a long story short, it is very inconvenient to have to teach a newbie vi in order to teach the newbie about FreeBSD. I'd rather ee be the default which vi-accustomed people like myself change to vi than have vi be the default. >How-To-Repeat: Do a fresh install of FreeBSD 4.6 or lower and run vipw or send-pr and see that the editor is vi. >Fix: modify src/etc/root/dot.profile by adding the lines EDITOR=ee export EDITOR modify src/etc/root/dot.login by adding the line setenv EDITOR ee  -=- MIME -=-  This is a MIME-encapsulated message --g6L9VBJD055018.1027243964/laverne.home ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ********************************************** The original message was received at Sun, 21 Jul 2002 01:26:24 -0400 (EDT) from localhost [127.0.0.1] ----- Transcript of session follows ----- ... Deferred: Connection refused by mx1.freebsd.org. Warning: message still undelivered after 4 hours Will keep trying until message is 5 days old --g6L9VBJD055018.1027243964/laverne.home Content-Type: message/delivery-status Reporting-MTA: dns; laverne.home Arrival-Date: Sun, 21 Jul 2002 01:26:24 -0400 (EDT) Final-Recipient: RFC822; FreeBSD-gnats-submit@freebsd.org Action: delayed Status: 4.4.1 Remote-MTA: DNS; mx1.freebsd.org Last-Attempt-Date: Sun, 21 Jul 2002 05:32:44 -0400 (EDT) Will-Retry-Until: Fri, 26 Jul 2002 01:26:24 -0400 (EDT) --g6L9VBJD055018.1027243964/laverne.home Content-Type: message/rfc822 Return-Path: Received: from laverne.home (localhost [127.0.0.1]) by laverne.home (8.12.3/8.12.3) with ESMTP id g6L5QNJC007725 for ; Sun, 21 Jul 2002 01:26:24 -0400 (EDT) (envelope-from ripper@laverne.home) Received: (from root@localhost) by laverne.home (8.12.3/8.12.3/Submit) id g6L5QLIW007706; Sun, 21 Jul 2002 01:26:21 -0400 (EDT) Date: Sun, 21 Jul 2002 01:26:21 -0400 (EDT) Message-Id: <200207210526.g6L5QLIW007706@laverne.home> To: FreeBSD-gnats-submit@freebsd.org Subject: ee should be default editor of root From: "Ross A. Lippert" Reply-To: "Ross A. Lippert" Cc: X-send-pr-version: 3.113 X-GNATS-Notify: MIME-Version: 1.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 8:40:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE68937B405 for ; Sun, 21 Jul 2002 08:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D81343E4A for ; Sun, 21 Jul 2002 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LFe2JU092932 for ; Sun, 21 Jul 2002 08:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LFe2hh092931; Sun, 21 Jul 2002 08:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C8B37B400 for ; Sun, 21 Jul 2002 08:34:10 -0700 (PDT) Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3CB43E3B for ; Sun, 21 Jul 2002 08:34:09 -0700 (PDT) (envelope-from ripper@eskimo.com) Received: from eskimo.com (ripper@eskimo.com [204.122.16.13]) by mx1.eskimo.com (8.9.1a/8.8.8) with ESMTP id IAA04211 for ; Sun, 21 Jul 2002 08:34:07 -0700 Received: (from ripper@localhost) by eskimo.com (8.9.1a/8.9.1) id IAA04773; Sun, 21 Jul 2002 08:34:07 -0700 (PDT) Message-Id: <200207211534.IAA04773@eskimo.com> Date: Fri, 19 Jul 2002 07:45:15 -0400 (EDT) From: Ross Lippert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/40842: ppp.conf examples directory is empty Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40842 >Category: conf >Synopsis: ppp.conf examples directory is empty >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 08:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ross A. Lippert >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD laverne.home 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: On a fresh install of 4.6, the directory /usr/share/examples/ppp is empty, when it should contain at least ppp.conf.sample It used to and the handbook says it should. >How-To-Repeat: Read that handbook and see section 16.2.1.5 where it claims Examples for user ppp can be found in /usr/share/examples/ppp/. % ls /usr/share/examples/ppp and you will see that it is empty >Fix: I'm sure it used to be there, way back when. My first attempt to set up PPP on 3.X had a sample file in it somewhere. Just probably someone forgot to do a cvs commit at some point.  -=- MIME -=-  This is a MIME-encapsulated message --g6JG28Kw093456.1027094528/laverne.home ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ********************************************** The original message was received at Fri, 19 Jul 2002 07:45:16 -0400 (EDT) from localhost [127.0.0.1] ----- Transcript of session follows ----- 451 freebsd.org: Name server timeout Warning: message still undelivered after 4 hours Will keep trying until message is 5 days old --g6JG28Kw093456.1027094528/laverne.home Content-Type: message/delivery-status Reporting-MTA: dns; laverne.home Arrival-Date: Fri, 19 Jul 2002 07:45:16 -0400 (EDT) Final-Recipient: RFC822; FreeBSD-gnats-submit@freebsd.org Action: delayed Status: 4.4.3 Last-Attempt-Date: Fri, 19 Jul 2002 12:02:08 -0400 (EDT) Will-Retry-Until: Wed, 24 Jul 2002 07:45:16 -0400 (EDT) --g6JG28Kw093456.1027094528/laverne.home Content-Type: message/rfc822 Return-Path: Received: from laverne.home (localhost [127.0.0.1]) by laverne.home (8.12.3/8.12.3) with ESMTP id g6JBjGKv090631 for ; Fri, 19 Jul 2002 07:45:16 -0400 (EDT) (envelope-from ripper@laverne.home) Received: (from ripper@localhost) by laverne.home (8.12.3/8.12.3/Submit) id g6JBjFju090611; Fri, 19 Jul 2002 07:45:15 -0400 (EDT) Date: Fri, 19 Jul 2002 07:45:15 -0400 (EDT) Message-Id: <200207191145.g6JBjFju090611@laverne.home> To: FreeBSD-gnats-submit@freebsd.org Subject: ppp.conf examples directory is empty From: "Ross A. Lippert" Reply-To: "Ross A. Lippert" Cc: X-send-pr-version: 3.113 X-GNATS-Notify: MIME-Version: 1.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 8:40:32 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7830737B406 for ; Sun, 21 Jul 2002 08:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DCBF43E70 for ; Sun, 21 Jul 2002 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LFe3JU092945 for ; Sun, 21 Jul 2002 08:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LFe3Tc092944; Sun, 21 Jul 2002 08:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E9E537B400 for ; Sun, 21 Jul 2002 08:34:54 -0700 (PDT) Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9662143E3B for ; Sun, 21 Jul 2002 08:34:53 -0700 (PDT) (envelope-from ripper@eskimo.com) Received: from eskimo.com (ripper@eskimo.com [204.122.16.13]) by mx1.eskimo.com (8.9.1a/8.8.8) with ESMTP id IAA04514 for ; Sun, 21 Jul 2002 08:34:51 -0700 Received: (from ripper@localhost) by eskimo.com (8.9.1a/8.9.1) id IAA04779; Sun, 21 Jul 2002 08:34:52 -0700 (PDT) Message-Id: <200207211534.IAA04779@eskimo.com> Date: Sun, 21 Jul 2002 01:26:21 -0400 (EDT) From: Ross Lippert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/40843: ee should be default editor of root Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40843 >Category: misc >Synopsis: ee should be default editor of root >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 08:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ross A. Lippert >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD laverne.home 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: Although ee is used as the editor during install, vi remains the default editor for some system critical functions like vipw and (if one is using sudo) visudo. This effectively forces a newbie to learn vi in order to correctly maintain their FreeBSD system. The whole point of introducing ee was so that newbies could use ee anywhere they had, heretofore, needed vi. So long as functions like vipw default to vi, the newbie user needs to learn a bit about vi. Or, to make a long story short, it is very inconvenient to have to teach a newbie vi in order to teach the newbie about FreeBSD. I'd rather ee be the default which vi-accustomed people like myself change to vi than have vi be the default. >How-To-Repeat: Do a fresh install of FreeBSD 4.6 or lower and run vipw or send-pr and see that the editor is vi. >Fix: modify src/etc/root/dot.profile by adding the lines EDITOR=ee export EDITOR modify src/etc/root/dot.login by adding the line setenv EDITOR ee  -=- MIME -=-  This is a MIME-encapsulated message --g6L9VBJD055018.1027243964/laverne.home ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ********************************************** The original message was received at Sun, 21 Jul 2002 01:26:24 -0400 (EDT) from localhost [127.0.0.1] ----- Transcript of session follows ----- ... Deferred: Connection refused by mx1.freebsd.org. Warning: message still undelivered after 4 hours Will keep trying until message is 5 days old --g6L9VBJD055018.1027243964/laverne.home Content-Type: message/delivery-status Reporting-MTA: dns; laverne.home Arrival-Date: Sun, 21 Jul 2002 01:26:24 -0400 (EDT) Final-Recipient: RFC822; FreeBSD-gnats-submit@freebsd.org Action: delayed Status: 4.4.1 Remote-MTA: DNS; mx1.freebsd.org Last-Attempt-Date: Sun, 21 Jul 2002 05:32:44 -0400 (EDT) Will-Retry-Until: Fri, 26 Jul 2002 01:26:24 -0400 (EDT) --g6L9VBJD055018.1027243964/laverne.home Content-Type: message/rfc822 Return-Path: Received: from laverne.home (localhost [127.0.0.1]) by laverne.home (8.12.3/8.12.3) with ESMTP id g6L5QNJC007725 for ; Sun, 21 Jul 2002 01:26:24 -0400 (EDT) (envelope-from ripper@laverne.home) Received: (from root@localhost) by laverne.home (8.12.3/8.12.3/Submit) id g6L5QLIW007706; Sun, 21 Jul 2002 01:26:21 -0400 (EDT) Date: Sun, 21 Jul 2002 01:26:21 -0400 (EDT) Message-Id: <200207210526.g6L5QLIW007706@laverne.home> To: FreeBSD-gnats-submit@freebsd.org Subject: ee should be default editor of root From: "Ross A. Lippert" Reply-To: "Ross A. Lippert" Cc: X-send-pr-version: 3.113 X-GNATS-Notify: MIME-Version: 1.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 9: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B71D037B400 for ; Sun, 21 Jul 2002 09:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7673143E31 for ; Sun, 21 Jul 2002 09:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LG09JU094679 for ; Sun, 21 Jul 2002 09:00:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LG099T094678; Sun, 21 Jul 2002 09:00:09 -0700 (PDT) Date: Sun, 21 Jul 2002 09:00:09 -0700 (PDT) Message-Id: <200207211600.g6LG099T094678@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: misc/26636: If /etc/ttys goes empty, init(8) never rereads it Reply-To: Johan Karlsson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/26636; it has been noted by GNATS. From: Johan Karlsson To: Matthew Braithwaite Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26636: If /etc/ttys goes empty, init(8) never rereads it Date: Sun, 21 Jul 2002 17:51:33 +0200 On Sat, Jul 13, 2002 at 17:39 (-0700) +0000, Matthew Braithwaite wrote: > > It is clearly stated in the manpage that one > > have to send a HUP signal to init for it to reread > > the ttys file. > > Yes, I know that. But after /etc/ttys has gone empty, a SIGHUP won't > make init reread it. Ok, so does 1: clear /etc/ttys 2: SIGHUP init 2.5: make sure nothing is started by init 3: restore /etc/ttys 4: SIGHUP init 4.5: make sure the stuff in ttys is started by init not work as excpected for you? If not, what happens? It seems to work for me. Maybe you are doing something different from me. /Johan K -- Johan Karlsson mailto:johan@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 9:39:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800FE37B400; Sun, 21 Jul 2002 09:39:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3506E43E42; Sun, 21 Jul 2002 09:39:17 -0700 (PDT) (envelope-from matusita@FreeBSD.org) Received: from freefall.freebsd.org (matusita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LGdHJU003224; Sun, 21 Jul 2002 09:39:17 -0700 (PDT) (envelope-from matusita@freefall.freebsd.org) Received: (from matusita@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LGdHOS003220; Sun, 21 Jul 2002 09:39:17 -0700 (PDT) Date: Sun, 21 Jul 2002 09:39:17 -0700 (PDT) From: Makoto Matsushita Message-Id: <200207211639.g6LGdHOS003220@freefall.freebsd.org> To: ripper@laverne.home, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/40840: ee should be default editor of root Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ee should be default editor of root State-Changed-From-To: open->closed State-Changed-By: matusita State-Changed-When: Sun Jul 21 09:38:40 PDT 2002 State-Changed-Why: Duplicated PR (misc/40843). http://www.freebsd.org/cgi/query-pr.cgi?pr=40840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 9:54:34 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5149A37B400 for ; Sun, 21 Jul 2002 09:54:32 -0700 (PDT) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562EA43E70 for ; Sun, 21 Jul 2002 09:54:31 -0700 (PDT) (envelope-from mathieu_dube@videotron.ca) Received: from skull ([24.203.208.125]) by relais.videotron.ca (Videotron-Netscape Messaging Server v4.15 MTA-PRD3) with ESMTP id GZLYYU02.N4X for ; Sun, 21 Jul 2002 12:54:30 -0400 Content-Type: text/plain; charset="us-ascii" From: Mathieu Dube Organization: nHo To: freebsd-bugs@freebsd.org Subject: openh323 Date: Sun, 21 Jul 2002 12:54:23 -0400 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200207211254.23583.mathieu_dube@videotron.ca> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, =09Im trying to install the port of gnu gatekeeper and in the process it=20 installs openh323. =09I dont know if thats a bug or what but at the first line of compiling = it just=20 hangs there forever: c++ -Wall -DP_FREEBSD=3D440000 -DP_SSL -I/usr/include/include=20 -I/usr/include/crypto -DP_PTHREADS -DPBYTE_ORDER=3DPLITTLE_ENDIAN=20 -I/usr/ports/net/openh323/work/pwlib/include/ptlib/unix=20 -I/usr/ports/net/openh323/work/pwlib/include -DNDEBUG -O -pipe -pthread=20 -pthread -pthread -c asn_grammar.cxx -o obj_FreeBSD_x86_r/asn_grammar.o I left it running all night and it still wasnt done in the morning. Im wondering what the problem is and would like to know what I have to do= to=20 fix it. Thanks -Mat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 10: 0:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8968237B400 for ; Sun, 21 Jul 2002 10:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DFA43E58 for ; Sun, 21 Jul 2002 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LH03JU005127 for ; Sun, 21 Jul 2002 10:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LH037Y005126; Sun, 21 Jul 2002 10:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713D337B400 for ; Sun, 21 Jul 2002 09:53:17 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 350B643E42 for ; Sun, 21 Jul 2002 09:53:17 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LGr4OT044370 for ; Sun, 21 Jul 2002 09:53:04 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6LGr43T044369; Sun, 21 Jul 2002 09:53:04 -0700 (PDT) Message-Id: <200207211653.g6LGr43T044369@www.freebsd.org> Date: Sun, 21 Jul 2002 09:53:04 -0700 (PDT) From: april To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/40846: deprecated test(1) options in src/include/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40846 >Category: bin >Synopsis: deprecated test(1) options in src/include/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 10:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: april >Release: FreeBSD 4.6-STABLE >Organization: >Environment: FreeBSD december 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 15:08:33 EST 2002 root@december:/usr/obj/usr/src/sys/DECEMBER i386 >Description: From test(1) -h file True if file exists and is a symbolic link. This operator is retained for compatibility with previous versions of this program. Do not rely on its existence; use -L instead. >How-To-Repeat: check src/include/Makefile :) >Fix: This issue is also addressed in PR #38724, but for bsd.{sys,port}.mk. This issue also exists for the ipfilter makefiles. Index: Makefile =================================================================== RCS file: /home/ncvs/src/include/Makefile,v retrieving revision 1.171 diff -u -r1.171 Makefile --- Makefile 2002/06/17 01:42:33 1.171 +++ Makefile 2002/07/21 16:50:33 @@ -81,7 +81,7 @@ copies: .for i in ${LDIRS} ${LSYMSUBDIRS} machine - if [ -h ${DESTDIR}/usr/include/$i ]; then \ + if [ -L ${DESTDIR}/usr/include/$i ]; then \ rm -f ${DESTDIR}/usr/include/$i; \ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 10:40: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D8437B405 for ; Sun, 21 Jul 2002 10:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA09343E31 for ; Sun, 21 Jul 2002 10:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LHe3JU015173 for ; Sun, 21 Jul 2002 10:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LHe37L015172; Sun, 21 Jul 2002 10:40:03 -0700 (PDT) Date: Sun, 21 Jul 2002 10:40:03 -0700 (PDT) Message-Id: <200207211740.g6LHe37L015172@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Buchanan Subject: Re: kern/36605: [PATCH] vm_zone: zinitna failure leaves zlist corrupt Reply-To: Brian Buchanan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36605; it has been noted by GNATS. From: Brian Buchanan To: Cc: Subject: Re: kern/36605: [PATCH] vm_zone: zinitna failure leaves zlist corrupt Date: Sun, 21 Jul 2002 10:36:06 -0700 (PDT) Although I do not have a 4GB machine handy to verify that a crash will occur, the root problem in src/sys/vm/vm_zone.c still appears in RELENG_4. Would someone mind reviewing and commiting the supplied patch? Also, to clarify the original PR, the 1.130.2.9-1.130.2.11 delta that I had applied to 4.3-RELEASE to expose this bug should have referred to src/sys/vm/swap_pager.c. Thanks! - Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 11:24:35 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2878037B400 for ; Sun, 21 Jul 2002 11:24:34 -0700 (PDT) Received: from mail5.ksc.th.com (mail5.ksc.th.com [203.155.0.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9AC43E4A for ; Sun, 21 Jul 2002 11:24:33 -0700 (PDT) (envelope-from easytoberich01@yahoo.com) Received: from ksc.th.com ([203.107.241.168]) by mail5.ksc.th.com (8.12.1/8.12.0) with SMTP id g6LILZVh010927 for ; Mon, 22 Jul 2002 01:24:30 +0700 Message-Id: <200207211824.g6LILZVh010927@mail5.ksc.th.com> Date: Mon, 22 Jul 2002 01:26:32 To: freebsd-bugs@FreeBSD.org From: easytoberich01@yahoo.com (chancetoberich) Subject: สำหรับผู้ที่ต้องการโอกาสในการเปลี่ยนแปลงชีวิต Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org !!!!! Part-Time Job!! สำหรับนักเรียน นักศึกษา และผู้ทำงานประจำ คุณต้องการงานแบบนี้บ้างไหม…?? -งาน parttime ทำงานที่บ้านได้ ถ้าคุณใช้ Internet เป็น -ทำงานเพียงวันละ 2-3 ชม. -รายได้ 5,000 – 15,000 บาท ถ้าคุณเป็นคนหนึ่งที่ทำงานประจำหรือยังไม่มีงานทำ นักศึกษาที่กำลังศึกษาอยู่ ผู้ว่างงาน หรือผู้ที่ยังพอมีเวลาว่างจากงานประจำ มีคุณสมบัติเบื้องต้นดังนี้ 1. มีทัศนคติที่ดี 2. พร้อมที่จะเรียนรู้ เนื่องจากเป็นระบบใหม่จึงต้องให้มีการอบรมให้ตามความเหมาะสม 3. ต้องการที่จะทำงานอย่างจริงจัง อยากที่จะเปลี่ยนฐานะทางการเงินของตนเอง และอยากมีรายได้จากการทำงานตรงนี้จริงๆ ทุกอย่างเป็นไปได้ ใน http://www.geocities.com/getchances2000/ อย่า !…………….. เป็นแค่เพียงคนที่นั่งรอโอกาส To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 12: 1:51 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B7237B400 for ; Sun, 21 Jul 2002 12:01:50 -0700 (PDT) Received: from mail5.ksc.th.com (mail5.ksc.th.com [203.155.0.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD0843E42 for ; Sun, 21 Jul 2002 12:01:49 -0700 (PDT) (envelope-from easytoberich01@yahoo.com) Received: from ksc.th.com ([203.107.241.168]) by mail5.ksc.th.com (8.12.1/8.12.0) with SMTP id g6LILZwh010927 for ; Mon, 22 Jul 2002 02:01:47 +0700 Message-Id: <200207211901.g6LILZwh010927@mail5.ksc.th.com> Date: Mon, 22 Jul 2002 02:03:48 To: bugs@FreeBSD.org From: easytoberich01@yahoo.com (chancetoberich) Subject: สำหรับผู้ที่ต้องการโอกาสในการเปลี่ยนแปลงชีวิต Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org !!!!! Part-Time Job!! สำหรับนักเรียน นักศึกษา และผู้ทำงานประจำ คุณต้องการงานแบบนี้บ้างไหม…?? -งาน parttime ทำงานที่บ้านได้ ถ้าคุณใช้ Internet เป็น -ทำงานเพียงวันละ 2-3 ชม. -รายได้ 5,000 – 15,000 บาท ถ้าคุณเป็นคนหนึ่งที่ทำงานประจำหรือยังไม่มีงานทำ นักศึกษาที่กำลังศึกษาอยู่ ผู้ว่างงาน หรือผู้ที่ยังพอมีเวลาว่างจากงานประจำ มีคุณสมบัติเบื้องต้นดังนี้ 1. มีทัศนคติที่ดี 2. พร้อมที่จะเรียนรู้ เนื่องจากเป็นระบบใหม่จึงต้องให้มีการอบรมให้ตามความเหมาะสม 3. ต้องการที่จะทำงานอย่างจริงจัง อยากที่จะเปลี่ยนฐานะทางการเงินของตนเอง และอยากมีรายได้จากการทำงานตรงนี้จริงๆ ทุกอย่างเป็นไปได้ ใน http://www.geocities.com/getchances2000/ อย่า !…………….. เป็นแค่เพียงคนที่นั่งรอโอกาส To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 12:30: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2263437B406 for ; Sun, 21 Jul 2002 12:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF7943E4A for ; Sun, 21 Jul 2002 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LJU1JU093927 for ; Sun, 21 Jul 2002 12:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LJU1vY093926; Sun, 21 Jul 2002 12:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBB637B400 for ; Sun, 21 Jul 2002 12:22:33 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CC3D43E31 for ; Sun, 21 Jul 2002 12:22:33 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LJMWOT055592 for ; Sun, 21 Jul 2002 12:22:32 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6LJMWF0055591; Sun, 21 Jul 2002 12:22:32 -0700 (PDT) Message-Id: <200207211922.g6LJMWF0055591@www.freebsd.org> Date: Sun, 21 Jul 2002 12:22:32 -0700 (PDT) From: TJ Olney To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/40855: psuedo-device bpf need note in LINT and GENERIC re:DHCP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40855 >Category: conf >Synopsis: psuedo-device bpf need note in LINT and GENERIC re:DHCP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 12:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: TJ Olney >Release: 4.6 stable >Organization: >Environment: >Description: simple: Please add a note in LINT and GENERIC next to pseudo-device bpf that indicates that it is Necessary for DHCP. I was quite surprised when I broke DHCP by removing it. There is documentation in the Handbook, but a word or two in the conf files would be nice. >How-To-Repeat: n/a >Fix: see above >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 15:20: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D738037B405 for ; Sun, 21 Jul 2002 15:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE9E243E65 for ; Sun, 21 Jul 2002 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LMK1JU055216 for ; Sun, 21 Jul 2002 15:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LMK1QT055215; Sun, 21 Jul 2002 15:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3376137B400 for ; Sun, 21 Jul 2002 15:15:17 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1A543E5E for ; Sun, 21 Jul 2002 15:15:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LMFGOT065554 for ; Sun, 21 Jul 2002 15:15:16 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6LMFG3Y065553; Sun, 21 Jul 2002 15:15:16 -0700 (PDT) Message-Id: <200207212215.g6LMFG3Y065553@www.freebsd.org> Date: Sun, 21 Jul 2002 15:15:16 -0700 (PDT) From: Michal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40861: could not compile a new kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40861 >Category: kern >Synopsis: could not compile a new kernel >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 15:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michal >Release: 4.6-STABLE >Organization: >Environment: FreeBSD hydra.dom.com 4.6-STABLE FreeBSD 4.6-STABLE #0: tHU jUN 27 23:38:01 edt 2002 michal@hydra.dom.com:/usr/src/sys/compile/MICHAL i386 >Description: I could not find this error reported before. could not compile a new kernel. Last souped 7-21-02. kernel patched with ps_sched.20020719a.diff (http://info.iet.unipi.it/~luigi/ps_sched.20020719a.diff) Error: make depend snip ==> accf_data "usr/src/sys/modules/accf_data/ ../ ../conf/kmod.mk", line 63: Could not find bsd.init.mk "usr/src/sys/modules/accf_data/ ../ ../conf/kmod.mk", line 190: Could not find bsd.links.mk make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 16:30: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5504437B401 for ; Sun, 21 Jul 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A628C43E58 for ; Sun, 21 Jul 2002 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LNU2JU065892 for ; Sun, 21 Jul 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LNU2XP065891; Sun, 21 Jul 2002 16:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1196A37B401 for ; Sun, 21 Jul 2002 16:23:36 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9C243E64 for ; Sun, 21 Jul 2002 16:23:35 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LNNYOT069457 for ; Sun, 21 Jul 2002 16:23:34 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6LNNY6c069456; Sun, 21 Jul 2002 16:23:34 -0700 (PDT) Message-Id: <200207212323.g6LNNY6c069456@www.freebsd.org> Date: Sun, 21 Jul 2002 16:23:34 -0700 (PDT) From: Justin Wilson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/40863: 4.6 release||Can't seem to get the XFree86config to save setup during install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40863 >Category: i386 >Synopsis: 4.6 release||Can't seem to get the XFree86config to save setup during install >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 16:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Justin Wilson >Release: 4.6 >Organization: >Environment: FreeBSD 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: After making all of my settings in XFree86 configuration during install. I can't quite get it to save the current configuration in either graphic/text modes. It keeps failing during configuration save. I install fine on 4.4 on the same machine. >How-To-Repeat: repeat install >Fix: ?? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 16:30:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F126A37B400 for ; Sun, 21 Jul 2002 16:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C5E43E58 for ; Sun, 21 Jul 2002 16:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LNU4JU065901 for ; Sun, 21 Jul 2002 16:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LNU4bg065900; Sun, 21 Jul 2002 16:30:04 -0700 (PDT) Date: Sun, 21 Jul 2002 16:30:04 -0700 (PDT) Message-Id: <200207212330.g6LNU4bg065900@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brad Chapman Subject: Re: kern/38988: New Netgear GA302-T has different PCI ID to what the bge(4) driver expects Reply-To: Brad Chapman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38988; it has been noted by GNATS. From: Brad Chapman To: freebsd-gnats-submit@FreeBSD.org, davidm@nsell.org Cc: Subject: Re: kern/38988: New Netgear GA302-T has different PCI ID to what the bge(4) driver expects Date: Sun, 21 Jul 2002 19:28:07 -0400 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello; I would just like to confirm the bug report in kern/38988; I set up FreeBSD 4.6 on a new machine with a Netgear GA302-T card, and the bge driver did not recognize it. Attached are two patches, to /usr/src/sys/dev/bge/if_bge.c and if_bgereg.h, which fix the problem and should be back-compatible to cards with different device ids. Hope this helps! Brad --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="if_bgereg.h.diff" *** if_bgereg.h.orig Sun Jun 30 13:43:44 2002 --- if_bgereg.h Sun Jul 21 19:16:49 2002 *************** *** 1813,1818 **** --- 1813,1824 ---- #define ALTIMA_DEVICE_AC1000 0x03e8 /* + * Netgear vendor/device ID. + */ + #define NETGEAR_VENDORID 0x173b + #define NETGEAR_DEVICE_GA302T 0x03ea + + /* * Offset of MAC address inside EEPROM. */ #define BGE_EE_MAC_OFFSET 0x7C --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="if_bge.c.diff" *** if_bge.c.orig Wed Apr 24 00:22:13 2002 --- if_bge.c Thu Jul 18 16:26:11 2002 *************** *** 143,148 **** --- 143,150 ---- "SysKonnect Gigabit Ethernet" }, { ALTIMA_VENDORID, ALTIMA_DEVICE_AC1000, "Altima AC1000 Gigabit Ethernet" }, + { NETGEAR_VENDORID, NETGEAR_DEVICE_GA302T, + "Netgear GA302T Gigabit Ethernet" }, { 0, 0, NULL } }; --bg08WKrSYDhXBjb5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 21: 0:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6D437B405 for ; Sun, 21 Jul 2002 21:00:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0D843E4A for ; Sun, 21 Jul 2002 21:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6M40AJU005463 for ; Sun, 21 Jul 2002 21:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6M409U4005462; Sun, 21 Jul 2002 21:00:09 -0700 (PDT) Date: Sun, 21 Jul 2002 21:00:09 -0700 (PDT) Message-Id: <200207220400.g6M409U4005462@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Joseph Kacmarcik Subject: Re: conf/40803: default rc.conf option incorrect Reply-To: Joseph Kacmarcik Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/40803; it has been noted by GNATS. From: Joseph Kacmarcik To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/40803: default rc.conf option incorrect Date: Sun, 21 Jul 2002 20:53:14 -0700 hi there! turns out, my rc.network was from an old version and had not been upgraded properly. sorry for my confusion. (: joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 21 22:32: 0 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1F737B400; Sun, 21 Jul 2002 22:31:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31B2C43E3B; Sun, 21 Jul 2002 22:31:58 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6M5VwJU021999; Sun, 21 Jul 2002 22:31:58 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6M5Vw3A021995; Sun, 21 Jul 2002 22:31:58 -0700 (PDT) Date: Sun, 21 Jul 2002 22:31:58 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200207220531.g6M5Vw3A021995@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org Subject: Re: bin/40386: Parsing problem with /bin/sh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Parsing problem with /bin/sh Responsible-Changed-From-To: freebsd-bugs->tjr Responsible-Changed-By: tjr Responsible-Changed-When: Sun Jul 21 22:31:37 PDT 2002 Responsible-Changed-Why: I have a patch ready for this. http://www.freebsd.org/cgi/query-pr.cgi?pr=40386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 0:43:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5332637B400; Mon, 22 Jul 2002 00:43:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0537E43E65; Mon, 22 Jul 2002 00:43:10 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6M7h9JU041705; Mon, 22 Jul 2002 00:43:09 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6M7h98M041701; Mon, 22 Jul 2002 00:43:09 -0700 (PDT) Date: Mon, 22 Jul 2002 00:43:09 -0700 (PDT) From: Yar Tikhiy Message-Id: <200207220743.g6M7h98M041701@freefall.freebsd.org> To: sandy@a2a00996.direct.bconnected.net, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: misc/18365: ftpd doesn't escape double quotes in PWD result Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ftpd doesn't escape double quotes in PWD result State-Changed-From-To: open->patched State-Changed-By: yar State-Changed-When: Mon Jul 22 00:41:33 PDT 2002 State-Changed-Why: Fixed in CURRENT. MFC pending. Thanks! Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Mon Jul 22 00:41:33 PDT 2002 Responsible-Changed-Why: MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=18365 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 0:57: 6 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC4737B400 for ; Mon, 22 Jul 2002 00:57:03 -0700 (PDT) Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4560643E65 for ; Mon, 22 Jul 2002 00:57:02 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: (from rb@localhost) by gidgate.gid.co.uk (8.11.6/8.11.6) id g6M7lla13234; Mon, 22 Jul 2002 08:47:47 +0100 (BST) (envelope-from rb) Message-Id: <4.3.2.7.2.20020722084519.02064bc0@gid.co.uk> X-Sender: rbmail@gid.co.uk X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 22 Jul 2002 08:47:47 +0100 To: Mathieu Dube From: Bob Bishop Subject: Re: openh323 Cc: freebsd-bugs@FreeBSD.ORG In-Reply-To: <200207211254.23583.mathieu_dube@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, ISTR this puppy needs vast amounts of memory to build, and can tickle bugs in some versions of g++. Have a look in the FAQs at http://www.us1.openh323.org/. At 17:54 21/7/02, you wrote: >Hi, > Im trying to install the port of gnu gatekeeper and in the > process it >installs openh323. > I dont know if thats a bug or what but at the first line of > compiling it just >hangs there forever: >c++ -Wall -DP_FREEBSD=440000 -DP_SSL -I/usr/include/include >-I/usr/include/crypto -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN >-I/usr/ports/net/openh323/work/pwlib/include/ptlib/unix >-I/usr/ports/net/openh323/work/pwlib/include -DNDEBUG -O -pipe -pthread >-pthread -pthread -c asn_grammar.cxx -o obj_FreeBSD_x86_r/asn_grammar.o > >I left it running all night and it still wasnt done in the morning. > >Im wondering what the problem is and would like to know what I have to do to >fix it. > >Thanks >-Mat > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-bugs" in the body of the message -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 4:30:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E2D37B400 for ; Mon, 22 Jul 2002 04:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7629243E65 for ; Mon, 22 Jul 2002 04:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MBU4JU083927 for ; Mon, 22 Jul 2002 04:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MBU4sX083926; Mon, 22 Jul 2002 04:30:04 -0700 (PDT) Date: Mon, 22 Jul 2002 04:30:04 -0700 (PDT) Message-Id: <200207221130.g6MBU4sX083926@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: bin/36955: Stock ftpd does not reuse ports in passive mode and fails Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36955; it has been noted by GNATS. From: Maxim Konovalov To: Yar Tikhiy Cc: bug-followup@freebsd.org, Eugene Grosbein Subject: Re: bin/36955: Stock ftpd does not reuse ports in passive mode and fails Date: Mon, 22 Jul 2002 15:22:28 +0400 (MSD) Hi Yar, On 16:59+0400, Jul 21, 2002, Yar Tikhiy wrote: > Setting SO_REUSEADDR on a listening socket is always a good idea. > Plese refer to the following URL for a detailed explanation: > http://www.kohala.com/start/torek.94dec31.txt > > BTW, I'd omit casting the "&on" parameter to setsockopt(2) to "char > *" since now setsockopt(2) expects "void *" there. In general, all > that pointer casting in our ftpd is a real mess. As a matter of > fact, a pointer (or 0 as the null pointer) needs to be casted to a > certain type only when passing it to a function without a prototype. > And casting such a pointer to a wrong type is a really bad thing > to do. There is a comment in OpenBSD ftpd I was worrying about: void passive() { ... /* * XXX * At this point, it would be nice to have an algorithm that * inserted a growing delay in an attack scenario. Such a thing * would look like continual passive sockets being opened, but * nothing serious being done with them. They're not used to * move data; the entire attempt is just to use tcp FIN_WAIT * resources. */ pdata = socket(AF_INET, SOCK_STREAM, 0); ... But AFAIU my patch does not make things worse. Here is a revised one: Index: ftpd.c =================================================================== RCS file: /home/ncvs/src/libexec/ftpd/ftpd.c,v retrieving revision 1.112 diff -u -r1.112 ftpd.c --- ftpd.c 21 Jul 2002 12:06:56 -0000 1.112 +++ ftpd.c 22 Jul 2002 10:34:23 -0000 @@ -2470,7 +2470,7 @@ void passive(void) { - int len; + int len, on; char *p, *a; if (pdata >= 0) /* close old port if one set */ @@ -2481,12 +2481,14 @@ perror_reply(425, "Can't open passive connection"); return; } - + on = 1; + if (setsockopt(pdata, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) + syslog(LOG_ERR, "passive data connection setsockopt: %m"); (void) seteuid((uid_t)0); #ifdef IP_PORTRANGE if (ctrl_addr.su_family == AF_INET) { - int on = restricted_data_ports ? IP_PORTRANGE_HIGH + on = restricted_data_ports ? IP_PORTRANGE_HIGH : IP_PORTRANGE_DEFAULT; if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE, @@ -2496,7 +2498,7 @@ #endif #ifdef IPV6_PORTRANGE if (ctrl_addr.su_family == AF_INET6) { - int on = restricted_data_ports ? IPV6_PORTRANGE_HIGH + on = restricted_data_ports ? IPV6_PORTRANGE_HIGH : IPV6_PORTRANGE_DEFAULT; if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE, @@ -2550,7 +2552,7 @@ void long_passive(char *cmd, int pf) { - int len; + int len, on; char *p, *a; if (pdata >= 0) /* close old port if one set */ @@ -2588,6 +2590,9 @@ perror_reply(425, "Can't open passive connection"); return; } + on = 1; + if (setsockopt(pdata, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) + syslog(LOG_ERR, "passive data connection setsockopt: %m"); (void) seteuid((uid_t)0); @@ -2597,7 +2602,7 @@ #ifdef IP_PORTRANGE if (ctrl_addr.su_family == AF_INET) { - int on = restricted_data_ports ? IP_PORTRANGE_HIGH + on = restricted_data_ports ? IP_PORTRANGE_HIGH : IP_PORTRANGE_DEFAULT; if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE, @@ -2607,7 +2612,7 @@ #endif #ifdef IPV6_PORTRANGE if (ctrl_addr.su_family == AF_INET6) { - int on = restricted_data_ports ? IPV6_PORTRANGE_HIGH + on = restricted_data_ports ? IPV6_PORTRANGE_HIGH : IPV6_PORTRANGE_DEFAULT; if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE, %%% If it looks OK feel free to commit it. Thank you! P.S. I have already tested it on our production ftp server. -- Maxim Konovalov, MAcomnet, Internet Dept., system engineer phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 7:20:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F5637B401 for ; Mon, 22 Jul 2002 07:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B81C43E6E for ; Mon, 22 Jul 2002 07:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MEK2JU021350 for ; Mon, 22 Jul 2002 07:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MEK2Zm021349; Mon, 22 Jul 2002 07:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8518037B400 for ; Mon, 22 Jul 2002 07:18:09 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C6443E77 for ; Mon, 22 Jul 2002 07:18:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MEI8OT098954 for ; Mon, 22 Jul 2002 07:18:08 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6MEI83b098953; Mon, 22 Jul 2002 07:18:08 -0700 (PDT) Message-Id: <200207221418.g6MEI83b098953@www.freebsd.org> Date: Mon, 22 Jul 2002 07:18:08 -0700 (PDT) From: Borja Fernandez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40884: www.vivirasturias.com/dmesg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40884 >Category: kern >Synopsis: www.vivirasturias.com/dmesg >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 07:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Borja Fernandez >Release: 4.6-STABLE >Organization: VivirAsturias.com >Environment: Not accesible at this moment >Description: The driver bge send wath dog timeout responses, and apears unestable. I try with 2 cards and test the UTP and works well. >How-To-Repeat: The problem appears after two days of intensive use >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 11: 0:15 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9570737B405 for ; Mon, 22 Jul 2002 11:00:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C80B43E84 for ; Mon, 22 Jul 2002 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MI09JU058256 for ; Mon, 22 Jul 2002 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MI07MZ058251 for freebsd-bugs@freebsd.org; Mon, 22 Jul 2002 11:00:07 -0700 (PDT) Date: Mon, 22 Jul 2002 11:00:07 -0700 (PDT) Message-Id: <200207221800.g6MI07MZ058251@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/07/17] pending/40710gnats-adminRe: Can't build fileutils port on -STABLE o [2002/07/18] pending/40733gnats-adminRe: [Fix] security/gpgme pkg-plist info f o [2002/07/19] pending/40774gnats-admin o [2002/07/21] pending/40856gnats-adminสำหรับผู้ที่ต้องการโอกาสในการเปลี่ยนแปลงช 4 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 11: 3:29 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8025037B405 for ; Mon, 22 Jul 2002 11:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AE343E42 for ; Mon, 22 Jul 2002 11:00:15 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MI0FJU058268 for ; Mon, 22 Jul 2002 11:00:15 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MI09m9058261 for freebsd-bugs@freebsd.org; Mon, 22 Jul 2002 11:00:09 -0700 (PDT) Date: Mon, 22 Jul 2002 11:00:09 -0700 (PDT) Message-Id: <200207221800.g6MI09m9058261@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 phk [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/05/31] kern/11966 ru TCP copies send and receive socket buffer s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C f [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/18] i386/16802 An user math program have the system on K o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy f [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel f [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 standards lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation f [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA f [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2001/01/17] kern/24418 read/write in thread library (-lc_r) does s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca f [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/23] i386/25328 4.x stable kernel crash: page fault f [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to f [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo f [2001/04/25] kern/26840 dillon process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - f [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails f [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] kern/27275 kernel bug ? f [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc f [2001/06/09] kern/27987 sos New ATA Driver failure with VIA Southbrid o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in f [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 dillon Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/15] ports/28995 max deMime produces blank line in header part f [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte f [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI o [2001/09/19] i386/30670 4.3 and 4.4 mfsroot floppies reboot Dell o [2001/09/20] i386/30693 On new install bootup does endless usb0: f [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A o [2001/09/23] kern/30771 Panic when mounting drive a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys o [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard donดt work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/01] i386/30961 On lsdev -> error & BTX halted =( o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/12] kern/31233 Kernel panics after upgrading to 4.4-STAB o [2001/10/13] ports/31254 obrien I cannot compile Java src files using gcj o [2001/10/14] misc/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s o [2001/10/24] kern/31468 Spontaneous crashes, possible related to o [2001/10/25] kern/31493 BTX halted with big disk and 4.4R f [2001/10/31] i386/31671 4.4 installer hangs at " Mounting root fr o [2001/11/02] kern/31710 kernel reboots; looks like an unintended o [2001/11/03] i386/31728 Install hangs on: (debug screens last wri o [2001/11/12] ports/31948 steve open-motif: having USE_MOTIF in /etc/make o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/20] i386/32127 Proliant 1600 kernel panics after SMP is o [2001/11/22] kern/32184 Kernel crashes in ufs code o [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo f [2001/11/30] kern/32418 silby kernel table full o [2001/12/04] ports/32506 des Apache mod_auth_pam doesn't works o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re o [2001/12/12] alpha/32757 alpha fatal kernel trap using generic kernel fo o [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 a [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas o [2001/12/16] bin/32895 imp rebooting between Win98SE and 4.4-2001121 a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/27] misc/33261 dwmalone FreeBSD base system does not install tcpd p [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2001/12/30] docs/33345 doc pnpinfo not finding info for pnp pci mode f [2002/01/04] misc/33567 RELENG_4 won't makeworld; bsd.dep.mk, Mak o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite f [2002/01/08] misc/33688 Downloading some files with ftp hangs the o [2002/01/14] ports/33887 kris security/snort port cannot find its rule o [2002/01/16] kern/33951 pthread_cancel is ignored o [2002/01/16] kern/33952 Bogus error message from correct phreads o [2002/01/16] kern/33970 random freeze on IDE Raid 0 (Highpoint HP o [2002/01/17] misc/33997 Reboot Fails on Server o [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a a [2002/01/21] ports/34123 mharo sudo coredumps on ^C in password prompt & o [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/27] ports/34357 portmgr ports needs a resume function. f [2002/01/30] kern/34447 DLink DFE 500 rev E1 + dhclient dc0 crash o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o f [2002/02/03] i386/34576 cannot load freebsd o [2002/02/06] ports/34669 www "download" links in WWW ports listing are o [2002/02/06] kern/34680 Kernel panics when checking-out a tree (d o [2002/02/07] kern/34711 frequent system stall under moderate scsi o [2002/02/18] kern/35082 IBM Intellistation will not reboot with S o [2002/02/18] i386/35096 Network card dies copying files > 200MB w o [2002/02/20] misc/35150 FreeBSD 4.5 won't install ... out of inod o [2002/02/20] misc/35151 High NFSD load in FreeBSD 4.5R f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] docs/35723 doc le(4) page doesn't warn about likely syst o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac f [2002/03/14] i386/35902 Right after i configure the ip settings, o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/20] kern/36149 kernel panic with option PPP_DEFLATE for o [2002/03/23] kern/36228 hw.ata.tags=1 does not work o [2002/03/25] kern/36313 ATA disk not bootable anymore after cvsup o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] kern/36384 Rushen local broken up f [2002/03/27] bin/36400 netstat crashes when trying to display AF o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 dillon crash/panic vm_object_allocate under file a [2002/03/30] kern/36532 sos ar_buf because it is too short, it makes o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem o [2002/04/10] ports/36964 portmgr cvsupit from www.freebsd.org is out of da o [2002/04/10] kern/36970 kernel cannot root device, ar0s1a on boot o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han o [2002/04/14] kern/37060 sos kernel panic with hw.ata.tags=1 in ata-di o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/16] kern/37144 panic: biodone: Zero vnode ref count ... o [2002/04/18] i386/37225 boot loader problem f [2002/04/18] ports/37241 ports character ranges in regular expressions i o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/04/24] bin/37435 des xdm SIGABRTs after rev 1.3 of etc/pam.d/x o [2002/04/28] ports/37524 glewis java_vm left in memory after exiting mozi o [2002/04/29] kern/37581 Onboard AC97 - channel dead o [2002/04/30] kern/37606 ru genmask, rt_fixchange causes kernel panic o [2002/05/01] kern/37624 USB devices: 82801CA/CAM give error with o [2002/05/03] ports/37724 dirk (re)installing mod_php4 makes httpd dump o [2002/05/07] kern/37831 sound Half of buffer gets filled with silence w o [2002/05/10] kern/37929 silby hang of vr interface running at 100 MBit/ o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] kern/38029 Kernel panic in lockmgr o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits s [2002/05/15] kern/38107 Panic on nullfs a [2002/05/17] ports/38196 trevor domain name transition: sut.ac.jp -> tus. o [2002/05/18] i386/38223 fix vm86 bios call crash bug (updated) o [2002/05/20] alpha/38356 alpha 4.5-RELEASE src/sys tree on the alpha arc o [2002/05/23] conf/38456 pccard.conf is not valid for IO DATA CDP- o [2002/05/23] i386/38459 Intel SB82558B NIC won't initialize prope o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] misc/38672 ifconfig+alias o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta o [2002/05/31] i386/38775 Kernel panic with ATA raid o [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition f [2002/06/10] conf/39139 4.4 multi boot loader causes serious dam o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/14] kern/39297 Have random panic somewhere near console o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/15] misc/39346 kenv is in /usr/bin rather than in /bin - p [2002/06/16] misc/39377 freopen() in libc_r does not append o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] i386/39548 sos ata problems with FreeBSD 4.6 o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/19] alpha/39560 alpha unaligned access in wihap_input_data ( wi o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/24] ports/39780 ports mcrypt port fails. Something about host o [2002/06/24] ports/39781 dirk pdflib (as part of mod_php4) doesn't comp o [2002/06/25] i386/39844 PANIC using mount -> atacontrol detach -> o [2002/06/29] kern/40003 Panic on boot w/4.6 and 4.6-stable from 6 f [2002/07/01] i386/40099 Jul 1 19:39:17 server /kernel: pid 77933 o [2002/07/05] bin/40215 NIS host search not terminate o [2002/07/07] kern/40320 Raid crashed o [2002/07/08] kern/40330 ATA no longer supports Asus A7V266-E Prom o [2002/07/08] ports/40339 tobez fix MASTER_SITES security/keychain o [2002/07/08] ports/40362 anholt ports/x11-fonts/XFree86-4-font100dpi fail o [2002/07/12] kern/40481 Kernel fault on detecting Mylex eXtreme R f [2002/07/13] misc/40542 FreeBSD 4.6 Fatal Traps o [2002/07/14] i386/40564 SMP kernel panic on Intel SE7500CW2 o [2002/07/14] misc/40575 Kern.flp boot floppy error o [2002/07/17] ports/40721 lioux graphics/avifile (v0.7.11.20020711,1) pac o [2002/07/18] kern/40723 Disabling multicast on vlan interface cau o [2002/07/22] ports/40874 ports libfpx wont build / wrong CFLAGS o [2002/07/22] kern/40884 www.vivirasturias.com/dmesg 242 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 bug in adduser script causes duplicate UI s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u p [1998/07/05] kern/7169 johan cannot use accton on a append-only file o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # p [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 jlemon wrong IP statistics s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken f [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 silby vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex f [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. p [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites p [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulationLinux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/13] kern/22826 emulationMemory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int f [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulationProblem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/11/26] ports/23125 mbr Successful emulation of StarOffice depend f [2000/11/30] conf/23192 FTP REALLY slow on internal NIC aswel (12 p [2000/11/30] bin/23203 opie doesn't know that ssh connections ar o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd f [2000/12/07] misc/23364 gethostbyaddr takes longer or locks up an o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulationLinux compatibility mode does not support o [2000/12/18] ports/23638 kuriyama Add turbine-pool.jar to Cocoon CLASSPATH o [2000/12/22] kern/23771 bridge/firewall doesn't work as in bridge o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] kern/24100 imp Having a 3c589 PCMCIA/PCCARD inserted pre o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN f [2001/01/10] conf/24238 First physical interface always has IPv6 o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/22] kern/24559 aio_suspend() had Bus error when using -l s [2001/01/23] misc/24590 timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports o [2001/01/30] i386/24737 Socks5 clients die with leaving zombie pr f [2001/02/06] i386/24916 SCSI timeout errors with adv0 driver (Adv o [2001/02/09] kern/24982 stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc f [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/28] kern/26171 emulationnot work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 alfred mountd breaks IRIX automounter f [2001/04/04] kern/26356 Large copy of files to the machine causes a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 mbr Citrix client no longer reads files in lo o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 phk sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part f [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] bin/26996 green sshd fails when / mounted read-only f [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] ports/27052 portmgr libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 silby Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] ports/27419 ports E-FancyLauncer clones itself over and ove o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and a [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/23] ports/28378 jedgar p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist f [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne f [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 luigi NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels f [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/18] bin/30654 Added ability for newsyslog to archive lo o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/21] ports/30728 portmgr pkg_add causes install of multiple versio o [2001/09/23] kern/30755 It is impossible to mount CD-ROM in some o [2001/09/23] ports/30767 anholt silly links break XFree-4 port if /usr/X1 o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] bin/30959 newfs -i x dumps core for small values of f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i o [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31029 cjc syslogd remote logging back down o [2001/10/04] i386/31035 Smart Array & SMP hangs on Proliant 1600 o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31046 Linux OpenGL programs do not work under t o [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/06] kern/31084 imp xe driver device probe fails in CIS tuple o [2001/10/06] kern/31085 kernel panic on tftp only pxeboot o [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/07] kern/31103 nfs read i/o error when nfs-mounting onto o [2001/10/07] ports/31113 portmgr bsd.ports.subdir.mk: remove NOCLEANDEPEND o [2001/10/08] kern/31147 Kernel panics (double fault) in some "net o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/10] kern/31203 imp Cardbus xl driver broken on -CURRENT o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/12] kern/31238 `hpijs' process hangs unkillably in `devb o [2001/10/14] conf/31280 gshapiro /etc/rc.network NFS server startup broken o [2001/10/15] bin/31306 qa sysinstall fails to create non-root parti o [2001/10/17] bin/31339 make's .if processing buggy o [2001/10/18] misc/31363 sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou f [2001/10/21] ports/31422 ache Does pkg_delete have to erase /usr/local/ f [2001/10/24] kern/31471 Specific IPFW's FWD rule crashes the kern o [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co o [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/26] kern/31515 Use of USB Keyboard crashes 4.4 during in o [2001/10/29] kern/31597 pcm_addchan incorrectly adds vchans to PC o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 pthread_kill signal handler doesn't get s f [2001/10/31] misc/31670 Wide-Ultra 10k SCSI 3 drive is not recogn o [2001/10/31] bin/31678 A bug in handling an error reading a CD-R f [2001/11/01] ports/31689 znerd JDK 1.3.1 update for FreeBSD/Java Commapi f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/11/03] kern/31746 failed connect(2) seems to cause problems f [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/05] ports/31793 kuriyama snmpd loops on udp.ipv6UdpTable.ipv6UdpEn o [2001/11/06] kern/31804 Clearing PME mode kills network performan o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 murray dhclient doesn't close FD's before spawni o [2001/11/07] bin/31837 qa sysinstall change mountpoint o [2001/11/07] kern/31839 mdodd ex0 panic if NIC not cabled a [2001/11/07] ports/31840 portmgr package naming inadequation (gnome vs gtk o [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/08] bin/31860 read wont timeout on sockets if using thr o [2001/11/08] misc/31864 system header file attempts to redefine a o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen p [2001/11/12] gnu/31929 GNU Tar shipped with FreeBSD handles rela o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/13] i386/31967 reboot/shutdown hangs on Sony VAIO 505 w/ o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l f [2001/11/17] ports/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 anholt xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 Cannot set 128 bit wep key on prism2 (wi0 f [2001/11/21] bin/32175 green ssh-keygen -p core dumps o [2001/11/22] misc/32194 Adaptec SCSI RAID 2100 fails by reboot o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 portmgr Perl ports not $LOCALBASE clean o [2001/11/24] kern/32256 System crash/reboot when deleting file on f [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] alpha/32289 alpha memory management fault o [2001/11/26] bin/32295 pthread dont dequeue signals f [2001/11/27] kern/32331 system panic in quotaoff o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/06] kern/32556 sound system crashes when unloading sound modul f [2001/12/07] ports/32589 dirk mod_php4 configure script fails o [2001/12/07] bin/32591 assar The memory block doubly freed in Heimdal o [2001/12/08] kern/32600 luigi [PATCH] incorrect handling of parent rule o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/08] misc/32631 imp installing 4.4 "mounting root from ufs:/d o [2001/12/09] ports/32663 kde kdelibs2 port potentially conflicts with o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] misc/32699 Tulip ether card EN2242 (if_dc.c) use wro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size o [2001/12/12] bin/32759 [PATCH] make(1) System V include behaviou o [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] ports/32800 dec gated dies on ppp interface up/down o [2001/12/13] kern/32809 yet another panic while syncing disks aft o [2001/12/14] kern/32827 small SO_RCVTIMEO values are taken to be o [2001/12/14] ports/32844 kde exiting konq term emulator causes crash o [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/22] ports/33093 jdp cvsup SNAP_16_1e breaks by SIGILL during o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] kern/33143 Kernel panic in uhci_abort_xfer_end o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] kern/33353 panic at odd times...idle, under no load, o [2001/12/30] misc/33370 Post configuration issue o [2002/01/01] ports/33440 portmgr Ports can not resume an interrupted downl o [2002/01/02] kern/33464 dillon soft update inconsistencies after system o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/03] ports/33519 portmgr make index fails if PERL_VERSION is 5.6.1 o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/05] kern/33578 FreeBSD panics when accessing encrypted D o [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal o [2002/01/08] kern/33712 joe Duplicate make_dev panic in ugen.c + patc p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/13] ports/33848 ports CUPS doesn't find parallel port o [2002/01/14] bin/33881 adduser additions: selectable crypt schem o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/15] ports/33931 mbr trouble installing StarOffice 5.2 over li o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 Can not record anything with emu10k1 on 4 f [2002/01/17] kern/33978 can't kill process o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w o [2002/01/18] kern/34031 hang with linux emulation in 4.5-RC o [2002/01/18] i386/34033 Suspend doesn't work on Dell Latitude CPx o [2002/01/18] ports/34056 ports vmware2 complains of missing file o [2002/01/19] bin/34072 semenu corrupted transfers on mounted ntfs parti f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre o [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/21] ports/34153 andreas The apsfilter configure script adds bzip2 o [2002/01/23] kern/34205 joe detect USB memory device, But can not use o [2002/01/23] ports/34212 cpiazza Segmentation fault in audio/gmixer o [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] kern/34266 SMP does not work on CPQ0579 System board o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/29] ports/34409 kuriyama prc-tools from ports fails to compile on f [2002/01/29] i386/34422 crash system wnen kill pppd with reattach o [2002/01/30] misc/34458 green 4.5S/sshd forwarding problems o [2002/01/30] ports/34467 portmgr bsd.port.mk is broken WRT USE_AUTOCONF_VE o [2002/01/31] ports/34480 anholt system hangs after killing xinit o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] bin/34539 [PATCH] fsck(8) doesn't account for negat o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] ports/34558 sobomax wxgtk-devel port broken o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/03] bin/34586 sos burncd -t blank blanks CD o [2002/02/03] i386/34588 read-prefetch on VIA 686B IDE causes hang o [2002/02/04] kern/34619 TCP - FINs with different sequence number o [2002/02/06] kern/34672 imp NEWCARD panic. p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/07] bin/34725 sos burncd cannot write audio file as the 1st o [2002/02/08] ports/34730 lioux new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34764 cisco aironet driver freezes with toshiba o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable f [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm o [2002/02/12] ports/34893 deischen RUS-CERT Advisory 2002-02:01: Temporary f o [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/13] ports/34907 sf 4.5/ports/ftp/wget+ipv6 hangs top make o [2002/02/16] kern/35004 sound [PATCH] Fix for pcm driver lockups o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? p [2002/02/18] bin/35087 TAR does not recurse directories if it ru o [2002/02/18] misc/35104 Files end up being no bigger than 8192 by o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 VLAN & bridging & MTU o [2002/02/20] misc/35145 cannot open /etc/termcap and no terminal o [2002/02/21] ports/35179 kris elm-2.5.5_1: bounce command doesn't work o [2002/02/21] ports/35183 portmgr postgresql-7.1 repo copy request o [2002/02/22] ports/35209 nakai icewm 1.0.9 crashes o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/23] ports/35237 ports empty manpage installed by trafcount port o [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc o [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] ports/35320 znerd linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/26] ports/35364 ports cdb port forgets uint32.h f [2002/02/27] ports/35386 ports doxygen port will not configure o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35425 System hang while boot on specific SMP mo o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke o [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/02] kern/35482 dc driver uses wrong case to read MAC fro o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/03] ports/35515 steve open-motif-2.1.30_2 installation deletes o [2002/03/03] ports/35517 portmgr New port: MySQL 4.0 f [2002/03/05] ports/35570 ports aureal-kmod ports has invalid Makefile o [2002/03/05] ports/35579 ports New port: phpsysinfo o [2002/03/06] docs/35620 doc make release fails in documentation for R o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway o [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/08] kern/35691 Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/11] ports/35777 des www/linux-opera does not install with lin f [2002/03/11] ports/35780 ports Update port: russian/fortuneru o [2002/03/12] alpha/35815 alpha Can't install 4.5 for Alpha from the 4.5- o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] kern/35873 recent -STABLE dhclient doesn't see wirel o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl o [2002/03/14] kern/35887 ipfw(8) limit feature does not work prope a [2002/03/15] bin/35921 jon Wrong path reduction of dot-dot paths in o [2002/03/15] misc/35924 signal.h does not check for _POSIX_REALTI o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u o [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free o [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne f [2002/03/18] kern/36056 atapicd driver won't boot with cdr-cdroms o [2002/03/18] kern/36057 atacontrol, apm, kernel panic o [2002/03/19] misc/36086 Kerberos Problem/Handbook wrong/Followup o [2002/03/19] ports/36123 portmgr seemingly bogus run-time dependency on mk f [2002/03/20] ports/36144 ports New port: pinepgp-0.17.3 o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] bin/36167 _THREAD_SAFE & _REENTRANT used inconsiste o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/21] bin/36175 billf Vsnprintf causes memeory leak o [2002/03/22] kern/36204 cannot install -STABLE from CD-ROM Drive o [2002/03/22] kern/36209 read() system call never returns in some o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/23] ports/36237 portmgr registering _real_ dependencies in bsd.po o [2002/03/25] kern/36300 acd0c: 'device not configured ' after sta o [2002/03/25] ports/36303 dirk Apache with mod_php4 wont run if mod_php4 o [2002/03/25] kern/36315 panic: vm_fault on nofault entry while ru o [2002/03/26] kern/36329 reference of unexistent object f [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/03/27] ports/36393 nakai [Update] x11-wm/qvwm to 1.1.12 o [2002/03/27] ports/36411 glewis java/jdk13 not owner/group safe o [2002/03/28] kern/36413 the bktr driver tries to destroy device a o [2002/03/28] kern/36415 the bktr driver incorrectly handles the s a [2002/03/28] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco s [2002/03/29] bin/36473 ru Overdue MFC's in chmod/chown/chflags o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] ports/36484 sobomax Windowmaker 0.80.0 should be marked with o [2002/03/29] conf/36508 installation floppy bug (See description) s [2002/03/29] ports/36516 dwcjr MAINTAINER UPDATE: delete print/texinfo, o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/29] ports/36526 nakai xfce help file images not shown o [2002/03/30] ports/36554 netchild ports/lang/icc requires linux_devtools to o [2002/03/31] ports/36565 ports x11/XFree86-4-libraries doesn't install e o [2002/03/31] kern/36566 System reboot with dead smb mount and umo o [2002/03/31] kern/36603 X crashes o [2002/03/31] kern/36605 [PATCH] vm_zone: zinitna failure leaves z o [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] docs/36642 doc 4.5 man page on ipfw new option limit is o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E o [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf o [2002/04/03] ports/36711 ports Configure Bug: cyrus-sasl-1.5.27_2 / krb o [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, s [2002/04/04] ports/36772 dinoex smtpd incompatible with newest sendmail o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/05] kern/36790 kernel panic in biodone() on boot p [2002/04/05] ports/36804 ports portupgrade of apache13+modssl causes cer o [2002/04/06] ports/36811 ports XFree86-4-libraries cannot find version.d o [2002/04/06] kern/36813 arr un-bzero'd sin_zero causes bind() in PF_I o [2002/04/06] ports/36819 ports /usr/ports/x11/XFree86-4 compilation trou s [2002/04/06] ports/36826 alane x11-servers/XFree86-4-Server: xf86cfg -te o [2002/04/07] ports/36838 scrappy MICO update to 2.3.7 o [2002/04/07] ports/36843 nik auth_ldap port fix o [2002/04/07] ports/36846 ports fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, o [2002/04/08] kern/36876 sos Weird read-errors while accessing data fr o [2002/04/08] ports/36879 ports emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP f [2002/04/09] ports/36954 ports PostgreSQL daylight savings fix... o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created f [2002/04/11] ports/37005 vanilla Broken build of /usr/ports/graphics/gimp1 o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/12] ports/37026 dinoex FBSD4.5/4.4 sshd coredump, for unexisting o [2002/04/12] docs/37029 doc The translation in Italian language of th o [2002/04/13] kern/37035 [PATCH] msdosfs_readdir() freezes after f o [2002/04/13] kern/37043 Latest stable causes SCSI bus freeze on s o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/14] ports/37085 andreas apsfilter/ghostscript don't work with hpi o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun f [2002/04/16] ports/37142 dirk [Patch] devel/pth (use libtool and load s o [2002/04/16] bin/37159 ru more then one natd use running use the sa o [2002/04/16] ports/37165 dirk port print/lyx does not build on 4-STABLE o [2002/04/16] kern/37171 smbfs non-functional in -STABLE o [2002/04/17] ports/37180 dirk [New Port] php-dev (apache 1.3 / 2.0 modu o [2002/04/18] ports/37223 sobomax devel/sdl12 1.2.4 broken (includes patch o [2002/04/18] bin/37224 make: $< only set for implicit rules o [2002/04/18] ports/37236 obrien bash1 port broken? o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] i386/37243 dvd rom - ata0-slave: identify retries ex o [2002/04/19] ports/37251 portmgr ports seem to have to hardwire numeric us o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports gphoto2 fails to find supported USB digit o [2002/04/19] kern/37270 jeff nullfs broken by locking changes in -curr o [2002/04/20] alpha/37295 alpha Make Install of KDE2 fails on alpha o [2002/04/21] ports/37309 anholt XFree86-4 port (XFree86 4.2) doesn't comp o [2002/04/21] kern/37311 latent bug: kernel crash in -stable, same f [2002/04/21] ports/37319 ports [Patch] textproc/pspell-ispell (Makefile o [2002/04/21] kern/37326 smbus/bktr crash when omitting "device ii o [2002/04/21] kern/37332 scsi PATCH: add pen device to scsi_da.c o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37358 ports xawtv generates sigalrm with bktr o [2002/04/22] ports/37361 sobomax installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD o [2002/04/23] ports/37400 nakai The cosmo game contains unchecked buffers o [2002/04/24] i386/37420 Copying large files from an IDE CD-ROM to o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] bin/37468 ports mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 Weird behaviour under relatively slow loa o [2002/04/26] bin/37495 /stand/sysinstall coredumps during packag o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call o [2002/04/28] ports/37537 ports trafcount causes reboot at 3AM every nigh o [2002/04/29] kern/37573 luigi kernel crashes when changing dummynet pip o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/04/30] ports/37612 ports [New Port] PHP Development version o [2002/05/14] kern/38095 bp vlan not supported with fxp o [2002/05/15] ports/38110 ports NEW PORT: games/wmpuzzle for WindowMaker/ o [2002/05/16] kern/38139 no carrier after kernel rebuild o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early o [2002/05/16] kern/38166 ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] ports/38172 keith ports/chinese/ghostscript6 o [2002/05/17] ports/38182 dirk php 4.2.1 port fails during make o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/20] kern/38333 ATA drives only UDMA33 after APM standby o [2002/05/21] misc/38373 ipfw-graph reboots compaq 5500r o [2002/05/21] bin/38374 [patch] crontab environment variable pars o [2002/05/21] ports/38375 dirk The port lang./php4 can't be used as CGI o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] misc/38460 ports core dumps with ghostscript o [2002/05/24] kern/38495 soreceive fails to maintain invariant on o [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] ports/38560 cpiazza PATCH: audio/gmixer uses uninitialized po o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing o [2002/05/26] ports/38587 kuriyama bug in snmpd v5.0.1 in freebsd systems o [2002/05/26] ports/38590 ports XFree86 4.2 driver module cirrus_alpine.o o [2002/05/27] ports/38602 gpalmer x11-wm/tvtwm is confused about PREFIX o [2002/05/27] docs/38608 doc DOS install directory must be X:\FreeBSD o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] misc/38629 X window size too big for screen, how do o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/29] ports/38681 nectar pam_krb5-1.0.3 configure fails to determi p [2002/05/29] i386/38703 iedowse disklabel initializes fragment size to be o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] ports/38744 ports net/openldap2 doesn't work if db3 and db4 o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] kern/38764 Maxtor 30GB USB-2.0 drive needs quirk ent o [2002/05/31] bin/38765 CVS Daemon Vulnerability in 1.11.1p1 o [2002/05/31] ports/38770 obrien gcc 3.0.4 fails to build o [2002/05/31] bin/38778 dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p o [2002/06/01] ports/38801 ports sasl_apop_patch.gz breaks LOGIN mech (SMT o [2002/06/02] misc/38835 sysinstall always installs crypto o [2002/06/03] ports/38859 portmgr lang/gnat-doc-info: fix install o [2002/06/03] kern/38864 -CURRENT: buildkernel stop in vnode_if.h o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/05] ports/38933 portmgr New Port: games/lbreakout2 o [2002/06/06] bin/38963 Unable to newfs vinum volumes o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/07] kern/38988 New Netgear GA302-T has different PCI ID a [2002/06/07] ports/39010 ports libwmf fails to portinstall o [2002/06/08] ports/39045 tobez update math/p5-Math-BigInt from 1.49 to 1 o [2002/06/10] ports/39091 ports mv *-config to libdir to coexist with apr o [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/10] ports/39107 portmgr _REENTRANT not defined in PTHREAD_CFLAGS o [2002/06/10] kern/39109 m_cat() does not update m_pkthdr.len o [2002/06/11] kern/39141 silby Broken PTMUD o [2002/06/11] ports/39148 cy screen consumes 100% when run o [2002/06/11] ports/39149 ports ports/mail/cyrus-imapd: cyradm causes per o [2002/06/11] ports/39151 dima acroread4 install fails o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] conf/39196 src-crypto collection should be splitted o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/12] ports/39205 ports Patch to add nmh package files so EXMH re o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] ports/39254 ports Insecure mode on scripts in the icradius o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/14] bin/39296 sos burncd fails in dao mode o [2002/06/15] kern/39322 sos Strange detection of IDE CDROM o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/15] ports/39332 ports coldsync build broken on current p [2002/06/15] conf/39351 dougb /etc/rc.syscons is always ran - even if t f [2002/06/15] misc/39354 where is the Brazilian portuguese locale? o [2002/06/16] kern/39369 "pseudo-device sppp" requires net/slcompr o [2002/06/16] ports/39378 anholt XFree86-4-libraries fails to install with o [2002/06/16] kern/39388 groudier ncr/sym drivers fail with 53c810 and more a [2002/06/16] kern/39396 cjc firewall security loophole p [2002/06/17] standards/39408ache FreeBSD use wrong collate table for pl_PL o [2002/06/17] ports/39441 ports x11-wm/afterstep &afterstep-i18n install/ o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/17] kern/39449 sos wierd ata status o [2002/06/18] bin/39478 des `ssh-keygen -p -t rsa' causes segfault o [2002/06/18] ports/39479 cy Binary version of screen-3.9.11_1 in port f [2002/06/19] kern/39499 sos sysinstall panic with ATAPI CD-ROM o [2002/06/19] kern/39502 can't write on smbfs with scp o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/19] kern/39556 [PATCH] lio_listio(2) is broken. o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] ports/39623 ports [New Ports] Development versions of PHP, o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons o [2002/06/21] ports/39646 portmgr [PATCH] to fix broken _MLINKS o [2002/06/22] ports/39659 portmgr add (DOCS|EXAMPLES|DATA)DIR to PLIST_SUB o [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/22] ports/39661 sobomax freetype2 fails trying to apply patch pat o [2002/06/22] ports/39662 portmgr add default MAN3PREFIX for perl ports o [2002/06/22] bin/39671 mknetid segfaults on default /etc/master o [2002/06/23] ports/39687 nbm www/zope: should use www/cgi-bin (the sym o [2002/06/23] ports/39689 obrien mail/mutt patch-1.4.rr.compressed.1.gz mi o [2002/06/23] bin/39741 dwmalone usr.sbin/pw/pw_user.c:726: warning: int f o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] misc/39765 bsd.incs.mk, INCDIR or INCSDIR ? o [2002/06/24] ports/39775 ports p5-GD has erroneous dependency on X11 and o [2002/06/24] ports/39784 ports NEW PORT: games/marbles, a challenging pu o [2002/06/24] ports/39788 mharo building proftpd in ports ignores WITH_MY o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps o [2002/06/24] kern/39805 4.6R install panics with umass0 device co o [2002/06/24] kern/39813 program hangs in atprq state permanently o [2002/06/24] ports/39820 nbm Port Update mail/sqwebmail to 3.3.5 o [2002/06/24] ports/39827 ports Copying files using Windows Explorer unde o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/25] ports/39853 obrien ftp/ncftp3 is broken on 64-bit archs o [2002/06/25] ports/39859 nbm ports/www/publicfile confused file name i o [2002/06/25] ports/39860 ports Crystal Space port doesn't build o [2002/06/25] ports/39863 ports sysutils/LPRng has incomplete pkg-plist [ f [2002/06/26] ports/39877 kde qt23 in release 4.6 does not compile o [2002/06/26] kern/39878 mysqld process suddenly runs at 99% CPU w o [2002/06/26] ports/39884 lioux avifile-0.7.7.20020523 can not compile f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/26] bin/39906 cleaning sbin/newfs code from warnings o [2002/06/27] bin/39918 Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 wi0 timeouts and hangs the system while s o [2002/06/27] kern/39937 ipstealth issue o [2002/06/27] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/27] kern/39942 4.6-current does not play well with DG Av o [2002/06/27] ports/39943 dirk ports/www/mod_php4 build failure o [2002/06/28] kern/39960 wi driver can cause system crash when try o [2002/06/28] kern/39961 diff on if_wi.c f [2002/06/29] bin/39995 users not in @wheel cannot change their p o [2002/06/29] ports/39997 ports e2fsprogs needs mk_cmds o [2002/06/29] misc/40001 vinum showing -2 drives after removing se o [2002/06/29] kern/40023 pccard initialization & reset errors (fix o [2002/06/30] kern/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 Xircom Realport Ether doesn't work in Tos o [2002/07/01] ports/40088 ports Update: www/webcheck (patches deleted) o [2002/07/02] ports/40109 jeh sysutils/healthd overwrites startup scrip o [2002/07/02] ports/40112 obrien mail/mutt: fix path for ${PREFIX}/share/d o [2002/07/02] misc/40119 will not read the cd when bsd is planning o [2002/07/02] kern/40122 Device pcm stopps booting Kernel 4.6 o [2002/07/02] ports/40123 anholt unable to build XFree86-Server-4.2.0_3 o [2002/07/02] misc/40126 dougb bind8 port puts nslookup in the wrong pla o [2002/07/02] i386/40132 Enabling the joystick interface on es137x o [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/03] ports/40166 obrien editors/vim: distinfo not updated, Makefi o [2002/07/03] ports/40167 bp mars_nwe does not report disk full errors o [2002/07/03] ports/40168 ports NEW PORT: NotFTP, a WWW-HTTP gateway writ o [2002/07/04] kern/40176 panic: lockmgr: locking against myself -- p [2002/07/04] bin/40177 maxim /bin/sh with builtin 'test' has memory le o [2002/07/04] kern/40185 FreeBSD does not work with the nVidia nFo o [2002/07/04] ports/40189 ports XFree86 4.2 doesn't support bg_BG.CP1251 o [2002/07/04] kern/40193 PCI devices can not be used with an nVidi o [2002/07/04] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/04] bin/40209 __dtoa broken with -O2 or -O3 optimisatio o [2002/07/05] bin/40216 [xmh] xmh is unstable o [2002/07/05] bin/40218 [xmh] mail list does not refresh automati o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] bin/40223 [xmh] Deleted mail does not appears in sc o [2002/07/05] kern/40225 ata driver incorrectly downgrades UDMA4 d o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/05] ports/40232 ports xxgdb left button does not function prope o [2002/07/05] conf/40255 problem with installing and configuring X o [2002/07/05] ports/40258 dirk lyx fails to install o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t o [2002/07/06] ports/40262 ports Update port: p5-Net-SSLeay to 0.17 o [2002/07/06] bin/40266 telnet SRA sometimes fails at authentific f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/07] bin/40314 mail is unable to parse From line w/o ema o [2002/07/07] ports/40317 ports transcode compilation problem s [2002/07/08] ports/40342 alane koffice-kde3 build nit, need cmath.h o [2002/07/08] ports/40349 ache [Update Port] graphics/png (to 1.2.4) o [2002/07/08] ports/40353 ports new ivtools release: ivtools-1.0.4 o [2002/07/08] misc/40359 Installation hanges after plip0 on ppbus0 o [2002/07/08] misc/40363 Syslogd crashes in function markit o [2002/07/09] ports/40375 knu ports/sysutils/portupgrade incorrectly se f [2002/07/09] bin/40382 compiling source root CVS o [2002/07/09] ports/40387 billf unable to 'make package' on net/ethereal o [2002/07/09] kern/40394 if_tap driver hard coded permission check o [2002/07/09] standards/40402standards/usr/include/stddef.h and /usr/include/st o [2002/07/10] ports/40428 ports KDE3 trashes Xresources data o [2002/07/10] i386/40432 Problema al instalar tarjeta video o [2002/07/10] ports/40434 gnome Screensaver not appearing in gnome Contro o [2002/07/10] ports/40441 ports sysutils/lcdproc + HD44780 + 'winamp' wir o [2002/07/11] bin/40448 [bmake bug] BSD make cannot find system m o [2002/07/11] bin/40466 pax may not handle correctly some tar arc o [2002/07/11] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/12] ports/40484 ports REINPLACE_CMD doesn't understand \t o [2002/07/12] ports/40485 ports [patch] fix devel/jam REINPLACE problem o [2002/07/14] kern/40558 UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 TTCP does not work with IPv6 o [2002/07/14] ports/40573 mbr OpenOffice sources mismatches MD5 checksu o [2002/07/14] kern/40574 NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40606 knu graphics/libflash won't compile on -CURRE o [2002/07/15] ports/40610 ports Latex build "cannot find Hyphenation patt o [2002/07/15] ports/40618 ports news/newsx: security patch for newsx vers o [2002/07/15] kern/40636 PCI devices don't share IRQs. o [2002/07/16] ports/40651 kuriyama [Patch Port] textproc/dsssl-docbook-modul o [2002/07/16] bin/40654 qa patch: sysinstall: infinite loop o [2002/07/16] bin/40655 qa patch: sysinstall assigns partition a to o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/16] ports/40672 ports wsoundserver defaults to using esound and o [2002/07/16] java/40677 java J2SDK 1.4.0.01 fails to do anything when o [2002/07/17] bin/40697 fsck[_ffs](8) doesn't ensure that (signed o [2002/07/18] kern/40740 4.6-RELEASE can't properly read some CD-R o [2002/07/18] ports/40757 jkh by cvsupfile defaults o [2002/07/18] ports/40759 anholt x11/XFree86-libraries build error: Wraphe o [2002/07/19] kern/40766 NEWCARD freeses system while card inserti o [2002/07/19] ports/40770 ports avifile compilation ..problem.... o [2002/07/19] pending/40774gnats-admin o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 signals lead to data loss on device ugen o [2002/07/20] misc/40802 adduser ignores password format o [2002/07/20] ports/40816 ports Port update for databases/sqlite o [2002/07/21] ports/40829 ports [Maintainer Update] www/php-templates o [2002/07/21] misc/40837 SMC EN5251BE ethernet chipset gets incorr o [2002/07/21] docs/40841 doc the PPP primer gives a very wrong ppp.con o [2002/07/21] conf/40842 ppp.conf examples directory is empty o [2002/07/21] ports/40844 ports Syntax error on german/BBBike/Makefile o [2002/07/21] ports/40857 ports autoconf port fails if shells/ksh93 is in o [2002/07/21] kern/40861 could not compile a new kernel o [2002/07/22] ports/40886 ports pkpkg_delete apache-1.3.26_3 does not w 1058 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def f [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/04/14] bin/3284 mikeh [PATCH] symorder(1): -t option doesnดt wo p [1997/05/08] gnu/3552 the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) f [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT a [1998/03/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] bin/6183 iedowse quota hangups p [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/16] misc/6320 mike Sometimes nohup isn't good enough. o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 joe Kernel version strings need to relate to o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/28] i386/7100 hm integrate pcvt configuration into the /et a [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format a [1998/09/03] bin/7828 johan Add a command line option to cp to make i s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep f [1998/11/03] bin/8553 gshapiro /usr/libexec/mail.local doesn't handle "> o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. f [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - p [1999/04/03] bin/10931 johan biff b o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/11] bin/11085 Per-host configuration for syslog.conf a [1999/04/11] bin/11092 johan readlink(1) from OpenBSD f [1999/04/13] bin/11114 standardsmake(1) does not work as documented with o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag f [1999/04/20] bin/11236 mountd fails to properly check for kernel f [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM f [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/04] kern/12966 silby receiver lockups in vr0 driver f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/11] bin/13068 billf Don't stamp out score files! a [1999/08/11] bin/13072 johan Extensions to biff(1) a [1999/08/11] bin/13073 johan Extensions to mesg(1) o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed f [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends f [2000/06/06] bin/19057 offer of patch to uname that produces pre o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulationEvilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/22] ports/19448 markm filename input broken o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 murray dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 Can't make only cd0 under 4.1-STABLE o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c o [2000/09/12] kern/21222 dillon wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing p [2000/09/22] misc/21494 yar ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] bin/21531 mp csh/tcsh provide no way to see/adjust new f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/28] ports/21621 portmgr Update port: devel/libtool to 1.3.5 f [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] docs/21767 green sample sshd_config errors for kerberos o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy o [2000/10/06] bin/21806 lock(1) currently defaults to 15 minute t a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/10] ports/21903 portmgr bsd.ports.mk - automake/aclocal adds o [2000/10/14] conf/21994 Config of Anonftp (at install) always cre p [2000/10/14] gnu/21996 use of -s and -C causes tar to dump core o [2000/10/16] bin/22033 [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So o [2000/10/17] kern/22065 luigi Patch to add support to ipfw for per rule o [2000/10/18] misc/22073 xonsole: couldn't open console o [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/20] ports/22149 portmgr Enhance the "Old port layout" message fro o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys s [2000/10/27] bin/22351 green sed(1) fails with backslash on buffer bou o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/02] ports/22550 cy Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 schweikh crontab -e failures o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] bin/22860 yar [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standardsPOSIX clock_gettime, clock_getres return f [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In p [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. o [2001/01/15] ports/24361 portmgr wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB o [2001/01/30] ports/24736 trevor New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 portmgr Emacs ports have misleading names p [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu p [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/27] kern/25445 kernel statistics are displayed in wrong f [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users o [2001/03/05] ports/25564 obrien Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 anholt XFree86-4 port installs manual pages with s [2001/03/07] bin/25587 des Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page o [2001/03/22] kern/26016 VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 dillon Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 dougb incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] kern/26584 kernel boot messages aren't logged correc f [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who p [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver f [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/07] misc/27190 Day light savings in Mexico. o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 anholt when I install the package XFree86-4.0.3_ o [2001/05/20] bin/27483 qa make sysinstall ask for the keymap at ins f [2001/05/22] ports/27542 sobomax xmps should not require gnome o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken f [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] ports/27903 peter Update: www/transproxy o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28078 qa /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 arr ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 dwcjr Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] kern/28681 sos ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 kuriyama net/net-snmp stop enumerate interfaces wh o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] bin/29164 maxim [PATCH] lack of 'Do not fragment' flag in o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 still documented broken options in gcc ma o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/02] ports/29392 portmgr Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation f [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29732 sobomax linking error f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm f [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] ports/30166 ports ports/net/nettest2001 o [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl o [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while f [2001/09/08] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/16] docs/30618 keramida ediff man page incomplete o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30707 ports midnight commander can't handle correctly o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/23] misc/30778 termcap problem with wyse-60 terminal o [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/25] kern/30836 wpaul Chipset SiS735 / NIC SiS 900 o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro f [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/29] bin/30907 green [PATCH] ssh configuration oddities o [2001/09/29] ports/30923 obrien small fix for devel/gindent port o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/02] ports/30983 portmgr [PATCH] Some staroffice cdrom fixes o [2001/10/03] ports/31013 obrien John The Ripper Package Lists Bad Path o [2001/10/04] bin/31034 regularly add original address logging fo o [2001/10/04] kern/31043 Missing Ptrace functionality in Linuxulat o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul o [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/05] ports/31061 ports New port: security/gnupg-devel o [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/08] bin/31135 /bin/df reporting 'NaNB' as a Size. f [2001/10/09] ports/31159 cpiazza gmixer 0.98c dumps core with some mixers o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] conf/31200 Modification of rc.diskless1 needs change o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/10] docs/31210 peter cvs info page missing -R f [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) o [2001/10/11] ports/31229 ports new port: astro/linux-setiathome-i686 o [2001/10/13] kern/31255 select with zero timeout returns 0 even w o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri a [2001/10/14] docs/31271 doc rl(4) discourages vender openness by disp f [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] kern/31367 General boot fault during mounting root w o [2001/10/19] ports/31369 adrian New KMerlin Port o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/20] ports/31389 portmgr tidy readme templates + port readme enhan o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet o [2001/10/23] ports/31462 peter rdist6 does not like accounts with '.' in o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m f [2001/10/25] ports/31487 dinoex licq-qt-gui plugin does not parse local a o [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/28] conf/31555 rc.syscons does not run standalone o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in a [2001/10/30] bin/31632 cjc ip6fw error under DNS dislabled environme o [2001/10/30] docs/31640 charnier Avoiding uppercase program names in manpa o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/10/30] docs/31653 jim Chapter 14 of the Handbook lacks content o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/10/31] ports/31684 ports ports/comms/hylafax fixes o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/02] kern/31711 Enhancements and bug fixes to Aironet dri o [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de f [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) o [2001/11/05] gnu/31772 New option in dialog(1) f [2001/11/08] ports/31858 ports New port: pike 7.2.234 (current CVS versi o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] ports/31926 lioux New port security/drweb-qmail: Qmail mess o [2001/11/12] bin/31933 dillon pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai o [2001/11/12] ports/31944 portmgr bsd.port.mk: USE_XPM (implied by USE_MOTI o [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] ports/32015 kuriyama ports/palm/pilrc bugs o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 a [2001/11/16] docs/32041 doc Add point about net.inet.tcp.portange.{fi o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/19] ports/32114 portmgr WRKDIRs should be moved to a central loca a [2001/11/19] misc/32120 PR misc/24324 errata o [2001/11/19] ports/32122 anholt xf86cfg graphics-mode fails on Samsung Sy o [2001/11/20] bin/32126 getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/20] ports/32147 kris mindguard port dumps core o [2001/11/21] ports/32174 portmgr Autoconf patch for bsd.port.mk o [2001/11/22] ports/32202 kbyanc ports/devel/py-htmlkit distribution does o [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 o [2001/11/23] ports/32243 sobomax ports/py-wxPython fails to compile o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/24] ports/32258 scrappy converters/p5-Convert-ASN1 out of date o [2001/11/24] ports/32259 scrappy Update security/p5-IO-Socket-SSL request o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt o [2001/11/26] bin/32299 peter nm coredumps on sendmail in -current o [2001/11/26] i386/32301 dfr Fix for agpgart for the AMD-751 and relat o [2001/11/26] ports/32317 petef Request for linux-qt port o [2001/11/26] bin/32318 cjc no userland tool available to test resolv f [2001/11/28] ports/32361 ports port doesn't work, www/mod_log_mysql o [2001/11/28] ports/32362 ports postgresql7 port should install more *.h a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated o [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] docs/32425 doc Document cvs update `P file' output o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/03] kern/32478 scsi/NIC drivers fail when using SMP kern o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32502 dima port update palm/pilot-link to 0.9.6 o [2001/12/04] ports/32508 ports www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 s [2001/12/07] docs/32578 doc A _really_ petty change to the front page o [2001/12/07] ports/32582 greid Update port: audio/tempest_for_eliza o [2001/12/07] bin/32588 grog operator should backup vinum vols o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] ports/32651 ache a small patch to obtain socks5 support to o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 dillon VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] i386/32666 imp mbufs leaks in dev/ed o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] docs/32674 doc no man page for the ntp_adjtime system ca a [2001/12/10] bin/32675 kris openssl dhparam hangs when using /dev/ran o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/12] ports/32762 ache Update for archivers/xpk o [2001/12/13] kern/32799 ucom and uplcom drivers ported from NetBS o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi o [2001/12/15] kern/32880 ambrisko Update aironet driver to correct signal s o [2001/12/16] gnu/32902 Incremental tar archiving using GNU style p [2001/12/16] kern/32912 mp options misssing TCBHASHSIZE o [2001/12/16] ports/32917 portmgr installing ports may fail if $GREP_OPTION p [2001/12/17] bin/32935 /bin/sh buildin echo command have invalid o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an f [2001/12/18] ports/32999 ports New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] kern/33014 installkernel without buildkernel gives c o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] ports/33108 portmgr Generate an error if WRKDIRPREFIX == /usr o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/23] ports/33134 keith update port: chinese/ghostscript6 for Ado o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] ports/33196 portmgr duplicate lines in /usr/ports/INDEX o [2001/12/26] kern/33202 msmith sys/dev/mly/mly.c minor mly_printf cosmet o [2001/12/26] kern/33203 dillon "got bad cookie" errors on NFS client o [2001/12/26] ports/33224 me Build breaks on CURRENT due to 0 o [2002/02/01] ports/34523 ports man pages of nwclient602 install to wrong o [2002/02/01] docs/34529 doc [patch] Grammar nits in usbd.conf(5) and f [2002/02/01] i386/34537 The second NIC card could not get configu o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/01] docs/34547 keramida [patch] edits of FAQ Introduction o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/03] docs/34577 doc Some man pages still advise using "confli o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate f [2002/02/03] misc/34596 slow gettimeofday in FreeBSD 4.5 o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] docs/34626 doc Copyright on "Index of /mail/current" pag o [2002/02/04] bin/34628 sobomax pkg-routines ignore the recorded md5 chec o [2002/02/04] bin/34629 des fetch(1) cannot download RH 7.2 ISOs from o [2002/02/05] ports/34635 ports games/flightgear o [2002/02/05] kern/34637 LINT is wrong -- NMBCLUSTERS doesn't auto o [2002/02/05] misc/34642 Windows 2000 will not dual boot with Free o [2002/02/05] docs/34654 doc Update UIDs for porters handbook o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 obrien dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] kern/34712 [patch] SCSI quirk for USB Memorybird o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch o [2002/02/07] ports/34717 portmgr bsd.port.mk: extraneous quotes in PTHREAD o [2002/02/07] ports/34718 portmgr make fetch-list includes things make fetc f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] ports/34737 ports New port: graphics/lodju o [2002/02/08] ports/34742 obrien bash2 missing build dependency on autocon o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] misc/34759 Phantasia does not accept [enter] key f [2002/02/09] ports/34760 ports New port: net/dstumbler a curses based ap o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/10] ports/34815 pat new port: freenet, the anonymous internet o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] ports/34841 dirk Adding cyrus to mod_php o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly f [2002/02/12] ports/34870 ports new port: lang/pnetlib o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe o [2002/02/13] bin/34919 portmap can not exclusively bind to 127.0 o [2002/02/13] misc/34924 kscd crash on startup signal 11 f [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] alpha/34948 alpha Promise TX2 ATA133 controller doesnt work o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B f [2002/02/15] ports/34975 ports mplayer don't compile with divx codec f [2002/02/15] ports/34981 ports new port: misc/bibletime: biblestudy appl o [2002/02/15] ports/34987 portmgr bsd.port.mk: silence awk's warning f [2002/02/16] ports/34997 ports xf86cfg core dumps a [2002/02/16] ports/35007 ports New port archivers/arj: ARJ32 v 3.10 russ o [2002/02/16] kern/35010 pcm0 fails to attach with Intel 82801BA ( a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] ports/35037 ports New port: sysutils/cfengine-devel o [2002/02/17] ports/35038 ports cleanup pkg-plist for x11-toolkits/Xaw3d o [2002/02/17] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/17] ports/35062 ports New Port: audio/xmms-mailnotify 0.2.0 o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard o [2002/02/17] bin/35070 math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] ports/35092 ports Xterm termcap should have color capabilit o [2002/02/18] bin/35099 sobomax ldd in -STABLE fails on libc. o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/19] ports/35117 ports Undefined symbol "ldap_get_dn" when tryin o [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a f [2002/02/19] misc/35130 bmah Example dd command for making 4.x install o [2002/02/19] ports/35131 ports New port: unittest framework for c o [2002/02/20] ports/35146 ports New port: A Unit testing framework for Ad o [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/20] gnu/35156 obrien suggestion: hard link /usr/bin/awk to /us o [2002/02/20] ports/35165 ports New port: textproc/smart an information r o [2002/02/20] kern/35171 Moused needs to be enabled to run a USB m o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/21] ports/35177 chuckr math/gnuplot missing WITHOUT_X11 option o [2002/02/21] conf/35178 ipfilter for IPV6 not availlable in rc.* o [2002/02/21] i386/35182 APMD does not set close on exec for /dev/ o [2002/02/21] ports/35187 ports New port: xmlada - an xml processing libr o [2002/02/21] ports/35190 ports New Port: autoproject o [2002/02/21] ports/35192 kuriyama ports/net/net-snmp garbles /usr/local/sha o [2002/02/21] kern/35195 msync performance on large files o [2002/02/21] ports/35197 dirk [PATCH] fix "auto-crash" build failure on o [2002/02/22] ports/35204 dirk www/mod_php4 with xslt is not LOCALBASE c o [2002/02/22] ports/35205 ports New port: russian/mtc - Multifile text En o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/22] bin/35226 mtree - strange behaviour on some filenam o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35240 Update to etc/services o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman o [2002/02/23] ports/35244 ports proper fix for x11-fm/endeavour's strcase f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] ports/35249 ports no man page for latex2html o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/23] ports/35270 ports converters/p5-Convert-TNEF has wrong pkg- o [2002/02/24] docs/35280 doc [PATCH] null-modem cable pinout in 'Seria o [2002/02/24] ports/35285 ports New port textproc/prosper: a LaTeX class o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/24] ports/35298 ports New port: biology/primer3 o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di o [2002/02/25] ports/35330 ports New port: biology/wise o [2002/02/25] ports/35332 ports New port: biology/flip s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/25] ports/35334 ports Please add md2k driver to print/ghostscri o [2002/02/26] docs/35343 doc Old broken Unix docco Makefiles o [2002/02/26] ports/35355 ports New port: databases/gbib f [2002/02/27] ports/35372 ports pgp6 ports fails to compile on alpha plat o [2002/02/27] ports/35375 kde x11/kdebase2 creates files not listed in o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] docs/35378 doc Handbook has inaccurate description of f o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/27] ports/35383 ports new port DarwinStreamingServer o [2002/02/27] kern/35392 atapi tape driver does not maintain devic o [2002/02/27] bin/35393 tjr Patch to add STANDARDS section to strerro o [2002/02/28] misc/35400 sysinstall could improve manipulation of o [2002/02/28] docs/35436 doc PAO isn't very latest-and-greatest these o [2002/03/01] ports/35447 ports Update port: databases/p5-SQL-Statement t o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/01] bin/35454 mtree can't handle symlinks referencing f o [2002/03/01] ports/35456 portmgr [PATCH] Add a distfiles-list target o [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports portupgrade doesn't clean up dependencies o [2002/03/01] kern/35463 [patch] wi(4) doesn't comprehend standard o [2002/03/02] ports/35479 ports New Port: A small stand-alone program for o [2002/03/02] ports/35481 ports New port: console text editor looks like o [2002/03/02] docs/35491 green sshd(8) has an incorrect path o [2002/03/02] bin/35505 [PATCH] Feature enhancement for sed(1) o [2002/03/03] kern/35512 ATA/ATAPI CD driver: impossible to set cd o [2002/03/03] ports/35514 portmgr Use the value of hw.machine_arch instead o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra a [2002/03/03] bin/35521 nsupdate fails if destination dns is not o [2002/03/03] ports/35522 ports xhtml port uses SGMLDECL in catalog chain o [2002/03/03] docs/35523 doc manpage fixes for df(1) and ls(1) o [2002/03/03] ports/35525 ports update-port: graphics/jpeg2ps-letter o [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/04] ports/35549 sada new port editors/texmacs doesn't build on o [2002/03/05] ports/35566 ports new ports: Lire a multiple log files anal o [2002/03/05] ports/35567 ports update port: databases/dbconnect o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] docs/35575 doc Pw(8) man page makes no mention of /var/l o [2002/03/05] ports/35578 lkoeller mail/faces: make NAS default since xfaces o [2002/03/05] ports/35580 ports Starup script in /usr/local/etc/rc.d is i o [2002/03/06] ports/35594 ports Bug: misc/kwatch fails to build if autoco f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/06] ports/35617 lkoeller mail/faces: add USE_SOX, WITHOUT_AUDIO kn o [2002/03/07] kern/35635 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 ports executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] ports/35661 ports new port: mycb o [2002/03/07] ports/35666 portmgr new bsd.port.mk support for GCC 2.95 and o [2002/03/08] ports/35667 ports net/pppload patch so it doesn't show wron o [2002/03/08] ports/35668 ports Link sqsh with readline o [2002/03/08] ports/35670 ports /usr/ports/databases/sqsh - bogus depende o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] ports/35682 ports apache13-ssl needs update o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35696 doc mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 [PATCH] msdosfs: differrent masks for dir o [2002/03/08] kern/35700 a small code update o [2002/03/09] ports/35708 ports New port: audio/abcmidi utilities for abc o [2002/03/09] ports/35710 portmgr Request repocopy: devel/automake -> devel o [2002/03/09] docs/35711 des the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/10] ports/35737 ports New port: audio/abcselect - extract part o [2002/03/10] ports/35753 ports New Port: biology/act o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud o [2002/03/11] misc/35764 Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] misc/35770 Why there is no /usr/local/bin in PATH va f [2002/03/11] ports/35784 ports reposting pic2fig port as a diff against o [2002/03/11] docs/35800 obrien [PATCH] removal of -kthread in gcc man pa o [2002/03/11] bin/35812 strings(1) does'n print russian character o [2002/03/11] kern/35813 dwmalone Add another Askey ISA modem o [2002/03/12] docs/35823 doc [PATCH] Little Restructuring of the Devel o [2002/03/12] ports/35833 ports ports/chinese/arphicttf and CJK depend on o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] ports/35859 ports New port: Network traffic accounting daem o [2002/03/13] kern/35861 brooks if_vlan module is compiled with ZERO vlan o [2002/03/13] ports/35864 ports ports with invalid dependencies to glib13 o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] kern/35876 bus_dmamem_free does not call contigfree o [2002/03/13] ports/35879 portmgr autoconf-2.52_2 creates empty case/esac s o [2002/03/13] ports/35882 ports Perl Expect module send_slow hangs on EOF o [2002/03/13] kern/35883 probe for ATI Rage128 Pro o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports upgrading the linux_base port runs into t o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails f [2002/03/14] misc/35918 Xset , XTGA and Xhtml Damaged o [2002/03/14] ports/35919 ports CompuPic 5.1.1016 o [2002/03/15] ports/35927 portmgr Permission sought to commit this automake o [2002/03/15] ports/35937 ports New port: taipan-0.9 o [2002/03/15] docs/35939 doc ipfw(8) needs explicit statement about no o [2002/03/15] docs/35941 doc cd(4) manual doesn't mention "target" use o [2002/03/15] docs/35942 doc at(1) manual doesn't describe at.allow an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] ports/35946 ports The /usr/local/lib/RealPlayer8/postinstal o [2002/03/15] docs/35948 trhodes disklabel(8) manual uses archaic "pack" a a [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/15] ports/35966 nakai Update port: x11-wm/qvwm to 1.1.12 p [2002/03/15] docs/35967 keramida rc.conf(5) manual missing "dumpdir" and " o [2002/03/16] kern/35978 improve kobj method dispatch o [2002/03/16] kern/35988 Seimens SpeedStream PCI/PCMCI Adaptor for o [2002/03/16] kern/35993 murray sys/dev/amr/amr.c - Compiler warnings und o [2002/03/16] ports/35995 ports New port: ophoto o [2002/03/16] kern/35999 add support for general flash disks to sc o [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] ports/36024 sobomax port update: OpenJIT 1.1.16 for JDK 1.3.1 o [2002/03/17] ports/36026 steve Update port: x11-toolkits/open-motif to 2 o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/18] ports/36047 znerd New port java/jbuilder-personal o [2002/03/18] docs/36055 doc [PATCH] adding some help-yourself-info to o [2002/03/18] ports/36061 perky New port: net/jmsn s [2002/03/18] standards/36076standardsImplementation of POSIX fuser command o [2002/03/18] ports/36078 portmgr Fix MASTER_SITES_NN recursive bug o [2002/03/18] ports/36079 portmgr Support USE_LESSTIF=yes o [2002/03/18] ports/36080 portmgr Support USE_OPENSSL=yes on 4.2 o [2002/03/18] ports/36083 portmgr Installs existing packages for dependecie o [2002/03/19] standards/36087tjr P1003.1-2001 c99 utility o [2002/03/19] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, o [2002/03/20] ports/36129 ports Update Port:databases/libiodbc(support pt p [2002/03/20] standards/36130standardsP1003.2 asa utility is missing o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] misc/36153 /usr/src/games/fortune/README instruction o [2002/03/20] misc/36154 Getting USB mouse to work: usbd and mouse o [2002/03/21] ports/36162 ports New Port: p5-IO-Socket-Multicast o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/21] ports/36178 ports New Port: bozohttpd-0.59 o [2002/03/21] ports/36186 ports New Port: www6to4 version 1.5 o [2002/03/21] bin/36189 [ftpd] it can not send a file on NTFS in p [2002/03/21] standards/36190tjr P1003.1-2001 newgrp command f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/23] ports/36238 sf [patch] ftp/wget doesn't respect FTP_PASS o [2002/03/24] misc/36250 grog /dev/vinum device entries have a group of o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler a [2002/03/24] ports/36252 petef Fix build of misc/Howto / take maintainer o [2002/03/24] ports/36260 sobomax freetype2 needs libintl.so.1 in gettext-0 o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/24] kern/36274 75GXP drive ATA tagging failure makes df o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] kern/36330 ``device ed'' missing from the LINT confi o [2002/03/26] ports/36336 ports port of ccmalloc o [2002/03/26] ports/36341 dburr [patch] devel/SN marked as broken o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] ports/36380 ports new port: emulators/grustibus o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] misc/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] ports/36386 adrian www/squid24 might overwrite perms on log o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/27] bin/36397 sos incorrect information in ata(4) o [2002/03/27] kern/36410 Bad mac address return from FNW-9803-T (A o [2002/03/28] conf/36416 imp Addition to /etc/defaults/pccard.conf o [2002/03/28] bin/36418 imp pccardd added option to exit after probe o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/03/28] ports/36452 ports Update port: security/fwlogwatch to 0.7 o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. f [2002/03/28] ports/36466 cy please remove biology/seaview o [2002/03/28] bin/36470 dwmalone chpass(1) program has erroneous "usage" f f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports several files conflict in ports/databases o [2002/03/29] docs/36524 doc bad links on handbook index page f [2002/03/30] ports/36531 ports let eterm with chinese support o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] misc/36541 portmgr port: make install as normal user retries o [2002/03/30] ports/36545 jmz mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 perky Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 rse bug fix for the eperl package o [2002/03/30] ports/36561 nakai slib package bug fix o [2002/03/30] bin/36564 fdisk(8) program has misplaced NOT_NOW bl o [2002/03/31] ports/36568 vanilla New port: chinese/chinput3 o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36575 hoek Update port: converters/uudeview|converte o [2002/03/31] ports/36582 taoka Update port: japanese_kinput2-freewnn to o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e f [2002/04/01] ports/36619 ports A gtk SMB share browser o [2002/04/01] ports/36622 dburr [patch] devel/SN : Upgrade port to versio o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36628 doc header an footer of openssl manpages are o [2002/04/01] docs/36629 kris OpenSSL manpages should be reachable with o [2002/04/01] bin/36634 murray dhclient is quiet and cannot be made loud o [2002/04/01] ports/36644 ports new port -- gtkspell o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a o [2002/04/02] kern/36682 USB isochroneous transfer doesn't report o [2002/04/02] ports/36684 ports patch for http://www.freebsd.org/cgi/quer o [2002/04/02] ports/36685 ports annoying warnings from mc with tcsh in ho o [2002/04/03] kern/36692 Patch for E-Tech ISA PnP modem support o [2002/04/03] ports/36709 portmgr bsd.port.mk MASTER_SITES:n - add comma op o [2002/04/03] docs/36723 doc IPSec section is unintelligible o [2002/04/03] docs/36724 doc ipnat(5) manpage grammar is incomplete an o [2002/04/03] docs/36726 doc Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/03] docs/36728 doc Handbook does not document VINUM o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to o [2002/04/04] ports/36766 portmgr Incompatibility between autoconf, automak o [2002/04/05] bin/36785 Add support for $ character in usernames o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/05] ports/36792 ports Fix pkg-plist of shells/perlsh o [2002/04/05] ports/36795 kuriyama DocBook DSSSL stylesheets should install o [2002/04/05] ports/36801 ports Update port: misc/compat3x o [2002/04/05] ports/36802 ports Update port: misc/compat4x o [2002/04/05] ports/36806 portmgr bsd.port.mk MASTER_SITES:n group protecti o [2002/04/06] ports/36828 sobomax Mesa3 port broken when using XFREE86_VERS o [2002/04/06] ports/36832 ports apache13-* coredumps when using XML::Pars o [2002/04/06] docs/36837 jim Handbook lacks information about setting o [2002/04/07] ports/36841 ports use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] kern/36845 Add ioctls CDRIOCREADSPEED/WRITESPEED to o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes f [2002/04/07] bin/36859 sos burncd fails in dao mode for audio o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [2002/04/08] ports/36887 tobez Update port: www/p5-CGI.pm 2.753 to 2.80 o [2002/04/08] ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/08] ports/36913 ports New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk f [2002/04/09] misc/36923 fdesc file system (partially) crashes Fre o [2002/04/09] ports/36932 ports New Port: scmxx 0.6.0 (Data Exchange util o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] ports/36939 ports New Port: devel/popenhs -- A popen-like l o [2002/04/09] ports/36940 ports Port update acid-0.9.6b20 to acid-0.9.6b2 o [2002/04/09] ports/36945 ports new ports of libsigc++12 and gtkmm o [2002/04/09] ports/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/09] bin/36955 Stock ftpd does not reuse ports in passiv o [2002/04/10] ports/36956 ports linux-dri doesn't reflect the change to X o [2002/04/10] ports/36959 ports New port: Gnewtellium is yet another new o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] ports/36962 obrien new version of news/aub o [2002/04/10] ports/36967 ports New port: news/slrnface o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] ports/37000 ports New Port: agqt 0.9.1 (Audiogalaxy query t o [2002/04/11] ports/37002 ports Port Update: (security/fwlogwatch) from 0 o [2002/04/11] ports/37003 ports new port: misc/susv2 (Single UNIX Specifi o [2002/04/11] ports/37004 ports new port: misc/susv3 (Single UNIX Specifi o [2002/04/11] bin/37013 ls directory name output trailing slash d f [2002/04/12] ports/37019 ports New port: poink 1.5 (Nosuid, secure ping o [2002/04/12] ports/37020 ports New port: www/muwi o [2002/04/12] ports/37027 ports New port: lookout-1.1 (Outlook 97 address o [2002/04/12] ports/37028 perky New port: www/scgi o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] docs/37037 keramida Cleaned and revised the Hubs article o [2002/04/13] ports/37044 ports lesstif needs an update o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/13] kern/37052 Quirk: ADS Tech Drive Kit 2.0 USB DA_Q_N o [2002/04/14] ports/37054 ports Problem report: (misc/flexbackup) doesnt o [2002/04/14] ports/37059 ports New port: gtk-iminc o [2002/04/14] ports/37062 ports New port: textproc/pocketreader o [2002/04/14] ports/37066 ports ports/databases/postgresql-tcltk is not u o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 [PATCH] Typographical error in output of o [2002/04/14] bin/37079 des fetch complains about "size of remote fil o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] ports/37095 ports ports/net/p5-Net-SSH-Perl already builds o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/15] ports/37098 nakai Update patches for slib port f [2002/04/15] ports/37100 ports Maintainer update: textproc/dico (portsur o [2002/04/15] ports/37111 ports new port: net/ccmsn o [2002/04/15] ports/37123 ports New port: net/arpd o [2002/04/15] ports/37128 ports New port: www/sarg, formerly known as www o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la p [2002/04/17] docs/37175 ru minor errors in two man pages o [2002/04/17] docs/37176 ru similar nits in assorted man pages o [2002/04/17] ports/37185 ports New Port: nrpep (netsaint remote plugin e f [2002/04/17] ports/37186 ade Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f o [2002/04/17] ports/37195 ports New port: deskutils/mencal o [2002/04/17] ports/37215 ports LablGL port: An OpenGL interface for Obje o [2002/04/17] ports/37216 ports new LablGTK port: A GTK+ interface for Ob o [2002/04/18] misc/37219 [it_IT locale] LC_TIME, weekday names o [2002/04/18] docs/37221 doc obsolete reference to seqpacket in mount_ o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/18] kern/37227 VMWare do not work with raw disks due to o [2002/04/19] misc/37244 ports c2lib port includes vector.h which appare p [2002/04/19] bin/37250 yar [PATCH] ftpd(8) cannot delete stale symli o [2002/04/19] ports/37255 ports New port: chinese/cce o [2002/04/20] ports/37289 flathill Update net/micq to 0.4.8.pl3 o [2002/04/20] ports/37290 ports New port: tool for setting the title of x o [2002/04/20] ports/37298 ports New port: security/cp2fwb o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/21] conf/37310 add inode information into daily_status_d o [2002/04/22] bin/37334 phk fix jail.8 instructions for creating jail o [2002/04/22] ports/37337 portmgr [repo-copy request] converters/mule-ucs-e o [2002/04/22] ports/37342 ambrisko ports/misc/airoflash fetches source every o [2002/04/22] kern/37347 _POSIX_THREADS defined but sysconf(_SC_TH o [2002/04/22] ports/37354 ports New port: Perl-compatible regexp for Ocam o [2002/04/22] ports/37359 ports New port: games/bsp - A node builder for o [2002/04/22] ports/37362 ports The Ted port is incompatible with FreeBSD o [2002/04/22] ports/37364 ports New Port: GeekLog o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor o [2002/04/23] ports/37367 ports palm/plucker: fix build problem when late o [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] kern/37378 scsi [PATCH] No 6-byte-read on Wincan USB pen o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 boot0 partition list is outdated (patch i o [2002/04/23] misc/37387 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] ports/37389 ports Port Update sysutils/diskusage o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen o [2002/04/23] conf/37404 delayed mouse response to draw box or hig o [2002/04/23] kern/37405 Support for Mitsumi USB Mouse with Memory o [2002/04/24] ports/37409 znerd New port: jdictionary-eng-hun 1.2 - Hunga o [2002/04/24] ports/37412 ports kdebase2 port package does not create /us o [2002/04/24] kern/37417 Treat CT5880 revision4 ( PCM chip ) o [2002/04/24] ports/37422 ports port upgrade news/diablo 3.0 -> 4.1 o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB o [2002/04/24] misc/37434 dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] ports/37439 anders Alfred's Patches to thttpd port to use se o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie o [2002/04/25] ports/37446 znerd New port: jdictionary-eng-hun-expr 1.2 - p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37452 ports New port: devel/publib: Modular library o o [2002/04/25] docs/37457 doc acpi(4) man page references non-existant o [2002/04/25] ports/37459 ports Patch for ocaml-pcre port (PR 37354) o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/25] docs/37465 doc Handbook needs new section o [2002/04/25] ports/37469 ports new port: otc o [2002/04/25] docs/37470 doc jail field not documented in procfs(5) o [2002/04/25] ports/37474 ports freeamp doesn't build on -current o [2002/04/25] ports/37476 ports Updating the port of biology/molden o [2002/04/26] kern/37486 Bug in network stack in sending broadcast o [2002/04/27] docs/37504 blackend The word PC Card should be used instead o o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] ports/37521 ports new port: security/autossh o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/28] ports/37536 ports New port: games/doomlegacy o [2002/04/28] ports/37542 anholt XFree86 4.2.0 Server MGA G550 Corrupted H o [2002/04/29] kern/37554 [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] docs/37557 doc there is no ciss(4) RAID controller man p o [2002/04/29] docs/37558 doc there is no iir(4) RAID controller man pa o [2002/04/29] docs/37559 doc there is no ida(4) RAID man page o [2002/04/29] misc/37562 jdp Incorrect information in /usr/share/examp o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/29] bin/37572 des libfetch(3)/fetch(1): requested feature: o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m a [2002/04/29] ports/37576 portmgr Opening new port category hungarian o [2002/04/30] ports/37594 ports Update port misc/mango to 0.11 (SUPERCEED o [2002/04/30] ports/37596 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] ports/37630 kde KDE does not work with IPv6 o [2002/05/01] ports/37632 ports new port: pstack o [2002/05/01] misc/37634 FTP site problem - packages link points t o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/01] ports/37649 dirk devel/pear: unbreaking, upgrading to 4.2, o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall o [2002/05/01] ports/37654 ports Update textproc/xml4j to 4.0.1HTML conve o [2002/05/20] ports/38339 ports New Port: Stylesheets for TEI->FO convers o [2002/05/20] ports/38340 ports New Port: DTD parser and clean-up tool o [2002/05/20] ports/38341 ports New Port: Customize TEI DTDs o [2002/05/20] ports/38346 jkh ports/net/cvsupit couldn't get enough fil o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/20] ports/38351 ports mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/20] ports/38365 ports devel/swarm update for Java support o [2002/05/21] kern/38372 patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/21] ports/38396 ports jikes option "-encoding" does not work an o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] docs/38426 doc extra manpage .Xr to locate relevant sysc o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] ports/38450 ports New Port: audio/blop: Bandlimited oscilla o [2002/05/23] ports/38451 kris the package of totd-1.3_1.tgz seems incor o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta o [2002/05/23] kern/38458 There is no a file iicbb_if.c on source t o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] ports/38476 ports ports/security/nmapfe: install problem o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38479 sysinstall vs. adduser UID inconsistency o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users o [2002/05/23] i386/38481 adduser typo: 'already exist' o [2002/05/24] ports/38493 nbm Port update: mail/courier-imap o [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] ports/38516 ports ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 p [2002/05/24] bin/38531 ru route(8) fails to suppress output o [2002/05/25] ports/38539 ports New port: devel/libcfg+ o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] ports/38541 ports ghostscript-gnu checksum mismatch for a d o [2002/05/25] ports/38546 ports [MAINTAINER UPDATE] audio/cplay-1.45 clea o [2002/05/25] ports/38555 ports New port: x11-toolkits/frantk (A GUI libr o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/25] conf/38559 rc.network hangs for a long time attempti o [2002/05/26] ports/38563 keith chinese/ghostscript6 print/ghostscript-gn o [2002/05/26] bin/38573 ping -o option (exit after one reply) o [2002/05/26] docs/38574 doc CPUTYPE is not documented in make.conf o [2002/05/26] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] ports/38616 ports Build options in Makefile.local are ignor o [2002/05/27] docs/38618 doc Malloc types can be used with multiple al o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] ports/38621 mita Update port: print/ghostscript-gnu-commfo o [2002/05/27] ports/38624 ports linc will not be installed by ORBit2 o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/27] docs/38630 doc Missing line break in handbook/ppp-and-sl o [2002/05/27] ports/38635 ports new port: comms/bforce-kst o [2002/05/27] ports/38638 ports New ports : gfaim 0.30 o [2002/05/27] ports/38642 ports Fatal server error o [2002/05/27] docs/38647 doc cvsupit built-in instructions are slightl o [2002/05/28] ports/38655 ports Update New port : ports/38641 (DynDns Ser o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ports/38663 ports New Port: Mono .NET runtime and C# compil o [2002/05/28] www/38664 www Stale info about Java due to be released o [2002/05/28] docs/38668 doc More s/IPSec/IPsec o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/28] ia64/38678 ia64 vinum fails to build due to @gprel reloca o [2002/05/29] bin/38686 des fetch -T n is not timeout correctly when o [2002/05/29] ports/38687 ports Update port: security/fwbuilder o [2002/05/29] ports/38689 kuriyama update of port palm/prc-tools o [2002/05/29] ports/38696 ports libwmf port configure failure (with worka o [2002/05/29] misc/38724 portmgr [patch] various .mk files use deprecated o [2002/05/29] ports/38725 ports new port: biology/L-Breeder o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] docs/38728 doc How To Contribute should recommend unifie o [2002/05/29] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/30] ports/38751 ports Port for discid o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/05/31] ports/38790 nakai icewm - ALT-TAB graphical glitches o [2002/05/31] kern/38792 Cannot play audio on a VIA VT8233 chipset o [2002/06/01] ports/38800 ports update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] ports/38805 ports New port: devel/greencard (A foreign func o [2002/06/02] ports/38806 dirk Please upgrade the LyX port to version 1. o [2002/06/02] docs/38810 doc Minor change in section 2.13.5 of the Han o [2002/06/02] docs/38815 doc Many typo fixed, and a question left unan o [2002/06/02] docs/38816 doc No man page for BootMgr? o [2002/06/02] docs/38817 doc /usr/share/man/man8/boot.8.gz documents / o [2002/06/02] ports/38820 keith Update port: chinese/ttfm update abiword o [2002/06/02] ports/38821 gnome graphics/gimp1 complains about missing Gi o [2002/06/02] ports/38824 sf wget cannot handle files >2GB o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb o [2002/06/02] misc/38839 inconsistent spelling of communism in for p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] ports/38855 ports net/gtk+licq does not work o [2002/06/03] misc/38857 obrien "file" command hangs when using "-z" opti o [2002/06/03] ports/38861 ports www/auth_ldap compiles-installs but fails o [2002/06/03] i386/38863 Burning CDs crashes since 4.6stable o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP f [2002/06/04] kern/38886 Maxtor 3000LE requires another sys/cam/sc f [2002/06/04] ports/38897 knu Port update: devel/pcsc-lite o [2002/06/04] ports/38898 knu Port update: devel/ruby-pcsc-lite o [2002/06/04] ports/38899 ports New port: Yahoo transport for the Jabber o [2002/06/05] ports/38914 ports New Port: zed o [2002/06/05] ports/38915 ports New port: "MOVA" - Scripts for Work with o [2002/06/05] ports/38917 nik Update port: print/jadetex (create jadete o [2002/06/05] i386/38919 A Belkin 802.11 PCMCIA card is not recogn o [2002/06/05] kern/38923 Incorrect device use count prevents door o [2002/06/05] docs/38924 gshapiro Mailwrapper(8) or mailer.conf(5) should m p [2002/06/05] bin/38928 maxim [PATCH] ftpd(8) logs aborted transfers in o [2002/06/05] bin/38930 ANSI-fy main() of src/usr.bin/colldef fix o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] ports/38938 ports New port: gnome/bubblemon - A CPU and mem o [2002/06/05] bin/38940 Change: an option to *stat to allow supre o [2002/06/06] ports/38950 ports perforce Makefile doesn't do PORTREVISION o [2002/06/06] ports/38952 ports Upgrade omniORB to 3.0.5 o [2002/06/06] ports/38955 ports Update port py-omniorb to version 1.5 o [2002/06/06] gnu/38956 stock awk installs gawk.1 manpage, overri o [2002/06/06] ports/38958 ports New port: MySQLMan - a web based MySQL da o [2002/06/06] ports/38961 znerd mod_jk, dependencies outdated o [2002/06/06] misc/38965 kde [PATCH] kapptemplate fails on FreeBSD f [2002/06/06] ports/38966 kde [PATCH] AUTO_SUBDIRS used instead of AUTO o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 assar Fix to BROKEN arla port (arla-0.35.6) o [2002/06/07] ports/39005 sobomax freetype2 port fetches an HTML page, not o [2002/06/07] ports/39007 ports ringtonetools for the ports f [2002/06/08] i386/39023 Keystrokes yield extended ASCII o [2002/06/08] ports/39030 ports New port: www/p5-Apache-Gallery - mod_per f [2002/06/08] kern/39031 bugreport: kernel o [2002/06/08] docs/39038 doc Reference in a non existent man page. o [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/08] ports/39054 portmgr Support USE_OPENSSL=yes in bsd.port.mk o [2002/06/09] ports/39059 ports New port: IMCom command-line Jabber clien o [2002/06/09] docs/39060 doc Typos (Ths, counties) in share/misc/iso31 o [2002/06/09] ports/39062 ports beep: beep for a pitch and duration o [2002/06/09] www/39068 www Hypertext man pages use strange hyphen at o [2002/06/09] ports/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/09] docs/39084 doc Various tweaks to doc/en_US.ISO8859-1/boo o [2002/06/09] ports/39086 ports Update kappdock to 0.46-1 so as to run un o [2002/06/10] ports/39094 portmgr request for new category: parallel o [2002/06/10] ports/39095 ports ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] docs/39101 doc Misplaced parenthesis in the FAQ? o [2002/06/10] ports/39102 portmgr new category requested: finance o [2002/06/10] ports/39103 portmgr new virtual category requested: accessib o [2002/06/10] misc/39105 "man" command shows errors when viewing h o [2002/06/10] ports/39114 ports Checksum mismatch in flvw port p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/10] ports/39124 ports upgrade ports/russian/fortunerus p [2002/06/10] conf/39125 dougb [PATCH] /etc/usbd.conf should enable curs o [2002/06/10] docs/39129 doc handbook; type WRT simulating postscript o [2002/06/10] ports/39131 ports litestream port obsolete o [2002/06/10] ports/39133 nbm upgrade port: phpMyAdmin o [2002/06/10] ports/39136 ports Enable arts in SDL o [2002/06/10] ports/39137 ports update port: qmail-tls o [2002/06/11] ports/39140 ports New Port: Acrobat Reader 5 CJK font packs o [2002/06/11] ports/39144 ports Port Upgrade (parmetis) o [2002/06/11] ports/39147 ports minor editors/emacs20 build problem o [2002/06/11] ports/39154 ports new port: emulators/grustibus o [2002/06/11] bin/39163 dwmalone -nt/-ot in test(1) does not detect if tv_ o [2002/06/11] docs/39164 doc Misprint in units(1).lib (aganist) o [2002/06/11] ports/39166 ports new port: www/p5-Apache-AntiSpam o [2002/06/11] ports/39174 ports Need port of SBCL (Steel Bank Common Lisp o [2002/06/11] ports/39178 ports new port: games/crack-attack (An OpenGL g o [2002/06/11] ports/39182 ports netsaint-plugins util.c functions don't q o [2002/06/12] ports/39189 ports lang/clisp needs gcc295 (coredumps with 3 o [2002/06/12] docs/39190 blackend Missing quote tags in releng-packages art o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re o [2002/06/12] ports/39193 ports [maintainer-update] net/papaya update to o [2002/06/12] ports/39197 sobomax /usr/ports/archivers/ucl is outdated o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] ports/39204 ports New port: deskutils/mnemo, a web-based no o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] ports/39207 ports [NEW PORT] x11-toolkits/gtk20-apireferenc o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/12] docs/39214 doc No my(4) man page o [2002/06/12] ports/39215 nakai Update emulators/gngb to latest snapshot o [2002/06/13] ports/39219 ports ddd port not builds on -CURRENT o [2002/06/13] ports/39228 ports native port of vsound 0.5 o [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] ports/39250 ports New port: lang/cmucl-extra o [2002/06/13] ports/39251 chuckr Update octave port o [2002/06/13] standards/39256standards[v]snprintf aren't POSIX-conformant for s o [2002/06/13] docs/39257 doc printf manpage doesn't document error ret o [2002/06/13] ports/39258 anders mail/cclient doesn't build on freebsd/spa o [2002/06/14] docs/39293 doc the dumpon man page incorrectly states th o [2002/06/14] ports/39304 ports Maintainer Update: textproc/jdictionary ( o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] ports/39307 ports New port: ASpath-tree a IPv6 route stabil o [2002/06/14] ports/39308 portmgr New port: hu-ispell 0.85 (Hungarian spell o [2002/06/14] bin/39311 qa you can't enable inetd in sysinstall with o [2002/06/14] ports/39312 ports [PATCH] Addition of mysql-awareness to mo o [2002/06/14] ports/39317 hoek uulib port fails to build due to sed(1) r o [2002/06/15] misc/39326 execve() for ELF exe drops VTEXT when re- o [2002/06/15] ports/39342 sobomax Add automatic truetype support to Mozilla o [2002/06/15] misc/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/15] ports/39349 perky build fix of databases/db3 for -current o [2002/06/15] misc/39353 /usr/share/examples/diskless clone root c o [2002/06/15] ports/39357 ports Maintainer update: biology/ncbi-toolkit o [2002/06/16] misc/39360 If linux emu is added as a dependency (an o [2002/06/16] ports/39361 ports New port: chinese/xpdf o [2002/06/16] ports/39364 ports new port: cad/gwave o [2002/06/16] ports/39370 ports Update port: japanese/dvipsk-vflib o [2002/06/16] ports/39371 ports o [2002/06/16] ports/39375 ports astro/seti_applet depends on libgtop whic o [2002/06/16] ports/39383 ports update for comms/qpage port o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ f [2002/06/16] misc/39394 4.6 does not run as VMware guest OS o [2002/06/17] ports/39406 perky Update port: devel/sip o [2002/06/17] ports/39407 perky Update port: x11-toolkits/py-qt o [2002/06/17] ports/39413 ports [maintainer-update] net/gnugadu o [2002/06/17] ia64/39415 ia64 Bootloader assuming 8KB buffer when only o [2002/06/17] ports/39416 ports New port: t2ps o [2002/06/17] ports/39417 gnome gtk-config and glib-config filename conve o [2002/06/17] ports/39421 ports New Port: smapi2-library for various FTN- o [2002/06/17] kern/39423 silby vr0 watchdog timeout o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] misc/39439 tcopy will not duplicate tapes with block f [2002/06/17] ports/39440 dima Make pilot-link compile with GCC3 on -CUR o [2002/06/17] ports/39454 portmgr net/kmsn needs to be replaced by kmerlin o [2002/06/18] bin/39463 [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc o [2002/06/18] ports/39469 ports new FreeBSD port mail/avcheck o [2002/06/18] ports/39470 ports Update port: devel/sdts++ o [2002/06/18] docs/39471 doc new chapter to the developer-handbook o [2002/06/18] ports/39476 ports profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF o [2002/06/18] ports/39492 portmgr devel/autoconf picks up non-standard shel o [2002/06/19] ports/39504 gnome textproc/libxml2 & invalid XML catalogs i o [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should o [2002/06/19] conf/39537 imp External ThinkPad 240 cdrom does not work o [2002/06/19] ports/39538 openofficeNew Port: chinese/openoffice-zh_TW o [2002/06/19] ports/39544 ports mayavi port disfunctional o [2002/06/19] ports/39550 ports the port doesn't install all the files li o [2002/06/19] ports/39554 ports [PATCH] Update p5-AxKit 1.5_1 -> 1.6 o [2002/06/20] ports/39565 ports Fix tidy on FreeBSD 5.0-CURRENT... o [2002/06/20] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39585 nbm Update of ports/mail/courier-imap to 1.4. o [2002/06/20] ports/39593 znerd jakarta-tomcat has unnecessary and/or inc o [2002/06/20] ports/39597 ports New port: jdictionary-eng-hun 1.4 - Hunga o [2002/06/20] ports/39598 ports New port: jdictionary-eng-hun-expr 1.4 - o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39601 ports New port: JDictionary plugin: French-Hung o [2002/06/20] ports/39602 ports New port: JDictionary plugin: Interlingua o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli o [2002/06/20] ports/39606 ports Updated port: audio/lame (3.92) o [2002/06/20] ports/39608 ports upgrade games/cgoban to 1.9.13 o [2002/06/20] ports/39610 ports update www/p5-Apache-DBI to 0.89 o [2002/06/21] misc/39619 flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports isc-dhcpd server can't get all network in o [2002/06/21] ports/39627 chein new camserv won't compile, use old for no o [2002/06/21] misc/39628 Please add new terminal definition to /us o [2002/06/21] ports/39631 ports port eyeclock unaligned access on alpha o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/22] kern/39650 Digital audio extraction on an atapi CD d f [2002/06/22] ports/39666 ports New Port: gwenview (Graphicbrowser for KD o [2002/06/22] ports/39673 ports netsaint-plugins fails to install command o [2002/06/22] bin/39676 lukemftpd manual pages fix + examples o [2002/06/22] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/22] ports/39683 keith Update port: chinese/moefonts-cid o [2002/06/22] ports/39684 keith Delete port: chinese/ghostscript6 o [2002/06/22] ports/39686 mbr [PATCH] www/mod_frontpage: Detect Documen o [2002/06/23] ports/39690 ports Update - New Port: gwenview (Graphicbrows o [2002/06/23] ports/39697 ports New port: arson - CD burning and ripping o [2002/06/23] ports/39705 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39707 ports New Port: scmxx 0.6.1.3 (Data Exchange ut o [2002/06/23] ports/39717 nbm update of courier-imap port. o [2002/06/23] ports/39723 ports New port: hu-phone - Hungarian phone code o [2002/06/23] ports/39728 ports New port: hu-zipcodes - Hungarian post co o [2002/06/23] ports/39744 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39745 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] docs/39748 doc [PATCH] Some changes to aio_*(2) o [2002/06/23] docs/39751 doc handbook/ports-using.html sysinstall clar o [2002/06/23] ports/39755 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] misc/39772 imp pccardd is slow to install a PCCARD. o [2002/06/24] ports/39777 ports New port: security/libsectok o [2002/06/24] ports/39778 ports New port: security/sectok o [2002/06/24] misc/39787 T/TCP support o [2002/06/24] ports/39791 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39792 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39794 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39799 dirk mod_php4, among other ports, maintains no o [2002/06/24] ports/39801 ports New port: kpovmodeler - a KDE frontend fo o [2002/06/24] ports/39803 dirk newer version of lyx (1.2.0) available o [2002/06/24] ports/39806 ports New port: knights - a KDE frontend for cr o [2002/06/24] kern/39809 PATCH: remove cam_extend array usage o [2002/06/24] bin/39816 cleaning sbin/camcontrol code from warnin o [2002/06/24] bin/39817 cleaning sbin/disklabel code from warning o [2002/06/24] bin/39818 cleaning sbin/atm code from warnings o [2002/06/24] bin/39819 tjr cleaning bin/sh code from warnings o [2002/06/24] docs/39822 doc firewall.7: change "Mbits" to "Mbits/s" a o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/25] ports/39847 ports New port: dump9660 o [2002/06/25] docs/39852 doc Handbook: treatment of KERNCONF is incons o [2002/06/25] ports/39854 ports New port: kdirstat - A small KDE utility o [2002/06/25] misc/39864 robert hostname instead of IP in w -n output o [2002/06/25] bin/39865 cleaning sbin/fsck code from some warning o [2002/06/25] bin/39866 cleaning sbin/fsdb code from warnings o [2002/06/25] bin/39867 cleaning sbin/mount_cd9660 and sbin/mount o [2002/06/25] bin/39868 cleaning sbin/dump code from warnings o [2002/06/25] ports/39871 adrian [new port] sysutils/lire o [2002/06/26] ports/39882 ports pptp client does not install from port in o [2002/06/26] ports/39888 ports New Port: ports/math/maxima o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] ports/39895 ports New Port: ports/lang/screamer o [2002/06/26] ports/39900 ports New port: fmirror o [2002/06/26] ports/39901 ports Convert java/jsdk to use bsd.java.mk o [2002/06/26] ports/39902 ports Convert www/apache-jserv to use bsd.java. o [2002/06/26] bin/39904 cleaning sbin/sysctl code from warnings o [2002/06/26] bin/39905 cleaning sbin/restore code from warnings o [2002/06/26] bin/39907 cleaning sbin/savecore code from warnings o [2002/06/26] misc/39911 New Netgear MA401 pccard does not work wi o [2002/06/26] ports/39912 ports new port of ITS RP06 filesystem image for o [2002/06/27] ports/39917 ports Update Port: x11/wmmenu 0.9 -> 1.2 o [2002/06/27] ports/39926 ports [NEW-PORT] EKG - client for Polish instat o [2002/06/28] ports/39946 ports Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] misc/39951 Sendmail 8.12.3 and `msgs' alias o [2002/06/28] ports/39953 dinoex Resolve failure in OpenSSH 3.4p1 when usi o [2002/06/28] ports/39955 ports new port of KLH10 PDP-10 mainframe emulat o [2002/06/28] ports/39957 ports New port: databases/jdb o [2002/06/28] ports/39962 ports ports/astro ${PERL} -> ${REINPLACE_CMD} o [2002/06/28] ports/39963 ports New port: Tool to convert Outlook .pst to o [2002/06/28] ports/39964 ports ports/audio misc Makefile cleanup o [2002/06/28] ports/39965 portmgr ports/Mk/bsd.port.mk add several tools o [2002/06/28] ports/39968 ports ports/cad misc Makefile cleanup o [2002/06/28] ports/39969 ports ports/benchmarks misc Makefile cleanup o [2002/06/28] ports/39971 ports ports/comms minor Makefile cleanup o [2002/06/28] ports/39972 ports ports/databases misc Makefile cleanup o [2002/06/28] ports/39973 ports ports/deskutils misc Makefile cleanup p [2002/06/28] kern/39974 silby fxp driver doesn't detect the 82562 chips o [2002/06/28] conf/39976 vi recovery halting boot process o [2002/06/28] kern/39977 Device polling support for em(4) driver o [2002/06/28] ports/39978 ports ports/devel misc Makefile cleanup o [2002/06/29] ports/39998 ports Makefile for netpbm port has several flaw o [2002/06/29] ports/40000 ports New port: a java-like thread library for o [2002/06/29] ports/40002 wjv py-4suite: XSLT import error o [2002/06/29] ports/40004 trevor ports/audio/festlex-ogi has a checksum er o [2002/06/29] ports/40009 ports distinfo file for ports/security/cyrus-sa o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li o [2002/06/29] ports/40022 ports Maintainer update: astro/setiathome (alph o [2002/06/30] misc/40038 src/share/man/man4/ifmib.4 : syntax error o [2002/06/30] bin/40047 "make release" fails in games/adventure ( o [2002/06/30] misc/40057 bugbusterssend-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/06/30] www/40060 www Web page /project/ppc.html could use smal o [2002/06/30] ports/40061 ports [new port] games/sopwith o [2002/07/01] ports/40069 dirk mod_php4 doesn't compile with apache2 (& o [2002/07/01] ports/40072 ports port upgrade/new port graphics/sinek: a l o [2002/07/01] ports/40074 dwcjr configurationprogram for samba does not w o [2002/07/01] ports/40078 ports Update port: print/ghostscript-afpl (fix o [2002/07/01] ports/40079 ports Update port: print/ghostscript-gnu (fix p o [2002/07/01] ports/40080 dirk Update port: print/lyx to 1.2.0 o [2002/07/01] misc/40081 noise in sound output with built-in CMedi o [2002/07/01] standards/40084standardsg++ complaining about redeclaration of wc o [2002/07/01] ports/40087 ports Specifying USE_GCC to "make clean" hangs o [2002/07/01] misc/40090 Missing line in kernel config file o [2002/07/01] ports/40097 ports Update port: graphics/lablgl fix ld.conf o [2002/07/01] ports/40098 ports New port: x11-toolkits/lablgtk: An ocaml o [2002/07/01] ports/40105 ports New port: Qinx theme/style for KDE o [2002/07/02] ports/40107 trevor ports/audio/festogi-spanish has a checksu o [2002/07/02] ports/40110 dirk add mnoGoSearch extensions to www/mod_php o [2002/07/02] ports/40116 ports New port: graphics/gtkam (fix ports/39159 o [2002/07/02] conf/40120 gshapiro Existing rc.sendmail in -STABLE doesn't a o [2002/07/02] ports/40121 ache standard Apache port creates sbin link o [2002/07/02] ports/40124 ports Patch to wdm to allow long passwords o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/02] ports/40128 ports [new port] games/groundhog o [2002/07/02] ports/40131 ports tclock fails to compile o [2002/07/02] ports/40137 ports New port: net/6to4 - enables 6to4 tunnels o [2002/07/03] ports/40140 trevor ports/audio/festvox-abc has a checksum er o [2002/07/03] www/40146 www http://www.freebsd.org/send-pr.html o [2002/07/03] kern/40155 No sound on Presario 700 laptop's ac97 co o [2002/07/03] ports/40156 ports [PATCH] Stale comment in /etc/defaults/ma o [2002/07/03] ports/40161 ports [new port] games/xpired o [2002/07/03] ports/40163 cy screen w/o suid and locale o [2002/07/03] misc/40169 problem in latest 4.6-stable o [2002/07/03] ports/40171 obrien vim 6.1.118 cannot build o [2002/07/04] ports/40174 mi wordnet - wnb failes to run o [2002/07/04] ports/40179 ports port update: net/flow-tools 0.57 -> 0.58 o [2002/07/04] ports/40183 sobomax Updated Port audio/extace 1.4.5 -> 1.7.3 o [2002/07/04] ports/40191 ports New port: ap-utils - configure and monito o [2002/07/04] i386/40195 /usr/ports/audio/liba52 does not compile o [2002/07/04] docs/40196 doc man find does not describe -follow o [2002/07/04] misc/40197 BurnCD doesn't "just work" at 4.6-p1 o [2002/07/04] misc/40211 No sound on Compaq Presario 700 f [2002/07/05] ports/40226 ports New port: ldapdns - A dns server that ser o [2002/07/05] ports/40230 taoka ports/audio/mpg123.el has a checksum erro o [2002/07/05] docs/40234 doc Typos and language cleanup in /usr/share/ o [2002/07/05] ports/40235 ports New port: graphics/kbarcode - barcode gen o [2002/07/05] docs/40237 doc Typos in loader.conf.5 o [2002/07/05] ports/40238 ports New port: devel/antlr o [2002/07/05] ports/40239 ports New port: lang/gh (The Generic Haskell co o [2002/07/05] ports/40241 trevor Update port: biology/xdrawchem to 1.4 (fi o [2002/07/05] ports/40248 nakai Update port: x11-wm/icewm to 1.2.0 f [2002/07/05] ports/40256 petef www/cgiwrap: add option for access contro o [2002/07/06] ports/40263 sobomax ports/x11-toolkits/easygtk file don't exi o [2002/07/06] ports/40271 ports System CFLAGS not included everywhere in f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/06] ports/40275 ports New port: devel/aegis o [2002/07/06] ports/40276 ports slurp port overwrites/delete existing con o [2002/07/06] misc/40280 I add uscanner entory o [2002/07/07] ports/40284 ports ports/x11/djvuplugin tarball no longer ex o [2002/07/07] ports/40288 ports moving saslv1 includes files to make it e o [2002/07/07] ports/40294 ports New port: emulators/gpsim o [2002/07/07] misc/40297 Seagate STT8000A (ast0) atapi tape drive o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/07] conf/40302 imp New addition to /etc/defaults/pccard.conf o [2002/07/07] ports/40306 ports /usr/ports/games/an won't build o [2002/07/07] ports/40308 ports Can't build fileutils port on -STABLE o [2002/07/07] docs/40311 doc Typos and language adjustments to ipfw.8 o [2002/07/07] docs/40313 doc Grammar, wording, and clarifications for o [2002/07/07] ports/40323 ports new port xml2rfc o [2002/07/07] ports/40324 markm security/pgp5 aborts on Pentium4 systems o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ f [2002/07/08] ports/40326 ports ports/cad/leocad has a checksum error o [2002/07/08] misc/40331 libalias bug causes natd crashes o [2002/07/08] ports/40333 ports update lang/libutils to 0.7.12 o [2002/07/08] ports/40335 ports www/tidy is missing sys/types.h, thus not f [2002/07/08] ports/40336 dinoex licq-qt-gui does not compile o [2002/07/08] ports/40337 nbm Update port: x11-wm/pwm - unfetchable dis o [2002/07/08] ports/40344 ports update of mail/ssmtp to 2.50.9 o [2002/07/08] ports/40347 ports editors/vim-lite is linked with libiconv o [2002/07/08] kern/40350 "apm: 16-bit connection error." message w o [2002/07/08] ports/40351 ports grip does not build on -current o [2002/07/08] ports/40361 ports lang/cmucl dumps core o [2002/07/08] ports/40366 ports New port: graphics/openrm OpenGL based li o [2002/07/08] ports/40368 ports New port: games/gturing - A simple Turing o [2002/07/08] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] ports/40372 ports ports/www/chtml mastersite has changed o [2002/07/09] ports/40374 ports databases/sqsh is built without readline o [2002/07/09] misc/40378 stdlib.h gives needless warnings with -an o [2002/07/09] ports/40383 ports New port: net/kxicq-devel o [2002/07/09] ports/40384 kde prob with libXext when compiling KDE3 p [2002/07/09] bin/40386 tjr Parsing problem with /bin/sh o [2002/07/09] ports/40388 nbm Upgrade for databases/phppgadmin o [2002/07/09] ports/40389 ports New port: linux_dri-devel (CVS linux DRI o [2002/07/09] conf/40391 sysinstall with PCCARD<->ISA bridge gets o [2002/07/09] ports/40393 anders Update to databases/mdbtools o [2002/07/09] ports/40396 ports New port: Logging daemon for Linksys BEFS o [2002/07/09] ports/40398 ports new port: gcc31bc o [2002/07/09] misc/40399 des missing extern "C" in fetch.h o [2002/07/09] ports/40400 ports Update port: misc/gtktalog - A tool to ma o [2002/07/10] ports/40405 dirk ports/www/httrack has a checksum error o [2002/07/10] ports/40406 ports add optional IPv6 support to irc/epic4 o [2002/07/10] ports/40411 ports apache-jserv port points to wrong locatio o [2002/07/10] ports/40415 kde Upgrade of net/kio_fish to 1.1.2 o [2002/07/10] ports/40417 ports port for bozohttpd o [2002/07/10] ports/40418 dirk mkisofs does not function correctly o [2002/07/10] ports/40421 ports o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] misc/40430 Writing to DVD+RW using burncd does not w o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/10] misc/40444 graphics/libfpx won't build (on Alpha ??) o [2002/07/10] ports/40445 kris Update Port: security/rats to rats-1.5 o [2002/07/11] ports/40450 dinoex lang/pike fails to build on -current, due o [2002/07/11] ports/40452 ports ports/www/mod_auth_kerb mastersite doesn' o [2002/07/11] ports/40453 ports Updated Port astro/ksetiwatch 2.2.1 -> 2. o [2002/07/11] ports/40460 sobomax Update port: ftp/ftpcopy 0.4.8 -> 0.4.10 o [2002/07/11] ports/40461 ports New port MP3c , a cd to mp3 converter wit o [2002/07/11] docs/40465 trhodes ata(4) samples moved to atacontrol(4). o [2002/07/11] ports/40469 ports New port: gnome/bubblemon - A CPU and mem o [2002/07/11] ports/40470 ports ports tomcat3.3.1 not boot-autostart o [2002/07/11] ports/40472 ports request for new port o [2002/07/12] ports/40473 dinoex lang/pike looks for master.pike in the wr o [2002/07/12] ports/40474 ports Cannot make /usr/ports/graphics/gd2 o [2002/07/12] ports/40475 jkoshy ports/www/p5-HTML-Webmake has a checksum o [2002/07/12] ports/40482 nbm update of courier-imap port o [2002/07/12] kern/40486 [PATCH] kevent/kqueue does not work with o [2002/07/12] ports/40488 alane CUPS now relies on a special version of G p [2002/07/12] docs/40489 keramida ^Z in systat manpage o [2002/07/12] ports/40511 ports update for net/zebra (no-ipv6 option) o [2002/07/12] i386/40512 release i386 4.5 packages gnome/gnomeprin o [2002/07/12] ports/40514 ports New port: graphics/linux-ac3d easy to use o [2002/07/12] kern/40515 silby root gets ten extra processes, not one o [2002/07/12] kern/40516 ti driver has no buadrate set o [2002/07/13] ports/40519 ports qtella update to 0.53, qt3 o [2002/07/13] ports/40521 ports New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports [new port] mail/mew2-xemacs-devel-mule o [2002/07/13] ports/40528 kris Update port: security/snort o [2002/07/13] ports/40535 grog Updated Port benchmarks/rawio 1.1 -> 1.2 o [2002/07/13] conf/40537 imp add ata card entry to pccard.conf f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/13] bin/40540 gshapiro allow multiple alias file to be defined i o [2002/07/13] ports/40541 ports New port: japanese/t2ps o [2002/07/13] kern/40543 /usr/src/sys/sys/proc.h:117: field `ar_ar o [2002/07/13] ports/40544 ports New port: postnuke o [2002/07/14] ports/40546 ports ports/www/php-screw has a checksum error o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] misc/40552 alternate syscons font for iso-07 encodin o [2002/07/14] ports/40555 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] ports/40556 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] kern/40563 gif driver can clobber route/arp table o [2002/07/14] bin/40570 dhclient freeze the whole thing o [2002/07/14] ports/40571 portmgr Removes ancient USE_NEWGCC from ports o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/14] misc/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] ports/40584 knu ports/textproc/ruby-rexml has a checksum o [2002/07/15] ports/40588 ports new port: games/kobodeluxe o [2002/07/15] ports/40589 ports new port: games/lbreakout2 o [2002/07/15] ports/40590 ports new port: games/marbles o [2002/07/15] ports/40593 ports www/oops FreeBSD port does not obey BATCH o [2002/07/15] ports/40595 ports New port: databases/ora2pg o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend o [2002/07/15] ports/40602 ports new port: security/clamav o [2002/07/15] ports/40607 ports New Port: rexima o [2002/07/15] ports/40608 kde Fix port: devel/kdesdk3 o [2002/07/15] docs/40609 blackend Add information about vchans to sound cha o [2002/07/15] kern/40611 [PATCH] linux JRE 1.4 under linux compati o [2002/07/15] ports/40614 ports New Port: Wyse 60 Terminal Emulator o [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat f [2002/07/15] misc/40632 psm0 busy: o [2002/07/15] ports/40637 anholt XFree86-4-FontServer can't find Wraphelp. o [2002/07/15] ports/40638 ports spamass-milter port hangs on multiple sim o [2002/07/16] ports/40642 ports ports/cad/slffea has a checksum error o [2002/07/16] ports/40644 ports New port: lang/bigloo - A Scheme interpre o [2002/07/16] ports/40645 kde kdeinit coredumps on KDE logout (11 signa o [2002/07/16] ports/40646 trevor Update port: graphics/qiv -> 1.8 o [2002/07/16] misc/40657 Logitech iFeel usb mouse will not attach o [2002/07/16] ports/40659 dirk php3 and GD problem o [2002/07/16] ports/40660 ports New Port: security/geheimnis-devel PGP/Gn o [2002/07/16] ports/40664 ports spamass-milter does not build on -CURRENT o [2002/07/16] ports/40668 sobomax Update port: ftp/ftpcopy -> 0.5.0 o [2002/07/16] standards/40669standardscommand command does not support `-p' opt o [2002/07/16] ports/40670 ade gettext: missing file in pkg-plist o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/16] ports/40676 ports Fatal error building /usr/ports/security/ o [2002/07/17] ports/40679 ports New port: devel/ruby-yaml - A YAML serial o [2002/07/17] ports/40689 keith ports/chinese/dia file not found on maste o [2002/07/17] ports/40691 ports netscape 7 directory user default f [2002/07/17] misc/40693 the system reboot alone with no reason o [2002/07/17] ports/40694 ports New port biology/pymol Very beautiful mol o [2002/07/17] bin/40695 dwmalone typo in chown (chown.c) o [2002/07/17] ports/40699 ports allow exclude patterns in `make search` o [2002/07/17] ports/40700 ports New Port: security/libgcrypt General purp o [2002/07/17] www/40704 www Incorrect CGI settings in http://www.fi.F o [2002/07/17] ports/40705 ports Upgrade of gnome-commander to 0.9.8 o [2002/07/17] ports/40707 kuriyama update ports: mail/distribute o [2002/07/17] bin/40709 "-V" (very verbose) flag for chmod o [2002/07/17] kern/40711 CT5880-C sometimes fails to output sound o [2002/07/17] docs/40712 doc Release docs (under release/4.6R) and up o [2002/07/17] kern/40714 Functions with more than 1 arguments Gets o [2002/07/17] bin/40717 No ftpchroot.5 -> ftpusers.5 link o [2002/07/17] ports/40719 ports New port: net/ap-utils o [2002/07/18] ports/40726 ports [Fix] security/gpgme pkg-plist info files o [2002/07/18] ports/40727 ports New Port: security/libksba The X.509 Libr o [2002/07/18] ports/40732 naddy New port: editors/bitedit o [2002/07/18] ports/40734 ports Update port: audio/streamtuner o [2002/07/18] ports/40735 ports New port: streamtuner-local, a local MP3 o [2002/07/18] ports/40736 ports New port: streamtuner-live365, a Live365 o [2002/07/18] docs/40739 doc handbook/mirrors/chapter.sgml FTP Mirrors o [2002/07/18] ports/40742 ports DSSSL Modular stylesheets not added to sg o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct o [2002/07/18] ports/40749 ports /palm/coldsync fails to compile o [2002/07/18] ports/40752 ports [maintainer-update] astro/linux-setiathom o [2002/07/18] ports/40756 ports insecure default options o [2002/07/19] ports/40760 ports New port: mail/kavmilter o [2002/07/19] ports/40761 ports New port: graphics/ncarg o [2002/07/19] ports/40762 ports New port: sysutils/finfo o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] ports/40768 ports New port: korean/netdic o [2002/07/19] bin/40771 dwmalone inetd.c 1.105 breaks inetd.conf parsing o o [2002/07/19] ports/40772 brian Update port: net/freeradius o [2002/07/19] ports/40775 ports New port: misc/rfksay o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/19] i386/40781 Xwindow server setup problem o [2002/07/19] ports/40782 ports New port: www/tidy-devel (latest version o [2002/07/19] ports/40784 ports ${PERL}->${REINPLACE_CMD} for unmaintaine o [2002/07/19] ports/40788 ports ports/net/ymessenger upgrade to 0.99.19- o [2002/07/19] ports/40789 ports New port: graphics/gocr OCR (Optical Char o [2002/07/19] ports/40791 ports find->${FIND},xargs->${XARGS} for unmaint o [2002/07/19] ports/40793 ports unbreak benchmarks/bonnie++ for -CURRENT o [2002/07/19] ports/40794 ade Update port: devel/gettext to 0.11.3 o [2002/07/19] ports/40795 jim Update port: mail/wmbiff to 0.4.6 o [2002/07/19] ports/40799 lioux fix: graphics/xvid o [2002/07/19] ports/40800 deischen Nedit 5.3 portupgrade fails on -stable sy o [2002/07/20] bin/40801 eric touch(1) attempts to open a directory O_R o [2002/07/20] conf/40803 default rc.conf option incorrect o [2002/07/20] ports/40804 gnome /usr/devel/atk port depends on pkgconfig o [2002/07/20] ports/40805 petef update www/p5-libwww to 5.65 o [2002/07/20] ports/40806 ports update www/p5-WWW-Search to 2.36 o [2002/07/20] ports/40808 ports ports/chinese/metalist tarball not found o [2002/07/20] ports/40809 ports New port: devel/p5-AppConfig-Std - a subc o [2002/07/20] ports/40813 ports Update from kdbg 1.2.4 to kdbg 1.2.5 with o [2002/07/20] ports/40817 ports [Maintainer-Update] irc/bitchx o [2002/07/20] ports/40819 ports New port: editors/oooqs OpenOffice QuickS o [2002/07/20] ports/40821 mharo Update www/analog: update to 5.24 o [2002/07/21] ports/40826 ports New port: net/p5-Net-Dict - a simple DICT o [2002/07/21] ports/40828 ports [MAINTAINER UPDATE] Fix devel/hat for ben o [2002/07/21] ports/40833 ports update port: sysutils/fastest_cvsup - dis o [2002/07/21] ports/40834 ports New port: net/linux-jigdo o [2002/07/21] ports/40836 ports [update] deskutils/logjam 3.0.4 o [2002/07/21] misc/40843 ee should be default editor of root o [2002/07/21] bin/40846 deprecated test(1) options in src/include o [2002/07/21] ports/40847 ports New Ports: x11/ksimus: Simulation of tech o [2002/07/21] ports/40848 ports reflect WITHOUT-X11 in package name for x o [2002/07/21] ports/40849 naddy Update port net/slirp o [2002/07/21] ports/40850 ports new version of www/p5-AxKit o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] ports/40853 ports New version of www/p5-AxKit-XSP-WebUtils o [2002/07/21] ports/40854 ports New version of www/p5-AxKit-XSP-Util o [2002/07/21] conf/40855 psuedo-device bpf need note in LINT and G o [2002/07/21] ports/40858 ports New version of www/p5-AxKit-XSP-PerForm o [2002/07/21] ports/40859 ports New version of www/p5-AxKit-XSP-Exception o [2002/07/21] ports/40860 ports new port: graphics/mplayer-devel o [2002/07/21] docs/40862 doc [PATCH] corrections for snapshot section o [2002/07/21] i386/40863 4.6 release||Can't seem to get the XFree8 o [2002/07/21] ports/40865 ports Port of net/dhid is old. This PR updates o [2002/07/21] ports/40866 ports sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40868 ports Updated port: devel/p5-File-DirSync from o [2002/07/21] ports/40869 obrien Updated port: security/super from 3.14.0 o [2002/07/21] ports/40870 ports New port: graphics/animabob Interactive 3 o [2002/07/21] docs/40872 doc [PATCH] document potential WEP text key i o [2002/07/22] ports/40873 ports Update port: devel/distcc - additional do o [2002/07/22] ports/40876 ports maintainer-update mail/p5-Mail-Freshmeat o [2002/07/22] ports/40877 ports NEW xntp3 port! o [2002/07/22] ports/40878 ports New Mastersite for: port print/mgv o [2002/07/22] ports/40880 ports Update port: irc/lostirc - A simple and m o [2002/07/22] ports/40881 ports Update bsd.sites.mk o [2002/07/22] ports/40882 ports dependency failure in packe xcdroast - ne o [2002/07/22] ports/40887 ports Fix PATCH_SITE for audio/xmix o [2002/07/22] ports/40888 ports Update port: [Maintainer update]: misc/lr 2457 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 11:50:40 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD7E37B400; Mon, 22 Jul 2002 11:50:38 -0700 (PDT) Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.5.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1364D43E6E; Mon, 22 Jul 2002 11:50:38 -0700 (PDT) (envelope-from agapon@excite.com) Received: from ool-182f9041.dyn.optonline.net (ool-182f9041.dyn.optonline.net [24.47.144.65]) by mta9.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0GZN000I2YX44Z@mta9.srv.hcvlny.cv.net>; Mon, 22 Jul 2002 14:48:40 -0400 (EDT) Date: Mon, 22 Jul 2002 14:50:18 -0400 (EDT) From: Andriy Gapon Subject: Re: Current problem reports X-X-Sender: avg@lh To: freebsd-bugs@freebsd.org Cc: bugmaster@freebsd.org Message-id: <20020722144557.B79879-100000@lh> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-bugs@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 update coming for problem 39813 ? looks like it is fixed already. src/UPDATING: 20020718: "Hang in atprq" bugfix for ATAPI CDROMs. -- Andriy Gapon * "I don't mind going nowhere as long as it's an interesting path." (c) Ronald Mabbitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 12:40: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A36F37B400 for ; Mon, 22 Jul 2002 12:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552E943E5E for ; Mon, 22 Jul 2002 12:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MJe4JU079167 for ; Mon, 22 Jul 2002 12:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MJe4t4079166; Mon, 22 Jul 2002 12:40:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D17B37B400 for ; Mon, 22 Jul 2002 12:37:45 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD3E43E4A for ; Mon, 22 Jul 2002 12:37:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MJbiOT030367 for ; Mon, 22 Jul 2002 12:37:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6MJbiMf030359; Mon, 22 Jul 2002 12:37:44 -0700 (PDT) Message-Id: <200207221937.g6MJbiMf030359@www.freebsd.org> Date: Mon, 22 Jul 2002 12:37:44 -0700 (PDT) From: Borja Fernandez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40893: www.vivirasturias.com/dmesg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40893 >Category: kern >Synopsis: www.vivirasturias.com/dmesg >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 12:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Borja Fernandez >Release: 4.6-STABLE >Organization: FPComposicion >Environment: >Description: The Ethernet adapter bge fail with a watch dog timeout message. The card is a Dell PowerEdge 2550 integrated. >How-To-Repeat: unknown >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 12:40:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BA637B401 for ; Mon, 22 Jul 2002 12:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F0E43E5E for ; Mon, 22 Jul 2002 12:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MJe5JU079181 for ; Mon, 22 Jul 2002 12:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MJe5gj079180; Mon, 22 Jul 2002 12:40:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED0C37B400 for ; Mon, 22 Jul 2002 12:39:28 -0700 (PDT) Received: from mizantrop.expro.pl (int.expro.pl [217.96.124.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356DD43E31 for ; Mon, 22 Jul 2002 12:39:25 -0700 (PDT) (envelope-from winfried@mizantrop.expro.pl) Received: (from winfried@localhost) by mizantrop.expro.pl (8.11.6/8.11.6) id g6MJcrG00471; Mon, 22 Jul 2002 21:38:53 +0200 (CEST) (envelope-from winfried) Message-Id: <200207221938.g6MJcrG00471@mizantrop.expro.pl> Date: Mon, 22 Jul 2002 21:38:53 +0200 (CEST) From: Jan Srzednicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/40894: OpenSSH weird delays Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40894 >Category: bin >Synopsis: OpenSSH weird delays >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 12:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jan Srzednicki >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: expro.pl >Environment: System: FreeBSD mizantrop 4.6.1-RELEASE FreeBSD i386 >Description: I've noticed some strange behaviour of recent versions of OpenSSH sshd daemon. When I turn the UDP blackhole on (sysctl net.inet.udp.blackhole=1) and try to ssh to a given machine, the connection stops on: (..) debug1: SSH2_MSG_NEWKEYS received debug1: done: ssh_kex2. debug1: send SSH2_MSG_SERVICE_REQUEST debug1: service_accept: ssh-userauth debug1: got SSH2_MSG_SERVICE_ACCEPT After some time (IE, after _some_ timeout) it continues to the authentication stuff and everything works as it should. I find this delay pretty iritating. It touched me that it only happens on machines on which I don't have named running.. I tcpdumped lo0 on such machine and that's what I got: 20:48:42.738508 10.0.1.2.1064 > 10.0.1.2.53: 4817+ PTR? 2.1.0.10.in-addr.arpa. (39) 20:48:42.738729 10.0.1.2.1065 > 10.0.1.2.53: 4817+ PTR? 2.1.0.10.in-addr.arpa. (39) 20:48:42.738833 10.0.1.2.1066 > 10.0.1.2.53: 4817+ PTR? 2.1.0.10.in-addr.arpa. (39) 20:48:42.738930 10.0.1.2.1067 > 10.0.1.2.53: 4817+ PTR? 2.1.0.10.in-addr.arpa. (39) Well, well. [21:05] mizantrop:~(8)# cat /etc/resolv.conf nameserver 10.0.1.10 nameserver 10.0.1.11 But.. of course. It doesn't happen when I turn off the UsePrivilegeSeparation. chroot()ed unprivileged process does not have access to /etc/resolv.conf, so it tries to ask on local interface.. and waits for a timeout. >How-To-Repeat: sysctl net.inet.udp.blackhole=1 Configure sshd to use privilege separation. Set nameservers for this machine. Kill named or any DNS cache daemon, if needed. Launch sshd. And then try to ssh to this host. tcpdump on lo0 for proof that sshd sends RevDNS queries to localhost. >Fix: A simple solution would be just creating etc/resolv.conf in the chroot()ed environment or to force sshd not to check RevDNS when in privilege separation mode. Or maybe we should pass the value of /etc/resolv.conf to the unprivileged process before chroot(), and then force it to use these rather then default /etc/resolv.conf? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 22 13:20:42 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DA837B400 for ; Mon, 22 Jul 2002 13:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE6943E4A for ; Mon, 22 Jul 2002 13:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MKK2JU087506 for ; Mon, 22 Jul 2002 13:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MKK2bL087505; Mon, 22 Jul 2002 13:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EF037B400 for ; Mon, 22 Jul 2002 13:15:27 -0700 (PDT) Received: from ncs.lbl.gov (ncs.lbl.gov [131.243.2.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482AB43E42 for ; Mon, 22 Jul 2002 13:15:26 -0700 (PDT) (envelope-from jin@ncs.lbl.gov) Received: from ncs.lbl.gov (localhost [127.0.0.1]) by ncs.lbl.gov (8.12.3/8.12.3) with ESMTP id g6MKFPPw000356 for ; Mon, 22 Jul 2002 13:15:25 -0700 (PDT) (envelope-from jin@ncs.lbl.gov) Received: (from jin@localhost) by ncs.lbl.gov (8.12.3/8.12.3/Submit) id g6MKFPVW000355; Mon, 22 Jul 2002 13:15:25 -0700 (PDT) Message-Id: <200207222015.g6MKFPVW000355@ncs.lbl.gov> Date: Mon, 22 Jul 2002 13:15:25 -0700 (PDT) From: Jin Guojun (DSD staff) Reply-To: j_guojun@lbl.gov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/40895: wierd kernel / device driver bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40895 >Category: kern >Synopsis: wierd kernel / device driver bug >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 13:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (DSD staff) >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: FreeBSD 4.5 and 4.6-RELEASE Tekram DC-390U3W SCSI controller SysKonnect SK-9843 SX and SK-9844 GigE NIC various 64-bit PCI motherboards >Description: (1) on Supermicro P4DPE motherboard boot system in normal case (no "-v"), sk0-2 are configured correctly. The DC-390U3W is not configured due to some CACHE error. See dmesg-#1. (2) On the same system, when try to boot system with "-v" to see more information, then sk device is not probed at all, and DC-390U3W had the same error. After system booted up, do "ifconfig sk0", SYM driver is loaded, then the sk driver. See dmesg-#2, which includes information of "ifconfig sk0" after system is up. Is this strange? Why SYM driver is invoked when probe sk device? and why "-v" prohibits to load sk driver? These boot messages contains a modified sym_hipd.c -- line 7053 is commented out. Notice that this modification does NOT affect any behave above, but only makes sym driver going further to give more information. if (i>=SYM_SNOOP_TIMEOUT) { printf ("CACHE TEST FAILED: timeout.\n"); /* return (0x20); */ /* Line 7053 */ }; (3) replace P4PDE motherboard with Tyan S2466 motherboard, and without SysKonnect NIC, boot process will hang on SCSI reset after SCSI is probed. It looks like the /sys/dev/sym driver does not handle the 390U3 controller well. I would like to make this SCSI controller to work. Please let me know if anything I can probe further to provide information to fix the problem. --------- dmesg_#1 --- Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-RELEASE #1: Mon Jul 22 12:17:20 PDT 2002 root@scm.lbl.gov:/usr/src/sys/compile/MinMax Timecounter "i8254" frequency 1193182 Hz CPU: Pentium 4 (1996.60-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff,ACC> real memory = 1073217536 (1048064K bytes) avail memory = 1040048128 (1015672K bytes) Preloaded elf kernel "kernel" at 0xc0468000. Preloaded elf module "if_sk.ko" at 0xc046809c. md0: Malloc disk Using $PIR table, 29 entries at 0xc00fddf0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: (vendor=0x8086, dev=0x2541) at 0.1 pcib1: at device 2.0 on pci0 pci1: on pcib1 pci1: (vendor=0x8086, dev=0x1461) at 28.0 pcib2: at device 29.0 on pci1 pci2: on pcib2 pci1: (vendor=0x8086, dev=0x1461) at 30.0 pcib3: at device 31.0 on pci1 pci3: on pcib3 pcib4: at device 3.0 on pci0 pci4: on pcib4 pci4: (vendor=0x8086, dev=0x1461) at 28.0 pcib5: at device 29.0 on pci4 pci5: on pcib5 sym0: <1010-33> port 0x3000-0x30ff mem 0xfc304000-0xfc305fff,0xfc308000-0xfc3083ff irq 11 at device 1.0 on pci5 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. CACHE TEST FAILED: timeout. CACHE TEST FAILED: script execution failed. start=3e3ae4fc, pc=3e3ae504, end=3e3ae51c sym0: CACHE INCORRECTLY CONFIGURED. device_probe_and_attach: sym0 attach returned 6 sym0: <1010-33> port 0x3400-0x34ff mem 0xfc306000-0xfc307fff,0xfc308400-0xfc3087ff irq 11 at device 1.1 on pci5 sym0: Symbios NVRAM, ID 7, Fast-80, SE, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. CACHE TEST FAILED: timeout. CACHE TEST FAILED: script execution failed. start=3e3724fc, pc=3e372504, end=3e37251c sym0: CACHE INCORRECTLY CONFIGURED. device_probe_and_attach: sym0 attach returned 6 skc0: port 0x3800-0x38ff mem 0xfc300000-0xfc303fff irq 11 at device 3.0 on pci5 skc0: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9844 SX dual link sk0: on skc0 sk0: Ethernet address: 00:00:5a:98:ea:24 miibus0: on sk0 xmphy0: on miibus0 xmphy0: 1000baseSX, 1000baseSX-FDX, auto sk1: on skc0 sk1: Ethernet address: 00:00:5a:98:ea:25 miibus1: on sk1 xmphy1: on miibus1 xmphy1: 1000baseSX, 1000baseSX-FDX, auto pci4: (vendor=0x8086, dev=0x1461) at 30.0 pcib6: at device 31.0 on pci4 pci6: on pcib6 skc1: port 0x4000-0x40ff mem 0xfc400000-0xfc403fff irq 11 at device 1.0 on pci6 skc1: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9843 SX sk2: on skc1 sk2: Ethernet address: 00:00:5a:98:4c:30 miibus2: on sk2 xmphy2: on miibus2 xmphy2: 1000baseSX, 1000baseSX-FDX, auto uhci0: port 0x2000-0x201f irq 11 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x2020-0x203f irq 10 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x2040-0x205f irq 5 at device 29.2 on pci0 uhci2: (New UHCI DeviceId=0x24878086) usb2: on uhci2 usb2: USB revision 1.0 uhub2: (0x24878086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pcib7: at device 30.0 on pci0 pci7: on pcib7 pci7: at 1.0 irq 11 fxp0: port 0x5400-0x543f mem 0xfc520000-0xfc53ffff,0xfc501000-0xfc501fff irq 11 at device 2.0 on pci7 fxp0: Ethernet address 00:30:48:23:61:23 inphy0: on miibus3 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x2060-0x206f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x8086, dev=0x2483) at 31.3 irq 0 orm0:
6 days with no reboot ...
and i had 1 or 2 reboot each = day.
 
Changes since my first = post:
 
on the first computer:
1. in the rc.conf ( on your advice = )
dumpdev=3D ...
dumpdir=3D ...
2. firewall rules.
i made some changes in a script (which = was a little=20 buggy) who changed firewall rules (with ipfw) to prevent brutforce = attacks on=20 .htaccess.
 
on the second one:
nothing has changed, expect the traffic = divided by=20 2 because of a load balancing.
 
both of them are using same firewall = rules (+ some=20 deny for the first one).
 
 
could it be a problem with ipfw = ?
 
 
------=_NextPart_000_0190_01C23236.8D84F940-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 2:10: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 457DF37B400 for ; Tue, 23 Jul 2002 02:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E857943E42 for ; Tue, 23 Jul 2002 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6N9A3JU020565 for ; Tue, 23 Jul 2002 02:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6N9A3o5020564; Tue, 23 Jul 2002 02:10:03 -0700 (PDT) Date: Tue, 23 Jul 2002 02:10:03 -0700 (PDT) Message-Id: <200207230910.g6N9A3o5020564@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: kern/40893: www.vivirasturias.com/dmesg Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/40893; it has been noted by GNATS. From: Maxim Konovalov To: Borja Fernandez Cc: bug-followup@FreeBSD.org Subject: Re: kern/40893: www.vivirasturias.com/dmesg Date: Tue, 23 Jul 2002 13:01:34 +0400 (MSD) Hello, Is this PR a duplicate of kern/40884? By the way, they do not have enough information both. dmesg output, kernel config file, netstat -m output will help probably. Could you please try a workaround described here: http://www.freebsd.org/cgi/getmsg.cgi?fetch=176080+0+/usr/local/www/db/text/2002/freebsd-hackers/20020630.freebsd-hackers -- Maxim Konovalov, maxim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 3:11:50 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E336D37B400; Tue, 23 Jul 2002 03:11:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C9B43E42; Tue, 23 Jul 2002 03:11:47 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from freefall.freebsd.org (eric@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NABlJU030593; Tue, 23 Jul 2002 03:11:47 -0700 (PDT) (envelope-from eric@freefall.freebsd.org) Received: (from eric@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NABkIe030589; Tue, 23 Jul 2002 03:11:46 -0700 (PDT) Date: Tue, 23 Jul 2002 03:11:46 -0700 (PDT) From: Eric Melville Message-Id: <200207231011.g6NABkIe030589@freefall.freebsd.org> To: landonf@fullers.org, eric@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/35463: [patch] wi(4) doesn't comprehend standard ad-hoc mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] wi(4) doesn't comprehend standard ad-hoc mode State-Changed-From-To: open->closed State-Changed-By: eric State-Changed-When: Tue Jul 23 02:44:56 PDT 2002 State-Changed-Why: driver now supports ibss http://www.freebsd.org/cgi/query-pr.cgi?pr=35463 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 5:10:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0537D37B400 for ; Tue, 23 Jul 2002 05:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A893043E42 for ; Tue, 23 Jul 2002 05:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NCA4JU052550 for ; Tue, 23 Jul 2002 05:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NCA4Yd052549; Tue, 23 Jul 2002 05:10:04 -0700 (PDT) Date: Tue, 23 Jul 2002 05:10:04 -0700 (PDT) Message-Id: <200207231210.g6NCA4Yd052549@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Stefan Neis Subject: Re: misc/39394: 4.6 does not run as VMware guest OS Reply-To: Stefan Neis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/39394; it has been noted by GNATS. From: Stefan Neis To: freebsd-gnats-submit@FreeBSD.org, sauber@netcom.com Cc: Subject: Re: misc/39394: 4.6 does not run as VMware guest OS Date: Tue, 23 Jul 2002 14:03:39 +0200 Hi, > Keep in mind that this problem ONLY occurs in 4.6-RELEASE > and that earlier versions, e.g. 4.5, 4.4, etc., are unaffected. It seems like the problem is still there with 4.6.1 RC2, the announced change/fix to some IDE code made me hope the problem got fixed, but it apparently didn't. :-( Stefan Neis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 6:20: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B6937B400 for ; Tue, 23 Jul 2002 06:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6EB343E42 for ; Tue, 23 Jul 2002 06:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NDK3JU071298 for ; Tue, 23 Jul 2002 06:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NDK3jf071296; Tue, 23 Jul 2002 06:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2963C37B400 for ; Tue, 23 Jul 2002 06:12:44 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD2743E6A for ; Tue, 23 Jul 2002 06:12:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NDChOT075819 for ; Tue, 23 Jul 2002 06:12:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6NDChjw075818; Tue, 23 Jul 2002 06:12:43 -0700 (PDT) Message-Id: <200207231312.g6NDChjw075818@www.freebsd.org> Date: Tue, 23 Jul 2002 06:12:43 -0700 (PDT) From: Immanuel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40919: usage of ucred->cr_uid in sys/netinet/in_pcb.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40919 >Category: kern >Synopsis: usage of ucred->cr_uid in sys/netinet/in_pcb.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 23 06:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Immanuel >Release: Release 4.6.0 >Organization: >Environment: no enviroment. >Description: in file src/sys/netinet/in_pcb.c, cvs revision 1.59.2.23, line 235 (and possible 245 and 246), theres a usage of struct ucred->cr_uid directly which I think has to use suser_xxx() instead.. ? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 7:53:34 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423F437B401; Tue, 23 Jul 2002 07:53:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E807543E31; Tue, 23 Jul 2002 07:53:29 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NErTJU084069; Tue, 23 Jul 2002 07:53:29 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NErTvu084065; Tue, 23 Jul 2002 07:53:29 -0700 (PDT) Date: Tue, 23 Jul 2002 07:53:29 -0700 (PDT) From: Alexander Kabaev Message-Id: <200207231453.g6NErTvu084065@freefall.freebsd.org> To: ak03@gte.com, kan@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: kern/31597: pcm_addchan incorrectly adds vchans to PCMDIR_REC channels Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pcm_addchan incorrectly adds vchans to PCMDIR_REC channels State-Changed-From-To: open->closed State-Changed-By: kan State-Changed-When: Tue Jul 23 07:51:09 PDT 2002 State-Changed-Why: Maintainer timeout. Patch committed. Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kan Responsible-Changed-When: Tue Jul 23 07:51:09 PDT 2002 Responsible-Changed-Why: Assign my PR to myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=31597 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 8: 8:31 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4307337B401; Tue, 23 Jul 2002 08:08:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C8543E6A; Tue, 23 Jul 2002 08:08:29 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NF8TJU089947; Tue, 23 Jul 2002 08:08:29 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NF8TJY089938; Tue, 23 Jul 2002 08:08:29 -0700 (PDT) Date: Tue, 23 Jul 2002 08:08:29 -0700 (PDT) From: Johan Karlsson Message-Id: <200207231508.g6NF8TJY089938@freefall.freebsd.org> To: johan@FreeBSD.org, freebsd-bugs@FreeBSD.org, johan@FreeBSD.org Subject: Re: bin/36867: games/fortune: add FORTUNE_PATH env var, so ports of fortunes can work sanely Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: games/fortune: add FORTUNE_PATH env var, so ports of fortunes can work sanely Responsible-Changed-From-To: freebsd-bugs->johan Responsible-Changed-By: johan Responsible-Changed-When: Tue Jul 23 08:07:39 PDT 2002 Responsible-Changed-Why: I intend t have a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36867 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 8:35: 0 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD1C37B400; Tue, 23 Jul 2002 08:34:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C1643E5E; Tue, 23 Jul 2002 08:34:56 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NFYuJU093058; Tue, 23 Jul 2002 08:34:56 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NFYtwf093054; Tue, 23 Jul 2002 08:34:55 -0700 (PDT) Date: Tue, 23 Jul 2002 08:34:55 -0700 (PDT) From: Tom Rhodes Message-Id: <200207231534.g6NFYtwf093054@freefall.freebsd.org> To: danfe@regency.nsu.ru, trhodes@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36330: ``device ed'' missing from the LINT config file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ``device ed'' missing from the LINT config file State-Changed-From-To: open->closed State-Changed-By: trhodes State-Changed-When: Tue Jul 23 08:32:26 PDT 2002 State-Changed-Why: 'device ed0' is in LINT, with the correct options. Review of the ed(4) manual page may help. It explains in better detail. http://www.freebsd.org/cgi/query-pr.cgi?pr=36330 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 9:40: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5934A37B400 for ; Tue, 23 Jul 2002 09:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0649543E31 for ; Tue, 23 Jul 2002 09:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NGe3JU002874 for ; Tue, 23 Jul 2002 09:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NGe3qG002873; Tue, 23 Jul 2002 09:40:03 -0700 (PDT) Date: Tue, 23 Jul 2002 09:40:03 -0700 (PDT) Message-Id: <200207231640.g6NGe3qG002873@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jung-uk Kim Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Jung-uk Kim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Jung-uk Kim To: freebsd-gnats-submit@FreeBSD.org, dap@damon.com, gallatin@FreeBSD.org Cc: Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 12:31:04 -0400 Following patch says 0x02011166 is host to PCI bridge but it is not. It is a southbridge. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.diff?r1=1.81&r2=1.82 My SuperMicro P4DSE motherboard says: isab0@pci0:15:0: class=0x060100 card=0x405515d9 chip=0x02011166 rev=0x93 hdr=0x00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 11:30: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1138637B400 for ; Tue, 23 Jul 2002 11:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6008043E4A for ; Tue, 23 Jul 2002 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NIU2JU021148 for ; Tue, 23 Jul 2002 11:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NIU2gO021147; Tue, 23 Jul 2002 11:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 113C237B400 for ; Tue, 23 Jul 2002 11:20:22 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C738443E31 for ; Tue, 23 Jul 2002 11:20:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NIKLOT011092 for ; Tue, 23 Jul 2002 11:20:21 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6NIKLt2011091; Tue, 23 Jul 2002 11:20:21 -0700 (PDT) Message-Id: <200207231820.g6NIKLt2011091@www.freebsd.org> Date: Tue, 23 Jul 2002 11:20:21 -0700 (PDT) From: Pete Rippe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40926: After Upgrading or Clean Installing 4.6, reboot fails to load kernel/kernel.old, install creates kernel.GENERIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40926 >Category: kern >Synopsis: After Upgrading or Clean Installing 4.6, reboot fails to load kernel/kernel.old, install creates kernel.GENERIC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 23 11:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Pete Rippe >Release: 4.6-Release >Organization: Intrawork.com >Environment: FreeBSD wsip68-15-48-50.ri.ri.cox.net 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: After updating from 4.5 to 4.6, and on fresh installs (tried a few different times), system runs fine till you reboot, then bootloader gives 'cannot load kernel or kernel.old', on further inspection, it is named as kernel.GENERIC >How-To-Repeat: i have no idea how to repeat it, except on my machine, just do a default install with only User distro selected. >Fix: renaming it back to 'kernel', or modifying /boot/defaults/loader.conf - from 'kernel="/kernel"' to 'kernel="/kernel.GENERIC"' seems to fix it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 11:40:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B0337B400 for ; Tue, 23 Jul 2002 11:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E5343E3B for ; Tue, 23 Jul 2002 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NIe2JU021959 for ; Tue, 23 Jul 2002 11:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NIe2Gq021958; Tue, 23 Jul 2002 11:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7873A37B400 for ; Tue, 23 Jul 2002 11:39:07 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAF443E3B for ; Tue, 23 Jul 2002 11:39:07 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NId6OT013758 for ; Tue, 23 Jul 2002 11:39:06 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6NId6k2013757; Tue, 23 Jul 2002 11:39:06 -0700 (PDT) Message-Id: <200207231839.g6NId6k2013757@www.freebsd.org> Date: Tue, 23 Jul 2002 11:39:06 -0700 (PDT) From: Wesley Morgan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40927: sound dies with pcm:play:0 play interrupt timeout, channel dead Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40927 >Category: kern >Synopsis: sound dies with pcm:play:0 play interrupt timeout, channel dead >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 23 11:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Wesley Morgan >Release: 5.0-CURRENT >Organization: >Environment: FreeBSD catalyst.chemikals.org 5.0-CURRENT FreeBSD 5.0-CURRENT #73: Fri Jul 19 11:52:45 MDT 2002 root@catalyst.chemikals.org:/usr/src/sys/i386/compile/CATALYST i386 >Description: Playing any sound whatsoever on a Toshiba Satellite Pro 6000 (t4dwave driver) plays for 5-10 seconds, hangs, and the kernel spits out "pcm:play:0 play interrupt timeout, channel dead". Verified to also occurr under -STABLE. pcm0: port 0xed00-0xedff mem 0xf7efe000-0xf7efefff irq 11 at device 6.0 on pci0 Note that this system has all PCI IRQs routed through IRQ 11. May be a shared interrupt issue. >How-To-Repeat: Send any data to /dev/dsp >Fix: None known. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 12:20:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D0737B400 for ; Tue, 23 Jul 2002 12:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E82743E3B for ; Tue, 23 Jul 2002 12:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NJKGJU034837 for ; Tue, 23 Jul 2002 12:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NJKGb6034834; Tue, 23 Jul 2002 12:20:16 -0700 (PDT) Date: Tue, 23 Jul 2002 12:20:16 -0700 (PDT) Message-Id: <200207231920.g6NJKGb6034834@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Gallatin Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Andrew Gallatin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Andrew Gallatin To: Jung-uk Kim Cc: freebsd-gnats-submit@FreeBSD.org, dap@damon.com Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 15:15:29 -0400 (EDT) Jung-uk Kim writes: > Following patch says 0x02011166 is host to PCI bridge but it is not. It > is a southbridge. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.diff?r1=1.81&r2=1.82 > > My SuperMicro P4DSE motherboard says: > > isab0@pci0:15:0: class=0x060100 card=0x405515d9 chip=0x02011166 > rev=0x93 hdr=0x00 > I was afraid of that.. Damon, If you comment out 0x02011166 in pci_bus.c, does your system still work? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 12:51:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3165737B400 for ; Tue, 23 Jul 2002 12:51:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41D543E31 for ; Tue, 23 Jul 2002 12:50:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NJo6JU039175 for ; Tue, 23 Jul 2002 12:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NJo45D039170; Tue, 23 Jul 2002 12:50:04 -0700 (PDT) Date: Tue, 23 Jul 2002 12:50:04 -0700 (PDT) Message-Id: <200207231950.g6NJo45D039170@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/40926: After Upgrading or Clean Installing 4.6, reboot fails to load kernel/kernel.old, install creates kernel.GENERIC Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/40926; it has been noted by GNATS. From: Ruslan Ermilov To: Pete Rippe Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/40926: After Upgrading or Clean Installing 4.6, reboot fails to load kernel/kernel.old, install creates kernel.GENERIC Date: Tue, 23 Jul 2002 22:41:14 +0300 On Tue, Jul 23, 2002 at 11:20:21AM -0700, Pete Rippe wrote: > > >Number: 40926 > >Category: kern > >Synopsis: After Upgrading or Clean Installing 4.6, reboot fails to load kernel/kernel.old, install creates kernel.GENERIC > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Jul 23 11:30:01 PDT 2002 > >Closed-Date: > >Last-Modified: > >Originator: Pete Rippe > >Release: 4.6-Release > >Organization: > Intrawork.com > >Environment: > FreeBSD wsip68-15-48-50.ri.ri.cox.net 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 > > >Description: > After updating from 4.5 to 4.6, and on fresh installs (tried a few different times), system runs fine till you reboot, then bootloader gives 'cannot load kernel or kernel.old', on further inspection, it is named as kernel.GENERIC > >How-To-Repeat: > i have no idea how to repeat it, except on my machine, just do a default install with only User distro selected. > >Fix: > renaming it back to 'kernel', or modifying /boot/defaults/loader.conf - from 'kernel="/kernel"' to 'kernel="/kernel.GENERIC"' seems to fix it > >Release-Note: > >Audit-Trail: > >Unformatted: > Do you have KERNEL=kernel.GENERIC set in /etc/make.conf? If not, how does your entrire /etc/make.conf look like? Cheers, -- Ruslan Ermilov Sysadmin and 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 freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 13:50:36 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61AB37B400 for ; Tue, 23 Jul 2002 13:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC8FF43E3B for ; Tue, 23 Jul 2002 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NKo1JU048937 for ; Tue, 23 Jul 2002 13:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NKo1Fv048936; Tue, 23 Jul 2002 13:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E14C37B400 for ; Tue, 23 Jul 2002 13:45:42 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008C043E31 for ; Tue, 23 Jul 2002 13:45:42 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NKjfOT024766 for ; Tue, 23 Jul 2002 13:45:41 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6NKjfbv024765; Tue, 23 Jul 2002 13:45:41 -0700 (PDT) Message-Id: <200207232045.g6NKjfbv024765@www.freebsd.org> Date: Tue, 23 Jul 2002 13:45:41 -0700 (PDT) From: Mack To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40933: make depend fails when building kernel from /sys Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40933 >Category: kern >Synopsis: make depend fails when building kernel from /sys >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 23 13:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mack >Release: 4.6-STABLE >Organization: None >Environment: FreeBSD killerqueen 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 22 18:02:15 CEST 2002 root@killerqueen:/usr/obj/usr/src/sys/KERNEL8 i386 >Description: When i try to build a kernel from /sys/.. the make depend fails. If i try to build the same kernel, but from /usr/src (make buildkernel KERNCONF=xxx) the build succeeds. root/sys/compile/KERNEL8#make depend cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/genassym.c sh ../../kern/genassym.sh genassym.o > assym.s perl5 ../../kern/vnode_if.pl -h ../../kern/vnode_if.src perl5 ../../kern/makeops.pl -c ../../kern/device_if.m perl5 ../../kern/makeops.pl -h ../../kern/device_if.m perl5 ../../kern/makeops.pl -c ../../kern/bus_if.m perl5 ../../kern/makeops.pl -h ../../kern/bus_if.m perl5 ../../kern/makeops.pl -c ../../dev/mii/miibus_if.m perl5 ../../kern/makeops.pl -h ../../dev/mii/miibus_if.m perl5 ../../kern/makeops.pl -c ../../dev/ppbus/ppbus_if.m perl5 ../../kern/makeops.pl -h ../../dev/ppbus/ppbus_if.m perl5 ../../kern/makeops.pl -c ../../pci/pci_if.m perl5 ../../kern/makeops.pl -h ../../pci/pci_if.m perl5 ../../kern/makeops.pl -c ../../dev/usb/usb_if.m perl5 ../../kern/makeops.pl -h ../../dev/usb/usb_if.m perl5 ../../kern/makeops.pl -c ../../isa/isa_if.m perl5 ../../kern/makeops.pl -h ../../isa/isa_if.m perl5 ../../kern/makeops.pl -c ../../dev/sound/pcm/ac97_if.m perl5 ../../kern/makeops.pl -h ../../dev/sound/pcm/ac97_if.m perl5 ../../kern/makeops.pl -c ../../dev/sound/pcm/channel_if.m perl5 ../../kern/makeops.pl -h ../../dev/sound/pcm/channel_if.m perl5 ../../kern/makeops.pl -c ../../dev/sound/pcm/feeder_if.m perl5 ../../kern/makeops.pl -h ../../dev/sound/pcm/feeder_if.m perl5 ../../kern/makeops.pl -c ../../dev/sound/pcm/mixer_if.m perl5 ../../kern/makeops.pl -h ../../dev/sound/pcm/mixer_if.m perl5 ../../kern/vnode_if.pl -c ../../kern/vnode_if.src rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 make -V SFILES -V SYSTEM_SFILES | xargs env MKDEP_CPP="cc -E" mkdep -a -f .newdep -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 rm -f .depend mv -f .newdep .depend cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/KERNEL8/modules DEBUG="-g" DEBUG_FLAGS="-g" MACHINE=i386 make obj ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/KERNEL8/modules DEBUG="-g" DEBUG_FLAGS="-g" MACHINE=i386 make depend ===> accf_data "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not find bsd.init.mk "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not find bsd.links.mk make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/KERNEL8. root/sys/compile/KERNEL8#locate bsd.init.mk /usr/src/share/mk/bsd.init.mk root/sys/compile/KERNEL8#locate bsd.links.mk /usr/src/share/mk/bsd.links.mk root/sys/i386/conf#cat KERNEL8 # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $ machine i386 cpu I686_CPU ident KERNEL8 maxusers 0 # Debug stuff options DDB, DDB_UNATTENDED makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem #options CD9660 #ISO 9660 Filesystem #options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor #options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, # don't use the above line for fdc0 but the following one: #device fdc0 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives #options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device wx # Intel Gigabit Ethernet Card (``Wiseman'') #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') #device bge # Broadcom BCM570x (``Tigon III'') # ISA Ethernet NICs. # 'device ed' requires 'device miibus' #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners #device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet # Sound card device pcm # Firewall options ICMP_BANDLIM #Rate limit bad replies options IPFIREWALL options IPFIREWALL_VERBOSE # Logging support options IPFIREWALL_VERBOSE_LIMIT=100 # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' options IPDIVERT # Hide firewall from traceroute options IPSTEALTH # Hide from nmap, remove if create web server options TCP_DROP_SYNFIN # IPv6 options INET6, IPV6FIREWALL #IPv6 communications protocols and firewall options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 # The `gif' pseudo-device implements IPv6 over IP4 tunneling, pseudo-device gif #IPv6 and IPv4 tunneling # # Allow applications running in user space to control the Local Descriptor # Table (LDT). This is required by some ports. Future versions of FreeBSD # may require this option for some programs in the base system. # options USER_LDT #allow user-level control of i386 ldt >How-To-Repeat: cd /sys/i386/conf config KERNEL8 cd ../../compile/KERNEL8 make depend >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 13:50:42 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A85C37B401 for ; Tue, 23 Jul 2002 13:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A1343E31 for ; Tue, 23 Jul 2002 13:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NKo3JU048952 for ; Tue, 23 Jul 2002 13:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NKo31B048951; Tue, 23 Jul 2002 13:50:03 -0700 (PDT) Date: Tue, 23 Jul 2002 13:50:03 -0700 (PDT) Message-Id: <200207232050.g6NKo31B048951@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Damon Anton Permezel Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Damon Anton Permezel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Damon Anton Permezel To: Andrew Gallatin Cc: Jung-uk Kim , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 15:49:06 -0500 On Tue, Jul 23, 2002 at 03:15:29PM -0400, Andrew Gallatin wrote: > > Jung-uk Kim writes: > > Following patch says 0x02011166 is host to PCI bridge but it is not. It > > is a southbridge. > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.diff?r1=1.81&r2=1.82 > > > > My SuperMicro P4DSE motherboard says: > > > > isab0@pci0:15:0: class=0x060100 card=0x405515d9 chip=0x02011166 > > rev=0x93 hdr=0x00 > > > > I was afraid of that.. > > Damon, > > If you comment out 0x02011166 in pci_bus.c, does your system still > work? I was wondering why the loonix source kept appearing on my system... I keep downloading it so I can see what they do, and then forgetting, and deleting it... #define PCI_VENDOR_ID_SERVERWORKS 0x1166 #define PCI_DEVICE_ID_SERVERWORKS_HE 0x0008 #define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009 #define PCI_DEVICE_ID_SERVERWORKS_CIOB30 0x0010 #define PCI_DEVICE_ID_SERVERWORKS_CMIC_HE 0x0011 #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 #define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 #define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0x0211 #define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0x0212 #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220 #define PCI_DEVICE_ID_SERVERWORKS_CSB5USB PCI_DEVICE_ID_SERVERWORKS_OSB4USB #define PCI_DEVICE_ID_SERVERWORKS_CSB5ISA 0x0230 The CSB5 (according to http://www.serverworks.com/products/GCHE.html) is for legacy I/O, including 32-bit PCI. I think I'd like to keep it, no? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 14:20:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8307137B400 for ; Tue, 23 Jul 2002 14:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DCD43E31 for ; Tue, 23 Jul 2002 14:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NLK4JU056431 for ; Tue, 23 Jul 2002 14:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NLK3P7056426; Tue, 23 Jul 2002 14:20:03 -0700 (PDT) Date: Tue, 23 Jul 2002 14:20:03 -0700 (PDT) Message-Id: <200207232120.g6NLK3P7056426@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Gallatin Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Andrew Gallatin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Andrew Gallatin To: Damon Anton Permezel Cc: Jung-uk Kim , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 17:15:52 -0400 (EDT) Damon Anton Permezel writes: > On Tue, Jul 23, 2002 at 03:15:29PM -0400, Andrew Gallatin wrote: > > > > Jung-uk Kim writes: > > > Following patch says 0x02011166 is host to PCI bridge but it is not. It > > > is a southbridge. > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.diff?r1=1.81&r2=1.82 > > > > > > My SuperMicro P4DSE motherboard says: > > > > > > isab0@pci0:15:0: class=0x060100 card=0x405515d9 chip=0x02011166 > > > rev=0x93 hdr=0x00 > > > > > > > I was afraid of that.. > > > > Damon, Well, class=0x060100 is definately an ISA bridge. So I think we're going to have to start looking at the class codes. Perhaps the host bridge is at another function on the same device? Can you both me the output of 'pciconf -lv' on your systems, please? Are you both willing to test patches? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 14:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A2ED37B401 for ; Tue, 23 Jul 2002 14:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E0543E4A for ; Tue, 23 Jul 2002 14:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NLU4JU057511 for ; Tue, 23 Jul 2002 14:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NLU4FG057510; Tue, 23 Jul 2002 14:30:04 -0700 (PDT) Date: Tue, 23 Jul 2002 14:30:04 -0700 (PDT) Message-Id: <200207232130.g6NLU4FG057510@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jung-uk Kim Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Jung-uk Kim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Jung-uk Kim To: Damon Anton Permezel , Andrew Gallatin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 17:25:26 -0400 Damon Anton Permezel wrote: > On Tue, Jul 23, 2002 at 03:15:29PM -0400, Andrew Gallatin wrote: > > Jung-uk Kim writes: > > I was wondering why the loonix source kept appearing on my system... > I keep downloading it so I can see what they do, and then forgetting, > and deleting it... > > #define PCI_VENDOR_ID_SERVERWORKS 0x1166 > #define PCI_DEVICE_ID_SERVERWORKS_HE 0x0008 > #define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009 > #define PCI_DEVICE_ID_SERVERWORKS_CIOB30 0x0010 > #define PCI_DEVICE_ID_SERVERWORKS_CMIC_HE 0x0011 > #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 > #define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 > #define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0x0211 > #define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0x0212 > #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220 > #define PCI_DEVICE_ID_SERVERWORKS_CSB5USB PCI_DEVICE_ID_SERVERWORKS_OSB4USB > #define PCI_DEVICE_ID_SERVERWORKS_CSB5ISA 0x0230 > > The CSB5 (according to http://www.serverworks.com/products/GCHE.html) > is for legacy I/O, including 32-bit PCI. > > I think I'd like to keep it, no? Yes, but it is not the right place to keep. PCI-to-ISA bridge code is move to dev/pci/isa_pci.c in -CURRENT. I believe you may have to patch dev/pci/pci.c to add a quirk. You can put it in pci/pcisupport.c for -STABLE. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/pci/pci.c.diff?r1=1.175&r2=1.176&f=h AFAIK, the chip is very similar to 0x02001166 (OSB4?). So, you may want to 'grep -R 0x02001166 *' to make sure. Jung-uk Kim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 14:50: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B58D37B400 for ; Tue, 23 Jul 2002 14:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C72F43E4A for ; Tue, 23 Jul 2002 14:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NLo4JU059253 for ; Tue, 23 Jul 2002 14:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NLo4uB059251; Tue, 23 Jul 2002 14:50:04 -0700 (PDT) Date: Tue, 23 Jul 2002 14:50:04 -0700 (PDT) Message-Id: <200207232150.g6NLo4uB059251@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jung-uk Kim Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Jung-uk Kim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Jung-uk Kim To: Andrew Gallatin , Damon Anton Permezel Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 17:28:01 -0400 Andrew Gallatin wrote: > Damon Anton Permezel writes: > > On Tue, Jul 23, 2002 at 03:15:29PM -0400, Andrew Gallatin wrote: > > > Jung-uk Kim writes: > > > > Following patch says 0x02011166 is host to PCI bridge but it is > > > > not. It is a southbridge. > > > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.di > > > >ff?r1=1.81&r2=1.82 > > > > > > > > My SuperMicro P4DSE motherboard says: > > > > > > > > isab0@pci0:15:0: class=0x060100 card=0x405515d9 > > > > chip=0x02011166 rev=0x93 hdr=0x00 > > > > > > I was afraid of that.. > > > > > > Damon, > > Well, class=0x060100 is definately an ISA bridge. So I think we're > going to have to start looking at the class codes. It is already done in -CURRENT. I believe -STABLE does it, too. > Perhaps the host bridge is at another function on the same device? Yes, it works as power management controller. > Can you both me the output of 'pciconf -lv' on your systems, please? I will certainly do it when I have some time. > Are you both willing to test patches? Me? Sure. > Thanks, > > Drew Thanks, Jung-uk Kim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 23 14:51:24 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D67B37B401 for ; Tue, 23 Jul 2002 14:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7338443E65 for ; Tue, 23 Jul 2002 14:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NLo6JU059263 for ; Tue, 23 Jul 2002 14:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NLo5ar059262; Tue, 23 Jul 2002 14:50:05 -0700 (PDT) Date: Tue, 23 Jul 2002 14:50:05 -0700 (PDT) Message-Id: <200207232150.g6NLo5ar059262@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Damon Anton Permezel Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Reply-To: Damon Anton Permezel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38894; it has been noted by GNATS. From: Damon Anton Permezel To: Andrew Gallatin Cc: Jung-uk Kim , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38894: Dell PowerEdge 4600 PCI Bus scan problems Date: Tue, 23 Jul 2002 16:47:21 -0500 On Tue, Jul 23, 2002 at 05:15:52PM -0400, Andrew Gallatin wrote: > > Damon Anton Permezel writes: > > On Tue, Jul 23, 2002 at 03:15:29PM -0400, Andrew Gallatin wrote: > > > > > > Jung-uk Kim writes: > > > > Following patch says 0x02011166 is host to PCI bridge but it is not. It > > > > is a southbridge. > > > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_bus.c.diff?r1=1.81&r2=1.82 > > > > > > > > My SuperMicro P4DSE motherboard says: > > > > > > > > isab0@pci0:15:0: class=0x060100 card=0x405515d9 chip=0x02011166 > > > > rev=0x93 hdr=0x00 > > > > > > > > > > I was afraid of that.. > > > > > > Damon, > > Well, class=0x060100 is definately an ISA bridge. So I think we're > going to have to start looking at the class codes. > > Perhaps the host bridge is at another function on the same device? > Can you both me the output of 'pciconf -lv' on your systems, please? > > Are you both willing to test patches? At least one of us is. chip0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x00111166 rev=0x22 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CMIC-HE' class = bridge subclass = HOST-PCI chip1@pci0:0:1: class=0x060000 card=0x00000000 chip=0x00111166 rev=0x00 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CMIC-HE' class = bridge subclass = HOST-PCI chip2@pci0:0:2: class=0x060000 card=0x00000000 chip=0x00111166 rev=0x00 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CMIC-HE' class = bridge subclass = HOST-PCI chip3@pci0:0:3: class=0x060000 card=0x00000000 chip=0x00111166 rev=0x00 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CMIC-HE' class = bridge subclass = HOST-PCI fxp0@pci0:4:0: class=0x020000 card=0x01061028 chip=0x12298086 rev=0x08 hdr=0x00 vendor = 'Intel Corporation' device = '82557/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet ahc0@pci0:6:0: class=0x010000 card=0x01061028 chip=0x001f9005 rev=0x01 hdr=0x00 vendor = 'Adaptec' device = 'AHA-2940U2/AHA-2940U2W AIC-7890/1 Ultra2 SCSI Controller' class = mass storage subclass = SCSI ahc1@pci0:8:0: class=0x010000 card=0x00000000 chip=0x81789004 rev=0x00 hdr=0x00 vendor = 'Adaptec Inc' device = 'AHA-2940U/UW/2940D Ultra/Ultra Wide/Dual SCSI Host Adapter' class = mass storage subclass = SCSI none0@pci0:14:0: class=0x030000 card=0x01061028 chip=0x47521002 rev=0x27 hdr=0x00 vendor = 'ATI Technologies' device = 'Rage XL PCI' class = display subclass = VGA chip4@pci0:15:0: class=0x060000 card=0x02011166 chip=0x02011166 rev=0x93 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CSB5 PCI to ISA Bridge' class = bridge subclass = HOST-PCI atapci0@pci0:15:1: class=0x010182 card=0x02121166 chip=0x02121166 rev=0x93 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CSB5 PCI EIDE Controller' class = mass storage subclass = ATA ohci0@pci0:15:2: class=0x0c0310 card=0x02201166 chip=0x02201166 rev=0x05 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'OSB4 OpenHCI Compliant USB Controller' class = serial bus subclass = USB isab0@pci0:15:3: class=0x060100 card=0x02301166 chip=0x02251166 rev=0x00 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' class = bridge subclass = PCI-ISA chip5@pci0:16:0: class=0x060000 card=0x00000000 chip=0x00101166 rev=0x03 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CIOB30' class = bridge subclass = HOST-PCI chip6@pci0:16:2: class=0x060000 card=0x00000000 chip=0x00101166 rev=0x03 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CIOB30' class = bridge subclass = HOST-PCI chip7@pci0:17:0: class=0x060000 card=0x00000000 chip=0x00101166 rev=0x03 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CIOB30' class = bridge subclass = HOST-PCI chip8@pci0:17:2: class=0x060000 card=0x00000000 chip=0x00101166 rev=0x03 hdr=0x00 vendor = 'Reliance Computer Corp./ServerWorks' device = 'CIOB30' class = bridge subclass = HOST-PCI bge0@pci1:6:0: class=0x020000 card=0x01061028 chip=0x164414e4 rev=0x14 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5700/1 Gigabit Ethernet Controller' class = network subclass = ethernet pcib5@pci1:8:0: class=0x060400 card=0x00000068 chip=0x03098086 rev=0x01 hdr=0x01 vendor = 'Intel Corporation' device = '80303 I/O Processor PCI-to-PCI Bridge Unit' class = bridge subclass = PCI-PCI aac0@pci1:8:1: class=0x010400 card=0x01061028 chip=0x000a1028 rev=0x01 hdr=0x00 vendor = 'Dell Computer Corporation' device = 'PowerEdge 3/Di Expandable RAID Controller' class = mass storage subclass = RAID none1@pci2:6:0: class=0x010000 card=0x00c51028 chip=0x00c59005 rev=0x01 hdr=0x00 vendor = 'Adaptec' device = 'RAID Subsystem HBA' class = mass storage subclass = SCSI none2@pci2:6:1: class=0x010000 card=0x00c51028 chip=0x00c59005 rev=0x01 hdr=0x00 vendor = 'Adaptec' device = 'RAID Subsystem HBA' class = mass storage subclass = SCSI none3@pci9:6:0: class=0x020000 card=0x11078086 chip=0x10088086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82544 PRO/1000 Gigabit Ethernet Controller' class = network subclass = ethernet pcib6@pci3:6:0: class=0x060400 card=0x00000068 chip=0xa5001044 rev=0x02 hdr=0x01 vendor = 'Adaptec (Formerly: Distributed Processing Technology (DPT))' device = 'PCI Bridge' class = bridge subclass = PCI-PCI asr0@pci3:6:1: class=0x0e0001 card=0xc03c1044 chip=0xa5011044 rev=0x02 hdr=0x00 vendor = 'Adaptec (Formerly: Distributed Processing Technology (DPT))' device = 'I2O SmartRAID V Controller' isp0@pci3:8:0: class=0x010000 card=0x00021077 chip=0x22001077 rev=0x05 hdr=0x00 vendor = 'Q Logic' device = 'ISP2200' class = mass storage subclass = SCSI bge1@pci14:6:0: class=0x020000 card=0x000814e4 chip=0x164514e4 rev=0x15 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5701 NetXtreme Gigabit Ethernet' class = network subclass = ethernet Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-STABLE #16: Sun Jul 21 16:47:14 CDT 2002 dap@damon.com:/usr/obj/usr/src/sys/FUBAR Calibrating clock(s) ... TSC clock: 1984675976 Hz, i8254 clock: 1193326 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 1984489484 Hz CPU: Pentium 4 (1984.49-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff,ACC> real memory = 536805376 (524224K bytes) Physical memory chunk(s): 0x00001000 - 0x0009ffff, 651264 bytes (159 pages) 0x00410000 - 0x1ffe7fff, 532512768 bytes (130008 pages) avail memory = 518557696 (506404K bytes) bios32: Found BIOS32 Service Directory header at 0xc00ffe80 bios32: Entry = 0xffe90 (c00ffe90) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xc67e pnpbios: Found PnP BIOS data at 0xc00fe2d0 pnpbios: Entry = f0000:e2f4 Rev = 1.0 Other BIOS signatures found: ACPI: 000fdc60 Preloaded elf kernel "kernel" at 0xc03e9000. md0: Malloc disk Creating DISK md0 pci_open(1): mode 1 addr port (0x0cf8) is 0x800078ac pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00111166) Using $PIR table, 13 entries at 0xc00fc140 pcib-: pcib1 exists, using next available unit number pcib-: pcib1 exists, using next available unit number pcib-: pcib3 exists, using next available unit number pcib-: pcib9 exists, using next available unit number npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard found-> vendor=0x1166, dev=0x0011, revid=0x22 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0011, revid=0x00 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0011, revid=0x00 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0011, revid=0x00 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x1229, revid=0x08 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base fe204000, size 12 map[14]: type 1, range 32, base 0000ecc0, size 6 map[18]: type 1, range 32, base fe000000, size 20 found-> vendor=0x9005, dev=0x001f, revid=0x01 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000e800, size 8 map[14]: type 1, range 64, base fe203000, size 12 found-> vendor=0x9004, dev=0x8178, revid=0x00 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000e400, size 8 map[14]: type 1, range 32, base fe202000, size 12 found-> vendor=0x1002, dev=0x4752, revid=0x27 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base fd000000, size 24 map[14]: type 1, range 32, base 0000e000, size 8 map[18]: type 1, range 32, base fe201000, size 12 found-> vendor=0x1166, dev=0x0201, revid=0x93 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0212, revid=0x93 class=01-01-82, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base 000008c0, size 3 map[14]: type 3, range 32, base 000008c8, size 2 map[18]: type 1, range 32, base 000008d0, size 3 map[1c]: type 3, range 32, base 000008d8, size 2 map[20]: type 1, range 32, base 000008b0, size 4 found-> vendor=0x1166, dev=0x0220, revid=0x05 class=0c-03-10, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=5 map[10]: type 1, range 32, base fe200000, size 12 found-> vendor=0x1166, dev=0x0225, revid=0x00 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0010, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0010, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0010, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1166, dev=0x0010, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 pci0: on pcib0 fxp0: port 0xecc0-0xecff mem 0xfe000000-0xfe0fffff,0xfe204000-0xfe204fff irq 11 at device 4.0 on pci0 fxp0: using memory space register mapping fxp0: Ethernet address 00:06:5b:88:18:bc fxp0: PCI IDs: 8086 1229 1028 0106 0008 fxp0: Dynamic Standby mode is disabled inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bpf: fxp0 attached ahc0: port 0xe800-0xe8ff mem 0xfe203000-0xfe203fff irq 10 at device 6.0 on pci0 ahc0: Reading SEEPROM...done. ahc0: Manual LVD Termination ahc0: BIOS eeprom is present ahc0: Secondary High byte termination Enabled ahc0: Secondary Low byte termination Enabled ahc0: Primary Low Byte termination Enabled ahc0: Primary High Byte termination Enabled ahc0: Downloading Sequencer Program... 416 instructions downloaded aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0xe400-0xe4ff mem 0xfe202000-0xfe202fff irq 11 at device 8.0 on pci0 ahc1: Reading SEEPROM...done. ahc1: internal 50 cable not present, internal 68 cable not present ahc1: external cable not present ahc1: BIOS eeprom is present ahc1: High byte termination Enabled ahc1: Low byte termination Enabled ahc1: Downloading Sequencer Program... 439 instructions downloaded using shared irq11. aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs pci0: (vendor=0x1002, dev=0x4752) at 14.0 atapci0: port 0x8b0-0x8bf,0x8d8-0x8db,0x8d0-0x8d7,0x8c8-0x8cb,0x8c0-0x8c7 at device 15.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x08b0 ata0: mask=03 ostat0=50 ostat2=01 ata0-master: ATAPI 14 eb ata0-slave: ATAPI 14 eb ata0: mask=03 stat0=00 stat1=01 ata0: devices=0c ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x08b8 ata1: at 0x170 irq 15 on atapci0 ohci0: mem 0xfe200000-0xfe200fff irq 5 at device 15.2 on pci0 ohci0: (New OHCI DeviceId=0x02201166) ohci_init: start usb0: OHCI version 1.0, legacy support ohci_init: SMM active, request owner change usb0: SMM does not respond, resetting usb0: resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: (unknown) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered isab0: at device 15.3 on pci0 isa0: on isab0 pcib1: on motherboard found-> vendor=0x14e4, dev=0x1644, revid=0x14 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 64, base fcf00000, size 16 found-> vendor=0x8086, dev=0x0309, revid=0x01 class=06-04-00, hdrtype=0x01, mfdev=1 subordinatebus=2 secondarybus=2 found-> vendor=0x1028, dev=0x000a, revid=0x01 class=01-04-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base f0000000, size 27 pci1: on pcib1 bge0: mem 0xfcf00000-0xfcf0ffff irq 10 at device 6.0 on pci1 using shared irq10. bge0: Ethernet address: 00:06:5b:88:18:bd miibus1: on bge0 brgphy0: on miibus1 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bpf: bge0 attached pcib5: at device 8.0 on pci1 found-> vendor=0x9005, dev=0x00c5, revid=0x01 class=01-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000dc00, size 8 map[14]: type 1, range 64, base fcdff000, size 12 found-> vendor=0x9005, dev=0x00c5, revid=0x01 class=01-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=b, irq=10 map[10]: type 1, range 32, base 0000d800, size 8 map[14]: type 1, range 64, base fcdfe000, size 12 pci2: on pcib5 pci2: (vendor=0x9005, dev=0x00c5) at 6.0 irq 11 pci2: (vendor=0x9005, dev=0x00c5) at 6.1 irq 10 aac0: mem 0xf0000000-0xf7ffffff irq 11 at device 8.1 on pci1 aac0: i960RX 100MHz, 118MB cache memory, optional battery present aac0: Kernel 2.7-0, Build 3153, S/N b821d3 pcib9: on motherboard found-> vendor=0x8086, dev=0x1008, revid=0x02 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 64, base ebf20000, size 17 map[18]: type 1, range 64, base ebf00000, size 17 map[20]: type 1, range 32, base 00008ce0, size 5 pci9: on pcib9 pci9: (vendor=0x8086, dev=0x1008) at 6.0 irq 11 pcib255: on motherboard pci255: on pcib255 pci-: pci2 exists, using next available unit number pcib2: on motherboard found-> vendor=0x1044, dev=0xa500, revid=0x02 class=06-04-00, hdrtype=0x01, mfdev=1 subordinatebus=4 secondarybus=4 found-> vendor=0x1044, dev=0xa501, revid=0x02 class=0e-00-01, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base ec000000, size 25 found-> vendor=0x1077, dev=0x2200, revid=0x05 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000bc00, size 8 map[14]: type 1, range 32, base eff00000, size 12 pci3: on pcib2 pcib6: at device 6.0 on pci3 pci4: on pcib6 asr0: mem 0xec000000-0xedffffff irq 11 at device 6.1 on pci3 asr0: major=154 asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel, 256 CCBs, Protocol I2O Qlogic ISP Driver, FreeBSD Version 4.16, Core Version 2.6 isp0: port 0xbc00-0xbcff mem 0xeff00000-0xeff00fff irq 10 at device 8.0 on pci3 isp0: using I/O space register mapping isp0: Board Type 2200, Chip Revision 0x5, loaded F/W Revision 2.1.36 isp0: Installed in 64-Bit PCI slot isp0: Last F/W revision was 2.0.27 isp0: 985 max I/O commands supported isp0: NVRAM Port WWN 0x210000e08b01138a pci-: pci3 exists, using next available unit number pcib3: on motherboard pci5: on pcib3 pci-: pci4 exists, using next available unit number pcib4: on motherboard pci6: on pcib4 pcib10: on motherboard pci10: on pcib10 pcib14: on motherboard found-> vendor=0x14e4, dev=0x1645, revid=0x15 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 64, base ead00000, size 16 pci14: on pcib14 bge1: mem 0xead00000-0xead0ffff irq 10 at device 6.0 on pci14 bge1: Ethernet address: 00:10:18:02:2c:d8 miibus2: on bge1 brgphy1: on miibus2 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bpf: bge1 attached ata-: ata0 exists, using next available unit number Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0:

Ruteador DSL para Prodigy Infinitum de Telmex

ADSL (Asymmetric Digital Suscriber Line) o bien conocido como Prodigy Infinitum, es el nuevo servicio de acceso a Internet que hace de la l=EDnea telef=F3nica un canal de acceso de alta velocidad a Internet.

ADSL es ideal para aquellos clientes que utilicen intensamente la Red y requieran una conexi=F3n permanente a Internet, sin necesidad de marcar.

Si a=FAn no cuenta con el servicio de Prodigy Infinitum visite:
http://www.telmex.com/internos/infinitum/info/

El Ruteador Linksys EtherFast Cable/DSL es la opci=F3n perfecta para que m=FAltiples computadoras dentro de su red naveguen el Internet a una gran velocidad, permitiendo conectar arriba de 253 usuarios.
Con su tecnolog=EDa de ruteo, la navegaci=F3n ser=E1 mucho m=E1s eficiente y mucho m=E1s r=E1pida que por el m=E9todo convencional de compartir el Internet a trav=E9s de software. =A1GARANTIZADO!
Y como esta construido
con tecnolog=EDa NAT act=FAa como un firewall que protege su red interna.

Visite esta p=E1gina para adquirir el ruteador Linksys
http://www.netsolutions.com.mx/servicios/ADSL/adsl.shtml


Net Solutions
Tel: +52(55)5148-9888
Fax: +52(55)5148-9895
E-mail: info@netsolutions.com.mx
http://www.netsolutions.com.mx

 

Para ser removido de la lista da click aqu=ED.

------_NextPart_3043872085-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 24 23:20:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F129037B401 for ; Wed, 24 Jul 2002 23:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEAE43E91 for ; Wed, 24 Jul 2002 23:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6P6K5JU080694 for ; Wed, 24 Jul 2002 23:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6P6K54I080693; Wed, 24 Jul 2002 23:20:05 -0700 (PDT) Date: Wed, 24 Jul 2002 23:20:05 -0700 (PDT) Message-Id: <200207250620.g6P6K54I080693@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Dan K" Subject: Re: misc/40657: Logitech iFeel usb mouse will not attach Reply-To: "Dan K" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/40657; it has been noted by GNATS. From: "Dan K" To: joe@tao.org.uk Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/40657: Logitech iFeel usb mouse will not attach Date: Wed, 24 Jul 2002 22:17:29 -0700 >Date: Wed, 17 Jul 2002 00:14:31 +0100 > Josef Karthauser Daniel Koslicki Cc: freebsd-gnats-submit@FreeBSD.org > Re: misc/40657: Logitech iFeel usb mouse will not attach >> I attempted to attach the mouse via a usb to ps/2 adapter - same >> symptoms. > >Can you confirm that you mean that the "usb to ps/2 adapter" allowed >you to plug the mouse into the ps/2 port instead of the usb port? > >Joe This is exactly what I did. I had a USB to PS/2 adapter that allows a USB mouse to function on a PS/2 port. I neglected to mention that the output of /var/log/messages in the event that I had the mouse plugged in through an adapter of this type. The output is as follows : Jul 24 20:42:03 THESQUARE /kernel: Copyright (c) 1992-2002 The FreeBSD Project. Jul 24 20:42:03 THESQUARE /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Jul 24 20:42:03 THESQUARE /kernel: The Regents of the University of California. All rights reserved. Jul 24 20:42:03 THESQUARE /kernel: FreeBSD 4.6-STABLE #0: Sun Jun 30 02:14:37 PDT 2002 Jul 24 20:42:03 THESQUARE /kernel: chefer@THESQUARE.INETARENA.COM:/usr/obj/usr/src/sys/TSQR Jul 24 20:42:03 THESQUARE /kernel: Timecounter "i8254" frequency 1193182 Hz Jul 24 20:42:03 THESQUARE /kernel: CPU: AMD Athlon(tm) Processor (900.04-MHz 686-class CPU) Jul 24 20:42:03 THESQUARE /kernel: Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Jul 24 20:42:03 THESQUARE /kernel: Features=0x183f9ff Jul 24 20:42:03 THESQUARE /kernel: AMD Features=0xc0440000<,AMIE,DSP,3DNow!> Jul 24 20:42:03 THESQUARE /kernel: real memory = 268369920 (262080K bytes) Jul 24 20:42:03 THESQUARE /kernel: config> di sn0 Jul 24 20:42:03 THESQUARE /kernel: config> di lnc0 Jul 24 20:42:03 THESQUARE /kernel: config> di ie0 Jul 24 20:42:03 THESQUARE /kernel: config> di fe0 Jul 24 20:42:03 THESQUARE /kernel: No such device: fe0 Jul 24 20:42:03 THESQUARE /kernel: Invalid command or syntax. Type `?' for help. Jul 24 20:42:03 THESQUARE /kernel: config> di ed0 Jul 24 20:42:03 THESQUARE /kernel: No such device: ed0 Jul 24 20:42:03 THESQUARE /kernel: Invalid command or syntax. Type `?' for help. Jul 24 20:42:03 THESQUARE /kernel: config> di cs0 Jul 24 20:42:03 THESQUARE /kernel: config> q Jul 24 20:42:03 THESQUARE /kernel: avail memory = 257478656 (251444K bytes) Jul 24 20:42:03 THESQUARE /kernel: Preloaded elf kernel "kernel" at 0xc03c4000. Jul 24 20:42:03 THESQUARE /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc03c409c. Jul 24 20:42:03 THESQUARE /kernel: Pentium Pro MTRR support enabled Jul 24 20:42:03 THESQUARE /kernel: md0: Malloc disk Jul 24 20:42:03 THESQUARE /kernel: Using $PIR table, 9 entries at 0xc00fddd0 Jul 24 20:42:03 THESQUARE /kernel: npx0: on motherboard Jul 24 20:42:03 THESQUARE /kernel: npx0: INT 16 interface Jul 24 20:42:03 THESQUARE /kernel: pcib0: on motherboard Jul 24 20:42:03 THESQUARE /kernel: pci0: on pcib0 Jul 24 20:42:03 THESQUARE /kernel: pcib2: at device 1.0 on pci0 Jul 24 20:42:03 THESQUARE /kernel: pci1: on pcib2 Jul 24 20:42:03 THESQUARE /kernel: pci1: at 0.0 irq 12 Jul 24 20:42:03 THESQUARE /kernel: isab0: at device 7.0 on pci0 Jul 24 20:42:03 THESQUARE /kernel: isa0: on isab0 Jul 24 20:42:03 THESQUARE /kernel: atapci0: port 0xa000-0xa00f at device 7.1 on pci0 Jul 24 20:42:03 THESQUARE /kernel: ata0: at 0x1f0 irq 14 on atapci0 Jul 24 20:42:03 THESQUARE /kernel: ata1: at 0x170 irq 15 on atapci0 Jul 24 20:42:03 THESQUARE /kernel: uhci0: port 0xa400-0xa41f irq 5 at device 7.2 on pci0 Jul 24 20:42:03 THESQUARE /kernel: usb0: on uhci0 Jul 24 20:42:03 THESQUARE /kernel: usb0: USB revision 1.0 Jul 24 20:42:03 THESQUARE /kernel: uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jul 24 20:42:03 THESQUARE /kernel: uhub0: 2 ports with 2 removable, self powered Jul 24 20:42:03 THESQUARE /kernel: uscanner0: UMAX Data Systems Astra 2000U Scanner, rev 1.00/1.00, addr 2 Jul 24 20:42:03 THESQUARE /kernel: uhci1: port 0xa800-0xa81f irq 5 at device 7.3 on pci0 Jul 24 20:42:03 THESQUARE /kernel: usb1: on uhci1 Jul 24 20:42:03 THESQUARE /kernel: usb1: USB revision 1.0 Jul 24 20:42:03 THESQUARE /kernel: uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jul 24 20:42:03 THESQUARE /kernel: uhub1: 2 ports with 2 removable, self powered Jul 24 20:42:03 THESQUARE /kernel: pci0: (vendor=0x1106, dev=0x3057) at 7.4 Jul 24 20:42:03 THESQUARE /kernel: fxp0: port 0xac00-0xac3f mem 0xdd000000-0xdd0fffff,0xdd100000-0xdd100fff irq 10 at device 13.0 on pci0 Jul 24 20:42:03 THESQUARE /kernel: fxp0: Ethernet address 00:d0:b7:af:36:15 Jul 24 20:42:03 THESQUARE /kernel: inphy0: on miibus0 Jul 24 20:42:03 THESQUARE /kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Jul 24 20:42:03 THESQUARE /kernel: pcm0: port 0xb000-0xb01f irq 10 at device 15.0 on pci0 Jul 24 20:42:03 THESQUARE /kernel: atapci1: port 0xc800-0xc8ff,0xc400-0xc403,0xc000-0xc007,0xbc00-0xbc03,0xb800-0xb807 irq 11 at device 19.0 on pci0 Jul 24 20:42:03 THESQUARE /kernel: ata2: at 0xb800 on atapci1 Jul 24 20:42:03 THESQUARE /kernel: ata3: at 0xc000 on atapci1 Jul 24 20:42:03 THESQUARE /kernel: pcib1: on motherboard Jul 24 20:42:03 THESQUARE /kernel: pci2: on pcib1 Jul 24 20:42:03 THESQUARE /kernel: orm0:

L2`*!',>%:UM2 MM./$B';);K'Z%^"V2%[![+U5F2W1>0*OR$NK MWBV6BMXFN&2638/F=1`U3QO--`1 M@FJ8Q0"D`'*_'[86S"[M.J=H-<%LDI^"VD,%/P6VY\(MQ M&U?S-&[C@IOB]NUT)]P6J]V$9;Y$$`(J,/L?HH+I_4-MO\HN/U>ZFN&%2`HK M<8]XNR,DL@!(&;KB+5"12M1OH]"(Y5:?7JSJ]7/C%.CVNYFF='A?<5*?WC-W$ MHL]5_'P'^AQ!A4-.MUOA0Y\OKN"Z5FW-"Q1*;'GA%C?](L>I_1@]VX@%)R85 M[XB3X$%7WBG5`MPT/'84 MF[$C"G!HQ\;Z*P;63N9>, MR4"@;%"&>^FH3$ZR89F>;F9135FL=0-LC.5LRMF42CO4!V(2;`43X^G* M+-0)#_6>-`R_.T+!PG0FH>F`Q>8B_8GL.71"?'1G1#PZ'7T>XADLP0D6%V*A MZS;3.V/3\/V=Q"0M5+W!)=`\Z497RZ(0@]O,0'2$+ED(+1"IE=)"S*+UI#2K MZFFBFA6NE-=TK9Q@J3E7KX'?V?$N4O1*U3[?N$0BU]`/A*[=QSROSKV=*US- M[I47O]D>25D>P-C@GE8-J)_[69$3<*TQX8`ZY!$/^+DA.%)E?E3K]7O\?9>[ M4+OE>LM[O"S)M0I1+E-L]#*&XW[>&TBFW$5AGBM=PW)-(R&I-.X\14I'AF.! M0S,]L7];VG&2G=XY=S8_XV&'?^%%Z84%O+T^&'+Y_0PH[L]^2NMXP39+AQ@*P``I4[/B)\F0KV%BV@=I7@ M0O=.;",#X59,[0@%,T0B.<3HWG%=-#-P(Y6`VH6.=[>R@M-.[\S`?D3LA"<>?7971>2S2$NS!%$VM]OEV22$VEWVD5 MYDARV34F9A6;FF&87H;.KUQ>(<(]#-@CCN<1QTNX0O["V1,XFP2!&[E)%"$X;4D:CNM M8,+P#3H_/3[%T[.F>WOGH:8+86+3'6HMVY^&-(PHP>,#:`K7-U>?OF).M]KL M&/T-&3+;\(0`4D3!I-&?Q9YGA&THK6V5>[6->`X3:XDW2*B$1\I,K7/8P8-Z M7\G,>E)UH_O[/A[<\1_@*7#DB/!*XYQ$20H7AQ?G5R??Y\?F,`KFQ;$9>-WV#-<-S*VR457OTS2O03*P4T+`K;*).?Z_ZTSA M']9#$PO_"D-V'$318S9LT]-TZ*;$,23^`<8).6:2O\[,\6?!=KFIJKC<]UWV M>U>R4T4P;Q[:[XG&93V1G^KB=0R5XA00P=N@-+)T;7"&61S-3&W0[ZRD%.<[ MWC*.6C#Y-5S'V-8NE+K.Y\4*4=.$&&_95]XGX=GW%"%"2DJOT^DP5TYNSK#@ M.YK;OATY9BM>I-'LTO2,_)=Y:._FT:2Y[.YF+G&?-N=-U]K99!VO1"DO837>:I@&\*YK7>! MVX*-WWZ!VX7B=?PF[&;V:S^^18/VH'W0A:7! M;S]&MOUA='J(JK\'?W?2^G9GORV^0S#%G\I'PX<0?2L#"4([B3B"\W0$8+7P M(8"=8LF?PX3E1+[AV5O&1+[6"I$^*(CT09E(SU/-20!8@Q2SZ@UR,KU8O!H3 MTB(D_^Z,R#<(W"D@XW0Z_VGX@6?XF89$3U<>=^VM)3Y3U;@9!ME2AC*!.3H8 MY?;W*YAC5RZRBF&[@VQ::18&'DH6=MA/-@@B16M#T M$9D+PY_#&P)3Z?K M"C[7?B!K`=OFL%SKTXR:RJC)$W7,5SV-WIP:-967K6.II@-/\5^V^W'V`;8A MD2OL26*";"T&'ST^WD<01!AX>GUVR,/%S(-@0=_>Q\J$@AE-[A->1;,PD+[8%+I2TJ/C]C!5BFH3P6`SS7 ML=M39QX9WK81J:S[:6M(U305Z!1VZ'HR.DLHK"%VRF8O92\,+T?:!O,7W-2T MA:&=V%$Z?>'"C%!I42HUPQJ=TC*4#'\:GM!`(F6>S*R%V09`KN5F8-F[`8E4 M\T8@(E%4`:1?#9!<^3JM6MJ^E1@)A`2]0,D1]#0^KSPB!?.M18E1UUFN@FN% ME0UZJ8RY(E78Q+X0C52P%4QAO&7T1`NLFKY2("O\*K(I8NSRR^CU%CE%56I!HIFM]VRU5,3P[JTN<10S38_^EV1=MJ1EEDN%<7$D::@)'] M`HUO<.+FPP6H-M(XXN;0?$GIT%=H^/;HAAG+\.'0-DYV,EF;)?A&^V4JW MAVH7/E?KX,'T5SR-\HQDRQPOUEO.=CGEE-97L[M($6)A7E?#LX)+N]V9#=27.UEY6O$^[O#V"QY8!I=!^C MP#O,KUUWQ86'7EMO'_3*M;_"9TD_`6E#N[/7QJ^4ODFTS-:M7R,R+"`GQF]C M6["8<^V8`:X"UEOHZ*"ZR087U=A2&%HXM&DSTYDR5C_P!()<@Z6,].!^8@;A M(ST"AP!ZQ&R*R0?<)SUGGW<=.MW*P$I)">A]#'G5%_195IF&^)V6EG^CB^/O MAY/OAS4L;"CEI M?,N`5;DJFX!L5P.*(>5]8C1]YX3W;&^RA$1$-!=4>I]][<+V9;0+U2]:4??3 MB[J?7J'[17GE3]Z6[DAAUO6B\A>MI_V1=-$\6S0&\<75Z?"HU^_WOT$L9`2- M"-69B_J=';F1ZT+%OZ0^S3Y+,"I/%BVPB-%ZLXC105U;UR156D63UX:7L% M/54J7`/,`0!SD$MC3I63TFDF-4^R'VR3=0/KOQFP:X$--?(?@PE3\3(^:1:! M&2^WC$NAPG*I>5"4F@?E4E,@J4)EMDS&Z(JH%,O6J5/=]_C\'?TAGB)WZ;-O<3RZU%8=,IB^@Z_<7'T_ MO"RL7RQ]^R'$6M:6>V"AV@HO8O*_8KX8?EG='PL5-$0UIG/8Q3-<,:9B6HG8 M,8M$UK&$+)O!*-Y=>L]T'M,YR%J:_%I8P>9T-F1(L,1/[&!ENE#MQI&0KT#* MUH>%,UC#]FNAH*+R?"@47UX%A6Y;'V0M_14LF>TD*>"!$=L0'N[F$=9?VC?# M\7`TWC(HU'57(Z,("C4>U+0;^A[W4NDA387&ZJB@W]LAR M)O4\&9!(77U%I*Y*$C7<)`:X/8F;A$!J\0A;BZU'1!9V7.39G@9.#A"+"6%% MA3@\.#Y<,REQ2A%"3ZSD"B;[C?JR@W^CSX4Q\8W)?C#A0ZO9+$.B`18:*+SB\Z6#X9 M\8+T?,-*88+_PBUS<0LG\5S&@JZTMRG=`Z78/#^['+,E%6-J+Z+?91E!5LJF M09"$!D:OU3:Q&('3;6J(]6UX:H36U:CG][$Q6\7]KTX*BE5(K2U#4B*I'.$7 MB,'<)SQGP)=Q=V9'1VD#)G@L3R";LW1A8KH^("9W]<&**N$#0D)V@!3K+D#& MC+#46K3M!\,+P1]_RV@IJ_[I1@Z59!M:GQC@$75!QPC!;#U06#I4$ZG;*)4W MQJ^^C"^^Q]+\SOOXR)"=8;\LA;)#YBRF?@+J\.RY\R M^MV14`+]M17@?R[\,?$_[Q8.*!52!$N7M!1KREL5/!(/_DTLB+2RM+<.CY+J MG^;X6DNVH1'&$O])\./J%D,9U-.HM6.&770VP:#.SME_`L',N$]QDVHB@2`) MLL>XM5_Q:FZSMF#_!!5$>%ASR6R#QD8I>Z(,*#':3"![E5A0Y-@0UM'634X$(M0KS;D_'%+E`A M5_QT5X<2@F!BQ331`0DLW#GL'"C\'B9?LVL_#(4HY#" MYW42X4$HA1`]76D5JJQ]AIO\"?`CMN+E\"/6L@'\2.1>"C_REWD*?C"%%\#/ M#D'S(JO;I974`*6PP%U.2`&1;EFL8VX]#1\@W0;'5(5ECW"V@<5ITEHO"I:) M;9$`)%$<1=OF;6G]SYQPEM(MK$GLB1M8N1EG!95JADJI9#)=[NQ;8G!)E05. MM,392[WT3)KEQ\O0`JO_+3.K4.\S-?H"/?#'2Z/(=P80J%B(<953YHNE:Y@R M@%XVR(>LA>XVH9$6!*)99TNO\!ZW\+Q6*^MQ]'3U'N$^U],/N[VJ0;><4)TH%18"E8&/S,#'[SGE-5@"J[/Z M4FZ+LW?JJT=[K_`LGM[ALPFF.W/F)$96N4M3L0D<-?DGRX!C[0@Q*RP:%UTE MNO50L5;$2+<4(];*X)#V#943YQ4@8M5B`XR_C`AB=#1(0B#/QD%+N0 M1('+;Q,3''8"[T.2_Z4/._A9.V:W'?Z<&P0AU3?(HV6HV<5PH:CZ^8[=,>2I")*'E$0>42IDC$5C9F=^X2\L7,Q=@<1\*?%B/E^^F"\.#U,& MAUD'#40?HR./94YHGI-MH>2W'8'DMQ<2([]50J2_@@SY;66$2&DRI*D>)B>A MX+>50/`;QI>(&33'O=FI")#'-G4D:J>\,H MDF@_&4,Y*B^"(%*)#"%R925I$U'_\A>'2VB:1I3-`F$A9DM@4=1@:Q^:M']R[MC6W/=M/8O3!F;I.,(^,/QCC@'G0XO MKDAL;2S(,='678+,P`VB&([B>81_V$-898$]X6LQMFRS4_+3=I%44%N_=SV4DK MB]?QFS)<5X1#NV#.O3^SWW,Q'AID,'M$3>K\K>">/('!79HYY`O>^:_%)+/R M.V"]0^\,M)TPE->]8KCI@<38015C\V^59ZU^V,G\@08*UA8(U$IO(8@_G9HR M$KE4.&,<0Z_GDY,MH./IT#-$8KD]^&$]&X^/+T^/SJ\MA5;VNLG>JP*ZY.6.54V- MI/?=P9)\H?Z7!XB\J%[$A[XR/M99GG\N/,0E^>VA(]R^+9%49SG_BS&#M)*8 M046J$&@M2T="4EX(^:HU.6R0HGC-P-0ESH1=*#2?40;%F;%.WH61L>TXKU,-A%M0'/NG%*`VZA:=KX<3+I4(B+(U" ML_484IU@ZR!75_Y,/5M-M&#-+"5GSVG:922J9=L!X/T@U<1NKD_8,A7&\)B` M!(P7F,B!.N([(4VH[/W(POT*:QI5GT'5TC@YL89YA6(/%?0:-:UO7WW^^C M=^0O7S3!O2[V)D'<6LBNSNG%YTFS7[YI-M:3:+\\4W3A\HTUQ1=L!Y2+L-<( MSR-OQN/S$1?^^4AJ3*[E89N8H64N;K>-VGRUE>9W>L'\KFQ,SI.5-R[U0TV3 M,E$51^4B@9J0?G+V8N9?V6B>W@R/SR>GQ\.+JTNP\S_ZY97H6?/+*QIT\70T M_&%XC\ZM/D[/+C%<)%/YX<=+7)^.QB>/5E?*1UV+.?KT;CT>1T>/DS M4+,3$W]<#+^69?N/F"!_X/C\_.I'^0E(GGO_RZM"F/VSR^%XH`BTSZX+8R"Y M(@3B4\'(@\39NP"27'&EU81>L)JH@I),6`4F33*94(`I3V*M;`HO!:@7!@+, MO?*36;_\8GUR??KFXGL`PD$]Y(P>`523@J`,$&Y5)6K>F$PYXBC&:L\B89Z6C)#L.XG"6G5D+$TJ*-AP,B\3_AO2; M7M9OQ(5W'JN93932-7=(0!*:1B@I#ZE-T-.F0+)B4$.L?BXC#?K/F\^P.:,4 M>;38>\%XBK@?;KWC%FLN5V2U0M($>JFLSQ9I-_0NS\&G09S.SIZDR&I2YH1R M(M5=51V$FO:]T<\CS.CSXGPQM\D4`;\WB&H$]?8V31/LTO3=@U4<##E4S` MOT98JT3_=!+(PH6_/JPCX/YH1[Z=P$EL(\MXC)%G&WY,^RIPJPM1\1S/BU+'&Y5$@7HU[C$IUT M%YRN/Q$'QR[W<.1;!29DGI>#,\N"[/+TXOBL$%#ZRY>3:\784O;XA#Z?ULI# MT.14$%!W<2%CZ28QR6G4`M/AEV6B5"==9TYK+M^[A@"6>_)2,[N&LG8#7]6O M!,E^,F;A&?C^85?8PV;4@<5EY?>S\C3"@"XKH=I[+,?>L5^RNIQ:1EX1)_)H M:3=>(RM`?I"@Z=)Q+2(8>JW>A]$ICX5G`?\\DO>F.WYBW\ M8&QZUMMOFJ_9R%W6B$?$`I'3$+SX\4_'%\.2-YT;'A9H;\A/&]W,2H3>1W;1]+!C]A.\THF!&[M)J MKX`X"E>@'FC4`(D M@;JVY=(,<2=S89416@O16^-OWKWF6M9JG"?/K\UZ4FI-WI,RSV4^(?),[E,: MZ[.?E'LZ_]^E(F5E`)`BZR(`O299P@-!2O'OX!E^:,SM^#U:^I"^&']F\7MD];`DUFL+.M0_@,T'\NCB]/KBZN;X8C!G#Z4<7+ M-$+/:_;A6(-(2^#;O(+ZC.05Y8R`AZPR9&`]T,`R."!E(_PJN/TN?>4^R1A$ M?TI?&3*C`SCQJ^(Q9`F,(6!%;V(\^@)=.D#@%@`%`\WL>[18^A:TZ/L/W\5O M2=)W&`CX9RI^BNNKFW$VFK%N(%]+O\(IXS7+-@?$&5>E]KW'H,#8LD#;I:]. M]&$[:G$=A7RUMK>MY=9"=>7+(*`UR":4])*L:!8(-G1=F@+IVF%?6!.C5$$5 M493,:2&]PZZ\`S3(=H#X%`"VEH/IKQ#(E!S>^R2*JGB;;'RR^^0X#&)R0;@2 MV=(35+X4*=$];/)<^@@]>XSAZ7?BTW>&3($]@R1[7*7%-7XJ#P\@B+$$!+8# MD*S":HCH18CH2&BM!)+L>DU6G;UT4J(JFY^;8(A)ZJI.)B?T1\RJH\X:A4EQCP^+$XNY'8%YI8Y0RHL]_&"[Y>+4$4N(:&U1V]C8X!RWZQB2 MN`*V"Y/-[H6L8\P07/A5S#B$X_S?KQ_2C#32&+/4.O?A*E4QTR.U'M-J]4NM MKWZX2?L`4!?]XA%(:FOA0!<.A:\%:I_,8U2R*_C"Z.A<9"^B4@)G`.LYZ1K% MT]42MFPQ/6RT8L>-$DCH_;5(6[XP;C_,[](6$WO_)&Z+ME7EAXB[B)>CTO\D MR%#\3>W](>H!9$S+9%I3$K%)7EB_5R_G*+.!)'?AB4_9['B2#:;#0?B9Y1+! M2F3FX"$%`BIC@<"'FGS_Z>/KZ2TJDLDXY+&X-HA26FO+UQ'/,YE,+*JFR:F) MSJ'@?OA[)E-3XCS-9'\R!D6(K(RA_UVV01K#Q;>!?/P$;S[+W8&^$__@AVK@ M0FCR1<(XB&HGMYZ#U=Z]G.?FS*2@%:=+Y$W+Z1%!L&FI!,S[&2EV&)X-I8N<;\GS/`R4!ZB'/LUX0%!%QU#EC@4'01%986ZE$ONY$WZ*Y MI`7T0N(2R3=JDITF0YI,-/\IT*))M\M%Z0NI5;I_%%^`E(6W'B`2-:9JDSLX M)X8IRV)GZZWV'\`R)[+?K8_-.69+YJ>W)VUX&LDGO.QT'B>_,I@(Z$6KY:3< M8+K-D9+=F3*"A`FMOQ8G9?AB*5_AMCBIJKR8D1IWR#X7G7='C=?=9NWX$#1E M8%WGOOK(H%4-[P1\Q%O6R-&XP"'Y/5,=O?-B1'B-\F,0#0?C:P0,0D(B*:/; M;M2[M9/ZN\9OC^H65`-8_VKPS?>L>Z@;=<<]U`@4WHQ<&?%41"!'?W0AI%#F M`()RWA1#XF4"`DT3E\7K+$>/]GI3:(.21/#U>_RKZDWV03?#!0GC/04VI0%_XKNUMSE88EN+EI!+ MGQJ9.\9W7&LZ.D]0KMM55AJ-1W%;['4O*%DV@[M8UA<;0>[/L\U/?YYYGU^< M;7F33^+SBVKNK.!-!/PWI?\[DVIN0_P#A;##]F%32F+HKL.T^_\4Z^NGQ^U7 M!!A]XR>SK#4.8-8G-2Y@3'E,,(YA+E-)\DB8[3>MD^/:*C07P!QED'UBB78?;C\&46$9&S;?X%RM$L%BD?"/_80K)DWEM)C0TV MJ'JC]:$3$50\J#>=^KNWB56TH'A7EJ>5I=U/C2$1\H9J\[/OY%\6"M!C_L4N MP\H>1KM,%ZA8/D#-%J@*)U7@#"`_^$KR,HIH#U5SC([%DNB[[&^\_I:OVM7K M&OM=MLY;';R)=SIXB#ST1Q^<2B,-.Y)2NGMG\ M;2-%GK5PK$0\E3)=]RM_20,VSDC`0T!G)!)PW(+DBT=Q,),T@9,]1)I&D4@Y M3Q7.%K5MC@`0RX'IJZF8W^53#&JSS]R,8-V)G@<,AKE.9RY_65X,1].]$ZD2I+CM'AM'*!4K6:;A+#GMC5!V.6XT8;?ADMDA`).2'GO.B6K6 M[]7C7#S;%VOCR9H+W&S9IJP$EFX*FFX2#Q(V2AM/T]$@AU\M"V(>X_:7(JYB?+2)A#.'5S63V]4INOI'#%JB29B*VTK''N0[U8)9F M.#5HTP+^!'\%L_,@'(0S-"AZS-0J1"[\@^02Z2Y54F:R\&@H-$FNI'U%6P\U M7O+90C0I$JN$J>G=W&".*TZ"%9*A#^,#X:^>"&%CG*`63@0I>E&`$.4+?4XV M/*-U#S\,0[L&V-@JHQG?(B_:*:@SA\T.'6W)>-B^J0=OLQZL#O-KLD[5PJOO MYRS.Z,7)=-N6&D'8P*.3W0W$QN(&? M"4:+4&3-((`.3V;`&BB(QT?^*GGT$Y'@&(!D>^.[\`J_`Q2BN!U/.U+0^$2!<0K@4=7I MH(@/"%W31(3M#K5&^PFU[++GI'JFI>Y&6RI:OM>;$-<6P MY2F3<1;94T_ZWF#QK3'WNAQH)A#Z=8S'@LLA28*EQ29NB<[#*]A2<=VII8`" MX2].)B@C6%;(!66+Z5G:RN@K,#VZ$B;T'EN<4+Y8[(E0V"U>&-5^()3$/,V) MIVC:J-0%Z<$DFE:V^0CM3FPMTN\V'Z7A`2YQ=!`9,@,,1NLG;"]E8O-ES?"J MCR>3L/(8]D,%8$:42=I^4LIJYY8`6+"*;5N0HK-FR2JW8T'*SIH5J]RN!=F3 M-8D341A1I61%JY`0*'DY!9"TWI)1J@[4<>IP\?YE+T-AA^EO1Q'@_[Z]D(7M M'1:V=_Z.`"SV/>^Q[WEO:?GV";9*R4F'@W,T\EP,@E6%:[I:7!R.5['#\2IF MQ*8+IQ$74]BMELK5[;(9C5A\D>*AN\1#=Q/7$!ZTZWN[\30; MX0/A:(IGOX(P7^#_O0GF\HC"TC&%1Y90>QMN?V7DJ7\.JI3Q&&=E[ MKP@`4CR@L0A&D>#=`_[[3/ONE.;C]X0-2[>@D?ID,"=@39 MT-QK7NWHJ'-2GZ,/_-X[K9V\/3QUN>UCRGB62AHB>_"A<]@EZC#38]5TRB/C M"MNQXQA(/'>VPF0%=GOIYS^W[9/.V_9)9QNCRV2@9:';CLXW.ZHFZ2%Q/'"[ MP*$0DAZ(SR(";S?FL?PL;A3<7.NF)V*YI%WJZ+W)(?X:)GGN7KN.U9E6,W?M MWYS[-Y.@\5NN-YT.49.(,A]9ERP;%H-\/_SBNM9%/S`)O-AY\]Z[/+UA,:".'$OL4VH)Z%9)! MHE695PP*<6)$3K).CRK+NOY:9EV/WAOW*J>&&[YN-./(!'B((Q.H7QR;L'XO M1Z(''MX%N='D8C;T@]Q@>GF[*B)*:W9!WH9$SH8$W:0A-//-Y>EB%RWE*F]P M"VHG*&6O6BHMOJ/(Y@AC/P3F$0(AP7?8SV`#*G?!8-J]O'5>IZWM38WVF\;) MX4?XZFS1T<_5#>ADY_D$)!HM'\?J,A$D6TO_?K0Z$U&D"FCGWC`2#"14CNU\ M=2>^;BI"K#)NI.3\$J$ M:"P?3\99VMY$Z`\QAX=T+0L=Z,7)%AB0G@]Z.OT!V5P?)M5*T=*.&92>S-5U M,I'R?`''R<>T*C$G<[FFDRMRG/047Y%J0S=2*3E5Q5;`[PBD[2%*%O#S[X1L M2R0BQ0L\Z4-_?#AMJ(Q'_[*\EIT/C0.BJ2A:LMWN2K!MD5Q4&*\1Q3UI?V>G M%"ED"E9"(`?!42H)_C'3X"`RS$#%R/VT$_\]9O$3.8LH/=7#H MR%HL1M,IYE8BKP"IP><[>\/I5<\.J%NBBKGZ2Z^C`2@Z+9WKA)KL A%+"+MR>U]CM[DN(WYHJ7X&0[/@9_04O_!5!7XOXI%@,` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 27 20: 3:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A4637B400; Sat, 27 Jul 2002 20:03:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F4543E67; Sat, 27 Jul 2002 20:03:18 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S33IJU004603; Sat, 27 Jul 2002 20:03:18 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6S33ImC004599; Sat, 27 Jul 2002 20:03:18 -0700 (PDT) Date: Sat, 27 Jul 2002 20:03:18 -0700 (PDT) From: Juli Mallett Message-Id: <200207280303.g6S33ImC004599@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, jmallett@FreeBSD.org Subject: Re: bin/41070: added .warning in make(1) + two fixes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: added .warning in make(1) + two fixes Responsible-Changed-From-To: freebsd-bugs->jmallett Responsible-Changed-By: jmallett Responsible-Changed-When: Sat Jul 27 20:02:57 PDT 2002 Responsible-Changed-Why: I'll handle this, folks. http://www.freebsd.org/cgi/query-pr.cgi?pr=41070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message