From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 05:10:22 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AEC16A417 for ; Sun, 24 Sep 2006 05:10:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E9143D66 for ; Sun, 24 Sep 2006 05:10:21 +0000 (GMT) (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 k8O5ALeN009809 for ; Sun, 24 Sep 2006 05:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8O5ALdH009808; Sun, 24 Sep 2006 05:10:21 GMT (envelope-from gnats) Date: Sun, 24 Sep 2006 05:10:21 GMT Message-Id: <200609240510.k8O5ALdH009808@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: chinsan Cc: Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2006 05:10:22 -0000 The following reply was made to PR conf/88712; it has been noted by GNATS. From: chinsan To: "Pav Lucistnik" Cc: FreeBSD-gnats-submit@freebsd.org, bug-followup@freebsd.org Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" Date: Sun, 24 Sep 2006 13:02:01 +0800 Hi, pav: > Typo? Byte Order Mark. Oh, Sorry. It's a typo. :p > > Also, why -i flag, when you're not editing the file inplace? > > $ sed -i -s -e 's|a|b|' < foo > ooof > sed: -i may not be used with stdin Thanks for notice, the floowing is the modified patch: sed -e '1s/^\xef\xbb\xbf//' < bomfile > newfile Would you please take a review with it again? Thanks. :) - chinsan From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 05:10:26 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE0C16A403 for ; Sun, 24 Sep 2006 05:10:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B11A43D64 for ; Sun, 24 Sep 2006 05:10:26 +0000 (GMT) (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 k8O5AQlj009840 for ; Sun, 24 Sep 2006 05:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8O5AQfR009839; Sun, 24 Sep 2006 05:10:26 GMT (envelope-from gnats) Date: Sun, 24 Sep 2006 05:10:26 GMT Message-Id: <200609240510.k8O5AQfR009839@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: chinsan Cc: Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2006 05:10:26 -0000 The following reply was made to PR conf/88712; it has been noted by GNATS. From: chinsan To: "Pav Lucistnik" Cc: FreeBSD-gnats-submit@freebsd.org, bug-followup@freebsd.org Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" Date: Sun, 24 Sep 2006 13:02:01 +0800 Hi, pav: > Typo? Byte Order Mark. Oh, Sorry. It's a typo. :p > > Also, why -i flag, when you're not editing the file inplace? > > $ sed -i -s -e 's|a|b|' < foo > ooof > sed: -i may not be used with stdin Thanks for notice, the floowing is the modified patch: sed -e '1s/^\xef\xbb\xbf//' < bomfile > newfile Would you please take a review with it again? Thanks. :) - chinsan From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 07:03:51 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FACC16A412; Sun, 24 Sep 2006 07:03:51 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E237D43D58; Sun, 24 Sep 2006 07:03:50 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from freefall.freebsd.org (jmg@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8O73o1K020358; Sun, 24 Sep 2006 07:03:50 GMT (envelope-from jmg@freefall.freebsd.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8O73okc020354; Sun, 24 Sep 2006 07:03:50 GMT (envelope-from jmg) Date: Sun, 24 Sep 2006 07:03:50 GMT From: John-Mark Gurney Message-Id: <200609240703.k8O73okc020354@freefall.freebsd.org> To: rauf@kuliyev.com, jmg@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/100765: [patch] natd(8): add support for kqueue in natd 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, 24 Sep 2006 07:03:51 -0000 Synopsis: [patch] natd(8): add support for kqueue in natd State-Changed-From-To: open->feedback State-Changed-By: jmg State-Changed-When: Sun Sep 24 07:00:02 UTC 2006 State-Changed-Why: This patch isn't complete... You hsould to move the code that sets up the events once outside the while (running) loop... You also might want to use udata to simplify the processing of events... http://www.freebsd.org/cgi/query-pr.cgi?pr=100765 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 08:22:32 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F5116A40F; Sun, 24 Sep 2006 08:22:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD8743D49; Sun, 24 Sep 2006 08:22:32 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8O8MW6S027865; Sun, 24 Sep 2006 08:22:32 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8O8MSZB027860; Sun, 24 Sep 2006 08:22:28 GMT (envelope-from bms) Date: Sun, 24 Sep 2006 08:22:28 GMT From: Bruce M Simpson Message-Id: <200609240822.k8O8MSZB027860@freefall.freebsd.org> To: amesbury@umn.edu, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/82207: [patch] tcpslice(1) incorrectly handles dates where year is >=2000 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, 24 Sep 2006 08:22:32 -0000 Synopsis: [patch] tcpslice(1) incorrectly handles dates where year is >=2000 State-Changed-From-To: open->closed State-Changed-By: bms State-Changed-When: Sun Sep 24 08:22:00 UTC 2006 State-Changed-Why: I just committed a patch for this on HEAD; probably I'll MFC and then remove tcpslice from -CURRENT http://www.freebsd.org/cgi/query-pr.cgi?pr=82207 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 08:32:26 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57C716A5AD; Sun, 24 Sep 2006 08:32:26 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7893543D45; Sun, 24 Sep 2006 08:32:26 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8O8WQYB029914; Sun, 24 Sep 2006 08:32:26 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8O8WPYO029902; Sun, 24 Sep 2006 08:32:25 GMT (envelope-from bms) Date: Sun, 24 Sep 2006 08:32:25 GMT From: Bruce M Simpson Message-Id: <200609240832.k8O8WPYO029902@freefall.freebsd.org> To: kwint@vianet.lt, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/86456: arp(8) program hangs 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, 24 Sep 2006 08:32:26 -0000 Synopsis: arp(8) program hangs State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Sun Sep 24 08:32:03 UTC 2006 State-Changed-Why: Can the submitter reproduce this with arp -dan? I can't reproduce. http://www.freebsd.org/cgi/query-pr.cgi?pr=86456 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 10:10:23 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBC5816A403 for ; Sun, 24 Sep 2006 10:10:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F5F43D5A for ; Sun, 24 Sep 2006 10:10:23 +0000 (GMT) (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 k8OAANPF041539 for ; Sun, 24 Sep 2006 10:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OAANYY041538; Sun, 24 Sep 2006 10:10:23 GMT (envelope-from gnats) Date: Sun, 24 Sep 2006 10:10:23 GMT Message-Id: <200609241010.k8OAANYY041538@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pav Lucistnik Cc: Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pav Lucistnik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2006 10:10:23 -0000 The following reply was made to PR conf/88712; it has been noted by GNATS. From: Pav Lucistnik To: chinsan Cc: FreeBSD-gnats-submit@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" Date: Sun, 24 Sep 2006 12:04:21 +0200 > > Typo? Byte Order Mark. > Oh, Sorry. It's a typo. :p > > > > > Also, why -i flag, when you're not editing the file inplace? > > > > $ sed -i -s -e 's|a|b|' < foo > ooof > > sed: -i may not be used with stdin > Thanks for notice, the floowing is the modified patch: > > sed -e '1s/^\xef\xbb\xbf//' < bomfile > newfile > > Would you please take a review with it again? > Thanks. :) You're a committer now, you can handle the PR yourself now. I think it looks fine now. -- Pav Lucistnik Shop at the Mobius Strip Mall: Always on the same side of the street! From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 10:10:28 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4082516A403 for ; Sun, 24 Sep 2006 10:10:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827E343D5C for ; Sun, 24 Sep 2006 10:10:27 +0000 (GMT) (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 k8OAARLJ041561 for ; Sun, 24 Sep 2006 10:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OAARD7041560; Sun, 24 Sep 2006 10:10:27 GMT (envelope-from gnats) Date: Sun, 24 Sep 2006 10:10:27 GMT Message-Id: <200609241010.k8OAARD7041560@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pav Lucistnik Cc: Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pav Lucistnik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2006 10:10:28 -0000 The following reply was made to PR conf/88712; it has been noted by GNATS. From: Pav Lucistnik To: chinsan Cc: FreeBSD-gnats-submit@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: conf/88712: [UPDATE] freebsd-tips: Add "how to strip UTF-8 BOM" Date: Sun, 24 Sep 2006 12:04:21 +0200 > > Typo? Byte Order Mark. > Oh, Sorry. It's a typo. :p > > > > > Also, why -i flag, when you're not editing the file inplace? > > > > $ sed -i -s -e 's|a|b|' < foo > ooof > > sed: -i may not be used with stdin > Thanks for notice, the floowing is the modified patch: > > sed -e '1s/^\xef\xbb\xbf//' < bomfile > newfile > > Would you please take a review with it again? > Thanks. :) You're a committer now, you can handle the PR yourself now. I think it looks fine now. -- Pav Lucistnik Shop at the Mobius Strip Mall: Always on the same side of the street! From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 13:24:29 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B942F16A407; Sun, 24 Sep 2006 13:24:29 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7756643D5A; Sun, 24 Sep 2006 13:24:29 +0000 (GMT) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (chinsan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8ODOTSe061621; Sun, 24 Sep 2006 13:24:29 GMT (envelope-from chinsan@freefall.freebsd.org) Received: (from chinsan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8ODOTOK061617; Sun, 24 Sep 2006 13:24:29 GMT (envelope-from chinsan) Date: Sun, 24 Sep 2006 13:24:29 GMT From: Chin-San Huang Message-Id: <200609241324.k8ODOTOK061617@freefall.freebsd.org> To: chinsan@FreeBSD.org, freebsd-bugs@FreeBSD.org, chinsan@FreeBSD.org Cc: Subject: Re: conf/88712: [patch] freebsd-tips: Add "how to strip UTF-8 BOM" 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, 24 Sep 2006 13:24:29 -0000 Synopsis: [patch] freebsd-tips: Add "how to strip UTF-8 BOM" Responsible-Changed-From-To: freebsd-bugs->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Sun Sep 24 13:24:28 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=88712 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 16:40:24 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC3DA16A417 for ; Sun, 24 Sep 2006 16:40:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C4443D55 for ; Sun, 24 Sep 2006 16:40:24 +0000 (GMT) (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 k8OGeOpl079870 for ; Sun, 24 Sep 2006 16:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OGeObB079869; Sun, 24 Sep 2006 16:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 24 Sep 2006 16:40:24 GMT Resent-Message-Id: <200609241640.k8OGeObB079869@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, Alexey Illarionov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE8316A40F for ; Sun, 24 Sep 2006 16:38:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6438043D49 for ; Sun, 24 Sep 2006 16:38:04 +0000 (GMT) (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 k8OGc4tW088580 for ; Sun, 24 Sep 2006 16:38:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8OGc3uA088579; Sun, 24 Sep 2006 16:38:03 GMT (envelope-from nobody) Message-Id: <200609241638.k8OGc3uA088579@www.freebsd.org> Date: Sun, 24 Sep 2006 16:38:03 GMT From: Alexey Illarionov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103569: [ipfilter] ipf -D cause kernel panic 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, 24 Sep 2006 16:40:24 -0000 >Number: 103569 >Category: kern >Synopsis: [ipfilter] ipf -D cause kernel panic >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 Sep 24 16:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexey Illarionov >Release: 6.2-PRERELEASE #2 >Organization: >Environment: FreeBSD ls2.orionet.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Sun Sep 24 15:46:21 MSD 2006 root@ls2.orionet.ru:/usr/obj/usr/src/sys/LS_DEBUG i386 IP Filter: v4.1.13 >Description: Executing "ipf -D" cause kernel panic with new version of ipfilter. It is compiled as loadable kernel module, but this command worked in FreeBSD 6.1 with ipfilter v4.1.8. Or at least it did not cause a kernel panic. Crash debug (kernel compiled with WITNESS option): # kgdb -n 0 kgdb: kvm_nlist(_stopped_cpus): kgdb: kvm_nlist(_stoppcbs): [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 "i386-marcel-freebsd". Unread portion of the kernel message buffer: panic: lock (sleep mutex) ipf filter load/unload mutex not locked @ /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil_freebsd.c:630 KDB: stack backtrace: kdb_backtrace(100,c19ae000,c19ae000,c172eac0,c19ae078,...) at kdb_backtrace+0x29 panic(c079f8a1,c07b3a0e,c172a6d7,c172a768,276,...) at panic+0xa8 witness_unlock(c172eac0,8,c172a768,276) at witness_unlock+0xbc _mtx_unlock_flags(c172eac0,0,c172a768,276,c079f334,...) at _mtx_unlock_flags+0x28 iplioctl(c1682600,80047248,c159d7b0,3,c19ae000,...) at iplioctl+0xba devfs_ioctl_f(c169e2d0,80047248,c159d7b0,c19f8600,c19ae000) at devfs_ioctl_f+0xaf ioctl(c19ae000,c8308d04) at ioctl+0x344 syscall(3b,3b,3b,2806bcf0,bfbfec70,...) at syscall+0x22f Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (54, FreeBSD ELF32, ioctl), eip = 0x28197bc7, esp = 0xbfbfe9bc, ebp = 0xbfbfe9d8 --- KDB: enter: panic panic: from debugger Uptime: 3m51s Dumping 63 MB (2 chunks) chunk 0: 1MB (160 pages) ... ok chunk 1: 63MB (16128 pages) 48 32 16 #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 0xc05a089a in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc05a0af3 in panic (fmt=0xc0777992 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc0453835 in db_panic (addr=-1067748277, have_addr=0, count=-1, modif=0xc8308894 "") at /usr/src/sys/ddb/db_command.c:438 #4 0xc04537cc in db_command (last_cmdp=0xc083aee4, cmd_table=0x0, aux_cmd_tablep=0xc07c11d4, aux_cmd_tablep_end=0xc07c11d8) at /usr/src/sys/ddb/db_command.c:350 #5 0xc0453894 in db_command_loop () at /usr/src/sys/ddb/db_command.c:458 #6 0xc045543d in db_trap (type=3, code=0) at /usr/src/sys/ddb/db_main.c:221 #7 0xc05b76c7 in kdb_trap (type=3, code=0, tf=0xc83089d4) at /usr/src/sys/kern/subr_kdb.c:473 #8 0xc073f390 in trap (frame= {tf_fs = -936378360, tf_es = -1067778008, tf_ds = -1065811928, tf_edi = 1, tf_esi = -1065748319, tf_ebp = -936343020, tf_isp = -936343040, tf_ebx = -936342976, tf_edx = 0, tf_ecx = -1056878592, tf_eax = 18, tf_trapno = 3, tf_err = 0, tf_eip = -1067748277, tf_cs = 32, tf_eflags = 662, tf_esp = -936342988, tf_ss = -1067840861}) at /usr/src/sys/i386/i386/trap.c:594 #9 0xc072e3da in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #10 0xc05b744b in kdb_enter (msg=0x12
) at cpufunc.h:60 #11 0xc05a0aa3 in panic (fmt=0xc079f8a1 "lock (%s) %s not locked @ %s:%d") at /usr/src/sys/kern/kern_shutdown.c:549 #12 0xc05c0d54 in witness_unlock (lock=0xc172eac0, flags=8, file=0xc172a768 "/usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil_freebsd.c", line=630) at /usr/src/sys/kern/subr_witness.c:1237 #13 0xc0598bd4 in _mtx_unlock_flags (m=0xc172eac0, opts=0, file=0xc172a768 "/usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil_freebsd.c", line=630) at /usr/src/sys/kern/kern_mutex.c:315 #14 0xc171ffda in ?? () #15 0xc172eac0 in ?? () #16 0x00000000 in ?? () #17 0xc172a768 in ?? () #18 0x00000276 in ?? () #19 0xc079f334 in ?? () #20 0x00000000 in ?? () #21 0xc0847100 in witness_spin_warn () #22 0x00000000 in ?? () #23 0xc079f334 in ?? () #24 0x000006a9 in ?? () #25 0xc088cff4 in w_locklistdata () #26 0xc8308adc in ?? () #27 0xc05c0e4e in witness_unlock (lock=0x4, flags=-2147192248, file=0xc159d7b0 "", line=3) at /usr/src/sys/kern/subr_witness.c:1285 #28 0xc0559913 in devfs_ioctl_f (fp=0xc169e2d0, com=2147775048, data=0xc159d7b0, cred=0xc19f8600, td=0xc19ae000) at /usr/src/sys/fs/devfs/devfs_vnops.c:407 #29 0xc05c24c8 in ioctl (td=0xc19ae000, uap=0xc8308d04) at file.h:264 #30 0xc073fb13 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 671530224, tf_esi = -1077941136, tf_ebp = -1077941800, tf_isp = -936342172, tf_ebx = 2, tf_edx = 0, tf_ecx = 672916548, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 672758727, tf_cs = 51, tf_eflags = 535, tf_esp = -1077941828, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 #31 0xc072e42f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #32 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) dmesg: Copyright (c) 1992-2006 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 6.2-PRERELEASE #2: Sun Sep 24 15:46:21 MSD 2006 root@ls2.orionet.ru:/usr/obj/usr/src/sys/LS_DEBUG WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium II/Pentium II Xeon/Celeron (233.87-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x634 Stepping = 4 Features=0x80f9ff real memory = 67108864 (64 MB) avail memory = 56127488 (53 MB) cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 agp0: mem 0xd0000000-0xd1ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xd000-0xd01f irq 10 at device 7.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 usbd_get_string: getting lang failed, using 0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 7.3 (no driver attached) pci0: at device 8.0 (no driver attached) xl0: <3Com 3cSOHO100-TX OfficeConnect> port 0xe800-0xe87f mem 0xd7010000-0xd701007f irq 11 at device 14.0 on pci0 miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:04:76:95:18:8e hcfmdm0: port 0xec00-0xec07 mem 0xd7000000-0xd700ffff irq 12 at device 16.0 on pci0 WITNESS: spin lock hcfmdm_state_mtx not in order list pmtimer0 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x90 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 233865531 Hz quality 800 Timecounters tick every 1.000 msec ad0: 4126MB at ata0-master UDMA33 Trying to mount root from ufs:/dev/ad0s1a IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled >How-To-Repeat: Try to disable ipfilter with ipf -D >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 17:50:21 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C0D16A40F for ; Sun, 24 Sep 2006 17:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4E343D4C for ; Sun, 24 Sep 2006 17:50:21 +0000 (GMT) (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 k8OHoK0f086579 for ; Sun, 24 Sep 2006 17:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OHoKiL086574; Sun, 24 Sep 2006 17:50:20 GMT (envelope-from gnats) Resent-Date: Sun, 24 Sep 2006 17:50:20 GMT Resent-Message-Id: <200609241750.k8OHoKiL086574@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, Patrick Oonk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1BA16A40F for ; Sun, 24 Sep 2006 17:41:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5627843D77 for ; Sun, 24 Sep 2006 17:41:54 +0000 (GMT) (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 k8OHfpTg012061 for ; Sun, 24 Sep 2006 17:41:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8OHfpjQ012060; Sun, 24 Sep 2006 17:41:51 GMT (envelope-from nobody) Message-Id: <200609241741.k8OHfpjQ012060@www.freebsd.org> Date: Sun, 24 Sep 2006 17:41:51 GMT From: Patrick Oonk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103578: ums does not recognize mouse buttons 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, 24 Sep 2006 17:50:21 -0000 >Number: 103578 >Category: kern >Synopsis: ums does not recognize mouse buttons >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 24 17:50:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Patrick Oonk >Release: 6.1-PRERELEASE >Organization: >Environment: FreeBSD zahara1 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Apr 5 10:36:33 CEST 2006 root@zahara1:/usr/obj/usr/src/sys/ZAHARA i386 >Description: I have usb keyboard with and integrated mouse. ums0 sees the mouse, but not the buttons. Excerpt from the boot log: ukbd0: JME Co., Ltd. USB Wireless Controller, rev 1.10/1.00, addr 3, iclass 3/1 kbd2 at ukbd0 ums0: JME Co., Ltd. USB Wireless Controller, rev 1.10/1.00, addr 3, iclass 3/1 ums0: 0 buttons. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 18:44:00 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98E516A417; Sun, 24 Sep 2006 18:44:00 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B01E43D80; Sun, 24 Sep 2006 18:43:59 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8OIhx5m091383; Sun, 24 Sep 2006 18:43:59 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OIhxkX091379; Sun, 24 Sep 2006 18:43:59 GMT (envelope-from bms) Date: Sun, 24 Sep 2006 18:43:59 GMT From: Bruce M Simpson Message-Id: <200609241843.k8OIhxkX091379@freefall.freebsd.org> To: bernd@uebi.net, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/94446: FreeBSD 6.0 crash with forkbomb (regression) 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, 24 Sep 2006 18:44:00 -0000 Synopsis: FreeBSD 6.0 crash with forkbomb (regression) State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Sun Sep 24 18:42:43 UTC 2006 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=94446 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 18:46:59 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BFBD16A407; Sun, 24 Sep 2006 18:46:59 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB7E43D4C; Sun, 24 Sep 2006 18:46:59 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8OIkxGM091488; Sun, 24 Sep 2006 18:46:59 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OIkxrF091484; Sun, 24 Sep 2006 18:46:59 GMT (envelope-from bms) Date: Sun, 24 Sep 2006 18:46:59 GMT From: Bruce M Simpson Message-Id: <200609241846.k8OIkxrF091484@freefall.freebsd.org> To: bernd@uebi.net, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/94446: FreeBSD 6.0 crash with forkbomb (regression) 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, 24 Sep 2006 18:46:59 -0000 Synopsis: FreeBSD 6.0 crash with forkbomb (regression) State-Changed-From-To: feedback->open State-Changed-By: bms State-Changed-When: Sun Sep 24 18:46:33 UTC 2006 State-Changed-Why: Snafu http://www.freebsd.org/cgi/query-pr.cgi?pr=94446 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 18:50:35 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B37B716A40F for ; Sun, 24 Sep 2006 18:50:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3214043D78 for ; Sun, 24 Sep 2006 18:50:22 +0000 (GMT) (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 k8OIoMAu091641 for ; Sun, 24 Sep 2006 18:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OIoMnr091640; Sun, 24 Sep 2006 18:50:22 GMT (envelope-from gnats) Resent-Date: Sun, 24 Sep 2006 18:50:22 GMT Resent-Message-Id: <200609241850.k8OIoMnr091640@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, mike Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 139D116A416 for ; Sun, 24 Sep 2006 18:47:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43AA43D46 for ; Sun, 24 Sep 2006 18:47:40 +0000 (GMT) (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 k8OIle7V029472 for ; Sun, 24 Sep 2006 18:47:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8OIleR0029471; Sun, 24 Sep 2006 18:47:40 GMT (envelope-from nobody) Message-Id: <200609241847.k8OIleR0029471@www.freebsd.org> Date: Sun, 24 Sep 2006 18:47:40 GMT From: mike To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103581: gnome2.12 to 2.14 & X problem 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, 24 Sep 2006 18:50:35 -0000 >Number: 103581 >Category: misc >Synopsis: gnome2.12 to 2.14 & X problem >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 Sep 24 18:50:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: mike >Release: 6.1-release >Organization: >Environment: FreeBSD 8087 6.1-REALEASE 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: Portupgrades faild, after following the guide to updateing. The x problem.. Xorg. 690. configures at first, starts, works for a while each install, then crash, then it does not come up again no matter what i do. i try Xorg -configure , it posts a list of all the drivers, says no devises to configure. Xlog says no devices detected, no screens found, (X connection to :0:0 broken) ive tried vga. vesa. and nv driver, also the Hz - Vz on the monitor are correct , tho i remember it beeing detected to run at 1447x something rather than the max at 1280x1024 thats the max, it ran at this 1447x something though. Drop me a mail and ill send you as much info as i can , im currently reconfigureing and portsnaping to figure out if maybe thers a bug in X11 or if im the bug = ) -Mike >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 24 18:53:25 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E21416A412; Sun, 24 Sep 2006 18:53:25 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDE743D67; Sun, 24 Sep 2006 18:53:21 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8OIrK1b092040; Sun, 24 Sep 2006 18:53:20 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8OIrKa5092036; Sun, 24 Sep 2006 18:53:20 GMT (envelope-from bms) Date: Sun, 24 Sep 2006 18:53:20 GMT From: Bruce M Simpson Message-Id: <200609241853.k8OIrKa5092036@freefall.freebsd.org> To: bernd@uebi.net, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/94446: FreeBSD 6.0 crash with forkbomb (regression) 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, 24 Sep 2006 18:53:25 -0000 Synopsis: FreeBSD 6.0 crash with forkbomb (regression) State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Sun Sep 24 18:47:04 UTC 2006 State-Changed-Why: This report is quite confusing -- without more evidence it's difficult to have something to go on. I can reproduce a panic in -CURRENT with forkbomb as the submitter describes, but it looks like a diagnostic; running forkbomb as a non-root user doesn't panic the machine due to the proces limit. The panic is pretty much as I'd expect. It would be good to harden things a bit more along this path, but from reading CVS history for these files it looks as though the behaviour was changed to avoid a lock-order reversal. http://www.freebsd.org/cgi/query-pr.cgi?pr=94446 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 03:20:18 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D19B16A47C for ; Mon, 25 Sep 2006 03:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E44243D4C for ; Mon, 25 Sep 2006 03:20:17 +0000 (GMT) (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 k8P3KHPm040770 for ; Mon, 25 Sep 2006 03:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P3KHKj040769; Mon, 25 Sep 2006 03:20:17 GMT (envelope-from gnats) Resent-Date: Mon, 25 Sep 2006 03:20:17 GMT Resent-Message-Id: <200609250320.k8P3KHKj040769@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, Josh Carroll Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EAA216A412 for ; Mon, 25 Sep 2006 03:18:41 +0000 (UTC) (envelope-from floyd@pflog.net) Received: from pflog.net (pflog.net [66.218.55.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42AB643D58 for ; Mon, 25 Sep 2006 03:18:41 +0000 (GMT) (envelope-from floyd@pflog.net) Received: from localhost ([127.0.0.1] helo=pflog.net ident=pf) by pflog.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GRgzO-000KCv-Ri; Sun, 24 Sep 2006 20:18:38 -0700 Received: (from floyd@localhost) by pflog.net (8.13.6/8.13.3/Submit) id k8P3Iac6077594; Sun, 24 Sep 2006 20:18:36 -0700 (PDT) (envelope-from floyd) Message-Id: <200609250318.k8P3Iac6077594@pflog.net> Date: Sun, 24 Sep 2006 20:18:36 -0700 (PDT) From: Josh Carroll To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: greg@rowes.org Subject: kern/103602: atapi device not working on JMicron 363 Controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Carroll List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2006 03:20:18 -0000 >Number: 103602 >Category: kern >Synopsis: atapi device not working on JMicron 363 Controller >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 25 03:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Josh Carroll >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD pflog.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Sep 24 17:59:49 PDT 2006 root@pflog.net:/usr/obj/usr/src-STABLE/sys/DEBLIN i386 >Description: I am unable to read a DVDs with a SONY DVD RW DRU-800A/KY01 on a JMicron 363 Controller. The system is a new Core 2 Duo system with an Asus P5B motherboard. I have tried two different Intel P965 chipset based boards with the same problem (Asus P5B Deluxe, Gigabyte DS3). I have tried 2 other DVD devices and an old 50x CD drive. I've replaced cables, tried the device on the controller by itself, and even tried a 3rd party PCI PATA IDE controller. None of the above fixes the problem. A full dmesg output is available here: http://pflog.net/dmesg Without atapicam support, I can mount the drive but as soon as I try to copy a file from the DVD, I get the errors: acd0: TIMEOUT - READ_BIG retrying (1 retry left) acd0: TIMEOUT - READ_BIG retrying (1 retry left) acd0: TIMEOUT - READ_BIG retrying (0 retry left) acd0: TIMEOUT - READ_BIG retrying (0 retry left) acd0: FAILURE - READ_BIG timed out I am not able to dd the drive either (dd if=/dev/acd0 of=/dev/null bs=2048). I get the same errors. I was able to mount a CD disc and copy files, but I do get the same error for larger files on a couple of CDs. I am using a custom kernel config, but with only a few additions from GENERIC/SMP. And the same problem occurs with the GENERIC/SMP kernels. If I load atapicam, I see in dmesg: ata4: reiniting channel .. ata4: reset tp1 mask=03 ostat0=50 ostat1=51 ata4: stat0=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata4: stat0=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata4: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata4: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata4: reset tp2 stat0=50 stat1=00 devices=0x9 ata4: reinit done .. Any attempt to mount/touch the device at this point hangs the process. Once it finishes, if I kldunload atapicam, I get: atapicam0: detached atapicam1: detached (probe0:dead_sim0:0:1:0): CAM Status 0x19 (probe0:dead_sim0:0:1:0): Retrying Command (probe0:dead_sim0:0:1:0): error 22 (probe0:dead_sim0:0:1:0): Unretryable Error pass0 at dead_sim0 bus 0 target 1 lun 0 pass0: Removable CD-ROM SCSI-0 device (pass0:dead_sim0:0:1:0): lost device (pass0:dead_sim0:0:1:0): removing device entry (probe0:dead_sim0:0:1:0): error 22 (probe0:dead_sim0:0:1:0): Unretryable Error (probe0:dead_sim0:0:1:0): error 22 (probe0:dead_sim0:0:1:0): Unretryable Error atapicam2: detached atapicam3: detached atapicam4: detached atapicam5: detached atapicam6: detached ata4: reiniting channel .. ata4: reset tp1 mask=03 ostat0=50 ostat1=51 ata4: stat0=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata4: stat0=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata4: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata4: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata4: reset tp2 stat0=50 stat1=00 devices=0x9 ata4: reinit done .. >How-To-Repeat: Boot 6-STABLE from 9/8 or later on an Intel P965 chipset with a DVD/CD device plugged into the JMicron PATA controller. Attempt to mount the DVD and copy one of the larger .VOB files. Or simply boot and load atapicam, then try to mount a CD/DVD. >Fix: Not exactly a fix, but a workaround is to disable DMA. Obvious this limits the ability of the drive to play DVDs or burn CDs/DVDs. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 03:30:23 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A76DF16A4B3 for ; Mon, 25 Sep 2006 03:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D494843D55 for ; Mon, 25 Sep 2006 03:30:22 +0000 (GMT) (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 k8P3UMgB041500 for ; Mon, 25 Sep 2006 03:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P3UMVY041499; Mon, 25 Sep 2006 03:30:22 GMT (envelope-from gnats) Resent-Date: Mon, 25 Sep 2006 03:30:22 GMT Resent-Message-Id: <200609250330.k8P3UMVY041499@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, Juergen Heberling Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC66F16A40F for ; Mon, 25 Sep 2006 03:25:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 729BA43D5E for ; Mon, 25 Sep 2006 03:25:20 +0000 (GMT) (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 k8P3PJg1074573 for ; Mon, 25 Sep 2006 03:25:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8P3PIwk074571; Mon, 25 Sep 2006 03:25:18 GMT (envelope-from nobody) Message-Id: <200609250325.k8P3PIwk074571@www.freebsd.org> Date: Mon, 25 Sep 2006 03:25:18 GMT From: Juergen Heberling To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103603: 6.1 install-boot from floppies fails 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, 25 Sep 2006 03:30:23 -0000 >Number: 103603 >Category: misc >Synopsis: 6.1 install-boot from floppies fails >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 Sep 25 03:30:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Juergen Heberling >Release: 6.1 Production >Organization: HICom >Environment: $ uname -a FreeBSD aaaa.xxx.tld 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:5 6 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: Trying to install 6.1 via boot from floppies, gets failure on "floppy 1" (kern1.flp): zf_read: fill error readin failed elf32_loadimage: read failed (system successfully loaded from "boot.flp" (yes, "fill" above (not "file") ) kern1.flp was recreated several times including re-download from ftp site. different diskettes were used. >How-To-Repeat: fails consistently >Fix: circumvention - boot from CDROM >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 08:30:19 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0057016A407 for ; Mon, 25 Sep 2006 08:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8F443D53 for ; Mon, 25 Sep 2006 08:30:18 +0000 (GMT) (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 k8P8UIAN072719 for ; Mon, 25 Sep 2006 08:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P8UIcF072716; Mon, 25 Sep 2006 08:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 25 Sep 2006 08:30:18 GMT Resent-Message-Id: <200609250830.k8P8UIcF072716@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, Guido Philippi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA3D16A40F for ; Mon, 25 Sep 2006 08:22:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 671BA43D45 for ; Mon, 25 Sep 2006 08:22:10 +0000 (GMT) (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 k8P8MAIx092105 for ; Mon, 25 Sep 2006 08:22:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8P8MA88092104; Mon, 25 Sep 2006 08:22:10 GMT (envelope-from nobody) Message-Id: <200609250822.k8P8MA88092104@www.freebsd.org> Date: Mon, 25 Sep 2006 08:22:10 GMT From: Guido Philippi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103611: Error Code 12 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, 25 Sep 2006 08:30:19 -0000 >Number: 103611 >Category: misc >Synopsis: Error Code 12 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 25 08:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Guido Philippi >Release: 6.1 >Organization: - >Environment: ? >Description: I have a Problem at instalation from CD-Rom an i hope, you can help me. I try to install the FreeBSD on my Machine, but i become an Error Message with Code 12, Systemadministrator, Page not presend. The Machine stops an reboot .I don´t know, what that can be. Please can you help me with that Problem ??? Thank You verry mutch at this time. WfG Guido Philippi >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 08:59:19 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF9A16A40F; Mon, 25 Sep 2006 08:59:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E69B43D6D; Mon, 25 Sep 2006 08:59:13 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8P8xDNe077280; Mon, 25 Sep 2006 08:59:13 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P8xCGA077276; Mon, 25 Sep 2006 08:59:12 GMT (envelope-from bms) Date: Mon, 25 Sep 2006 08:59:12 GMT From: Bruce M Simpson Message-Id: <200609250859.k8P8xCGA077276@freefall.freebsd.org> To: johne@zang.com, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/72638: 5.3-BETA7 ethernet freezes under load (SMP dual athlon, intel em) 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, 25 Sep 2006 08:59:19 -0000 Synopsis: 5.3-BETA7 ethernet freezes under load (SMP dual athlon, intel em) State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Mon Sep 25 08:58:59 UTC 2006 State-Changed-Why: Sounds like this got fixed, did it? http://www.freebsd.org/cgi/query-pr.cgi?pr=72638 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 09:06:34 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4B716A416; Mon, 25 Sep 2006 09:06:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E5143D4C; Mon, 25 Sep 2006 09:06:34 +0000 (GMT) (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 k8P96YMq078071; Mon, 25 Sep 2006 09:06:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P96YFD078067; Mon, 25 Sep 2006 09:06:34 GMT (envelope-from linimon) Date: Mon, 25 Sep 2006 09:06:34 GMT From: Mark Linimon Message-Id: <200609250906.k8P96YFD078067@freefall.freebsd.org> To: localgost@gmail.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: misc/103581: gnome2.12 to 2.14 & X problem 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, 25 Sep 2006 09:06:34 -0000 Synopsis: gnome2.12 to 2.14 & X problem State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Sep 25 09:05:38 UTC 2006 State-Changed-Why: Please ask general support questions on the appropriate mailing list, in this case, gnome@s. Thanks. Responsible-Changed-From-To: freebsd-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 25 09:05:38 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=103581 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 09:08:09 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D08E616A494; Mon, 25 Sep 2006 09:08:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518BD43D4C; Mon, 25 Sep 2006 09:08:09 +0000 (GMT) (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 k8P989aS078235; Mon, 25 Sep 2006 09:08:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P98958078231; Mon, 25 Sep 2006 09:08:09 GMT (envelope-from linimon) Date: Mon, 25 Sep 2006 09:08:09 GMT From: Mark Linimon Message-Id: <200609250908.k8P98958078231@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-acpi@FreeBSD.org Cc: Subject: Re: kern/103365: [acpi] acpi poweroff doesn't work with geli device attached 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, 25 Sep 2006 09:08:09 -0000 Old Synopsis: acpi poweroff doesn't work with geli device attached New Synopsis: [acpi] acpi poweroff doesn't work with geli device attached Responsible-Changed-From-To: freebsd-bugs->freebsd-acpi Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 25 09:07:32 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103365 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 09:09:46 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 297DC16A415; Mon, 25 Sep 2006 09:09:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42D543D49; Mon, 25 Sep 2006 09:09:45 +0000 (GMT) (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 k8P99j8B078312; Mon, 25 Sep 2006 09:09:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P99jep078308; Mon, 25 Sep 2006 09:09:45 GMT (envelope-from linimon) Date: Mon, 25 Sep 2006 09:09:45 GMT From: Mark Linimon Message-Id: <200609250909.k8P99jep078308@freefall.freebsd.org> To: sesser@hardened-php.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103271: [libc] crash inside dlclose() on shared library unload 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, 25 Sep 2006 09:09:46 -0000 Old Synopsis: crash inside dlclose() on shared library unload New Synopsis: [libc] crash inside dlclose() on shared library unload State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Mon Sep 25 09:08:40 UTC 2006 State-Changed-Why: Note that feedback was asked for. http://www.freebsd.org/cgi/query-pr.cgi?pr=103271 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 09:11:41 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4819516A407; Mon, 25 Sep 2006 09:11:41 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BAB43D55; Mon, 25 Sep 2006 09:11:40 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8P9Becl078928; Mon, 25 Sep 2006 09:11:40 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8P9Beue078924; Mon, 25 Sep 2006 09:11:40 GMT (envelope-from bms) Date: Mon, 25 Sep 2006 09:11:40 GMT From: Bruce M Simpson Message-Id: <200609250911.k8P9Beue078924@freefall.freebsd.org> To: bms@FreeBSD.org, freebsd-bugs@FreeBSD.org, bms@FreeBSD.org Cc: Subject: Re: kern/72396: [netinet] [patch] Incorrect network accounting with aliases. 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, 25 Sep 2006 09:11:41 -0000 Synopsis: [netinet] [patch] Incorrect network accounting with aliases. Responsible-Changed-From-To: freebsd-bugs->bms Responsible-Changed-By: bms Responsible-Changed-When: Mon Sep 25 09:11:28 UTC 2006 Responsible-Changed-Why: Takez-vous. http://www.freebsd.org/cgi/query-pr.cgi?pr=72396 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:02:16 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0442A16A407; Mon, 25 Sep 2006 10:02:16 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE3D43D46; Mon, 25 Sep 2006 10:02:15 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PA2F75083334; Mon, 25 Sep 2006 10:02:15 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PA2Fsa083330; Mon, 25 Sep 2006 10:02:15 GMT (envelope-from delphij) Date: Mon, 25 Sep 2006 10:02:15 GMT From: Xin LI Message-Id: <200609251002.k8PA2Fsa083330@freefall.freebsd.org> To: delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, flz@FreeBSD.org Cc: Subject: Re: conf/88515: NTP not starting from RC when using /etc/ntp/ntp.conf 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, 25 Sep 2006 10:02:16 -0000 Synopsis: NTP not starting from RC when using /etc/ntp/ntp.conf Responsible-Changed-From-To: freebsd-bugs->flz Responsible-Changed-By: delphij Responsible-Changed-When: Mon Sep 25 10:01:44 UTC 2006 Responsible-Changed-Why: flz@ has committed a fix against -HEAD, over to him as a MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=88515 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:17:59 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908EE16A412; Mon, 25 Sep 2006 10:17:59 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3194243D49; Mon, 25 Sep 2006 10:17:59 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PAHxPJ084133; Mon, 25 Sep 2006 10:17:59 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PAHuu8084128; Mon, 25 Sep 2006 10:17:56 GMT (envelope-from bms) Date: Mon, 25 Sep 2006 10:17:56 GMT From: Bruce M Simpson Message-Id: <200609251017.k8PAHuu8084128@freefall.freebsd.org> To: alext@interdacom.ru, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/60685: Intel 82559 NICs don't work in 4.9 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, 25 Sep 2006 10:17:59 -0000 Synopsis: Intel 82559 NICs don't work in 4.9 State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Mon Sep 25 10:17:35 UTC 2006 State-Changed-Why: Please update to a later 4.9 patchlevel or later 4.x release and confirm if the problem still exists... http://www.freebsd.org/cgi/query-pr.cgi?pr=60685 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:22:07 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C2B16A40F; Mon, 25 Sep 2006 10:22:07 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D075043D53; Mon, 25 Sep 2006 10:22:06 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PAM6k2084717; Mon, 25 Sep 2006 10:22:06 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PAM67C084712; Mon, 25 Sep 2006 10:22:06 GMT (envelope-from bms) Date: Mon, 25 Sep 2006 10:22:06 GMT From: Bruce M Simpson Message-Id: <200609251022.k8PAM67C084712@freefall.freebsd.org> To: dada@sbox.tugraz.at, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/51352: panic: malloc(M_WAITOK) in interrupt context 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, 25 Sep 2006 10:22:07 -0000 Synopsis: panic: malloc(M_WAITOK) in interrupt context State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Mon Sep 25 10:21:28 UTC 2006 State-Changed-Why: Do you still get this error in FreeBSD 5.x or 6.x? There were significant changes in the area of the kernel memory allocator with regards to allocation from interrupt handlers. http://www.freebsd.org/cgi/query-pr.cgi?pr=51352 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:33:20 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2779616A47B; Mon, 25 Sep 2006 10:33:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEBAB43D5E; Mon, 25 Sep 2006 10:33:19 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PAXJv7086934; Mon, 25 Sep 2006 10:33:19 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PAXJGd086930; Mon, 25 Sep 2006 10:33:19 GMT (envelope-from delphij) Date: Mon, 25 Sep 2006 10:33:19 GMT From: Xin LI Message-Id: <200609251033.k8PAXJGd086930@freefall.freebsd.org> To: freebsd@wanadoo.es, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/67549: No Cents for es_ES monetdef (Euro) 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, 25 Sep 2006 10:33:20 -0000 Synopsis: No Cents for es_ES monetdef (Euro) State-Changed-From-To: patched->feedback State-Changed-By: delphij State-Changed-When: Mon Sep 25 10:32:34 UTC 2006 State-Changed-Why: Dear submitter, May we close this PR, as it was fixed in RELENG_6 and -CURRENT 2 years ago? http://www.freebsd.org/cgi/query-pr.cgi?pr=67549 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:36:02 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B8316A407; Mon, 25 Sep 2006 10:36:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC51043D5E; Mon, 25 Sep 2006 10:36:01 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PAa1W0087041; Mon, 25 Sep 2006 10:36:01 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PAa1T9087037; Mon, 25 Sep 2006 10:36:01 GMT (envelope-from delphij) Date: Mon, 25 Sep 2006 10:36:01 GMT From: Xin LI Message-Id: <200609251036.k8PAa1T9087037@freefall.freebsd.org> To: statue@freebsd.sinica.edu.tw, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/59799: New locale: zh_HK.Big5HKSCS 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, 25 Sep 2006 10:36:02 -0000 Synopsis: New locale: zh_HK.Big5HKSCS State-Changed-From-To: patched->closed State-Changed-By: delphij State-Changed-When: Mon Sep 25 10:35:23 UTC 2006 State-Changed-Why: The locale is available on modern -STABLE releases, so close it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59799 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:38:28 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CBDD16A415; Mon, 25 Sep 2006 10:38:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A22C43D53; Mon, 25 Sep 2006 10:38:28 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PAcS7a087287; Mon, 25 Sep 2006 10:38:28 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PAcRlA087283; Mon, 25 Sep 2006 10:38:27 GMT (envelope-from delphij) Date: Mon, 25 Sep 2006 10:38:27 GMT From: Xin LI Message-Id: <200609251038.k8PAcRlA087283@freefall.freebsd.org> To: mrjunk@midtfyn.net, delphij@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: Mon, 25 Sep 2006 10:38:28 -0000 Synopsis: readline 4.3 should be patched State-Changed-From-To: patched->feedback State-Changed-By: delphij State-Changed-When: Mon Sep 25 10:37:42 UTC 2006 State-Changed-Why: Dear submitter, Because the libreadline was upgraded before RELENG_6, can we close this PR? http://www.freebsd.org/cgi/query-pr.cgi?pr=62555 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 10:45:56 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7457B16A412; Mon, 25 Sep 2006 10:45:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E5843D5A; Mon, 25 Sep 2006 10:45:55 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8PAjtGs087914; Mon, 25 Sep 2006 10:45:55 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PAjtZG087910; Mon, 25 Sep 2006 10:45:55 GMT (envelope-from delphij) Date: Mon, 25 Sep 2006 10:45:55 GMT From: Xin LI Message-Id: <200609251045.k8PAjtZG087910@freefall.freebsd.org> To: gmenhennitt@optusnet.com.au, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/79332: [ata] [patch] "ffs_mountroot: can't find rootvp" after change 1.51 to ata-lowlevel.c 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, 25 Sep 2006 10:45:56 -0000 Synopsis: [ata] [patch] "ffs_mountroot: can't find rootvp" after change 1.51 to ata-lowlevel.c State-Changed-From-To: patched->closed State-Changed-By: delphij State-Changed-When: Mon Sep 25 10:45:06 UTC 2006 State-Changed-Why: mdodd@ has MFC'ed the change as part of 1.44.2.4 to RELENG_5. http://www.freebsd.org/cgi/query-pr.cgi?pr=79332 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 11:06:14 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93ACD16A4E7 for ; Mon, 25 Sep 2006 11:06:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22A543D53 for ; Mon, 25 Sep 2006 11:06:11 +0000 (GMT) (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 k8PB6BVl089585 for ; Mon, 25 Sep 2006 11:06:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PB6AYh089581 for freebsd-bugs@FreeBSD.org; Mon, 25 Sep 2006 11:06:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Sep 2006 11:06:10 GMT Message-Id: <200609251106.k8PB6AYh089581@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, 25 Sep 2006 11:06:14 -0000 Current FreeBSD problem reports No matches to your query From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 25 11:06:41 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA8C16A4C8 for ; Mon, 25 Sep 2006 11:06:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1AB43D7B for ; Mon, 25 Sep 2006 11:06:27 +0000 (GMT) (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 k8PB6Rxm089598 for ; Mon, 25 Sep 2006 11:06:27 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8PB6BAv089591 for freebsd-bugs@FreeBSD.org; Mon, 25 Sep 2006 11:06:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Sep 2006 11:06:11 GMT Message-Id: <200609251106.k8PB6BAv089591@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, 25 Sep 2006 11:06:41 -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/27250 daichi [unionfs] [patch] unionfs filesystem panics in large n a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/41723 [2TB] on 1TB fs, copying files to filesystem causes "i f bin/48341 qa [sysinstall] sysinstall deletes mbr although it should o kern/50201 [twe] 3ware RAID 5 resulting in data corruption f kern/60175 panic: 5.2-RC: disk errors cause panic in softupdates a bin/66261 fsck cannot recover filesystem corruption o kern/68757 kan rapid file creation on snapshotted filesystems panics o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o kern/70881 re 5.3 beta1 kernel.generic missing from /boot/kernel/ o kern/73313 simokawa Maxtor Onetouch drivers hang or corrupt data when used o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o kern/75844 phk gbde causes disk write errors and subsequent kernel pa s threa/76690 threads fork hang in child for (-lc_r & -lthr) o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o threa/80887 jeff [sched_ule] ULE with SMP broke libpthread/libthr on 5. o kern/84498 daichi [unionfs] [hang] file system hangs when jail starts if o usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa f kern/85329 [vinum] vinum dumpconfig destroys openmask and let Fre f i386/86364 remko [ata] ATA woes, SATA controller: failed writes, FS cor o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o kern/88715 [kbd] [hang] new kbd driver in FreeBSD 6.0 RELEASE and f i386/88802 remko [iwi] [cardbus] CARDBUS related kernel crash (TSB43AB2 o bin/88872 [2TB] Error 36 while sysinstall tries to create / part o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89926 [iwi] [panic] if_iwi : sleeping thread owns a non-slee o kern/90512 [64-bit] Snapshot corruption after fs activity o usb/91629 usb usbd_abort_pipe() may result in infinite loop o kern/91631 [quotas] 6.0-RELEASE freeze repetitively o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres o kern/93903 [aac] aac driver cannot shutdown controller causing da f kern/94261 [ufs] deadlock between ffs_mksnap and mysnc o kern/94939 [acpi] [patch] reboot(8) fails on IBM / Intel blades o kern/99588 UFS2 filesystems hang when doing "fsck -B" or "dump -L f kern/100365 kib snapshots on busy filesystem fail o kern/103137 Rocketport driver is broken in 6.x o gnu/103496 [patch] Corrupted files in copy-pass mode with cpio 2. 37 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/3170 vi freaks and dump core if user doesn't exist s bin/4672 rdist does not do hard links right when target and sou a bin/6536 pppd doesn't restore drainwait for tty f bin/8865 dwmalone syslogd hangs with serial console o kern/10107 interlock situation with exec_map and a program binary o kern/10870 eivind Kernel panic when writing to write-protected floppy di s conf/13775 multi-user boot may hang in NIS environment f ports/14048 des [patch] doscmd -r doesn't work a kern/14712 iedowse [nfs] root has access to NFS mounted directories with s bin/14946 mjacob rmt - remote magtape protocol o kern/16879 tanimura [snd_csa] csa sound drivers seem to be using shared ir o bin/16948 qa [sysinstall] sysinstall/disklabel: bad partition table o kern/17310 [nis] [patch] NIS host name resolving may loop forever o kern/17422 bde 4.0-STABLE: top: nlist failed s conf/17540 cel [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/17819 daichi [unionfs] Build ports on nfs & union mount panics kern p 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 qa [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/21406 [boot] bootinst or booteasy overwrites second drive's o kern/21461 imp ISA PnP resource allocator problem o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/21642 Compaq Netelligent 10/100 card (TI Thunder Lan (TLAN) a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections o bin/22291 cel [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 gnu/22972 obrien Internal Compiler Error o bin/23098 qa [sysinstall] [patch] if installing on a serial console o kern/24074 mdodd Properties of token-ring protocol must be separated fr o kern/24085 syncing on shutdown leaves filesystem dirty 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 kern/24982 stack gap usage o kern/25248 bde sys/user.h needs sys/param.h, but doesn't include it. 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 a kern/25986 andre Socket would hang at LAST_ACK forever. o kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't work together a kern/26142 cel [nfs] Unlink fails on NFS mounted filesystem o kern/26316 Booting FreeBSD on VMware2 with 2 or 3 ethernet adapte a gnu/26362 "cvs server" doesn't honour the global --allow-root o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o bin/26842 dump with h flag takes a very long time a bin/26869 vi(1) crashes in viewing a file with long lines o bin/26897 qa [sysinstall] 4.3R sysinstall fails to create swap part o kern/27059 scsi [sym] SCSI subsystem hangs under heavy load on (Server f kern/27275 kernel bug ? (negative sbsize) o kern/27474 Interactive use of user PPP and ipfilter can be insecu o docs/27605 doc [patch] Cross-document references () a kern/27893 sos can't burn audio cds on LG CD-RW CED-8083B o conf/27896 Error in /etc/exports invalidates entire line, not jus o bin/28223 su doesn't look at login.conf all the time o bin/28424 mtree fails to report directory hierarchy mismatch o kern/28508 scsi problems with backup to Tandberg SLR40 strimmer 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 ru ARP request fails after "bad gateway value" in if_ethe o bin/29253 natd forgets about udp connections o bin/29375 qa [sysinstall] disk editor gets confused by slices that o kern/29421 Update a file with mmap will cause mtime/ctime changin f kern/29626 [modules] loading a module that is already compiled in f kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong thing on a c 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/30125 btx/bootloader dumps very often if serial remote conso f kern/30160 [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/30223 [patch] Using /usr/share/examples/kld/cdev, testcdev f o bin/30310 top does not show CPU usage o conf/30399 Have Fortran use the CPUTYPE variable o kern/30482 calcru calls printf while holding a spin lock s kern/30630 fenner [if_mib] Failure to check for existence of interface i o kern/30712 fatal kernel trap during ufs_rename o bin/30837 qa [sysinstall] sysinstall doesn't set the schg flag on t o bin/30869 dump(8) does not dump all files of a filesystem o kern/30948 ls'ing mounted brand new floppy locks up machine. o kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up the system i o kern/30971 peter [nfs] NFS client modification time resolution is not h s kern/31047 Linux programs do not dump core in linux format but Fr o kern/31102 wpaul [lge] lge + Pentium III data transmission problem f bin/31304 linimon [patch] fix crunchgen to work with more contrib-kind o o bin/31363 qa [sysinstall] "partition editor" silently corrects part o conf/31631 "MAC address" can't be acquired properly. o kern/31790 cel [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 kern/32668 cel [nfs] NFS directory removal problems manifested in por o bin/32686 wosch locate(1) dumps a core file with broken database o ports/33080 ume gkrellmvolume interferes with the ability to record fr 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 kern/33344 davidxu memory leak in device resource config load o bin/33370 qa [sysinstall] post-configuration issue o kern/33464 soft update inconsistencies after system crash s gnu/33551 cvs chokes on OpenBSD repositories o bin/33672 [patch] telnetd and mount_mfs signal handlers call exi o kern/33833 luigi Correct kernel config for 4.4-RELEASE is incorrect for o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas 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 kern/34568 [lpt] turning printer on and off hangs the computer o bin/34811 sh: "jobs" is not pipeable o kern/34842 [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- o kern/35511 [sis] sis(4) multicast filtering doesn't pass some App o kern/35669 cel [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 qa [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 qa [sysinstall] swap double mount o misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup to pr34401 a bin/36110 dmesg output corrupt if /dev/console is busy o kern/36147 bogus irq 7 message being issued o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36508 qa [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 qa [sysinstall] installation floppies miss autoload file o gnu/36926 send-pr destroys PR if emacs interrupt character is us o kern/37109 Kernel refuses to assign unused IP to tun via ppp afte o kern/37261 luigi kernel is not linking without "device ether" in the co 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 o 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 qa [sysinstall] LAN interface in wrong state after attemp p kern/38495 bms soreceive fails to maintain invariant on UDP sockets i 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 qa [sysinstall] sysinstall sets newfs flag after changing a gnu/38594 kan Fortan program don't link post gcc-3.1 o bin/38609 qa [sysinstall] sysinstall should know the size of the va o kern/38632 imp Loss of connection with wi cards o kern/38872 cel [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o bin/38918 edquota breaks silently when quota-marked filesystems o kern/38983 Kernel fails to access disk a kern/39233 gnn NonConforming IPsec implementation from FreeBSD(Kame): 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 a bin/39940 [patch] /usr/sbin/periodic sends thousands of emails o kern/40206 Can not assign alias to any POINTOPOINT interface o bin/40215 wpaul [nis] NIS host search not terminate o bin/40260 qa [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 s kern/41138 [vr] vr0 locks up on one hub, OK on another o kern/41216 cel [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 kern/41720 [nge] if_nge_load=YES make system not bootable o bin/41757 qa [sysinstall] sysinstall 4.6.x unstable 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 qa [sysinstall] sysinstall fails to create root filesyste o bin/42004 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 kern/42652 [smbfs] error deleting r/o (by windows) files on smbfs 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 s bin/42750 fdisk(8) does not distinguish between FAT32, XFS or Ex o kern/42769 [boot] Boot stalls if the system has a serial console 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/43223 getnetby{name|addr} broken for DNS lookups. 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 o bin/43674 [patch] login(1): able to bypass expired password o kern/43713 during install, mounting root from ufs:/dev/md0c resul o conf/43837 wollman PKST (pakistan daylight time) changed from Oct 15 to O o java/43924 glewis writing from JAVA to a pipe sometimes hangs o kern/43954 cel [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 p kern/44336 [nfs] NFSv3 client broken - security problem with attr o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for 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 kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 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/45322 Panic on resume (zone: entry not free) 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 [msdosfs] mdconfig and msdosfs make fs writes hang o bin/45565 qa [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 kern/45777 crashdump issue with too-small dumpdev 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 qa [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 kern/47359 dd [snp] [panic] panic after kldunload snp o bin/47384 qa [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/47937 hw.ncpu and kern.smp.cpus duplicate same info o kern/47951 [hang] rtld in ld.so will livelock in some circumstanc o alpha/47952 alpha DEFPA causes machine check with V5.0-release o kern/48062 mckusick mount -o snapshot doesn't work on +100GB disks o kern/48100 Fatal panic in vm_map_lookup_entry ... [SMP, 5.0] o kern/48117 SMP machine hang during boot related to idle proc and o kern/48166 panic: pmap_new_proc: u_map allocation failed 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 bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unrecognizable o 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 s kern/50856 [mfs] panic if mounting /tmp as mfs with soft-updates 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 o kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1FM f kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from any to any ic f kern/51352 panic: malloc(M_WAITOK) in interrupt context 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 kern/51742 [panic] ffs_vfree: freeing free inode o bin/51827 getaddrinfo() is broken with numeric service o kern/51982 [sio] sio1: interrupt-level buffer overflows s ports/52079 vmware3 hangs when nmdm(4) is used as COM1 device s kern/52110 daichi [unionfs] FS corruption when using unionfs o bin/52343 NIS login problem on the server o kern/52445 [mfs] panic when mounting floppy on MFS filesystem s kern/52585 net [netinet] [patch] Kernel panic with ipfw2 and syncooki o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than o bin/52743 /etc/ppp/ppp.linkup instability issues s kern/52745 daichi [unionfs] Fatal trap 12: page fault while in kernel mo 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. f kern/53433 heavy i/o on GBDE partition on SMP locks up box on 5.0 o bin/53434 pw disallow a password including space. o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o bin/53606 roberto ntpdate seems to hang system o bin/53839 qa [sysinstall] disklabel editor fails on post-install co f kern/53920 andre 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/54189 [dns] resolver should resolve hostnames with underscor 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 s kern/54534 daichi [unionfs] unionfs && mfs|md crashing machine 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/55028 The broken FAT12 filesystem causes system panic on Fre o kern/55175 alfred LOR in select and poll f gnu/55278 Externs on implicit declarations 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 kern/55379 [panic] kernel crashes randomly 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/55956 passwd chat script not backward compatible o bin/55965 sshd: problems with HostBasedAuthentication and NSS co o kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI tape drive o kern/56024 acpi ACPI suspend drains battery while in S3 o kern/56031 luigi [ipfw] ipfw hangs on every invocation o bin/56147 FreeBSD/NetBSD /bin/sh mishandles positional parameter 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 a kern/56381 daichi [unionfs] panic: page fault in fifo_close() ... s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux p bin/56500 roam rpc.lockd needs to use reserved ports p bin/56606 [2TB] df cannot handle 2TB NFS volumes o kern/56873 qa [boot] system hangs on boot at Buslogic device f i386/57043 remko [ar] [hang] ar driver with 2 port PCI card locks up wh o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic o kern/57195 [mfs] mount_mfs -i 512 => panic? 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/57456 Telnet encryption gets out of sync 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 p kern/57760 gnn IPsec policy on inbound trafic is not enforced (allows o kern/57790 cdparanoia triggers kernel panic f i386/57818 remko 4.9-RC panics when kernel is built with apm 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: f kern/58391 le [vinum] Trap 12 with heavy disk load on ide vinum mirr 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 o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o 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 Panic with wi and newcard a kern/59211 [nwfs] System crashes when moving files from NWFS moun f i386/59260 remko [panic] Panic by integer divide fault in Thinkpad A31p o kern/59296 Serial Line Noise Causes System Hang in Loader on Rebo 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 o kern/59652 cannot redirect kernel output to serial console on sio f i386/59683 remko panic: signal 12 4.9-STABLE - frequent crashes under l f i386/59701 remko System hungup, after resume from suspend. o bin/59777 ftpd(8)/FreeBSD 5: potential username enumeration vuln f i386/59898 remko [boot] pxe boot: BTX halted 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 o kern/60154 [ipfw] ipfw core (crash) 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 f i386/60633 remko [sis] SIS motherboard with the SIS 5591 (591) ATA chip o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o docs/60679 doc [patch] pthread(3): pthreads documentation does not de f kern/60685 Intel 82559 NICs don't work in 4.9 o kern/61129 thomas atapicam / UDMA cdrom loop o bin/61152 qa [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 f kern/61358 phk boot freezes while ATA GEOM slice detection on latest o kern/61390 [hang] Machine freeze when creating gif interface o kern/61404 andre RFC1323 timestamps with HZ > 1000 o bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o kern/61544 ip6fw breakage on (at least) sparc64 o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o docs/61605 doc [feature request] Improve documentation for i386 disk o bin/61658 qa [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o kern/61669 [twe] writing to 3ware escalade spends 90% of cpu in s 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 o kern/61774 [nis] nis security issue p i386/61852 alc i386 pmap SMP race condition can cause lost page modif o bin/61890 qa [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 qa [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/62040 pkg_add(1) won't run because the ELF dynamic linker ca 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 o kern/62216 perl syswrite not writing the buffer under (heavy) dis o bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Released! (secu a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las o kern/62284 panic: GENERIC panics on FreeBSD 5.X immediately after 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 qa [sysinstall] 5.2.1-RC installation problems o kern/62374 darrenr panic: free: multiple frees o bin/62375 qa [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 kern/62502 [modules] panic under double loading vinum.ko module o o kern/62658 [boot] loader/kernel answer to `boot -a' ignored when 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 qa [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 gnu/62937 Compilation of base src Perl with static csh dependenc 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 kern/63360 [panic] page fault in ath kernel module if_ath on 5.2- 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 o kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_SENSE ILLEGAL o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/63629 thomas mounting atapicam volume through cd0c cause data corru p kern/63662 [nullfs] using read-only NULLFS leads to panic. gdb ou 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/64363 [panic] ffs_blkfree: freeing free block [4.9] o kern/64406 panic: ffs_clusteralloc: map mismatch p kern/64573 alc mmap with PROT_NONE, but still could be read 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 f ports/65128 cy security/aide port fails with SIGBUS every time f kern/65212 [hang] running startx hangs the system (acpi-related) o bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4.9 o kern/65300 [udf] Can't use sendfile(2) to download files in UDF D f kern/65428 remko [uscanner] [panic] uscanner(4)-related repeatable kern o bin/65546 qa [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 qa [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/66025 panic: kernel panic in pagedaemon with vmware3 port o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o bin/66036 restore crashes (reproducable, core file and backtrace s kern/66066 daichi [unionfs] panic: ufs_direnter: compact2 o bin/66103 macro HISADDR is not sticky in filters o java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes on 4.9 works o kern/66152 daichi [unionfs] laying unionfs over another unionfs mount ca 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 qa [sysinstall] sysinstall creates a partition of subtype f i386/66368 remko [install] 4.9 install fails with MODE_SENSE_BIG timeou o kern/66611 [nfs] Crashing NFS servers (with workaround) o kern/66786 [nfs] panic: exporting msdosfs causes nfs to panic o conf/66791 Old dev.db leads to the wrong program behaviour (4.x s o kern/66829 daichi [unionfs] mounting fdesc union on /dev panics 4.10-pre 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 bin/66950 qa [sysinstall] upgrading to 4.10-RC3: package conflicts o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 qa [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 o kern/67326 [msdosfs] crash after attempt to mount write protected o conf/67328 Usermode PPP hangs on boot when NIS configured p kern/67546 [2TB] Coredumps > 2Gb do not work (on 64bits platforms 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 f kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Freeze 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 bin/68047 [sysinstall] unattended install of FreeBSD 5.2.1 does o kern/68076 [modules] Page fault when the sequence "kldunload ucom f i386/68149 remko FreeBSD 4.10 installation blocking on ASUS Pundit 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/68411 remko VMware Virtual Machine - Network Fails During Install f i386/68438 remko bootloader cannot read from icp vortex arrays o kern/68442 [panic] acquiring duplicate lock of same type: "sleepq f i386/68486 remko logo screensaver kills compaq ML370 consoles [5.2.1] 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 [crash] firewire crashes with failing hard disk, loose 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 o i386/69218 simokawa [boot] failure: 4.10-BETA and later do not boot on Asu o kern/69607 [if_tap] [crash] system crashes in if_tap module [4.10 o kern/69612 [panic] 4.10-STABLE crashes everyday: page not present o kern/69629 [panic] Assertion td->td_turnstile o amd64/69704 amd64 ext2/ext3 unstable in amd64 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 f ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPSEC tunnels on o i386/70330 marcel Re-Open 33262? - gdb does not handle pending signals p o kern/70360 [twe] Random lock-ups with 3ware RAID 5 under FreeBSD 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 o kern/70663 [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 kern/70809 [panic] ufs_direnter: compact1 o i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, ata disk atta f kern/70931 [panic] page fault at end of boot on Athlon 64 / Asus 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/71087 remko [hang] 5.3-beta(2-5) fail to install on eServer325 wit o kern/71131 [panic] profile.sh causes bfe to panic f i386/71144 remko FBSD5.3b2 doesn't boot on a Compaq Armada 7300 o bin/71147 sshd(8) will allow to log into a locked account 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 kern/71310 jeff [panic] kernel crash on rtprio pid priority change o bin/71323 qa [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: o kern/71394 [boot] unable to mount troot device in boot: UDMA ICRC o kern/71402 rwatson panic with lomac o kern/71421 jeff [sched_ule] [hang] filesystem operations lockups f i386/71428 remko [ata] [dma] DMA does not work on VIA 82C586 [4.10] o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit o bin/71603 "systat -v" enters infinite loop o amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy load o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic 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 o kern/71827 jeff [sched_ule] [panic] Running java applications causes k o kern/72007 [panic] clist reservation botch [4.10] o kern/72022 packet loss on loopback interface [5.3-BETA5] s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/72130 Promise Fastrack sx4000 boot problem o ports/72149 [PATCH] heimdal with LDAP backend - bad slapd socket p f java/72151 java JVM crash on 5.2.1-R o kern/72163 ACPI Panics on boot with 5.3-BETA-3 and up on Abit BH- 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/72211 Cannot boot 5.3-BETA6 with both SCSI and ATA disks o kern/72278 Installworld crashes machine [5.3-BETA7] o kern/72305 boot hangs after discovering disks when acpi is enable f i386/72343 remko [acpi?] Suspend resets system on Inspiron 5160. o threa/72353 threads Assertion fails in /usr/src/lib/libpthread/sys/lock.c, f i386/72376 remko [acpi] [sound] acpi is mutually exclusive with snd_mss p kern/72396 bms [netinet] [patch] Incorrect network accounting with al 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 f i386/72441 remko HP Proliant DL380 hangs on reboot with 5.3 p usb/72466 emax [kbd] USB keyboard does not respond in single-user she 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 qa [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 o i386/73706 jhb ATA_IDENTIFY timed out under FreeBSD 5.3 p kern/73719 csjp Page fault in bpf_mtap () 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 o amd64/73775 amd64 Kernel panic (trap 12) when booting with (not from!) P f kern/73830 le kernel panic when raid5 member disk is removed o kern/73850 thomas atapicam and Zip drive causes reboots upon write to /d 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 misc/74019 Not NOMAN requires NO_CXX in make.conf 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 o i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [introduced in 5.3] o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74230 periodic Fatal trap 12: page fault while in kernel mod 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/74272 Interrupt storm detected on "irc10:atapci1"; and syste 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 ports/74518 openoffice openoffice-1.1 build failure on 4-stable: dmake can't o gnu/74531 gcc doesn't link correctly if -pg specified o i386/74601 i386 Cardbus fails after busdma_machdep.c update 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 o kern/74923 [ipx] [panic] kernel panic with ncplist on 5.3-release p bin/74929 des DES/BLF login.conf classes not working with passwd o kern/74968 cdparanoia torture wedges CD-drive and PANICS kernel 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 ports/75315 lawrance the shells/bash2 port is broken on -CURRENT 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/75773 [panic] sysctl -a panic 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 acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o bin/75931 Got "bus error" on running certain apps o kern/75978 Linksys WPC11 ver 3 wifi card locks up 5.2.1, worked p bin/75980 expand(1) breaks tab columns in Japanese text o kern/76023 [panic] xmms causes panic f kern/76080 [ata] [panic] "bio_completed .. greater than bio_lengt 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 amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Trap 12: Page fa 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 kern/76464 mlaier PF, set loginterface & non existing interface 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 f ports/76633 gnome Totem will not play DVDs 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 f usb/76684 usb [hang] Toshiba PDR-M4 camera connected via USB hangs s 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" :) o kern/76937 Page fault while in kernel mode under heavy disk I/O w o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/76948 i386 [rl] Slow network with rl0 o kern/76968 Failing to boot into machine o kern/77026 umount-ing non-existent device panics system o amd64/77101 obrien feature request: please include ULi M1689 LAN, SATA, a 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 cel [nfs] [patch] It is not possible to load nfs4client.ko f kern/77439 [ath] WAG511 NETGEAR pccard does not attach (Dell Insp 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 installation of freebsd 5.3 in laptop an to powereger o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o kern/77588 [em] PREEMPTION problems in combination with em driver 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 o kern/77753 DVD-writer fails to fixate DVD f kern/77805 Boot hangs with ACPI enabled o usb/77940 usb [patch] [panic] 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 docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more compliant wit o gnu/78161 [patch] 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 kern/78227 [netinet] [patch] Destroying a network interface leaks 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 ports/78428 openoffice openoffice.org-1.1.4 stops compiling -> dmake: Error o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot p kern/78478 rwatson writing to closed socket does not generate SIGPIPE o i386/78517 i386 [ata] WRITE_DMA and READ_DMA timeouts with ATI RX330 c 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 o 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 amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not work on amd64 o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis o i386/78929 i386 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 o kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o kern/78956 Only one write operation attempted on RAID0 (HPT370) b o bin/78964 qa [sysinstall] can not write labels to hdd on instalatio o kern/78968 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 ports/79014 nork building www/linuxpluginwrapper fails. 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 o 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 kern/79168 Problems running two firewire disks on one bus o i386/79169 i386 freeze with striped USB Drives under high load o kern/79208 cel [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 cel [nfs] iozone hurts tcp-based NFS o kern/79255 Fixating CDRW with burncd(8) hangs system (DVDR NEC ND 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/79334 [ata] ATA_IDENTIFY timed out for 5.3 and 5.4 beta 1 o kern/79336 cel [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 qa [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 kern/79660 ATAPI CD driver /dev/acd0tNN fails if device not other o kern/79665 [panic] "unmount: dangling vnode" on amd activity o threa/79683 threads svctcp_create() fails if multiple threads call at the o i386/79686 i386 Spurious notebook disk errors from ATA driver. o kern/79700 cel [nfs] suspending nfs file access hangs other access to o kern/79703 [hang] RocketRaid 1820A has problems with atapicam com 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 [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o kern/79785 realtek NIC will crash a heavy BSD system o i386/79807 i386 Lock Up on Old Acer P1 Comp o i386/79833 i386 BTX crashes on boot when using Promise TX2Plus SATA co 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 qa [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 f ports/79941 openoffice openoffice.org-1.1 1.1.4_1 binary packages (i386) brok 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 kern/80042 FreeBSD 5.4 RC2: Promise PDC20265 on A7V mobo + Maxtor 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 usb/80373 usb usb keyboard does not respond 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 i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P o threa/80435 threads panic on high loads o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/80519 [ntfs] Write capability for ntfs filesystems does not 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 drop/boot to single user hangs on 5.4-RELEASE with ata 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 Cannot install 5.4-RELEASE both in my system and in VM o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o amd64/81037 amd64 SATA problem o kern/81095 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 linimon [em] [patch] em0 reinitialization while adding aliases o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/81202 glebius nmap scan causes box to get immediately rebooted. 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 bin/81390 ( usermode ppp ) LCP Negotiation Never Finishes, one o o kern/81539 The fxtv program freezes systems o amd64/81602 amd64 SATA crashes with parallel pcm access 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 cel [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 o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f o bin/81997 ntpd fails to bind to IP-address o i386/82029 i386 Boot Loader installation on MegaRAID controller 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 f docs/82296 doc ttys(5) man page misleads about use for non-getty proc 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 kern/82668 ATA timeouts on 5.4-stable 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 ports/82759 delphij Source navigator installs in wrong directory o kern/82805 cel [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/83017 [modules] snd_ich freezes system when being kldload'ed p bin/83085 des [patch] double free() in openpam o kern/83098 'vrele: negative ref cnt' in shutdown with root and uf p kern/83107 delphij [libc] [patch] libc uuid_compare() doesn't work with l o ports/83183 olgeni webmin/perl coredumps o bin/83195 nvi loses edited file on network disconnection o ports/83252 openoffice openoffice.org-1.1 1.1.4 build failure: Died at ../../ o kern/83254 [digi] driver can't init Digiboard PC/4e o kern/83319 [panic] system crash on heavy hard disk load. 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 kern/83406 [smp] em/bge drivers: severe performance loss under SM o bin/83426 [ PATCH ] improper handling of malloc failures within o kern/83429 [ath] ath(4) does not work with the D-Link DWL-G630 (r o kern/83464 [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 kern/83552 [panic] Fatal trap 19 on ti0 when SMP is used. 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 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 ports/83767 tobez lang/perl5.8: Perl5.8.7 coredumps on Text::ParseWords: o i386/83826 i386 can't install any version on Toshiba Sattelite 2800/S2 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 i386/84008 i386 /dev/X? should be /dev/ad1s* o kern/84015 [agp] [hang] Nforce3-250Gb freezes on FreeBSD-6 beta1 o amd64/84027 obrien if_nve gets stuck o kern/84052 [modules] [hang] 5.4-STABLE - kldunload snd_ich freeze 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 qa [sysinstall] ssh and sysinstall problem o kern/84673 cel [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 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 amd64/84930 amd64 [msdosfs] something wrong with msdosfs on amd64 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 "Invalid Partition Table" Intel ICH6 SATA controller ( 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 cel [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 cel [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 cel [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 o i386/85101 i386 [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 p kern/85366 delphij [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" 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 i386/85450 i386 panic: subdisk6 detached (appears to be a sata problem 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 o 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 cel [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o ports/85905 perky mod_python3 pthread_attr_destroy failure 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 f kern/86065 jmg [kqueue] system reboot without sync (and can be securi f kern/86072 pf [pf] Packet Filter rule not working properly (with SYN 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 p kern/86306 yongari [em] [patch] if_em.c locks up while trying to send a h 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 ports/86383 openoffice Can't compile openoffice.org-1.1 o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 f ports/86421 clement Apache-2.0.54_4 PHP popen hangs o kern/86423 truckman backgroud fsck leaves incorrect free block count o kern/86427 gnn LOR / Deadlock with FASTIPSEC and nat f bin/86456 arp(8) program hangs o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware f kern/86525 FreeBSD 6.0BETA5 hangs after boot up system o kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_ACL) paniced b s kern/86596 daichi [unionfs] unionfs -b brokes file modes o i386/86612 i386 SCSI DAT Drive Issue o kern/86619 linux emulator interacts oddly with cp o i386/86651 i386 FAILURE ATA-IDENTIFY o i386/86667 i386 GNOME Battery Applet causing keyboard to lag/drop char f 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 kern/86848 [pf][multicast] destroying active syncdev leads to pan 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 cel [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87010 pjd Reading kernel memory & pagefault under non-root p kern/87014 csjp BPF_MTAP/bpf_mtap are not threadsafe and cause panics o i386/87085 i386 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 kern/87107 Boot process will not complete with IPSEC enabled and o i386/87122 i386 Installer of 6.0-BETA5 can't find HDD partition of Son 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 a amd64/87328 amd64 [boot] BTX halted error 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 [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 amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on AMD64 archit o usb/87519 usb [kbd] cannot install on USB-only system o kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" keyword leads o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo o usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS cards o i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI disabled but o i386/87576 i386 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 o i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by kernel 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 f i386/87750 remko [boot] btx halted error while installation 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 f kern/87846 5.4 will NOT work with any other os on disk 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/88583 i386 i can't install freebsd in server ibm xseries 226(adap o i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot after sis0, d o docs/88636 trhodes handbook instruction could shut down named 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 [panic] FreeBSD R6.0 on ThinkPad R40 installation rebo o amd64/88790 amd64 kernel panic on first boot (after the FreeBSD installa o i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 enabled... o 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 FreeBSD 6.0 install CD fails to find disks on Sony S-s 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 p bin/89012 [libz] FreeBSD-6.0 is still using zlib-1.2.2 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() s ports/89074 x11 Segmentation Violation during "make install" of XFree8 o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u a gnu/89103 gcc segmentation fault errors -- ??memory leak? o bin/89144 [sysinstall] failed to install 2 packages on 6.0 disk o kern/89179 Random reboots on Dell PowerEdge 6300 o kern/89207 problem install fresbsd, hard disk geometry error o usb/89218 usb 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 kern/89310 [panic] kmem_malloc fails with "kmem_map too small" i o i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic when mostly idle o i386/89353 i386 [ata] invalid disk controller recognition of intel ICH o kern/89355 [md] mdconfig -t vnode filesystem mount problem o kern/89368 el portatil se queda completamente colgado o i386/89383 i386 [sio] [panic] page fault o ports/89393 openoffice can't install OpenOffice 2.0.0 from port 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 bz [jail] impossible to kill a jail o kern/89538 phk [tty] [panic] triggered by "sysctl -a" o amd64/89546 amd64 [geom] GEOM error o amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o conf/89589 secteam virecover follows hardlinks, possibly exposing sensiti o kern/89597 [ata] uncorrectable ATA disc errors can be corrected w 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 s kern/89755 daichi [unionfs] [hang] Jailed process deadlocks when using u 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 [patch] [panic] 6.0-RELEASE panics when applying `type o bin/89808 brian malformed Framed-IPv6-Prefix crashes ppp(8) 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 o amd64/89968 amd64 [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 f ports/90088 clement Buildconflict with apr-svn, libtool and apache22 o bin/90093 geom fdisk(8) incapable of altering in-core geometry o kern/90096 [net] [patch] arp mixup if carp and bridge used o i386/90134 i386 [irq] IDE and SATA disks not detected on various contr o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o kern/90167 [em] adding aliases to em0 interfaces cause the interf o ports/90184 openoffice Install of OpenOffice 2.0.0 fails 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 o ports/90259 roam Error when upgrading mail/vpopmail o 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 f ports/90399 vmware2 port not working on FreeBSD 6.0 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 a kern/90526 Can't updata from 5.4-p8 to 6.0release o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ o bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o usb/90700 usb Kernel panic on connect/mount/use umass device o ports/90730 girgen databases/postgresql[0-9]*: check USE_PGSQL o bin/90736 [libc] dlfunc can not be defined in libc o ports/90743 glewis jdk-1.5.0p2_3 compilation failure o ports/90748 nobutaka xine-lib-1.1.1compilation failure o ports/90759 openoffice cannot save ANY file with "de-openoffice.org-2.0.0_1" o ports/90777 sergei textproc/xmlto fails to produce most formats o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe o bin/90846 problem in using cu command on 4.11 freeBSD 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/91196 [panic] kernel panic with firewall 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 [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 6.0R install CD crashes at eip=0x90db (Promise PDC2026 o usb/91283 usb booting very slow with usb devices connection (regress o kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91311 [aue] aue interface hanging o i386/91331 i386 system hangs after citrix_ica_client(wfcmgr) starting o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP a ports/91378 lioux net-p2p/mldonkey-sancho does not work with eclipse ver 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 o kern/91408 [irq] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/91417 [ibcs2] No carba el módulo iBCS2 al arrancar 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 [ufs] [panic] writing to UFS/softupdates DVD media usi o kern/91580 fstat(2) not working properly in 6.0? o www/91585 jkoshy I can't find BSD Users Bangalore user group, which was o ports/91588 ahze ports/textproc/p5-xmltv error f kern/91597 darrenr [ipfilter] PC crashed after cold reboot in 2 minutes. o bin/91622 dds cp(1) does not update atime of the source file o kern/91723 [ata] IDE corruption on ICH controller, affects the ch o conf/91732 [patch] 800.loginfail: fix log message grep expression o i386/91745 i386 Second processor not detected on Proliant ML530 G2 wit o i386/91748 i386 acpi problem on Acer TravelMare 4652LMi (nvidia panic, o kern/91760 FAST_IPSEC stops system under high traffic o bin/91762 vipw(8): it is possible to add a user named ".." o amd64/91799 pjd ggated core dumps on amd64 after client connection o kern/91859 [if_ndis] if_ndis does not work with Asus WL-138 o kern/91881 panic at boot o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard o usb/91906 usb FreeBSD hangs while booting with USB legacy support on p gnu/91909 tjr grep(1): grep -w bug (with some locales) o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/91914 [ata] Disk System Crashes - Raid Disk 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 kern/92039 sysctl -a causes panic o kern/92040 scottl [udf] mmap/cp fails on small file in UDF 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 f kern/92059 [jail] ps(1) "Bus error" under jail 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 [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 kern/92127 Kernel crash o ports/92137 x11 x11-server/xorg-{server,nestserver,printserver,vfbserv o usb/92142 usb SET_ADDR_FAILED and SHORT_XFER errors from usb drivers o kern/92164 scottl [ips] SCSI target mode LOR a ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetBOARDHANDLESiz 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 o ports/92218 openoffice openoffice.org-2.0 build fails with shlibsign core dum f conf/92252 order the packets in freebsd 6 with ipfw + ipf + pf wi o kern/92269 [md] [panic] panic with mdconfig and mount_cd9660 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 o i386/92303 i386 [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 o 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 f ports/92706 vmware3 panic on 6.0-RELEASE 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/92785 Using exported filesystem on OS/2 NFS client causes fi o kern/92786 sos [patch] ATA fixes, write support for LSI v3 RAID o 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 gnu/92952 tjr grep core dump. f kern/92960 kernel page fault o kern/92966 imp [cardbus] cardbus.ko loading failed o amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk is on a SiI 3 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 o kern/93081 [jail] netstat -i fails to report bytes output by jail o 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 /dev/ulpt0: device busy USB printer does not work o kern/93170 Changing system date causes panic in nd6_timer o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o power/93203 ppc FreeBSD PPC Can't Write to Partitions. f kern/93220 net [inet6] nd6_lookup: failed to add route for a neighbor 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 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 i386/93385 i386 Fatal trap 12 occasionally on reboot (Abit NF7-S2 nFor o kern/93394 [twa] boot loader hangs in boot-menu on second 8 on 3w o kern/93396 dlopen crash with locked page o usb/93408 usb hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes choppy m o kern/93431 imp [pccard] dc interface attach failed after upgrade to 6 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 f kern/93526 IPv6 Multicast Listener Reports (MLD6 Reports) are not o sparc/93530 pf Incorrect checksums when using pf's route-to on sparc6 o gnu/93566 tjr [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 Operating system wont install. Problem with fdisk. o gnu/93629 tjr 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 f ports/93722 hrs Apparent Missing Dependancy in print/acroread7 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 [ar] [panic] atacontrol status ar1 causes panic o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o 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 o 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 i386/93845 i386 cross-machine installworld broken in sys/boot/i386/loa o kern/93885 [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 kern/93910 [netinet6] Kernel bug (Crash), possibly ipv6-related o kern/93914 [socket] panic: uipc 3 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 usb/93949 usb ugen(4)-related repeatable kernel panic in 6.1-PRERELE o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o ports/93966 doceng Better RTF support & CJK TeX support of the port textp o i386/93989 i386 Can't install FreeBSD from IEEE1394 DVD-RW on Acer Tra o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dereference panic o ports/94044 emulators/vmware2: running $PREFIX/etc/rc.d/vmware.sh o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o kern/94146 [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 kern/94196 [dc] if_dc panics on bad hardware o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o kern/94256 cel [nfs] nfs locking/rpc.lockd doesn't understand file de o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o ports/94270 openoffice I cant make OpenOffice.org-2.0 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 o 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. o kern/94426 [ata] Cannot blank CDs with Samsung TS-L532A f kern/94446 FreeBSD 6.0 crash with forkbomb (regression) s threa/94467 threads send(), sendto() and sendmsg() are not correct in libc o bin/94635 snapinfo/libufs only works for disk-backed filesystems o i386/94653 i386 Fatal trap 12: page fault while in kernel mode o kern/94669 [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 Reading from /dev/ulpt can break work of a UHCI hub o stand/94729 standards 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 ports/94826 ade [patch] Very slow startup for libtool ltdl clients (eg 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 o 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 ports/94894 multimedia/fxtv causes freeze and reboot on DGA failur 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 conf/95017 Timezone rules are out of date. o i386/95021 i386 PAE enabled kernel boot panic o kern/95023 [ata] Hard Drives not recognized by 6.0 Current on IC7 f ports/95040 tmclaugh build of lang/mono segfaults o ports/95081 Problem with enabling logwtmp on POPtop 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 kern/95098 Can't upgrade system from 5.4 to 6.1 f ports/95119 skv databases/firebird-server fails to build o usb/95131 usb Boot/setup process does not accept key strokes o i386/95151 i386 Fatal trap 12: page fault while in kernel mode f amd64/95167 amd64 driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marv f kern/95180 Unexplained Hard Crash on 6.0 and 6.1BETA's. Reproduc o kern/95247 [rpc] NFS file locking problem, rpc.lockd seems to be o kern/95260 [ata] Wrong array detection for LSI v3 SATA MegaRAID o docs/95262 doc Correction to handbook section 26.5.20 Port Redirectio o docs/95263 doc Correction to handbook section 26.5.21.3 FTP NAT Proxy o docs/95265 doc Correction to handbook section 26.5.16 IPNAT Rules o kern/95287 [modules] When using NETSMB without SMBFS the smbfs kl 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 o kern/95344 sos [ata] burncd(8) failed to fixate cd after last sys/dev o usb/95348 usb USB keyboard unplug causes noise on screen p kern/95357 emax [if_tap] knlist of vmnet device is incorrectly destroy 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 f kern/95462 sam [net80211] Memory leak in ieee 802.11 stack r ports/95492 portmgr repocopy request: math/vtk-headers to math/vtk43-heade o kern/95512 [uplcom] uplcom(4) causes system hangups o i386/95515 i386 unable to boot FreeBSD 6.x with SATA150 Promise contro 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 o kern/95665 glebius [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/95699 Kernel panics with sbdrop o kern/95710 [iwi] iwi wont roam o kern/95738 [msdosfs] no support for big msdos disks o kern/95771 geom [geom] geom mirror provider destroyed (machine crashed o kern/95804 kldstat -m fails and succeeds randomly o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G o kern/95891 [coda] [panic] kernel panic when coda6_client o sparc/95892 sparc64 [hme] MAC address of hme interfaces is ff:ff:ff:ff:ff: o ports/95962 glewis Can't compile jdk15 under -current o i386/96014 i386 HP Pavilion zv5000(Intel) reboot installation problem 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 ports/96111 glebius net/mpd4: caught fatal signal bus o usb/96120 usb USB mouse not always detected o kern/96157 Subtle incompatability of FreeBSD and LITE-ON SOHW-167 o ports/96160 clement www/apache22 is started before named 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 o kern/96322 [re] re driver false positives on the loopback test o kern/96349 Kernel panic after power break reboot o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o i386/96371 i386 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 amd64/96400 amd64 FreeBSD 6.0 Bootin Conflict between Broadcom on-broad o ports/96407 joerg [PATCH] devel/avr-gcc-devel fails to build with -march o bin/96412 [rpc] 2 rpc.lockds launched at boot ? blocking problem o kern/96413 FreeBSD 6.1-RC Kernel Panic 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 o i386/96652 i386 kernel page fault o kern/96657 Panic : FreeBSD 5.3-RELEASE-p5 o kern/96715 [em] [fxp] low speed if speed/duplex set o kern/96741 IP forwarding halts o kern/96767 Automatic KDE boot can crash system when switching bac o sparc/96798 emax [kbd] sunkbd does not support "kbdcontrol -k" f kern/96806 glebius [bge] [patch] Correction of kernel panic with Broadcom o kern/96840 [libc] [patch] getgrent() does not return large groups o i386/96870 i386 Crash on loader with ibm intellistation z pro o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" (re o ports/96966 x11 Fatal server error: xf86EnableIO: Failed to open /dev/ o kern/96981 reproducible instant reboot by unprivileged user o conf/97014 gifconfig_gif? in rc.conf does not recognize IPv6 addr o kern/97019 Cannot load the kernel after installation on Supermicr 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 p kern/97079 flz How to use jail_fstab is wrong in /etc/rc.d/jail o ports/97084 x11 Xorg 6.9.0 Locks Up Keyboard and Mouse f ports/97090 perky Apache 2.0.55 with mod_python die only on SIGKILL o bin/97108 qa [sysinstall] write failure on transfer (wrote -1 bytes o i386/97127 i386 IBM Intellistation Z Pro crash when boot from cd o kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: no synchronize o kern/97208 [firewire] System hangs / locks up when a firewire dis o ports/97254 sergei devel/porttools - wrong prefix o i386/97263 i386 [ata] FreeBSD only detects first drive o kern/97277 [iso9660] Big files on DVDs are invisible/0 sized 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 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 o i386/97589 i386 [ata] FAILURE - READ_DMA (regression from 5.4) o kern/97591 6.1-RELEASE crashes on fork bomb s kern/97595 daichi [unionfs] FreeBSD 6.1-RELEASE - "lockmgr: locking aga f kern/97616 anholt [agp] 6.1-RELEASE FreeBSD does not recognize VIA K8M80 o kern/97665 [sio] hang in sio driver o kern/97686 [nfs] massive NFS server performance break under "opti o kern/97699 daichi [unionfs] UNIONFS panic o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o 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/97959 [smp] panic while booting SMP kernel o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o ports/98008 sergei Having set UTF-8 locale break build of security/libgpg o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach o kern/98078 [arp] Static arp entries may be ignored 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] [es137