From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 00:22:11 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EDA516A403; Sun, 6 May 2007 00:22:11 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 537BD13C465; Sun, 6 May 2007 00:22:11 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l460Jfei042002; Sat, 5 May 2007 17:19:41 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l460Jfxo042001; Sat, 5 May 2007 17:19:41 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200705060019.l460Jfxo042001@troutmask.apl.washington.edu> In-Reply-To: <200705040530.l445U5nk064490@freefall.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Date: Sat, 5 May 2007 17:19:41 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL123f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Cc: Subject: Re: bin/112408: tcsh causes gdb to hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:22:11 -0000 FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `bin/112408'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=112408 > > >Category: bin > >Responsible: freebsd-bugs > >Synopsis: tcsh causes gdb to hang > >Arrival-Date: Fri May 04 05:30:05 GMT 2007 I've used 'ktrace -p PID' to attach to tcsh. I have a 43MB file that contains nothing but 56837 tcsh PSIG SIGCHLD caught handler=0x808375c mask=0x0 code=0x0 56837 tcsh CALL sigreturn(0xbfbf1a60) 56837 tcsh RET sigreturn JUSTRETURN 56837 tcsh PSIG SIGCHLD caught handler=0x808375c mask=0x0 code=0x0 56837 tcsh CALL sigreturn(0xbfbf1a60) 56837 tcsh RET sigreturn JUSTRETURN 56837 tcsh PSIG SIGCHLD caught handler=0x808375c mask=0x0 code=0x0 56837 tcsh CALL sigreturn(0xbfbf1a60) 56837 tcsh RET sigreturn JUSTRETURN 56837 tcsh PSIG SIGCHLD caught handler=0x808375c mask=0x0 code=0x0 56837 tcsh CALL sigreturn(0xbfbf1a60) 56837 tcsh RET sigreturn JUSTRETURN This file will grow without bounds unless I do 'killall gdb' Please, revert the recent tcsh import. -- Steve http://troutmask.apl.washington.edu/~kargl/ From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 00:41:00 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B30516A404; Sun, 6 May 2007 00:41:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 13B1513C480; Sun, 6 May 2007 00:41:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l460exlM041099; Sun, 6 May 2007 00:40:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l460exbB041095; Sun, 6 May 2007 00:40:59 GMT (envelope-from linimon) Date: Sun, 6 May 2007 00:40:59 GMT From: Mark Linimon Message-Id: <200705060040.l460exbB041095@freefall.freebsd.org> To: freebsd@spatula.net, linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/13309: [patch] Fixes to nos-tun(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:41:00 -0000 Synopsis: [patch] Fixes to nos-tun(8) State-Changed-From-To: feedback->suspended State-Changed-By: linimon State-Changed-When: Sun May 6 00:39:03 UTC 2007 State-Changed-Why: Since no one responded to my request for status on this PR, just set it to 'suspended'. Responsible-Changed-From-To: linimon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 00:39:03 UTC 2007 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=13309 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 00:41:38 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00BCE16A408; Sun, 6 May 2007 00:41:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CC75113C4AD; Sun, 6 May 2007 00:41:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l460fbP9041147; Sun, 6 May 2007 00:41:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l460fbgE041143; Sun, 6 May 2007 00:41:37 GMT (envelope-from linimon) Date: Sun, 6 May 2007 00:41:37 GMT From: Mark Linimon Message-Id: <200705060041.l460fbgE041143@freefall.freebsd.org> To: linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/22442: [PATCH] Increase speed of split(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:41:38 -0000 Synopsis: [PATCH] Increase speed of split(1) Responsible-Changed-From-To: linimon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 00:41:13 UTC 2007 Responsible-Changed-Why: Turn this back over to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=22442 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 00:42:31 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 491D316A406; Sun, 6 May 2007 00:42:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1F80213C484; Sun, 6 May 2007 00:42:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l460gUYf041205; Sun, 6 May 2007 00:42:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l460gU4Y041201; Sun, 6 May 2007 00:42:30 GMT (envelope-from linimon) Date: Sun, 6 May 2007 00:42:30 GMT From: Mark Linimon Message-Id: <200705060042.l460gU4Y041201@freefall.freebsd.org> To: B.Candler@pobox.com, linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/25477: [pam] [patch] pam_radius fix to allow null passwords for challenge/response X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:42:31 -0000 Synopsis: [pam] [patch] pam_radius fix to allow null passwords for challenge/response State-Changed-From-To: feedback->suspended State-Changed-By: linimon State-Changed-When: Sun May 6 00:41:48 UTC 2007 State-Changed-Why: No one responded to my request for status about this PR, so mark it suspended. Responsible-Changed-From-To: linimon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 00:41:48 UTC 2007 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=25477 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 00:43:25 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A10AF16A402; Sun, 6 May 2007 00:43:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7870F13C45E; Sun, 6 May 2007 00:43:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l460hOMa041261; Sun, 6 May 2007 00:43:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l460hOhQ041257; Sun, 6 May 2007 00:43:24 GMT (envelope-from linimon) Date: Sun, 6 May 2007 00:43:24 GMT From: Mark Linimon Message-Id: <200705060043.l460hOhQ041257@freefall.freebsd.org> To: gunther@aurora.regenstrief.org, linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/31304: [patch] fix crunchgen to work with more contrib-kind of sources X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:43:25 -0000 Synopsis: [patch] fix crunchgen to work with more contrib-kind of sources State-Changed-From-To: feedback->suspended State-Changed-By: linimon State-Changed-When: Sun May 6 00:42:41 UTC 2007 State-Changed-Why: No one ever responded to my request for status about this PR, so mark it as suspended. Responsible-Changed-From-To: linimon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 00:42:41 UTC 2007 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=31304 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 00:48:06 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20D1916A400; Sun, 6 May 2007 00:48:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EDF8813C45A; Sun, 6 May 2007 00:48:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l460m5D5041620; Sun, 6 May 2007 00:48:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l460m5b7041616; Sun, 6 May 2007 00:48:05 GMT (envelope-from linimon) Date: Sun, 6 May 2007 00:48:05 GMT From: Mark Linimon Message-Id: <200705060048.l460m5b7041616@freefall.freebsd.org> To: linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/81147: [em] [patch] em0 reinitialization while adding aliases to interface X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 00:48:06 -0000 Synopsis: [em] [patch] em0 reinitialization while adding aliases to interface Responsible-Changed-From-To: linimon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 00:46:55 UTC 2007 Responsible-Changed-Why: Return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=81147 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 01:40:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2666316A402 for ; Sun, 6 May 2007 01:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E136613C448 for ; Sun, 6 May 2007 01:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l461e2qe045185 for ; Sun, 6 May 2007 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l461e2C3045184; Sun, 6 May 2007 01:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2007 01:40:02 GMT Resent-Message-Id: <200705060140.l461e2C3045184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Ranostay Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56B4116A403 for ; Sun, 6 May 2007 01:34:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 47A2113C447 for ; Sun, 6 May 2007 01:34:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l461YerC037199 for ; Sun, 6 May 2007 01:34:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l461TcPK036350; Sun, 6 May 2007 01:29:38 GMT (envelope-from nobody) Message-Id: <200705060129.l461TcPK036350@www.freebsd.org> Date: Sun, 6 May 2007 01:29:38 GMT From: Matthew Ranostay To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112453: Update package to 2.0.4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:40:03 -0000 >Number: 112453 >Category: misc >Synopsis: Update package to 2.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 06 01:40:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Matthew Ranostay >Release: >Organization: Saber Logic LLC >Environment: >Description: We have released version 2.0.4 of the SaberNet DCS client. I've included the patch in the body since your submitter was giving me this as a attachment " Patch file has wrong content type: gotapplication/octet-stream but was expecting one matching text/.*" >How-To-Repeat: >Fix: diff -u sabernetdcs-client.old/Makefile sabernetdcs-client/Makefile --- sabernetdcs-client.old/Makefile Tue May 1 02:47:30 2007 +++ sabernetdcs-client/Makefile Sat May 5 14:11:12 2007 @@ -6,7 +6,7 @@ # PORTNAME= sabernetdcs -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= finance www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sabernetdcs diff -u sabernetdcs-client.old/distinfo sabernetdcs-client/distinfo --- sabernetdcs-client.old/distinfo Tue May 1 02:47:30 2007 +++ sabernetdcs-client/distinfo Sat May 5 14:09:40 2007 @@ -1,3 +1,3 @@ -MD5 (sndcs-2.0.3.tar.bz2) = 04f6614047005a320cf7d975b3094549 -SHA256 (sndcs-2.0.3.tar.bz2) = c0f6f3030f27c9c1010aa313d9b25b4c2cb8d2803fbfe1696130c40450fb3746 -SIZE (sndcs-2.0.3.tar.bz2) = 1808042 +MD5 (sndcs-2.0.4.tar.bz2) = e2962828b1c34075670aaf1a21900d9c +SHA256 (sndcs-2.0.4.tar.bz2) = 720e35b904c4a447e8937efed144b9c4cad57531bc099992c42deb789c85a397 +SIZE (sndcs-2.0.4.bz2) = 1212956 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 01:40:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98D0F16A404 for ; Sun, 6 May 2007 01:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6134C13C44C for ; Sun, 6 May 2007 01:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l461e33e045200 for ; Sun, 6 May 2007 01:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l461e3qJ045197; Sun, 6 May 2007 01:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2007 01:40:03 GMT Resent-Message-Id: <200705060140.l461e3qJ045197@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Ranostay Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E4C016A403 for ; Sun, 6 May 2007 01:36:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9E313C45E for ; Sun, 6 May 2007 01:36:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l461awXF037603 for ; Sun, 6 May 2007 01:36:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l461VujS036846; Sun, 6 May 2007 01:31:56 GMT (envelope-from nobody) Message-Id: <200705060131.l461VujS036846@www.freebsd.org> Date: Sun, 6 May 2007 01:31:56 GMT From: Matthew Ranostay To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112454: Update package to 2.0.4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 01:40:03 -0000 >Number: 112454 >Category: misc >Synopsis: Update package to 2.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 06 01:40:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Matthew Ranostay >Release: >Organization: Saber Logic LLC >Environment: >Description: We have released version 2.0.4 of the SaberNet DCS client. >How-To-Repeat: >Fix: diff -u sabernetdcs-client.old/Makefile sabernetdcs-client/Makefile --- sabernetdcs-client.old/Makefile Tue May 1 02:47:30 2007 +++ sabernetdcs-client/Makefile Sat May 5 14:11:12 2007 @@ -6,7 +6,7 @@ # PORTNAME= sabernetdcs -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= finance www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sabernetdcs diff -u sabernetdcs-client.old/distinfo sabernetdcs-client/distinfo --- sabernetdcs-client.old/distinfo Tue May 1 02:47:30 2007 +++ sabernetdcs-client/distinfo Sat May 5 14:09:40 2007 @@ -1,3 +1,3 @@ -MD5 (sndcs-2.0.3.tar.bz2) = 04f6614047005a320cf7d975b3094549 -SHA256 (sndcs-2.0.3.tar.bz2) = c0f6f3030f27c9c1010aa313d9b25b4c2cb8d2803fbfe1696130c40450fb3746 -SIZE (sndcs-2.0.3.tar.bz2) = 1808042 +MD5 (sndcs-2.0.4.tar.bz2) = e2962828b1c34075670aaf1a21900d9c +SHA256 (sndcs-2.0.4.tar.bz2) = 720e35b904c4a447e8937efed144b9c4cad57531bc099992c42deb789c85a397 +SIZE (sndcs-2.0.4.bz2) = 1212956 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 02:10:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A097316A401 for ; Sun, 6 May 2007 02:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8008C13C48A for ; Sun, 6 May 2007 02:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l462A5KA046140 for ; Sun, 6 May 2007 02:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l462A5Mo046139; Sun, 6 May 2007 02:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2007 02:10:05 GMT Resent-Message-Id: <200705060210.l462A5Mo046139@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wesha Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAE9B16A404 for ; Sun, 6 May 2007 02:04:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5F213C465 for ; Sun, 6 May 2007 02:04:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4624eD1042315 for ; Sun, 6 May 2007 02:04:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l461xccw041929; Sun, 6 May 2007 01:59:38 GMT (envelope-from nobody) Message-Id: <200705060159.l461xccw041929@www.freebsd.org> Date: Sun, 6 May 2007 01:59:38 GMT From: Wesha To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112455: Kernel panics with sbdrop (2) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 02:10:05 -0000 >Number: 112455 >Category: kern >Synopsis: Kernel panics with sbdrop (2) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 06 02:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Wesha >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD wesha.dyndns.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Apr 18 15:40:21 CDT 2007 wesha@wesha.dyndns.org:/usr/src/sys/i386/compile/NIMBLE i386 >Description: This might sound weird, but my server crashes after a friend with his laptop spends some time on one of my LANs (wireless or wired, doesn't matter). I attempted to isolate the problem, but I couldn't get any further: we changed network cards, used different hubs, etc, but to no avail: after his laptop spends a few hours on my network, my server panics. Unread portion of the kernel message buffer: panic: sbdrop Uptime: 4d17h15m5s Dumping 495 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 495MB (126704 pages) 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 #1 0xc05145c6 in boot (howto=260) at ../../../kern/kern_shutdown.c:409 #2 0xc051485c in panic (fmt=0xc06cb116 "sbdrop") at ../../../kern/kern_shutdown.c:565 #3 0xc05515f0 in sbdrop_locked (sb=0xc39d822c, len=1412) at ../../../kern/uipc_socket2.c:1103 #4 0xc05c29d1 in tcp_input (m=0xc3a15d00, off0=20) at ../../../netinet/tcp_input.c:2149 #5 0xc05b9f0d in ip_input (m=0xc3a15d00) at ../../../netinet/ip_input.c:785 #6 0xc05ad333 in div_output (so=0xc3434c84, m=0xc3a15d00, sin=0xc46c58a0, control=0x0) at ../../../netinet/ip_divert.c:390 #7 0xc05ad94b in div_send (so=0xc3434c84, flags=0, m=0x0, nam=0xc46c58a0, control=0x0, td=0xc3390900) at ../../../netinet/ip_divert.c:515 #8 0xc054d6bb in sosend (so=0xc3434c84, addr=0xc46c58a0, uio=0xdceb1c40, top=0xc3a15d00, control=0x0, flags=0, td=0xc3390900) at ../../../kern/uipc_socket.c:836 #9 0xc0553059 in kern_sendit (td=0xc3390900, s=3, mp=0xdceb1cbc, flags=0, control=0x0, segflg=UIO_USERSPACE) at ../../../kern/uipc_syscalls.c:772 #10 0xc0552f13 in sendit (td=0xc3390900, s=3, mp=0xdceb1cbc, flags=0) at ../../../kern/uipc_syscalls.c:712 #11 0xc0553201 in sendto (td=0xc3390900, uap=0x0) at ../../../kern/uipc_syscalls.c:830 #12 0xc068676b in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 1, tf_esi = 40, tf_ebp = -1078007224, tf_isp = -588571292, tf_ebx = -1078072784, tf_edx = -1078132736, tf_ecx = -1078072784, tf_eax = 133, tf_trapno = 0, tf_err = 2, tf_eip = 672329539, tf_cs = 51, tf_eflags = 662, tf_esp = -1078072932, tf_ss = 59}) at ../../../i386/i386/trap.c:983 #13 0xc067451f in Xint0x80_syscall () at ../../../i386/i386/exception.s:200 #14 0x00000033 in ?? () The code around the line where it panics: while (len > 0) { if (m == 0) { if (next == 0) panic("sbdrop"); Config: machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident NIMBLE # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking #options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives #device ataraid # ATA RAID 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 #options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # # output. Adds ~128k to driver. #device ahd # AHA39320/29320 and onboard AIC79xx devices #options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # # output. Adds ~215k to driver. #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family ##device ispfw # Firmware for QLogic HBAs- normally a module #device mpt # LSI-Logic MPT-Fusion ##device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters # #device adv # Advansys SCSI adapters #device adw # Advansys wide SCSI adapters #device aha # Adaptec 154x SCSI adapters #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device bt # Buslogic/Mylex MultiMaster SCSI adapters # #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) #device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device arcmsr # Areca SATA II RAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device hptmv # Highpoint RocketRAID 182x #device rr232x # Highpoint RocketRAID 232x #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mfi # LSI MegaRAID SAS #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse #device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports #device sio # 8250, 16[45]50 based serial ports # Parallel port #device ppc #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 # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #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 bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet #device bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge # Level 1 LXT1001 gigabit Ethernet #device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking #device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') #device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device stge # Sundance/Tamarack TC9021 gigabit Ethernet #device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vge # VIA VT612x gigabit Ethernet device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. #device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards #device ex # Intel EtherExpress Pro/10 and Pro/10+ #device ep # Etherlink III based cards #device fe # Fujitsu MB8696x based cards #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. #device lnc # NE2100, NE32-VL Lance Ethernet cards #device sn # SMC's 9000 series of Ethernet chips #device xe # Xircom pccard Ethernet # Wireless NIC cards device wlan # 802.11 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support #device an # Aironet 4500/4800 802.11 wireless NICs. device ath # Atheros pci/cardbus NIC's device ath_hal # Atheros HAL (Hardware Access Layer) #device ath_rate_sample # SampleRate tx rate control for ath #device awi # BayStack 660 and others #device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support #device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) #device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic ###--disabled as requested by apcupsd #device uhid # "Human Interface Devices" #device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device ural # Ralink Technology RT2500USB wireless NICs #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # USB Ethernet, requires miibus #device aue # ADMtek USB Ethernet #device axe # ASIX Electronics USB Ethernet #device cdce # Generic USB over Ethernet #device cue # CATC USB Ethernet #device kue # Kawasaki LSI USB Ethernet #device rue # RealTek RTL8150 USB Ethernet # FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) # ----------------------- maxusers 0 device speaker #device apm_saver device snp device sound device snd_sbc options IPFIREWALL options IPFIREWALL_FORWARD options IPDIVERT options DUMMYNET #device ath_rate_onoe #or ath_rate_amrr, whichever works better device ath_rate_amrr device uftdi device ucom options USB_DEBUG options ACCEPT_FILTER_HTTP >How-To-Repeat: Unfortunately I don't know how to reproduce it anywhere else, but I certainly can reproduce it on my network over and over again. (And I'm willing to try patches when they're available). >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 02:30:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDCCB16A401 for ; Sun, 6 May 2007 02:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BE62B13C448 for ; Sun, 6 May 2007 02:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l462U49O046843 for ; Sun, 6 May 2007 02:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l462U46J046841; Sun, 6 May 2007 02:30:04 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2007 02:30:04 GMT Resent-Message-Id: <200705060230.l462U46J046841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wesha Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DDD516A402 for ; Sun, 6 May 2007 02:25:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0C713C46C for ; Sun, 6 May 2007 02:25:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l462Pj4X044596 for ; Sun, 6 May 2007 02:25:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l462Khak044028; Sun, 6 May 2007 02:20:43 GMT (envelope-from nobody) Message-Id: <200705060220.l462Khak044028@www.freebsd.org> Date: Sun, 6 May 2007 02:20:43 GMT From: Wesha To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112456: Kernel panics with sbdrop (2) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 02:30:04 -0000 >Number: 112456 >Category: kern >Synopsis: Kernel panics with sbdrop (2) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 06 02:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Wesha >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD wesha.dyndns.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Apr 18 15:40:21 CDT 2007 wesha@wesha.dyndns.org:/usr/src/sys/i386/compile/NIMBLE i386 >Description: This might sound weird, but my server crashes after a friend with his laptop spends some time on one of my LANs (wireless or wired, doesn't matter). I attempted to isolate the problem, but I couldn't get any further: we changed network cards, used different hubs, etc, but to no avail: after his laptop spends a few hours on my network, my server panics. Unread portion of the kernel message buffer: panic: sbdrop Uptime: 4d17h15m5s Dumping 495 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 495MB (126704 pages) 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 #1 0xc05145c6 in boot (howto=260) at ../../../kern/kern_shutdown.c:409 #2 0xc051485c in panic (fmt=0xc06cb116 "sbdrop") at ../../../kern/kern_shutdown.c:565 #3 0xc05515f0 in sbdrop_locked (sb=0xc39d822c, len=1412) at ../../../kern/uipc_socket2.c:1103 #4 0xc05c29d1 in tcp_input (m=0xc3a15d00, off0=20) at ../../../netinet/tcp_input.c:2149 #5 0xc05b9f0d in ip_input (m=0xc3a15d00) at ../../../netinet/ip_input.c:785 #6 0xc05ad333 in div_output (so=0xc3434c84, m=0xc3a15d00, sin=0xc46c58a0, control=0x0) at ../../../netinet/ip_divert.c:390 #7 0xc05ad94b in div_send (so=0xc3434c84, flags=0, m=0x0, nam=0xc46c58a0, control=0x0, td=0xc3390900) at ../../../netinet/ip_divert.c:515 #8 0xc054d6bb in sosend (so=0xc3434c84, addr=0xc46c58a0, uio=0xdceb1c40, top=0xc3a15d00, control=0x0, flags=0, td=0xc3390900) at ../../../kern/uipc_socket.c:836 #9 0xc0553059 in kern_sendit (td=0xc3390900, s=3, mp=0xdceb1cbc, flags=0, control=0x0, segflg=UIO_USERSPACE) at ../../../kern/uipc_syscalls.c:772 #10 0xc0552f13 in sendit (td=0xc3390900, s=3, mp=0xdceb1cbc, flags=0) at ../../../kern/uipc_syscalls.c:712 #11 0xc0553201 in sendto (td=0xc3390900, uap=0x0) at ../../../kern/uipc_syscalls.c:830 #12 0xc068676b in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 1, tf_esi = 40, tf_ebp = -1078007224, tf_isp = -588571292, tf_ebx = -1078072784, tf_edx = -1078132736, tf_ecx = -1078072784, tf_eax = 133, tf_trapno = 0, tf_err = 2, tf_eip = 672329539, tf_cs = 51, tf_eflags = 662, tf_esp = -1078072932, tf_ss = 59}) at ../../../i386/i386/trap.c:983 #13 0xc067451f in Xint0x80_syscall () at ../../../i386/i386/exception.s:200 #14 0x00000033 in ?? () The code around the line where it panics: while (len > 0) { if (m == 0) { if (next == 0) panic("sbdrop"); Config: machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident NIMBLE # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking #options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives #device ataraid # ATA RAID 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 #options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # # output. Adds ~128k to driver. #device ahd # AHA39320/29320 and onboard AIC79xx devices #options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # # output. Adds ~215k to driver. #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family ##device ispfw # Firmware for QLogic HBAs- normally a module #device mpt # LSI-Logic MPT-Fusion ##device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters # #device adv # Advansys SCSI adapters #device adw # Advansys wide SCSI adapters #device aha # Adaptec 154x SCSI adapters #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device bt # Buslogic/Mylex MultiMaster SCSI adapters # #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) #device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device arcmsr # Areca SATA II RAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device hptmv # Highpoint RocketRAID 182x #device rr232x # Highpoint RocketRAID 232x #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mfi # LSI MegaRAID SAS #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse #device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports #device sio # 8250, 16[45]50 based serial ports # Parallel port #device ppc #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 # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #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 bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet #device bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge # Level 1 LXT1001 gigabit Ethernet #device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking #device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') #device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device stge # Sundance/Tamarack TC9021 gigabit Ethernet #device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vge # VIA VT612x gigabit Ethernet device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. #device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards #device ex # Intel EtherExpress Pro/10 and Pro/10+ #device ep # Etherlink III based cards #device fe # Fujitsu MB8696x based cards #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. #device lnc # NE2100, NE32-VL Lance Ethernet cards #device sn # SMC's 9000 series of Ethernet chips #device xe # Xircom pccard Ethernet # Wireless NIC cards device wlan # 802.11 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support #device an # Aironet 4500/4800 802.11 wireless NICs. device ath # Atheros pci/cardbus NIC's device ath_hal # Atheros HAL (Hardware Access Layer) #device ath_rate_sample # SampleRate tx rate control for ath #device awi # BayStack 660 and others #device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support #device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) #device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic ###--disabled as requested by apcupsd #device uhid # "Human Interface Devices" #device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device ural # Ralink Technology RT2500USB wireless NICs #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # USB Ethernet, requires miibus #device aue # ADMtek USB Ethernet #device axe # ASIX Electronics USB Ethernet #device cdce # Generic USB over Ethernet #device cue # CATC USB Ethernet #device kue # Kawasaki LSI USB Ethernet #device rue # RealTek RTL8150 USB Ethernet # FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) # ----------------------- maxusers 0 device speaker #device apm_saver device snp device sound device snd_sbc options IPFIREWALL options IPFIREWALL_FORWARD options IPDIVERT options DUMMYNET #device ath_rate_onoe #or ath_rate_amrr, whichever works better device ath_rate_amrr device uftdi device ucom options USB_DEBUG options ACCEPT_FILTER_HTTP >How-To-Repeat: Unfortunately I don't know how to reproduce it anywhere else, but I certainly can reproduce it on my network over and over again. (And I'm willing to try patches when they're available). >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 03:39:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A27F116A401; Sun, 6 May 2007 03:39:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1D913C45A; Sun, 6 May 2007 03:39:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l463dBKe051399; Sun, 6 May 2007 03:39:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l463dBkc051395; Sun, 6 May 2007 03:39:11 GMT (envelope-from linimon) Date: Sun, 6 May 2007 03:39:11 GMT From: Mark Linimon Message-Id: <200705060339.l463dBkc051395@freefall.freebsd.org> To: mranostay@saberlogic.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112453: Update package to 2.0.4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 03:39:11 -0000 Synopsis: Update package to 2.0.4 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun May 6 03:38:49 UTC 2007 State-Changed-Why: Duplicate of ports/112447. http://www.freebsd.org/cgi/query-pr.cgi?pr=112453 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 03:40:02 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F46416A406; Sun, 6 May 2007 03:40:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 32FAC13C457; Sun, 6 May 2007 03:40:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l463e2oi051451; Sun, 6 May 2007 03:40:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l463e1I0051447; Sun, 6 May 2007 03:40:01 GMT (envelope-from linimon) Date: Sun, 6 May 2007 03:40:01 GMT From: Mark Linimon Message-Id: <200705060340.l463e1I0051447@freefall.freebsd.org> To: mranostay@saberlogic.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112454: Update package to 2.0.4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 03:40:02 -0000 Synopsis: Update package to 2.0.4 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun May 6 03:39:40 UTC 2007 State-Changed-Why: Duplicate of ports/112447. http://www.freebsd.org/cgi/query-pr.cgi?pr=112454 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 03:43:59 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95BDB16A403; Sun, 6 May 2007 03:43:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6E40213C457; Sun, 6 May 2007 03:43:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l463hxUU051846; Sun, 6 May 2007 03:43:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l463hxTt051842; Sun, 6 May 2007 03:43:59 GMT (envelope-from linimon) Date: Sun, 6 May 2007 03:43:59 GMT From: Mark Linimon Message-Id: <200705060343.l463hxTt051842@freefall.freebsd.org> To: freebsd-bugs2@wesha.name, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/112456: Kernel panics with sbdrop (2) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 03:43:59 -0000 Synopsis: Kernel panics with sbdrop (2) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun May 6 03:43:28 UTC 2007 State-Changed-Why: Duplicate of kern/112455. http://www.freebsd.org/cgi/query-pr.cgi?pr=112456 From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 20:00:12 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C64416A406 for ; Sun, 6 May 2007 20:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6E82B13C455 for ; Sun, 6 May 2007 20:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l46K0CBL008851 for ; Sun, 6 May 2007 20:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l46K0CVK008850; Sun, 6 May 2007 20:00:12 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2007 20:00:12 GMT Resent-Message-Id: <200705062000.l46K0CVK008850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luciano Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C63E616A403 for ; Sun, 6 May 2007 19:59:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id B78C313C43E for ; Sun, 6 May 2007 19:59:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l46JxPpT066308 for ; Sun, 6 May 2007 19:59:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l46JsNeO060355; Sun, 6 May 2007 19:54:23 GMT (envelope-from nobody) Message-Id: <200705061954.l46JsNeO060355@www.freebsd.org> Date: Sun, 6 May 2007 19:54:23 GMT From: Luciano To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112463: Samsung USB DVD writer, libscg and FreeBSD kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 20:00:12 -0000 >Number: 112463 >Category: kern >Synopsis: Samsung USB DVD writer, libscg and FreeBSD kernel >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: Sun May 06 20:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Luciano >Release: FreeBSD 6.1 >Organization: USB >Environment: FreeBSD eclypse.it 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have a problem with my external USB DVD writer (model SE-S184M/EUBN). I do not succeed in to burn DVD (only CD). The system (FreeBSD eclypse.it 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386) recognizes masterizzatore like: ------------------------------------------------------------------------------------------------------- umass0: TSST corp USB Mass Storage Device, rev 2.00/0.00, addr 3 cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: device Removable CD-ROM SCSI-0 cd0: 40.000MB/s transfers cd0: Device Attempt to query size failed: NOT READY, Medium not present - tray close If I use the comand whith a dvd+rw : dvd+rw- format /dev/cd0 I obtain * DVD±RW/-RAM format utility by , version 6.0. :-( (unable to GET CONFIGURATION: Input/output error and on the consul: umass0: Unsupported ATAPI command 0x46. ------------------------------------------------------------------------------------------------------- 1. I have asked the list "questions" , they advised me to contact the cdrecord maintainer (Jorg Schilling) for this problem. 2. He advised to me to upgrade of the program. After an upgrade the problem persisted. 3. After He says "Can you verify that FreeBSD did not again break the SCSI implementation and does not do an auto-request Sense? Please use "scgcheck" to verify the correctness of your SCSI implementation. Jörg" My verify is: ------------------------------------------------------------------------------------------------------- Scgcheck 2.01 (i386-unknown-freebsd6.1) SCSI user level transport library ABI checker. Copyright (C) 1998,2001 Jörg Schilling Checking if your implementation supports to scan the SCSI bus. Trying to open device: '(NULL POINTER)'. Using libscg version 'schily-0.9' Using libscg transport code version 'schily-scsi-bsd.c-1.44' Using kernel transport code version '' Using remote transport code version '-' Max DMA buffer size: 65536 scsibus1: 1,0,0 100) 'ATAPI ' 'CD-ROM 52X ' '172A' Removable CD-ROM 1,1,0 101) 'HL-DT-ST' 'CD-RW GCE-8481B ' '1.00' Removable CD-ROM 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * scsibus2: 2,0,0 200) 'TSSTcorp' 'CD/DVDW SH-S182M' 'SB04' Removable CD-ROM 2,1,0 201) * 2,2,0 202) * 2,3,0 203) * 2,4,0 204) * 2,5,0 205) * 2,6,0 206) * 2,7,0 207) * ----------> SCSI scan bus test PASSED For the next test we need to open a single SCSI device. Best results will be obtained if you specify a modern CD-ROM drive. Trying to open device: '2,0,0'. Using libscg version 'schily-0.9' Using libscg transport code version 'schily-scsi-bsd.c-1.44' Using kernel transport code version '' Using remote transport code version '-' Max DMA buffer size: 65536 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'TSSTcorp' Identifikation : 'CD/DVDW SH-S182M' Revision : 'SB04' First SCSI open OK - device usable Checking for second SCSI open. Second SCSI open for same device succeeded, 1 file descriptor(s) used. Second SCSI open is usable Closing second SCSI. Checking first SCSI. First SCSI open is still usable Second SCSI open test passed. Executing 'inquiry' command on Bus 2 Target 0, Lun 0 timeout 40s CDB: 12 00 00 00 24 00 cmd finished after 0.001s timeout 40s ----------> SCSI succeeded command test PASSED **********> Testing for failed SCSI command. Inquiry did not fail. scgcheck: Input/output error. test unit ready: scsi sendcmd: retryable error CDB: 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Sense Key: 0x2 Not Ready, Segment 0 Sense Code: 0x3A Qual 0x01 (medium not present - tray closed) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.002s timeout 40s ----------> SCSI Transport return != SCG_NO_ERROR (1) ----------> SCSI failed command test FAILED **********> Testing for SCSI sense data count. **********> Testing if at least CCS_SENSE_LEN (18) is supported... Sense Data: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00 Sense Data: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00 ----------> Wanted 18 sense bytes, got it. ----------> Libscg says 32 sense bytes but got (18) **********> Testing for 32 bytes of sense data... Sense Data: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Sense Data: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ----------> Wanted 32 sense bytes, got it. ----------> Got a maximum of 32 sense bytes ----------> SCSI sense count test FAILED ----------> SCSI status byte test NOT YET READY **********> Testing for working DMA residual count. **********> Testing for working DMA residual count == 0. ----------> Wanted 36 bytes, got it. ----------> SCSI DMA residual count == 0 test PASSED **********> Testing for working DMA residual count == DMA count. ----------> Wanted 0 bytes, got it. ----------> SCSI DMA residual count == DMA count test PASSED **********> Testing for working DMA residual count == 1. ----------> Wanted 36 bytes, got it. ----------> SCSI DMA residual count == 1 test PASSED **********> Testing for working DMA overrun test. ----------> SCSI DMA overrun test FAILED ----------> SCSI transport code test NOT YET READY ------------------------------------------------------------------------------------------------------------ 4. And I have obtained this answer: ------------------------------------------------------------------------------------------------------------ > Hi, > the result of scgcheck command is (much long): > ----------> SCSI succeeded command test PASSED > Ready to start test for failing command? Enter to continue: > Inquiry did not fail. > This may be because the firmware in your drive is buggy. > If the current drive is not a CD-ROM drive please restart > the test utility. Otherwise remove any medium from the drive. > Ready to start test for failing command? Enter to continue: > scgcheck: Input/output error. test unit ready: scsi sendcmd: retryable error > CDB: 00 00 00 00 00 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > Sense Key: 0x2 Not Ready, Segment 0 > Sense Code: 0x3A Qual 0x01 (medium not present - tray closed) Fru 0x0 > Sense flags: Blk 0 (not valid) > cmd finished after 0.002s timeout 40s > ----------> SCSI Transport return != SCG_NO_ERROR (1) > ----------> SCSI failed command test FAILED It looks like I would need to see whether I could enhance the libscg adptation layer for freeBSD/CAM. But in this case you correctly receive a CHECK CONDITION. In order to check whether this layer has more problems I would need to add debug code that s currently missing. Please note that the probability that the problem is inside your kernel is much higher than a problem in libscg. This is because the SCSI status byte is directly copied from the FreeBSD Kernel. Did you try to send a bug report to the FreeBSD kernel team? Jörg ------------------------------------------------------------------------------------------------------------- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 23:10:01 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40FCC16A403 for ; Sun, 6 May 2007 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1CABD13C45D for ; Sun, 6 May 2007 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l46NA062019756 for ; Sun, 6 May 2007 23:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l46NA0bs019755; Sun, 6 May 2007 23:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2007 23:10:00 GMT Resent-Message-Id: <200705062310.l46NA0bs019755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Luckie Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F97916A400 for ; Sun, 6 May 2007 23:05:17 +0000 (UTC) (envelope-from mluckie@cs.waikato.ac.nz) Received: from zombie.scms.waikato.ac.nz (mail.scms.waikato.ac.nz [130.217.241.36]) by mx1.freebsd.org (Postfix) with ESMTP id AB21613C44C for ; Sun, 6 May 2007 23:05:16 +0000 (UTC) (envelope-from mluckie@cs.waikato.ac.nz) Received: from sorcerer.cs.waikato.ac.nz ([130.217.251.39]) by zombie.scms.waikato.ac.nz with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1HkpNy-0008IV-0Y for FreeBSD-gnats-submit@freebsd.org; Mon, 07 May 2007 10:39:22 +1200 Received: from mluckie by sorcerer.cs.waikato.ac.nz with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HkpNw-000P1S-Sp for FreeBSD-gnats-submit@freebsd.org; Mon, 07 May 2007 10:39:20 +1200 Message-Id: Date: Mon, 07 May 2007 10:39:20 +1200 From: Matthew Luckie Sender: Matthew Luckie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/112471: [patch] sys/netinet/udp_usrreq.c modifies received UDP checksum X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Luckie List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 23:10:01 -0000 >Number: 112471 >Category: kern >Synopsis: [patch] sys/netinet/udp_usrreq.c modifies received UDP checksum >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 May 06 23:10:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 6.2-RC2 i386 >Organization: >Environment: System: FreeBSD sorcerer.cs.waikato.ac.nz 6.2-RC2 FreeBSD 6.2-RC2 #0: Sun Dec 24 23:42:30 UTC 2006 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: At the moment, freebsd checks a UDP checksum in place, overwriting whatever is there. This has a side effect of the ICMP code sending back the first eight bytes of the UDP payload with 2 bytes different to what that system sent. NetBSD and OpenBSD are more careful with the UDP packet in case it is needed for ICMP. See, for example, revision 1.46 of NetBSD udp_usrreq.c http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet/udp_usrreq.c Here's an example of the problem. listening on lo0, link-type NULL (BSD loopback), capture size 1500 bytes 13:41:24.382239 IP localhost.40858 > localhost.33435: UDP, length 12 0x0000: 0200 0000 4500 0028 9f9b 0000 0111 1c28 0x0010: 7f00 0001 7f00 0001 9f9a 829b 0014 df8d 0x0020: 0000 0000 0000 0000 0000 0000 13:41:24.382250 IP localhost > localhost: ICMP localhost udp port 33435 unreachable, length 36 0x0000: 0200 0000 4500 0038 00cc 0000 4001 7bf7 0x0010: 7f00 0001 7f00 0001 0303 dab2 0000 0000 0x0020: 4500 0028 9f9b 0000 0111 1c28 7f00 0001 0x0030: 7f00 0001 9f9a 829b 0014 0000 With the patch below, the checksum is not checked in place -- i.e. 13:54:47.371646 IP localhost.33826 > localhost.33435: UDP, length 12 0x0000: 0200 0000 4500 0028 8423 0000 0111 37a0 0x0010: 7f00 0001 7f00 0001 8422 829b 0014 fb05 0x0020: 0000 0000 0000 0000 0000 0000 13:54:47.371658 IP localhost > localhost: ICMP localhost udp port 33435 unreachable, length 36 0x0000: 0200 0000 4500 0038 001b 0000 4001 7ca8 0x0010: 7f00 0001 7f00 0001 0303 fb24 0000 0000 0x0020: 4500 0028 8423 0000 0111 37a0 7f00 0001 0x0030: 7f00 0001 8422 829b 0014 fb05 Patch is against -current, but applies to FreeBSD 6.2 as well. >How-To-Repeat: tcpdump -i lo0 -s 1500 -xx traceroute -q 1 -n 127.0.0.1 >Fix: --- udp_usrreq.c.patch begins here --- --- udp_usrreq.c.orig Thu May 3 12:24:55 2007 +++ udp_usrreq.c Thu May 3 12:26:47 2007 @@ -248,23 +248,24 @@ * Checksum extended UDP header and data. */ if (uh->uh_sum) { + u_short uh_sum; if (m->m_pkthdr.csum_flags & CSUM_DATA_VALID) { if (m->m_pkthdr.csum_flags & CSUM_PSEUDO_HDR) - uh->uh_sum = m->m_pkthdr.csum_data; + uh_sum = m->m_pkthdr.csum_data; else - uh->uh_sum = in_pseudo(ip->ip_src.s_addr, + uh_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr, htonl((u_short)len + m->m_pkthdr.csum_data + IPPROTO_UDP)); - uh->uh_sum ^= 0xffff; + uh_sum ^= 0xffff; } else { char b[9]; bcopy(((struct ipovly *)ip)->ih_x1, b, 9); bzero(((struct ipovly *)ip)->ih_x1, 9); ((struct ipovly *)ip)->ih_len = uh->uh_ulen; - uh->uh_sum = in_cksum(m, len + sizeof (struct ip)); + uh_sum = in_cksum(m, len + sizeof (struct ip)); bcopy(b, ((struct ipovly *)ip)->ih_x1, 9); } - if (uh->uh_sum) { + if (uh_sum) { udpstat.udps_badsum++; m_freem(m); return; --- udp_usrreq.c.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 6 23:32:36 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 469A016A400; Sun, 6 May 2007 23:32:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2016113C447; Sun, 6 May 2007 23:32:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l46NWZp4021791; Sun, 6 May 2007 23:32:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l46NWZCM021787; Sun, 6 May 2007 23:32:35 GMT (envelope-from linimon) Date: Sun, 6 May 2007 23:32:35 GMT From: Mark Linimon Message-Id: <200705062332.l46NWZCM021787@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org Cc: Subject: Re: kern/112471: [netinet] [patch] sys/netinet/udp_usrreq.c modifies received UDP checksum X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 23:32:36 -0000 Synopsis: [netinet] [patch] sys/netinet/udp_usrreq.c modifies received UDP checksum Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 23:32:25 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112471 From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 09:30:06 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BC1216A407 for ; Mon, 7 May 2007 09:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6D36E13C45B for ; Mon, 7 May 2007 09:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l479U65K071610 for ; Mon, 7 May 2007 09:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l479U6Up071608; Mon, 7 May 2007 09:30:06 GMT (envelope-from gnats) Resent-Date: Mon, 7 May 2007 09:30:06 GMT Resent-Message-Id: <200705070930.l479U6Up071608@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Turner Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EC9216A400 for ; Mon, 7 May 2007 09:20:51 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from fep04.xtra.co.nz (fep04.xtra.co.nz [210.54.141.242]) by mx1.freebsd.org (Postfix) with ESMTP id E8A8F13C459 for ; Mon, 7 May 2007 09:20:50 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from serv.int.fubar.geek.nz ([219.89.105.117]) by fep04.xtra.co.nz with ESMTP id <20070507092047.ERNW25916.fep04.xtra.co.nz@serv.int.fubar.geek.nz> for ; Mon, 7 May 2007 21:20:47 +1200 Message-Id: <20070507092047.9F6FC6200@serv.int.fubar.geek.nz> Date: Mon, 7 May 2007 21:20:47 +1200 (NZST) From: Andrew Turner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: andrew@fubar.geek.nz Subject: kern/112477: Add support to set the node and type on a device on an ofw_bus bus X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Turner List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:30:06 -0000 >Number: 112477 >Category: kern >Synopsis: Add support to set the node and type on a device on an ofw_bus bus >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 07 09:30:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Andrew Turner >Release: FreeBSD 5.5-RC1 i386 >Organization: >Environment: System: FreeBSD serv.int.fubar.geek.nz 5.5-RC1 FreeBSD 5.5-RC1 #0: Mon May 15 14:09:18 NZST 2006 root@serv.int.fubar.geek.nz:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch adds the ability to set the Openfirmware node and device type on a bus. This will be used by the PowerPC nexus bus to replace nexus_set_device_type and nexus_set_node. This patch has been tested on a PowerPC G4 with a patch to call this rather than the nexus_* calls. >How-To-Repeat: >Fix: --- freebsd-ofw-bus.diff begins here --- Index: sys/dev/ofw/ofw_bus.h =================================================================== RCS file: /cvsroot/src/sys/dev/ofw/ofw_bus.h,v retrieving revision 1.1 diff -u -u -r1.1 ofw_bus.h --- sys/dev/ofw/ofw_bus.h 12 Aug 2004 17:41:29 -0000 1.1 +++ sys/dev/ofw/ofw_bus.h 6 May 2007 10:39:21 -0000 @@ -63,6 +63,13 @@ return (OFW_BUS_GET_NODE(device_get_parent(dev), dev)); } +static __inline int +ofw_bus_set_node(device_t dev, phandle_t node) +{ + + return (OFW_BUS_SET_NODE(device_get_parent(dev), dev, node)); +} + static __inline const char * ofw_bus_get_type(device_t dev) { @@ -70,4 +77,11 @@ return (OFW_BUS_GET_TYPE(device_get_parent(dev), dev)); } +static __inline int +ofw_bus_set_type(device_t dev, const char *type) +{ + + return (OFW_BUS_SET_TYPE(device_get_parent(dev), dev, type)); +} + #endif /* !_DEV_OFW_OFW_BUS_H_ */ Index: sys/dev/ofw/ofw_bus_if.m =================================================================== RCS file: /cvsroot/src/sys/dev/ofw/ofw_bus_if.m,v retrieving revision 1.3 diff -u -u -r1.3 ofw_bus_if.m --- sys/dev/ofw/ofw_bus_if.m 22 Nov 2005 16:37:45 -0000 1.3 +++ sys/dev/ofw/ofw_bus_if.m 6 May 2007 10:38:27 -0000 @@ -55,7 +55,9 @@ static ofw_bus_get_model_t ofw_bus_default_get_model; static ofw_bus_get_name_t ofw_bus_default_get_name; static ofw_bus_get_node_t ofw_bus_default_get_node; + static ofw_bus_set_node_t ofw_bus_default_set_node; static ofw_bus_get_type_t ofw_bus_default_get_type; + static ofw_bus_set_type_t ofw_bus_default_set_type; static const struct ofw_bus_devinfo * ofw_bus_default_get_devinfo(device_t bus, device_t dev) @@ -92,12 +94,25 @@ return (0); } + static int + ofw_bus_default_set_node(device_t bus, device_t dev, phandle_t node) + { + + return (EOPNOTSUPP); + } + static const char * ofw_bus_default_get_type(device_t bus, device_t dev) { return (NULL); } + + int + ofw_bus_default_set_type(device_t bus, device_t dev, const char *type) + { + return (EOPNOTSUPP); + } }; # Get the ofw_bus_devinfo struct for the device dev on the bus. Used for bus @@ -137,9 +152,25 @@ device_t dev; } DEFAULT ofw_bus_default_get_node; +# Set the firmware node for the device dev on the bus. The default method will +# return EOPNOTSUPP, which means setting the node is unimplemented. +METHOD int set_node { + device_t bus; + device_t dev; + phandle_t node; +} DEFAULT ofw_bus_default_set_node; + # Get the firmware device type for the device dev on the bus. The default # method will return NULL, which means the device doesn't have such a property. METHOD const char * get_type { device_t bus; device_t dev; } DEFAULT ofw_bus_default_get_type; + +# Set the firmware device type for the device dev on the bus. The default +# method will return EOPNOTSUPP, which means setting the type is unimplemented. +METHOD int set_type { + device_t bus; + device_t dev; + const char *type; +} DEFAULT ofw_bus_default_set_type; Index: sys/dev/ofw/ofw_bus_subr.c =================================================================== RCS file: /cvsroot/src/sys/dev/ofw/ofw_bus_subr.c,v retrieving revision 1.1 diff -u -u -r1.1 ofw_bus_subr.c --- sys/dev/ofw/ofw_bus_subr.c 22 Nov 2005 16:37:45 -0000 1.1 +++ sys/dev/ofw/ofw_bus_subr.c 7 May 2007 08:54:54 -0000 @@ -116,6 +116,23 @@ return (obd->obd_node); } +int +ofw_bus_gen_set_node(device_t bus, device_t dev, phandle_t node) +{ + /* This union is to de-const the return value of OFW_BUS_GET_DEVINFO */ + union { + const struct ofw_bus_devinfo *cst; + struct ofw_bus_devinfo *ptr; + } obd; + + obd.cst = OFW_BUS_GET_DEVINFO(bus, dev); + if (obd.cst == NULL) + return (EINVAL); + + obd.ptr->obd_node = node; + return (0); +} + const char * ofw_bus_gen_get_type(device_t bus, device_t dev) { @@ -126,3 +143,34 @@ return (NULL); return (obd->obd_type); } + +int +ofw_bus_gen_set_type(device_t bus, device_t dev, const char *type) +{ + /* This union is to de-const the return value of OFW_BUS_GET_DEVINFO */ + union { + const struct ofw_bus_devinfo *cst; + struct ofw_bus_devinfo *ptr; + } obd; + char *str; + size_t len; + + obd.cst = OFW_BUS_GET_DEVINFO(bus, dev); + if (obd.cst == NULL) + return (EINVAL); + + len = strlen(type); + /* This is M_NOWAIT as we don't know if the caller can wait or not */ + str = malloc(len + 1, M_OFWPROP, M_NOWAIT | M_ZERO); + if (str == NULL) + return (ENOMEM); + + /* Copy the new type to the string and free the old type */ + bcopy(type, str, len); + free(obd.cst->obd_type, M_OFWPROP); + + /* Assign the new device type */ + obd.ptr->obd_type = str; + + return (0); +} Index: sys/dev/ofw/ofw_bus_subr.h =================================================================== RCS file: /cvsroot/src/sys/dev/ofw/ofw_bus_subr.h,v retrieving revision 1.1 diff -u -u -r1.1 ofw_bus_subr.h --- sys/dev/ofw/ofw_bus_subr.h 22 Nov 2005 16:37:45 -0000 1.1 +++ sys/dev/ofw/ofw_bus_subr.h 6 May 2007 10:25:55 -0000 @@ -44,6 +44,8 @@ ofw_bus_get_model_t ofw_bus_gen_get_model; ofw_bus_get_name_t ofw_bus_gen_get_name; ofw_bus_get_node_t ofw_bus_gen_get_node; +ofw_bus_set_node_t ofw_bus_gen_set_node; ofw_bus_get_type_t ofw_bus_gen_get_type; +ofw_bus_set_type_t ofw_bus_gen_set_type; #endif /* !_DEV_OFW_OFW_BUS_SUBR_H_ */ --- freebsd-ofw-bus.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 09:42:33 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06E9A16A400 for ; Mon, 7 May 2007 09:42:33 +0000 (UTC) (envelope-from remco@signet.nl) Received: from secure-mail-1.signet.nl (secure-mail-1.signet.nl [217.21.241.246]) by mx1.freebsd.org (Postfix) with ESMTP id 53D3F13C447 for ; Mon, 7 May 2007 09:42:32 +0000 (UTC) (envelope-from remco@signet.nl) Received: from localhost (localhost [127.0.0.1]) by secure-mail-1.signet.nl (Postfix) with ESMTP id 76A14213D8D; Mon, 7 May 2007 11:30:23 +0200 (CEST) Received: from secure-mail-1.signet.nl ([127.0.0.1]) by localhost (secure-mail-1.signet.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pco8Jj+h7uYf; Mon, 7 May 2007 11:30:18 +0200 (CEST) Received: from [172.16.0.200] (morse.signet.nl [217.21.241.230]) by secure-mail-1.signet.nl (Postfix) with ESMTP id A788F213D87; Mon, 7 May 2007 11:30:18 +0200 (CEST) From: Remco Bressers To: Kris Kennaway In-Reply-To: <20070424215822.GA40483@xor.obsecurity.org> References: <200704242110.l3OLA93u057070@freefall.freebsd.org> <20070424211426.GA39603@xor.obsecurity.org> <1177449699.5638.25.camel@localhost> <20070424212637.GA39829@xor.obsecurity.org> <1177450685.5638.29.camel@localhost> <20070424214220.GA40150@xor.obsecurity.org> <1177451257.5638.31.camel@localhost> <20070424215822.GA40483@xor.obsecurity.org> Content-Type: text/plain Organization: Signet B.V. Date: Mon, 07 May 2007 11:30:17 +0200 Message-Id: <1178530217.5931.16.camel@remco> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: Remco Bressers , freebsd-bugs@FreeBSD.org, "Michael R. Wayne" , pvdsteen@signet.nl Subject: Re: kern/111458: [panic] Panic on 6.2-RELEASE AMD in kern_mutex X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 09:42:33 -0000 > > > > > > > > To update this bugreport and to keep it 'warm' > > > > > > > > > > > > > > > > I've got the very same problem overhere. > > > > > > > > > > > > > > > > Our box : > > > > > > > > > > > > > > > > # uname -r > > > > > > > > 6.2-RELEASE-p2 > > > > > > > > > > > > > > > > This is an amd64 release > > > > > > > > > > > > > > > > Updates on GENERIC : > > > > > > > > > > > > > > > > options QUOTA > > > > > > > > device pf > > > > > > > > device pflog > > > > > > > > options SMP > > > > > > > > > > > > > > > > Kernel messages : > > > > > > > > > > > > > > > > cpuid = 0; apic id = 00 > > > > > > > > fault virtual address = 0x18c > > > > > > > > fault code = supervisor read, page not present > > > > > > > > current process = 5 (thread taskq) > > > > > > > > trap number = 12 > > > > > > > > panic: page fault > > > > > > > > cpuid = 0 > > > > > > > > > > > > > > How do you know it is "the very same problem"? In order to determine > > > > > > > this you need to compare backtraces from the panic, which you didn't > > > > > > > provide. > > > > > > > > > > > > I contacted the submitter for this problem and compared hardware and > > > > > > software. The symptoms are the same > > > > > > > > > > Which just means "it crashed" > > > > > > > > > > , the kernel panic is the same and > > > > > > > > > > The panic message also just means "it crashed" > > > > > > > > > > > the installed FreeBSD version is exactly the same. > > > > > > > > > > You're both running the most recent version, no real surprises there. > > > > > > > > > > > Sounds fair enough to me. Ofcourse i cannot be 100% sure, but it > > > > > > sounds too obvious to me. > > > > > > > > > > Well, maybe, but I respectfully submit that you don't understand the > > > > > issue well enough to conclude that :) Please follow up with a > > > > > backtrace and then we'll see where things stand. > > > > > > > > You didn't write anything about the fact that software combinations + > > > > hardware is almost identical! That's no coincidence in my humble > > > > opinion :). Anyway.. > > > > > > I'd prefer not to prematurely jump to conclusions before you have any > > > supporting evidence. It is of course an obviously true statement that > > > two identical systems may panic in two completely different and > > > unrelated ways. > > > > > > > The problem in this case is, that the backtrace isn't written to disk. I > > > > must wait for the next opportunity to get that backtrace. > > > > > > OK, let us know. Hi Kris, The crash just happened again and there's a dump in /var/crash now and it's 2GB big : joule# ls -l total 2059510 -rw-r--r-- 1 root wheel 2 May 7 11:06 bounds -rw------- 1 root wheel 445 May 7 11:06 info.0 -rw-r--r-- 1 root wheel 5 Jan 12 08:13 minfree -rw------- 1 root wheel 2146025472 May 7 11:07 vmcore.0 I got the following output from kgdb : joule# kgdb kernel.debug /var/crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". Unread portion of the kernel message buffer: panic: page fault cpuid = 0 Uptime: 12d10h56m24s Dumping 2046 MB (2 chunks) chunk 0: 1MB (155 pages) ... ok chunk 1: 2046MB (523776 pages) 2031 2015 1999 1983 1967 1951 1935 1919 1903 1887 1871 1855 1839 1823 1807 1791 1775 1759 1743 1727 1711 1695 1679 1663 1647 1631 1615 1599 1583 1567 1551 1535 1519 1503 1487 1471 1455 1439 1423 1407 1391 1375 1359 1343 1327 1311 1295 1279 1263 1247 1231 1215 1199 1183 1167 1151 1135 1119 1103 1087 1071 1055 1039 1023 1007 991 975 959 943 927 911 895 879 863 847 831 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:172 172 __asm __volatile("movq %%gs:0,%0" : "=r" (td)); (kgdb) backtrace #0 doadump () at pcpu.h:172 #1 0x0000000000000004 in ?? () #2 0xffffffff8021f787 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #3 0xffffffff8021fe21 in panic (fmt=0xffffff007b950720 "") at /usr/src/sys/kern/kern_shutdown.c:565 #4 0xffffffff8035edcf in trap_fatal (frame=0xffffff007b950720, eva=18446742976271278080) at /usr/src/sys/amd64/amd64/trap.c:660 #5 0xffffffff8035f2f6 in trap (frame= {tf_rdi = 24, tf_rsi = -1097438263520, tf_rdx = 6, tf_rcx = 3221225730, tf_r8 = -1315361520, tf_r9 = -1097438492872, tf_rax = 1, tf_rbx = -1097589680120, tf_rbp = 4, tf_r10 = -2142164360, tf_r11 = 0, tf_r12 = -1097438263520, tf_r13 = 4, tf_r14 = 1, tf_r15 = 20, tf_trapno = 12, tf_addr = 396, tf_flags = -1097589680120, tf_err = 0, tf_rip = -2145299289, tf_cs = 8, tf_rflags = 65538, tf_rsp = -1315361936, tf_ss = 16}) at /usr/src/sys/amd64/amd64/trap.c:238 #6 0xffffffff8034ac1b in calltrap () at /usr/src/sys/amd64/amd64/exception.S:168 #7 0xffffffff802154a7 in _mtx_lock_sleep (m=0xffffff00728e9808, tid=18446742976271288096, opts=6, file=0xc0000102
, line=-1315361520) at /usr/src/sys/kern/kern_mutex.c:546 #8 0xffffffff8027256d in unp_gc (arg=0x18, pending=2073364256) at /usr/src/sys/kern/uipc_usrreq.c:1714 #9 0xffffffff80245d65 in taskqueue_run (queue=0xffffff0000792c00) at /usr/src/sys/kern/subr_taskqueue.c:257 #10 0xffffffff80246ab5 in taskqueue_thread_loop (arg=0x18) at /usr/src/sys/kern/subr_taskqueue.c:376 #11 0xffffffff80206c47 in fork_exit (callout=0xffffffff80246a30 , arg=0xffffffff8051a0b0, frame=0xffffffffb1992c50) at /usr/src/sys/kern/kern_fork.c:821 #12 0xffffffff8034af7e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:394 #13 0x0000000000000000 in ?? () #14 0x0000000000000000 in ?? () #15 0x0000000000000001 in ?? () #16 0x0000000000000000 in ?? () #17 0x0000000000000000 in ?? () #18 0x0000000000000000 in ?? () #19 0x0000000000000000 in ?? () #20 0x0000000000000000 in ?? () #21 0x0000000000000000 in ?? () #22 0x0000000000000000 in ?? () #23 0x0000000000000000 in ?? () #24 0x0000000000000000 in ?? () #25 0x0000000000000000 in ?? () #26 0x0000000000000000 in ?? () #27 0x0000000000000000 in ?? () #28 0x0000000000000000 in ?? () #29 0x0000000000000000 in ?? () #30 0x0000000000000000 in ?? () #31 0x0000000000000000 in ?? () #32 0x0000000000000000 in ?? () #33 0x0000000000000000 in ?? () #34 0x0000000000000000 in ?? () #35 0x0000000000000000 in ?? () #36 0x0000000000000000 in ?? () #37 0x0000000000000000 in ?? () #38 0x0000000000000000 in ?? () #39 0x0000000000000000 in ?? () #40 0x0000000000000000 in ?? () #41 0x0000000000000000 in ?? () #42 0x0000000000000000 in ?? () #43 0x0000000000000000 in ?? () #44 0x0000000000000000 in ?? () #45 0x00000000006d6000 in ?? () #46 0xffffff00728e9808 in ?? () #47 0xffffffff8051a920 in turnstile_chains () #48 0x0000000000000001 in ?? () #49 0xffffff007b94e000 in ?? () #50 0xffffff007b950be0 in ?? () #51 0xffffffffb1992aa8 in ?? () #52 0xffffff007b950720 in ?? () #53 0xffffffff80234cc6 in sched_switch (td=0xffffffff8051a0b0, newtd=0x0, flags=0) at /usr/src/sys/kern/sched_4bsd.c:973 #54 0x0000000000000000 in ?? () #55 0x0000000000000000 in ?? () #56 0x0000000000000000 in ?? () #57 0x0000000000000000 in ?? () #58 0x0000000000000000 in ?? () #59 0x0000000000000000 in ?? () #60 0x0000000000000000 in ?? () #61 0x0000000000000000 in ?? () #62 0x0000000000000000 in ?? () #63 0x0000000000000000 in ?? () #64 0x0000000000000000 in ?? () #65 0x0000000000000000 in ?? () #66 0x0000000000000000 in ?? () #67 0x0000000000000000 in ?? () #68 0x0000000000000000 in ?? () #69 0x0000000000000000 in ?? () #70 0x0000000000000000 in ?? () #71 0x0000000000000000 in ?? () #72 0x0000000000000000 in ?? () #73 0x0000000000000000 in ?? () #74 0x0000000000000000 in ?? () #75 0x0000000000000000 in ?? () #76 0x0000000000000000 in ?? () #77 0x0000000000000000 in ?? () #78 0x0000000000000000 in ?? () #79 0x0000000000000000 in ?? () #80 0x0000000000000000 in ?? () #81 0x0000000000000000 in ?? () #82 0x0000000000000000 in ?? () #83 0x0000000000000000 in ?? () #84 0x0000000000000000 in ?? () #85 0x0000000000000000 in ?? () #86 0x0000000000000000 in ?? () #87 0x0000000000000000 in ?? () #88 0x0000000000000000 in ?? () #89 0x0000000000000000 in ?? () #90 0x0000000000000000 in ?? () #91 0x0000000000000000 in ?? () #92 0x0000000000000000 in ?? () #93 0x0000000000000000 in ?? () #94 0x0000000000000000 in ?? () #95 0x0000000000000000 in ?? () #96 0x0000000000000000 in ?? () #97 0x0000000000000000 in ?? () #98 0x0000000000000000 in ?? () #99 0x0000000000000000 in ?? () #100 0x0000000000000000 in ?? () #101 0x0000000000000000 in ?? () #102 0x0000000000000000 in ?? () #103 0x0000000000000000 in ?? () #104 0x0000000000000000 in ?? () #105 0x0000000000000000 in ?? () #106 0x0000000000000000 in ?? () #107 0x0000000000000000 in ?? () #108 0x0000000000000000 in ?? () #109 0x0000000000000000 in ?? () #110 0x0000000000000000 in ?? () #111 0x0000000000000000 in ?? () #112 0x0000000000000000 in ?? () #113 0x0000000000000000 in ?? () #114 0x0000000000000000 in ?? () #115 0x0000000000000000 in ?? () #116 0x0000000000000000 in ?? () #117 0x0000000000000000 in ?? () #118 0x0000000000000000 in ?? () #119 0x0000000000000000 in ?? () #120 0x0000000000000000 in ?? () #121 0x0000000000000000 in ?? () #122 0x0000000000000000 in ?? () #123 0x0000000000000000 in ?? () #124 0x0000000000000000 in ?? () #125 0x0000000000000000 in ?? () Cannot access memory at address 0xffffffffb1993000 I hope this will be useful information. Regards, Remco Bressers Signet B.V. From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 11:06:06 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CD4316A40A for ; Mon, 7 May 2007 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 43EAB13C45A for ; Mon, 7 May 2007 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47B668Y077681 for ; Mon, 7 May 2007 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47B64rV077677 for freebsd-bugs@FreeBSD.org; Mon, 7 May 2007 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 May 2007 11:06:04 GMT Message-Id: <200705071106.l47B64rV077677@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: open PRs (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:06:06 -0000 Current FreeBSD problem reports No matches to your query From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 11:06:14 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 374B816A401 for ; Mon, 7 May 2007 11:06:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5DB13C465 for ; Mon, 7 May 2007 11:06:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47B6DEM077690 for ; Mon, 7 May 2007 11:06:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47B66tt077687 for freebsd-bugs@FreeBSD.org; Mon, 7 May 2007 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 May 2007 11:06:06 GMT Message-Id: <200705071106.l47B66tt077687@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:06:14 -0000 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. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. 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 Tracker Resp. Description -------------------------------------------------------------------------------- a kern/39043 [smbfs] Corrupted files on a FAT32 partition f bin/48341 [sysinstall] sysinstall deletes mbr although it should f kern/68757 kan rapid file creation on snapshotted filesystems panics o kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o kern/73313 simokawa Maxtor Onetouch drivers hang or corrupt data when used o alpha/75317 alpha [busdma] [patch] ATA DMA broken on PCalpha f kern/75844 phk gbde causes disk write errors and subsequent kernel pa s threa/76690 threads fork hang in child for -lc_r o kern/77234 remko [udf] [patch] corrupted data is read from UDF filesyst o usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w f kern/89926 [iwi] [panic] if_iwi : sleeping thread owns a non-slee o usb/91629 usb usbd_abort_pipe() may result in infinite loop o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres o kern/99588 [ufs] UFS2 filesystems hang when doing "fsck -B" or "d o kern/103137 [rp] Rocketport driver is broken in 6.x o kern/104133 [ext2fs] EXT2FS module corrupts EXT2/3 filesystems o kern/111220 pf [pf] repeatable hangs while manipulating pf tables o ports/112034 girgen Update postgresql82 to 8.2.4 o amd64/112222 amd64 32-bit libc incorrectly converts some FP numbers 20 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/3170 vi freaks and dump core if user doesn't exist a bin/6536 pppd doesn't restore drainwait for tty f bin/8865 dwmalone syslogd hangs with serial console s conf/13775 multi-user boot may hang in NIS environment f ports/14048 des [patch] doscmd -r doesn't work s bin/14946 mjacob rmt - remote magtape protocol o bin/16948 [sysinstall] sysinstall/disklabel: bad partition table s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/18874 [2TB] 32bit NFS servers export wrong negative values t o i386/19245 obrien -fexpensive-optimizations buggy (even with -O) s bin/19405 markm telnetd sends DO AUTHENTICATION even if authentication s bin/19773 markm [PATCH] telnet infinite loop depending on how fds are o gnu/19882 obrien ld does not detect all undefined symbols! o kern/20016 threads pthreads: Cannot set scheduling timer/Cannot set virtu o bin/20172 byacc 1.9 fails to generate $default transitions for n o bin/20282 [sysinstall] sysinstall does not recover some /etc fil s bin/20521 mjacob /etc/rmt several problems o bin/20633 fdisk doesn't handle LBA correctly o kern/20804 deadlocking when using vnode disk file and quotas o bin/20912 marcel gdb does not recognise old executables. o kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OACTIVE o bin/21089 vi silently corrupt open file on SIGINT when entering o kern/21461 imp ISA PnP resource allocator problem o kern/21463 emulation [linux] Linux compatability mode should not allow setu a kern/21808 trhodes [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections o bin/22291 [nfs] getcwd() fails on recently-modified NFS-mounted s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 [sysinstall] [patch] if installing on a serial console o kern/24074 mdodd Properties of token-ring protocol must be separated fr o bin/24271 [patch] dumpon(8) should check its argument more o bin/24461 Being able to increase the YP timeout without rebuildi s threa/24472 threads libc_r does not honor SO_SNDTIMEO/SO_RCVTIMEO socket o o kern/24629 harti ng_socket failes to declare connected data sockets as s threa/24632 threads libc_r delicate deviation from libc in handling SIGCHL o bin/25542 standards /bin/sh: null char in quoted string o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on p kern/25986 andre Socket would hang at LAST_ACK forever. a kern/26142 [nfs] Unlink fails on NFS mounted filesystem a gnu/26362 "cvs server" doesn't honour the global --allow-root f kern/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o bin/26842 dump with h flag takes a very long time o bin/26897 [sysinstall] 4.3R sysinstall fails to create swap part o kern/27474 Interactive use of user PPP and ipfilter can be insecu o docs/27605 doc [patch] Cross-document references () a conf/27896 Error in /etc/exports invalidates entire line, not jus f bin/28223 remko su doesn't look at login.conf all the time f bin/28424 remko mtree fails to report directory hierarchy mismatch o bin/28798 mail(1) with a pager (more) requires fg/Ctrl-Z/fg to r s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca f kern/29170 remko ARP request fails after "bad gateway value" in if_ethe o bin/29253 natd forgets about udp connections o bin/29375 [sysinstall] disk editor gets confused by slices that o kern/29421 Update a file with mmap will cause mtime/ctime changin o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/29808 ypserv dumps core in yp_find_db o bin/29903 ypbind loses connection to NIS master and never recove o kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bridge" on IBM T o kern/30160 iedowse [panic] kernel panic when flash disk is removed and th s i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o conf/30399 [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari s kern/30630 fenner [if_mib] Failure to check for existence of interface i f kern/30712 remko fatal kernel trap during ufs_rename o bin/30837 [sysinstall] sysinstall doesn't set the schg flag on t o kern/30971 peter [nfs] NFS client modification time resolution is not h o kern/31102 wpaul [lge] lge + Pentium III data transmission problem s bin/31304 [patch] fix crunchgen to work with more contrib-kind o o bin/31363 [sysinstall] "partition editor" silently corrects part o conf/31631 "MAC address" can't be acquired properly. f kern/31790 remko [nfs] problem with NFS and jail() o kern/31940 [nge] nge(4) gigabit adapter link reset and slow trans o kern/32098 [libc] semctl() does not propagate permissions s bin/32295 threads pthread dont dequeue signals o kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2(linux binary) o bin/32374 vi -r doesn't work, file contained unexpected binary d o bin/32619 des libfetch does not use RFC 1738's definiton of ftp: URL o ports/32668 sem ports-mgmt/portupgrade: NFS directory removal problems o bin/32686 wosch locate(1) dumps a core file with broken database a i386/33089 murray GENERIC bloat causes 'make world' to break (overfull f o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o bin/33370 [sysinstall] post-configuration issue o kern/33464 soft update inconsistencies after system crash o gnu/34128 sdiff "e" doesn't work with some editors o bin/34270 man -k could be used to execute any command. o kern/34470 bde Modem gets sio1 interrupt-level buffer overflows' s threa/34536 threads accept() blocks other threads o bin/34811 sh: "jobs" is not pipeable o kern/34842 ceri [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/35214 obrien dump program hangs while exiting o kern/35396 poll(2) doesn't set POLLERR for failed connect(2) atte o kern/35399 poll(2) botches revents on dropped socket connections o kern/35429 select(2)/poll(2)/kevent(2) can't/don't notice lost co o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/35506 jon [libc] innetgr() doesn't match wildcard fields in NIS- f kern/35511 [sis] sis(4) multicast filtering doesn't pass some App o kern/35669 [nfs] NFSROOT breaks without a gateway s docs/35678 doc docproj Makefiles for web are broken for paths with sp o kern/35703 /proc/curproc/file returns unknown o gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o bin/35925 [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 [sysinstall] swap double mount a bin/36110 dmesg output corrupt if /dev/console is busy o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36508 [sysinstall] installation floppy bug (4.5) o kern/36517 [sis] sis driver can't map ports/memory for NetGear FA o kern/36566 [smbfs] System reboot with dead smb mount and umount o kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo-tty o bin/36867 [patch] games/fortune: add FORTUNE_PATH env var, so po o bin/36911 [sysinstall] installation floppies miss autoload file o gnu/36926 send-pr destroys PR if emacs interrupt character is us o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" o bin/37343 portmap TCP binds strangeness o kern/37436 [hang] accept dead loop when out of file descriptors s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/37589 imp Kernel panics upon resume from zzz on my IBM ThinkPad o bin/37710 [sysinstall] LAN interface in wrong state after attemp o kern/38518 [boot] combination of pr-27087 and pr-36911 (2) make 4 s kern/38527 /dev/random does not obey O_NONBLOCK flag o kern/38549 threads the procces compiled whith pthread stopped in pthread_ a kern/38554 net changing interface ipaddress doesn't seem to work o bin/38582 [sysinstall] sysinstall sets newfs flag after changing a gnu/38594 kan Fortan program don't link post gcc-3.1 o bin/38609 [sysinstall] sysinstall should know the size of the va o kern/38632 imp Loss of connection with wi cards o kern/38872 [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o kern/38983 Kernel fails to access disk f kern/39233 gnn [ipsec]: NonConforming IPsec implementation from FreeB o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/39329 [mount] '..' at mountpoint is subject to the permissio o kern/39331 dwmalone namei cache unreliable for __getcwd() o kern/39388 scsi ncr/sym drivers fail with 53c810 and more than 256MB m o bin/39849 /sbin/restore fails to overwrite files with schg flag o bin/39896 netmask 0xffffff00 no longer works in /etc/exports s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d s kern/39937 net ipstealth issue o kern/40206 Can not assign alias to any POINTOPOINT interface o bin/40215 wpaul [nis] NIS host search not terminate o bin/40260 [sysinstall] hang when detecting devices (No CD/DVD de f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o bin/40278 mktime returns -1 for certain dates/timezones when it o bin/40282 /bin/kill has bad error checking for command line para o bin/40471 des chpass(1) -a option broken in CURRENT o kern/40787 kernel panic if PCMCIA CD-drive with mounted medium is o usb/40792 usb signals lead to data loss on device ugen o kern/40895 scsi wierd kernel / device driver bug o kern/41216 [nfs] Get "NFS append race" error o conf/41242 periodic scripts make unwarranted assumptions about PA o bin/41297 mp {t,}csh backquote/braces expansion bug o kern/41402 [panic] kernel panics in pmap_insert_entry o bin/41410 stefanf /bin/sh bug on expanding $? in here-documents o kern/41632 luigi bridging when one interface has no carrier o conf/41777 /etc/periodic/daily/100.clean-disks removes lisp.core o docs/41824 murray LANG is not documented in setlocale(3) o bin/41850 [sysinstall] sysinstall fails to create root filesyste o bin/42004 matteo quota and rpc.statd are still IPv4 only, and not INET o kern/42089 phk ntp_gettime returns time in wrong scale o bin/42093 ypbind hangs on NIC with the lowest scopeid o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE s kern/42216 rwatson simultaneous multiple server network failure o bin/42407 ppp(8) IPV6CP fails o kern/42578 [puc] [panic] using PCI serial cards (puc) in SMP mach o kern/42621 imp Dell Inspiron 5000e hangs when using Orinoco or Cisco o bin/42658 markm recompile /usr/src/libexec/telnetd and log NULL ip in o gnu/42726 cvsadm cvs -R pserver & val-tags: story continues o kern/42801 [hang] FreeBSD freezes when opening cuaa0 with a motor o kern/42983 imp wi0 sporadically freezes the system for 1-2 seconds o bin/43337 des fetch: -s fails if -4 or possibly other options given; a i386/43366 cy Cannot format media in USB floppy devices o kern/43491 microuptime () went backwards o bin/43501 getpwnam, getpwuid fail when linking against Berkley D o kern/43576 imp Problem with wi driver and Lucent Orinoco Silver wirel o bin/43592 mktime rejects dates at the start of daylight savings a kern/43605 luigi enabling polling in the kernel causes page fault/crash o kern/43625 imp [wi] wi(4) driver hangs after long data transfers f bin/43674 [patch] login(1): able to bypass expired password o java/43924 glewis writing from JAVA to a pipe sometimes hangs o kern/43954 [nfs] nfs-blocked process can't return or be interrupt a kern/44030 VNode/Swap troubles o kern/44150 Diskless kernel may crash, depends on the root fs name o kern/44202 [rp] [patch] -stable rp driver does not work with mult s bin/44518 yar ftpd does not show OPIE OTP challenge o docs/44519 obrien ftpd.conf(5) contains references to ftpd(8) when it is o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o bin/44808 [PATCH] opiepasswd makes bad seed for existing user o gnu/45168 Buffer overflow in /usr/bin/dialog o bin/45272 dump/restore problem o docs/45303 remko Bug in PDF DocBook rendering o kern/45373 mckusick softupdate / fs damaged after loss of power / CG 8: Ba o kern/45403 imp Cannot install -CURRENT via pccard network interface o i386/45525 imp Dell Inspiron 7000 does not recognize PC-CARDs after r o bin/45529 hexdump core-dumps with certain args [PATCH] o kern/45558 trhodes [msdosfs] mdconfig and msdosfs make fs writes hang o bin/45565 [sysinstall] write error, filesystem full s kern/45568 gibbs [ahc] ahc(A19160) pci parity error f i386/45773 remko [bge] Softboot causes autoconf failure on Broadcom 570 o bin/45990 dwmalone top dumps core if specific errors in password file o bin/45995 markm Telnet fails to properly handle SIGPIPE on its termina o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o kern/46036 inaccurate timeouts in select(),nanosleep() + fix o usb/46176 usb [panic] umass causes kernel panic if device removed be o kern/46239 standards posix semaphore implementation errors o bin/46352 Open file descriptors and signal handling in the child o i386/46371 usb USB controller cannot be initialized on IBM Netfinity f kern/46484 [bge] [panic] System panics upon configuration of bge a kern/46647 silby Failure to initialize MII on 3Com NIC results in panic o bin/46670 [sysinstall] 5.0-RC2 install leaves CD drawer locked. o bin/46676 ru [PATCH] bsd.dep.mk restricts domain of tags commands o kern/46694 imp Getting DUP packets when in Promiscous mode on wi0 o bin/46866 NIS-based getpwent() falsely returns NULL o kern/47286 device probing not verbose when using boot -v o bin/47384 [sysinstall] sysinstall ignores intended destination d o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o kern/47647 [crash] init died with signal 6 [4.7] s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/47951 [hang] rtld in ld.so will livelock in some circumstanc o kern/48062 mckusick mount -o snapshot doesn't work on +100GB disks o bin/48183 marcel [patch] gdb on a corefile from a threaded process can' o bin/48271 bug with find's -delete option s kern/48279 [bktr] Brooktre878 may cause freeze o conf/48325 /etc/periodic/security/100.chksetuid doesn't work with o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/48425 Tape drive EOT handling problems in 4.7 o misc/48461 murray $EDITOR on the fixit CD is wrong. o bin/48730 sos burncd does not handle signals and causes damage o kern/48741 darrenr ipnat corrupts packets on gre interface with rul o kern/48758 [modules] kldunload if_{nic} can cause kernel panic s threa/48856 threads Setting SIGCHLD to SIG_IGN still leaves zombies under o conf/48881 rc [PATCH] The influence of /etc/start_ifname on /etc/rc. o kern/48996 Fatal trap 12 with incoming traffic from WindowsXP via o kern/49040 problem mounting root; ffs_mountroot can't find rootvp s threa/49087 threads Signals lost in programs linked with libc_r o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model s kern/50827 [kernel] [patch] new feature: add sane record locking p conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o www/51135 www Problems with the mailing-lists search interface o bin/51171 /bin/sh has only 32-bit arithmetics that is not enough o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent f kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/51685 [hang] Unbounded inode allocation causes kernel to loc o bin/51827 getaddrinfo() is broken with numeric service o kern/51982 remko [sio] sio1: interrupt-level buffer overflows o bin/52343 NIS login problem on the server o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than o bin/52743 /etc/ppp/ppp.linkup instability issues o kern/52818 vm_fault() calls vput() on shared-locked vnode o kern/52936 [nfs] Huge writes to nfs exported FAT filesystems caus o kern/52943 [hang] reproducable system stuck just brefore multiuse o kern/53137 [panic] background fscking causing ffs_valloc panic. o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o bin/53606 roberto ntpdate seems to hang system o bin/53839 [sysinstall] disklabel editor fails on post-install co f kern/53920 andre [bge] sluggish TCP connection o kern/53940 imp Some WiFi devices cannot connect to hostap access poin o bin/54097 Non-local yppasswd -d broken in 5.1-CURRENT o kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o bin/54401 [patch] pppstats prints 0 for absolute values in range o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o bin/54446 pkg_delete doesn't honour symlinks, portupgrades leads o java/54463 glewis Apparent bug in jdk13 o i386/54756 acpi ACPI suspend/resume problem on CF-W2 laptop p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o kern/55175 alfred LOR in select and poll o kern/55297 [vfs] [panic] kernel panic after running XFree86 o bin/55346 /bin/sh eats memory and CPU infinitely o bin/55349 mbr amd(8) mixes up symlinks in its virtual filesystem. o bin/55448 dbm_nextkey() misbehaves after dbm_store() in dbm(3) o bin/55457 marcel GDB gets confused debugging libc_r threaded processes. a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl f usb/55555 usb [ums] system freezes with access to /dev/ums0 f i386/55603 remko [mly] unable to reboot when system runs from Mylex A35 o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o i386/55661 acpi ACPI suspend/resume problem on ARMADA M700 o kern/55822 acpi No ACPI power off with SMP kernel o bin/55829 __stderrp not defined in libc.so.3 (compat for FreeBSD o bin/55965 sshd: problems with HostBasedAuthentication and NSS co f kern/55975 thomas [atapicam] ATAPICAM- READ_6(0x08) fails for ATAPI tape o kern/56024 acpi ACPI suspend drains battery while in S3 o kern/56031 luigi [ipfw] ipfw hangs on every invocation f kern/56233 gnn IPsec tunnel (ESP) over IPv6: MTU computation is wrong o kern/56339 select() call (poll() too) hangs, yet call works perfe s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux p bin/56500 roam rpc.lockd needs to use reserved ports o kern/56873 [boot] system hangs on boot at Buslogic device o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic o kern/57206 [panic] softdep_lock locks against itself, causing ker o bin/57255 usb usbd and multi-function devices o kern/57350 [panic] using old monocrome printer port (IO_LPT3 / 0x s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o bin/57466 dialog(1) does not read stdin, breaks subversion port a kern/57479 bms FreeBSD Not in compliance with RFC 1122, Cannot have m o bin/57554 sh(1) incorrect handling of quoted parameter expansion o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o bin/57673 Odd/dangerous disklabel(8) behaviour on 5.0 and 5.1-CU o kern/57722 [kernel] [patch] uidinfo list corruption o kern/57832 scottl [ips] softdep_deallocate_dependencies: dangling deps o kern/58154 mckusick Snapshots prevent disk sync on shutdown o kern/58169 panic: vnode_pager_getpages: unexpected missing page: o kern/58581 [hang] System call gettimeofday hang 5.x triggered by o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o kern/58787 [panic] pmap_enter: attemped pmap_enter on 4MB page o kern/58831 panic: vinvalbuf: flush failed o kern/58930 [panic] Page fault when unplugging Alcatel Speedtouch o kern/58941 rwatson acl under ufs2 doesn't handle disk corruption, page fa o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati f alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-formatted fs cause o kern/59183 imp [wi] wi problems with wi_cmd o kern/59185 [panic] 4.9-RELEASE kernel panic (page fault) in ffs_s o kern/59203 imp [newcard] Panic with wi and newcard f kern/59594 [hang] I/O operations freeze system when perform file s bin/59638 des passwd(1) does not use PAM to change the password f i386/59701 remko System hungup, after resume from suspend. o bin/59777 ftpd(8)/FreeBSD 5: potential username enumeration vuln o kern/59912 mremap() implementation lacking o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ o gnu/59971 peter assertion "strncmp (repository, current_parsed_root->d s ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 f i386/60226 remko [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o kern/60235 phk some /dev-entries missing for newly auto-added disks o bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS installation o bin/60385 vmstat/iostat/top all fail to report CPU usage (still o kern/60598 scsi wire down of scsi devices conflicts with config o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load p docs/60679 trhodes [patch] pthread(3): pthreads documentation does not de o bin/61152 [sysinstall] installer refuses to mount USB-floppy or s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb o bin/61355 login(1) does not restore terminal ownership on exit o kern/61404 andre RFC1323 timestamps with HZ > 1000 o kern/61544 ip6fw breakage on (at least) sparc64 o bin/61587 [sysinstall] [patch] installation problem, disklabel c o docs/61605 doc [feature request] Improve documentation for i386 disk o bin/61658 [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is disabled f bin/61701 Segmentation fault on OPIE when sequence number=-1 o bin/61716 mckusick newfs: code and manpage are out of sync o kern/61733 imp panic: resource_list_release: resource entry is not bu o kern/61746 [boot] system locks up on boot if both apic option and p i386/61852 alc i386 pmap SMP race condition can cause lost page modif o bin/61890 [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 [sysinstall] cannot install 5.2-REL via serial console o alpha/61940 alpha Can't disklabel new disk from FreeBSD/alpha 5.2-RELEAS o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o alpha/61973 alpha Machine Check on boot-up of AlphaServer 2100A RM o bin/62058 burncd doesn't work with Creative RW8438E o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o kern/62091 [hang] Random Lockups on Boot (Timecounter?) [SMP, 5.2 a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las o amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o bin/62367 [sysinstall] 5.2.1-RC installation problems o kern/62374 darrenr panic: free: multiple frees o bin/62375 [sysinstall] sysinstall core dump o conf/62417 luigi diskless op script failed o kern/62468 panic: system crashes when serial getty enabled and se o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/62762 trhodes [msdosfs] Fsync for msdos fs does not sync entries o kern/62824 [panic] softdep_setup_inomapdep: found inode [5.2-CURR o bin/62833 [sysinstall] can't install: integer divide fault o kern/62864 cognet Machine not reboot. a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o kern/63040 panic: kernel panic (sf_buff_alloc) o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/63343 [boot] manual root filesystem specification failed wit o bin/63391 Burncd DAO fails on some CD recorders o kern/63431 [rtc] motherboard going to suspend mode stops system c o bin/63489 top, finger segfault when using NIS groups to restrict o bin/63535 getpwent segfaults when NIS groups used by top, finger f kern/63557 thomas [atapicam] ATAPICAM broken in 5.2-CURRENT (REQUEST_SEN o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/63629 thomas mounting atapicam volume through cd0c cause data corru o i386/64002 acpi acpi problem o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN s kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/unset O_NONBLOC o kern/64406 panic: ffs_clusteralloc: map mismatch o bin/64738 sendmail(8): SO_REUSEADDR doesn't seem to work with AF a kern/64816 peadar [nfs] mmap and/or ftruncate does not work correctly on o kern/64826 [panic] with IPv6 on 4-STABLE after FreeBSD-SA-04:04.t o kern/64903 [modules] panic: multiple kldload of a module compiled o bin/64990 /bin/sh unable to change directory but current dir gro o java/65054 glewis Diablo 1.3.1 JVM runs out of file descriptors at 1021 o bin/65546 [sysinstall] 4.10-BETA fails to install from NFS o kern/65616 gnn IPSEC can't detunnel GRE packets after real ESP encryp o gnu/65641 Use of llabs() in C++ fails as ambiguous o i386/65648 imp cardbus("TI1131") won't work on Dell Latitude CP 233XT o bin/65774 [sysinstall] cannot run repair disk when booted from U s kern/65817 [sk] [panic] kernel panic with GENERIC 5.2.1 and SysKo o gnu/65869 cvs generates invalid cvs command lines o kern/65901 [smbfs] smbfs fails fsx write/truncate-down/truncate-u o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o bin/66036 restore crashes (reproducable, core file and backtrace o bin/66103 macro HISADDR is not sticky in filters o kern/66162 phk gbde destroy error o kern/66270 mckusick [hang] dump causes machine freeze o kern/66290 imp pccard initialization fails with "bad Vcc request" o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. o bin/66350 [sysinstall] sysinstall creates a partition of subtype o kern/66611 [nfs] Crashing NFS servers (with workaround) o bin/66830 chsh/ypchsh do not change user information over NIS o kern/66848 imp cardbus power support breaks cardbus support on HP Omn o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 [2TB] [patch] teach sysinstall about larger disks o i386/67050 imp CardBus (PCI ?) resource allocation problem (still on o i386/67273 acpi [hang] system hangs with acpi and Xfree o kern/67301 panic: uftdi, RTS and system panic f kern/67326 remko [msdosfs] crash after attempt to mount write protected o conf/67328 Usermode PPP hangs on boot when NIS configured s alpha/67626 alpha X crashes an alpha machine, resulting reboot f i386/67688 remko 5.2.1 initial floppy boot fails with Fatal trap 9 o kern/67794 panic: ffs panic during high filesystem activity o kern/67919 imagemagicks convert image to movie conversion kills 5 f i386/67955 remko [panic] -current on T40p kernel trap 12 in boot if cdr o bin/67995 [patch] morse(6) plays beeps 10 times faster than it s p kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in the header pr o kern/68076 [modules] Page fault when the sequence "kldunload ucom o kern/68324 panic: Duplicate free of item 0xc3121908 from zone 0xc o kern/68325 panic: _mtx_lock_sleep: recursed on non-recursive mute f i386/68438 remko bootloader cannot read from icp vortex arrays o kern/68442 [panic] acquiring duplicate lock of same type: "sleepq o kern/68576 rwatson UFS2 snapshot files can be mounted read-write and writ o bin/68727 marcel gdb coredumps after recent CURRENT upgrade o kern/68889 rwatson [panic] m_copym, length > size of mbuf chain f i386/68899 remko Problems reading and writing DVD-RAM discs o kern/68978 [firewire] firewire crashes with failing hard disk, lo o kern/68987 panic: kmem_malloc(163840): kmem_map too small o usb/69006 usb [patch] Apple Cinema Display hangs USB ports o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic f i386/69049 remko [install] error "anic: page fault" o kern/69066 panic: nmdm page fault when slattach on a null modem d o kern/69092 [rl] kernel: rl0: watchdog timeout o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o kern/69158 [an] Cisco MPI350 wireless card problems related to ir f i386/69218 simokawa [boot] failure: 4.10-BETA and later do not boot on Asu o kern/69612 [panic] 4.10-STABLE crashes everyday: page not present o kern/69629 [panic] Assertion td->td_turnstile o amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o bin/69723 sysinstall: allow to continue from package install fai o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins f i386/70028 remko [umass] umass issue in the boot prcess on SONY Laptop o i386/70330 marcel Re-Open 33262? - gdb does not handle pending signals p o i386/70386 i386 IBM x345 Freezes Randomly o i386/70482 i386 Array adapter problems o i386/70525 i386 [boot] boot0cfg: -o packet not effective o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o bin/70600 fsck(8) throws files away when it can't grow lost+foun o kern/70649 [rtc] system clock slows down when heavily loaded f kern/70663 rwatson [ipx] Freebsd 4.10 ncplogin + Netware 4.11 = nwerr 89f o i386/70747 i386 ddos attack causes box to crash on kernel 5.2.1 o kern/70753 [boot] Device for firewire hard disk not created in ti o bin/70803 truss wedges if child exits at the wrong moment o bin/70974 [rpc] SIGSEGV in rpc.lockd o threa/70975 threads unexpected and unreliable behaviour when using SYSV se o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 during keybo o i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E attached f i386/71144 remko FBSD5.3b2 doesn't boot on a Compaq Armada 7300 o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes f i386/71158 remko [pccbb] pci bus number 3 devices are missing on laptop o gnu/71160 marcel gdb gets confused about active frame o kern/71198 Lack of PUC device in GENERIC kernel causes interupt l o bin/71290 [PATCH] passwd cannot change passwords other than NIS/ o bin/71323 [sysinstall] FTP download from floppy boot crashes wit f kern/71388 rwatson [panic] due mac_policy_list_conditional_busy called be o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: s kern/71421 jeff [sched_ule] [hang] filesystem operations lockups o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit o amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy load o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC o kern/71771 [amr] Hang during heavy load with amr raid controller a bin/71786 [patch] adduser breaks if /sbin/nologin is included in f kern/71791 [panic] Fatal trap 12: page fault while in kernel mode o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont f kern/72022 linimon packet loss on loopback interface [5.3-BETA5] s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use f java/72151 java JVM crash on 5.2.1-R o kern/72208 panic: bio_completed can't be greater than bio_length o kern/72210 andre ipnat problem with IP Fastforward enabled o kern/72424 panic: ffs_blkfree: freeing free block in ffs/ffs_allo o threa/72429 threads threads blocked in stdio (fgets, etc) are not cancella o kern/72490 Panic mounting cdrom with RWCombo Abort trap (core dumped) o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o bin/73559 sos burncd(8) failure closing/fixating DVD-+R/CD-R/CD-RW N o bin/73617 [sysinstall] fdisk editor unmarks active partition o amd64/73650 amd64 5.3-release panics on boot o i386/73666 i386 5.3 UDMA error WD1600 can't partition drive f i386/73706 jhb [irq] ATA_IDENTIFY timed out under FreeBSD 5.3 o kern/73740 [nfs] [panic] 5-3-R#3 panic when accessing nfs exporte o kern/73744 printing via cups causes "Interrupt storm" warning, th f kern/73830 le kernel panic when raid5 member disk is removed f kern/73850 thomas [atapicam] atapicam and Zip drive causes reboots upon o kern/73871 [wi] Intersil Prism wireless wi0 locks up, "busy bit w o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o i386/73934 i386 fdisk sees disk as empty f kern/73987 multimedia [sound] Nforce2 MB sound problem o i386/74008 i386 IBM eServer x225 cannot boot any v5.x - endless dump s o kern/74012 FreeBSD 4.10 stops responding while playing a URL o i386/74044 i386 ServerWorks OSB4 SMBus interface does not detected on o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp p kern/74105 rwatson IPX protocol support doesn't work f i386/74124 i386 [irq] ata0 failure on HP(Vectra) VL6/350 [introduced i o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w s kern/74242 rwatson Write to fifo with no reader fails in 6.0 current o kern/74309 xterm -C and rxvt -C do not grab /dev/console o kern/74319 [smp] system reboots after few hours (5.3) a kern/74432 Yamaha DS-1E produces "kernel: Danger! pcm0:play:2 buf o kern/74495 [wi] wi(4) wlan driver device freeze (5.3-STABLE) o gnu/74531 gcc doesn't link correctly if -pg specified o conf/74610 Hostname resolution failure causes firewall rules to s o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 s kern/74708 [umapfs] [panic] UMAPFS kernel panic o amd64/74747 amd64 System panic on shutdown when process will not die o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/74778 ipsec passthrough / nat-t crash freebsd firewall o bin/74779 Background-fsck checks one filesystem twice and omits o bin/74801 cpio -p --sparse creates truncated files o kern/74809 [modules] [panic] smbfs panic if multiply mounted o i386/74816 i386 OS crash with kernel trap 12 in different processes o kern/74852 page fault: after a few days init causes page fault o kern/74877 Panic after halting the system - vrele: negative ref c f kern/74923 rwatson [ipx] [panic] kernel panic with ncplist on 5.3-release o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/75099 OpenOffice makes the system freeze o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o kern/75157 Cannot print to /dev/lpt0 with HP Laserjet 1005 : Devi s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o kern/75249 [boot] 5.x install CD hangs on VirtualPC Version 7 (Ma o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o threa/75273 threads FBSD 5.3 libpthread (KSE) bug o kern/75368 [panic] initiate_write_inodeblock_ufs2() panic o threa/75374 threads pthread_kill() ignores SA_SIGINFO flag o kern/75407 [an] an(4): no carrier after short time o kern/75510 panic: kmem_malloc(4096): kmem_map too small p kern/75542 rwatson Inconsistent naming of a tunable and weird code in sys o usb/75705 usb [panic] da0 attach / Optio S4 (with backtrace) o docs/75711 keramida opendir(3) missing ERRORS section o kern/75733 harti ATM driver problem. o kern/75755 kmem_malloc(45056): kmem_map too small: 335540224 tota o kern/75780 [panic] panic: vm_page_free: freeing wired page (with o usb/75797 usb 5.3-STABLE(2005 1/4) detect USB headset, But can not f o kern/75823 [wi] wi0 interface self-destructs after a couple hours o kern/75875 remko [burncd]: acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc f i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke f bin/75931 Got "bus error" on running certain apps p bin/75980 expand(1) breaks tab columns in Japanese text o kern/76023 [panic] xmms causes panic o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o bin/76134 fetch(1) doesn't like 401 errors with -A o amd64/76136 amd64 system halts before reboot f usb/76204 usb panic while using usb attached modem f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o usb/76395 usb USB printer does not work, usbdevs says "addr 0 should o kern/76398 [libc] stdio can lose data in the presence of signals o i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) do not boot. o kern/76504 silby Keep-alives doesn't work on half-closed sockets. o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o bin/76578 uniq truncates long lines to LINE_MAX o bin/76588 OpenSSL fails on loading keyfiles from BIO resources o java/76631 java any port linux-*-jdk12 will core dump if using linux_b o kern/76663 panic with FAST_IPSEC and IPv6 o i386/76666 i386 Booting and Sound are mutually exclusive on Toshiba la o kern/76672 Problem with cardbus and vlans s threa/76694 threads fork cause hang in dup()/close() function in child (-l o i386/76737 i386 CardBus problem (cbb1: Could not map register memory) o kern/76848 [amr] amr hangs o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76925 i386 standard pci-ide, install - "NO DISKS FOUND" :) f kern/76937 remko [kse]: Page fault while in kernel mode under heavy dis o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/76948 i386 [rl] Slow network with rl0 o kern/77026 umount-ing non-existent device panics system o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic o usb/77184 usb kernel panic on USB device disconnect s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77289 system hangs while trying to unmount previously remove o usb/77294 usb ucom + ulpcom panic o i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE-2.1 on IBM o kern/77337 Samba3+FAT32->Reboot o kern/77432 [nfs] [patch] It is not possible to load nfs4client.ko o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o bin/77455 natd(8): fatal trap 19 in natd o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o i386/77529 i386 [install] installation of freebsd 5.3 in laptop an to o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o kern/77631 [sis] sis network driver broken in 5.3 o bin/77651 init can loose shutdown related signals o kern/77710 emulation [linux] Linux page fault sigcontext information is wro f kern/77753 remko [burncd]: DVD-writer fails to fixate DVD o usb/77940 usb [quirk] [patch] insertion of usb keyboard panics syste o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o bin/78087 groups program inconsistency o gnu/78161 [patch] gzexe(1): typo in gzexe o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78216 WRITE_DMA UDMA ICRC errors while copying data to a dis f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO o i386/78219 i386 Netgear FA-410TX is incorrectly detected o i386/78339 i386 BTX loader crashes on boot on HP Proliant DL140 o docs/78357 doc getaddrinfo(3)'s AI_ADDRCONFIG not documented o kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel panic o kern/78384 [panic] Reproducible panic with port iplog and -curren o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o bin/78570 wicontrol(8): "wicontrol -i wi0 -C" outputs garbage o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq p conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal f kern/78791 [xl] xl(4) input errors and speed problem o kern/78801 mux ping: sendto: No buffer space available o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis a kern/78929 [atapicam] atapicam prevents boot, system hangs o i386/78930 i386 SuperMicro web server with 5.3-RELEASE kernel panics u o kern/78946 [vm] vm_pageout_flush: partially invalid page p kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o bin/78964 [sysinstall] can not write labels to hdd on installati o kern/78968 gnn FreeBSD freezes on mbufs exhaustion (network interface o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o usb/78989 usb please add USB keyboard support to install CD's o kern/79025 [patch] && in /usr/src/etc/Makefile needs to be an or o i386/79073 i386 System panic and hang after creating a large empty fil s i386/79080 acpi acpi thermal changes freezes HP nx6110 o i386/79081 acpi ACPI suspend/resume not working on HP nx6110 o usb/79140 usb WD Firewire/USB Combo hangs under load on USB interfac o i386/79169 i386 freeze with striped USB Drives under high load o kern/79208 [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 [nfs] iozone hurts tcp-based NFS f kern/79255 remko [burncd]: Fixating CDRW with burncd(8) hangs system (D o kern/79262 [dc] Adaptec ANA-6922 not fully supported o i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4210T (233MMX o usb/79269 usb USB ohci da0 plug/unplug causes crashes and lockups. o usb/79287 usb UHCI hang after interrupt transfer o kern/79295 umount oddity with NFS (fwe) over VIA Fire II card s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/79324 [bge] Broadcom bge chip initialization failure o kern/79336 [nfs] NFS client doesn't detect file updates on Novell s kern/79339 [kernel] [patch] Kernel time code sync with improvemen f bin/79376 moused causes random mouse events with a PS/2 mouse on o i386/79409 i386 Coming back from idles make the server reboot o usb/79524 usb printing to Minolta PagePro 1[23]xxW via USB fails wit o kern/79621 [sysinstall] sysinstall does not create a device when o usb/79622 imp USB devices can be freed twice f usb/79656 usb [usb] RHSC interrupts lost o threa/79683 threads svctcp_create() fails if multiple threads call at the o kern/79700 [nfs] suspending nfs file access hangs other access to o usb/79722 usb [usb] wrong alignments in ehci.h o i386/79729 i386 umass, da0 not detected by devfs for o i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG error on kernel s o i386/79779 i386 If system memory is above 4GB, one parts of memory wil o kern/79783 sos [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o i386/79807 i386 Lock Up on Old Acer P1 Comp a kern/79833 [sata] BTX crashes on boot when using Promise TX2Plus o kern/79895 darrenr [ipfilter] 5.4-RC2 breaks ipfilter NAT when using netg o kern/79905 multimedia [sound] sis7018 sound module problem o bin/79910 [sysinstall] Cannot escape from failed port/package in o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79940 [panic] 5.3 with kernel debug causes panic when large o i386/79943 i386 Very High interupt rate on PCM o kern/79988 darrenr [trap] page faults while in kernel mode o kern/80005 [re] re(4) network interface _very_ unpredictable work o usb/80040 usb [hang] Use of sound mixer causes system freeze with ua o bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_insert() cause o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o amd64/80114 amd64 kldload snd_ich causes interrupt storm when ACPI is en o kern/80136 [md] [crash] mdconfig can reboot the system o kern/80166 ups [panic] Debugger SMP race panic f usb/80260 usb Travan USB tape drive fails to write o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o i386/80268 i386 [crash] System with Transmeta Efficeon cpu crashes whi o kern/80321 ups [kgdb] serial db problems o kern/80322 TCP socket support broken on a busy port o usb/80361 usb mounting of usb-stick fails o kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, no mouse. Sa o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o threa/80435 threads panic on high loads o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/80572 [bridge] bridge/ipfw works intermittantly. o amd64/80691 amd64 amd64 kernel hangs on load o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80714 [atapicam] drop/boot to single user hangs on 5.4-RELEA o kern/80739 Strange panic (keyboard related?) on 5.4 when dropping o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o kern/80784 mux [fxp] fxp gives device timeouts o bin/80798 mount_portal pipe leaves file descriptors open for chi o usb/80829 usb possible panic when loading USB-modules o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC addr arg wit s kern/80932 [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau o i386/80989 i386 [install] Cannot install 5.4-RELEASE both in my system o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o kern/81095 gnn IPsec connection stops working if associated network i p i386/81111 i386 /boot/loader causes reboot due to CFLAGS+= -msse3 o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard s kern/81147 [em] [patch] em0 reinitialization while adding aliases o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/81207 [if_ndis] NDIS wrapper doesn't probe builtin nForce MC o i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeon Mobility 98 o kern/81232 [panic] vrele: negative ref o i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR_COMPAT" to p o kern/81301 problems with new "contigmalloc" routine o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o kern/81322 [lnc] [hang] lnc driver causes lockups o kern/81324 darrenr [panic] "Duplicate free of item %p from zone %p(%s)\n" o bin/81389 brian ( usermode ppp ) LCP Negotiation Never Finishes, one o o kern/81539 The fxtv program freezes systems o kern/81606 darrenr ipnat fails to start after upgrade to RELENG_5_4 o kern/81644 [vge] vge(4) does not work properly when loaded as a K o gnu/81689 Unable to connect via SSH using protocol v2 o kern/81770 [nfs] Always "NFS append race" at every NFS mount with o kern/81807 [sio] Silo overflows with serial multiport cards o conf/81882 [patch] missing terminal definition for wy120 in termc o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o i386/81903 i386 Installer hangs on all menu entries on Toshiba A75 mod f bin/81997 ntpd fails to bind to IP-address o i386/82029 i386 [install] Boot Loader installation on MegaRAID control o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/82064 anholt [drm] DRM not working with SMP f usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 player o kern/82219 [panic] in dumping if watchdog enabled. o kern/82227 [digi] Xem: chained concentrators not recognised a bin/82263 compat 4x broken after last update o kern/82271 pf [pf] cbq scheduler cause bad latency f usb/82272 usb Can not recognize Casio camera EX-Z40 as a umass devic o i386/82285 i386 [race] kernel panic during reboot o usb/82350 usb [usb] null pointer dereference in USB stack o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/82442 [panic] Fatal trap 12 in em driver on 4.11-RC2 contain o kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM not recognized o kern/82468 Using 64MB tcp send/recv buffers, trafficflow stops, i o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o usb/82520 usb Reboot when USL101 connected o amd64/82555 amd64 Kernel Panic - after i connect to my "amd64" from anot o usb/82569 usb [usb] USB mass storage plug/unplug causes system panic o kern/82649 [panic] some request to DVDROM causes kernel panic o stand/82654 standards C99 long double math functions are missing o usb/82660 usb EHCI: I/O stuck in state 'physrd'/panic o bin/82667 burncd doesn't abort on error conditions o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82755 [panic] during periodic ncvs.sh script at command tar o kern/82805 [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact s kern/82806 darrenr ipnat doesn't handle out of order fragments. o kern/82846 phk Kernel crash in 5.4 with SMP,PAE o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/82919 [bridge] [patch] Bridge configuration update will cras o bin/82975 route change does not parse classfull network as given o amd64/83005 amd64 Memory Occupied during installation of the FreeBSD 5.4 o kern/83098 'vrele: negative ref cnt' in shutdown with root and uf o ports/83183 olgeni webmin/perl coredumps o bin/83195 nvi loses edited file on network disconnection o kern/83254 [digi] driver can't init Digiboard PC/4e o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o kern/83375 mbr Fatal trap 12 cloning a pty o kern/83384 failure of non-essential IDE partitions can panic the o bin/83426 [libvgl] [patch] improper handling of malloc failures o kern/83464 geom [geom] [patch] Unhandled malloc failures within libgeo o kern/83499 fragmented packets does not pass through a pipe o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o bin/83558 kernbb(8): usr.sbin/kernbb doesn't compile, and is dis o usb/83563 usb [panic] Page Fault while detaching Mpman Usb device o i386/83574 i386 [install] installation failure o kern/83586 [if_ndis] [panic] ndis panic with Intel Pro 2100 wirel f kern/83671 Can't get comconsole to work properly on Supermicro X5 o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o usb/83756 usb Microsoft Intellimouse Explorer 4.0A doesn't work. o kern/83761 [panic] vm-related panic: blst_radix_free: freeing fre f i386/83826 linimon [install] can't install any version on Toshiba Satteli o threa/83914 threads [libc] popen() doesn't work in static threaded program o i386/83925 i386 [boot] can't boot Dell Latitude D610 after BIOS update o kern/83930 sam crypto_q_mtx recursion when unloading hifn.ko. o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o amd64/84027 obrien [nve] if_nve gets stuck o i386/84088 i386 Panic with nforce2 platform on FreeBSD 6.0 beta o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o bin/84217 brian "enable proxy" is ignored in ppp.conf p conf/84221 Wrong permissions on /etc/opiekeys o i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB memory used o kern/84584 [re] re(4) spends too much time in interrupt handler ( o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o kern/84656 [panic] when kern.maxdsiz is => hw.physmem o bin/84668 [sysinstall] ssh and sysinstall problem o kern/84673 [nfs] NFS client problem "Stale NFS file handle" o i386/84717 i386 [hang] 5.4-rel booting locks-up on Supermicro 5013C-MT p kern/84740 tjr [libc] regcomp("\254") fails o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o bin/84816 patch(1) inserts a line in the wrong place o kern/84818 sos atapi cd: hangup with motor switched on any access o amd64/84832 amd64 Installation crashes just at boot AMD64/ Version 5.4 o kern/84861 sam [ipw] [patch] still can't get working ipw(4) with adho o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o usb/84936 usb install - usb keyboard not recognized o i386/84943 i386 [sata] Intel ICH6 SATA controller (Dell D610 Laptop): o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o kern/84964 [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 [nfs] programs on nfs4 mounts won't execute o kern/85005 Network interrupt after shutdown method has been calle o kern/85042 [smbfs] mount_smbfs: can't get handle to requester (no o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset p i386/85101 das [libm] nearbyint always returns nan o bin/85115 byacc generates uncompileable file o kern/85123 [iir] Improper serialization in iir_ioctl() allows iir o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex f ports/85155 cy security/tripwire clobbers config files on install o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o alpha/85346 alpha PREEMPTION causes unstability in Alpha4000 SMP kernel o amd64/85431 amd64 AMD64 has short but temporary freezes (hangups) on Sun o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli o kern/85444 IPv6 crash, possibly related to destroying spf interfa o kern/85450 [sata] panic: subdisk6 detached (appears to be a sata o amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMPTION only) o i386/85454 i386 Panic while booting: No virtual memory for kernel o kern/85464 Cannot unmount file-backed disk imported from NFS or S o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/85728 [trap] Crashes on 6.0 when copying data between filesy o ports/85730 danfe nvidia-driver eats the /usr/X11R6/lib/modules/drivers o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/85768 gibbs aic79xx driver timeouts with U160 target (free list co o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl s ports/85779 edwin fmsx 3.0 is unstable (reboting, freezing) o kern/85791 kernel panic, page fault in kernel mode o bin/85796 des pam doesn't work correctly after Upgrade RELENG_4-2005 f kern/85804 [panic] after chown -R from chrooted shell o kern/85809 panic: mutex "ipf state entry" already initialized o bin/85810 nslookup/dig Hang and processes cannot be killed o kern/85813 timeout waiting for read DRQTrying to mount root from o kern/85816 maxproc=1 in login.conf causes kernel panic when loggi p bin/85830 des [patch] pam_exec incorrectly works with vfork() s ports/85850 cperciva portsnap extract silently deletes Makefile.local o i386/85866 i386 [hang] bootloader freezes on Pentium2/3 o kern/85894 [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/85931 panic: "vm_fault: fault on nofault entry" when using m o i386/85938 i386 Install fails, unable to write partitions o i386/85944 i386 FreeBSD restarts after showing "Welcome to FreeBSD" sc s kern/85975 [cam] devfs does not create entries when removable med o kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 o bin/86012 kpasswd(1) fails if one of the KDC are unreachable. o usb/86031 usb need support usb nic rt2500 in my 5.4 STABLE o kern/86055 FreeBSD 6.0 beta4 install panic:bio already on queue o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/86103 darrenr [ipfilter] Illegal NAT Traversal in IPFilter o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/86261 brian 'out of buffer space' after many PPPoE re-dial attempt o i386/86325 i386 [install] unable to install FreeBSD on IBM BladeCenter o kern/86330 [ipsec] [panic] panic in ESP code s kern/86361 thompsa [bridge] bridge(4) does not work with VLAN trunks o i386/86380 i386 i386_set_ioperm doesn't take effect immediately o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o ports/86421 clement Apache-2.0.54_4 PHP popen hangs f kern/86423 truckman backgroud fsck leaves incorrect free block count o kern/86427 gnn LOR / Deadlock with FASTIPSEC and nat o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware o kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_ACL) paniced b o i386/86612 i386 SCSI DAT Drive Issue o kern/86619 linux emulator interacts oddly with cp o i386/86667 i386 GNOME Battery Applet causing keyboard to lag/drop char o ports/86687 tobez Perl ithreads coredump f kern/86746 cognet watch/snp don't work in 6.0 o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o kern/86775 system reboot without syncing o i386/86806 i386 Couldn't alloc kernel virtual memory o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87010 pjd Reading kernel memory & pagefault under non-root o i386/87085 i386 [install] Will not install on Microtel system s kern/87094 5.4 system with SMP and IPFW crashes under load (mbuf o usb/87099 usb panic: ohci_add_done: addr 0x000d1bf0 not found o i386/87122 i386 [install] Installer of 6.0-BETA5 can't find HDD partit o i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory in FreeBSD 6 o amd64/87156 amd64 First Installation: Kernel crashes o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/87248 [iwi] Data-corruption while using WEP on if_iwi o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87348 amd64 amd64+smp+startkde always crashing o i386/87356 i386 6.0 RC1 cannot see 250GB drive o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/87368 trhodes [msdosfs] fat32 is very slow o ports/87397 edwin incorrect use of PAPERSIZE make variable in some ports o ports/87404 nork Adobe Reader no longer works with www/linuxpluginwrapp o kern/87413 [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up" freezes sys o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o amd64/87472 amd64 I downloaded 5.4 and went to install it, but it keeps o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" keyword leads o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo f usb/87565 linimon [patch] Support for Vodaphone 3G/UMTS cards o i386/87576 i386 [install] no installation on Acer aspire 1304xc laptop o kern/87586 [diskless] [panic] Unable to use networked swap in 6.0 f kern/87596 [panic] OS crash on a Firefox link click (FreeBSD 6.0- o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o ports/87631 sobomax zaptel modules loading crashes FreeBSD 6.0RC1 a kern/87658 IO::AIO test suite loops infinitely on 5.4-RELEASE-p5 o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o kern/87727 [panic] 6.0-RC1 coredumps o bin/87729 phk most calls to malloc(3) generate warnings in valgrind o kern/87758 [ath] [hang] Reboot problem with atheros wireless card f kern/87791 Kernel crash when running df o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/87859 [smbfs] System reboot while umount smbfs. o i386/87876 i386 Installation Problems for i368 Compaq R3000 o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata f kern/87986 pjd [geom] [hang] gmirror and quota will hang the OS o ports/87996 nork www/linuxpluginwrapper: Flash 7 kills epiphany browser o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o kern/88082 [ath] [panic] cts protection for ath0 causes panic o gnu/88087 c++filt(1) dumps core on a trivial string "STYLEPROP_" o i386/88124 i386 [hang] X -configure freezes 6.0rc1 o i386/88130 i386 [hang] Machine hangs on dhcp o i386/88139 i386 [i386] feature request: 53C875 Chipset HP 5064-6016 do o kern/88213 [panic] Hang followed by Panic on 6.0-RC1 when install o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88268 [bpf] yet another null pointer in bpf code o amd64/88299 amd64 swapcontext fails with errno 0 o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu0) on HP prol o kern/88472 [panic] panic/reboot in 5.4-STABLE o kern/88487 [panic] softdep_setup_inomapdep: found inode o kern/88496 [iwi] iwi0: fatal error - have to reboot o kern/88518 rodrigc cannot mount root rw at boot o bin/88524 openssl can not work with smtp.gmail.com o kern/88555 [panic] ffs_blkfree: freeing free frag on AMD 64 f amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot after sis0, d o bin/88655 /bin/tcsh ls-F : Floating exception (core dumped) o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only in safe mode o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o usb/88743 usb [hang] USB makes kernel hang at boot (regression in 6. o i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re o amd64/88790 amd64 kernel panic on first boot (after the FreeBSD installa o i386/88808 i386 [install] V6.0 crashing on install with ICH7 SATA RAID a kern/88823 [modules] atapicam - kernel trap 12 on loading and unl o i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE crashed while tra o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" o kern/88882 [ndis] ndis IF tx/rx and other problems in 6.0-R (regr o kern/88914 [hang] system freeze during file transfer o i386/88929 i386 [install] FreeBSD 6.0 install CD fails to find disks o o kern/88937 [ndis] ifconfig ndis does not show the correct mode o usb/88966 usb kldunload ucom.ko returns "Device busy" error. o usb/89003 usb LaCie Firewire drive not properly supported under 6.0 o kern/89069 [panic] kernel panic when putting load on raid0 array o kern/89070 [panic] NULL m passed to m_copym() in ip_fragment() o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u a gnu/89103 gcc segmentation fault errors -- ??memory leak? o kern/89179 Random reboots on Dell PowerEdge 6300 o kern/89207 problem install fresbsd, hard disk geometry error f usb/89218 linimon flash disk o i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't write on har o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o i386/89288 i386 [acpi] DMA error while booting with acpi enable o ports/89308 apache [patch] www/mod_accounting crash on request_timeout o i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic when mostly idle o kern/89353 [ata] invalid disk controller recognition of intel ICH f kern/89355 [md] mdconfig -t vnode filesystem mount problem o i386/89383 i386 [sio] [panic] page fault o kern/89396 [reboot] remounting cdrom causes reboot o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in o kern/89447 Serial console speed not working properly (regression) o amd64/89501 amd64 System crashes on install using ftp on local subnet o amd64/89503 amd64 Cant Boot Installation Disk s kern/89528 [jail] impossible to kill a jail o kern/89538 [tty] [panic] triggered by "sysctl -a" o amd64/89546 amd64 [geom] GEOM error o amd64/89550 amd64 [sym] [patch] sym0: VTOBUS failed (6.0 Release) o conf/89589 secteam virecover follows hardlinks, possibly exposing sensiti o kern/89633 [sis] [panic] if_sis panic under extended load in 6.0- o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks o kern/89775 [kevent] [hang] kevent hangs on second wait for /dev/d o gnu/89777 send-pr(1) lies about saved reports o kern/89784 phk [devfs] [patch] 6.0-RELEASE panics when applying `type o kern/89864 [vr] [panic] if_vr panic under FreeBSD 6 o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/89880 wpaul [ndis] ndis interface stops rx/tx while large text tra o kern/89918 [iwi] [panic] Kernel panic with if_iwi Intel 2200bg o usb/89954 usb [usb] USB Disk driver race condition? o kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so f amd64/89968 linimon [ata] Asus A8N-E MediaShield RAID problem (read-only s f usb/89997 usb [umass] [panic] panic on iPod mini detach f kern/90050 [boot] boot -s drops serial console at sh prompt o i386/90059 i386 panic in 2 mins after power on PC o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef o kern/90086 [hang] 5.4p8 on supermicro P8SCT hangs during boot if o ports/90088 clement Buildconflict with apr-svn, libtool and apache22 o bin/90093 geom fdisk(8) incapable of altering in-core geometry f kern/90096 thompsa [net] [patch] arp mixup if carp and bridge used o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/90237 [panic] kernel panic on startx command f threa/90278 threads libthr, ULE and -current produces >100% WCPU with apac o kern/90279 [nge] Appletalk and 0x090007 OUI enet frames can't pas o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/90330 [linux] linux_compat /dev system freeze problem o kern/90442 [panic] kmem_alloc fails kmem_map: too small, on a RAI o ports/90454 nobutaka libxine 1.1.1 Ports build fails o i386/90519 i386 Resume after suspend results in g_vfs_done() errors an o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ o bin/90656 [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o usb/90700 usb Kernel panic on connect/mount/use umass device o bin/90736 [libc] dlfunc can not be defined in libc o ports/90743 glewis jdk-1.5.0p2_3 compilation failure o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe f conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout o bin/90903 [powerd] cpufreq inconsistency / powerd broken o i386/90949 i386 [panic] kernel panic with opera o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device o i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Amilo Pro v2040 o ports/91067 obrien editors/vim - PATCH to conditionally enable multibyte f kern/91160 mjacob [mpt] system hangs with: mpt0: Request 0xffffffff89b96 o kern/91229 [feature request] PAN (piconet) Bluetooth profile is n o usb/91238 usb USB tape unit fails to write a second tape file to the o kern/91242 trhodes [msdosfs] panic: rofs mod when remounting disk o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o kern/91266 threads [threads] Trying sleep, but thread marked as sleeping o i386/91282 i386 [install] 6.0R install CD crashes on Promise PDC20267 o usb/91283 usb booting very slow with usb devices connection (regress s kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91311 [aue] aue interface hanging o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry f kern/91408 linimon [irq] ata(4) failure: SETFEATURES SET TRANSFER MODE se o amd64/91492 amd64 BTX halted o bin/91536 sos burncd(8): burncd -t feature strangeness o usb/91538 usb Unable to print to EPSON CX3500 o www/91539 www FreeBSD web site renders very badly o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi o kern/91580 fstat(2) not working properly in 6.0? o bin/91622 dds cp(1) does not update atime of the source file o conf/91732 [patch] 800.loginfail: fix log message grep expression o i386/91745 i386 Second processor not detected on Proliant ML530 G2 wit s i386/91748 acpi acpi problem on Acer TravelMare 4652LMi (nvidia panic, f kern/91760 remko [ipsec] FAST_IPSEC stops system under high traffic o bin/91762 vipw(8): it is possible to add a user named ".." o kern/91859 [if_ndis] if_ndis does not work with Asus WL-138 o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard o usb/91906 usb FreeBSD hangs while booting with USB legacy support on o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/91919 [pccbb] pccbb does not supply appropriate voltage o kern/91942 [re] [panic] ifconfig causes panic on re(4) o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o conf/91959 incorrect cross-install ?(/usr/src/etc/Makefile) o kern/92000 [ntfs] [panic] Panic caused by mounting mounted NTFS p o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o usb/92052 usb usbd causes defunct process with busy file-handle o bin/92058 ssh(1): FreeBSD 6 release Xeon SCSI ssh does not work o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o ports/92071 x11 Problem with Xorg and SIS630/730 integrated video card o bin/92074 top(1) aborts in redzone o kern/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/92090 [bge] bge0: watchdog timeout -- resetting o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92104 [panic] kernel panic near readlink syscall o usb/92142 usb SET_ADDR_FAILED and SHORT_XFER errors from usb drivers o kern/92164 scottl [ips] SCSI target mode LOR o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o i386/92193 i386 Can't boot from 6.0 Installation CD: BTX halted (Gigab f conf/92252 order the packets in freebsd 6 with ipfw + ipf + pf wi o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o kern/92292 [md] [hang] Heavy IO on a md-backed filesystem on a sn f i386/92303 linimon [ips] Cannot install FreeBSD 6 on an IBM x226 8488E4Y o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o kern/92351 [iwi] page fault in iwi after ACPI resume o kern/92368 LOR in opencrypto/crypto.c o kern/92440 mbr Kernel fault in knote when getty opens a serial port o ports/92478 nork net/DarwinStreamingServer admin does not work o kern/92518 Intense disk activity (large FS newfs and/or many smal o kern/92552 net A serious bug in most network drivers from 5.X to 6.X o kern/92599 BUG: IEEE 802.3 compliance of autonegotiation process f ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver on G550'sDVI o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92690 andre [net] slowstart_flightsize ignored in 6-STABLE o kern/92716 [hifn] [hang] hifn driver hangs after a short while wh o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and o kern/92751 [cam] [reboot] 5.4 crashes after camcontrol devlist o kern/92776 glebius [carp] kernel-crash using carp o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID f kern/92792 [tcp] kernel crash with high number of TCP connections o kern/92795 [panic] lockmgr panic during sys_exit file cleanup o kern/92798 scsi [ahc] SCSI problem with timeouts o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o amd64/92889 amd64 [libc] xdr double buffer overflow o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/92966 imp [cardbus] cardbus.ko loading failed o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti o ports/93071 x11 x11-servers/xorg-server: Resume fails on system with X f kern/93083 [firewire] Detach of Firewire Harddisk not recognied p o bin/93085 support for ACLs (and extattr) missing in dump(8) and o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o kern/93170 Changing system date causes panic in nd6_timer o power/93203 ppc FreeBSD PPC Can't Write to Partitions. o ports/93253 glewis jdk 1.5 port build problem o bin/93284 secteam [sysinstall] Insecure placement of user ftp into opera o ports/93299 sobomax misc/zaptel: unload of zaptel kernel modules causes a o kern/93300 ipfw [ipfw] ipfw pipe lost packets o kern/93305 Machine freezes solid running dhcpclient after suspend o bin/93317 ld-elf.so doesn't translate unresolved weak symbol int o kern/93380 almost all not polling NICs are doing device timeout a o kern/93396 dlopen crash with locked page o usb/93408 usb hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes choppy m f kern/93458 [smbfs] mount_smbfs(8) fails with authentication error o kern/93461 [smp] Intel 440LX SMP freeze (regression vs. 4.X) f usb/93496 usb USB2.0 umass stalls on VIA o i386/93524 i386 Automatic reboot o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o kern/93567 [vr] Via Rhine : Asymetric Bandwith o bin/93603 [patch] restore(8) fails if /tmp fills o i386/93615 i386 [install] Operating system wont install. Problem with o gnu/93629 GNU sort(1) tool dumps core within non-regular locale o usb/93640 usb device ehci causes interrupt storm on this MSI amd64 m o kern/93685 [pipe] select on pipe write fails from '0' end o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/93762 i386 Machine lockup at boot loader countdown on SuperMicro o kern/93771 sos [ar] [panic] atacontrol status ar1 causes panic o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to f ports/93777 x11 Starting xorg-server requires reloading sound module o i386/93787 i386 freebsd 6.0 hangs on atkbd0 on Proliant 1850r server a f kern/93791 [xl] xl0: watchdog timeout with 3CFE575BT o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o usb/93828 usb ohci causes panic on boot (HP Pavillion d4100e) o kern/93885 sos [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o kern/93893 [re] Boot panic from Netgear GA311 o conf/93899 mount_smbfs can't load libiconv.so during boot up o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o i386/93989 i386 [install] Can't install FreeBSD from IEEE1394 DVD-RW o o kern/93998 [libstand] [patch] panic in libstand when closing raw f kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dereference panic o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop f kern/94146 linimon [ohci] fwohci parity error crashes kernel on boot o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o kern/94162 [bge] 6.x kenel stale with bge(4) o usb/94166 usb btx halted with a flashcard plugged o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o kern/94256 [nfs] nfs locking/rpc.lockd doesn't understand file de o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and f kern/94307 [bge] kernel panics when passing trafffic through bge1 o i386/94364 i386 [kbd] Unable to boot on NX9110 laptop o kern/94373 [ural] if_ural.c:93: error: `USB_PRODUCT_LINKSYS4_HU20 f kern/94380 [em] Laptop panics, related to networking after resume o usb/94384 usb kernel panic with usb2 hardware o kern/94393 PseudoRAID loses track of the master disk o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. s threa/94467 threads send(), sendto() and sendmsg() are not correct in libc o bin/94635 marks snapinfo/libufs only works for disk-backed filesystems o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount o amd64/94677 amd64 panic in amd64 install at non-root user creation o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o bin/94750 watch(1) utility faults when tty disconnects o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o usb/94813 usb mounting write-protected umass device freezes computer o bin/94815 [patch] [sysinstall] Upping the network interface befo a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o kern/94838 scsi Kernel panic while mounting SD card with lock switch o s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/94890 Fatal trap 18: integer divide fault while in kernel mo s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o usb/94897 usb Kernel Panic when cleanly unmounting USB disk o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co o bin/94909 gshapiro timeout issues after sendmail(1) patches (FreeBSD-SA-0 o i386/94911 i386 [ata] ata regression with DOM-IDE o kern/94977 Kernel panic during normal server operations o amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) and 5. o kern/95002 [libc] hash db source code has a bug which prevents us o kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/via any" (IPFW o i386/95087 i386 System freeze irrespective of load on Promise FastTrak o usb/95131 usb Boot/setup process does not accept key strokes f amd64/95167 linimon driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marv o kern/95247 [rpc] NFS file locking problem, rpc.lockd seems to be o docs/95262 chinsan Correction to handbook section 26.5.20 Port Redirectio o docs/95263 chinsan Correction to handbook section 26.5.21.3 FTP NAT Proxy o docs/95265 chinsan Correction to handbook section 26.5.16 IPNAT Rules o kern/95288 [tty] [panic] panic in sys/kern/tty_subr.c putc() o sparc/95297 sparc64 vt100 term does not work in install o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo f kern/95344 remko [ata] [burncd]: burncd(8) failed to fixate cd after la o usb/95348 usb USB keyboard unplug causes noise on screen o i386/95365 i386 stability problems: interface not reachable on 6.1-PRE o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/95392 [ndis] Kernel panic loading ndisgen-created device dri o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free o docs/95408 remko install over serial console does not work as documente o amd64/95414 amd64 kernel crashes during install o kern/95459 Rebooting the system while rebuilding RAID (Intel Matr o kern/95512 [uplcom] uplcom(4) causes system hangups o kern/95519 [ral] ral0 could not map mbuf o ports/95541 roam /usr/ports/net/djbdns WITH_IPV6 queries ip6.int o usb/95562 usb Write Stress in USB Mass drive cause: [vinvalbuf: dir o ports/95566 obrien ports/bash mishandles PREFIX (patch) f ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid o usb/95636 usb [boot] 5 minute delay at boot when using VT6205 based o kern/95661 [pci] [patch] pci_pci still not correct for initializi s kern/95665 net [if_tun] "ping: sendto: No buffer space available" wit o gnu/95691 GDB segfaults on my programme in both FreeBSD 6 and 5 o bin/95692 GDB in base of both FreeBSD 6 and 5 is ancient o kern/95710 [iwi] iwi wont roam f kern/95771 pjd [geom] geom mirror provider destroyed (machine crashed o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G o kern/95891 [coda] [panic] kernel panic when coda6_client o ports/95962 glewis Can't compile jdk15 under -current o i386/96014 i386 [install] HP Pavilion zv5000(Intel) reboot installatio o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o kern/96042 Kernel panics with sbdrop o i386/96049 i386 Generic SMP Kernel Panic in 6.1-RC1 during mount root o usb/96120 usb USB mouse not always detected o kern/96157 Subtle incompatability of FreeBSD and LITE-ON SOHW-167 o usb/96224 usb [usb] mount_msdosfs cause page fault in syncer process o i386/96225 i386 Toshiba M70-CL3 Hangs Up During Booting o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o kern/96268 [socket] TCP socket performance drops by 3000% if pack o kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog f kern/96349 Kernel panic after power break reboot o i386/96357 i386 FreeBSD cannot recognize all the logical partitions f i386/96371 linimon Freeze up when booting FBSD 6.0 RELEASE on IBM iSeries o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o bin/96393 [libz] [patch] assembler implementations for libz on i o bin/96412 [rpc] 2 rpc.lockds launched at boot ? blocking problem f kern/96413 silby NULL inpcb pointer in tcp_timewait() o usb/96457 usb fatback on umass = reboot o gnu/96481 obrien [patch] native ld(1) does not look for shared libs in o kern/96538 multimedia [sound] emu10k1-driver inverts channels f i386/96652 linimon kernel page fault f kern/96806 jkim [bge] [patch] Correction of kernel panic with Broadcom o kern/96840 [libc] [patch] getgrent() does not return large groups o i386/96870 i386 [install] Crash on loader with ibm intellistation z pr o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" (re a amd64/96981 amd64 reproducible instant reboot by unprivileged user o conf/97014 gifconfig_gif? in rc.conf does not recognize IPv6 addr o i386/97025 i386 fbsd (2 cd) dont install in vmware 5.5.0 - reboot. o ports/97053 jmz tix build fails with older tcl84 installed o amd64/97075 amd64 Panic, Trap 12 o ports/97084 x11 Xorg 6.9.0 Locks Up Keyboard and Mouse o ports/97090 perky Apache 2.0.55 with mod_python die only on SIGKILL o bin/97108 [sysinstall] write failure on transfer (wrote -1 bytes o i386/97127 i386 IBM Intellistation Z Pro crash when boot from cd o kern/97174 [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize o kern/97208 [firewire] System hangs / locks up when a firewire dis o ports/97254 sergei ports-mgmt/porttools - wrong prefix o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o usb/97286 usb MS Wireless Intellimouse Explorer 2.0 doesn't work o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o kern/97306 [netgraph] NG_L2TP locks after connection with failed f kern/97326 [linux] file descriptor leakage in linux emulation o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o ports/97367 x11 vlc and gmplayer crash with X error o bin/97392 ppp(8) hangs instead terminating o bin/97499 one of sshd_config(5) options does not work o kern/97504 ipfw [ipfw] IPFW Rules bug o kern/97517 [fdc] Floppy device lost permissions when active flopp o i386/97525 i386 System freezes when cable modem connected on USB o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr f kern/97616 anholt [agp] 6.1-RELEASE FreeBSD does not recognize VIA K8M80 o kern/97665 [sio] hang in sio driver o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' f kern/97918 [mouse] Scrollwheel on MX700 Mouse does not work o kern/97921 rwatson [socket] close() socket deadlocks blocked threads o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach o bin/98082 burncd(8) fails on 6.1-Release o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o docs/98115 doc Missing parts after rendering handbook to RTF format o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o i386/98215 i386 [geode] regression: FreeBSD can no longer boot Geode G o bin/98218 [wpa] wpa_supplicant blacklist not working f threa/98256 threads gnome-system-monitor core dumps from pthread_testcance o sparc/98269 sparc64 Fresh 6.1 installation fails to boot a ports/98435 ade aclocal does not see 3rd party m4 files (e.g. the libt o bin/98468 newsyslog(8): Value over 99 in newsyslog.conf count fi o bin/98502 sos iostat(8) does not report statistics for atapi cdrom a o ports/98539 ale devel/pear build error o bin/98542 [pppd] pppd(8) daemon unexpectently died , Exit 1 f kern/98694 remko alternate system clock dies p conf/98734 yar [patch] /etc/rc.subr restart_postcmd is failing start_ o kern/98743 [ata] ATA panic and or timeout on IBM/Lenovo S50 with o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o conf/98758 rc [jail] [patch] Templatize 'jail_fstab' in /etc/rc.d/ja o i386/98765 i386 [sata] timeouts on sata drive (Asus a7n8x-e) o kern/98831 ipfw [ipfw] ipfw has UDP hickups o conf/98846 rc [patch] Templatize 'jail_rootdir' in /etc/rc.d/jail f kern/98869 remko [ata] [dvdr+tools]: can't burn with Lite-ON SOHW-832S f kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o i386/98964 i386 [iwi] iwi totally freezes system a gnu/98975 rafan ncurses: tgetent leaks nearly 10 KB of memory every ti o kern/98978 darrenr [ipfilter] ipfilter drops OOW packets under 6.1-Releas f kern/99036 sam [ath] Long association time for 11b access points with o kern/99088 [sata] Critical Problems with VIA 8251 SATA2/RAID Cont o kern/99094 panic: sleeping thread (Sleeping thread ... owns a non o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o www/99305 bugmeister send-pr.html is frustrating/broken o kern/99408 problems with ppp and arp o conf/99418 remko [umass] [patch] Western Digital external disk support a kern/99421 Option Globetrotter Fusion card not recognized o usb/99431 usb FreeBSD on MSI 6566E (Intel 845E motherboards) doesn't o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 f amd64/99561 amd64 system hangs in FreeBSD AMD64 when writting ext2fs o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o kern/99607 [pppd] pppd hangs kernel due to interrupt flood from s o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o kern/99652 [ata] nVidia nForce MCP51 controller hangs w/ 2 drives o kern/99664 mountd and/or nfsd have to sometimes have to be restar o ports/99668 obrien sysutils/lsof cannot build on FreeBSD/pc98 7.0-current s bin/99693 [patch] add magic(5)/file(1) support for FreeBSD 6.1 d o kern/99825 Repeated crashes after a few days of uptime o kern/99850 [ar] ataraid hangs in g_waitidle when attaching to nVi s kern/99860 [feature request] no driver for Serverworks HT2000 in f kern/99920 multimedia [snd_ich] Not support integrated audio on ICH7R chip ( o kern/99954 scsi [ahc] reading from DVD failes on 6.x (regression) o kern/99974 panic: mutex Giant not owned at /usr/src/sys/net/bpf.c o kern/99979 [patch] Get Ready for Kernel Module in C++ o kern/99989 panic when detaching disks o ports/100024 koitsu Port mail/drac coredumps on runtime if compiled for ex o ports/100067 obrien New port: devel/gdb65 GNU GDB 6.5 o bin/100089 ftp(1): default ftp application of FreeBSD gives segme o kern/100098 darrenr [ipfilter] [patch] ipfilter kernel memory leakage o misc/100133 [boot] keyhit function in boot2.c that falls into an i o kern/100155 imp [pccbb] Incorrect enumeration in pccbb_pci.c: cbb_pci o i386/100160 i386 [mfid] Perc5i: FreeBSD doesn't recognize more than one o i386/100194 i386 On Intel D945GTPLKR delay at start FreeBSD kernel o kern/100219 [ipv6] IPV6_PKTOPTIONS and possible mbuf exhaustion. o kern/100279 ggatec write panic f kern/100290 remko [rl] rl0: watchdog timeout (regression) o kern/100356 [firewire] [patch] Non-maskable interrupt while in ker f ports/100358 openoffice editors/openoffice.org-2: OpenOffice.org 2.0 Requires o i386/100420 i386 boot1/boot2 lba error o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x o ports/100431 dougb port print/hpijs default config interferes with print/ o bin/100442 obrien ftpd(8): lukemftpd core dumps on anonymous login f kern/100499 remko [vr] vr interface stops transmitting o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste o kern/100649 sam [ath] Long association time for 11b APs with ath(4) in o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe s ports/100701 gerald emulators/wine triggers internal error in libpthread o ports/100787 nork databases/linux-oracle-instantclient-sqlplus: relocati o kern/100802 [ddb] [patch] panic in ddb mode if sending signal '0' o docs/100803 jhb the man page about ithread is expired. o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o kern/100839 [txp] txp driver inconsistently stops working when the o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup o bin/100914 [tftpd] [patch] libexec/tftpd: write access control o ports/100967 clement [PATCH] bsd.apache.mk: allow use private APACHE_PORT o kern/100974 panic: sorele. FreeBSD 6.1 RELEASE i386 o kern/101061 [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani o usb/101096 usb [if_ural] USB WLAN occasionally causes kernel-panics d o i386/101135 i386 [iwi] iwi goes up and down o i386/101168 i386 ncp kernel panic f kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o ports/101301 olgeni archivers/star: star 1.4.3 is BUGGY - replace it with o threa/101323 threads fork(2) in threaded programs broken. o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s o kern/101448 FBSD 6.1-STABLE/AMD64 crashes under heavy USB/OHCI loa o kern/101453 emulation [linux] [patch] linprocfs disallows non-zero file offs o kern/101553 [ipv6] Kernel panic in ipv6 interface deletion a ports/101566 clement All .svn subdirectories in $(htdocsdir) get deleted wh o i386/101616 i386 FreeBSD freeze on bootup, Compaq Proliant (legacy) ser o kern/101618 kernel panic on multiple Dell PE2850s o i386/101667 i386 [ata] ATA problems when power management is on o kern/101734 [sata] -CURRENT cannot see SATA drive on ASUS A8N-SLI o usb/101752 usb [panic] 6.1-RELEASE kernel panic on usb device inserti a bin/101762 [sysinstall] Sysinstall does not obey /usr/ports symli o i386/101857 i386 Mouse not moving after switching with StarView SV411 K o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces o kern/101948 Kernel Panic Trap No 12 Page Fault - caused by IpFilte o kern/101980 remko [ata] [patch] Intel 631xESB ata and ichsmb support (i3 o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work o usb/102096 usb /usr/sbin/usbd does not handle multiple devices in one o amd64/102122 amd64 6.1-RELEASE amd64 Install Media panics on boot. s ports/102179 shaun ipsec-tools won't compile on RELENG_6 o kern/102210 [ar] reboot system makes rebuilding array ready (ICH7) o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o kern/102250 trhodes [msdosfs] panic upon forced umount of removed medium o kern/102252 acpi acpi thermal does not work on Abit AW8D (intel 975) o kern/102344 [ipfilter] Some packets do not pass through network in o kern/102363 "Resource temporarily unavailable" message from dvd+rw o kern/102390 [ppdd] [patch] kernel pppd don't using pam o i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze o kern/102424 [libc] printf(3) prints ill result. o ports/102427 perky Apache 2.0.59 with www/mod_python3 core dumped o ports/102428 obrien editors/vim: gvim crashes on "Save As..." dialog o conf/102429 FreeBSD 6.1+VPN+ipnat+ipf: ÎÅ ÒÁÂÏÔÁÅÔ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o bin/102498 [sysinstall] Cursor doesn't track sysinstall hilight o bin/102510 [patch] diff(1) should not follow symlink in recursive o bin/102515 fsck_ufs crashes if no console at all (in libc) o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/102612 [asr] da0 not detected when sharing bus with ch0 devic o bin/102638 [sysinstall] [patch] sysinstall - custom dist set alwa f ports/102644 aaron devel/p5-Decision-ACL: fix wrong decision when using z p kern/102653 andre [tcp] TCP stack sends infinite retries for connection o bin/102661 kientzle [libarchive] libarchive follows symlinks when setting o ports/102710 remko new entry for libTIFF; updates for linux_base-suse por f kern/102737 linimon [panic] Panic at SMP kernel o kern/102741 andre Multiple outbound connect() calls produce 'Network is p bin/102745 rodrigc "mount -o snapshot" removes any existing "-o" option f o kern/102760 [iwi] iwi firmware load fails after significant uptime o kern/102784 [kbd] system crashes when using hardware function keys o bin/102834 [patch] mail(1) hangs on the sigsuspend system call in o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in o usb/103025 usb [usb] wrong detection of USB device for FreeBSD 6.1 an f i386/103031 linimon [install] Panic during installation f kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o i386/103063 i386 [install] Can not install on Dell XPS 700 o kern/103075 [sata] SATA disk attach/unplug from a MV88SX5041 freez f ports/103084 shaun security/ipsec-tools does not compile f kern/103090 yongari [sk] sys/dev/sk still having watchdog timeouts o kern/103135 ipsec with ipfw divert (not NAT) encodes a packet twic s ports/103152 sem pkgdb -F fails with "can't convert nil into String" f i386/103186 linimon Poweredge Raid Controller/AMI Megatrends will not form o kern/103191 Unpredictable reboot o kern/103198 panic: Duplicate free of item 0xc4d1e800 from zone 0xc o kern/103245 mount -o rw, umount may panic system o kern/103256 jfv [em] em0: watchdog timeout -- resetting (6.1-STABLE) o kern/103281 pfsync reports bulk update failures o kern/103283 pfsync fails to sucessfully transfer some sessions o kern/103307 lock order reversal o ports/103421 glewis java/javavmwrapper: /usr/local/bin/k{init,list} may co o kern/103432 panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant o kern/103454 ipfw [ipfw] [patch] add a facility to modify DF bit of the o kern/103464 [dns] jail networking failures to 127.0.0.1 only o kern/103495 [vr] if_vr locks after carrier event o kern/103498 [kbd] momentary system "pauses" when switching VTYs (r o kern/103532 [irq] Interrupt storm in 6.2-PRERELEASE (regression) o kern/103578 [ums] ums does not recognize mouse buttons p kern/103602 thomas [atapicam] atapi device not working on JMicron 363 Con o kern/103603 6.1 install-boot from floppies fails o kern/103619 Kernel panic (page fault) during normal operation s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o ports/103669 ale mysql-server rc script can not use mysql_flags variab o ports/103683 clsung multimedia/dvdrip: Problems with lack of threading lib o bin/103712 amd(8): Automounter is apparently not passing flags to o ports/103751 nork databases/linux-oracle-instantclient-sqlplus: ldconfig o kern/103770 Group limitation o kern/103841 [fdc] [patch] fdc(4) does not work (regression) o ports/103844 obrien vim7 doesn't play well with TCL8.4 f kern/103862 [fd] Error with fdformat on -CURRENT o kern/103883 [ata] DMA is not defaulted on WDMA device (SIS integra f kern/103918 mjacob [mpt] LSI 53C1030 SCSI controller timing out on mpt dr f kern/103940 [sata] 6.1 not boot on ASUS m2n32-sli motherboard with o threa/103975 threads Implicit loading/unloading of libpthread.so may crash a ports/104075 girgen database/postgresql-* ports: missing CONFLICTS o kern/104089 Fatal trap 12: page fault while in kernel mode. curren f ports/104224 danfe New nVidia driver causes X11 hangups and system crashe o ports/104282 clement bsd.apache.mk - strange apache20 vs apache22 issue o usb/104292 usb system lockup on forced umount of usb-storage device s amd64/104311 amd64 ports/wine should be installable on amd64 o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o kern/104393 [ntfs] [panic] Mounting ntfs to the same mountpoint o kern/104406 [ufs] Processes get stuck in "ufs" state under persist o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o bin/104456 sh(1): /bin/sh unable to enter deep directories o bin/104458 [libc] fts(3) can't handle very deep trees o i386/104473 i386 boot loader reboots before loading kernel on Albatron o kern/104485 [bge] Broadcom BCM5704C: Intermittent on newer chip ve o kern/104486 TI1131 Cardbus Bridge cannot detect card insertion on f kern/104489 linimon [sched_ule] dhclient re0 -- panic: mutex Giant not own o kern/104569 panic w/zebra o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o bin/104573 [patch] quota(1) fails to seperate columns when using f bin/104623 mtm "rc.d/ppp restart" stops all instances of ppp o kern/104624 Sound, mouse and keyboard badly interrupted while I/O o kern/104625 acpi ACPI on ASUS A8N-32 SLI/ASUS P4P800 does not show ther o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104675 Apparently there is a clash between two ioctls o i386/104711 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel - video/ o i386/104719 i386 Seagate ST3802110A errors/delays when using PIO4 or UD o kern/104737 panic:lockmgr: locking against myself f java/104744 glewis java/berkeley-db installation error o kern/104751 [netgraph] kernel panic, when getting info about my tr o kern/104755 Making ISO image with k3b hangs 6.2-PRERELEASE o kern/104818 [sata] Missing driver Silicon Image SiI 3132 SATA II P f kern/104819 yongari Missing driver Marvell Semiconductor 88E8053 Yukon PCI o kern/104822 RELENG_6 hangs with VIA VT8237A chipset (regression) o usb/104830 usb system crashes when copying data to umass devices o kern/104844 [panic] 6.2-PRERELEASE kernel panic in ifconfig while o bin/104850 [ppp] ppp problem on TCP link o i386/104867 i386 Clock running at 2x speed of wall clock o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o ports/104885 x11 Hangs when logging out of X11 terminals o kern/104907 Filling up the disk using mmap(2) causes livelock. o kern/104978 jfv [em] jumbo frames has been broken in RELENG_6 by last o kern/105005 [bge] BCM5754 is detected as BCM5787 and panics the sy o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o kern/105067 K8D Master-F and other 8111/8131 boards will not run S o alpha/105134 alpha 'panic: lockmgr: thread ... not exclusive lock owner' o kern/105169 [panic] cp hangs on copy to a compact flash card o usb/105186 usb USB 2.0/ehci on FreeBSD 6.2-PRE/AMD64 crashes box o amd64/105207 amd64 nVidia MCP55 drivers fail to boot on 6.2B3 amd64 o gnu/105221 grep(1): `grep -w -F ""` issue o kern/105229 panic in sync_fsync o kern/105241 [nfs] problem with Linux NFS server up/down combined w o bin/105334 Error in output of tcpdump(1) o kern/105348 [ath] ath device stopps TX o kern/105463 [panic] "softdep_setup_inomapdep: found inode" on 3war o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug f amd64/105513 linimon Kernel Panic during package installation on 6.2 beta3 o kern/105514 FreeBSD/amd64 - Fails to boot on HP Pavilion dv8000 La o amd64/105531 amd64 [sata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - doe o kern/105533 [ahd] adaptec 29320 causes panic with over 4GB o kern/105539 newly added disk devices don't have slice-devices crea o ports/105549 ports/www/squid_radius_auth doesn't work on sparc64 o sparc/105607 sparc64 [modules] modules on sparc64 don't work with >= 4GB o amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o conf/105689 rc syslogd starts too late at boot o i386/105708 i386 [em] em driver failed to initialize on thinkpad X60 o bin/105738 [patch] Daylight Savings is being introduced in Wester o ports/105813 roberto devel/mercurial: hgmerge does not work o kern/105925 Regression in ifconfig(8) + vlan(4) s kern/105943 net Network stack may modify read-only mbuf chain copies o kern/105945 Address can disappear from network interface f kern/106022 The kernel 2006-11 does NOT work well with the powerd. o kern/106030 panic in ufs from geom when a dead disk is invalidated o docs/106135 doc articles/vinum needs to be updated o i386/106233 i386 [bce] System halts on Dell 2950 (possibly due to locki o kern/106243 [nve] double fault panic in if_nve.c on high loads o sparc/106251 sparc64 [libmalloc] malloc fails > for large allocations o kern/106316 net [dummynet] dummynet with multipass ipfw drops packets o kern/106317 [hang] deadlock in "zoneli" state o kern/106359 [nfe] nfe driver does not work on NForce3 ultra based o ports/106369 vpnd caused kernel panic with ppp mode s ports/106370 x11 Screen corruption when using Direct Rendering on a PCI o ports/106372 vpnd can't run with slip mode o kern/106413 [ata] problems with ATA on Intel Desktop Board DG965RY o bin/106431 sos [patch] atacontrol(8): Inform user of ata RAID5 acting o kern/106432 Record of disks (DVD-R) through the k3b program leads o kern/106438 [ipfilter] keep state does not seem to allow replies i o ports/106445 clement mod_proxy_ajp very slow on FreeBSD 6.2-RC1 amd64 o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o kern/106496 Can't remount filesystem as read only after delete - F o kern/106534 ipfw [ipfw] [panic] ipfw + dummynet o bin/106545 [patch] update euro currency in units(1) o usb/106565 markus [PATCH] ums(4) does not work if the mouse defaults to o amd64/106604 amd64 saslauthd crashes with signal 6 on FreeBSD 6.2-PREREL o ports/106608 tobez Perl 5.8 port does not respect environment variables ( a ports/106613 portmgr Installation of misc/ldconfig_compat as non-root on fr o usb/106615 usb [uftdi] uftdi module does not automatically load with o kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening o kern/106636 rink mountd(8) doesn't honor existing filesystem flags o ports/106639 anholt installing devel/git from ports fails with compile err o usb/106648 usb [hang] USB Floppy on D1950 10 min Hang on Insert w/o F o bin/106674 sos atacontrol(8): "atacontrol attach" doesn't work with S o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o kern/106726 [ntp] ntp functions return wrong values o kern/106783 [fd] umount of a floppy disk results in a reboot o kern/106786 No reboot with FreeBSD and Mylex Acceleraid 352 p kern/106829 multimedia [PATCH]: snd_ich driver fails with nvidia MCP04 chipse o usb/106832 usb USB HP printer is not detected by kernel when ACPI ena o bin/106858 Extracted mime part of spam email makes file(1) dump c o amd64/106918 amd64 [re] Asus P5B with internal RealTek PCIe Ethernet gets o kern/106924 acpi [acpi] ACPI resume returns g_vfs_done() errors and ker o bin/106973 tar(1) cannot read own tape, but pax(1) can o kern/106974 [bge] packet loose and linkup problem o ports/107024 obrien ASR_COMPAT is required by asr-utils o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o f kern/107060 linimon wireless network failures on 6.2 (regression) s sparc/107087 sparc64 system is hinged during boot from CD o usb/107101 usb [umass] [patch] Quirk for Denver MP3 player o kern/107109 [nfs] Netbeans/Eclipse/Java provoke deadlocks when use o usb/107128 usb [usb] panic while accessing usb msdos flashkey o conf/107155 rc [ppp] /etc/rc.d/ppp-user does not bring up pppoe at bo f ports/107167 openoffice [editors/openoffice.org-2] OpenOffice-2.1 Base crashes o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm o bin/107213 6.1-release restore(8) can't read some 6-stable dumps f ports/107229 lwhsu sysutils/coreutils: gcp fails to set default ACL which o usb/107248 usb [PATCH] scsi_da.c quirk for Cowon iAUDIO X5 MP3 player o kern/107287 [sata] page fault during install on Intel SATA on Inte o kern/107292 [ata] cannot install - Unable to find device /dev/ad0s a ports/107304 andreas print/apsfilter does not print PDF to raw PostScript p o kern/107315 [gmirror] Loading gmirror causes 'Fatal double trap' o conf/107316 rc [rc.d]: [base] [rpc.lockd] nfslocking restart does not o kern/107325 jhb [panic] 6-STABLE panic, possibly UNIX domain sockets r f ports/107341 aaron net/libdnet fails to build o kern/107342 [dri] Radeon dri breaks system o amd64/107345 amd64 [panic] Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/a o conf/107364 rc pf fails to start on bootup after system update from F o docs/107378 chinsan [handbook] Handbook Installation chapter needs fixing o i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 o bin/107392 gnn [patch] setkey(8) does not recognize esp as protocol n o kern/107431 [ipv6] Regular kernel panics related to ipv6 interface o usb/107446 usb [umass] umass problems (usb and fw disks) o kern/107495 [cam] [patch] Fix long wait before WD My Book 250GB (U o bin/107516 multimedia [emu10k1] - skips, clicks and lag after a day of heavy o kern/107522 [panic] at booting from installation media on Intel De o ports/107536 editors/scite: Can't write on SciTE text editor o kern/107555 [rpc] 30 second delay in NFS lock of file after waitin o i386/107564 i386 [install] fatal trap 19 during installation on a Dell o ports/107601 portmgr [RFC] Add WANT_FORTRAN knob: migration to gfortran (Fo f kern/107608 Raid Problem beim Zugriff auf Raid o bin/107612 des [patch] pam_nologin(8) ignore the login class capabili o kern/107622 [sata] can't boot on HP Pavilion dv6000 / problem with f amd64/107639 sos [ata] Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 o bin/107692 newfs(8): newfs -O 1 doesn't create consistent filesys f kern/107759 linimon Unable to load a kernel after clean install o usb/107827 usb [panic] ohci_add_done addr not found o bin/107829 [2TB] fdisk(8): invalid boundary checking in fdisk / w o bin/107830 fdisk(8): Change Units (Z) in fdisk doesn't work when o usb/107848 usb problem with samsung flash o kern/107850 [bce] bce driver link negotiation is faulty o kern/107864 [panic] kernel panic in 6.2-RC2 on heavy network load o kern/107905 [panic] Kernel panic during normal operation (page fau o usb/107924 usb [patch] usbd(8) does not call detach o sparc/107947 sparc64 [libthr] mysqld periodically core dumps (signal 4) wit f ports/107952 openoffice openoffice.org-2 fail on freebsd-6.1-release o ports/108009 rushani shells/scponly: scponlyc sftp support doesn't work wit a kern/108071 delphij [kernel] [patch] Panic in [sg]etpriority() due to NULL f ports/108077 www/linux-flashplugin9 crashes linux-firefox f kern/108078 danfe nVidia driver crash in devfs_populate_loop o kern/108092 [panic] PPPoE server machine kernel panic (maybe netgr o usb/108097 usb [usbgen] [patch] ADMtek 851X USB-to-LAN adapter o kern/108100 [ktrace] sysctl debug.ktr.alq_enable=1 results in rebo o kern/108118 [libc] files should not cache their EOF status o i386/108139 i386 [patch] System hangs after /sbin/shutdown p kern/108151 tegge [ufs] panic: relpbuf with vp s amd64/108172 linimon [ata] installation fails on new Intel 965 motherboards o i386/108185 i386 freebsd 6.2 fatal kernel trap o kern/108197 net [ipv6] IPv6-related crash if if_delmulti o kern/108201 jmg [kqueue] MOKB testcase for kqueue can cause kernel pan o kern/108202 [atapicam] atapicam error after upgrade to 6.2 (regres o misc/108215 [boot] [patch] bug in fsread in sys/boot/common/ufsrea f conf/108226 mtm [ppp] second copy of ppp started at boot time f ports/108313 openoffice editors/openoffice.org port build fails f amd64/108328 linimon FreeBSD-6.2: CD does not boot o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer o bin/108368 [patch] tip(1) coredumped when 'du' capability is used o kern/108379 [sata] Secondary sata drive not detected by FreeBSD 6. o kern/108390 [libc] [patch] wait4() erroneously waits for all child f ports/108413 net/vnc does not works. o ports/108414 itetcu net/tighvnc does not work on amd64 (except vncviewer) o kern/108418 [panic] Kernel panic after killing kdm. f ports/108459 tobez lang/perl5.8 internal malloc (usemymalloc=y) is broken o kern/108485 [re] stress2-udp with realtek 8169S gigabit interface o ports/108505 jylefort linux-js appears broken o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE (regr f bin/108518 mux csup is dumped when run under socksify command f ports/108537 print/hplip: Build failure o kern/108542 net [bce]: Huge network latencies with 6.2-RELEASE / STABL a ports/108576 arved databases/postgresql-plpython make fails on 6.2 / amd6 f ports/108606 Courier MTA terminates abnormaly after installation o kern/108651 [hang] option PREEMPTION causes machine hangs on TYAN o bin/108656 Segfault of sshd(8) for unknown user when privilege se o kern/108659 [psm] Mouse (Synaptics touchpad) cursor freezes for so o kern/108670 net [tcp] TCP connection ETIMEDOUT o docs/108676 doc [patch] fix several problems in the jail chapter in th f ports/108696 nox [qemu] udp protocol does not function in user mode (sl o bin/108743 who(1): IPv6 addresses truncated to maximum IPv4 addre f ports/108748 mod_fcgid 1.10 does not work inside jail o ports/108783 clement www/apache22 crashes on graceful reboot, www/php5-sess o kern/108829 [radeon] radeon module fails with thinkpad T43 o amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o bin/108895 pppd(8): PPPoE dead connections on 6.2 o ports/108921 hrs portupgrade -R gaim-devel-2.0.0.b6_2 fails with error: o kern/108924 [ar] Panics when Intel MatrixRAID RAID1 is degraded o kern/108954 'sleep(1)' sleeps >1 seconds when speedstep (Cx) is in o kern/108963 [ipfilter] panic in nat with ftp_proxy o kern/108968 [panic] Double mount then umount and ls resuits in pan o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) o kern/109044 [ata] Bizarre problem with Pioneer 111D on i965 board f ports/109073 cokane net-mgmt/kismet GPSMAP option broken on !32-bit platfo o bin/109134 [patch] pkg_add(1) replaces symlink in path to install f ports/109160 net/samba3 crashes freebsd when accessing a share resi o i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o kern/109227 [ral] ral(4) driver doesn't handle correctly RT2561C P o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o i386/109250 i386 floppies on 6.2-Release are 6.2-Beta2 o kern/109251 [re] [patch] if_re cardbus card won't attach o ports/109260 sergei sysutils/installwatch Bus Error o kern/109270 sos [ata] [patch] for burncd(8) blank & fixate o ports/109271 shaun [patch] net-im/ejabberd doesn't work with LDAP authent o conf/109272 request: increase default rc shutdown timeout o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o kern/109308 [pppd] [panic] Multiple panics kernel ppp suspected (r o conf/109354 /etc/periodic/daily/110.clean-tmps does not limit its o kern/109377 daichi [unionfs]unionfs crashes if underlying file system for o usb/109397 usb [panic] on boot from USB flash o kern/109406 net [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work wi o ports/109436 obrien net/rdesktop segmentation fault f kern/109437 Panic String: rtfree 2 f kern/109486 Kernel panic after floppy boot for 6.0 to 6.2 upgrade o bin/109521 [patch] 'chio return' breaks on non-voltag changers o bin/109567 delphij gzip(1) does not detect my packed file o i386/109568 i386 [panic] Reboot server with "Fatal trap 12" o bin/109569 mail(1) command not parsing sendmail parameters f amd64/109584 amd64 zdump doesn't work o i386/109610 i386 Fatal trap 12: page fault while in kernel mode (Acer T o kern/109642 [re] re(4) does not support 3 port 8169 but the offica o docs/109664 doc axe(4) man page needs to be updated o kern/109696 [gif] 6.2-STABLE panic page fault when deleting IPv6 g o kern/109724 [agp] X11 fonts corrupt when loading i915 at boot time o kern/109733 [bge] bge link state issues (regression) o kern/109736 [sata] FreeBSD sysinstall from CD can't find & mount N o kern/109743 [sio] The sio(4) driver appears to be getting the seri f ports/109761 netchild Unable to load some plugins for claws-mail-2.8.0 o kern/109762 [hang] deadlock in g_down -> ahd_action -> contigmallo o kern/109809 Cpu hits 100% when issuing the halt command (in a VM a o bin/109827 mount_smbfs(8) didn't handle password authentication c o kern/109836 secteam [rtld] [patch] Security patch for rtld, a lack of envi o kern/109889 [panic] 6-STABLE panic kern_timeout.c o sparc/109908 sparc64 apache22 mod_perl issue on sparc64 o kern/109936 [smp] SMP kernel performance problem on FSC TX600 o kern/109946 [kernel] [patch] Compatibility: FreeBSD has been missi o kern/109968 [panic] Panic while booting with PCscsi II AM53C974AKC o ports/110018 shaun graphics/sdl_image: SIGSEGV from IMG_ReadXPMFromArray( f ports/110035 Port fix for sysutils/be_agent o kern/110065 [wi]: wi device cannot attach to D-Link DWL-520 rev. E o kern/110110 [hang] sysctl causing a lockup o i386/110111 i386 [install] install hangs after APIC inspection, Xeon on o usb/110122 usb [ugen] [patch] usb_interrupt_read does not respect tim o kern/110140 [ipw] ipw fails under load o bin/110151 sysinstall(8) don't respects install root while partit o ports/110173 acm net/twinkle 1.0 pthread error p bin/110182 maxim [patch] Inability to read and write the same format ma o i386/110214 i386 [hang] FreeBSD 6.2 freezes on SSH activitiy caused by o i386/110218 i386 kmem_malloc(4096): kmem_map too small: 335544320 total o kern/110249 [kernel] [patch] setsockopt() error regression in Free o conf/110252 success=return aktion doesn't work in /etc/nsswitch.co o docs/110253 doc [patch] rtprio(1): remove processing starvation commen f kern/110266 [sata] sis 3112 controller problem o kern/110267 [panic] vm_thread_new: kstack allocation failed a ports/110270 roam backport patch for ftp/curl from CURL's CVS f ports/110292 dinoex cups-base port 1.2.8 does not show local printers o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f o kern/110431 Access time corruption on UFS2 with a 3ware 7506-4LP r f ports/110454 Joomla port Makefile has incorrect url for package o ports/110464 acm games/fretsonfire: becomes broken if py-xml is install a ports/110630 sem ports-mgmt/portupgrade deletes package on build failur o threa/110636 threads gdb(1): using gdb with multi thread application with l o ports/110641 ale cannot install php5-iconv in /usr/ports/converters/php o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 a kern/110662 sam [safe] safenet driver causes kernel panic o ports/110695 mbr net/imapproxy: Trouble when using imapproxyd with imap o kern/110698 pf [pf] nat rule of pf without "on" clause causes invalid o ports/110721 x11 system hang at start of dual head xorg configuration f ports/110767 nemoliu [UPDATE]java/jboss3:update to jboss3.2.8 f ports/110768 nemoliu [UPDATE]java/jboss4:fix some FATAL error noticed by po o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o kern/110892 [panic] Fatal trap 12, at use qemu o java/110912 java Java krb5 client leaks UDP connections o kern/110915 rwatson ACL's don't work with SUIDDIR f ports/110943 start-dccifd chowns /var/run to user dcc o kern/110959 net [ipsec] Filtering incoming packets with enc0 does not o ports/110965 sergei sysutils/cfengine fails to build when db3 is also inst o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o ports/110990 laszlof NaturalDocs can't find the Config/Topics.txt file o bin/111004 [smbfs] Renaming the case of a filename on a smbfs mou f ports/111012 quagga's ripd does not see ng interfaces o bin/111077 /bin/date -j -f "%b %Y" "Feb 2007" +%m returns 03 for o ports/111080 openoffice openoffice.org-2 build failure (multiple "file not fou o kern/111097 [hang] 7.0 Current unexpectedly hangs o ports/111114 cy ntp-4.2.2p3 does not compile o i386/111117 i386 [kernel] [patch] kernel clock unset if RTC day of week o bin/111122 cperciva Possible bug with portsnap(8) / grep s bin/111146 linimon fsck fails on 6T filesystem f ports/111151 ports/lang/stklos: l/bin/stklos-install is a buggy she f kern/111156 [ufs] Kernel panic caused by UFS o kern/111162 [nfs] nfs_getpages does not restart interrupted system f ports/111165 philip Upgrade ksh93 to 2007-03-28 o kern/111185 console color depth set to 0 at boot causes flat scree o kern/111196 [sata] SATA drives cause errors and cause system to ha o ports/111224 ports [PATCH] security/pam_per_user conflicts with security/ o kern/111260 FreeBSD kernel dead lock and a solution o kern/111262 daichi [unionfs] unionfs fills up the underlaying layer (df) a ports/111292 x11 [patch] xorg-libraries-6.9.0_1: Incorrect MESA/GL poin f amd64/111337 amd64 [hang] The system freezes when large file is transferr f ports/111338 graphics/yafray: doesn't respect CXX, CXXFLAGS and eve o kern/111352 mkdir(1) causes integer divide fault while in kernel m o bin/111354 mountd(8) replies using wrong source address o ports/111358 clsung [UPDATE]update devel/ruby-calendar to 1.11.2 o ports/111381 danfe NVIDIA FreeBSD Graphics Driver cannot install via port o kern/111415 [bce] [patch] Serious bug in bce (and bfe?) ethernet d o i386/111419 i386 [ata] ATA command timeout with JMicron 363 controller o ports/111430 foxfair [ PATCH ] security/isakmpd with OpenSSL 0.9.8b and new o ports/111439 philip shells/ksh93 broken on amd64 o kern/111457 [ral] ral(4) freeze o kern/111458 [panic] Panic on 6.2-RELEASE AMD in kern_mutex f ports/111462 syslog-ng2 default configuration file path o kern/111480 remko emulators/vmware3 port crashes under FreeBSD 6.2 o ports/111491 kuriyama net-snmp's bulkwalk perl call is broken o kern/111537 [netinet6] [patch] ip6_input() treats mbuf cluster wro o conf/111557 [gre] link1 flag doesn't work as intended when specifi o ports/111601 mbr port www/mod_auth_mysql_another patch (repeat with all o kern/111699 [sata] SATA drives on an Asus A8V-MX are no longer det o kern/111734 [nfs] FreeBSD 6.2-release (p3) panic in NFS client cod o kern/111743 [ath] if_ath occasionally hangs system with certain br o ports/111745 gnome graphics/gimp (gimp-2.2,2) prevents itself from being o kern/111753 usb [uhid] Replicable system panic involving UHID driver o kern/111766 "panic: ffs_blkfree: freeing free block" during disk a o ports/111774 edwin Update for port net/asterisk-app-ldap o kern/111782 [ufs] /sbin/dump fails horribly for large filesystems f kern/111793 [hang] FreeBSD 6.2-RELEASE #0 Deadlocks randomly o kern/111804 [bge] FreeBSD 6.X not transmitting outbound network tr f ports/111830 miwi port upgrade: www/campsite 2.6.7 -> 2.6.8 o kern/111831 [nfs] page fault while in kernel mode with samba in vf f ports/111832 jkoshy ports/lang/drscheme doesn't compile: foreign.c o bin/111835 fstat(1) fails to report certain files o ports/111893 bland fatal build error in x11/nvidia-settings 1.0.11, git v o ports/111923 [PATCH] databases/unixODBC overwrites config file on p o amd64/111955 amd64 Install CD boot panic due to missing BIOS smap on 5.5 f ports/111966 Clamav-milter no up o kern/111967 [geli] glabel - label is seemingly not written to disk o ports/111968 ahze gimp-gutenprint-5.1.0 is registred with incorrect list o ports/111977 sem restoring package fails with portupgrade. f ports/111980 multimedia/mplayer: compilation error o ports/111991 jmz print/musixtex: Will not build o amd64/111992 amd64 BTX failed - HP Laptop dv2315nr f ports/112012 lwhsu [maintainer update] fix for www/joomla o ports/112030 girgen databases/postgresql82-server: compilation failure o i386/112036 i386 TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA retry o kern/112053 [hang] deadlock with almost full filesystem and rtorre o ports/112067 ports/paraview 2.4.4 does not compile properly o ports/112071 marcus [PATCH] audio/rhythmbox: wrong dependency on comms/lir f ports/112083 mail/qsheff overwrites configuration upon upgrade f ports/112084 gnome sysutils/hal 0.5.8-xxxxxx endlessly resets scsi bus on o kern/112089 [re] [patch] re(4) only works after a lot of patching f ports/112094 www/lynx: plist missing configuration file o ports/112097 ghostscript-gpl-nox11 compile fails due to missing fil o ports/112115 ghostscript-gpl-nox11 compile fails due to missing fil f ports/112118 [PATCH] sysutils/pipemeter: fix crashes p bin/112126 maxim [patch] netstat(1) segfaults on unusual ICMP statistic o ports/112167 gnome Wrong plist of gimp-app o kern/112181 Kernel Panic on HP DL320-G5 Running 6.2-STABLE (regres o ports/112197 [MAINTAINER UPDATE]: devel/libstrfunc upgrade to 8.3 o kern/112214 emax [kbdmux] [patch] Japanese 106/109 USB keyboard ignores s gnu/112215 amd64 [patch] gcc(1): "gcc -m32" attempts to link against 64 f ports/112221 miwi irc/unreal won't compile o ports/112227 kde [PATCH] devel/qt4-corelib: creates wrong pkg-config da o kern/112254 des [ichwd] [patch] ICH8 support for ichwd driver and some o kern/112256 SC_PIXEL_MODE crashs system p bin/112266 matteo rpcbind.c rev 1.15 breaks rpc if used with -h option f ports/112277 MD5 and SHA256 mismatch for science/hdf5 f ports/112280 MD5 and SHA256 mismatch for science/hdf5 o ports/112283 openoffice editors/openoffice-2 fails to build with "pyconfig.h: f ports/112287 www/rt36: add missed patches for MULTIPLE_INSTANCES o bin/112336 install(8): install -S (safe copy) with -C or -p is no o ports/112353 bms [PATCH] dns/nss_mdns: [SUMMARIZE CHANGES] o i386/112356 i386 kernel panic (swi0: sio) o amd64/112385 amd64 Lookupd on Kernel 64 o ports/112389 [MAINTAINER] mail/MailScanner: update to 4.59.4 o www/112399 www send-pr CGI script claims captcha didn't match. PR is o ports/112403 gnome mail/thunderbird vs openldap o i386/112404 i386 not find dvd-rw o ports/112412 demon net/rrdtool : 1.2.23 broken, does not build o ports/112421 hrs X11BASE==/usr/local not recognized by print/acroread7 o ports/112424 miwi net-im/eva - Fix with new QQ protocol o kern/112455 [panic] Kernel panics with sbdrop (2) o ports/112462 deischen x11-toolkits/xview uses libc internal function __svfsc f ports/112468 sysutils/bacula-server 2.0.3 port build fails for sqli o docs/112473 doc ath(4) manual page links to a defunct website address 1965 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 [patch] Extraneous warning from mv(1) s kern/1791 tegge syslimits.h does not allow overriding default value of s bin/2090 clients may bind to FreeBSD ypserv refusing to serve t s bin/2137 tegge vm statistics are bad s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p a bin/2641 wpaul login_access.c doesn't work with NIS by default o bin/4116 Kerberized login as .root fails to become root s bin/4172 des suggest reconnection option added to fetch s kern/4184 [netatalk] [patch] minor nits in sys/netatalk o bin/4419 man can display the same man page twice o bin/4420 imp find -exedir doesn't chdir for first entry o bin/4629 grog calendar doesn't print all dates sometimes o bin/4646 [sysinstall] can't fixit with an NFS-mounted CD o bin/5031 gad lpr does not remove original file if -s is used s bin/5173 [PATCH] restore ought to deal with root setable file f s bin/5296 slattach fails creating pidfile with ioctl(TIOCSCTTY): o kern/5577 bde Unnecessary disk I/O and noatime ffs fixes o kern/5587 des session id gets dropped o bin/5609 gad lpd cannot send long files to HP's JetDirect interface f bin/5712 /bin/chio code cleaup and option added o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea s kern/5877 sb_cc counts control data as well as data data s kern/6668 babkin [patch] new driver: Virtual Ethernet driver s bin/6785 place for all the default dump flags s bin/7232 [sysinstall] suggestion for FreeBSD installation dialo s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected o bin/7265 [patch] A warning flag is added to ln(1). o bin/7287 Incorrect domain name for MAP_UPDATE in multidomain NI a bin/7324 mtm Suggestions for minor modifications to adduser s kern/7556 sl_compress_init() will fail if called anything else t o bin/7868 [patch] morse(6): Morse Code Fixups o bin/7973 gad lpd: Bad control file owner in case of remote printing f kern/8498 dwmalone Race condition between unp_gc() and accept(). o bin/8867 [sysinstall] [patch] /stand/sysinstall core dumps (sig a bin/9123 pax can't read tar archives that contain files > 4GB s bin/9233 gmp's mpq_add and mpq_sub are buggy o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o kern/9619 rodrigc Restarting mountd kills existing mounts o kern/9679 fix for uninterruptible open in portal file system s bin/9770 jmallett [patch] An openpty(3) auxiliary program o bin/9868 Patch to add "date -a" s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S o bin/10030 markm Kerberized telnet fails to encrypt when a hostname ali o bin/10358 yar ftp(1) has problems with long pathnames o bin/10611 timed enhancement o gnu/10670 peter cvs doesn't allow digits in local keywords a kern/11024 mtm getpwnam(3) uses incorrect #define to limit username l o bin/11085 Per-host configuration for syslog.conf s bin/11114 harti make(1) does not work as documented with .POSIX: targe o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o bin/11294 direct logging to other hosts (no local syslogd) o kern/12014 alfred Fix SysV Semaphore handling s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) o bin/12545 peter kldload(8) should be more sensitive to errors in *_mod o bin/12801 nvi infinite recursion with options "leftright" and "c o bin/13042 make(1) doesn't handle wildcards in subdirectory paths o bin/13108 authunix_create_default includes egid twice a bin/13128 krion pkg_delete doesn't handle absolute pathnames correctly o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. s bin/13309 [patch] Fixes to nos-tun(8) o kern/13326 additional timeval interfaces for o bin/13397 nvi mishandles tags files under certain conditions. s bin/13869 man program saves multiple cached copies of the same f o bin/13882 mount -p is missing the quota options o bin/13936 [sysinstall] no clear indication of how much space to s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/14166 [bktr] [patch] AVER TVPhone o bin/14318 [sysinstall] sysinstall upon install has some counter- f kern/14549 mdodd 3C509 broken in 3.3 s kern/14562 ken ioctl() codes should be provided for ejecting all remo o kern/14646 kern.boottime affected by APM suspend/resume a bin/14682 gad lprm(1) unaware of lp(1) Environment Variables (LPDEST o bin/14925 getsubopt isn't poisonous enough f conf/15010 rc.firewall: "client" firewall configuration kills inc o bin/15038 [sysinstall] easy to not notice that selection lists m a kern/15095 andre TCP's advertised window is not scaled immediately upon o bin/15168 [patch] Adding tracklist support to fdformat(1) o bin/15205 [patch] Addition to random(6) s kern/15436 [syscons] syscons extension: "propellers" s kern/15478 incorrect utmp/wtmp records update upon connection bei o bin/15480 [patch] make cdcontrol(1) easier to use f kern/15542 [de] de(4) suddenly stops working o bin/15619 peter [patch] standard pppd doesn't authenticate users with o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o misc/15876 embedded [picobsd] PicoBSD message of the day problems o kern/16021 To support SMP on NEC PC98, call mp_probe() after pmap o conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.conf o kern/16195 rwatson 16-bit uid/gid struct in sys/ipc.h o kern/16339 alc vm/vm_page.h PQ_L2_SIZE options too limited o conf/16584 [sysinstall] Hostname field too small during install ( o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o kern/16765 bde Add support for mark/space parity s kern/17108 [nfs] SecureRPC not supported in mount_nfs command s kern/17109 darrenr fastroute crashes for lo0 udp f kern/17185 rafan main ncurses headerfile is installed as curses.h o bin/17289 gad [PATCH] wrong permissions on /var/run/printer o bin/17363 crontab(1) leaves files in /var/cron/tabs when interru o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro o bin/17546 [sysinstall] sysinstall does not let you configure NIS o bin/17623 date(1) -v doesn't handle time changes (DST) correctly s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo o bin/17679 wpaul wicontrol(8) should take multiple args on command line o conf/17993 obrien improving on the default /etc/amd.map o bin/18100 update to src/usr.bin/from/from.c for multiple mboxes s bin/18114 ken msps from iostat is wrong o kern/18200 mdodd 3com 3c509b recognized twice during boot o kern/18271 simplelock: klds not portable across UP and SMP o kern/18293 lack of versapad mouse wheel emulation o bin/18319 "dump" fails with "cannot reopen disk: interrupted sys o bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o bin/18498 jhb allowing ELF_VERBOSE in /etc/make.conf s kern/18558 silby 3COM 905B realy realy slow when using multiple adapter s kern/18704 GLOB_ERR not handled correctly by glob() s bin/18773 matusita Merge ports/japanese/less to src/contrib/less o gnu/18857 peter Enable GSSAPI in CVS if available o kern/18909 dwmalone select(2) timeout limited to 100000000 seconds s kern/19247 threads uthread_sigaction.c does not do anything wrt SA_NOCLDW s kern/19363 [kernel] [patch] allow processes know about their file s kern/19402 Signals 127 and 128 cannot be detected in wait4() inte o kern/19406 [libc] setenv(3) allocates memory which is not freed b s kern/19535 [procfs] [patch] procfs_rlimit tidyup s conf/19573 des Dot Files for Optional Shells o bin/19683 green mount displays incorrect mount point on failed mount o kern/19756 Inability to use linux extended partition (type 0x85) o bin/19772 df output wrong for union-mounts a kern/19782 mkisofs 1.12.1 (i386-unknown-freebsd4.0) doesn't prese o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o kern/19909 [nfs] Problem with NFS client in 4.0-STABLE o kern/19913 des add SYN+FIN counter s docs/20028 doc ASCII docs should reflect tags in the sourc o bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts xferlog s kern/20333 des [libpam] ftp login fails on unix password when s/key a o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o kern/20410 [sio] sio support for high speed NS16550A, ST16650A an o bin/20501 mjacob [patch] extra flag to dump to offline autoloaders at E o kern/20529 wpaul [ti] gigabit cards fail to link o bin/20742 ps Weird problem with 'more' on 4-1-STABLE o bin/20881 There's no reason not to build DNSsec-DSA o bin/20889 dwmalone syslogd.c still uses depreciated domain AF_UNIX o bin/20908 [sysinstall] /stand/sysinstall too limited in selectio o bin/20944 natd enhancements, default config file and manpage add o bin/21008 gad Fix for lpr's handling of lots of jobs in a queue o kern/21222 [nfs] wrong behavior of concurrent mmap()s on NFS file o bin/21312 more incorrectly redraws screen on xterm resize o bin/21315 Shells often behave oddly when executing shell scripts o bin/21519 standards sys/dir.h should be deprecated some more s bin/21659 Berkeley db library is statically compiled into libc, o i386/21672 obrien [i386] AMD Duron Rev. A0 reports incorrect L2 cache si o conf/21675 Better and more disktab entries for MO drives o bin/21751 ken libcam's cam_real_open_device() may lose fds on error o kern/21768 rwatson shouldn't trailing '/' on regular file symlink return a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to s bin/22034 nfsstat(1) lacks useful features found in Solaris7 o bin/22182 vi options noprint/print/octal broken s kern/22190 threads A threaded read(2) from a socketpair(2) fd can sometim o conf/22308 [nfs] mounting NFS during boot blocks if host map come s bin/22442 [PATCH] Increase speed of split(1) o misc/22914 [bootinst] bootinst messages are not updated o conf/23063 net [PATCH] for static ARP tables in rc.network p kern/23148 getopt(3) works non-intuitively? p bin/23178 'talk' not doing right thing o bin/23180 Certain KOI8 characters are treated as "word breakers" a bin/23254 fenner yacc accepts bad grammer o kern/23314 scsi aic driver fails to detect Adaptec 1520B unless PnP is a bin/23402 [sysinstall] upgrade ought to check partition sizes o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd doesn't show message in file specified o conf/23822 mtree entries for German X11 man pages a bin/23912 underflow of cnt in vs_paint() by O_NUMBER_LENGTH when o bin/24066 marcel gdb can't detach from programs linked with libc_r o bin/24390 standards Replacing old dir-symlinks when using /bin/ln o bin/24435 [libdisk] changing slice type causes Auto-partition to o bin/24485 [PATCH] to make cron(8) handle clock jumps o bin/24513 peter new options for pppd o kern/24528 Bad tracking of Modem status s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24757 yar ftpd not RFC compliant o docs/24786 doc missing FILES descriptions in sa(4) o kern/24882 ktrace not syncing .out file before panic o bin/24953 green adduser ignores passwd_format in login.conf o kern/24959 andre proper TCP_NOPUSH/TCP_CORK compatibility o bin/25013 mv(1) cannot move unresolvable symlinks across devices o bin/25015 cp: options -i and -f do not work as documented o kern/25018 lstat(2) returns bogus permissions on symlinks o bin/25218 mailwrapper(1) invokes sendmail when resources are tig f bin/25278 bs accepts -s -c but not -sc o alpha/25284 alpha PC164 won't reboot with graphics console o kern/25445 kernel statistics are displayed in wrong types and wra s bin/25477 [pam] [patch] pam_radius fix to allow null passwords f p kern/25499 [kbd] [patch] buffer paste functionality from keyboard s bin/25598 yar patch to let ftpd output message when changing directo o kern/25733 [intpm] mismatch between error reporting in smbus fram o bin/25736 ac -d option probrem with overdays logon f kern/25777 [kernel] [patch] atime not updated on exec o kern/25866 more than 256 ptys, up to 1302 ptys. f docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not syslimits.h o bin/26005 MIME quoted-printable encoding added to vis/unvis + bu o kern/26261 [sio] silo overflow problem in sio driver o docs/26286 doc *printf(3) etc should gain format string warnings o kern/26323 [ufs] [patch] Quota system creates zero-length files a kern/26348 [pcvt] scon -s, page fault in HP mode a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/26584 kernel boot messages aren't logged correctly on remote o kern/26618 iedowse unmount(2) can't unmount a filesystem whose device has p kern/26646 ache srand() provides only 8-bit table o conf/26658 grog update to src/usr.bin/calendar/calendars/hr_HR.ISO_885 o bin/26695 change request: kill(1)/killall(1) -l output o kern/26787 dd [patch] sysctl change request s bin/26803 des Fix fetch to allow FTP puts in '-o' & allow '@' sign i o i386/26812 peter old bootstrap /sys/i386/boot/... still in -STABLE bran o bin/26919 [sysinstall] fdisk should ONLY set one bootable flag o kern/27008 kernel function sysbeep(xxx, 0) does produce sound f bin/27188 jon fix of rsh non-interactive mode behaviour o bin/27216 [sysinstall] can not get to shell prompt from serial c o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl o bin/27258 getty didn't check if if= isn't empty o bin/27281 vidcontrol(1) does not have error codes o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) o bin/27319 obrien df displays amd pid processes o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/27660 Kernel does not return error if adding duplicate addre o bin/27687 fsck wrapper is not properly passing options to fsck_< o bin/27829 pax's uid/gid cache is read-only o kern/27835 execve() doesn't conform to execve(2) spec in syscall f bin/27872 [sysinstall] "Load Config" hangs Compaq DL360 when use o bin/27972 losing information with talk a bin/28081 [sysinstall] /stand/sysinstall errs out if /cdrom/ alr a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o misc/28255 embedded [picobsd] picobsd documentation still references old . s kern/28260 standards UIO_MAXIOV needs to be made public o bin/28333 rtprio/idprio setuid problems o bin/28364 lex(1) generated files fail to compile cleanly with -W o bin/28620 ru xinstall has no way to pass options to strip o bin/28789 /usr/bin/last does not filter for uucp connects o bin/28972 dwmalone gamma returns same result as lgamma s i386/28975 [rp] RocketPort problems o bin/29062 markm krb4 and krb5 multiply defined version symbol o bin/29119 menu of fdisk editor in 4.3R does not list 'W'rite s bin/29292 sos The functional addtion to burncd(8) o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [PATCH] newsyslog can support time as extension s kern/29423 [patch] new feature: kernel security hooks implementat o bin/29516 markm telnet from an non FreeBSD host still uses /etc/ttys f o bin/29581 proposed gethostbyXXXX_r() implementation o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o bin/29893 [sysinstall] suggestions for 4.4 sysinstall o bin/29897 des pam_unix patch, which uses loginclass passwd_prompt a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/30186 getaddrinfo does not handle incorrect servname o bin/30321 strftime(3) '%s' format does not work properly s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable o bin/30360 vmstat returns impossible data s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30424 Generalization of vipw to lock pwdb while being edited s threa/30464 threads pthread mutex attributes -- pshared o bin/30517 [sysinstall] using sysinstall with install.cfg has no o bin/30542 [PATCH] add -q option to shut up killall o conf/30590 /etc/hosts.equiv and ~/.rhosts interaction violates PO p kern/30608 kern.ps_showallproc=0 doesn't limit queries for a sing o bin/30654 gad Added ability for newsyslog to archive logs f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS a bin/30737 sysinstall leaks file descriptors on restart o conf/30812 [patch] giant termcap database update o bin/30854 bootpd/bootpgw change - skip ARP modifications by opti p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr o bin/30863 bootpd/dovend.c Win95 compatibility improvement and ty o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o conf/30938 Improving behavior of /etc/periodic/daily/110.clean-tm o bin/31034 dwmalone regularly add original address logging for tcpwrappers o kern/31048 des linprocfs:/proc/meminfo cannot handle multiple swap sp o bin/31199 tunefs error is incorrect when enabling softupdates o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/31380 [nfs] NFS rootfs mount failure message too cryptic o bin/31387 When getuid()=0, mailwrapper should drop priviledges f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o bin/31588 change request to allow mount(1) to set the MNT_IGNORE o kern/31624 writev may return undocumented ECONNRESET o kern/31647 socket calls can return undocumented EINVAL s kern/31686 andre Problem with the timestamp option when flag equals zer o kern/31708 VM system / fsync / flushing delayed indefinitely? o gnu/31772 New option in dialog(1) o kern/31890 [syscons] [patch] new syscons font o bin/31906 No method available to unwind atexit(3) stack without o bin/31933 pw can interpret numeric name as userid during userdel o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o bin/31985 New /etc/remote flag for tip to append LF to CR o bin/31987 patch to allow dump(1) to notify operators by mail(1) s conf/32108 Proposed Firewall (IPv4) configuration script f bin/32144 [sysinstall] unattended install with sysinstall doesn' a bin/32375 [sysinstall] sysinstall doesn't respect User generated a bin/32411 shutdown's absolute-time handling could be more useful o bin/32501 maxim quot(8) is stupid regarding the filesystem option s usb/32653 usb Added patches to improve USB scanner supportOB o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o bin/32667 systat waste too much time reading input o bin/32680 [PATCH] Allows users to start jail(1) by hostname as w o bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ctl o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o bin/32828 w incorrectly handles stale utmp slots with jail o bin/33066 rwatson sysinstall does not write to new disks as expected s bin/33133 keyinit outputs wrong next login password o bin/33182 marcel gdb seg faults when given handle SIGALRM nopass for th o kern/33203 [nfs] "got bad cookie" errors on NFS client s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a bin/33661 PAP AuthAck/AuthNak parsing problem in pppd o bin/33774 Patch for killall(1) o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o bin/33834 strptime(3) is misleading p docs/33852 keramida split(1) man page implies that input file is removed. o bin/33941 /usr/sbin/dev_mkdb dumps core a kern/33963 bde Messages at the serial IO port device probe are mislea o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida a bin/34010 [patch] keyinit takes passwords less than 10 chars, bu o bin/34146 newfs defaults and vfs.usermount=1 tug at one another s bin/34171 yar ftpd indiscrete about unprivileged user accounts o docs/34239 trhodes tunefs(8) man page doesn't describe arguments. o bin/34309 gad lpd does not garantie that controlfiles begin with "cf o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34497 grog calendar(1) does not understand calendars o bin/34519 pkg_check(8) does not return exit code >0 if verifing o kern/34665 darrenr [ipfilter] ipfilter rcmd proxy "hangs". o gnu/34709 marcel [patch] Inaccurate GDB documentation o bin/34728 DHCP hostname set as Hexadecimal string o bin/34759 Phantasia does not accept [enter] key o bin/34788 dwmalone dmesg(1) issues with console output o bin/34832 /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, o kern/34880 luigi Impossibility of grouping IP into a pipe for traffic s f bin/35018 brian enhancing daily/460.status-mail-rejects o bin/35109 [PATCH] games/morse: add ability to decode morse code o bin/35113 grdc enhancement: countdown timer mode o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o kern/35234 scsi World access to /dev/pass? (for scanner) requires acce o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/35324 Plug and Play probe fails to configure Digicom Modem B o kern/35377 process gets unkillable (-9) in "ttywai" state o bin/35400 [sysinstall] sysinstall could improve manipulation of o bin/35451 PATCH: pkg_add -r able to save local copy to PKG_SAVED o misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o bin/35568 make declares target out of date, but $? is empty o docs/35608 doc mt(1) page uses "setmark" without explanation. o docs/35609 doc mt(1) page needs explanation of "long erase". o docs/35612 doc ps(1) page "state" description doesn't mention "spread o docs/35652 trhodes bsd.README seriously obsolete o bin/35717 which(1) returns wrong exit status for multiple argum o bin/35769 w does not correctly interpret X sessions o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f o kern/35846 imp timeout in wi_cmd 11, machine hangs for a second o bin/35886 [patch] pax(1) enhancement: custom time format for lis p bin/35894 [patch] popen.c in cron won't build without LOGIN_CAP o docs/35953 doc hosts.equiv(5) manual is confusing or wrong about host s stand/36076 standards Implementation of POSIX fuser command o bin/36118 [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36143 [patch] Dynamic (non linear) mouse acceleration added o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min o bin/36374 Patch (against core dumps) and improvemets for apmd(8) o bin/36385 luigi crunchgen does not handle Makefiles with includes prop o docs/36432 doc Proposal for doc/share/mk: make folded books using psu o docs/36449 doc symlink(7) manual doesn't mention trailing slash, etc. a kern/36451 [bktr] [patch] Japan IF frequency is incorrect s gnu/36460 cu(1) program does not work very well. f bin/36477 gshapiro mailwrapper doesn't handle rmail calls o bin/36501 grog /usr/bin/calendar can't handle recurring items in the o bin/36553 gad Two new features in newsyslog(8) o bin/36556 [patch] regular expressions for tcpwrappers o bin/36626 login_cap(3) incorrectly claims that all resources fre o docs/36724 darrenr ipnat(5) manpage grammar is incomplete and inconsisten o bin/36740 make ps obey locale (particularly for times) o bin/36757 which(1) ought to append @ if result is symlink o bin/36786 make ps use 24-hour time by default s ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/36952 ldd comand of linux does not work o bin/36960 grog calendar doesn't effect -t option. o bin/37013 ls directory name output trailing slash duplcation - P o bin/37083 small improvement to talk(1): add clocks o bin/37160 [sysinstall] coredumps when trying to load package dat o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o conf/37387 grog bsdmainutils/calendar Hungarian addon file o bin/37437 Add HTTP-style support to {vis,unvis}(1). o bin/37442 [PATCH] sleep(1) to support time multipliers p kern/37448 obrien [PATCH] ldd/rtld support for more information of linke o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 matteo [PATCH] Extend fstab(5) format to allow for spaces in o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o bin/37672 pw(8) prints warnings after successful NIS map updates s threa/37676 threads libc_r: msgsnd(), msgrcv(), pread(), pwrite() need wra o docs/37719 kensmith [request] Detail VOP_ naming in a relevant man-page o bin/37733 su(1) does not behave the way it is described in man o bin/37844 [PATCH] make knob to not install progs with suid/sgid o gnu/37910 PATCH: make send-pr(1) respect &'s in /etc/{master.}pa o alpha/38031 alpha osf1.ko not loaded during boot-time of linux-emu enabl o bin/38055 [sysinstall] Groups (creation) item should be before U o bin/38056 [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 [sysinstall] "install" document doesn't display correc o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38168 [patch] feature request: installing curses-based versi o bin/38256 linking pax to pax_{cpio|tar} s kern/38347 [libutil] [patch] [feature request] new library functi o kern/38445 suggestion: centralize ptrace() permission checking o bin/38478 [sysinstall] In Choose Distributions screen, it's diff o bin/38480 [sysinstall] sysinstall should prompt for normal users o conf/38524 cons25 doesn't support F-keys beyond 12 o docs/38540 blackend [patch] make application name capitalization consisten o docs/38556 remko EPS file of beastie, as addition to existing examples o ports/38593 portmgr Third level ports o bin/38610 [sysinstall] should be able to mount ISO images on DOS o kern/38626 luigi dummynet/traffic shaper: RED: max_th and min_th are li o bin/38727 [patch] mptable(1) should complain about garbage argum f kern/38730 philip Memorex scrollpro mouse is not fully functional o kern/38749 kientzle Diskless booting fails with some DHCP servers (no root o kern/38826 [bootmgr] RFE: BootMgr should provide more identifying o kern/38828 scsi [feature request] DPT PM2012B/90 doesn't work o bin/38854 [sysinstall] resetting during setup causes the target o misc/38937 delay between tracks in digital audio dumps from CD wi o bin/38940 Change: an option to *stat to allow supressing of head o docs/38982 doc [patch] developers-handbook/Jail fix f kern/39047 remko IPSEC Compression (IPCOMP) broken in tunnel mode o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings o docs/39348 doc diskless(8): note that kenv fetch of hostname requires o bin/39360 [sysinstall] if linux emu is added as a dependency (an f kern/39425 [amd] Auto mounted directory was not found at boot tim o bin/39439 tcopy will not duplicate tapes with block size larger o bin/39463 mtm [PATCH] Add several options to fingerd f conf/39505 automate BUILDNAME variable for releases o kern/39527 dwmalone getcwd() and unreadable parent directory o docs/39530 doc access(2) man page has unnecessarily broad warning s conf/39580 insecure default settings o ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o bin/39893 setusercontext library call differs umask o bin/39905 johan cleaning sbin/restore code from warnings o conf/39976 vi recovery halting boot process o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [kernel build] [patch] use ld(1) to build kernel with p gnu/40057 bugmeister send-pr -a flag does not work with -f o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA bridge gets o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o kern/40516 [ti] [patch] ti driver has no baudrate set f bin/40538 dougb mergemaster fixes and enhancements o conf/40548 list of /etc/defaults/make.conf undocummented variable o bin/40572 vipw prints silly message if $EDITOR fails o bin/40597 add /sbin/fdisk ability of showing extended partition s threa/40671 threads pthread_cancel doesn't remove thread from condition qu o conf/40777 disktab does not support 2.88MB floppies o kern/40926 [boot] After Upgrading or Clean Installing 4.6, reboot o usb/40948 usb [usb] USB HP CDW8200 does not work f bin/41060 delphij ready to import gzip 1.3.3 o docs/41089 doc pax(1) -B option does not mention interaction with -z o bin/41159 new sed -c option to allow ; as a separator for b, t a s misc/41179 feature request: LD_LIBRARY_PATH security checks o bin/41190 in sed, report the { linenum instead of EOF linenum on o bin/41213 top(1) blocks if NIS-related entries in passwd(5) are o kern/41215 [kbd] console revert back to kbd0 (AT) after KVM switc o bin/41238 [sysinstall] problems with FreeBSD installation on a d f docs/41270 remko [patch] handbook: confusing directions for kernelconfi o bin/41271 Non-suid-crontab. o bin/41307 libalias: logging of links lifecycle (add/delete/chang o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o bin/41526 symlinked mount points get mounted more than once w/ m o kern/41543 emulation [patch] feature request: easier wine/w23 support f bin/41556 obrien [PATCH] wtmp patch for lukemftpd o bin/41566 obrien file(1) out of date o i386/41569 silo overflow p stand/41576 standards POSIX compliance of ln(1) a bin/41583 assorted mtree bugs (+fixes) s bin/41647 net ifconfig(8) doesn't accept lladdr along with inet addr o bin/41674 ken iostat column formatting overlaps o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o bin/41817 pw groupshow doesn't include the login group o docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o docs/41919 blackend MINI kernel for bootfloppy (Handbook p.342) contains e o kern/41930 declaration clash for ffs() and ${CXX} o bin/41947 hexdump(1) unprintable ASCII enhancement [PATCH] o bin/41949 [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42018 krion pkg_info with PKG_PATH searches through tarred pkgs o bin/42022 [sysinstall] non-interactive mode prompts when only a o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o bin/42162 [sysinstall] installation crashes, md0c filled up. o docs/42182 trhodes formatting-media article: Making Dedicated Mode disks o bin/42217 libdisk segfaults with 1024 bytes/sector disks o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [PATCH] ISO-fication of /usr/src/contrib/tcp_wrappers: o bin/42386 cleaning code from warnings in libkvm o bin/42387 cleaning code of librpcsvc from warnings o kern/42422 dbm_delete returns -1 instead of 1 when the key does n o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42442 problem in idlequeue/debugging mode ? o kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_resume/device_s f bin/42469 After mounting by mount_smbfs directories with russian o bin/42663 pw(1): pw useradd assigns unique UID's to multiple use o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c o bin/42803 tconv, tic, captoinfo binaries missing from distributi o bin/42934 [sysinstall] installation procedure on install floppie o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43355 idad driver will work if logical drives dont start at o bin/43367 incorrect report from 'who' after 'shutdown now' from o bin/43368 krion pkg_create fails if target directory does not exist o bin/43434 New option to 'dmesg' which allow to display or not ol o docs/43470 blackend solid-state article out of date (x109). o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c s bin/43497 mount(8): mount -t nfs -> crunchgen incompatible o conf/43500 rc.syscons "allscreens" improvements o kern/43577 [kernel] [patch] feature request: new kernel option SH o bin/43582 passwd(1) fails on nonexistent users o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o bin/43819 changed truss output for utrace calls o docs/43823 doc [PATCH] update to environ(7) manpage o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hangs on ifconfig o docs/43941 doc document the Rationale for Upgrade Sequence (e.g. why o docs/44034 trhodes Multiple sysctl variables are not documented o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr o docs/44074 doc [patch] ln(1) manual clarifications s bin/44122 tun0 gets a second ip adress after a disconnect o conf/44170 Add ability to run multiple pppoed(8) on startup o www/44181 www www "Release Information" organization o bin/44212 Unify 'recursive' options -r and -R o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o conf/44286 roberto /etc/defaults/rc.conf uses the obsolete ntpdate o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44372 roberto some kernel options prevent NTP clock synchronization o stand/44425 standards getcwd() succeeds even if current dir has perm 000. o kern/44497 NIC Lags? f kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o kern/44580 [nfs] NFS updates file access time when file is modifi o kern/44587 scsi dev/dpt/dpt.h is missing defines required for DPT_HAND o conf/44717 update login.conf and unify login capabilities o bin/44894 markm telnet(1): as a local non-root user and remote it's po o bin/44915 [sysinstall] 'choose installation media' choose CD-ROM o gnu/44984 Send-pr can use environmental variable $FROM or $PRFRO o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o kern/45026 [nis] Can't set next password change date on NIS serve o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o conf/45222 daily rejected mail hosts report too long o conf/45226 rc Fix for rc.network, ppp-user annoyance o bin/45229 restore(8) -i: ls reports mising files as 'out of memo o bin/45254 [sysinstall] [patch] sysinstall installs things it sho o kern/45293 kevent denies to observe /dev/tty o bin/45333 [PATCH] New option -r for chown and chgrp s bin/45547 sos a patch to make burncd handle .wav files. o bin/45608 [sysinstall] install should config all ether devices, o bin/45701 markm spelling error in rogue o conf/45704 [PATCH] request to change cp866b font to cp866 o bin/45729 make rbootd transfere the default file if it's undefin o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o bin/45830 [kerberos] KDC has problems when listening to IPv6 and o bin/45896 dwmalone setnetgrent() should return error code o conf/46062 remko Remove skel from BSD.root.dist. f i386/46113 remko [bus] [patch] busspace bugs in parameter checking o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o bin/46163 gad lpc problem. Only root can modify despite man page in o bin/46235 rwatson [sysinstall] NTP servers for Finland require updating o bin/46328 gad patch for lpd o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small s bin/46382 ps(1) could use a "repeat" mode o conf/46409 Certain periodic scripts check broken NFS mounts. o stand/46441 stefanf /bin/sh does not do parameter expansion in PS1, PS2, P o conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859-2 and console s conf/46746 No way to set link addresses through rc.conf o bin/46758 moused enhancements o bin/46888 gad Add script run hook to newsyslog(8) o bin/46905 [sysinstall] FreeBSD 5.x cannot be installed from mult s conf/46913 darrenr ipf denied packets of security run output contains non o bin/46925 sysctl -a goes into an infinite loop... o kern/46973 [syscons] [patch] syscons virtual terminals switching o bin/47235 top reports inaccurate cpu usage o kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2-based mother o bin/47350 rc.network supports only one ppp profile o bin/47387 [PATCH] gprof -K still requires "a.out" arg / override o bin/47540 Make natd configurable in running state without loss o o conf/47566 le [vinum] [patch] add vinum status verification to perio o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o bin/47596 daily security run complains if timezone changes o bin/47815 stty -all should work. o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o misc/48110 [patch] change CVSROOT/log_accum.pl to not send mail i o conf/48133 /etc/rc: improved vi recovery notification o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o conf/48195 /var/db/mounttab error on diskless boot o bin/48309 pppoe connections fail to establish if throughput disa f bin/48318 mtm Segmentation fault in sh with attached script o usb/48342 usb [PATCH] usbd dynamic device list. o bin/48443 mtm /usr/sbin/periodic executes too many files o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o bin/48603 Getopt is broken. Patch included. o gnu/48638 [PATCH] some bug fixs in libdialog o alpha/48676 alpha Changing the baud rate of serial consoles for Alpha sy o conf/48870 rc [PATCH] rc.network: allow to cancel interface status d o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu s bin/48962 des [PATCH] modify /usr/bin/fetch to allow bandwidth limit o kern/48976 [modules] nwfs.ko oddity o bin/48989 [sysinstall] Sysinstall's partition editor gets confu a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o kern/49039 add support for RS485 hardware where direction is cont o ports/49955 portmgr [PATCH] bsd.port.mk: add target to automatically insta o misc/50106 [patch] make 'make release' more flexible behind FWs a o bin/50118 grog calendar(1) dumps core if there is ./calendar/ p conf/50160 ache sl_SI.ISO8859-2 collation sequence is wrong o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o bin/50300 Make the loader's use of terminal-control sequences op o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/50526 [kernel] [patch] update to #! line termination o bin/50569 /bin/sh doesn't handles ${HOME}/.profile correctly o bin/50656 /bin/cp - wrong error on copying of multiple files o kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappr p docs/50735 brueffer [patch] small diff to the developers handbook & outdat o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o alpha/50868 alpha fd0 floppy device is not mapped into /dev (XP1000) Fre o bin/50949 BUG: mtree doesn't honor the -P when checking/changing p conf/50956 matteo daily_status_disks_df_flags in /etc/defaults/periodic. o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) o kern/51120 MSGBUF_SIZE doesn't work in makefiles a docs/51133 murray RSH environmental variable not described in rcmd(3) s bin/51137 [patch] config(8) should check if a scheduler is selec o bin/51148 Control the cache size for pwd_mkdb to speedup vipw f ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o bin/51205 dwmalone openssl in base system is not compiled thread safe o bin/51296 grog calendar wrong for dates based on day+-num o docs/51480 dds Multiple undefined references in the FreeBSD manual pa o bin/51488 Compat patch: more(1) allowed filename to start with ' p conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.src p conf/51729 ache A patch that can make freebsd support zh_CN.GB18030 o docs/51891 doc DIAGNOSTICS in ed(4) driver manpage don't match realit o conf/51920 Collation for no_NO.ISO8859-1 o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o docs/52071 doc [PATCH] Add more information about soft updates into a f misc/52255 embedded [picobsd] picobsd build script fails under FreeBSD 5.0 o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/52258 imp pccard non-functional, repeated "card inserted/removed o bin/52271 [sysinstall] sysinstall panics in machine with no hard o bin/52469 ppp: Multiple devices using UDP don't work. o bin/52517 murray New functionality for /usr/bin/Mail o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods f bin/52746 tcsh fails to handle large arguements o kern/52764 Impossible to build kernel with COPTFLAGS=-O0 and with s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a o bin/52782 user ppp dumps core when doing pppctl "show ipcp" afte s bin/52826 krion Feature Request: Adding Timestamps to pkg info upon pk o kern/52907 phk [libc] [patch] more malloc options for debugging progr s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE p kern/52960 jmg [kbd] kbdcontrol macros don't work when len = 16 o kern/52971 bad macro LIST_HEAD in /usr/include/sys/queue.h o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o bin/53131 [sysinstall] "ALL" could not turn check BOXes ON at pa o kern/53265 imp Make Sierra A555 work in FreeBSD o docs/53271 hmp bus_dma(9) fails to document alignment restrictions o bin/53288 tail will sometimes display more lines than it is told o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a p bin/53377 [PATCH] su does not return exit status of executed com o bin/53475 cp(1) copies files in reverse order to destination o kern/53506 [partial patch] support gzipped modules o bin/53520 su to another user does not update utmp o bin/53560 logging domain names in wtmp is retarded o docs/53596 doc Updates to mt(1) manual page o stand/53682 le [PATCH] add fuser(1) utility o docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o bin/53899 mktime gives wrong result in Central timezone o bin/54141 wrong behavour of cu(1) o conf/54170 error from weekly periodic script 330.catman s bin/54185 rwatson UFS2 filesystem ACL flag not enforced o kern/54220 [PATCH] /usr/src/Makefile has wrong instructions for u o bin/54274 piso udp-proxy support is not implemented in libalias o bin/54365 [PATCH] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o bin/54594 Apply regexps to the entire variable -- a new variable o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54683 sh, redundant history s docs/54752 hmp bus_dma explained in ISA section in Handbook: should b o bin/54784 find -ls wastes space o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits o kern/54884 mckusick FreeBSD -stable and -current free space handling for U o bin/54891 libalias/natd and exporting connection-info for identd f kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB drive o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen p stand/55112 standards glob.h, glob_t's gl_pathc should be "size_t", not "int o kern/55163 [jail] [patch] hide kld system details from jails o misc/55387 [patch] users LD_LIBRARY_PATH can interfere with mail o gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 s ports/55515 portmgr [patch] extract perl stuff from bsd.port.mk into bsd.p o bin/55539 [patch] Parse fstab(5) with spaces in path names o bin/55546 cdcontrol(1) play tr m:s.f interface is partially brok o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/55802 Make kernel.GENERIC suitable for diskless use with eth o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys o ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o gnu/55936 send-pr does not set mail envelope from o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o bin/56249 obrien lukemftpd has two bugs (motd, munged utmp) o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56447 Extend mt command for AIT-2 tape drives o kern/56451 /compat/linux/proc/cpuinfo gives wrong CPU model o stand/56476 standards cd9660 unicode support simple hack o kern/56632 MTIO incorrect mt_fileno status after MTEOD o bin/56648 le [PATCH] enable rcorder(8) to use a directory for locat o kern/56664 bad file# in MTIO status buffer after MTEOD until MTRE o kern/56720 [libc] feature request: UNICODE support in Resolver f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext o conf/56934 rc.firewall rules for natd expect an interface, but it o conf/56940 pccard.conf entry for PCET10-CL causes syntax errors i s ports/56980 portmgr unprivileged user, extracting of tarballs and pre-inst o bin/57018 le [PATCH] convert growfs to use libufs(3) o kern/57036 No media detected by 3c905b-tx on 4.9-release o bin/57045 trpt(8) option -t was disabled on -current o bin/57054 let test(1) compare the mtime of a file to a string s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o bin/57089 "w" does not honor the -n option o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPREGS o stand/57295 harti make's handling of MAKEFLAGS is not POSIX conform o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 [patch] Better NTP support for dhclient(8) and friends o misc/57464 [boot] loader(8) seems to confuse files [4.7] o ports/57498 portmgr HEIMDAL_HOME should be defined in src or ports Makefil o ports/57502 tmclaugh ports that define USE_* too late o conf/57517 add parameter for /etc/periodic/daily/210.backup-alias o kern/57522 [PATCH] New PID allocater algorithm from NetBSD p bin/57630 lptcontrol gives "device busy" if device turned off a kern/57696 [nfs] NFS client readdir terminates prematurely if ren o bin/57715 [patch] tcopy(1) enhancement a stand/57911 fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_ o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o kern/57976 simple kernel DDB enhancement o bin/58012 Multihomed tftpd enhancement o bin/58293 vi replace with CR (ASCII 13) doesn't work o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/58390 bsdlabel fails to display an error message if the labe o bin/58483 [patch] mount(8): allow type special or node relative f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o conf/58557 Summer/Winter-time change causes daily cron to be run o conf/58595 Default NTP configuration o gnu/58656 marcel gdb not ready for prime time o stand/58676 standards grantpt(3) alters storage used by ptsname(3) o bin/58696 /sbin/natd feature request & possible patch o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o kern/58967 Kernel kills processes in spite of cputime parameter i o bin/58970 truss coredumps for the no significant reason o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour f kern/59208 multimedia [sound] [patch] reduce pops and crackles and fix selec o bin/59220 obrien systat(1) device select (:only) broken o docs/59240 blackend [patch] handbook update: linux MATLAB s ports/59254 ports that write something after bsd.port.mk o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o kern/59456 fdescfs stat / compress creates only empty files o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o bin/59530 strange bug in /bin/sh o bin/59551 marcel Problem with GDB on latest -CURRENT o bin/59564 Added an option (-S) to from command to also display s o conf/59600 [PATCH] Improved us.emacs.kbd mapping o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar o bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappers in daemon o bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be changed by P o bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "unimplemented" o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o kern/59896 trm driver is not in GENERIC o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the f bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o kern/60089 scottl [udf] UDF filesystem appends garbage to files o kern/60174 marcel debugging a kernel module in load/attach routines o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 s kern/60293 net FreeBSD arp poison patch o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o bin/60350 [sysinstall] in Choose Distributions screen, "All" doe o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o kern/60448 PF_KEY protocol does not have a corresponding AF_KEY a o misc/60503 [modules] small error in modules installation o docs/60529 ume resolver(5) man page is badly out of date o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o bin/60632 UI bug in partition label screen in sysinstall o bin/60636 Enhancement to adduser script. o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause f kern/60699 DVD Multidrive udma mode autosensed wrong o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o kern/60874 [feature request] auto-assign devfs ruleset numbers o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF f i386/61005 remko [boot] The Boot Manager in FreeBSD 5.2RC can't boot Fr f kern/61109 [bge] bge on TYAN AMD762-based Thunder/Tiger passes on o amd64/61209 amd64 ppc0: cannot reserve I/O port range o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61261 obrien generated header, emu10k1-alsa%diked.h not made on amd o bin/61264 [sysinstall] unable To Use VT100 Terminal Emulator (Te o conf/61289 /etc/pccard_ether: please use ifn value on pccard scri o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in f i386/61348 remko Adaptec 1460D PCI SCSI Card does not work with 5.2RC o bin/61405 cperciva A faster ffs(3) o kern/61438 [sysinstall] 5.2 nfs tasks running by default after sy f i386/61481 remko [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o bin/61502 dwmalone Incorrect ip6fw output when adding rules o kern/61503 [smbfs] mount_smbfs does not work as non-root f i386/61545 remko 5.2 release cannot see NIC on Dell 1750 f i386/61579 remko [hang] sis 645dx is not working (but on the supported f i386/61603 remko [sysinstall] wrong geometry guessed s kern/61622 Intel Pro/100 Intelligent Server Adapter unsupported N o conf/61641 grog Martin Luther King, Jr. Day missing from calendar o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault o docs/61667 doc Obsolete documentation on FreeBSD PnP f kern/61677 Unable to open CDROM tray if boot_cdrom is in loader.c a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61808 [PATCH] Update RPC prgs to allow binding to specific a s kern/61810 mounts done within a chroot show up wrong and can't be o conf/61847 Additions to file /usr/share/misc/pci_vendors f i386/61858 remko bus_dmamap_sync with BUS_DMASYNC_POSTREAD needs memory o kern/61909 5.2-Current fails to notice change of CD in drive o bin/61971 k5init --renewable fails o bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c with KAME o bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l with KAME o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o bin/62077 Make it possible to abbreviate device names. (patch in o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/62102 alc obreak update o bin/62207 ppp crashes with option 'nat punch_fw' when nat'ed hos o kern/62257 card reader UCR-61S2B is only half-supported f i386/62288 remko [RAID] reopened raid disks on a running system o kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/Mouse combinat o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe o docs/62412 doc one of the diskless boot methods described in the Hand o bin/62513 Errant /usr/bin/krb5-config on 4-STABLE f gnu/62555 readline 4.3 should be patched o ports/62657 portmgr Port linux-jpeg have decreaseed version number after l o bin/62702 [sysinstall] backup of /etc and /root during sysinstal o bin/62711 [sysinstall] installation: "Insert Next CD" Prompt is o bin/62766 ``systat -vm'' does not work on diskless machines f java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s stand/62858 standards malloc(0) not C99 compliant o bin/62885 des pam_radius doesn't maintain multiple state fields o kern/62890 ups proc pointer set by fork1 can be stale in fork,rfork,v f bin/62965 krion pkg_add -r fails if fetching multiple packages at a ti f i386/62977 remko Mouse daemon during install/setup o bin/63064 strptime fails on %z o docs/63084 des Several Man-pages reference non-existant pam.conf(5) a o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gdb53 o amd64/63188 amd64 [ti] ti(4) broken on amd64 o bin/63197 tftp Bus error, core dumped o docs/63215 doc Wrong prototypes in mi_switch(9) (ref docs/24311) o bin/63319 burncd fixate error o bin/63413 dbm_delete return value incorrect o conf/63527 AM/PM date format should be localized. o www/63552 gabor Validation errors due to CAPs in attribute values o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio o bin/63608 Add a -c option to time(1) to display csh output f i386/63628 [loader] [patch] i386 master boot record to allow boot o ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${SYSCTL} and a f kern/63746 vmnet0 makes vmnet4096 f i386/63815 remko boot loader waste a lot of time (10 min) while booting o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o bin/64036 Linux application Sophos Mailmonitor not opening TCP p o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us f ports/64304 portmgr geography category o bin/64327 [patch] make(1): document surprising behaviour of assi o conf/64381 lo0 not up and no IPs assigned after install o kern/64522 3COM 3C920B onboard Asus P4R800-VM not supported o kern/64556 [sis] if_sis short cable fix problems with NetGear FA3 o kern/64588 [joy] [patch] Extend joystick driver architecture to s f i386/64626 remko [SMP] AP initialization problem on GIGABYTE GA-7DPXDW+ o kern/64788 nsswitch with ldap and starting ppp on boot gives erro o bin/64811 systat can't display big numbers in some fields s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o bin/64921 vmstat -i is not reporting IRQ usage on a shared IRQ o bin/65045 ftp doesn't remember binary mode if setting at command p docs/65065 danger [patch] improper language ntpd(8) man pages f i386/65124 remko [bootloader] Unable to disable TERM_EMU cleanly o kern/65206 adding floppy drive seems to force PIO mode on hard dr o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o bin/65258 save /etc/rc.firewall from changing for standard firew o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o bin/65299 vi temp path contains double / o bin/65306 obrien [patch] Portability fixes for FreeBSD build utils, par f ports/65344 portmgr [patch] USE_ macros for graphics libraries o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/65448 jhb _mtx_unlock_sleep() race condition if ADAPTIVE_MUTEXES o docs/65477 bmah release notes: installation instruction fail to mentio o bin/65483 vi -r crashes f i386/65528 remko [psm] mouse cursor disapears on moving o kern/65627 [i386] [patch] store P3 serial number in sysctl o bin/65649 gad Add `-u name' option to env(1) o bin/65707 scp does not deal with local file copies with spaces o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o bin/65803 gad bin/ps enhancements (posix syntax, and more) s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o bin/65973 Problem logging in to the NIS slave and NIS Client o ports/66032 portmgr [PATCH] bsd.port.mk: clean room installation o kern/66095 [pam] template_user is broken in pam_radius o kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o gnu/66279 less(1) -- add support for stty(1) erase2/VERASE2 cont p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead p bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of-service Vuln o ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports o docs/66343 imp [patch] unlisted supported card on man page for wi(4) o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o alpha/66478 alpha unexpected machine check: panic for 4.9, 4.10, 5.2 or f ports/66480 openoffice editors/openoffice.org-1.1 port uses root's $HOME for o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits p bin/66492 cpio -o -Hustar creates broken timestamps o docs/66505 trhodes escaping '~' and '$' characters in login.conf setenv o o stand/66531 standards _gettemp uses a far smaller set of filenames than docu o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o kern/66564 [xl] 3c920-MV00 PHY detection problem s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o kern/66589 processes get stuck in "inode" state when using quota o bin/66594 marcel gdb dumps core o bin/66677 mv incorrectly copies somedir/.. to ./.. when it cross o conf/66726 /etc/periodic/security/ 800.loginfail script reports f o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o kern/66981 Can't read audio CDs with a samsung sw-252B drive ??? o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o bin/67041 "fortune -m" peeks in "fortune" file only f i386/67055 remko [psm] Mouse (wheel) detection problem on SIS748/964 ba o bin/67142 rpc.yppasswdd incorrectly throws errors about invalid o bin/67172 w,finger display the remote host incorrectly o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc o bin/67307 ready to import bootstrap_cmds/decomment from Darwin o bin/67308 ready to import bootstrap_cmds/relpath from Darwin o kern/67309 acpi zzz reboot computer (ACPI S3) f i386/67383 remko [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAMESUFFIX do not o misc/67502 cvsadm cvs-all commit message did not include all files touch o kern/67545 [nfs] NFS Diskless Mount Option Suggestion f conf/67549 No Cents for es_ES monetdef (Euro) o bin/67550 Add BLK_SIZE option to tftpd server o www/67554 www man-cgi visual glitch on 3-word titles o gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead to SIGSEGV i f i386/67578 remko [kbd] Keyboard error IBM xSeries 335 o kern/67580 request to add hints for boot failures f kern/67627 phk [panic] gbde kernel panic o bin/67723 FreeBSD 5.x restore cannot handle other platforms/Linu o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul s ports/67815 shaun graphics/ImageMagick no longer recognizes FlashPix o kern/67830 [smp] [patch] CPU affinity problem with forked child p o alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats way to much : o bin/67943 find(1) fails when current directory is not readable b o bin/68014 stty -pendin does not turn off pendin mode o bin/68062 standalone repeat(1) command o kern/68081 [headers] [patch] sys/time.h (lint fix) o conf/68108 [patch] Adding mac-address /conf selector to diskless f i386/68117 remko [nic] serious network collisions after NIC "media/medi o bin/68134 rwatson 'invalid hostname' displayed in w/who output a kern/68189 luigi arp -a discloses non-jail interfaces within a jail o kern/68192 Cannot use quotas on jailed systems o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o bin/68312 be able to create fdisk partions using similar syntax o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o bin/68328 enable configuration of extra listen sockets in syslog o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player f kern/68435 wpaul [xl] xl driver in freebsd 5.x only works if promiscous o bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and more o kern/68458 Burning DVD causes lots of FAILURE - READ_SUBCHANNEL I o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/68514 [re] Realtek driver halts on oversized frames f i386/68518 remko [agp] [hang] hangs while loading 82443BX agp during bo p conf/68525 matteo Loader's verbose boot mode has rc.d/localdaemon not na o bin/68527 Resizing 'top' running in a terminal to one column wid o bin/68552 tip(1) does not set noncanonical mode input processing o bin/68586 dwmalone [patch] allow syslogd to forward to non-default ports o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem o kern/68690 [libc] write(2) returns wrong value when EFAULT p bin/68691 dwmalone syslogd - correct program name handling s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68719 trhodes [msdosfs] [patch] poor performance with msdosfs and US f i386/68754 remko [hang] [smp] SMP reset bug (Tyan Thunder100, 440BX chi o kern/68765 [mmap] a little data can be stored beyond EOF. o bin/68797 [patch] cut(1): fflush after each write if an option i o docs/68845 ru The .At macro produces unexpected results o bin/68848 [patch] find(1) shows pathname as optional but it isn' a bin/68904 krion pkg_install fixes (_PATH_*, sprintf -> snprintf, strcp o kern/68905 core dumps are assigned wrong ownership o bin/69010 [patch] Portability fixes for FreeBSD build utils, par s threa/69020 threads pthreads library leaks _gc_mutex o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o bin/69083 [patch] basic modelines for contrib/nvi o bin/69164 marcel GDB/amd64: coredump while debugging a core file. f i386/69257 remko [i386] [patch] in_cksum_hdr is non-functional without o bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it's going to ge o ports/69309 ale mysql database backup script for periodic/daily o bin/69362 mbr amd(8) does not properly detect the local network sett o bin/69398 [patch] cleartext display of password in login.c o kern/69502 [modules] kldload will load modules that are in the st o kern/69650 [patch] make getserv* functions work with nsdispatch o amd64/69705 amd64 IPC problem (msq_queues) f i386/69722 remko [wi] wi0: init failed, Lucent Technologies WaveLAN/IEE o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o i386/69750 acpi Boot without ACPI failed on ASUS L5 o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' o kern/69963 ipfw [ipfw] install_state warning about already existing en o ports/69965 portmgr [patch] check for moved ports in "make deinstall-all" o bin/69986 [sysinstall] [patch] no job control in fixit shell on o kern/69989 killing process that uses snp + unloading module + lis o bin/70002 [sysinstall] fails to locate FTP dirs if the OS has pa o conf/70048 magic(5) file has a typo at second test for type GLF & o bin/70182 [patch] fortune -e implementation bug o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla o bin/70245 ru Change to src/release/Makefile to aid documentation o conf/70252 add System Administrator Appreciation Day to calendar o bin/70283 mtm adduser aborts in batch mode with comments or blank li o bin/70297 request to make amd timeouts per-mount local o bin/70335 inconsistent syslog behavior when max children configu o bin/70336 telnetd always exits with value 1 f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o bin/70476 sbin/reboot change, -p behavior default for halt o bin/70511 When fread()ing with buffering turned off, many syscal o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o bin/70528 No libffi on amd64, either with native compiler or fro o bin/70536 reboot -dp tries to dump when powering off o docs/70583 ceri [patch] Update freebsd-glossary o kern/70608 [irq] ethernet-error (card uses duplicate IRQ as USB c o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o docs/70652 hmp [patch] New man page: portindex(5) o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o conf/70715 Lack of year in dates in auth.log can cause confusing o bin/70756 [PATCH] indent(1) mishandles code that is protected fo o kern/70798 Compatibility: Sun/Solaris has an fcntl() F_DUP2FD. Fr o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant o ports/70831 tobez make perl5.8 port SU_CMD aware o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive o kern/70904 darrenr [ipfilter] ipfilter ipnat problem with h323 proxy supp o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o kern/71045 [dhcp] DHCP-Request is sets other device's ip to null, o bin/71098 CVS keywords are not expanded with CVS 1.12.x o kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o gnu/71210 Update to GNU sdiff: add user-preference for merge key o kern/71219 /proc/*/map dont tell file offset o conf/71254 ncurses: xterm vs. cons* termtypes or sc(4) o kern/71258 [vm] [patch] anonymous mmappings not always page align f kern/71280 [aue] aue0 device (linksys usb100tx) doesn't work in 1 o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a o conf/71386 loader.conf: hint.apic.0.disabled="YES" doesn't work. o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio a kern/71422 csjp LOR in sys/net/bpf o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o usb/71455 usb [usb] Slow USB umass performance of 5.3 o kern/71469 default route to internet magically disappears with mu a kern/71474 bms route lookup does not skip interfaces marked down o kern/71532 Multiple SCSI-Busses are seen differently by BIOS, loa p ports/71544 arved devel/tvision might need these extra patches o conf/71549 /etc/termcap missing passthrough printing entries for o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 can't config o bin/71613 [PATCH] traceroute(8): cleanup of the usr.sbin/tracero o bin/71616 [PATCH] yp_mkdb(8): cleanup of the usr.sbin/yp_mkdb co o bin/71617 [PATCH] ypserv(8): cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] timed(8): cleanup of the usr.sbin/timed code o bin/71620 matteo [PATCH] sysinstall(8): cleanup of the usr.sbin/sysinst o bin/71621 [PATCH] sliplogin(8): cleanup of the usr.sbin/sliplogi o bin/71622 [PATCH] sicontrol(8): cleanup of the usr.sbin/sicontro o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71624 [PATCH] rtadvd(8): cleanup of the usr.sbin/rtadvd code o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o kern/71683 [nis] NIS/NFS problem [4.8] o bin/71749 [PATCH] truss -f causes circular wait when traced proc o conf/71767 [patch] French translations for keyboards keymaps desc s bin/71773 des [patch] genericize.pl -c misses some comments o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem o kern/71813 I get a geometry error on my wd 200gb hd o kern/71833 multiple process disc access / injustice s bin/71855 [patch] making kdump WARNS=6 clean o bin/71928 Disk quota doesn't work with numeric login o conf/71952 missing past participles in /usr/share/dict/words s kern/71965 andre TCP MSS issue in combination with ipfw fwd o conf/71994 [patch] dot.login: login shell may unnecessarily print o stand/72006 standards floating point formating in non-C locales f ports/72067 obrien [PATCH] editors/vim: i18n and extra support o conf/72076 [patch] German locales use old %d.%m.%y date format in o bin/72173 csplit(1) ver 1.9 wrong behaviour with negative offset o i386/72179 acpi [acpi] [patch] Inconsistent apm(8) output regarding th o kern/72194 stack backtrace after wakeup from sleeping state s ports/72202 simon portaudit warns about the CVS server vulnerability whi o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o conf/72219 Sysinstall doesn't enable 3rd party MTA in rc.conf a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o conf/72277 [patch] update for /usr/share/skel o kern/72293 jhb [de] de(4) NIC performance degradation with debug.mpsa o kern/72296 [bfe] bfe0: discard oversize frame (ether type 5e0 fla o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o bin/72355 Can't run "strings" on a (disk) device, even if you wa o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o bin/72398 emulators/mtools man pages are too funky for getNAME(1 o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo o kern/72498 [libc] timestamp code on jailed SMP machine generates o bin/72501 cperciva script(1) loops after EOF is read o bin/72517 Minor Bug in /etc/login.access o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation a kern/72639 5.3-BETA7 kernel config option ALT_BREAK_TO_DEBUGGER d o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o bin/72674 [patch] make /usr/bin/whois use SK-NIC's whois server o usb/72732 usb [patch] Kyocera 7135 quirk. o usb/72733 usb Kyocera 7135 Palm OS connection problem. o bin/72787 gtar in base system doesn't seem to honor --one-file-s o bin/72793 [patch] wicontrol(8) prints out non-printable chars in o bin/72875 des Some utilities used in debugging do not function prope o conf/72901 [patch]: dot.profile: prevent printing when doing an s a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/72997 [sk] Network performance down [6-CURRENT] o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame o kern/73034 [libalias] libalias does not handle lowercase port/epr o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in p bin/73110 rwatson [patch] ffsinfo conversion from atol() to strtol() p bin/73112 rwatson [patch] change atol() to strtol() in badsect o kern/73145 severe network slowdown with DEC 21140 network card o kern/73195 bad PATH, missing HOME and TERM env var on single boot o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o kern/73294 [hang] hangs in default mode when AccelePort DIGI XR P o kern/73328 top shows NICE as -111 on processes started by idprio o bin/73337 nsswitch: potential invalid free o kern/73375 [panic] vinvalbuf: dirty bufs during umass detach o bin/73411 [patch] FTPD could set attributes to 0600 while upload o kern/73492 [feature request] Reliable Temporary Files o kern/73496 [feature request] A more flexible version of mkstemp() p kern/73514 le [ntfs] [patch] mount_ntfs: can't access to a large fil o kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec processing o o www/73549 brd Mail list archive navigation difficulty s www/73551 www List archive 'quoted-printable' corruption. o kern/73646 [ahd] I/O performance: with/without MEMIO option o conf/73653 Proposal of changes to the GENERIC kernel configuratio o conf/73677 rc [patch] add support for powernow states to power_profi o docs/73679 doc FreeBSD 5.3 Release notes mention new natd(8) function s ports/73743 x11 XOrg/XFree xauth add/startx problem o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o conf/73786 added WARNING in spanish to stable-supfile p conf/73799 Move the last stuff out of usbd.conf o kern/73823 acpi [feature request] acpi / power-on by timer support o bin/73884 Add NetBSD's rawrite32 to install tools o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73929 dougb [patch] /etc/rc.d/named will not work with ports-named o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o conf/74004 [PATCH] add fam support to inetd.conf o conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o kern/74037 [ppc] ppc(4) cannot find parallel port on Toshiba M30 o bin/74140 ntpdate(8): ntpdate does not try all IPs for a host o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o kern/74159 [headers] [patch] fix warnings concerned with header f o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o usb/74211 usb USB flash drive causes CAM status 0x4 on 4.10Release o conf/74213 [PATCH] Connect src/etc/periodic/security/610.ipf6deni o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/74314 [resolver] DNS resolver broken under certain jail cond o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage s kern/74352 NFSCLIENT and booting to an mfsroot via TFTP are mutua f usb/74358 usb [umass] unplugging at boot time an umass device crashe o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma a bin/74387 linprocfs can be mounted on top of itself many times o bin/74404 sh(1) does not handle signals to subshells properly an s ports/74416 fenner update for rtpmon o bin/74450 [libalias] [patch] enable libalias/natd to create skip o usb/74453 usb Q-lity CD-RW USB ECW-043 (ScanLogic SL11R chipset) doe o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o bin/74506 [patch] bad top command display o usb/74557 usb imation 500mb usb key can only be written halfway on f o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting o usb/74609 usb [umodem] [patch] allowing cdma modems to work at full o docs/74612 doc [patch] updates to the glossary o i386/74650 i386 System Reboot with umount command o gnu/74654 libsupc++.a lacks necessary functions o bin/74743 [patch] wctype.c declares static array on stack o ports/74752 simon make takes a little while before anything visible happ o kern/74777 [request] Bootup "beep" in 5.3 should be disabled by d o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o conf/74817 rc [patch] network.subr: fixed automatic configuration of o kern/74827 [fdc] Problem writing data to floppies [5.3-specific] o usb/74849 usb [usbdevs] [patch] Samsung SPH-i500 does not attach pro f kern/74868 acpi [acpi] ACPI enabled in 5.3 Release make Kernel reboot o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o ports/74907 apache [PATCH] www/mod_perl: cleanups o kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink III panics sys o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets s kern/74986 jfv [patch] sysctlize a parameter of if_em's interrupt mod o kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 gifs? o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o conf/75137 jhb add snd_* modules support to /etc/rc.d/mixer o bin/75177 philip Bug selecting psm operation level in moused o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75298 [pccard] [patch] add missing device id for pccard brid o kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB P2800 is not o bin/75362 contrib/smbfs mount_smbfs No buffer space available o bin/75378 login(1): login/wtmp/utmp not updating properly o kern/75380 can not open("..") from top-level directory of UFS2 hd o i386/75420 i386 CMD 648 PCI not work o conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY for de_CH local o bin/75570 chflags nosappnd directory doesn't work o bin/75585 matteo [unionfs] mount -p on unionfs results in non parsable o bin/75632 le gvinum commands not consistent with vinum doc a gnu/75662 delphij less -f behavior contradicts man page o kern/75702 dwmalone [libc] -O5 flag breaks some compiles in /usr/src/lib/l o kern/75710 [cue] cue0 device configuration causes kernel panic o kern/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o bin/75766 [patch] nfsd(8) loops with TCP + multiple -h options o bin/75767 WANTED: "fdclose" function in libc o i386/75776 i386 NO ps/2 keyboard using USB keyboard under bsd4.10 and o usb/75800 usb ucom1: init failed STALLED error in time of sync with o bin/75855 getpwent functions on 5.3 with large password file ext o docs/75865 doc comments on "backup-basics" in handbook o kern/75873 Usability problem with non-RFC-compliant IP spoof prot o i386/75881 i386 ACPI suspend/resume doesn't work on ASUS L5 notebook o ports/75883 demon mrtg + ucd-snmp give wrong results o bin/75884 [patch] m4(1): syscmd's output is out of sync with std o i386/75898 i386 Exception and reboot: Loader and kernel use SSE2 instr o usb/75928 usb Cytronix SmartMedia card (SMC) reader has problems whe o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o docs/75995 doc hcreate(3) documentation(?) bug s ports/76021 sem portupgrade: package delete can remove necessary files o gnu/76069 FreeBSD's definition of offsetof isn't good for C++ o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o bin/76089 The "-n" option in /usr/bin/w is broken o conf/76124 [patch] Mistake in /usr/share/misc/pci_vendors o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o gnu/76169 [patch] Add PAM support to cvs pserver o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o conf/76226 Default local.9600 gettytab initially uses parity o conf/76298 fstab doesn't pass mntops properly o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o bin/76362 sys directory link points to wrong location o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o kern/76485 sched_getparam returns weird priority number s conf/76491 Addition into /etc/security few new functions o bin/76494 [patch] passwd(1) does not indicate a successful chang p bin/76497 tcpdump dumps core on ppp ipv6cp packets o conf/76509 [patch] New locale uk_UA.CP1251 support s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same f kern/76551 remko [re] [patch] re0: watchdog timeout o i386/76587 i386 ps2 mouse weird... o bin/76590 adding -mapall in nfs exports requires reboot o conf/76626 [patch] 460.status-mail-rejects shows destination doma o i386/76653 i386 Problem with Asahi Optical usb device (Pentax Optio S5 o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o bin/76697 newsyslog keeps one more archive files than documented o kern/76710 [mii] [patch] rgephy does not deal with status properl o bin/76711 parse error in rm.c:check() while parsing value return o usb/76732 usb Mouse problems with USB KVM Switch o bin/76736 dwmalone syslogd pipelines losing messages o bin/76752 /usr/bin/login o bin/76756 des function pw_equal in pw_util.c does not test pw_passwd o kern/76818 rwatson ACL modifications touch file's mtime o kern/76857 Samsung mouse misbehaviour o ports/76915 portmgr [patch] Handle port deinstall scripts when /var is mou o kern/76950 acpi ACPI wrongly blacklisted on Micron ClientPro 766Xi sys o kern/76972 64-bit integer overflow computing user cpu time in cal o bin/77001 sysinstall binary upgrade clobbers /etc/login.conf.db o bin/77031 [patch] comm(1) unable to handle lines greater than LI f bin/77082 krion src/usr.sbin/pkg_install - Add 3 new macros to clean p o bin/77089 /sbin/natd: natd ignores -u with passive FTP o kern/77091 Keyboard quits working under X with MAXCONS kernel opt o kern/77156 FreeBSD does not redirect packets on proper interface. o conf/77197 [patch] calendar.judaic is out of date o bin/77260 df behaviour has changed between 4.x and 5.x o bin/77261 login doesn't chdir into a group-protected home direct o kern/77273 darrenr [ipfilter] ipfilter breaks ipv6 statefull filtering on o kern/77341 problems with IPV6 impementation o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77377 Slow downloading from FreeBSD server with PPPoE-connec o bin/77445 ntpd(8): too many recvbufs(40) when ntpd started with o bin/77554 type mismatch in IPv6 firewall rule parser o kern/77662 diskless hostname set via DHCP only if ACPI off o conf/77663 rc Suggestion: add /etc/rc.d/addnetswap after addcritremo o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW o kern/77841 [libc] [patch] cast away const in getpublickey() o ports/77873 portmgr [patch] New variable: USE_BSD_MK o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o kern/77958 [smbfs] can't delete read-only files via smbfs o bin/78021 sem_open(3) doesn't mention fnctl.h include requiremen o docs/78041 doc [patch] docs for md(4) need further explanation of typ o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78090 [ipf] ipf filtering on bridged packets doesn't work if o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o bin/78131 geom gbde "destroy" not working. o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd o docs/78240 doc [patch] handbook: replace with aroun o bin/78304 Signal handler abuse in comsat(8) f kern/78342 jeff [sched_ule] top -S shows potentially incorrect CPU usa f usb/78371 usb Philips Wearable Audio Player (128) fails to attach o kern/78388 [vr] vr network drivers cause watchdog timeout o conf/78419 /etc/termcap is a symbolic link o bin/78424 Internal IPs on router, natd/libalias break PMTUD a docs/78440 trhodes POSIX semaphores don't work by default in 5.3-STABLE o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a p kern/78464 ambrisko Rename /proc/mtab to /proc/mounts o docs/78480 doc Networked printer setup unnecessarily complex in handb o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA o bin/78529 'df' shows wrong info about hard drive after carrying o stand/78537 phk times(2) not functioning per the Posix spec o ports/78554 portmgr [patch] bsd.port.mk: allow install port with the same o bin/78562 Add numerical sorting option to join(1) o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o ports/78712 perky [Update Ports] Rename ja-pycodec to ja-py??-pycodec o bin/78728 ntpd -- noisy when IPv4 or IPv6 interfaces are undefin o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks a ports/78760 multimedia [PATCH] multimedia/kmplayer: Make TV viewing a bit mor o bin/78763 pjd [PATCH] Added jail support to ps o bin/78768 pjd [Patch] Added jail support to top o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/78787 sysconf(_SC_CLK_TCK) may return incorrect value o kern/78812 [workaround] logitech cordless mouse with ps/2 adapter o kern/78849 phk Problems with GBDE encrypted partitions o kern/78884 [nfs] [patch] nfs client cache negative lookups o conf/78906 rc [patch] Allow mixer_enable="NO" in rc.conf o docs/78915 doc rfork(2)'s RFTHREAD is not documented o kern/78957 time counter per process stops (syscall: getrusage) f usb/78984 usb Creative MUVO umass failure o bin/79008 add option for pom(6) to specify EPOCH o kern/79035 le [vinum] gvinum unable to create a striped set of mirro s kern/79048 [libc] realloc() copies data even when the size of all o stand/79055 stefanf Add an IFS regression test for shells o stand/79056 standards regex(3) regression tests o kern/79058 [panic] floppy umount crash on accidental remove/reins o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o stand/79067 stefanf /bin/sh should be more intelligent about IFS o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o ports/79093 mi net/rdist6 ignore ssh transport s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach o i386/79136 i386 disk controller not detected o kern/79138 rwatson close while sending on connected UNIX-domain socket ca p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o conf/79196 rc [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o bin/79232 WARNS6 clean libexec/comsat o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/6872 PCI-CardBu o i386/79317 i386 Freebsd Erasing NVRAM a ports/79351 lofi Character passing error in security/pinentry-qt o kern/79352 [feature request] double tagged q-in-q nested vlan sup o ports/79382 ume package information for cyrus-sasl2-saslauthd bad o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob o kern/79416 darrenr ipf in 4.11 breaks POLA o kern/79441 trhodes [msdosfs] problem writing on mounted msdos-fs at /mnt o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat o kern/79635 82545GM reports the EEPROM Checksum Is Not Valid o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o kern/79678 multimedia [sound] sound works except recording from any source o bin/79714 marcel kgdb user I/O nits o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o i386/79840 i386 Partitioning and formating a new disk fails using sysi o threa/79887 threads [patch] freopen() isn't thread-safe o i386/79890 i386 burncd fails on a Pioneer DVD drive o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o kern/79944 virtual floppy controller of Virtual PC does not work o bin/79965 top(1) messes up narrow terminals while displaying the o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/80031 [coda] [patch] Remove insque/remque from kernel land p bin/80058 adduser -f exits silently if file has empty line or li o i386/80081 i386 [if_ndis] Problem loading a NDIS kernel module. o i386/80092 i386 PC Cards do not work at all on laptop Compaq N800V o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc o ports/80111 ume patch to make WITH_KERBEROS4 working for security/cyru o bin/80117 [sysinstall] [patch] smbfs install option for sysinsta o conf/80158 request configuration option for specifing the GBDE pa o docs/80159 dfr [patch] rtld(1) mentions "%m" but it's not implemented o bin/80176 des fetch does not always work with https with a proxy. o docs/80186 imp [patch] Footnote is wrong in the /usr/src/UPDATING o bin/80256 /rescue/vi doesn't work without terminal database in / o bin/80258 [PATCH] Comment why some Binaries are statically linke o kern/80265 D-Link NIC with VIA Rhine II has no carrier signal on o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will o kern/80283 [reboot] SMP problem a stand/80293 standards sysconf() does not support well-defined unistd values p bin/80348 rs(1) handles command line arguments improperly (SIGSE o bin/80411 [patch] df(1): bin/df/df.c sign errors in calls to get o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog o bin/80530 man(1) should become Unicode aware o bin/80534 [feature request]: mksnap_ffs(8): enumeration of files f bin/80610 [patch] netstat(1): lost data due lu format o bin/80620 des [patch] fetch -U does not work o kern/80626 Out of memory ? then dead o kern/80632 multimedia [pcm] pcm driver missing support for CMI8738 auxillary o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80687 [patch] Missing NULL termination after strncpy() in lo o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio f usb/80773 usb "usbd_get_string()" could have taken a length paramete o usb/80774 usb have "usbd_find_desc" in line with the other "usbd_fin o kern/80775 sysctl_handle_string should have a timeout o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task o usb/80777 usb usb_rem_task() should wait for callback to complete? o bin/80812 [ new util ] request to add new util: getcap(1) (from o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o usb/80854 usb suggestion for new iface-no-probe mechanism o bin/80868 /bin/sh gives wrong line number of unterminated quoted f conf/80907 yar tmpmfs default change o bin/80924 fsck should show CTIME. o usb/80935 usb uvisor.c is not work with CLIE TH55. o threa/80992 threads abort() sometimes not caught by gdb depending on threa o kern/80999 [hang] artswrapper freezes system with 5.4 o ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o i386/81082 i386 Failure to detect Pioneer CD drive on Intel ICH UDMA66 o ports/81093 ale lang/php4 - Slow serialize on FreeBSD o kern/81161 [md] Images mounted through mdconfig on a read-only fs s kern/81273 [request] remove dependency of tool 'netstat' on 'devi o stand/81287 standards [PATCH]: fingerd(8) might send a line not ending in CR o bin/81300 [PATCH] add option to sockstat(1) to always separate o bin/81323 [sysinstall] Error in installation packages "write fai o bin/81364 rexecd(8) mangles the username o bin/81465 /bin/host: resolver is not working properly when INET6 o bin/81495 [patch] ]hexdump(1) format option does not allow liter o kern/81496 acd (atapicd) device lacks devstat o kern/81497 ad and da do not set interface type in devstat entry o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty o kern/81568 ext2fs partitions in fstab automatically mounted at bo o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o i386/81597 i386 My POS-460 system based on a Western Digital LPM/LPX l o bin/81611 matteo natd runs with -same_ports by default s ports/81613 portmgr make package-recursive for port www/jakarta-tomcat5 fa f usb/81621 usb external hd hangs under load on ehci o bin/81692 sos [patch] atacontrol(8) support for disk APM and acousti o ports/81699 ale www/pserv's PHP support only works with php-cgi SAPI o bin/81709 [patch] lam accepts -P but not -p o bin/81757 gad realtime processes are not marked with '<' in ps(1) ou o bin/81759 phk 'gbde attach' does not notify user about failures. o bin/81775 pppd(8) and tcpdump(8) no longer accept 'outbound' key o bin/81779 pjd misleading error messages in geom(8) utilities. o kern/81780 rwatson hard disk i/o error during reading in an acl is ignore o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o bin/81837 [patch] Sort by directories first option for ls(1) o ports/81915 ale mysql-server.sh not ssh-friendly o kern/81987 [libc] [patch] memory leaks in libc/rpc o kern/82036 loading green_saver makes screen go blank immediately. o bin/82037 mount(8)/unmount(8)/fsck(8) mount point specification o bin/82058 markm [PATCH] Ability for pw groupmod to delete members o kern/82070 [dc] Not all dc(4) devices can be used: MII without an o bin/82161 [patch] m4's eval does not handle INT_MIN correctly o bin/82170 [patch] m4's eval does not work as documented o bin/82185 [patch] ndp(8) command bug o conf/82228 roberto [patch] order parsed ntpdate_hosts in /etc/rc.d/ntpdat p bin/82287 trhodes [patch] routed(8): Fix varargs usage, remove non-exist o docs/82290 hmp [patch] update to handbook firewall PF section s ports/82337 anholt games/enigma doesn't build because lang/lua4 conflicts o gnu/82351 [patch] update (385-cl3) to version 385 of the "less" o gnu/82353 ru SGR disabled in share/tmac/troffrc -- deprecated? o usb/82436 usb [usbdevs] [patch] USL101 Host-to-Host bridge support o o kern/82456 [ral] WITNESS warning/backtrace in if_ral o kern/82470 silby FreeBSD advertises wrong window scale in some situatio o docs/82481 danger tar(1)/gtar(1) man page mod request o gnu/82484 [patch] for misleading man cvs o i386/82548 i386 VBE video driver incorrectly switches to/from text mod o docs/82595 doc 25.5.3 Configuring a bridge section of the handbook ne o ports/82634 shaun heimdal port conflict with base heimdal s ports/82661 portmgr [patch] Add support to filter MASTER_SITES and PATCH_S o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature p docs/82779 bde [patch] Kill entry for ddb manpage o conf/82823 [patch] little addon for /etc/periodic/400.passwdless o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s a kern/82926 sam [ipw] ipw(4) doesn't seem to do WPA, also leaves entri o kern/82978 [orm] [hang] FreeBSD hangs loading orm(4) only after r o kern/82980 [libc] realpath(3) treats regular files as directories o i386/83018 i386 [install] Installer will not boot on Asus P4S8X BIOS 1 o usb/83022 usb ALI USB 2.0 EHCI Controller is not detected o bin/83039 Bug in cdcontrol(1) o bin/83046 ipfw2 error o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau o kern/83109 syscons does not always display colors correctly o ports/83130 roam mail/vpopmail installation problem o bin/83170 [patch] Allow 'install' to compare files by mtime inst o bin/83277 des libfetch includes the leading / in FTP URL paths o kern/83354 When two 3c905's are in a Vectra Vl dhcp fails to give o bin/83358 [patch] improper handling of malloc failures within re o bin/83361 [patch] Incorrect malloc failures handling within libd o bin/83424 [libstand] [patch] improper handling of malloc failure o bin/83451 [libusbhid] [patch] improper handling of malloc failur o bin/83619 'diskinfo -t' fails with disks smaller than about 6.3G o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING o kern/83622 [net] [patch] add network interfaces labeling support o ports/83644 clement add support for ndbm to www/apache20 o kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/83702 [ata] ata CDRIOCGETPROGRESS ioctl does not work when b s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo f kern/83765 linimon [aha] Adaptec 1542-CP requires plug-and-play switch se o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o docs/83820 jmallett getino(3) manpage not installed o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o usb/83863 usb Communication problem between opensc/openct via USB wi o kern/83941 harti "/usr/src/share/mk/sys.mk", line 275: if-less endif o kern/83995 CFLAGS & COPTFLAGS ambiguous behaviour o kern/84020 Couldn't load graphical screensaver modules o bin/84041 [PATCH] fix for wall(1) error message o docs/84154 doc Handbook somewhat off in use of /boot/kernel.old o bin/84162 (t)csh: builtins commands with redirection do not clos o conf/84172 loader.conf(5) is missing an entry for "dumpdir" o kern/84199 dlinfo in libexec/elf-rtld/rtld.c does not handle RTLD o bin/84208 [sysinstall] "Leave the MBR untouched" option not work o ports/84212 cy sysutils/screen port can't talk to TTYs o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/84225 gnn losing default route changing netmask on interface o docs/84265 doc [patch] chmod(1) manpage omits implication of setting o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84268 doc chmod(1) manpage's BUGS entry is either wrong or too c o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand o bin/84298 [patch] allow mount(8) to recognize relative pathnames f kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o kern/84386 Feature Request: PPPoA Authentication built into FreeB f ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports p bin/84494 matteo rpcbind TCP cannot be told to bind to a specific IP o docs/84538 joel sk(4) driver supports Marvell 88E800x chip too o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o ports/84650 ale customizable pid filename for databases/mysql*-server/ o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o bin/84705 fdisk(8) program warning about sector number is mislea o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o conf/84752 [patch] 100.clean-disks cleans file systems that don't o kern/84797 [libutil] [patch] State engine in the libutils propert o conf/84800 obrien [patch] setting CPUTYPE=nocona on an Intel system resu o docs/84806 doc mdoc(7) manpage has section ordering problems s ports/84819 stas [MAINTAINER] math/coq: enable on ia64 s misc/84833 netchild include make.conf NO_* targets into delete-old and del o bin/84911 [patch] ndisgen(8) can't cope with .sys-files that beg o docs/84955 ru [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o kern/84981 [headers] [patch] header protection for ypin o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o usb/88408 usb [axe] axe0 read PHY failed o kern/88450 andre SYN+ACK reports strange size of window o docs/88477 doc Possible addition to xl(4) manpage, Diagnostics sectio o bin/88486 [patch] make periodic(8) quiet (configurable) when no o i386/88491 i386 [install] Panic when boot installation CD1 (Acer Trave o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar a bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c breaks NE200T fun o bin/88599 ifconfig(8): change in default behavior with ifconfig o kern/88601 pjd [geli] geli cause kernel panic under heavy disk usage o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o misc/88680 !compiling freebsd components o kern/88709 [modules] [panic] sysctl -a after kldunload fdc panics o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) o amd64/88730 amd64 kernel panics during booting from the installation CD o bin/88780 [PATCH] Baseline ipmon(8) uses LOG_LOCAL0 syslog, not f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o bin/88821 pjd [PATCH] IPv6 support for ggate o bin/88826 [sysinstall] sysinstall infinity wait for da0 o conf/88913 rc [patch] wrapper support for rc.subr o usb/88939 usb [usbdevs] [patch] Fix cheapy Myson USB-IDE adapter o ports/88941 anders Suggested updates of mail/cclient Makefile o ports/88942 anders Suggested update of mail/imap-uw Makefile o kern/88962 [panic] Kernel panic with ACPI is enabled o i386/88965 i386 vidcontrol hangs with 2 modules of RAM o conf/89061 rc [patch] IPv6 6to4 auto-configuration enhancement f usb/89087 usb usb external harddrive hangs with BBB reset failed, TI o kern/89166 [mouse] jumpy mouse movement o kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o docs/89325 doc [PATCH] Clarification of kbdmap(5), atkbd(4) and kbdco o bin/89326 [PATCH] Add pattern matching to login.access(5) o kern/89362 Stale references to freed memory o bin/89403 fetch(1) doesn't honour authentication credentials whe o kern/89411 acpi [acpi] acpiconf bug o ports/89441 hrs TeX support in FreeBSD is problematic. o docs/89492 doc vfs doc: some VOP_*(9) manual pages are outdated with o kern/89522 6.0-RELEASE will not boot on some Compaqs with mouse c o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr s ports/89648 portmgr OPTIONS and conditional USE_* conflict in bsd.port.pre a ports/89670 ade [patch] Automake 1.9 not detecting cppunit o kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o bin/89762 [patch] top(1) startup is very slow on system with man o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89799 [patch] Making natd(8) not require a newline at the en o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d f conf/89860 matteo [patch] Add ability to set up vnode backed filesystems o conf/89870 rc [patch] feature request to make netif verbose rc.conf f bin/89959 brooks dhclient(8): dhcp: ip length 314 disagrees with bytes f ports/89972 apache portupgrade apache+ssl fails on dependencies o bin/89988 [patch] bootparamd(8) null host support and whoami fix o kern/89989 [jail] [patch] Add option -I (ASCII 73) PID to specif o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w f ports/90146 tmclaugh [New Port] database/castle.activerecord (Lets you map a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled) (Packard Be o bin/90266 philip bsnmpd(1) returns bad data during a snmpwalk of the en f bin/90299 linimon Segmentation fault in fdisk(8) o bin/90311 [patch] add "eject" to mt(1) o sparc/90316 marius [kbd] Keyboard "lock" key lights not working properly s bin/90367 [feature request] libmap.conf needs exclusivity suppor o kern/90368 [pxe] pxeboot misses ${class} parameter when booting f o bin/90384 [patch] chroot patch for sftp-server(8) o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o bin/90524 reset(1) doesn't fully restore terminal state o kern/90580 [libc] wordexp(3) fails to check for EINTR o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) o bin/90690 ps(1) errorneously respects terminal column settings w f i386/90821 remko Install cd fails on vectra 6/180 w/ scsi cdrom o bin/90823 [PATCH] cp(1) should use lchflags() o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST f kern/90871 acpi ACPI problems with ASUS A8N-VM-CSM o bin/91002 calendar(1): funky sorting when going around the end o o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91049 [patch] dump(8): make dumps more rsync-friendly o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o conf/91106 date definitions in pl_PL locale are wrong o bin/91134 [smbfs] [patch] Preserve access and modification time o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/91174 ceri [REQUEST] Handbook: Addition of Oracle 9i installation f usb/91191 usb HP LaserJet 1020 (USB printer) not recognized o amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP f bin/91205 [sysinstall] sysinstall package options should require f ports/91244 java Bad instruction on making process of jdk14 o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o ports/91310 obrien Thare is a bug in the port's Makefile for rdesktop (rd o bin/91316 pax(1): pax -pe does not preserve times on symlinks o kern/91332 [re] [patch] Linksys EG1032 V3.0 Gigabit card captured f sparc/91334 sparc64 FreeBSD 6.0 don't support tftp boot from remot tftp se o conf/91342 [devfs] Errors in devfs.rules files don't get logged o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o bin/91393 window(1) changes console cursor shape to blink f bin/91394 brian ppp(8) sets mtu 1500 for PPPoE link o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/91419 [netgraph] libnetgraph/debug.c compile error on sparc6 o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual a kern/91488 kientzle [isofs] [patch] cd9660 filesystem cannot handle files f misc/91498 CVSCMDARGS has incorrect syntax in src/release/Makefil o docs/91506 doc ndis(4) man page should be more specific about support f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o ports/91553 secteam Make portaudit call programs in /sbin with full path o i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT o bin/91606 sha1(1): sha1 /dev is suspended o bin/91608 tar(1) reports (Empty error message) on truncated tarb o i386/91609 i386 Booting takes *a long time* unless power cord is plugg o ports/91681 clement apache-2.0.54_4 building modules fails using integrate o i386/91719 [pxe] BZ2_bzDecompress returned -3 error on loading bz o kern/91720 [pxe] pxeboot always tries to do an rpc call to an nfs f kern/91777 darrenr [ipfilter] [patch] wrong behaviour with skip rule insi o usb/91811 usb Compact Flash in HP Photosmart 2610 return " Medium n o ports/91838 danfe [BUG] graphics/svgalib: tty switching is broken o ports/91843 anders [patch] thttpd with USE_SENDFILE generates ENOTCONN no o kern/91847 ipfw [ipfw] ipfw with vlanX as the device o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o usb/91896 usb Serial Number of USB Memory Sticks is not passed throu o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt o bin/91980 yppasswdd(1) leaves zombie sh processes o bin/91993 sam dhclient(8) option missing, script incompability o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o bin/92062 phk mdconfig(8): mdconfig -l shows 95 entries max. o ports/92093 lev russian/apache13-modssl doesn't compile o ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_LIST autoexpa o kern/92238 sos [ata] Spurious "atapci1: failed to enable memory mappi o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o stand/92360 standards [headers] [patch] Missing TAB3 in kernel headers o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o bin/92370 [pppd] ppp server not accessible to IPV4 unless built o kern/92381 [drm] i915 drm module unuseable by X.org 6.9.0 for GM8 o usb/92403 usb [uplcom] uplcom.c needs new entry for 4.00 revision of o bin/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per o ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o kern/92512 multimedia [sound] distorted mono output with emu10k1 o conf/92523 rc [patch] allow rc scripts to kill process after a timeo a amd64/92527 amd64 [ciphy.c] ][patch] no driver for "CICADA VSC 8201 Giga o conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locales f kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no o ports/92604 ale mysql41-client broken with non-default character set o docs/92626 doc jail manpage should mention disabling some periodic sc p stand/92640 schweikh A pristine /bin/sh does not set the PWD variable o ports/92651 stas graphics/gmt - WITH_EVERYTHING doesn't fetch o kern/92744 [rl] problems with a realtek network card on a 6.0 rel o usb/92852 usb Vertical scroll not working properly on A4Tech WOP-49 o bin/92866 krion pkg_add(1) should return a different result code if pa o bin/92867 krion pkg_add(1) needs an option to disable dependancy downl o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/92926 [headers] [patch] Missing copyright in /usr/include/sy o amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable times o ports/93033 tobez Problem using perlcc a amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognized, but does n o kern/93093 [libc] xdr_string might call strlen(3) on NULL o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o bin/93171 roberto ntpdate returns garbage output on amd64 o kern/93172 [isp] [patch] uintXX_t style(9) updates o kern/93197 [libc] strptime(3) succeeds on formats it should fail o docs/93249 doc rewrite of handbook chapter 23 (PPP & SLIP) o bin/93275 [sysinstall] Failure to install after restarting insta p ports/93276 secteam [patch] security/ca-roots: Update expired certs o ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: Permission de f bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/93331 [kernel] [patch] broken asm in kernel o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu o kern/93378 [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o kern/93381 reboot(8) works but 'reboot -n' hangs o usb/93389 usb Digital Camera Pentax S60 don't work o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o kern/93435 [ufs] [panic] kernel panic after setting big value of f kern/93448 glebius [carp] CARP advskew not propagated to VRRP packets o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o kern/93634 [msdosfs] False access to renamed files/directories (c o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is o docs/93683 chinsan [PATCH] some typos in klist(1) o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com s ports/93726 itetcu [NEW PORT] deskutils/kxdocker and plugins: a Mac OSX-l o kern/93755 imp [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o kern/93770 [drm] ati 9600 PRO radeon not recognized by the system o docs/93785 obrien The man page for ftpchroot(5)/ftpusers(5) contradicts a kern/93790 cperciva cpufreq missing frequencies o i386/93793 i386 [kbd] Keyboard stops working after a shutdown -p now ( o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o kern/93825 pf [pf] pf reply-to doesn't work o misc/93838 [patch] Add notice to /usr/src/Makefile that make worl o www/93854 postmaster Cannot proceed to page after the first in mailing list o bin/93857 [patch] kiconv_cs_preload(8): Utility for loading the o kern/93860 trhodes [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor a ports/93883 aaron New port: textproc/p5-libxmlenno The "libxml-enno" co o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o bin/93915 krion [patch] pkg_add(1) behaves improperly when unpacking o f kern/93976 rwatson [if_tun] [patch] if_tun doesn't handle kqueue(2) o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead o ports/93987 tobez lang/perl5x: Allow the perl ports to specify an altern o ports/93993 portmgr bsd.autotools.mk: Fix libtool shared library versionin o ports/94013 portmgr WITHOUT_X11 does not stop X11 ports from building o ports/94024 sat New port: net-im/py-punjab HTTP jabber client interfa f bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo a ports/94043 ade [patch] bsd.autotools.mk: aclocal can't find libtool m o bin/94051 login(1): IP network in login.access ignored unless DN o bin/94052 [PATCH]: Adds option to script(1) to suppress carriage o bin/94060 Users can hide themselves with a trick o ports/94093 kde qt/KDE install from ports creates files owned by root o usb/94132 usb [patch] quirk for CENTURY EX35QUAT disk enclosure o ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b o bin/94140 some "make check-old" missed files o usb/94148 usb [usbdevs] [patch] Make if_cdce work with ARM linux han s bin/94159 feature request: ipsecctl ported from openbsd a ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr p bin/94180 ume portsnap does not handle HTTP_PROXY_AUTH correctly p bin/94181 ume portsnap should remove the trailing dot from the serve s kern/94182 [altq] [feature request] altq support for vlan driver o sparc/94190 sparc64 hw.physmem tunable does not work on sparc o ports/94216 sumikawa add patch to net/zebra o kern/94227 'no dump device defined' on random occasions o kern/94269 [nullfs] procfs shows wrong data if executable is runn o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ s ports/94286 itetcu [NEW PORT]: devel/staf An extensible multi-platform so o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o ports/94331 x11 x11/xorg: advocating for DRI support for Radeons o bin/94367 [patch] wall(1): fix `wall: /dev/:0: No such file or d o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/94390 [vr] poor network performance after promiscuous mode i o kern/94410 Cannot disable hyperthreading if more than one physica o kern/94413 [kernel] wine fails when increasing kern.maxdsiz o www/94423 danger [patch] XML'ified release todo list o kern/94424 [bge] BGE5721 or BGE5750? o usb/94439 usb [patch] Add support for JNC MP3 Player o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under o sparc/94483 sparc64 [ath] ath_hal does not work on 6-release/sparc64 o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size o bin/94546 [PATCH] Make telnet(1) accept 'host:port' on command l o kern/94578 [panic] Panic by using rtorrent sometimes a kern/94583 kan [libm] std::isnan()/std::isinf() are not identical to s www/94593 www AMD64 Motherboard Page Update - MSI K8NGM2-L o docs/94625 doc [patch] growfs man page -- document "panic: not enough o kern/94632 geom [geom] Kernel output resets input while GELI asks for o gnu/94640 gcc(1): php broken bit operator f ports/94680 portmgr [patch] bsd.port.mk - introduce ONLY_FOR_OSVERSION as o ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ must do "setss o gnu/94695 bugmeister send-pr.el is missing from send-pr distribution o kern/94733 [smbfs] smbfs may cause double unlock o bin/94810 fsck incorrectly reports 'file system marked clean' wh o kern/94823 [drm] DRM doesnt't work with i915.ko o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o bin/94845 fortune(6) seems to select 0 a lot o kern/94849 [ufs] rename on UFS filesystem is not atomic o i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, networking doesn't o ports/94917 dougb mail/pine4 doesn't quote replies to GMail correctly o ports/94921 isakmpd fails on amd64 o ports/94935 cy security/aide o usb/94946 usb [uhub] [patch] code dynamic status size for status cha f docs/94969 ale [patch] correct information about install php or mod_p o kern/94978 [pam] pam_opie module option without "no_fake_prompts" o docs/95026 doc tr manual page typo o usb/95037 usb USB disk didnt recognized on hot-plug. f kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_init o bin/95079 [patch] apply(1) dies when there are two %1 in command o bin/95082 [patch] ping(1) won't handle large preload patterns o ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o ports/95097 ume [patch] to build security/cyrus-sasl2 with gcc4 o ports/95102 ume [PATCH] security/cyrus-sasl2 - change authdaemond_path o kern/95103 jhb panic after mtx_destroy() on locked spinlock o docs/95104 jhb tsleep() man page mentions nonexistent 'mtx' arg o i386/95106 i386 [install] cannot install freebsd, Nvidia nForce 2 base o docs/95139 doc FAQ to move filesystem to new disk fails: incorrect pe o ports/95153 tobez perl binary packages should be build with ENABLE_SUIDP o conf/95162 rc [patch] Missing feature in rc.subr o usb/95173 usb [usb] cannot mount external usb harddisk VIA Technolog o ports/95179 grog devel/ptmalloc doesn't include a header o kern/95222 [iso9660] File sections on ISO9660 level 3 CDs ignored o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values o usb/95241 usb [patch] add USB ID for OEM Pharos 360 GPS o kern/95267 net packet drops periodically appear f kern/95277 net [netinet] IP Encapsulation mask_match() returns wrong f ports/95279 gabor (New Port) FreeBPX: a web gui to the asterisk PBX o amd64/95282 amd64 [ed] fix ed for RELENG_5 amd64 so that it has network o ports/95294 jkoshy netpipe doesn't work on amd64 a ports/95371 ade autoconf not well enough integrated with libtool, aclo o kern/95391 [bfe] [patch] minor if_bfe error o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o ports/95416 pb multimedia/kino build failure WITH_QUCKTIME o kern/95532 [gif] if_gif has artificial limitations o bin/95550 [patch] ntpd(8): NTPD/ntpdate complain about IPv6 inte o kern/95559 RELENG_6: write(2) fails with EPERM on TCP socket unde o bin/95698 philip [patch] moused(8): Software control of sysmouse o kern/95711 [fdescfs] rm on fdescfs causes panic: lockmgr: locking f bin/95713 ping(1) is not scalable. p bin/95715 [patch] random(6) busy loop under some conditions o conf/95754 [patch] Portuguese timedef s ports/95759 portmgr [patch] bsd.port.mk parallel port builds broken o misc/95792 [release] [patch] environment variable EDITOR is set w o usb/95803 usb [patch] Add support for AnyData ADU-E100H o usb/95805 usb [patch] Add Support for Siemens ES75 modem o ports/95854 New Port: www/ochusha o conf/95905 brooks [PATCH] /etc/rc.d/dhclient doesn't interact well with o gnu/95936 egrep(1) misparses multiline parenthetical grouping o bin/95979 burncd(8) fails to fixate CDs o i386/95993 i386 Cyrix 5530 unable to map interrupt o conf/96015 uncommenting the msgs invocation in /etc/profile can f o stand/96016 standards [headers] clock_getres et al should be in o bin/96018 brooks dhclient broadcasts unicast DHCPREQUEST renewals o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout o kern/96077 [libdisk] memory leak in libdisk(3)'s Disk_Names() o conf/96094 startup scripts do not configure gif interfaces under o bin/96128 [aic7xxx] [patch] Make aicasm WARNS=6 clean o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u o ports/96147 tegge [patch] devel/linuxthreads uses pre-install instead of o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o docs/96207 doc Comments of a sockaddr_un structure could confuse one f ports/96227 grog [update] misc/tempcontrol o stand/96236 standards [PATCH] [POSIX] sed.1 incorrectly describes a function p kern/96326 [libdisk] [patch] update to id -> partition name trans p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob f ports/96339 mnag Three updated files for net-mgmt/ourmon. o conf/96343 rc [patch] rc.d order change to start inet6 before pf o kern/96346 [modules] [patch] disable build of modules that are al o usb/96381 usb [patch] add a quirk table entry for a flash ram usb st o i386/96397 i386 [dc] strange behaveour of the dc driver on divicom dm9 o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o bin/96528 dougb Fix mergemaster(8) to be upgrade-friendly o bin/96540 [patch] catman(1) does not deal correctly with hard-li p usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o conf/96589 Periodic monthly invalid times with 32 character usern o ports/96642 hrs Update port: print/acroread7 (fix plist; install deskt o kern/96644 crash after mount/umount disturbance: fatal trap 12 a ports/96703 dinoex www/apache13-modssl doesn't compile with LC_ALL set in o usb/96714 usb [usbdevs] [patch] Update uvisor to support the Fossil f ports/96731 linimon textproc/docbook-utils doesn`t build f kern/96743 yongari [sk] [patch] broken 32-bit register operations o conf/96746 [nanobsd] [patch] Configuration changes and README for o ports/96749 clement Support Berkeley DB in Apache 2 o bin/96854 imp [patch] devd(8) parses events incorrectly in some case o ports/96919 linimon net/ldapsdk: make fetchable a ports/96953 clement apache22 port uses its own directories o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o bin/97002 [patch] crond(8) fails quietly if /usr/sbin/sendmail i p docs/97059 cokane pax(1): -b option description could be flawed p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to o kern/97071 [jail] [patch] add security.jail.jid sysctl o ports/97081 jylefort gnome-bluecurve-theme crashes gnome wm o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o bin/97164 [libdisk] libdisk's Open_Disk() crashes o usb/97175 usb USB cardreader hangs system a ports/97183 roam Update port: net/libnids to 1.21 o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller f kern/97265 System hangs at the end of shutdown -h now f kern/97266 System hangs at kernel time after boot: /dev/fd0 o kern/97329 [nfs] [patch] code simplification o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97383 acpi Volume buttons on IBM Thinkpad crash system with ACPI f ports/97385 apache www/mod_auth_kerb configure script faults with heimdal o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne o kern/97458 [ath] ath driver hangs up system during reboot o java/97461 java Diablo JDK does not report Update level in a format su f bin/97467 yar [patch] ftpd(8) has no way to specify socket buffer si o i386/97468 acpi [acpi] ACPI on ASUS A7V hangs on shutdown -p (power of o usb/97472 usb [patch] add support for Olympus C150,D390 o bin/97478 umount -f /card -> hardware-reset is needed o amd64/97489 amd64 [ata] nForce 410 ATA controller dma time out (ASUS K8N s bin/97498 [feature request] newfs(8) has no option to clear the o kern/97505 [procfs] file entry of procfs points to "unknown" f bin/97513 umount: unmount of /card failed: Device busy ?! o ports/97544 sumikawa patch for net/zebra's ospfd snmp o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails p conf/97697 matteo [PATCH] rc.conf - jail__exec_afterstart[0..n] o sparc/97707 sparc64 mkskel.sh has bogus timestamp, causing buildworld on s o kern/97786 [udf] [patch] fs/udf: incorrect timestamps o docs/97939 doc some mistake in man of amq(8) o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa s kern/98162 [feature request] AcerHK driver port needed for enabli o kern/98171 acpi [acpi] ACPI 1304 / 0501 errors on Acer 5024WLMi Laptop o bin/98220 [wpa] wpa_supplicant operation does not match document o usb/98343 usb BBB reset failed errors with Creative Muvo MP3 player; f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD s ports/98353 shaun ipsec-tools fails to exchange keys between different a o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 s misc/98383 [feature request] include the mt command in the rescue o kern/98388 [sata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are se o ports/98446 jkoshy [update] textproc/rxp: update to 1.4.4 o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o bin/98500 [rpc] rpc.lockd(+statd) bind to any ip o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o ports/98508 multimedia audio/liba52 does not work without library from math/d o bin/98577 dhclient(8): the link check by dhclient slows down boo o ports/98590 lioux [FIX] ports rxvt-devel on amd64 crashes inside rxvt_se o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small o docs/98759 joel [patch] sbp_targ(4) man page missing reference to devi o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o www/98798 www Our statistics page is out of date o kern/98804 [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the o bin/98805 [new feature] [patch] ddate(1) for BSD o conf/98815 [PATCH] Add euro symbol to pt_PT locale using other en o kern/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip o kern/98898 [pci] [patch] fix random sound problems in fm801 o bin/98911 getopt(1): getopt.c license issue o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o ports/98946 dougb [patch] xscreensaver and PAM support o docs/98974 doc Missing tunables in loader(8) manpage f docs/99007 doc [patch] misleading nat configuration info o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/99090 emax [kbd] some keys don't work with kbdmux o ports/99111 sobomax asterisk shutdown doesn't kill mpg123 o gnu/99173 [PATCH] replace gnu patch with a bsd-licensed one. o kern/99183 [gvinum] [patch] Gvinum stylefix o www/99184 wosch Viewing HP-UX manpages with http://www.freebsd.org/cgi o kern/99186 [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple f ports/99190 clement rc.d & mac_portacl: Add ability in rc.d scripts to sta o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth o kern/99216 [bfe] [patch] make bfe(4) always detect LINK_DOWN even o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o ports/99302 jdp [patch] net/cvsup options o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o conf/99328 [patch] updates for src/share/examples/cvsup o docs/99356 rwatson man page of sendmsg(2) does not include EINVAL s ports/99359 stas [NEW PORT] x11/e17-module-bling: Compositing module fo o usb/99419 usb external usb harddrive slow to accept p kern/99425 mtm [ipv6] ping6 memory leak due to IPV6_RTHDR setsockopt o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o kern/99464 [sysctl] 'sysctl -a' panics at dev2udev o kern/99485 Disk IO Causes multimedia/mplayer To Drop Frames o kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings s ports/99509 portmgr [PATCH][bsd.port.mk] move USE_OPENSSL to post section o conf/99515 /usr/local/etc/rc.d script files won't load during boo p stand/99517 standards Missing SIGRTMIN and SIGRTMAX signals p bin/99534 emaste [patch] dhclient(8) Classless Static Routes support o usb/99538 usb [kbd] while using USB keyboard default params of atkbd o docs/99551 blackend The Handbook erroneously advises that a wireless card o bin/99566 [jail] [patch] fstat(1) according to specified jid p conf/99593 stas [patch] Add IANA HP I/O and Status ports to /etc/servi o misc/99627 [PATCH] make update & CVSROOT o misc/99643 linimon request to remove src/tools/tools/portsinfo because it o i386/99645 x11 Xorg savage driver causes display to hang at unload o bin/99662 [rpc] quota information leak while rpc.rquotad is used o kern/99663 sos [ichsmb] [patch] add ICH6 support o ports/99678 obrien editors/vim build fails WITH_TCL o kern/99692 [patch] A pl_PL.dvorak keymap for syscons. o conf/99721 rc [patch] /etc/rc.initdiskless problem copy dotfile in s o bin/99735 /usr/src/Makefile 400MB is not enough anymore o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o kern/99765 drifting time, SuperMicro PDSMi Motherboard, "calcru n o bin/99800 [libc] [patch] Add support for profiling multiple exec o kern/99826 [libc] [patch] setenv(3)/unsetenv(3) leak memory o conf/99844 incorrect default newsyslog.conf settings p kern/99870 jhb INTRCNT_COUNT in {amd64,i386}/include/intr_machdep.h w o bin/99896 gad [patch] lpr -r flag has no effect o stand/99960 standards [Patch] make(1): Add -p flag s bin/99973 yar systat(1): systat -ifstat traffic counter overflow o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o bin/100018 newsyslog(8) does not check size if time_at is used o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system s ports/100150 shaun mail/mutt-ng: can't bind in muttng-20051110 o kern/100170 Support login class in ldap directory o docs/100196 doc man login.conf does explain not "unlimited" o i386/100204 i386 FreeBSD reports raid as broken - but it is not o docs/100242 doc sysctl(3) description of KERN_PROC is not correct anym o bin/100320 Update top(1) to 3.6 o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam o amd64/100326 amd64 /dev/fd0 not created after installation FreeBSD 6.1 AM o amd64/100347 amd64 No hardware support Silicon Image SiI 3132 o ports/100350 clement www/apache20 profiles not working at system startup/sh o kern/100410 [bge] bge driver disables access to shared iLo on HP D o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o o bin/100436 [sysinstall] live CD fixit mount does not find mount_m o bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies o kern/100513 [smbus] Inconsistent definition of SMBus addresses in o kern/100519 net [netisr] suggestion to fix suboptimal network polling o kern/100525 Panic while running webalizer o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu p kern/100579 bms [ipv6] Multicast data structure corruption in ipv6 sta o bin/100585 [patch] top(1): top -s0 causes load excessive f ports/100594 portmgr [patch bsd.port.mk] to update makewhatis database afte p conf/100606 stas /etc/services maps incorrect names for XMPP o kern/100609 UPDATING suggestions are missing a few mount commands. o conf/100616 [patch] syslog.conf: lines after exclamation point ign o bin/100709 [libc] getaddrinfo(3) should return TTL info o bin/100732 [patch] make dump(8) utility take modulo 10 of request o usb/100746 usb [kbd] system does not boot due to USB keyboard problem f bin/100765 [patch] natd(8): add support for kqueue in natd o ports/100771 sergei port submit (ports-mgmt/porttools) cannot parse multip o ports/100776 sem Failure to update devel/mico by portupgrade o conf/100782 [kbd] [patch] Default keymap to support ALT+Left, ALT+ o ports/100785 gnome devel/nspr does not pass `make test` on 6-stable s bin/100805 yar WITHOUT_INET6 is ignored by many src/ components o amd64/100838 amd64 FreeBSD 6.0/6.1 kernel panics when booting with EIST e o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o ports/100896 [new ports] emulators/vmware-server-guestd1 emulators/ o bin/100921 [tftpd] [patch] libexec/tftpd: `-w' non-traditional ac o bin/100956 remko [patch] support setting carp device state with ifconfi o kern/101045 [arcmsr] [patch] Updates to arcmsr(4) o i386/101062 i386 Freeze on detect Intel 900 VGA on boot with ACPI o ports/101078 obrien [PATCH] update editors/hexedit to 1.2.12 o ports/101120 portmgr [patch] bsd.port.mk: Tell CC and CXX to ports without o amd64/101132 amd64 Incorrect cpu idle and usage statistics in top and sys f ports/101161 stephane [PATCH] devel/ocaml-findlib: update to 1.1.2 o ports/101166 lioux bittorrent-curses only works under English locales. o ports/101202 stephane [PATCH] www/ocaml-net: update to 1.1.2 o kern/101226 jfv [em] Access to IPMI module is lost when the em driver o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o ports/101230 obrien shells/bash: bash parser not generated properly with s o amd64/101248 amd64 vi(1) can crash in ncurses(3) on amd64 o docs/101271 remko serial console documentation implies kernel rebuild re o ports/101275 bug fixed in sudo that prevented use in LDAP user acco o ports/101310 itetcu proposal: OPTION_VERSION in port system o bin/101316 stefanf /bin/sh pwd bug after cd into restricted directory f kern/101334 [ppp] ping -f dst_addr through pppN iface caused kerne o ports/101340 danfe x11/nvidia-driver: Vidcontrol Causes Video Corruption o i386/101379 i386 page fault clobbers error code in trap frame o ports/101383 ume [PATCH] mail/cyrus-imapd: add handling of WITHOUT_BDB o ports/101408 obrien tcpshow is NOT able to handle tcpdump 3.9.1 output o kern/101415 AcpiEnterSleepState(ACPI_STATE_S5) may hang system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del s ports/101450 stas multimedia/transcode: tcprobe broken for devfs o docs/101464 doc sync u_RU.KOI8-R/articles/portbuild/article.html with o bin/101590 [lib] [patch] -O2 optimizing out abi-tag note from exe o ports/101690 stas [NEW PORT] devel/cross-binutils: GNU binutils for cros o usb/101757 usb [patch] uhid.4: correct structure field names to match o usb/101761 usb [patch] usb.h: increase maximal size of report descrip a ports/101764 sergei no stable zsh in ports o bin/101765 ldd is unable to read ELF header? o ports/101774 stas [NEW PORT] devel/strongarm-elf-gcc: GNU gcc 4.1.1 for o usb/101775 usb [libusbhid] [patch] possible error in report descripto o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker o kern/101819 sos [ata] ata driver wrongly determines type RAID on ICH7R o bin/101921 security.bsd.see_other_uids for further programms? f i386/101924 linimon MD5 checksums do not match with checksum file for 6.1 o kern/102035 net [plip] plip networking disables parallel port printing o ports/102060 anders error in man page for imapd of mail/imap-uw o docs/102148 doc The description of which Intel chips have EM64T is out o bin/102160 thomas EDITOR and PAGER not set correctly in fixit.profile o bin/102162 [patch] tftpd(8): Limit port range for tftpd o bin/102205 login failure: ssh + gssapi + dual stacks + packet los o kern/102217 no driver for HP J2585A DeskDirect 10/100VG LAN Adapte o bin/102232 gad Defects in -O option to ps(1) o bin/102299 [patch] grep(1) malloc abuse? o i386/102343 acpi ACPI error o bin/102357 csh/tcsh jobs control o bin/102394 [patch] ls(1) do not shows inode number symbolic link f i386/102408 remko g_vfs_done():fd0[READ(offset=65536, length=8192)]error o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo f ports/102472 nork MASTER_SITE_SOURCEFORGE_JP in bsd.sites.mk update s ports/102499 rik lftp asc file checksum mismatch o conf/102502 net [patch] ifconfig name does't rename netgraph node in n f bin/102523 emax [bluetooth] [patch] Virtual serial port server code fo o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o ports/102544 osa ltmdm driver (comms/ltmdm) crashes system whene line r o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr f ports/102603 cperciva move ports o bin/102609 [PATCH] Add filtering capability to date(1) a ports/102613 delphij openldap-sasl-client doesn't satisfy openldap-client d f i386/102617 remko 7 x "smb_maperror: Unmapped error 1:158" at Open Offic o usb/102678 usb [kbd] Dell PowerEdge DRAC5 USB Keyboard does not work o bin/102694 pjd df(1) can forget to print the unit with -h o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o conf/102722 rc kerberos5 server startupscript should use --detach o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain o kern/102752 rwatson malloc(M_WAITOK) of "g_bio", forcing M_NOWAIT with non o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext o bin/102793 imp top(1): display feature of current CPU frequency o kern/102795 [libmd] {SHA1,RIPEMD160}_Update() produce wrong result o java/102888 glewis Diablo 1.5.0 throws FileNotFoundException when opening o conf/102913 rc [jail] /etc/rc.d/named killall in jailed OS o kern/102943 [xfs] kernel crash when unloading the xfs kernel modul o ports/102946 secteam [patch] ports-mgmt/portaudit o ports/102954 obrien textproc/urlview: switch from netscape to one gecko. o usb/102976 usb Casio Exilim Digital Camera cause panic o bin/103006 delphij [patch] gzip support for -k option as used by bzip2(1) o bin/103007 [patch] man(1): support for bzip2 compressed manpages o kern/103022 [headers] /usr/include/crypto/rijndael.h is wrong o kern/103035 [ntfs] Directories in NTFS mounted disc images appear o kern/103041 [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an o bin/103089 [patch] mount_nfs(8): introduce new option o kern/103125 [acpi] ACPI bad reads/writes occur since upgrading fro f ports/103155 sem [NEW PORT] net/cacti-plugin-flowview: A simple viewer p usb/103167 iedowse Transcend JetFlash120 memory stick problem (with fix) f i386/103192 i386 no CD/DVD devices found while install Freebsd o kern/103200 [ral] ral driver for RELENG_6 is out-of-date with resp o kern/103250 [puc] puc failed to attach sio ports when loaded as mo o kern/103253 inconsistent behaviour in arp reply of a bridge o amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o usb/103289 usb USB 2.0 problems on AMD LX-800 CPU and CS-5536 chipset o kern/103304 pf [pf] pf accepts nonexistent queue in rules o kern/103312 [libc] dlsym(NULL,) doesn't work properly o kern/103328 ipfw [ipfw] sugestions about ipfw table o kern/103332 mux [fxp] fxp driver does not work correctly on Intel 8255 o kern/103365 acpi [acpi] acpi poweroff doesn't work with geli device att f bin/103366 kientzle tar(1) fails if the tarball has device nodes when jail o ports/103395 security/gnome-ssh-askpass interferes with gnome-scree o usb/103418 usb [usb] [patch] usbhidctl: add ability to write output a o kern/103455 "swap_pager: indefinite wait buffer" with page file en f ports/103471 ade port gnu-automake installs old config.guess and old co o conf/103486 rc [rc.d][patch][chroot named] rc.d/jail: mount fstab aft o conf/103489 rc [rc.d] [patch] named_chroot_autoupdate doesn't work in o www/103522 www Search interface oddity o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o kern/103615 scottl [aac][patch] aac(4) update to the last version availab o bin/103682 nfsstat(1) should use %u instead of %d to display NFS o ports/103685 obrien editors/vim: The hope can provide the language file in o kern/103702 scsi [cam] [patch] ChipsBnk: Unsupported USB memory stick o kern/103715 [bge] Broadcom BCM5708SKFB not recognised by the drive f docs/103730 doc [mail-archive]: duplicated file in mail archive o kern/103733 [agp] i915 driver on hp dc7100 o bin/103762 [if_tun] some tun interfaces with a mtu of 1500 while o bin/103764 [libradius] [patch] libradius aborts server processing o kern/103792 Multiple Logins: ; a 't' appears at prompt o conf/103794 adding other login class to login.conf in case one is o docs/103807 danger wicontrol(8) manpage contains a broken URL f kern/103831 remko [atapicam]: 6.2 BETA1: A kernel with atapicam stops at o bin/103845 sha256 /dev/acd0 returns immediately a bin/103873 csjp login(1) SEGFAULT on unsuccessful login o bin/103890 w doesn't see sessreg'd entries in utmp f ports/103896 openoffice OO.o port should add /program to LD_LIBRARY_PA o usb/103917 usb USB driver reports "Addr 0 should never happen" o www/103938 brd cvs-src archive does not rebuild since 12 Mar 2006 o conf/103968 Missing locale for LV o i386/103972 jhb [boot] boot loader doesn't display right /boot.config o conf/103976 rc rc.d/named restart failure f kern/104011 multimedia [sound] soundcard "82801G (ICH7 Family) High Definitio a ports/104029 lioux [PATCH] net-p2p/mldonkey: don't install rc script with o ports/104040 obrien shells/bash lacks support for rbash f kern/104056 remko VMware ESX 3.0: lnc0: Missed packet -- no receive buff o kern/104079 [fdc] kldunload fdc.ko leads to panic: mutex Giant own o bin/104092 [patch] iostat(8): missing blanks in iostat output o ports/104161 portmgr Let 'make search' also search in /usr/ports/MOVED o kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o ports/104255 xride x11/wdm Unable to change window manager after the firs o kern/104270 sos [atapicd] [patch] burncd failure due to acd_get_progre o ports/104273 demon mail/mailgraph compile fails o usb/104290 usb [patch] quirk: TOSHIBA DVD-RAM drive (libretto DVD Doc f ports/104300 stefan updating ports-index fails on mapserver port when WITH o ports/104329 lioux [PATCH] x11-themes/kde-icons-nuvola: [SUMMARIZE CHANGE o bin/104330 growfs(8): cannot grow above 500 gb o usb/104352 usb [ural] ural driver doesnt work o docs/104402 remko man pf.conf mentions in the TABLES section securelevel o docs/104403 doc man security should mention that the usage of the X Wi o docs/104432 trhodes No mention of "let" shell builtin in manual pages. s kern/104484 [sched_ule] A kernel with polling: the system freezes o docs/104493 doc [patch] Wrong description in ntp.conf(5) (CURRENT and o gnu/104533 [patch] make send-pr(1) read configuration from ~/.sen o conf/104549 rc [patch] rc.d/nfsd needs special _find_processes functi o bin/104553 [PATCH] Add login group support to login.access(5) o usb/104645 usb Rave C-201 MP3 player does not communicate f ports/104680 gabor New port: emulators/linux_base-slackware - Slackware b o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a s bin/104689 matteo [patch] powerd(8): add support for limiting cpu freque p bin/104702 des [patch] Make fetch(1) preserve permissions when overwr o bin/104713 remko [patch] FreeBSD base and misc/zoneinfo conflict with e o bin/104731 gad [patch] missing newline in lpq output o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o bin/104746 [PATCH] 'traceroute -e -P TCP' cannot work through a r o kern/104777 [kernel] [patch] Driver not unset properly after kldun o ports/104788 perky Improper installation of python2.4: module bsddb fails o kern/104799 [ata] Several ata observations ICH8 BIOS o bin/104809 cron(8): incorrect cron behavior with mday field = "*/ o i386/104826 andre FreeBSD 6.1 not RFC 768 (UDP) compliant on Compaq/HP D o ports/104831 edwin [patch] A bug in net/dhcpdump when decoding FQDN DHCP o ports/104838 ale [PATCH] ports-mgmt/portconf: auto detect real path of o stand/104841 standards [libm] [patch] C99 long double square root. o bin/104845 [patch] Build error on contrib/file/magic o kern/104851 [inet6] [patch] On link routes not configured when usi o kern/104862 [bge] BCM5704 only works at 10Mbit f i386/104875 linimon unsupported intel Desktop Board DG965WH o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o kern/104882 [iicbb] [patch] pvr250 and pvrxxx drivers need iicbb p p conf/104884 flz [patch] Add support EtherChannel configuration to rc.c o ports/104910 sem portsdb -Uu fails on building lsdb when EMACS_NAME is o bin/104921 ipfw [patch] ipfw(8) sometimes treats ipv6 input as ipv4 (a o www/104925 www Missing space between search input box and search butt o kern/104938 [nullfs] readlink("/proc/curproc/file") does not work o kern/104950 [sata] no support for SATA controller Initio INIC-1622 o ports/104959 eclipse java/eclipse does not work on 7-CURRENT: Undefined sym f kern/104966 skype hangs in uninterruptable state on 6.2-PRERELEASE o bin/105060 [patch] adduser(8) does not support the setting of the o i386/105063 i386 US Robotics (3Com) 3CP5609 PCI 16550 Modem works bad i o usb/105065 usb [sata] SATA - USB Bridge o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m o conf/105100 [patch] no support for lv (latvian) locale f ports/105108 portmgr cd /usr/ports; make TEMPLATES=/root/templates readmes a ports/105122 shaun [PATCH] net-im/ejabberd: new UID/GID collides with Sam o www/105129 www amd64 web page: Compatibility with Intel D865GSA mothe o conf/105145 rc [PATCH] add redial function to rc.d/ppp o sparc/105157 sparc64 No reply to ping on Sparc64 o i386/105175 i386 ipmi acpi trouble o ports/105206 scrappy sysutils/bsdstats attempts to remove /usr/local/etc/pe o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o www/105333 www [PATCH] Base selection in events in libcommon.xsl does o bin/105341 [libpam] [patch] pam_krb5: Add minimum_uid/minimum_gid o kern/105346 des fcntl(): prevent useless locking with F_DUPFD o usb/105361 usb [panic] Kernel panic during unmounting mass storage (C o kern/105368 [geli] geli passphrase prompt malfunctioning when moun o ports/105374 portmgr PR 100555 DESTDIR changes break BSD.lib.mk f kern/105375 yongari [sk] 2 x Marvell GBit LAN: device sk0 is attached, but f kern/105390 geom [geli] filesystem on a md backed by sparse file with s o docs/105447 keramida new committers help to coverity o docs/105456 keramida [patch] overhaul of the security chapter (14) o www/105461 remko Some tables in web pages rendered wrong in Opera and I o kern/105500 SCSI install on Microsoft Virtual Server 2005 doesn't o ports/105516 obrien [patch] sysutils/asr-utils needs ASR_COMPAT kernel opt o usb/105518 usb [patch] epson perfection 3490 usb scanner def o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o kern/105542 [ldd] on amd64, ldd produces bogus output for i386 exe o conf/105568 rc [patch] Add more flexibility to rc.conf, to choose "_e o kern/105579 piso [libalias] dcc resume over natd in 6.x o ports/105597 skv [patch] make ports/net-mgmt/ng_ipacct NanoBSD-friendly o kern/105600 multimedia [snd_mss] [patch] can not detect PC-9821 V166 internal o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 a ports/105606 shaun security/ipsec-tools with option STATS gives compiler o docs/105608 doc fdc(4) debugging description staled o bin/105614 [patch] setkey(8): Creating NULL encryption ESP SAs wi o docs/105620 hrs new article: LDAP Authentication o ports/105724 multimedia kmplayer crashes - while nothing(!) in ports or system o bin/105811 Crossbuilding powerpc from amd64 doesn't work. o ports/105835 portmgr Use portsnap by default for 'make update' o bin/105860 top(1) user ID misalignment in mixer username/uid mode o kern/105964 rodrigc [msdosfs] Make MSDOSFS_LARGE a mount option o docs/105997 doc sys/kern/sys_pipe.c refer to tuning(7), but there is n o conf/106009 rc [patch] Fix pppoed startup script to process multiply o kern/106028 [pxe] tftp inside pxeboot isn't initialised properly o usb/106041 usb FreeBSD does not recognise Mustek BearPaw 2400TA usb s o bin/106049 [patch] tftpd(8) - improve -w option to support unique o usb/106070 usb devd recognizes ucom, but ttyU is the device actually o kern/106078 rwatson shmget regression in -CURRENT? o misc/106091 [boot] Keyboard disabled at mountroot> prompt o misc/106107 left-over fsck_snapshot after unfinished background fs a ports/106114 flz openospfd-devel problem with point-to-point links o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p o ports/106232 infofarmer [PATCH] Add SDL sound support to games/freeciv* o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o kern/106275 [/dev/random] [crypto] Hifn 7955 on Soekris Engineerin o ports/106298 scrappy [PATCH]: remove misleading line /bin/hostname from sys p docs/106315 danger man blackhole mentions ONLY ipfw o kern/106340 [sata] [feature request] Need to control disk write ca o kern/106355 macros in stdio.h non-portable (e.g., C++ ::feof() fai o kern/106400 pf [pf] fatal trap 12 at restart of PF with ALTQ if ng0 d o docs/106416 keramida man page, xargs option not documented o i386/106421 i386 FreeBSD 6.1 Installation - Fatal Trap 12 o docs/106425 doc [PATCH] add a HARDWARE-section to ata(4) o ports/106429 apache www/apache* ports install rc.d scripts which don't fol f ports/106441 mat [PATCH] mail/p5-Mail-SpamAssassin: option to include l o kern/106444 [ng] Kernel Panic on Binding to an ip to a virtual atm o usb/106462 usb [usbdevs] Motorola U6 PEBL not recognized by system vi o ports/106463 ume [patch] Feature request: please add audacious support o ports/106483 portmgr [PATCH]: embed distfile information in +CONTENTS o kern/106488 [twa] [patch] twa driver out of date o i386/106493 i386 [patch] pxeboot(8) uses /pxeroot instead of / o ports/106503 multimedia multimedia/ffmpeg - Request using ffmpeg-devel as ffmp o ports/106533 clsung [NEW PORT] benchmarks/geekbench: Cross-platform benchm o usb/106538 usb [patch] Can not burn DVD on Sony DRX-820UL external US o ports/106616 portmgr bsd.port.mk: Default file modes set incorrect for non- o usb/106621 usb [usb] DLINK DUB-E100 support broken o ports/106633 gerald emulators/wine: print/cups-base: wine-kthread binary b o bin/106642 dougb [patch] Allow excluding certain files from mergemaster o kern/106645 [uart] [patch] uart device description in 7-CURRENT is o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o bin/106734 [patch] SSE2 optimization for bzip2/libbz2 o ports/106754 lioux [PATCH] dns/py-dnspython: update to 1.5.0 o i386/106789 i386 Internal NIC of GA-K8N51GMF-RH does not work properly o ports/106795 ale undefined reference to: when portupgrade 'mysql-server o ports/106848 portmgr [PATCH] Mk/bsd.port.mk -- Add support to remove locale o i386/106850 i386 [powerd] powernow0 attach returned 6 o kern/106851 [vge] vge0: MII read timed out (regression) o usb/106861 usb [PATCH]: usbdevs update: Add product ACER Zeevo BT-500 o bin/106872 [patch] extattr support for find(1) o conf/106873 rc [patch] rc.d/nfslocking does not properly restart o kern/106876 [panic] page fault, when cdrom is disconnected while n o docs/106916 chinsan Wrong tar command at topic 17.6.8 in Handbook f kern/106955 remko [ati]: ATI radeon x1600 not recognized by the system o kern/106960 [sata] 6.2 can't find SATA secondary drive, but 6.1 ca o conf/106978 "daily run" incorrectly assumes auth.log is rolled mor o conf/107035 net [patch] bridge interface given in rc.conf not taking a f ports/107135 netchild ports/sysutils/ezjail improvements o kern/107154 [pam] pam.d/sshd pam_ssh.so doesn't start ssh-agent o bin/107171 [patch] systat(1) doesn't die when it's xterm is kille o ports/107222 fjoe stopping problems with rc.d in net/asterisk-bristuff o usb/107243 usb [patch] Apacer USB Flash Drive quirk o kern/107277 [panic] bus_dmamap_load_mbuf_sg o kern/107279 [ath] panic: ath_start: attempted use of a free mbuf! o kern/107285 [panic] freeze and reboot by mounting CDROM volume twi o kern/107305 ipfw [ipfw] ipfw fwd doesn't seem to work s ports/107335 itetcu port update for devel/sfslite o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM f ports/107368 audio/normalize: [patch] - normalize-mp3 and normalize o usb/107388 usb [PATCH] Add utoppy device from NetBSD o kern/107406 [pccarddevs] 3Com wifi card not recognized o docs/107432 doc Handbook's default partitioning schema is out-of-date f kern/107443 dd(1) fails to copy from disk to disk when bad sectors a ports/107447 shaun [patch] devel/sdl12 - Add devel/directfb support o conf/107453 dwmalone [patch] calendar.judaic is out of date o usb/107496 usb USB device problem on RELENG_6_2 (SHORT_XFER) (regress o ports/107505 kde multimedia/kdemultimedia: kmix - XF86RaiseVolume, XF86 o bin/107515 ls(1) bug o kern/107523 [ipv6] ng_fec and IPv6 (problem might also affect carp o usb/107526 usb [usbdevs] Patch to support the Crystalfontz CFA-635 20 f ports/107528 itetcu skype-devel does not start o bin/107529 [libexec] [patch] ldd(1) aborts abruptly if a shared l o stand/107561 standards [patch] Missing SUS function tcgetsid() p docs/107578 keramida [patch] uniq(1) should mention max line length f ports/107602 db [NEW PORT] comms/gnuradio: Amateur Radio Software defi o docs/107611 doc man syncookies should mention net.inet.tcp.syncookies_ f ports/107621 net/proxychains doens't compile on 4 and 5 o usb/107642 usb [patch] add Ralink Technology RT2501USB/RT2601USB chip f ports/107643 kde net/lanbrowsing lisa don`t start on system boot s kern/107644 benjsc [patch] add support for Intel Pro Wireless 3945 f ports/107645 openoffice editors/openoffice.org-2 WITH_GNUGCJ build failure o kern/107665 usb [usb] [patch] uscanner support for epson stylus DX5050 f bin/107676 [patch] file(1): file -p does not work o usb/107701 usb usbd ignores "detach" o kern/107707 geom [geom] [patch] add new class geom_xbox360 to slice up o ports/107719 clement Mk/bsd.apache.mk: document options for user to customi f ports/107814 joerg mail/postfix uses wrong order of -I options o ports/107816 roam The IPv6 patch breaks the location feature of tinydns o amd64/107858 amd64 ASRock Conroe-945G-DVI motherboard: non-working sound f www/107881 gabor Support vendor listing o ports/107908 olgeni manpath.config not updated after installing erlang por o usb/107935 usb [uplcom] panic while accessing /dev/cuaU0 f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut o ports/107938 skv firebird-client2 does not build on FreeBSD 6.1. o ports/107951 fenner [PATCH] editors/xxe-std: update to 3.5.1 o kern/108017 acpi [acpi]: Acer Aspire 5600 o bin/108020 comsat(8) does not verify return values of getpwnam an o bin/108033 ls(1) coredumps when nss/ldap is misconfigured o kern/108046 obrien [nve] [patch] missing deviceid(s) in nve o usb/108056 usb [ohci] Mouse gets powered off during device probe when o docs/108101 doc /boot/default/loader.conf contains an incorrect commen f ports/108104 print/hplip: documentation gets installed though NOPOR o ports/108106 lev graphics/vips: does not build o kern/108133 [bktr] [patch] bktr driver doesn't recognize Hauppauge o docs/108142 doc [patch] extattr(2) man page incomplete for extattr_lis o ports/108153 portmgr ports extraction with package uid/gid and quota proble o ports/108169 clement Wrong AP_SAFE_PATH for suEXEC with www/apache20 o bin/108183 dougb mergemaster(8) doesn't install target if a file become o bin/108191 sysinstall(8): Disklabel editor help text (by F1 key) p kern/108211 maxim [netinet] potentially a bug for inet_aton in sys/netin o ports/108241 gnome Use OPTIONS in editors/abiword-plugins s ports/108267 gnome ports/lang/guile: please update f www/108291 gabor Server Management and Security for FreeBSD Servers. o ports/108306 skv Update textproc/p5-Pod-ProjectDocs to 0.30 o usb/108344 usb [panic] kernel with atausb panics when unplugging USB f amd64/108345 amd64 6.2-* GENERIC will not boot Intel PD EMT64 w/ ACPI o ports/108356 obrien Typo in editors/vim7 package description f ports/108364 gnome [patch] x11-toolkits/gtk20: plist problem with icons d o ports/108369 obrien vim7 overwrites already insatlled vim6 f ports/108389 openoffice build of editors/openoffice.org-2-RC fails o ports/108406 java Offer for maintainership of devel/apache-ant f ports/108412 itetcu lack of "CONFLICTS" about vnc and its delivatives. o usb/108427 usb [patch] quirk: Samsung MP0402H s kern/108442 UTF-8 support for console o bin/108462 pkg_info(1) shouldn't have a hard width limit o kern/108488 acpi [acpi] ACPI-1304: *** Error: Method execution failed o usb/108509 usb [hang] FreeBSD hang at startup after ehci0 detected (C s ports/108514 portmgr [PROPOSAL] Automatic registering of UID and GID (bsd.p p bin/108523 trhodes [patch] daemon(8): support for dropping privileges o ports/108533 alexbl [PATCH] audio/ruby18-xmms2 is broken p docs/108536 ceri sysinstall(8) man page and example needs to be updated o ports/108538 alexbl audio/ruby-xmms2-ecore (needed by euphoria) does not b o ports/108570 girgen databases/postgresql82-server fails when PREFIX is set o kern/108581 acpi [sysctl] sysctl: hw.acpi.cpu.cx_lowest: Invalid argume o conf/108589 rtsol fails due to default ipfw rules o ports/108592 perky Update port: korean/nabi to 0.17 o ports/108595 pstree (sysutils/psmisc) don't work in jail f ports/108648 openoffice openoffice.org-2-devel broken? o kern/108655 messages from kernel are mixed (/dev/klog? syslog?) f ports/108661 ache [patch] www/lynx-current: add support for SSL SubjectA o kern/108695 acpi [acpi]: Fatal trap 9: general protection fault when in o ports/108697 ume security/cyrus-sasl-2.1.22 build failure f ports/108699 philip problem using user libraries with lua-5.0 f ports/108723 kxgenerator never worked for me o sparc/108732 sparc64 ping(8) reports 14 digit time on sparc64 o sparc/108757 sparc64 [rtc] can't boot if rtc stuffed, no means of recovery o ports/108784 roam security/stunnel: [patch] assign permanent uid and gid f ports/108788 [patch] sysutils/fusefs-kmod: Add BASE option o ports/108795 netchild ports/icc: Proposed update to icc port for intel compi f ports/108801 www/mod_perl2: Apache-2.0.59 / mod_perl-2-2.0.3_1 freq o usb/108810 usb [patch] quirk for I/O Magic USB flash drive "Giga Bank o kern/108830 remko [ata] [patch] Add support for nForce MCP61 chipset o ports/108847 jdp [PATCH] net/cvsup-mirror allow for cvsupd_flags o www/108848 chinsan Motherboard MSI K9NGM-L f ports/108853 Contradiction of CONFLICTS¡¡ a ports/108854 dinoex Contradiction of CONFLICTS o ports/108856 fenner [mbone/sdr] make sdr usable again; patch appended f kern/108891 [ndis] Fatal Kernel Trap 12 ndis ralink wireless drive o kern/108899 [termcap] [patch] termcap update for screen and linux o ports/108934 perl mail/p5-Mail-SpamAssassin: spamassassin uses /var/lib/ o kern/108961 High CPU use on directories containing files with mult o docs/108980 doc list of missing man pages o kern/109010 [msdosfs] can't mv directory within fat32 file system o ports/109026 girgen [PATCH] databases/py-PyGreSQL: update to 3.8.1 o ports/109033 mnag Update port: mail/py-spf, updated to latest version f ports/109041 security/tinyca doesn't allow for user installed OpenS f ports/109045 security/xca compile fails: x509rev.cpp:63: error: inv o ports/109056 lioux [PATCH] x11-themes/kde-icons-nuvola: make fetchable o ports/109057 lioux [PATCH] x11-themes/kde-icons-noia: make fetchable f ports/109063 dougb portmaster doesn't chase category moves o bin/109102 csjp sysctl security.mac.bsdextended is not consistent with o docs/109104 trhodes man mac_bsdextended is not consistent with systl outpu o docs/109105 trhodes security.mac.bsdextended.firstmatch_enabled is not ena o docs/109115 doc add Ultra 450 to hardware list for sparc64 f kern/109118 [iwi] iwi-firmware-kmod fails on activation of WEP o kern/109152 remko [rp] RocketPort panic from device_unbusy() f kern/109161 philip synaptic touchpad doesn't works o docs/109201 doc [request]: manual for callbootd f kern/109207 acpi ACPI Problem o ports/109211 netchild [PATCH] mail/claws-mail - Use proper "mime.types" file o ports/109212 clsung security/p5-Crypt-Primes: needless warnings at runtime o ports/109224 se multimedia/kplayer update to latest version o docs/109226 doc [request]: No manual entry for sntp o ports/109268 clement www/apache22: apache-worker-2.2.4 threads problem on 6 a ports/109309 naddy [PATCH] audio/flac: update to 1.1.4 f ports/109318 lx [Update Version] devel/jep to 2.1 o ports/109329 itetcu Update net/skype to 1.3.0.53 (no more a beta) o ports/109332 demon [PATCH] www/links: update to 2.1.p26 o bin/109334 pkg_add(1) using chroot exits with error if wrong dire o ports/109359 mnag Update port: update net/py-zsi to version 2.0 f ports/109360 novel [PATCH] audio/mpg123: provide rc_subr script o misc/109367 UTF8 encoded locales and problem collating accents s ports/109407 farrokhi [patch] update port net-mgmt/chillispot to 1.1.0 a conf/109409 dougb [request] Add $rndc_program to specify path to rndc, s o bin/109413 [PATCH] top(1) shows at least 50% idle when hyperthrea o kern/109416 [libpam] [patch] pam_group doesn't check login_group m o conf/109418 remko [patch] update src/misc/zoneinfo from 2006n to 2007b o i386/109423 i386 [ichsmb] ICH5 smb interface problems f ports/109432 stefan [Update Version] x11-toolkits/tktable to 2.9 o i386/109470 i386 Orinoco Classic Gold PC Card Can't Channel Hop o kern/109477 remko [vr] [patch] onboard via vt6103 ethernet does not work o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o bin/109494 [PATCH] ypserv(8): Add option to bind to specific port o ports/109495 anholt update devel/git to 1.5.0.1 a ports/109497 x11 x11-servers/xorg-fontserver rc.d/xfs.sh script missing o conf/109498 [patch] Enable cloning of tun/tap through rc.conf clon o ports/109501 krion [PATCH] add some configurable vars to mail/exim o gnu/109510 kan [patch] gcc(1): mcpu flags break buildworld in Sparc64 f ports/109535 Eggdrop SSL error f ports/109548 ijliao [PATCH] math/gsl: update to 1.9 o ports/109550 alexbl lang/python25 does not install /usr/local/bin/python o conf/109562 [rc.d] [patch] Make rc.d/devfs usable from command-lin o ports/109573 tmclaugh devel/py-clientcookie: DEPRECATE now that it is part o o ports/109580 glewis [patch] math/gnuplot does not include bsd.emacs.mk whe o ports/109609 secteam security/ca-roots addition request o docs/109612 doc viapm manual page missing from 6.2 release o ports/109658 lev graphics/vips: attempt to unbreak o kern/109692 [libc] printing -NaN o ports/109697 demon net/zebra-server: attempt to unbreak; upgrade to 1.3.4 f ports/109716 mi [UPDATE] devel/tcllib 1.9 o ports/109745 portmgr NO_PACKAGE handling by ports build system o docs/109748 doc misstyped version in 6.2-STABLE gzip(1) o i386/109760 i386 [modules] kldunload acpi_video - crash o kern/109813 [ciss] ciss(4) driver API header is not installed o ports/109823 demon [Update Version] aprint/trueprint to 5.3 o bin/109911 mountd(8) does not accept identical host sets on diffe o docs/109929 doc [patch] sync sbin/fdisk_pc98/fdisk.8 with sbin/fdisk/f o ports/109941 skv [Update Version] textproc/p5-Pod-ProjectDocs to 0.31 o ports/109942 skv [Update Version] sysutils/p5-Unix-Processors to 2.034 o kern/109950 [unionfs] unionfs breaks openldap-server23 with bdb ba o docs/109972 doc No manual entry for zless/bzless o docs/109973 doc No manual entry for c++filt o docs/109975 doc No manual entry for elf2aout o docs/109977 doc No manual entry for ksu o conf/109980 /etc/rc.d/netif restart doesn't destroy cloned_interfa o docs/109981 doc No manual entry for post-grohtml o docs/109983 doc No manual entry for protoize f i386/110015 i386 [panic] kernel: panic: page fault o kern/110017 [libexec] [patch] serial port console output garbled o ports/110021 anholt [Update Version] textproc/asciidoc to 8.1.0 o ports/110022 anholt [Update Version] graphics/driconf to 0.9.1 o ports/110024 anholt [Update Version] lang/nickle to 2.56 s ports/110030 sem ports-mgmt/portupgrade: pkg_which hits segfault for no o ports/110036 nork [PATCH] shells/scponly add OPTIONS o ports/110038 shaun [patch]:update of netdisco to 0.95 o docs/110061 doc [PATCH] tuning(7) missing reference to vfs.read_max o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o bin/110068 [patch] rewrite of mdmfs(8) in shell a ports/110109 garga Update port: mail/qmail add a boot script with rcNG su p gnu/110143 kan cc does not handle "-dumpmachine" correctly o ports/110144 New port: math/Matlab7 o bin/110146 [patch] Allow arbitrary gdb options to bypass kgdb(1) o ports/110150 alexbl [PATCH] net/py-mantissa: fix depends on devel/py-pytz o kern/110174 pf [pf] pf pass route-to does not assign correct IP for t o bin/110178 remko [patch] Fix handling of -n option in mdmfs(8) o docs/110183 murray Handbook does not document vmware, Xen, Parallels, etc o kern/110190 remko [pccard] [patch] Add Sierra Wireless PCMCIA drivers o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o docs/110200 doc [patch] VOP_FSYNC() and VFS_SYNC() man pages need "cre o www/110220 chinsan Gigabyte GA-K8N51GMF Tested! o ports/110247 doceng textproc/docproj depends on www/links1 but works with o ports/110264 multimedia graphics/gstreamer-plugins-swfdec broken o ports/110281 trasz [PATCH] science/felt: fix build with xorg7 o ports/110282 sem Portupgrade documentation mischaracterizes the -b opti o ports/110283 trasz [PATCH] cad/z88: fix build with xorg7. o kern/110284 [if_ethersubr] [patch] Invalid Assumption in SIOCSIFAD o bin/110287 od(1) fails to determine repeated line just before EOF o threa/110306 threads apache 2.0 segmentation violation when calling gethost f ports/110320 [security/vpnc] rc script returns 0 on failure o ports/110326 hoek Use TCL/TK 8.4: games/tvp o ports/110339 miwi Update port: audio/solfege to 3.6.5 o usb/110357 markus [ums] [patch] Support for USB mouses with W axis and i o docs/110359 brueffer mpt man page omission o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o kern/110388 des [libfetch] [patch] Missing NO_PROXY support in fetch(3 o ports/110397 alexbl audio/xmms2-ruby build is broken o ports/110399 alexbl audio/cpp-xmms2 build is broken o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o ports/110410 obrien editors/vim: WITH_LANG knob broken o ports/110414 ahze finance/gnucash: fix wrong dirrm in pkg-plist f ports/110416 miwi xfce4-weather-plugin location code search not working o ports/110429 fenner [PATCH] mbone/imm - Update to TCL/TK 8.4 o kern/110449 sos [ata] [patch] new pci ids for nvidia mcp61/"430 mcp" c p ports/110461 marcus [PATCH] ports-mgmt/portlint: USE_PHP can now be includ o ports/110475 clsung New port: devel/p5-Thread-Cancel 1.05 o ports/110476 clsung New port: devel/p5-Thread-Suspend 1.09 o usb/110477 usb [usbdevs] [patch] add Benq 3300U/4300U support to Free f ports/110518 fjoe sysutils/fusefs-ntfs: no write mode possible, mount as o ports/110525 ijliao palm/palm-db-tools: attempt to fix amd64 build o ports/110533 lev [patch] WITHOUT_NLS support for www/neon and www/sitec a ports/110545 garga rcNG script for qmail-smtpd o ports/110581 mita [PATCH] comms/tkscanfax - Update to TCL/TK 8.4 o ports/110582 jmz [PATCH] audio/xcd - Update to TCL/YK 8.4 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o ports/110629 mm port removal: lang/tcl-tk-wrapper o ports/110632 emulation [patch] x11-fonts/linux-fontconfig is not X11BASE clea f ports/110645 foxfair [patch] www/mod_security2 requires o ports/110651 clement Use USE_BDB infrastructure to select appropriate db[2- o kern/110658 vmspace mutex lock? f ports/110678 mnag postfix sould allow multiple SASL o usb/110681 usb [ukbd][patch] multiple keys will be repeated o docs/110692 doc wi(4) man page doesn't say WPA is not supported o ports/110693 portmgr Port does not rebuild newer version if work dir of old f ports/110697 foxfair New port: ports-mgmt/pkg_deps p bin/110705 geom gmirror control utility does not exit with correct exi o kern/110720 net [net] [patch] support for interface descriptions f ports/110728 python mail/py-spambayes should load config file from a stand o ports/110736 ale [PATCH] security/opensc: update to 0.11.2-rc1 f ports/110737 gnome latest port of esound (0.2.37-2) breaks esound aware a o ports/110738 kris [patch] games/tads sgtty.h -> termios.h conversion o ports/110740 tmclaugh [NEW PORT] multimedia/banshee: Music Managment for Gno a ports/110746 shaun [PATCH] ports-mgmt/portscout: Add WITH_LOCALTIME knob o ports/110751 osa [PATCH] devel/libhoard: update to 3.6 o ports/110754 mlaier sysutils/pfstat: incorrect formatted pfstatd man page o ports/110781 portmgr [PATCH] move WWWDIR macro to pre-makefile section of b f kern/110788 [ata] Problem with PATA port of Promise PDC20378 on AS o kern/110797 [puc] [patch] Avlab Technology Inc. PCI IO 4S-850 seri p ports/110805 mi lang/tclX: unbreak + various improvements. f ports/110826 dinoex port graphics/tiff: tiff2pdf tints images with wrong c s conf/110838 pf tagged parameter on nat not working on FreeBSD 5.2 o ports/110850 new port: net/hamachi, a zero-configuration virtual pr o amd64/110883 remko tested AMD 64 motherboard o ports/110884 kris games/tads: use instead of o bin/110887 [patch] truss(1) missing linux_access syscall descript o ports/110910 gnome graphics/gimp plist lacking a static lib o bin/110933 maxim [patch] traceroute(8): minimal wait time should be 1 s o ports/110969 kuriyama [patch] net-snmp 5.4 o gnu/110971 gdb(1) crashes o usb/110991 usb [patch] QUIRK: Super Top IDE DEVICE (depends on usb/11 o usb/110992 usb [uftdi] [patch] Add Tactrix Openport support in uftdi o conf/110993 /etc/netstart should start rpcbind o kern/110995 [loader] [patch] loader wastes space worth symtab size o docs/110999 doc carp(4) should document unsupported interface types o kern/111001 [hang] can't install 6.2-RELEASE-amd64 (SuperMicro PDS f ports/111014 lwhsu www/joomla - pkg-plist not using %%JOOMLA_DIR%% for su o kern/111023 sos [ata][request][patch] please expand ata timeouts o bin/111024 [request][patch] atacontrol(8): support for stand-by t o ports/111034 nivit [NEW PORT] print/splix: A set of CUPS printer drivers p conf/111050 stas [patch] /etc/services is missing the amanda tcp servic o ports/111066 secteam ports-mgmt/portaudit does not skip ports fixed listed o kern/111084 sos [ata] [patch] No support for ahci atapi sata cd/dvd dr o kern/111085 [libc] [patch] qsort fails on large (> 2GB) arrays f ports/111088 6.2-REL mplayer package doesn't install libmp3lame.so. o amd64/111096 amd64 motherboard ASRock AM2NF6G-VSTA not supported o ports/111103 steve x11-toolkits/open-motif/Makefile bug f ports/111116 lioux [NEW PORT] java/eclipse-datatools: Datatools for eclip o ports/111120 tobez [PATCH] lang/perl5.8: Provide @INC modification via op o docs/111137 chinsan [PATCH] remove /stand from hier(7) o docs/111147 doc hostapd.conf is not documented o ports/111167 New port:mail/ilohamail-devel IlohaMail is a lightweig p conf/111225 keramida [pfsync]: missing option "syncpeer" in pfsync startup o bin/111226 [patch] Incorrect usage of chflags(2) in FreeBSD utili o www/111228 www Usability improvements for bug search query page o ports/111242 miwi graphics/xfig: update master sites and a repocopy requ o ports/111244 miwi print/transfig: make fetchable and a repocopy request o ports/111246 miwi print/transfig: upgrade to version 3.2.5 o ports/111247 New port: sysutil/linux-procfs rpm port of procps o ports/111248 itetcu [NEW PORT] sysutils/googlog 1.18 o ports/111249 miwi graphics/xfig: upgrade to version 3.2.5 f kern/111250 driver main board D946GZis driver ethernet o docs/111263 doc Information on $EDITOR variable in section 3.10, "Text o docs/111265 doc Clarify how to set common shell variables p ports/111272 gnome [PATCH] print/freetype2: update to 2.3.3 o ports/111281 cy Update security/fwbuilder and security/libfwbuilder fr o ports/111284 jylefort [PATCH] x11-toolkits/plib: fix build with gcc4 f ports/111290 [patch] sysutils/dtc pkg-plist and distinfo fixups, re o ports/111293 aaron [patch] textproc/p5-TeX-Encode version bump which make o ports/111294 lioux [patch] fix MASTER_SITES for x11-themes/kde-icons-icos o power/111296 ppc [kernel] [patch] Support IMISS, DLMISS an DSMISS inter o bin/111297 [patch] adding some regression tests for tr(1) o docs/111320 doc update rfcomm_pppd(8) server example for dns o kern/111323 cbb, cardbus, pccard recognized but no /dev/card creat o ports/111326 shaun [patch] japanese/lynx: Fix a BROKEN flag and update to o ports/111331 rafan regular update of www/b2evolution to ver. 1.9.3 f ports/111339 leeym [PATCH] graphics/p5-Geo-Proj4: update to 0.98 o bin/111343 sh and bash with -e sometimes fail to test errors in f o ports/111348 ume gkrellm2 segfault after gettext update o ports/111353 mbr [PATCH] audio/xmms-uade: update to 2.05, unbreak it o ports/111356 csjp man bpfstat has no descption for the flags column o ports/111366 jylefort mail/mail-notification doesn't compile (missing declar f ports/111388 awstats port install path script mismatch o ports/111399 print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE o ports/111400 graphics/pstoedit: with version 3.44* have broken grap o ports/111403 clsung ruby-pdflib uses deprecated allocate function. o docs/111425 doc Missing chunks of text in historical manpages f ports/111436 miwi New port: lang/nbc Programming language for the LEGO M f ports/111440 kde [PATCH] audio/kdemultimedia-juk: change LIB_DEPENDS to f ports/111456 [UPDATE] finance/pfpro updated distinfo o ports/111470 portmgr [PATCH] set default man and info pages path when GNU_C f ports/111484 miwi [Maintainer Update] cad/brlcad 7.8.4 -> 7.10.0 o ports/111489 lwhsu sysutils/coreutils: update to version 6.9 o bin/111493 [PATCH] routed(8) doesn't use multicasts for RIPv2 via o ports/111501 clsung [NEW PORT] databases/ruby-oci8 o bin/111508 ceri [patch] sysinstall(8): Modify sysinstall to load confi f ports/111511 miwi New port: net-im/kopete-otr Off-The-Record encryption o kern/111516 remko [ata] [patch] Unsupported Compact Flash (Viking 256MB) a ports/111520 roam ftp/curl: update to version 7.16.2 o ports/111532 perky [PATCH] devel/scons: update to 0.96.96 o ports/111536 sem pkgdb -L sometimes restores wrong dependencies (does n o ports/111538 anders Pound: logs always to syslog o ports/111540 net-mgmt/cflowd fix o ports/111545 garga [security/clamav] clamav-milter rc script requires cla f ports/111549 ports/net/fping patch to add -S source_addr option f ports/111554 lwhsu [PATCH] net/asterisk-addons: update to 1.4.0 o ports/111559 lwhsu [NEW PORT] www/asterisk-gui: An asterisk ajax web mana o ports/111561 openoffice editors/openoffice.org-2 build fails with devel/epm in f ports/111568 lwhsu [MAINTAINER] www/gallery: update to 1.5.6 o ports/111581 openoffice same websites of MASTERSITES of openoffice port is bro f ports/111585 leeym [PATCH] math/p5-Set-IntSpan: update to 1.11 o kern/111590 philip [psm] no psm device in /dev on RELENG_6 (regression) o kern/111591 acpi [acpi] dev.acpi_ibm.0.events returns I/O error (regres o ports/111606 sergei [UPDATE] sysutils/metalog to 0.8-rc4 o ports/111607 aaron [UPDATE] archivers/p5-Archive-Extract to 0.18 o ports/111609 itetcu [NEW PORT] www/phpsyslogng - log monitor and manage fr o ports/111617 delphij [PATCH] net/openldap-server: slapd.sh: simplify string o ports/111622 miwi Update port: graphics/xfig to 3.2.5 o ports/111627 miwi Update port: print/transfig to 3.2.5 o ports/111632 openoffice editors/openoffice.org-2: Unable to extract with TWEAK f ports/111635 tmclaugh [PATCH] net/blam: update to 1.8.4 o ports/111672 edwin knutclient udpate to recent release and fix non-fetcha o ports/111700 marcus [PATCH] ports-mgmt/portlint: don't complain at late US f ports/111709 miwi [UPDATE] net/py-pcapy to 0.10.5 o usb/111710 usb [patch] [usb] add support for Option GlobeTrotter 3G+ o kern/111713 ipfw [dummynet] Too few dummynet queue slots o ports/111719 aaron [UPDATE] biology/p5-Bio-Phylo to 0.16 f ports/111720 itetcu [NEW PORT] www/nagvis - NagVis is a visualization for o ports/111732 rushani scponly 4.6 seems broken o ports/111742 [maintainer patch] Fix mail/p5-vpopmail port build on a ports/111749 roam sysutils/daemontools svscan output to multilog would b o kern/111767 multimedia [pcm] ATI SB450 High Definition Audio Controller sound f ports/111771 itetcu [PATCH] sysutils/i855vidctl: cleanup non-supported Fre o docs/111781 doc Developers' Handbook mentions wrong sysctl for debuggi f ports/111786 comms/hylafax: update to 4.3.3 o www/111791 www FreeBSD website messes up links f ports/111795 audio/musicpd: multiple hidden dependencies f ports/111805 lwhsu [PATCH] devel/py-distorm: update to 1.6.21 o ports/111814 nobutaka editors/emacs* editors/xemacs* japanese/emacs*: add em f ports/111817 miwi [PATCH] biology/py-biopython: update to 1.43 o ports/111822 cy [PATCH] security/fwbuilder: cleanup non-supported Free o ports/111839 lwhsu games/xscrabble: update to 2.12 o docs/111840 doc boot0cfg(8) man page lacks how to reset to non-interac o kern/111843 [msdosfs] Long Names of files are incorrectly created o kern/111848 [nfs] removing a file from a diskless nfs mounted root o ports/111849 stas [PATCH] devel/cc65: cleanup non-supported FreeBSD vers f ports/111850 itetcu [PATCH] devel/cocktail: cleanup non-supported FreeBSD o ports/111855 laszlof [PATCH] devel/log4c: cleanup non-supported FreeBSD ver o ports/111857 stas [PATCH] devel/ocaml-camomile: [SUMMARIZE CHANGES] f ports/111858 itetcu [PATCH] devel/open-beagle: [SUMMARIZE CHANGES] f ports/111863 itetcu [PATCH] devel/radrails: cleanup non-supported FreeBSD f ports/111864 itetcu [PATCH] devel/p5-Cdk: cleanup non-supported FreeBSD ve o ports/111866 jylefort [PATCH] devel/SimGear: cleanup non-supported FreeBSD v f ports/111872 miwi [PATCH] databases/squirrel-sql: update to 2.5 f ports/111889 miwi [PATCH] www/p5-WebService-Validator-HTML-W3C: update t f ports/111895 miwi [PATCH] www/p5-CGI-Application-Plugin-HTDot: update to f ports/111896 rafan [PATCH] ftp/lftp: update to 3.5.11 f ports/111898 miwi [PATCH] www/p5-HTML-Template-Pluggable: update to 0.16 f ports/111903 miwi [PATCH] math/p5-Set-IntSpan: update to 1.11 f ports/111907 miwi [PATCH] net-im/micq: update to 0.5.3 o ports/111909 perky [patch] comms/py-serial: install docs and examples o ports/111915 Update port: make setuid operation configurable f ports/111916 net/ss5: update to 3.6.2 o ports/111918 skv [PATCH] devel/p5-Danga-Socket: update to 1.57 o ports/111922 skv [PATCH] devel/p5-Danga-Socket: update to 1.57 o ports/111928 lwhsu sysutils/nut: fix plist f ports/111936 itetcu [PATCH] databases/kmysqladmin: cleanup non-supported F o ports/111937 jmz [UPDATE] benchmarks/iozone f ports/111941 itetcu [PATCH] comms/aldo: cleanup non-supported FreeBSD vers f ports/111946 itetcu [PATCH] comms/qfaxreader: cleanup non-supported FreeBS o ports/111949 obrien editors/vim fails to build WITH_LANG o ports/111974 shaun directory permission error in graphics/peps o bin/111978 [patch] make syspath list for mount(8) configurable at f ports/111981 rafan [PATCH] ftp/lftp: make readline dependency optional o kern/111990 [pccbb] [patch] system freeze in initialization proces o amd64/111994 jkoshy [hwpmc] hwpmc(3) doesn't know about Intel 5120 series o misc/112024 [patch] misc fixes to fortunes o ports/112026 itetcu [PATCH] x11-toolkits/fox: update to 1.6.26 o www/112027 pav [change-request] Add Asus M2N8-VMX to supported mother o ports/112029 acm UFOAI 2.1 is out o i386/112033 i386 libwmf-0.2.8.4 fails to build f ports/112043 miwi /biology/emboss fix for broken link in Makefile o misc/112049 Fortune typos, around line 57346 of fortunes datfile o ports/112050 itetcu [PATCH] devel/rpc2: update to 2.5 o ports/112051 itetcu [PATCH] databases/namazu2: update to 2.0.17 o www/112059 www Broome County BSD User's Group (BC BUG) o ports/112063 clsung [PATCH] www/p5-Kwiki-Cache: mark DEPRECATED o ports/112073 kuriyama misc/amanda-server: add new port security/aespipe as a f ports/112074 mutt-ng port does not wish to compile o ports/112079 clsung [NEW PORT] security/php-Auth_OpenID: PHP OpenID librar o conf/112081 [NOTES] [patch] network adapter missing in /sys/conf/N o www/112082 chinsan [change-request] Add Asus M2V to supported motherboard o ports/112090 itetcu Port upgrade: kdiff3 to 0.9.92 f ports/112091 itetcu Port upgrade: sysutils/k3b to 1.0.1 o ports/112124 [New port] archivers/linux-par2cmdline f ports/112133 lwhsu Update port: devel/m17n-db to 1.3.4 o ports/112134 lwhsu Update port: devel/m17n-lib to 1.3.4 f ports/112141 lwhsu Update port: x11-wm/oroborus to 2.0.18 o kern/112147 [netinet] some ivp6-conditional code is always include o ports/112149 tmclaugh lang/mono port attempts to use gawk even if it is not o ports/112159 obrien [PATCH] shells/bash: update to 3.2.9 o kern/112160 [pppd] uplink DSL w/pppoe+NAT 'out of buffer space' ki o usb/112161 usb [usbdevs] [patch] Option N.V. Fusion UMTS Quad-GPRS o bin/112163 [patch] bootparamd(8) is not 64-bit clean o ports/112174 sobomax [Patch] net/asterisk pkg-plist fix o ports/112178 dougb Update: x11/xscreensaver Enable PAM support. With out o kern/112179 [sis] [patch] sis driver for natsemi DP83815D autonego o stand/112180 standards tgamma on negative integers returns Inf instead of NaN o ports/112184 dinoex graphics/gd's gd.h doesn't recognize X11BASE for its F o ports/112185 [NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o fl o ports/112191 New port: dns/ldnsm Manages LDAP enteries for the BIND o ports/112193 kuriyama net-snmp man pages broken o kern/112194 alc [vm] [patch] VM handles systems with sparse physical m o ports/112198 New port: sysutils/lugtools A set of shell scripts f o ports/112199 gnome [graphics/gimp]: /bin/sh error when making target 'rei o ports/112201 sergei [PATCH] mail/maildrop: Update to 2.0.4. o ports/112202 security/vscan: patch to fix plist problem o ports/112203 portmgr Mk/bsd.port.mk - Fix detection of 32bit libraries on F o ports/112205 lwhsu ports:math pari update 2.3.1->2.3.2 f ports/112209 jmelo Update port: shells/shell-include add WWW: to pkg-de f ports/112210 lwhsu New port: nagircbot o bin/112213 touch(1)ing a directory and failing yields return code f ports/112230 alexbl [PATCH] graphics/swfdec: update to 0.4.4 o ports/112231 anholt [PATCH] www/swfdec-plugin: update to 0.4.4 o ports/112236 brooks [PATCH] net/openmpi didn't ldconfig some libs o ports/112238 osa [PATCH] math/p5-Statistics-Lite: update to 3.0 f ports/112239 clsung [PATCH] devel/p5-Heap: update to 0.80 p bin/112244 maxim [ipfw] [patch] Incorrect output of rule with the MAC o o ports/112248 new port: LedgerSMB o ports/112253 lioux [PATCH] net-p2p/mldonkey: rc script broken o ports/112255 stas [PATCH] x11/ecore: dbus check unnecessary o ports/112257 skv (possibly) bad perl path in bugzilla port o ports/112259 [NEW PORT] hs-X11/x11-toolkits: A Haskell binding to t o docs/112267 doc GEOM Mirror documentation doesn't tell you to remove / o ports/112271 LightZone - a photo editor f ports/112272 araujo Port update for www/shttpd f ports/112274 rafan [PATCH] www/nspluginwrapper: fix dependency o ports/112278 skv [PATCH] textproc/p5-XML-LibXML: update to 1.63 o ports/112279 araujo [PATCH] www/wordpress-mu: update to 1.2.1, reset maint o ports/112281 alexbl [PATCH] bsd.scons.mk: respect BUILD_WRKSRC and INSTALL o kern/112282 atacontrol(8): changing DMA modes when disk is reading o ports/112286 mnag make sqlite3 respect CC o bin/112288 ftp(1): /usr/src/usr.bin/ftp/config.h is redundant and o ports/112291 clsung [NEW PORT] net/p5-S3: A library in Perl for working wi o ports/112296 multimedia FFMpeg-devel 2007.04.29 does not compile with libdts i o threa/112297 threads [rtld] [patch] Memory leak in ld-elf.so with each thre o ports/112299 se Dvbcut and make patch errors o bin/112303 route(8): 'route get' returns wrong exit code if no ma o docs/112305 doc Mistake with boot.conf in Handbook, section 19.4 RAID1 o docs/112307 doc boot(8) documents /boot.config, but 'man boot.config' f ports/112321 mm [maintainer-update] comms/obexapp - fix build when rea o ports/112324 aaron Update p5-Class-STL-Containers to 0.35 o ports/112325 aaron Update p5-Class-CodeStyler to 0.26 o ports/112326 sobomax [update] net/asterisk to 1.4.4 o ports/112327 sat [MAINTAINER] Repocopy - mail/imp > mail/horde-imp - ma o ports/112332 marcus ports-mgmt/portlint - strange error o ports/112334 clsung [NEW PORT] net/py24-s3cmd: Unix-like tools to manipula o ports/112335 araujo Maintainship adoption: audio/gmixer o www/112337 www ISP Submission o ports/112338 lev Segmentation fault (core dump) while "make install" de o ports/112340 araujo benchmarks/stream - Fix distfile unavailability o ports/112343 miwi New port: www/dotproject-devel - updated project manag o ports/112345 Update port: mail/postfix-policyd-weight o ports/112346 infofarmer [UPDATE] sysutils/fusefs-curlftpfs 0.9 -> 0.9.1 o ports/112347 obrien [PATCH] editors/vim re-enable WITH_TCL o ports/112351 clsung [NEW PORT] databases/p5-DBIx-HA: High Availability pac o ports/112352 clsung [NEW PORT] devel/p5-Devel-ebug: A simple, extensible P o ports/112354 miwi Port update: misc/ipbt (from r7379 to r7471) o ports/112355 emulation [PATCH] emulators/vmware3: cleanup non-supported FreeB o ports/112358 x11-clocks/wmdate requires libdockapp as dependeny, bu o ports/112360 skv p5-Data-Serializer Update to 0.39 f ports/112362 alepulver [PATCH] lang/cmucl-extra: remove duplicated info from o ports/112363 miwi [maintainer update] sysutils/bsdadminscripts: latest v o ports/112364 miwi java/veditor: latest version/DESTDIR safe o ports/112365 miwi [maintainer update] cad/freehdl: DESTDIR safe o ports/112367 miwi [maintainer update] java/phpeclipse: DESTDIR safe o ports/112368 miwi [NEW PORT] net/wackamole: Peer-to-peer high availabili f ports/112369 [PATCH] games/widelands doesn't compile with gcc 3.4.6 o bin/112370 getfacl(1): incorrect display group name by ``getfacl' o ports/112372 x11 x11-servers/xorg - nv xorg driver doesn't recognize Nv o ports/112374 gnome [patch] Make helpbrowser plug-in optional in graphics/ o ports/112376 clsung [NEW PORT] devel/p5-ShipIt: Software release tool o ports/112377 garga Update security/putty o ports/112378 sat [CHANGE REQUEST] irc/bitchx - Various fixes - Take Mai o bin/112379 [patch] lockf(1): on closing stdin, stdout, stderr o ports/112380 miwi [Maintainer update:] security/p5-openxpki-client-soap- o ports/112381 araujo Update port: emulators/dynamips-devel: New version 0.2 o ports/112383 miwi [maintainer update] net/sipp: update to 2.0 o ports/112384 dired problem of ports editors/emacs20 in Japanese env o ports/112386 [PATCH] new port: p5-Sys-Gamin o ports/112387 Fix sysutils/fusefs-kmod on CURRENT o ports/112388 clsung [MAINTAINER] net/p5-SOAP-Amazon-S3: update to 0.023.1 o usb/112392 usb [usbdevs] [patch] Make Epson Perfection 3490 recognize o ports/112393 Update port: net-p2p/verlihub (New version, request ma o ports/112394 mm [MAINTAINER-UPDATE] misc/freeguide - resign as maintai f ports/112398 alepulver [PATCH] net-p2p/azureus: clean up o ports/112400 clsung [NEW PORT] net/p5-Net-OpenID-Consumer: Library for con o ports/112401 clsung [NEW PORT] www/p5-Catalyst-Plugin-Authentication-OpenI o ports/112402 fjoe [PATCH] sysutils/fusefs-ntfs: use libublio to improve o bin/112408 mp tcsh(1): tcsh causes gdb to hang (regression in tcsh) f ports/112409 araujo Update port: gpsbabel 1.3.3. f ports/112410 araujo [PATCH] www/havp: Update to version 0.86 f ports/112411 (devel/doxygen) (patch) configure make wrong path for f ports/112413 araujo [PATCH] sysutils/lcdproc: Update to version 0.5.2 o ports/112414 araujo [MAINTAINER] security/openvpn-devel: update to rc4 o ports/112415 araujo [MAINTAINER] security/prelude-lml: update to 0.9.9 o ports/112416 araujo [MAINTAINER] security/prelude-manager: update to 0.9.8 o ports/112417 multimedia Error compiling vlc-devel-0.9.0.20070501,2 on 6.2-STAB o ports/112418 lwhsu [maintainer update] update of sysutils/dupfind o ports/112422 devel/mingw32-pdcurses: bump to 3.1 o ports/112423 multimedia Error compiling vlc-devel-0.9.0.20070501,2 on 6.2-STAB o ports/112425 miwi devel/tailor: update to 0.9.28 o ports/112427 miwi [MAINTAINER] print/cups-pdf: update to 2.4.6 o ports/112429 db [patch] math/py-numpy incorrect post-patch for site-cf o ports/112430 [NEW PORT] games/djgame2: contains many popular online o ports/112431 clsung [MAINTAINER] devel/p5-Data-ObjectDriver: update to 0.0 o ports/112432 clsung [MAINTAINER] sysutils/p5-MogileFS-Client: update to 1. o ports/112433 clsung [MAINTAINER] sysutils/p5-MogileFS-Utils: update to 2.0 o ports/112434 clsung [MAINTAINER] textproc/p5-XML-Flow: update to 0.82 o power/112435 ppc Update nexus children to use ofw_bus functions o ports/112436 clsung [maintainer] mail/dkim-milter update to 0.7.0 o ports/112437 clsung [maintainer-update] port: chinese/auto-cn-l10n fix a f o ports/112438 x11/wmmatrix fix for broken link in Makefile o ports/112439 multimedia multimedia/libdivxencore fix for broken link in Makefi o ports/112440 anray [maintainer update] japanese/navi2ch-emacs20: drop mai o conf/112441 deprecated lines in /etc/hosts.allow o ports/112442 miwi [maintainer update] Update devel/p5-Rose-Object to 0.8 o ports/112443 naddy net/sixxs-heartbeatd needs to be obsoleted/removed o ports/112444 miwi [maintainer update] Update databases/p5-Rose-DB to 0.7 o ports/112445 New port: japanese/p5-Mail-SpamAssassin o ports/112446 miwi [MAINTAINER] update games/mangos from 3431 (for WOW 1. o ports/112447 miwi Update to 2.0.4 o ports/112451 skv [PATCH] devel/p5-Want: update to 0.14 o ports/112457 miwi [UPDATE] update mail/pear-Mail_Mime to 1.4.0 o ports/112458 clsung [ patch ] update textproc/libmrss to 0.17.2 o ports/112459 lwhsu [port update] devel/kdesvn: 0.11.2 -> 0.12.0 o usb/112460 usb ehci USB 2.0 doesn't work on nforce4 o usb/112461 usb ehci USB 2.0 doesn't work on nforce4 o kern/112463 Samsung USB DVD writer, libscg and FreeBSD kernel o ports/112464 clsung Remove maintainership for my ports o docs/112465 doc [patch] dumpfs.8: -m description incomprehensible o ports/112466 lwhsu [Maintainer Update] Update audio/gnupod o ports/112470 lwhsu New Port: games/gdado o kern/112471 net [netinet] [patch] sys/netinet/udp_usrreq.c modifies re o ports/112472 clsung [PATCH] devel/p5-String-Ediff: update to 0.09, take ma o ports/112474 miwi Japanese font patch for print/cups-pstoraster o ports/112475 miwi Update port: sysutils/freeipmi update to 0.3.3 o ports/112476 miwi [PORT UPDATE] Update port to LightZone 2.4 o kern/112477 Add support to set the node and type on a device on an f ports/112478 leeym [PATCH] devel/log4sh: update to 1.4.1 3143 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 11:13:48 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D30016A40B for ; Mon, 7 May 2007 11:13:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5676113C459 for ; Mon, 7 May 2007 11:13:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47BDmSL081105 for ; Mon, 7 May 2007 11:13:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47BDhN7081101 for freebsd-bugs@FreeBSD.org; Mon, 7 May 2007 11:13:43 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 May 2007 11:13:43 GMT Message-Id: <200705071113.l47BDhN7081101@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:13:48 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o alpha/75317 alpha [busdma] [patch] ATA DMA broken on PCalpha o kern/77234 remko [udf] [patch] corrupted data is read from UDF filesyst 3 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/14048 des [patch] doscmd -r doesn't work s bin/19773 markm [PATCH] telnet infinite loop depending on how fds are a kern/21808 trhodes [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 [sysinstall] [patch] if installing on a serial console o bin/24271 [patch] dumpon(8) should check its argument more f kern/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o docs/27605 doc [patch] Cross-document references () o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o conf/30399 [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari s bin/31304 [patch] fix crunchgen to work with more contrib-kind o o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o kern/34842 ceri [nis] [patch] VmWare port + NIS causes "broadcast stor o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36867 [patch] games/fortune: add FORTUNE_PATH env var, so po s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro s threa/39922 threads [threads] [patch] Threaded applications executed with o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE f bin/43674 [patch] login(1): able to bypass expired password o kern/44202 [rp] [patch] -stable rp driver does not work with mult o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o bin/44808 [PATCH] opiepasswd makes bad seed for existing user o bin/45529 hexdump core-dumps with certain args [PATCH] o bin/46676 ru [PATCH] bsd.dep.mk restricts domain of tags commands o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o bin/48183 marcel [patch] gdb on a corefile from a threaded process can' o conf/48881 rc [PATCH] The influence of /etc/start_ifname on /etc/rc. s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent f kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o bin/54401 [patch] pppstats prints 0 for absolute values in range p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ f i386/60226 remko [ichsmb] [patch] ichsmb driver doesn't detects SMB bus p docs/60679 trhodes [patch] pthread(3): pthreads documentation does not de o bin/61587 [sysinstall] [patch] installation problem, disklabel c o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 [2TB] [patch] teach sysinstall about larger disks o bin/67995 [patch] morse(6) plays beeps 10 times faster than it s o usb/69006 usb [patch] Apple Cinema Display hangs USB ports o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o bin/71290 [PATCH] passwd cannot change passwords other than NIS/ o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit a bin/71786 [patch] adduser breaks if /sbin/nologin is included in o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77432 [nfs] [patch] It is not possible to load nfs4client.ko o usb/77940 usb [quirk] [patch] insertion of usb keyboard panics syste o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o gnu/78161 [patch] gzexe(1): typo in gzexe o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca p conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal p kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/79025 [patch] && in /usr/src/etc/Makefile needs to be an or s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_insert() cause o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC addr arg wit s kern/80932 [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau s kern/81147 [em] [patch] em0 reinitialization while adding aliases o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o conf/81882 [patch] missing terminal definition for wy120 in termc o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82919 [bridge] [patch] Bridge configuration update will cras o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o bin/83426 [libvgl] [patch] improper handling of malloc failures o kern/83464 geom [geom] [patch] Unhandled malloc failures within libgeo o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/84861 sam [ipw] [patch] still can't get working ipw(4) with adho o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver p bin/85830 des [patch] pam_exec incorrectly works with vfork() o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87506 [vr] [patch] Fix alias support on vr interfaces f usb/87565 linimon [patch] Support for Vodaphone 3G/UMTS cards o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o ports/89308 apache [patch] www/mod_accounting crash on request_timeout o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in o amd64/89550 amd64 [sym] [patch] sym0: VTOBUS failed (6.0 Release) o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks o kern/89784 phk [devfs] [patch] 6.0-RELEASE panics when applying `type o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe f kern/90096 thompsa [net] [patch] arp mixup if carp and bridge used o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o kern/90815 [smbfs] [patch] SMBFS with character conversions somet f conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o conf/91732 [patch] 800.loginfail: fix log message grep expression o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o bin/93603 [patch] restore(8) fails if /tmp fills o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o bin/94815 [patch] [sysinstall] Upping the network interface befo s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/via any" (IPFW o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95368 [kernel] [patch] Test for race between callout_drain() f ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o bin/96393 [libz] [patch] assembler implementations for libz on i o gnu/96481 obrien [patch] native ld(1) does not look for shared libs in f kern/96806 jkim [bge] [patch] Correction of kernel panic with Broadcom o kern/96840 [libc] [patch] getgrent() does not return large groups o kern/97174 [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec p conf/98734 yar [patch] /etc/rc.subr restart_postcmd is failing start_ o conf/98758 rc [jail] [patch] Templatize 'jail_fstab' in /etc/rc.d/ja o conf/98846 rc [patch] Templatize 'jail_rootdir' in /etc/rc.d/jail f kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o conf/99418 remko [umass] [patch] Western Digital external disk support s bin/99693 [patch] add magic(5)/file(1) support for FreeBSD 6.1 d o kern/99979 [patch] Get Ready for Kernel Module in C++ o kern/100098 darrenr [ipfilter] [patch] ipfilter kernel memory leakage o kern/100356 [firewire] [patch] Non-maskable interrupt while in ker o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x o kern/100802 [ddb] [patch] panic in ddb mode if sending signal '0' o bin/100914 [tftpd] [patch] libexec/tftpd: write access control o ports/100967 clement [PATCH] bsd.apache.mk: allow use private APACHE_PORT f kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o kern/101453 emulation [linux] [patch] linprocfs disallows non-zero file offs o kern/101980 remko [ata] [patch] Intel 631xESB ata and ichsmb support (i3 o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o kern/102390 [ppdd] [patch] kernel pppd don't using pam o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o bin/102510 [patch] diff(1) should not follow symlink in recursive o bin/102638 [sysinstall] [patch] sysinstall - custom dist set alwa o bin/102834 [patch] mail(1) hangs on the sigsuspend system call in o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in f kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o kern/103454 ipfw [ipfw] [patch] add a facility to modify DF bit of the o kern/103841 [fdc] [patch] fdc(4) does not work (regression) o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o bin/104573 [patch] quota(1) fails to seperate columns when using o bin/105738 [patch] Daylight Savings is being introduced in Wester o bin/106431 sos [patch] atacontrol(8): Inform user of ata RAID5 acting o bin/106545 [patch] update euro currency in units(1) o usb/106565 markus [PATCH] ums(4) does not work if the mouse defaults to o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to p kern/106829 multimedia [PATCH]: snd_ich driver fails with nvidia MCP04 chipse o usb/107101 usb [umass] [patch] Quirk for Denver MP3 player o usb/107248 usb [PATCH] scsi_da.c quirk for Cowon iAUDIO X5 MP3 player o bin/107392 gnn [patch] setkey(8) does not recognize esp as protocol n o kern/107495 [cam] [patch] Fix long wait before WD My Book 250GB (U o bin/107612 des [patch] pam_nologin(8) ignore the login class capabili o usb/107924 usb [patch] usbd(8) does not call detach a kern/108071 delphij [kernel] [patch] Panic in [sg]etpriority() due to NULL o usb/108097 usb [usbgen] [patch] ADMtek 851X USB-to-LAN adapter o i386/108139 i386 [patch] System hangs after /sbin/shutdown o misc/108215 [boot] [patch] bug in fsread in sys/boot/common/ufsrea o bin/108368 [patch] tip(1) coredumped when 'du' capability is used o kern/108390 [libc] [patch] wait4() erroneously waits for all child o docs/108676 doc [patch] fix several problems in the jail chapter in th o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) o bin/109134 [patch] pkg_add(1) replaces symlink in path to install o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o kern/109251 [re] [patch] if_re cardbus card won't attach o kern/109270 sos [ata] [patch] for burncd(8) blank & fixate o ports/109271 shaun [patch] net-im/ejabberd doesn't work with LDAP authent o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o bin/109521 [patch] 'chio return' breaks on non-voltag changers o kern/109836 secteam [rtld] [patch] Security patch for rtld, a lack of envi o kern/109946 [kernel] [patch] Compatibility: FreeBSD has been missi o usb/110122 usb [ugen] [patch] usb_interrupt_read does not respect tim p bin/110182 maxim [patch] Inability to read and write the same format ma o kern/110249 [kernel] [patch] setsockopt() error regression in Free o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o i386/111117 i386 [kernel] [patch] kernel clock unset if RTC day of week o ports/111224 ports [PATCH] security/pam_per_user conflicts with security/ a ports/111292 x11 [patch] xorg-libraries-6.9.0_1: Incorrect MESA/GL poin o kern/111415 [bce] [patch] Serious bug in bce (and bfe?) ethernet d o kern/111537 [netinet6] [patch] ip6_input() treats mbuf cluster wro o ports/111923 [PATCH] databases/unixODBC overwrites config file on p o ports/112071 marcus [PATCH] audio/rhythmbox: wrong dependency on comms/lir o kern/112089 [re] [patch] re(4) only works after a lot of patching f ports/112118 [PATCH] sysutils/pipemeter: fix crashes p bin/112126 maxim [patch] netstat(1) segfaults on unusual ICMP statistic o kern/112214 emax [kbdmux] [patch] Japanese 106/109 USB keyboard ignores s gnu/112215 amd64 [patch] gcc(1): "gcc -m32" attempts to link against 64 o ports/112227 kde [PATCH] devel/qt4-corelib: creates wrong pkg-config da o kern/112254 des [ichwd] [patch] ICH8 support for ichwd driver and some o ports/112353 bms [PATCH] dns/nss_mdns: [SUMMARIZE CHANGES] 257 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 [patch] Extraneous warning from mv(1) s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p s kern/4184 [netatalk] [patch] minor nits in sys/netatalk s bin/5173 [PATCH] restore ought to deal with root setable file f o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea s kern/6668 babkin [patch] new driver: Virtual Ethernet driver o bin/7265 [patch] A warning flag is added to ln(1). o bin/7868 [patch] morse(6): Morse Code Fixups o bin/8867 [sysinstall] [patch] /stand/sysinstall core dumps (sig o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement s bin/9770 jmallett [patch] An openpty(3) auxiliary program s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) s bin/13309 [patch] Fixes to nos-tun(8) s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/14166 [bktr] [patch] AVER TVPhone o bin/15168 [patch] Adding tracklist support to fdformat(1) o bin/15205 [patch] Addition to random(6) o bin/15480 [patch] make cdcontrol(1) easier to use o bin/15619 peter [patch] standard pppd doesn't authenticate users with o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.conf o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o bin/17289 gad [PATCH] wrong permissions on /var/run/printer o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s kern/19363 [kernel] [patch] allow processes know about their file s kern/19535 [procfs] [patch] procfs_rlimit tidyup o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20501 mjacob [patch] extra flag to dump to offline autoloaders at E a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to s bin/22442 [PATCH] Increase speed of split(1) o conf/23063 net [PATCH] for static ARP tables in rc.network o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd doesn't show message in file specified o bin/24485 [PATCH] to make cron(8) handle clock jumps s bin/25477 [pam] [patch] pam_radius fix to allow null passwords f p kern/25499 [kbd] [patch] buffer paste functionality from keyboard f kern/25777 [kernel] [patch] atime not updated on exec o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/26787 dd [patch] sysctl change request o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [PATCH] newsyslog can support time as extension s kern/29423 [patch] new feature: kernel security hooks implementat o kern/29698 emulation [linux] [patch] linux ipcs doesn'work a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30542 [PATCH] add -q option to shut up killall f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS o conf/30812 [patch] giant termcap database update p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/31890 [syscons] [patch] new syscons font o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o bin/32680 [PATCH] Allows users to start jail(1) by hostname as w o bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ctl s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida a bin/34010 [patch] keyinit takes passwords less than 10 chars, bu o bin/34412 [patch] tftp(1) will still try and receive traffic eve o gnu/34709 marcel [patch] Inaccurate GDB documentation o bin/35109 [PATCH] games/morse: add ability to decode morse code o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o bin/35886 [patch] pax(1) enhancement: custom time format for lis p bin/35894 [patch] popen.c in cron won't build without LOGIN_CAP o bin/36143 [patch] Dynamic (non linear) mouse acceleration added o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o bin/36556 [patch] regular expressions for tcpwrappers o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o bin/37442 [PATCH] sleep(1) to support time multipliers p kern/37448 obrien [PATCH] ldd/rtld support for more information of linke o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 matteo [PATCH] Extend fstab(5) format to allow for spaces in o bin/37844 [PATCH] make knob to not install progs with suid/sgid o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38168 [patch] feature request: installing curses-based versi s kern/38347 [libutil] [patch] [feature request] new library functi o docs/38540 blackend [patch] make application name capitalization consisten o bin/38727 [patch] mptable(1) should complain about garbage argum o docs/38982 doc [patch] developers-handbook/Jail fix o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o bin/39463 mtm [PATCH] Add several options to fingerd o ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [kernel build] [patch] use ld(1) to build kernel with o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o kern/40516 [ti] [patch] ti driver has no baudrate set f docs/41270 remko [patch] handbook: confusing directions for kernelconfi f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/41543 emulation [patch] feature request: easier wine/w23 support f bin/41556 obrien [PATCH] wtmp patch for lukemftpd o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o bin/41947 hexdump(1) unprintable ASCII enhancement [PATCH] o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [PATCH] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o docs/43823 doc [PATCH] update to environ(7) manpage o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr o docs/44074 doc [patch] ln(1) manual clarifications o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/44365 [headers] [patch] introduce ulong and unchar types f kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o bin/45254 [sysinstall] [patch] sysinstall installs things it sho o bin/45333 [PATCH] New option -r for chown and chgrp o conf/45704 [PATCH] request to change cp866b font to cp866 o kern/45793 [headers] [patch] invalid media subtype aliases in if_ f i386/46113 remko [bus] [patch] busspace bugs in parameter checking o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2-based mother o bin/47387 [PATCH] gprof -K still requires "a.out" arg / override o conf/47566 le [vinum] [patch] add vinum status verification to perio o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o misc/48110 [patch] change CVSROOT/log_accum.pl to not send mail i o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o usb/48342 usb [PATCH] usbd dynamic device list. o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o gnu/48638 [PATCH] some bug fixs in libdialog o conf/48870 rc [PATCH] rc.network: allow to cancel interface status d s bin/48962 des [PATCH] modify /usr/bin/fetch to allow bandwidth limit a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o ports/49955 portmgr [PATCH] bsd.port.mk: add target to automatically insta o misc/50106 [patch] make 'make release' more flexible behind FWs a o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/50526 [kernel] [patch] update to #! line termination p docs/50735 brueffer [patch] small diff to the developers handbook & outdat o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) s bin/51137 [patch] config(8) should check if a scheduler is selec f ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o kern/51958 usb [usb] [patch] update for urio driver o docs/52071 doc [PATCH] Add more information about soft updates into a o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a o kern/52907 phk [libc] [patch] more malloc options for debugging progr s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a p bin/53377 [PATCH] su does not return exit status of executed com o stand/53682 le [PATCH] add fuser(1) utility o kern/54220 [PATCH] /usr/src/Makefile has wrong instructions for u o bin/54365 [PATCH] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/55163 [jail] [patch] hide kld system details from jails o misc/55387 [patch] users LD_LIBRARY_PATH can interfere with mail o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 s ports/55515 portmgr [patch] extract perl stuff from bsd.port.mk into bsd.p o bin/55539 [patch] Parse fstab(5) with spaces in path names o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys o ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56648 le [PATCH] enable rcorder(8) to use a directory for locat o bin/57018 le [PATCH] convert growfs to use libufs(3) s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 [patch] Better NTP support for dhclient(8) and friends o kern/57522 [PATCH] New PID allocater algorithm from NetBSD o bin/57715 [patch] tcopy(1) enhancement o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o bin/58483 [patch] mount(8): allow type special or node relative f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour f kern/59208 multimedia [sound] [patch] reduce pops and crackles and fix selec o docs/59240 blackend [patch] handbook update: linux MATLAB o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o conf/59600 [PATCH] Improved us.emacs.kbd mapping o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in f i386/61481 remko [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61808 [PATCH] Update RPC prgs to allow binding to specific a o bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c with KAME o bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l with KAME o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio f i386/63628 [loader] [patch] i386 master boot record to allow boot o ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${SYSCTL} and a o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64588 [joy] [patch] Extend joystick driver architecture to s s kern/64875 standards [libc] [patch] [feature request] add a system call: fd p docs/65065 danger [patch] improper language ntpd(8) man pages o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o bin/65306 obrien [patch] Portability fixes for FreeBSD build utils, par f ports/65344 portmgr [patch] USE_ macros for graphics libraries o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/65627 [i386] [patch] store P3 serial number in sysctl s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o ports/66032 portmgr [PATCH] bsd.port.mk: clean room installation o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead o ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports o docs/66343 imp [patch] unlisted supported card on man page for wi(4) o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc f i386/67383 remko [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAMESUFFIX do not o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul o kern/67830 [smp] [patch] CPU affinity problem with forked child p o kern/68081 [headers] [patch] sys/time.h (lint fix) o conf/68108 [patch] Adding mac-address /conf selector to diskless o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o bin/68586 dwmalone [patch] allow syslogd to forward to non-default ports o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68719 trhodes [msdosfs] [patch] poor performance with msdosfs and US o bin/68797 [patch] cut(1): fflush after each write if an option i o bin/68848 [patch] find(1) shows pathname as optional but it isn' o bin/69010 [patch] Portability fixes for FreeBSD build utils, par o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o bin/69083 [patch] basic modelines for contrib/nvi f i386/69257 remko [i386] [patch] in_cksum_hdr is non-functional without o bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it's going to ge o bin/69398 [patch] cleartext display of password in login.c o kern/69650 [patch] make getserv* functions work with nsdispatch o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' o ports/69965 portmgr [patch] check for moved ports in "make deinstall-all" o bin/69986 [sysinstall] [patch] no job control in fixit shell on o bin/70182 [patch] fortune -e implementation bug o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o docs/70583 ceri [patch] Update freebsd-glossary o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o docs/70652 hmp [patch] New man page: portindex(5) o bin/70756 [PATCH] indent(1) mishandles code that is protected fo o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o bin/71613 [PATCH] traceroute(8): cleanup of the usr.sbin/tracero o bin/71616 [PATCH] yp_mkdb(8): cleanup of the usr.sbin/yp_mkdb co o bin/71617 [PATCH] ypserv(8): cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] timed(8): cleanup of the usr.sbin/timed code o bin/71620 matteo [PATCH] sysinstall(8): cleanup of the usr.sbin/sysinst o bin/71621 [PATCH] sliplogin(8): cleanup of the usr.sbin/sliplogi o bin/71622 [PATCH] sicontrol(8): cleanup of the usr.sbin/sicontro o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71624 [PATCH] rtadvd(8): cleanup of the usr.sbin/rtadvd code o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o bin/71749 [PATCH] truss -f causes circular wait when traced proc o conf/71767 [patch] French translations for keyboards keymaps desc s bin/71773 des [patch] genericize.pl -c misses some comments s bin/71855 [patch] making kdump WARNS=6 clean o conf/71994 [patch] dot.login: login shell may unnecessarily print f ports/72067 obrien [PATCH] editors/vim: i18n and extra support o conf/72076 [patch] German locales use old %d.%m.%y date format in o i386/72179 acpi [acpi] [patch] Inconsistent apm(8) output regarding th o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o conf/72277 [patch] update for /usr/share/skel o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o bin/72674 [patch] make /usr/bin/whois use SK-NIC's whois server o usb/72732 usb [patch] Kyocera 7135 quirk. o bin/72793 [patch] wicontrol(8) prints out non-printable chars in o conf/72901 [patch]: dot.profile: prevent printing when doing an s f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame p bin/73110 rwatson [patch] ffsinfo conversion from atol() to strtol() p bin/73112 rwatson [patch] change atol() to strtol() in badsect o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o bin/73411 [patch] FTPD could set attributes to 0600 while upload p kern/73514 le [ntfs] [patch] mount_ntfs: can't access to a large fil o conf/73677 rc [patch] add support for powernow states to power_profi o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73929 dougb [patch] /etc/rc.d/named will not work with ports-named o conf/74004 [PATCH] add fam support to inetd.conf o conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o kern/74159 [headers] [patch] fix warnings concerned with header f o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o conf/74213 [PATCH] Connect src/etc/periodic/security/610.ipf6deni o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma o bin/74450 [libalias] [patch] enable libalias/natd to create skip o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o bin/74506 [patch] bad top command display o usb/74609 usb [umodem] [patch] allowing cdma modems to work at full o docs/74612 doc [patch] updates to the glossary o bin/74743 [patch] wctype.c declares static array on stack o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o conf/74817 rc [patch] network.subr: fixed automatic configuration of o usb/74849 usb [usbdevs] [patch] Samsung SPH-i500 does not attach pro o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o ports/74907 apache [PATCH] www/mod_perl: cleanups s kern/74986 jfv [patch] sysctlize a parameter of if_em's interrupt mod o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75298 [pccard] [patch] add missing device id for pccard brid o conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY for de_CH local o kern/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o bin/75766 [patch] nfsd(8) loops with TCP + multiple -h options o bin/75884 [patch] m4(1): syscmd's output is out of sync with std o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o conf/76124 [patch] Mistake in /usr/share/misc/pci_vendors o gnu/76169 [patch] Add PAM support to cvs pserver o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o bin/76494 [patch] passwd(1) does not indicate a successful chang o conf/76509 [patch] New locale uk_UA.CP1251 support s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same f kern/76551 remko [re] [patch] re0: watchdog timeout o conf/76626 [patch] 460.status-mail-rejects shows destination doma o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o kern/76710 [mii] [patch] rgephy does not deal with status properl o ports/76915 portmgr [patch] Handle port deinstall scripts when /var is mou o bin/77031 [patch] comm(1) unable to handle lines greater than LI o conf/77197 [patch] calendar.judaic is out of date o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77841 [libc] [patch] cast away const in getpublickey() o ports/77873 portmgr [patch] New variable: USE_BSD_MK o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o docs/78041 doc [patch] docs for md(4) need further explanation of typ o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd o docs/78240 doc [patch] handbook: replace with aroun o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA o ports/78554 portmgr [patch] bsd.port.mk: allow install port with the same o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks a ports/78760 multimedia [PATCH] multimedia/kmplayer: Make TV viewing a bit mor o bin/78763 pjd [PATCH] Added jail support to ps o bin/78768 pjd [Patch] Added jail support to top o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/78884 [nfs] [patch] nfs client cache negative lookups o conf/78906 rc [patch] Allow mixer_enable="NO" in rc.conf o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o conf/79196 rc [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o usb/79725 usb [usb] [patch] USB device speed is not double-checked o threa/79887 threads [patch] freopen() isn't thread-safe o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/80031 [coda] [patch] Remove insque/remque from kernel land o bin/80117 [sysinstall] [patch] smbfs install option for sysinsta o docs/80159 dfr [patch] rtld(1) mentions "%m" but it's not implemented o docs/80186 imp [patch] Footnote is wrong in the /usr/src/UPDATING o bin/80258 [PATCH] Comment why some Binaries are statically linke o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will o bin/80411 [patch] df(1): bin/df/df.c sign errors in calls to get o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog f bin/80610 [patch] netstat(1): lost data due lu format o bin/80620 des [patch] fetch -U does not work o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80687 [patch] Missing NULL termination after strncpy() in lo o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o bin/81035 [patch] boot0cfg emits bogus error f conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o stand/81287 standards [PATCH]: fingerd(8) might send a line not ending in CR o bin/81300 [PATCH] add option to sockstat(1) to always separate o bin/81495 [patch] ]hexdump(1) format option does not allow liter o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o bin/81692 sos [patch] atacontrol(8) support for disk APM and acousti o bin/81709 [patch] lam accepts -P but not -p o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o bin/81837 [patch] Sort by directories first option for ls(1) o kern/81987 [libc] [patch] memory leaks in libc/rpc o bin/82058 markm [PATCH] Ability for pw groupmod to delete members o bin/82161 [patch] m4's eval does not handle INT_MIN correctly o bin/82170 [patch] m4's eval does not work as documented o bin/82185 [patch] ndp(8) command bug o conf/82228 roberto [patch] order parsed ntpdate_hosts in /etc/rc.d/ntpdat p bin/82287 trhodes [patch] routed(8): Fix varargs usage, remove non-exist o docs/82290 hmp [patch] update to handbook firewall PF section o gnu/82351 [patch] update (385-cl3) to version 385 of the "less" o usb/82436 usb [usbdevs] [patch] USL101 Host-to-Host bridge support o o gnu/82484 [patch] for misleading man cvs s ports/82661 portmgr [patch] Add support to filter MASTER_SITES and PATCH_S o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature p docs/82779 bde [patch] Kill entry for ddb manpage o conf/82823 [patch] little addon for /etc/periodic/400.passwdless o bin/83170 [patch] Allow 'install' to compare files by mtime inst o bin/83358 [patch] improper handling of malloc failures within re o bin/83361 [patch] Incorrect malloc failures handling within libd o bin/83424 [libstand] [patch] improper handling of malloc failure o bin/83451 [libusbhid] [patch] improper handling of malloc failur o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING o kern/83622 [net] [patch] add network interfaces labeling support o kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o bin/84041 [PATCH] fix for wall(1) error message o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o docs/84265 doc [patch] chmod(1) manpage omits implication of setting o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand o bin/84298 [patch] allow mount(8) to recognize relative pathnames f ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o conf/84752 [patch] 100.clean-disks cleans file systems that don't o kern/84797 [libutil] [patch] State engine in the libutils propert o conf/84800 obrien [patch] setting CPUTYPE=nocona on an Intel system resu o bin/84911 [patch] ndisgen(8) can't cope with .sys-files that beg o docs/84955 ru [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o kern/84981 [headers] [patch] header protection for 6.0 winTV card not pr a ports/89670 ade [patch] Automake 1.9 not detecting cppunit o bin/89762 [patch] top(1) startup is very slow on system with man o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89799 [patch] Making natd(8) not require a newline at the en f conf/89860 matteo [patch] Add ability to set up vnode backed filesystems o conf/89870 rc [patch] feature request to make netif verbose rc.conf o bin/89988 [patch] bootparamd(8) null host support and whoami fix o kern/89989 [jail] [patch] Add option -I (ASCII 73) PID to specif s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o bin/90311 [patch] add "eject" to mt(1) o bin/90384 [patch] chroot patch for sftp-server(8) o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) o bin/90823 [PATCH] cp(1) should use lchflags() o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91049 [patch] dump(8): make dumps more rsync-friendly o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o bin/91134 [smbfs] [patch] Preserve access and modification time o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o kern/91332 [re] [patch] Linksys EG1032 V3.0 Gigabit card captured o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual a kern/91488 kientzle [isofs] [patch] cd9660 filesystem cannot handle files o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work f kern/91777 darrenr [ipfilter] [patch] wrong behaviour with skip rule insi o ports/91843 anders [patch] thttpd with USE_SENDFILE generates ENOTCONN no o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_LIST autoexpa o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o stand/92360 standards [headers] [patch] Missing TAB3 in kernel headers o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o bin/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per o ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message o conf/92523 rc [patch] allow rc scripts to kill process after a timeo a amd64/92527 amd64 [ciphy.c] ][patch] no driver for "CICADA VSC 8201 Giga o conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locales o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/92926 [headers] [patch] Missing copyright in /usr/include/sy o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o kern/93172 [isp] [patch] uintXX_t style(9) updates p ports/93276 secteam [patch] security/ca-roots: Update expired certs f bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/93331 [kernel] [patch] broken asm in kernel o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o docs/93683 chinsan [PATCH] some typos in klist(1) o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o kern/93755 imp [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o misc/93838 [patch] Add notice to /usr/src/Makefile that make worl o bin/93857 [patch] kiconv_cs_preload(8): Utility for loading the o kern/93860 trhodes [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor o bin/93915 krion [patch] pkg_add(1) behaves improperly when unpacking o f kern/93976 rwatson [if_tun] [patch] if_tun doesn't handle kqueue(2) f bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo a ports/94043 ade [patch] bsd.autotools.mk: aclocal can't find libtool m o bin/94052 [PATCH]: Adds option to script(1) to suppress carriage o usb/94132 usb [patch] quirk for CENTURY EX35QUAT disk enclosure o ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b o usb/94148 usb [usbdevs] [patch] Make if_cdce work with ARM linux han a ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o bin/94367 [patch] wall(1): fix `wall: /dev/:0: No such file or d o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o www/94423 danger [patch] XML'ified release todo list o usb/94439 usb [patch] Add support for JNC MP3 Player o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o bin/94546 [PATCH] Make telnet(1) accept 'host:port' on command l o docs/94625 doc [patch] growfs man page -- document "panic: not enough f ports/94680 portmgr [patch] bsd.port.mk - introduce ONLY_FOR_OSVERSION as o ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ must do "setss o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o usb/94946 usb [uhub] [patch] code dynamic status size for status cha f docs/94969 ale [patch] correct information about install php or mod_p o bin/95079 [patch] apply(1) dies when there are two %1 in command o bin/95082 [patch] ping(1) won't handle large preload patterns o ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o ports/95097 ume [patch] to build security/cyrus-sasl2 with gcc4 o ports/95102 ume [PATCH] security/cyrus-sasl2 - change authdaemond_path o conf/95162 rc [patch] Missing feature in rc.subr o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values o usb/95241 usb [patch] add USB ID for OEM Pharos 360 GPS o kern/95391 [bfe] [patch] minor if_bfe error o bin/95550 [patch] ntpd(8): NTPD/ntpdate complain about IPv6 inte o bin/95698 philip [patch] moused(8): Software control of sysmouse p bin/95715 [patch] random(6) busy loop under some conditions o conf/95754 [patch] Portuguese timedef s ports/95759 portmgr [patch] bsd.port.mk parallel port builds broken o misc/95792 [release] [patch] environment variable EDITOR is set w o usb/95803 usb [patch] Add support for AnyData ADU-E100H o usb/95805 usb [patch] Add Support for Siemens ES75 modem o conf/95905 brooks [PATCH] /etc/rc.d/dhclient doesn't interact well with o bin/96128 [aic7xxx] [patch] Make aicasm WARNS=6 clean o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u o ports/96147 tegge [patch] devel/linuxthreads uses pre-install instead of o stand/96236 standards [PATCH] [POSIX] sed.1 incorrectly describes a function p kern/96326 [libdisk] [patch] update to id -> partition name trans p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob o conf/96343 rc [patch] rc.d order change to start inet6 before pf o kern/96346 [modules] [patch] disable build of modules that are al o usb/96381 usb [patch] add a quirk table entry for a flash ram usb st o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o bin/96540 [patch] catman(1) does not deal correctly with hard-li p usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o usb/96714 usb [usbdevs] [patch] Update uvisor to support the Fossil f kern/96743 yongari [sk] [patch] broken 32-bit register operations o conf/96746 [nanobsd] [patch] Configuration changes and README for o bin/96854 imp [patch] devd(8) parses events incorrectly in some case o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o bin/97002 [patch] crond(8) fails quietly if /usr/sbin/sendmail i p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to o kern/97071 [jail] [patch] add security.jail.jid sysctl o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o kern/97329 [nfs] [patch] code simplification o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid f bin/97467 yar [patch] ftpd(8) has no way to specify socket buffer si o usb/97472 usb [patch] add support for Olympus C150,D390 p conf/97697 matteo [PATCH] rc.conf - jail__exec_afterstart[0..n] o kern/97786 [udf] [patch] fs/udf: incorrect timestamps o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small o docs/98759 joel [patch] sbp_targ(4) man page missing reference to devi o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o bin/98805 [new feature] [patch] ddate(1) for BSD o conf/98815 [PATCH] Add euro symbol to pt_PT locale using other en o kern/98898 [pci] [patch] fix random sound problems in fm801 o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o ports/98946 dougb [patch] xscreensaver and PAM support f docs/99007 doc [patch] misleading nat configuration info o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/99068 [linux] [patch] Linux emulator crashed by java, when c o gnu/99173 [PATCH] replace gnu patch with a bsd-licensed one. o kern/99183 [gvinum] [patch] Gvinum stylefix o kern/99186 [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple o kern/99216 [bfe] [patch] make bfe(4) always detect LINK_DOWN even o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o ports/99302 jdp [patch] net/cvsup options o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o conf/99328 [patch] updates for src/share/examples/cvsup o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor s ports/99509 portmgr [PATCH][bsd.port.mk] move USE_OPENSSL to post section p bin/99534 emaste [patch] dhclient(8) Classless Static Routes support o bin/99566 [jail] [patch] fstat(1) according to specified jid p conf/99593 stas [patch] Add IANA HP I/O and Status ports to /etc/servi o misc/99627 [PATCH] make update & CVSROOT o kern/99663 sos [ichsmb] [patch] add ICH6 support o kern/99692 [patch] A pl_PL.dvorak keymap for syscons. o conf/99721 rc [patch] /etc/rc.initdiskless problem copy dotfile in s o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o bin/99800 [libc] [patch] Add support for profiling multiple exec o kern/99826 [libc] [patch] setenv(3)/unsetenv(3) leak memory o bin/99896 gad [patch] lpr -r flag has no effect o stand/99960 standards [Patch] make(1): Add -p flag o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o o bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu o bin/100585 [patch] top(1): top -s0 causes load excessive o conf/100616 [patch] syslog.conf: lines after exclamation point ign o bin/100732 [patch] make dump(8) utility take modulo 10 of request f bin/100765 [patch] natd(8): add support for kqueue in natd o conf/100782 [kbd] [patch] Default keymap to support ALT+Left, ALT+ o bin/100921 [tftpd] [patch] libexec/tftpd: `-w' non-traditional ac o bin/100956 remko [patch] support setting carp device state with ifconfi o kern/101045 [arcmsr] [patch] Updates to arcmsr(4) o ports/101078 obrien [PATCH] update editors/hexedit to 1.2.12 o ports/101120 portmgr [patch] bsd.port.mk: Tell CC and CXX to ports without f ports/101161 stephane [PATCH] devel/ocaml-findlib: update to 1.1.2 o ports/101202 stephane [PATCH] www/ocaml-net: update to 1.1.2 o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o ports/101383 ume [PATCH] mail/cyrus-imapd: add handling of WITHOUT_BDB o bin/101590 [lib] [patch] -O2 optimizing out abi-tag note from exe o usb/101757 usb [patch] uhid.4: correct structure field names to match o usb/101761 usb [patch] usb.h: increase maximal size of report descrip o usb/101775 usb [libusbhid] [patch] possible error in report descripto o bin/102162 [patch] tftpd(8): Limit port range for tftpd o bin/102299 [patch] grep(1) malloc abuse? o bin/102394 [patch] ls(1) do not shows inode number symbolic link o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo o conf/102502 net [patch] ifconfig name does't rename netgraph node in n f bin/102523 emax [bluetooth] [patch] Virtual serial port server code fo o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr o bin/102609 [PATCH] Add filtering capability to date(1) o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain o ports/102946 secteam [patch] ports-mgmt/portaudit o bin/103006 delphij [patch] gzip support for -k option as used by bzip2(1) o bin/103007 [patch] man(1): support for bzip2 compressed manpages o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an o bin/103089 [patch] mount_nfs(8): introduce new option o usb/103418 usb [usb] [patch] usbhidctl: add ability to write output a o conf/103486 rc [rc.d][patch][chroot named] rc.d/jail: mount fstab aft o conf/103489 rc [rc.d] [patch] named_chroot_autoupdate doesn't work in o kern/103615 scottl [aac][patch] aac(4) update to the last version availab o kern/103702 scsi [cam] [patch] ChipsBnk: Unsupported USB memory stick o bin/103764 [libradius] [patch] libradius aborts server processing a ports/104029 lioux [PATCH] net-p2p/mldonkey: don't install rc script with o bin/104092 [patch] iostat(8): missing blanks in iostat output o kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o kern/104270 sos [atapicd] [patch] burncd failure due to acd_get_progre o usb/104290 usb [patch] quirk: TOSHIBA DVD-RAM drive (libretto DVD Doc o ports/104329 lioux [PATCH] x11-themes/kde-icons-nuvola: [SUMMARIZE CHANGE o docs/104493 doc [patch] Wrong description in ntp.conf(5) (CURRENT and o gnu/104533 [patch] make send-pr(1) read configuration from ~/.sen o conf/104549 rc [patch] rc.d/nfsd needs special _find_processes functi o bin/104553 [PATCH] Add login group support to login.access(5) o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a s bin/104689 matteo [patch] powerd(8): add support for limiting cpu freque p bin/104702 des [patch] Make fetch(1) preserve permissions when overwr o bin/104713 remko [patch] FreeBSD base and misc/zoneinfo conflict with e o bin/104731 gad [patch] missing newline in lpq output o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o bin/104746 [PATCH] 'traceroute -e -P TCP' cannot work through a r o kern/104777 [kernel] [patch] Driver not unset properly after kldun o ports/104831 edwin [patch] A bug in net/dhcpdump when decoding FQDN DHCP o ports/104838 ale [PATCH] ports-mgmt/portconf: auto detect real path of o stand/104841 standards [libm] [patch] C99 long double square root. o bin/104845 [patch] Build error on contrib/file/magic o kern/104851 [inet6] [patch] On link routes not configured when usi o kern/104882 [iicbb] [patch] pvr250 and pvrxxx drivers need iicbb p p conf/104884 flz [patch] Add support EtherChannel configuration to rc.c o bin/104921 ipfw [patch] ipfw(8) sometimes treats ipv6 input as ipv4 (a o bin/105060 [patch] adduser(8) does not support the setting of the o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m o conf/105100 [patch] no support for lv (latvian) locale a ports/105122 shaun [PATCH] net-im/ejabberd: new UID/GID collides with Sam o conf/105145 rc [PATCH] add redial function to rc.d/ppp o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o www/105333 www [PATCH] Base selection in events in libcommon.xsl does o bin/105341 [libpam] [patch] pam_krb5: Add minimum_uid/minimum_gid o docs/105456 keramida [patch] overhaul of the security chapter (14) o ports/105516 obrien [patch] sysutils/asr-utils needs ASR_COMPAT kernel opt o usb/105518 usb [patch] epson perfection 3490 usb scanner def o conf/105568 rc [patch] Add more flexibility to rc.conf, to choose "_e o ports/105597 skv [patch] make ports/net-mgmt/ng_ipacct NanoBSD-friendly o kern/105600 multimedia [snd_mss] [patch] can not detect PC-9821 V166 internal o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 o bin/105614 [patch] setkey(8): Creating NULL encryption ESP SAs wi o conf/106009 rc [patch] Fix pppoed startup script to process multiply o bin/106049 [patch] tftpd(8) - improve -w option to support unique o ports/106232 infofarmer [PATCH] Add SDL sound support to games/freeciv* o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o ports/106298 scrappy [PATCH]: remove misleading line /bin/hostname from sys o docs/106425 doc [PATCH] add a HARDWARE-section to ata(4) f ports/106441 mat [PATCH] mail/p5-Mail-SpamAssassin: option to include l o ports/106463 ume [patch] Feature request: please add audacious support o ports/106483 portmgr [PATCH]: embed distfile information in +CONTENTS o kern/106488 [twa] [patch] twa driver out of date o i386/106493 i386 [patch] pxeboot(8) uses /pxeroot instead of / o usb/106538 usb [patch] Can not burn DVD on Sony DRX-820UL external US o bin/106642 dougb [patch] Allow excluding certain files from mergemaster o kern/106645 [uart] [patch] uart device description in 7-CURRENT is o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o bin/106734 [patch] SSE2 optimization for bzip2/libbz2 o ports/106754 lioux [PATCH] dns/py-dnspython: update to 1.5.0 o ports/106848 portmgr [PATCH] Mk/bsd.port.mk -- Add support to remove locale o usb/106861 usb [PATCH]: usbdevs update: Add product ACER Zeevo BT-500 o bin/106872 [patch] extattr support for find(1) o conf/106873 rc [patch] rc.d/nfslocking does not properly restart o conf/107035 net [patch] bridge interface given in rc.conf not taking a o bin/107171 [patch] systat(1) doesn't die when it's xterm is kille o usb/107243 usb [patch] Apacer USB Flash Drive quirk f ports/107368 audio/normalize: [patch] - normalize-mp3 and normalize o usb/107388 usb [PATCH] Add utoppy device from NetBSD a ports/107447 shaun [patch] devel/sdl12 - Add devel/directfb support o conf/107453 dwmalone [patch] calendar.judaic is out of date o bin/107529 [libexec] [patch] ldd(1) aborts abruptly if a shared l o stand/107561 standards [patch] Missing SUS function tcgetsid() p docs/107578 keramida [patch] uniq(1) should mention max line length o usb/107642 usb [patch] add Ralink Technology RT2501USB/RT2601USB chip s kern/107644 benjsc [patch] add support for Intel Pro Wireless 3945 o kern/107665 usb [usb] [patch] uscanner support for epson stylus DX5050 f bin/107676 [patch] file(1): file -p does not work o kern/107707 geom [geom] [patch] add new class geom_xbox360 to slice up o ports/107951 fenner [PATCH] editors/xxe-std: update to 3.5.1 o kern/108046 obrien [nve] [patch] missing deviceid(s) in nve o kern/108133 [bktr] [patch] bktr driver doesn't recognize Hauppauge o docs/108142 doc [patch] extattr(2) man page incomplete for extattr_lis f ports/108364 gnome [patch] x11-toolkits/gtk20: plist problem with icons d o usb/108427 usb [patch] quirk: Samsung MP0402H p bin/108523 trhodes [patch] daemon(8): support for dropping privileges o ports/108533 alexbl [PATCH] audio/ruby18-xmms2 is broken f ports/108661 ache [patch] www/lynx-current: add support for SSL SubjectA o ports/108784 roam security/stunnel: [patch] assign permanent uid and gid f ports/108788 [patch] sysutils/fusefs-kmod: Add BASE option o usb/108810 usb [patch] quirk for I/O Magic USB flash drive "Giga Bank o kern/108830 remko [ata] [patch] Add support for nForce MCP61 chipset o ports/108847 jdp [PATCH] net/cvsup-mirror allow for cvsupd_flags o kern/108899 [termcap] [patch] termcap update for screen and linux o ports/109026 girgen [PATCH] databases/py-PyGreSQL: update to 3.8.1 o ports/109056 lioux [PATCH] x11-themes/kde-icons-nuvola: make fetchable o ports/109057 lioux [PATCH] x11-themes/kde-icons-noia: make fetchable o ports/109211 netchild [PATCH] mail/claws-mail - Use proper "mime.types" file a ports/109309 naddy [PATCH] audio/flac: update to 1.1.4 o ports/109332 demon [PATCH] www/links: update to 2.1.p26 f ports/109360 novel [PATCH] audio/mpg123: provide rc_subr script s ports/109407 farrokhi [patch] update port net-mgmt/chillispot to 1.1.0 o bin/109413 [PATCH] top(1) shows at least 50% idle when hyperthrea o kern/109416 [libpam] [patch] pam_group doesn't check login_group m o conf/109418 remko [patch] update src/misc/zoneinfo from 2006n to 2007b o kern/109477 remko [vr] [patch] onboard via vt6103 ethernet does not work o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o bin/109494 [PATCH] ypserv(8): Add option to bind to specific port o conf/109498 [patch] Enable cloning of tun/tap through rc.conf clon o ports/109501 krion [PATCH] add some configurable vars to mail/exim o gnu/109510 kan [patch] gcc(1): mcpu flags break buildworld in Sparc64 f ports/109548 ijliao [PATCH] math/gsl: update to 1.9 o conf/109562 [rc.d] [patch] Make rc.d/devfs usable from command-lin o ports/109580 glewis [patch] math/gnuplot does not include bsd.emacs.mk whe o docs/109929 doc [patch] sync sbin/fdisk_pc98/fdisk.8 with sbin/fdisk/f o kern/110017 [libexec] [patch] serial port console output garbled o ports/110036 nork [PATCH] shells/scponly add OPTIONS o ports/110038 shaun [patch]:update of netdisco to 0.95 o docs/110061 doc [PATCH] tuning(7) missing reference to vfs.read_max o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o bin/110068 [patch] rewrite of mdmfs(8) in shell o bin/110146 [patch] Allow arbitrary gdb options to bypass kgdb(1) o ports/110150 alexbl [PATCH] net/py-mantissa: fix depends on devel/py-pytz o bin/110178 remko [patch] Fix handling of -n option in mdmfs(8) o kern/110190 remko [pccard] [patch] Add Sierra Wireless PCMCIA drivers o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o docs/110200 doc [patch] VOP_FSYNC() and VFS_SYNC() man pages need "cre o ports/110281 trasz [PATCH] science/felt: fix build with xorg7 o ports/110283 trasz [PATCH] cad/z88: fix build with xorg7. o kern/110284 [if_ethersubr] [patch] Invalid Assumption in SIOCSIFAD o usb/110357 markus [ums] [patch] Support for USB mouses with W axis and i o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o kern/110388 des [libfetch] [patch] Missing NO_PROXY support in fetch(3 o ports/110429 fenner [PATCH] mbone/imm - Update to TCL/TK 8.4 o kern/110449 sos [ata] [patch] new pci ids for nvidia mcp61/"430 mcp" c p ports/110461 marcus [PATCH] ports-mgmt/portlint: USE_PHP can now be includ o usb/110477 usb [usbdevs] [patch] add Benq 3300U/4300U support to Free o ports/110533 lev [patch] WITHOUT_NLS support for www/neon and www/sitec o ports/110581 mita [PATCH] comms/tkscanfax - Update to TCL/TK 8.4 o ports/110582 jmz [PATCH] audio/xcd - Update to TCL/YK 8.4 o ports/110632 emulation [patch] x11-fonts/linux-fontconfig is not X11BASE clea f ports/110645 foxfair [patch] www/mod_security2 requires o usb/110681 usb [ukbd][patch] multiple keys will be repeated o kern/110720 net [net] [patch] support for interface descriptions o ports/110736 ale [PATCH] security/opensc: update to 0.11.2-rc1 o ports/110738 kris [patch] games/tads sgtty.h -> termios.h conversion a ports/110746 shaun [PATCH] ports-mgmt/portscout: Add WITH_LOCALTIME knob o ports/110751 osa [PATCH] devel/libhoard: update to 3.6 o ports/110781 portmgr [PATCH] move WWWDIR macro to pre-makefile section of b o kern/110797 [puc] [patch] Avlab Technology Inc. PCI IO 4S-850 seri o bin/110887 [patch] truss(1) missing linux_access syscall descript o bin/110933 maxim [patch] traceroute(8): minimal wait time should be 1 s o ports/110969 kuriyama [patch] net-snmp 5.4 o usb/110991 usb [patch] QUIRK: Super Top IDE DEVICE (depends on usb/11 o usb/110992 usb [uftdi] [patch] Add Tactrix Openport support in uftdi o kern/110995 [loader] [patch] loader wastes space worth symtab size o kern/111023 sos [ata][request][patch] please expand ata timeouts o bin/111024 [request][patch] atacontrol(8): support for stand-by t p conf/111050 stas [patch] /etc/services is missing the amanda tcp servic o kern/111084 sos [ata] [patch] No support for ahci atapi sata cd/dvd dr o kern/111085 [libc] [patch] qsort fails on large (> 2GB) arrays o ports/111120 tobez [PATCH] lang/perl5.8: Provide @INC modification via op o docs/111137 chinsan [PATCH] remove /stand from hier(7) o bin/111226 [patch] Incorrect usage of chflags(2) in FreeBSD utili p ports/111272 gnome [PATCH] print/freetype2: update to 2.3.3 o ports/111284 jylefort [PATCH] x11-toolkits/plib: fix build with gcc4 f ports/111290 [patch] sysutils/dtc pkg-plist and distinfo fixups, re o ports/111293 aaron [patch] textproc/p5-TeX-Encode version bump which make o ports/111294 lioux [patch] fix MASTER_SITES for x11-themes/kde-icons-icos o power/111296 ppc [kernel] [patch] Support IMISS, DLMISS an DSMISS inter o bin/111297 [patch] adding some regression tests for tr(1) o ports/111326 shaun [patch] japanese/lynx: Fix a BROKEN flag and update to f ports/111339 leeym [PATCH] graphics/p5-Geo-Proj4: update to 0.98 o ports/111353 mbr [PATCH] audio/xmms-uade: update to 2.05, unbreak it f ports/111440 kde [PATCH] audio/kdemultimedia-juk: change LIB_DEPENDS to o ports/111470 portmgr [PATCH] set default man and info pages path when GNU_C o bin/111493 [PATCH] routed(8) doesn't use multicasts for RIPv2 via o bin/111508 ceri [patch] sysinstall(8): Modify sysinstall to load confi o kern/111516 remko [ata] [patch] Unsupported Compact Flash (Viking 256MB) o ports/111532 perky [PATCH] devel/scons: update to 0.96.96 f ports/111554 lwhsu [PATCH] net/asterisk-addons: update to 1.4.0 f ports/111585 leeym [PATCH] math/p5-Set-IntSpan: update to 1.11 o ports/111617 delphij [PATCH] net/openldap-server: slapd.sh: simplify string f ports/111635 tmclaugh [PATCH] net/blam: update to 1.8.4 o ports/111700 marcus [PATCH] ports-mgmt/portlint: don't complain at late US o usb/111710 usb [patch] [usb] add support for Option GlobeTrotter 3G+ f ports/111771 itetcu [PATCH] sysutils/i855vidctl: cleanup non-supported Fre f ports/111805 lwhsu [PATCH] devel/py-distorm: update to 1.6.21 f ports/111817 miwi [PATCH] biology/py-biopython: update to 1.43 o ports/111822 cy [PATCH] security/fwbuilder: cleanup non-supported Free o docs/111840 doc boot0cfg(8) man page lacks how to reset to non-interac o ports/111849 stas [PATCH] devel/cc65: cleanup non-supported FreeBSD vers f ports/111850 itetcu [PATCH] devel/cocktail: cleanup non-supported FreeBSD o ports/111855 laszlof [PATCH] devel/log4c: cleanup non-supported FreeBSD ver o ports/111857 stas [PATCH] devel/ocaml-camomile: [SUMMARIZE CHANGES] f ports/111858 itetcu [PATCH] devel/open-beagle: [SUMMARIZE CHANGES] f ports/111863 itetcu [PATCH] devel/radrails: cleanup non-supported FreeBSD f ports/111864 itetcu [PATCH] devel/p5-Cdk: cleanup non-supported FreeBSD ve o ports/111866 jylefort [PATCH] devel/SimGear: cleanup non-supported FreeBSD v f ports/111872 miwi [PATCH] databases/squirrel-sql: update to 2.5 f ports/111889 miwi [PATCH] www/p5-WebService-Validator-HTML-W3C: update t f ports/111895 miwi [PATCH] www/p5-CGI-Application-Plugin-HTDot: update to f ports/111896 rafan [PATCH] ftp/lftp: update to 3.5.11 f ports/111898 miwi [PATCH] www/p5-HTML-Template-Pluggable: update to 0.16 f ports/111903 miwi [PATCH] math/p5-Set-IntSpan: update to 1.11 f ports/111907 miwi [PATCH] net-im/micq: update to 0.5.3 o ports/111909 perky [patch] comms/py-serial: install docs and examples o ports/111918 skv [PATCH] devel/p5-Danga-Socket: update to 1.57 o ports/111922 skv [PATCH] devel/p5-Danga-Socket: update to 1.57 f ports/111936 itetcu [PATCH] databases/kmysqladmin: cleanup non-supported F f ports/111941 itetcu [PATCH] comms/aldo: cleanup non-supported FreeBSD vers f ports/111946 itetcu [PATCH] comms/qfaxreader: cleanup non-supported FreeBS o bin/111978 [patch] make syspath list for mount(8) configurable at f ports/111981 rafan [PATCH] ftp/lftp: make readline dependency optional o kern/111990 [pccbb] [patch] system freeze in initialization proces o misc/112024 [patch] misc fixes to fortunes o ports/112026 itetcu [PATCH] x11-toolkits/fox: update to 1.6.26 o ports/112050 itetcu [PATCH] devel/rpc2: update to 2.5 o ports/112051 itetcu [PATCH] databases/namazu2: update to 2.0.17 o ports/112063 clsung [PATCH] www/p5-Kwiki-Cache: mark DEPRECATED o conf/112081 [NOTES] [patch] network adapter missing in /sys/conf/N o ports/112159 obrien [PATCH] shells/bash: update to 3.2.9 o usb/112161 usb [usbdevs] [patch] Option N.V. Fusion UMTS Quad-GPRS o bin/112163 [patch] bootparamd(8) is not 64-bit clean o ports/112174 sobomax [Patch] net/asterisk pkg-plist fix o kern/112179 [sis] [patch] sis driver for natsemi DP83815D autonego o kern/112194 alc [vm] [patch] VM handles systems with sparse physical m o ports/112201 sergei [PATCH] mail/maildrop: Update to 2.0.4. f ports/112230 alexbl [PATCH] graphics/swfdec: update to 0.4.4 o ports/112231 anholt [PATCH] www/swfdec-plugin: update to 0.4.4 o ports/112236 brooks [PATCH] net/openmpi didn't ldconfig some libs o ports/112238 osa [PATCH] math/p5-Statistics-Lite: update to 3.0 f ports/112239 clsung [PATCH] devel/p5-Heap: update to 0.80 p bin/112244 maxim [ipfw] [patch] Incorrect output of rule with the MAC o o ports/112253 lioux [PATCH] net-p2p/mldonkey: rc script broken o ports/112255 stas [PATCH] x11/ecore: dbus check unnecessary f ports/112274 rafan [PATCH] www/nspluginwrapper: fix dependency o ports/112278 skv [PATCH] textproc/p5-XML-LibXML: update to 1.63 o ports/112279 araujo [PATCH] www/wordpress-mu: update to 1.2.1, reset maint o ports/112281 alexbl [PATCH] bsd.scons.mk: respect BUILD_WRKSRC and INSTALL o threa/112297 threads [rtld] [patch] Memory leak in ld-elf.so with each thre o ports/112347 obrien [PATCH] editors/vim re-enable WITH_TCL o ports/112355 emulation [PATCH] emulators/vmware3: cleanup non-supported FreeB f ports/112362 alepulver [PATCH] lang/cmucl-extra: remove duplicated info from f ports/112369 [PATCH] games/widelands doesn't compile with gcc 3.4.6 o ports/112374 gnome [patch] Make helpbrowser plug-in optional in graphics/ o bin/112379 [patch] lockf(1): on closing stdin, stdout, stderr o ports/112386 [PATCH] new port: p5-Sys-Gamin o usb/112392 usb [usbdevs] [patch] Make Epson Perfection 3490 recognize f ports/112398 alepulver [PATCH] net-p2p/azureus: clean up o ports/112402 fjoe [PATCH] sysutils/fusefs-ntfs: use libublio to improve f ports/112410 araujo [PATCH] www/havp: Update to version 0.86 f ports/112413 araujo [PATCH] sysutils/lcdproc: Update to version 0.5.2 o ports/112429 db [patch] math/py-numpy incorrect post-patch for site-cf o ports/112451 skv [PATCH] devel/p5-Want: update to 0.14 o docs/112465 doc [patch] dumpfs.8: -m description incomprehensible o kern/112471 net [netinet] [patch] sys/netinet/udp_usrreq.c modifies re o ports/112472 clsung [PATCH] devel/p5-String-Ediff: update to 0.09, take ma f ports/112478 leeym [PATCH] devel/log4sh: update to 1.4.1 1081 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 11:23:29 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE46E16A401 for ; Mon, 7 May 2007 11:23:29 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B9E5313C487 for ; Mon, 7 May 2007 11:23:29 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47BNTgH082543 for ; Mon, 7 May 2007 11:23:29 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47BDmt6081110 for freebsd-bugs@FreeBSD.org; Mon, 7 May 2007 11:13:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 May 2007 11:13:48 GMT Message-Id: <200705071113.l47BDmt6081110@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports sorted by tag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:23:29 -0000 Problem reports for tag '2tb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/18874 [2TB] 32bit NFS servers export wrong negative values t o bin/66984 [2TB] [patch] teach sysinstall about larger disks o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" o bin/107829 [2TB] fdisk(8): invalid boundary checking in fdisk / w 6 problems total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o kern/103615 scottl [aac][patch] aac(4) update to the last version availab 6 problems total. Problem reports for tag 'acpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/72179 acpi [acpi] [patch] Inconsistent apm(8) output regarding th f kern/74868 acpi [acpi] ACPI enabled in 5.3 Release make Kernel reboot o i386/89288 i386 [acpi] DMA error while booting with acpi enable o kern/89411 acpi [acpi] acpiconf bug o i386/97468 acpi [acpi] ACPI on ASUS A7V hangs on shutdown -p (power of o kern/98171 acpi [acpi] ACPI 1304 / 0501 errors on Acer 5024WLMi Laptop o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext o kern/103125 [acpi] ACPI bad reads/writes occur since upgrading fro o kern/103365 acpi [acpi] acpi poweroff doesn't work with geli device att o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o kern/106924 acpi [acpi] ACPI resume returns g_vfs_done() errors and ker o kern/108017 acpi [acpi]: Acer Aspire 5600 o kern/108488 acpi [acpi] ACPI-1304: *** Error: Method execution failed o kern/108695 acpi [acpi]: Fatal trap 9: general protection fault when in o kern/111591 acpi [acpi] dev.acpi_ibm.0.events returns I/O error (regres 15 problems total. Problem reports for tag 'adw': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo 1 problem total. Problem reports for tag 'agp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing f i386/68518 remko [agp] [hang] hangs while loading 82443BX agp during bo a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad f kern/97616 anholt [agp] 6.1-RELEASE FreeBSD does not recognize VIA K8M80 o kern/103733 [agp] i915 driver on hp dc7100 o kern/109724 [agp] X11 fonts corrupt when loading i915 at boot time 8 problems total. Problem reports for tag 'aha': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/83765 linimon [aha] Adaptec 1542-CP requires plug-and-play switch se 1 problem total. Problem reports for tag 'ahc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 o kern/92798 scsi [ahc] SCSI problem with timeouts o kern/99954 scsi [ahc] reading from DVD failes on 6.x (regression) 5 problems total. Problem reports for tag 'ahd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73646 [ahd] I/O performance: with/without MEMIO option o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o kern/105533 [ahd] adaptec 29320 causes panic with over 4GB o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks 4 problems total. Problem reports for tag 'aic7xxx': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/96128 [aic7xxx] [patch] Make aicasm WARNS=6 clean 1 problem total. Problem reports for tag 'altq': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/94182 [altq] [feature request] altq support for vlan driver 1 problem total. Problem reports for tag 'amd': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/39425 [amd] Auto mounted directory was not found at boot tim 1 problem total. Problem reports for tag 'amr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71771 [amr] Hang during heavy load with amr raid controller o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o kern/76848 [amr] amr hangs o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 6 problems total. Problem reports for tag 'an': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/36170 [an] [patch] an(4) does an_init() even if interface is o kern/69158 [an] Cisco MPI350 wireless card problems related to ir o kern/75407 [an] an(4): no carrier after short time o kern/85886 [an] an0: timeouts with Cisco 350 minipci 4 problems total. Problem reports for tag 'apic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 1 problem total. Problem reports for tag 'ar': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93771 sos [ar] [panic] atacontrol status ar1 causes panic o kern/98804 [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the o kern/99850 [ar] ataraid hangs in g_waitidle when attaching to nVi o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces o kern/102210 [ar] reboot system makes rebuilding array ready (ICH7) o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o kern/108924 [ar] Panics when Intel MatrixRAID RAID1 is degraded 8 problems total. Problem reports for tag 'arcmsr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101045 [arcmsr] [patch] Updates to arcmsr(4) o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm 2 problems total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o kern/102612 [asr] da0 not detected when sharing bus with ch0 devic 4 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks o kern/79783 sos [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o kern/83702 [ata] ata CDRIOCGETPROGRESS ioctl does not work when b o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) o kern/89353 [ata] invalid disk controller recognition of intel ICH f amd64/89968 linimon [ata] Asus A8N-E MediaShield RAID problem (read-only s o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST s kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/92238 sos [ata] Spurious "atapci1: failed to enable memory mappi o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/93885 sos [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o i386/94911 i386 [ata] ata regression with DOM-IDE f kern/95344 remko [ata] [burncd]: burncd(8) failed to fixate cd after la o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o amd64/97489 amd64 [ata] nForce 410 ATA controller dma time out (ASUS K8N o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o kern/98743 [ata] ATA panic and or timeout on IBM/Lenovo S50 with f kern/98869 remko [ata] [dvdr+tools]: can't burn with Lite-ON SOHW-832S f kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o kern/99652 [ata] nVidia nForce MCP51 controller hangs w/ 2 drives o i386/101667 i386 [ata] ATA problems when power management is on o kern/101819 sos [ata] ata driver wrongly determines type RAID on ICH7R o kern/101980 remko [ata] [patch] Intel 631xESB ata and ichsmb support (i3 s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o kern/103883 [ata] DMA is not defaulted on WDMA device (SIS integra o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o kern/104799 [ata] Several ata observations ICH8 BIOS o kern/106413 [ata] problems with ATA on Intel Desktop Board DG965RY o kern/107292 [ata] cannot install - Unable to find device /dev/ad0s f amd64/107639 sos [ata] Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 s amd64/108172 linimon [ata] installation fails on new Intel 965 motherboards o kern/108830 remko [ata] [patch] Add support for nForce MCP61 chipset o kern/109044 [ata] Bizarre problem with Pioneer 111D on i965 board o i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o kern/109270 sos [ata] [patch] for burncd(8) blank & fixate o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o kern/110449 sos [ata] [patch] new pci ids for nvidia mcp61/"430 mcp" c f kern/110788 [ata] Problem with PATA port of Promise PDC20378 on AS o kern/111023 sos [ata][request][patch] please expand ata timeouts o kern/111084 sos [ata] [patch] No support for ahci atapi sata cd/dvd dr o i386/111419 i386 [ata] ATA command timeout with JMicron 363 controller o kern/111516 remko [ata] [patch] Unsupported Compact Flash (Viking 256MB) 52 problems total. Problem reports for tag 'atapicam': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/55975 thomas [atapicam] ATAPICAM- READ_6(0x08) fails for ATAPI tape f kern/63557 thomas [atapicam] ATAPICAM broken in 5.2-CURRENT (REQUEST_SEN f kern/73850 thomas [atapicam] atapicam and Zip drive causes reboots upon a kern/78929 [atapicam] atapicam prevents boot, system hangs o kern/80714 [atapicam] drop/boot to single user hangs on 5.4-RELEA o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste p kern/103602 thomas [atapicam] atapi device not working on JMicron 363 Con f kern/103831 remko [atapicam]: 6.2 BETA1: A kernel with atapicam stops at o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o kern/108202 [atapicam] atapicam error after upgrade to 6.2 (regres 14 problems total. Problem reports for tag 'atapicd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/104270 sos [atapicd] [patch] burncd failure due to acd_get_progre 1 problem total. Problem reports for tag 'ath': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87758 [ath] [hang] Reboot problem with atheros wireless card o kern/88082 [ath] [panic] cts protection for ath0 causes panic o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o sparc/94483 sparc64 [ath] ath_hal does not work on 6-release/sparc64 o kern/97458 [ath] ath driver hangs up system during reboot f kern/99036 sam [ath] Long association time for 11b access points with o kern/100649 sam [ath] Long association time for 11b APs with ath(4) in o kern/105348 [ath] ath device stopps TX o kern/107279 [ath] panic: ath_start: attempted use of a free mbuf! o kern/111743 [ath] if_ath occasionally hangs system with certain br 10 problems total. Problem reports for tag 'ati': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/106955 remko [ati]: ATI radeon x1600 not recognized by the system 1 problem total. Problem reports for tag 'aue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51009 [aue] [patch] buggy aue driver fixed. o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP f kern/71280 [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/91311 [aue] aue interface hanging 5 problems total. Problem reports for tag 'axe': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/88408 usb [axe] axe0 read PHY failed 1 problem total. Problem reports for tag 'bce': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup f kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o i386/106233 i386 [bce] System halts on Dell 2950 (possibly due to locki o kern/107850 [bce] bce driver link negotiation is faulty o kern/108542 net [bce]: Huge network latencies with 6.2-RELEASE / STABL o kern/111415 [bce] [patch] Serious bug in bce (and bfe?) ethernet d 6 problems total. Problem reports for tag 'bfe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72296 [bfe] bfe0: discard oversize frame (ether type 5e0 fla o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o kern/95391 [bfe] [patch] minor if_bfe error o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa o kern/99216 [bfe] [patch] make bfe(4) always detect LINK_DOWN even o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter 7 problems total. Problem reports for tag 'bge': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin f i386/45773 remko [bge] Softboot causes autoconf failure on Broadcom 570 f kern/46484 [bge] [panic] System panics upon configuration of bge f kern/53920 andre [bge] sluggish TCP connection f kern/61109 [bge] bge on TYAN AMD762-based Thunder/Tiger passes on o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o kern/79324 [bge] Broadcom bge chip initialization failure o kern/92090 [bge] bge0: watchdog timeout -- resetting o kern/94162 [bge] 6.x kenel stale with bge(4) f kern/94307 [bge] kernel panics when passing trafffic through bge1 o kern/94424 [bge] BGE5721 or BGE5750? o i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, networking doesn't s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work f kern/96806 jkim [bge] [patch] Correction of kernel panic with Broadcom o kern/100410 [bge] bge driver disables access to shared iLo on HP D o kern/103715 [bge] Broadcom BCM5708SKFB not recognised by the drive o kern/104485 [bge] Broadcom BCM5704C: Intermittent on newer chip ve o kern/104862 [bge] BCM5704 only works at 10Mbit o kern/105005 [bge] BCM5754 is detected as BCM5787 and panics the sy o kern/106974 [bge] packet loose and linkup problem o kern/109733 [bge] bge link state issues (regression) o kern/111804 [bge] FreeBSD 6.X not transmitting outbound network tr 24 problems total. Problem reports for tag 'bktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/14166 [bktr] [patch] AVER TVPhone o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/36415 [bktr] [patch] driver incorrectly handles the setting a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" s kern/48279 [bktr] Brooktre878 may cause freeze o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 o kern/108133 [bktr] [patch] bktr driver doesn't recognize Hauppauge 18 problems total. Problem reports for tag 'bluetooth': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth f bin/102523 emax [bluetooth] [patch] Virtual serial port server code fo 2 problems total. Problem reports for tag 'boot0': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 2 problems total. Problem reports for tag 'boot1': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o 1 problem total. Problem reports for tag 'boot2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35262 [boot2] [patch] generation of boot block for headless 1 problem total. Problem reports for tag 'bootinst': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/22914 [bootinst] bootinst messages are not updated 1 problem total. Problem reports for tag 'bootloader': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/65124 remko [bootloader] Unable to disable TERM_EMU cleanly 1 problem total. Problem reports for tag 'bootmgr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/38826 [bootmgr] RFE: BootMgr should provide more identifying 1 problem total. Problem reports for tag 'bootp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests 1 problem total. Problem reports for tag 'bpf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o kern/88268 [bpf] yet another null pointer in bpf code o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks 3 problems total. Problem reports for tag 'bridge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80572 [bridge] bridge/ipfw works intermittantly. o kern/82919 [bridge] [patch] Bridge configuration update will cras s kern/86361 thompsa [bridge] bridge(4) does not work with VLAN trunks 3 problems total. Problem reports for tag 'bsd.cpu.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/30399 [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family 2 problems total. Problem reports for tag 'burncd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75875 remko [burncd]: acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc f kern/77753 remko [burncd]: DVD-writer fails to fixate DVD f kern/79255 remko [burncd]: Fixating CDRW with burncd(8) hangs system (D f kern/95344 remko [ata] [burncd]: burncd(8) failed to fixate cd after la f kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD 5 problems total. Problem reports for tag 'bus': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/46113 remko [bus] [patch] busspace bugs in parameter checking 1 problem total. Problem reports for tag 'busdma': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/75317 alpha [busdma] [patch] ATA DMA broken on PCalpha o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 4 problems total. Problem reports for tag 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/76893 [cam] [patch] Fatal divide in booting processes with B s kern/85975 [cam] devfs does not create entries when removable med o kern/92751 [cam] [reboot] 5.4 crashes after camcontrol devlist o kern/103702 scsi [cam] [patch] ChipsBnk: Unsupported USB memory stick o kern/107495 [cam] [patch] Fix long wait before WD My Book 250GB (U 10 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o kern/92966 imp [cardbus] cardbus.ko loading failed 2 problems total. Problem reports for tag 'carp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92776 glebius [carp] kernel-crash using carp f kern/93448 glebius [carp] CARP advskew not propagated to VRRP packets 2 problems total. Problem reports for tag 'cbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le 1 problem total. Problem reports for tag 'ciphy.c': S Tracker Resp. Description -------------------------------------------------------------------------------- a amd64/92527 amd64 [ciphy.c] ][patch] no driver for "CICADA VSC 8201 Giga 1 problem total. Problem reports for tag 'ciss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/109813 [ciss] ciss(4) driver API header is not installed 1 problem total. Problem reports for tag 'coda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/95891 [coda] [panic] kernel panic when coda6_client 2 problems total. Problem reports for tag 'crypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/106275 [/dev/random] [crypto] Hifn 7955 on Soekris Engineerin 5 problems total. Problem reports for tag 'cue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75710 [cue] cue0 device configuration causes kernel panic 1 problem total. Problem reports for tag 'cx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe o kern/79262 [dc] Adaptec ANA-6922 not fully supported o kern/82070 [dc] Not all dc(4) devices can be used: MII without an o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o i386/96397 i386 [dc] strange behaveour of the dc driver on divicom dm9 10 problems total. Problem reports for tag 'ddb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100802 [ddb] [patch] panic in ddb mode if sending signal '0' 1 problem total. Problem reports for tag 'de': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/15542 [de] de(4) suddenly stops working a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o kern/72293 jhb [de] de(4) NIC performance degradation with debug.mpsa 4 problems total. Problem reports for tag 'delete': No matches to your query Problem reports for tag 'port': No matches to your query Problem reports for tag 'devfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw without media o kern/89784 phk [devfs] [patch] 6.0-RELEASE panics when applying `type o conf/91342 [devfs] Errors in devfs.rules files don't get logged 4 problems total. Problem reports for tag 'dhcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71045 [dhcp] DHCP-Request is sets other device's ip to null, 1 problem total. Problem reports for tag 'digi': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/82227 [digi] Xem: chained concentrators not recognised o kern/83254 [digi] driver can't init Digiboard PC/4e 4 problems total. Problem reports for tag 'diskless': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87586 [diskless] [panic] Unable to use networked swap in 6.0 1 problem total. Problem reports for tag 'dns': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/103464 [dns] jail networking failures to 127.0.0.1 only 1 problem total. Problem reports for tag 'dri': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o kern/107342 [dri] Radeon dri breaks system 2 problems total. Problem reports for tag 'drm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82064 anholt [drm] DRM not working with SMP o kern/87653 anholt [drm] ATI Radeon Mobile X600SE not detected by kernel o kern/92381 [drm] i915 drm module unuseable by X.org 6.9.0 for GM8 o kern/93770 [drm] ati 9600 PRO radeon not recognized by the system o kern/94823 [drm] DRM doesnt't work with i915.ko 5 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/106316 net [dummynet] dummynet with multipass ipfw drops packets o kern/111713 ipfw [dummynet] Too few dummynet queue slots 3 problems total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o amd64/95282 amd64 [ed] fix ed for RELENG_5 amd64 so that it has network 7 problems total. Problem reports for tag 'ef': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85086 wkoszek [ef] [patch] Locking fixes for ef(4) (+removes mem. le 1 problem total. Problem reports for tag 'em': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/80932 [em] [patch] Degraded performance of em driver s kern/81147 [em] [patch] em0 reinitialization while adding aliases o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f kern/94380 [em] Laptop panics, related to networking after resume o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o kern/101226 jfv [em] Access to IPMI module is lost when the em driver o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/103256 jfv [em] em0: watchdog timeout -- resetting (6.1-STABLE) o kern/104978 jfv [em] jumbo frames has been broken in RELENG_6 by last o i386/105708 i386 [em] em driver failed to initialize on thinkpad X60 10 problems total. Problem reports for tag 'emu10k1': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/107516 multimedia [emu10k1] - skips, clicks and lag after a day of heavy 1 problem total. Problem reports for tag 'ep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OACTIVE o kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink III panics sys 2 problems total. Problem reports for tag 'ex': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hangs on ifconfig o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod 3 problems total. Problem reports for tag 'ext2fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW o kern/104133 [ext2fs] EXT2FS module corrupts EXT2/3 filesystems o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m 3 problems total. Problem reports for tag 'fd': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/103862 [fd] Error with fdformat on -CURRENT o kern/106783 [fd] umount of a floppy disk results in a reboot 2 problems total. Problem reports for tag 'fdc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o kern/74827 [fdc] Problem writing data to floppies [5.3-specific] s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97517 [fdc] Floppy device lost permissions when active flopp o kern/103841 [fdc] [patch] fdc(4) does not work (regression) o kern/104079 [fdc] kldunload fdc.ko leads to panic: mutex Giant own 12 problems total. Problem reports for tag 'fdescfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95711 [fdescfs] rm on fdescfs causes panic: lockmgr: locking 1 problem total. Problem reports for tag 'fe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c breaks NE200T fun 1 problem total. Problem reports for tag 'ffs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna 1 problem total. Problem reports for tag 'fifo': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke 3 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68978 [firewire] firewire crashes with failing hard disk, lo o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w f kern/93083 [firewire] Detach of Firewire Harddisk not recognied p f kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_init o kern/97208 [firewire] System hangs / locks up when a firewire dis o kern/100356 [firewire] [patch] Non-maskable interrupt while in ker 6 problems total. Problem reports for tag 'fpa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101061 [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani 1 problem total. Problem reports for tag 'fwip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli 1 problem total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o kern/80784 mux [fxp] fxp gives device timeouts o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/103332 mux [fxp] fxp driver does not work correctly on Intel 8255 8 problems total. Problem reports for tag 'gbde': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo 2 problems total. Problem reports for tag 'geli': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88601 pjd [geli] geli cause kernel panic under heavy disk usage o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o kern/105368 [geli] geli passphrase prompt malfunctioning when moun f kern/105390 geom [geli] filesystem on a md backed by sparse file with s o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o kern/111967 [geli] glabel - label is seemingly not written to disk 6 problems total. Problem reports for tag 'geode': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/98215 i386 [geode] regression: FreeBSD can no longer boot Geode G 1 problem total. Problem reports for tag 'geom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o kern/83464 geom [geom] [patch] Unhandled malloc failures within libgeo o kern/84556 geom [geom] GBDE-encrypted swap causes panic at shutdown o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class f kern/87986 pjd [geom] [hang] gmirror and quota will hang the OS o amd64/89546 amd64 [geom] GEOM error o kern/94632 geom [geom] Kernel output resets input while GELI asks for f kern/95771 pjd [geom] geom mirror provider destroyed (machine crashed o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o kern/107707 geom [geom] [patch] add new class geom_xbox360 to slice up 11 problems total. Problem reports for tag 'geom_mirror': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ 1 problem total. Problem reports for tag 'geom_vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u 1 problem total. Problem reports for tag 'gif': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95532 [gif] if_gif has artificial limitations o kern/109696 [gif] 6.2-STABLE panic page fault when deleting IPv6 g 2 problems total. Problem reports for tag 'gmirror': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/107315 [gmirror] Loading gmirror causes 'Fatal double trap' 1 problem total. Problem reports for tag 'gpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o conf/111557 [gre] link1 flag doesn't work as intended when specifi 4 problems total. Problem reports for tag 'gvinum': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/99183 [gvinum] [patch] Gvinum stylefix o kern/99186 [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple 2 problems total. Problem reports for tag 'handbook': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/107378 chinsan [handbook] Handbook Installation chapter needs fixing 1 problem total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o kern/68081 [headers] [patch] sys/time.h (lint fix) o kern/74159 [headers] [patch] fix warnings concerned with header f o kern/84981 [headers] [patch] header protection for o kern/103022 [headers] /usr/include/crypto/rijndael.h is wrong o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim 12 problems total. Problem reports for tag 'hifn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92716 [hifn] [hang] hifn driver hangs after a short while wh 1 problem total. Problem reports for tag 'hptmv': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f 1 problem total. Problem reports for tag 'hwpmc': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/111994 jkoshy [hwpmc] hwpmc(3) doesn't know about Intel 5120 series 1 problem total. Problem reports for tag 'i386': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/21672 obrien [i386] AMD Duron Rev. A0 reports incorrect L2 cache si o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/65627 [i386] [patch] store P3 serial number in sysctl f i386/67383 remko [i386] [patch] do a better job disassembling code in 1 f i386/69257 remko [i386] [patch] in_cksum_hdr is non-functional without o kern/77355 [i386] [patch] Detect i*86 subarches for uname o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau o i386/85417 i386 [i386] [patch] Possible bug in ia32 floating-point exc o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85654 i386 [i386] [patch] separate max cpu from max apic in i386 o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/88139 i386 [i386] feature request: 53C875 Chipset HP 5064-6016 do o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P 15 problems total. Problem reports for tag 'iavc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. Problem reports for tag 'ibcs2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 1 problem total. Problem reports for tag 'ichsmb': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/60226 remko [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o kern/99663 sos [ichsmb] [patch] add ICH6 support o i386/109423 i386 [ichsmb] ICH5 smb interface problems 4 problems total. Problem reports for tag 'ichwd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/112254 des [ichwd] [patch] ICH8 support for ichwd driver and some 1 problem total. Problem reports for tag 'if_ethersubr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/110284 [if_ethersubr] [patch] Invalid Assumption in SIOCSIFAD 1 problem total. Problem reports for tag 'if_mib': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/30630 fenner [if_mib] Failure to check for existence of interface i 1 problem total. Problem reports for tag 'if_ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/80081 i386 [if_ndis] Problem loading a NDIS kernel module. o kern/81207 [if_ndis] NDIS wrapper doesn't probe builtin nForce MC o kern/83586 [if_ndis] [panic] ndis panic with Intel Pro 2100 wirel o i386/84397 i386 [if_ndis] if_ndis + wmp54g = fatal trap 12 error o kern/91859 [if_ndis] if_ndis does not work with Asus WL-138 5 problems total. Problem reports for tag 'if_tun': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/93976 rwatson [if_tun] [patch] if_tun doesn't handle kqueue(2) s kern/95665 net [if_tun] "ping: sendto: No buffer space available" wit o bin/103762 [if_tun] some tun interfaces with a mtu of 1500 while 3 problems total. Problem reports for tag 'if_ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/101096 usb [if_ural] USB WLAN occasionally causes kernel-panics d 1 problem total. Problem reports for tag 'iicbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/104882 [iicbb] [patch] pvr250 and pvrxxx drivers need iicbb p 1 problem total. Problem reports for tag 'iicbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92092 [iicbus] [patch] Panic if device with iicbus child is 1 problem total. Problem reports for tag 'iir': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85123 [iir] Improper serialization in iir_ioctl() allows iir 1 problem total. Problem reports for tag 'inet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the 1 problem total. Problem reports for tag 'inet6': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/104851 [inet6] [patch] On link routes not configured when usi 1 problem total. Problem reports for tag 'internationalization': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859-2 and console 1 problem total. Problem reports for tag 'intpm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25733 [intpm] mismatch between error reporting in smbus fram 1 problem total. Problem reports for tag 'intr': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr 1 problem total. Problem reports for tag 'ipf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78090 [ipf] ipf filtering on bridged packets doesn't work if 1 problem total. Problem reports for tag 'ipfilter': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/34665 darrenr [ipfilter] ipfilter rcmd proxy "hangs". o kern/70904 darrenr [ipfilter] ipfilter ipnat problem with h323 proxy supp s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77273 darrenr [ipfilter] ipfilter breaks ipv6 statefull filtering on o kern/79895 darrenr [ipfilter] 5.4-RC2 breaks ipfilter NAT when using netg o kern/86103 darrenr [ipfilter] Illegal NAT Traversal in IPFilter o kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" keyword leads f kern/91777 darrenr [ipfilter] [patch] wrong behaviour with skip rule insi o kern/98978 darrenr [ipfilter] ipfilter drops OOW packets under 6.1-Releas o kern/100098 darrenr [ipfilter] [patch] ipfilter kernel memory leakage o kern/102344 [ipfilter] Some packets do not pass through network in o kern/106438 [ipfilter] keep state does not seem to allow replies i o kern/108963 [ipfilter] panic in nat with ftp_proxy 13 problems total. Problem reports for tag 'ipfw': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent f kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw o kern/56031 luigi [ipfw] ipfw hangs on every invocation o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o kern/69963 ipfw [ipfw] install_state warning about already existing en o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp p conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface implementation o kern/91847 ipfw [ipfw] ipfw with vlanX as the device o kern/93300 ipfw [ipfw] ipfw pipe lost packets o kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/via any" (IPFW o kern/97504 ipfw [ipfw] IPFW Rules bug o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/98831 ipfw [ipfw] ipfw has UDP hickups o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o kern/103328 ipfw [ipfw] sugestions about ipfw table o kern/103454 ipfw [ipfw] [patch] add a facility to modify DF bit of the o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o kern/106534 ipfw [ipfw] [panic] ipfw + dummynet o kern/107305 ipfw [ipfw] ipfw fwd doesn't seem to work p bin/112244 maxim [ipfw] [patch] Incorrect output of rule with the MAC o 36 problems total. Problem reports for tag 'ipmi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/103041 [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' 1 problem total. Problem reports for tag 'ipnat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt 1 problem total. Problem reports for tag 'ips': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57832 scottl [ips] softdep_deallocate_dependencies: dangling deps o kern/92164 scottl [ips] SCSI target mode LOR f i386/92303 linimon [ips] Cannot install FreeBSD 6 on an IBM x226 8488E4Y o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may 4 problems total. Problem reports for tag 'ipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/39233 gnn [ipsec]: NonConforming IPsec implementation from FreeB o kern/86330 [ipsec] [panic] panic in ESP code f kern/91760 remko [ipsec] FAST_IPSEC stops system under high traffic o kern/110959 net [ipsec] Filtering incoming packets with enc0 does not 4 problems total. Problem reports for tag 'ipv6': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/99425 mtm [ipv6] ping6 memory leak due to IPV6_RTHDR setsockopt o kern/100219 [ipv6] IPV6_PKTOPTIONS and possible mbuf exhaustion. p kern/100579 bms [ipv6] Multicast data structure corruption in ipv6 sta o kern/101553 [ipv6] Kernel panic in ipv6 interface deletion o kern/107431 [ipv6] Regular kernel panics related to ipv6 interface o kern/107523 [ipv6] ng_fec and IPv6 (problem might also affect carp o kern/108197 net [ipv6] IPv6-related crash if if_delmulti 7 problems total. Problem reports for tag 'ipw': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/82926 sam [ipw] ipw(4) doesn't seem to do WPA, also leaves entri o kern/84861 sam [ipw] [patch] still can't get working ipw(4) with adho o kern/110140 [ipw] ipw fails under load 3 problems total. Problem reports for tag 'ipx': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/70663 rwatson [ipx] Freebsd 4.10 ncplogin + Netware 4.11 = nwerr 89f f kern/74923 rwatson [ipx] [panic] kernel panic with ncplist on 5.3-release o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi 4 problems total. Problem reports for tag 'irq': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/70608 [irq] ethernet-error (card uses duplicate IRQ as USB c f i386/73706 jhb [irq] ATA_IDENTIFY timed out under FreeBSD 5.3 f i386/74124 i386 [irq] ata0 failure on HP(Vectra) VL6/350 [introduced i o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o f kern/91408 linimon [irq] ata(4) failure: SETFEATURES SET TRANSFER MODE se o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o kern/103532 [irq] Interrupt storm in 6.2-PRERELEASE (regression) 7 problems total. Problem reports for tag 'isa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small 3 problems total. Problem reports for tag 'iso9660': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95222 [iso9660] File sections on ISO9660 level 3 CDs ignored 1 problem total. Problem reports for tag 'isofs': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/91488 kientzle [isofs] [patch] cd9660 filesystem cannot handle files 1 problem total. Problem reports for tag 'isp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93172 [isp] [patch] uintXX_t style(9) updates 1 problem total. Problem reports for tag 'iwi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87248 [iwi] Data-corruption while using WEP on if_iwi o kern/87413 [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up" freezes sys o kern/88496 [iwi] iwi0: fatal error - have to reboot o kern/89918 [iwi] [panic] Kernel panic with if_iwi Intel 2200bg f kern/89926 [iwi] [panic] if_iwi : sleeping thread owns a non-slee o kern/92351 [iwi] page fault in iwi after ACPI resume o i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o kern/95710 [iwi] iwi wont roam o i386/98964 i386 [iwi] iwi totally freezes system o i386/101135 i386 [iwi] iwi goes up and down o kern/102760 [iwi] iwi firmware load fails after significant uptime f kern/109118 [iwi] iwi-firmware-kmod fails on activation of WEP 12 problems total. Problem reports for tag 'jail': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/55163 [jail] [patch] hide kld system details from jails o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin s kern/89528 [jail] impossible to kill a jail o kern/89989 [jail] [patch] Add option -I (ASCII 73) PID to specif o kern/97071 [jail] [patch] add security.jail.jid sysctl o conf/98758 rc [jail] [patch] Templatize 'jail_fstab' in /etc/rc.d/ja o bin/99566 [jail] [patch] fstat(1) according to specified jid o conf/102913 rc [jail] /etc/rc.d/named killall in jailed OS 9 problems total. Problem reports for tag 'joy': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64588 [joy] [patch] Extend joystick driver architecture to s 1 problem total. Problem reports for tag 'kame': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames 1 problem total. Problem reports for tag 'kbd': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/25499 [kbd] [patch] buffer paste functionality from keyboard o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida o kern/41215 [kbd] console revert back to kbd0 (AT) after KVM switc p kern/52960 jmg [kbd] kbdcontrol macros don't work when len = 16 o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio o kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/Mouse combinat f i386/67578 remko [kbd] Keyboard error IBM xSeries 335 o i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 during keybo o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o sparc/90316 marius [kbd] Keyboard "lock" key lights not working properly o i386/93793 i386 [kbd] Keyboard stops working after a shutdown -p now ( o i386/94364 i386 [kbd] Unable to boot on NX9110 laptop o kern/99090 emax [kbd] some keys don't work with kbdmux o usb/99538 usb [kbd] while using USB keyboard default params of atkbd o usb/100746 usb [kbd] system does not boot due to USB keyboard problem o conf/100782 [kbd] [patch] Default keymap to support ALT+Left, ALT+ o usb/102678 usb [kbd] Dell PowerEdge DRAC5 USB Keyboard does not work o kern/102784 [kbd] system crashes when using hardware function keys o kern/103498 [kbd] momentary system "pauses" when switching VTYs (r 19 problems total. Problem reports for tag 'kbdmux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/112214 emax [kbdmux] [patch] Japanese 106/109 USB keyboard ignores 1 problem total. Problem reports for tag 'kerberos': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/45830 [kerberos] KDC has problems when listening to IPv6 and 1 problem total. Problem reports for tag 'kernel': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19363 [kernel] [patch] allow processes know about their file f kern/25777 [kernel] [patch] atime not updated on exec o kern/29355 mux [kernel] [patch] add lchflags support o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/50526 [kernel] [patch] update to #! line termination s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/86336 rwatson [kernel] LOR in kern/uipc_usrreq.c and kern/kern_descr o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o kern/93331 [kernel] [patch] broken asm in kernel o kern/93755 imp [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/94413 [kernel] wine fails when increasing kern.maxdsiz o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/104777 [kernel] [patch] Driver not unset properly after kldun a kern/108071 delphij [kernel] [patch] Panic in [sg]etpriority() due to NULL o kern/109946 [kernel] [patch] Compatibility: FreeBSD has been missi o kern/110249 [kernel] [patch] setsockopt() error regression in Free o i386/111117 i386 [kernel] [patch] kernel clock unset if RTC day of week o power/111296 ppc [kernel] [patch] Support IMISS, DLMISS an DSMISS inter 46 problems total. Problem reports for tag 'kevent': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89775 [kevent] [hang] kevent hangs on second wait for /dev/d 1 problem total. Problem reports for tag 'kgdb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80321 ups [kgdb] serial db problems 1 problem total. Problem reports for tag 'kqueue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/108201 jmg [kqueue] MOKB testcase for kqueue can cause kernel pan o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn 4 problems total. Problem reports for tag 'kse': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/76937 remko [kse]: Page fault while in kernel mode under heavy dis 1 problem total. Problem reports for tag 'ktrace': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/108100 [ktrace] sysctl debug.ktr.alq_enable=1 results in rebo 1 problem total. Problem reports for tag 'kue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO 2 problems total. Problem reports for tag 'ldd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/105542 [ldd] on amd64, ldd produces bogus output for i386 exe 1 problem total. Problem reports for tag 'lge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31102 wpaul [lge] lge + Pentium III data transmission problem o kern/78072 [lge] [patch] Potential memory leak in lge(4) 2 problems total. Problem reports for tag 'lib': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/101590 [lib] [patch] -O2 optimizing out abi-tag note from exe 1 problem total. Problem reports for tag 'libalias': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/73034 [libalias] libalias does not handle lowercase port/epr o bin/74450 [libalias] [patch] enable libalias/natd to create skip o kern/105579 piso [libalias] dcc resume over natd in 6.x 4 problems total. Problem reports for tag 'libarchive': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/102661 kientzle [libarchive] libarchive follows symlinks when setting 1 problem total. Problem reports for tag 'libc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/19406 [libc] setenv(3) allocates memory which is not freed b o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d f kern/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32098 [libc] semctl() does not propagate permissions o kern/35506 jon [libc] innetgr() doesn't match wildcard fields in NIS- o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o kern/52907 phk [libc] [patch] more malloc options for debugging progr o kern/56720 [libc] feature request: UNICODE support in Resolver o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o kern/68690 [libc] write(2) returns wrong value when EFAULT o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o kern/72498 [libc] timestamp code on jailed SMP machine generates o kern/75702 dwmalone [libc] -O5 flag breaks some compiles in /usr/src/lib/l o kern/76398 [libc] stdio can lose data in the presence of signals o kern/77841 [libc] [patch] cast away const in getpublickey() o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo s kern/79048 [libc] realloc() copies data even when the size of all o kern/81987 [libc] [patch] memory leaks in libc/rpc o kern/82980 [libc] realpath(3) treats regular files as directories o threa/83914 threads [libc] popen() doesn't work in static threaded program p kern/84740 tjr [libc] regcomp("\254") fails o kern/90580 [libc] wordexp(3) fails to check for EINTR o bin/90736 [libc] dlfunc can not be defined in libc o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o amd64/92889 amd64 [libc] xdr double buffer overflow o kern/93093 [libc] xdr_string might call strlen(3) on NULL o kern/93197 [libc] strptime(3) succeeds on formats it should fail o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o kern/95002 [libc] hash db source code has a bug which prevents us o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values o kern/96840 [libc] [patch] getgrent() does not return large groups o bin/99800 [libc] [patch] Add support for profiling multiple exec o kern/99826 [libc] [patch] setenv(3)/unsetenv(3) leak memory o bin/100709 [libc] getaddrinfo(3) should return TTL info o kern/102424 [libc] printf(3) prints ill result. o kern/103312 [libc] dlsym(NULL,) doesn't work properly o bin/104458 [libc] fts(3) can't handle very deep trees o kern/108118 [libc] files should not cache their EOF status o kern/108390 [libc] [patch] wait4() erroneously waits for all child o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o kern/109692 [libc] printing -NaN o kern/111085 [libc] [patch] qsort fails on large (> 2GB) arrays 50 problems total. Problem reports for tag 'libc_r': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty 1 problem total. Problem reports for tag 'libcrypt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75934 [libcrypt] [patch] missing blowfish functionality in p 1 problem total. Problem reports for tag 'libdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/24435 [libdisk] changing slice type causes Auto-partition to o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/96077 [libdisk] memory leak in libdisk(3)'s Disk_Names() p kern/96326 [libdisk] [patch] update to id -> partition name trans o bin/97164 [libdisk] libdisk's Open_Disk() crashes 6 problems total. Problem reports for tag 'libexec': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o bin/107529 [libexec] [patch] ldd(1) aborts abruptly if a shared l o kern/110017 [libexec] [patch] serial port console output garbled 4 problems total. Problem reports for tag 'libexpat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small 1 problem total. Problem reports for tag 'libfetch': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip o kern/110388 des [libfetch] [patch] Missing NO_PROXY support in fetch(3 2 problems total. Problem reports for tag 'libiconv': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver 1 problem total. Problem reports for tag 'libkse': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on 1 problem total. Problem reports for tag 'libkvm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free 1 problem total. Problem reports for tag 'libm': S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm p i386/85101 das [libm] nearbyint always returns nan a kern/94583 kan [libm] std::isnan()/std::isinf() are not identical to o stand/104841 standards [libm] [patch] C99 long double square root. 4 problems total. Problem reports for tag 'libmalloc': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/106251 sparc64 [libmalloc] malloc fails > for large allocations 1 problem total. Problem reports for tag 'libmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78646 [libmap] [patch] libmap should canonicalize pathnames 1 problem total. Problem reports for tag 'libmd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102795 [libmd] {SHA1,RIPEMD160}_Update() produce wrong result 1 problem total. Problem reports for tag 'libpam': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/20333 des [libpam] ftp login fails on unix password when s/key a o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o bin/105341 [libpam] [patch] pam_krb5: Add minimum_uid/minimum_gid o kern/109416 [libpam] [patch] pam_group doesn't check login_group m 6 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 1 problem total. Problem reports for tag 'libradius': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/103764 [libradius] [patch] libradius aborts server processing 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/83424 [libstand] [patch] improper handling of malloc failure o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/93998 [libstand] [patch] panic in libstand when closing raw 3 problems total. Problem reports for tag 'libtacplus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will 1 problem total. Problem reports for tag 'libthr': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o sparc/107947 sparc64 [libthr] mysqld periodically core dumps (signal 4) wit 2 problems total. Problem reports for tag 'libufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under 1 problem total. Problem reports for tag 'libusbhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/83451 [libusbhid] [patch] improper handling of malloc failur o usb/101775 usb [libusbhid] [patch] possible error in report descripto 2 problems total. Problem reports for tag 'libutil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f s kern/38347 [libutil] [patch] [feature request] new library functi o kern/84797 [libutil] [patch] State engine in the libutils propert p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob 4 problems total. Problem reports for tag 'libvgl': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/83426 [libvgl] [patch] improper handling of malloc failures 1 problem total. Problem reports for tag 'libz': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/96393 [libz] [patch] assembler implementations for libz on i 1 problem total. Problem reports for tag 'linprocfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size 1 problem total. Problem reports for tag 'linux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/90330 [linux] linux_compat /dev system freeze problem f kern/97326 [linux] file descriptor leakage in linux emulation o kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/101453 emulation [linux] [patch] linprocfs disallows non-zero file offs o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in 12 problems total. Problem reports for tag 'lnc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o kern/81322 [lnc] [hang] lnc driver causes lockups 2 problems total. Problem reports for tag 'loader': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same f i386/63628 [loader] [patch] i386 master boot record to allow boot o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" (re o kern/110995 [loader] [patch] loader wastes space worth symtab size 6 problems total. Problem reports for tag 'lpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer 3 problems total. Problem reports for tag 'mac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation 1 problem total. Problem reports for tag 'mail-archive': S Tracker Resp. Description -------------------------------------------------------------------------------- f docs/103730 doc [mail-archive]: duplicated file in mail archive 1 problem total. Problem reports for tag 'makedev': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t 2 problems total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80136 [md] [crash] mdconfig can reboot the system o kern/81161 [md] Images mounted through mdconfig on a read-only fs o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste f kern/89355 [md] mdconfig -t vnode filesystem mount problem o kern/92292 [md] [hang] Heavy IO on a md-backed filesystem on a sn 5 problems total. Problem reports for tag 'mem': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k 1 problem total. Problem reports for tag 'mfi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok 1 problem total. Problem reports for tag 'mfid': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/100160 i386 [mfid] Perc5i: FreeBSD doesn't recognize more than one 1 problem total. Problem reports for tag 'mfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/52445 [mfs] panic when mounting floppy on MFS filesystem 1 problem total. Problem reports for tag 'mii': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76710 [mii] [patch] rgephy does not deal with status properl 1 problem total. Problem reports for tag 'mly': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/55603 remko [mly] unable to reboot when system runs from Mylex A35 s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di 2 problems total. Problem reports for tag 'mmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68765 [mmap] a little data can be stored beyond EOF. 1 problem total. Problem reports for tag 'modules': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/48758 [modules] kldunload if_{nic} can cause kernel panic o kern/48976 [modules] nwfs.ko oddity o misc/60503 [modules] small error in modules installation o kern/64903 [modules] panic: multiple kldload of a module compiled o kern/68076 [modules] Page fault when the sequence "kldunload ucom o kern/69502 [modules] kldload will load modules that are in the st o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o kern/74809 [modules] [panic] smbfs panic if multiply mounted s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o kern/88709 [modules] [panic] sysctl -a after kldunload fdc panics a kern/88823 [modules] atapicam - kernel trap 12 on loading and unl o kern/96346 [modules] [patch] disable build of modules that are al o sparc/105607 sparc64 [modules] modules on sparc64 don't work with >= 4GB o i386/109760 i386 [modules] kldunload acpi_video - crash 15 problems total. Problem reports for tag 'mount': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39329 [mount] '..' at mountpoint is subject to the permissio 1 problem total. Problem reports for tag 'mouse': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o kern/89166 [mouse] jumpy mouse movement o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard f kern/97918 [mouse] Scrollwheel on MX700 Mouse does not work 5 problems total. Problem reports for tag 'mpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting f kern/91160 mjacob [mpt] system hangs with: mpt0: Request 0xffffffff89b96 o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout f kern/103918 mjacob [mpt] LSI 53C1030 SCSI controller timing out on mpt dr 4 problems total. Problem reports for tag 'msdosfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to a kern/21808 trhodes [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/45558 trhodes [msdosfs] mdconfig and msdosfs make fs writes hang o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o kern/62762 trhodes [msdosfs] Fsync for msdos fs does not sync entries f kern/67326 remko [msdosfs] crash after attempt to mount write protected o kern/68719 trhodes [msdosfs] [patch] poor performance with msdosfs and US o kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o kern/79441 trhodes [msdosfs] problem writing on mounted msdos-fs at /mnt o kern/87368 trhodes [msdosfs] fat32 is very slow o kern/91242 trhodes [msdosfs] panic: rofs mod when remounting disk o kern/93634 [msdosfs] False access to renamed files/directories (c o kern/93860 trhodes [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o kern/102250 trhodes [msdosfs] panic upon forced umount of removed medium o kern/105964 rodrigc [msdosfs] Make MSDOSFS_LARGE a mount option o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening o kern/109010 [msdosfs] can't mv directory within fat32 file system o kern/111843 [msdosfs] Long Names of files are incorrectly created 21 problems total. Problem reports for tag 'nanobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu o conf/96746 [nanobsd] [patch] Configuration changes and README for o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub 3 problems total. Problem reports for tag 'ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel panic o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o kern/88882 [ndis] ndis IF tx/rx and other problems in 6.0-R (regr o kern/88937 [ndis] ifconfig ndis does not show the correct mode o kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o kern/89880 wpaul [ndis] ndis interface stops rx/tx while large text tra o kern/95392 [ndis] Kernel panic loading ndisgen-created device dri f kern/108891 [ndis] Fatal Kernel Trap 12 ndis ralink wireless drive o kern/109406 net [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work wi 11 problems total. Problem reports for tag 'net': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/12071 fanf [net] [patch] new function: large scale IP aliasing s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/83622 [net] [patch] add network interfaces labeling support o kern/85648 [net] [patch] provide more specific default network dr f kern/90096 thompsa [net] [patch] arp mixup if carp and bridge used o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/92690 andre [net] slowstart_flightsize ignored in 6-STABLE o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o kern/110720 net [net] [patch] support for interface descriptions 9 problems total. Problem reports for tag 'netatalk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/4184 [netatalk] [patch] minor nits in sys/netatalk 1 problem total. Problem reports for tag 'netgraph': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/91419 [netgraph] libnetgraph/debug.c compile error on sparc6 o kern/97306 [netgraph] NG_L2TP locks after connection with failed o kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o kern/104751 [netgraph] kernel panic, when getting info about my tr 11 problems total. Problem reports for tag 'netinet': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula f kern/95277 net [netinet] IP Encapsulation mask_match() returns wrong p kern/108211 maxim [netinet] potentially a bug for inet_aton in sys/netin o kern/112147 [netinet] some ivp6-conditional code is always include o kern/112471 net [netinet] [patch] sys/netinet/udp_usrreq.c modifies re 6 problems total. Problem reports for tag 'netinet6': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc o kern/111537 [netinet6] [patch] ip6_input() treats mbuf cluster wro 3 problems total. Problem reports for tag 'netipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do 2 problems total. Problem reports for tag 'netisr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100519 net [netisr] suggestion to fix suboptimal network polling 1 problem total. Problem reports for tag 'newcard': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59203 imp [newcard] Panic with wi and newcard 1 problem total. Problem reports for tag 'newfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic 1 problem total. Problem reports for tag 'nfe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/106359 [nfe] nfe driver does not work on NForce3 ultra based 1 problem total. Problem reports for tag 'nfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/17108 [nfs] SecureRPC not supported in mount_nfs command s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/19909 [nfs] Problem with NFS client in 4.0-STABLE o kern/21222 [nfs] wrong behavior of concurrent mmap()s on NFS file o bin/22291 [nfs] getcwd() fails on recently-modified NFS-mounted o conf/22308 [nfs] mounting NFS during boot blocks if host map come a kern/26142 [nfs] Unlink fails on NFS mounted filesystem o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl o kern/30971 peter [nfs] NFS client modification time resolution is not h o kern/31380 [nfs] NFS rootfs mount failure message too cryptic f kern/31790 remko [nfs] problem with NFS and jail() o kern/33203 [nfs] "got bad cookie" errors on NFS client o kern/35669 [nfs] NFSROOT breaks without a gateway o kern/38872 [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o kern/41216 [nfs] Get "NFS append race" error o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43954 [nfs] nfs-blocked process can't return or be interrupt o kern/44580 [nfs] NFS updates file access time when file is modifi o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu o kern/52936 [nfs] Huge writes to nfs exported FAT filesystems caus o kern/54383 net [nfs] [patch] NFS root configurations without dynamic a kern/57696 [nfs] NFS client readdir terminates prematurely if ren a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las a kern/64816 peadar [nfs] mmap and/or ftruncate does not work correctly on o kern/66611 [nfs] Crashing NFS servers (with workaround) o kern/67545 [nfs] NFS Diskless Mount Option Suggestion o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o kern/72504 [nfs] nfsd result mbufs-overruns o kern/73740 [nfs] [panic] 5-3-R#3 panic when accessing nfs exporte o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/77432 [nfs] [patch] It is not possible to load nfs4client.ko o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o kern/78884 [nfs] [patch] nfs client cache negative lookups o kern/79208 [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 [nfs] iozone hurts tcp-based NFS o kern/79336 [nfs] NFS client doesn't detect file updates on Novell o kern/79700 [nfs] suspending nfs file access hangs other access to o kern/81770 [nfs] Always "NFS append race" at every NFS mount with o kern/82805 [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact o kern/84500 [nfs] [panic] nfsv4 memory allocation panic o kern/84673 [nfs] NFS client problem "Stale NFS file handle" o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84964 [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 [nfs] programs on nfs4 mounts won't execute o kern/85894 [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/86319 [nfs] [feature request] support a "noac" NFS mount fla o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/88320 [nfs] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin o kern/94256 [nfs] nfs locking/rpc.lockd doesn't understand file de o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/97329 [nfs] [patch] code simplification o kern/105241 [nfs] problem with Linux NFS server up/down combined w o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o kern/107109 [nfs] Netbeans/Eclipse/Java provoke deadlocks when use o kern/111162 [nfs] nfs_getpages does not restart interrupted system o kern/111734 [nfs] FreeBSD 6.2-release (p3) panic in NFS client cod o kern/111831 [nfs] page fault while in kernel mode with samba in vf o kern/111848 [nfs] removing a file from a diskless nfs mounted root 62 problems total. Problem reports for tag 'ng': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/106444 [ng] Kernel Panic on Binding to an ip to a virtual atm 1 problem total. Problem reports for tag 'nge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31940 [nge] nge(4) gigabit adapter link reset and slow trans o kern/90279 [nge] Appletalk and 0x090007 OUI enet frames can't pas 2 problems total. Problem reports for tag 'nic': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/68117 remko [nic] serious network collisions after NIC "media/medi 1 problem total. Problem reports for tag 'nis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/34842 ceri [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/40215 wpaul [nis] NIS host search not terminate o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o kern/45026 [nis] Can't set next password change date on NIS serve o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o kern/71683 [nis] NIS/NFS problem [4.8] o conf/72592 [nis] NIS Domain Master fails as client of itself 8 problems total. Problem reports for tag 'notes': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o conf/112081 [NOTES] [patch] network adapter missing in /sys/conf/N 2 problems total. Problem reports for tag 'ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- f alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-formatted fs cause o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si p kern/73514 le [ntfs] [patch] mount_ntfs: can't access to a large fil o kern/86965 [ntfs] NTFS driver returns incorrect 'number of links' o kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o kern/92000 [ntfs] [panic] Panic caused by mounting mounted NTFS p o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o kern/103035 [ntfs] Directories in NTFS mounted disc images appear o kern/104393 [ntfs] [panic] Mounting ntfs to the same mountpoint 11 problems total. Problem reports for tag 'ntp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o kern/106726 [ntp] ntp functions return wrong values 2 problems total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ o kern/94269 [nullfs] procfs shows wrong data if executable is runn o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o kern/104938 [nullfs] readlink("/proc/curproc/file") does not work 5 problems total. Problem reports for tag 'nve': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/84027 obrien [nve] if_nve gets stuck o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to o kern/106243 [nve] double fault panic in if_nve.c on high loads o kern/108046 obrien [nve] [patch] missing deviceid(s) in nve o amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work 6 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and 3 problems total. Problem reports for tag 'ohci': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/94146 linimon [ohci] fwohci parity error crashes kernel on boot o usb/108056 usb [ohci] Mouse gets powered off during device probe when 2 problems total. Problem reports for tag 'orm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82978 [orm] [hang] FreeBSD hangs loading orm(4) only after r 1 problem total. Problem reports for tag 'pam': S Tracker Resp. Description -------------------------------------------------------------------------------- s bin/25477 [pam] [patch] pam_radius fix to allow null passwords f o kern/66095 [pam] template_user is broken in pam_radius o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau o kern/88150 des [pam] PAM does not search /usr/local/lib for modules o kern/94978 [pam] pam_opie module option without "no_fake_prompts" o kern/107154 [pam] pam.d/sshd pam_ssh.so doesn't start ssh-agent 6 problems total. Problem reports for tag 'pccard': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul o kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 can't config o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o kern/75298 [pccard] [patch] add missing device id for pccard brid o kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM not recognized o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o kern/110190 remko [pccard] [patch] Add Sierra Wireless PCMCIA drivers 12 problems total. Problem reports for tag 'pccarddevs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/107406 [pccarddevs] 3Com wifi card not recognized 1 problem total. Problem reports for tag 'pccbb': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/71158 remko [pccbb] pci bus number 3 devices are missing on laptop o kern/91919 [pccbb] pccbb does not supply appropriate voltage o kern/100155 imp [pccbb] Incorrect enumeration in pccbb_pci.c: cbb_pci o kern/111990 [pccbb] [patch] system freeze in initialization proces 4 problems total. Problem reports for tag 'pci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/98898 [pci] [patch] fix random sound problems in fm801 o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system 10 problems total. Problem reports for tag 'pcm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80632 multimedia [pcm] pcm driver missing support for CMI8738 auxillary o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead o kern/111767 multimedia [pcm] ATI SB450 High Definition Audio Controller sound 4 problems total. Problem reports for tag 'pcmcia': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co 1 problem total. Problem reports for tag 'pcn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke 1 problem total. Problem reports for tag 'pcvt': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/26348 [pcvt] scon -s, page fault in HP mode o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code f i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o i386/104711 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel - video/ 6 problems total. Problem reports for tag 'pecoff': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth 2 problems total. Problem reports for tag 'pf': S Tracker Resp. Description -------------------------------------------------------------------------------- f conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o kern/82271 pf [pf] cbq scheduler cause bad latency o kern/92949 pf [pf] PF + ALTQ problems with latency o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o kern/93825 pf [pf] pf reply-to doesn't work o kern/103304 pf [pf] pf accepts nonexistent queue in rules o kern/106400 pf [pf] fatal trap 12 at restart of PF with ALTQ if ng0 d o kern/110174 pf [pf] pf pass route-to does not assign correct IP for t o kern/110698 pf [pf] nat rule of pf without "on" clause causes invalid o kern/111220 pf [pf] repeatable hangs while manipulating pf tables 10 problems total. Problem reports for tag 'pfil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec processing o 1 problem total. Problem reports for tag 'pfsync': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker p conf/111225 keramida [pfsync]: missing option "syncpeer" in pfsync startup 2 problems total. Problem reports for tag 'picobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/15876 embedded [picobsd] PicoBSD message of the day problems o misc/28255 embedded [picobsd] picobsd documentation still references old . o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c f misc/52255 embedded [picobsd] picobsd build script fails under FreeBSD 5.0 o misc/52256 embedded [picobsd] picobsd build script does not read in user/s 8 problems total. Problem reports for tag 'pipe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o kern/93685 [pipe] select on pipe write fails from '0' end 2 problems total. Problem reports for tag 'plip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102035 net [plip] plip networking disables parallel port printing 1 problem total. Problem reports for tag 'pmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage 1 problem total. Problem reports for tag 'powerd': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o bin/90903 [powerd] cpufreq inconsistency / powerd broken o i386/106850 i386 [powerd] powernow0 attach returned 6 3 problems total. Problem reports for tag 'ppbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus 1 problem total. Problem reports for tag 'ppc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74037 [ppc] ppc(4) cannot find parallel port on Toshiba M30 1 problem total. Problem reports for tag 'ppdd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102390 [ppdd] [patch] kernel pppd don't using pam 1 problem total. Problem reports for tag 'ppp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti f kern/101334 [ppp] ping -f dst_addr through pppN iface caused kerne o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain o bin/104850 [ppp] ppp problem on TCP link o conf/107155 rc [ppp] /etc/rc.d/ppp-user does not bring up pppoe at bo f conf/108226 mtm [ppp] second copy of ppp started at boot time 8 problems total. Problem reports for tag 'pppd': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/92370 [pppd] ppp server not accessible to IPV4 unless built o bin/98542 [pppd] pppd(8) daemon unexpectently died , Exit 1 o kern/99607 [pppd] pppd hangs kernel due to interrupt flood from s o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o kern/109308 [pppd] [panic] Multiple panics kernel ppp suspected (r o kern/112160 [pppd] uplink DSL w/pppoe+NAT 'out of buffer space' ki 6 problems total. Problem reports for tag 'procfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19535 [procfs] [patch] procfs_rlimit tidyup o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97505 [procfs] file entry of procfs points to "unknown" 5 problems total. Problem reports for tag 'pseudofs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex 1 problem total. Problem reports for tag 'psm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli f i386/65528 remko [psm] mouse cursor disapears on moving f i386/67055 remko [psm] Mouse (wheel) detection problem on SIS748/964 ba o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe o kern/108659 [psm] Mouse (Synaptics touchpad) cursor freezes for so o kern/111590 philip [psm] no psm device in /dev on RELENG_6 (regression) 10 problems total. Problem reports for tag 'pst': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst 1 problem total. Problem reports for tag 'pts': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres 1 problem total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel 2 problems total. Problem reports for tag 'puc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/42578 [puc] [panic] using PCI serial cards (puc) in SMP mach o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s o kern/103250 [puc] puc failed to attach sio ports when loaded as mo o kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o kern/110797 [puc] [patch] Avlab Technology Inc. PCI IO 4S-850 seri 9 problems total. Problem reports for tag 'pxe': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/84475 i386 [pxe] FreeBSD 5.4 problems pxe booting o kern/90368 [pxe] pxeboot misses ${class} parameter when booting f o i386/91719 [pxe] BZ2_bzDecompress returned -3 error on loading bz o kern/91720 [pxe] pxeboot always tries to do an rpc call to an nfs o kern/106028 [pxe] tftp inside pxeboot isn't initialised properly 5 problems total. Problem reports for tag 'qemu': S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/108696 nox [qemu] udp protocol does not function in user mode (sl 1 problem total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o kern/108829 [radeon] radeon module fails with thinkpad T43 3 problems total. Problem reports for tag 'raid': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/62288 remko [RAID] reopened raid disks on a running system 1 problem total. Problem reports for tag 'ral': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82456 [ral] WITNESS warning/backtrace in if_ral o kern/95519 [ral] ral0 could not map mbuf o kern/103200 [ral] ral driver for RELENG_6 is out-of-date with resp o kern/109227 [ral] ral(4) driver doesn't handle correctly RT2561C P o kern/111457 [ral] ral(4) freeze 5 problems total. Problem reports for tag 'rc.d': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/103486 rc [rc.d][patch][chroot named] rc.d/jail: mount fstab aft o conf/103489 rc [rc.d] [patch] named_chroot_autoupdate doesn't work in o conf/107316 rc [rc.d]: [base] [rpc.lockd] nfslocking restart does not o conf/109562 [rc.d] [patch] Make rc.d/devfs usable from command-lin 4 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68514 [re] Realtek driver halts on oversized frames o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive f kern/76551 remko [re] [patch] re0: watchdog timeout o kern/80005 [re] re(4) network interface _very_ unpredictable work o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o kern/84584 [re] re(4) spends too much time in interrupt handler ( o kern/91332 [re] [patch] Linksys EG1032 V3.0 Gigabit card captured o kern/91942 [re] [panic] ifconfig causes panic on re(4) o kern/93893 [re] Boot panic from Netgear GA311 o amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o amd64/106918 amd64 [re] Asus P5B with internal RealTek PCIe Ethernet gets o kern/108485 [re] stress2-udp with realtek 8169S gigabit interface o kern/109251 [re] [patch] if_re cardbus card won't attach o kern/109642 [re] re(4) does not support 3 port 8169 but the offica o kern/112089 [re] [patch] re(4) only works after a lot of patching 16 problems total. Problem reports for tag 'release': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/95792 [release] [patch] environment variable EDITOR is set w 1 problem total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74314 [resolver] DNS resolver broken under certain jail cond 1 problem total. Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/69092 [rl] kernel: rl0: watchdog timeout o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets o kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB P2800 is not o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o i386/76948 i386 [rl] Slow network with rl0 o kern/92744 [rl] problems with a realtek network card on a 6.0 rel f kern/100290 remko [rl] rl0: watchdog timeout (regression) 7 problems total. Problem reports for tag 'rp': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/28975 [rp] RocketPort problems o kern/44202 [rp] [patch] -stable rp driver does not work with mult o kern/103137 [rp] Rocketport driver is broken in 6.x o kern/109152 remko [rp] RocketPort panic from device_unbusy() 4 problems total. Problem reports for tag 'rpc': S Tracker Resp. Description -------------------------------------------------------------------------------- f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux o bin/70974 [rpc] SIGSEGV in rpc.lockd o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o kern/95247 [rpc] NFS file locking problem, rpc.lockd seems to be o bin/96412 [rpc] 2 rpc.lockds launched at boot ? blocking problem o bin/98500 [rpc] rpc.lockd(+statd) bind to any ip o bin/99662 [rpc] quota information leak while rpc.rquotad is used o kern/107555 [rpc] 30 second delay in NFS lock of file after waitin 12 problems total. Problem reports for tag 'rpc.quotad': S Tracker Resp. Description -------------------------------------------------------------------------------- f bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support 1 problem total. Problem reports for tag 'rtc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63431 [rtc] motherboard going to suspend mode stops system c o kern/70649 [rtc] system clock slows down when heavily loaded o sparc/108757 sparc64 [rtc] can't boot if rtc stuffed, no means of recovery 3 problems total. Problem reports for tag 'rtld': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. o kern/109836 secteam [rtld] [patch] Security patch for rtld, a lack of envi o threa/112297 threads [rtld] [patch] Memory leak in ld-elf.so with each thre 3 problems total. Problem reports for tag 'safe': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/110662 sam [safe] safenet driver causes kernel panic 1 problem total. Problem reports for tag 'sata': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/79833 [sata] BTX crashes on boot when using Promise TX2Plus o i386/84943 i386 [sata] Intel ICH6 SATA controller (Dell D610 Laptop): o kern/85450 [sata] panic: subdisk6 detached (appears to be a sata o kern/98388 [sata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are se o i386/98765 i386 [sata] timeouts on sata drive (Asus a7n8x-e) o kern/99088 [sata] Critical Problems with VIA 8251 SATA2/RAID Cont o kern/101734 [sata] -CURRENT cannot see SATA drive on ASUS A8N-SLI o kern/103075 [sata] SATA disk attach/unplug from a MV88SX5041 freez f kern/103940 [sata] 6.1 not boot on ASUS m2n32-sli motherboard with o kern/104818 [sata] Missing driver Silicon Image SiI 3132 SATA II P o kern/104950 [sata] no support for SATA controller Initio INIC-1622 o usb/105065 usb [sata] SATA - USB Bridge o amd64/105531 amd64 [sata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - doe o kern/106340 [sata] [feature request] Need to control disk write ca o kern/106960 [sata] 6.2 can't find SATA secondary drive, but 6.1 ca o kern/107287 [sata] page fault during install on Intel SATA on Inte o kern/107622 [sata] can't boot on HP Pavilion dv6000 / problem with o kern/108379 [sata] Secondary sata drive not detected by FreeBSD 6. o kern/109736 [sata] FreeBSD sysinstall from CD can't find & mount N f kern/110266 [sata] sis 3112 controller problem o kern/111196 [sata] SATA drives cause errors and cause system to ha o kern/111699 [sata] SATA drives on an Asus A8V-MX are no longer det 22 problems total. Problem reports for tag 'sbni': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x 1 problem total. Problem reports for tag 'sched_ule': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/71421 jeff [sched_ule] [hang] filesystem operations lockups o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv f kern/73225 jeff [sched_ule] [panic] reproducable Page Fault f kern/78342 jeff [sched_ule] top -S shows potentially incorrect CPU usa o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a f kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch s kern/104484 [sched_ule] A kernel with polling: the system freezes f kern/104489 linimon [sched_ule] dhclient re0 -- panic: mutex Giant not own 8 problems total. Problem reports for tag 'scsi': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u 4 problems total. Problem reports for tag 'sf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem 1 problem total. Problem reports for tag 'sio': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p o kern/20410 [sio] sio support for high speed NS16550A, ST16650A an o kern/26261 [sio] silo overflow problem in sio driver o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/51982 remko [sio] sio1: interrupt-level buffer overflows o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o kern/81807 [sio] Silo overflows with serial multiport cards o kern/87845 imp [sio] [patch] sio(4) should on probe return BUS_PROBE_ o i386/89383 i386 [sio] [panic] page fault o kern/97665 [sio] hang in sio driver o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o kern/109743 [sio] The sio(4) driver appears to be getting the seri 13 problems total. Problem reports for tag 'sis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri f kern/35511 [sis] sis(4) multicast filtering doesn't pass some App o kern/36517 [sis] sis driver can't map ports/memory for NetGear FA o kern/64556 [sis] if_sis short cable fix problems with NetGear FA3 o kern/77631 [sis] sis network driver broken in 5.3 o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o kern/89633 [sis] [panic] if_sis panic under extended load in 6.0- o kern/112179 [sis] [patch] sis driver for natsemi DP83815D autonego 8 problems total. Problem reports for tag 'sk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/65817 [sk] [panic] kernel panic with GENERIC 5.2.1 and SysKo o kern/72997 [sk] Network performance down [6-CURRENT] f kern/96743 yongari [sk] [patch] broken 32-bit register operations f kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 f kern/103090 yongari [sk] sys/dev/sk still having watchdog timeouts f kern/105375 yongari [sk] 2 x Marvell GBit LAN: device sk0 is attached, but 6 problems total. Problem reports for tag 'smbfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/36566 [smbfs] System reboot with dead smb mount and umount a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o kern/61503 [smbfs] mount_smbfs does not work as non-root o kern/65901 [smbfs] smbfs fails fsx write/truncate-down/truncate-u o kern/77958 [smbfs] can't delete read-only files via smbfs p kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/85042 [smbfs] mount_smbfs: can't get handle to requester (no o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o kern/87859 [smbfs] System reboot while umount smbfs. o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o bin/91134 [smbfs] [patch] Preserve access and modification time f kern/93458 [smbfs] mount_smbfs(8) fails with authentication error o kern/94733 [smbfs] smbfs may cause double unlock o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s o bin/111004 [smbfs] Renaming the case of a filename on a smbfs mou 21 problems total. Problem reports for tag 'smbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100513 [smbus] Inconsistent definition of SMBus addresses in 1 problem total. Problem reports for tag 'smp': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/64626 remko [SMP] AP initialization problem on GIGABYTE GA-7DPXDW+ o kern/67830 [smp] [patch] CPU affinity problem with forked child p f i386/68754 remko [hang] [smp] SMP reset bug (Tyan Thunder100, 440BX chi o kern/74319 [smp] system reboots after few hours (5.3) o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o kern/93461 [smp] Intel 440LX SMP freeze (regression vs. 4.X) o kern/109936 [smp] SMP kernel performance problem on FSC TX600 10 problems total. Problem reports for tag 'snd_csa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem 1 problem total. Problem reports for tag 'snd_emu10k1': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system 1 problem total. Problem reports for tag 'snd_ich': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel f kern/99920 multimedia [snd_ich] Not support integrated audio on ICH7R chip ( o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system 3 problems total. Problem reports for tag 'snd_mss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/105600 multimedia [snd_mss] [patch] can not detect PC-9821 V166 internal 3 problems total. Problem reports for tag 'snd_neomagic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and 1 problem total. Problem reports for tag 'socket': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21998 green [socket] [patch] ident only for outgoing connections o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/96268 [socket] TCP socket performance drops by 3000% if pack o kern/97921 rwatson [socket] close() socket deadlocks blocked threads 4 problems total. Problem reports for tag 'sound': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. f kern/59208 multimedia [sound] [patch] reduce pops and crackles and fix selec o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible f kern/73987 multimedia [sound] Nforce2 MB sound problem o kern/79678 multimedia [sound] sound works except recording from any source o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. f kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/92512 multimedia [sound] distorted mono output with emu10k1 f kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del f kern/104011 multimedia [sound] soundcard "82801G (ICH7 Family) High Definitio o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o 28 problems total. Problem reports for tag 'speaker': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == 1 problem total. Problem reports for tag 'svr4': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 1 problem total. Problem reports for tag 'sym': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o kern/73289 [sym] Interrupt storm on sym0 o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o amd64/89550 amd64 [sym] [patch] sym0: VTOBUS failed (6.0 Release) o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI 6 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/15436 [syscons] syscons extension: "propellers" o kern/31890 [syscons] [patch] new syscons font o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH 8 problems total. Problem reports for tag 'sysctl': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device o kern/99464 [sysctl] 'sysctl -a' panics at dev2udev o kern/108581 acpi [sysctl] sysctl: hw.acpi.cpu.cx_lowest: Invalid argume 7 problems total. Problem reports for tag 'sysinstall': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/4646 [sysinstall] can't fixit with an NFS-mounted CD s bin/7232 [sysinstall] suggestion for FreeBSD installation dialo o bin/8867 [sysinstall] [patch] /stand/sysinstall core dumps (sig o bin/13936 [sysinstall] no clear indication of how much space to o bin/14318 [sysinstall] sysinstall upon install has some counter- o bin/15038 [sysinstall] easy to not notice that selection lists m o conf/16584 [sysinstall] Hostname field too small during install ( o bin/16948 [sysinstall] sysinstall/disklabel: bad partition table o bin/17546 [sysinstall] sysinstall does not let you configure NIS o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20282 [sysinstall] sysinstall does not recover some /etc fil o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o bin/20908 [sysinstall] /stand/sysinstall too limited in selectio o bin/23098 [sysinstall] [patch] if installing on a serial console a bin/23402 [sysinstall] upgrade ought to check partition sizes o bin/26897 [sysinstall] 4.3R sysinstall fails to create swap part o bin/26919 [sysinstall] fdisk should ONLY set one bootable flag o bin/27216 [sysinstall] can not get to shell prompt from serial c f bin/27872 [sysinstall] "Load Config" hangs Compaq DL360 when use a bin/28081 [sysinstall] /stand/sysinstall errs out if /cdrom/ alr o bin/29375 [sysinstall] disk editor gets confused by slices that o bin/29893 [sysinstall] suggestions for 4.4 sysinstall o bin/30517 [sysinstall] using sysinstall with install.cfg has no o bin/30837 [sysinstall] sysinstall doesn't set the schg flag on t o bin/31363 [sysinstall] "partition editor" silently corrects part f bin/32144 [sysinstall] unattended install with sysinstall doesn' a bin/32375 [sysinstall] sysinstall doesn't respect User generated o bin/33370 [sysinstall] post-configuration issue o bin/35400 [sysinstall] sysinstall could improve manipulation of o bin/35925 [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 [sysinstall] swap double mount o bin/36118 [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36508 [sysinstall] installation floppy bug (4.5) o bin/36911 [sysinstall] installation floppies miss autoload file o bin/37160 [sysinstall] coredumps when trying to load package dat o bin/37710 [sysinstall] LAN interface in wrong state after attemp o bin/38055 [sysinstall] Groups (creation) item should be before U o bin/38056 [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 [sysinstall] "install" document doesn't display correc o bin/38478 [sysinstall] In Choose Distributions screen, it's diff o bin/38480 [sysinstall] sysinstall should prompt for normal users o bin/38582 [sysinstall] sysinstall sets newfs flag after changing o bin/38609 [sysinstall] sysinstall should know the size of the va o bin/38610 [sysinstall] should be able to mount ISO images on DOS o bin/38854 [sysinstall] resetting during setup causes the target o bin/39360 [sysinstall] if linux emu is added as a dependency (an o bin/40260 [sysinstall] hang when detecting devices (No CD/DVD de o bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA bridge gets o bin/41238 [sysinstall] problems with FreeBSD installation on a d o bin/41850 [sysinstall] sysinstall fails to create root filesyste o bin/41949 [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42022 [sysinstall] non-interactive mode prompts when only a o bin/42162 [sysinstall] installation crashes, md0c filled up. o bin/42934 [sysinstall] installation procedure on install floppie o bin/44915 [sysinstall] 'choose installation media' choose CD-ROM o bin/45254 [sysinstall] [patch] sysinstall installs things it sho o bin/45565 [sysinstall] write error, filesystem full o bin/45608 [sysinstall] install should config all ether devices, o bin/46235 rwatson [sysinstall] NTP servers for Finland require updating o bin/46670 [sysinstall] 5.0-RC2 install leaves CD drawer locked. o bin/46905 [sysinstall] FreeBSD 5.x cannot be installed from mult o bin/47384 [sysinstall] sysinstall ignores intended destination d f bin/48341 [sysinstall] sysinstall deletes mbr although it should o bin/48989 [sysinstall] Sysinstall's partition editor gets confu o bin/52271 [sysinstall] sysinstall panics in machine with no hard o bin/53131 [sysinstall] "ALL" could not turn check BOXes ON at pa o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a o bin/53839 [sysinstall] disklabel editor fails on post-install co o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS installation o bin/60350 [sysinstall] in Choose Distributions screen, "All" doe o bin/61152 [sysinstall] installer refuses to mount USB-floppy or o bin/61264 [sysinstall] unable To Use VT100 Terminal Emulator (Te o kern/61438 [sysinstall] 5.2 nfs tasks running by default after sy o bin/61587 [sysinstall] [patch] installation problem, disklabel c f i386/61603 remko [sysinstall] wrong geometry guessed o bin/61658 [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o bin/61890 [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 [sysinstall] cannot install 5.2-REL via serial console o bin/62367 [sysinstall] 5.2.1-RC installation problems o bin/62375 [sysinstall] sysinstall core dump o bin/62702 [sysinstall] backup of /etc and /root during sysinstal o bin/62711 [sysinstall] installation: "Insert Next CD" Prompt is o bin/62833 [sysinstall] can't install: integer divide fault o bin/65546 [sysinstall] 4.10-BETA fails to install from NFS o bin/65774 [sysinstall] cannot run repair disk when booted from U o bin/66350 [sysinstall] sysinstall creates a partition of subtype o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69986 [sysinstall] [patch] no job control in fixit shell on o bin/70002 [sysinstall] fails to locate FTP dirs if the OS has pa o bin/71323 [sysinstall] FTP download from floppy boot crashes wit o bin/72895 [sysinstall] Sysinstall generates invalid partition ta o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/73511 [sysinstall] SCSI drive install failure - RC2 o bin/73617 [sysinstall] fdisk editor unmarks active partition o bin/78964 [sysinstall] can not write labels to hdd on installati o kern/79621 [sysinstall] sysinstall does not create a device when o bin/79910 [sysinstall] Cannot escape from failed port/package in o bin/80117 [sysinstall] [patch] smbfs install option for sysinsta o bin/81323 [sysinstall] Error in installation packages "write fai o bin/84208 [sysinstall] "Leave the MBR untouched" option not work o bin/84668 [sysinstall] ssh and sysinstall problem o bin/86454 [sysinstall] sysinstall terminates with signal 10 if I o bin/86600 [sysinstall] Sysinstall boot manager screen is mislead o bin/86665 [sysinstall] sysinstall binary upgrade clobbers named. o bin/86859 [sysinstall] Installer should ask about Linux earlier o bin/88826 [sysinstall] sysinstall infinity wait for da0 o bin/90656 [sysinstall] 6.0-RELEASE (i386) cannot be installed vi f bin/91205 [sysinstall] sysinstall package options should require o bin/93275 [sysinstall] Failure to install after restarting insta o bin/93284 secteam [sysinstall] Insecure placement of user ftp into opera o bin/94815 [patch] [sysinstall] Upping the network interface befo o bin/97108 [sysinstall] write failure on transfer (wrote -1 bytes o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o bin/100436 [sysinstall] live CD fixit mount does not find mount_m a bin/101762 [sysinstall] Sysinstall does not obey /usr/ports symli o bin/102498 [sysinstall] Cursor doesn't track sysinstall hilight o bin/102638 [sysinstall] [patch] sysinstall - custom dist set alwa 120 problems total. Problem reports for tag 'tcp': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/92792 [tcp] kernel crash with high number of TCP connections o kern/93378 [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo f kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dereference panic o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l p kern/102653 andre [tcp] TCP stack sends infinite retries for connection o kern/108670 net [tcp] TCP connection ETIMEDOUT 6 problems total. Problem reports for tag 'termcap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/108899 [termcap] [patch] termcap update for screen and linux 1 problem total. Problem reports for tag 'tftpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/100914 [tftpd] [patch] libexec/tftpd: write access control o bin/100921 [tftpd] [patch] libexec/tftpd: `-w' non-traditional ac 2 problems total. Problem reports for tag 'threads': S Tracker Resp. Description -------------------------------------------------------------------------------- s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/91266 threads [threads] Trying sleep, but thread marked as sleeping o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 3 problems total. Problem reports for tag 'ti': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/20529 wpaul [ti] gigabit cards fail to link o kern/40516 [ti] [patch] ti driver has no baudrate set o amd64/63188 amd64 [ti] ti(4) broken on amd64 3 problems total. Problem reports for tag 'tools': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam 1 problem total. Problem reports for tag 'trm': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 1 problem total. Problem reports for tag 'tty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89538 [tty] [panic] triggered by "sysctl -a" o kern/95288 [tty] [panic] panic in sys/kern/tty_subr.c putc() 2 problems total. Problem reports for tag 'twa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/106488 [twa] [patch] twa driver out of date 1 problem total. Problem reports for tag 'twe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/72906 [twe] twe0 idefinite wait buffer 2 problems total. Problem reports for tag 'txp': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/100839 [txp] txp driver inconsistently stops working when the 3 problems total. Problem reports for tag 'uart': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/106645 [uart] [patch] uart device description in 7-CURRENT is 1 problem total. Problem reports for tag 'ucom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR 2 problems total. Problem reports for tag 'udav': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task 1 problem total. Problem reports for tag 'udf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60089 scottl [udf] UDF filesystem appends garbage to files o kern/77234 remko [udf] [patch] corrupted data is read from UDF filesyst o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o kern/97786 [udf] [patch] fs/udf: incorrect timestamps 5 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/73019 [ufs] fsck_ufs: cannot alloc 607016868 bytes for inoin o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/93435 [ufs] [panic] kernel panic after setting big value of o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/94849 [ufs] rename on UFS filesystem is not atomic o kern/99588 [ufs] UFS2 filesystems hang when doing "fsck -B" or "d o kern/104406 [ufs] Processes get stuck in "ufs" state under persist p kern/108151 tegge [ufs] panic: relpbuf with vp f kern/111156 [ufs] Kernel panic caused by UFS o kern/111782 [ufs] /sbin/dump fails horribly for large filesystems 15 problems total. Problem reports for tag 'uftdi': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/106615 usb [uftdi] uftdi module does not automatically load with o usb/110992 usb [uftdi] [patch] Add Tactrix Openport support in uftdi 2 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o usb/110122 usb [ugen] [patch] usb_interrupt_read does not respect tim o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu 7 problems total. Problem reports for tag 'uhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o usb/85992 usb [uhid] [patch] USB stops working when trying to read f o kern/111753 usb [uhid] Replicable system panic involving UHID driver 3 problems total. Problem reports for tag 'uhub': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/94946 usb [uhub] [patch] code dynamic status size for status cha 1 problem total. Problem reports for tag 'ukbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work o usb/110681 usb [ukbd][patch] multiple keys will be repeated 2 problems total. Problem reports for tag 'ulpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an 3 problems total. Problem reports for tag 'uma': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85971 jeff [uma] [patch] minor optimization to uma 1 problem total. Problem reports for tag 'umapfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/74708 [umapfs] [panic] UMAPFS kernel panic 1 problem total. Problem reports for tag 'umass': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic f i386/70028 remko [umass] umass issue in the boot prcess on SONY Laptop o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots f usb/74358 usb [umass] unplugging at boot time an umass device crashe o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US f usb/89997 usb [umass] [panic] panic on iPod mini detach f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o kern/97174 [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize o conf/99418 remko [umass] [patch] Western Digital external disk support o usb/107101 usb [umass] [patch] Quirk for Denver MP3 player o usb/107446 usb [umass] umass problems (usb and fw disks) o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE (regr o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um 19 problems total. Problem reports for tag 'umodem': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/74609 usb [umodem] [patch] allowing cdma modems to work at full o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work 2 problems total. Problem reports for tag 'ums': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/55555 usb [ums] system freezes with access to /dev/ums0 o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o kern/103578 [ums] ums does not recognize mouse buttons o usb/110357 markus [ums] [patch] Support for USB mouses with W axis and i 4 problems total. Problem reports for tag 'unionfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/75585 matteo [unionfs] mount -p on unionfs results in non parsable o kern/109377 daichi [unionfs]unionfs crashes if underlying file system for o kern/109950 [unionfs] unionfs breaks openldap-server23 with bdb ba o kern/111262 daichi [unionfs] unionfs fills up the underlaying layer (df) 4 problems total. Problem reports for tag 'uplcom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/92403 usb [uplcom] uplcom.c needs new entry for 4.00 revision of o kern/95512 [uplcom] uplcom(4) causes system hangups o usb/107935 usb [uplcom] panic while accessing /dev/cuaU0 3 problems total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88182 [ural] [wep] wep is broken in ural(4) hostap mode o kern/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/94373 [ural] if_ural.c:93: error: `USB_PRODUCT_LINKSYS4_HU20 o usb/104352 usb [ural] ural driver doesnt work 4 problems total. Problem reports for tag 'usb': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o usb/40948 usb [usb] USB HP CDW8200 does not work f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio o usb/71455 usb [usb] Slow USB umass performance of 5.3 o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac f usb/79656 usb [usb] RHSC interrupts lost o usb/79722 usb [usb] wrong alignments in ehci.h o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o usb/82350 usb [usb] null pointer dereference in USB stack o usb/82569 usb [usb] USB mass storage plug/unplug causes system panic o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o usb/89954 usb [usb] USB Disk driver race condition? o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o usb/95173 usb [usb] cannot mount external usb harddisk VIA Technolog o usb/96224 usb [usb] mount_msdosfs cause page fault in syncer process p usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o usb/103025 usb [usb] wrong detection of USB device for FreeBSD 6.1 an o usb/103418 usb [usb] [patch] usbhidctl: add ability to write output a o usb/106621 usb [usb] DLINK DUB-E100 support broken o usb/107128 usb [usb] panic while accessing usb msdos flashkey o kern/107665 usb [usb] [patch] uscanner support for epson stylus DX5050 o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu o usb/111710 usb [patch] [usb] add support for Option GlobeTrotter 3G+ 43 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o usb/74849 usb [usbdevs] [patch] Samsung SPH-i500 does not attach pro o usb/82436 usb [usbdevs] [patch] USL101 Host-to-Host bridge support o o usb/86195 usb [usbdevs] [patch] allow USB Ethernet Adaptor "ELECOM L o usb/88939 usb [usbdevs] [patch] Fix cheapy Myson USB-IDE adapter o usb/94148 usb [usbdevs] [patch] Make if_cdce work with ARM linux han o usb/96714 usb [usbdevs] [patch] Update uvisor to support the Fossil o usb/106462 usb [usbdevs] Motorola U6 PEBL not recognized by system vi o usb/107526 usb [usbdevs] Patch to support the Crystalfontz CFA-635 20 o usb/110477 usb [usbdevs] [patch] add Benq 3300U/4300U support to Free o usb/112161 usb [usbdevs] [patch] Option N.V. Fusion UMTS Quad-GPRS o usb/112392 usb [usbdevs] [patch] Make Epson Perfection 3490 recognize 12 problems total. Problem reports for tag 'usbgen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/108097 usb [usbgen] [patch] ADMtek 851X USB-to-LAN adapter 1 problem total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/55297 [vfs] [panic] kernel panic after running XFree86 o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount 5 problems total. Problem reports for tag 'vga': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64114 [vga] [patch] bad vertical refresh for console using R 1 problem total. Problem reports for tag 'vge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81644 [vge] vge(4) does not work properly when loaded as a K o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o kern/106851 [vge] vge0: MII read timed out (regression) 4 problems total. Problem reports for tag 'vinum': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/47566 le [vinum] [patch] add vinum status verification to perio o kern/79035 le [vinum] gvinum unable to create a striped set of mirro 2 problems total. Problem reports for tag 'vm': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78946 [vm] vm_pageout_flush: partially invalid page o kern/112194 alc [vm] [patch] VM handles systems with sparse physical m 9 problems total. Problem reports for tag 'vpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc 1 problem total. Problem reports for tag 'vr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78388 [vr] vr network drivers cause watchdog timeout o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o kern/89864 [vr] [panic] if_vr panic under FreeBSD 6 o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout o kern/93567 [vr] Via Rhine : Asymetric Bandwith o kern/94390 [vr] poor network performance after promiscuous mode i f kern/100499 remko [vr] vr interface stops transmitting o kern/103495 [vr] if_vr locks after carrier event o kern/109477 remko [vr] [patch] onboard via vt6103 ethernet does not work 10 problems total. Problem reports for tag 'wep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88182 [ural] [wep] wep is broken in ural(4) hostap mode o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP 2 problems total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/59183 imp [wi] wi problems with wi_cmd o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic f i386/69722 remko [wi] wi0: init failed, Lucent Technologies WaveLAN/IEE o kern/72924 [wi] 4.10 wi driver timeout problem with Global Sun Te o kern/73871 [wi] Intersil Prism wireless wi0 locks up, "busy bit w o kern/74495 [wi] wi(4) wlan driver device freeze (5.3-STABLE) o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75823 [wi] wi0 interface self-destructs after a couple hours o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef o kern/110065 [wi]: wi device cannot attach to D-Link DWL-520 rev. E 15 problems total. Problem reports for tag 'wpa': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/98218 [wpa] wpa_supplicant blacklist not working o bin/98220 [wpa] wpa_supplicant operation does not match document 2 problems total. Problem reports for tag 'xe': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne 3 problems total. Problem reports for tag 'xfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102943 [xfs] kernel crash when unloading the xfs kernel modul 1 problem total. Problem reports for tag 'xl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66564 [xl] 3c920-MV00 PHY detection problem f kern/68435 wpaul [xl] xl driver in freebsd 5.x only works if promiscous f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() f kern/78791 [xl] xl(4) input errors and speed problem f kern/93791 [xl] xl0: watchdog timeout with 3CFE575BT 5 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 12:04:35 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14C0316A407; Mon, 7 May 2007 12:04:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E2BCD13C4C6; Mon, 7 May 2007 12:04:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47C4UiS084944; Mon, 7 May 2007 12:04:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47C4UFp084940; Mon, 7 May 2007 12:04:30 GMT (envelope-from linimon) Date: Mon, 7 May 2007 12:04:30 GMT From: Mark Linimon Message-Id: <200705071204.l47C4UFp084940@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/112463: problem with Samsung USB DVD writer, libscg and FreeBSD kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 12:04:36 -0000 Old Synopsis: Samsung USB DVD writer, libscg and FreeBSD kernel New Synopsis: problem with Samsung USB DVD writer, libscg and FreeBSD kernel Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 7 12:03:43 UTC 2007 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=112463 From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 13:10:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F20D16A400 for ; Mon, 7 May 2007 13:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2F94E13C45D for ; Mon, 7 May 2007 13:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47DA9Rd089161 for ; Mon, 7 May 2007 13:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47DA9cH089160; Mon, 7 May 2007 13:10:09 GMT (envelope-from gnats) Date: Mon, 7 May 2007 13:10:09 GMT Message-Id: <200705071310.l47DA9cH089160@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/63197: tftp Bus error, core dumped X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 13:10:10 -0000 The following reply was made to PR bin/63197; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, freebsd@nbritton.org Cc: Subject: Re: bin/63197: tftp Bus error, core dumped Date: Sun, 06 May 2007 16:08:00 +0100 This is still a problem in -HEAD. As far as I can tell, the reason is as follows: We enable libedit's signal handling with "el_set(el, EL_SIGNAL, 1)" We also set up our own SIGINT signal handler, which essentially longjmp()s back to the start. Having a signal handler call longjmp is probably not a good idea anyway, but in conjunction with the libedit handler leads to the internal state of libedit becoming confused, and the next time libedit receives a signal (eg suspend, or resizing the window), libedit will die. Removing either of the two signal handlers prevents the crash, but it's not ideal as some functionality is lost. Switching off libedit's handling means that resumes or window resizes won't refresh the screen, removing the SIGINT handler means that transfers can't be stopped. I've tried calling el_reset after we receive the interrupt, but that doesn't help. OpenBSD have fixed this by having the signal handler only set an atomic flag, which is then regularly polled from the main code. Although it is worth noting that OpenBSD don't use libedit, so the fix can't be directly imported. From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 13:50:12 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F04B316A54E for ; Mon, 7 May 2007 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9019213C447 for ; Mon, 7 May 2007 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47DoCQF091627 for ; Mon, 7 May 2007 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47DoCcM091626; Mon, 7 May 2007 13:50:12 GMT (envelope-from gnats) Date: Mon, 7 May 2007 13:50:12 GMT Message-Id: <200705071350.l47DoCcM091626@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/54784: find -ls wastes space X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 13:50:13 -0000 The following reply was made to PR bin/54784; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, andyf@speednet.com.au Cc: Subject: Re: bin/54784: find -ls wastes space Date: Mon, 07 May 2007 14:47:33 +0100 See PR bin/89762 for reasons as to why this may not be a good idea to implement (the code in top(1) that has been reused here has issues). Gavin From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 14:40:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DBCF16A400 for ; Mon, 7 May 2007 14:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1A4E413C46A for ; Mon, 7 May 2007 14:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47Ee4Px095682 for ; Mon, 7 May 2007 14:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47Ee4eJ095681; Mon, 7 May 2007 14:40:04 GMT (envelope-from gnats) Resent-Date: Mon, 7 May 2007 14:40:04 GMT Resent-Message-Id: <200705071440.l47Ee4eJ095681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mehul Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2945316A400 for ; Mon, 7 May 2007 14:34:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3B313C44B for ; Mon, 7 May 2007 14:34:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l47EY8UX018293 for ; Mon, 7 May 2007 14:34:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l47ET6gY003252; Mon, 7 May 2007 14:29:06 GMT (envelope-from nobody) Message-Id: <200705071429.l47ET6gY003252@www.freebsd.org> Date: Mon, 7 May 2007 14:29:06 GMT From: Mehul To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112490: Problem in "rt_check" routine. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 14:40:10 -0000 >Number: 112490 >Category: kern >Synopsis: Problem in "rt_check" routine. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 07 14:40:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Mehul >Release: 6.2 >Organization: >Environment: >Description: Current implementation of rt_check() routine defined in route.c is not completely MPSAFE. I found an issue when i started routing with "directisr" enabled. For the first rcvd packet this function initializes rt_gateway of the passed rt_entry. This is done by calling "rtalloc1" routine. But "rt_check" function doesnt hold any lock while calling this function. So incase if we have multiple instances of "ip_input - netisr" running than more than one thread can call this routine which may lead to some corruption, in my case it leads to a dead lock. Problem doesn't happen if first a single route packet sent and than heavy traffic. But if initially itself i send heavy traffic than this happens immediately. I have fixed this and it works well after it. Patch is attached here with. This is just a workaround for this issue. Probably we need to define few macros in route.h for the hardcoded values in the patch. >How-To-Repeat: >Fix: 1260a1261 > try_again: 1280a1282,1289 > > if(rt0->rt_flags & 0x80000000U){ > /*This rt is under process...*/ > RT_UNLOCK(rt); > RT_UNLOCK(rt0); > goto try_again; > } > 1281a1291 > rt0->rt_flags |= 0x80000000U; 1288a1299 > rt0->rt_flags &= (~0x80000000U); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 14:50:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77B7116A400 for ; Mon, 7 May 2007 14:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 438EB13C45B for ; Mon, 7 May 2007 14:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47Eo4U8095984 for ; Mon, 7 May 2007 14:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47Eo4dt095983; Mon, 7 May 2007 14:50:04 GMT (envelope-from gnats) Resent-Date: Mon, 7 May 2007 14:50:04 GMT Resent-Message-Id: <200705071450.l47Eo4dt095983@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mehul Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3164916A403 for ; Mon, 7 May 2007 14:40:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2480413C465 for ; Mon, 7 May 2007 14:40:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l47Ee4Pd031191 for ; Mon, 7 May 2007 14:40:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l47EZ3A3022648; Mon, 7 May 2007 14:35:03 GMT (envelope-from nobody) Message-Id: <200705071435.l47EZ3A3022648@www.freebsd.org> Date: Mon, 7 May 2007 14:35:03 GMT From: Mehul To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112491: Problem In "rt_check" routine. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 14:50:04 -0000 >Number: 112491 >Category: kern >Synopsis: Problem In "rt_check" routine. >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 May 07 14:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Mehul >Release: 6.2 >Organization: >Environment: >Description: Current implementation of rt_check() routine defined in route.c is not completely MPSAFE. I found an issue when i started routing with "directisr" enabled. For the first rcvd packet this function initializes rt_gateway of the passed rt_entry. This is done by calling "rtalloc1" routine. But "rt_check" function doesnt hold any lock while calling this function. So incase if we have multiple instances of "ip_input - netisr" running than more than one thread can call this routine which may lead to some corruption, in my case it leads to a dead lock. Problem doesn't happen if before sending heavy traffic a single packet of same kind is sent. But if initially itself heavy traffic is sent than this happens immediately. I have fixed this and it works well after it. Workaround patch for this issue is attached here with. Probably we need to define a macro in route.h for the hardcoded values in the patch. >How-To-Repeat: >Fix: 1260a1261 > try_again: 1280a1282,1289 > > if(rt0->rt_flags & 0x80000000U){ > /*This rt is under process...*/ > RT_UNLOCK(rt); > RT_UNLOCK(rt0); > goto try_again; > } > 1281a1291 > rt0->rt_flags |= 0x80000000U; 1288a1299 > rt0->rt_flags &= (~0x80000000U); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 14:57:56 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBD4516A401 for ; Mon, 7 May 2007 14:57:56 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: from umbra.saturn-5.com (umbra.saturn-5.com [69.12.216.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9DD13C458 for ; Mon, 7 May 2007 14:57:56 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: by umbra.saturn-5.com (Postfix, from userid 1007) id 32C7420BDE; Mon, 7 May 2007 14:57:23 +0000 (UTC) To: freebsd-bugs@freebsd.org Message-ID: <1178549843.32556.qmail@PayPal.com> From: "your@postcard.com" Date: Mon, 7 May 2007 14:57:23 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Somebody who cares about you! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 14:57:56 -0000 Hi friend ! You have just received a postcard from someone who cares about you! This is a part of the message: "Hy there! It has been a long time since I haven't heared about you! I've just found out about this service from Claire, a friend of mine who also told me that..." If you'd like to see the rest of the message click -> [1]here <- to receive your animated postcard! P.S. Thank you for using [2]http://www.yourpostcard.com 's services !!! Please take this opportunity to let your friends hear about us by sending them a postcard from our collection ! References 1. http://210.70.60.118/%7Edp/postcard.scr 2. http://n160p063.netcamp.se/postcard.scr From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 15:04:36 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DAA416A406; Mon, 7 May 2007 15:04:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 153B513C455; Mon, 7 May 2007 15:04:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47F4ZRJ096907; Mon, 7 May 2007 15:04:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47F4ZbC096903; Mon, 7 May 2007 15:04:35 GMT (envelope-from linimon) Date: Mon, 7 May 2007 15:04:35 GMT From: Mark Linimon Message-Id: <200705071504.l47F4ZbC096903@freefall.freebsd.org> To: mehuljv@yahoo.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/112491: Problem In "rt_check" routine. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 15:04:36 -0000 Synopsis: Problem In "rt_check" routine. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon May 7 15:04:24 UTC 2007 State-Changed-Why: Duplicate of kern/112490. http://www.freebsd.org/cgi/query-pr.cgi?pr=112491 From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 18:17:06 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2F3D16A407 for ; Mon, 7 May 2007 18:17:06 +0000 (UTC) (envelope-from fryshadow@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 65B9013C44B for ; Mon, 7 May 2007 18:17:06 +0000 (UTC) (envelope-from fryshadow@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1747233nze for ; Mon, 07 May 2007 11:17:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=bRqradEgEaROZndGEnMo6dy/sL813jqMV6buY3bbcNrfHOzvNZG/N3scr+TtJIt0Lr/60MUEiDTvS8i5N9N6Yg5gjtrlL6tV/dwwhpJ20/ov+/x+0nv5eYKM/ZeK10R6Qkb8vqfIL0fox7/8zXqEyC6nGlAvXIdQJd8MnYZmV7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kypfnBLgdoe+Hl2tkeZzmfY+sW/gU0aJ2nABD1HL1UDjiLhZRLEblbEL3xDTCbqTxxmEc/60qdrj//MUKNSIPzY3UWP4igzFtxMuZmEEr0mRvtvQhkS1vqVJBLgG7kvFaYL7nVB20jlnMwiT7/zC5HUXCm20t2XqeHcVkXnVx2Y= Received: by 10.114.211.1 with SMTP id j1mr2239778wag.1178560254419; Mon, 07 May 2007 10:50:54 -0700 (PDT) Received: by 10.114.155.10 with HTTP; Mon, 7 May 2007 10:50:54 -0700 (PDT) Message-ID: <7691d23e0705071050l34097310xb3816a13632ed063@mail.gmail.com> Date: Mon, 7 May 2007 10:50:54 -0700 From: "yusof khalid" To: freebsd-bugs@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: can't get cairo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 18:17:06 -0000 hi BSD team, just want to report a bad link for cairo-1.4.6.tar.gz . I unable to fetch it from the main site and also the BSD ftp site. Thanks -- Manager http://www.myinfinityx.com From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 19:07:00 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 084A916A406 for ; Mon, 7 May 2007 19:07:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id EAF4913C465 for ; Mon, 7 May 2007 19:06:59 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 5A5051A3C1A; Mon, 7 May 2007 12:07:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 512D651DA0; Mon, 7 May 2007 15:06:59 -0400 (EDT) Date: Mon, 7 May 2007 15:06:59 -0400 From: Kris Kennaway To: yusof khalid Message-ID: <20070507190659.GA51377@xor.obsecurity.org> References: <7691d23e0705071050l34097310xb3816a13632ed063@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7691d23e0705071050l34097310xb3816a13632ed063@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-bugs@FreeBSD.org Subject: Re: can't get cairo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 19:07:00 -0000 On Mon, May 07, 2007 at 10:50:54AM -0700, yusof khalid wrote: > hi BSD team, > > just want to report a bad link for cairo-1.4.6.tar.gz . I unable to fetch it > from the main site and also the BSD ftp site. Because the main site (non-FreeBSD) is down. Kris From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 21:20:14 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9837916A402 for ; Mon, 7 May 2007 21:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 415ED13C43E for ; Mon, 7 May 2007 21:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47LKEhD016701 for ; Mon, 7 May 2007 21:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47LKEYs016700; Mon, 7 May 2007 21:20:14 GMT (envelope-from gnats) Date: Mon, 7 May 2007 21:20:14 GMT Message-Id: <200705072120.l47LKEYs016700@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John E Hein Cc: Subject: Re: bin/112336: install -S (safe copy) with -C or -p is not so safe X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John E Hein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 21:20:14 -0000 The following reply was made to PR bin/112336; it has been noted by GNATS. From: John E Hein To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/112336: install -S (safe copy) with -C or -p is not so safe Date: Mon, 7 May 2007 15:13:24 -0600 Here is a patch that implements 2 and was simpler than I thought it would be. It creates the temp file and does a rename, not only if the contents of the "from" & "to" files don't match, but also if perms/ownership don't match. One optimization could be to try to do the chown/chmod first and if that succceeds and the files match contents, don't bother with the temp file. But that seems to be needlessly complex for the relatively miniscule number of cases where we could gain from the added pedantry. And there may be edge case failures associated with an early chmod/chown. Any committers willing to take this one? Index: src/usr.bin/xinstall/xinstall.c =================================================================== RCS file: /base/FreeBSD-CVS/src/usr.bin/xinstall/xinstall.c,v retrieving revision 1.67 diff -u -p -r1.67 xinstall.c --- src/usr.bin/xinstall/xinstall.c 6 Mar 2006 21:52:59 -0000 1.67 +++ src/usr.bin/xinstall/xinstall.c 7 May 2007 20:52:18 -0000 @@ -317,7 +317,19 @@ install(const char *from_name, const cha if (docompare && !dostrip && target) { if ((to_fd = open(to_name, O_RDONLY, 0)) < 0) err(EX_OSERR, "%s", to_name); - if (devnull) + /* + * Even if the contents are the same, we want to rename + * temp files when doing a "safe" copy if the + * permissions and ownership need to change. We may + * not have permission to chown/chmod the "to" file + * directly. + */ + if (tempcopy && + ((gid != (gid_t)-1 && gid != to_sb.st_gid) || + (uid != (uid_t)-1 && uid != to_sb.st_uid) || + (mode != (to_sb.st_mode & ALLPERMS)))) + files_match = 0; + else if (devnull) files_match = to_sb.st_size == 0; else files_match = !(compare(from_fd, from_name, From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 21:24:51 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 149D716A403 for ; Mon, 7 May 2007 21:24:51 +0000 (UTC) (envelope-from kimimeister@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id C57A613C44C for ; Mon, 7 May 2007 21:24:50 +0000 (UTC) (envelope-from kimimeister@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1650249wra for ; Mon, 07 May 2007 14:24:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nD5TXGj1jsFcGBSh02YGzAH5bm5V3fNIGd0oaVYdMeLm9ib0SPrC6a9uhJ9xpztESw+zr9XnWzTiWQVo3OIDZuyhcFi+PA8bMb4tQP65V+tDRCuxOr/hFNhyyPVEYBy0zaiqa9+MeANpoPw95bz/tMjcY19USzw9ojDpBGxBLlE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OJJzrT02Q92kDOy2zYqeSa2c0903gcdbSE/SpUJFdtP+HPG65/I2RpiezbVHe5BU1ZGCQld0258vjYVYovY/uT70ueehnNJLX1Ekn5NBGXZScpkB0Z7yd7atj8ca/mj1i0Peh/zVWILEPKVoqyuVvO9qVAhGhb2FJywh3YVOsvk= Received: by 10.114.130.1 with SMTP id c1mr285357wad.1178571442485; Mon, 07 May 2007 13:57:22 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Mon, 7 May 2007 13:57:22 -0700 (PDT) Message-ID: <42b497160705071357o28783806j56ac059858756785@mail.gmail.com> Date: Mon, 7 May 2007 21:57:22 +0100 From: "Kimi Ostro" To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org In-Reply-To: <200704101810.l3AIA2IP079616@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704101804.l3AI4JIE064206@www.freebsd.org> <200704101810.l3AIA2IP079616@freefall.freebsd.org> Cc: Subject: Re: kern/111457: ral(4) lock X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 21:24:51 -0000 To follow up: I found that turning of netisr helps fix the lock up problem and even though netisr defaults to off on RELENG_6, I enabled it. -- Kimi From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 21:30:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFB5D16A404 for ; Mon, 7 May 2007 21:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC0713C44B for ; Mon, 7 May 2007 21:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47LU9dv017014 for ; Mon, 7 May 2007 21:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47LU97g017012; Mon, 7 May 2007 21:30:09 GMT (envelope-from gnats) Date: Mon, 7 May 2007 21:30:09 GMT Message-Id: <200705072130.l47LU97g017012@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Kimi Ostro" Cc: Subject: Re: kern/111457: ral(4) lock X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kimi Ostro List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 21:30:09 -0000 The following reply was made to PR kern/111457; it has been noted by GNATS. From: "Kimi Ostro" To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Cc: Subject: Re: kern/111457: ral(4) lock Date: Mon, 7 May 2007 21:57:22 +0100 To follow up: I found that turning of netisr helps fix the lock up problem and even though netisr defaults to off on RELENG_6, I enabled it. -- Kimi From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 21:46:20 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A466D16A400 for ; Mon, 7 May 2007 21:46:20 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 5341D13C43E for ; Mon, 7 May 2007 21:46:20 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l47LDRWu036514; Mon, 7 May 2007 15:13:27 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id l47LDPQv078961; Mon, 7 May 2007 15:13:25 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.8/8.13.8/Submit) id l47LDPbV078958; Mon, 7 May 2007 15:13:25 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17983.38516.966371.23214@gromit.timing.com> Date: Mon, 7 May 2007 15:13:24 -0600 From: John E Hein To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org In-Reply-To: <200705020050.l420o3qI065567@freefall.freebsd.org> References: <200705020011.l420BC2t051835@gromit.timing.com> <200705020050.l420o3qI065567@freefall.freebsd.org> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Virus-Scanned: ClamAV version 0.90, clamav-milter version devel-120207 on Daffy.timing.com X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20, DK_POLICY_SIGNSOME,J_CHICKENPOX_75 autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on Daffy.timing.com Cc: Subject: Re: bin/112336: install -S (safe copy) with -C or -p is not so safe X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 21:46:20 -0000 Here is a patch that implements 2 and was simpler than I thought it would be. It creates the temp file and does a rename, not only if the contents of the "from" & "to" files don't match, but also if perms/ownership don't match. One optimization could be to try to do the chown/chmod first and if that succceeds and the files match contents, don't bother with the temp file. But that seems to be needlessly complex for the relatively miniscule number of cases where we could gain from the added pedantry. And there may be edge case failures associated with an early chmod/chown. Any committers willing to take this one? Index: src/usr.bin/xinstall/xinstall.c =================================================================== RCS file: /base/FreeBSD-CVS/src/usr.bin/xinstall/xinstall.c,v retrieving revision 1.67 diff -u -p -r1.67 xinstall.c --- src/usr.bin/xinstall/xinstall.c 6 Mar 2006 21:52:59 -0000 1.67 +++ src/usr.bin/xinstall/xinstall.c 7 May 2007 20:52:18 -0000 @@ -317,7 +317,19 @@ install(const char *from_name, const cha if (docompare && !dostrip && target) { if ((to_fd = open(to_name, O_RDONLY, 0)) < 0) err(EX_OSERR, "%s", to_name); - if (devnull) + /* + * Even if the contents are the same, we want to rename + * temp files when doing a "safe" copy if the + * permissions and ownership need to change. We may + * not have permission to chown/chmod the "to" file + * directly. + */ + if (tempcopy && + ((gid != (gid_t)-1 && gid != to_sb.st_gid) || + (uid != (uid_t)-1 && uid != to_sb.st_uid) || + (mode != (to_sb.st_mode & ALLPERMS)))) + files_match = 0; + else if (devnull) files_match = to_sb.st_size == 0; else files_match = !(compare(from_fd, from_name, From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 23:32:49 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98FA716A400 for ; Mon, 7 May 2007 23:32:49 +0000 (UTC) (envelope-from ptroin@buzzlogic.com) Received: from ex14.myhostedexchange.com (ex14.myhostedexchange.com [69.50.2.20]) by mx1.freebsd.org (Postfix) with ESMTP id 494CE13C45E for ; Mon, 7 May 2007 23:32:49 +0000 (UTC) (envelope-from ptroin@buzzlogic.com) Received: from [10.1.5.73] ([64.127.105.60]) by ex14.myhostedexchange.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 7 May 2007 16:20:47 -0700 From: Philippe Troin To: freebsd-bugs@freebsd.org Content-Type: multipart/mixed; boundary="=-7RzG/DqDYRwKG1/DaB3v" Date: Mon, 07 May 2007 16:20:45 -0700 Message-Id: <1178580045.5372.4.camel@mica.fifi.org> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-2.fc5) X-OriginalArrivalTime: 07 May 2007 23:20:47.0453 (UTC) FILETIME=[57EC10D0:01C790FE] X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SIGPROF and SIGVTALRM are not delivered to multi-threaded programs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 23:32:49 -0000 --=-7RzG/DqDYRwKG1/DaB3v Content-Type: text/plain Content-Transfer-Encoding: 7bit [I'm not subscribed to freebsd-bugs, please CC me on any replies] See attached program. Compile with: gcc -Wall -Wextra -o itimer-test itimer-test.c -lpthread Run without threads: ./itimer-test See that SIGPROF is delivered every few milliseconds. Run with threads: ./itimer-test 1 SIGPROF is never delivered, either to the main thread or the other thread. Note that changing to ITIMER_VIRTUAL/SIGVTALARM does not work either. ITIMER_REAL/SIGALRM seems to work though. Phil. --=-7RzG/DqDYRwKG1/DaB3v-- From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 06:30:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CD1F16A401 for ; Tue, 8 May 2007 06:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6607913C448 for ; Tue, 8 May 2007 06:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l486U7GI052228 for ; Tue, 8 May 2007 06:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l486U7XD052227; Tue, 8 May 2007 06:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 06:30:07 GMT Resent-Message-Id: <200705080630.l486U7XD052227@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Griffin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A79016A402 for ; Tue, 8 May 2007 06:24:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC5413C489 for ; Tue, 8 May 2007 06:24:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l486OGaP048638 for ; Tue, 8 May 2007 06:24:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l486JFRE047265; Tue, 8 May 2007 06:19:15 GMT (envelope-from nobody) Message-Id: <200705080619.l486JFRE047265@www.freebsd.org> Date: Tue, 8 May 2007 06:19:15 GMT From: Aaron Griffin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112514: Linux porting and collaboration for libfetch X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 06:30:07 -0000 >Number: 112514 >Category: misc >Synopsis: Linux porting and collaboration for libfetch >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: Tue May 08 06:30:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Aaron Griffin >Release: None (at the moment) >Organization: ArchLinux >Environment: N/A >Description: Firstly, I apologize if this is the wrong communication channel. The folks on #freebsd at freenode informed me this was the proper place to bring things like this up. I have tried a few times to find the current maintainer of libfetch with no avail. I would like to contribute a few minor bug fixes / improvements to libfetch, and would like to discuss the possibility of accepting patches to allow compilation on Linux (I am unclear if this is allowed by FreeBSD policy or not). Anyway, I am currently maintaining a port/fork/what-have-you of libfetch for linux, and would like to collaborate with the current maintainers, instead of doing my own thing over here. Thanks in advance, Aaron Griffin >How-To-Repeat: N/A >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 06:47:47 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B865716A406; Tue, 8 May 2007 06:47:47 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 91F5A13C45A; Tue, 8 May 2007 06:47:47 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l486llZb053909; Tue, 8 May 2007 06:47:47 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l486llUn053905; Tue, 8 May 2007 06:47:47 GMT (envelope-from remko) Date: Tue, 8 May 2007 06:47:47 GMT From: Remko Lodder Message-Id: <200705080647.l486llUn053905@freefall.freebsd.org> To: aaronmgriffin@gmail.com, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112514: Linux porting and collaboration for libfetch X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 06:47:47 -0000 Synopsis: Linux porting and collaboration for libfetch State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Tue May 8 06:47:46 UTC 2007 State-Changed-Why: With my follow-up close this ticket, the reporter had been informed that questions@ or hackers@ is the proper help medium and that I thought that DES is the one for libfetch. http://www.freebsd.org/cgi/query-pr.cgi?pr=112514 From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 06:50:12 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99B8C16A406 for ; Tue, 8 May 2007 06:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 834F413C45B for ; Tue, 8 May 2007 06:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l486oCDo054015 for ; Tue, 8 May 2007 06:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l486oCaC054014; Tue, 8 May 2007 06:50:12 GMT (envelope-from gnats) Date: Tue, 8 May 2007 06:50:12 GMT Message-Id: <200705080650.l486oCaC054014@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Remko Lodder" Cc: Subject: Re: misc/112514: Linux porting and collaboration for libfetch X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remko Lodder List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 06:50:12 -0000 The following reply was made to PR misc/112514; it has been noted by GNATS. From: "Remko Lodder" To: "Aaron Griffin" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/112514: Linux porting and collaboration for libfetch Date: Tue, 8 May 2007 08:46:54 +0200 (CEST) > Firstly, I apologize if this is the wrong communication channel. The > folks on #freebsd at freenode informed me this was the proper place to > bring things like this up. > > I have tried a few times to find the current maintainer of libfetch with > no avail. I would like to contribute a few minor bug fixes / improvements > to libfetch, and would like to discuss the possibility of accepting > patches to allow compilation on Linux (I am unclear if this is allowed by > FreeBSD policy or not). > > Anyway, I am currently maintaining a port/fork/what-have-you of libfetch > for linux, and would like to collaborate with the current maintainers, > instead of doing my own thing over here. > > Thanks in advance, Hello Aaron, Thanks for taking the time to seek for our help and report this on the forums, though this is not the proper medium to get this help. You instead should look into http://lists.freebsd.org/mailman/listinfo/freebsd-questions or http://lists.freebsd.org/mailman/listinfo/freebsd-hackers to get the help you need. That said: I think that DES (des@) is the one you are looking for.. Regards, Remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 07:30:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16B8A16A406 for ; Tue, 8 May 2007 07:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EC88413C46A for ; Tue, 8 May 2007 07:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l487U3Ae057284 for ; Tue, 8 May 2007 07:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l487U3Bh057281; Tue, 8 May 2007 07:30:03 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 07:30:03 GMT Resent-Message-Id: <200705080730.l487U3Bh057281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ryan C. Gordon" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF94316A401 for ; Tue, 8 May 2007 07:27:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id D1BDD13C45A for ; Tue, 8 May 2007 07:27:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l487RFUq077838 for ; Tue, 8 May 2007 07:27:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l487MEYB075332; Tue, 8 May 2007 07:22:14 GMT (envelope-from nobody) Message-Id: <200705080722.l487MEYB075332@www.freebsd.org> Date: Tue, 8 May 2007 07:22:14 GMT From: "Ryan C. Gordon" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112515: libfetch doesn't support HTTP 307 "Temporary Redirect" results X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 07:30:04 -0000 >Number: 112515 >Category: misc >Synopsis: libfetch doesn't support HTTP 307 "Temporary Redirect" results >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 May 08 07:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ryan C. Gordon >Release: >Organization: >Environment: >Description: (I'm not actually running FreeBSD, I'm just using libfetch's source in a different project. Thank you for writing it, it's really handy!) libfetch has support for HTTP redirects, but doesn't have HTTP result 307 ("Temporary Redirect") in the list of redirecting results, so it fails these requests as an unknown error condition. >How-To-Repeat: Have libfetch attempt to download this URL: http://icculus.org/~icculus/dotplan/secondlife_screenie2.jpg The webserver will redirect you to the same path on a different server, using a 307 result. You should end up here: http://offload1.icculus.org/~icculus/dotplan/secondlife_screenie2.jpg ..which will serve the content as expected...libfetch gives up when it sees the 307 on the first server, though. >Fix: libfetch can handle this if 307 is added to its list of result codes. I have included a patch that makes the above URL work. Patch attached with submission follows: ? libfetch-http-307.diff Index: http.c =================================================================== RCS file: /home/ncvs/src/lib/libfetch/http.c,v retrieving revision 1.77 diff -u -r1.77 http.c --- http.c 24 Aug 2005 12:28:05 -0000 1.77 +++ http.c 8 May 2007 07:12:02 -0000 @@ -92,6 +92,7 @@ #define HTTP_MOVED_PERM 301 #define HTTP_MOVED_TEMP 302 #define HTTP_SEE_OTHER 303 +#define HTTP_TEMP_REDIRECT 307 #define HTTP_NEED_AUTH 401 #define HTTP_NEED_PROXY_AUTH 407 #define HTTP_BAD_RANGE 416 @@ -99,6 +100,7 @@ #define HTTP_REDIRECT(xyz) ((xyz) == HTTP_MOVED_PERM \ || (xyz) == HTTP_MOVED_TEMP \ + || (xyz) == HTTP_TEMP_REDIRECT \ || (xyz) == HTTP_SEE_OTHER) #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 08:19:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D39816A400; Tue, 8 May 2007 08:19:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 33B9713C469; Tue, 8 May 2007 08:19:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l488J5NS059988; Tue, 8 May 2007 08:19:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l488J5mw059984; Tue, 8 May 2007 08:19:05 GMT (envelope-from linimon) Date: Tue, 8 May 2007 08:19:05 GMT From: Mark Linimon Message-Id: <200705080819.l488J5mw059984@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: kern/112515: [libfetch] [patch] libfetch doesn't support HTTP 307 "Temporary Redirect" results X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:19:05 -0000 Synopsis: [libfetch] [patch] libfetch doesn't support HTTP 307 "Temporary Redirect" results Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 8 08:18:45 UTC 2007 Responsible-Changed-Why: To des for review (not necessarily for commit). http://www.freebsd.org/cgi/query-pr.cgi?pr=112515 From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 08:50:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF02C16A408 for ; Tue, 8 May 2007 08:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A17FB13C44B for ; Tue, 8 May 2007 08:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l488o3YS062762 for ; Tue, 8 May 2007 08:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l488o3Qi062761; Tue, 8 May 2007 08:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 08:50:03 GMT Resent-Message-Id: <200705080850.l488o3Qi062761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vd@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62A3016A401; Tue, 8 May 2007 08:45:21 +0000 (UTC) (envelope-from vd@v5d.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5553A13C465; Tue, 8 May 2007 08:45:21 +0000 (UTC) (envelope-from vd@v5d.org) Received: from mail.v5d.org (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l488jKEZ062724; Tue, 8 May 2007 08:45:21 GMT (envelope-from vd@v5d.org) Received: by mail.v5d.org (Postfix, from userid 1002) id EB8A5413F; Tue, 8 May 2007 11:45:23 +0300 (EEST) Message-Id: <20070508084523.GA97464@polejan.hw.v5d.org> Date: Tue, 8 May 2007 11:45:23 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/112517: [patch] fix kernel build without INET6 on -CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 08:50:04 -0000 >Number: 112517 >Category: kern >Synopsis: [patch] fix kernel build without INET6 on -CURRENT >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 08 08:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 7.0-CURRENT amd64 >Organization: N/A >Environment: Irrelevant >Description: The kernel does not compile without "options INET6", see the patch. >How-To-Repeat: Try to compile the kernel without "options INET6". >Fix: --- tcp_input.c_ip6.diff begins here --- --- ./sys/netinet/tcp_input.c.orig Mon May 7 21:07:45 2007 +++ ./sys/netinet/tcp_input.c Mon May 7 21:11:24 2007 @@ -780,9 +780,11 @@ #ifdef TCPDEBUG if (so->so_options & SO_DEBUG) { ostate = tp->t_state; +#ifdef INET6 if (isipv6) bcopy((char *)ip6, (char *)tcp_saveipgen, sizeof(*ip6)); else +#endif /* INET6 */ bcopy((char *)ip, (char *)tcp_saveipgen, sizeof(*ip)); tcp_savetcp = *th; } --- tcp_input.c_ip6.diff ends here --- -- Vasil Dimov moc.elcaro@vomid.lisav Software Developer @ Oracle/Innobase Oy gro.DSBeerF@dv Committer @ FreeBSD.org gro.d5v@dv Home @ Sofia, Bulgaria >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 09:20:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B392B16A404 for ; Tue, 8 May 2007 09:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9815413C455 for ; Tue, 8 May 2007 09:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l489K5sD063806 for ; Tue, 8 May 2007 09:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l489K5CW063805; Tue, 8 May 2007 09:20:05 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 09:20:05 GMT Resent-Message-Id: <200705080920.l489K5CW063805@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vd@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DB0A16A400; Tue, 8 May 2007 09:10:52 +0000 (UTC) (envelope-from vd@v5d.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBFD13C44C; Tue, 8 May 2007 09:10:52 +0000 (UTC) (envelope-from vd@v5d.org) Received: from mail.v5d.org (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l489Apgh063675; Tue, 8 May 2007 09:10:52 GMT (envelope-from vd@v5d.org) Received: by mail.v5d.org (Postfix, from userid 1002) id 4F4DF413F; Tue, 8 May 2007 12:10:55 +0300 (EEST) Message-Id: <20070508091055.GA97654@polejan.hw.v5d.org> Date: Tue, 8 May 2007 12:10:55 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/112518: regression: "panic: blockabe sleep lock" @ boot after upgrade -CURRENT SMP amd64 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 09:20:05 -0000 >Number: 112518 >Category: kern >Synopsis: regression: "panic: blockabe sleep lock" @ boot after upgrade -CURRENT SMP amd64 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 08 09:20:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 7.0-CURRENT amd64 >Organization: N/A >Environment: FreeBSD 7.0-CURRENT as of May 7 2007, Intel Centrino Duo (amd64). Dell Latitude D620 laptop >Description: After upgrading my 7.0-CURRENT system (which was from early March 2007) to the latest as of May 7 2007 I get a kernel panic during boot: ... acd0: DVDR at ata1-master UDMA33 SMP: AP CPU #1 Launched! panic: blockable sleep lock (sx) msi @ /usr/src/sys/amd64/amd64/msi.c:374 cpuid = 1 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2f: nop db> bt Tracing pid 0 tid 0 td 0xffffffff8099dda0 kdb_enter() at kdb_enter+0x2f panic() at panic+0x225 witness_checkorder() at witness_checkorder+0x5db _sx_slock() at _sx_slock+0x3a msi_map() at msi_map+0x34 pci_remap_msi_irq at pci_remap_msi_irq+0x203 intr_assign_next_cpu() at intr_assign_next_cpu+0x18 intr_shuffle_irqs at intr_shuffle_irqs+0x68 mi_startup() at mi_startup+0xd3 btext() at btext+0x2c db> After disabling "Multi Core Support" from the BIOS, the system boots just fine: ... acd0: DVDR at ata1-master UDMA33 pcm0: pcm0: GEOM_JOURNAL: Journal 1215844039: ad0s3a contains journal. ... >How-To-Repeat: Just boot, but probably this is HW specific. >Fix: N/A -- Vasil Dimov moc.elcaro@vomid.lisav Software Developer @ Oracle/Innobase Oy gro.DSBeerF@dv Committer @ FreeBSD.org gro.d5v@dv Home @ Sofia, Bulgaria >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 11:20:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 555A716A407 for ; Tue, 8 May 2007 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 37B0613C4B7 for ; Tue, 8 May 2007 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48BK5Op070321 for ; Tue, 8 May 2007 11:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48BK5tI070316; Tue, 8 May 2007 11:20:05 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 11:20:05 GMT Resent-Message-Id: <200705081120.l48BK5tI070316@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philip Clooth Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F7AC16A402 for ; Tue, 8 May 2007 11:17:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 00D0313C4BD for ; Tue, 8 May 2007 11:17:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l48BH7uS015328 for ; Tue, 8 May 2007 11:17:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l48BC6g4013445; Tue, 8 May 2007 11:12:06 GMT (envelope-from nobody) Message-Id: <200705081112.l48BC6g4013445@www.freebsd.org> Date: Tue, 8 May 2007 11:12:06 GMT From: Philip Clooth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112519: New Commercial Misc Entry X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:20:05 -0000 >Number: 112519 >Category: misc >Synopsis: New Commercial Misc Entry >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: Tue May 08 11:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Philip Clooth >Release: >Organization: GFU >Environment: >Description: dl>
GFU Schulung
GFU offers a FreeBSD Training for customising servers with a whole bunch of open source software like postgrSQL OpenOffice, Cyrus Imap etc. Upon customer requests especially: Oracle Administration under FreeBSD
>How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 11:27:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16D5C16A400; Tue, 8 May 2007 11:27:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E2D7213C468; Tue, 8 May 2007 11:27:08 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48BR8pw070620; Tue, 8 May 2007 11:27:08 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48BR8pI070616; Tue, 8 May 2007 11:27:08 GMT (envelope-from remko) Date: Tue, 8 May 2007 11:27:08 GMT From: Remko Lodder Message-Id: <200705081127.l48BR8pI070616@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-www@FreeBSD.org Cc: Subject: Re: www/112519: New Commercial Misc Entry X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 11:27:09 -0000 Synopsis: New Commercial Misc Entry Responsible-Changed-From-To: freebsd-bugs->freebsd-www Responsible-Changed-By: remko Responsible-Changed-When: Tue May 8 11:26:55 UTC 2007 Responsible-Changed-Why: Reassign to www team http://www.freebsd.org/cgi/query-pr.cgi?pr=112519 From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 14:10:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36F8F16A401 for ; Tue, 8 May 2007 14:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F235D13C459 for ; Tue, 8 May 2007 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48EA3np086104 for ; Tue, 8 May 2007 14:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48EA3Rl086103; Tue, 8 May 2007 14:10:03 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 14:10:03 GMT Resent-Message-Id: <200705081410.l48EA3Rl086103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Spencer Minear Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A79416A400 for ; Tue, 8 May 2007 14:03:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 792C513C45B for ; Tue, 8 May 2007 14:03:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l48E3vnF013484 for ; Tue, 8 May 2007 14:03:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l48DwvQ3097134; Tue, 8 May 2007 13:58:57 GMT (envelope-from nobody) Message-Id: <200705081358.l48DwvQ3097134@www.freebsd.org> Date: Tue, 8 May 2007 13:58:57 GMT From: Spencer Minear To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112521: exit code from tar -tf is not non-zero when an error is detected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 14:10:04 -0000 >Number: 112521 >Category: misc >Synopsis: exit code from tar -tf is not non-zero when an error is detected >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 May 08 14:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Spencer Minear >Release: Seen on FreeBSD 6.0, but appears to still be present in current >Organization: Secure Computing Corp >Environment: FreeBSD nowind2.scur.com 6.0-RELEASE FreeBSD 6.0-RELEASE >Description: If you run tar -tvf archive_file on an archive that is bad or truncated tar will write an error message like: "tar: (Empty error message)" for a tar file or "tar: Truncated ZIP file body: Inappropriate file type or format" for a ZIP file. BUT in both cases the exit code after this "error" is 0. This appears to be inconsistent with the information in the tar manual page which says that "The tar utility exits 0 on success, and >0 if an error occurs." >How-To-Repeat: Use an editor of choice to bugger up or truncate a tarball and use tar to get a listing of contents and check the exit status from the command. >Fix: In the usr.bin/tar/read.c file when running in the 't' mode if archive_read_data_skip returns an ARCHIVE_FATAL status wet the bsdtar retgurn_value to 1. @@ -184,6 +184,7 @@ } if (r == ARCHIVE_FATAL) { fprintf(out, "\n"); + bsdtar->return_value = 1; bsdtar_warnc(bsdtar, 0, "%s", archive_error_string(a)); break; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 14:29:30 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A22EB16A40E; Tue, 8 May 2007 14:29:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7908713C459; Tue, 8 May 2007 14:29:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48ETUYj086900; Tue, 8 May 2007 14:29:30 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48ETUhN086896; Tue, 8 May 2007 14:29:30 GMT (envelope-from rafan) Date: Tue, 8 May 2007 14:29:30 GMT From: Rong-En Fan Message-Id: <200705081429.l48ETUhN086896@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-bugs@FreeBSD.org, kientzle@FreeBSD.org Cc: Subject: Re: misc/112521: exit code from tar -tf is not non-zero when an error is detected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 14:29:30 -0000 Synopsis: exit code from tar -tf is not non-zero when an error is detected Responsible-Changed-From-To: freebsd-bugs->kientzle Responsible-Changed-By: rafan Responsible-Changed-When: Tue May 8 14:29:29 UTC 2007 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=112521 From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 19:02:24 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 795E516A402 for ; Tue, 8 May 2007 19:02:24 +0000 (UTC) (envelope-from nd@syndicat.com) Received: from ffm-dr1.syndicat.com (ffm-dr1.syndicat.com [62.146.89.62]) by mx1.freebsd.org (Postfix) with ESMTP id 3A40613C44C for ; Tue, 8 May 2007 19:02:24 +0000 (UTC) (envelope-from nd@syndicat.com) Received: from localhost.syndicat.com ([127.0.0.1] helo=localhost) by ffm-dr1.syndicat.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HlUZi-000IVw-5l for freebsd-bugs@freebsd.org; Tue, 08 May 2007 20:38:14 +0200 X-Virus-Scanned: Syndicat BadCodeFight v2.1 at syndicat.com Received: from ffm-dr1.syndicat.com ([127.0.0.1]) by localhost (ffm-dr1.syndicat.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0qY5E9Gw8ZXh for ; Tue, 8 May 2007 20:38:11 +0200 (CEST) Received: from pd9557359.dip.t-dialin.net ([217.85.115.89] helo=pingpong) by ffm-dr1.syndicat.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HlUZe-000HvU-Uc for freebsd-bugs@freebsd.org; Tue, 08 May 2007 20:38:11 +0200 From: Niels Dettenbach Organization: Syndicat IT&Internet To: freebsd-bugs@freebsd.org Date: Tue, 8 May 2007 20:39:57 +0200 User-Agent: KMail/1.9.6 X-regid: de.skyway X-Syndicat-Posthamster: 4.55 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705082039.57556.nd@syndicat.com> Subject: no respond to KILL -9 or any signal X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 19:02:24 -0000 Dear List readers and FreeBSD coders, since 5.2 i experienced in timespans of some days or weeks the effect on our internet server machine, that processes got hanging and are not killable by kill -9 or any other signal. Most times it seems that perl based processes are affected like spamd (Spamassassin), amavisd-new but one time my exim got hanged too. ps afux says the proces are in state "DL" - wich doesn't change after a "kill" or "kill -9 " - i didn't found any way to get the procs killed or cleaned out. So i have to reboot the machine (with hard reset!) each time to get the hanging service running again - that's really not nice for a productive system! The Machine started with a 5.0 installation years ago. The effect arises since somewhere around 5.1/5.2 - during my 6.0 installation not over several monthes - since updates / with new fresh install on 6.2 it comes back. Ideas - it comes from a hardware bug - i can't follow. We have checked the hardware different times and the problem was gone over monthes during a (untouched) 6.0 installation. With Linux the box the problem is not there but im not like to switch to linux - i like FreeBSD in its way for my productive systems. We tried different installations and kernel configs and a lot of new world build and port updates. It looks like a problem somewhere with any kind of IO interactions but im not shure... i use: === - FreeBSD ffm-dr1.syndicat.com 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: - on a Intel Dual XEON - Intel SE Server Board - 2GB RAM - with Intel (former ICP-Vortex) U320 SCSI Controller (RAID1) - (iir driver) - IDE disc drive (backup only) - 2x NIC - with and without jails env: === CPUTYPE=p4 CPUTYPE?=p4 Perl is 5.8.8 - i've tried perl from ports as the default FreeBSD perl. (add. data available on request) The problem is urgent for us so any useful info or help is very welcome!... Best regards and cheers, -- Niels Dettenbach --- Syndicat IT&Internet web: http://www.syndicat.com Heilbad Heiligenstadt - DE Kryptoinfo - GPG/PGP public key: ID 651CA20D - https://syndicat.com/pub_key.asc Key fingerprint = 55E0 4DCD B04C 4A49 1586 88AE 54DC 4465 651C A20D --- From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 19:40:37 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 253C216A406 for ; Tue, 8 May 2007 19:40:37 +0000 (UTC) (envelope-from rnsanchez@wait4.org) Received: from spunkymail-a4.g.dreamhost.com (sd-green-bigip-207.dreamhost.com [208.97.132.207]) by mx1.freebsd.org (Postfix) with ESMTP id 134A313C480 for ; Tue, 8 May 2007 19:40:36 +0000 (UTC) (envelope-from rnsanchez@wait4.org) Received: from sauron.lan.box (unknown [200.180.182.64]) by spunkymail-a4.g.dreamhost.com (Postfix) with ESMTP id D617E131A35 for ; Tue, 8 May 2007 12:40:33 -0700 (PDT) Date: Tue, 8 May 2007 16:40:32 -0300 From: Ricardo Nabinger Sanchez To: freebsd-bugs@freebsd.org Message-Id: <20070508164032.026e08e4.rnsanchez@wait4.org> In-Reply-To: <200705082039.57556.nd@syndicat.com> References: <200705082039.57556.nd@syndicat.com> Organization: SYS_WAIT4 X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.11; i386-unknown-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: no respond to KILL -9 or any signal X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 19:40:37 -0000 On Tue, 8 May 2007 20:39:57 +0200 Niels Dettenbach wrote: > ps afux says the proces are in state "DL" - wich doesn't change after a > "kill" or "kill -9 " - i didn't found any way to get the procs killed or > cleaned out. >From ps(1): D Marks a process in disk (or other short term, uninter- ruptible) wait. L Marks a process that is waiting to acquire a lock. Disk waits are non-interruptible, so the process won't get your KILL signals (thus won't change state). -- Ricardo Nabinger Sanchez rnsanchez@wait4.org Powered by FreeBSD "Left to themselves, things tend to go from bad to worse." From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 20:40:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BDE816A403 for ; Tue, 8 May 2007 20:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDC813C459 for ; Tue, 8 May 2007 20:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48Ke4ir014938 for ; Tue, 8 May 2007 20:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48Ke4vX014937; Tue, 8 May 2007 20:40:04 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 20:40:04 GMT Resent-Message-Id: <200705082040.l48Ke4vX014937@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Krüger Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B7F616A402 for ; Tue, 8 May 2007 20:30:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1D56413C44B for ; Tue, 8 May 2007 20:30:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l48KUpqs043841 for ; Tue, 8 May 2007 20:30:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l48KPoSD037638; Tue, 8 May 2007 20:25:50 GMT (envelope-from nobody) Message-Id: <200705082025.l48KPoSD037638@www.freebsd.org> Date: Tue, 8 May 2007 20:25:50 GMT From: Stefan Krüger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112531: freebsd6-stable SMP kernel crash, maybe nfs related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:40:04 -0000 >Number: 112531 >Category: kern >Synopsis: freebsd6-stable SMP kernel crash, maybe nfs related >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 May 08 20:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Stefan Krüger >Release: FreeBSD 6.2-STABLE >Organization: >Environment: FreeBSD 6.2-STABLE #0: Sun May 6 02:06:28 CEST 2007 root@localhost:/usr/obj/usr/src/sys/SMP_ALTQ >Description: # cat /var/crash/info.0 Dump header from device /dev/da0s1b Architecture: i386 Architecture Version: 2 Dump Length: 1073283072B (1023 MB) Blocksize: 512 Dumptime: Sun May 6 10:16:24 2007 Hostname: beastie.example.net Magic: FreeBSD Kernel Dump Version String: FreeBSD 6.2-STABLE #0: Sun May 6 02:06:28 CEST 2007 space7@beastie.example.net:/usr/obj/usr/src/sys/SMP_ALTQ Panic String: page fault Dump Parity: 3165583476 Bounds: 0 Dump Status: good # kgdb /var/crash/kernel.debug /var/crash/vmcore.0 [snip] Unread portion of the kernel message buffer: <118>May 6 10:16:24 beastie init: /bin/sh on /etc/rc.shutdown terminated abnormally, going to single user mode <118>May 6 10:16:24 beastie syslogd: exiting on signal 15 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x24 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0767ae6 stack pointer = 0x28:0xeb87fab0 frame pointer = 0x28:0xeb87fc4c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 816 (mountd) trap number = 12 panic: page fault cpuid = 1 Uptime: 44m18s Dumping 1023 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1023MB (261872 pages) 1007 991 975 959 943 927 911 895 879 863 847 83 1 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0711271 in boot (howto=16644) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc0711664 in panic (fmt=0xc09fbbb2 "%s") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc099975c in trap_fatal (frame=0xeb87fa70, eva=0) at /usr/src/sys/i386/i386/trap.c:837 #4 0xc0999402 in trap_pfault (frame=0xeb87fa70, usermode=0, eva=36) at /usr/src/sys/i386/i386/trap.c:745 #5 0xc0998f9d in trap (frame= {tf_fs = -986644472, tf_es = -343474136, tf_ds = -1066008536, tf_edi = 0, tf_esi = -984895488, tf_ebp = -343409588, tf_isp = -343410020, tf_ebx = -985990192, tf_edx = -986000112, tf_ecx = 4, tf_eax = -986581260, tf_trapno = 12, tf_err = 0, tf_eip = -1065977114, tf_cs = 32, tf_eflags = 66178, tf_esp = -984861296, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:435 #6 0xc097ff3a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc0767ae6 in unp_connect (so=0xc559f000, nam=0xc5d54940, td=0xc526b900) at /usr/src/sys/kern/uipc_usrreq.c:1031 #8 0xc0765807 in uipc_connect (so=0xc559f000, nam=0xc531f6f4, td=0xc531f6f4) at /usr/src/sys/kern/uipc_usrreq.c:243 #9 0xc075a297 in soconnect (so=0xc559f000, nam=0xc531f6f4, td=0xc531f6f4) at /usr/src/sys/kern/uipc_socket.c:558 #10 0xc076156d in kern_connect (td=0xc526b900, fd=-986581260, sa=0xc5d54940) at /usr/src/sys/kern/uipc_syscalls.c:536 #11 0xc0761491 in connect (td=0xc531f6f4, uap=0xeb87fd04) at /usr/src/sys/kern/uipc_syscalls.c:505 #12 0xc0999b80 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 672689924, tf_esi = 3, tf_ebp = -1077942104, tf_isp = -343409308, tf_ebx = 672602528, tf_edx = -1077941920, tf_ecx = 672602528, tf_eax = 98, tf_trapno = 0, tf_err = 2, tf_eip = 672402143, tf_cs = 51, tf_eflags = 582, tf_esp = -1077942468, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 #13 0xc097ff8f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #14 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) if you need more info, feel free to mail me instructions kernel.debug + vmcore.0 available on request >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 20:50:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D0B216A406 for ; Tue, 8 May 2007 20:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0E03E13C45E for ; Tue, 8 May 2007 20:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48Ko3xM015365 for ; Tue, 8 May 2007 20:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48Ko3Ht015361; Tue, 8 May 2007 20:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 20:50:03 GMT Resent-Message-Id: <200705082050.l48Ko3Ht015361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Krüger Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC04916A402 for ; Tue, 8 May 2007 20:41:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id CDF0713C44C for ; Tue, 8 May 2007 20:41:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l48KfjPO064213 for ; Tue, 8 May 2007 20:41:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l48Kai26052008; Tue, 8 May 2007 20:36:44 GMT (envelope-from nobody) Message-Id: <200705082036.l48Kai26052008@www.freebsd.org> Date: Tue, 8 May 2007 20:36:44 GMT From: Stefan Krüger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112532: freebsd6-stable SMP kernel crash, maybe nfs related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:50:04 -0000 >Number: 112532 >Category: kern >Synopsis: freebsd6-stable SMP kernel crash, maybe nfs related >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 May 08 20:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Stefan Krüger >Release: FreeBSD 6.2-STABLE >Organization: >Environment: FreeBSD 6.2-STABLE #0: Sun May 6 02:06:28 CEST 2007 root@localhost:/usr/obj/usr/src/sys/SMP_ALTQ >Description: # cat /var/crash/info.0 Dump header from device /dev/da0s1b Architecture: i386 Architecture Version: 2 Dump Length: 1073283072B (1023 MB) Blocksize: 512 Dumptime: Sun May 6 10:16:24 2007 Hostname: beastie.example.net Magic: FreeBSD Kernel Dump Version String: FreeBSD 6.2-STABLE #0: Sun May 6 02:06:28 CEST 2007 space7@beastie.example.net:/usr/obj/usr/src/sys/SMP_ALTQ Panic String: page fault Dump Parity: 3165583476 Bounds: 0 Dump Status: good # kgdb /var/crash/kernel.debug /var/crash/vmcore.0 [snip] Unread portion of the kernel message buffer: <118>May 6 10:16:24 beastie init: /bin/sh on /etc/rc.shutdown terminated abnormally, going to single user mode <118>May 6 10:16:24 beastie syslogd: exiting on signal 15 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x24 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0767ae6 stack pointer = 0x28:0xeb87fab0 frame pointer = 0x28:0xeb87fc4c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 816 (mountd) trap number = 12 panic: page fault cpuid = 1 Uptime: 44m18s Dumping 1023 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1023MB (261872 pages) 1007 991 975 959 943 927 911 895 879 863 847 83 1 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0711271 in boot (howto=16644) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc0711664 in panic (fmt=0xc09fbbb2 "%s") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc099975c in trap_fatal (frame=0xeb87fa70, eva=0) at /usr/src/sys/i386/i386/trap.c:837 #4 0xc0999402 in trap_pfault (frame=0xeb87fa70, usermode=0, eva=36) at /usr/src/sys/i386/i386/trap.c:745 #5 0xc0998f9d in trap (frame= {tf_fs = -986644472, tf_es = -343474136, tf_ds = -1066008536, tf_edi = 0, tf_esi = -984895488, tf_ebp = -343409588, tf_isp = -343410020, tf_ebx = -985990192, tf_edx = -986000112, tf_ecx = 4, tf_eax = -986581260, tf_trapno = 12, tf_err = 0, tf_eip = -1065977114, tf_cs = 32, tf_eflags = 66178, tf_esp = -984861296, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:435 #6 0xc097ff3a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc0767ae6 in unp_connect (so=0xc559f000, nam=0xc5d54940, td=0xc526b900) at /usr/src/sys/kern/uipc_usrreq.c:1031 #8 0xc0765807 in uipc_connect (so=0xc559f000, nam=0xc531f6f4, td=0xc531f6f4) at /usr/src/sys/kern/uipc_usrreq.c:243 #9 0xc075a297 in soconnect (so=0xc559f000, nam=0xc531f6f4, td=0xc531f6f4) at /usr/src/sys/kern/uipc_socket.c:558 #10 0xc076156d in kern_connect (td=0xc526b900, fd=-986581260, sa=0xc5d54940) at /usr/src/sys/kern/uipc_syscalls.c:536 #11 0xc0761491 in connect (td=0xc531f6f4, uap=0xeb87fd04) at /usr/src/sys/kern/uipc_syscalls.c:505 #12 0xc0999b80 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 672689924, tf_esi = 3, tf_ebp = -1077942104, tf_isp = -343409308, tf_ebx = 672602528, tf_edx = -1077941920, tf_ecx = 672602528, tf_eax = 98, tf_trapno = 0, tf_err = 2, tf_eip = 672402143, tf_cs = 51, tf_eflags = 582, tf_esp = -1077942468, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 #13 0xc097ff8f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #14 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) if you need more info, feel free to mail me instructions kernel.debug + vmcore.0 available on request >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 20:51:59 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D912516A404; Tue, 8 May 2007 20:51:59 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B3DCE13C43E; Tue, 8 May 2007 20:51:59 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48KpxZS015728; Tue, 8 May 2007 20:51:59 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48KpxS4015724; Tue, 8 May 2007 20:51:59 GMT (envelope-from remko) Date: Tue, 8 May 2007 20:51:59 GMT From: Remko Lodder Message-Id: <200705082051.l48KpxS4015724@freefall.freebsd.org> To: skrueger@europe.com, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/112532: freebsd6-stable SMP kernel crash, maybe nfs related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 20:51:59 -0000 Synopsis: freebsd6-stable SMP kernel crash, maybe nfs related State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Tue May 8 20:51:59 UTC 2007 State-Changed-Why: duplicate of 112531 http://www.freebsd.org/cgi/query-pr.cgi?pr=112532 From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 21:00:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98EF316A404 for ; Tue, 8 May 2007 21:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 71B1913C447 for ; Tue, 8 May 2007 21:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48L0BwK015871 for ; Tue, 8 May 2007 21:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48L0B27015870; Tue, 8 May 2007 21:00:11 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 21:00:11 GMT Resent-Message-Id: <200705082100.l48L0B27015870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Krüger Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C2C716A404 for ; Tue, 8 May 2007 20:57:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 31CC613C48C for ; Tue, 8 May 2007 20:57:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l48Kvv7S088558 for ; Tue, 8 May 2007 20:57:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l48Kqtkp082185; Tue, 8 May 2007 20:52:55 GMT (envelope-from nobody) Message-Id: <200705082052.l48Kqtkp082185@www.freebsd.org> Date: Tue, 8 May 2007 20:52:55 GMT From: Stefan Krüger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112534: freebsd6-stable SMP kernel crash, maybe pf related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:00:11 -0000 >Number: 112534 >Category: kern >Synopsis: freebsd6-stable SMP kernel crash, maybe pf related >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 May 08 21:00:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Stefan Krüger >Release: FreeBSD 6.2-STABLE >Organization: >Environment: FreeBSD 6.2-STABLE #0: Sun May 6 02:06:28 CEST 2007 root@localhost:/usr/obj/usr /src/sys/SMP_ALTQ >Description: # cat /var/run/info.1 Dump header from device /dev/da0s1b Architecture: i386 Architecture Version: 2 Dump Length: 1073283072B (1023 MB) Blocksize: 512 Dumptime: Tue May 8 19:19:29 2007 Hostname: beastie.example.net Magic: FreeBSD Kernel Dump Version String: FreeBSD 6.2-STABLE #0: Sun May 6 02:06:28 CEST 2007 space7@localhost:/usr/obj/usr/src/sys/SMP_ALTQ Panic String: page fault Dump Parity: 1167164788 Bounds: 1 Dump Status: good # kgdb /var/crash/kernel.debug /var/crash/vmcore.1 [snip] Unread portion of the kernel message buffer: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x104 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0705c9c stack pointer = 0x28:0xeb8c2944 frame pointer = 0x28:0xeb8c2958 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 8410 (pfctl) trap number = 12 panic: page fault cpuid = 1 Uptime: 3h37m8s Dumping 1023 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1023MB (261872 pages) 1007 991 975 959 943 927 911 895 879 863 847 831 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0711271 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc0711664 in panic (fmt=0xc09fbbb2 "%s") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc099975c in trap_fatal (frame=0xeb8c2904, eva=0) at /usr/src/sys/i386/i386/trap.c:837 #4 0xc0998d74 in trap (frame= {tf_fs = -343146488, tf_es = -989134808, tf_ds = -343146456, tf_edi = -986735616, tf_esi = 4, tf_ebp = -343135912, tf_isp = -343135952, tf_ebx = -987756276, tf_edx = 6, tf_ecx = -986735616, tf_eax = 1, tf_trapno = 12, tf_err = 0, tf_eip = -1066378084, tf_cs = 32, tf_eflags = 65538, tf_esp = -987756276, tf_ss = -1069048717}) at /usr/src/sys/i386/i386/trap.c:270 #5 0xc097ff3a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #6 0xc0705c9c in _mtx_lock_sleep (m=0xc520090c, tid=3308231680, opts=0, file=0x0, line=0) at /usr/src/sys/kern/kern_mutex.c:546 #7 0xc0478419 in priq_class_destroy (cl=0xc5934540) at /usr/src/sys/contrib/altq/altq/altq_priq.c:416 #8 0xc0478110 in priq_clear_interface (pif=0xc6917c80) at /usr/src/sys/contrib/altq/altq/altq_priq.c:252 #9 0xc0477f55 in priq_remove_altq (a=0x6) at /usr/src/sys/contrib/altq/altq/altq_priq.c:161 #10 0xc0479833 in altq_remove (a=0x6) at /usr/src/sys/contrib/altq/altq/altq_subr.c:647 #11 0xc535688c in pf_commit_altq () #12 0xc53590ba in pfioctl () #13 0xc06af017 in devfs_ioctl_f (fp=0xc69e4990, com=3222029394, data=0xc520b980, cred=0xc657ac80, td=0xc52f9c00) at /usr/src/sys/fs/devfs/devfs_vnops.c:479 #14 0xc073e56b in ioctl (td=0xc52f9c00, uap=0xeb8c2d04) at file.h:265 #15 0xc0999b80 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = -1077944980, tf_esi = 0, tf_ebp = -1077944968, tf_isp = -343134876, tf_ebx = -1077942416, tf_edx = 134737920, tf_ecx = 0, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 672783783, tf_cs = 51, tf_eflags = 582, tf_esp = -1077945012, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 #16 0xc097ff8f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #17 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) if you need more info, feel free to mail me instructions kernel.debug + vmcore.1 available on request >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 22:24:36 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2B4716A404; Tue, 8 May 2007 22:24:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8861B13C45E; Tue, 8 May 2007 22:24:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48MOaSu020185; Tue, 8 May 2007 22:24:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48MOa2h020181; Tue, 8 May 2007 22:24:36 GMT (envelope-from linimon) Date: Tue, 8 May 2007 22:24:36 GMT From: Mark Linimon Message-Id: <200705082224.l48MOa2h020181@freefall.freebsd.org> To: skrueger@europe.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/112534: freebsd6-stable SMP kernel crash, maybe pf related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 22:24:36 -0000 Synopsis: freebsd6-stable SMP kernel crash, maybe pf related State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue May 8 22:23:39 UTC 2007 State-Changed-Why: Duplicate (or near-duplicate?) of kern/112531. http://www.freebsd.org/cgi/query-pr.cgi?pr=112534 From owner-freebsd-bugs@FreeBSD.ORG Tue May 8 22:31:46 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FBEE16A408; Tue, 8 May 2007 22:31:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5106F13C480; Tue, 8 May 2007 22:31:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48MVkmN021512; Tue, 8 May 2007 22:31:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48MVkpC021508; Tue, 8 May 2007 22:31:46 GMT (envelope-from linimon) Date: Tue, 8 May 2007 22:31:46 GMT From: Mark Linimon Message-Id: <200705082231.l48MVkpC021508@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org Cc: Subject: Re: kern/81147: [net] [patch] em0 reinitialization while adding aliases to interface X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 22:31:46 -0000 Old Synopsis: [em] [patch] em0 reinitialization while adding aliases to interface New Synopsis: [net] [patch] em0 reinitialization while adding aliases to interface Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 8 22:30:12 UTC 2007 Responsible-Changed-Why: I'm going to reclassify this one. The original submitter did indeed submit a patch, which was kind of hacky; I got not response when asking for feedback. However, a later correspondant noted that this was more of a general problem, and submitted a patch against sys/net/if_ethersubr.c. Since that patch may need to be evaluated, I'll reassign this to -net. http://www.freebsd.org/cgi/query-pr.cgi?pr=81147 From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 06:10:15 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDC2E16A40A; Wed, 9 May 2007 06:10:15 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A71E213C44C; Wed, 9 May 2007 06:10:15 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l496AF6x074241; Wed, 9 May 2007 06:10:15 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l496AFvu074237; Wed, 9 May 2007 06:10:15 GMT (envelope-from maxim) Date: Wed, 9 May 2007 06:10:15 GMT From: Maxim Konovalov Message-Id: <200705090610.l496AFvu074237@freefall.freebsd.org> To: vd@freebsd.org, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/112517: [patch] fix kernel build without INET6 on -CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:10:15 -0000 Synopsis: [patch] fix kernel build without INET6 on -CURRENT State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Wed May 9 06:09:55 UTC 2007 State-Changed-Why: Fixed in HEAD. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=112517 From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 06:20:14 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3EE316A403 for ; Wed, 9 May 2007 06:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B52FB13C459 for ; Wed, 9 May 2007 06:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l496KE3L075177 for ; Wed, 9 May 2007 06:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l496KERp075176; Wed, 9 May 2007 06:20:14 GMT (envelope-from gnats) Date: Wed, 9 May 2007 06:20:14 GMT Message-Id: <200705090620.l496KERp075176@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: kern/112517: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 06:20:14 -0000 The following reply was made to PR kern/112517; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/112517: commit references a PR Date: Wed, 9 May 2007 06:09:47 +0000 (UTC) maxim 2007-05-09 06:09:41 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build. PR: kern/112517 Submitted by: vd Revision Changes Path 1.347 +2 -0 src/sys/netinet/tcp_input.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 11:20:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EFDA16A406 for ; Wed, 9 May 2007 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6F07513C45B for ; Wed, 9 May 2007 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49BK396008985 for ; Wed, 9 May 2007 11:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49BK3It008984; Wed, 9 May 2007 11:20:03 GMT (envelope-from gnats) Resent-Date: Wed, 9 May 2007 11:20:03 GMT Resent-Message-Id: <200705091120.l49BK3It008984@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takeharu KATO Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E6A816A402 for ; Wed, 9 May 2007 11:10:36 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: from ybbsmtp09.mail.ogk.yahoo.co.jp (ybbsmtp09.mail.ogk.yahoo.co.jp [124.83.153.129]) by mx1.freebsd.org (Postfix) with SMTP id E5DE513C45E for ; Wed, 9 May 2007 11:10:35 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: (qmail 41891 invoked by alias); 9 May 2007 11:10:34 -0000 Received: from unknown (HELO ?127.0.0.1?) (takeharu1219@219.35.170.86 with plain) by ybbsmtp09.mail.ogk.yahoo.co.jp with SMTP; 9 May 2007 11:10:33 -0000 Message-Id: <4641AC10.6080007@ybb.ne.jp> Date: Wed, 09 May 2007 20:10:08 +0900 From: Takeharu KATO To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: kern/112544: Add High Precision Event Timer Driver for userland timer facility X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:20:03 -0000 >Number: 112544 >Category: kern >Synopsis: Add High Precision Event Timer Driver for userland timer facility >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 09 11:20:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Takeharu KATO >Release: FreeBSD 7.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD aeon 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Thu Apr 26 01:21:09 JST 2007 root@aeon:/usr/obj/usr/src/sys/GENERIC i386 machine : i386 PC/AT(Mother-Board: GIGABYTE GA-965P-DS3) os : FreeBSD 7.0-CURRENT (2007/04/25 snapshot) target : High Precision Event Timer Driver >Description: This patch add following facilities to acpi_hpet timer driver. 1) Periodic timer facility This driver provides periodic timer facility for userland applications to use for appication specific process scheduling. 2) Global time stamp for SMP machines. This driver provides a common time-base on N-Way MP system via mmap system call. It is not affected by clock freq. drifts. The following issues remain in the range that I notice: (a) HPET timer facility can not share the interrupt with other devices: This constraint comes from design of HPET timer device, ISR register in HPET does not reports ISR state when the HPET interrupts are configured as edge interrupt. So we can not determine whether the interrupt should be handled by HPET driver or not. If we configure HPET timer interrupts as level interrupt when driver initialization phase, it may be able to determine the owner of interrupts. (b) Timer0 is not available: Due to issue (a), HPET timer interrupts are routed with legacy routing way which is mentioned in HPET/ICH-N manuals. In this way, timer0's interrupt is routed to IRQ2. However, as far as I see, bus_setup_interrupt can not setup the interrupt handler of IRQ2. To solve this problem, we can use I/O APIC routing in stead of legacy routing. But this solution raises issue(a). So, I can not figure out how to solve this issue. >How-To-Repeat: Attached test programs(they are included in hpet-tp.tar.bz2.uu) can be used to test this driver. >Fix: This is not a bug. begin 644 hpet-timer-20070509.patch.gz M'XL("'NE048"`VAP970M=&EM97(M,C`P-S`U,#DN<&%T8V@`U3WQ>]I(KC_3 MOV(V>\G:P4F!I&T*FWU'P6G\CD`.2+O][N[S.<8DO@)F;9.TN^W][4_2S-AC M8P/IWKM[KU_;$%NCT4@:C:31#!-_.F5'_=4R9-'GZ,A=A:&WB(\:M=JKVFGC MQ?.)]_#<<9>^Z]"/8Q?!UI\^.SHZVA%!Y2+TV943LL8)JYTTZR^;IS6&X,^J MU6HQ]LIXY4&3SXR=L4:C>5)KGK[F3?[X1W;THG9BO&15_/&*P0-L8SMQ[+CW M&J#R7<^.&7S0GS'Z<\@KF$7WP6HV8;<>`KX_L5 ME_=K5GO5;)PU3\\VRCMIIPC]I'GRNEE[E0K]Y,PXJ;$J_&@T4.BV??%FU+6Z MVMX?+D+/@\]-%H7N\SQ^E,+W_L*=K28>^]$-%G'HWZYIW/U/*E3N[8,3(D"U M%(`/`'$\8R2UD3FTVCV[:W9Z&KXSV!X^9Y?7YIA%J^4R".,]TI`J"M9W43?< MF1-%H+FI2LF'H&O?3[PI:`CKFN]LQ*)]TBL5C4#O`'+NW/DN/&/GYTSS%[%^ ML(Y%?U9]ALI(E'3:T.7MZNX.%1.U3G9@=P97UX.^V1]7:"ACZ\HVZP6L2: M0)P\\$)V&+O(8]'R(?`GZG3UHJ11GO+#R.735S1U[T&;#PG`GT1_^1M,P]_8 MWG7_NE:OG>P9K'_3Z[&OV.)(LA&Y8U^95_9[JSN^K%1JGTYKM0IPW_RTA!D+ M%@?&'82?A05@$4QFE$,6P>#B8@0_K/[%H$*M>X$+%`%\,&7^8AK`?Q)#6>-K MT,5!MW*:;[[T0C^8,*W^_/Y7O;2UV6^_`6G4/M77^O<6:/'88Q!.2IN_:_=N ML/5TK;7CHKDE>87LP9FM^/"1YVN"Y`)3'@#_G['*<>QFE8"=5]8UPQ"0HBU, ME>@C`/ZSMC+(L)PUC'J#55^=&O4S-"Q"YJ!FSQ3%2.RZNKH@$=Q*W_0[8VO0 MM\?#=L?4-*XPNK8"+,LXM&,=[-5TM7!M6T=M/JJ@@2?L$S]"-DZT/>QG3V=? MOL!K7`,(L]6UKX>#-Z;L&H>V=-`,TR)C("4&DZI)\Y^T,<&BM%O!LD&MV'?G MK`;F`&1RX8=13/*8S3@>_I]8(Q`SRJ0+AQ70CNDKHQ:MPP("1Q,2PP9$J0SI74-6E8$U._E057R@!O7.VX.`8FV M;A^-0E[!P%A"FD8C(Q$"B4R:MXBP1*Y&A.Q=^G?W[#KT7#]"93?1M6!C5'2R M^0FR&O[VE93P]4MP9:JO3\&O*57!8@\'=;#>E@;B*A$[M%/\!$F)MEY_H!;<'B6 M+%/\2>(>'56`+GA?HY4!6HBU`![=KB(;5#)P;;E4V,[B,V?PZ,/('IHC-*^# MX0>#'0`60ZC[\,)NPU1\9Z*#EN+T)^>U%E.?/+D7U%#X0^[9@8+84%^HW3/2 MX$R'7#%S&C6`'DBE&-K(=^#739S88_&]$[-'C[G.`ACH@IL*C\#"HT-[LF/?J3^)[M@QF(@X!% M<^#47Q=[R&D:;'F7Q'O!D2U@2`E*`?3/2X10+`"U::MH4K(*GTSU!NEMM=ZH M&XVSG?07&#\$*\5NG0@F'LV_"*8@..FW`40,R'A:J03'8?H([4';9I^JPS(* M5E\B#J<8M-+JM>P?L%15G)#L.6OH\!_-S:K05;1#MNLL(YHF%6%3.;%DJ-$+ M`!;'P@6H/H$V="N$#%"%;H,@?O#"VR#R='+>GHZJ4*WP*2K"'MC!29/5/NU_ M`@U[$)\6JWF3[<-@?H4?_YBP8!E'S?UH/U)5#0GYZ2=6?VG0QP-H.IT:3)// MSW3^S"`[1C-RAV;Y5H).+4'[`@'J.OLOML=FWIT=@BYX>ZS)]O8*H$\4:'(V M2.,YN-!.-'D8#GH0!(0>\T%\D?"C)J1:1S09'D,_]C:QFWME!O36$@LE'Q_! MW/2M,7CQ_0O[Y>D;^'C5'OU)IY4PJU!?SCE\IWTM(3NIXI&Z1_8"G2TM85FN M`P@.[/[0'EU:%V,-%+@6@V6*P0Z!TB?"X"K/!4'- M.+S=,]\.QU_4)_P'V!R&CCWQ#$,`;_&@[5$D=,P#01D;[/&%/Q\P8&!`-N:T MCCF(^HN:47^QDXG).['HDZ+>K;R%^QF8+%;@0CB83;BVXGK.*O"[C][)01XR M6?(0U3G'5WV211!,*E`JE:]H'3:K$X"U.Q_LX;A%@`FA(;I*JR5G8[7RE7FS MR!/8LH9#.!2P)G5@_4,W5,C=`6:AZ"%NA24AP!5R$L#:*D%62^KNB)MK,"*\ M)Q)Z@>-5?W%FU&L@R%/T"YU6C_L(XS;F>FR/VU!M?TR!D,(:[X$K-9DUR:!:TO+`X.HX? M[$7DN;#NXKK,"0$[1MF"9]72]![7`AZ%@'%%%>;I$IHFE.>AA$$K]\)L=\TA MO)J$R9O1N#V^&55XA@^?)DD3]]Z?360'9M]EG@V$B8S%AXJ$!XYCKA1$1M:!?4!.);+Q[C>$06!R0"7C30E,S\@MRCSM<0+C-. M%#D@YP):';G.Q`!I!`#RYF9DM[M=NW-I];H:9YO!:B"9S$5%"'EO/VJBA_Q#C+E<1I`D627<3B)+;@@HMJ1>HR1Q1NV,\LR9 MU/2(6P+NI(I&>3>U)L?1YLGE8_'3R+OA?'A:HK6@61!]3.3Z0>C34%UJQ<2; M>3#;Z&W"2`X+"+^B7,KFB*K.J<7`\!"M.#&6L7)SQLU-&DCSYD5Q-*$C%>&9 M[)QO>7"`85$J4"'29`D@ZPJ]R95]U_!==HNM,@@S,NJX'C?A7?/= ME3F^''0S2F#DTTXZ3U0UZG5,$C1>-3)9@@GX!K"PQHJKPA^)WM$)#:8EAA-0 MB\3E;GEHL-K=(82W0Y$+3N7`J59IYU08K$A4,$G(UHJ,\-OO==61U_A<@ MOVE7X[Y\M^'^B;L:][2K\=^@-JS.:J^;M1K\9?77KVJ;=S7N*^^]"=_5>`W@ MS?II\T39RJH9Z'N`!X(^).XP3-EW/(TZX5:5;,:EGFX`*$_5'0DD`*R!,\_M M5.!S/W#=H.A%Y,UHP5A_,Z>L"+U([`E/L&'2&:?K:A'Y=T`FFP6+.W;OVS[X MF^1SHKY?.?Z"R6PM!;[P^^6OW%U?:TJ[5]2N[WF3B$%$RX"RU2=`,5^"7M[Z M,S_^G&L=W0=AC,UIG<76-V``,*"\A4ZU`@1Z&09RP0@%=\8$#H3^2G8LD]NV M3'O0Y\D-VQIH/]S_`-K\J0:A'X8I-,?#U3)F(B)?:WMQL=:VL=86U'V],439 M+.EXF+0^,5A>1CJBNQ/Y@75,YK7%V/H03CD9PCGE.P2P/,+RY84/P#`4#'#4 M668YFD'=+4;]@J,6:>-OQ&T-_WPQ-/\L<+^7R%^B[5=T2N>[KA)ZA?X==X.> MPR+($G,<+3W7G_IB4R*$E15<[)CO1D0(F.]?V=#1:$='WV%+)Z\^ZJ:.QC%L MWM:I;MC6T4[UK1L[U0T;.QKN[.A;MG:*Z1\-B0N-]>;PJK09WQ'2<$M(WVU/ MJ!#-N$^Y!>NMMM`Y%2!6^,RJ#$=4TS/?KU!9G6"K:V59`B76:AX216WWX\>':M#L`GW1?`FCVWV3@ M3@O@LL@0ZJP`BLA#YF?'72`D":QDI!(F;8*]1H)3O)M`APK@=`N@8/IK/;4; MW+&2=B-K*1)D%2Z:$7A):'\JP)F7I^M:E4F4%.N,FII+%"]/-`B>F$`&`64W M+,0EX3@^VM8OEK^`ZR&F%.ZDN&<,7FV([CY42CLE$#%!)'69<7!^):RPK;/& MB]>`3R$M#S(<(S_.\@!7%BGO$&8"MC]9>]_^67E_PJDH]HQ;><]'Y*_`3>;^ M#ZS59UC8`+Y""V,--&:TR0@F&.+`?7<99.QK,!V/I+!!:Y@"SXB$?P M"2BFE2H56-Q"05OB?8US!E0!]\1:Q;?#H0<`EWX:9FSB`.NBIN#,3<1V0C`# M^PR+08)CXL0.-$P[XGOO!"T8)AQ+!B/Q9DL!/(+UU54G^.E1.B4VLOIP<^(#FB9519DT]:;RH.KW MW@*B4O9-H2GO9D/9G01X6I@J6WU;L)JTSH:LIS6(6M="UE>G)Q2R/C\\HJ6Q M$RP_A_[=?O@W``DBHUH2:>&YS9XP%>"+X0%_BR"&*:\`2!^!%$NK[Y)>Z8A M9LG"7.[,(=D0DL8Z*="EPA9)"HQULG*]_RUJ&!^H1#4)W-4<5-21LGL.8@D` M(&1S!]87WYE%*?M);HA9'4BJ">-+:\1&@XOQ^_;0A(""70\'[ZRNV65O/L!+ MD[5OQI>#(0,[QL!G&P^M-S?@TH_8W__>'@'\#S_@*ZYQ_0_,_/EZ:(Y&#%I8 M5]<]"_``XF&[/[;,D<&L?J=WT[7Z;PT&:%A_,&8]Z\H:`]AX8&!_A&F]*1M< M,'"0.F!/Q^TW5L\:?R"2+JQQ'_N[0!(9Q!MCJW/3:P_9]C#BZ'!D76O4 MZ;7!R>H>,R`#NF;F.[,_9J/+=J^GCA3^9@;ZQ@0:T:DB7-01#+1K#4 M?NH`WX"\GL%&UV;'P@_FSR:,I8WY:HYW9/[Y!H#@)7=TVU?MMS`\;0MG0"J= MFZ%YA10#*T8W;T9C:WPS-MG;P:`[(ES0`;C"[ZR..6JQWF!$3`/OV(!>QFTB M`-``Q^`U?`9GTB+>@:-F#H\$RMOG^]MZN6 M6O""]!6$/T-S//R`L15OXWR"M00K*SKDQ(/QQ\W?]::==L]Z,VQ3D>NH#;8# MC0/MF))K[\R7,UP<4'RT,+K.S+\-T[(D=!28-66?@Q5[Q"0;!!I4=L%7'KE7 M,`=_05EKYHX;!K)`AO`\?YZ/+R'*[IIO;MYR:4R93)_GWRNAJ>+H$0W:=(Y; M#N'=\?&QSOX*'JC8,:+GWW\/;[`U%BOLBF02L-^^LL=[C)PTRDB0M\A]5-II M$J3" MT!Y_%@T^4D'\P(UG633T2(7!.9)#@X]4$)B+RQP(/FHIHZ*03.U&YL$U>G.( M`F@))1))UMO5="J"["M8*0<=.FT!AE:[LE/18ZOD]06L*YFW!MM+.]V#WP12 M3$6G121[LFONZ-#\H)AHO,!L$8^SA9F6IQ1$K/.LFF.OE`88LPW1A8&Q)P]Q M(*32?U.CIZ0ZY9_?@0CF_':SR>8 M%OS-#W_)6%*,+^=,DR3\ M^&/YIL3FTKNMQE'V][L%A462JIQ@PFV=16M+&YU/>%=H:7CU: MDISG64)H>I"6,?]%=O@W+CBJ_L5'1S]1[>I!Z=:'J$U*J$*3@C7\/_Z8C*&% MU48(!,X)O@;#,_,>O)G"/5ZE3*50WVDXL(,L"I840945,28'*O;&LF1T?Y)6 MOH:.3WFR.*1"I@0Z)9*36"%&F_T!!.S\D,9=`/0"F0&XD2LJ5ZQ\Y;#%]M'% MVIR/.AY%X(!)VZ;B4(3N5MVBR@R($()PI\F?@O/'W^A8X,J;>X(+ZI/]C60/ M.>MS(/HG3LYU3&A#C92T'"-'<;!4^%C*O`C@GLBJ8OM8,`M5_PYPJ%KVS=.2 M:O:>B_&)FF@Z(7_DT]X#EH9P!>#3*2'OX)S]4RO;NOY2N%>MI_6KI7ZK,JZL MQ:SLH)NN/"^F3D+UF2;9K&O_K-WT]$WO!+7"8(D]#QQUZ19K3F5(6Y2(?,N$ M4R`W^76\ZIF6UHSAYNYMW6#"6:T7O&TD;QL%;Y.7](%O%Z6:13F&I>>RN&[$ M#5D>C7M!8AIZ,'23FKF:./`\CF09D"T3L M2(I%'*[E"TL"PS\^+Q]>NE>Y5EY/;9ML?R4V@K6Y>\2?[:]TMC];,2RPE^L2 M*GC2>2I?`Q;D1E*,?P2RE;_H:P;08%Q+7+A`WK>$)G`I!X*FKS+^?B-7(*%AVG$=)T[WNQYTH:M#:V^Q2\XE++G,?HW+V%)&`&HI,!! M*UN_?U7%2>W-89#<2Z`"ZFQA=XY8/34.XDRK%\>)711+R6(U!S)D/RUEC7'% M:;/\JG->4/E#>?Q&$U@2=7-"$R<&*]!VAQFX;!KL8_ M8\HN&0::CD-&8A;0UO#/29%#1-Z#J!YX]&.P#XH_A3)U'7"0:TVD-7N*C&.K M,>FDA[_(4>8JDDB#;T%2'UL27_T;\0W'G2RVB3=U5C-RH46+4NODTG%5H:XY MWTO.;D(A#XZH1\W![>F(*$52,A)_7GK9R4!' MC!)G?OH>*=V=5.7`[W9: ME4+`K;1FRS=;O$BJJ;L5VTDBQ2?N5+NV)[+9R9*W4 M5=_F;R5RH")L3"TJ1/"2J3!C2$6)6K$Q%>5HY==-%.NZ\)4.LET8Z143 M7^#3Z+(]-.5AS&QB0W1+BI";\6*J*L:TF;I3YVR?'Z$39ZD"@<+L#MG M3MX[X0(5I\F4,\7``40LK,/^1/)@MBK.I!C*A188<>39G61:Z$H%2@K./%@K MMIDV'O[EA9U'+H6Y>;1EPQ6D\`&C`TGHZ8PT+1W*#%XGAS08Q<9=O*\RH52P MN'Q5)EMIN)JX#GFW(6-'-@RS=)!K4S89JM#LU/W16]L]TG2_8=!G&N):!(LC M>8"%(],W>Z>^EX;2Q5XE5^*-AR\3WRSC3\)3VUU,-T71:Z8A5S/,707U"B;- MM/KOVKW4AU22,B2BM0R3F^>J_2M4?J&A$]*HG)94`G'JT)&\$$)AI-6M:(V:HX:\[PH@8_AK!]X7D3Z8FA5?EN MTTZI$N_JV9`SMY94STM4J#@;L6%'19F'ZN1,GV9[YA<-2"4!&_$&[Z]G)5GLK%=9`J%CN<4'(ORBG4[OU0@I)8I!R0?%[.'>#*>?PH@ M^$V.>5HE,QR24:&R=62]VW-\F53Y:A-#F: M7GBHW@V*]QWF0\2!MR^/0D?ZG*%YV]VF\IR*U^@6S<]I'XBK.?LF\)TF.#6 MBKSBX'PMVE7GU?8PMZ*D`WG,MR/MV8!KO5:`BE5WFSL$^CLGS[JA\LZX=3DT+]H#O_HS6]6&8\\G^!5I"AY)VE7-K%'JF2%69I?:+C`-DB M2-V,Y-*[2K934>LS=?R9+/7YFI#"(9/\DJ)U)/J?,$'P6XFI(0H(S,=#?:[G MXZ&^A(J$#/3G!=-Q._%ZT.M9?7#D\<.PVQ\,KX1941-`!?T].CY=KL)1*1V! M9D#W03C1EFG:4"[P,F5%_TLF9&J6!`]R.H>UZKO9(H0L4+6'N1U,I[B[0=>Z M1'B]$3Q;XI=/X.8C?>`:N0R#6/_/F224.J>07];2#P3!8B]+3TY@2*E)E6< MKIZ+^?IO40N*>C*Q#3=@>$KH/'>0:%/<23P4D_.;#%XF9]%^V[;Z`I4\5T,T M'1TEUHFRPCL%4!4F5C0UCJ(#Z3%>?A#!%)UZN(LL$E/J90H55N3QL9U7MPK= MB4*VSW:P25-`08-[/Z@_Z8WZ,@MO0KC*H*.-S&EE-H!`B2%&Z0!6(42 M$`UXWZ"R%L4%]=ET^FHWJT2@!69I9=.-$NY\8C!7K$!.*-SD>3#Q^.79ZZ[R M;VD]2Q"J8682=M)5)1?6SU=F9NGGXQAO[%@%>:X*!S[.6,D,DQ7DU"8$HH7YQ)EA5*"%Y6 MH$17TR7S&7X!(YE>'4A%1]R`M#(`-&%Q(H&N9=](%4F'W2K;[L[/#GX3#7;6 MQ")%Q-WD9'$KJ1IS4DHC."VEXI`G52QIG75G,MJ;,U/YG;K^9?&I$=BKIKLUEVW7\]";O.9+583-H0/A/72K34 M%#R!*I<$YT\A1X_9,\WXX)R,%]CU!R^,^&'DRO'$EK^=LTK7?F<.1]:@;W!` MRCMQ*/Q8(;.;/ZPL8'F>AP/SSWE@>BJ@Q<%T!*:/:\#X5,!R!>3`_#.37PZE M:*@`IOB5P^+'2AX6'PI0"@8Y*'W,@^)#`;IPYG)L])&3FSEP+&\M$LL[KT91 MCLA,'5=UR\C)9HC-9X=Q%RZ*L(K/RR1K#7,J"&FQ=_C8:!U%VQ+_- M@OGPI:H#WT>E/;PY?#\V?>,\67:U1=-<5O=CY7BV"?O)7F/)6 M&[_%]+3V"K_I`'_0=Q11^$^S^-:)8R_\3"S'SS@ATN\A(WJF3]$3U/483#34]3>IIHT"&0]">B&"9H3U-&C MR")0D,D93TF`*9BF:(TT-J8)@F3$T-&F33)IH#0!Z@D2!$PFDPFA/13T"CR: M3:)Y,IA,C)Z@#0#3('J:`''YE/P4\:5GE\D/3FWQ.&G)4R4D)`B,RJ@ET%+N M;P\-W/E92Z\%/4I8,@-8#`6`@T$@P0%$<,AVOQH"&_->JJ5#27:H#AL%NWA0 M2Y!RPI!"(02+!B$0@"2(J"R'[X=YJTK?PD06`D)2RTJV=?)IW3-+Q*J4TUI0 M2S8B9E$1A908.42H6C)L4F=8DP!4J*,&F_`E' MWJ!\W@._R+9/D)4*F_`)!K%:$604Y?9-,W@VE.ZGK2A<*2_&5:%`YX$%W%]2 M>?T>'ZZ_7]>WO^R:8Z73S1@?S9Y2Q1$R2-EF8,[1$O<[O=B+/U>S[MNE#5$LM;2U110'K:/8@RM.T5;Q^+T` M2*X^=&),4(F!ZY0+41&T49X[`3$Y!1,C(4!2(54Z&\X;21M=&JDV2EX&H2*C M-1K4PD8;L]TTKB%@K#87?V\_&[F40H*8Q;1):V"@1[;/D%R:-?S@P_6%Q4V) M\YBJI;-J!?>K$&`D$%F$)/\15"",4`8DL0Q\P,BV%^26&LQB."`@"&!F'8VY M@;>L-,F-I0<5VPO;];](OH9_%G9VG$#9F>EHB>68:SFA1.A_8T(3N@N@H>H9 MQ"BK0O.N:4`]0-"F7%@NF7,3#PCK,PQ@C$"AA6-K@HZ6#,Z,OKZ5]'D+^'-H MT;G"F:&O`,@(AAIL"'V6_)V->6'YQKX^@MTFS#Z?Z*W2P&3P@UR\[6A*7>^:_KPV7P7.A'#-;"E%^$%X.^`= M+2ZD;T>D6NC>5!?9/%1K%3[%CB4FM%(-0=IU:J9`NNU74#'G:"V&AJ'$2B8Q5&H,) MSH-(/#XA>E>8"=[.9PX9[)O`PE.!1#7B7DL=_+7.:55U3B%,G6JH<>( M-AD"YM:;:&9[]RV<$F7&X(T$\"LO'4O96P-4;2P$='R^7W)*+:N[4#:.ITO& MK;FOG[NMMUO:VWBT%=&0SY#BTJVS M3BD5$5\LXB*N.B":19(]]%R&D>LI-(/L4`XRU=';)S;#\7P!(,KCP>/,+$]6 M,)&S3-4S4/]PVRI<028Z0(QQUV$9Y7D&PN@WHC+*R+X-//AD'WI>]Y MJ0U]J4'MA7VI?),#NMC26L(C)J\O@"RDLOAFVE'N^3S3UT)E-U"SP!M%5'NN MZUO.:J7,1BQ*=QS9SKI%Y[VF/W",F)R1A'SPS&"4=9*)R1@_BEZ7P81P'92: M&D!]AB66ZN)8/FN2("+>^&2VTWWF[;!U%RZ1]`"90-":`IT.YXC]3Y0>Q;LH M]8[X\5\\AEZDN`R$PW,\-[FBB*]N%8#R@>[^M$I@5?3T;P_.>$+Z!*P9[$JB M!EP+\P+:ELS^(#IVR:#G#D(.O/!8CN@+!K-W4K@S2I&-Z)/:$PZ31+%+>#5S+ M)6&*P%XE6^X="@EI*!;3U[A+(,;BH+KND7(SP)![P>0$&!ARFR>+HO5*H[E: MNSKY:JBT3&"&@?GJ0U#Z:O&R\88>G>[QK'?R7S3FY]`3$X!)GW2S!P6!*/M` MP\9,/3W,5R`W!O^M]9)'."D@/A\&>@K_C MW;1/`V->B+Z.XGHJ`7H,,9KAMKC*N"936J:2;`YR%6U2$W0@07BN+6`X&2!0C49$D"I4"@%R?;9( M&,S.S<);TG!=P*#YTS!4SR(=[7$SJF"FI3,3`P\M4=N%Q#$E$HJL0ZJ(5@JM MH.SH+YV5+*823.PSZ1DS10S*#X+WV(GLN]HOP\\-IT&`XS4,HV&IGW!!F_IE MR2.LGS2`1>")#!A.O*$5[A2X3*F^0O@%53`P0(I"J1N- M#IQ`7381L2Q2K8XG.N@N%_$"XVH,SGE@]PQ$"R/R$("A,@&0A6&D2%Q9HH16 M`)&*T*$;`F,<00[1HU`X!'V]Z#@N43S023;&'WM$;^*%@#3(5%>`O'1:ER"J M+`9-=+^=E`%Q6X5D>&FHPF8H,4EMMB/'_ M7^]3@X.'C\.[H!BQ`E&31-(VJN#;JJZWUF4GVWR*")_8Q+U/K0Z8=`Z)'M&! MTB)9.GKX2)%AT:%K)O*_#ERIT""M_/7B0R*#C1/B87;17W0H[#JAGQ$8U:-( M]9N81A4Q`XSD#MA9[42'06MEU?*CS),O*&X#R;?<2*0:FA@,(1"RCJ6393L< M1LD2\N5.2:;31KXC*MXY+@25%Q*:254&I2NNPZL@YC$#<$U` MD;^$B.[=O1D4Q6]:U-H#43UBG_P2JED;-*$B@Q#$P:`.XK!Q`D#.'AA1O,!J MK54)#,]=+-0=9*%#G)I9XU%T'B@.+0%M!#L=X%J%*E01FD2X,;,`)"!A6IVE MN9(R%MKQ79GP\X^HDR$0@(90])S[`H/&H<"(FQA[0^=)0MPQ[>N&#"H;@X!J'XN MN1*4H+*Y;"M#$"A#=#7,J1'34AE=4-LU1*WH[@52,O`(JDJ&FR[:D:+8 MN_@VVW()$$+`P(%*I"<$+/H)DG-0K*I<3(%)&ER4YDAE$F.5"4#!!2!>,4#, MA,ZQ8S!"U2BNN:I(Q85`+*,!Q."ZLS3065,8CK..XW*"I81OK(5M$%[8/@=9 M3?4SFT!,YC1`NL00B]@BH8@574(WAL#>NME%5;<>`BB$*:61S&\-I?P=1A`R M#=>8`B?2>P!'%'H2++$UH+PO!@P-XN[?FT<J]:@[0($3P"XZ;L2 MZ80$E7`D=RXK)BV!QJ?IOFLAMS(N?`BZ`3U\H#35VQ@?=`)(;6H%F)&#+0U* 1*4_[JV!#_Q=R13A0D)5804X` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 11:27:27 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC49716A404; Wed, 9 May 2007 11:27:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 818A513C45A; Wed, 9 May 2007 11:27:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49BRRCJ009868; Wed, 9 May 2007 11:27:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49BRRkG009864; Wed, 9 May 2007 11:27:27 GMT (envelope-from linimon) Date: Wed, 9 May 2007 11:27:27 GMT From: Mark Linimon Message-Id: <200705091127.l49BRRkG009864@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-acpi@FreeBSD.org Cc: Subject: Re: kern/112544: [acpi] [patch] Add High Precision Event Timer Driver for userland timer facility X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:27:27 -0000 Synopsis: [acpi] [patch] Add High Precision Event Timer Driver for userland timer facility Responsible-Changed-From-To: freebsd-bugs->freebsd-acpi Responsible-Changed-By: linimon Responsible-Changed-When: Wed May 9 11:27:19 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112544 From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 11:28:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49DD116A407; Wed, 9 May 2007 11:28:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id DB74F13C46E; Wed, 9 May 2007 11:28:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49BSAdh009919; Wed, 9 May 2007 11:28:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49BSAo2009915; Wed, 9 May 2007 11:28:10 GMT (envelope-from linimon) Date: Wed, 9 May 2007 11:28:10 GMT From: Mark Linimon Message-Id: <200705091128.l49BSAo2009915@freefall.freebsd.org> To: skrueger@europe.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/112534: freebsd6-stable SMP kernel crash, maybe pf related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:28:11 -0000 Synopsis: freebsd6-stable SMP kernel crash, maybe pf related State-Changed-From-To: closed->open State-Changed-By: linimon State-Changed-When: Wed May 9 11:27:47 UTC 2007 State-Changed-Why: Submitter notes that this is not a strict duplicate of kern/112531. http://www.freebsd.org/cgi/query-pr.cgi?pr=112534 From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 11:31:08 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0797916A402 for ; Wed, 9 May 2007 11:31:08 +0000 (UTC) (envelope-from skrueger@europe.com) Received: from fallback.us4.outblaze.com (fallback.us4.outblaze.com [205.158.62.120]) by mx1.freebsd.org (Postfix) with ESMTP id E293213C459 for ; Wed, 9 May 2007 11:31:07 +0000 (UTC) (envelope-from skrueger@europe.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by fallback.us4.outblaze.com (Postfix) with ESMTP id 221481C0EA54 for ; Wed, 9 May 2007 11:00:16 +0000 (GMT) Received: from unknown (unknown [192.168.8.90]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id F1ACD1800121 for ; Wed, 9 May 2007 11:00:15 +0000 (GMT) X-OB-Received: from unknown (205.158.62.50) by wfilter2.us4.outblaze.com; 9 May 2007 11:00:15 -0000 Received: by ws1-4.us4.outblaze.com (Postfix, from userid 1001) id BB22C16402E; Wed, 9 May 2007 11:00:15 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: skrueger@europe.com To: "Mark Linimon" , freebsd-bugs@FreeBSD.org Date: Wed, 09 May 2007 11:00:15 +0000 Received: from [85.180.241.93] by ws1-4.us4.outblaze.com with http for skrueger@europe.com; Wed, 09 May 2007 11:00:15 +0000 X-Originating-Ip: 85.180.241.93 X-Originating-Server: ws1-4.us4.outblaze.com Message-Id: <20070509110015.BB22C16402E@ws1-4.us4.outblaze.com> Cc: Subject: Re: kern/112534: freebsd6-stable SMP kernel crash, maybe pf related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 11:31:08 -0000 Hi Mark, could you please consider re-opening kern/112534? IMHO it's not a (near-)duplicate of kern/112531, just take a look at gdb's = backtrace. (112531 breaks somewhere in uipc whereas 112534 breaks somewhere in pf/altq) What do you think? Best regards, Stefan Kr=FCger > ----- Original Message ----- > From: "Mark Linimon" > To: skrueger@europe.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org > Subject: Re: kern/112534: freebsd6-stable SMP kernel crash, maybe pf rela= ted > Date: Tue, 8 May 2007 22:24:36 GMT >=20 >=20 > Synopsis: freebsd6-stable SMP kernel crash, maybe pf related >=20 > State-Changed-From-To: open->closed > State-Changed-By: linimon > State-Changed-When: Tue May 8 22:23:39 UTC 2007 > State-Changed-Why: > Duplicate (or near-duplicate?) of kern/112531. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D112534 =3D From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 13:30:17 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DFEC16A407 for ; Wed, 9 May 2007 13:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC5513C465 for ; Wed, 9 May 2007 13:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49DUGjP025687 for ; Wed, 9 May 2007 13:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49DUG6X025685; Wed, 9 May 2007 13:30:16 GMT (envelope-from gnats) Date: Wed, 9 May 2007 13:30:16 GMT Message-Id: <200705091330.l49DUG6X025685@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/88709: [modules] [panic] sysctl -a after kldunload fdc panics kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 13:30:17 -0000 The following reply was made to PR kern/88709; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, ahze@ahze.net Cc: Subject: Re: kern/88709: [modules] [panic] sysctl -a after kldunload fdc panics kernel Date: Wed, 09 May 2007 14:25:20 +0100 Hi, Are you still able to recreate this issue on a more recent version of FreeBSD? Thanks, Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 13:50:13 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F66F16A400 for ; Wed, 9 May 2007 13:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 04EBE13C45E for ; Wed, 9 May 2007 13:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49DoC3N028398 for ; Wed, 9 May 2007 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49DoCST028397; Wed, 9 May 2007 13:50:12 GMT (envelope-from gnats) Date: Wed, 9 May 2007 13:50:12 GMT Message-Id: <200705091350.l49DoCST028397@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/92744: [rl] problems with a realtek network card on a 6.0 release X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 13:50:13 -0000 The following reply was made to PR kern/92744; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, kikator@gmail.com Cc: Subject: Re: kern/92744: [rl] problems with a realtek network card on a 6.0 release Date: Wed, 09 May 2007 14:40:33 +0100 Hi, Are you able to test this card with a more recent version of FreeBSD and confirm if this is still a problem? Although there have been no changes to the rl driver itself that may fix the issue, there have been a lot of changes to the interrupt subsystem which may have corrected this issue. Thanks, Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 14:00:13 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2903316A402 for ; Wed, 9 May 2007 14:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CEA4013C43E for ; Wed, 9 May 2007 14:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49E0Cjr029260 for ; Wed, 9 May 2007 14:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49E0CEp029259; Wed, 9 May 2007 14:00:12 GMT (envelope-from gnats) Date: Wed, 9 May 2007 14:00:12 GMT Message-Id: <200705091400.l49E0CEp029259@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/91332: [re] [patch] Linksys EG10320V3.0 Gigabit card captured by sk(4), should be re(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 14:00:13 -0000 The following reply was made to PR kern/91332; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, jeremye@caltech.edu Cc: Subject: Re: kern/91332: [re] [patch] Linksys EG10320V3.0 Gigabit card captured by sk(4), should be re(4) Date: Wed, 09 May 2007 14:50:46 +0100 Hi, Can you test this again with FreeBSD 6.2 and confirm this has been fixed? It should have been corrected with the following commits: http://docs.freebsd.org/cgi/mid.cgi?200510141851.j9EIpUDS077043 http://docs.freebsd.org/cgi/mid.cgi?200511061600.jA6G0tXa095442 It looks like it was fixed before 6.1 was released. Thanks, Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 14:10:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD81F16A402 for ; Wed, 9 May 2007 14:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 78E5913C45B for ; Wed, 9 May 2007 14:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49EA7wI030067 for ; Wed, 9 May 2007 14:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49EA7GY030064; Wed, 9 May 2007 14:10:07 GMT (envelope-from gnats) Date: Wed, 9 May 2007 14:10:07 GMT Message-Id: <200705091410.l49EA7GY030064@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/95391: [bfe] [patch] minor if_bfe error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 14:10:07 -0000 The following reply was made to PR kern/95391; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, bryanv@daemoninthecloset.org Cc: Subject: Re: kern/95391: [bfe] [patch] minor if_bfe error Date: Wed, 09 May 2007 15:05:17 +0100 Hi, It looks like similar changes to yours were made in version 1.33 and 1.36, and MFC'd to RELENG_6 in version 1.25.2.5 shortly before FreeBSD 6.1 was released. Can you please confirm that this is no longer a problem? Thanks, Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 14:30:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1956B16A405 for ; Wed, 9 May 2007 14:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B7FC413C44C for ; Wed, 9 May 2007 14:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49EU6nE031822 for ; Wed, 9 May 2007 14:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49EU69v031821; Wed, 9 May 2007 14:30:06 GMT (envelope-from gnats) Date: Wed, 9 May 2007 14:30:06 GMT Message-Id: <200705091430.l49EU69v031821@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/98015: [bfe] [patch] bfe(4): double free in error handling path. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 14:30:07 -0000 The following reply was made to PR kern/98015; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, uspoerlein@gmail.com Cc: pjd@FreeBSD.org Subject: Re: kern/98015: [bfe] [patch] bfe(4): double free in error handling path. Date: Wed, 09 May 2007 15:22:02 +0100 Hi, A patch was committed to -HEAD by pjd (if_bfe.c 1.32) with a simpler patch (as it doesn't attempt to use the bfe_detach routine) and had the following log message: Don't call bfe_release_resources() twice. Found by: Coverity Prevent analysis tool CID: 600 MFC after: 1 week This patch was never MFC'd, but looks to fix the issue reported. pjd, is there any reason this cannot be MFC'd? Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 15:20:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00A1316A406 for ; Wed, 9 May 2007 15:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CB98413C45A for ; Wed, 9 May 2007 15:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49FK9bu037082 for ; Wed, 9 May 2007 15:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49FK9Bn037081; Wed, 9 May 2007 15:20:09 GMT (envelope-from gnats) Date: Wed, 9 May 2007 15:20:09 GMT Message-Id: <200705091520.l49FK9Bn037081@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: skrueger@europe.com Cc: Subject: Re: kern/112534: freebsd6-stable SMP kernel crash, maybe pf related X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: skrueger@europe.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 15:20:10 -0000 The following reply was made to PR kern/112534; it has been noted by GNATS. From: skrueger@europe.com To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/112534: freebsd6-stable SMP kernel crash, maybe pf related Date: Wed, 09 May 2007 14:44:15 +0000 How-To-Repeat: (you need a PPPoE internet connection) install ports/net/mpd4 use mpd4 instead of ppp to connect to the inet surf a while, stop mpd4, reconnect with ppp -> panic =3D From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 16:00:15 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7113916A408 for ; Wed, 9 May 2007 16:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8F013C465 for ; Wed, 9 May 2007 16:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49G0FaP041439 for ; Wed, 9 May 2007 16:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49G0FP4041438; Wed, 9 May 2007 16:00:15 GMT (envelope-from gnats) Date: Wed, 9 May 2007 16:00:15 GMT Message-Id: <200705091600.l49G0FP4041438@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pawel Jakub Dawidek Cc: Subject: Re: kern/98015: [bfe] [patch] bfe(4): double free in error handling path. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pawel Jakub Dawidek List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 16:00:15 -0000 The following reply was made to PR kern/98015; it has been noted by GNATS. From: Pawel Jakub Dawidek To: Gavin Atkinson Cc: bug-followup@FreeBSD.org, uspoerlein@gmail.com Subject: Re: kern/98015: [bfe] [patch] bfe(4): double free in error handling path. Date: Wed, 9 May 2007 17:27:41 +0200 --qD3brAgIG4LbUq6d Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 09, 2007 at 03:22:02PM +0100, Gavin Atkinson wrote: > Hi, >=20 > A patch was committed to -HEAD by pjd (if_bfe.c 1.32) with a simpler > patch (as it doesn't attempt to use the bfe_detach routine) and had the > following log message: >=20 > Don't call bfe_release_resources() twice. > Found by: Coverity Prevent analysis tool > CID: 600 > MFC after: 1 week >=20 > This patch was never MFC'd, but looks to fix the issue reported. pjd, > is there any reason this cannot be MFC'd? I probably simply forgot to do it. If it fixes the problem for problem reporter, can you handle MFCing it? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --qD3brAgIG4LbUq6d Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGQehsForvXbEpPzQRAu8BAKCPEhAXM1+g/MCa7b0/51ARc13ALQCgrNzz O2ht0PdB6EI1G5fCmZghH7g= =cQ4K -----END PGP SIGNATURE----- --qD3brAgIG4LbUq6d-- From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 17:00:16 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61EFF16A402 for ; Wed, 9 May 2007 17:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0C71513C447 for ; Wed, 9 May 2007 17:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49H0FYq049870 for ; Wed, 9 May 2007 17:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49H0Fmg049868; Wed, 9 May 2007 17:00:15 GMT (envelope-from gnats) Date: Wed, 9 May 2007 17:00:15 GMT Message-Id: <200705091700.l49H0Fmg049868@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/97326: [linux] file descriptor leakage in linux emulation X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 17:00:16 -0000 The following reply was made to PR kern/97326; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, bakul@bitblocks.com Cc: Subject: Re: kern/97326: [linux] file descriptor leakage in linux emulation Date: Wed, 09 May 2007 17:58:53 +0100 The original behaviour was believed to have been fixed in src/sys/compat/linux/linux_stats.c version 1.83 http://lists.freebsd.org/pipermail/freebsd-emulation/2006-May/002122.html http://lists.freebsd.org/pipermail/freebsd-emulation/2006-May/002127.html After the request for feedback (after the above messages), the following response was sent but seemingly never made it to PR trail http://lists.freebsd.org/pipermail/freebsd-bugs/2006-September/020014.html "I do not see the original behavoir but I do see a slow leak in skype. Every time a call is made (for example to the skype testing service) it leaks 10 to 15 descriptors to /dev/mixer0 + some more. About 75% opens are to /dev/mixer0. Still think this is an emulation problem not skype's. firefox etc. also seem to keep far too many files open. For example firefox has 500+ open descriptors) with 4 tabbed windows open. But in my limited testing can't tell if there is a leak. I am running linux_base-fc-4_7 on a one month old freebsd-current." Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 18:30:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AFF516A40B for ; Wed, 9 May 2007 18:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE5C13C459 for ; Wed, 9 May 2007 18:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49IU9H2058928 for ; Wed, 9 May 2007 18:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49IU9pm058926; Wed, 9 May 2007 18:30:09 GMT (envelope-from gnats) Date: Wed, 9 May 2007 18:30:09 GMT Message-Id: <200705091830.l49IU9pm058926@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/75980: expand(1) breaks tab columns in Japanese text X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 18:30:11 -0000 The following reply was made to PR bin/75980; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, tak@st.rim.or.jp Cc: Subject: Re: bin/75980: expand(1) breaks tab columns in Japanese text Date: Wed, 09 May 2007 19:07:27 +0100 Hi, Could you please confirm this is fixed in a more recent version of FreeBSD? It seems to have been fixed before FreeBSD 5.3 was released, and as a result should work in all supported releases. It almost certainly will not be fixed in 4.x now, as that branch has reached the end of it's life. Thanks, Gavin From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 19:40:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBBDF16A403 for ; Wed, 9 May 2007 19:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9793D13C468 for ; Wed, 9 May 2007 19:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49Je3Ie066831 for ; Wed, 9 May 2007 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49Je3Y6066828; Wed, 9 May 2007 19:40:03 GMT (envelope-from gnats) Resent-Date: Wed, 9 May 2007 19:40:03 GMT Resent-Message-Id: <200705091940.l49Je3Y6066828@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0BC516A404 for ; Wed, 9 May 2007 19:39:33 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id 7B24013C487 for ; Wed, 9 May 2007 19:39:31 +0000 (UTC) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 1002) id 8649FB855; Wed, 9 May 2007 15:39:30 -0400 (EDT) Message-Id: <20070509193930.8649FB855@yertle.kcilink.com> Date: Wed, 9 May 2007 15:39:30 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/112552: binary upgrade from CD stomps /etc/named/named.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 19:40:03 -0000 >Number: 112552 >Category: bin >Synopsis: binary upgrade from CD stomps /etc/named/named.conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 09 19:40:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD yertle.int.kcilink.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 08:32:24 UTC 2007 root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I upgraded my 6.2-PRE system (installed via buildworld) using the 6.2-REL CD. Everything went exceptionally well, except when all was said and done, /etc/namedb/named.conf was stomped over by the stock system version. The logic that preserves the contents of /etc doens't seem to chase after the symlinks that point /etc/namedb over to /var directory. It was trivial to restore for me since I took an ffs_mksnap snapshot of each file system before upgrading :-) Nonetheless it was very tricky to figure out why DNS wasn't working quite right on my network. >How-To-Repeat: perform binary upgrade from the 6.2 CD. >Fix: teach the /etc save/restore routines about chasing symlinks. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 21:10:06 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71A2116A406 for ; Wed, 9 May 2007 21:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 506FE13C468 for ; Wed, 9 May 2007 21:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49LA6WK076816 for ; Wed, 9 May 2007 21:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49LA6ua076815; Wed, 9 May 2007 21:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 9 May 2007 21:10:06 GMT Resent-Message-Id: <200705092110.l49LA6ua076815@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Spencer Minear Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95A3916A403 for ; Wed, 9 May 2007 21:03:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 83E5313C457 for ; Wed, 9 May 2007 21:03:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l49L3mCW081168 for ; Wed, 9 May 2007 21:03:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l49Kwlro073690; Wed, 9 May 2007 20:58:47 GMT (envelope-from nobody) Message-Id: <200705092058.l49Kwlro073690@www.freebsd.org> Date: Wed, 9 May 2007 20:58:47 GMT From: Spencer Minear To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112554: unp_gc is overly agressive and removes valid file descriptors in transit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 21:10:06 -0000 >Number: 112554 >Category: misc >Synopsis: unp_gc is overly agressive and removes valid file descriptors in transit >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: Wed May 09 21:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Spencer Minear >Release: Our modified 6.0 system. But the problem still exist in current >Organization: Secure Computing Corp >Environment: Any 6.0 system will show the problem. >Description: The unp_gc function within kern/unpc_usrreq.c is suppose to cleanup file descriptors that were passed in a message when the message contianing the file reference is NO longer accessible. HOWEVER the code is abit aggressive and will remove file descriptors that are in a message buffer waiting on a socket that has yet to be accepted. >How-To-Repeat: The short summary is that it is easiest to show if you have client/server that communicate via a file descriptor sent over a socket. Then run one client server pair that ignores errors and just keeps on running to keep unp_gc working. Then run a separate client/server pair that sets up the listen, but is SLOW to do the accept so that the client socket sits in the message buffer for a long time. unp_gc will screw up this socket nearly every time. README, Makefile and Test program code follow: README file =========================================================== The test program in this directory was created to show that file descriptors passed in a socket can, in some cases get lost. The test evolved as the problem was being investigated. The test was modified so that it can be run in two sets of clinet/server instances. The first client/server pair do trigger the problem, but in its current form running in this form will not print out any notification that the problem occured. It is used just to setup background activity that will result in the second pair failing on the first attempted exchange. Program Operation Overview: The single code file is compiled to a test program named sockpair_test. The program can be run as a server or as a client. The server creates a unix socket in the current working directory and enters a loop to listen for new service connections. Once connection is received and a new socket is obtained via an accept operation, The server will fork a child instance of it self which will select on the new socket and when ready it does a rcvmsg on the socket and expects to receive a yet another new socket which the client passed in the first message. Once received the first socket is closed and a message is sent on the second, and then a return message is read from that socket and the clinet closes this connection and exits. The client side enters a loop which creates a socket which it uses to connect to the server, then it creates a socket pair. It keeps one half of the socket pair and sends the file descriptor for the other half in a message over connection socket. Once the second file descriptor is sent, the client close its end of the transmitted file descriptor, and the connection socket. It waits for a mesasge to be received on it's end of the socket pair and once received sends its reply and repeats process. To build the test: 1. Extract the tarball containing the test source, the makefile and this information file. 2. run "make link" in directory. To run the test establish 4 connections to the system. In the first two connection run the following commands. ./server_side ./client_side Once these report that they are running then run the following two commands in the other two connections. NOTE: you need to run the second command wihtin a second or two of getting the first running. ./server_side -T ./client_side -T After a short delay, about 5 seconds max, the following error messages should appear be observed. sever_side Starting server side New fd 5 recvmsged from new_socket pid read select on already says ready. w_read: read 0 bytes. w_read error from recvmsg: Connection reset by peer Server side socket select timed out client_side Starting client side client: sendmsg() failed, 55, No buffer space available Problem Explantion. The problem is while the client provided file descriptor for the second half of socket pair is sitting in the socket queue waiting to be "received" by the server, the unp_gc function in sys/kern/unp_usrreq.c may see it and think that it is no longer accessible and closes the remain view of the file. Once the server gets to using the socket it finds that it is closed for reading. It can send the initial message, but when it tries to read from it it receives a "Connection reset by peer" error. The Fix The fix is to add logic into the unp_gc function that takes into account the fact that the socket containing the file reference may in a listen state and in that case it should be be removed. Makefile ================================================================== PROG = sockpair_test CLEANFILES += server_side client_side CFLAGS += -g LDFLAGS += -static LDADD+= NO_MAN= link: sockpair_test if test -f server_side; then \ rm server_side; \ fi if test -f client_side; then \ rm client_side; \ fi ln sockpair_test server_side ln sockpair_test client_side .include Code file ========================================= /*--------------------------------------------------------------------------- Test program to demonstrate the lose of file descriptors passed through a socket. This single program can be used in 4 modes. The first two area used to generate enough activity which should result 3rd and 4th modes will detect the failure on the first server client exchange. 1. A quiet Server side test driver used to generate enough traffice to trigger the problem for test modes 3 and 4. 2. A quiet Client side program which talkes to the quiet server. 3. A server side that delays to help trigger an immediate failure and out error messages to report when the problem is detected. Also times out after the clinet goes away for 15 seconds. 4. A client side that reports errors when the problem is detected and exits immediately after the first errro. Processing over view: The server creates a unix socket in the current working directory and enters a loop to listen for new service connections. Once connection is received and a new socket is obtained via an accept operation, The server will fork a child instance of it self which will select on the new socket and when ready it does a rcvmsg on the socket and expects to receive a yet another new socket which the client passed in the first message. Once received the first socket is closed and a message is sent on the second, and then a return message is read from that socket and the clinet closes this connection and exits. The client side enters a loop which creates a socket which it uses to connect to the server, then it creates a socket pair. It keeps one half of the socket pair and sends the file descriptor for the other half in a message over connection socket. Once the second file descriptor is sent, the client close its end of the transmitted file descriptor, and the connection socket. It waits for a mesasge to be received on it's end of the socket pair and once received sends its reply and repeats process. ---------------------------------------------------------------------------*/ #include #include #include #include #include #include #include #include #include #include #include #include #include #include void do_parent(void); void do_child(void); typedef struct mymsg_s { u_int32_t msg_magic; u_int32_t msg_cnt; char msg_text[40]; } mymsg_t; #define MSG_MAGIC 0x01020304 char *serv_sockets[2] = { "./TESTSERVSOCK1", /* Used for the first quite mode operation */ "./TESTSERVSOCK2" /* Used by the problem reporting operational * mode */ }; int opt_daemon = 0; /* Indicates we are running as a sever */ int opt_client = 1; /* Indicates we are running as a client */ int opt_instance = 0; /* 0 indicates quite background mode * 1 indicates the report problem mode */ int opt_verbose = 0; /* Can be used to have the quite mode print out error messages. On by default for opt_instance 1 */ /*************************************************************************** * * Forward declarations of local functions * ***************************************************************************/ static void sig_child(int sig); static void usage(char *prog); void do_server(int dinst); void do_client(int cinst); int get_sock(int rsock); void saction(int sock); int s_write_msg(int sock, char mkey, char *msg); int s_read_msg(int, char *msg); int c_write_msg(int sock, char mkey, char *msg); int c_read_msg(int, char *msg); void caction(int sock1, int *sockp_p); /*--------------------------------------------------------------------------- Name : Main Function Description: Main entry, detects executaion name and processes arguments to set up option global values and starts the appropriate processing/ ---------------------------------------------------------------------------*/ int main(int argc, char ** argv) { pid_t pid; char ch; if (strstr(argv[0], "server_side") != NULL) { printf("Starting server side\n"); opt_daemon = 1; opt_client = 0; } else { printf("Starting client side\n"); opt_daemon = 0; opt_client = 1; } while ((ch = getopt(argc, argv, "hTdcv")) != EOF) { switch(ch) { case 'T': opt_instance = 1; opt_verbose = 1; break; case 'd': opt_daemon = 1; opt_client = 0; break; case 'c': opt_client = 1; opt_daemon = 0; break; case 'h': usage(argv[0]); exit(0); break; case 'v': opt_verbose = 1; break; default: usage(argv[0]); exit(1); break; } } if (opt_daemon) { do_server(opt_instance); } if (opt_client) { do_client(opt_instance); } } /************************************************************************* * * Local Functions * *************************************************************************/ /*--------------------------------------------------------------------------- Name : sig_child Function Description: Clean up child processes to keep the system clean. Arguments : sig - The signal value being responded to. Should be SIGCHLD ---------------------------------------------------------------------------*/ static void sig_child(int sig) { int child_status; /* Reap _all_ dead children */ if (sig != SIGCHLD) { fprintf(stderr, "Invalid signal %d seen in sig_child()\n", sig); exit(1); } while ( wait3 ( &child_status, WNOHANG, 0 ) > 0 ); } /*--------------------------------------------------------------------------- Name : usage Function Description: Print out a short usage summary Arguments : prog: Name used to start the program. ---------------------------------------------------------------------------*/ static void usage(char * prog) { fprintf(stderr, "%s: [-hbdciT] [-t delay_sec]\n"); fprintf(stderr, "\t-h - print this message\n"); fprintf(stderr, "\t-T - Run expecting to fail on first try\n"); fprintf(stderr, "\t-d - Run as the daemon (use server_side link)\n"); fprintf(stderr, "\t-c - Run as the client (use client_sice link)\n"); fprintf(stderr, "\t-v - Do more verbose output. Default with -T\n"); } /************************************************************************* * * Server Side Functions * *************************************************************************/ #define SUN_PATH_SIZE (sizeof(proxy_addr.sun_path)) /*--------------------------------------------------------------------------- Name : do_server Function Description: Setup the daemon service socket and enter the service loop which waits for a new connection socket. When new connection is received fork a child process to carry out the interaction with the client. Arguments : inst - 0 to indicate running in quiet mode, 1 to indicate running in report error mode. ---------------------------------------------------------------------------*/ void do_server(int inst) { int rsock; struct sockaddr_un proxy_addr; int proxy_len; int new_socket; int pid; struct stat sb; if ( signal(SIGCHLD, sig_child) == SIG_ERR) { printf("failed to set sig child handler\n"); exit(1); } restart: if (stat(serv_sockets[inst], &sb) == 0) { unlink(serv_sockets[inst]); } /* build the service socket */ rsock = socket(AF_UNIX, SOCK_STREAM, 0); fcntl(rsock, F_SETFL, FNDELAY); bzero ( (char *) &proxy_addr , sizeof(proxy_addr) ); proxy_addr.sun_family = AF_UNIX; strcpy ( proxy_addr.sun_path , serv_sockets[inst]); proxy_len = (sizeof(proxy_addr.sun_family) + 1 + strlen(proxy_addr.sun_path)); bind (rsock, (struct sockaddr *)&proxy_addr, proxy_len ); listen(rsock, 5); do { if (inst > 0) { sleep(5); } if((new_socket = get_sock(rsock)) != -1) { switch(pid = fork()) { case 0: saction(new_socket); exit(0); break; default: close(new_socket); } } else { printf("No new socket received\n"); close(rsock); goto restart; } } while(1); } /*--------------------------------------------------------------------------- Name : get_sock Function Description: Wait for new connection and when available accept the new connection and return the file descriptor to the caller. Return Value : file descriptor for the accepted connection socket Arguments : rsock - File descriptor for the server service socket. ---------------------------------------------------------------------------*/ int get_sock(int rsock) { int ns; /* New socket from accept() */ struct sockaddr_un ns_addr; /* Address provided with the acept */ int ns_addr_len; int sres; struct timeval timeout; /* Time till select times out */ fd_set read_ready; ns_addr_len = sizeof(ns_addr); timeout.tv_sec = 15; timeout.tv_usec = 0; reselect: FD_ZERO ( &read_ready ); FD_SET ( rsock, &read_ready ); if ((ns = select(rsock+1, &read_ready, NULL, NULL, &timeout)) == -1 ) { if (errno == EINTR) { goto reselect; } printf("Server side socket select error, %d %s\n", errno, strerror(errno)); exit(1); } else if (ns == 0) { printf("Server side socket select timed out\n"); if (opt_instance > 0) { exit(1); } goto reselect; } if (!FD_ISSET(rsock, &read_ready) ) { printf("No new connection waiting on 'rsock'\n"); return ( -1 ); } ns = accept(rsock, (struct sockaddr *)&ns_addr, &ns_addr_len); if ( ns < 0 ) { printf("Error accept()ing on rsock\n"); return ( -1 ); } return(ns); } /*--------------------------------------------------------------------------- Name : saction Function Description: Wait on the connection socket to receive the first client message which conntains the file descriptor for the per connection communication socket. Close the connection socket once the messge is received. Select on the communication socket with zero timeout. This isn't really necessary but when it comes back with an indication that data is read to read we have a hint that the problem has occurred since the client has not yet sent data. Write the server to client message and wait for the client response message. Arguments : nsock - File descriptor for the newly accepted connection socket ---------------------------------------------------------------------------*/ void saction(int nsoc) { int asoc; char msg_buf[80]; struct msghdr msg; struct { struct cmsghdr hdr; int fd; } control; int bytes_read; /* # of bytes in recvmsg() */ fd_set read_ready; struct timeval timeout; int sres; msg.msg_name = (caddr_t) 0; msg.msg_namelen = 0; msg.msg_iov = (struct iovec *)0; msg.msg_iovlen = 0; msg.msg_control = (caddr_t) &control; msg.msg_controllen = sizeof(control); msg.msg_flags = 0; timeout.tv_sec = 100; timeout.tv_usec= 0; FD_ZERO(&read_ready); FD_SET(nsoc, &read_ready); sres = select(nsoc + 1, &read_ready, (fd_set *)NULL, (fd_set *)NULL, &timeout); if (sres < 0 ) { printf("Error selecting on accepted socket\n"); close (nsoc); return; } if (!FD_ISSET(nsoc, &read_ready)) { printf("Select() reports no data on new_socket\n"); close (nsoc); return; } if ((bytes_read = recvmsg(nsoc, &msg, 0) ) < 0) { printf("Error recvmsg()ing new_socket\n"); close ( nsoc ); return; } asoc = control.fd; if (opt_verbose) { printf( "New fd %d recvmsged from new_socket\n", asoc); } close(nsoc); FD_ZERO(&read_ready); FD_SET(asoc, &read_ready); timeout.tv_sec = 0; timeout.tv_usec= 0; /* This select would not expect not normally expect to to see available data */ sres = select(asoc + 1, &read_ready, (fd_set *)NULL, (fd_set *)NULL, &timeout); if (opt_verbose && (sres > 0)) { printf("pid %d, read select on %d already says ready\n", getpid(), asoc); } if (s_write_msg(asoc, 'a', "msg1") < 0) { if (opt_verbose) { printf("Warder write msg 1 failed: %s\n", strerror(errno)); } close(asoc); return; } bzero(msg_buf, 80); if (s_read_msg(asoc, msg_buf) < 0) { close(asoc); if (opt_instance != 0) { exit(1); } return; } close(asoc); return; } /*--------------------------------------------------------------------------- Name : s_write_msg Function Description: Build and send a message to the client. Return Value : -1 - write failed 1 - operation was successful Arguments : soc - file descriptor of the socket to write to msgkey - First character of the message msg - text of the messge. ---------------------------------------------------------------------------*/ int s_write_msg(int soc, char msgkey, char *msg) { char rmsg[80]; sprintf(&rmsg[0], "%c%s\n", msgkey, msg); if (write(soc, rmsg, strlen(rmsg)) < 0) { return(-1); } return(1); } /*--------------------------------------------------------------------------- Name : s_read_msg Function Description: Select on the socket waiting for data and when availabel read it from the socket and save it in the msg buffer. Return Value : -1 - write failed 1 - operation was successful Arguments : soc - file descriptor from which to read the client messge msg_buf - storage location where the message is placed. ---------------------------------------------------------------------------*/ int s_read_msg(int soc, char *msg_buf) { struct timeval timeout; fd_set read_ready; int rcnt; int scnt; struct msghdr msg; struct { struct cmsghdr hdr; int fd; } control; struct iovec iov[1]; int bytes_read; /* # of bytes in recvmsg() */ retry: bzero(msg_buf, 80); timeout.tv_sec = 100; timeout.tv_usec = 0; FD_ZERO ( &read_ready ); FD_SET (soc, &read_ready ); if ((scnt = select( soc+1, &read_ready, NULL, NULL, &timeout)) == -1) { printf("select error in warder read\n"); return (-1); } else if (scnt == 0) { printf("read message timed out select\n"); return (-1); } if ( !FD_ISSET( soc, &read_ready )) { printf("soc %d is not read after select\n", soc); return (-1); } bzero(&control, sizeof(control)); iov[0].iov_base = msg_buf; iov[0].iov_len = 80; msg.msg_name = (caddr_t) 0; msg.msg_namelen = 0; msg.msg_iov = iov; msg.msg_iovlen = 1; msg.msg_control = (caddr_t) &control; msg.msg_controllen = sizeof(control); msg.msg_flags = 0; if ((rcnt = recvmsg(soc, &msg, 0)) < 0) { if (opt_verbose) { printf("w_read: recvmsg error: %s\n", strerror(errno)); } return (-1); } else if (rcnt == 0) { if (opt_verbose) { printf("w_read: read 0 bytes\n"); } sleep(1); goto retry; } else if (strcmp("bmsg2\n", msg_buf) != 0) { printf("w_read unexpected response len %d, '%s'\n", rcnt, msg); goto retry; } return(1); } /************************************************************************* * * Client Side Functions * *************************************************************************/ /*--------------------------------------------------------------------------- Name : do_client Function Description: Enters a perpetual loop which creates the connection socket, connects to the server. Once the connection is extablished carry out the client side connection actions and then close up the connection file descriptors and repeat the process. Arguments : cinst - 0 to indicate running in quiet mode, 1 to indicate running in report error mode. ---------------------------------------------------------------------------*/ void do_client(int cinst) { int length; int r; struct sockaddr_un peer; char* sockfilename; int sock1; int sockp[2]; int cycle_cnt = 0; while (1) { if ((sock1 = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { printf("client socket failed\n"); exit(0); } memset(&peer, 0, sizeof(peer)); peer.sun_family = AF_UNIX; strcpy( peer.sun_path, serv_sockets[cinst]); length = strlen( peer.sun_path) + sizeof (peer.sun_family) + 1; retry: if (connect (sock1, (struct sockaddr*) & peer, length) < 0) { printf("client connect() failed for %s: %s\n", serv_sockets[0], strerror(errno)); sleep(1); goto retry; } fcntl(sock1, F_SETFD, 1); caction(sock1, sockp); close(sock1); close(sockp[0]); close(sockp[1]); cycle_cnt++; if ((cycle_cnt % 20) == 0) { sleep(5); } } } /*--------------------------------------------------------------------------- Name : caction Function Description: Create a socket pair, send the second file descriptor to the server using the provides connection socket. Close the client file descriptor for the sent file descriptor. Wait for the server message and send the client response. Arguments : sock1 - The file descriptor for the connection socket sockp - Pointer to storage for socket pair file descriptors ---------------------------------------------------------------------------*/ void caction(int sock1, int *sockp) { struct msghdr msg; struct { struct cmsghdr hdr; int fd; } control; char buf[80]; fd_set read_ready; struct timeval timeout; int scnt; if (socketpair(AF_UNIX, SOCK_DGRAM, 0, sockp) < 0) { printf("client socket pair failed\n"); exit(0); } fcntl(sockp[0], F_SETFL, O_NONBLOCK); fcntl(sockp[0], F_SETFD, 1); timeout.tv_sec = 0; timeout.tv_usec = 0; FD_ZERO ( &read_ready ); FD_SET ( sockp[1], &read_ready ); if ((scnt =select(sockp[1] + 1, &read_ready, NULL, NULL, &timeout)) < 0) { printf("client: select on socket pair fd %d failed, %s\n", sockp[1], strerror(errno)); } if (scnt > 0) { printf("client: select on socket pair fd1 %d read before being sent\n", sockp[1]); } control.hdr.cmsg_len = sizeof(control); control.hdr.cmsg_level = SOL_SOCKET; control.hdr.cmsg_type = SCM_RIGHTS; control.fd = sockp[1]; msg.msg_name = (caddr_t)0; msg.msg_namelen = 0; msg.msg_iov = (struct iovec *)0; msg.msg_iovlen = 0; msg.msg_control = (caddr_t) &control; msg.msg_controllen = sizeof(control); msg.msg_flags = 0; if (sendmsg(sock1, &msg, 0) < 0) { printf("client: failed to send fd to server. rsock = %d. mine = %d. warder's = %d", sock1, sockp[0], sockp[1]); close(sockp[0]); close(sockp[1]); exit(1); } close(sockp[1]); if (c_read_msg(sockp[0], buf) < 0) { exit(0); } if (c_write_msg(sockp[0], 'b', "msg2\n") < 0) { exit(0); } } /*--------------------------------------------------------------------------- Name : c_read_msg Function Description: Wait on the socket for receipt of data, then read the server mesasge from the provided file descriptor and save the results in the message buffer. Return Value : -1 Operation failed 1 Operaiton was successful Arguments : soc - File descriptor to read the server message from msg_buf - Place to hold the received message. ---------------------------------------------------------------------------*/ int c_read_msg(int soc, char *msg_buf) { struct iovec vec[2]; char prefix; #define BUFSIZE 8000 char buffer[BUFSIZE]; char *dyn_buf; int ready; int r; struct msghdr msg; fd_set read_ready; struct timeval timeout; timeout.tv_sec = 100; timeout.tv_usec = 0; FD_ZERO ( &read_ready ); FD_SET ( soc, &read_ready ); if (select(soc + 1, &read_ready, NULL, NULL, &timeout) < 0) { printf("client read: select error on msg 1: %s\n", strerror(errno)); return(-1); } vec[0].iov_base = & prefix; vec[0].iov_len = 1; vec[1].iov_base = & buffer[0]; vec[1].iov_len = sizeof(buffer); msg.msg_iov = & vec[0]; msg.msg_iovlen = 2; msg.msg_name = NULL; msg.msg_namelen = 0; msg.msg_control = NULL; msg.msg_controllen = 0; msg.msg_flags = 0; if ((r = recvmsg(soc, &msg, 0)) < 0) { printf("client recv msg 1 failed: %s\n", strerror(errno)); return(-1); } else if (r == 0) { printf("clinet recved no data\n"); return(-1); } memcpy(msg_buf, buffer, r - 1); return(1); } /*--------------------------------------------------------------------------- Name : c_write_msg Function Description: Build and send the reply message to the server. In the case that we are running in the detect problem mode we exit processing when the error is detected. Return Value : 1 - Operation completed. Arguments : sock - File descriptor to which to write the message msgkey - First character of the message smsg - Test of the message. ---------------------------------------------------------------------------*/ int c_write_msg(int sock, char msgkey, char *smsg) { struct iovec vec[2]; int count; struct msghdr msg; int total; int r; vec[0].iov_base = &msgkey; vec[0].iov_len = 1; total = vec[0].iov_len; count = 1; if (smsg) { vec[1].iov_base = (void*)smsg; vec[1].iov_len = strlen(smsg); total += vec[1].iov_len; count = 2; } msg.msg_iov = & vec[0]; msg.msg_iovlen = count; msg.msg_name = NULL; msg.msg_namelen = 0; msg.msg_control = NULL; msg.msg_controllen = 0; msg.msg_flags = 0; errno = 0; r = sendmsg(sock, &msg, 0); if (r != total) { if (opt_verbose) { printf("client: sendmsg() failed, %d, %s\n", errno, strerror(errno)); } if (opt_instance == 1) { exit(1); } } return(1); } >Fix: Add code like the following to unp_gc. NOTE: the version numebers do not match FreeBSD CVS, nor to the line nubmers match any freebsd release. BUT, the context should point to the relevant location for a 6.0 copy of the file as well as current. diff -c -r1.12 -r1.14 *** uipc_usrreq.c 9 Jan 2007 22:40:59 -0000 1.12 --- uipc_usrreq.c 13 Feb 2007 23:31:32 -0000 1.14 *************** *** 1675,1680 **** --- 1675,1681 ---- { struct file *fp, *nextfp; struct socket *so; + struct socket *soa; struct file **extra_ref, **fpp; int nunref, i; int nfiles_snap; *************** *** 1762,1767 **** --- 1765,1783 ---- SOCKBUF_LOCK(&so->so_rcv); unp_scan(so->so_rcv.sb_mb, unp_mark); SOCKBUF_UNLOCK(&so->so_rcv); + /* + * If socket is in listening state, then sockets + * in its accept queue are accessible, and so + * are any descriptors in those sockets' receive + * queues. + */ + ACCEPT_LOCK(); + TAILQ_FOREACH(soa, &so->so_comp, so_list) { + SOCKBUF_LOCK(&soa->so_rcv); + unp_scan(soa->so_rcv.sb_mb, unp_mark); + SOCKBUF_UNLOCK(&soa->so_rcv); + } + ACCEPT_UNLOCK(); } } while (unp_defer); sx_sunlock(&filelist_lock); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 23:10:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C12A16A403 for ; Wed, 9 May 2007 23:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0526413C468 for ; Wed, 9 May 2007 23:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49NA3sR089805 for ; Wed, 9 May 2007 23:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49NA3ut089804; Wed, 9 May 2007 23:10:03 GMT (envelope-from gnats) Resent-Date: Wed, 9 May 2007 23:10:03 GMT Resent-Message-Id: <200705092310.l49NA3ut089804@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ighighi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BABF16A400 for ; Wed, 9 May 2007 23:01:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 36A3313C45E for ; Wed, 9 May 2007 23:01:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l49N1D24048981 for ; Wed, 9 May 2007 23:01:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l49MuCps029435; Wed, 9 May 2007 22:56:12 GMT (envelope-from nobody) Message-Id: <200705092256.l49MuCps029435@www.freebsd.org> Date: Wed, 9 May 2007 22:56:12 GMT From: Ighighi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/112556: [patch]: [bin]: sysctl(8) needs to fix multi-lineal descriptions X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 23:10:04 -0000 >Number: 112556 >Category: bin >Synopsis: [patch]: [bin]: sysctl(8) needs to fix multi-lineal descriptions >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: Wed May 09 23:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ighighi >Release: 6.2-STABLE >Organization: >Environment: FreeBSD orion 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat May 5 10:13:59 VET 2007 root@orion:/usr/obj/usr/src/sys/CUSTOM i386 >Description: This patch to sysctl(8) makes it handle multi-lineal descriptions (currently found in hw.pci.enable_io_modes, hw.pci.do_power_nodriver, hw.pci.host_mem_start & hw.pci.irq_override_mask) so they appear on just one line. A patch to the PCI files available upon request but other modules that I didn't load could have multi-line descriptions as well, so patching sysctl(8) is necessary. >How-To-Repeat: /sbin/sysctl -d hw.pci.enable_io_modes hw.pci.do_power_nodriver hw.pci.host_mem_start hw.pci.irq_override_mask >Fix: Attached patch available. Patch attached with submission follows: --- sbin/sysctl/sysctl.c.orig Wed Mar 21 21:27:09 2007 +++ sbin/sysctl/sysctl.c Sat May 5 09:21:16 2007 @@ -568,11 +568,16 @@ sep = ": "; if (dflag) { /* just print description */ + char *s = buf; + qoid[1] = 5; j = sizeof(buf); i = sysctl(qoid, nlen + 2, buf, &j, 0, 0); if (!nflag) printf("%s%s", name, sep); + /* fix multilineal descriptions */ + while ((s = strchr(s, '\n')) != NULL) + *s++ = ' '; printf("%s", buf); return (0); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 23:40:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95B7016A402 for ; Wed, 9 May 2007 23:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6B313C44C for ; Wed, 9 May 2007 23:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l49Ne43B093447 for ; Wed, 9 May 2007 23:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l49Ne4BU093446; Wed, 9 May 2007 23:40:04 GMT (envelope-from gnats) Resent-Date: Wed, 9 May 2007 23:40:04 GMT Resent-Message-Id: <200705092340.l49Ne4BU093446@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ighighi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A12F516A403 for ; Wed, 9 May 2007 23:34:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 92AD813C4B8 for ; Wed, 9 May 2007 23:34:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l49NY0sq099252 for ; Wed, 9 May 2007 23:34:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l49NSwEZ092773; Wed, 9 May 2007 23:28:58 GMT (envelope-from nobody) Message-Id: <200705092328.l49NSwEZ092773@www.freebsd.org> Date: Wed, 9 May 2007 23:28:58 GMT From: Ighighi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/112557: [patch] [bin] ppp(8) lock file should not use symlink name X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 23:40:04 -0000 >Number: 112557 >Category: bin >Synopsis: [patch] [bin] ppp(8) lock file should not use symlink name >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: Wed May 09 23:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ighighi >Release: 6.2-STABLE >Organization: >Environment: FreeBSD orion 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat May 5 10:13:59 VET 2007 root@orion:/usr/obj/usr/src/sys/CUSTOM i386 >Description: If ppp(8) is instructed to use /dev/modem (with "set device /dev/modem" in /etc/ppp/ppp.conf) and /dev/modem is a symbolic link to the real device, the lock file should reference the real device. So a /var/lock/LCK..cuad0 (as in my system) should exist instead of /var/lock/LCK..modem). Many other programs in the base and ports tree (i.e., comms/minicom that use uu_lock() (implemented in /usr/src/lib/libutil/uucplock.c) could be auto-magically patched if this function is patched instead). A (trivial) patch to minicom similar to this one is available to anyone upon request. >How-To-Repeat: >Fix: Attached patch available. Patch attached with submission follows: --- usr.sbin/ppp/physical.c.orig Mon Oct 11 05:45:58 2004 +++ usr.sbin/ppp/physical.c Thu Feb 8 03:59:01 2007 @@ -976,6 +976,11 @@ int len = strlen(_PATH_DEV); if (name != p->name.full) { + char realname[PATH_MAX]; + + if (realpath(name, realname) != NULL) + name = (const char *) realname; + strncpy(p->name.full, name, sizeof p->name.full - 1); p->name.full[sizeof p->name.full - 1] = '\0'; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed May 9 23:44:50 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7262516A402 for ; Wed, 9 May 2007 23:44:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 63C0113C43E for ; Wed, 9 May 2007 23:44:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 5E6481A3C19; Wed, 9 May 2007 16:45:33 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 343CD514DD; Wed, 9 May 2007 19:44:49 -0400 (EDT) Date: Wed, 9 May 2007 19:44:49 -0400 From: Kris Kennaway To: Niels Dettenbach Message-ID: <20070509234448.GA66829@xor.obsecurity.org> References: <200705082039.57556.nd@syndicat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705082039.57556.nd@syndicat.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-bugs@freebsd.org Subject: Re: no respond to KILL -9 or any signal X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 23:44:50 -0000 On Tue, May 08, 2007 at 08:39:57PM +0200, Niels Dettenbach wrote: > Dear List readers and FreeBSD coders, > > since 5.2 i experienced in timespans of some days or weeks the effect on our > internet server machine, that processes got hanging and are not killable by > kill -9 or any other signal. > > Most times it seems that perl based processes are affected like spamd > (Spamassassin), amavisd-new but one time my exim got hanged too. > > ps afux says the proces are in state "DL" - wich doesn't change after a "kill" > or "kill -9 " - i didn't found any way to get the procs killed or cleaned > out. > > So i have to reboot the machine (with hard reset!) each time to get the > hanging service running again - that's really not nice for a productive > system! > > The Machine started with a 5.0 installation years ago. The effect arises since > somewhere around 5.1/5.2 - during my 6.0 installation not over several > monthes - since updates / with new fresh install on 6.2 it comes back. > Ideas - it comes from a hardware bug - i can't follow. We have checked the > hardware different times and the problem was gone over monthes during a > (untouched) 6.0 installation. With Linux the box the problem is not there but > im not like to switch to linux - i like FreeBSD in its way for my productive > systems. > > We tried different installations and kernel configs and a lot of new world > build and port updates. It looks like a problem somewhere with any kind of IO > interactions but im not shure... > > i use: > === > - FreeBSD ffm-dr1.syndicat.com 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: > - on a Intel Dual XEON > - Intel SE Server Board > - 2GB RAM > - with Intel (former ICP-Vortex) U320 SCSI Controller (RAID1) - (iir driver) > - IDE disc drive (backup only) > - 2x NIC > - with and without jails > > env: > === > CPUTYPE=p4 > CPUTYPE?=p4 > > Perl is 5.8.8 - i've tried perl from ports as the default FreeBSD perl. > > (add. data available on request) > > The problem is urgent for us so any useful info or help is very welcome!... When this happens you need to break to DDB and obtain backtraces of the hung processes. Other debugging options and commands are also possibly required; see the developers handbook. Kris From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 00:30:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5E0B16A402 for ; Thu, 10 May 2007 00:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 85EAA13C447 for ; Thu, 10 May 2007 00:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A0U4TA097831 for ; Thu, 10 May 2007 00:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A0U4Tj097830; Thu, 10 May 2007 00:30:04 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 00:30:04 GMT Resent-Message-Id: <200705100030.l4A0U4Tj097830@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ighighi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B79BF16A408 for ; Thu, 10 May 2007 00:21:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 90E5F13C458 for ; Thu, 10 May 2007 00:21:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4A0LOcX072387 for ; Thu, 10 May 2007 00:21:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4A0GN5g067027; Thu, 10 May 2007 00:16:23 GMT (envelope-from nobody) Message-Id: <200705100016.l4A0GN5g067027@www.freebsd.org> Date: Thu, 10 May 2007 00:16:23 GMT From: Ighighi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: conf/112558: [patch] [conf]: /etc/periodic/daily/200.backup-passwd poor handling of /etc/master.passwd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 00:30:04 -0000 >Number: 112558 >Category: conf >Synopsis: [patch] [conf]: /etc/periodic/daily/200.backup-passwd poor handling of /etc/master.passwd >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 10 00:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ighighi >Release: 6.2-STABLE >Organization: >Environment: FreeBSD orion 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat May 5 10:13:59 VET 2007 root@orion:/usr/obj/usr/src/sys/CUSTOM i386 >Description: The script /etc/periodic/daily/200.backup-passwd (enabled by default in /etc/defaults/periodic.conf) is intended to perform the following function as described in periodic.conf(5): daily_backup_passwd_enable Set to ``YES'' if you want the /etc/master.passwd and /etc/group files backed up and reported on. The offending line in the script (with $bak set to /var/backups by default) is: mv $bak/master.passwd.bak $bak/master.passwd.bak2 No previous handling of master.passwd.bak2 before mv(1) exists so there's no guarantee at all that sensitive data won't be retrieved by malicious users in environments with no disk encryption on the filesystem containing /var or when mounted in RAM with mdmfs(8). The attached patch just adds these 2 lines rm -fP $bak/master.passwd.bak2 rm -fP $bak/group.bak2 before the cp(1) above... I'm aware of the limitations of rm(1)'s -P but in this case I think it's better than nothing. I had the temptation to patch etc/defaults/periodic.conf with #daily_backup_passwd_enable="YES" as etc/periodic/daily/200.backup-passwd seems to me to be too amateur to be enabled by default. >How-To-Repeat: >Fix: A quick fix would be to run: echo 'daily_backup_passwd_enable="NO"' >> /etc/periodic.conf or use the patch attached. Patch attached with submission follows: --- etc/periodic/daily/200.backup-passwd.orig Sun May 7 00:00:25 2006 +++ etc/periodic/daily/200.backup-passwd Wed May 2 03:41:18 2007 @@ -43,6 +43,7 @@ echo "$host passwd diffs:" diff -I '^#' $bak/master.passwd.bak /etc/master.passwd |\ sed 's/^\([<>] [^:]*\):[^:]*:/\1:(password):/' + rm -fP $bak/master.passwd.bak2 mv $bak/master.passwd.bak $bak/master.passwd.bak2 cp -p /etc/master.passwd $bak/master.passwd.bak || rc=3 fi @@ -59,6 +60,7 @@ [ $rc -lt 1 ] && rc=1 echo "$host group diffs:" diff $bak/group.bak /etc/group + rm -fP $bak/group.bak2 mv $bak/group.bak $bak/group.bak2 cp -p /etc/group $bak/group.bak || rc=3 fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 05:34:34 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71C2D16A400; Thu, 10 May 2007 05:34:34 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 49B6413C448; Thu, 10 May 2007 05:34:34 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from freefall.freebsd.org (vd@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A5YYTb039941; Thu, 10 May 2007 05:34:34 GMT (envelope-from vd@freefall.freebsd.org) Received: (from vd@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A5YY5a039937; Thu, 10 May 2007 05:34:34 GMT (envelope-from vd) Date: Thu, 10 May 2007 05:34:34 GMT From: Vasil Dimov Message-Id: <200705100534.l4A5YY5a039937@freefall.freebsd.org> To: vd@FreeBSD.org, freebsd-bugs@FreeBSD.org, jhb@FreeBSD.org Cc: Subject: Re: kern/112518: regression: "panic: blockabe sleep lock" @ boot after upgrade -CURRENT SMP amd64 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 05:34:34 -0000 Synopsis: regression: "panic: blockabe sleep lock" @ boot after upgrade -CURRENT SMP amd64 Responsible-Changed-From-To: freebsd-bugs->jhb Responsible-Changed-By: vd Responsible-Changed-When: Thu May 10 05:27:18 UTC 2007 Responsible-Changed-Why: Assign to John, looks like he played with sys/amd64/amd64/msi.c recently. John, do you think that the changes in 1.6 may have fixed this issue? Especially this one: - Change the MSI sx lock to a mutex. If we need to create new sources, drop the lock, create the required number of sources, then get the lock and try the allocation again. http://www.freebsd.org/cgi/query-pr.cgi?pr=112518 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 06:30:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DB7516A402 for ; Thu, 10 May 2007 06:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 608AA13C455 for ; Thu, 10 May 2007 06:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A6U5ma044273 for ; Thu, 10 May 2007 06:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A6U5Of044272; Thu, 10 May 2007 06:30:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 06:30:05 GMT Resent-Message-Id: <200705100630.l4A6U5Of044272@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Nelson Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BB0916A400 for ; Thu, 10 May 2007 06:23:10 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1669613C45D for ; Thu, 10 May 2007 06:23:00 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l4A6C6rA016282; Thu, 10 May 2007 01:12:06 -0500 (CDT) (envelope-from dan) Message-Id: <200705100612.l4A6C6rA016282@dan.emsphone.com> Date: Thu, 10 May 2007 01:12:06 -0500 (CDT) From: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/112559: [PATCH] make iostat -Ix work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 06:30:05 -0000 >Number: 112559 >Category: bin >Synopsis: [PATCH] make iostat -Ix work >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: Thu May 10 06:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 6.2-STABLE i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.emsphone.com 6.2-STABLE FreeBSD 6.2-STABLE #434: Wed Jan 24 11:11:58 CST 2007 zsh@dan.emsphone.com:/usr/src-6/sys/i386/compile/DANSMP i386 >Description: The code to print the extended device stats doesn't take the -I flag into account. >How-To-Repeat: >Fix: With the following patch, "iostat -xI" will print per-interval I/O statistics instead of per-second ones (which means the first line shows totals since boot). Applies cleanly to HEAD and RELENG-6. Index: iostat.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/iostat/iostat.c,v retrieving revision 1.32 diff -u -p -r1.32 iostat.c --- iostat.c 6 Feb 2007 20:29:40 -0000 1.32 +++ iostat.c 10 May 2007 06:02:03 -0000 @@ -656,6 +656,8 @@ devstats(int perf_select, long double et long double transfers_per_second, transfers_per_second_read, transfers_per_second_write; long double kb_per_transfer, mb_per_second, mb_per_second_read, mb_per_second_write; u_int64_t total_bytes, total_transfers, total_blocks; + u_int64_t total_bytes_read, total_transfers_read; + u_int64_t total_bytes_write, total_transfers_write; long double busy_pct; u_int64_t queue_len; long double total_mb; @@ -670,7 +672,10 @@ devstats(int perf_select, long double et if (Cflag > 0) printf(" cpu "); printf("\n"); - printf("device r/s w/s kr/s kw/s wait svc_t %%b "); + if (Iflag == 0) + printf("device r/s w/s kr/s kw/s wait svc_t %%b "); + else + printf("device r/i w/i kr/i kw/i wait svc_t %%b "); if (Tflag > 0) printf("tin tout "); if (Cflag > 0) @@ -690,7 +695,11 @@ devstats(int perf_select, long double et if (devstat_compute_statistics(&cur.dinfo->devices[di], havelast ? &last.dinfo->devices[di] : NULL, etime, DSM_TOTAL_BYTES, &total_bytes, + DSM_TOTAL_BYTES_READ, &total_bytes_read, + DSM_TOTAL_BYTES_WRITE, &total_bytes_write, DSM_TOTAL_TRANSFERS, &total_transfers, + DSM_TOTAL_TRANSFERS_READ, &total_transfers_read, + DSM_TOTAL_TRANSFERS_WRITE, &total_transfers_write, DSM_TOTAL_BLOCKS, &total_blocks, DSM_KB_PER_TRANSFER, &kb_per_transfer, DSM_TRANSFERS_PER_SECOND, &transfers_per_second, @@ -731,12 +740,21 @@ devstats(int perf_select, long double et mb_per_second_read > ((long double).0005)/1024 || mb_per_second_write > ((long double).0005)/1024 || busy_pct > 0.5) { - printf("%-8.8s %5.1Lf %5.1Lf %7.1Lf %7.1Lf %4qu %5.1Lf %3.0Lf ", - devname, transfers_per_second_read, - transfers_per_second_write, - mb_per_second_read * 1024, - mb_per_second_write * 1024, queue_len, - ms_per_transaction, busy_pct); + if (Iflag == 0) + printf("%-8.8s %5.1Lf %5.1Lf %7.1Lf %7.1Lf %4qu %5.1Lf %3.0Lf ", + devname, transfers_per_second_read, + transfers_per_second_write, + mb_per_second_read * 1024, + mb_per_second_write * 1024, queue_len, + ms_per_transaction, busy_pct); + else + printf("%-8.8s %5.1Lf %5.1Lf %7.1Lf %7.1Lf %4qu %5.1Lf %3.0Lf ", + devname, (long double)total_transfers_read, + (long double)total_transfers_write, + (long double)total_bytes_read / 1024, + (long double)total_bytes_write / 1024, queue_len, + ms_per_transaction, busy_pct); + if (firstline) { /* * If this is the first device >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 07:52:13 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F9CF16A400; Thu, 10 May 2007 07:52:13 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 58FFB13C457; Thu, 10 May 2007 07:52:13 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A7qDsw055944; Thu, 10 May 2007 07:52:13 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A7qD9n055940; Thu, 10 May 2007 07:52:13 GMT (envelope-from maxim) Date: Thu, 10 May 2007 07:52:13 GMT From: Maxim Konovalov Message-Id: <200705100752.l4A7qD9n055940@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Cc: Subject: Re: bin/112559: [PATCH] make iostat -Ix work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 07:52:13 -0000 Synopsis: [PATCH] make iostat -Ix work Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Thu May 10 07:51:44 UTC 2007 Responsible-Changed-Why: I committed -x flag support. http://www.freebsd.org/cgi/query-pr.cgi?pr=112559 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:40:02 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3FCA16A403 for ; Thu, 10 May 2007 08:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B34A813C459 for ; Thu, 10 May 2007 08:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8e24J064614 for ; Thu, 10 May 2007 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8e2LV064610; Thu, 10 May 2007 08:40:02 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 08:40:02 GMT Resent-Message-Id: <200705100840.l4A8e2LV064610@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michail Zhilkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32A4416A400 for ; Thu, 10 May 2007 08:31:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 23A5013C447 for ; Thu, 10 May 2007 08:31:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4A8V4vJ061914 for ; Thu, 10 May 2007 08:31:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4A8Q3NW060379; Thu, 10 May 2007 08:26:03 GMT (envelope-from nobody) Message-Id: <200705100826.l4A8Q3NW060379@www.freebsd.org> Date: Thu, 10 May 2007 08:26:03 GMT From: Michail Zhilkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112561: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:40:02 -0000 >Number: 112561 >Category: misc >Synopsis: ipfw fwd does not work with some TCP packets >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: Thu May 10 08:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michail Zhilkin >Release: 6.2-RELEASE, from CDROM >Organization: SibSUTI >Environment: FreeBSD master 6.2-RELEASE FreeBSD 6.2-RELEASE #4: Sat May 5 14:05:35 NOVST 2007 root@master:/usr/obj/usr/src/sys/MIKE.SMP i386 >Description: I have a router to which several networks and DMZ are connected. My router has access to two different provider links via 802.1Q vlan interfaces: vlan10 and vlan11 System has default route through vlan11 interface. (to Provider1) Some machines in DMZ have addresses from Provider2 network and need to send their packets via vlan10 interface. I do "source routing" with ipfw for these machines: ipfw add fwd ${provider2_GW} ip from ${DMZ_provider2_net} to not ${mylocalnet},${DMZ_provider1_net},${DMZ_provider2_net} via vlan11 out Everything works well, but I have noticed, that some packets from ${DMZ_provider2_net} still go out through vlan11 interface. After some analysis I have determined, that these are TCP packets with TCP Window = 0 and only ACK flag set. Tcpdump on vlan11 shows: [root@master ~]# tcpdump -i vlan11 -nn src net ${DMZ_provider2_net} 13:42:33.310277 IP 82.179.28.242.25 > 80.59.135.220.60373: . ack 2904367560 win 0 13:42:43.310267 IP 82.179.28.242.25 > 88.152.216.185.1845: . ack 289763981 win 0 13:42:43.310276 IP 82.179.28.242.25 > 200.232.191.219.56013: . ack 531945664 win 0 13:42:48.310267 IP 82.179.28.243.80 > 193.251.135.118.62076: . ack 1047166571 win 0 13:42:58.310267 IP 82.179.29.122.80 > 195.161.25.104.56876: . ack 1999970998 win 0 13:43:08.310270 IP 82.179.28.242.25 > 216.36.146.239.3639: . ack 924806561 win 0 13:43:08.310279 IP 82.179.28.242.25 > 76.169.149.45.1426: . ack 4032222169 win 0 13:43:13.310270 IP 82.179.28.242.25 > 220.36.108.40.3077: . ack 3997761968 win 0 Tcpdump on vlan10 shows: [root@master ~]# tcpdump -i vlan10 -nn src net ${DMZ_provider2_net} 14:58:09.573966 IP 82.179.28.243.80 > 81.30.180.72.40833: . 3108981642:3108983078(1436) ack 1991712566 win 17520 14:58:09.573980 IP 82.179.28.243.80 > 81.30.180.72.40833: . 1436:2872(1436) ack 1 win 17520 14:58:09.574460 IP 82.179.28.243.80 > 81.30.180.72.40833: . 2872:4308(1436) ack 1 win 17520 14:58:10.342872 IP 82.179.28.242.53 > 206.169.72.10.43676: 9584* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:10.883958 IP 82.179.28.243.80 > 87.103.172.210.1099: . 3110871326:3110872766(1440) ack 1711239553 win 17280 14:58:12.022583 IP 82.179.28.243.80 > 80.55.114.198.1522: S 3118809207:3118809207(0) ack 332492303 win 17232 14:58:12.085034 IP 82.179.28.242.1119 > 81.19.80.12.80: S 1228111698:1228111698(0) win 1024 14:58:12.507710 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 3653374947 win 1024 14:58:12.508209 IP 82.179.28.242.1119 > 81.19.80.12.80: P 0:401(401) ack 1 win 1024 14:58:13.040301 IP 82.179.28.242.25 > 125.126.145.115.3763: . ack 1449352864 win 1024 14:58:13.065282 IP 82.179.28.243.80 > 80.55.114.198.1529: S 3119064958:3119064958(0) ack 724565672 win 17232 14:58:13.101754 IP 82.179.28.243.80 > 80.55.114.198.1531: S 3119108315:3119108315(0) ack 3810947873 win 17232 14:58:13.122738 IP 82.179.28.243.80 > 80.55.114.198.1528: S 3119144833:3119144833(0) ack 849080534 win 17232 14:58:13.148717 IP 82.179.28.243.80 > 81.30.180.72.40833: . 4308:5744(1436) ack 1 win 17520 14:58:13.311097 IP 82.179.28.242.25 > 88.247.219.128.4164: . ack 397363012 win 1024 14:58:13.451487 IP 82.179.28.243.80 > 62.183.31.9.4218: P 3113891056:3113891250(194) ack 1336319250 win 17232 14:58:13.533424 IP 82.179.28.243.80 > 81.30.180.72.40833: . 5744:7180(1436) ack 1 win 17520 14:58:14.150949 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 1 win 1024 14:58:14.216400 IP 82.179.28.242.53 > 62.220.18.13.32769: 14223* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:14.383274 IP 82.179.28.243.80 > 80.55.114.198.1510: . 3113286219:3113287655(1436) ack 259964965 win 17520 14:58:14.383286 IP 82.179.28.243.80 > 80.55.114.198.1511: . 3113250884:3113252320(1436) ack 983362080 win 17520 14:58:15.311239 IP 82.179.28.242.25 > 82.139.0.126.2728: R 1533854561:1533854561(0) win 0 14:58:15.623473 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679025:1547679025(0) win 0 14:58:15.760368 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 14:58:15.781852 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:40:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74E1116A407 for ; Thu, 10 May 2007 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 56A0A13C455 for ; Thu, 10 May 2007 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8e3nQ064666 for ; Thu, 10 May 2007 08:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8e344064664; Thu, 10 May 2007 08:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 08:40:03 GMT Resent-Message-Id: <200705100840.l4A8e344064664@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michail Zhilkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16B5B16A402 for ; Thu, 10 May 2007 08:36:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0791513C45D for ; Thu, 10 May 2007 08:36:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4A8aEKL063003 for ; Thu, 10 May 2007 08:36:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4A8VDOW061944; Thu, 10 May 2007 08:31:13 GMT (envelope-from nobody) Message-Id: <200705100831.l4A8VDOW061944@www.freebsd.org> Date: Thu, 10 May 2007 08:31:13 GMT From: Michail Zhilkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112562: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:40:03 -0000 >Number: 112562 >Category: misc >Synopsis: ipfw fwd does not work with some TCP packets >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: Thu May 10 08:40:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michail Zhilkin >Release: 6.2-RELEASE, from CDROM >Organization: SibSUTI >Environment: FreeBSD master 6.2-RELEASE FreeBSD 6.2-RELEASE #4: Sat May 5 14:05:35 NOVST 2007 root@master:/usr/obj/usr/src/sys/MIKE.SMP i386 >Description: I have a router to which several networks and DMZ are connected. My router has access to two different provider links via 802.1Q vlan interfaces: vlan10 and vlan11 System has default route through vlan11 interface. (to Provider1) Some machines in DMZ have addresses from Provider2 network and need to send their packets via vlan10 interface. I do "source routing" with ipfw for these machines: ipfw add fwd ${provider2_GW} ip from ${DMZ_provider2_net} to not ${mylocalnet},${DMZ_provider1_net},${DMZ_provider2_net} via vlan11 out Everything works well, but I have noticed, that some packets from ${DMZ_provider2_net} still go out through vlan11 interface. After some analysis I have determined, that these are TCP packets with TCP Window = 0 and only ACK flag set. Tcpdump on vlan11 shows: [root@master ~]# tcpdump -i vlan11 -nn src net ${DMZ_provider2_net} 13:42:33.310277 IP 82.179.28.242.25 > 80.59.135.220.60373: . ack 2904367560 win 0 13:42:43.310267 IP 82.179.28.242.25 > 88.152.216.185.1845: . ack 289763981 win 0 13:42:43.310276 IP 82.179.28.242.25 > 200.232.191.219.56013: . ack 531945664 win 0 13:42:48.310267 IP 82.179.28.243.80 > 193.251.135.118.62076: . ack 1047166571 win 0 13:42:58.310267 IP 82.179.29.122.80 > 195.161.25.104.56876: . ack 1999970998 win 0 13:43:08.310270 IP 82.179.28.242.25 > 216.36.146.239.3639: . ack 924806561 win 0 13:43:08.310279 IP 82.179.28.242.25 > 76.169.149.45.1426: . ack 4032222169 win 0 13:43:13.310270 IP 82.179.28.242.25 > 220.36.108.40.3077: . ack 3997761968 win 0 Tcpdump on vlan10 shows: [root@master ~]# tcpdump -i vlan10 -nn src net ${DMZ_provider2_net} 14:58:09.573966 IP 82.179.28.243.80 > 81.30.180.72.40833: . 3108981642:3108983078(1436) ack 1991712566 win 17520 14:58:09.573980 IP 82.179.28.243.80 > 81.30.180.72.40833: . 1436:2872(1436) ack 1 win 17520 14:58:09.574460 IP 82.179.28.243.80 > 81.30.180.72.40833: . 2872:4308(1436) ack 1 win 17520 14:58:10.342872 IP 82.179.28.242.53 > 206.169.72.10.43676: 9584* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:10.883958 IP 82.179.28.243.80 > 87.103.172.210.1099: . 3110871326:3110872766(1440) ack 1711239553 win 17280 14:58:12.022583 IP 82.179.28.243.80 > 80.55.114.198.1522: S 3118809207:3118809207(0) ack 332492303 win 17232 14:58:12.085034 IP 82.179.28.242.1119 > 81.19.80.12.80: S 1228111698:1228111698(0) win 1024 14:58:12.507710 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 3653374947 win 1024 14:58:12.508209 IP 82.179.28.242.1119 > 81.19.80.12.80: P 0:401(401) ack 1 win 1024 14:58:13.040301 IP 82.179.28.242.25 > 125.126.145.115.3763: . ack 1449352864 win 1024 14:58:13.065282 IP 82.179.28.243.80 > 80.55.114.198.1529: S 3119064958:3119064958(0) ack 724565672 win 17232 14:58:13.101754 IP 82.179.28.243.80 > 80.55.114.198.1531: S 3119108315:3119108315(0) ack 3810947873 win 17232 14:58:13.122738 IP 82.179.28.243.80 > 80.55.114.198.1528: S 3119144833:3119144833(0) ack 849080534 win 17232 14:58:13.148717 IP 82.179.28.243.80 > 81.30.180.72.40833: . 4308:5744(1436) ack 1 win 17520 14:58:13.311097 IP 82.179.28.242.25 > 88.247.219.128.4164: . ack 397363012 win 1024 14:58:13.451487 IP 82.179.28.243.80 > 62.183.31.9.4218: P 3113891056:3113891250(194) ack 1336319250 win 17232 14:58:13.533424 IP 82.179.28.243.80 > 81.30.180.72.40833: . 5744:7180(1436) ack 1 win 17520 14:58:14.150949 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 1 win 1024 14:58:14.216400 IP 82.179.28.242.53 > 62.220.18.13.32769: 14223* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:14.383274 IP 82.179.28.243.80 > 80.55.114.198.1510: . 3113286219:3113287655(1436) ack 259964965 win 17520 14:58:14.383286 IP 82.179.28.243.80 > 80.55.114.198.1511: . 3113250884:3113252320(1436) ack 983362080 win 17520 14:58:15.311239 IP 82.179.28.242.25 > 82.139.0.126.2728: R 1533854561:1533854561(0) win 0 14:58:15.623473 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679025:1547679025(0) win 0 14:58:15.760368 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 14:58:15.781852 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:43:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A81116A404; Thu, 10 May 2007 08:43:07 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 07C5613C480; Thu, 10 May 2007 08:43:07 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8h6T7065474; Thu, 10 May 2007 08:43:06 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8h6qu065470; Thu, 10 May 2007 08:43:06 GMT (envelope-from erwin) Date: Thu, 10 May 2007 08:43:06 GMT From: Erwin Lansing Message-Id: <200705100843.l4A8h6qu065470@freefall.freebsd.org> To: myz@csu.ru, erwin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112562: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:43:07 -0000 Synopsis: ipfw fwd does not work with some TCP packets State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:42:58 UTC 2007 State-Changed-Why: Duplicate of misc/112561. http://www.freebsd.org/cgi/query-pr.cgi?pr=112562 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:50:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A28AF16A406 for ; Thu, 10 May 2007 08:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 83B0113C48C for ; Thu, 10 May 2007 08:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8o4J9065574 for ; Thu, 10 May 2007 08:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8o4NG065573; Thu, 10 May 2007 08:50:04 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 08:50:04 GMT Resent-Message-Id: <200705100850.l4A8o4NG065573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michail Zhilkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 299F516A404 for ; Thu, 10 May 2007 08:41:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0E32D13C459 for ; Thu, 10 May 2007 08:41:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4A8f8k7064204 for ; Thu, 10 May 2007 08:41:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4A8a7Zw062987; Thu, 10 May 2007 08:36:07 GMT (envelope-from nobody) Message-Id: <200705100836.l4A8a7Zw062987@www.freebsd.org> Date: Thu, 10 May 2007 08:36:07 GMT From: Michail Zhilkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112563: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:50:04 -0000 >Number: 112563 >Category: misc >Synopsis: ipfw fwd does not work with some TCP packets >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: Thu May 10 08:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michail Zhilkin >Release: 6.2-RELEASE, from CDROM >Organization: SibSUTI >Environment: FreeBSD master 6.2-RELEASE FreeBSD 6.2-RELEASE #4: Sat May 5 14:05:35 NOVST 2007 root@master:/usr/obj/usr/src/sys/MIKE.SMP i386 >Description: I have a router to which several networks and DMZ are connected. My router has access to two different provider links via 802.1Q vlan interfaces: vlan10 and vlan11 System has default route through vlan11 interface. (to Provider1) Some machines in DMZ have addresses from Provider2 network and need to send their packets via vlan10 interface. I do "source routing" with ipfw for these machines: ipfw add fwd ${provider2_GW} ip from ${DMZ_provider2_net} to not ${mylocalnet},${DMZ_provider1_net},${DMZ_provider2_net} via vlan11 out Everything works well, but I have noticed, that some packets from ${DMZ_provider2_net} still go out through vlan11 interface. After some analysis I have determined, that these are TCP packets with TCP Window = 0 and only ACK flag set. Tcpdump on vlan11 shows: [root@master ~]# tcpdump -i vlan11 -nn src net ${DMZ_provider2_net} 13:42:33.310277 IP 82.179.28.242.25 > 80.59.135.220.60373: . ack 2904367560 win 0 13:42:43.310267 IP 82.179.28.242.25 > 88.152.216.185.1845: . ack 289763981 win 0 13:42:43.310276 IP 82.179.28.242.25 > 200.232.191.219.56013: . ack 531945664 win 0 13:42:48.310267 IP 82.179.28.243.80 > 193.251.135.118.62076: . ack 1047166571 win 0 13:42:58.310267 IP 82.179.29.122.80 > 195.161.25.104.56876: . ack 1999970998 win 0 13:43:08.310270 IP 82.179.28.242.25 > 216.36.146.239.3639: . ack 924806561 win 0 13:43:08.310279 IP 82.179.28.242.25 > 76.169.149.45.1426: . ack 4032222169 win 0 13:43:13.310270 IP 82.179.28.242.25 > 220.36.108.40.3077: . ack 3997761968 win 0 Tcpdump on vlan10 shows: [root@master ~]# tcpdump -i vlan10 -nn src net ${DMZ_provider2_net} 14:58:09.573966 IP 82.179.28.243.80 > 81.30.180.72.40833: . 3108981642:3108983078(1436) ack 1991712566 win 17520 14:58:09.573980 IP 82.179.28.243.80 > 81.30.180.72.40833: . 1436:2872(1436) ack 1 win 17520 14:58:09.574460 IP 82.179.28.243.80 > 81.30.180.72.40833: . 2872:4308(1436) ack 1 win 17520 14:58:10.342872 IP 82.179.28.242.53 > 206.169.72.10.43676: 9584* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:10.883958 IP 82.179.28.243.80 > 87.103.172.210.1099: . 3110871326:3110872766(1440) ack 1711239553 win 17280 14:58:12.022583 IP 82.179.28.243.80 > 80.55.114.198.1522: S 3118809207:3118809207(0) ack 332492303 win 17232 14:58:12.085034 IP 82.179.28.242.1119 > 81.19.80.12.80: S 1228111698:1228111698(0) win 1024 14:58:12.507710 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 3653374947 win 1024 14:58:12.508209 IP 82.179.28.242.1119 > 81.19.80.12.80: P 0:401(401) ack 1 win 1024 14:58:13.040301 IP 82.179.28.242.25 > 125.126.145.115.3763: . ack 1449352864 win 1024 14:58:13.065282 IP 82.179.28.243.80 > 80.55.114.198.1529: S 3119064958:3119064958(0) ack 724565672 win 17232 14:58:13.101754 IP 82.179.28.243.80 > 80.55.114.198.1531: S 3119108315:3119108315(0) ack 3810947873 win 17232 14:58:13.122738 IP 82.179.28.243.80 > 80.55.114.198.1528: S 3119144833:3119144833(0) ack 849080534 win 17232 14:58:13.148717 IP 82.179.28.243.80 > 81.30.180.72.40833: . 4308:5744(1436) ack 1 win 17520 14:58:13.311097 IP 82.179.28.242.25 > 88.247.219.128.4164: . ack 397363012 win 1024 14:58:13.451487 IP 82.179.28.243.80 > 62.183.31.9.4218: P 3113891056:3113891250(194) ack 1336319250 win 17232 14:58:13.533424 IP 82.179.28.243.80 > 81.30.180.72.40833: . 5744:7180(1436) ack 1 win 17520 14:58:14.150949 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 1 win 1024 14:58:14.216400 IP 82.179.28.242.53 > 62.220.18.13.32769: 14223* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:14.383274 IP 82.179.28.243.80 > 80.55.114.198.1510: . 3113286219:3113287655(1436) ack 259964965 win 17520 14:58:14.383286 IP 82.179.28.243.80 > 80.55.114.198.1511: . 3113250884:3113252320(1436) ack 983362080 win 17520 14:58:15.311239 IP 82.179.28.242.25 > 82.139.0.126.2728: R 1533854561:1533854561(0) win 0 14:58:15.623473 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679025:1547679025(0) win 0 14:58:15.760368 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 14:58:15.781852 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:50:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AE9716A403 for ; Thu, 10 May 2007 08:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EEF8A13C4B7 for ; Thu, 10 May 2007 08:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8o45a065587 for ; Thu, 10 May 2007 08:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8o4qG065586; Thu, 10 May 2007 08:50:04 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 08:50:04 GMT Resent-Message-Id: <200705100850.l4A8o4qG065586@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michail Zhilkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B441016A409 for ; Thu, 10 May 2007 08:43:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id A435913C468 for ; Thu, 10 May 2007 08:43:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4A8hfoD064534 for ; Thu, 10 May 2007 08:43:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4A8cd8F063595; Thu, 10 May 2007 08:38:39 GMT (envelope-from nobody) Message-Id: <200705100838.l4A8cd8F063595@www.freebsd.org> Date: Thu, 10 May 2007 08:38:39 GMT From: Michail Zhilkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112564: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:50:05 -0000 >Number: 112564 >Category: misc >Synopsis: ipfw fwd does not work with some TCP packets >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: Thu May 10 08:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michail Zhilkin >Release: 6.2-RELEASE, from CDROM >Organization: SibSUTI >Environment: FreeBSD master 6.2-RELEASE FreeBSD 6.2-RELEASE #4: Sat May 5 14:05:35 NOVST 2007 root@master:/usr/obj/usr/src/sys/MIKE.SMP i386 >Description: I have a router to which several networks and DMZ are connected. My router has access to two different provider links via 802.1Q vlan interfaces: vlan10 and vlan11 System has default route through vlan11 interface. (to Provider1) Some machines in DMZ have addresses from Provider2 network and need to send their packets via vlan10 interface. I do "source routing" with ipfw for these machines: ipfw add fwd ${provider2_GW} ip from ${DMZ_provider2_net} to not ${mylocalnet},${DMZ_provider1_net},${DMZ_provider2_net} via vlan11 out Everything works well, but I have noticed, that some packets from ${DMZ_provider2_net} still go out through vlan11 interface. After some analysis I have determined, that these are TCP packets with TCP Window = 0 and only ACK flag set. Tcpdump on vlan11 shows: [root@master ~]# tcpdump -i vlan11 -nn src net ${DMZ_provider2_net} 13:42:33.310277 IP 82.179.28.242.25 > 80.59.135.220.60373: . ack 2904367560 win 0 13:42:43.310267 IP 82.179.28.242.25 > 88.152.216.185.1845: . ack 289763981 win 0 13:42:43.310276 IP 82.179.28.242.25 > 200.232.191.219.56013: . ack 531945664 win 0 13:42:48.310267 IP 82.179.28.243.80 > 193.251.135.118.62076: . ack 1047166571 win 0 13:42:58.310267 IP 82.179.29.122.80 > 195.161.25.104.56876: . ack 1999970998 win 0 13:43:08.310270 IP 82.179.28.242.25 > 216.36.146.239.3639: . ack 924806561 win 0 13:43:08.310279 IP 82.179.28.242.25 > 76.169.149.45.1426: . ack 4032222169 win 0 13:43:13.310270 IP 82.179.28.242.25 > 220.36.108.40.3077: . ack 3997761968 win 0 Tcpdump on vlan10 shows: [root@master ~]# tcpdump -i vlan10 -nn src net ${DMZ_provider2_net} 14:58:09.573966 IP 82.179.28.243.80 > 81.30.180.72.40833: . 3108981642:3108983078(1436) ack 1991712566 win 17520 14:58:09.573980 IP 82.179.28.243.80 > 81.30.180.72.40833: . 1436:2872(1436) ack 1 win 17520 14:58:09.574460 IP 82.179.28.243.80 > 81.30.180.72.40833: . 2872:4308(1436) ack 1 win 17520 14:58:10.342872 IP 82.179.28.242.53 > 206.169.72.10.43676: 9584* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:10.883958 IP 82.179.28.243.80 > 87.103.172.210.1099: . 3110871326:3110872766(1440) ack 1711239553 win 17280 14:58:12.022583 IP 82.179.28.243.80 > 80.55.114.198.1522: S 3118809207:3118809207(0) ack 332492303 win 17232 14:58:12.085034 IP 82.179.28.242.1119 > 81.19.80.12.80: S 1228111698:1228111698(0) win 1024 14:58:12.507710 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 3653374947 win 1024 14:58:12.508209 IP 82.179.28.242.1119 > 81.19.80.12.80: P 0:401(401) ack 1 win 1024 14:58:13.040301 IP 82.179.28.242.25 > 125.126.145.115.3763: . ack 1449352864 win 1024 14:58:13.065282 IP 82.179.28.243.80 > 80.55.114.198.1529: S 3119064958:3119064958(0) ack 724565672 win 17232 14:58:13.101754 IP 82.179.28.243.80 > 80.55.114.198.1531: S 3119108315:3119108315(0) ack 3810947873 win 17232 14:58:13.122738 IP 82.179.28.243.80 > 80.55.114.198.1528: S 3119144833:3119144833(0) ack 849080534 win 17232 14:58:13.148717 IP 82.179.28.243.80 > 81.30.180.72.40833: . 4308:5744(1436) ack 1 win 17520 14:58:13.311097 IP 82.179.28.242.25 > 88.247.219.128.4164: . ack 397363012 win 1024 14:58:13.451487 IP 82.179.28.243.80 > 62.183.31.9.4218: P 3113891056:3113891250(194) ack 1336319250 win 17232 14:58:13.533424 IP 82.179.28.243.80 > 81.30.180.72.40833: . 5744:7180(1436) ack 1 win 17520 14:58:14.150949 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 1 win 1024 14:58:14.216400 IP 82.179.28.242.53 > 62.220.18.13.32769: 14223* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:14.383274 IP 82.179.28.243.80 > 80.55.114.198.1510: . 3113286219:3113287655(1436) ack 259964965 win 17520 14:58:14.383286 IP 82.179.28.243.80 > 80.55.114.198.1511: . 3113250884:3113252320(1436) ack 983362080 win 17520 14:58:15.311239 IP 82.179.28.242.25 > 82.139.0.126.2728: R 1533854561:1533854561(0) win 0 14:58:15.623473 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679025:1547679025(0) win 0 14:58:15.760368 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 14:58:15.781852 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:50:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A9F116A40B for ; Thu, 10 May 2007 08:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5D42413C4B9 for ; Thu, 10 May 2007 08:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8o5CD065600 for ; Thu, 10 May 2007 08:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8o5fi065599; Thu, 10 May 2007 08:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 08:50:05 GMT Resent-Message-Id: <200705100850.l4A8o5fi065599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michail Zhilkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87C1D16A402 for ; Thu, 10 May 2007 08:46:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 78AE613C457 for ; Thu, 10 May 2007 08:46:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4A8kXVb065074 for ; Thu, 10 May 2007 08:46:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4A8fV2Q064250; Thu, 10 May 2007 08:41:31 GMT (envelope-from nobody) Message-Id: <200705100841.l4A8fV2Q064250@www.freebsd.org> Date: Thu, 10 May 2007 08:41:31 GMT From: Michail Zhilkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112565: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:50:05 -0000 >Number: 112565 >Category: misc >Synopsis: ipfw fwd does not work with some TCP packets >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: Thu May 10 08:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michail Zhilkin >Release: 6.2-RELEASE, from CDROM >Organization: SibSUTI >Environment: FreeBSD master 6.2-RELEASE FreeBSD 6.2-RELEASE #4: Sat May 5 14:05:35 NOVST 2007 root@master:/usr/obj/usr/src/sys/MIKE.SMP i386 >Description: I have a router to which several networks and DMZ are connected. My router has access to two different provider links via 802.1Q vlan interfaces: vlan10 and vlan11 System has default route through vlan11 interface. (to Provider1) Some machines in DMZ have addresses from Provider2 network and need to send their packets via vlan10 interface. I do "source routing" with ipfw for these machines: ipfw add fwd ${provider2_GW} ip from ${DMZ_provider2_net} to not ${mylocalnet},${DMZ_provider1_net},${DMZ_provider2_net} via vlan11 out Everything works well, but I have noticed, that some packets from ${DMZ_provider2_net} still go out through vlan11 interface. After some analysis I have determined, that these are TCP packets with TCP Window = 0 and only ACK flag set. Tcpdump on vlan11 shows: [root@master ~]# tcpdump -i vlan11 -nn src net ${DMZ_provider2_net} 13:42:33.310277 IP 82.179.28.242.25 > 80.59.135.220.60373: . ack 2904367560 win 0 13:42:43.310267 IP 82.179.28.242.25 > 88.152.216.185.1845: . ack 289763981 win 0 13:42:43.310276 IP 82.179.28.242.25 > 200.232.191.219.56013: . ack 531945664 win 0 13:42:48.310267 IP 82.179.28.243.80 > 193.251.135.118.62076: . ack 1047166571 win 0 13:42:58.310267 IP 82.179.29.122.80 > 195.161.25.104.56876: . ack 1999970998 win 0 13:43:08.310270 IP 82.179.28.242.25 > 216.36.146.239.3639: . ack 924806561 win 0 13:43:08.310279 IP 82.179.28.242.25 > 76.169.149.45.1426: . ack 4032222169 win 0 13:43:13.310270 IP 82.179.28.242.25 > 220.36.108.40.3077: . ack 3997761968 win 0 Tcpdump on vlan10 shows: [root@master ~]# tcpdump -i vlan10 -nn src net ${DMZ_provider2_net} 14:58:09.573966 IP 82.179.28.243.80 > 81.30.180.72.40833: . 3108981642:3108983078(1436) ack 1991712566 win 17520 14:58:09.573980 IP 82.179.28.243.80 > 81.30.180.72.40833: . 1436:2872(1436) ack 1 win 17520 14:58:09.574460 IP 82.179.28.243.80 > 81.30.180.72.40833: . 2872:4308(1436) ack 1 win 17520 14:58:10.342872 IP 82.179.28.242.53 > 206.169.72.10.43676: 9584* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:10.883958 IP 82.179.28.243.80 > 87.103.172.210.1099: . 3110871326:3110872766(1440) ack 1711239553 win 17280 14:58:12.022583 IP 82.179.28.243.80 > 80.55.114.198.1522: S 3118809207:3118809207(0) ack 332492303 win 17232 14:58:12.085034 IP 82.179.28.242.1119 > 81.19.80.12.80: S 1228111698:1228111698(0) win 1024 14:58:12.507710 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 3653374947 win 1024 14:58:12.508209 IP 82.179.28.242.1119 > 81.19.80.12.80: P 0:401(401) ack 1 win 1024 14:58:13.040301 IP 82.179.28.242.25 > 125.126.145.115.3763: . ack 1449352864 win 1024 14:58:13.065282 IP 82.179.28.243.80 > 80.55.114.198.1529: S 3119064958:3119064958(0) ack 724565672 win 17232 14:58:13.101754 IP 82.179.28.243.80 > 80.55.114.198.1531: S 3119108315:3119108315(0) ack 3810947873 win 17232 14:58:13.122738 IP 82.179.28.243.80 > 80.55.114.198.1528: S 3119144833:3119144833(0) ack 849080534 win 17232 14:58:13.148717 IP 82.179.28.243.80 > 81.30.180.72.40833: . 4308:5744(1436) ack 1 win 17520 14:58:13.311097 IP 82.179.28.242.25 > 88.247.219.128.4164: . ack 397363012 win 1024 14:58:13.451487 IP 82.179.28.243.80 > 62.183.31.9.4218: P 3113891056:3113891250(194) ack 1336319250 win 17232 14:58:13.533424 IP 82.179.28.243.80 > 81.30.180.72.40833: . 5744:7180(1436) ack 1 win 17520 14:58:14.150949 IP 82.179.28.242.1119 > 81.19.80.12.80: . ack 1 win 1024 14:58:14.216400 IP 82.179.28.242.53 > 62.220.18.13.32769: 14223* 1/4/5 MX mail.gasu.ru. 20 (199) 14:58:14.383274 IP 82.179.28.243.80 > 80.55.114.198.1510: . 3113286219:3113287655(1436) ack 259964965 win 17520 14:58:14.383286 IP 82.179.28.243.80 > 80.55.114.198.1511: . 3113250884:3113252320(1436) ack 983362080 win 17520 14:58:15.311239 IP 82.179.28.242.25 > 82.139.0.126.2728: R 1533854561:1533854561(0) win 0 14:58:15.623473 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679025:1547679025(0) win 0 14:58:15.760368 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 14:58:15.781852 IP 82.179.28.242.1220 > 84.53.139.42.80: R 1547679026:1547679026(0) win 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:53:22 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7139416A408; Thu, 10 May 2007 08:53:22 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE3213C480; Thu, 10 May 2007 08:53:22 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8rMr1066426; Thu, 10 May 2007 08:53:22 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8rMdw066422; Thu, 10 May 2007 08:53:22 GMT (envelope-from erwin) Date: Thu, 10 May 2007 08:53:22 GMT From: Erwin Lansing Message-Id: <200705100853.l4A8rMdw066422@freefall.freebsd.org> To: myz@csu.ru, erwin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112563: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:53:22 -0000 Synopsis: ipfw fwd does not work with some TCP packets State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:52:41 UTC 2007 State-Changed-Why: Duplicate of 112561 http://www.freebsd.org/cgi/query-pr.cgi?pr=112563 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:53:33 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 667AC16A403; Thu, 10 May 2007 08:53:33 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 35F4F13C48C; Thu, 10 May 2007 08:53:33 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8rXm3066460; Thu, 10 May 2007 08:53:33 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8rXq3066456; Thu, 10 May 2007 08:53:33 GMT (envelope-from erwin) Date: Thu, 10 May 2007 08:53:33 GMT From: Erwin Lansing Message-Id: <200705100853.l4A8rXq3066456@freefall.freebsd.org> To: myz@csu.ru, erwin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112564: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:53:33 -0000 Synopsis: ipfw fwd does not work with some TCP packets State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:52:41 UTC 2007 State-Changed-Why: Duplicate of 112561 http://www.freebsd.org/cgi/query-pr.cgi?pr=112563 State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:52:41 UTC 2007 State-Changed-Why: Duplicate of 112561 http://www.freebsd.org/cgi/query-pr.cgi?pr=112564 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 08:53:46 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 194A216A408; Thu, 10 May 2007 08:53:46 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id DE53913C45D; Thu, 10 May 2007 08:53:45 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A8rj2E066492; Thu, 10 May 2007 08:53:45 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A8rjtg066488; Thu, 10 May 2007 08:53:45 GMT (envelope-from erwin) Date: Thu, 10 May 2007 08:53:45 GMT From: Erwin Lansing Message-Id: <200705100853.l4A8rjtg066488@freefall.freebsd.org> To: myz@csu.ru, erwin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112565: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:53:46 -0000 Synopsis: ipfw fwd does not work with some TCP packets State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:52:41 UTC 2007 State-Changed-Why: Duplicate of 112561 http://www.freebsd.org/cgi/query-pr.cgi?pr=112563 State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:52:41 UTC 2007 State-Changed-Why: Duplicate of 112561 http://www.freebsd.org/cgi/query-pr.cgi?pr=112564 State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Thu May 10 08:52:41 UTC 2007 State-Changed-Why: Duplicate of 112561 http://www.freebsd.org/cgi/query-pr.cgi?pr=112565 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 09:20:14 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50BBF16A405 for ; Thu, 10 May 2007 09:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 423F013C45B for ; Thu, 10 May 2007 09:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A9KEbH068400 for ; Thu, 10 May 2007 09:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A9KEJl068399; Thu, 10 May 2007 09:20:14 GMT (envelope-from gnats) Date: Thu, 10 May 2007 09:20:14 GMT Message-Id: <200705100920.l4A9KEJl068399@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tyler Spivey Cc: Subject: bin/112163 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tyler Spivey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 09:20:14 -0000 The following reply was made to PR bin/112163; it has been noted by GNATS. From: Tyler Spivey To: bug-followup@freebsd.org Cc: Subject: bin/112163 Date: Thu, 10 May 2007 01:36:03 -0700 diff -ur bootparamd-orig/bootparamd/bootparamd.c bootparamd/bootparamd/bootparamd.c --- bootparamd-orig/bootparamd/bootparamd.c Thu May 10 01:31:56 2007 +++ bootparamd/bootparamd/bootparamd.c Thu May 10 01:32:23 2007 @@ -28,7 +28,7 @@ #include #include extern int debug, dolog; -extern unsigned long route_addr; +extern uint32_t route_addr; extern char *bootpfile; #define MAXLEN 800 @@ -48,7 +48,7 @@ bp_whoami_arg *whoami; struct svc_req *req; { - long haddr; + uint32_t haddr; static bp_whoami_res res; if (debug) fprintf(stderr,"whoami got question for %d.%d.%d.%d\n", @@ -81,7 +81,7 @@ if ( res.router_address.address_type != IP_ADDR_TYPE ) { res.router_address.address_type = IP_ADDR_TYPE; - bcopy( &route_addr, &res.router_address.bp_address_u.ip_addr, 4); + bcopy( &route_addr, &res.router_address.bp_address_u.ip_addr, sizeof(uint32_t)); } if (debug) fprintf(stderr, "Returning %s %s %d.%d.%d.%d\n", diff -ur bootparamd-orig/bootparamd/main.c bootparamd/bootparamd/main.c --- bootparamd-orig/bootparamd/main.c Thu May 10 01:31:56 2007 +++ bootparamd/bootparamd/main.c Thu May 10 01:32:23 2007 @@ -32,7 +32,7 @@ int debug = 0; int dolog = 0; -unsigned long route_addr = -1; +uint32_t route_addr = -1; struct sockaddr_in my_addr; char *bootpfile = "/etc/bootparams"; diff -ur bootparamd-orig/callbootd/callbootd.c bootparamd/callbootd/callbootd.c --- bootparamd-orig/callbootd/callbootd.c Thu May 10 01:31:56 2007 +++ bootparamd/callbootd/callbootd.c Thu May 10 01:32:23 2007 @@ -79,7 +79,7 @@ bp_getfile_res *getfile_res, stat_getfile_res; - long the_inet_addr; + uint32_t the_inet_addr; CLIENT *clnt; enum clnt_stat clnt_stat; From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 09:24:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DB0016A402; Thu, 10 May 2007 09:24:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id DB3ED13C447; Thu, 10 May 2007 09:24:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4A9O6oD069220; Thu, 10 May 2007 09:24:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4A9O6IO069216; Thu, 10 May 2007 09:24:06 GMT (envelope-from linimon) Date: Thu, 10 May 2007 09:24:06 GMT From: Mark Linimon Message-Id: <200705100924.l4A9O6IO069216@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Cc: Subject: Re: kern/112561: ipfw fwd does not work with some TCP packets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 09:24:07 -0000 Synopsis: ipfw fwd does not work with some TCP packets Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Thu May 10 09:23:58 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112561 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 11:20:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A727C16A400 for ; Thu, 10 May 2007 11:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3B59813C43E for ; Thu, 10 May 2007 11:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4ABK8sx080580 for ; Thu, 10 May 2007 11:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4ABK8uv080578; Thu, 10 May 2007 11:20:08 GMT (envelope-from gnats) Date: Thu, 10 May 2007 11:20:08 GMT Message-Id: <200705101120.l4ABK8uv080578@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/75980: expand(1) breaks tab columns in Japanese text X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 11:20:09 -0000 The following reply was made to PR bin/75980; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/75980: expand(1) breaks tab columns in Japanese text Date: Thu, 10 May 2007 12:10:41 +0100 Submitter confirms PR can now be closed. -------- Forwarded Message -------- From: NAKAMURA Takayuki Subject: Re: bin/75980: expand(1) breaks tab columns in Japanese text Date: Thu, 10 May 2007 09:19:39 +0900 (JST) sorry, I have no recent FreeBSD box, so I cannot confirm its fix. I agree to close this PR. thanks. From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 11:50:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F80916A407 for ; Thu, 10 May 2007 11:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 332F813C48A for ; Thu, 10 May 2007 11:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4ABo5mM084092 for ; Thu, 10 May 2007 11:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4ABo5xj084091; Thu, 10 May 2007 11:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 11:50:05 GMT Resent-Message-Id: <200705101150.l4ABo5xj084091@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brett Johnson Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DFDB16A400 for ; Thu, 10 May 2007 11:44:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0FBC113C459 for ; Thu, 10 May 2007 11:44:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4ABiegi018567 for ; Thu, 10 May 2007 11:44:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4ABddv2017840; Thu, 10 May 2007 11:39:39 GMT (envelope-from nobody) Message-Id: <200705101139.l4ABddv2017840@www.freebsd.org> Date: Thu, 10 May 2007 11:39:39 GMT From: Brett Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112570: packet loss with bge driver on BCM5704 chipset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 11:50:05 -0000 >Number: 112570 >Category: misc >Synopsis: packet loss with bge driver on BCM5704 chipset >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 10 11:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Brett Johnson >Release: 6.2-RELEASE >Organization: unix networks >Environment: root@tungsten:/opt/tomcat/logs$ uname -a FreeBSD tungsten.lan.mionegroup.com.au 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Apr 13 15:16:02 EST 2007 brett@tungsten.mionegroup.com.au:/usr/obj/usr/src/sys/OG-BSD i386 >Description: Hello All, I've just deployed several IBM (x3650) servers all running 6.2-Release. Each of these systems has two on board gigabit ethernet cards using the BCM5708 chipset which work fine. (bce driver) Four of these machines have an added dual port gigabit pci-x card with the BCM5704 chipset, these cards experience packet loss. (bge drivers) I have tried setting the speed/duplex to gig/full, gig/half, 100/full, 100/half and I still get packet loss of upto 30% across the interfaces. At present I'm running the cards at 10base/utp and that seems to have fixed the packet loss problem. Testing was done using 2 cisco 2960's and a dlink des-1024r+ switch, same problem using any of the three switches. bge0: mem 0xc7ef0000-0xc7efffff irq 24 at device 3.0 on pci8 bge1: mem 0xc7ee0000-0xc7eeffff irq 25 at device 3.1 on pci8 bce0: mem 0xce000000-0xcfffffff irq 16 at device 0.0 on pci3 bce1: mem 0xca000000-0xcbffffff irq 17 at device 0.0 on pci6 >How-To-Repeat: using if_bge drivers with a bcm5704 chipset, configure the interface to 100/1000mbit, any duplex setting. attempt to send packets via the device. >Fix: media 10baset mediaopts full-duplex. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 14:30:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E3B416A402 for ; Thu, 10 May 2007 14:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4A49213C45E for ; Thu, 10 May 2007 14:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AEU9q3001560 for ; Thu, 10 May 2007 14:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AEU99o001559; Thu, 10 May 2007 14:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 14:30:09 GMT Resent-Message-Id: <200705101430.l4AEU99o001559@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yar Tikhiy Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A235116A400; Thu, 10 May 2007 14:20:31 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from jujik.ramtel.ru (jujik.ramtel.ru [81.19.64.112]) by mx1.freebsd.org (Postfix) with ESMTP id 2B72713C46C; Thu, 10 May 2007 14:20:30 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from jujik.ramtel.ru (localhost [127.0.0.1]) by jujik.ramtel.ru (8.14.1/8.13.8) with ESMTP id l4ADjVOh062086; Thu, 10 May 2007 17:45:31 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by jujik.ramtel.ru (8.14.1/8.13.8/Submit) id l4ADjV8v062085; Thu, 10 May 2007 17:45:31 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Message-Id: <200705101345.l4ADjV8v062085@jujik.ramtel.ru> Date: Thu, 10 May 2007 17:45:31 +0400 (MSD) From: Yar Tikhiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: des@FreeBSD.org Subject: bin/112574: sshd(8) ignores nologin(5) if using PAM and public key X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:30:10 -0000 >Number: 112574 >Category: bin >Synopsis: sshd(8) ignores nologin(5) if using PAM and public key >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: Thu May 10 14:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yar Tikhiy >Release: FreeBSD 7.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD jujik.ramtel.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Apr 22 15:52:48 MSD 2007 root@jujik.ramtel.ru:/usr/src/sys/i386/compile/JTEST i386 >Description: If sshd(8) uses PAM, which is default, nologin(5) has no effect for sessions using public key authentication. My analysis: Currently, pam_nologin(8) provides its service via pam_sm_authenticate() and the PAM authentication stack. But sshd(8) doesn't seem to invoke PAM authentication stack if the session uses public key authentication, it handles that kind of authentication internally, so pam_nologin(8) has no chance to do its job in that case. >How-To-Repeat: Create /var/run/nologin and try to log into the system with public key authentication as a non-root user. See successful login. >Fix: Arguably, pam_nologin(8) should do account management, not authentication. It's more logical and it should work for sshd(8), as the latter calls PAM account management stack irrespective of authentication method used earlier in the session. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 16:20:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 120A616A400 for ; Thu, 10 May 2007 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id DC8C013C458 for ; Thu, 10 May 2007 16:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AGK8Gt013320 for ; Thu, 10 May 2007 16:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AGK8Ae013319; Thu, 10 May 2007 16:20:08 GMT (envelope-from gnats) Date: Thu, 10 May 2007 16:20:08 GMT Message-Id: <200705101620.l4AGK8Ae013319@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mike Andrews Cc: Subject: Re: kern/106488: [patch] [twa] twa driver out of date X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Andrews List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 16:20:09 -0000 The following reply was made to PR kern/106488; it has been noted by GNATS. From: Mike Andrews To: Boris Samorodov Cc: bug-followup@FreeBSD.org Subject: Re: kern/106488: [patch] [twa] twa driver out of date Date: Thu, 10 May 2007 12:07:28 -0400 (EDT) I'm just now getting a chance to test this patch. So far so good. However I see Scott Long checked a newer version into HEAD just a few days ago. I'll run with this patch until that gets MFC'ed. From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 18:40:06 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1268316A403 for ; Thu, 10 May 2007 18:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CDFD213C48A for ; Thu, 10 May 2007 18:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AIe5SP030282 for ; Thu, 10 May 2007 18:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AIe56X030281; Thu, 10 May 2007 18:40:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 18:40:05 GMT Resent-Message-Id: <200705101840.l4AIe56X030281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 105E516A404 for ; Thu, 10 May 2007 18:36:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id F3A4913C457 for ; Thu, 10 May 2007 18:36:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4AIaUJv073222 for ; Thu, 10 May 2007 18:36:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4AIVTNW071905; Thu, 10 May 2007 18:31:29 GMT (envelope-from nobody) Message-Id: <200705101831.l4AIVTNW071905@www.freebsd.org> Date: Thu, 10 May 2007 18:31:29 GMT From: Lars To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112580: BTX Halted on HP DV6255 Notebook X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 18:40:06 -0000 >Number: 112580 >Category: misc >Synopsis: BTX Halted on HP DV6255 Notebook >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 10 18:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Lars >Release: FreeBSD 7.0 200704-zfs-i386 >Organization: >Environment: I can't get far enough to output a "uname -a" System is an HP Pavillion DV6255 Notebook. It has an nVidia nForce 430 chipset AMD Turion64 X2 processor 160gb SATA hard drive. >Description: This problem exists on all flavors of FreeBSD from 6.1 to the most recent 7.0 snapshot. Both i386 and AMD64 platforms tested. Below is the output from BTX at the time it dumps. The error repeats if the no-acpi option is chosen over the standard install. /boot/kernel/acpi.ko text=0x48038 data=0x27e0+0xdb0 syms=[0x4+0x28e0+0x4+0xac68|] loading required module 'pci' ACPI autoload failed - no such file or directory \ int=00000006 err=00000000 efl=00010082 eip=00000003 eax=00452790 ebx=00452790 ecx=004f010f edx=00452790 esi=0006cd48 edi=000530fc ebp=00000000 esp=000928b0 cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 cs:eip=f0 53 ff 00 f0 c3 e2 00-f- 53 ff 00 f0 53 ff 00 f0 54 ff 00 f0 e7 a9 00-f0 53 ff 00 f0 a5 fe 00 ss:esp=90 27 45 00 00 00 00 00-00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 BTX halted >How-To-Repeat: attempt to install on a DV6255 Notebook from HP >Fix: Unknown. it was suggested that masking off some portion of BTX might help. also it was suggested that some users with more flexible bios systems were able to make adjustments to the hard disk setting. On the Notebook this isn't an option. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 18:50:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D405E16A404 for ; Thu, 10 May 2007 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 99B6013C459 for ; Thu, 10 May 2007 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AIo3sL031098 for ; Thu, 10 May 2007 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AIo3s5031097; Thu, 10 May 2007 18:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2007 18:50:03 GMT Resent-Message-Id: <200705101850.l4AIo3s5031097@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E23716A500 for ; Thu, 10 May 2007 18:43:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE6D13C484 for ; Thu, 10 May 2007 18:43:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4AIhGN5074965 for ; Thu, 10 May 2007 18:43:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4AIcFhF073640; Thu, 10 May 2007 18:38:15 GMT (envelope-from nobody) Message-Id: <200705101838.l4AIcFhF073640@www.freebsd.org> Date: Thu, 10 May 2007 18:38:15 GMT From: Lars To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112581: BTX Halted on HP DV6255 Notebook X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 18:50:03 -0000 >Number: 112581 >Category: misc >Synopsis: BTX Halted on HP DV6255 Notebook >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 10 18:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Lars >Release: FreeBSD 7.0 200704-zfs-i386 >Organization: >Environment: I can't get far enough to output a "uname -a" System is an HP Pavillion DV6255 Notebook. It has an nVidia nForce 430 chipset AMD Turion64 X2 processor 160gb SATA hard drive. >Description: This problem exists on all flavors of FreeBSD from 6.1 to the most recent 7.0 snapshot. Both i386 and AMD64 platforms tested. Below is the output from BTX at the time it dumps. The error repeats if the no-acpi option is chosen over the standard install. /boot/kernel/acpi.ko text=0x48038 data=0x27e0+0xdb0 syms=[0x4+0x28e0+0x4+0xac68|] loading required module 'pci' ACPI autoload failed - no such file or directory \ int=00000006 err=00000000 efl=00010082 eip=00000003 eax=00452790 ebx=00452790 ecx=004f010f edx=00452790 esi=0006cd48 edi=000530fc ebp=00000000 esp=000928b0 cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 cs:eip=f0 53 ff 00 f0 c3 e2 00-f- 53 ff 00 f0 53 ff 00 f0 54 ff 00 f0 e7 a9 00-f0 53 ff 00 f0 a5 fe 00 ss:esp=90 27 45 00 00 00 00 00-00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 BTX halted >How-To-Repeat: attempt to install on a DV6255 Notebook from HP >Fix: Unknown. it was suggested that masking off some portion of BTX might help. also it was suggested that some users with more flexible bios systems were able to make adjustments to the hard disk setting. On the Notebook this isn't an option. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 20:13:28 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED9E816A400; Thu, 10 May 2007 20:13:28 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BBE3C13C448; Thu, 10 May 2007 20:13:28 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AKDS26039807; Thu, 10 May 2007 20:13:28 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AKDSTr039803; Thu, 10 May 2007 20:13:28 GMT (envelope-from remko) Date: Thu, 10 May 2007 20:13:28 GMT From: Remko Lodder Message-Id: <200705102013.l4AKDSTr039803@freefall.freebsd.org> To: tak@st.rim.or.jp, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/75980: expand(1) breaks tab columns in Japanese text X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 20:13:29 -0000 Synopsis: expand(1) breaks tab columns in Japanese text State-Changed-From-To: patched->closed State-Changed-By: remko State-Changed-When: Thu May 10 20:13:27 UTC 2007 State-Changed-Why: gavin reports that this can be closed {via submitter} http://www.freebsd.org/cgi/query-pr.cgi?pr=75980 From owner-freebsd-bugs@FreeBSD.ORG Thu May 10 20:14:25 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14A1016A402; Thu, 10 May 2007 20:14:25 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id DE16513C46C; Thu, 10 May 2007 20:14:24 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AKEODR039909; Thu, 10 May 2007 20:14:24 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AKEO8K039905; Thu, 10 May 2007 20:14:24 GMT (envelope-from remko) Date: Thu, 10 May 2007 20:14:24 GMT From: Remko Lodder Message-Id: <200705102014.l4AKEO8K039905@freefall.freebsd.org> To: lars@w9zeb.org, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112581: BTX Halted on HP DV6255 Notebook X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 20:14:25 -0000 Synopsis: BTX Halted on HP DV6255 Notebook State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Thu May 10 20:14:24 UTC 2007 State-Changed-Why: duplicate of 112580 http://www.freebsd.org/cgi/query-pr.cgi?pr=112581 From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 01:29:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC0DE16A412; Fri, 11 May 2007 01:29:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B16A913C459; Fri, 11 May 2007 01:29:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4B1T4wi078123; Fri, 11 May 2007 01:29:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4B1T4FU078119; Fri, 11 May 2007 01:29:04 GMT (envelope-from linimon) Date: Fri, 11 May 2007 01:29:04 GMT From: Mark Linimon Message-Id: <200705110129.l4B1T4FU078119@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/112580: BTX Halted on HP DV6255 Notebook X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 01:29:05 -0000 Synopsis: BTX Halted on HP DV6255 Notebook Responsible-Changed-From-To: freebsd-bugs->freebsd-i386 Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 11 01:28:49 UTC 2007 Responsible-Changed-Why: Reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=112580 From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 01:50:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1308F16A407 for ; Fri, 11 May 2007 01:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E81FA13C45A for ; Fri, 11 May 2007 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4B1o25E080840 for ; Fri, 11 May 2007 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4B1o20p080833; Fri, 11 May 2007 01:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 11 May 2007 01:50:02 GMT Resent-Message-Id: <200705110150.l4B1o20p080833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Radman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40FB816A403 for ; Fri, 11 May 2007 01:47:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 188FF13C44B for ; Fri, 11 May 2007 01:47:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4B1lTAe003522 for ; Fri, 11 May 2007 01:47:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4B1gS2p088048; Fri, 11 May 2007 01:42:28 GMT (envelope-from nobody) Message-Id: <200705110142.l4B1gS2p088048@www.freebsd.org> Date: Fri, 11 May 2007 01:42:28 GMT From: Eric Radman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112588: New BUG X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 01:50:03 -0000 >Number: 112588 >Category: misc >Synopsis: New BUG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 11 01:50:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Eric Radman >Release: 6.1 >Organization: BC BUG >Environment: >Description: BCBUG is a society dedicated to the artform of engineering intelligible and predictable software in Northeastern Pennsylvania and the Southern Teir of New York. >How-To-Repeat: www.bcbug.org >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 01:51:21 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B1E616A407; Fri, 11 May 2007 01:51:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 707D613C44B; Fri, 11 May 2007 01:51:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4B1pLaK081387; Fri, 11 May 2007 01:51:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4B1pLi6081383; Fri, 11 May 2007 01:51:21 GMT (envelope-from linimon) Date: Fri, 11 May 2007 01:51:21 GMT From: Mark Linimon Message-Id: <200705110151.l4B1pLi6081383@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-www@FreeBSD.org Cc: Subject: Re: www/112588: New BSD user group X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 01:51:21 -0000 Old Synopsis: New BUG New Synopsis: New BSD user group Responsible-Changed-From-To: freebsd-bugs->freebsd-www Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 11 01:50:51 UTC 2007 Responsible-Changed-Why: Reclassify and reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=112588 From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 07:20:03 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1287C16A403 for ; Fri, 11 May 2007 07:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EB61913C46E for ; Fri, 11 May 2007 07:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4B7K2ES017543 for ; Fri, 11 May 2007 07:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4B7K2EC017539; Fri, 11 May 2007 07:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 11 May 2007 07:20:02 GMT Resent-Message-Id: <200705110720.l4B7K2EC017539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Cran Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A5FC16A400 for ; Fri, 11 May 2007 07:13:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 750FE13C43E for ; Fri, 11 May 2007 07:13:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4B7DMbF065833 for ; Fri, 11 May 2007 07:13:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4B78L7O065154; Fri, 11 May 2007 07:08:21 GMT (envelope-from nobody) Message-Id: <200705110708.l4B78L7O065154@www.freebsd.org> Date: Fri, 11 May 2007 07:08:21 GMT From: Bruce Cran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/112589: ATA driver does not detect PATA drive on ULi M5281 controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 07:20:03 -0000 >Number: 112589 >Category: kern >Synopsis: ATA driver does not detect PATA drive on ULi M5281 controller >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: Fri May 11 07:20:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Bruce Cran >Release: 6.2-RELEASE-p1 >Organization: >Environment: >Description: The ULi M5281 controller (http://www.uli.com.tw/eng/products/product_detail.php?pserno=83) has 2 SATA ports and 1 PATA port. The ATA driver detects drives attached to the SATA port but does not detect PATA drives. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 08:50:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57F3F16A405 for ; Fri, 11 May 2007 08:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 23B7D13C480 for ; Fri, 11 May 2007 08:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4B8o4dh027757 for ; Fri, 11 May 2007 08:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4B8o35r027756; Fri, 11 May 2007 08:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 11 May 2007 08:50:03 GMT Resent-Message-Id: <200705110850.l4B8o35r027756@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mikael Vidstedt Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C15E16A404 for ; Fri, 11 May 2007 08:43:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCDA13C457 for ; Fri, 11 May 2007 08:43:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4B8heiX083245 for ; Fri, 11 May 2007 08:43:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4B8cdMi082221; Fri, 11 May 2007 08:38:39 GMT (envelope-from nobody) Message-Id: <200705110838.l4B8cdMi082221@www.freebsd.org> Date: Fri, 11 May 2007 08:38:39 GMT From: Mikael Vidstedt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112591: Non-monitored locks are dummy-implemented X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 08:50:04 -0000 >Number: 112591 >Category: misc >Synopsis: Non-monitored locks are dummy-implemented >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: Fri May 11 08:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Mikael Vidstedt >Release: 6.2 >Organization: BEA Systems, Inc. >Environment: FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: As far as I can tell, the implementation of the NLMPROC4_NM_LOCK RPC procedure is not correctly implemented. It looks like it always returns "granted" regardless of the actual locking state of the file handle. If a full implementation is not possible, I would at least say that returning "denied" is a better implementation, since "granted" may lead to data corruption. >How-To-Repeat: - >Fix: - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 14:10:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5478A16A404 for ; Fri, 11 May 2007 14:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 014FA13C455 for ; Fri, 11 May 2007 14:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4BEA8wp068675 for ; Fri, 11 May 2007 14:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4BEA8DN068670; Fri, 11 May 2007 14:10:08 GMT (envelope-from gnats) Date: Fri, 11 May 2007 14:10:08 GMT Message-Id: <200705111410.l4BEA8DN068670@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yar Tikhiy Cc: Subject: Re: bin/112574: sshd(8) ignores nologin(5) if using PAM and public key X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yar Tikhiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 14:10:09 -0000 The following reply was made to PR bin/112574; it has been noted by GNATS. From: Yar Tikhiy To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/112574: sshd(8) ignores nologin(5) if using PAM and public key Date: Fri, 11 May 2007 18:00:38 +0400 FWIW, pam_nologin(8) can provide _both_ authentication and account management using the same check function. By doing so it can satisfy all cases. I.e., PAM authentication consumers will fail as soon as possible, like they do now, while sshd(8), cron(8), and atrun(8) [1], which do not use PAM authentication, will be able to check for nologin(5) at the PAM account management stage. [1] I have plans for PAM-ifying cron(8) and atrun(8) so that they can skip jobs by locked or expired accounts in a consistent way. Not running user jobs when nologin(5) exists is quite reasonable. -- Yar From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 18:00:20 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1DF816A40E for ; Fri, 11 May 2007 18:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6466813C43E for ; Fri, 11 May 2007 18:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4BI0KU6094290 for ; Fri, 11 May 2007 18:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4BI0KKw094289; Fri, 11 May 2007 18:00:20 GMT (envelope-from gnats) Date: Fri, 11 May 2007 18:00:20 GMT Message-Id: <200705111800.l4BI0KKw094289@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "John Pineau" Cc: Subject: Re: kern/112181: Kernel Panic on HP DL320-G5 Running 6.2-STABLE (regression) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Pineau List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 18:00:20 -0000 The following reply was made to PR kern/112181; it has been noted by GNATS. From: "John Pineau" To: , "John Pineau" Cc: Subject: Re: kern/112181: Kernel Panic on HP DL320-G5 Running 6.2-STABLE (regression) Date: Wed, 9 May 2007 11:06:51 -0400 This is a multi-part message in MIME format. ------_=_NextPart_001_01C7924B.9A903DC5 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Appears to be related to the following issue: http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=3Den&c= c =3Dus&taskId=3D110&prodSeriesId=3D397634&prodTypeId=3D15351&prodSeriesId=3D= 397634& objectID=3DPSD_EU050629_CW01 Following the instructions did not fully resolve the issue, however adding an Intel Gigabit Nic into the slot worked around it- Server no longer panics and all three NICs are accessible. ------_=_NextPart_001_01C7924B.9A903DC5 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Re: kern/112181: Kernel Panic on HP DL320-G5 Running 6.2-STABLE = (regression)

Appears to be related to the following = issue:

<= U>http://h20000.www2.hp.com/bizsupport/TechSupport/Document.= jsp?lang=3Den&cc=3Dus&taskId=3D110&prodSeriesId=3D397634&= prodTypeId=3D15351&prodSeriesId=3D397634&objectID=3DPSD_EU050629_= CW01

Following the instructions did not = fully resolve the issue, however adding an Intel Gigabit Nic into the = slot worked around it- Server no longer panics and all three NICs are = accessible.

------_=_NextPart_001_01C7924B.9A903DC5-- From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 18:56:30 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.ORG Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FA5E16A400 for ; Fri, 11 May 2007 18:56:30 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id 092F913C45E for ; Fri, 11 May 2007 18:56:29 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (mjktux@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l4BIkGM6087133 for ; Fri, 11 May 2007 20:46:21 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l4BIkGHN087132; Fri, 11 May 2007 20:46:16 +0200 (CEST) (envelope-from olli) Date: Fri, 11 May 2007 20:46:16 +0200 (CEST) Message-Id: <200705111846.l4BIkGHN087132@lurza.secnetix.de> From: Oliver Fromme To: freebsd-bugs@FreeBSD.ORG X-Newsgroups: list.freebsd-bugs User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 11 May 2007 20:46:21 +0200 (CEST) Cc: Subject: send-pr broken? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 18:56:30 -0000 Hi, I tried to submit a PR with send-pr from two completely different machines, but in both cases the mail got stuck in the mqueue with this message: Deferred: 450 4.7.1 : Recipient address rejected: Service is unavailable I tried to send from IPs 88.198.44.136 and 83.120.8.8, neither of which should be in any blacklists. Am I doing something wrong, or is there currently a problem with send-pr or the mailserver at freebsd.org? Should I try using the web interface, or just wait until the problem is fixed and the mail gets delivered from the queue? Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Perl will consistently give you what you want, unless what you want is consistency." -- Larry Wall From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 19:00:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4ED616A405 for ; Fri, 11 May 2007 19:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6417113C455 for ; Fri, 11 May 2007 19:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4BJ0BYZ000628 for ; Fri, 11 May 2007 19:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4BJ0BPZ000627; Fri, 11 May 2007 19:00:11 GMT (envelope-from gnats) Resent-Date: Fri, 11 May 2007 19:00:11 GMT Resent-Message-Id: <200705111900.l4BJ0BPZ000627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Fromme Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D2D216A409 for ; Fri, 11 May 2007 18:56:31 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id 26C1713C4AD for ; Fri, 11 May 2007 18:56:30 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (sxeryj@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l4BIeGPK086850; Fri, 11 May 2007 20:40:21 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l4BIeGGo086849; Fri, 11 May 2007 20:40:16 +0200 (CEST) (envelope-from olli) Message-Id: <200705111840.l4BIeGGo086849@lurza.secnetix.de> Date: Fri, 11 May 2007 20:40:16 +0200 (CEST) From: Oliver Fromme To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Oliver Fromme Subject: conf/112604: New file: /etc/periodic/daily/480.status-ntp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 19:00:11 -0000 >Number: 112604 >Category: conf >Synopsis: New file: /etc/periodic/daily/480.status-ntp >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: Fri May 11 19:00:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 6.2-STABLE i386 >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: FreeBSD 6-stable + 7-current >Description: The script below adds an optional status report for NTP to the daily periodic output. It exits with return code 0 if the local ntpd is successfully synchronized. It exits with return code 1 if the local ntpd is currently not synchronized, or if ntpd isn't running at all, or if it's refusing connections from localhost. >How-To-Repeat: Save the script below as /etc/periodic/daily/480.status-ntp and add this line to /etc/periodic.conf: daily_status_ntp_enable="YES" Suggested default entry for /etc/defaults/periodic.conf: # 480.status-ntp daily_status_ntp_enable="NO" # Check NTP status >Fix: #!/bin/sh # # $FreeBSD$ # # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] then . /etc/defaults/periodic.conf source_periodic_confs fi rc=0 case "$daily_status_ntp_enable" in [Yy][Ee][Ss]) echo "" echo "NTP status:" synchronized=$(ntpq -p | tee /dev/stderr | grep '^\*') if [ -z "$synchronized" ]; then rc=1 fi ;; esac exit $rc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 20:01:54 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.ORG Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BA8216A404 for ; Fri, 11 May 2007 20:01:54 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.freebsd.org (Postfix) with ESMTP id 1365613C45E for ; Fri, 11 May 2007 20:01:54 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1Hman1-000EjQ-Kl; Fri, 11 May 2007 15:28:31 -0400 Date: Fri, 11 May 2007 15:28:31 -0400 From: Gary Palmer To: Oliver Fromme Message-ID: <20070511192831.GA28958@in-addr.com> Mail-Followup-To: Oliver Fromme , freebsd-bugs@FreeBSD.ORG References: <200705111846.l4BIkGHN087132@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705111846.l4BIkGHN087132@lurza.secnetix.de> Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: send-pr broken? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 20:01:54 -0000 On Fri, May 11, 2007 at 08:46:16PM +0200, Oliver Fromme wrote: > Hi, > > I tried to submit a PR with send-pr from two completely > different machines, but in both cases the mail got stuck in > the mqueue with this message: > > Deferred: 450 4.7.1 : > Recipient address rejected: Service is unavailable > > I tried to send from IPs 88.198.44.136 and 83.120.8.8, > neither of which should be in any blacklists. > > Am I doing something wrong, or is there currently a problem > with send-pr or the mailserver at freebsd.org? Should I > try using the web interface, or just wait until the problem > is fixed and the mail gets delivered from the queue? Its an anti-spam technique. As long as your MTA retries, it should get through after no more than 15 minutes or so From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 20:23:20 2007 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B839316A405 for ; Fri, 11 May 2007 20:23:20 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id 28BEE13C45D for ; Fri, 11 May 2007 20:23:19 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (felopi@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l4BKNDvt092441; Fri, 11 May 2007 22:23:18 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l4BKNDkm092439; Fri, 11 May 2007 22:23:13 +0200 (CEST) (envelope-from olli) From: Oliver Fromme Message-Id: <200705112023.l4BKNDkm092439@lurza.secnetix.de> To: gpalmer@freebsd.org (Gary Palmer) Date: Fri, 11 May 2007 22:23:13 +0200 (CEST) In-Reply-To: <20070511192831.GA28958@in-addr.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 11 May 2007 22:23:19 +0200 (CEST) Cc: freebsd-bugs@freebsd.org Subject: Re: send-pr broken? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 20:23:20 -0000 Gary Palmer wrote: > Oliver Fromme wrote: > > I tried to submit a PR with send-pr from two completely > > different machines, but in both cases the mail got stuck in > > the mqueue with this message: > > > > Deferred: 450 4.7.1 : > > Recipient address rejected: Service is unavailable > > > > I tried to send from IPs 88.198.44.136 and 83.120.8.8, > > neither of which should be in any blacklists. > > > > Am I doing something wrong, or is there currently a problem > > with send-pr or the mailserver at freebsd.org? Should I > > try using the web interface, or just wait until the problem > > is fixed and the mail gets delivered from the queue? > > Its an anti-spam technique. As long as your MTA retries, it should get > through after no more than 15 minutes or so Ah, OK, so it is some sort of greylisting. I didn't think it was greylisting because the error message was misleading, and I also would expect to be whitelisted when I sent another message recently ... Anyway, I noticed that my message got through meanwhile after about 20 minutes (the default sendmail queue runner interval here is 30 minutes, so that would be the maximum delay), so everything seems to be OK. Thanks for the hint. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "It combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript." -- Jamie Zawinski, when asked: "What's wrong with perl?" From owner-freebsd-bugs@FreeBSD.ORG Fri May 11 22:10:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1AC916A403 for ; Fri, 11 May 2007 22:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8BE5613C447 for ; Fri, 11 May 2007 22:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4BMABeb021058 for ; Fri, 11 May 2007 22:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4BMABbf021057; Fri, 11 May 2007 22:10:11 GMT (envelope-from gnats) Date: Fri, 11 May 2007 22:10:11 GMT Message-Id: <200705112210.l4BMABbf021057@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tyler Spivey Cc: Subject: bin/112163 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tyler Spivey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 22:10:11 -0000 The following reply was made to PR bin/112163; it has been noted by GNATS. From: Tyler Spivey To: bug-followup@freebsd.org Cc: Subject: bin/112163 Date: Fri, 11 May 2007 15:08:23 -0700 diff -ur bootparamd-orig/bootparamd/bootparamd.c bootparamd/bootparamd/bootparamd.c --- bootparamd-orig/bootparamd/bootparamd.c Thu May 10 01:31:56 2007 +++ bootparamd/bootparamd/bootparamd.c Fri May 11 14:57:10 2007 @@ -28,7 +28,7 @@ #include #include extern int debug, dolog; -extern unsigned long route_addr; +extern in_addr_t route_addr; extern char *bootpfile; #define MAXLEN 800 @@ -48,7 +48,7 @@ bp_whoami_arg *whoami; struct svc_req *req; { - long haddr; + in_addr_t haddr; static bp_whoami_res res; if (debug) fprintf(stderr,"whoami got question for %d.%d.%d.%d\n", @@ -81,7 +81,7 @@ if ( res.router_address.address_type != IP_ADDR_TYPE ) { res.router_address.address_type = IP_ADDR_TYPE; - bcopy( &route_addr, &res.router_address.bp_address_u.ip_addr, 4); + bcopy( &route_addr, &res.router_address.bp_address_u.ip_addr, sizeof(in_addr_t)); } if (debug) fprintf(stderr, "Returning %s %s %d.%d.%d.%d\n", Only in bootparamd/bootparamd: bootparamd.o Only in bootparamd/bootparamd: bootparams.5.gz diff -ur bootparamd-orig/bootparamd/main.c bootparamd/bootparamd/main.c --- bootparamd-orig/bootparamd/main.c Thu May 10 01:31:56 2007 +++ bootparamd/bootparamd/main.c Fri May 11 14:57:10 2007 @@ -32,7 +32,7 @@ int debug = 0; int dolog = 0; -unsigned long route_addr = -1; +in_addr_t route_addr = -1; struct sockaddr_in my_addr; char *bootpfile = "/etc/bootparams"; Only in bootparamd/bootparamd: main.o diff -ur bootparamd-orig/callbootd/callbootd.c bootparamd/callbootd/callbootd.c --- bootparamd-orig/callbootd/callbootd.c Thu May 10 01:31:56 2007 +++ bootparamd/callbootd/callbootd.c Fri May 11 14:57:10 2007 @@ -79,7 +79,7 @@ bp_getfile_res *getfile_res, stat_getfile_res; - long the_inet_addr; + in_addr_t the_inet_addr; CLIENT *clnt; enum clnt_stat clnt_stat; From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 09:39:44 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FEAE16A404; Sat, 12 May 2007 09:39:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E632213C44B; Sat, 12 May 2007 09:39:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4C9dhsl099660; Sat, 12 May 2007 09:39:43 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4C9dhRU099656; Sat, 12 May 2007 09:39:43 GMT (envelope-from pav) Date: Sat, 12 May 2007 09:39:43 GMT From: Pav Lucistnik Message-Id: <200705120939.l4C9dhRU099656@freefall.freebsd.org> To: jpc@drum.msfc.nasa.gov, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org, pav@FreeBSD.org Cc: Subject: Re: kern/73328: top shows NICE as -111 on processes started by idprio X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 09:39:44 -0000 Synopsis: top shows NICE as -111 on processes started by idprio State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat May 12 09:35:28 UTC 2007 State-Changed-Why: Can you retry with top(1) from -CURRENT? It shows PRI 171, NICE i31 (idprio 31) for my processes, which looks correct. Responsible-Changed-From-To: freebsd-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat May 12 09:35:28 UTC 2007 Responsible-Changed-Why: Take replies http://www.freebsd.org/cgi/query-pr.cgi?pr=73328 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 09:47:01 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 555C216A404; Sat, 12 May 2007 09:47:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6D613C43E; Sat, 12 May 2007 09:47:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4C9l18a000644; Sat, 12 May 2007 09:47:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4C9l0n7000640; Sat, 12 May 2007 09:47:00 GMT (envelope-from pav) Date: Sat, 12 May 2007 09:47:00 GMT From: Pav Lucistnik Message-Id: <200705120947.l4C9l0n7000640@freefall.freebsd.org> To: huntting@glarp.com, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/28333: rtprio/idprio setuid problems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 09:47:01 -0000 Synopsis: rtprio/idprio setuid problems State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat May 12 09:43:03 UTC 2007 State-Changed-Why: Looks like there's agreement this can be solved better than by proposed patch http://www.freebsd.org/cgi/query-pr.cgi?pr=28333 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 09:50:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EDC616A407 for ; Sat, 12 May 2007 09:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1859613C457 for ; Sat, 12 May 2007 09:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4C9o9MZ000769 for ; Sat, 12 May 2007 09:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4C9o9LQ000768; Sat, 12 May 2007 09:50:09 GMT (envelope-from gnats) Date: Sat, 12 May 2007 09:50:09 GMT Message-Id: <200705120950.l4C9o9LQ000768@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: conf/112604: New file: /etc/periodic/daily/480.status-ntp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 09:50:10 -0000 The following reply was made to PR conf/112604; it has been noted by GNATS. From: Maxim Konovalov To: Oliver Fromme Cc: bug-followup@freebsd.org Subject: Re: conf/112604: New file: /etc/periodic/daily/480.status-ntp Date: Sat, 12 May 2007 13:49:33 +0400 (MSD) Hi, I suggest to rename it to 480.status-ntpd to match the name of the daemon. Objections? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 10:08:30 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDADF16A403; Sat, 12 May 2007 10:08:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C20F713C44B; Sat, 12 May 2007 10:08:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CA8UOY002673; Sat, 12 May 2007 10:08:30 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CA8TQT002669; Sat, 12 May 2007 10:08:29 GMT (envelope-from pav) Date: Sat, 12 May 2007 10:08:29 GMT From: Pav Lucistnik Message-Id: <200705121008.l4CA8TQT002669@freefall.freebsd.org> To: mrjunk@midtfyn.net, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: gnu/62555: readline 4.3 should be patched X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 10:08:31 -0000 Synopsis: readline 4.3 should be patched State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Sat May 12 10:05:35 UTC 2007 State-Changed-Why: Patched in RELENG_6; feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=62555 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 11:00:21 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 521F616A406 for ; Sat, 12 May 2007 11:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8FD13C480 for ; Sat, 12 May 2007 11:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CB0Ji7008893 for ; Sat, 12 May 2007 11:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CB0Jtu008892; Sat, 12 May 2007 11:00:19 GMT (envelope-from gnats) Date: Sat, 12 May 2007 11:00:19 GMT Message-Id: <200705121100.l4CB0Jtu008892@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Fromme Cc: Subject: Re: conf/112604: New file: /etc/periodic/daily/480.status-ntp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 11:00:21 -0000 The following reply was made to PR conf/112604; it has been noted by GNATS. From: Oliver Fromme To: maxim@macomnet.ru (Maxim Konovalov) Cc: olli@secnetix.de (Oliver Fromme), bug-followup@freebsd.org Subject: Re: conf/112604: New file: /etc/periodic/daily/480.status-ntp Date: Sat, 12 May 2007 12:28:44 +0200 (CEST) Maxim Konovalov wrote: > I suggest to rename it to 480.status-ntpd to match the name of the > daemon. Objections? Good point. No objections from me. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 12:30:17 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67C9316A400 for ; Sat, 12 May 2007 12:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB8C13C469 for ; Sat, 12 May 2007 12:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CCUHGZ018132 for ; Sat, 12 May 2007 12:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CCUGH2018124; Sat, 12 May 2007 12:30:16 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 12:30:16 GMT Resent-Message-Id: <200705121230.l4CCUGH2018124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yar Tikhiy Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3872416A403 for ; Sat, 12 May 2007 12:24:02 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from jujik.ramtel.ru (jujik.ramtel.ru [81.19.64.112]) by mx1.freebsd.org (Postfix) with ESMTP id B5E6313C46A for ; Sat, 12 May 2007 12:24:01 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from jujik.ramtel.ru (localhost [127.0.0.1]) by jujik.ramtel.ru (8.14.1/8.13.8) with ESMTP id l4CCO0J7068764 for ; Sat, 12 May 2007 16:24:00 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by jujik.ramtel.ru (8.14.1/8.13.8/Submit) id l4CCO0uj068763; Sat, 12 May 2007 16:24:00 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Message-Id: <200705121224.l4CCO0uj068763@jujik.ramtel.ru> Date: Sat, 12 May 2007 16:24:00 +0400 (MSD) From: Yar Tikhiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/112612: Traffic via additional lo(4) interface shows up on lo0 in bpf(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 12:30:17 -0000 >Number: 112612 >Category: kern >Synopsis: Traffic via additional lo(4) interface shows up on lo0 in bpf(4) >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: Sat May 12 12:30:15 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yar Tikhiy >Release: FreeBSD 7.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD jujik.ramtel.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Apr 22 15:52:48 MSD 2007 root@jujik.ramtel.ru:/usr/src/sys/i386/compile/JTEST i386 >Description: tcpdump(1) on an additional loopback interface shows no traffic at all. The traffic can be seen if tcpdump(1) runs on the primary loopback interface instead, which is usually lo0. I believe that the bug was introduced in rev. 1.111 of if_loop.c. Due to that change, if_simloop() explicitly passes any loopback traffic to BPF on behalf of loif, i.e., the primary loopback interface. >How-To-Repeat: 1. Create an additional lo(4) interface: ifconfig lo1 create ifconfig lo1 127.0.0.2 2. Create ipfw rules to see that traffic actually goes via lo1: ipfw add 50 count icmp from any to any via lo0 ipfw add 50 count icmp from any to any via lo1 3. Start tcpdump on lo1: tcpdump -vpn -i lo1 icmp 4. Ping via lo1: ping -c1 127.0.0.1 5. See the counter increase on lo1, but no traffic in tcpdump. 6. Repeat #3,4 running tcpdump on lo0 instead, see the missing traffic showing up as though it flows via lo0. >Fix: Not know yet, but a promising approach is to test IFF_LOOPBACK on the actual interface, ifp, and not override it with loif in the bpf_mtap2() call if the flag is set. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:10:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34B2116A406 for ; Sat, 12 May 2007 13:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1497413C4BD for ; Sat, 12 May 2007 13:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDA4pM025296 for ; Sat, 12 May 2007 13:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDA4LM025295; Sat, 12 May 2007 13:10:04 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 13:10:04 GMT Resent-Message-Id: <200705121310.l4CDA4LM025295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB0B516A402 for ; Sat, 12 May 2007 13:02:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id AB98813C44C for ; Sat, 12 May 2007 13:02:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CD2MN2023413 for ; Sat, 12 May 2007 13:02:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CCvKkN020877; Sat, 12 May 2007 12:57:20 GMT (envelope-from nobody) Message-Id: <200705121257.l4CCvKkN020877@www.freebsd.org> Date: Sat, 12 May 2007 12:57:20 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112613: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:10:05 -0000 >Number: 112613 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 13:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:10:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A524616A40A for ; Sat, 12 May 2007 13:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 81F6D13C447 for ; Sat, 12 May 2007 13:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDA5SD025347 for ; Sat, 12 May 2007 13:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDA5dh025346; Sat, 12 May 2007 13:10:05 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 13:10:05 GMT Resent-Message-Id: <200705121310.l4CDA5dh025346@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 798C216A400 for ; Sat, 12 May 2007 13:04:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 6A78413C455 for ; Sat, 12 May 2007 13:04:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CD4MJR024284 for ; Sat, 12 May 2007 13:04:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CCxL9Q021935; Sat, 12 May 2007 12:59:21 GMT (envelope-from nobody) Message-Id: <200705121259.l4CCxL9Q021935@www.freebsd.org> Date: Sat, 12 May 2007 12:59:21 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112614: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:10:05 -0000 >Number: 112614 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 13:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:30:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77E0B16A405 for ; Sat, 12 May 2007 13:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5883213C44B for ; Sat, 12 May 2007 13:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDU4bW027164 for ; Sat, 12 May 2007 13:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDU4hT027163; Sat, 12 May 2007 13:30:04 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 13:30:04 GMT Resent-Message-Id: <200705121330.l4CDU4hT027163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 266CA16A404 for ; Sat, 12 May 2007 13:22:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0AAF913C45B for ; Sat, 12 May 2007 13:22:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CDM8Cr032172 for ; Sat, 12 May 2007 13:22:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CDH6jE029781; Sat, 12 May 2007 13:17:06 GMT (envelope-from nobody) Message-Id: <200705121317.l4CDH6jE029781@www.freebsd.org> Date: Sat, 12 May 2007 13:17:06 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112615: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:30:04 -0000 >Number: 112615 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 13:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:36:44 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45CCE16A409; Sat, 12 May 2007 13:36:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1E68113C480; Sat, 12 May 2007 13:36:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDah0B028994; Sat, 12 May 2007 13:36:44 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDahmY028990; Sat, 12 May 2007 13:36:43 GMT (envelope-from pav) Date: Sat, 12 May 2007 13:36:43 GMT From: Pav Lucistnik Message-Id: <200705121336.l4CDahmY028990@freefall.freebsd.org> To: ivo@vutbr.cz, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org, pav@FreeBSD.org Cc: Subject: Re: bin/108368: [patch] tip(1) coredumped when 'du' capability is used. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:36:44 -0000 Synopsis: [patch] tip(1) coredumped when 'du' capability is used. State-Changed-From-To: open->patched State-Changed-By: pav State-Changed-When: Sat May 12 13:34:49 UTC 2007 State-Changed-Why: Fixed in HEAD; will MFC later Responsible-Changed-From-To: freebsd-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat May 12 13:34:49 UTC 2007 Responsible-Changed-Why: Take replies http://www.freebsd.org/cgi/query-pr.cgi?pr=108368 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:40:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FFA016A400 for ; Sat, 12 May 2007 13:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0290313C455 for ; Sat, 12 May 2007 13:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDe4t6029085 for ; Sat, 12 May 2007 13:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDe4Vv029058; Sat, 12 May 2007 13:40:04 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 13:40:04 GMT Resent-Message-Id: <200705121340.l4CDe4Vv029058@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 949CC16A402 for ; Sat, 12 May 2007 13:35:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 83B5113C45E for ; Sat, 12 May 2007 13:35:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CDZYs0038848 for ; Sat, 12 May 2007 13:35:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CDUWT5037960; Sat, 12 May 2007 13:30:32 GMT (envelope-from nobody) Message-Id: <200705121330.l4CDUWT5037960@www.freebsd.org> Date: Sat, 12 May 2007 13:30:32 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112616: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:40:05 -0000 >Number: 112616 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 13:40:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:45:39 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CAC716A400; Sat, 12 May 2007 13:45:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 14E9313C43E; Sat, 12 May 2007 13:45:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDjc1N030006; Sat, 12 May 2007 13:45:38 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDjcAx030002; Sat, 12 May 2007 13:45:38 GMT (envelope-from pav) Date: Sat, 12 May 2007 13:45:38 GMT From: Pav Lucistnik Message-Id: <200705121345.l4CDjcAx030002@freefall.freebsd.org> To: llwang@infor.org, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/68552: tip(1) does not set noncanonical mode input processing properly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:45:39 -0000 Synopsis: tip(1) does not set noncanonical mode input processing properly State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat May 12 13:42:14 UTC 2007 State-Changed-Why: This has been fixed as part of vendor import 5 years ago - it's present in 5.0 and up. http://www.freebsd.org/cgi/query-pr.cgi?pr=68552 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 13:50:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B363C16A403 for ; Sat, 12 May 2007 13:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 92BCB13C487 for ; Sat, 12 May 2007 13:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CDo5Q8030089 for ; Sat, 12 May 2007 13:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CDo5Px030088; Sat, 12 May 2007 13:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 13:50:05 GMT Resent-Message-Id: <200705121350.l4CDo5Px030088@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F17116A403 for ; Sat, 12 May 2007 13:44:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 809AF13C44B for ; Sat, 12 May 2007 13:44:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CDiTga041957 for ; Sat, 12 May 2007 13:44:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CDdSPc040223; Sat, 12 May 2007 13:39:28 GMT (envelope-from nobody) Message-Id: <200705121339.l4CDdSPc040223@www.freebsd.org> Date: Sat, 12 May 2007 13:39:28 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112617: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 13:50:05 -0000 >Number: 112617 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 13:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 14:10:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DED3A16A402 for ; Sat, 12 May 2007 14:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C181513C46C for ; Sat, 12 May 2007 14:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CEABHB031965 for ; Sat, 12 May 2007 14:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CEABoW031964; Sat, 12 May 2007 14:10:11 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 14:10:11 GMT Resent-Message-Id: <200705121410.l4CEABoW031964@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96C2A16A406 for ; Sat, 12 May 2007 14:09:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 884CF13C46E for ; Sat, 12 May 2007 14:09:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CE9Z4E066768 for ; Sat, 12 May 2007 14:09:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CE4YRQ054431; Sat, 12 May 2007 14:04:34 GMT (envelope-from nobody) Message-Id: <200705121404.l4CE4YRQ054431@www.freebsd.org> Date: Sat, 12 May 2007 14:04:34 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112619: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 14:10:12 -0000 >Number: 112619 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 14:10:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 14:18:40 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B184A16A404; Sat, 12 May 2007 14:18:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 894D913C459; Sat, 12 May 2007 14:18:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CEIe4O032949; Sat, 12 May 2007 14:18:40 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CEIeHv032945; Sat, 12 May 2007 14:18:40 GMT (envelope-from pav) Date: Sat, 12 May 2007 14:18:40 GMT From: Pav Lucistnik Message-Id: <200705121418.l4CEIeHv032945@freefall.freebsd.org> To: jpc@drum.msfc.nasa.gov, pav@FreeBSD.org, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/73328: top shows NICE as -111 on processes started by idprio X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 14:18:40 -0000 Synopsis: top shows NICE as -111 on processes started by idprio State-Changed-From-To: feedback->open State-Changed-By: pav State-Changed-When: Sat May 12 14:18:09 UTC 2007 State-Changed-Why: Looks like there are still some loose ends Responsible-Changed-From-To: pav->freebsd-bugs Responsible-Changed-By: pav Responsible-Changed-When: Sat May 12 14:18:09 UTC 2007 Responsible-Changed-Why: Looks like there are still some loose ends http://www.freebsd.org/cgi/query-pr.cgi?pr=73328 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 14:30:06 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B31D16A405 for ; Sat, 12 May 2007 14:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E0F9A13C484 for ; Sat, 12 May 2007 14:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CEU5oU033978 for ; Sat, 12 May 2007 14:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CEU5R6033977; Sat, 12 May 2007 14:30:05 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 14:30:05 GMT Resent-Message-Id: <200705121430.l4CEU5R6033977@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vyacheslav Silakov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35BD916A403 for ; Sat, 12 May 2007 14:27:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1B13C13C457 for ; Sat, 12 May 2007 14:27:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4CERO4e003764 for ; Sat, 12 May 2007 14:27:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4CEMNAR086799; Sat, 12 May 2007 14:22:23 GMT (envelope-from nobody) Message-Id: <200705121422.l4CEMNAR086799@www.freebsd.org> Date: Sat, 12 May 2007 14:22:23 GMT From: Vyacheslav Silakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/112620: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 14:30:06 -0000 >Number: 112620 >Category: misc >Synopsis: 'ls -l' is very slow or doesn't work at all >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: Sat May 12 14:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Vyacheslav Silakov >Release: FreeBSD 6.2-STABLE >Organization: JSC Internet-Arkhangelsk >Environment: FreeBSD gw.inar.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW i386 >Description: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #3: Fri May 11 15:45:11 MSD 2007 seal@gw.inar.ru:/usr/obj/usr/src/sys/GW Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 3221159936 (3071 MB) avail memory = 3154182144 (3008 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 31 acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x404-0x407 on acpi0 acpi_ec0: port 0xca6,0xca7 on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) fxp0: port 0x5400-0x543f mem 0xf8101000-0xf8101fff,0xf8000000-0xf80fffff irq 18 at device 3.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:b7:d8:48 pcib1: at device 7.0 on pci0 pci1: on pcib1 asr0: mem 0xfa000000-0xfbffffff irq 23 at device 7.1 on pci0 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 3607, 1 channel, 256 CCBs, Protocol I2O isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x374-0x377,0x5440-0x544f at device 15.1 on pci0 ata0: on atapci0 ata2: on atapci0 pcib2: on acpi0 pci2: on pcib2 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default acd0: CDROM at ata0-master PIO4 ses0 at asr0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: SAF-TE Compliant Device da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 105009MB (215058432 512 byte sectors: 255H 63S/T 13386C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a # df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 496M 74M 382M 16% 1623 64167 2% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/da0s1d 2.9G 1.9G 780M 71% 226039 174343 56% /usr /dev/da0s1e 46G 28G 15G 65% 39429 6201849 1% /var1 /dev/da0s1f 46G 27G 15G 65% 769148 5472130 12% /var2 devfs 1.0K 1.0K 0B 100% 0 0 100% /var1/var/named/dev cd /usr/bin ls -l works fine. 'ls -l' in any big dir (with more than 100 files) in /var1 or /var2 doesn't work or works very slowly. btw, 'ls' without options works fine. Problem is appeared on this hardware after upgrade 4.11-STABLE to 6.2-STABLE. >How-To-Repeat: >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:26:43 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DACB16A404; Sat, 12 May 2007 15:26:43 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 117EF13C448; Sat, 12 May 2007 15:26:43 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFQg7v040447; Sat, 12 May 2007 15:26:42 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFQgXs040443; Sat, 12 May 2007 15:26:42 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:26:42 GMT From: Remko Lodder Message-Id: <200705121526.l4CFQgXs040443@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112620: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:26:43 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:26:42 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112620 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:27:37 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D9BE16A404; Sat, 12 May 2007 15:27:37 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 477E713C469; Sat, 12 May 2007 15:27:37 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFRbmW040647; Sat, 12 May 2007 15:27:37 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFRbD8040643; Sat, 12 May 2007 15:27:37 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:27:37 GMT From: Remko Lodder Message-Id: <200705121527.l4CFRbD8040643@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112617: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:27:37 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:27:36 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112617 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:27:53 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 739BF16A404; Sat, 12 May 2007 15:27:53 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4864B13C457; Sat, 12 May 2007 15:27:53 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFRrfe040744; Sat, 12 May 2007 15:27:53 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFRrWS040740; Sat, 12 May 2007 15:27:53 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:27:53 GMT From: Remko Lodder Message-Id: <200705121527.l4CFRrWS040740@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112619: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:27:53 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:27:52 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112619 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:28:05 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3704D16A40A; Sat, 12 May 2007 15:28:05 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 104D513C45A; Sat, 12 May 2007 15:28:05 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFS4O1040846; Sat, 12 May 2007 15:28:04 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFS4U3040842; Sat, 12 May 2007 15:28:04 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:28:04 GMT From: Remko Lodder Message-Id: <200705121528.l4CFS4U3040842@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112616: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:28:05 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:28:04 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112616 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:28:15 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2EAF16A402; Sat, 12 May 2007 15:28:14 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CDEC413C46A; Sat, 12 May 2007 15:28:14 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFSE16040944; Sat, 12 May 2007 15:28:14 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFSEku040940; Sat, 12 May 2007 15:28:14 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:28:14 GMT From: Remko Lodder Message-Id: <200705121528.l4CFSEku040940@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112615: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:28:15 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:28:14 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112615 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:28:26 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0AE316A403; Sat, 12 May 2007 15:28:26 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BB81F13C43E; Sat, 12 May 2007 15:28:26 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFSQJC041041; Sat, 12 May 2007 15:28:26 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFSQSa041037; Sat, 12 May 2007 15:28:26 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:28:26 GMT From: Remko Lodder Message-Id: <200705121528.l4CFSQSa041037@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112614: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:28:27 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:28:26 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112614 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 15:28:38 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58E0F16A406; Sat, 12 May 2007 15:28:38 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 33DE913C4B0; Sat, 12 May 2007 15:28:38 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CFSbOD041140; Sat, 12 May 2007 15:28:37 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CFSbTP041136; Sat, 12 May 2007 15:28:37 GMT (envelope-from remko) Date: Sat, 12 May 2007 15:28:37 GMT From: Remko Lodder Message-Id: <200705121528.l4CFSbTP041136@freefall.freebsd.org> To: seal@inar.ru, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/112613: 'ls -l' is very slow or doesn't work at all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 15:28:38 -0000 Synopsis: 'ls -l' is very slow or doesn't work at all State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 15:28:36 UTC 2007 State-Changed-Why: Yes we have problems with the submission interface but submitting this much tickets eventhough there are mentionings that you should wait a little you didnt do it. Close this ticket as duplicate of 112612 http://www.freebsd.org/cgi/query-pr.cgi?pr=112613 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 17:10:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C38316A40A for ; Sat, 12 May 2007 17:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6B24E13C448 for ; Sat, 12 May 2007 17:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CHA6K1052541 for ; Sat, 12 May 2007 17:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CHA6Db052537; Sat, 12 May 2007 17:10:06 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2007 17:10:06 GMT Resent-Message-Id: <200705121710.l4CHA6Db052537@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bernd Luevelsmeyer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3456316A402 for ; Sat, 12 May 2007 17:08:23 +0000 (UTC) (envelope-from root@heitec.net) Received: from christel.heitec.net (christel.heitec.net [62.206.253.11]) by mx1.freebsd.org (Postfix) with ESMTP id F0BAB13C45E for ; Sat, 12 May 2007 17:08:22 +0000 (UTC) (envelope-from root@heitec.net) Received: by christel.heitec.net (Postfix, from userid 0) id 490CCA8936; Sat, 12 May 2007 18:52:58 +0200 (CEST) Message-Id: <20070512165258.490CCA8936@christel.heitec.net> Date: Sat, 12 May 2007 18:52:58 +0200 (CEST) From: Bernd Luevelsmeyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/112622: named crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernd Luevelsmeyer List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 17:10:07 -0000 >Number: 112622 >Category: bin >Synopsis: named crash >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 12 17:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Bernd Luevelsmeyer >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD 6.2-STABLE #0: Mon Feb 5 15:12:55 CET 2007 i386 >Description: The named service crashed with an assertion failure. The machine is a mailserver running postfix-current. The messages are: May 11 22:31:06 christel named[13876]: /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/mem.c:628: INSIST(((unsigned char *)mem)[size] == 0xbe) failed May 11 22:31:06 christel named[13876]: exiting (due to assertion failure) The failing function is (with the '->' pointing to the line in question): static inline void mem_put(isc_mem_t *ctx, void *mem, size_t size) { #if ISC_MEM_CHECKOVERRUN -> INSIST(((unsigned char *)mem)[size] == 0xbe); #endif #if ISC_MEM_FILL memset(mem, 0xde, size); /* Mnemonic for "dead". */ #else UNUSED(size); #endif (ctx->memfree)(ctx->arg, mem); } >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 17:40:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8B8416A400 for ; Sat, 12 May 2007 17:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9C15513C44B for ; Sat, 12 May 2007 17:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CHeA46056924 for ; Sat, 12 May 2007 17:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CHeAJp056922; Sat, 12 May 2007 17:40:10 GMT (envelope-from gnats) Date: Sat, 12 May 2007 17:40:10 GMT Message-Id: <200705121740.l4CHeAJp056922@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Remko Lodder Cc: Subject: Re: bin/112622: named crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remko Lodder List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 17:40:10 -0000 The following reply was made to PR bin/112622; it has been noted by GNATS. From: Remko Lodder To: Bernd Luevelsmeyer Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/112622: named crash Date: Sat, 12 May 2007 19:32:06 +0200 Bernd Luevelsmeyer wrote: > > May 11 22:31:06 christel named[13876]: > /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/mem.c:628: > INSIST(((unsigned char *)mem)[size] == 0xbe) failed > May 11 22:31:06 christel named[13876]: exiting > (due to assertion failure) > > The failing function is (with the '->' pointing to the line in > question): > > static inline void > mem_put(isc_mem_t *ctx, void *mem, size_t size) { > #if ISC_MEM_CHECKOVERRUN > -> INSIST(((unsigned char *)mem)[size] == 0xbe); > #endif > #if ISC_MEM_FILL > memset(mem, 0xde, size); /* Mnemonic for "dead". */ > #else > UNUSED(size); > #endif > (ctx->memfree)(ctx->arg, mem); > } > Hello Bernd, first of all thanks for submitting this entry to try and improve FreeBSD with us, though this seems like something specifically for the named application which should be reported upstream to the named team at isc instead of reporting this at FreeBSD (it is contributed software outside our direct scope). Thanks & Cheers, Remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 17:43:49 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF2A216A407; Sat, 12 May 2007 17:43:49 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C6FE513C45A; Sat, 12 May 2007 17:43:49 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CHhnss057708; Sat, 12 May 2007 17:43:49 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CHhn5s057704; Sat, 12 May 2007 17:43:49 GMT (envelope-from remko) Date: Sat, 12 May 2007 17:43:49 GMT From: Remko Lodder Message-Id: <200705121743.l4CHhn5s057704@freefall.freebsd.org> To: bdluevel@heitec.net, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/112622: named crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 17:43:50 -0000 Synopsis: named crash State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat May 12 17:43:49 UTC 2007 State-Changed-Why: This looks like bind specific stuff, please report this upstream to the isc (the maintainers and authors of bind/named). Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=112622 From owner-freebsd-bugs@FreeBSD.ORG Sat May 12 19:48:14 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B37E16A403; Sat, 12 May 2007 19:48:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 55A1013C45A; Sat, 12 May 2007 19:48:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4CJmDUw069802; Sat, 12 May 2007 19:48:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4CJmDH7069798; Sat, 12 May 2007 19:48:13 GMT (envelope-from linimon) Date: Sat, 12 May 2007 19:48:13 GMT From: Mark Linimon Message-Id: <200705121948.l4CJmDH7069798@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org Cc: Subject: Re: kern/112612: Traffic via additional lo(4) interface shows up on lo0 in bpf(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 19:48:14 -0000 Synopsis: Traffic via additional lo(4) interface shows up on lo0 in bpf(4) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 12 19:48:01 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112612