From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 00:20:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AF2B1065672 for ; Sun, 11 Jan 2009 00:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E88DD8FC1B for ; Sun, 11 Jan 2009 00:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B0K2WG029270 for ; Sun, 11 Jan 2009 00:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B0K2SA029269; Sun, 11 Jan 2009 00:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 00:20:02 GMT Resent-Message-Id: <200901110020.n0B0K2SA029269@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, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EBE61065679 for ; Sun, 11 Jan 2009 00:10:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6948FC2B for ; Sun, 11 Jan 2009 00:10:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B0Agd2075538 for ; Sun, 11 Jan 2009 00:10:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0B0AgrV075535; Sun, 11 Jan 2009 00:10:42 GMT (envelope-from nobody) Message-Id: <200901110010.n0B0AgrV075535@www.freebsd.org> Date: Sun, 11 Jan 2009 00:10:42 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130354: [MAINTAINER UPDATE] devel/google-perftools 0.98 -> 1.0 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, 11 Jan 2009 00:20:03 -0000 >Number: 130354 >Category: misc >Synopsis: [MAINTAINER UPDATE] devel/google-perftools 0.98 -> 1.0 >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 Jan 11 00:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 7.1-PRERELEASE >Organization: n/a >Environment: >Description: Please apply the attached patch. Thanks. >How-To-Repeat: randomly >Fix: Patch attached with submission follows: diff -u google-perftools/Makefile.orig google-perftools/Makefile --- google-perftools/Makefile.orig 2009-01-10 14:26:20.000000000 -0800 +++ google-perftools/Makefile 2009-01-10 15:07:41.000000000 -0800 @@ -6,7 +6,7 @@ # PORTNAME= google-perftools -PORTVERSION= 0.98 +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} @@ -28,8 +28,9 @@ post-build: @${ECHO} - @${ECHO} "Be aware that some of the self tests are known to fail." + @${ECHO} "Be aware that 1 (heap-checker-death_unittest) out of 23 self tests is known to fail." @${ECHO} "Run 'make check' and try to fix that. Thanks!" + @${ECHO} "Be aware that another self test (profiler_unittest) can randomly fail on the loaded system." @${ECHO} # four of the tests are known to fail on 7.0, uncomment this as soon as this is fixed @@ -42,7 +43,10 @@ .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" # src/stacktrace.cc:81:5: #error Cannnot calculate stack trace: need libunwind (see INSTALL file) -BROKEN= Does not build, cannnot calculate stack trace: need libunwind (see INSTALL file) +BROKEN= Does not build, cannot calculate stack trace: need libunwind (see INSTALL file) +.endif +.if ${ARCH} == "ia64" +BROKEN= Does not build, ia64 assembly not supported, see PR-94: http://code.google.com/p/google-perftools/issues/detail?id=94&can=1 .endif .include diff -u google-perftools/distinfo.orig google-perftools/distinfo --- google-perftools/distinfo.orig 2009-01-10 14:26:20.000000000 -0800 +++ google-perftools/distinfo 2009-01-10 14:30:07.000000000 -0800 @@ -1,3 +1,3 @@ -MD5 (google-perftools-0.98.tar.gz) = be6d283bb6177f1febaefd3570f3366d -SHA256 (google-perftools-0.98.tar.gz) = bc3c58bf1bf3b0335a271fe1555f8fb962888ac86fbb3f8a8302f180d6509f6c -SIZE (google-perftools-0.98.tar.gz) = 2003509 +MD5 (google-perftools-1.0.tar.gz) = d025860dff02eff27bcc08a1bed20682 +SHA256 (google-perftools-1.0.tar.gz) = 8813cd6ed82255e54e860f77f4bd40a868368b307fa5072f2b8cbafcc3342401 +SIZE (google-perftools-1.0.tar.gz) = 1044285 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 01:00:10 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA8C1065672 for ; Sun, 11 Jan 2009 01:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E44E8FC1B for ; Sun, 11 Jan 2009 01:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B109I3060075 for ; Sun, 11 Jan 2009 01:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B10962060073; Sun, 11 Jan 2009 01:00:09 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 01:00:09 GMT Resent-Message-Id: <200901110100.n0B10962060073@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, "Pedro F. Giffuni" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 650C6106566B for ; Sun, 11 Jan 2009 00:56:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 534968FC0A for ; Sun, 11 Jan 2009 00:56:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B0uPIE093665 for ; Sun, 11 Jan 2009 00:56:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0B0uPPq093652; Sun, 11 Jan 2009 00:56:25 GMT (envelope-from nobody) Message-Id: <200901110056.n0B0uPPq093652@www.freebsd.org> Date: Sun, 11 Jan 2009 00:56:25 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130356: ports: math/fftw add regression-target 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, 11 Jan 2009 01:00:10 -0000 >Number: 130356 >Category: misc >Synopsis: ports: math/fftw add regression-target >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 11 01:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - Add regression-test target >How-To-Repeat: >Fix: diff -ruN fftw.orig/Makefile fftw/Makefile --- fftw.orig/Makefile 2009-01-10 19:35:30.000000000 -0500 +++ fftw/Makefile 2009-01-10 19:47:53.000000000 -0500 @@ -61,4 +61,7 @@ .endif .endif +regression-test: build + @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 04:30:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D4E106564A for ; Sun, 11 Jan 2009 04:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51D2E8FC13 for ; Sun, 11 Jan 2009 04:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B4U4FE016934 for ; Sun, 11 Jan 2009 04:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B4U4Pp016933; Sun, 11 Jan 2009 04:30:04 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 04:30:04 GMT Resent-Message-Id: <200901110430.n0B4U4Pp016933@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, "Charles A. Newcomer" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46448106564A for ; Sun, 11 Jan 2009 04:25:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DC2F48FC0C for ; Sun, 11 Jan 2009 04:25:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B4PFwm021832 for ; Sun, 11 Jan 2009 04:25:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0B4PFkZ021831; Sun, 11 Jan 2009 04:25:15 GMT (envelope-from nobody) Message-Id: <200901110425.n0B4PFkZ021831@www.freebsd.org> Date: Sun, 11 Jan 2009 04:25:15 GMT From: "Charles A. Newcomer" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130361: FREEBSD 7.X does not install properly from FTP server 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, 11 Jan 2009 04:30:04 -0000 >Number: 130361 >Category: misc >Synopsis: FREEBSD 7.X does not install properly from FTP server >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 Jan 11 04:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Charles A. Newcomer >Release: 7.1 i386 >Organization: IAPC >Environment: >Description: FTP installation fails due to the fact that "packages/INDEX" cannot be found. using CD or DVD iso files. >How-To-Repeat: try to do a network install, specifying ALL packages. >Fix: create a symlink in the ISOs from the "7.1-RELEASE" directory to the "packages" directory. cd 7.1-RELEASE ln -s ../packages packages >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 06:40:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A3E91065676 for ; Sun, 11 Jan 2009 06:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA6FD8FC18 for ; Sun, 11 Jan 2009 06:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B6e2ee024809 for ; Sun, 11 Jan 2009 06:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B6e2bQ024803; Sun, 11 Jan 2009 06:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 06:40:02 GMT Resent-Message-Id: <200901110640.n0B6e2bQ024803@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, Royce Williams Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C2106566C for ; Sun, 11 Jan 2009 06:36:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4ADEF8FC1F for ; Sun, 11 Jan 2009 06:36:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B6amjd094890 for ; Sun, 11 Jan 2009 06:36:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0B6amDM094889; Sun, 11 Jan 2009 06:36:48 GMT (envelope-from nobody) Message-Id: <200901110636.n0B6amDM094889@www.freebsd.org> Date: Sun, 11 Jan 2009 06:36:48 GMT From: Royce Williams To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130366: Minor correction to sysinstall dialog use of "WEB" - non-acronym 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, 11 Jan 2009 06:40:03 -0000 >Number: 130366 >Category: misc >Synopsis: Minor correction to sysinstall dialog use of "WEB" - non-acronym >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 Jan 11 06:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Royce Williams >Release: 6.4 >Organization: >Environment: FreeBSD heffalump.prv.tycho.org 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 11:43:51 UTC 2008 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The sysinstall dialog box about browsing the package collection uses this phrase: from text editors to games to WEB servers This should read: from text editors to games to web servers .. as "web" is not an acronym/initialism/alphabetism/abbreviation. >How-To-Repeat: Run sysinstall until prompted to browse the package collection. >Fix: Apply patch. --- usr.sbin/sysinstall/install.c 2008-10-11 22:41:55.000000000 -0800 +++ usr.sbin/sysinstall/install.c.new 2009-01-10 21:24:49.000000000 -0900 @@ -719,7 +719,7 @@ dialog_clear_norefresh(); if (!msgYesNo("The FreeBSD package collection is a collection of thousands of ready-to-run\n" - "applications, from text editors to games to WEB servers and more. Would you\n" + "applications, from text editors to games to web servers and more. Would you\n" "like to browse the collection now?")) { (void)configPackages(self); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 06:57:56 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFADF106564A; Sun, 11 Jan 2009 06:57:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B608A8FC17; Sun, 11 Jan 2009 06:57:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B6vuLk038689; Sun, 11 Jan 2009 06:57:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B6vuIE038685; Sun, 11 Jan 2009 06:57:56 GMT (envelope-from linimon) Date: Sun, 11 Jan 2009 06:57:56 GMT Message-Id: <200901110657.n0B6vuIE038685@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/130354: [MAINTAINER UPDATE] devel/google-perftools 0.98 -> 1.0 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, 11 Jan 2009 06:57:57 -0000 Synopsis: [MAINTAINER UPDATE] devel/google-perftools 0.98 -> 1.0 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 11 06:57:46 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=130354 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 06:58:44 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E1CD1065686; Sun, 11 Jan 2009 06:58:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14CE88FC17; Sun, 11 Jan 2009 06:58:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B6whRW038736; Sun, 11 Jan 2009 06:58:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B6wh1W038732; Sun, 11 Jan 2009 06:58:43 GMT (envelope-from linimon) Date: Sun, 11 Jan 2009 06:58:43 GMT Message-Id: <200901110658.n0B6wh1W038732@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/130356: ports: math/fftw add regression-target 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, 11 Jan 2009 06:58:44 -0000 Synopsis: ports: math/fftw add regression-target Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 11 06:58:23 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=130356 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 15:38:57 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 301D21065748 for ; Sun, 11 Jan 2009 15:38:57 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 24E1F8FC13 for ; Sun, 11 Jan 2009 15:38:57 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BFK458047282 for ; Sun, 11 Jan 2009 15:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BFK4xJ047281; Sun, 11 Jan 2009 15:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 15:20:04 GMT Resent-Message-Id: <200901111520.n0BFK4xJ047281@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, "Stephane D'Alu" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93E9F106564A for ; Sun, 11 Jan 2009 15:14:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 828E58FC0C for ; Sun, 11 Jan 2009 15:14:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BFEKNR080380 for ; Sun, 11 Jan 2009 15:14:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0BFEK7D080379; Sun, 11 Jan 2009 15:14:20 GMT (envelope-from nobody) Message-Id: <200901111514.n0BFEK7D080379@www.freebsd.org> Date: Sun, 11 Jan 2009 15:14:20 GMT From: "Stephane D'Alu" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130381: ipv6 not fully configured when pf startup script is run 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, 11 Jan 2009 15:38:57 -0000 >Number: 130381 >Category: misc >Synopsis: ipv6 not fully configured when pf startup script is run >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 Jan 11 15:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Stephane D'Alu >Release: 7.1-RELEASE-p1 >Organization: >Environment: FreeBSD incal.sdalu.com 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #5: Fri Jan 9 23:45:48 CET 2009 root@incal.sdalu.com:/usr/obj/usr/src/sys/INCAL amd64 >Description: After a boot/reboot pf filter doesn't take into account ipv6 addresses (except link local), which seems to be due by network_ipv6 not being run before pf startup script for example the pf.conf file contains the following rule: pass in proto tcp from any to net0 port http which is translated into (as shown by pcftl -s rules) pass in on net0 inet6 proto tcp from any to fe80::21c:c0ff:fe52:1234 port = http flags S/SA keep state pass in inet proto tcp from any to 192.168.2.2 port = http flags S/SA keep state pass in inet proto tcp from any to 192.168.1.2 port = http flags S/SA keep state the following ipv6 line is missing (with ipv6_ifconfig_net0="2001:1234:1234:1234::1/56" in rc.conf): pass in inet6 proto tcp from any to 2001:1234:1234:1234::1 port = http flags S/SA keep state >How-To-Repeat: Enable ipv6 and pf, configure ipv6 on network interface (net0 for example), add pf rule in pf.conf for net0. After boot/reboot pfctl -s rules won't show the corresponding rule for ipv6 >Fix: after boot, manually running: /etc/rc.d/pf restart >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 16:04:51 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31C9710656CA; Sun, 11 Jan 2009 16:04:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 062458FC0A; Sun, 11 Jan 2009 16:04:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BG4oJI083943; Sun, 11 Jan 2009 16:04:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BG4ol6083939; Sun, 11 Jan 2009 16:04:50 GMT (envelope-from linimon) Date: Sun, 11 Jan 2009 16:04:50 GMT Message-Id: <200901111604.n0BG4ol6083939@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: conf/130381: [ip6] ipv6 not fully configured when pf startup script is run 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, 11 Jan 2009 16:04:52 -0000 Old Synopsis: ipv6 not fully configured when pf startup script is run New Synopsis: [ip6] ipv6 not fully configured when pf startup script is run Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 11 16:04:17 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=130381 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 19:40:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF05A106564A; Sun, 11 Jan 2009 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA0168FC1B; Sun, 11 Jan 2009 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BJe22h044781; Sun, 11 Jan 2009 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BJe2Rf044780; Sun, 11 Jan 2009 19:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 19:40:02 GMT Resent-Message-Id: <200901111940.n0BJe2Rf044780@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@freebsd.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Cc: rik@freebsd.org, jhb@freebsd.org, bz@freebsd.org Resent-Reply-To: FreeBSD-gnats-submit@freebsd.org, Eygene Ryabinkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18EDA1065674 for ; Sun, 11 Jan 2009 19:39:34 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 684E38FC12 for ; Sun, 11 Jan 2009 19:39:33 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from phoenix.codelabs.ru (ppp91-76-15-65.pppoe.mtu-net.ru [91.76.15.65]) by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256) id 1LM69k-000HX5-0a for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Jan 2009 22:39:32 +0300 Message-Id: <20090111193934.103D2B8073@phoenix.codelabs.ru> Date: Sun, 11 Jan 2009 22:39:34 +0300 (MSK) From: Eygene Ryabinkin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: rik@freebsd.org, jhb@freebsd.org, bz@freebsd.org Cc: Subject: kern/130386: [patch] add locking for generic interface address manipulations through ioctl path X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 19:40:03 -0000 >Number: 130386 >Category: kern >Synopsis: [patch] add locking for generic interface address manipulations through ioctl path >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 Jan 11 19:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 7.1-STABLE amd64 >Organization: Code Labs >Environment: System: FreeBSD 7.1-STABLE amd64 >Description: Manipulation of interface addresses inside generic ioctl() handler in_control() (sys/netinet/in.c) was not locked, so races from multiple sumiltaneous invocations of ioctl's ADD/DELETE actions could occur and the results will vary from incosistent data to the kernel panics. More verbose description is in the patch below. >How-To-Repeat: In my very case, the kernel panic is easily triggered just by restart of the dhclient on my ethernet interface: 'ifaddr' mutex gets destroyed and then used for locking (sleeping). Actually, the bug's reproducibility will vary from machine to machine. rik@ sees another strange effects on his PPPoE interfaces: sometimes the address list has repeating address/mask pairs. This could be also related to this race when two ioctsl ADD actions are racing or ADD/DELETE actions are racing differently from mine's case. >Fix: The patch below fixes the things for me. rik@ will try to test this patch on his system, but he runs 5.x on the host in question, so he needs some time to understand and possibly port the patch. --- Lock-network-interface-address-manipulations.diff begins here --- >From a1e44f4b174415363e999023e11874e5e24b6ed4 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Wed, 7 Jan 2009 19:56:54 +0300 Generic network interface ioctl handler (in_control() in sys/netinet/in.c) was not locked at all, so two invocations of this handler could race with each other. In my case it was the race between interface address deletion and interface address addition. The scenario was the following: - SIOCAIFADDR handler was invoked and it created new 'ifaddr' mutex; - then the SIOCDIFADDR handler was invoked for the same IP address, it found that the address is on the interface and tried to remove it and destroyed newly created 'ifaddr' mutex; - SIOCAIFADDR handler tried to add the interface address to the routing table and invoked rtinit1() with RTM_ADD that in turn invoked rtrequest1_fib() that called IFAREF() for the destroyed mutex; - IFAREF() impies the call of _mtx_lock_sleep that isn't prepared to see the mutex with MTX_DESTROYED: I am running ADAPTIVE_MUTEXES and the code in /sys/kern/kern_mutex.c tries to do the following: ----- /* * If the owner is running on another CPU, spin until the * owner stops running or the state of the lock changes. */ v = m->mtx_lock; if (v != MTX_UNOWNED) { owner = (struct thread *)(v & ~MTX_FLAGMASK); ----- Clearly for MTX_DESTROYED (== MTX_UNOWNED | MTX_CONTESTED) this will result in owner set to 0 and the kernel goes to hell. The situation made worse by existence of the network drivers that still need Giant for their locking: all interface-specific ioctls should be called with Giant, so we can't hold our own mutex for such code paths. We also can't release our own mutex prior to grabbing Giant, because this will introduce small race, so I just locked such code paths with Giant entirely. This was done only for interfaces that still need Giant locking, others will be locked with the local mutex, so the overhead for them is just the test for the 'grabbed_giant' variable on the exit paths, nothing more. There is only one code path for now: the one that handles SIOCSIFDSTADDR, other Giant invocations are dealt with differently. But due to the switch'ed code structure, other code paths are affected by the added overhead. Since we now run locked, I changed malloc flags to reflect this: M_NOWAIT is passed now. I had also added panic() to the _mtx_lock_sleep() to catch such situations early. I would do it via KASSERT(), but this requires INVARIANTS and default kernel isn't built with this option _and_ we know that the system will likely panic shortly after such call. Signed-off-by: Eygene Ryabinkin --- sys/kern/kern_mutex.c | 7 ++- sys/netinet/in.c | 207 ++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 175 insertions(+), 39 deletions(-) diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 7016ecb..e4ccae9 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -309,7 +309,12 @@ _mtx_lock_sleep(struct mtx *m, uintptr_t tid, int opts, const char *file, int contested = 0; uint64_t waittime = 0; uintptr_t v; - + + if (mtx_destroyed(m)) { + panic("%s: tried to sleep on destroyed mutex %s @ %s:%d\n", + __func__, m->lock_object.lo_name, file, line); + } + if (mtx_owned(m)) { KASSERT((m->lock_object.lo_flags & LO_RECURSABLE) != 0, ("_mtx_lock_sleep: recursed on non-recursive mutex %s @ %s:%d\n", diff --git a/sys/netinet/in.c b/sys/netinet/in.c index c028edb..db4892b 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -73,6 +73,12 @@ SYSCTL_INT(_net_inet_ip, OID_AUTO, same_prefix_carp_only, CTLFLAG_RW, &sameprefixcarponly, 0, "Refuse to create same prefixes on different interfaces"); +/* Mutex used for locking of a general interface ioctl processing */ +static struct mtx in_control_mtx; + +static void in_setup(void *dummy); +SYSINIT(in_setup, SI_SUB_PROTO_IF, SI_ORDER_ANY, in_setup, NULL); + extern struct inpcbinfo ripcbinfo; extern struct inpcbinfo udbinfo; @@ -190,6 +196,62 @@ in_len2mask(struct in_addr *mask, int len) p[i] = (0xff00 >> (len % 8)) & 0xff; } +/* A load of macroses for in_control */ + +/* Grab/release our own local mutex */ +#define IN_CONTROL_GRAB_MTX \ +do { \ + mtx_lock(&in_control_mtx); \ + grabbed_mtx = 1; \ +} while(0) +#define IN_CONTROL_RELEASE_MTX \ +do { \ + if (grabbed_mtx) { \ + grabbed_mtx = 0; \ + mtx_unlock(&in_control_mtx); \ + } \ +} while(0) + +/* + * Acquires Giant if interface still runs under Giant lock or grabs + * our fine-grained mutex. This macro and the corresponding lock + * releaser should gone away when the last network interface will be + * converted from Giant to the own fine-grained locking. + */ +#define IN_CONTROL_GRAB_LOCK(ifp) \ +do { \ + if ((ifp)->if_flags & IFF_NEEDSGIANT) { \ + mtx_lock(&Giant); \ + grabbed_giant = 1; \ + } else { \ + IN_CONTROL_GRAB_MTX; \ + } \ +} while(0) +#define IN_CONTROL_RELEASE_LOCK \ +do { \ + IN_CONTROL_RELEASE_MTX; \ + if (grabbed_giant) { \ + grabbed_giant = 0; \ + mtx_unlock(&Giant); \ + } \ +} while(0) + +/* + * NB: exitval should have no side-effects or we will unlock prematurely. + * NB: exitval should be local variable or immediate value, global variables + * must not be used here or races will occur. + */ +#define IN_CONTROL_EXIT(exitval) \ +do { \ + IN_CONTROL_RELEASE_MTX; \ + return (exitval); \ +} while (0) +#define IN_CONTROL_EXIT_FROM_GIANT(exitval) \ +do { \ + IN_CONTROL_RELEASE_LOCK; \ + return (exitval); \ +} while (0) + /* * Generic internet control operations (ioctl's). * Ifp is 0 if not an interface-specific ioctl. @@ -209,36 +271,81 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct sockaddr_in oldaddr; int error, hostIsNew, iaIsNew, maskIsNew, s; int iaIsFirst; + int grabbed_mtx = 0, grabbed_giant = 0; iaIsFirst = 0; iaIsNew = 0; allhosts_addr.s_addr = htonl(INADDR_ALLHOSTS_GROUP); + /* + * Fast processing of some ioctls and locking is done here. + * + * Code paths that need locking: + * + * - those that are modifying the state of interface: this + * should be done to ensure the consistency of results; + * + * - those that are creating/deleting 'ifaddr' mutex: this + * should be done to avoid cases when one kernel thread + * tries to create new mutex and it races with the other + * one that creates new mutex or with one that deletes + * the just created mutex. + * + * Additional attention is put to the code paths that want + * to acquire Giant mutex for the interface-specific ioctl + * processing. Since no mutex should be active when we're + * trying to grab Giant, we are locking such code paths + * entirely with Giant, but only if interface really needs + * Giant locking; otherwise we will use our local mutex. + */ switch (cmd) { case SIOCALIFADDR: + IN_CONTROL_GRAB_MTX; if (td != NULL) { error = priv_check(td, PRIV_NET_ADDIFADDR); if (error) - return (error); + IN_CONTROL_EXIT (error); } if (!ifp) - return EINVAL; - return in_lifaddr_ioctl(so, cmd, data, ifp, td); + IN_CONTROL_EXIT (EINVAL); + error = in_lifaddr_ioctl(so, cmd, data, ifp, td); + IN_CONTROL_EXIT (error); case SIOCDLIFADDR: + IN_CONTROL_GRAB_MTX; if (td != NULL) { error = priv_check(td, PRIV_NET_DELIFADDR); if (error) - return (error); + IN_CONTROL_EXIT (error); } if (!ifp) - return EINVAL; - return in_lifaddr_ioctl(so, cmd, data, ifp, td); + IN_CONTROL_EXIT (EINVAL); + error = in_lifaddr_ioctl(so, cmd, data, ifp, td); + IN_CONTROL_EXIT (error); case SIOCGLIFADDR: if (!ifp) - return EINVAL; - return in_lifaddr_ioctl(so, cmd, data, ifp, td); + IN_CONTROL_EXIT (EINVAL); + error = in_lifaddr_ioctl(so, cmd, data, ifp, td); + IN_CONTROL_EXIT (error); + + /* + * Ioctl calls that possibly need Giant. Should test that + * ifp isn't NULL first. + */ + case SIOCSIFDSTADDR: + if (ifp == 0) + IN_CONTROL_EXIT (EADDRNOTAVAIL); + IN_CONTROL_GRAB_LOCK(ifp); + break; + + case SIOCAIFADDR: + case SIOCDIFADDR: + case SIOCSIFADDR: + case SIOCSIFNETMASK: + case SIOCSIFBRDADDR: + IN_CONTROL_GRAB_MTX; + break; } /* @@ -272,7 +379,7 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, case SIOCAIFADDR: case SIOCDIFADDR: if (ifp == 0) - return (EADDRNOTAVAIL); + IN_CONTROL_EXIT (EADDRNOTAVAIL); if (ifra->ifra_addr.sin_family == AF_INET) { for (oia = ia; ia; ia = TAILQ_NEXT(ia, ia_link)) { if (ia->ia_ifp == ifp && @@ -284,29 +391,30 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, && (cmd == SIOCAIFADDR) && (ifra->ifra_dstaddr.sin_addr.s_addr == INADDR_ANY)) { - return EDESTADDRREQ; + IN_CONTROL_EXIT (EDESTADDRREQ); } } if (cmd == SIOCDIFADDR && ia == 0) - return (EADDRNOTAVAIL); + IN_CONTROL_EXIT (EADDRNOTAVAIL); /* FALLTHROUGH */ case SIOCSIFADDR: case SIOCSIFNETMASK: + /* Possibly Giant-locked path */ case SIOCSIFDSTADDR: if (td != NULL) { - error = priv_check(td, (cmd == SIOCDIFADDR) ? + error = priv_check(td, (cmd == SIOCDIFADDR) ? PRIV_NET_DELIFADDR : PRIV_NET_ADDIFADDR); if (error) - return (error); + IN_CONTROL_EXIT_FROM_GIANT (error); } if (ifp == 0) - return (EADDRNOTAVAIL); + IN_CONTROL_EXIT_FROM_GIANT (EADDRNOTAVAIL); if (ia == (struct in_ifaddr *)0) { ia = (struct in_ifaddr *) - malloc(sizeof *ia, M_IFADDR, M_WAITOK | M_ZERO); + malloc(sizeof *ia, M_IFADDR, M_NOWAIT | M_ZERO); if (ia == (struct in_ifaddr *)NULL) - return (ENOBUFS); + IN_CONTROL_EXIT_FROM_GIANT (ENOBUFS); /* * Protect from ipintr() traversing address list * while we're modifying it. @@ -338,7 +446,7 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, if (td != NULL) { error = priv_check(td, PRIV_NET_ADDIFADDR); if (error) - return (error); + IN_CONTROL_EXIT (error); } /* FALLTHROUGH */ @@ -347,44 +455,47 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, case SIOCGIFDSTADDR: case SIOCGIFBRDADDR: if (ia == (struct in_ifaddr *)0) - return (EADDRNOTAVAIL); + IN_CONTROL_EXIT (EADDRNOTAVAIL); break; } switch (cmd) { case SIOCGIFADDR: *((struct sockaddr_in *)&ifr->ifr_addr) = ia->ia_addr; - return (0); + IN_CONTROL_EXIT (0); case SIOCGIFBRDADDR: if ((ifp->if_flags & IFF_BROADCAST) == 0) - return (EINVAL); + IN_CONTROL_EXIT (EINVAL); *((struct sockaddr_in *)&ifr->ifr_dstaddr) = ia->ia_broadaddr; - return (0); + IN_CONTROL_EXIT (0); case SIOCGIFDSTADDR: if ((ifp->if_flags & IFF_POINTOPOINT) == 0) - return (EINVAL); + IN_CONTROL_EXIT (EINVAL); *((struct sockaddr_in *)&ifr->ifr_dstaddr) = ia->ia_dstaddr; - return (0); + IN_CONTROL_EXIT (0); case SIOCGIFNETMASK: *((struct sockaddr_in *)&ifr->ifr_addr) = ia->ia_sockmask; - return (0); + IN_CONTROL_EXIT (0); + /* Possibly Giant-locked path */ case SIOCSIFDSTADDR: if ((ifp->if_flags & IFF_POINTOPOINT) == 0) - return (EINVAL); + IN_CONTROL_EXIT_FROM_GIANT (EINVAL); oldaddr = ia->ia_dstaddr; ia->ia_dstaddr = *(struct sockaddr_in *)&ifr->ifr_dstaddr; if (ifp->if_ioctl) { - IFF_LOCKGIANT(ifp); + /* + * Should be already Giant-locked if interface + * driver needs it. + */ error = (*ifp->if_ioctl)(ifp, SIOCSIFDSTADDR, (caddr_t)ia); - IFF_UNLOCKGIANT(ifp); if (error) { ia->ia_dstaddr = oldaddr; - return (error); + IN_CONTROL_EXIT_FROM_GIANT (error); } } if (ia->ia_flags & IFA_ROUTE) { @@ -394,13 +505,13 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, (struct sockaddr *)&ia->ia_dstaddr; rtinit(&(ia->ia_ifa), (int)RTM_ADD, RTF_HOST|RTF_UP); } - return (0); + IN_CONTROL_EXIT_FROM_GIANT (0); case SIOCSIFBRDADDR: if ((ifp->if_flags & IFF_BROADCAST) == 0) - return (EINVAL); + IN_CONTROL_EXIT (EINVAL); ia->ia_broadaddr = *(struct sockaddr_in *)&ifr->ifr_broadaddr; - return (0); + IN_CONTROL_EXIT (0); case SIOCSIFADDR: error = in_ifinit(ifp, ia, @@ -412,12 +523,12 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, in_addmulti(&allhosts_addr, ifp); EVENTHANDLER_INVOKE(ifaddr_event, ifp); } - return (0); + IN_CONTROL_EXIT (0); case SIOCSIFNETMASK: ia->ia_sockmask.sin_addr = ifra->ifra_addr.sin_addr; ia->ia_subnetmask = ntohl(ia->ia_sockmask.sin_addr.s_addr); - return (0); + IN_CONTROL_EXIT (0); case SIOCAIFADDR: maskIsNew = 0; @@ -459,7 +570,7 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, in_addmulti(&allhosts_addr, ifp); EVENTHANDLER_INVOKE(ifaddr_event, ifp); } - return (error); + IN_CONTROL_EXIT (error); case SIOCDIFADDR: /* @@ -479,14 +590,22 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, default: if (ifp == 0 || ifp->if_ioctl == 0) - return (EOPNOTSUPP); + IN_CONTROL_EXIT (EOPNOTSUPP); + IN_CONTROL_RELEASE_MTX; IFF_LOCKGIANT(ifp); error = (*ifp->if_ioctl)(ifp, cmd, data); IFF_UNLOCKGIANT(ifp); - return (error); + IN_CONTROL_EXIT (error); } /* + * This is the cleanup code: it is invoked when some of the + * above calls were not succeeded or when we are processing + * the SIOCDIFADDR ioctl. + * + * NB: we should release 'ifaddr' mutex while our code path + * is still locked, so we have multiple IFAFREE() invocations. + * * Protect from ipintr() traversing address list while we're modifying * it. */ @@ -495,6 +614,7 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, TAILQ_REMOVE(&in_ifaddrhead, ia, ia_link); if (ia->ia_addr.sin_family == AF_INET) { LIST_REMOVE(ia, ia_hash); + IFAFREE(&ia->ia_ifa); /* * If this is the last IPv4 address configured on this * interface, leave the all-hosts group. @@ -505,6 +625,7 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, if (oia == NULL) { struct in_multi *inm; + IN_CONTROL_RELEASE_MTX; IFF_LOCKGIANT(ifp); IN_MULTI_LOCK(); IN_LOOKUP_MULTI(allhosts_addr, ifp, inm); @@ -513,13 +634,18 @@ in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, IN_MULTI_UNLOCK(); IFF_UNLOCKGIANT(ifp); } + } else { + IFAFREE(&ia->ia_ifa); } - IFAFREE(&ia->ia_ifa); splx(s); - return (error); + IN_CONTROL_EXIT (error); } +#undef IN_CONTROL_EXIT +#undef IN_CONTROL_GRAB_MTX +#undef IN_CONTROL_RELEASE_MTX + /* * SIOC[GAD]LIFADDR. * SIOCGLIFADDR: get first address. (?!?) @@ -1002,3 +1128,8 @@ in_ifdetach(struct ifnet *ifp) in_pcbpurgeif0(&udbinfo, ifp); in_purgemaddrs(ifp); } + +static void in_setup(void *dummy) +{ + mtx_init(&in_control_mtx, "in_control", NULL, MTX_DEF); +} -- 1.6.0.5 --- Lock-network-interface-address-manipulations.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 20:40:08 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32396106566C for ; Sun, 11 Jan 2009 20:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06C4D8FC17 for ; Sun, 11 Jan 2009 20:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BKe7Jt089729 for ; Sun, 11 Jan 2009 20:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BKe7oJ089728; Sun, 11 Jan 2009 20:40:07 GMT (envelope-from gnats) Date: Sun, 11 Jan 2009 20:40:07 GMT Message-Id: <200901112040.n0BKe7oJ089728@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Garrett Cooper" Cc: Subject: Re: misc/130361: FREEBSD 7.X does not install properly from FTP server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 20:40:08 -0000 The following reply was made to PR misc/130361; it has been noted by GNATS. From: "Garrett Cooper" To: "Charles A. Newcomer" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/130361: FREEBSD 7.X does not install properly from FTP server Date: Sun, 11 Jan 2009 12:35:39 -0800 Charles, What server was this on? Thanks, -Garrett From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 21:30:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AC271065675 for ; Sun, 11 Jan 2009 21:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60E348FC1C for ; Sun, 11 Jan 2009 21:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BLU3kj026666 for ; Sun, 11 Jan 2009 21:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BLU3i1026663; Sun, 11 Jan 2009 21:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 21:30:03 GMT Resent-Message-Id: <200901112130.n0BLU3i1026663@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, Nikolaos Rangos Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 379561065676 for ; Sun, 11 Jan 2009 21:23:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA058FC08 for ; Sun, 11 Jan 2009 21:23:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BLNaw8018755 for ; Sun, 11 Jan 2009 21:23:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0BLNano018753; Sun, 11 Jan 2009 21:23:36 GMT (envelope-from nobody) Message-Id: <200901112123.n0BLNano018753@www.freebsd.org> Date: Sun, 11 Jan 2009 21:23:36 GMT From: Nikolaos Rangos To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130391: Normal users can crash 7.0-RELEASE through "kenv" syscall 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, 11 Jan 2009 21:30:03 -0000 >Number: 130391 >Category: kern >Synopsis: Normal users can crash 7.0-RELEASE through "kenv" syscall >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 Jan 11 21:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikolaos Rangos >Release: FreeBSD 7.0 RELEASE >Organization: >Environment: FreeBSD localhost.Belkin 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 80 megs of RAM :) in a VM >Description: While digging for kernel bugs in FreeBSD 7.0-RELEASE I found the following: There is an unchecked call to malloc() in the kenv() syscall. Any value greater zero may be passed from user space to malloc(). Code snippet taken from sys/kern/kern_environment.c (FreeBSD 7.0): 80 kenv(td, uap) 81 struct thread *td; 82 struct kenv_args /* { 83 int what; 84 const char *name; 85 char *value; 86 int len; 87 } */ *uap; 88 { 89 char *name, *value, *buffer = NULL; 90 size_t len, done, needed; 91 int error, i; 92 93 KASSERT(dynamic_kenv, ("kenv: dynamic_kenv = 0")); 94 95 error = 0; 96 if (uap->what == KENV_DUMP) { 97 #ifdef MAC 98 error = mac_check_kenv_dump(td->td_ucred); 99 if (error) 100 return (error); 101 #endif 102 done = needed = 0; 103 if (uap->len > 0 && uap->value != NULL) 104 [1] buffer = malloc(uap->len, M_TEMP, M_WAITOK|M_ZERO); 105 mtx_lock(&kenv_lock); At line 104 uap->len is taken as an argument to malloc() without a size check what makes normal local users able to crash the kernel because of a large memory allocation. The len argument is in this case an int so the greatest value that can be taken by a normal user is 0x7fffffff. FreeBSD 6.4 and MAYBE previous versions of FreeBSD do NOT contain this bug as there is no such call to malloc(). >How-To-Repeat: Use this small testing program: #include #include main() { char env[100]; kenv(KENV_DUMP, NULL, env, 0x7fffffff); } >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 22:45:27 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15C81106566B; Sun, 11 Jan 2009 22:45:27 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E00C38FC0A; Sun, 11 Jan 2009 22:45:26 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BMjQAr087612; Sun, 11 Jan 2009 22:45:26 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BMjPDp087608; Sun, 11 Jan 2009 22:45:25 GMT (envelope-from gavin) Date: Sun, 11 Jan 2009 22:45:25 GMT Message-Id: <200901112245.n0BMjPDp087608@freefall.freebsd.org> To: PUMA60@RAMBLER.RU, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/130329: [myk] 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, 11 Jan 2009 22:45:27 -0000 Old Synopsis: sis 191 New Synopsis: [myk] panic State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Sun Jan 11 22:41:59 UTC 2009 State-Changed-Why: To submitter: could you please provide the output of: "pciconf -lv" so that we can see what type of chip you have? Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Sun Jan 11 22:41:59 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=130329 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 23:50:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF63A1065673 for ; Sun, 11 Jan 2009 23:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDE2C8FC16 for ; Sun, 11 Jan 2009 23:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BNo3Qw033145 for ; Sun, 11 Jan 2009 23:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BNo3sj033144; Sun, 11 Jan 2009 23:50:03 GMT (envelope-from gnats) Date: Sun, 11 Jan 2009 23:50:03 GMT Message-Id: <200901112350.n0BNo3sj033144@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/130391: Normal users can crash 7.0-RELEASE through "kenv" syscall X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 23:50:04 -0000 The following reply was made to PR kern/130391; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org Cc: scottl@FreeBSD.org Subject: Re: kern/130391: Normal users can crash 7.0-RELEASE through "kenv" syscall Date: Sun, 11 Jan 2009 23:15:03 +0000 (GMT) I can confirm that this bug still exists on HEAD (sparc64): FreeBSD 8.0-20081215-SNAP (GENERIC) #0: Mon Dec 15 15:58:11 UTC 2008 > cc 130391.c > ./a.out panic: kmem_malloc(-2147483648): kmem_map too small: 3497984 total allocated cpuid = 0 KDB: enter: panic [thread pid 1124 tid 100065 ] Stopped at kdb_enter+0x80: ta %xcc, 1 db> bt Tracing pid 1124 tid 100065 td 0xfffff80001b0b880 panic() at panic+0x20c kmem_malloc() at kmem_malloc+0x2d8 page_alloc() at page_alloc+0x28 uma_large_malloc() at uma_large_malloc+0x44 malloc() at malloc+0x1b0 kenv() at kenv+0x88 syscall() at syscall+0x2f0 -- syscall (390, FreeBSD ELF64, kenv) %o7=0x10067c -- userland() at 0x40454768 user trace: trap %o7=0x10067c pc 0x40454768, sp 0x7fdffffe211 pc 0x100550, sp 0x7fdffffe341 pc 0x402066f4, sp 0x7fdffffe401 done db> The changes that introduced this seem to be sys/kern/kern_environment.c 1.44 (by scottl@, cc'd) Gavin From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 10:50:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2240A1065674 for ; Mon, 12 Jan 2009 10:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D80018FC1C for ; Mon, 12 Jan 2009 10:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CAo2WE073413 for ; Mon, 12 Jan 2009 10:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CAo2Ug073412; Mon, 12 Jan 2009 10:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 10:50:02 GMT Resent-Message-Id: <200901121050.n0CAo2Ug073412@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, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E52106566B for ; Mon, 12 Jan 2009 10:44:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 102B38FC08 for ; Mon, 12 Jan 2009 10:44:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CAiOfG039114 for ; Mon, 12 Jan 2009 10:44:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CAiOOW039113; Mon, 12 Jan 2009 10:44:24 GMT (envelope-from nobody) Message-Id: <200901121044.n0CAiOOW039113@www.freebsd.org> Date: Mon, 12 Jan 2009 10:44:24 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130411: [PATCH] x11/xcb-proto - Fix build with python2.6 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, 12 Jan 2009 10:50:03 -0000 >Number: 130411 >Category: misc >Synopsis: [PATCH] x11/xcb-proto - Fix build with python2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 10:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: FreeBSD 8.0-CURRENT >Organization: Private >Environment: FreeBSD dragon.dg 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Jan 9 16:05:40 SAST 2009 root@dragon.dg:/tmp/usr/src/sys/GENERIC i386 >Description: If PYTHON_DEFAULT_VERSION=python2.6 is set in make.conf xcb-proto still requires python2.5 to be built. This is not strictly required since it does work with python2.6. This results in two python versions being build needlessly. >How-To-Repeat: cd /usr/ports/x11/xcb-proto && make all-depends-list PYTHON_DEFAULT_VERSION=python2.6 Note the lang/python25 in the list. >Fix: Apply the given patch. Note: If and when python2.7 is released then the port will need to updated. I did this to avoid python3.0 which probably (but not tested) will not work. Patch attached with submission follows: --- xcb-proto/Makefile 2008-09-15 16:06:55.000000000 +0200 +++ xcb-proto/Makefile 2009-01-12 11:05:39.000000000 +0200 @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack -USE_PYTHON= 2.5 +USE_PYTHON= 2.5-2.6 GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xcb >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 11:08:37 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11C231065689 for ; Mon, 12 Jan 2009 11:08:37 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB38A8FC08 for ; Mon, 12 Jan 2009 11:08:36 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CB8axm094007 for ; Mon, 12 Jan 2009 11:08:36 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CB8Zn1094003 for freebsd-bugs@FreeBSD.org; Mon, 12 Jan 2009 11:08:35 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Jan 2009 11:08:35 GMT Message-Id: <200901121108.n0CB8Zn1094003@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 11:08:41 -0000 (Note: an HTML version of this report is available at http://people.freebsd.org/~linimon/studies/prs/prs_for_tag_patch.html .) S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/130411 [PATCH] x11/xcb-proto - Fix build with python2.6 o ports/130410 perky [PATCH] databases/py-bsddb - Fix build with python2.6 o ports/130400 chinsan [PATCH] irc/ctrlproxy complains about unable to locate o ports/130399 stas [PATCH]lang/ruby18: unbreak build after openssl update o docs/130394 jb [patch] Minor typo in dtrace(1M) man page o ports/130387 portmgr [PATCH] Mk/bsd.port.mk - Add macros for COPYTREE_WWW a o kern/130386 [patch] add locking for generic interface address mani f ports/130380 amdmi3 [PATCH] graphics/xsane: update to 0.996 o bin/130366 [patch] sysinstall(8): Minor correction to sysinstall o ports/130362 miwi [PATCH] audio/libmpd: update to 0.17.0 f ports/130346 beech [patch] ftp/axel update to 2.2 o ports/130327 skv [PATCH] www/p5-libapreq: update to 1.34 f ports/130326 [patch] update to sysutils/megarc o usb/130325 usb [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh p docs/130324 brueffer [patch] document that redzone(9) requires ddb(4) o ports/130306 girgen [patch] Update www/mod_jk to 1.2.27 o amd64/130303 amd64 [boot] [patch] FreeBSD 7.1-RELEASE amd64 cannot boot o o ports/130294 miwi [patch] dns/nsd: fix race when stopping nsd o kern/130286 [patch] hifn(4) changes o ports/130278 brix [PATCH] www/p5-Apache-Gallery f ports/130263 miwi [patch] dns/nsd: fix openssl dependency f ports/130259 chinsan [PATCH] devel/rubygem-hoe: update to 1.8.2 o ports/130258 shaun [PATCH] games/nuclearchess: update to 1.0.0 o ports/130255 anders [PATCH] mail/cclient: update to 2007e f ports/130235 lioux [PATCH] graphics/qcomicbook: [SUMMARIZE CHANGES] o ports/130221 jpaetzel [PATCH] Update multimedia/libdvdcss to latest version f ports/130203 miwi [PATCH] www/gregarius: update to 0.6.1 f ports/130202 miwi [PATCH] net-im/pidgin-guifications: update to 2.16 s ports/130200 chinsan [PATCH] security/pinentry: take maintainership s ports/130199 chinsan [PATCH] audio/mp3info: take maintainership s ports/130198 chinsan [PATCH] audio/libshout2: take maintainership o ports/130193 wxs [patch] - update misc/gnuls to version 6.12 o ports/130191 oliver [PATCH] mail/sqwebmail uses the wrong path for /var f ports/130190 mm [PATCH] games/etracer switch to USE_TCL p kern/130189 weongyo [ndis] [patch] if_ndis typo 802.11 mode test o ports/130187 gnome [PATCH] irc/xchat switch to USE_TCL o ports/130183 hoek [PATCH] converters/xdeview switch to USE_TCL o ports/130179 apache [PATCH] www/apache22: Enable passing HTTP 'Authorizati f ports/130163 miwi [PATCH] sysutils/monkeytail: update to 0.3.2 o bin/130159 net [patch] ppp(8) fails to correctly set routes o ports/130155 clsung [PATCH] net/dictd, textproc/dict, textproc/dictfmt: up o ports/130146 multimedia [PATCH] multimedia/transcode: update to 1.0.7 f ports/130142 chinsan [PATCH] sysutils/mtpfs: update to 0.9 f ports/130137 rafan [PATCH] sysutils/diskscrub project web site URL wrong o bin/130132 ipfw [patch] ipfw(8): no way to get mask from ipfw pipe sho f ports/130113 chinsan [PATCH] editors/joe: update to 3.6 a kern/130107 dfr [devctl][patch] in devctl_queue_data(): possible use o f ports/130106 anray [patch] Update to ports/deskutils/remember.el o ports/130096 miwi [PATCH] audio/gnupod: update to 0.99.7 f ports/130082 miwi [PATCH] textproc/p5-IO-CSVHeaderFile: update to 0.04 f ports/130080 miwi [PATCH] dns/p5-Net-DNS-Async: update to 1.07 o ports/130057 amdmi3 [patch] update net-mgmt/netxms to 0.2.24 o bin/130056 [patch] have nfsstat(1) use strtonum instead of atoi f ports/130036 miwi [PATCH] devel/py-polib: update to 0.4.0 o ports/130034 bms [PATCH] devel/p4v: update to 2008.2.179173 f ports/130028 miwi [vuxml] [patch] print/pdfjam: fix CVE-2008-5743; ocasi f ports/130001 lwhsu [PATCH] devel/py-zopeInterface: update to 3.5.0 and up o ports/129995 lev [patch] update devel/subversion to 1.5.5 f ports/129972 pgollucci Update Port: benchmarks/lmbench [patch] - A system per o ports/129970 sobomax [PATCH] net/asterisk12: [chase libspeex changes] o bin/129965 [patch] ps(1): ps -lH doesn't show the proper CPU# o usb/129945 usb [usbdevs] [patch] add u3g support for Longcheer WM66 U f ports/129941 anray [patch] update ports/deskutils/org-mode.el6 f ports/129916 miwi [PATCH] lang/guile: update to 1.8.6 f ports/129914 lme [patch] net-im/amsn: fix tray icon issues with fluxbox o ports/129905 alexbl [PATCH] textproc/highlight: update to 2.6.14 o ports/129887 lev [PATCH] devel/mingw32-binutils: Upgrade to 2.19 o ports/129886 lev [PATCH] devel/mingw32-bin-msvcrt: Upgrade to r3.15.1.a o ports/129881 farrokhi [patch] net/openospfd: update to 4.3 and fix some bugs o kern/129861 pf [pf] [patch] Argument names reversed in pf_table.c:_co o conf/129860 [patch] fortune(6): file not Y2.01K compliant p usb/129858 remko [usb] [patch] Need to add quirk to da_scsi.c to suppor o bin/129855 [patch] ipcs(1) integer overflow with UIDs bigger than p docs/129820 schweikh [patch] Minor typo in ports(7) man page o ports/129818 stas [PATCH] lang/ruby19: update to 1.9.0-5 o bin/129814 [patch] support of per script nice(1) value in periodi o ports/129813 delphij [PATCH] net/openldap24-server: RC script assumes too m o kern/129793 net [ip6] [patch] Locking related leaks in the kernel (rou p docs/129792 trhodes [patch] mount_msdosfs(8) man page is missing the -o la o ports/129790 lioux [PATCH] net-p2p/mldonkey: Fix rc start script o kern/129784 [ata] [patch] SATA port multiplier disk detect bugs in o ports/129782 tmclaugh [PATCH] security/sudo: update to 1.7.0 f ports/129781 rafan [PATCH] net-mgmt/zabbix-agent: update to 1.6.1 f ports/129780 rafan [PATCH] net-mgmt/zabbix: update to 1.6.1 o ports/129767 mnag [patch] databases/memcached - extra patch for repcache o bin/129764 [patch] unbreak sbin/newfs build for the 8-CURRENT o ports/129761 des [PATCH] shells/zsh: add "-E" option to "sudo" command o usb/129758 usb [uftdi] [patch] add Pyramid LCD usb support o ports/129741 portmgr [patch] bsd.port.mk: support systems that have been bu o ports/129726 miwi [PATCH] math/gsl : update to 1.12 o conf/129697 [patch] fix misbehavior of periodic/daily/100.clean-di o ports/129687 obrien [patch] unbreak net/tcpshow for gcc-4.2.1 o ports/129654 girgen [PATCH] www/mod_jk: update to 1.2.27 o ports/129649 barner [PATCH] devel/kcachegrind: update to 0.4.6 o bin/129630 [patch] bsnmpd(1): teach hostres module about ZFS o ports/129609 miwi [patch] www/linux-seamonkey/Makefile.common for linux_ o ports/129588 ahze [patch] finance/gnucash pkg-plist update to support aq o ports/129587 ahze [patch] finance/gnucash fix support for aqbanking3 on o ports/129577 des [PATCH] sysutils/munin-main: does not honor BATCH/PACK o ports/129576 des [PATCH] sysutils/munin-node: does not honor BATCH/PACK o stand/129554 standards lp(1) [patch] Implement -m and -t options o ports/129553 hrs [patch] print/acroread8 can't launch some programs due o usb/129522 usb [ubsa] [patch] add support for ZTE AC8700 modem o ports/129473 mat [PATCH] devel/p5-DateTime: update to 0.45.01 f ports/129461 miwi [PATCH] textproc/wbxml2: update to 0.10.0 o ports/129459 ale [patch] [vuxml] databases/php5-dba, databases/php4-dba o ports/129440 jmelo [PATCH] security/pear-Text_password: update to 1.1.1 o ports/129423 mat [PATCH] devel/p5-DateTime-Format-Builder: simplify dep o ports/129422 ume [PATCH] mail/cyrus-imapd23: add patch for autocreate I o bin/129405 [patch] tcsh(1) vfork bugs o docs/129400 doc [patch] Remove comments that have snook into three man p docs/129398 trhodes [patch] ddb(8): various tweaks to ddb-related man page o ports/129371 miwi [patch] textproc/meld: update to 1.2.1 o ports/129367 mat [patch] devel/p5-DateTime-Timezone depends on devel/p5 o ports/129360 danfe [PATCH] x11/nvidia-driver: update to 177.82 o kern/129352 net [xl] [patch] xl0 watchdog timeout p ports/129344 delphij [PATCH] net/openldap24-server update to 2.4.13 p ports/129341 kde [PATCH] portuguese/kde4-l10n: Improve package naming p ports/129340 kde [PATCH] portuguese/kde4-l10n - Rename to kde4-l10n-pt_ o bin/129318 [patch]: sockstat(1) not usable in shell scripts (no w o ports/129317 skv [vuxml] [patch] lang/perl5.8: document and fix CVE-200 o ports/129309 skv [patch] textproc/docbook-xsl - various improvements o bin/129268 [patch] small patch to let moused(8) detect usb2 o usb/129251 usb [usbdevs] [patch] Liebert UPS being assigned uhid and o ports/129241 barner [patch] devel/boost - additional information on ports/ o kern/129231 fs [ufs] [patch] New UFS mount (norandom) option - mostly o ports/129226 barner [patch] update devel/boost from version 1.34.1 to 1.37 o ports/129210 portmgr [patch] Instrument bsd.port.mk to detect unstripped bi f ports/129185 wxs [PATCH] sysutils/puppet update to 0.24.6 o usb/129173 usb [uplcom] [patch] Add support for Corega CG-USBRS232R a o bin/129170 [patch] fix truss(1) segv for unknown syscall o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o bin/129110 [patch] dump(1): dump -W in 8-CURRENT fails to report o ports/129092 mnag [PATCH] security/openssh-portable: Fix ldap timeout pr o ports/129085 multimedia [PATCH] multimedia/x264: update to 0.0.20081122 o kern/129059 pjd [zfs] [patch] ZFS bootloader whitelistable via WITHOUT o ports/129045 haskell [PATCH] Add documentation to x11/hs-x11-ghc port o docs/129024 doc [patch] ipfw(8) improvements o arm/128987 stas [patch] Fix at91_mci and use 1-bit mode. o usb/128977 usb [usb] [patch] uaudio is not full duplex p docs/128968 doc [patch] rwlock(9) man page typo f ports/128944 lwhsu [PATCH] audio/py25-mutagen: update to 1.14 f ports/128877 miwi [PATCH] graphics/optipng: update to 0.6.2, take mainta p bin/128871 maxim [patch] netstat(1): show unix sockets in netstat -Lan o ports/128852 miwi [PATCH]textproc/wv: update to 1.2.5 o ports/128838 des [PATCH] www/varnish 2.0.1 enhancements o ports/128813 acm [PATCH] print/foo2zjs update to 2008-10-08 o usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 p kern/128801 delphij [bce] [patch] Bug in if_bce.c:bce_get_media() p kern/128790 rwatson [netinet] [patch] bug in IP_MINTTL setsockopt() implem o ports/128782 ume [PATCH] mail/cyrus-imapd23 2.3.13 o kern/128744 [patch] [panic] AMD64 kernel panic if INVARIANTS and D o ports/128730 multimedia [PATCH] multimedia/libquicktime: default LAME option t o bin/128725 [patch] whois(1) does not correctly send queries regar o ports/128723 obrien [PATCH] lang/pcc: update to 0.9.9.081109 o docs/128711 blackend Re: [patch] for handbook browsers page o ports/128680 multimedia [PATCH] multimedia/gavl: update to 1.0.1 f ports/128679 mnag [PATCH] security/openssh-portable: update to 5.1p1 o gnu/128645 [patch] grep(1): teach grep -r to how to ignore direct o kern/128639 acpi [patch] [acpi_asus] acpi for ASUS A6F,A3E,A3F,A3N not f kern/128634 acpi [patch] fix acpi_asus(4) in asus a6f laptop o bin/128616 kientzle [patch] bsdtar(1) error message typo p misc/128610 kensmith [patch] /usr/src: the iso.1 target of make release do o kern/128608 [pccbb] [patch] add support for powering down and up C o bin/128605 secteam [patch] dhclient(8) - security issue f conf/128590 gavin [patch] Updates to NOTES for new USB stack o bin/128587 kensmith [patch] sysinstall(8) uses first mirror in Turkey even o bin/128582 [patch] wpa_cli(8): activate readline(3) support o kern/128577 [ixgbe] [patch] Send queue stall in ixgbe driver when o kern/128575 [cpufreq] [patch] add support for Phenom etc..(beta ve p bin/128562 kientzle [patch] tar(1) problem with hard links and --strip-com o bin/128561 kientzle [patch] compile warning fixes for bsdtar test harness f ports/128521 mi [patch] devel/icu build failed on TestFormatRelative o bin/128493 [patch] find(1) exits if -fstype test fails with EACCE o usb/128485 usb [umodem] [patch] Nokia N80 modem support o ports/128482 marcus [PATCH] ports-mgmt/portlint: add some CONFIGURE_ENV/CF o ports/128467 ale [patch] databases/php4-dba: change Berkeley DB detecti o misc/128444 [build] [patch] create USB stick install image o conf/128433 [patch] Add option to allow a full login when doing 's o bin/128427 [patch] mdfs(8): mount_mfs warns "chmod: Read-only fil o ports/128419 glarkin [PATCH] multimedia/mythtv: various compile fixes o bin/128398 geom [patch] glabel(8): teach geom_label to recognise gpt l o kern/128335 [patch][cpufreq] Missing call to sbuf_delete() in two o usb/128324 usb [uplcom] [patch] remove baud rate restriction for PL23 o conf/128299 rc [patch] /etc/rc.d/geli does not mount partitions using o bin/128295 net [patch] ifconfig(8) does not print TOE4 or TOE6 capabi o bin/128277 [patch] improvements for fwcontrol(8) utility o gnu/128262 [libgcc] [patch] contrib/gcclibs/libcpp/errors.c: -Wmi o kern/128260 ipfw [ipfw] [patch] ipfw_divert damages IPv6 packets o docs/128222 doc [patch] man page truss(1) claims that init(8) can be t o kern/128219 [puc] [patch] puc driver can not handle parallel port o conf/128215 [patch] calendar.music: Chuck Berry was born in St. Lo o bin/128167 [patch] [libc] add support for SCTP to getaddrinfo(3) o kern/128165 [aac] [patch] sync aac(4) with the latest vendor versi o kern/128134 rrs [netinet] [patch] src/sys/netinet - crc32c calculation p usb/128115 stas [uplcom] [patch] USB-RS232 circuets on chip PL2303HX n o kern/128103 vwe [feature request] [patch] new SiS 190 NIC driver o bin/128096 bushman [patch] nscd(1): Failure in memset . o bin/128094 [patch] lint(1): Sizeof(pointer) bug in usr.bin/xlint/ p docs/128089 kientzle [patch] Incorrect type in archive_write(3) manpage o bin/128058 keramida [patch] pkg_create(1): pkg_create -n flag does not wor o kern/128040 [pccbb] [patch] System hangs when PCMCIA-CF adapter pl o kern/128037 [pccbb] [patch] System hang on shutdown with PCMCIA-CF o kern/128036 [sio] [patch] serial console mostly ignores typein to o ports/128025 shaun [patch] security/heimdal ldap support broken under 7 o i386/128014 i386 [geode] [patch] AMD Geode CS5536 watchdog(9) not disab o bin/127986 [patch] ee(1): fix compiler warnings caused by use of o usb/127980 usb [umass] [patch] Fix Samsung YP U2 MP3 player on 7.x an o bin/127932 [patch] mkdir(1): mkdir -p PATH fails if a directory i o kern/127928 net [tcp] [patch] TCP bandwidth gets squeezed every time t o bin/127918 [patch] ATA Security support for atacontrol(8) o conf/127917 rc [patch] dumpon rejects on start with physmem>swap even o docs/127908 doc [patch] readdir(3) error documentation o www/127898 www [patch] query-pr.cgi: properly treat quoted-printable o bin/127872 [libc] [patch] Rewinding on unionfs and Subversion f ports/127854 wxs [PATCH] databases/couchdb: update to 0.8.1 p docs/127840 murray [patch] fix entity references in release/doc/en_US.ISO o ports/127838 stefan [patch] devel/kdesvn: update to 1.0.2 o kern/127834 net [ixgbe] [patch] wrong error counting o ports/127822 tmclaugh [PATCH] security/sudo: add tuneable variable SUDO_LDAP o kern/127815 net [gif] [patch] if_gif does not set vlan attributes from p stand/127795 das [patch] INFINITY and INF have wrong type o ports/127777 miwi [PATCH] www/xpi-quick-locale-switcher: update to 1.6.5 o bin/127764 [boot0cfg] [patch] preserve NT disk UID data for boot0 o misc/127759 [nanobsd] [patch] nanobsd.sh incorrectly calculates pa o ports/127718 brooks [patch] devel/llvm: use PIC on amd64 and add optional o kern/127717 [ata] [patch] - support write cache toggling per devic o kern/127645 [ata] [patch] Add support for nVidia MCP67 AHCI SATA C o ports/127636 mnag [PATCH] www/lighttpd: lighttpd dir_favicon o bin/127633 edwin [patch] Update top(1) to 3.8b1 s ports/127608 marius [patch] sysutils/cdrtools - cdrecord: fix device enume p docs/127602 trhodes [patch] Incomplete information in nsswitch.conf(5) o bin/127591 [patch] [libc] spurious warning against DNAME RRs in g o kern/127581 acpi [patch] [acpi_sony] Add support for more Sony features o docs/127575 doc [patch] Update to ports (7) as it is missing a few mak o misc/127550 [tools] [patch] src/tools/tools/editing/freebsd.vim im o usb/127549 usb [umass] [patch] Meizu MiniPlayer M6 (SL) requires some o usb/127543 n_hibma [patch] [ubsa] Support Option Globetrotter HSDPA modem o bin/127532 [patch] install(1): install -S Not Safe in Jail with s o bin/127514 edwin [patch] regression tests for date(1) o conf/127511 pf [patch] /usr/sbin/authpf: add authpf folders to BSD.ro o conf/127510 gshapiro [patch] etc/mail/aliases: Add URL as reference for RFC f ports/127499 mi [PATCH] Update devel/icu to 4.0 o bin/127475 [patch] sockstat(1) output columns run into each other o misc/127471 [build] [patch] installworld fails if install-info is o ports/127468 multimedia [PATCH]audio/wavpack: update to 4.50.1 p kern/127446 emax [kbdmux] [patch] fix race in sys/dev/kbdmux/kbdmux.c p docs/127432 remko [patch] update fsck_ffs(8) man-page with regarding to o misc/127430 edwin [patch] Add check-script for share/misc/iso3166 o conf/127429 edwin [patch] update share/misc/iso3166 o misc/127428 edwin [patch] Add check-script for share/misc/iso639 o conf/127422 edwin [patch] update share/misc/iso639 p docs/127406 n_hibma [patch] update umodem man page: Sony Ericsson W810i o kern/127391 [ata] [patch] Intel 6300ESB SATA150 cannot find disk a o ports/127389 lwhsu [PATCH] www/xist: update to 3.4.3 o i386/127387 kib [i386] [patch] Inline assembler in x86 _start() in crt o i386/127367 i386 [vesa] [patch] Improve VESA support for Parallels (pat o ports/127348 shaun [PATCH] net-im/ejabberd: Fix rc script's status comman a bin/127331 edwin [patch] top(1) only shows cputime used by one process o ports/127319 dougb [PATCH] ports-mgmt/portmaster - add completion for zsh o ports/127303 kuriyama [patch] misc/amanda-server Add pkg-install to create m o kern/127289 [ata] [patch] new pci ids for SiI3132 present on adapt o bin/127280 des [libfetch] [patch] fetch/libfetch RFC 1738 %2F escaped o bin/127265 [patch] ddb(4): Adding the ddb command set from module o kern/127230 ipfw [ipfw] [patch] Feature request to add UID and/or GID l s ports/127229 lwhsu [PATCH] sysutils/dtc: unbreak, fix some typos, remove p docs/127220 rwatson [patch] err(3) suggests using exit values from sysexit p docs/127219 rwatson [patch] style(9) is inconsistent regarding usage of sy o ports/127214 secteam [PATCH] ports-mgmt/portaudit: Please change to U o kern/127121 pf [pf] [patch] pf incorrect log priority o kern/127042 pf [pf] [patch] pf recursion panic if interface group is p kern/127040 davidxu [patch] mqueuefs(5) witness panic o bin/127034 [patch] Add option to count apparent size to du(1) f kern/126984 glebius [carp][patch] add carp userland notifications via devc o conf/126946 [patch] Add OpenVPN ports to services(5) o kern/126926 [build] [patch] Add MACHINE to dmesg o kern/126924 net [an] [patch] printf -> device_printf and simplify prob o kern/126895 net [patch] [ral] Add antenna selection (marked as TBD) o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c p conf/126841 philip [syscons] [patch] Add eee900 keyboard layout to /usr/s f ports/126840 jpaetzel [PATCH] update sysutils/fusefs-wdfs to use neon28 if p o ports/126787 farrokhi [PATCH] net-mgmt/nefu: various port enthancements f ports/126705 jpaetzel [patch] devel/bazaar Update neon dependancy f ports/126704 jpaetzel [patch] update neon dependancy in audio/libmusicbrainz o kern/126688 net [ixgbe] [patch] 1.4.7 ixgbe driver panic with 4GB and p bin/126682 delphij [patch] sed(1) segfaults on error rather than error me o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui p bin/126657 [patch] w(1) breaks multibyte date format p kern/126609 antoine [vm] [patch] Unused variable `nosleepwithlocks' in sys o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o kern/126561 net [nlm] [patch] NLM (rpclockd) RPC UNLOCK failure (stall p kern/126525 jhb [pci] [patch] Extended PCI Configuration register (>= o ports/126507 kde [PATCH] bsd.cmake.mk: set CMAKE_BUILD_TYPE to "" p misc/126435 ed [patch] /usr/share/examples/drivers/make_pseudo_driver o bin/126433 [patch] some missing checks in rm(1) o conf/126392 rc [patch] rc.conf ifconfig_xx keywords cannot be escaped o ports/126357 skv [patch] misc/xdelta: move to glib20 o bin/126324 rc [patch] rc.d/tmp: Prevent mounting /tmp in second tim o kern/126300 [build] [patch] Add missing -mno-sse3 flag for AMD64 t o docs/126227 doc [patch] kthread(9) refers to non-existent manpage, des f ports/126079 portmgr [patch] [bsd.port.mk] make openssl.mk usable after pre f ports/125996 danfe [patch] x11/nvidia-driver - remove pkg_info statements o bin/125922 net [patch] Deadlock in arp(8) p docs/125896 trhodes [PATCH] arp manual and syntax synchronisation p misc/125881 n_hibma [nanobsd] [patch] nanobsd fails on creating a director o bin/125878 pjd [patch] [request] Add zfs/zpool to rescue programs. o kern/125859 [ata] [patch] sata access failure [regression] o kern/125845 net [netinet] [patch] tcp_lro_rx() should make use of hard o ports/125823 sem [PATCH] ports-mgmt/portupgrade does not use custom ECH o kern/125808 rnoland [drm] [patch] Radeon X800 GTO - *ERROR* Offset failed o ports/125764 ahze [PATCH] x11-themes/clearlooks: Makefile breaks clearlo s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o ports/125714 [patch] www/httptunnel: users not added o kern/125713 sos [ata] [patch] add support for AHCI on MCP67 chipset o bin/125707 [patch] powerd(8): force a method of battery state que p bin/125680 antoine [patch] atacontrol(8): atacontrol depends on executabl o bin/125678 [patch] ls(1) -h option doesn't work if the listing co o kern/125675 [keyboard] [patch] Add hw.syscons.kbd_suspend new sysc p docs/125639 trhodes [patch] kldunloadf(2) does not mention about possible o kern/125613 rwatson [ufs] [patch] ACL problems with special files o conf/125551 [patch] building WLAN userland should be optional o kern/125496 [ata][patch] free memory on ataraid module unload f ports/125494 stas [PATCH]: Mk/bsd.ruby.mk - relocate/consolidate x-gener o ports/125464 apache [patch] Apache Bench in www/apache22 doesn't work o kern/125454 [digi] [patch] device digi (PC/Xe 64K 16 ports) not wo o bin/125449 [patch] awk(1): /usr/bin/awk fails mawk's FPE test o bin/125370 ipfw [ipfw] [patch] increase a line buffer limit o bin/125365 matteo [patch] mdconfig(8) -l overflow for size field o bin/125350 des [libfetch] [patch] src/lib/libfetch add support for de o ports/125327 lwhsu [PATCH] deskutils/gcalcli: fix unicode supporting o usb/125264 usb [patch] sysctl for set usb mouse rate (very useful for o kern/125261 mlaier [pf] [patch] Backport OpenBSD 4.3 patch for pf re-usin p docs/125253 trhodes [patch] jail(2) does not mention about possible error o kern/125181 thompsa [ndis] [patch] with wep enters kdb.enter.unknown, pani p bin/125154 matteo [patch] mount(8) ignores values returned by exec_mount a kern/125139 philip [patch] [ata] bugs in ATAPI CD tray control o bin/125098 [patch] ee(1) consume 100% cpu usage o usb/125072 usb [uplcom] [patch] add Mobile Action MA-620 Infrared Ada o ports/125045 ume [PATCH] mail/cyrus-imapd: add patch for autocreate INB o conf/125041 [patch] New file: /etc/periodic/security/810.loginok o kern/125034 [devfs][patch] devfs does not apply rules to newly cre o kern/125030 [devfs][patch] Command 'devfs ruleset 0' causes panic o kern/125009 [patch] access(2) grants root execute perms for non-ex f ports/124998 danfe [PATCH] audio/soundtouch: doesn't compile with autocon o kern/124996 [patch] "filesystem goof: vop_panic[vop_revoke]" panic o kern/124991 pjd [zfs] [patch] Add two new vfs.zfs.queue tunables o kern/124973 geom [gjournal] [patch] boot order affects geom_journal con o kern/124963 alc [vm] [patch] old pagezero fixes for alc p bin/124938 sobomax [patch] syslog.conf(5): comments at the end of the lin o i386/124902 i386 [i386] [patch] patch to fix VESA modes and allow 8bit p kern/124899 pjd [zfs] [patch] Reboot hangs after ZFS snapshot director o kern/124881 [devfs] [patch] [request] Add possibility to check whi p bin/124863 keramida [patch] make vmstat(8) a bit smarter about the number p kern/124853 gonzo [devfs.rules] [patch] devfs_ruleset_use may use freed o ports/124841 shaun [PATCH] devel/zthread: Fix signature in BlockingQueue. o ports/124837 stas [PATCH] lang/ruby18: update to 1.8.7-p17 o bin/124822 [editline] [patch] Editline's ed-search-{prev,next}-hi o ports/124798 brix [patch] irc/bitlbee is not doing SRV lookups for XMPP o bin/124748 [patch] sh(1): sh -c 'exit -1' fails with "Illegal num o conf/124747 rc [patch] savecore can't create dump from encrypted swap o kern/124744 acpi [acpi] [patch] incorrect _BST result validation for To p bin/124724 ru [patch] netstat(1): netstat coredump on -stable a docs/124716 trhodes [patch] GEOM RAID1 handbook example only covers boot p o ports/124707 danfe [patch] audio/libgpod - add python support again o conf/124641 [patch] new periodic script for checking for ports wit o kern/124621 fs [ext3] [patch] Cannot mount ext2fs partition o kern/124564 [kernel] [patch] add CPUID bits to ident phenom proces o bin/124517 [patch] cdcontrol(1) doesn't print all error messages o conf/124511 [patch][locale] Some wide-characters can't be printing o kern/124487 [procfs] [patch] Extending the PROCFS (/proc) filesyst o misc/124431 [build] [patch] minor revision of BDECFLAGS o bin/124392 rink [patch] bootparamd(8) does not work on arm p misc/124385 mtm [build] [patch] usr.sbin/ngctl/main.c fails to compile o kern/124360 [zfs] [patch] Add ZFS tunable o bin/124349 [patch]: stat(1) should interpret st_flags as it does p bin/124342 mtm ggated(8): [patch] sbin/ggate/ggated/ggated.c fails to p kern/124334 mtm [libc] [patch] lib/libc/glob.c fails to compile under f ports/124257 amdmi3 [PATCH] security/sguil-server: ${PREFIX}/lib/sguil-ser p bin/124251 mtm [patch] add BUGS section to rcorder.8 with REQUIRE exp o conf/124248 rc [patch] add support for nice value for rc.d/jail + rc. o kern/124225 cokane [ndis] [patch] ndis network driver sometimes loses net o kern/124202 [aic] [patch] Add Adaptec 39320LPE to list of known de f ports/124177 amdmi3 [patch] audio/last.fm: update to 1.4.0.56102 o bin/124164 [patch] Add SHA-256/512 hash algorithm to crypt(3) o kern/124064 sos [ata] [patch] cannot handle >16 serial number with Int o bin/124052 [patch] adduser(8) throws errors when -f input file in o kern/123980 [ata] [patch] Implement ATA UDMA speed limit (hw.ata.a p kern/123961 net [vr] [patch] Allow vr interface to handle vlans o gnu/123921 [patch] cpio(1): cpio -oc bug with write_out_header() o kern/123892 net [tap] [patch] No buffer space available o kern/123858 net [stf] [patch] stf not usable behind a NAT p bin/123807 imp [patch] timed(8) does not run on arm (incorrect getopt o kern/123793 bz [ipsec] [patch] KAME IPSEC does not pass processed pac o bin/123774 [patch] kdump(1): time_t printing issues o conf/123734 rc [patch] Chipset VIA CX700 requires extra initializatio o bin/123703 [patch] timed(8): qualify bad diagnostic in src/usr.sb o kern/123696 davidch [bce] [patch] if_bce firmware timeout on new bce chips o bin/123693 [patch] burncd(8): workaround for busy cd-writer while o bin/123644 [patch] [sysctl] Allow sysctl(8) to ignore unknown OID o kern/123640 ariff [patch] [snd_cmi] add support of "C-Media INC. USB Sou o kern/123630 geom [patch] [gmirror] gmirror doesnt allow the original dr o bin/123553 [patch] Prevent indent(1) from splitting unrecognized o conf/123551 [patch][periodic] /etc/periodic/daily/440.status-mailq p kern/123518 [patch] src/sys/kern.mk fails to disable -msse3 for am o docs/123484 edwin [patch] teach pxeboot.8 about ISC DHCP v3 o bin/123418 [patch] du(1): add -g (Gbyte) option to du(1) + manpag o usb/123352 usb [usbdevs] [patch] Add Option GTMAX3.6/7.2 and Quallcom o usb/123351 usb [usbdevs] [patch] Add Reiner SCT cyberJack, Omnikey [2 p bin/123329 phk [patch] usage strings for fifolog_create(1) and fifolo o misc/123240 [nanobsd] [patch] rerunning nanobsd.inc.sh fails becau o bin/123237 [sysinstall] [patch]: sysinstall(8) -- remove dummy qu o conf/123222 rc [patch] Add rtprio(1)/idprio(1) support to rc.subr(8). o ports/123185 portmgr [patch] Mk/bsd.port.mk - Add extended description to O o kern/123179 gabor [libc] [patch] src/lib/libc/nls/es_ES.ISO8859-1.msg fo o kern/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc o misc/123156 [build] [patch] make.conf update to "make update" sect o misc/123155 [build] [patch] src/Makefile.inc1 bug: remove obsolete p usb/123148 imp [uscanner] [patch] Epson DX8400/50 needs uscanner to s p kern/123147 remko [ti] [patch] ti(4) doesn't use mii, but kernel configs p kern/123123 yongari [re][patch] Realtek RTL8111C detection and failure o conf/123119 ipfw [patch] rc script for ipfw does not handle IPv6 o ports/123112 stas [PATCH] lang/ruby18 - rdoc node numbering non-determin o bin/123069 [patch] ps(1): invalid value of 'elapsed' field in ps p kern/123053 yongari [re][patch] re(4) unsupported hardware revision (8168/ o ports/123042 portmgr [patch] bsd.port.mk - Fix USE_LDCONFIG when used with f docs/123038 trhodes [patch] update to projects/c99/index.sgml o docs/123035 doc [patch] bugs in refuse.README a bin/123021 [patch] mount(8): mount -p shows incorrect mount optio o bin/123015 brooks [patch] rc.conf(8): implement automated creation of /e o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o ports/122974 dougb [PATCH] dns/bind94: add DLZ config options o kern/122957 [ath] [patch] ath_hal is too verbose when booting o usb/122956 usb [ubsa] [patch] add support for Novatel Wireless XU870 o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa f ports/122904 glewis [patch] java/jdk15 javaws fails on amd64 o conf/122883 [patch] login class for ukrainian users accounts o ports/122877 portmgr [patch] Mk/bsd.port.mk - Show all pkg-message files o kern/122847 [ata] [patch] atacontrol reports "ioctl(IOCATADEVICES) o usb/122819 usb [usb] [patch] Patch to provide dynamic additions to th o conf/122811 [periodic] [patch] the daily_clean_disks scripts walks o kern/122744 andre [tcp] [panic] [patch] hostcache: supervisor read, page o kern/122670 sos [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE p bin/122659 stefanf [patch] sh(1) long arithmetics broken on certain archi o bin/122652 [patch] du(1) support for inode count o i386/122623 i386 [build] [patch] bsd.cpu.mk doesn't handle opteron/athl o usb/122621 usb [patch] [request] New driver for Sierra Wireless 3G US o ports/122571 [patch] net/libnet10 does not work on amd64 o bin/122519 [patch] ppp(8): ppp provides deficient DNS info o conf/122477 rc [patch] /etc/rc.d/mdconfig and mdconfig2 are ignoring f misc/122300 kensmith [build] [patch] SEPARATE_LIVEFS arch dependent set but o kern/122288 gavin [md] [patch] mdconfig(8) returning negative unit numbe o bin/122271 [patch] usr.bin/xinstall - Add support for -D option ( o conf/122170 rc [patch] [request] New feature: notify admin via page o p bin/122137 matteo [patch] Have crontab(1) use snprintf instead of sprint p bin/122070 matteo [patch] crontab(1): Zero out pw_passwd in crontab o docs/122053 doc [patch] update on vinum(4) reference to newfs(8) o kern/122047 [ext2fs] [patch] incorrect handling of UF_IMMUTABLE / o bin/122043 [patch] du(1) does not support byte-count-based report o conf/122037 [patch] add rsync example for inetd.conf o usb/122025 usb [uscanner] [patch] uscanner does not attach to Epson R o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) s ports/121902 gabor [PATCH] textproc/ispell add OPTIONS o kern/121899 [ar] [patch] Drive detached from Intel Matrix RAID and o bin/121897 [patch] realpath(3) segmentation fault o bin/121895 [patch] rtsol(8)/rtsold(8) doesn't handle managed netw p conf/121783 cperciva [patch] freebsd-update(8) upgrade overwrites device.hi o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o kern/121706 net [netinet] [patch] "rtfree: 0xc4383870 has 1 refs" emit o ports/121688 kde [patch] editors/koffice-kde3: several depencancy fixes o ports/121672 wes [Patch] mail/mimedefang: opt out of clamav use o bin/121671 bushman [patch] nscd(8) prints needless banner o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 f kern/121660 jkoshy [hwpmc] [patch] hwpmc(4) incorrectly handles PMC sampl o bin/121656 [libc] [patch] telldir(3) issues o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour o kern/121566 rc [nfs] [request] [patch] ethernet iface should be broug o kern/121559 geom [patch] [geom] geom label class allows to create inacc o bin/121542 krion [patch] teach pkg_add(1) to accept PACKAGEROOT and PAC o kern/121522 delphij [libc] [patch] [request] add closefrom() system call o kern/121521 sos [ata] [patch] add VIA CX700M2 chipset to ata driver o bin/121520 rwatson [patch]: support for multiple arguments for dirname(1) p bin/121512 mtm [sysctl] [patch] sysctl(8) should return 1 if the user o kern/121504 acpi [patch] Correctly set hw.acpi.osname on certain machin o bin/121502 [patch] option -P appears to be broken in restore(8) s p docs/121490 brueffer [patch] Multiple typos ("in in") in /usr/src files o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C o bin/121424 [patch] [ipfw] Rectify ambiguous English in manual o ports/121413 portmgr [patch] bsd.port.mk: introduce USE_LZMA for lzma-compr o bin/121366 [zfs] [patch] Automatic disk scrubbing from periodic(8 o bin/121359 [patch] ppp(8): fix local stack overflow in ppp o bin/121243 des [patch] passwd(1) patch for usage with PAM/LDAP o arm/121242 ticso [ate] [patch] Promiscuous mode of if_ate (arm) doesn't o ports/121230 x11 [patch] ports/x11/xkeyboard-config WITHOUT_NLS support o docs/121197 doc [patch] edits to books/porters-handbook o usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a o bin/121182 [patch] newfs_msdos(8) should supports devices without o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a o ports/121172 skv [patch] lang/perl5.8 - Silence warning about UTF7 o kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o ports/121143 markus [PATCH] audio/cdparanoia: rip multisession CDs correct o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o kern/121102 acpi [acpi_fujitsu] [patch] update acpi_fujitsu for the P80 o bin/121074 des [patch] Add RFC2617 digest authentication to fetch(3) o kern/121073 [kernel] [patch] run chroot as an unprivileged user o conf/121064 [patch] Use ASCII characters for box/line characters i o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o bin/120994 [patch] alignment violation in chap module of ppp(8) c o conf/120993 [patch] 340.noid -- Add "find -x" capability (don't cr o bin/120990 [patch] support "BIOS Boot" partition type in gpt(8) o kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada p docs/120945 net [patch] ip6(4) man page lacks documentation for TCLASS p bin/120891 dwmalone [patch] enhancement to syslogd(8) - always printing lo o kern/120884 [bktr] [patch] bktr driver always stores the contigmal o kern/120872 [libkvm] [patch] fstat exit on signal 11 o bin/120870 [patch] truss(1) shows 'pipe' system call as having 6 o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 o bin/120813 [patch] grdc(6) off by 500 ms (on average) o bin/120784 rodrigc [patch] mount(8): allow mount from fstab with 3rd part o ports/120756 des [PATCH] sysutils/munin-node: Use fixed GID o ports/120755 des [PATCH] sysutils/munin-main: Use fixed UID/GID p kern/120714 gonzo [viapm] [patch] viapm driver doesn't work on VIA VT823 o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a o kern/120533 [bce] [patch] Multicast not accepted on bce devices o ports/120532 portmgr [PATCH] bsd.port.mk - add more recursive-foo targets o kern/120515 acpi [acpi] [patch] acpi_alloc_wakeup_handler: can't alloc o ports/120506 skv [patch] devel/bugzilla with mysql depends problems o kern/120483 [ntfs] [patch] NTFS filesystem locking changes o kern/120482 [ntfs] [patch] Sync style changes between NetBSD and F o conf/120431 rc [patch] devfs.rules are not initialized under certain o conf/120406 rc [devd] [patch] Handle newly attached pcm devices (eg. o kern/120304 net [netgraph] [patch] netgraph source assumes 32-bit time o kern/120270 simon [crypto] [patch] AES-192 and AES-256 support for HW-ac o conf/120263 [patch] 800.loginfail misses relevant security informa o bin/120256 [patch] ftp(1): ftp -u URL/ returns a -1 o kern/120232 net [nfe] [patch] Bring in nfe(4) to RELENG_6 o conf/120228 rc [zfs] [patch] Split ZFS volume startup / ease ZFS swap p bin/120208 rwatson [patch]: gzip(1) cannot preserve utimes() because it f o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o conf/120194 rc [patch] UFS volumes on ZVOLs cannot be fsck'd at boot o kern/120138 jeff [sched_ule] [patch] steal_thresh may be set a wrong va o kern/120128 attilio [libc] [patch] __getcwd erroneously returning ENOENT o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o bin/120114 [patch] reboot(8) - add features available in Solaris. o conf/120113 [patch] [L10n] Croatian locale support for hr_HR.ISO88 f ports/120099 ed [Patch] vietnamese/vnelvis: don't use sgtty, but termi f ports/120096 ed [Patch] vietnamese/vnterm: use termios, not sgtty o kern/120073 [patch] [request] new driver: add support for Meinberg o kern/120057 pf [pf] [patch] Allow proper settings of ALTQ_HFSC. The c o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o ports/119997 dougb [PATCH] dns/bind94: added GeoIP patches o usb/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab o ports/119923 demon [patch] sysutils/ascpu does not work FreeBSD 8.0-CURRE p threa/119920 deischen [patch] fork broken in libpthread o conf/119874 rc [patch] "/etc/rc.d/pf reload" fails if there are macro o stand/119804 standards [timedef] [patch] Invalid (long)date format in pl_PL.I o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor o ports/119710 sumikawa [patch] net/netcat - nc command runs BSD nc instead of p bin/119705 keramida [patch] make iostat(8) a bit smarter about the number o kern/119668 scsi [cam] [patch] certain errors are too verbose comparing o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch p bin/119614 keramida [feature request] [patch] add regression tests for tr( o bin/119610 [patch] config(8): config -x appends unwanted trailing o kern/119606 [sio] [patch] PCMCIA card not attached to driver o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o kern/119575 simokawa [firewire] [patch] sbp_targ cannot handle multiple CTI o kern/119529 [ext2fs] [patch] Freezes when compiling code on mounte o bin/119483 [patch] vidcontrol(1) misses latest VESA mode (off-by- o conf/119464 [patch] [request] Add 'sorted' option to etc/periodic/ o kern/119358 [kernel] [patch] SYSINIT_VERBOSE can be more verbose o docs/119329 doc [patch] Fix misleading man 1 split o kern/119307 emaste [queue] [patch] TRASHIT macro blasts list header if RE o kern/119298 [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o kern/119205 [dc] [patch] Collect various stats regarding dc(4) int o ports/119204 openoffice [patch] editors/OpenOffice.org-2 v2.3 loops when file o kern/119202 [kernel] [patch] Add generic support for disabling dev o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() o usb/119150 remko [usbdevs] [patch] new usbdevs for CDMA 1xEVDO devices o ports/119095 brooks [PATCH] sysutils/ganglia-monitor-core: allow to run mu o conf/119076 rc [patch] [rc.d] /etc/rc.d/netif tries to remove alias a o bin/119014 [patch] IPv6 addresses cause sockstat(1) to run column p conf/118976 [patch] Turkish locale support for tr_TR.ISO8859-9 o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages a kern/118879 net [bge] [patch] bge has checksum problems on the 5703 ch o bin/118874 [patch] tftpd(8): add TFTP Option Extension (rfc 2347) p conf/118770 mtm [patch] rc.d scripts: print information instead of sil o kern/118739 [cpufreq] [patch] Allow the cpufreq/p4tcc driver to de o kern/118727 net [netgraph] [patch] [request] add new ng_pf module o bin/118723 gcooper [patch] od(1)/hexdump(1) truncates last partial repeat o kern/118713 [minidump] [patch] Display media size required for a k o usb/118686 usb [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei o bin/118636 [sysinstall] [patch] [request] remove requirement for o ports/118547 x11 [patch] x11/xdm fails with pam_krb5 o threa/118544 delphij [libc] [patch] the "clnt_create" function in "libc/rpc p kern/118540 kaiw [elf] [patch] update sys/sys/elf_common.h with new ema o kern/118493 weongyo [ndis] [patch] a trivial fix when ndis sets `ndis_reso f bin/118488 [patch] pw(8) usershow doesn't print password hashes w o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround p usb/118479 kan [ubsa] [patch] ubsa driver does not recognize AnyDATA o kern/118447 sos [ata] [patch] Troublesome DMA modes with VIA Apollo VP p kern/118439 thompsa [ndis] [patch] if_ndis - fix a panic when ndis_attach( p usb/118374 attilio [ubsa] [patch] support Option GlobeTrotter Max 3.6 wir p kern/118370 thompsa [ndis] [patch] if_ndis - fix a scanning problem of Mar o bin/118355 pf [pf] [patch] pfctl(8) help message options order false o bin/118325 rc [patch] [request] new periodic script to test statuses o kern/118320 pjd [zfs] [patch] NFS SETATTR sometimes fails to set file o kern/118317 [zlib] [patch] Incorrect gzeof() return value in zlib o bin/118297 weongyo [patch] ndiscvt(8): sort a output format. o bin/118296 weongyo [patch] ndiscvt(8) can't parse a STRING WORD pattern w o bin/118295 weongyo [patch] ndiscvt(8) makes a syntax error when it proces o bin/118294 weongyo [patch] ndiscvt(8) can't parse WORD which includes '(' o kern/118287 [kernel] [patch] tty write is not always atomic for sm o kern/118222 [pxeboot] [patch] FreeBSD 7.0 PXE + NFS / "Can't work o bin/118205 [patch] [request] new options -r to pkill(1) a pid aft o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT f ports/118159 ijliao [PATCH] security/cryptopp: update to 5.5.2 o bin/118144 des [patch] pam_lastlog doesn't check return values in pam o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o bin/118132 [patch] pax(1): broken -s handling of \1, \2 ... o bin/118123 [patch] chat(8) has infinite recursion bug o bin/118114 [patch] update manctl(8) o conf/118111 [patch] [request] Add MAC address based interface rena o bin/118069 thomas [patch] camcontrol(8) should be able to leave device s o bin/118014 remko [patch] arp(8): Minor style(9) change to src/usr.sbin/ p bin/117944 keramida [patch] [request] add a du(1) -l option to count hardl o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o conf/117935 rc [patch] ppp fails to start at boot because of missing s bin/117830 [patch] who(1) no longer displays entries for folk log f bin/117751 [patch] [request] Make pw(8) support "-d" argument o bin/117733 [patch] [request] allow to tee(1) to sockets, descript o kern/117709 simon [libcrypto] [patch] Base openssl does not define OPENS o bin/117687 [patch] fstab(5) format cannot handle spaces f bin/117603 iedowse [patch] dump(8) hangs on SMP - 4way and higher. o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni a conf/117555 dougb [patch] [nis] NIS-dependent services cannot start if y o usb/117546 remko [uftdi] [patch] Add MaxStream ZigBee product ID to uft o bin/117520 mux [patch] csup(1) not-really-equivalent to cvsup p kern/117512 des [libpam] [patch] document .opieaccess for pam_opieacce o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC o bin/117452 [patch] tftp(1): the fix for PR 103206 was incorrect o bin/117339 net [patch] route(8): loading routing management commands o conf/117323 [termcap] [patch] Missing termcap entry for rxvt-unico o docs/117308 gavin [patch] Clarification of /etc/defaults/devfs.rules sta o bin/117277 des [patch] fetch(1): fetch's resume mode doesn't verify t o kern/117257 [syscons] [patch] [L10n] British English Dvorak keymap o kern/117234 ipfw [ipfw] [patch] ipfw send_pkt() and ipfw_tick() don't s o usb/117205 remko [uscanner] [patch] uscanner support for HP ScanJet 447 o bin/117191 [patch] OptionalObsoleteFiles.inc - Add files to remov o usb/117185 usb [umodem] [patch] Add support for UNION interface descr o bin/117093 kensmith [patch] [request] Teach sysinstall(8) to load config f o ports/117080 linimon [patch] Mk/bsd.perl.mk o usb/117075 usb [scsi_da] [patch] quirk: USB Samsung YP-U3 MP3 p ports/116984 dinoex [patch] www/apache13-modssl missing perl5.8 as RUN_DEP o bin/116980 [patch] [msdosfs] mount_msdosfs(8) resets some flags f o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th p kern/116896 pjd [patch] Typo in a kassert in GEOM o bin/116849 [patch] dump(8) fails to dump UFS filesystems when nul o kern/116837 net [tun] [panic] [patch] ifconfig tunX destroy: panic o stand/116826 standards [patch] sh support for POSIX character classes o kern/116697 kmacy [net] [patch] ifconfig's name argument has no efect on o bin/116643 net [patch] [request] fstat(1): add INET/INET6 socket deta p kern/116608 [panic] [patch] [msdosfs] msdosfs fails to check mount f ports/116601 portmgr [patch] bsd.port.mk - fail if dependency failed o bin/116425 [patch] [request] ls(1) options for pre-sort of direct o conf/116416 mtm [patch] [request] per-jail rc.conf(5) style configurat o conf/116237 [patch] ugly output of the 405.status-ata-raid if fdes o ports/116219 edwin [patch] Add @rmtry to bsd.port.mk o bin/116209 [patch] [request] decimal suffix in split(1) o kern/116077 net [ip] [patch] 6.2-STABLE panic during use of multi-cast o conf/116071 [patch] loader.conf update some variables o kern/116009 ipfw [ipfw] [patch] Ignore errors when loading ruleset from o bin/115960 des sshd's X11 forwarding broken on IPv6 only machine [pat o bin/115946 des [libpam] [patch] not thread-safe o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o kern/115801 sos [ata] [patch] Writing of crash dumps is unreliable p kern/115755 ipfw [ipfw][patch] unify message and add a rule number wher f conf/115751 linimon [patch] etc/rc.d/mdconfig (RELENG_6) o bin/115631 [libc] [patch] [request] make dlclose(3) atexit-aware a kern/115623 imp [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect f kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro o bin/115486 [patch] [request] newsyslog(8) -- provide ability to c s ports/115461 clement [patch] bsd.apache.mk - Create packages for apache mod o bin/115447 [patch] [request] teach make(1) to respect TMPDIR envi o bin/115431 [patch] [request] improvement to split(1): add -B swit o bin/115406 [patch] gpt(8) GPT MBR hangs award BIOS on boot o kern/115371 imp [cardbus] [patch] Device removal leaves resource datab o kern/115196 bushman [libc] [patch] [request] Implement getgroupmembership( o bin/115174 [patch] growfs(8) needs zero-writing for safe filesyst o bin/115172 ipfw [patch] ipfw(8) list show some rules with a wrong form o kern/115164 des [libpam] [patch] [request] Add support for the account o kern/115162 des [libpam] [patch] [request] Add check for target user's o kern/115133 scottl [mpt] [mfi] [patch] Patches to make mfi support LSI SA o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o misc/115025 [tools] [patch] new flash device for nanobsd's FlashDe o kern/114955 fs [cd9660] [patch] [request] support for mask,dirmask,ui o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114915 net [patch] [pcn] pcn (sys/pci/if_pcn.c) ethernet driver f o kern/114847 fs [ntfs] [patch] [request] dirmask support for NTFS ala o kern/114714 net [gre][patch] gre(4) is not MPSAFE and does not support o kern/114646 [firewire] [patch] firewire0: device physically ejecte o kern/114492 [kernel] [patch] device_attach() doesn't unset devclas o bin/114468 fs [patch] [request] add -d option to umount(8) to detach o bin/114465 [patch] [request] script(1): add really cool -d, -p & o kern/114451 [nfs] [patch] prevent NFS server possible crash o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o kern/114331 vanhu [crypto] [patch] VIA padlock freesession bug o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o kern/114291 kmacy [RFE][modules] [patch] add dynamic module references o ports/114231 edwin [patch] multimedia/audacious-plugins - audacious/plugi o ports/114229 nork [patch] [www/linuxpluginwrapper] libmap.conf-FreeBSD6 p bin/114195 gshapiro [patch] [request] make default mail directory for mail o docs/114184 doc [patch] [ndis]: add info to man 4 ndis o ports/114167 portmgr [patch] bsd.port.mk - ignoring major numbers in LIB_DE p usb/114154 imp [patch] umass quirk: Samsung YP-U2 USB MP3/Ogg Player o bin/114129 mux [patch] csup(1) doesn't support authentication p conf/114101 se [patch] Add ZFS to periodic locate run o bin/114081 bz [patch] ppp(8) should be able to set ethernet address o usb/114068 usb [umass] [patch] Problems with connection of the umass o bin/114059 [patch] shutdown(8) should fall back to exec reboot/ha o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o bin/113979 matteo [patch] sysinstall(8) does not support UFS1 filesystem p usb/113964 imp [ucom] [patch] kernel panic when dropping a connection s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o conf/113915 rc [patch] ndis wireless driver fails to associate when i o conf/113913 [patch] [requst] new file /etc/periodic/daily/490.stat o kern/113885 pjd [gmirror] [patch] improved gmirror balance algorithm o bin/113881 [patch] sysctl(8): Wrong memory usage o kern/113849 [libdisk][patch] Correction of Sanitize_Bios_Geom for o bin/113838 fs [patch] [request] mount(8): add support for relative p o bin/113825 [patch] [libc] [ggated] Fix -STABLE build with -fno-st o docs/113803 ipfw [patch] ipfw(8) - don't get bitten by the fwd rule o bin/113702 krion [patch] bad output from "pkginfo -g" o bin/113682 [patch] sysinstall(8) warns for invalid geometry which o bin/113518 [patch] make(1): Prevent execution when command is a c o bin/113398 [libc] [patch] initgroups fails rather than truncates p kern/113388 ipfw [ipfw][patch] Addition actions with rules within speci o gnu/113343 [patch] grep(1) outputs NOT-matched lines (with multi- p kern/113266 harti [libgssapi] [patch] Missing handling of mech_type in g o conf/113265 [patch] Add registered epmd port number to etc/service o bin/113239 [patch] atrun(8) loses jobs due to race condition o bin/113230 des [pam] [patch] const-ify PAM-headers a kern/113218 jkim [sysvipc] [patch] Overflow in shmget's memory size che o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC f ports/113099 tmclaugh [PATCH] sysutils/libchk may skip $X11BASE now o ports/113096 edwin [patch] x11/xorg - X.org manpages broken o bin/113074 [patch] ppp(8): include for strcasecmp(3) a usb/113060 usb [usbdevs] [patch] Samsung printer not working in bidir o bin/113049 fs [patch] [request] make quot(8) use getopt(3) and show o conf/112997 [patch] Add note about the 'native' mtune option to sh p bin/112955 des [patch] login(1): add netgroup support back to pam_log o usb/112944 usb [ulpt] [patch] Bi-directional access to HP LaserJet 10 o kern/112938 [headers] [patch] utmp.h is too limiting for modern sy p docs/112935 remko [patch] newfs_msdos(8): document 4.3g limit on files w o bin/112794 [patch] [request] pam_exec(8): allow pam_exec to expor o kern/112775 [libmd] [patch] libmd(3) bug for some zero-length file a bin/112694 [patch] segfault in pam_lastlog(8) on sshd exit when n o bin/112673 [patch] pkg_add(1): pkg_add -S leaks the temp dir o kern/112658 fs [smbfs] [patch] smbfs and caching problems (resolves b o conf/112558 [patch] /etc/periodic/daily/200.backup-passwd poor han o bin/112557 net [patch] ppp(8) lock file should not use symlink name o bin/112556 [patch]: sysctl(8) needs to fix multi-lineal descripti o kern/112554 silby [kernel] [patch] unp_gc is overly agressive and remove s kern/112544 acpi [acpi] [patch] Add High Precision Event Timer Driver f o kern/112477 marius [ofw] [patch] Add support to set the node and type on o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f o bin/112379 [patch] [request] lockf(1): on closing stdin, stdout, p ports/112347 obrien [PATCH] editors/vim re-enable WITH_TCL o bin/112336 [patch] install(1): install -S (safe copy) with -C or s gnu/112215 obrien [patch] gcc(1): "gcc -m32" attempts to link against 64 o bin/112213 [patch] touch(1)ing a directory and failing yields ret o conf/112024 [patch] misc fixes to fortunes f kern/111990 [pccbb] [patch] system freeze in initialization proces o bin/111978 [patch] [request] make syspath list for mount(8) confi p usb/111710 imp [patch] [usb] add support for Option GlobeTrotter 3G+ o kern/111537 kmacy [netinet6] [patch] ip6_input() treats mbuf cluster wro o bin/111493 [patch] routed(8) doesn't use multicasts for RIPv2 via o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o bin/111226 [patch] Incorrect usage of chflags() in various FreeBS o ports/111120 skv [PATCH] lang/perl5.8: Provide @INC modification via op o bin/111024 [request] [patch] atacontrol(8): support for stand-by o kern/111023 sos [ata] [request] [patch] please expand ata timeouts o kern/110995 kmacy [loader] [patch] loader wastes space worth symtab size o conf/110993 [patch] /etc/netstart should start rpcbind p usb/110992 imp [uftdi] [patch] Add Tactrix Openport support in uftdi s usb/110991 usb [usbdevs] [patch] QUIRK: Super Top IDE DEVICE (depends o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o bin/110887 [patch] truss(1) missing linux_access syscall descript o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu f kern/110720 kmacy [net] [patch] [request] support for interface descript p usb/110681 imp [ukbd] [patch] multiple keys will be repeated o ports/110533 olgeni [patch] WITHOUT_NLS support for www/neon and www/sitec p usb/110477 imp [usbdevs] [patch] add Benq 3300U/4300U support to Free o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o kern/110284 kmacy [if_ethersubr] [patch] Invalid Assumption in SIOCSIFAD o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o kern/110249 kmacy [kernel] [regression] [patch] setsockopt() error regre o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o bin/110146 [patch] [request] Allow arbitrary gdb(1) options to by p usb/110122 imp [ugen] [patch] usb_interrupt_read does not respect tim o bin/110068 [patch] rewrite of mdmfs(8) in shell o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o kern/110017 [libexec] [patch] serial port console output garbled a amd64/109584 edwin [patch] zdump(8) doesn't work a ports/109580 glewis [patch] math/gnuplot does not include bsd.emacs.mk whe o conf/109562 rc [rc.d] [patch] [request] Make rc.d/devfs usable from c o bin/109521 [patch] chio(1): 'chio return' breaks on non-voltag ch o ports/109501 krion [PATCH] add some configurable vars to mail/exim o bin/109478 [libc] [patch] adopt reentrant syslog functions from O a kern/109477 yongari [vr] [patch] onboard via vt6103 ethernet does not work o kern/109416 des [libpam] [patch] pam_group doesn't check login_group m o bin/109413 jhb [patch] top(1) shows at least 50% idle when hyperthrea o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o kern/109251 [re] [patch] if_re cardbus card won't attach o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) o kern/108899 [termcap] [patch] termcap update for screen and linux p usb/108810 imp [patch] quirk for I/O Magic USB flash drive "Giga Bank s bin/108743 vwe [patch] who(1): IPv6 addresses truncated to maximum IP o bin/108656 [patch] Segfault of sshd(8) for unknown user when priv p bin/108523 trhodes [patch] daemon(8): support for dropping privileges p usb/108427 imp [patch] quirk: Samsung MP0402H o bin/108390 [libc] [patch] wait4() erroneously waits for all child p bin/108368 [patch] tip(1) coredumped when 'du' capability is used o kern/108133 jmg [bktr] [patch] bktr driver doesn't recognize Hauppauge p usb/108097 imp [usbgen] [patch] ADMtek 851X USB-to-LAN adapter o kern/107944 net [wi] [patch] Forget to unlock mutex-locks o usb/107924 usb [patch] usbd(8) does not call detach o ports/107816 roam [patch] The IPv6 patch breaks the location feature of o kern/107707 geom [geom] [patch] [request] add new class geom_xbox360 to p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o bin/107515 [patch] ls(1) bug p usb/107495 imp [cam] [patch] Fix long wait before WD My Book 250GB (U o usb/107388 usb [patch] [request] new driver: add utoppy device from N o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP o usb/107243 usb [cam] [patch] Apacer USB Flash Drive quirk o bin/107171 [patch] [ncurses] systat(1) doesn't die when it's xter o conf/107035 net [patch] bridge interface given in rc.conf not taking a o bin/106872 [patch] [request] extattr support for find(1) o usb/106861 usb [usbdevs] [patch]: usbdevs update: Add product ACER Ze s ports/106848 portmgr [PATCH] Mk/bsd.port.mk -- Add support to remove locale o bin/106734 [patch] [request] bzip2(1): SSE2 optimization for bzip o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o kern/106645 [uart] [patch] uart device description in 7-CURRENT is o usb/106621 usb [axe] [patch] DLINK DUB-E100 support broken p usb/106565 imp [ums] [patch] ums(4) does not work if the mouse defaul o i386/106493 ru [patch] pxeboot(8) uses /pxeroot instead of / o ports/106483 portmgr [patch] embed distfile information in +CONTENTS o ports/106463 ume [patch] [request] please add audacious support for aud o bin/106431 sos [patch] atacontrol(8): Inform user of ata RAID5 acting o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag p bin/106049 [tftpd] [patch] tftpd(8) - improve -w option to suppor o conf/106009 rc [ppp] [patch] [request] Fix pppoed startup script to p o bin/105614 [patch] setkey(8): Creating NULL encryption ESP SAs wi o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 o conf/105568 rc [patch] [request] Add more flexibility to rc.conf, to o ports/105516 obrien [patch] sysutils/asr-utils needs ASR_COMPAT kernel opt o docs/105456 keramida [patch] overhaul of the security chapter (14) o bin/105341 [libpam] [patch] [request] pam_krb5: Add minimum_uid/m o www/105333 www [patch] Base selection in events in libcommon.xsl does o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp a ports/105122 shaun [PATCH] net-im/ejabberd: new UID/GID collides with Sam f conf/105100 ache [locale] [patch] no support for lv (latvian) locale o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m o bin/104921 ipfw [patch] ipfw(8) sometimes treats ipv6 input as ipv4 (a o kern/104882 [iicbb] [patch] pvr250 and pvrxxx drivers need iicbb p o kern/104851 [inet6] [patch] On link routes not configured when usi o bin/104746 [patch] traceroute(8): 'traceroute -e -P TCP' cannot w o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o bin/104731 gad [patch] missing newline in lpq(1) output s bin/104689 matteo [patch] [request] powerd(8): add support for limiting o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a o bin/104553 [patch] [request] Add login group support to login.acc o conf/104549 rc [patch] rc.d/nfsd needs special _find_processes functi o gnu/104533 bugmeister [patch] [request] make send-pr(1) read configuration f o docs/104493 roberto [patch] Wrong description in ntp.conf(5) (CURRENT and o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o usb/104352 usb [ural] [patch] ural driver doesnt work o usb/104290 usb [umass] [patch] quirk: TOSHIBA DVD-RAM drive (libretto p kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o bin/104092 [patch] iostat(8): missing blanks in iostat output o kern/104079 [fdc] [patch] kldunload fdc.ko leads to panic: mutex G o kern/103764 [libradius] [patch] libradius aborts server processing p usb/103702 imp [cam] [patch] ChipsBnk: Unsupported USB memory stick o bin/103682 [patch] [request] nfsstat(1) should use %u instead of o kern/103615 emaste [aac] [patch] aac(4) update to the last version availa f conf/103489 bz [rc.d] [named] [jail] [patch] named_chroot_autoupdate o kern/103454 ipfw [ipfw] [patch] [request] add a facility to modify DF b o usb/103418 usb usbhidctl(1): [patch] [request] usbhidctl: add ability p usb/103167 imp [ehci] [patch] Transcend JetFlash120 memory stick prob o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an o kern/102956 rink [linux] [patch] Add partial support for SO_PEERCRED in o ports/102946 secteam [patch] ports-mgmt/portaudit o bin/102834 [patch] mail(1) hangs on the sigsuspend system call in o bin/102793 edwin [patch] [request] top(1): display feature of current C o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o bin/102638 matteo [patch] sysinstall(8): custom dist set always install o bin/102609 [patch] Add filtering capability to date(1) o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o conf/102502 net [patch] ifconfig name does't rename netgraph node in n o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo o bin/102394 [patch] ls(1) do not shows inode number symbolic link o kern/102390 [pppd] [patch] kernel pppd don't using pam o bin/102357 [patch] tcsh(1)/csh(1) jobs control: sometimes 'fg' co o bin/102299 [patch] grep(1) malloc abuse? o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o bin/102162 [tftpd] [patch] tftpd(8): Limit port range for tftpd o usb/101775 usb [libusbhid] [patch] possible error in report descripto o usb/101761 usb [usb] [patch] [request] usb.h: increase maximal size o p usb/101757 imp [patch] uhid.4: correct structure field names to match o threa/101323 threads [patch] fork(2) in threaded programs broken. o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o bin/100956 remko [patch] support setting carp device state with ifconfi o bin/100921 [patch] tftpd(8): libexec/tftpd: `-w' non-traditional o bin/100914 [patch] tftpd(8): libexec/tftpd: write access control o docs/100803 jhb [patch] the man page about ithread is expired. o conf/100782 [keyboard] [patch] Default keymap to support ALT+Left, o conf/100616 [patch] syslog.conf: lines after exclamation point ign o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies a bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system a bin/100089 [patch] ftp(1): default ftp application of FreeBSD giv o bin/100018 [patch] newsyslog(8) does not check size if time_at is o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o kern/99979 [patch] Get Ready for Kernel Module in C++ o bin/99896 gad [patch] lpr(1): lpr -r flag has no effect o kern/99800 [libc] [patch] Add support for profiling multiple exec o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o conf/99721 rc [patch] /etc/rc.initdiskless problem copy dotfile in s o kern/99692 [patch] [L10n] A pl_PL.dvorak keymap for syscons. o misc/99627 [build] [patch] make update & CVSROOT o bin/99566 jail [jail] [patch] fstat(1) according to specified jid o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o conf/99328 linimon [patch] updates for src/share/examples/cvsup o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o kern/99186 lulf [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple o gnu/99173 [patch] replace gnu patch with a bsd-licensed one. f kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/98978 net [ipf] [patch] ipfilter drops OOW packets under 6.1-Rel o kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o conf/98815 [locale] [patch] Add euro symbol to pt_PT locale using o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o docs/98759 doc [patch] sbp_targ(4) man page missing reference to devi o bin/98577 [patch] dhclient(8): the link check by dhclient slows o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok p kern/98015 remko [bfe] [patch] bfe(4): double free in error handling pa o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to p conf/97697 matteo [patch] rc.conf - jail__exec_afterstart[0..n] o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97329 [nfs] [patch] code simplification o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o bin/97002 [patch] cron(8) fails quietly if /usr/sbin/sendmail is o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o bin/96854 imp [patch] devd(8) parses events incorrectly in some case o bin/96840 [libc] [patch] getgrent() does not return large groups o conf/96746 [nanobsd] [patch] Configuration changes and README for f kern/96743 yongari [sk] [patch] broken 32-bit register operations p usb/96714 imp [uvisor] [patch] Update uvisor to support the Fossil A o bin/96540 [patch] catman(1) does not deal correctly with hard-li o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel f kern/96393 [libz] [patch] assembler implementations for libz on i o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o kern/96346 [modules] [patch] disable build of modules that are al o conf/96343 rc [patch] rc.d order change to start inet6 before pf o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o stand/96236 standards [patch] [posix] sed(1) incorrectly describes a functio p usb/96133 imp [scsi] [patch] add scsi quirk for joyfly 128mb flash u o bin/96128 [ahc] [patch] Make aicasm WARNS=6 clean o kern/96030 net [bfe] [patch] Install hangs with Broadcomm 440x NIC in o bin/95979 [patch] burncd(8) fails to fixate CDs o conf/95754 [patch] Portuguese timedef p bin/95715 [patch] random(6) busy loop under some conditions o bin/95698 philip [patch] moused(8): Software control of sysmouse o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95277 net [netinet] [patch] IP Encapsulation mask_match() return o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values s ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o kern/95084 ipfw [ipfw] [regression] [patch] IPFW2 ignores "recv/xmit/v o bin/95082 [patch] ping(8) won't handle large preload patterns o bin/95079 [patch] apply(1) dies when there are two %1 in command p usb/94946 imp [uhub] [patch] code dynamic status size for status cha s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke p usb/94742 imp [umass] [patch] umass driver does not recognise YANO e o ports/94690 ume [patch] Daemons in /usr/local/etc/rc.d/ must do "setss o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount o docs/94625 doc [patch] growfs man page -- document "panic: not enough o bin/94546 [patch] Make telnet(1) accept 'host:port' on command l o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under p usb/94439 imp [patch] Add support for JNC MP3 Player o www/94423 danger [patch] XML'ified release todo list o kern/94369 itetcu [bktr] [patch] Patch to support Leadtek WinFast Tv2000 p usb/94311 imp [ugen][patch] allow interrupt IN transactions to be af o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ s ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b p usb/94132 imp [patch] quirk for CENTURY EX35QUAT disk enclosure o bin/94052 [patch] Adds option to script(1) to suppress carriage- o bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/93942 fs [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o bin/93857 [patch] new utility: kiconv_cs_preload(8): Utility for o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o docs/93683 chinsan [patch] some typos in klist(1) o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o ports/93560 roam [patch] dns/djbdns-ipv6: Update IPv6 patches o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. p kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu o kern/93331 [kernel] [patch] broken asm in kernel o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o gnu/93127 [patch] add __FreeBSD_kernel__ to pre-defines o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o conf/92541 [patch] [locale] add ca_AD, ca_FR and ca_IT locales o conf/92523 rc [patch] allow rc scripts to kill process after a timeo s ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message o kern/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers p usb/92306 imp [quirk] [patch] Support for iRiver U10 USB media playe o kern/92238 sos [ata] [patch] Spurious "atapci1: failed to enable memo o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o s kern/91777 net [ipf] [patch] wrong behaviour with skip rule inside an o conf/91732 [patch] 800.loginfail: fix log message grep expression o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 f kern/91476 gavin [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c a bin/91316 [patch] pax(1): pax -pe does not preserve times on sym o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o kern/91134 [smbfs] [patch] Preserve access and modification time o bin/91101 edwin [patch] whereis(1): make more readable o bin/91034 [patch] minor fix to iostat(8) so that columns line up o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad s conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o bin/90823 [patch] cp(1) should use lchflags() o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o bin/90687 [patch] side effect of -delete option of find(1) o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o bin/90384 [patch] chroot patch for sftp-server(8) o bin/90311 [patch] add "eject" to mt(1) a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf p usb/90162 imp [usb] [patch] Add support for the MS Wireless USB Mous o bin/90130 [patch] sysctl(8): print temperature in celsius only w o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for f kern/89989 bz [jail] [patch] Add option -I (ASCII 73) PID to specif o bin/89988 [patch] bootparamd(8) null host support and whoami fix o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o conf/89870 rc [patch] [request] make netif verbose rc.conf toggle o bin/89799 [patch] Making natd(8) not require a newline at the en o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89762 edwin [patch] top(1) startup is very slow on system with man o kern/89752 dwmalone [bpf] [patch] bpf_validate() needs to do more checks a kern/89660 geom [vinum] [patch] [panic] due to g_malloc returning null o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o bin/89410 [patch] sh(1) missing \u interpolation and bug/fix in o bin/89326 [patch] Add pattern matching to login.access(5) p docs/89325 trhodes [patch] Clarification of kbdmap(5), atkbd(4) and kbdco s kern/89305 vwe [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o conf/89061 rc [patch] IPv6 6to4 auto-configuration enhancement p usb/88939 imp [umass] [patch] Fix cheapy Myson USB-IDE adapter o conf/88913 rc [patch] wrapper support for rc.subr o bin/88821 pjd [patch] IPv6 support for ggated(8) o bin/88780 [patch] Baseline ipmon(8) uses LOG_LOCAL0 syslog, not o bin/88655 [patch] tcsh(1): /bin/tcsh ls-F : Floating exception ( a bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. o bin/88056 [patch] [request] cp(1) could really use Linux's -x op o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o bin/87966 [patch] newfs(8): introduce -A flag for newfs to enabl o conf/87925 [patch] [request] modify output of 405.status_ata_raid o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o bin/87729 phk [libc] [patch] most calls to malloc(3) generate warnin o bin/87651 [patch] fsck(8) (on superblock error) tells wrong man o kern/87506 [vr] [patch] Fix alias support on vr interfaces s ports/87420 portmgr [patch] bsd.port.mk: implementing WITH_OPENLDAP_VER to o www/87119 hrs [patch] encode copyright and such symbolically o kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface implementation o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o bin/86635 [patch] pfctl(8): allow new page character (^L) in pf. o bin/86485 [patch] hexdump(1): hexdump -s speedup on /dev a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o bin/86388 [patch] periodic(8) daily should backup bsdlabel(8) / o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel p usb/86195 imp [aue] [patch] allow USB Ethernet Adaptor "ELECOM LD-US o bin/86148 [patch] dirname(1) doesn't take multiple arguments as o kern/85971 jeff [uma] [patch] minor optimization to uma o gnu/85895 [patch] cc -print-search-dirs returns (null) o conf/85819 rc [patch] script allowing multiuser mode in spite of fsc s kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/85648 [net] [patch] provide more specific default network dr o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o i386/85417 i386 [i386] [npx] [patch] Possible bug in ia32 floating-poi p kern/85320 gonzo [gre] [patch] possible depletion of kernel stack in ip o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o docs/85187 doc [patch] find(1) manpage missing block info for -ls o kern/85137 des [pseudofs] [patch] panic due to sleep with held mutex o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/85118 doc [patch] opiekey(1) references non-existing opiegen(1) o kern/85086 wkoszek [ef] [patch] Locking fixes for ef(4) (+removes mem. le o kern/84981 [headers] [patch] header protection for with aroun p kern/78179 alc [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o bin/78170 [patch] Fix signal handler in bootpd(8) o docs/78138 doc [patch] Error in pre-installation section of installat o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( p usb/77940 imp [quirk] [patch] insertion of usb keyboard panics syste p kern/77913 net [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o kern/77355 [i386] [patch] Detect i*86 subarches for uname s kern/77195 net [ipf] [patch] ipfilter ioctl SIOCGNATL does not match o kern/77181 mckusick [newfs] [patch] newfs -g largevalue, mkdir, panic o bin/77031 [patch] comm(1) unable to handle lines greater than LI o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/76893 [cam] [patch] Fatal divide in booting processes with B o bin/76711 [patch] rm(1): parse error in rm.c:check() while parsi o kern/76678 dfr [libpam] [patch] Allow pam_krb5 to authenticate no loc o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o conf/76626 [patch] 460.status-mail-rejects shows destination doma o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o gnu/76169 [patch] Add PAM support to cvs pserver o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o docs/75711 keramida [patch] opendir(3) missing ERRORS section o conf/75502 [patch] [locale] Fix LC_NUMERIC and LC_MONETARY for de o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula s kern/74986 jfv [patch] sysctlize a parameter of if_em's interrupt mod p usb/74880 imp [ucom] [patch] Samsung N400 cellphone/acm fails to ata p usb/74849 imp [uvisor] [patch] Samsung SPH-i500 does not attach prop o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o p usb/74609 imp [umodem] [patch] allowing cdma modems to work at full s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o kern/74450 [libalias] [patch] enable libalias/natd to create skip o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma o conf/74213 darrenr [patch] Connect src/etc/periodic/security/610.ipf6deni o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o bin/74127 [patch] patch(1) may misapply hunks with too little co o conf/74004 [patch] add fam support to inetd.conf o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73786 [patch] added WARNING in spanish to stable-supfile o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o conf/73677 rc [patch] add support for powernow states to power_profi o conf/73337 [nsswitch.conf] [patch] potential invalid free o kern/73328 edwin [patch] top(1) shows NICE as -111 on processes started o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX a conf/72978 [patch] [L10n] add danish syscons keymap with accents o conf/72901 [patch]: dot.profile: prevent printing when doing an s o bin/72793 [patch] wicontrol(8) prints out non-printable chars in p usb/72732 imp [patch] Kyocera 7135 quirk. o bin/72588 [patch] iostat(8) tty stats field concatenation o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o conf/72465 [patch] United States International keyboard layout fo o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72277 [patch] update for /usr/share/skel o conf/72076 [locale] [patch] German locales use old %d.%m.%y date o conf/71994 [patch] dot.login: login shell may unnecessarily print s bin/71855 [patch] making kdump(1) WARNS=6 clean s bin/71773 des [patch] genericize.pl -c misses some comments o conf/71767 [patch] [L10n] French translations for keyboards keyma o bin/71749 [patch] truss -f causes circular wait when traced proc o bin/71671 [patch] cleanup of the usr.sbin/apmd code o bin/71667 [patch] cleanup of the usr.sbin/bootparamd code o bin/71665 [patch] cleanup of the usr.sbin/dconschat code o bin/71664 [patch] cleanup of the usr.sbin/fwcontrol code o bin/71661 [patch] cleanup of the usr.sbin/keyserv code o bin/71660 [patch] cleanup of the usr.sbin/kgmon code p bin/71659 [patch] cleanup of the usr.sbin/mount_portalfs code o bin/71632 [patch] cleanup of the usr.sbin/ndp code o bin/71631 [patch] cleanup of the usr.sbin/pppctl code o bin/71630 [patch] cleanup of the usr.sbin/pppd code o bin/71629 [patch] cleanup of the usr.sbin/pppstats code o bin/71628 [patch] cleanup of the usr.sbin/rpcbind code o bin/71625 [patch] [nis] cleanup of the usr.sbin/rpc.ypupdated co o bin/71622 [patch] sicontrol(8): cleanup of the usr.sbin/sicontro o bin/71621 [patch] sliplogin(8): cleanup of the usr.sbin/sliplogi o bin/71618 [patch] timed(8): cleanup of the usr.sbin/timed code o bin/71617 [patch] [nis] ypserv(8): cleanup of the usr.sbin/ypser o bin/71616 [patch] [nis] yp_mkdb(8): cleanup of the usr.sbin/yp_m o bin/71613 [patch] traceroute(8): cleanup of the usr.sbin/tracero o bin/71602 [patch] uninitialized "len" used instead of "slen" wit s bin/71290 des [patch] passwd(1) cannot change passwords other than N o kern/71258 alc [vm] [patch] anonymous mmappings not always page align o stand/70813 standards [patch] ls(1) not Posix compliant o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o docs/70652 doc [patch] New man page: portindex(5) o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o bin/70245 ru [patch] [build] Change to src/release/Makefile to aid p kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o bin/69986 [sysinstall] [patch] no job control in fixit shell on o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' p docs/69861 trhodes [patch] usr.bin/csplit/csplit.1 does not document POSI o kern/69650 [patch] make getserv* functions work with nsdispatch o bin/69398 [patch] login(1) cleartext display of password in logi o bin/69268 [patch] Fix ndiscvt(8) to warn you if it's going to ge o bin/69083 [patch] vi(1) basic modelines for contrib/nvi o bin/69010 [patch] [build] Portability fixes for FreeBSD build ut o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports a kern/68905 secteam [patch] core dumps are assigned wrong ownership o bin/68797 [patch] cut(1): fflush after each write if an option i s kern/68692 andre [net] [patch] Move ARP out of routing table o bin/68586 dwmalone [patch] allow syslogd(8) to forward to non-default por o bin/68437 [patch] conscontrol(8) DEVDIR -> _PATH_DEV fix and mor p usb/68412 imp [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o bin/68328 [patch] syslogd(8) enable configuration of extra liste s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o bin/68312 [patch] be able to create fdisk(8) partions using simi o kern/68311 [patch] it is impossible to override defaults with ker o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction p kern/68189 bz [arp] [jail] [patch] arp -a discloses non-jail interfa o conf/68108 [patch] Adding mac-address /conf selector to diskless o kern/67830 [smp] [patch] CPU affinity problem with forked child p o bin/67550 [patch] tftpd(8) Add BLK_SIZE option to tftpd server f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR s i386/67383 [i386] [patch] do a better job disassembling code in 1 o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc o bin/66988 [patch] apm(8) check validation of the returned values o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66893 [patch] [nis] rpc.yppasswdd(8): Linux NIS clients conn s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports p docs/66343 imp [patch] unlisted supported card on man page for wi(4) s ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/65901 [smbfs] [patch] smbfs fails fsx write/truncate-down/tr s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o bin/65803 gad [patch] ps(1) enhancements (posix syntax, and more) o kern/65355 [pci] [patch] TC1000 serial ports need enabling o bin/65306 obrien [patch] [build] Portability fixes for FreeBSD build ut o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( a kern/64816 [nfs] [patch] mmap and/or ftruncate does not work corr o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/63863 glebius [netgraph] [patch] [request] implement NGM_ELECTROCUTE f usb/63837 linimon [uhid] [patch] USB: hid_is_collection() only looks for o docs/63570 doc [patch] Language cleanup for the Handbook's DNS sectio a bin/63197 [patch] tftp(1) Bus error, core dumped o kern/63096 csjp [mac] [patch] MAC entry point for route manipulation o kern/63064 [patch] strptime(3) fails on %z a kern/62278 [nfs] [patch] NFS server may not set eof flag when rea o bin/62077 [patch] Make it possible to abbreviate mixer(8) device o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o bin/61978 delphij [patch] sync setkey(8) token.l with KAME o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault s kern/61497 ups [kernel] [patch] __elfN(map_insert) bug s i386/61481 [patch] a mechanism to wire io-channel-check to userla s misc/61322 [build] [patch] bsd.dep.mk disallows shell generated f o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o bin/61239 [patch] bootp enhancement, places the dhcp tags into t p usb/61234 imp [usb] [patch] usbhidaction(1) doesn't support using an o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o p kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o bin/59777 [patch] ftpd(8)/FreeBSD 5: potential username enumerat o bin/59775 [patch] ftpd(8)/FreeBSD 5: incorrect reply for "unimpl o bin/59774 [patch] ftpd(8)/FreeBSD 5: syslog facility may be chan o bin/59772 [patch] ftpd(8)/FreeBSD 5: support for tcp_wrappers in o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans o conf/59600 [patch] Improved us.emacs.kbd mapping o bin/59564 [patch] from(1) add option (-S) to also display subjec o www/59307 remko [patch] xml/xsl'ify & update publications page o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o docs/59240 blackend [patch] handbook update: linux MATLAB o bin/59220 obrien [patch] systat(1) device select (:only) broken o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc s kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o bin/58483 [patch] mount(8): allow type special or node relative o bin/58012 [patch] tftpd(8) Multihomed tftpd enhancement o bin/57715 [patch] tcopy(1) enhancement o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/57522 [patch] New PID allocater algorithm from NetBSD o conf/57517 [patch] add parameter for /etc/periodic/daily/210.back s bin/57407 [patch] Better NTP support for dhclient(8) and friends o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt o docs/57298 blackend [patch] add using compact flash cards info to handbook s bin/57255 usb [patch] usbd(8) and multi-function devices s amd64/57250 kmacy [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SET s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s bin/57018 [patch] convert growfs(8) to use libufs(3) o conf/56934 rc [patch] rc.firewall rules for natd expect an interface o bin/56648 [patch] enable rcorder(8) to use a directory for locat o bin/56447 [patch] extend mt(1) command for AIT-2 tape drives o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml s ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o bin/55539 [patch] Parse fstab(5) with spaces in path names o misc/55387 [build] [patch] users LD_LIBRARY_PATH can interfere wi p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/54891 [libalias] [patch] libalias(3)/natd(8) and exporting c o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54594 [patch] make(1) apply regexps to the entire variable - o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use p bin/54446 flz [patch] pkg_delete(1) doesn't honour symlinks, portupg o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o bin/54401 [patch] pppstats(8) prints 0 for absolute values in ra o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o bin/54365 [patch] add -u option to install(1) for SysV compatibi o conf/54170 [patch] error from weekly periodic script 330.catman s stand/53682 [feature request] [patch] add fuser(1) utility o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a f kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb s ports/52765 portmgr [patch] Uncompressing manual pages may fail due too "a o kern/52725 [patch] installincludes for kmods s ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx s docs/52071 delphij [patch] Add more information about soft updates into a s usb/51958 usb [urio] [patch] update for urio driver o bin/51827 [libc] [patch] getaddrinfo(3) is broken with numeric s o kern/51583 [nullfs] [patch] allow to work with devices and socket s kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent o ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o bin/51148 [patch] Control the cache size for pwd_mkdb(8) to spee s bin/51137 [patch] config(8) should check if a scheduler is selec o bin/51070 [patch] add -p option to pom(6) o kern/51009 [aue] [patch] buggy aue driver fixed. s kern/50827 [kernel] [patch] [request] add sane record locking o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o kern/50526 [kernel] [patch] update to #! line termination o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o bin/50300 [patch] make the loader(8) use of terminal-control seq o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o misc/50106 [build] [patch] make 'make release' more flexible behi o kern/49039 [sio] [patch] add support for RS485 hardware where dir a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename s bin/48962 des [patch] modify fetch(1) to allow bandwidth limiting p bin/48730 sos [patch] burncd(8) does not handle signals and causes d o gnu/48638 [libdialog] [patch] some bug fixes in libdialog o bin/48603 [patch] getopt(1) is broken o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/48471 pjd [jail] [patch] [request] private IPC for every jail o conf/48444 [patch] security.functions: count connection attempts o bin/48443 mtm [patch] periodic(8) executes too many files o conf/48325 [patch] /etc/periodic/security/100.chksetuid doesn't w o bin/48183 marcel [patch] gdb(1) on a core(5)-file from a threaded proce o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o conf/48133 [patch] /etc/rc: improved vi recovery notification o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o docs/47818 doc [patch] ln(1) manpage is confusing o bin/47815 [patch] stty(1) -all should work. o docs/47594 remko [patch] passwd(5) incorrectly states allowed username o bin/47576 edwin [patch] factor(6)ing of negative numbers o conf/47566 [vinum] [patch] add vinum status verification to perio o bin/47540 [patch] Make natd(8) configurable in running state wit o bin/47387 [patch] gprof(1) -K still requires "a.out" arg / overr o kern/46973 [syscons] [patch] [request] syscons virtual terminals o bin/46888 gad [patch] Add script run hook to newsyslog(8) o bin/46758 [patch] moused(8) enhancements o bin/46676 ru [patch] [build] bsd.dep.mk restricts domain of tags co o bin/46352 [patch] login(1) open file descriptors and signal hand o bin/46328 gad [patch] patch for lpd(8) o kern/46159 ipfw [ipfw] [patch] [request] ipfw dynamic rules lifetime f o kern/45729 [libexec] [patch] make rbootd transfer the default fil o conf/45704 [patch] request to change cp866b font to cp866 s bin/45547 sos [patch] make burncd(8) handle .wav files. o bin/45529 gcooper [patch] hexdump(1) core-dumps with certain args o bin/45333 [patch] New option -r for chown(8) and chgrp(1) o conf/45226 rc [patch] Fix for rc.network, ppp-user annoyance o conf/45222 [patch] daily rejected mail hosts report too long p bin/45193 [patch] truss(1) can't truss itself o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/44984 bugmeister [patch] send-pr(1) can use environmental variable $FRO o conf/44717 [patch] update login.conf and unify login capabilities o gnu/44564 peter [patch] Aborted cvs session causes an endless loop in o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/44202 [rp] [patch] -stable rp driver does not work with mult o conf/44170 rc [patch] Add ability to run multiple pppoed(8) on start o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o docs/43823 doc [patch] update to environ(7) manpage o bin/43819 [patch] changed truss(1) output for utrace calls o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o bin/43582 [patch] passwd(1) fails on nonexistent users o kern/43577 [kernel] [patch] [request] new kernel option SHUTDOWN_ o conf/43500 [patch] rc.syscons "allscreens" improvements o bin/43434 [patch] new option to dmesg(8) which allows to display o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42422 [libc] [patch] dbm_delete returns -1 instead of 1 when o kern/42387 [librpcsvc] [patch] cleaning code of librpcsvc from wa o kern/42386 [libkvm] [patch] cleaning code from warnings in libkvm o bin/42336 [patch] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE s bin/41947 gcooper [patch] hexdump(1) unprintable ASCII enhancement o docs/41879 hrs [patch] cleanup to DOCROOT/share/sgml/freebsd.dsl o docs/41824 murray [patch] LANG is not documented in setlocale(3) o bin/41817 [patch] pw(8): pw groupshow doesn't include the login o conf/41777 [patch] /etc/periodic/daily/100.clean-disks removes li o bin/41674 [patch] iostat(8) column formatting overlaps a bin/41583 [patch] mtree(8) assorted mtree bugs o bin/41556 obrien [patch] wtmp patch for ftpd(8) o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/41307 [libalias] [patch] logging of links lifecycle (add/del o bin/41271 matteo [patch] non-suid crontab(1) o bin/41190 [patch] sed(1) report the { linenum instead of EOF lin o bin/41159 [patch] new sed(1) -c option to allow ; as a separator o conf/40777 [patch] disktab does not support 2.88MB floppies o bin/40597 [patch] add fdisk(8) ability of showing extended parti o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > a bin/40282 [patch] kill(1) has bad error checking for command lin s kern/40021 [build] [patch] use ld(1) to build kernel with linked- o kern/40017 [patch] allows config(8) to specify config metadata di s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o conf/39505 [patch] automate BUILDNAME variable for releases o bin/39463 mtm [patch] Add several options to fingerd(8) o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o docs/38982 doc [patch] developers-handbook/Jail fix o bin/38727 [patch] mptable(1) should complain about garbage argum a kern/38554 net [patch] changing interface ipaddress doesn't seem to w s kern/38347 [libutil] [patch] [request] new library function abs2r o bin/38256 [patch] linking pax(1) to pax_{cpio|tar} o bin/38168 [patch] [request] installing curses-based versions of o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o gnu/37910 bugmeister [patch] make send-pr(1) respect &'s in /etc/{master.}p o bin/37844 [patch] [build] make knob to not install progs with su o conf/37569 matteo [patch] Extend fstab(5) format to allow for spaces in o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o bin/37442 [patch] sleep(1) to support time multipliers s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o bin/37437 [patch] [request] Add HTTP-style support to vis(1)/unv o bin/37083 [patch][request] small improvement to talk(1): add clo o bin/37013 [patch] ls(1) directory name output trailing slash dup o gnu/36926 bugmeister [patch] send-pr destroys PR if emacs interrupt charact o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/36902 [libc] [patch] proposed new format code %N for strftim o bin/36556 [patch] regular expressions for tcpwrappers o bin/36553 gad [patch] [request] Two new features in newsyslog(8) a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o kern/36415 [bktr] [patch] driver incorrectly handles the setting o bin/36374 [patch] apmd(8): fix core dumps, other improvements o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36143 [patch] moused(8): add dynamic (non linear) mouse acce o bin/35886 [patch] pax(1) enhancement: custom time format for lis o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o misc/35542 bde [build] [patch] BDECFLAGS needs -U__STRICT_ANSI__ o kern/35442 net [sis] [patch] Problem transmitting runts in if_sis dri o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/35262 [boot2] [patch] generation of boot block for headless o bin/35113 [patch] grdc(6) enhancement: countdown timer mode o bin/35109 edwin [patch] morse(6) add ability to decode morse code s conf/35018 brian [patch] enhancing daily/460.status-mail-rejects o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/34628 portmgr [patch] pkg_add(1) pkg-routines ignore the recorded md o bin/34412 [patch] tftp(1) will still try and receive traffic eve o kern/33965 [keyboard] [patch] programmable keys of the keyboard ( o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o bin/33774 [patch] for killall(1) s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o bin/32808 dwmalone [patch] tcpd.h lacks prototype for hosts_ctl a bin/32686 murray [patch] locate(1) dumps a core file with broken databa s threa/32295 threads [libc_r] [patch] pthread(3) dont dequeue signals o bin/31987 [patch] allow dump(1) to notify operators by mail(1) o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/31890 [syscons] [patch] new syscons font s bin/31304 [patch] fix crunchgen(1) to work with more contrib-kin o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o conf/30938 [patch] Improving behavior of /etc/periodic/daily/110. o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o conf/30812 [patch] giant termcap database update o bin/30654 gad [patch] Added ability for newsyslog(8) to archive logs o bin/30542 [patch] add -q option to shut up killall(1) s kern/30422 [patch] new function: add WDT hardware watchdog driver o conf/30399 brueffer [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable o kern/30321 [patch] strftime(3) '%s' format does not work properly o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite a docs/30008 doc [patch] French softupdates document should be translat o bin/29897 des [patch] pam_unix(8) loginclass passwd_prompt o kern/29698 emulation [linux] [patch] linux ipcs doesn'work s kern/29423 [request] [patch] new feature: kernel security hooks i o bin/29363 gad [patch] newsyslog(8) can support time as extension o kern/29355 mux [kernel] [patch] add lchflags support o bin/28364 [patch] flex(1) generated files fail to compile cleanl o conf/28236 [patch] iso-8859-1_to_cp437.scm doesn't contain some u o docs/27605 doc [patch] Cross-document references () o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) o kern/26787 [patch] sysctl change request o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o bin/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o kern/26323 [ufs] [patch] Quota system creates zero-length files o stand/25777 standards [kernel] [patch] atime not updated on exec s bin/25477 [pam] [patch] pam_radius(8) fix to allow null password o bin/24485 [patch] to make cron(8) handle clock jumps o kern/24435 [libdisk] [patch] changing slice type causes Auto-part o bin/23562 markm [patch] telnetd(8) doesn't show message in file specif o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem a bin/23254 [patch] yacc(1) accepts bad grammer o bin/23098 [sysinstall] [patch] if installing on a serial console o conf/23063 net [patch] for static ARP tables in rc.network s i386/22944 alc [vm] [patch] isa_dmainit fails on machines with 512MB s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo o kern/21998 kmacy [socket] [patch] ident only for outgoing connections a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to o conf/21675 [patch] Better and more disktab entries for MO drives a bin/21089 [patch] vi(1) silently corrupts open file on SIGINT wh o bin/20501 [patch] dump(8) extra flag to dump to offline autoload o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por s bin/19773 markm [patch] telnet(1) infinite loop depending on how fds a s kern/19535 [procfs] [patch] procfs_rlimit tidyup s kern/19363 [kernel] [patch] allow processes know about their file o kern/18293 [psm] [patch] lack of versapad mouse wheel emulation o kern/18271 [patch] simplelock: klds not portable across UP and SM o bin/18100 [patch] update to src/usr.bin/from/from.c for multiple o kern/17504 [cam] [patch] Another Micropolis Synchronize Cache Pro o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o bin/17289 gad [patch] wrong permissions on /var/run/printer o kern/16644 dwmalone [bpf] [patch] Bad comparison expression in bpf_filter. f kern/16021 imp [i386] [patch] To support SMP on NEC PC98, call mp_pro o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o bin/15619 peter [patch] standard pppd(8) doesn't authenticate users wi o bin/15205 [patch] Addition to random(6) o bin/15168 [patch] Adding tracklist support to fdformat(1) p conf/15010 keramida [patch] rc.firewall: "client" firewall configuration k f ports/14048 des [patch] emulators/doscmd -r doesn't work s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai f kern/13326 kmacy [headers] [patch] additional timeval interfaces for Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C9271065BCB for ; Mon, 12 Jan 2009 11:12:41 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34A198FC12 for ; Mon, 12 Jan 2009 11:12:41 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CBCf5o002308 for ; Mon, 12 Jan 2009 11:12:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CB8bxm094011 for freebsd-bugs@FreeBSD.org; Mon, 12 Jan 2009 11:08:37 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Jan 2009 11:08:37 GMT Message-Id: <200901121108.n0CB8bxm094011@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports sorted by tag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 11:13:08 -0000 (Note: a better version of this report is available at http://people.freebsd.org/~linimon/studies/prs/pr_tag_index.html .) Problem reports for tag '2tb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118912 [2tb] disk sizing/geometry problem with large array s bin/111146 [2tb] fsck(8) fails on 6T filesystem o bin/107829 [2TB] fdisk(8): invalid boundary checking in fdisk / w o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/18874 [2TB] 32bit NFS servers export wrong negative values t 6 problems total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128165 [aac] [patch] sync aac(4) with the latest vendor versi o kern/126697 emaste [aac] aac driver bug. aaccli still doesn't work o kern/123666 scsi [aac] attach fails with Adaptec SAS RAID 3805 controll f i386/112596 emaste [aac] aac driver causes kernel panic - page fault on 2 o kern/103615 emaste [aac] [patch] aac(4) update to the last version availa o kern/91910 scottl [aac] [regression] aac driver hangs on Dell PE800 with f kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS 7 problems total. Problem reports for tag 'acl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/110915 rwatson [acl] ACL's don't work with SUIDDIR o kern/58941 rwatson [acl] acl under ufs2 doesn't handle disk corruption, p 2 problems total. Problem reports for tag 'acpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/129953 acpi [acpi] ACPI timeout (CDROM) with Shuttle X27D o kern/129618 acpi [acpi] Problem with ACPI on HP Pavilion DV2899 laptop o kern/129563 acpi [ACPI] sleep broken on IBM/Lenovo T61 [amd64] o i386/126162 i386 [acpi] ACPI autoload failed : loading required module o kern/124744 acpi [acpi] [patch] incorrect _BST result validation for To o kern/124412 acpi [acpi] power off error on Toshiba M40 laptop f kern/123742 [acpi] [panic] kernel panic when boot with acpi disabl o kern/123039 acpi [acpi] ACPI AML_BUFFER_LIMIT errors during boot f kern/122056 gavin [acpi] acpi battery ioctl interface integer divide fau o kern/120515 acpi [acpi] [patch] acpi_alloc_wakeup_handler: can't alloc o kern/119356 acpi [acpi]: i386 ACPI wakeup not work due resource exhaust o kern/119200 acpi [acpi] Lid close switch suspends CPU for 1 second on H o kern/118973 acpi [acpi]: Kernel panic with acpi boot o kern/117605 acpi [acpi] [request] add debug.cpufreq.highest o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o kern/116939 acpi [acpi] PCI-to-PCI misconfigured for bus three and can o i386/114562 acpi [acpi] cardbus is dead after s3 on Thinkpad T43 with a o kern/114165 acpi [acpi] Dell C810 - ACPI problem s kern/112544 acpi [acpi] [patch] Add High Precision Event Timer Driver f o kern/108954 acpi [acpi] 'sleep(1)' sleeps >1 seconds when speedstep (Cx o kern/108695 acpi [acpi]: Fatal trap 9: general protection fault when in o kern/108488 acpi [acpi] ACPI-1304: *** Error: Method execution failed o kern/108017 acpi [acpi]: Acer Aspire 5600 o kern/106924 acpi [acpi] ACPI resume returns g_vfs_done() errors and ker o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext s kern/91038 acpi [panic] [ata] [acpi] 6.0-RELEASE on Fujitsu Siemens Am o kern/89411 acpi [acpi] acpiconf bug 28 problems total. Problem reports for tag 'acpi_fujitsu': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121102 acpi [acpi_fujitsu] [patch] update acpi_fujitsu for the P80 1 problem total. Problem reports for tag 'adw': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo 1 problem total. Problem reports for tag 'agp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128331 jkim [agp] nForce3-250 AGP not detected correctly o kern/126784 [agp] agp.ko doesn't detect Acer Aspire One onboard gr o kern/118962 [agp] Intel GMA 3000 Video Controller Not Recognized U o kern/103733 [agp] i915 driver on hp dc7100: device not recognized s kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o kern/72224 [agp] umass devices broken by DRM (AGP issue?) o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets 7 problems total. Problem reports for tag 'aha': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/83765 [aha] Adaptec 1542-CP requires plug-and-play switch se 1 problem total. Problem reports for tag 'ahc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123674 scsi [ahc] ahc driver dumping o kern/99954 scsi [ahc] reading from DVD failes on 6.x [regression] o bin/96128 [ahc] [patch] Make aicasm WARNS=6 clean o kern/92798 scsi [ahc] SCSI problem with timeouts o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 s kern/45568 gibbs [ahc] ahc(A19160) pci parity error s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S 7 problems total. Problem reports for tag 'ahd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129602 scsi [ahd] ahd(4) gets confused and wedges SCSI bus o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks s kern/105533 [ahd] adaptec 29320 causes panic with over 4GB o kern/85768 gibbs [ahd] aic79xx driver timeouts with U160 target (free l o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system 6 problems total. Problem reports for tag 'aic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124202 [aic] [patch] Add Adaptec 39320LPE to list of known de o kern/114489 scottl [aic] [panic] _mtx_lock_sleep: in aic7xxx_osm.h (with o kern/114459 [aic] [panic] FreeBSD-CURRENT crash during boot with A 3 problems total. Problem reports for tag 'altq': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/94182 [altq] [request] altq support for vlan driver 1 problem total. Problem reports for tag 'amd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124667 scsi [amd] [panic] FreeBSD-7 kernel page faults at amd-scsi 1 problem total. Problem reports for tag 'amd64': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129563 acpi [ACPI] sleep broken on IBM/Lenovo T61 [amd64] o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI o ports/124220 x11 [amd64] x11-servers/xorg-server - X.org server runs in o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o kern/117607 [amd64] dev.cpu.0.freq not showing up any longer on am s amd64/57250 kmacy [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SET 7 problems total. Problem reports for tag 'amr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/114438 [amr] Anomalous performance with multiple arrays and a o kern/113098 [amr] Cannot read from amrd while under heavy load o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o kern/76848 [amr] amr hangs o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o kern/71771 [amr] Hang during heavy load with amr raid controller 8 problems total. Problem reports for tag 'an': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/128602 net [an] wpa_supplicant(8) crashes with an(4) o kern/126924 net [an] [patch] printf -> device_printf and simplify prob o kern/85886 [an] an0: timeouts with Cisco 350 minipci o kern/75407 [an] an(4): no carrier after short time o kern/36170 [an] [patch] an(4) does an_init() even if interface is 5 problems total. Problem reports for tag 'apic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81000 acpi [apic] Via 8235 sound card worked great with FreeBSD 5 1 problem total. Problem reports for tag 'apm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/122427 net [apm] [panic] apm and mDNSResponder cause panic during 1 problem total. Problem reports for tag 'ar': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121899 [ar] [patch] Drive detached from Intel Matrix RAID and o kern/108924 [ar] Panics when Intel MatrixRAID RAID1 is degraded o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces o kern/99850 [ar] ataraid hangs in g_waitidle when attaching to nVi o kern/98804 [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the o kern/94393 [ar] PseudoRAID loses track of the master disk o kern/93771 sos [ar] [panic] atacontrol status ar1 causes panic 8 problems total. Problem reports for tag 'arcmsr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm 1 problem total. Problem reports for tag 'arp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129730 qingli [arp]: respond with wrong ARP. o kern/125920 net [arp] Kernel Routing Table loses Ethernet Link status o kern/119432 net [arp] route add -host -iface causes arp e p kern/68189 bz [arp] [jail] [patch] arp -a discloses non-jail interfa 4 problems total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102612 [asr] da0 not detected when sharing bus with ch0 devic o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on 4 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- f amd64/130365 gavin [ata] Elitegroup A780GM-A Chipset:AMD 780G&SB700 IDE c o kern/130018 [ata] Marvell 6145 ata controller gets detected as PAT o kern/129784 [ata] [patch] SATA port multiplier disk detect bugs in o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize f kern/129542 [ata]: FreeBSD 7.1-RC1 installer cannot find WD SATA h o kern/129373 [ata] [panic] Panic in ata-queue, VIA CLE266, 7.1-BETA o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o kern/128035 [ata] unexpexted detach of external SATA drive o kern/127813 sos [ata] ata diver dma mode work incorrectly on chip vt82 o kern/127717 [ata] [patch] - support write cache toggling per devic o kern/127645 [ata] [patch] Add support for nVidia MCP67 AHCI SATA C f kern/127517 sos [ata] sata does not detect SATA-300 disk but instead d p kern/127411 [ata] [panic] ata panics on bad block o kern/127391 [ata] [patch] Intel 6300ESB SATA150 cannot find disk a o kern/127316 [ata] non aligned DMA transfer errors when using growi o kern/127289 [ata] [patch] new pci ids for SiI3132 present on adapt p kern/127250 [ata] Kerneltrap 12 with atacontrol f kern/127119 gavin [ata] incorrect ata device probing o kern/126807 [ata] PATA DVD drive attached to AMD IXP700 chipset no a kern/126709 [ata] Regression of SATA/PATA support with 6.3 and 7.0 o kern/126419 [ata] Fails to boot from RAID10 volume under the Intel o kern/126242 [ata] Read error from SATA CD/DVD-drives [regression] o kern/126142 [ata] M5281: READ DMA faults, device detaching o kern/125859 [ata] [patch] sata access failure [regression] o kern/125759 [ata] Fatal Trap 12 when ICH9R RAID becomes degraded o kern/125713 sos [ata] [patch] add support for AHCI on MCP67 chipset o kern/125496 [ata][patch] free memory on ataraid module unload a kern/125139 philip [patch] [ata] bugs in ATAPI CD tray control o kern/124670 [ata] large file operation on RAID cause many GEOM err o kern/124064 sos [ata] [patch] cannot handle >16 serial number with Int o kern/123980 [ata] [patch] Implement ATA UDMA speed limit (hw.ata.a o kern/123887 [ata] PDC20262 does not support 48 bit DMA access o kern/123754 sos [ata] atacontrol(8): atacontrol reinit causing kernel o kern/122847 [ata] [patch] atacontrol reports "ioctl(IOCATADEVICES) o kern/122670 sos [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE f kern/122368 [ata]: Failure to support SATA/PATA drives on 6.3 and o kern/122291 [ata] acd0: timeout waiting to issue command / acd0: e a kern/122045 [ata][panic] reiniting detached ata channel kills the f kern/121703 sos [ata] Cannot fdisk/gpt with 1TB SATA disk and 965QM Mo o kern/121686 sos [ata]: bogus CHS to LBA mapping in (at least) ata o i386/121675 i386 [ata] incorrect fallback to udma33 with CF memory inst o sparc/121539 sos [ata] Interrupt storm booting 7.0-R/sparc64 on ultra5 o kern/121521 sos [ata] [patch] add VIA CX700M2 chipset to ata driver o kern/121461 sos [ata] SATA Hard disks are not detected on SiS 180/181 o kern/121396 sos [ata] 7.0 fails on mcp55 sata controller [regression] o kern/121350 [ata] [panic] initiate_write_inodeblock_ufs2: already o kern/120717 [ata] boot problem when recognizing ata1 o kern/120534 [ata] Troubles in work with SAS controller Adaptec 941 o kern/120507 sos [ata] Errors while burning CDs using burncd(8) o kern/120296 sos [ata] Unstable SATA on MB with Nvidia MCP 570 SLI chip o kern/120177 [ata] ATA DMA modes don't work on CF cards f kern/120081 [ata] Hard drive not found during install FreeBSD 7.0 o kern/120009 [ata] Burning on FreeBSD is destroying SONY CD-Rs o kern/119894 [ata] Initialization of disc controller fails [regress o kern/119877 [ata] OS Fails to detect hard disks on HP Proliant ML1 o kern/119838 sos [ata] udma100 enabled althrough improper cable on nVid o kern/119374 thomas [ata] [regression] ATAPI or ATAPICAM bug (regression i o i386/119303 sos [ata] SATA HDD missing in 7.0-RC1, ok in 7.0-BETA4; at o kern/119140 sos [ata] [panic] Kernel panic with sata drive and dma pro o kern/118573 [ata] FreeBSD doesnt support my optical drive o kern/118447 sos [ata] [patch] Troublesome DMA modes with VIA Apollo VP o kern/118342 rink [ata] Unable to mount root on ata drive w/ Cyrix 5530 f kern/118158 sos [ata] SONY SDX-570V (ATAPI) hangs frequently o kern/117972 [ata] SATA DLT V4 not recognized properly o kern/117443 [ata] [hang] system hang with ataidle o kern/117421 [ata] [hang] System hang with failing SATA disk (SiI31 o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A o kern/117215 [ata] Kernel errors accessing audio CDs w/ Samsung SAT o kern/116935 [ata] Intermittent error with Promise PDC40718 f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for o kern/116415 [ata] 6.2-STABLE does not work on Gigabyte GA-P35-S3 ( o kern/116270 [ata] READ_DMA48 UDMA ICRC error s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o kern/115801 sos [ata] [patch] Writing of crash dumps is unreliable f kern/115614 thomas [ata] Recent ATA driver changes have broken cdrecord [ o kern/115479 [ata] [request] ASUS P5K SE need more support o kern/115232 [ata] Audio CD tracks not displayed properly by atapi o kern/115152 [ata] Sil 3512 SATA controller panics on 6.2 o kern/114213 [ata] optical drive not detected in the 6.x series of o kern/112282 [ata] atacontrol(8): changing DMA modes when disk is r o i386/112036 i386 [ata] TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA o kern/111196 [ata] [hang] SATA drives cause errors and cause system o kern/111023 sos [ata] [request] [patch] please expand ata timeouts o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o kern/109736 [ata] FreeBSD sysinstall from CD can't find & mount NE s i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o kern/108379 [ata] Secondary SATA drive not detected by FreeBSD 6.2 o amd64/107639 sos [ata] Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 o kern/107622 [ata] can't boot on HP Pavilion dv6000 / problem with f kern/107292 [ata] cannot install - Unable to find device /dev/ad0s f kern/107287 [ata] page fault during install on Intel SATA on Intel o kern/106432 [ata] Record of disks (DVD-R) through the k3b program o kern/106413 [ata] problems with ATA on Intel Desktop Board DG965RY s kern/106340 [ata] [request] Need to control disk write cache on pe f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does o usb/105065 usb [ata] [usb] SATA - USB Bridge s kern/104950 [ata] [request] no support for SATA controller Initio p kern/104818 sos [ata] Missing driver Silicon Image SiI 3132 SATA II PC o kern/104799 [ata] Several ata observations ICH8 BIOS o i386/104719 i386 [ata] Seagate ST3802110A errors/delays when using PIO4 o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o kern/103883 [ata] DMA is not defaulted on WDMA device (SIS integra s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o kern/103075 [ata] SATA disk attach/unplug from a MV88SX5041 freeze o kern/101819 sos [ata] ata driver wrongly determines type RAID on ICH7R o kern/101734 [ata] -CURRENT cannot see SATA drive on ASUS A8N-SLI ( o i386/101667 i386 [ata] ATA problems when power management is on o kern/99652 [ata] nVidia nForce MCP51 controller hangs w/ 2 drives o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o kern/99088 [ata] Critical Problems with VIA 8251 SATA2/RAID Contr o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o i386/98765 i386 [ata] timeouts on sata drive (Asus a7n8x-e) o kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are see o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP o i386/94911 i386 [ata] [regression] ata regression with DOM-IDE o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/93885 sos [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/92238 sos [ata] [patch] Spurious "atapci1: failed to enable memo s kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 s kern/91038 acpi [panic] [ata] [acpi] 6.0-RELEASE on Fujitsu Siemens Am o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o i386/88929 i386 [ata] FreeBSD 6.0 install CD fails to find disks on So o kern/85450 [ata] [panic] subdisk6 detached (appears to be a sata o kern/79783 sos [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks o kern/73740 [ata] [panic] 5-3-R#3 panic when accessing nfs exporte o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o kern/36911 [ata] ATA cannot be disabled with hints or through BIO 135 problems total. Problem reports for tag 'atapicam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120787 [atapicam] hardware troubles with atapicam and dvd f kern/118161 thomas [atapicam] failure message from ATAPI CDROM in the boo o kern/117028 [atapicam] [panic] brelse: free buffer onto another qu o kern/116701 [atapicam] atapicam hangs initializing SATA DVDRs on s o kern/108202 [atapicam] atapicam error after upgrade to 6.2 [regres o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi o kern/80714 [atapicam] drop/boot to single user hangs on 5.4-RELEA a kern/78929 [atapicam] atapicam prevents boot, system hangs o kern/63629 thomas [atapicam] mounting atapicam volume through cd0c cause o kern/60699 [atapicam] DVD Multidrive udma mode autosensed wrong 14 problems total. Problem reports for tag 'ataraid': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/89249 [ataraid] HighPoint RocketRAID 1520 (HPT372N) can't wr 1 problem total. Problem reports for tag 'ate': S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/121242 ticso [ate] [patch] Promiscuous mode of if_ate (arm) doesn't 1 problem total. Problem reports for tag 'ath': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129750 net [ath] Atheros AR5006 exits on "cannot map register spa f kern/126564 net [ath] doesn't work with my PCI-E X1 wireless network a o kern/126475 net [ath] [panic] ath pcmcia card inevitably panics under o kern/126214 net [ath] txpower problem with Atheros wifi card o kern/125721 [ath] Terrible throughput/high ping latency with Ubiqu o kern/125617 [ath] ath(4) related panic o kern/125501 [ath] atheros cardbus driver hangs o kern/125332 [ath] [hang] crash under any non-tiny networking under o kern/122957 [ath] [patch] ath_hal is too verbose when booting o kern/122697 net [ath] Atheros card is not well supported f kern/121394 sam [ath] FreeBSD access point (ath0) fails 100% of the ti o kern/121061 sam [ath] [panic] panic while ejecting ath(4)-adapter duri o kern/120376 imp [ath] High interrupt load when booting with ath (PCMCI o kern/120282 imp [ath] [panic] resource_list_release: resource entry is o kern/119345 net [ath] Unsuported Atheros 5424/2424 and CPU speedstep n s kern/117513 vwe [panic][ath] Fatal trap 12: page fault while in kernel o kern/116444 [ath] Atheros 5005G (AR5212) miniPCI: unable to attach o kern/115226 [ath] ath0: unable to attach hardware; HAL status 13 o kern/107279 [ath] panic: ath_start: attempted use of a free mbuf! o kern/105348 [ath] ath device stopps TX o kern/97458 [ath] ath driver hangs up system during reboot f sparc/94483 sam [ath] ath_hal does not work on 6-release/sparc64 o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o kern/88082 [ath] [panic] cts protection for ath0 causes panic o kern/87758 [ath] [hang] Reboot problem with atheros wireless card 25 problems total. Problem reports for tag 'aue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91311 [aue] aue interface hanging p usb/86195 imp [aue] [patch] allow USB Ethernet Adaptor "ELECOM LD-US p usb/80010 imp [aue] [patch] add support for the AEI USB to LAN adapt o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o kern/51009 [aue] [patch] buggy aue driver fixed. 6 problems total. Problem reports for tag 'axe': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab o usb/106621 usb [axe] [patch] DLINK DUB-E100 support broken o usb/88408 usb [axe] axe0 read PHY failed 3 problems total. Problem reports for tag 'bce': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/128801 delphij [bce] [patch] Bug in if_bce.c:bce_get_media() o kern/125389 [ipmi] [bce] IPMI problem with bce o kern/123696 davidch [bce] [patch] if_bce firmware timeout on new bce chips f kern/123172 net [bce] Watchdog timeout problems with if_bce o kern/120533 [bce] [patch] Multicast not accepted on bce devices a kern/118238 benno [bce] bce driver shows "no carrier" on Intel SBXD132 b o kern/108542 net [bce]: Huge network latencies with 6.2-RELEASE / STABL o kern/107850 [bce] bce driver link negotiation is faulty o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup 10 problems total. Problem reports for tag 'bfe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118897 [bfe] Kernel Panic acquiring IP address from DHCP serv o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter p kern/98015 remko [bfe] [patch] bfe(4): double free in error handling pa o kern/96030 net [bfe] [patch] Install hangs with Broadcomm 440x NIC in 4 problems total. Problem reports for tag 'bge': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/127587 net [bge] [request] if_bge(4) doesn't support BCM576X fami o kern/123347 net [bge] bge1: watchdog timeout -- linkstate changed to D o kern/122551 net [bge] Broadcom 5715S no carrier on HP BL460c blade usi f kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work o kern/121080 net [bge] IPv6 NUD problem on multi address config on bge0 o kern/120791 [bge] The Broadcom BCM5703 A2 NIC is running a lot of o kern/119361 net [bge] bge(4) transmit performance problem a kern/118879 net [bge] [patch] bge has checksum problems on the 5703 ch o kern/116328 net [bge]: Solid hang with bge interface o kern/114899 [bge] bge0: watchdog timeout -- resetting o kern/112570 [bge] packet loss with bge driver on BCM5704 chipset o kern/109733 net [bge] bge link state issues [regression] o kern/106974 [bge] packet loose and linkup problem o kern/104862 [bge] BCM5704 only works at 10Mbit o kern/104826 andre [bge] FreeBSD 6.1 not RFC 768 (UDP) compliant on Compa o kern/104485 [bge] Broadcom BCM5704C: Intermittent on newer chip ve o kern/103715 [bge] [request] Broadcom BCM5708SKFB not recognised by o kern/100410 [bge] bge driver disables access to shared iLo on HP D o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/94424 [bge] BGE5721 or BGE5750? o kern/94162 [bge] 6.x kenel stale with bge(4) o kern/92090 net [bge] bge0: watchdog timeout -- resetting o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o i386/45773 [bge] Softboot causes autoconf failure on Broadcom 570 25 problems total. Problem reports for tag 'bktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o kern/120884 [bktr] [patch] bktr driver always stores the contigmal o kern/108133 jmg [bktr] [patch] bktr driver doesn't recognize Hauppauge o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 o kern/104675 [bktr] METEORSINPUT seemingly not setting input o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr o kern/94369 itetcu [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/56245 [bktr] Distorted and choppy video with bktr-driver on s kern/48279 [bktr] Brooktre878 may cause freeze o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. 20 problems total. Problem reports for tag 'bluetooth': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128598 net [bluetooth] WARNING: attempt to net_add_domain(bluetoo o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth 2 problems total. Problem reports for tag 'boot0': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 1 problem total. Problem reports for tag 'boot0cfg': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/127764 [boot0cfg] [patch] preserve NT disk UID data for boot0 1 problem total. Problem reports for tag 'boot1': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o 1 problem total. Problem reports for tag 'boot2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35262 [boot2] [patch] generation of boot block for headless 1 problem total. Problem reports for tag 'bootinst': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/22914 [bootinst] bootinst messages are not updated 1 problem total. Problem reports for tag 'bpf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89752 dwmalone [bpf] [patch] bpf_validate() needs to do more checks o kern/16644 dwmalone [bpf] [patch] Bad comparison expression in bpf_filter. 2 problems total. Problem reports for tag 'bsd.cpu.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/30399 brueffer [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari 1 problem total. Problem reports for tag 'busdma': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug 3 problems total. Problem reports for tag 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 o kern/119668 scsi [cam] [patch] certain errors are too verbose comparing o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and p usb/107495 imp [cam] [patch] Fix long wait before WD My Book 250GB (U o usb/107243 usb [cam] [patch] Apacer USB Flash Drive quirk p usb/103702 imp [cam] [patch] ChipsBnk: Unsupported USB memory stick o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB s kern/85975 [cam] devfs does not create entries when removable med o kern/76893 [cam] [patch] Fatal divide in booting processes with B s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo o kern/17504 [cam] [patch] Another Micropolis Synchronize Cache Pro 18 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/125880 i386 [cardbus] Cardbus cards Don't function on TI PCIxx12 C o kern/122749 [cardbus] cardbus problem on IBM Thinkpad T60P o kern/121761 [cardbus][dc] a cardbus dc0 causes a system freeze whi o kern/121760 [pccard][cardbus] an ed1 network pccard's CIS wasn't r o kern/121759 [cardbus][dc] cardbus dc0 initialization failure at on a kern/115623 imp [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad o kern/115371 imp [cardbus] [patch] Device removal leaves resource datab o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o kern/66848 imp [cardbus] cardbus power support breaks cardbus support 9 problems total. Problem reports for tag 'carp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127050 net [carp] ipv6 does not work on carp interfaces [regressi f kern/126984 glebius [carp][patch] add carp userland notifications via devc o kern/126945 net [carp] CARP interface destruction with ifconfig destro o kern/126714 net [carp] CARP interface renaming makes system no longer o kern/125816 net [carp] [if_bridge] carp stuck in init when using bridg f kern/125442 gonzo [carp][lagg] CARP combined with LAGG causes system pan o kern/120130 net [carp] [panic] carp causes kernel panics in any conste o kern/117448 net [carp] 6.2 kernel crash [regression] o kern/117000 glebius [carp] CARP using address-less host NIC (carpdev) o kern/114095 pf [carp] carp+pf delay with high state limit 10 problems total. Problem reports for tag 'cbb': S Tracker Resp. Description -------------------------------------------------------------------------------- f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re f kern/114550 [cbb] Cardbus WiFi card activation problem f kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le 3 problems total. Problem reports for tag 'cd9660': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/114955 fs [cd9660] [patch] [request] support for mask,dirmask,ui 1 problem total. Problem reports for tag 'ciss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125723 [ciss] System randomly crashes or can not boot - ciss o kern/125647 [ciss] [panic] System randomly crashes - ciss driver o kern/115997 scottl [ciss] [panic] [patch?] kernel panics on heavy disk I/ o kern/109813 [ciss] ciss(4) driver API header is not installed 4 problems total. Problem reports for tag 'cpufreq': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128575 [cpufreq] [patch] add support for Phenom etc..(beta ve o kern/128335 [patch][cpufreq] Missing call to sbuf_delete() in two o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o kern/121768 [cpufreq] cpufreq module RELENG_6 -> 7 regressions on o kern/118739 [cpufreq] [patch] Allow the cpufreq/p4tcc driver to de o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern 6 problems total. Problem reports for tag 'crypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120270 simon [crypto] [patch] AES-192 and AES-256 support for HW-ac o kern/115695 [crypto] When "device padlock" defined first ssh to ma o kern/114331 vanhu [crypto] [patch] VIA padlock freesession bug o kern/106275 [/dev/random] [crypto] Hifn 7955 on Soekris Engineerin o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto 8 problems total. Problem reports for tag 'cue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75710 [cue] cue0 device configuration causes kernel panic 1 problem total. Problem reports for tag 'cx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. 1 problem total. Problem reports for tag 'cxgb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125806 kmacy [cxgb] cxgb packet counters do not work 1 problem total. Problem reports for tag 'cy': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/126098 [cy] 6.3 only sees 16 ports on 32 port Cyclades Cyclom 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121761 [cardbus][dc] a cardbus dc0 causes a system freeze whi o kern/121759 [cardbus][dc] cardbus dc0 initialization failure at on o kern/119205 [dc] [patch] Collect various stats regarding dc(4) int o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o kern/82070 [dc] Not all dc(4) devices can be used: MII without an o kern/79262 [dc] Adaptec ANA-6922 not fully supported o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 f kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite 10 problems total. Problem reports for tag 'de': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl 2 problems total. Problem reports for tag 'devctl': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/130107 dfr [devctl][patch] in devctl_queue_data(): possible use o 1 problem total. Problem reports for tag 'devd': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/120406 rc [devd] [patch] Handle newly attached pcm devices (eg. 1 problem total. Problem reports for tag 'devfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125034 [devfs][patch] devfs does not apply rules to newly cre o kern/125030 [devfs][patch] Command 'devfs ruleset 0' causes panic o kern/124881 [devfs] [patch] [request] Add possibility to check whi o kern/123287 [devfs] structure used after freed in destroy_devl() i o kern/122838 [devfs] devfs doesn't handle complex paths (like zvol/ o kern/122615 [devfs][panic] occasional crash/boot while running Xor o kern/114057 [devfs] devfs symlink over device doesn't work o conf/91342 [devfs] Errors in devfs.rules files don't get logged o kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw without media o kern/85751 [devfs] [panic] panic in devfs_setattr() when running 10 problems total. Problem reports for tag 'devfs.rules': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/124853 gonzo [devfs.rules] [patch] devfs_ruleset_use may use freed 1 problem total. Problem reports for tag 'digi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125454 [digi] [patch] device digi (PC/Xe 64K 16 ports) not wo o kern/83254 [digi] driver can't init Digiboard PC/4e o kern/82227 [digi] Xem: chained concentrators not recognised o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh 5 problems total. Problem reports for tag 'diskless': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87586 [diskless] [vm] [panic] Unable to use networked swap i 1 problem total. Problem reports for tag 'dns': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/103464 bz [dns] [jail] jail networking failures to 127.0.0.1 onl 1 problem total. Problem reports for tag 'dpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/38828 scsi [dpt] [request] DPT PM2012B/90 doesn't work 1 problem total. Problem reports for tag 'dri': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/123775 [dri] DRI Broken under freebsd7-stable/i386 o kern/119507 [dri] mach64.o kernel module version is 1.0.0, but ver o kern/107342 [dri] Radeon dri breaks system o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled 4 problems total. Problem reports for tag 'drm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128648 [drm] [hang] crash when using 3D-acceleration with Int o kern/126937 rnoland [drm] System hang when start X o kern/126113 rnoland [drm] Issues with DRM with Intel GM965 chipset o kern/125808 rnoland [drm] [patch] Radeon X800 GTO - *ERROR* Offset failed f kern/121550 [drm] Can't config graphics for ATI Radeon Xpress 200M o kern/120970 rnoland [drm] Radeon Problems related to DRM and/or DRI o kern/120262 rnoland [drm] "0MB"; no dri with i915G [regression] o kern/116435 [drm] drm/i915 reports memory leak o kern/114995 [drm] acpi_video prevents savage drm from loading succ o kern/114677 [drm] Xorg will not run with dri glx and drm on ATI Ra o kern/114546 [drm][panic]Sleeping thread owns a non-sleepable lock o kern/114406 [drm] ATI Radeon Mobility X600 not supported by agp de o kern/94823 [drm] DRM doesnt't work with i915.ko o kern/93770 [drm] ati 9600 PRO radeon not recognized by the system o kern/90237 [drm] [panic] panic in sis DRM s kern/87653 [drm] ATI Radeon Mobile X600SE not detected by kernel o kern/82064 [drm] DRM not working with SMP 17 problems total. Problem reports for tag 'dtrace': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127441 jb [dtrace] Dtrace timestamp variable is wrapping as if d o kern/127440 jb [dtrace] Dtrace arg0/arg1 variables don't contain retu 2 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121382 ipfw [dummynet]: 6.3-RELEASE-p1 page fault in dummynet (cor f kern/118128 oleg [dummynet] Dummynet cause kernel trap or system freeze o kern/106316 net [dummynet] dummynet with multipass ipfw drops packets o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same 4 problems total. Problem reports for tag 'ecmp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123992 qingli [ecmp] ECMP does not remove/disable next-hop for downe p kern/123991 qingli [ecmp] ECMP balancing issues 2 problems total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/122195 net [ed] Alignment problems in if_ed o kern/122126 [ed] [panic] panic when using WD-8013 with ed(4) p kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/84202 net [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/80853 net [ed] [patch] add support for Compex RL2000/ISA in PnP o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement 8 problems total. Problem reports for tag 'editline': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/124822 [editline] [patch] Editline's ed-search-{prev,next}-hi 1 problem total. Problem reports for tag 'ef': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85086 wkoszek [ef] [patch] Locking fixes for ef(4) (+removes mem. le 1 problem total. Problem reports for tag 'ehci': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/113672 usb [ehci] [panic] Kernel panic with AEWIN CB6971 o usb/112461 usb [ehci] [request] ehci USB 2.0 doesn't work on nforce4 o usb/105186 usb [ehci] [panic] USB 2.0/ehci on FreeBSD 6.2-PRE/AMD64 c p usb/103167 imp [ehci] [patch] Transcend JetFlash120 memory stick prob o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o usb/82660 usb [ehci] [panic] EHCI: I/O stuck in state 'physrd'/panic o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/79722 usb [ehci] wrong alignments in ehci.h a usb/79656 usb [ehci] RHSC interrupts lost 12 problems total. Problem reports for tag 'elf': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/118540 kaiw [elf] [patch] update sys/sys/elf_common.h with new ema 1 problem total. Problem reports for tag 'em': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123889 jfv [em] Intel Gigabit Interfaces lost by update 7.0-> STA o kern/122928 net [em] interface watchdog timeouts and stops receiving p o kern/122772 net [em] em0 taskq panic, tcp reassembly bug causes radix o kern/122373 jfv [em]: unable to recieve on em 82542 w/o promisc o kern/122058 net [em] [panic] Panic on em1: taskq o kern/121624 net [em] [regression] Intel em WOL fails after upgrade to o kern/121298 net [em] [panic] Fatal trap 12: page fault while in kernel o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor o kern/119754 jfv [em] em hung after "watchdog timeout -- resetting" on p kern/119635 gnn [em] Bad UDP packet checksum with em(4) and rxcsum/txc f kern/119487 [em] page fault in em taskq with polling enabled o kern/118927 jfv [em] em(4) broken: link state changed to DOWN (/UP), l o kern/118695 jfv [em] device polling + vlan causes panic on "em" interf o kern/117926 jfv [em] Intel S5000-based mobo, em driver does not attach o kern/117043 net [em] Intel PWLA8492MT Dual-Port Network adapter EEPROM o kern/115930 jfv [em]: Dell nic enumeration problem o kern/112937 jfv [em] Panic in em(4) when issuing a SIOCGIFADDR ioctl o kern/112702 jfv [em] em driver doesn't use MSI on MSI capable device o kern/104978 jfv [em] jumbo frames has been broken in RELENG_6 by last o kern/103256 jfv [em] em0: watchdog timeout -- resetting (6.1-STABLE) o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/101226 jfv [em] Access to IPMI module is lost when the em driver o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o kern/91594 net [em] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/10 o kern/80932 jfv [em] [patch] Degraded performance of em driver 26 problems total. Problem reports for tag 'est': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o i386/119946 i386 [est] sysctl dev.cpu.0.freq on 75 Hz, cannot be change o kern/119895 [est] Core2Duo CPUs not recognized by EST 3 problems total. Problem reports for tag 'ex': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx 2 problems total. Problem reports for tag 'ext2fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128173 fs [ext2fs] ls gives "Input/output error" on mounted ext3 o kern/125536 fs [ext2fs] ext 2 mounts cleanly but fails on commands li o kern/122047 [ext2fs] [patch] incorrect handling of UF_IMMUTABLE / o kern/119529 [ext2fs] [patch] Freezes when compiling code on mounte o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m o kern/104133 [ext2fs] EXT2FS module corrupts EXT2/3 filesystems o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW 7 problems total. Problem reports for tag 'ext3': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124621 fs [ext3] [patch] Cannot mount ext2fs partition 1 problem total. Problem reports for tag 'fd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/103862 [fd] Error with fdformat on -CURRENT 1 problem total. Problem reports for tag 'fdc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119618 [fdc] Double Density Disks do not work correctly o kern/106783 [fdc] umount of a floppy disk results in a reboot o kern/104079 [fdc] [patch] kldunload fdc.ko leads to panic: mutex G o kern/97517 [fdc] Floppy device lost permissions when active flopp o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid s kern/97266 [fdc] System hangs at kernel time after boot: /dev/fd0 f kern/91476 gavin [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/79944 [fdc] virtual floppy controller of Virtual PC does not s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o kern/74827 [fdc] Problem writing data to floppies o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o kern/66960 [fdc] [patch] filesystems not unmounted during reboot 13 problems total. Problem reports for tag 'fdescfs': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/95711 linimon [fdescfs] rm on fdescfs causes panic: lockmgr: locking 1 problem total. Problem reports for tag 'ffs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123778 vwe [panic] [ffs] [msgs] server reboots when running 130.c o kern/122380 [ffs] ffs_valloc:dup alloc (Soekris 4801/7.0/USB Flash f kern/119638 [ffs] fsck_ffs -b 32 doesn't repair primary superblock o kern/116913 [ffs] [panic] ffs_blkfree: freeing free block o kern/116583 [ffs] System freezes for short time when using mmap on o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna 6 problems total. Problem reports for tag 'fifo': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed 3 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129261 simokawa [firewire] Kernel crash on boot with disconnected fire o kern/125673 [firewire] [panic] FreeBSD7 panics when kldunloading f o kern/122951 [firewire] video-transfer via fwcontrol triggers a pan o kern/119575 simokawa [firewire] [patch] sbp_targ cannot handle multiple CTI o kern/118093 [firewire] firewire bus reset hogs CPU, causing data t o kern/114646 [firewire] [patch] firewire0: device physically ejecte o kern/113785 firewire [firewire] dropouts when playing DV on firewire o kern/97208 [firewire] System hangs / locks up when a firewire dis o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w o kern/73313 simokawa [firewire] Maxtor Onetouch drivers hang or corrupt dat o kern/68978 [firewire] firewire crashes with failing hard disk, lo 11 problems total. Problem reports for tag 'fpa': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/101061 vwe [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani 1 problem total. Problem reports for tag 'fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/122172 fs [fs]: amd(8) automount daemon dies on 6.3-STABLE i386, f kern/120991 [panic][fs][snapshot] System crashes when manipulating 2 problems total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/128181 yongari [fxp] panic in fxp_add_rfabuf o kern/126469 net [fxp] [panic] fxp(4) related kernel panic f kern/125195 net [fxp] fxp(4) driver failed to initialize device Intel o kern/124904 net [fxp] EEPROM corruption with Compaq NC3163 NIC o kern/121983 net [fxp] fxp0 MBUF and PAE o kern/114839 net [fxp] fxp looses ability to speak with traffic o kern/113427 [fxp] fxp0: device timeout when writing to USB and pla f kern/103332 yongari [fxp] fxp driver does not work correctly on Intel 8255 o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel f kern/80784 yongari [fxp] fxp gives device timeouts o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) 13 problems total. Problem reports for tag 'gbde': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119293 [gbde] gbde swap encryption forces gmirror to rebuild o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo o kern/66162 phk [gbde] gbde destroy error 3 problems total. Problem reports for tag 'geli': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/120091 pjd [geom] [geli] [gjournal] geli does not prompt for pass o kern/120090 [geli] geli boot password input fails when using usb k o kern/120066 [geli] geli boot password input fail when using serial o kern/117188 [geli] System crashes/reboots on access to file on GEL o bin/116782 [geli] geli not updated on migrate from 6.1 to 6.2 rel o kern/115856 pjd [geli] ZFS thought it was degraded when it should have o kern/111967 [geli] glabel - label is seemingly not written to disk o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o kern/105368 [geli] geli passphrase prompt malfunctioning when moun o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o kern/88601 pjd [geli] geli cause kernel panic under heavy disk usage 11 problems total. Problem reports for tag 'geode': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/128014 i386 [geode] [patch] AMD Geode CS5536 watchdog(9) not disab o i386/98215 i386 [geode] [regression] FreeBSD can no longer boot Geode 2 problems total. Problem reports for tag 'geom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129674 geom [geom] gjournal root did not mount on boot o kern/129245 geom [geom] gcache is more suitable for suffix based provid o kern/126902 geom [geom] [geom_label] Kernel panic during install boot o kern/124294 geom [geom] gmirror(8) have inappropriate logic when workin o kern/123122 geom [geom] GEOM / gjournal kernel lock o kern/122738 pjd [geom] gmirror list "losts consumers" after gmirror de f kern/122415 geom [geom] UFS labels are being constantly created and rem o kern/122067 geom [geom] [panic] Geom crashed during boot o kern/121559 geom [patch] [geom] geom label class allows to create inacc o kern/120231 geom [geom] GEOM_CONCAT error adding second drive f kern/120091 pjd [geom] [geli] [gjournal] geli does not prompt for pass o kern/120044 geom [msdosfs] [geom] incorrect MSDOSFS label fries adminis o kern/120021 geom [geom] [panic] net-p2p/qbittorrent crashes system when o kern/119743 geom [geom] geom label for cds is keeped after dismount and f kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro o kern/114532 geom [geom] GEOM_MIRROR shows up in kldstat even if compile o kern/113837 geom [geom] unable to access 1024 sector size storage o kern/113419 geom [geom] geom fox multipathing not failing back o kern/107707 geom [geom] [patch] [request] add new class geom_xbox360 to o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach o kern/94632 geom [geom] Kernel output resets input while GELI asks for o kern/90582 geom [geom] [panic] Restore cause panic string (ffs_blkfree o kern/89546 geom [geom] GEOM error s kern/89102 geom [geom] [panic] panic when forced unmount FS from unplu o kern/84556 geom [geom] [panic] GBDE-encrypted swap causes panic at shu o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( 27 problems total. Problem reports for tag 'gif': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127815 net [gif] [patch] if_gif does not set vlan attributes from o kern/125003 hrs [gif] incorrect EtherIP header format. o kern/121642 bz [ipsec] [gif]: When using IPSec, tcpdump shows non-dec o kern/121443 net [gif] LOR icmp6_input/nd6_lookup f kern/108197 jinmei [panic] [gif] [ip6] if_delmulti reference counting pan o conf/97014 [gif] gifconfig_gif? in rc.conf does not recognize IPv o conf/96094 [gif] startup scripts do not configure gif interfaces o kern/95532 [gif] if_gif has artificial limitations 8 problems total. Problem reports for tag 'gjournal': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127420 fs [gjournal] [panic] Journal overflow on gmirrored gjour o kern/124973 geom [gjournal] [patch] boot order affects geom_journal con o kern/123962 geom [panic] [gjournal] gjournal (455Gb data, 8Gb journal), f kern/120091 pjd [geom] [geli] [gjournal] geli does not prompt for pass 4 problems total. Problem reports for tag 'gmirror': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/128276 geom [gmirror] machine lock up when gmirror module is used o kern/124130 geom [gmirror][usb] gmirror fails to start usb devices that o kern/123630 geom [patch] [gmirror] gmirror doesnt allow the original dr o kern/121481 pjd [gmirror] data rot on disk with gmirror o kern/121364 geom [gmirror] Removing all providers create a "zombie" mir o kern/113957 geom [gmirror] gmirror is intermittently reporting a degrad o kern/113885 pjd [gmirror] [patch] improved gmirror balance algorithm 7 problems total. Problem reports for tag 'gnats': S Tracker Resp. Description -------------------------------------------------------------------------------- o gnu/120621 shaun [GNATS] web interface query-pr-summary.cgi matches no 1 problem total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125239 net [gre] kernel crash when using gre f kern/122065 bz [gre] gre over ipsec not working o kern/114714 net [gre][patch] gre(4) is not MPSAFE and does not support o conf/111557 [gre] link1 flag doesn't work as intended when specifi p kern/85320 gonzo [gre] [patch] possible depletion of kernel stack in ip s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with 6 problems total. Problem reports for tag 'gvinum': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/99186 lulf [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple 1 problem total. Problem reports for tag 'handbook': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/121585 doc [handbook] Wrong multicast specification 1 problem total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127623 [headers] header definition for cftime is missing. o kern/126076 [headers] POLL_ERR and POLL_HUP are defined identicall o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC o kern/113256 [headers] _limits.h for some CPU has wrong definitions o kern/112938 [headers] [patch] utmp.h is too limiting for modern sy o bin/106355 [headers] macros in stdio.h non-portable (e.g., C++ :: o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o kern/103022 cperciva [headers] /usr/include/crypto/rijndael.h is wrong o stand/96016 standards [headers] clock_getres et al should be in o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o kern/84981 [headers] [patch] header protection for -interfac o kern/122565 bz [ip6] Possible memory overwrite for IPv6 IPsec o kern/122039 gnn [ip6] IP_RECVDSTADDR not IPv6 compatible s conf/121812 [ip6] [request] ipv6_gateway_enable incorrectly disabl f kern/119516 net [ip6] [panic] _mtx_lock_sleep: recursed on non-recursi o kern/118880 net [ip6] IP_RECVDSTADDR & IP_SENDSRCADDR not implemented o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o kern/113842 net [ip6] PF_INET6 proto domain state can't be cleared wit f kern/108197 jinmei [panic] [gif] [ip6] if_delmulti reference counting pan o kern/100219 bz [ip6] IPV6_PKTOPTIONS and possible mbuf exhaustion. o kern/77341 [ip6] problems with IPV6 implementation 16 problems total. Problem reports for tag 'ipf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123796 net [ipf] FreeBSD 6.1+VPN+ipnat+ipf: port mapping does not o kern/106438 net [ipf] ipfilter: keep state does not seem to allow repl o kern/101948 net [ipf] [panic] Kernel Panic Trap No 12 Page Fault - cau o kern/98978 net [ipf] [patch] ipfilter drops OOW packets under 6.1-Rel s kern/91777 net [ipf] [patch] wrong behaviour with skip rule inside an o kern/87521 net [ipf] [panic] using ipfilter "auth" keyword leads to k o kern/86103 net [ipf] Illegal NAT Traversal in IPFilter o kern/79895 net [ipf] 5.4-RC2 breaks ipfilter NAT when using netgraph o kern/78090 net [ipf] ipf filtering on bridged packets doesn't work if o kern/77273 net [ipf] ipfilter breaks ipv6 statefull filtering on 5.3 s kern/77195 net [ipf] [patch] ipfilter ioctl SIOCGNATL does not match o kern/70904 net [ipf] ipfilter ipnat problem with h323 proxy support o kern/34665 net [ipf] [hang] ipfilter rcmd proxy "hangs". o kern/27474 net [ipf] [ppp] Interactive use of user PPP and ipfilter c 14 problems total. Problem reports for tag 'ipfw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130109 net [ipfw] Can not set fib for packets originated from loc o kern/129103 ipfw [ipfw] IPFW check state does not work =( o kern/129093 ipfw [ipfw] ipfw nat must not drop packets o kern/129036 ipfw [ipfw] 'ipfw fwd' does not change outgoing interface n o kern/128260 ipfw [ipfw] [patch] ipfw_divert damages IPv6 packets o kern/127230 ipfw [ipfw] [patch] Feature request to add UID and/or GID l o kern/127209 ipfw [ipfw] IPFW table become corrupted after many changes o bin/125370 ipfw [ipfw] [patch] increase a line buffer limit a kern/123358 [ipfw] ipfw add 1000 allow IP from any to any doesn't o kern/122963 ipfw [ipfw] tcpdump does not show packets redirected by 'ip o kern/122109 piso [ipfw] ipfw nat traceroute problem o bin/121424 [patch] [ipfw] Rectify ambiguous English in manual o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o kern/118993 ipfw [ipfw] page fault - probably it's a locking problem o kern/117234 ipfw [ipfw] [patch] ipfw send_pkt() and ipfw_tick() don't s o kern/116009 ipfw [ipfw] [patch] Ignore errors when loading ruleset from p kern/115755 ipfw [ipfw][patch] unify message and add a rule number wher p kern/113388 ipfw [ipfw][patch] Addition actions with rules within speci o kern/112708 ipfw [ipfw] ipfw is seems to be broken to limit number of c o kern/112561 ipfw [ipfw] ipfw fwd does not work with some TCP packets o kern/107305 ipfw [ipfw] ipfw fwd doesn't seem to work o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a o kern/103454 ipfw [ipfw] [patch] [request] add a facility to modify DF b o kern/103328 ipfw [ipfw] [request] sugestions about ipfw table o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o kern/98831 ipfw [ipfw] ipfw has UDP hickups o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/97504 ipfw [ipfw] IPFW Rules bug o kern/95084 ipfw [ipfw] [regression] [patch] IPFW2 ignores "recv/xmit/v o kern/93300 ipfw [ipfw] ipfw pipe lost packets o kern/91847 ipfw [ipfw] ipfw with vlanX as the device o kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface implementation o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o kern/82724 ipfw [ipfw] [patch] [request] Add setnexthop and defaultrou s kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a o kern/69963 ipfw [ipfw] install_state warning about already existing en o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o kern/56031 luigi [ipfw] ipfw hangs on every invocation o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o kern/46159 ipfw [ipfw] [patch] [request] ipfw dynamic rules lifetime f a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau 50 problems total. Problem reports for tag 'ipl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121534 darrenr [ipl] [nat] FreeBSD Release 6.3 Kernel Trap 12: 1 problem total. Problem reports for tag 'ipmi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125389 [ipmi] [bce] IPMI problem with bce o kern/123904 [ipmi] ipmi(4) reports negative temperature values on f kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work o i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server a kern/103041 linimon [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o kern/79143 [ipmi] Broadcom NIC driver do not work for IPMI 6 problems total. Problem reports for tag 'ipnat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127233 darrenr [ipnat]: ipnat + ipfilter source routing not handling o kern/115239 net [ipnat] panic with 'kmem_map too small' using ipnat o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt 3 problems total. Problem reports for tag 'ips': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/121903 i386 [ips] [boot] can't boot on IBM x235 ServeRaid 6M [regr o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may o kern/92164 scottl [ips] SCSI target mode LOR o kern/57832 scottl [ips] softdep_deallocate_dependencies: dangling deps 4 problems total. Problem reports for tag 'ipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129517 net [ipsec] [panic] double fault / stack overflow o bin/126468 bz [ipsec] some ipsec configurations make FreeBSD panic o kern/124609 vanhu [ipsec] [panic] ipsec 'remainder too big' panic with p o kern/123793 bz [ipsec] [patch] KAME IPSEC does not pass processed pac o kern/123587 bz [ipsec] IPCOMP broken in IPSEC (FAST_IPSEC for RELENG_ o kern/123463 net [ipsec] [panic] repeatable crash related to ipsec-tool o kern/123066 net [ipsec] [panic] kernel trap with ipsec o kern/122563 bz [ipsec] KEY_FREESAV() in FreeBSD-Release7.0 o kern/122562 bz [ipsec] IPsec AH tunneled packet mis handling? o kern/121642 bz [ipsec] [gif]: When using IPSec, tcpdump shows non-dec o kern/121373 bz [ipsec] New IPSEC & IPV6 & AH+ESP Broken f kern/110959 bz [ipsec] Filtering incoming packets with enc0 does not o kern/103135 [ipsec] ipsec with ipfw divert (not NAT) encodes a pac f kern/39233 bz [ipsec]: NonConforming IPsec implementation from FreeB 14 problems total. Problem reports for tag 'ipw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/126339 net [ipw] ipw driver drops the connection o kern/118534 [ipw] bitrate and power wifi can't change/set ipw Inte o kern/110140 [ipw] ipw fails under load o kern/84861 thompsa [ipw] [patch] still can't get working ipw(4) with adho a kern/82926 thompsa [ipw] ipw(4) doesn't seem to do WPA, also leaves entri 5 problems total. Problem reports for tag 'ipx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi 1 problem total. Problem reports for tag 'irq': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/122148 i386 [irq] interrupt storm on 7.0 [regression] o kern/119696 [irq] [ral] ral device causes massive interrupt storm o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o kern/113138 [irq] interrupt storm on 6.x kernels on an MS-1029 (AM o kern/103532 [irq] Interrupt storm in 6.2-PRERELEASE [regression] o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o 8 problems total. Problem reports for tag 'isa': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/37441 davidxu [isa] [patch] ISA PNP parse problem 1 problem total. Problem reports for tag 'iscsi': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/121676 scsi [iscsi] iscontrol do not connect iscsi-target on sparc 1 problem total. Problem reports for tag 'iso9660': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95222 [iso9660] File sections on ISO9660 level 3 CDs ignored 1 problem total. Problem reports for tag 'isp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127927 scsi [isp] isp(4) target driver crashes kernel when set up o kern/126866 scsi [isp] [panic] kernel panic on card initialization 2 problems total. Problem reports for tag 'iwi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127826 net [iwi] iwi0 driver has reduced performance and connecti o kern/124767 net [iwi] Wireless connection using iwi0 driver (Intel 220 o kern/123559 net [iwi] iwi periodically disassociates/associates [regre a kern/122597 thompsa [iwi] Intel iwi fails after 3 - 4 hours of use"firmwar o kern/116185 net [iwi] if_iwi driver leads system to reboot o conf/113117 linimon [iwi] if_iwi isn't present in today's CURRENT/AMD64 f kern/95710 [iwi] iwi wont roam 7 problems total. Problem reports for tag 'ixgbe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128577 [ixgbe] [patch] Send queue stall in ixgbe driver when o kern/127834 net [ixgbe] [patch] wrong error counting o kern/126688 net [ixgbe] [patch] 1.4.7 ixgbe driver panic with 4GB and 3 problems total. Problem reports for tag 'jail': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/126368 bz [jail] Running ktrace/kdump in jail leads to stale jai o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail p kern/114325 bz [jail] SIOCGIFADDR ioctl behaves incorrectly inside ja f conf/103489 bz [rc.d] [named] [jail] [patch] named_chroot_autoupdate p kern/103464 bz [dns] [jail] jail networking failures to 127.0.0.1 onl o bin/99566 jail [jail] [patch] fstat(1) according to specified jid f kern/89989 bz [jail] [patch] Add option -I (ASCII 73) PID to specif o bin/78763 pjd [patch] [jail] Added jail support to ps(1) f kern/74314 bz [resolver] [jail] DNS resolver broken under certain ja p kern/68189 bz [arp] [jail] [patch] arp -a discloses non-jail interfa f kern/66589 kib [quotas] [jail] processes get stuck in "inode" state w o kern/48471 pjd [jail] [patch] [request] private IPC for every jail o bin/32828 jail [jail] w(1) incorrectly handles stale utmp slots with s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai 14 problems total. Problem reports for tag 'joy': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/64588 [joy] [request] Extend joystick driver architecture to 1 problem total. Problem reports for tag 'k8temp': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/125383 i386 [k8temp] [request] please enable k8temp on i386 1 problem total. Problem reports for tag 'kame': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames 1 problem total. Problem reports for tag 'kbdmux': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/127446 emax [kbdmux] [patch] fix race in sys/dev/kbdmux/kbdmux.c 1 problem total. Problem reports for tag 'kerberos': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/45830 [kerberos] KDC has problems when listening to IPv6 and 1 problem total. Problem reports for tag 'kernel': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130261 [kernel] [panic] kernel panic in/below sys_pipe.c:knli o kern/129396 alc [kernel] cannot set vm.kmem_size_max beyond 3GB o kern/129164 [kernel] Wrong priority value for normal processes o kern/128974 [kernel] unp_connect() unlocking unp if UNP_CONNECTING o kern/124564 [kernel] [patch] add CPUID bits to ident phenom proces o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o kern/121073 [kernel] [patch] run chroot as an unprivileged user o kern/119358 [kernel] [patch] SYSINIT_VERBOSE can be more verbose o kern/119202 [kernel] [patch] Add generic support for disabling dev o kern/118287 [kernel] [patch] tty write is not always atomic for sm o kern/114492 [kernel] [patch] device_attach() doesn't unset devclas o kern/112554 silby [kernel] [patch] unp_gc is overly agressive and remove o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o kern/110249 kmacy [kernel] [regression] [patch] setsockopt() error regre o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/93331 [kernel] [patch] broken asm in kernel o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o kern/85651 [kernel] [patch] debugging code to show entries in eve o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't s kern/79339 [kernel] [patch] Kernel time code sync with improvemen s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN s kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX s kern/50827 [kernel] [patch] [request] add sane record locking o kern/50526 [kernel] [patch] update to #! line termination o kern/43577 [kernel] [patch] [request] new kernel option SHUTDOWN_ o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o kern/29355 mux [kernel] [patch] add lchflags support o stand/25777 standards [kernel] [patch] atime not updated on exec s kern/19363 [kernel] [patch] allow processes know about their file 46 problems total. Problem reports for tag 'keyboard': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/128172 gavin [keyboard] Remote Console (Keyboard) of AOC-SIM1U+ not o kern/125675 [keyboard] [patch] Add hw.syscons.kbd_suspend new sysc o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o kern/118021 [keyboard] 7.0 Beta 2 sysinstall keyboard emits contro o kern/115253 [keyboard] Wireless keyboard not working at boot o kern/103498 [keyboard] momentary system "pauses" when switching VT o kern/102784 [keyboard] system crashes when using hardware function o usb/102678 usb [keyboard] Dell PowerEdge DRAC5 USB Keyboard does not o conf/100782 [keyboard] [patch] Default keymap to support ALT+Left, o usb/100746 usb [keyboard] system does not boot due to USB keyboard pr o usb/99538 usb [keyboard] while using USB keyboard default params of o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar s usb/95348 usb [keyboard] USB keyboard unplug causes noise on screen o i386/94364 i386 [keyboard] Unable to boot on NX9110 laptop o i386/93793 i386 [keyboard] Keyboard stops working after a shutdown -p o kern/80694 [keyboard] [patch] atkbd looped on Acer TravelMate 270 o kern/77091 [keyboard] Keyboard quits working under X with MAXCONS o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans o kern/41215 [keyboard] console revert back to kbd0 (AT) after KVM o kern/33965 [keyboard] [patch] programmable keys of the keyboard ( 21 problems total. Problem reports for tag 'kqueue': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/129550 i386 [pae] [kqueue] crash with PAE kernel o kern/125356 [kqueue] [panic] Repeated panic in kqueue_close from k o kern/116770 [kqueue] Unfortunate fifo/O_NONBLOCK/kevent interactio o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o kern/89775 [kqueue] [hang] kevent hangs on second wait for /dev/d o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i 7 problems total. Problem reports for tag 'ktrace': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/108100 [ktrace] sysctl debug.ktr.alq_enable=1 results in rebo 1 problem total. Problem reports for tag 'lagg': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/125442 gonzo [carp][lagg] CARP combined with LAGG causes system pan o kern/123279 thompsa [lagg] order of operations dependancy in bringing up l o kern/122954 net [lagg] IPv6 EUI64 incorrectly chosen for lagg devices p kern/122794 net [lagg] Kernel panic after brings lagg(8) up if NICs ar o kern/122780 net [lagg] tcpdump on lagg interface during high pps wedge 5 problems total. Problem reports for tag 'libalias': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/115526 piso [libalias] libalias doesn't free memory o kern/105579 piso [libalias] dcc resume over natd in 6.x o kern/74450 [libalias] [patch] enable libalias/natd to create skip o kern/54891 [libalias] [patch] libalias(3)/natd(8) and exporting c o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/41307 [libalias] [patch] logging of links lifecycle (add/del 6 problems total. Problem reports for tag 'libarchive': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121556 kientzle [libarchive] ISO9660 decompression extension unsupport 1 problem total. Problem reports for tag 'libc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129172 [libc] signals are not delivered always o bin/128933 [libc] realpath(3) does not follow SUS specification f o bin/128167 [patch] [libc] add support for SCTP to getaddrinfo(3) o bin/127872 [libc] [patch] Rewinding on unionfs and Subversion o bin/127591 [patch] [libc] spurious warning against DNAME RRs in g p bin/127335 das [libc] fwrite(3) fails to generate error when applied o kern/126289 [libc] select(2) apparently consumes cpu when it shoul o kern/125382 [libc] open(2): ENOSPC may be misleading, consider EIO p kern/124334 mtm [libc] [patch] lib/libc/glob.c fails to compile under o kern/124282 [libc] socket(2): INP_PORTHIGH and INP_ONESBCAST share o kern/124160 net [libc] connect(2) function loops indefinitely o kern/123179 gabor [libc] [patch] src/lib/libc/nls/es_ES.ISO8859-1.msg fo o kern/123095 [libc] sendfile(2): Suspected sendfile data corruption f bin/122061 [libc] dlsym(3) is very slow when a symbol cannot be f p kern/121818 secteam [libc] Buffer Overflow, Integer Overflow o bin/121656 [libc] [patch] telldir(3) issues o kern/121522 delphij [libc] [patch] [request] add closefrom() system call o kern/120128 attilio [libc] [patch] __getcwd erroneously returning ENOENT o threa/118544 delphij [libc] [patch] the "clnt_create" function in "libc/rpc o bin/116074 [libc] fnmatch() does not handle FNM_PERIOD correctly o bin/115631 [libc] [patch] [request] make dlclose(3) atexit-aware o kern/115196 bushman [libc] [patch] [request] Implement getgroupmembership( o kern/114578 standards [libc] wide character printing using swprintf(dst, n, o bin/113825 [patch] [libc] [ggated] Fix -STABLE build with -fno-st o bin/113398 [libc] [patch] initgroups fails rather than truncates o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o bin/108390 [libc] [patch] wait4() erroneously waits for all child o bin/108118 [libc] files should not cache their EOF status p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o kern/103312 [libc] dlsym(NULL,) doesn't work properly o bin/102515 [libc] fsck_ufs crashes if no console at all o kern/100709 [libc] getaddrinfo(3) should return TTL info o kern/99800 [libc] [patch] Add support for profiling multiple exec o bin/96840 [libc] [patch] getgrent() does not return large groups o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values o bin/95002 [libc] hash db source code has a bug which prevents us a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o kern/93197 [libc] strptime(3) succeeds on formats it should fail o kern/93093 [libc] xdr_string might call strlen(3) on NULL o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o bin/90736 [libc] dlfunc can not be defined in libc o kern/90580 [libc] wordexp(3) fails to check for EINTR o bin/87729 phk [libc] [patch] most calls to malloc(3) generate warnin p bin/84740 remko [libc] regcomp("\254") fails o threa/83914 threads [libc] popen() doesn't work in static threaded program o kern/82980 [libc] realpath(3) treats regular files as directories p kern/81987 matteo [libc] [patch] memory leaks in libc/rpc s kern/79048 [libc] realloc() copies data even when the size of all o kern/78756 gabor [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/76485 [libc] sched_getparam(2) returns weird priority number o kern/76398 [libc] stdio can lose data in the presence of signals o kern/75855 adrian [libc] getpwent(3) functions on 5.3 with large passwor s bin/75767 [libc] [request] "fdclose" function in libc o kern/69826 [libc] 16th group has no effect when accesing file on o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/68690 [libc] write(2) returns wrong value when EFAULT s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc s kern/56720 [libc] [request] UNICODE support in Resolver o bin/51827 [libc] [patch] getaddrinfo(3) is broken with numeric s o bin/46866 [libc] NIS-based getpwent(3) falsely returns NULL o kern/45293 [libc] kevent denies to observe /dev/tty o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42422 [libc] [patch] dbm_delete returns -1 instead of 1 when o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/31906 [libc] No method available to unwind atexit(3) stack w o kern/31647 [libc] socket calls can return undocumented EINVAL o kern/30186 [libc] getaddrinfo(3) does not handle incorrect servna o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s o bin/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o bin/25886 [libc] cgetset(3) doesn't get cleared when switching d p kern/25018 rwatson [libc] lstat(2) returns bogus permissions on symlinks 78 problems total. Problem reports for tag 'libc_r': S Tracker Resp. Description -------------------------------------------------------------------------------- s threa/32295 threads [libc_r] [patch] pthread(3) dont dequeue signals 1 problem total. Problem reports for tag 'libcrypt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120075 [libcrypt] Incompatible EOS of key in crypt(3) o kern/75934 [libcrypt] [patch] missing blowfish functionality in p 2 problems total. Problem reports for tag 'libcrypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/117709 simon [libcrypto] [patch] Base openssl does not define OPENS 1 problem total. Problem reports for tag 'libdialog': S Tracker Resp. Description -------------------------------------------------------------------------------- o gnu/48638 [libdialog] [patch] some bug fixes in libdialog 1 problem total. Problem reports for tag 'libdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/113849 [libdisk][patch] Correction of Sanitize_Bios_Geom for o kern/97164 [libdisk] libdisk's Open_Disk() crashes o kern/42217 [libdisk] libdisk segfaults with 1024 bytes/sector dis o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/24435 [libdisk] [patch] changing slice type causes Auto-part 6 problems total. Problem reports for tag 'libedit': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/117348 [libedit] Loading history file sometimes fails in libe 1 problem total. Problem reports for tag 'libexec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/110017 [libexec] [patch] serial port console output garbled o kern/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per o kern/45729 [libexec] [patch] make rbootd transfer the default fil 4 problems total. Problem reports for tag 'libfetch': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/127280 des [libfetch] [patch] fetch/libfetch RFC 1738 %2F escaped o bin/125350 des [libfetch] [patch] src/lib/libfetch add support for de o kern/116005 des [libfetch] libfetch accepts invalid URLs o bin/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip 4 problems total. Problem reports for tag 'libgcc': S Tracker Resp. Description -------------------------------------------------------------------------------- o gnu/128262 [libgcc] [patch] contrib/gcclibs/libcpp/errors.c: -Wmi 1 problem total. Problem reports for tag 'libgssapi': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/113266 harti [libgssapi] [patch] Missing handling of mech_type in g 1 problem total. Problem reports for tag 'libiconv': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver 1 problem total. Problem reports for tag 'libkrb': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/29062 markm [libkrb] krb4 and krb5 multiply defined version symbol 1 problem total. Problem reports for tag 'libkvm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120872 [libkvm] [patch] fstat exit on signal 11 o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free o kern/42386 [libkvm] [patch] cleaning code from warnings in libkvm 3 problems total. Problem reports for tag 'libm': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/94583 [libm] std::isnan()/std::isinf() are not identical to o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm 2 problems total. Problem reports for tag 'libmalloc': S Tracker Resp. Description -------------------------------------------------------------------------------- f sparc/106251 sparc64 [libmalloc] malloc fails > for large allocations 1 problem total. Problem reports for tag 'libmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78646 [libmap] [patch] libmap should canonicalize pathnames 1 problem total. Problem reports for tag 'libmd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/112775 [libmd] [patch] libmd(3) bug for some zero-length file 1 problem total. Problem reports for tag 'libpam': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/117512 des [libpam] [patch] document .opieaccess for pam_opieacce o bin/115946 des [libpam] [patch] not thread-safe o kern/115164 des [libpam] [patch] [request] Add support for the account o kern/115162 des [libpam] [patch] [request] Add check for target user's o kern/109416 des [libpam] [patch] pam_group doesn't check login_group m o bin/105341 [libpam] [patch] [request] pam_krb5: Add minimum_uid/m o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o kern/76678 dfr [libpam] [patch] Allow pam_krb5 to authenticate no loc s kern/20333 des [libpam] ftp login fails on unix password when s/key a 10 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 1 problem total. Problem reports for tag 'libradius': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/103764 [libradius] [patch] libradius aborts server processing 1 problem total. Problem reports for tag 'librpcsvc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/42387 [librpcsvc] [patch] cleaning code of librpcsvc from wa 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/83424 [libstand] [patch] improper handling of malloc failure 3 problems total. Problem reports for tag 'libtacplus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will 1 problem total. Problem reports for tag 'libufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under 1 problem total. Problem reports for tag 'libusb': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker 1 problem total. Problem reports for tag 'libusbhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/101775 usb [libusbhid] [patch] possible error in report descripto o kern/83451 [libusbhid] [patch] improper handling of malloc failur 2 problems total. Problem reports for tag 'libutil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84797 [libutil] [patch] State engine in the libutils propert s kern/38347 [libutil] [patch] [request] new library function abs2r o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f 3 problems total. Problem reports for tag 'libvgl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83426 [libvgl] [patch] improper handling of malloc failures 1 problem total. Problem reports for tag 'libz': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/96393 [libz] [patch] assembler implementations for libz on i 1 problem total. Problem reports for tag 'linprocfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/99094 [linprocfs] panic: sleeping thread (Sleeping thread .. o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size o kern/31048 des [linprocfs] /proc/meminfo cannot handle multiple swap 3 problems total. Problem reports for tag 'linux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o bin/120055 [linux] kdump(1) segfaults on freebsd6_mmap syscall o kern/118473 kib [linux] ELF Notes vs. brandelf o kern/102956 rink [linux] [patch] Add partial support for SO_PEERCRED in f kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/97326 emulation [linux] file descriptor leakage in linux emulation o kern/86619 [linux] linux emulator interacts oddly with cp o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/21463 emulation [linux] Linux compatability mode should not allow setu 13 problems total. Problem reports for tag 'lo': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/123568 gnn [lo] loopback interface error (don`t ask) o kern/112612 andre [lo] Traffic via additional lo(4) interface shows up o 2 problems total. Problem reports for tag 'loader': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/127981 i386 [loader] Stack underflow preventing boot [regression] o kern/120127 [loader] Loading of gzip'd mfsroot from pxeboot(8) cau o i386/112635 i386 [hang] [loader] Hang during boot installation o kern/110995 kmacy [loader] [patch] loader wastes space worth symtab size o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" [re o i386/93762 i386 [hang] [loader] Machine lockup at boot loader countdow o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same 9 problems total. Problem reports for tag 'locale': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/124511 [patch][locale] Some wide-characters can't be printing f conf/105100 ache [locale] [patch] no support for lv (latvian) locale o conf/98815 [locale] [patch] Add euro symbol to pt_PT locale using o conf/92541 [patch] [locale] add ca_AD, ca_FR and ca_IT locales o conf/75502 [patch] [locale] Fix LC_NUMERIC and LC_MONETARY for de o conf/72076 [locale] [patch] German locales use old %d.%m.%y date p conf/51085 [locale] FreeBSD is missing ja_JP.eucJP locale. 7 problems total. Problem reports for tag 'lpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/117973 [panic] [lpt] 7.0-BETA2: repeatable panic while printi o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer o kern/73744 [lpt] printing via cups causes "Interrupt storm" warni o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting 5 problems total. Problem reports for tag 'mac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118247 rwatson [mac] netstat/sockstat reporting incorrect information f kern/113157 rwatson [mac] PortACL Rules causing crash o kern/63096 csjp [mac] [patch] MAC entry point for route manipulation 3 problems total. Problem reports for tag 'make.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/114082 [make.conf] default CFLAGS have a blank at the end 1 problem total. Problem reports for tag 'makefile': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect 1 problem total. Problem reports for tag 'mca': S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb 1 problem total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/122968 [md] md swapfile multiplication after init 1 o kern/122288 gavin [md] [patch] mdconfig(8) returning negative unit numbe o conf/118113 [md] mdconfig init script requires image to be on root o kern/81161 [md] Images mounted through mdconfig on a read-only fs p kern/80136 trasz [md] [crash] mdconfig can reboot the system 5 problems total. Problem reports for tag 'mfi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124989 [mfi] mfi driver error - unexpected sense o kern/115133 scottl [mpt] [mfi] [patch] Patches to make mfi support LSI SA o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok 3 problems total. Problem reports for tag 'mfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/52445 [mfs] panic when mounting floppy on MFS filesystem 1 problem total. Problem reports for tag 'minidump': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118713 [minidump] [patch] Display media size required for a k 1 problem total. Problem reports for tag 'mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC 1 problem total. Problem reports for tag 'mly': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o i386/55603 [mly] unable to reboot when system runs from Mylex A35 2 problems total. Problem reports for tag 'modules': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 o kern/114291 kmacy [RFE][modules] [patch] add dynamic module references o kern/96346 [modules] [patch] disable build of modules that are al o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o usb/80829 usb [modules] [panic] possible panic when loading USB-modu a kern/74809 [modules] [panic] smbfs panic if multiply mounted o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o kern/68076 [modules] Page fault when the sequence "kldunload ucom o misc/60503 [modules] small error in modules installation o kern/48976 [modules] nwfs.ko oddity 12 problems total. Problem reports for tag 'mount': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39329 [mount] '..' at mountpoint is subject to the permissio 1 problem total. Problem reports for tag 'mouse': S Tracker Resp. Description -------------------------------------------------------------------------------- s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/93408 usb [mouse] hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o kern/89166 [mouse] jumpy mouse movement o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o usb/86298 usb [mouse] Known good USB mouse won't work with correct s 6 problems total. Problem reports for tag 'mpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130330 [mpt] [panic] Panic and reboot machine MPT driver when o kern/128514 fs [zfs] [mpt] problems with ZFS and LSILogic SAS/SATA Ad f kern/128282 gavin [mpt] system failure on removing two drives o kern/127109 [mpt]: FreeBSD fails to boot except in safe mode o kern/122321 [mpt] Hitachi SCSI drive can't be written to o kern/120247 scsi [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s o kern/117688 [mpt] mpt disk timeout and hang o kern/115606 [mpt] [panic] Panic while using mpt controller o kern/115133 scottl [mpt] [mfi] [patch] Patches to make mfi support LSI SA o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout 10 problems total. Problem reports for tag 'msdosfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123939 [msdosfs] corrupts new files f usb/123508 vwe [umass] [msdosfs] damaged files (mp3,txt , etc) on fla o kern/120044 geom [msdosfs] [geom] incorrect MSDOSFS label fries adminis o bin/116980 [patch] [msdosfs] mount_msdosfs(8) resets some flags f p kern/116608 [panic] [patch] [msdosfs] msdosfs fails to check mount o kern/111843 [msdosfs] Long Names of files are incorrectly created o kern/109024 [msdosfs] mount_msdosfs: msdosfs_iconv: Operation not o kern/109010 [msdosfs] can't mv directory within fat32 file system o kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o kern/102250 trhodes [msdosfs] panic upon forced umount of removed medium o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync o kern/93634 vwe [msdosfs] False access to renamed files/directories (c f kern/87368 bde [msdosfs] fat32 is very slow o kern/86587 [msdosfs] rm -r /PATH fails with lots of small files o kern/79441 trhodes [msdosfs] problem writing on mounted msdos-fs at /mnt o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up p kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o kern/67326 rodrigc [msdosfs] crash after attempt to mount write protected o kern/62762 bde [msdosfs] Fsync for msdos fs does not sync entries o kern/45558 trhodes [msdosfs] mdconfig and msdosfs make fs writes hang a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c 23 problems total. Problem reports for tag 'msk': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128884 net [msk] if_msk page fault while in kernel mode o kern/124127 net [msk] watchdog timeout (missed Tx interrupts) -- recov f kern/119613 yongari [msk] mskc0: Uncorrectable PCI Express error o kern/116853 yongari [msk] msk watchdog timeout f kern/114631 yongari [msk] "Tx descriptor error" with Marvell Yukon 5 problems total. Problem reports for tag 'multicast': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/122839 net [multicast] FreeBSD 7 multicast routing problem 1 problem total. Problem reports for tag 'myk': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/130329 gavin [myk] panic 1 problem total. Problem reports for tag 'named-pipes': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/113939 [named-pipes] Linux (e.g.) ls hangs on named pipes in 1 problem total. Problem reports for tag 'nanobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/127759 [nanobsd] [patch] nanobsd.sh incorrectly calculates pa p misc/125881 n_hibma [nanobsd] [patch] nanobsd fails on creating a director o misc/123240 [nanobsd] [patch] rerunning nanobsd.inc.sh fails becau o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o conf/96746 [nanobsd] [patch] Configuration changes and README for o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu 6 problems total. Problem reports for tag 'ncurses': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/119903 [ncurses] Fast increase in loading of the processor. A o bin/107171 [patch] [ncurses] systat(1) doesn't die when it's xter o conf/71254 [ncurses] xterm vs. cons* termtypes or sc(4) 3 problems total. Problem reports for tag 'ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/130189 weongyo [ndis] [patch] if_ndis typo 802.11 mode test o kern/129580 net [ndis] Netgear WG311v3 (ndis) causes kenel trap at boo p kern/127644 weongyo [ndis] [panic] NDIS panic o kern/125181 thompsa [ndis] [patch] with wep enters kdb.enter.unknown, pani o kern/124225 cokane [ndis] [patch] ndis network driver sometimes loses net o kern/118493 weongyo [ndis] [patch] a trivial fix when ndis sets `ndis_reso p kern/118439 thompsa [ndis] [patch] if_ndis - fix a panic when ndis_attach( p kern/118370 thompsa [ndis] [patch] if_ndis - fix a scanning problem of Mar o kern/116747 net [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile o docs/114184 doc [patch] [ndis]: add info to man 4 ndis o kern/109406 thompsa [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work wi o kern/91859 [ndis] if_ndis does not work with Asus WL-138 f kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with s kern/86920 net [ndis] ifconfig: SIOCS80211: Invalid argument [regress 14 problems total. Problem reports for tag 'net': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/116697 kmacy [net] [patch] ifconfig's name argument has no efect on f kern/110720 kmacy [net] [patch] [request] support for interface descript o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o kern/92690 silby [net] slowstart_flightsize ignored in 6-STABLE o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/85648 [net] [patch] provide more specific default network dr o kern/83622 [net] [patch] add network interfaces labeling support s kern/81147 net [net] [patch] em0 reinitialization while adding aliase s kern/68692 andre [net] [patch] Move ARP out of routing table s kern/12071 fanf [net] [patch] new function: large scale IP aliasing 10 problems total. Problem reports for tag 'netatalk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/4184 rwatson [netatalk] [patch] minor nits in sys/netatalk 1 problem total. Problem reports for tag 'netgraph': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/123200 net [netgraph] Server failure due to netgraph mpd and dhcp o kern/122290 net [netgraph] [panic] Netgraph related "kmem_map too smal o kern/120304 net [netgraph] [patch] netgraph source assumes 32-bit time o kern/118727 net [netgraph] [patch] [request] add new ng_pf module o kern/115019 [netgraph] ng_ether upper hook packet flow stops on ad o kern/106444 [netgraph] Kernel Panic on Binding to an ip to a virtu o kern/104751 [netgraph] kernel panic, when getting info about my tr o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o kern/97306 [netgraph] NG_L2TP locks after connection with failed o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o kern/63863 glebius [netgraph] [patch] [request] implement NGM_ELECTROCUTE 14 problems total. Problem reports for tag 'netinet': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/128790 rwatson [netinet] [patch] bug in IP_MINTTL setsockopt() implem o kern/128134 rrs [netinet] [patch] src/sys/netinet - crc32c calculation o kern/125845 net [netinet] [patch] tcp_lro_rx() should make use of hard o kern/121706 net [netinet] [patch] "rtfree: 0xc4383870 has 1 refs" emit o kern/95277 net [netinet] [patch] IP Encapsulation mask_match() return o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat 7 problems total. Problem reports for tag 'netinet6': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/111537 kmacy [netinet6] [patch] ip6_input() treats mbuf cluster wro o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc 2 problems total. Problem reports for tag 'netipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ 2 problems total. Problem reports for tag 'netisr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100519 net [netisr] suggestion to fix suboptimal network polling 1 problem total. Problem reports for tag 'newcard': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59203 imp [newcard] Panic with wi and newcard 1 problem total. Problem reports for tag 'newfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77181 mckusick [newfs] [patch] newfs -g largevalue, mkdir, panic 1 problem total. Problem reports for tag 'newusb': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/130122 usb [newusb] DVD drive detects as 'da' device o usb/130066 usb [newusb] Serial adaptor use fail with 'unsupported spe o usb/130024 usb [newusb] Sun Type 7 Unix keyboard doesn't work with us o usb/129964 usb [newusb] disconnection of ugen devices isn't logged o bin/129963 usb [newusb] usbconfig(8) fails with misleading error when o docs/129962 usb [newusb] usbconfig(8) refers to non-existant usb2_core 6 problems total. Problem reports for tag 'nexus': S Tracker Resp. Description -------------------------------------------------------------------------------- o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f 1 problem total. Problem reports for tag 'nfe': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/127910 vwe [nfe] FBSD-7.0 amd64 nfe ethernet not completely worki o kern/123429 net [nfe] [hang] "ifconfig nfe up" causes a hard system lo o i386/121549 i386 [nfe]: nfe interface locks up during rc.conf initializ o kern/120232 net [nfe] [patch] Bring in nfe(4) to RELENG_6 o amd64/115126 yongari [nfe] nfe0: watchdog timeout (missed Tx interrupts) -- o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no 6 problems total. Problem reports for tag 'nfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129760 fs [nfs] after 'umount -f' of a stale NFS share FreeBSD l o kern/129174 fs [nfs][zfs][panic] NFS v3 Panic when under high load ex o kern/129132 [nfs] 7.1-Beta2 nfsd cannot lock o kern/128448 net [nfs] 6.4-RC1 Boot Fails if NFS Hostname cannot be res o kern/125849 dfr [nfs] nfs_decode_args() reads invalid memory when call o kern/125149 fs [nfs][panic] changing into .zfs dir from nfs client ca o kern/124280 [nfs] [panic] FreeBSD 7/amd64 STABLE crash o kern/123755 dfr [nfs] fstat(1) fails to return ESTALE with rename()d f o kern/121566 rc [nfs] [request] [patch] ethernet iface should be broug o kern/119791 net [nfs] UDP NFS mount of aliased IP addresses from a Sol o kern/119617 net [nfs] nfs error on wpa network when reseting/shutdown o bin/118318 mohans [nfs] NFS server hangs under special circumstances o kern/118126 kmacy [nfs] Poor NFS server write performance o kern/114506 [nfs] nfs_readdirrpc doesn't use copyout to write out o kern/114451 [nfs] [patch] prevent NFS server possible crash o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar o kern/112528 net [nfs] NFS over TCP under load hangs with "impossible p o kern/111848 [nfs] removing a file from a diskless nfs mounted root o kern/111162 [nfs] nfs_getpages does not restart interrupted system o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o kern/105241 [nfs] problem with Linux NFS server up/down combined w o kern/97329 [nfs] [patch] code simplification o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/94256 dfr [nfs] nfs locking/rpc.lockd doesn't understand file de o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos s kern/86319 [nfs] [request] support a "noac" NFS mount flag to tur o kern/85894 [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/84968 [nfs] programs on nfs4 mounts won't execute o kern/84965 [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84964 [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/82805 [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact o kern/81770 [nfs] Always "NFS append race" at every NFS mount with o kern/79336 [nfs] NFS client doesn't detect file updates on Novell s kern/78884 [nfs] [patch] nfs client cache negative lookups o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea s kern/67545 [nfs] NFS Diskless Mount Option Suggestion a kern/64816 [nfs] [patch] mmap and/or ftruncate does not work corr a kern/62278 [nfs] [patch] NFS server may not set eof flag when rea a kern/57696 [nfs] NFS client readdir terminates prematurely if ren o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu o kern/44580 [nfs] NFS updates file access time when file is modifi o kern/41216 [nfs] Get "NFS append race" error o kern/35669 [nfs] NFSROOT breaks without a gateway o kern/33203 [nfs] "got bad cookie" errors on NFS client o kern/31380 [nfs] NFS rootfs mount failure message too cryptic o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl f kern/26142 vwe [nfs] Unlink fails on NFS mounted filesystem o conf/22308 [nfs] mounting NFS during boot blocks if host map come o kern/22291 [nfs] getcwd(3) fails on recently-modified NFS-mounted s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo s kern/17108 [nfs] SecureRPC not supported in mount_nfs command 57 problems total. Problem reports for tag 'ng_mppc': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/123045 gonzo [ng_mppc] ng_mppc_decompress - disabling node 1 problem total. Problem reports for tag 'ng_nat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125704 [ng_nat] kernel libalias: repeatable panic 1 problem total. Problem reports for tag 'nis': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/129541 [nis] passwd(1) cannot be forced to "yp" mode in some a conf/117555 dougb [patch] [nis] NIS-dependent services cannot start if y o kern/88320 [nis] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin o conf/72592 [nis] NIS Domain Master fails as client of itself o bin/71625 [patch] [nis] cleanup of the usr.sbin/rpc.ypupdated co o bin/71617 [patch] [nis] ypserv(8): cleanup of the usr.sbin/ypser o bin/71616 [patch] [nis] yp_mkdb(8): cleanup of the usr.sbin/yp_m o bin/67142 [nis] rpc.yppasswdd incorrectly throws errors about in o bin/66893 [patch] [nis] rpc.yppasswdd(8): Linux NIS clients conn o bin/66830 [nis] chsh(1) ypchsh(1) do not change user information o bin/54097 [nis] Non-local yppasswd(1) -d broken in 5.1-CURRENT o bin/52343 [nis] login(1) problem on the server o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o bin/42093 [nis] ypbind(8) hangs on NIC with the lowest scopeid o bin/40215 [nis] NIS host search not terminate o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/29903 [nis] ypbind(8) loses connection to NIS master and nev o bin/29808 [nis] ypserv(8) dumps core in yp_find_db o bin/24461 [nis] Being able to increase the YP timeout without re s bin/2090 [patch] [nis] clients may bind to FreeBSD ypserv refus 21 problems total. Problem reports for tag 'nlm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/126561 net [nlm] [patch] NLM (rpclockd) RPC UNLOCK failure (stall 1 problem total. Problem reports for tag 'nsswitch.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/123330 net [nsswitch.conf] Enabling samba wins in nsswitch.conf c o conf/73337 [nsswitch.conf] [patch] potential invalid free o conf/64788 [nsswitch.conf] nsswitch with ldap and starting ppp on 3 problems total. Problem reports for tag 'ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120483 [ntfs] [patch] NTFS filesystem locking changes o kern/120482 [ntfs] [patch] Sync style changes between NetBSD and F o kern/118107 [ntfs] [panic] Kernel panic when accessing a file at N o kern/117314 [ntfs] Long-filename only NTFS fs'es cause kernel pani o kern/116515 remko [ntfs] NTFS mount does not check that user has permiss o kern/114847 fs [ntfs] [patch] [request] dirmask support for NTFS ala o kern/103035 [ntfs] Directories in NTFS mounted disc images appear o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c p kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem 12 problems total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130210 fs [nullfs] Error by check nullfs o bin/121898 [nullfs] pwd(1)/getcwd(2) fails with Permission denied s kern/104938 [nullfs] [request] readlink("/proc/curproc/file") does o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) s kern/94269 [nullfs] procfs shows wrong data if executable is runn o kern/51583 [nullfs] [patch] allow to work with devices and socket 6 problems total. Problem reports for tag 'nve': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118990 [nve] nve + PAE bus_addr_t/void * inconsistencies s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no o kern/106243 [nve] double fault panic in if_nve.c on high loads o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o amd64/84027 obrien [nve] if_nve gets stuck 6 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and f kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/65920 [nwfs] Mounted Netware filesystem behaves strange 3 problems total. Problem reports for tag 'ofw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/112477 marius [ofw] [patch] Add support to set the node and type on 1 problem total. Problem reports for tag 'ohci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127222 usb [ohci]: Regression in 7.0 usb storage generic driver o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o usb/108056 usb [ohci] Mouse gets powered off during device probe when o usb/107827 usb [ohci] [panic] ohci_add_done addr not found o usb/101448 usb [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/O o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/79269 usb [ohci] USB ohci da0 plug/unplug causes crashes and loc 8 problems total. Problem reports for tag 'pae': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/129550 i386 [pae] [kqueue] crash with PAE kernel 1 problem total. Problem reports for tag 'pam': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/113230 des [pam] [patch] const-ify PAM-headers o kern/107154 [pam] pam.d/sshd pam_ssh.so doesn't start ssh-agent o kern/94978 [pam] pam_opie module option without "no_fake_prompts" o kern/88150 des [pam] PAM does not search /usr/local/lib for modules o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau s bin/25477 [pam] [patch] pam_radius(8) fix to allow null password 6 problems total. Problem reports for tag 'patm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/112686 net [patm] patm driver freezes System (FreeBSD 6.2-p4) i38 1 problem total. Problem reports for tag 'pccard': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121760 [pccard][cardbus] an ed1 network pccard's CIS wasn't r p kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI p kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys 4 problems total. Problem reports for tag 'pccbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128870 [pccbb] Interrupt Storm when plugging in PCMCIA Card ( o kern/128608 [pccbb] [patch] add support for powering down and up C o kern/128040 [pccbb] [patch] System hangs when PCMCIA-CF adapter pl o kern/128037 [pccbb] [patch] System hang on shutdown with PCMCIA-CF f kern/111990 [pccbb] [patch] system freeze in initialization proces p kern/91919 imp [pccbb] pccbb does not supply appropriate voltage 6 problems total. Problem reports for tag 'pci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129713 [pci] pci-pci bridge quirk with ich7 chipset not handl p kern/126525 jhb [pci] [patch] Extended PCI Configuration register (>= o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the 10 problems total. Problem reports for tag 'pcm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129604 multimedia [pcm]: Sound stops with error: pcm0:virtual:dsp0.vp0: 1 problem total. Problem reports for tag 'pcmcia': S Tracker Resp. Description -------------------------------------------------------------------------------- f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/117026 imp [pcmcia]: Panic while removing PCMCIA wireless card o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co 3 problems total. Problem reports for tag 'pcvt': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o stand/54839 standards [pcvt] pcvt deficits o stand/54833 standards [pcvt] more pcvt deficits a kern/26348 [pcvt] scon -s, page fault in HP mode 4 problems total. Problem reports for tag 'pecoff': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF 2 problems total. Problem reports for tag 'periodic': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/123551 [patch][periodic] /etc/periodic/daily/440.status-mailq o conf/123516 [periodic] Daily Security Logs Not Reporting Failed Lo o conf/122811 [periodic] [patch] the daily_clean_disks scripts walks o conf/70715 [periodic] Lack of year in dates in auth.log can cause o conf/47596 [periodic] daily security run complains if timezone ch 5 problems total. Problem reports for tag 'pf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/130381 pf [rc.d] [pf] [ip6] ipv6 not fully configured when pf st o kern/129861 pf [pf] [patch] Argument names reversed in pf_table.c:_co o kern/129060 pf [pf] [tun] pf doesn't forget the old tun IP o kern/127920 pf [pf] ipv6 and synproxy don't play well together o conf/127814 pf [pf] The flush in pf_reload in /etc/rc.d/pf does not w o kern/127439 pf [pf] deadlock in pf o kern/127345 pf [pf] Problem with PF on FreeBSD7.0 [regression] o kern/127121 pf [pf] [patch] pf incorrect log priority o kern/127042 pf [pf] [patch] pf recursion panic if interface group is o kern/125467 pf [pf] pf keep state bug while handling sessions between o kern/125261 mlaier [pf] [patch] Backport OpenBSD 4.3 patch for pf re-usin s kern/124933 pf [pf] [ip6] pf does not support (drops) IPv6 fragmented o kern/124364 pf [pf] [panic] Kernel panic with pf + bridge o kern/122773 pf [pf] pf doesn't log uid or pid when configured to o kern/122014 pf [pf] [panic] FreeBSD 6.2 panic in pf o kern/121704 pf [pf] PF mangles loopback packets o kern/120281 pf [pf] [request] lost returning packets to PF for a rdr o kern/120057 pf [pf] [patch] Allow proper settings of ALTQ_HFSC. The c o bin/118355 pf [pf] [patch] pfctl(8) help message options order false o kern/114567 pf [pf] LOR pf_ioctl.c + if.c o kern/111220 pf [pf] repeatable hangs while manipulating pf tables s conf/110838 pf [pf] tagged parameter on nat not working on FreeBSD 5. o kern/93825 pf [pf] pf reply-to doesn't work o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/82271 pf [pf] cbq scheduler cause bad latency 26 problems total. Problem reports for tag 'pfsync': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker 1 problem total. Problem reports for tag 'picobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/116453 [picobsd] picobsd build script fails for not exist log o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o misc/15876 embedded [picobsd] PicoBSD message of the day problems 6 problems total. Problem reports for tag 'pipe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93685 [pipe] select on pipe write fails from '0' end o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d 2 problems total. Problem reports for tag 'plip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/113856 [plip] PLIP (parallel port IP) dead on 6.2, dead since o kern/102035 net [plip] plip networking disables parallel port printing 2 problems total. Problem reports for tag 'portalfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9679 [portalfs] [patch] fix for uninterruptible open in por 1 problem total. Problem reports for tag 'powerd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/117242 [powerd] [hang] console hangs when powerd is adaptive o i386/106850 i386 [powerd] powernow0 attach returned 6 o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE 3 problems total. Problem reports for tag 'ppbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus 1 problem total. Problem reports for tag 'ppp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129219 net [ppp] Kernel panic when using kernel mode ppp o kern/123890 [ppp] [panic] crash & reboot on work with PPP low-spee o conf/119550 [ppp] ppp not starting during bootup. o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o conf/106009 rc [ppp] [patch] [request] Fix pppoed startup script to p o conf/105689 rc [ppp] [request] syslogd starts too late at boot o conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain o kern/99408 [ppp] problems with ppp and arp o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) s kern/84386 [ppp] [request] PPPoA Authentication built into FreeBS o conf/67328 [ppp] Usermode PPP hangs on boot when NIS configured o kern/27474 net [ipf] [ppp] Interactive use of user PPP and ipfilter c 15 problems total. Problem reports for tag 'pppd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/112160 [pppd] uplink DSL w/pppoe+NAT 'out of buffer space' ki o kern/109308 net [pppd] [panic] Multiple panics kernel ppp suspected [r o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o kern/102390 [pppd] [patch] kernel pppd don't using pam o kern/99607 [pppd] pppd hangs kernel due to interrupt flood from s o bin/98542 [pppd] pppd(8) daemon unexpectently died , Exit 1 o kern/95288 net [pppd] [tty] [panic] if_ppp panic in sys/kern/tty_subr o bin/92370 [pppd] ppp server not accessible to IPV4 unless built 8 problems total. Problem reports for tag 'procfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124487 [procfs] [patch] Extending the PROCFS (/proc) filesyst o kern/97505 [procfs] file entry of procfs points to "unknown" o kern/96999 [procfs] [patch] procfs reports incorrect information s kern/19535 [procfs] [patch] procfs_rlimit tidyup 4 problems total. Problem reports for tag 'pseudofs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85137 des [pseudofs] [patch] panic due to sleep with held mutex 1 problem total. Problem reports for tag 'psm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129125 [psm] psm0: failed to reset the aux device. f kern/128308 gavin [psm] psm0 cause page fault o kern/128083 [psm] [panic] early SMP panic on GA-G31M-S2L motherboa o kern/127887 [psm] PSM0 not detected by the KERNEL in Compaq Prolia o bin/122235 [psm] freebsd-7.0 moused(8) problems with ALPS GlidePo o kern/122046 [psm] Synaptics touchpad freezes (psm0: lost interrupt o kern/119197 [psm]: PS/2 mouse doesn't work under FreeBSD i386 7.0 o kern/109161 philip [psm] synaptic touchpad doesn't work o kern/108659 [psm] Mouse (Synaptics touchpad) cursor freezes for so o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe o kern/91339 [psm] mousedriver do not recognize aditional buttons o s i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti s kern/80844 vwe [psm] [patch] Increase compatibility of psm driver wit o kern/18293 [psm] [patch] lack of versapad mouse wheel emulation 15 problems total. Problem reports for tag 'pst': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/121454 acpi [pst] Promise SuperTrak SX6000 does not load during bo o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst 2 problems total. Problem reports for tag 'ptrace': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/114155 [ptrace] sigsuspend gets interrupted by ptrace s kern/38445 [ptrace] [request] centralize ptrace() permission chec 2 problems total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause 2 problems total. Problem reports for tag 'puc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128219 [puc] [patch] puc driver can not handle parallel port o kern/124128 [puc] puc driver doesn't support VScom PCIex-800H 8-po p kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o kern/103250 [puc] puc failed to attach sio ports when loaded as mo o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- 7 problems total. Problem reports for tag 'pxeboot': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/123981 i386 [pxeboot] You can't usefully PXEBOOT the 7.0-RELEASE-i o kern/118222 [pxeboot] [patch] FreeBSD 7.0 PXE + NFS / "Can't work o kern/106028 [pxeboot] tftp inside pxeboot isn't initialised proper o kern/91719 [pxeboot] BZ2_bzDecompress returned -3 error on loadin o kern/90368 [pxeboot] pxeboot misses ${class} parameter when booti 5 problems total. Problem reports for tag 'qemu': S Tracker Resp. Description -------------------------------------------------------------------------------- f amd64/123523 [qemu] 7.0-RELEASE on qemu fails on ubuntu/hardy x86_6 1 problem total. Problem reports for tag 'queue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119307 emaste [queue] [patch] TRASHIT macro blasts list header if RE 1 problem total. Problem reports for tag 'quotas': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/66589 kib [quotas] [jail] processes get stuck in "inode" state w s bin/42004 mpp [quotas] quota is still IPv4 only, and not INET indepe 2 problems total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121337 [radeon] [panic] Kernel panic on 7.0-RELEASE using ati o kern/119850 [radeon] radeon module doesnt work right, when loaded o kern/108829 [radeon] radeon module fails with thinkpad T43 s kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 5 problems total. Problem reports for tag 'ral': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/126895 net [patch] [ral] Add antenna selection (marked as TBD) f kern/125502 net [ral] ifconfig ral0 scan produces no output unless in o kern/124341 net [ral] promiscuous mode for wireless device ral0 looses o kern/122033 net [ral] [lor] Lock order reversal in ral0 at bootup [reg o kern/121174 [ral] if_ral loses performance in FreeBSD 7 (RELENG_7) o kern/119696 [irq] [ral] ral device causes massive interrupt storm f kern/117655 sam [ral] ral%d: device timeout when running as an access o kern/111457 [ral] ral(4) freeze o kern/109227 [ral] ral(4) driver doesn't handle correctly RT2561C P o kern/103200 [ral] ral driver for RELENG_6 is out-of-date with resp o kern/95519 [ral] ral0 could not map mbuf o kern/91364 [ral] [wep] WF-511 RT2500 Card PCI and WEP o kern/82456 [ral] WITNESS warning/backtrace in if_ral 13 problems total. Problem reports for tag 'random': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc 1 problem total. Problem reports for tag 'rc.d': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/130381 pf [rc.d] [pf] [ip6] ipv6 not fully configured when pf st o conf/122036 rc [rc.d]: Mounting at boot with ZFS causes a halt in boo o conf/119076 rc [patch] [rc.d] /etc/rc.d/netif tries to remove alias a o conf/109562 rc [rc.d] [patch] [request] Make rc.d/devfs usable from c f conf/103489 bz [rc.d] [named] [jail] [patch] named_chroot_autoupdate 5 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/130011 yongari [re] re0: PHY write failed - RTL8111C problem o kern/123563 yongari [re] watchdog timeout f kern/123202 yongari [re] [regression] if_re(4) regression on FreeBSD 7-STA o kern/123166 yongari [re] CARP messages filtered by Realtek driver on > 6.2 p kern/123123 yongari [re][patch] Realtek RTL8111C detection and failure p kern/123053 yongari [re][patch] re(4) unsupported hardware revision (8168/ f amd64/122970 yongari [re] [hang] RealTek 8168/8111B couses system crash o kern/119047 yongari [re] Not correct working RealTek 8168/8111B PCIe Gigab f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o kern/109251 [re] [patch] if_re cardbus card won't attach o kern/108485 [re] stress2-udp with realtek 8169S gigabit interface f amd64/106918 yongari [re] Asus P5B with internal RealTek PCIe Ethernet gets f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o kern/84584 yongari [re] re(4) spends too much time in interrupt handler ( o i386/70832 yongari [re] re0: watchdog timeout on Evo N1015v 15 problems total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/74314 bz [resolver] [jail] DNS resolver broken under certain ja 1 problem total. Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/129538 yongari [rl]: rl driver does not work o kern/100290 yongari [rl] rl0: watchdog timeout [regression] o kern/71045 [rl] [vr] DHCP-Request is sets other device's ip to nu 3 problems total. Problem reports for tag 'rp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44202 [rp] [patch] -stable rp driver does not work with mult s i386/28975 [rp] RocketPort problems 2 problems total. Problem reports for tag 'rpc': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/117711 matteo [rpc] rpcbind binds to all interfaces on random ports f conf/96412 linimon [rpc] 2 rpc.lockds launched at boot ? blocking problem s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o bin/94252 [rpc] rpc.lockd cannot cancel lock requests s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux 6 problems total. Problem reports for tag 'rpc.quotad': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support 1 problem total. Problem reports for tag 'rtalloc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127724 net [rtalloc] rtfree: 0xc5a8f870 has 1 refs 1 problem total. Problem reports for tag 'rtc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/70649 [rtc] system clock slows down when heavily loaded o kern/63431 [rtc] motherboard going to suspend mode stops system c 2 problems total. Problem reports for tag 'rtld': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. 1 problem total. Problem reports for tag 'rum': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o usb/124758 usb [rum] [panic] rum panics SMP kernel o kern/123968 net [rum] [panic] rum driver causes kernel panic with WPA. o kern/120966 net [rum] kernel panic with if_rum and WPA encryption o kern/119945 net [rum] [panic] rum device in hostap mode, cause kernel 5 problems total. Problem reports for tag 'sa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128452 scsi [sa] [panic] Accessing SCSI tape drive randomly crashe 1 problem total. Problem reports for tag 'safe': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/110662 sam [safe] safenet driver causes kernel panic 1 problem total. Problem reports for tag 'sbp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119572 [sbp] PowerBook not accessable when in target mode 1 problem total. Problem reports for tag 'sched_ule': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128177 [sched_ule] wrong CPU usage reported by top/ps with SC o kern/120138 jeff [sched_ule] [patch] steal_thresh may be set a wrong va o kern/117420 jeff [sched_ule] round off in sched_balance_pair() s kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a 5 problems total. Problem reports for tag 'scheduler': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/127451 amd64 [scheduler] incorrect load on quad core o kern/126880 [scheduler] CPU usages are unbalanced 2 problems total. Problem reports for tag 'scsi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128245 scsi [scsi] "inquiry data fails comparison at DV1 step" [re p usb/96133 imp [scsi] [patch] add scsi quirk for joyfly 128mb flash u o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected 5 problems total. Problem reports for tag 'scsi_da': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/117075 usb [scsi_da] [patch] quirk: USB Samsung YP-U3 MP3 1 problem total. Problem reports for tag 'ses': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/125769 [ses] [panic] getencstat(8) panics system with "Sleepi 1 problem total. Problem reports for tag 'sg': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120487 scsi [sg] scsi_sg incompatible with scanners o kern/118282 [sg] device sg + hald + umass plugging crashes 7.0 2 problems total. Problem reports for tag 'sio': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129316 [sio] [panic] kernel panic (pcpu.h:195; support.s:499) o kern/128036 [sio] [patch] serial console mostly ignores typein to a kern/122683 [sio][freeze] access to non-existent sio port /dev/cua o kern/119606 [sio] [patch] PCMCIA card not attached to driver o i386/112487 i386 [sio] kernel panic on swi0:sio o kern/109743 [sio] The sio(4) driver appears to be getting the seri o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o kern/97665 [sio] hang in sio driver o kern/51982 remko [sio] sio1: interrupt-level buffer overflows o kern/49039 [sio] [patch] add support for RS485 hardware where dir o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/26261 [sio] silo overflow problem in sio driver s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o 15 problems total. Problem reports for tag 'sis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83807 kmacy [sis] [patch] if_sis: Wake On Lan support for FreeBSD o kern/64556 net [sis] if_sis short cable fix problems with NetGear FA3 o kern/35442 net [sis] [patch] Problem transmitting runts in if_sis dri 3 problems total. Problem reports for tag 'sk': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/105375 yongari [sk] 2 x Marvell GBit LAN: device sk0 is attached, but o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 f kern/96743 yongari [sk] [patch] broken 32-bit register operations 3 problems total. Problem reports for tag 'smb': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74044 gavin [smb] ServerWorks OSB4 SMBus interface does not detect 1 problem total. Problem reports for tag 'smbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa 1 problem total. Problem reports for tag 'smbfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o bin/121072 fs [smbfs] mount_smbfs(8) cannot normally convert the cha o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail o bin/117315 [smbfs] mount_smbfs(8) and related options can't mount o kern/113852 [smbfs] smbfs does not properly implement DFS referral o kern/112658 fs [smbfs] [patch] smbfs and caching problems (resolves b o i386/102617 vwe [smbfs] [editors/ooo] 7 x "smb_maperror: Unmapped erro o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s o kern/94733 [smbfs] smbfs may cause double unlock o kern/91134 [smbfs] [patch] Preserve access and modification time o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/87859 [smbfs] System reboot while umount smbfs. o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o kern/65901 [smbfs] [patch] smbfs fails fsx write/truncate-down/tr o kern/61503 [smbfs] mount_smbfs does not work as non-root o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/36566 [smbfs] System reboot with dead smb mount and umount 22 problems total. Problem reports for tag 'smbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100513 [smbus] Inconsistent definition of SMBus addresses in 1 problem total. Problem reports for tag 'smp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127486 [smp] [panic] early SMP panic ("AP #1 (PHY #1) failed! o kern/123140 [smp] SMP boot causes slow KB, ATA drives not detected f kern/122915 [smp] Incorrect system cpu load o kern/109936 [smp] SMP kernel performance problem on FSC TX600 o kern/93461 [smp] [regression] Intel 440LX SMP freeze (regression o i386/91745 i386 [smp] Second processor not detected on Proliant ML530 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o kern/67830 [smp] [patch] CPU affinity problem with forked child p 9 problems total. Problem reports for tag 'snapshots': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/115645 [snapshots] [panic] lockmgr: thread 0xc4c00d80, not ex 1 problem total. Problem reports for tag 'snd_cmi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123640 ariff [patch] [snd_cmi] add support of "C-Media INC. USB Sou o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs 2 problems total. Problem reports for tag 'snd_csa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem 1 problem total. Problem reports for tag 'snd_emu10k1': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c f kern/121962 [snd_emu10k1] [panic] Kernel panics with device pollin o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system 6 problems total. Problem reports for tag 'snd_hda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr 2 problems total. Problem reports for tag 'snd_ich': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel 2 problems total. Problem reports for tag 'snd_maestro': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg 1 problem total. Problem reports for tag 'snd_mss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, 2 problems total. Problem reports for tag 'snd_neomagic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and 1 problem total. Problem reports for tag 'socket': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130348 [socket] accept() prematurely allocates an inheritable o kern/127360 kmacy [socket] TOE socket options missing from sosetopt() o kern/127024 rwatson [socket] Problem with unix sockets garbage collector o kern/125258 net [socket] socket's SO_REUSEADDR option does not work o kern/124908 rwatson [socket] kernel performs inadequate check for incorrec a kern/97921 rwatson [socket] close() socket deadlocks blocked threads o kern/96268 [socket] TCP socket performance drops by 3000% if pack o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/21998 kmacy [socket] [patch] ident only for outgoing connections 9 problems total. Problem reports for tag 'sound': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/115666 multimedia [sound] Microphone does not work s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/90837 [sound] PCM - ICH6 - device is busy, but old process d o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source o usb/75797 usb [sound] 5.3-STABLE(2005 1/4) detect USB headset, But c f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. 31 problems total. Problem reports for tag 'stf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123858 net [stf] [patch] stf not usable behind a NAT s kern/85444 vwe [stf] IPv6 crash, possibly related to destroying stf i 2 problems total. Problem reports for tag 'svr4': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 1 problem total. Problem reports for tag 'swi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/122989 net [swi] [panic] 6.3 kernel panic in swi1: net s kern/121774 net [swi] [panic] 6.3 kernel panic in swi1: net 2 problems total. Problem reports for tag 'sym': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/114597 scsi [sym] System hangs at SCSI bus reset with dual HBAs o kern/93128 scottl [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/73289 [sym] Interrupt storm on sym0 o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load 5 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- p conf/126841 philip [syscons] [patch] Add eee900 keyboard layout to /usr/s o kern/117257 [syscons] [patch] [L10n] British English Dvorak keymap o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/46973 [syscons] [patch] [request] syscons virtual terminals o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/31890 [syscons] [patch] new syscons font s kern/15436 [syscons] syscons extension: "propellers" 10 problems total. Problem reports for tag 'sysctl': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/123644 [patch] [sysctl] Allow sysctl(8) to ignore unknown OID p bin/121512 mtm [sysctl] [patch] sysctl(8) should return 1 if the user o kern/108581 acpi [sysctl] sysctl: hw.acpi.cpu.cx_lowest: Invalid argume o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy 7 problems total. Problem reports for tag 'sysinstall': S Tracker Resp. Description -------------------------------------------------------------------------------- s bin/123304 [sysinstall] missing sensible and user friendly progre o bin/123237 [sysinstall] [patch]: sysinstall(8) -- remove dummy qu o bin/122522 kensmith [sysinstall] sysinstall(8) doesn't unmount CD for mult o bin/121503 [sysinstall] 7.0 upgrade doesn't let me mount all of m o bin/118636 [sysinstall] [patch] [request] remove requirement for o bin/118503 [sysinstall] sysinstall(8) and /etc/rc.conf o bin/118449 [sysinstall] Installer failing dns lookups o bin/115197 kensmith [sysinstall] can not install from USB stick drive o bin/112757 [sysinstall] sysinstall(8): in the FDISK tool we can't o bin/110151 [sysinstall] sysinstall(8) don't respects install root o bin/102498 [sysinstall] sysinstall(8): Cursor doesn't track sysin a bin/101762 [sysinstall] sysinstall(8): sysinstall does not obey / o bin/97108 [sysinstall] write failure on transfer (wrote -1 bytes o bin/93275 [sysinstall] Failure to install after restarting insta o bin/90656 [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o bin/88826 [sysinstall] sysinstall infinity wait for da0 o bin/86859 kensmith [sysinstall] Installer should ask about Linux earlier o bin/86665 [sysinstall] sysinstall binary upgrade clobbers named. o bin/86600 matteo [sysinstall] Sysinstall boot manager screen is mislead o bin/86454 [sysinstall] sysinstall terminates with signal 10 if I o bin/84208 matteo [sysinstall] "Leave the MBR untouched" option not work o bin/80117 [sysinstall] [patch] smbfs install option for sysinsta o bin/79910 [sysinstall] Cannot escape from failed port/package in o i386/79840 i386 [sysinstall] Partitioning and formating a new disk fai o bin/79621 [sysinstall] sysinstall(8) does not create a device wh o bin/78964 [sysinstall] can not write labels to hdd on installati o bin/77001 [sysinstall] sysinstall binary upgrade clobbers /etc/l o bin/73617 [sysinstall] fdisk editor unmarks active partition o bin/73511 [sysinstall] SCSI drive install failure - RC2 o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/72895 rink [sysinstall] Sysinstall generates invalid partition ta o bin/70002 [sysinstall] fails to locate FTP dirs if the OS has pa o bin/69986 [sysinstall] [patch] no job control in fixit shell on o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69723 [sysinstall] [request] allow to continue from package o bin/66350 matteo [sysinstall] sysinstall creates a partition of subtype o bin/65774 [sysinstall] cannot run repair disk when booted from U o bin/62833 [sysinstall] can't install: integer divide fault o bin/62711 kensmith [sysinstall] installation: "Insert Next CD" Prompt is o bin/62702 [sysinstall] backup of /etc and /root during sysinstal o bin/62367 [sysinstall] 5.2.1-RC installation problems o alpha/61940 alpha [sysinstall] Can't disklabel new disk from FreeBSD/alp o bin/61890 [sysinstall] fdisk(8) uses incorrect calculations for s i386/61603 [sysinstall] wrong geometry guessed o kern/61438 [sysinstall] 5.2 nfs tasks running by default after sy o bin/61264 [sysinstall] unable To Use VT100 Terminal Emulator (Te o bin/61152 [sysinstall] installer refuses to mount USB-floppy or o bin/60632 [sysinstall] UI bug in partition label screen in sysin f bin/60350 kensmith [sysinstall] in Choose Distributions screen, "All" doe o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o bin/53839 [sysinstall] disklabel editor fails on post-install co o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a o bin/53131 [sysinstall] "ALL" could not turn check BOXes ON at pa o bin/48989 [sysinstall] Sysinstall's partition editor gets confu o bin/48341 [sysinstall] changes the active slice flag when it per o bin/47384 [sysinstall] sysinstall ignores intended destination d o bin/46905 [sysinstall] FreeBSD 5.x cannot be installed from mult o bin/46235 matteo [sysinstall] NTP servers for Finland require updating o bin/45608 [sysinstall] install should config all ether devices, o bin/44915 [sysinstall] 'choose installation media' choose CD-ROM o bin/42162 [sysinstall] after restart, installation crashes, md0c o bin/42022 [sysinstall] non-interactive mode prompts when only a o bin/41949 [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/41850 [sysinstall] sysinstall fails to create root filesyste o bin/40260 [sysinstall] hang when detecting devices (No CD/DVD de o bin/38854 [sysinstall] resetting during setup causes the target o bin/38610 [sysinstall] should be able to mount ISO images on DOS s bin/38609 [sysinstall] [request] sysinstall should know the size o bin/38478 [sysinstall] In Choose Distributions screen, it's diff o bin/38057 [sysinstall] "install" document doesn't display correc o bin/38056 [sysinstall] User (creation)'s "Member groups" item sh o bin/38055 [sysinstall] Groups (creation) item should be before U o bin/37710 [sysinstall] LAN interface in wrong state after attemp o bin/37160 [sysinstall] coredumps when trying to load package dat o bin/36118 [sysinstall] 4.5 Upgrade says it won't touch /usr/src, a bin/35985 [sysinstall] swap double mount o bin/35925 [sysinstall] fixit floppy cannot be mounted on USB dri o bin/35400 [sysinstall] sysinstall could improve manipulation of o bin/33066 kensmith [sysinstall] does not write to new disks as expected a bin/32375 [sysinstall] sysinstall doesn't respect User generated o bin/31363 [sysinstall] "partition editor" silently corrects part a bin/30737 [sysinstall] sysinstall leaks file descriptors on rest o bin/30517 [sysinstall] using sysinstall with install.cfg has no p bin/29893 kensmith [sysinstall] suggestions for 4.4 sysinstall o bin/29375 [sysinstall] disk editor gets confused by slices that o bin/27216 [sysinstall] can not get to shell prompt from serial c a bin/23402 [sysinstall] upgrade ought to check partition sizes o bin/23098 [sysinstall] [patch] if installing on a serial console o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o bin/20282 [sysinstall] sysinstall does not recover some /etc fil o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/16948 [sysinstall] sysinstall/disklabel: bad partition table o bin/15038 [sysinstall] easy to not notice that selection lists m o bin/14318 [sysinstall] sysinstall upon install has some counter- o bin/8867 [sysinstall] [patch] /stand/sysinstall core dumps (sig s bin/7232 [sysinstall] suggestion for FreeBSD installation dialo 97 problems total. Problem reports for tag 'sysvipc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130274 [sysvipc] Can't shmget() more than 2GB of memory, rega o kern/127545 [sysvipc] POSIX (1003.1b) semaphores can become negati a kern/113218 jkim [sysvipc] [patch] Overflow in shmget's memory size che o threa/70975 threads [sysvipc] unexpected and unreliable behaviour when usi o kern/12014 alfred [sysvipc] [patch] Fix SysV Semaphore handling 5 problems total. Problem reports for tag 'sysvshm': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/121423 csjp [sysvshm] Can't allocate more 2 Gb shared memory f kern/115619 [sysvshm] Unfinished (uncompliant?) support for POSIX 2 problems total. Problem reports for tag 'tap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123892 net [tap] [patch] No buffer space available o kern/118399 secteam [tap] local/remote kernel DoS through TAP device o kern/117271 net [tap] OpenVPN TAP uses 99% CPU on releng_6 when if_tap 3 problems total. Problem reports for tag 'tcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129719 net [tcp] [panic] Panic during shutdown, tcp_ctloutput: in o kern/127928 net [tcp] [patch] TCP bandwidth gets squeezed every time t o kern/123881 net [tcp] Turning on TCP blackholing causes slow localhost o kern/123617 net [tcp] breaking connection when client downloading file o kern/123603 net [tcp] tcp_do_segment and Received duplicate SYN o kern/122744 andre [tcp] [panic] [patch] hostcache: supervisor read, page f kern/122082 rwatson [tcp] NULL pointer dereference in in_pcbdrop o kern/121257 net [tcp] TSO + natd -> slow outgoing tcp traffic o kern/116335 andre [tcp] Excessive TCP window updates o kern/108670 silby [tcp] TCP connection ETIMEDOUT p kern/102653 andre [tcp] TCP stack sends infinite retries for connection o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o kern/93378 net [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo 13 problems total. Problem reports for tag 'termcap': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/128874 [termcap] termcap entry for rxvt missing :AX: capabili o conf/117323 [termcap] [patch] Missing termcap entry for rxvt-unico o kern/108899 [termcap] [patch] termcap update for screen and linux 3 problems total. Problem reports for tag 'tftpd': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/106049 [tftpd] [patch] tftpd(8) - improve -w option to suppor o bin/102162 [tftpd] [patch] tftpd(8): Limit port range for tftpd 2 problems total. Problem reports for tag 'threads': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 s threa/39922 threads [threads] [patch] Threaded applications executed with 2 problems total. Problem reports for tag 'ti': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/123147 remko [ti] [patch] ti(4) doesn't use mii, but kernel configs o kern/20529 [ti] gigabit cards fail to link 2 problems total. Problem reports for tag 'timecounters': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 1 problem total. Problem reports for tag 'timedef': S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/119804 standards [timedef] [patch] Invalid (long)date format in pl_PL.I 1 problem total. Problem reports for tag 'tls': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/113338 [tls] GNU gcc __thread as class member 1 problem total. Problem reports for tag 'tmpfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127659 [tmpfs] tmpfs memory leak o kern/127213 fs [tmpfs] sendfile on tmpfs data corruption o kern/122038 [tmpfs] [panic] tmpfs: panic: tmpfs_alloc_vp: type 0xc a kern/119994 delphij [tmpfs] procmail install fail while /tmp is a tmpfs 4 problems total. Problem reports for tag 'tools': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/127550 [tools] [patch] src/tools/tools/editing/freebsd.vim im o misc/115025 [tools] [patch] new flash device for nanobsd's FlashDe o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam 3 problems total. Problem reports for tag 'trm': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 1 problem total. Problem reports for tag 'tun': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129060 pf [pf] [tun] pf doesn't forget the old tun IP o kern/116837 net [tun] [panic] [patch] ifconfig tunX destroy: panic o kern/116172 bz [tun] [nd6] [panic] Network / ipv6 recursive mutex pan o bin/115951 [tun] pppoed(8): tun not closed after client abruptly 4 problems total. Problem reports for tag 'twa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119043 [twa] twa hang after heavy disk IO o kern/107608 [twa] [hang] Raid Problem beim Zugriff auf Raid 2 problems total. Problem reports for tag 'twe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72906 [twe] twe0 idefinite wait buffer a kern/66185 [twe] twe driver generates gratuitous warning on shutd 2 problems total. Problem reports for tag 'txp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100839 [txp] txp driver inconsistently stops working when the o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 3 problems total. Problem reports for tag 'uart': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129665 rik [uart] Oxford OX16PCI958 8-serial multiport card is no o kern/129663 rik [uart] Timedia-based 8-serial multiport card: only two o kern/106645 [uart] [patch] uart device description in 7-CURRENT is 3 problems total. Problem reports for tag 'uaudio': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni 1 problem total. Problem reports for tag 'ubsa': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/129522 usb [ubsa] [patch] add support for ZTE AC8700 modem o usb/127543 n_hibma [patch] [ubsa] Support Option Globetrotter HSDPA modem o usb/122956 usb [ubsa] [patch] add support for Novatel Wireless XU870 o usb/122936 usb [ucom][ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun p usb/118479 kan [ubsa] [patch] ubsa driver does not recognize AnyDATA p usb/118374 attilio [ubsa] [patch] support Option GlobeTrotter Max 3.6 wir 8 problems total. Problem reports for tag 'ubt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128297 [ubt] system locks on file transfer via ubt 1 problem total. Problem reports for tag 'ucom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/122936 usb [ucom][ubsa] Device does not receive interrupt o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi p usb/113964 imp [ucom] [patch] kernel panic when dropping a connection o usb/113432 usb [ucom] WARNING: attempt to net_add_domain(netgraph) af o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn p usb/74880 imp [ucom] [patch] Samsung N400 cellphone/acm fails to ata s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct 14 problems total. Problem reports for tag 'udav': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/123211 imp [udav] if_udav driver doesn't support Davicom 9601 USB s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ 2 problems total. Problem reports for tag 'udbp': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected p usb/82436 imp [udbp] [patch] USL101 Host-to-Host bridge support on F 3 problems total. Problem reports for tag 'udf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129084 fs [udf] [panic] udf panic: getblk: size(67584) > MAXBSIZ o kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada o kern/120967 [udf] [panic] crash happens on mounting an UDF DVD o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/60089 scottl [udf] UDF filesystem appends garbage to files 5 problems total. Problem reports for tag 'udp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/127057 net [udp] Unable to send UDP packet via IPv6 socket to IPv o kern/112722 net [udp] IP v4 udp fragmented packet reject 2 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129231 fs [ufs] [patch] New UFS mount (norandom) option - mostly o kern/126287 fs [ufs] [panic] Kernel panics while mounting an UFS file o kern/125613 rwatson [ufs] [patch] ACL problems with special files o bin/121779 [ufs] snapinfo(8) (and related tools?) only work for t o kern/117954 iedowse [ufs] dirhash on very large directories blocks the mac o kern/117716 kib [ufs] Remount can corrupt filesystems and lock them mo o kern/114676 fs [ufs] snapshot creation panics: snapacct_ufs2: bad blo o kern/111782 [ufs] /sbin/dump fails horribly for large filesystems o kern/106030 [ufs] [panic] panic in ufs from geom when a dead disk o kern/104406 [ufs] Processes get stuck in "ufs" state under persist o kern/94849 [ufs] rename on UFS filesystem is not atomic o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS o bin/73019 [ufs] fsck_ufs(8) cannot alloc 607016868 bytes for ino o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/26323 [ufs] [patch] Quota system creates zero-length files 18 problems total. Problem reports for tag 'uftdi': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/129758 usb [uftdi] [patch] add Pyramid LCD usb support o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o usb/117546 remko [uftdi] [patch] Add MaxStream ZigBee product ID to uft o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter p usb/110992 imp [uftdi] [patch] Add Tactrix Openport support in uftdi p usb/107526 imp [uftdi] Patch to support the Crystalfontz CFA-635 20x4 o usb/106615 usb [uftdi] uftdi module does not automatically load with o usb/67301 usb [uftdi] [panic] RTS and system panic 8 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu p usb/110122 imp [ugen] [patch] usb_interrupt_read does not respect tim p usb/94311 imp [ugen][patch] allow interrupt IN transactions to be af o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/81308 imp [ugen] [patch] [2] polling a ugen(4) control endpoint o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction 11 problems total. Problem reports for tag 'uhci': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/79287 usb [uhci] [hang] UHCI hang after interrupt transfer o usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 4 problems total. Problem reports for tag 'uhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/111753 usb [uhid] [panic] Replicable system panic involving UHID f usb/63837 linimon [uhid] [patch] USB: hid_is_collection() only looks for 2 problems total. Problem reports for tag 'uhub': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/107496 usb [uhub] USB device problem on RELENG_6_2 (SHORT_XFER) [ o usb/103917 usb [uhub] USB driver reports "Addr 0 should never happen" o usb/103025 usb [uhub] [panic] wrong detection of USB device for FreeB p usb/94946 imp [uhub] [patch] code dynamic status size for status cha o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb 5 problems total. Problem reports for tag 'uipaq': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a 1 problem total. Problem reports for tag 'ukbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/125736 usb [ukbd] [hang] system hangs after AT keyboard detect if o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th s usb/113629 usb [ukbd] Dropped USB keyboard events on Dell Latitude D6 p usb/110681 imp [ukbd] [patch] multiple keys will be repeated o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work 5 problems total. Problem reports for tag 'ulpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/112944 usb [ulpt] [patch] Bi-directional access to HP LaserJet 10 o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/79524 usb [ulpt] printing to Minolta PagePro 1[23]xxW via USB fa o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes 12 problems total. Problem reports for tag 'uma': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85971 jeff [uma] [patch] minor optimization to uma 1 problem total. Problem reports for tag 'umapfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/74708 [umapfs] [panic] UMAPFS kernel panic 1 problem total. Problem reports for tag 'umass': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/127980 usb [umass] [patch] Fix Samsung YP U2 MP3 player on 7.x an o usb/127549 usb [umass] [patch] Meizu MiniPlayer M6 (SL) requires some f kern/125985 [umass] [panic] no da-device, panic upon unplugging o usb/123509 usb [umass] continuous reset Samsung SGH-G600 phone f usb/123508 vwe [umass] [msdosfs] damaged files (mp3,txt , etc) on fla o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/121169 usb [umass] Issues with usb mp3 player o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o usb/114682 usb [umass] generic USB media-card reader unusable o kern/114667 [umass] UMASS device error log problem o usb/114068 usb [umass] [patch] Problems with connection of the umass s usb/112568 usb [umass] [request] USB mode may wrong when mounting Pla o usb/112463 usb [umass] problem with Samsung USB DVD writer, libscg an o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE [regr o usb/107848 usb [umass] [request] cannot access Samsung flash disk o usb/107446 usb [umass] umass problems (usb and fw disks) o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP o usb/106648 usb [umass] [hang] USB Floppy on D1950 10 min Hang on Inse o usb/104830 usb [umass] system crashes when copying data to umass devi o usb/104645 usb [umass] [request] Rave C-201 MP3 player does not commu o usb/104292 usb [umass] [hang] system lockup on forced umount of usb-s o usb/104290 usb [umass] [patch] quirk: TOSHIBA DVD-RAM drive (libretto o usb/101752 usb [umass] [panic] 6.1-RELEASE kernel panic on usb device o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb o usb/95037 usb [umass] USB disk not recognized on hot-plug. p usb/94742 imp [umass] [patch] umass driver does not recognise YANO e o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? p usb/88939 imp [umass] [patch] Fix cheapy Myson USB-IDE adapter o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US o usb/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails p usb/79893 imp [umass] [patch] new usbdevs/umass quirks derived from o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o usb/74771 usb [umass] [hang] mounting write-protected umass device a s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/71455 usb [umass] Slow USB umass performance of 5.3 o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s p usb/46176 imp [umass] [panic] umass causes kernel panic if device re o usb/40948 usb [umass] [request] USB HP CDW8200 does not work 69 problems total. Problem reports for tag 'umct': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters 1 problem total. Problem reports for tag 'umodem': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/117185 usb [umodem] [patch] Add support for UNION interface descr o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work p usb/74609 imp [umodem] [patch] allowing cdma modems to work at full 5 problems total. Problem reports for tag 'ums': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/128760 cperciva [ums] patch for Microsoft Comfort Optical Mouse 3000 ( o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o usb/125238 usb [ums] Habu Mouse turns off in X o usb/124604 usb [ums] Microsoft combo wireless mouse doesn't work o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work p usb/106565 imp [ums] [patch] ums(4) does not work if the mouse defaul o kern/103578 [ums] ums does not recognize mouse buttons s usb/96120 usb [ums] [request] USB mouse not always detected o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/76732 usb [ums] Mouse problems with USB KVM Switch o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 14 problems total. Problem reports for tag 'unionfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/126973 daichi [unionfs] [hang] System hang with unionfs and init chr o kern/126553 daichi [unionfs] unionfs move directory problem 2 (files appe o bin/123574 daichi [unionfs] df(1) -t option destroys info for unionfs (a o kern/121385 daichi [unionfs] unionfs cross mount -> kernel panic o kern/109377 daichi [unionfs] unionfs crashes if underlying file system fo 5 problems total. Problem reports for tag 'uplcom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/129173 usb [uplcom] [patch] Add support for Corega CG-USBRS232R a o usb/128324 usb [uplcom] [patch] remove baud rate restriction for PL23 p usb/128115 stas [uplcom] [patch] USB-RS232 circuets on chip PL2303HX n o usb/125072 usb [uplcom] [patch] add Mobile Action MA-620 Infrared Ada f usb/115737 linimon [uplcom] uplcom doesn't identify my Prolific 2303 any o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/107935 usb [uplcom] [panic] panic while accessing /dev/cuaU0 o kern/95512 [uplcom] uplcom(4) causes system hangups 8 problems total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/104352 usb [ural] [patch] ural driver doesnt work o usb/101096 usb [ural] [panic] USB WLAN occasionally causes kernel-pan o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/88182 [ural] [wep] wep is broken in ural(4) hostap mode 4 problems total. Problem reports for tag 'urio': S Tracker Resp. Description -------------------------------------------------------------------------------- s usb/51958 usb [urio] [patch] update for urio driver 1 problem total. Problem reports for tag 'usb': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/130325 usb [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh p usb/129858 remko [usb] [patch] Need to add quirk to da_scsi.c to suppor o usb/129766 usb [usb] plugging in usb modem HUAWEI E226 panics system o usb/129311 usb [usb] [panic] Instant crash with an USB card reader s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o usb/128977 usb [usb] [patch] uaudio is not full duplex f usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/124130 geom [gmirror][usb] gmirror fails to start usb devices that o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/122819 usb [usb] [patch] Patch to provide dynamic additions to th o usb/121232 usb [usb] [panic] USB CardBus card removal causes reboot s o usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/112640 usb [usb] [hang] Kernel freezes when writing a file to an p usb/111710 imp [patch] [usb] add support for Option GlobeTrotter 3G+ o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu s usb/106832 usb [usb] USB HP printer is not detected by kernel when AC o usb/106041 usb [usb] [request] FreeBSD does not recognise Mustek Bear o usb/105065 usb [ata] [usb] SATA - USB Bridge o usb/101761 usb [usb] [patch] [request] usb.h: increase maximal size o o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync o usb/91629 usb [usb] usbd_abort_pipe() may result in infinite loop p usb/90162 imp [usb] [patch] Add support for the MS Wireless USB Mous o usb/87224 usb [usb] Cannot mount USB Zip750 s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a f usb/83677 usb [usb] [request] usb controller often not detected (Sun p usb/79725 imp [usb] [patch] USB device speed is not double-checked o usb/79723 usb [usb] [request] prepare for high speed isochronous tra s usb/79622 imp [usb] USB devices can be freed twice p usb/68412 imp [usb] [patch] QUIRK: Philips KEY013 USB MP3 player p usb/61234 imp [usb] [patch] usbhidaction(1) doesn't support using an s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 37 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/129945 usb [usbdevs] [patch] add u3g support for Longcheer WM66 U o usb/129251 usb [usbdevs] [patch] Liebert UPS being assigned uhid and o usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 o usb/123352 usb [usbdevs] [patch] Add Option GTMAX3.6/7.2 and Quallcom o usb/123351 usb [usbdevs] [patch] Add Reiner SCT cyberJack, Omnikey [2 o usb/119150 remko [usbdevs] [patch] new usbdevs for CDMA 1xEVDO devices o usb/118686 usb [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches a usb/113060 usb [usbdevs] [patch] Samsung printer not working in bidir s usb/110991 usb [usbdevs] [patch] QUIRK: Super Top IDE DEVICE (depends p usb/110477 imp [usbdevs] [patch] add Benq 3300U/4300U support to Free o usb/106861 usb [usbdevs] [patch]: usbdevs update: Add product ACER Ze p usb/106462 imp [usbdevs] Motorola U6 PEBL not recognized by system vi o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports 15 problems total. Problem reports for tag 'usbgen': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/108097 imp [usbgen] [patch] ADMtek 851X USB-to-LAN adapter 1 problem total. Problem reports for tag 'usbhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/116699 usb [usbhid] USB HID devices do not initialize at system b 1 problem total. Problem reports for tag 'uscanner': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/123148 imp [uscanner] [patch] Epson DX8400/50 needs uscanner to s o usb/122025 usb [uscanner] [patch] uscanner does not attach to Epson R o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C o usb/117205 remko [uscanner] [patch] uscanner support for HP ScanJet 447 s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device 5 problems total. Problem reports for tag 'uvisor': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/96714 imp [uvisor] [patch] Update uvisor to support the Fossil A o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. p usb/74849 imp [uvisor] [patch] Samsung SPH-i500 does not attach prop 3 problems total. Problem reports for tag 'vesa': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/127367 i386 [vesa] [patch] Improve VESA support for Parallels (pat 1 problem total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/123392 [vfs] [lor] lock order reversal in vfs o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount o kern/93942 fs [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D 3 problems total. Problem reports for tag 'vga': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/125710 [vga] Dragon_Saver Error 19 Freebsd 7.0 AMD64 o kern/64114 [vga] [patch] bad vertical refresh for console using R 2 problems total. Problem reports for tag 'vge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129135 net [vge] vge driver on a VIA mini-ITX not working o kern/106851 [vge] vge0: MII read timed out [regression] o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o kern/81644 [vge] vge(4) does not work properly when loaded as a K 5 problems total. Problem reports for tag 'viapm': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/120714 gonzo [viapm] [patch] viapm driver doesn't work on VIA VT823 1 problem total. Problem reports for tag 'vinum': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/89660 geom [vinum] [patch] [panic] due to g_malloc returning null o kern/79035 geom [vinum] gvinum unable to create a striped set of mirro o conf/47566 [vinum] [patch] add vinum status verification to perio 3 problems total. Problem reports for tag 'virtualbox': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/117681 [virtualbox] pcn fails to send packets under VirtualBo 1 problem total. Problem reports for tag 'virtualpc': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/119809 gavin [virtualpc] MS Virtual PC 2007 - Install hung - Trying 1 problem total. Problem reports for tag 'vlan': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/129904 vanhu [vlan] [panic] kernel crash in "ifconfig destroy" o kern/126874 net [vlan]: Zebra problem if ifconfig vlanX destroy o kern/126850 jfv [vlan] Panic in if_vlan.c, after r181607 o kern/121437 net [vlan] Routing to layer-2 address does not work on VLA o kern/117423 net [vlan] Duplicate IP on different interfaces 5 problems total. Problem reports for tag 'vm': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/126609 antoine [vm] [patch] Unused variable `nosleepwithlocks' in sys o kern/124963 alc [vm] [patch] old pagezero fixes for alc o kern/123634 [vm] [panic] kernel panic with FreeBSD 7-STABLE o kern/123013 [vm] panic "Bad tailq NEXT(%p->tqh_last) != NULL" s kern/121485 vwe [vm] panic with 7.0-RELEASE [regression] o kern/121234 [vm] vm_fault: fault on nofault o kern/87586 [diskless] [vm] [panic] Unable to use networked swap i p kern/78179 alc [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/71258 alc [vm] [patch] anonymous mmappings not always page align o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once s i386/22944 alc [vm] [patch] isa_dmainit fails on machines with 512MB 11 problems total. Problem reports for tag 'vmware': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118819 [vmware] FreeBSD 6.2 in VMware is unstable and there i o kern/109809 [vmware] CPU hits 100% when issuing the halt command ( o i386/97025 i386 [vmware] fbsd (2 cd) dont install in vmware 5.5.0 - re 3 problems total. Problem reports for tag 'vr': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/126665 yongari [vr] Integrated VIA Rhine II receive errors p kern/123961 net [vr] [patch] Allow vr interface to handle vlans a kern/109477 yongari [vr] [patch] onboard via vt6103 ethernet does not work s kern/103495 vwe [vr] if_vr locks after carrier event o kern/100499 yongari [vr] vr interface stops transmitting s kern/94390 vwe [vr] poor network performance after promiscuous mode i o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout s kern/89305 vwe [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o kern/87506 [vr] [patch] Fix alias support on vr interfaces s kern/80265 vwe [vr] D-Link NIC with VIA Rhine II has no carrier sign o kern/71045 [rl] [vr] DHCP-Request is sets other device's ip to nu 11 problems total. Problem reports for tag 'vuxml': S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/130028 miwi [vuxml] [patch] print/pdfjam: fix CVE-2008-5743; ocasi f ports/129496 miwi [vuxml] net-mgmt/nagios: document CVE-2008-5027 f ports/129468 miwi [vuxml] security/ipsec-tools: document CVE-2008-3651 a o ports/129459 ale [patch] [vuxml] databases/php5-dba, databases/php4-dba o ports/129317 skv [vuxml] [patch] lang/perl5.8: document and fix CVE-200 o ports/129300 obrien [vuxml] editors/vim: document CVE-2008-3432 f ports/129072 miwi [vuxml] graphics/optipng: document CVE-2008-5101 7 problems total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/127145 net [wi]: prism (wi) driver crash at bigger traffic o kern/122319 net [wi] imposible to enable ad-hoc demo mode with Orinoco o kern/119225 net [wi] 7.0-RC1 no carrier with Prism 2.5 wifi card [regr o kern/115275 [wi] [panic] wi configure at boot time led to panic "i o kern/115002 [wi] if_wi timeout. failed allocation (busy bit). ifco o kern/110065 [wi]: wi device cannot attach to D-Link DWL-520 rev. E o kern/109470 net [wi] Orinoco Classic Gold PC Card Can't Channel Hop o kern/107944 net [wi] [patch] Forget to unlock mutex-locks s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa p kern/77913 net [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o kern/59183 imp [wi] wi problems with wi_cmd o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d 13 problems total. Problem reports for tag 'wlan_xauth': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/130311 net [wlan_xauth] [panic] hostapd restart causing kernel pa 1 problem total. Problem reports for tag 'wpa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/122331 [wpa] [panic] 7.0-RELEASE && panic in Wifi area with W 1 problem total. Problem reports for tag 'wpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128917 net [wpi] [panic] if_wpi and wpa+tkip causing kernel panic o kern/127102 net [wpi] Intel 3945ABG low throughput o kern/123256 net [wpi] panic: blockable sleep lock with wpi(4) o kern/121872 net [wpi] driver fails to attach on a fujitsu-siemens s711 f kern/121720 thompsa [wpi] wpi doesnt work if kernel has options SCHED_ULE o kern/120493 benjsc [wpi] if_wpi.ko fails to load on a Toshiba Satellite P 6 problems total. Problem reports for tag 'xe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE 2 problems total. Problem reports for tag 'xen': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/124516 kmacy [xen] FreeBSD-CURRENT Xen Kernel Segfaults when config o kern/118734 [xen] FreeBSD 6.3-RC1 and FreeBSD 7.0-BETA 4 fail to b 2 problems total. Problem reports for tag 'xfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/119298 [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o kern/102943 [xfs] kernel crash when unloading the xfs kernel modul 2 problems total. Problem reports for tag 'xl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/129352 net [xl] [patch] xl0 watchdog timeout o kern/113895 [xl] xl0 fails on 6.2-RELEASE but worked fine on 5.5-R o kern/83354 [xl] When two 3c905's are in a Vectra Vl dhcp fails to s kern/18558 silby [xl] 3COM 905B realy realy slow when using multiple ad 4 problems total. Problem reports for tag 'zfs': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/130133 vwe [panic] [zfs] 'kmem_map too small' caused by make clea o bin/130105 fs [zfs] zfs send -R dumps core o kern/129174 fs [nfs][zfs][panic] NFS v3 Panic when under high load ex o kern/129148 pjd [zfs] panic on concurrent writing & rollback o kern/129059 pjd [zfs] [patch] ZFS bootloader whitelistable via WITHOUT o kern/128633 fs [zfs] [lor] lock order reversal in zfs o kern/128514 fs [zfs] [mpt] problems with ZFS and LSILogic SAS/SATA Ad o amd64/127492 amd64 [zfs] System hang on ZFS input-output o kern/127375 [zfs] If vm.kmem_size_max>"1073741823" then write spee o kern/126703 [panic] [zfs] _mtx_lock_sleep: recursed on non-recursi o kern/125738 pjd [zfs] SHA256 acceleration in ZFS o kern/125644 [zfs] zfs unfixable fs errors caused panic when trying o kern/125413 pjd [zfs] [panic] Panic when doing zfs raidz with gmirror o kern/125358 [zfs] missing .. link in zfs snapshot o kern/124991 pjd [zfs] [patch] Add two new vfs.zfs.queue tunables p kern/124899 pjd [zfs] [patch] Reboot hangs after ZFS snapshot director o bin/124424 [zfs] zfs(8): zfs list -r shows strange snapshots' siz o kern/124360 [zfs] [patch] Add ZFS tunable o kern/124186 pjd [zfs] Illegal request messages when using ZFS on USB f o sparc/123566 pjd [zfs] zpool import issue: EOVERFLOW o kern/122888 fs [zfs] zfs hang w/ prefetch on, zil off while running t o kern/122173 pjd [zfs] [panic] Kernel Panic if attempting to replace a f kern/121770 [zfs] ZFS on i386, large file or heavy I/O leads to ke o kern/121600 pjd [zfs] Can't delete file on ZFS, then disk quota exceed o bin/121366 [zfs] [patch] Automatic disk scrubbing from periodic(8 o conf/120228 rc [zfs] [patch] Split ZFS volume startup / ease ZFS swap o kern/120210 [zfs] [panic] reboot after panic: solaris assert: arc_ o kern/120209 [zfs] reboot after panic: solaris assert: arc_buf_remo f kern/119735 pjd [zfs] geli + ZFS + samba starting on boot panics 7.0-B o misc/118855 pjd [zfs] ZFS-related commands are nonfunctional in fixit o kern/118320 pjd [zfs] [patch] NFS SETATTR sometimes fails to set file o kern/118170 pjd [zfs] /bin/pwd fails under .zfs/snapshot o kern/117943 [zfs] zfs snapshot directory could not access from NFS o kern/117158 pjd [zfs] zpool scrub causes panic if geli vdevs detach on o bin/115361 pjd [zfs] mount(8) gets into a state where it won't set/un o kern/113180 pjd [zfs] Setting ZFS nfsshare property does not cause inh 36 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118317 [zlib] [patch] Incorrect gzeof() return value in zlib o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl 2 problems total. Problem reports for tag 'zyd': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/117150 weongyo [zyd] usb zyd device under moderate load panics system 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 11:15:21 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0E0D1065748; Mon, 12 Jan 2009 11:15:20 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE4438FC08; Mon, 12 Jan 2009 11:15:20 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CBFKkF003569; Mon, 12 Jan 2009 11:15:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CBF0iW003427; Mon, 12 Jan 2009 11:15:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Jan 2009 11:15:00 GMT Message-Id: <200901121115.n0CBF0iW003427@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-bugbusters@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: PRs recommended for committer evaluation by the bugbusting team X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-bugbusters@FreeBSD.org, freebsd-bugs@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 11:15:40 -0000 This is an experimental report from the bugbusting team containing PRs that we think are ready for evaluation by any interested committer. The idea is to try to match up people who are interested in going through the PRs with committers that are interested in helping. It is generated from the file /home/linimon/public_html/recommended.prs on freefall. This is intended to be a highly-filtered list to see if we can get more people interested in bugbusting without being overwhelmed by the large number of PRs. An HTML version of this report is available at http://people.freebsd.org/~linimon/studies/prs/recommended_prs.html. Please give feedback on this report to linimon@FreeBSD.org. Thanks. 63064 freebsd- kern open non-criti low current-us [patch] strptime(3) fails on %z 68312 freebsd- bin open non-criti medium current-us [patch] be able to create fdisk(8) partions using similar syntax as disklabel/bsdlabel 73337 freebsd- conf open non-criti low current-us [nsswitch.conf] [patch] potential invalid free 74453 freebsd- usb suspended non-criti low current-us [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL11R chipset) does not work 90687 freebsd- bin open non-criti low current-us [patch] side effect of -delete option of find(1) 91316 freebsd- bin analyzed non-criti medium current-us [patch] pax(1): pax -pe does not preserve times on symlinks 95459 freebsd- kern open serious high current-us Rebooting the system while rebuilding RAID (Intel MatrixRAID) results in data loss 100018 freebsd- bin open non-criti low current-us [patch] newsyslog(8) does not check size if time_at is used 102211 sos kern open serious high current-us [ar] [patch] detach raid member and reboot will cause panic (ICH7) 113060 freebsd- usb analyzed non-criti low current-us [usbdevs] [patch] Samsung printer not working in bidirectional mode 115196 bushman kern open non-criti medium current-us [libc] [patch] [request] Implement getgroupmembership(3) for massive performance gain when using LDAP or Winbind 115623 imp kern analyzed non-criti low current-us [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Adapter (CBE2-100) doesn't work [regression] 116643 freebsd- bin open non-criti low current-us [patch] [request] fstat(1): add INET/INET6 socket details as in NetBSD and OpenBSD 117716 kib kern open serious medium current-us [ufs] Remount can corrupt filesystems and lock them mounted 118222 freebsd- kern open serious high current-us [pxeboot] [patch] FreeBSD 7.0 PXE + NFS / "Can't work out which disk we are booting from" on AMD CPU 120073 freebsd- kern open non-criti low current-us [patch] [request] new driver: add support for Meinberg PCI-based GPS reference clock 120515 freebsd- kern open non-criti low current-us [acpi] [patch] acpi_alloc_wakeup_handler: can't alloc wake memory 121755 freebsd- usb open serious high current-us [ohci] [patch] Fix panic after ohci/uhub cardbus device eject 121899 freebsd- kern open serious medium current-us [ar] [patch] Drive detached from Intel Matrix RAID and returned comes up as entirely new ataraid 124064 sos kern open serious high current-us [ata] [patch] cannot handle >16 serial number with Intel MatrixRAID 124621 freebsd- kern open non-criti low current-us [ext3] [patch] Cannot mount ext2fs partition 125139 philip kern analyzed non-criti low current-us [patch] [ata] bugs in ATAPI CD tray control 125181 thompsa kern open non-criti medium current-us [ndis] [patch] with wep enters kdb.enter.unknown, panics 125713 sos kern open non-criti low current-us [ata] [patch] add support for AHCI on MCP67 chipset 127367 freebsd- i386 open non-criti low current-us [vesa] [patch] Improve VESA support for Parallels (patch from DragonFlyBSD) 127549 freebsd- usb open non-criti low current-us [umass] [patch] Meizu MiniPlayer M6 (SL) requires some quirks 127581 freebsd- kern open non-criti low current-us [patch] [acpi_sony] Add support for more Sony features 128608 freebsd- kern open non-criti low current-us [pccbb] [patch] add support for powering down and up Cardbus cards 130303 freebsd- amd64 open serious medium current-us [boot] [patch] FreeBSD 7.1-RELEASE amd64 cannot boot on VIA Nano equipped systems From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 11:20:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1970A106571F for ; Mon, 12 Jan 2009 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF8728FC18 for ; Mon, 12 Jan 2009 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CBK2j8003847 for ; Mon, 12 Jan 2009 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CBK2aM003846; Mon, 12 Jan 2009 11:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 11:20:02 GMT Resent-Message-Id: <200901121120.n0CBK2aM003846@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, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34A6E1065B63 for ; Mon, 12 Jan 2009 11:13:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id F161A8FC30 for ; Mon, 12 Jan 2009 11:13:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CBDr6e052667 for ; Mon, 12 Jan 2009 11:13:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CBDrnB052666; Mon, 12 Jan 2009 11:13:53 GMT (envelope-from nobody) Message-Id: <200901121113.n0CBDrnB052666@www.freebsd.org> Date: Mon, 12 Jan 2009 11:13:53 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130414: rc services started with onestart are not stopped upon shutdown 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, 12 Jan 2009 11:20:15 -0000 >Number: 130414 >Category: misc >Synopsis: rc services started with onestart are not stopped upon shutdown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 11:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_7 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 7.1-STABLE FreeBSD 7.1-STABLE #1: Tue Jan 6 22:28:13 CET 2009 root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b amd64 >Description: On development machines I often start services with onestart (e.g. /usr/local/etc/rc.d apache22 onestart). I do not set rcvar for these services, because I only require them for testing and development. The appended fix makes sure that the rc commands are executed without rcvar set if the service is running. This ensures the execution of the stop_cmd during system shutdown and makes the status and stop commands work without the one or force prefix. I have so far not stumbled over any problems caused by this. >How-To-Repeat: >Fix: --- src/etc/rc.subr.orig 2009-01-12 11:40:37.000000000 +0100 +++ src/etc/rc.subr 2009-01-12 12:00:16.000000000 +0100 @@ -603,19 +603,19 @@ fi fi + eval $_pidcmd # determine the pid + # if ${rcvar} is set, and $1 is not # "rcvar", then run # checkyesno ${rcvar} # and return if that failed # - if [ -n "${rcvar}" -a "$rc_arg" != "rcvar" ]; then + if [ -z "$rc_pid" -a -n "${rcvar}" -a "$rc_arg" != "rcvar" ]; then if ! checkyesno ${rcvar}; then return 0 fi fi - eval $_pidcmd # determine the pid if necessary - for _elem in $_keywords; do if [ "$_elem" != "$rc_arg" ]; then continue >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 11:34:52 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 738BB10656C6; Mon, 12 Jan 2009 11:34:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4905C8FC12; Mon, 12 Jan 2009 11:34:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CBYpmf019634; Mon, 12 Jan 2009 11:34:51 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CBYpPI019630; Mon, 12 Jan 2009 11:34:51 GMT (envelope-from miwi) Date: Mon, 12 Jan 2009 11:34:51 GMT Message-Id: <200901121134.n0CBYpPI019630@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: misc/130411: [PATCH] x11/xcb-proto - Fix build with python2.6 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, 12 Jan 2009 11:34:53 -0000 Synopsis: [PATCH] x11/xcb-proto - Fix build with python2.6 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jan 12 11:34:51 UTC 2009 Responsible-Changed-Why: ports pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=130411 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 12:22:52 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B6AF1065678; Mon, 12 Jan 2009 12:22:52 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F75C8FC19; Mon, 12 Jan 2009 12:22:52 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CCMq8M055352; Mon, 12 Jan 2009 12:22:52 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CCMqli055348; Mon, 12 Jan 2009 12:22:52 GMT (envelope-from gavin) Date: Mon, 12 Jan 2009 12:22:52 GMT Message-Id: <200901121222.n0CCMqli055348@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: conf/130414: rc services started with onestart are not stopped upon shutdown 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, 12 Jan 2009 12:22:53 -0000 Synopsis: rc services started with onestart are not stopped upon shutdown Responsible-Changed-From-To: freebsd-bugs->freebsd-rc Responsible-Changed-By: gavin Responsible-Changed-When: Mon Jan 12 12:22:14 UTC 2009 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=130414 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 11:06:04 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37EB106564A for ; Mon, 12 Jan 2009 11:06:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC0188FC1B for ; Mon, 12 Jan 2009 11:06:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CB646v091012 for ; Mon, 12 Jan 2009 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CB629f090998 for freebsd-bugs@FreeBSD.org; Mon, 12 Jan 2009 11:06:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Jan 2009 11:06:02 GMT Message-Id: <200901121106.n0CB629f090998@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list X-Mailman-Approved-At: Mon, 12 Jan 2009 12:26:03 +0000 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, 12 Jan 2009 11:06:05 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi .) 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. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/130412 perky [UPDATE] databases/py-bsddb3 - From 4.5.0 -> 4.7.3 o misc/130411 [PATCH] x11/xcb-proto - Fix build with python2.6 o ports/130410 perky [PATCH] databases/py-bsddb - Fix build with python2.6 o ports/130409 beech [maintainer-update] sysutils/bsdadminscripts o ports/130408 miwi [Maintainer Update]math/p5-Math-Cephes:update to 0.47 o ports/130407 miwi [Maintainer update] editors/mg: update to 20090107 o ports/130406 miwi [Maintainer Update]devel/py-zconfig:update to 2.6.1 o ports/130405 miwi [Maintainer Update]py-gitpython:update to 0.1.5 o ports/130404 miwi [Update]deskutils/griffith:update to 0.9.9 o ports/130403 miwi [Maintainer Update]devel/pear-PHP_UML:update to 0.5.1 o ports/130402 miwi [Maintainer Update]www/xoops:update to 2.3.2b o ports/130401 miwi [Maintainer Update]databases/py-sqlobject:update to 0. o ports/130400 chinsan [PATCH] irc/ctrlproxy complains about unable to locate o ports/130399 stas [PATCH]lang/ruby18: unbreak build after openssl update o ports/130398 bulding php5 & apache22-itk o ports/130397 beech bsd.octave.mk calls in gfortran as RUN_DEPENDS o ports/130396 amdmi3 [maintainer] math/msieve: fix build on i386 with unset o ports/130395 miwi [maintainer update] archivers/liborange: update to 0.4 o docs/130394 jb [patch] Minor typo in dtrace(1M) man page o ports/130393 miwi Update port: devel/subclipse o ports/130392 miwi Update port: net-mgmt/p5-Nagios-Plugin o kern/130391 Normal users can crash 7.0-RELEASE through "kenv" sysc o ports/130390 miwi Update port: devel/pear-PHPUnit3 o ports/130389 miwi [Maintainer-Update] misc/jbidwatcher to 2.0beta10 o ports/130388 miwi Update port: devel/pear-PHPUnit o ports/130387 portmgr [PATCH] Mk/bsd.port.mk - Add macros for COPYTREE_WWW a o kern/130386 [patch] add locking for generic interface address mani f ports/130385 lippe [UPDATE] www/p5-Net-eBay f ports/130384 lippe [UPDATE] www/smarty o ports/130382 oliver databases/courier-authlib-mysql port overwrites alread o conf/130381 pf [rc.d] [pf] [ip6] ipv6 not fully configured when pf st f ports/130380 amdmi3 [PATCH] graphics/xsane: update to 0.996 o ports/130379 cy sysutils/screen : can't use it after a jail_attach() c o ports/130373 acm [UPDATE] x11-toolkits/irrlicht to 1.5 f ports/130371 amdmi3 [UPDATE] /sysutils/htop to 0.8.1 o amd64/130368 amd64 Switching from xorg to console locks up computer o bin/130366 [patch] sysinstall(8): Minor correction to sysinstall f amd64/130365 gavin [ata] Elitegroup A780GM-A Chipset:AMD 780G&SB700 IDE c o docs/130364 doc Man page for top needs explanation of CPU states o ports/130363 [maintainer] mail/dkim-milter: modify rc.d script like o ports/130362 miwi [PATCH] audio/libmpd: update to 0.17.0 o misc/130361 FREEBSD 7.X does not install properly from FTP server f ports/130359 beech mail/dovecot - Update to 1.1.8 o ports/130358 amdmi3 Update Port: net-mgmt/chillispot to prevent installati o ports/130357 amdmi3 New Port: net-mgmt/coovachilli, coova is an access con o ports/130354 miwi [MAINTAINER UPDATE] devel/google-perftools 0.98 -> 1.0 f ports/130353 makc update hebrew/hspell to 1.0 o ports/130352 amdmi3 New port: www/jawstats JAWStats is a free site statist o kern/130348 [socket] accept() prematurely allocates an inheritable o ports/130347 miwi [NEW PORT] net/wpa_gui: QT GUI for wpa_supplicant f ports/130346 beech [patch] ftp/axel update to 2.2 o bin/130343 top(1): kvm_open: cannot open /proc/42997/mem corrupts f ports/130341 miwi [NEW PORT] graphics/libwpg: Library for importing and o www/130340 www Submission for ISP page f ports/130338 amdmi3 New port: astro/merkaartor (an openstreetmap mapping p o ports/130337 bland x11/nvidia-settings update to 180.22 o ports/130336 danfe x11/nvidia-driver update to 180.22 o ports/130335 brooks Port lang/llvm-gcc4: .././../gcc/libgcc2.c: In functio o ports/130331 danfe games/battletanks is broken on FreeBSD 7.x o kern/130330 [mpt] [panic] Panic and reboot machine MPT driver when f kern/130329 gavin [myk] panic o ports/130327 skv [PATCH] www/p5-libapreq: update to 1.34 f ports/130326 [patch] update to sysutils/megarc o usb/130325 usb [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh p docs/130324 brueffer [patch] document that redzone(9) requires ddb(4) o ports/130315 clsung [Update]textproc/nltk:update to 0.9.7 f ports/130314 miwi [Update]graphics/gpicview:update to 0.1.11 o kern/130311 net [wlan_xauth] [panic] hostapd restart causing kernel pa o ports/130307 wxs bind9-sdb-postgresql-9.4.2.2-50 port doesn't update ag o ports/130306 girgen [patch] Update www/mod_jk to 1.2.27 o amd64/130303 amd64 [boot] [patch] FreeBSD 7.1-RELEASE amd64 cannot boot o o bin/130298 sh(1) does not handle negation correctly in complex co o ports/130294 miwi [patch] dns/nsd: fix race when stopping nsd o ports/130293 miwi [NEW PORT]www/pear-HTTP_Request2:PEAR classes providin o ports/130290 anray Update ports: japanese/yc.el f ports/130289 amdmi3 new ports: japanese/icanna f ports/130288 linux_base-f8 conflicts linux-glib2, about www/linux-n o kern/130286 [patch] hifn(4) changes o ports/130285 acm [REPOCOPY] x11-toolkits/fpc-gtk to x11-toolkits/fpc-gt o ports/130284 acm [REPOCOPY] x11-toolkits/fpc-gnome to x11-toolkits/fpc- o ports/130281 acm [REPOCOPY] www/fpc-httpd to www/fpc-httpd13, www/fpc-h o ports/130278 brix [PATCH] www/p5-Apache-Gallery o ports/130277 wxs New version of cgiwrap o ports/130275 New Port: graphics/Captcha-reCAPTCHA-Mailhide "A Perl o kern/130274 [sysvipc] Can't shmget() more than 2GB of memory, rega o ports/130270 wxs update port sshfs o ports/130268 wxs new version fuse-libs 2.7.4 f ports/130266 jmelo Update Port: sysutils/syscp Updated MASTER_SITES and a o ports/130265 miwi Update deskutils/google-gadgets to latest version f ports/130263 miwi [patch] dns/nsd: fix openssl dependency f ports/130262 lwhsu [Update] devel/py-twistedCore 2.5.0 to 8.2.0 o kern/130261 [kernel] [panic] kernel panic in/below sys_pipe.c:knli f ports/130259 chinsan [PATCH] devel/rubygem-hoe: update to 1.8.2 o ports/130258 shaun [PATCH] games/nuclearchess: update to 1.0.0 o ports/130255 anders [PATCH] mail/cclient: update to 2007e o bin/130251 nm(1): 'nm -C' doesn't demangle any 't' symbol names o ports/130250 nivit [Update]databases/py-sqlalchemy:update to 0.5.0 o ports/130246 wxs [MAINTAINER-UPDATE] sysutils/bacula-server-devel upgra o docs/130239 cperciva md5(1); md5 is reported to be compromised, but manpage o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or f ports/130236 stefan libpbl-1.03 (databases/libpbl) is broken, spamprobe-1. f ports/130235 lioux [PATCH] graphics/qcomicbook: [SUMMARIZE CHANGES] o usb/130230 usb Samsung Electronics YP-U3 does not attach in 7.1-RELEA o kern/130229 fs [iconv] usermount fails on fs that need iconv o ports/130228 perky [UPDATE] korean/nabi to 0.99.3 o ports/130225 miwi [Maintainer Update]math/py-pymc:update to 2.0 o ports/130224 nivit [Update]devel/py-Breve:update to 1.2.8 o kern/130222 harti bsnmpd snmp_hostres.so always returns 100% CPU o ports/130221 jpaetzel [PATCH] Update multimedia/libdvdcss to latest version o ports/130219 miwi Massive update to py-sip, py-qt, qscintilla2 ports is o ports/130218 haskell [UPDATE] lang/ghc - update to 6.10.1 o ports/130217 haskell [UPDATE] lang/ghc-doc - update to 6.10.1 o kern/130210 fs [nullfs] Error by check nullfs f ports/130209 www/typo3 upgrade removes configuration o usb/130208 usb Boot process severely hampered by umass0 error f ports/130207 jmelo Update port: sysutils/syscp Update MASTER_SITES and pa f ports/130203 miwi [PATCH] www/gregarius: update to 0.6.1 f ports/130202 miwi [PATCH] net-im/pidgin-guifications: update to 2.16 s ports/130200 chinsan [PATCH] security/pinentry: take maintainership s ports/130199 chinsan [PATCH] audio/mp3info: take maintainership s ports/130198 chinsan [PATCH] audio/libshout2: take maintainership o ports/130197 Add "compat" link library to "msn" target in net-im/li f ports/130194 wxs net/libdnet compile problem on i386-HEAD after versio o ports/130193 wxs [patch] - update misc/gnuls to version 6.12 f ports/130192 mm [UPDATE] games/scid to 3.6.26 o ports/130191 oliver [PATCH] mail/sqwebmail uses the wrong path for /var f ports/130190 mm [PATCH] games/etracer switch to USE_TCL p kern/130189 weongyo [ndis] [patch] if_ndis typo 802.11 mode test o ports/130187 gnome [PATCH] irc/xchat switch to USE_TCL o ports/130183 hoek [PATCH] converters/xdeview switch to USE_TCL o ports/130180 python [Update]www/py-turbogears:update to 1.0.8 o ports/130179 apache [PATCH] www/apache22: Enable passing HTTP 'Authorizati f ports/130177 amdmi3 bump editors/mg to 20081211 o ports/130175 perl Update math/PDL to version 2.4.4 o ports/130174 New port: net/igmpproxy multicast proxy o kern/130171 UDMA CF cards do not work with FreeBSD o ports/130170 alepulver net/xrdp needs to be updated o ports/130167 stefanf lang/TenDRA and lang/tcc conflict not reported f ports/130163 miwi [PATCH] sysutils/monkeytail: update to 0.3.2 o ports/130162 miwi Port update: games/flightgear-atlas.txt - Mark as BROK o ports/130161 miwi Port fix: games/flightgear-mb339-pan - Fix dependency o bin/130159 net [patch] ppp(8) fails to correctly set routes o ports/130155 clsung [PATCH] net/dictd, textproc/dict, textproc/dictfmt: up o docs/130151 doc The adding_user(8) man page should be moved to section o ports/130149 nivit [Update]devel/py-turbojson:update to 1.1.4 o ports/130148 miwi New port: update for ports/130081 . sysutils/jx This i o ports/130146 multimedia [PATCH] multimedia/transcode: update to 1.0.7 f ports/130142 chinsan [PATCH] sysutils/mtpfs: update to 0.9 f ports/130137 rafan [PATCH] sysutils/diskscrub project web site URL wrong f kern/130133 vwe [panic] [zfs] 'kmem_map too small' caused by make clea o bin/130132 ipfw [patch] ipfw(8): no way to get mask from ipfw pipe sho o ports/130131 miwi Port update: games/flightgear - Update to v1.9.0 o ports/130130 miwi Repocopy + Port update: games/fgfs-base -> games/fligh o ports/130129 miwi Port update: devel/simgear - Update to v1.9.0 f ports/130128 miwi multimedia/vlc-devel *Fix Embedded Video* o ports/130127 mezz net-p2p/transmission-cli - net-p2p/transmission-* - Bu o usb/130122 usb [newusb] DVD drive detects as 'da' device o ports/130120 acm games/el 1.4 version deprecated f ports/130119 miwi update mail/phplist to 2.10.8 f ports/130113 chinsan [PATCH] editors/joe: update to 3.6 o i386/130110 i386 [boot] BTX-Halted - booting with SAS/SATA Controller o kern/130109 net [ipfw] Can not set fib for packets originated from loc a kern/130107 dfr [devctl][patch] in devctl_queue_data(): possible use o f ports/130106 anray [patch] Update to ports/deskutils/remember.el o bin/130105 fs [zfs] zfs send -R dumps core f amd64/130103 vwe [hang] 7.1-RC X -> systemcrash o ports/130100 dinoex www/webalizer: Unreasonable "truncating oversized requ o ports/130096 miwi [PATCH] audio/gnupod: update to 0.99.7 f ports/130090 miwi [Update]devel/py-pyke:update to 0.6 o misc/130089 remko I can't find Myanmar BSD user group o ports/130087 miwi [new port] geresh f ports/130086 miwi Update Port: ports-mgmt/kports Change of Maintainer's o ports/130085 miwi New Port: ports-mgmt/kports-qt4 Qt4-Version of KPorts o ports/130084 lme Update devel/lasi to version 1.0.6 o ports/130083 miwi [maintainer] www/p5-RT-Extension-SLA -- compatability f ports/130082 miwi [PATCH] textproc/p5-IO-CSVHeaderFile: update to 0.04 o ports/130081 miwi New port: sysutils/jx This is a perl wrapper to "jex f ports/130080 miwi [PATCH] dns/p5-Net-DNS-Async: update to 1.07 f ports/130079 miwi [UPDATE] sysutils/skill - update to 4.1.4 f ports/130078 miwi [UPDATE] www/shttpd - update to 1.42 f ports/130077 miwi [UPDATE] www/p5-WWW-TV - update to 0.10 f usb/130076 vwe Panic when connecting USB camera f ports/130072 miwi [Update]devel/php-xdebug:update to 2.0.4 o ports/130071 x11 [UPDATE] x11/xproto update to version 7.0.11 o ports/130068 miwi [UPDATE] graphics/gnofract4d - update to 3.10 o stand/130067 standards Wrong numeric limits in system headers? o usb/130066 usb [newusb] Serial adaptor use fail with 'unsupported spe o ports/130065 devel/stlport update to 5.2.1 and problems f ports/130063 databases/rrdtool update f kern/130059 net [panic] Leaking 50k mbufs/hour o ports/130057 amdmi3 [patch] update net-mgmt/netxms to 0.2.24 o bin/130056 [patch] have nfsstat(1) use strtonum instead of atoi f ports/130051 miwi [maintainer-update] www/squidguard upgrade to 1.4 f ports/130047 update cad/ngspice_rework to version 18 o ports/130046 miwi new ports: slave ports for sysutils/rsyslog4 o ports/130044 miwi [Maintainer Update]devel/py-tables:update to 2.1 f ports/130036 miwi [PATCH] devel/py-polib: update to 0.4.0 o ports/130034 bms [PATCH] devel/p4v: update to 2008.2.179173 o ports/130033 skv ports/lang/perl5.8: sv_dup() bug causes memory corrupt f ports/130028 miwi [vuxml] [patch] print/pdfjam: fix CVE-2008-5743; ocasi o usb/130024 usb [newusb] Sun Type 7 Unix keyboard doesn't work with us o kern/130021 Switching CAPS/NUM LOCK or virtual terminal freezes co o kern/130018 [ata] Marvell 6145 ata controller gets detected as PAT o ports/130015 x11 x11-drivers/xf86-video-i810 should be deprecated in fa o ports/130014 miwi New port: sysutils/rsyslog4 - Syslogd supporting SQL, p kern/130011 yongari [re] re0: PHY write failed - RTL8111C problem f ports/130008 miwi [maintainer] update games/scid to 3.6.26 f ports/130001 lwhsu [PATCH] devel/py-zopeInterface: update to 3.5.0 and up o ports/129995 lev [patch] update devel/subversion to 1.5.5 o bin/129989 cperciva portsnap(8) quietly forgets to fetch some ports f ports/129983 araujo port update: sysutils/xfburn to 0.4.0 f ports/129977 [UPDATE] net/acx100 to latest (working?) version f ports/129975 miwi [new port] deskutils/libopensync-plugin-synce-legacy: f ports/129972 pgollucci Update Port: benchmarks/lmbench [patch] - A system per a ports/129971 dinoex x11/gskrab: GSkrab does not compile on -current o ports/129970 sobomax [PATCH] net/asterisk12: [chase libspeex changes] o www/129969 www Need 301 moved permanently errors returned for www.fre o bin/129967 des unzip(1): /usr/bin/unzip missing -v option. o bin/129965 [patch] ps(1): ps -lH doesn't show the proper CPU# o usb/129964 usb [newusb] disconnection of ugen devices isn't logged o bin/129963 usb [newusb] usbconfig(8) fails with misleading error when o docs/129962 usb [newusb] usbconfig(8) refers to non-existant usb2_core o threa/129956 threads Threaded process stuck in "vmopar" state, other in "uf o i386/129953 acpi [acpi] ACPI timeout (CDROM) with Shuttle X27D o usb/129945 usb [usbdevs] [patch] add u3g support for Longcheer WM66 U f ports/129942 apache [NEW PORT] www/mod_ip_count: DoS prevention apache2 mo f ports/129941 anray [patch] update ports/deskutils/org-mode.el6 f ports/129939 miwi [Update]devel/py-zopeInterface:update to 3.5.0 o ports/129934 gerald emulators/wine fails to build with arp-v2 o ports/129930 sem ports-mgmt/portupgrade - portinstall tries to install a ports/129927 roam ftp/curl - Update port to 7.19.2 o ports/129926 dinoex Wrong configure argument in devel/codeblocks o www/129923 www Need stylesheet for FreeBSD Subversion DAV tree o ports/129922 miwi [Update]math/py-matplotlib:update to 0.98.5.2 f ports/129918 wxs devel/pwlib broken by recent changes to routing on 8-C f ports/129916 miwi [PATCH] lang/guile: update to 1.8.6 f ports/129914 lme [patch] net-im/amsn: fix tray icon issues with fluxbox f ports/129909 amdmi3 sysutils/fusefs-kmod: does not build o ports/129906 miwi [maintainer-update] x11-drivers/input-wacom port maint o ports/129905 alexbl [PATCH] textproc/highlight: update to 2.6.14 f kern/129904 vanhu [vlan] [panic] kernel crash in "ifconfig destroy" o ports/129891 sem ports-mgmt/portupgrade fails to recognize variations o o amd64/129889 amd64 [boot] The booting process stops at the line mounting o ports/129887 lev [PATCH] devel/mingw32-binutils: Upgrade to 2.19 o ports/129886 lev [PATCH] devel/mingw32-bin-msvcrt: Upgrade to r3.15.1.a o www/129885 www Add request to the "Commercial Vendors" list f ports/129884 miwi Port update: games/flightgear-aircrafts - Update to v. o ports/129881 farrokhi [patch] net/openospfd: update to 4.3 and fix some bugs o kern/129875 marcel [boot] kernel fails to mount disks after r186240 [regr o kern/129861 pf [pf] [patch] Argument names reversed in pf_table.c:_co o conf/129860 [patch] fortune(6): file not Y2.01K compliant o ports/129859 kuriyama net/relayd - ssl random number generation p usb/129858 remko [usb] [patch] Need to add quirk to da_scsi.c to suppor o bin/129855 [patch] ipcs(1) integer overflow with UIDs bigger than o ports/129852 cjh [UPDATE] www/qdecoder o kern/129846 net [panic] /usr/sbin/ppp causes panic "Sleeping thread ow o ports/129841 timur [update] devel/p5-DateTime-Format-Natural to 0.74 f ports/129840 az [update] devel/p5-IO-Lambda to 1.00 o ports/129839 shaun Update graphics/libglut to 7.0.4 s ports/129838 x11 Update graphics/libGL to 7.0.4 f ports/129830 print/hplip configure thinks python2.5 < phython2.2 o ports/129829 nivit [REPOCOPY] multimedia/clive to multimedia/clive1 o ports/129824 hrs print/acroread8 - help viewer does not work o ports/129822 brooks sysutils/ganglia-monitor-core: Ganglia 3.1.1 has beeen f ports/129821 miwi Update net-mgmt/nagircbot 0.0.29b p docs/129820 schweikh [patch] Minor typo in ports(7) man page o ports/129818 stas [PATCH] lang/ruby19: update to 1.9.0-5 f ports/129816 miwi [maintainer update] port: www/sams 1.0.3 -> 1.0.4 o bin/129814 [patch] support of per script nice(1) value in periodi o ports/129813 delphij [PATCH] net/openldap24-server: RC script assumes too m o ports/129802 mnag net-mgmt/Ettercap 7.3 wont build o ports/129800 multimedia Update port: multimedia/ffmpeg avoid crash in multimed o ports/129799 makc New port: multimedia/kdenlive-kde4-devel A professiona o ports/129798 makc New port: multimedia/mltpp-devel C++ wrapping for the o ports/129797 makc New port: multimedia/mlt-devel A multimedia framework o ports/129796 makc New port: multimedia/kdenlive-kde4 A professional qual o ports/129795 makc New port: multimedia/mltpp C++ wrapping for the MLT li o ports/129794 makc New port: multimedia/mlt A multimedia framework and vi o kern/129793 net [ip6] [patch] Locking related leaks in the kernel (rou p docs/129792 trhodes [patch] mount_msdosfs(8) man page is missing the -o la o ports/129790 lioux [PATCH] net-p2p/mldonkey: Fix rc start script o kern/129784 [ata] [patch] SATA port multiplier disk detect bugs in f ports/129783 miwi [new port] www/p5-RT-Authen-ExternalAuth o ports/129782 tmclaugh [PATCH] security/sudo: update to 1.7.0 f ports/129781 rafan [PATCH] net-mgmt/zabbix-agent: update to 1.6.1 f ports/129780 rafan [PATCH] net-mgmt/zabbix: update to 1.6.1 o bin/129771 sysinstall(8): 7.1 RC1 sysinstalls installs boot0 even o ports/129767 mnag [patch] databases/memcached - extra patch for repcache o usb/129766 usb [usb] plugging in usb modem HUAWEI E226 panics system p docs/129765 trhodes shutdown(8) does not explain operation without command o bin/129764 [patch] unbreak sbin/newfs build for the 8-CURRENT o bin/129762 sysinstall(8) doesn't seem to support GPT for EFI boar o ports/129761 des [PATCH] shells/zsh: add "-E" option to "sudo" command o kern/129760 fs [nfs] after 'umount -f' of a stale NFS share FreeBSD l o usb/129758 usb [uftdi] [patch] add Pyramid LCD usb support o kern/129750 net [ath] Atheros AR5006 exits on "cannot map register spa s ports/129748 x11 x11-servers/xorg-server: XAA Offscreen Pixmaps never w o ports/129743 amdmi3 New port: lang/mcc18-wrapper o ports/129741 portmgr [patch] bsd.port.mk: support systems that have been bu o kern/129730 qingli [arp]: respond with wrong ARP. o ports/129726 miwi [PATCH] math/gsl : update to 1.12 f ports/129724 wxs [Maintainer] Update lang/mono framework to 2.0.1 o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o kern/129719 net [tcp] [panic] Panic during shutdown, tcp_ctloutput: in o kern/129713 [pci] pci-pci bridge quirk with ich7 chipset not handl o bin/129706 top(1) corrupts SIZE field when a process allocates 20 o ports/129701 timur net/samba3 - [winbindd] panic o conf/129697 [patch] fix misbehavior of periodic/daily/100.clean-di o ports/129687 obrien [patch] unbreak net/tcpshow for gcc-4.2.1 o ports/129686 arun Port update: devel/tbb - Update to v2.1 f ports/129685 rafan Update port: x11-fonts/proggy_fonts Add some contribut a docs/129684 trhodes gcache.8 man page missing o ports/129682 sobomax net/asterisk app_meetme issue o ports/129681 shaun SSL patch for net-im/ejabberd o ports/129677 /usr/ports/sysutils/aaccli Bad system call: 12 (core d o kern/129674 geom [geom] gjournal root did not mount on boot o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o kern/129665 rik [uart] Oxford OX16PCI958 8-serial multiport card is no o kern/129663 rik [uart] Timedia-based 8-serial multiport card: only two o ports/129654 girgen [PATCH] www/mod_jk: update to 1.2.27 o ports/129649 barner [PATCH] devel/kcachegrind: update to 0.4.6 o kern/129645 geom gjournal(8): GEOM_JOURNAL causes system to fail to boo o ports/129631 mnag databases/Memcached threading support broken o bin/129630 [patch] bsnmpd(1): teach hostres module about ZFS o ports/129626 perl lang/p5-Tcl segfaults on i386 and amd64 on FreeBSD 7 a ports/129625 mav net/mpd (pppoe, vpn) halt system FreeBSD o www/129622 www amd64 motherboard - new board to add to the supported o bin/129620 Incorrect bzip2(1) behavior o kern/129618 acpi [acpi] Problem with ACPI on HP Pavilion DV2899 laptop o ports/129609 miwi [patch] www/linux-seamonkey/Makefile.common for linux_ o ports/129606 benchmarks/iozone does not support O_DIRECT o kern/129604 multimedia [pcm]: Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/129602 scsi [ahd] ahd(4) gets confused and wedges SCSI bus f ports/129600 portmgr Add HAVE_DTRACE_KERN to bsd.port.mk o ports/129598 Update ports: finance/aqbanking, devel/gwenhywfar to 3 o ports/129588 ahze [patch] finance/gnucash pkg-plist update to support aq o ports/129587 ahze [patch] finance/gnucash fix support for aqbanking3 on o kern/129580 net [ndis] Netgear WG311v3 (ndis) causes kenel trap at boo o ports/129579 cjh Consider upgrading korean/baekmukfonts-{bdf,ttf} to 2. o ports/129577 des [PATCH] sysutils/munin-main: does not honor BATCH/PACK o ports/129576 des [PATCH] sysutils/munin-node: does not honor BATCH/PACK f misc/129573 FreeBSD-7.1-RC1 fails to install man pages and doc dis o ports/129571 csjp update port security/termlog - add starup scripts o bin/129566 behavioral change of "read" builtin for sh(1) on 8-CUR o kern/129563 acpi [ACPI] sleep broken on IBM/Lenovo T61 [amd64] f ports/129556 makc New port: devel/kdesvn1 - KDE4 version of kdesvn o ports/129555 anders mail/cclient & mail/imap-uw 2006j is buggy and ancient o stand/129554 standards lp(1) [patch] Implement -m and -t options o ports/129553 hrs [patch] print/acroread8 can't launch some programs due o i386/129550 i386 [pae] [kqueue] crash with PAE kernel f kern/129542 [ata]: FreeBSD 7.1-RC1 installer cannot find WD SATA h o bin/129541 [nis] passwd(1) cannot be forced to "yp" mode in some p kern/129538 yongari [rl]: rl driver does not work o kern/129526 pxeboot(8) fails to load kernel / modules o stand/129524 standards FreeBSD 7.0 isnt detecting my hardrives with raid5 o usb/129522 usb [ubsa] [patch] add support for ZTE AC8700 modem o ports/129518 gerald lang/gcc42 - g++42 uses wrong libstdc++.so and libgcc_ o kern/129517 net [ipsec] [panic] double fault / stack overflow o kern/129508 net [panic] Kernel panic with EtherIP (may be related to S o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis f ports/129496 miwi [vuxml] net-mgmt/nagios: document CVE-2008-5027 o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: s ports/129486 x11 x11-drivers/xf86-video-vesa: update to xf86-video-vesa f ports/129478 multimedia/acidrip: patch file to commit to ports o kern/129477 delphij [request] resolver(5): knob to force standards complia o ports/129473 mat [PATCH] devel/p5-DateTime: update to 0.45.01 f ports/129468 miwi [vuxml] security/ipsec-tools: document CVE-2008-3651 a o docs/129464 doc using packages system f ports/129461 miwi [PATCH] textproc/wbxml2: update to 0.10.0 o ports/129459 ale [patch] [vuxml] databases/php5-dba, databases/php4-dba f ports/129453 wxs ports-mgmt/jailaudit does not work since jail supporti o ports/129440 jmelo [PATCH] security/pear-Text_password: update to 1.1.1 o ports/129436 timur port net/samba32-devel don't build at libsmb/libsmb_ca f ports/129435 java/jakarta-commons-dbcp not BROKEN on jdk15 o misc/129431 freebsd-update fetch fails because phttpget fails prox o docs/129428 doc ntp.conf(5) is incorrect - you can only use IP address o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o ports/129423 mat [PATCH] devel/p5-DateTime-Format-Builder: simplify dep o ports/129422 ume [PATCH] mail/cyrus-imapd23: add patch for autocreate I o ports/129413 beech update databases/freetds to 0.82.1 and take maintainer o ports/129411 nemoliu Fix shutdown script for www/tomcat6 o bin/129405 [patch] tcsh(1) vfork bugs o www/129401 www FreeBSD Multimedia page should automatically pick up Y o docs/129400 doc [patch] Remove comments that have snook into three man p docs/129398 trhodes [patch] ddb(8): various tweaks to ddb-related man page o ports/129397 gnome www/Firefox stuck at building chrome's registry o kern/129396 alc [kernel] cannot set vm.kmem_size_max beyond 3GB o ports/129384 skv [UPDATE] math/p5-Math-Pari o bin/129378 csh(1) / tcsh(1) loses foreground process group [regre o kern/129373 [ata] [panic] Panic in ata-queue, VIA CLE266, 7.1-BETA s ports/129372 itetcu update mail/altermime to .3.10 o ports/129371 miwi [patch] textproc/meld: update to 1.2.1 o ports/129367 mat [patch] devel/p5-DateTime-Timezone depends on devel/p5 o ports/129366 perl devel/p5-ExtUtils-MakeMaker - port trying Install non- o ports/129363 devel/ace build fails if kernel module aio is loaded o ports/129360 danfe [PATCH] x11/nvidia-driver: update to 177.82 o kern/129352 net [xl] [patch] xl0 watchdog timeout o ports/129351 anders net/dante patch to tix BSD specific problem with exter p ports/129344 delphij [PATCH] net/openldap24-server update to 2.4.13 p ports/129341 kde [PATCH] portuguese/kde4-l10n: Improve package naming p ports/129340 kde [PATCH] portuguese/kde4-l10n - Rename to kde4-l10n-pt_ o www/129331 www Supported motherboard Gigabyte GA-MA78GPM-DS2H o bin/129318 [patch]: sockstat(1) not usable in shell scripts (no w o ports/129317 skv [vuxml] [patch] lang/perl5.8: document and fix CVE-200 o kern/129316 [sio] [panic] kernel panic (pcpu.h:195; support.s:499) o amd64/129315 amd64 [boot] amd64 motherboard: Intel DG965WH motherboard co o usb/129311 usb [usb] [panic] Instant crash with an USB card reader o ports/129309 skv [patch] textproc/docbook-xsl - various improvements o ports/129308 openoffice editors/openoffice.org-3-devel (3.1.20081024) unopkg c o ports/129300 obrien [vuxml] editors/vim: document CVE-2008-3432 o ports/129293 multimedia [Update] audio/wavpack - update to 4.50.1 o bin/129287 [request] powerd(8) should grow signals to switch betw o docs/129281 blackend Audio CD ripping/duplication shouldn't recommend the u o bin/129268 [patch] small patch to let moused(8) detect usb2 o misc/129267 [build] make buildworld errors on RELENG_7 with gcc 4. o kern/129261 simokawa [firewire] Kernel crash on boot with disconnected fire o usb/129251 usb [usbdevs] [patch] Liebert UPS being assigned uhid and s bin/129248 [request] FreeBSD's syslog(8) can't support log encodi o ports/129247 acm Repocopy net/fpc-libasync to fpc-fcl-async o ports/129246 acm [REPOCOPY] x11-toolkits/fpc-forms to x11-toolkits/fpc- o kern/129245 geom [geom] gcache is more suitable for suffix based provid o ports/129241 barner [patch] devel/boost - additional information on ports/ o ports/129240 miwi [security/vuxml] eliminate false-positive for samba du o kern/129231 fs [ufs] [patch] New UFS mount (norandom) option - mostly o ports/129226 barner [patch] update devel/boost from version 1.34.1 to 1.37 o ports/129224 brooks ports/lang/llvm-gcc4 compilation error: .././../gcc/l o kern/129219 net [ppp] Kernel panic when using kernel mode ppp o ports/129216 shaun net-im/psi fails to build o ports/129210 portmgr [patch] Instrument bsd.port.mk to detect unstripped bi o ports/129205 marcus Unable to build net/wireshark-lite o ports/129198 clsung databases/p5-DBD-SQLite fails when SQLite is compil o kern/129197 [panic] 7.0 IP stack related panic o docs/129196 doc Inconsistent errno in strtol() o ports/129190 kde x11/kde4: KDE4 kdm doesn't launch o ports/129189 x11 x11/xorg: xorg config -testmode - horizontal sync synt f ports/129185 wxs [PATCH] sysutils/puppet update to 0.24.6 o www/129180 www www: Addition to consulting services page f ports/129175 miwi [New port] www/openbravoerp o kern/129174 fs [nfs][zfs][panic] NFS v3 Panic when under high load ex o usb/129173 usb [uplcom] [patch] Add support for Corega CG-USBRS232R a o kern/129172 [libc] signals are not delivered always o bin/129170 [patch] fix truss(1) segv for unknown syscall o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o ports/129165 perky [Update]databases/zodb3:update to 3.8.1 o kern/129164 [kernel] Wrong priority value for normal processes p kern/129154 rpaulo Add support for Marvell PATA M88SX6121 o kern/129152 fs [panic] non-userfriendly panic when trying to mount(8) f i386/129149 vwe [panic] 6.4-RC2 page faults during kernel-mode boot pr o kern/129148 pjd [zfs] panic on concurrent writing & rollback o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o kern/129135 net [vge] vge driver on a VIA mini-ITX not working o kern/129132 [nfs] 7.1-Beta2 nfsd cannot lock o kern/129125 [psm] psm0: failed to reset the aux device. o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0. o bin/129110 [patch] dump(1): dump -W in 8-CURRENT fails to report o kern/129103 ipfw [ipfw] IPFW check state does not work =( o kern/129098 [panic] vinvalbuf: dirty bufs on 6-STABLE o docs/129095 doc ipfw(8): Can not check that packet originating/destine o kern/129093 ipfw [ipfw] ipfw nat must not drop packets o ports/129092 mnag [PATCH] security/openssh-portable: Fix ldap timeout pr o ports/129085 multimedia [PATCH] multimedia/x264: update to 0.0.20081122 o kern/129084 fs [udf] [panic] udf panic: getblk: size(67584) > MAXBSIZ o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f o ports/129079 nivit Request for reprocopy of devel/py-Jinja to devel/py-Ji f ports/129072 miwi [vuxml] graphics/optipng: document CVE-2008-5101 o ports/129071 kuriyama net-mgmt/net-snmp: net-snmpd pegs cpu on sparc64 and f o kern/129060 pf [pf] [tun] pf doesn't forget the old tun IP o kern/129059 pjd [zfs] [patch] ZFS bootloader whitelistable via WITHOUT f kern/129053 gavin [lor] lock order reversal o bin/129052 ps(1) %cpu column reports misleading data for threaded o ports/129045 haskell [PATCH] Add documentation to x11/hs-x11-ghc port f ports/129043 pgollucci Experimental version of net/poptop in FreeBSD ports f kern/129040 gavin [install] Lockup during boot - Cannot install the OS o kern/129036 ipfw [ipfw] 'ipfw fwd' does not change outgoing interface n o ports/129035 ahze [Update]math/fftw3:update to 3.2 o docs/129024 doc [patch] ipfw(8) improvements o bin/129014 [regression] ftp(1) cannot bind to specific source IP o conf/128994 UPDATING falsly states DTrace bindings are built by de s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o arm/128987 stas [patch] Fix at91_mci and use 1-bit mode. f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o usb/128977 usb [usb] [patch] uaudio is not full duplex o kern/128974 [kernel] unp_connect() unlocking unp if UNP_CONNECTING o ports/128972 cy Port security/krb5 has a linking problem when compiled p docs/128968 doc [patch] rwlock(9) man page typo o bin/128954 ifconfig(8) deletes valid routes o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o o java/128948 java java/jdk16 built from source can't bind a socket, but o ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve f ports/128944 lwhsu [PATCH] audio/py25-mutagen: update to 1.14 o www/128943 www dmesg output for ASUS M3A79-T running FreeBSD-7.1-PRER o ports/128941 erwin devel/p5-IO-Tty: IO::Pty no longer working after upgra o ports/128940 bsam new port: emulators/linux_base-f9, port for Linux Fedo f ports/128939 jesusr net/openser buildable on amd64 o bin/128933 [libc] realpath(3) does not follow SUS specification f o threa/128922 threads threads hang with xorg running o kern/128917 net [wpi] [panic] if_wpi and wpa+tkip causing kernel panic f ports/128910 gerald lang/gcc43 port doesn't add library dir to ldconfig hi o bin/128886 ntpd(8): ntpd -L flag doesn't work o kern/128884 net [msk] if_msk page fault while in kernel mode o ports/128881 sem ports-mgmt/portupgrade backtrace f ports/128877 miwi [PATCH] graphics/optipng: update to 0.6.2, take mainta o conf/128874 [termcap] termcap entry for rxvt missing :AX: capabili p bin/128871 maxim [patch] netstat(1): show unix sockets in netstat -Lan o kern/128870 [pccbb] Interrupt Storm when plugging in PCMCIA Card ( o ports/128852 miwi [PATCH]textproc/wv: update to 1.2.5 f ports/128846 pgollucci New port: sysutils/linux-megacli2 - LSI MegaRAID SAS c o ports/128844 alexbl [Update]www/py-cherrypy-old:update to 2.3.0 o bin/128842 emaste ps(1) command output includes thread name only when it o bin/128841 emaste ps(1) PADDR (and others?) field width insufficient for o kern/128840 net [igb] page fault under load with igb/LRO o ports/128838 des [PATCH] www/varnish 2.0.1 enhancements o ports/128831 x11 x11-drivers/xf86-video-intel - X server is broken on I f kern/128829 fs smbd(8) causes periodic panic on 7-RELEASE a ports/128826 gnome sysutils/hal: hald-addon-mouse-sysmouse runs fstat to o ports/128823 miwi www/hiawatha: install overwrites the configuration fil o ports/128813 acm [PATCH] print/foo2zjs update to 2008-10-08 o amd64/128810 amd64 AMD 64 port installation o java/128809 java JVM aborted when GNU RXTX write to serial port. o usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 p kern/128801 delphij [bce] [patch] Bug in if_bce.c:bce_get_media() o conf/128799 Missing rxvt-unicode termcap entry unless the x11/rxvt p kern/128790 rwatson [netinet] [patch] bug in IP_MINTTL setsockopt() implem o ports/128787 doceng print/ghostscript8 8.63 fails with -sDEVICE=ijs -sIjsS o ports/128783 stas net-mgmt/flow-tools: flow-send Does not work on freebs o ports/128782 ume [PATCH] mail/cyrus-imapd23 2.3.13 o docs/128768 delphij Missing documentation about tmpfs mount options o amd64/128765 amd64 [install] Install CD loads to Install choices but stop p usb/128760 cperciva [ums] patch for Microsoft Comfort Optical Mouse 3000 ( o ports/128757 ale new port: addition of databases/mysql51-embedded o ports/128754 portmgr bsd.port.mk: implement master sites randomization f usb/128745 weongyo zyd teoretically supported usb device makes kernel pan o kern/128744 [patch] [panic] AMD64 kernel panic if INVARIANTS and D o ports/128730 multimedia [PATCH] multimedia/libquicktime: default LAME option t o bin/128727 host(1) does not work properly with the -6 option o ports/128726 mi [NEW PORT] print/lyx16: Document processor interfaced o bin/128725 [patch] whois(1) does not correctly send queries regar o ports/128723 obrien [PATCH] lang/pcc: update to 0.9.9.081109 o kern/128714 gmtime(3) infine loop o docs/128711 blackend Re: [patch] for handbook browsers page o ports/128696 nobutaka Update textproc/uim and new package request textproc/u o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o kern/128689 [panic] www/apache22: Fatal trap 12: page fault while o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o ports/128680 multimedia [PATCH] multimedia/gavl: update to 1.0.1 f ports/128679 mnag [PATCH] security/openssh-portable: update to 5.1p1 o ports/128669 ijliao [Update]net/rubygem-twitter:0.3.7 o bin/128668 [request] Kerberos in the base system is too old s ports/128661 miwi [NEW PORT]www/rubygem-httparty:Ruby Library that Makes o bin/128654 atacontrol(8) does not preserve rebuild status through o kern/128648 [drm] [hang] crash when using 3D-acceleration with Int f ports/128646 dougb ports-mgmt/portmaster [feature request]: naming log fi o gnu/128645 [patch] grep(1): teach grep -r to how to ignore direct o kern/128639 acpi [patch] [acpi_asus] acpi for ASUS A6F,A3E,A3F,A3N not f kern/128634 acpi [patch] fix acpi_asus(4) in asus a6f laptop o kern/128633 fs [zfs] [lor] lock order reversal in zfs o conf/128632 security periodic 700.kernelmsg repeats messages o bin/128616 kientzle [patch] bsdtar(1) error message typo o ports/128615 delphij net/openldap24-server - OpenLDAP-2.4.11 and OpenLDAP-2 o ports/128613 delphij /usr/ports/net/openldap24-server: ln: /usr/local/libex p misc/128610 kensmith [patch] /usr/src: the iso.1 target of make release do o kern/128608 [pccbb] [patch] add support for powering down and up C o bin/128605 secteam [patch] dhclient(8) - security issue o ports/128603 textproc/flex has too small capacity o bin/128602 net [an] wpa_supplicant(8) crashes with an(4) o kern/128598 net [bluetooth] WARNING: attempt to net_add_domain(bluetoo f conf/128590 gavin [patch] Updates to NOTES for new USB stack o bin/128587 kensmith [patch] sysinstall(8) uses first mirror in Turkey even o bin/128582 [patch] wpa_cli(8): activate readline(3) support o kern/128577 [ixgbe] [patch] Send queue stall in ixgbe driver when o kern/128575 [cpufreq] [patch] add support for Phenom etc..(beta ve p bin/128562 kientzle [patch] tar(1) problem with hard links and --strip-com o bin/128561 kientzle [patch] compile warning fixes for bsdtar test harness o ports/128559 alepulver Update ports; emulators/sdlmess update to 0.128 and fi o ports/128558 alepulver New ports: emulators/sdlmame-devel o ports/128557 alepulver Update port: emulators/sdlmame update to 0.128 and fix o ports/128556 mnag net/py-zsi installs with insufficient rights o stand/128546 standards ls -p does not follow symlinks p ports/128536 delphij net/openldap24-server: configure: error: BDB/HDB: Ber o amd64/128524 amd64 No geom documentation for loading gjournal f ports/128522 stas Patch for graphics/lcms to add python binding f ports/128521 mi [patch] devel/icu build failed on TestFormatRelative o misc/128516 [build] /usr/src: "make doxygen" stops with error: mak o kern/128514 fs [zfs] [mpt] problems with ZFS and LSILogic SAS/SATA Ad o bin/128501 cperciva freebsd-update(8) does not work on netbooted machines o bin/128493 [patch] find(1) exits if -fstype test fails with EACCE o ports/128491 acm games/el[-data] unusable because of outdated version f ports/128490 net/freenx port does not work properly on freebsd-7 st o usb/128485 usb [umodem] [patch] Nokia N80 modem support o ports/128482 marcus [PATCH] ports-mgmt/portlint: add some CONFIGURE_ENV/CF o ports/128467 ale [patch] databases/php4-dba: change Berkeley DB detecti o bin/128465 [request] mount_smbfs(8) does not support IPv6 o ports/128463 shaun Port net-im/ejabberd/ is outdated o kern/128452 scsi [sa] [panic] Accessing SCSI tape drive randomly crashe o kern/128448 net [nfs] 6.4-RC1 Boot Fails if NFS Hostname cannot be res o misc/128444 [build] [patch] create USB stick install image o conf/128433 [patch] Add option to allow a full login when doing 's o conf/128429 dougb Permissions of bind9 chroot 'master' directory o bin/128427 [patch] mdfs(8): mount_mfs warns "chmod: Read-only fil o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o ports/128419 glarkin [PATCH] multimedia/mythtv: various compile fixes f usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o java/128411 glewis jdk1.5 Querying JMX mbean OperatingSystem->TotalPhysic o ports/128406 miwi New port: security/monkeysphere o bin/128398 geom [patch] glabel(8): teach geom_label to recognise gpt l o ports/128371 pgollucci New port: textproc/ibus Intelligent Input Bus for Linu o ports/128360 miwi [Maintainer Update]devel/pecl-spread:update to 2.1.0 o ports/128358 miwi [Update]net/spread:update to 4.0.0 o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o ports/128350 python New port: math/py-numeric23 o kern/128335 [patch][cpufreq] Missing call to sbuf_delete() in two o conf/128334 net [request] use wpa_cli in the "WPA DHCP" situation o kern/128331 jkim [agp] nForce3-250 AGP not detected correctly o docs/128325 mckusick README.snapshots still refers to snaphots as "alpha-te o usb/128324 usb [uplcom] [patch] remove baud rate restriction for PL23 f kern/128317 gavin Problem during booting while reviewing the device prob o ports/128315 alepulver sysutils/fusefs-ntfs does not work with ru_RU.KOI8-R f bin/128312 vwe netstat(1): output field "Netif" too small f kern/128308 gavin [psm] psm0 cause page fault o kern/128304 vn_pollrecord(3) derefs NULL if v_addpollinfo() fails o conf/128299 rc [patch] /etc/rc.d/geli does not mount partitions using o ports/128298 mnag Security: mail/libspf2, mail/libspf2-10 buffer overflo o kern/128297 [ubt] system locks on file transfer via ubt o bin/128295 net [patch] ifconfig(8) does not print TOE4 or TOE6 capabi f ports/128288 stefan sysutils/hpacucli does not work o kern/128287 remko re(4) regression in 7.1 BETA2 f ports/128286 mnag databases/py-MySQLdb segmentation fault o gnu/128284 gdb(1) segfaults f kern/128282 gavin [mpt] system failure on removing two drives o bin/128277 [patch] improvements for fwcontrol(8) utility f kern/128276 geom [gmirror] machine lock up when gmirror module is used f ports/128271 biology/ncbi-toolkit - blastall segfaults when output o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o gnu/128262 [libgcc] [patch] contrib/gcclibs/libcpp/errors.c: -Wmi o kern/128260 ipfw [ipfw] [patch] ipfw_divert damages IPv6 packets o amd64/128259 amd64 csh(1): "`" crashes csh o ports/128256 ale www/tomcat-native rewrites APR library distributed wit o ports/128250 kuriyama net-mgmt/net-snmp: pf (packet filter) support o kern/128247 net [ip6] [panic] Fatal Trap 12 in ip6_forward = o kern/128245 scsi [scsi] "inquiry data fails comparison at DV1 step" [re o amd64/128236 amd64 portsdb -Uu Indexing error o docs/128222 doc [patch] man page truss(1) claims that init(8) can be t o kern/128219 [puc] [patch] puc driver can not handle parallel port o conf/128215 [patch] calendar.music: Chuck Berry was born in St. Lo f kern/128181 yongari [fxp] panic in fxp_add_rfabuf o threa/128180 threads pthread_cond_broadcast(3) lost wakeup o kern/128177 [sched_ule] wrong CPU usage reported by top/ps with SC o ports/128176 openoffice editors/openoffice.org-3 - 3.0.0 crash (macro security o kern/128173 fs [ext2fs] ls gives "Input/output error" on mounted ext3 f kern/128172 gavin [keyboard] Remote Console (Keyboard) of AOC-SIM1U+ not o bin/128167 [patch] [libc] add support for SCTP to getaddrinfo(3) o kern/128165 [aac] [patch] sync aac(4) with the latest vendor versi o ports/128154 alepulver Update emulators/sdlmame from 0.124 to 0.128 o ports/128151 delphij [MAINTAINER UPDATE] Mk/bsd.ldap.mk / net/openldap24-(s o ports/128142 mi update net/ekiga to 3.0.0 to fit GNOME 2.24 f ports/128141 mi update net/opal to 3.4.1 to fit GNOME 2.24 o ports/128140 update devel/pwlib to 2.4.1 to fit GNOME 2.24 o kern/128134 rrs [netinet] [patch] src/sys/netinet - crc32c calculation p usb/128115 stas [uplcom] [patch] USB-RS232 circuets on chip PL2303HX n a ports/128114 oliver x11-fm/thunar should enable FAM support by default o www/128113 www outdated port count graph in www.freebsd.org/ports o kern/128103 vwe [feature request] [patch] new SiS 190 NIC driver f kern/128102 amd64 AsusRock 939N68PV-GLAN not recognized o ports/128100 upgrade of www/trac breaks 0.10.x Trac installations f ports/128098 amdmi3 benchmarks/super-smack: super-smack port lacks MANUAL o bin/128096 bushman [patch] nscd(1): Failure in memset . o bin/128094 [patch] lint(1): Sizeof(pointer) bug in usr.bin/xlint/ o ports/128091 sobomax misc/zaptel drivers can't be used when asterisk runs a p docs/128089 kientzle [patch] Incorrect type in archive_write(3) manpage f bin/128088 vwe who(1) not listing all logged in users. o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o kern/128083 [psm] [panic] early SMP panic on GA-G31M-S2L motherboa o ports/128078 apache www/apache20 -- LDAP support is broken o kern/128076 [panic] Fatal trap 12: page fault while in kernel mode o bin/128058 keramida [patch] pkg_create(1): pkg_create -n flag does not wor o ports/128045 makc devel/qt4 freebsd make.conf files need to refer uic-qt o kern/128040 [pccbb] [patch] System hangs when PCMCIA-CF adapter pl o kern/128037 [pccbb] [patch] System hang on shutdown with PCMCIA-CF o kern/128036 [sio] [patch] serial console mostly ignores typein to o kern/128035 [ata] unexpexted detach of external SATA drive o docs/128032 jeff pthread(3) mentions libkse which has been removed in 8 o conf/128030 net [request] Isn't it time to enable IPsec in GENERIC? o ports/128028 portmgr bsd.port.mk - Ports-Script do not recognize dialog-ret o ports/128025 shaun [patch] security/heimdal ldap support broken under 7 o i386/128014 i386 [geode] [patch] AMD Geode CS5536 watchdog(9) not disab f ports/128012 miwi x11-wm/awesome: update to 3.0 f kern/128009 vwe setkey(8) coredumps freebsd7 on sha1_result line 263 p o bin/128001 net wpa_supplicant(8), wlan(4), and wi(4) issues f ports/127995 stefan net/isc-dhcp30-server creates a user/group with dynami o ports/127989 lwhsu [Update]mail/py-twistedMail:update to 8.1.0 o ports/127987 lwhsu [Update]dns/py-twistedNames:update to 8.1.0 o bin/127986 [patch] ee(1): fix compiler warnings caused by use of o ports/127985 lwhsu [Update]www/py-twistedWeb2:update to 8.1.0 o ports/127984 lwhsu [Update]devel/py-twistedCore:update to 8.1.0 o ports/127982 amdmi3 games/tnl: crashes when clicking on `single mission' i o i386/127981 i386 [loader] Stack underflow preventing boot [regression] o usb/127980 usb [umass] [patch] Fix Samsung YP U2 MP3 player on 7.x an o kern/127971 [panic] 7.0 RELEASE PANIC o ports/127954 amdmi3 missing REQUIRE in security/snort rc script when compi f bin/127948 gavin -M option of ar(1) does not work on 8.0-CURRENT [regre o ports/127946 openoffice editors/openoffice.org-3 dictionary extension doesn't o bin/127932 [patch] mkdir(1): mkdir -p PATH fails if a directory i o kern/127930 ed auto-logout does not work o kern/127928 net [tcp] [patch] TCP bandwidth gets squeezed every time t o kern/127927 scsi [isp] isp(4) target driver crashes kernel when set up o usb/127926 usb [boot] USB Timeout during bootup o docs/127923 loader Please mention qemu in the FreeBSD Handbook o kern/127920 pf [pf] ipv6 and synproxy don't play well together o ports/127919 lwhsu [Update]devel/py-twisted:update to 8.1.0 o bin/127918 [patch] ATA Security support for atacontrol(8) o conf/127917 rc [patch] dumpon rejects on start with physmem>swap even o bin/127912 In theory, uncompress(1) may crash and SEGV f kern/127910 vwe [nfe] FBSD-7.0 amd64 nfe ethernet not completely worki o docs/127908 doc [patch] readdir(3) error documentation o www/127898 www [patch] query-pr.cgi: properly treat quoted-printable p docs/127890 trhodes socket(2) man page should explain that protocol can be o ports/127889 sem ports-mgmt/portupgrade detects spurious failures and s o kern/127887 [psm] PSM0 not detected by the KERNEL in Compaq Prolia o bin/127872 [libc] [patch] Rewinding on unionfs and Subversion o kern/127870 [panic] HP DL320 lockup with kernel panic p docs/127866 doc Typos found in ifconfig(8) man page o ports/127857 glarkin [NEW PORT] multimedia/mythtv-themes: The official Myth o ports/127856 glarkin [NEW PORT] multimedia/mythtv-frontend: MythTV is a hom f ports/127854 wxs [PATCH] databases/couchdb: update to 0.8.1 o ports/127851 pgollucci Port update: multimedia/libdvdnav-mplayer - Update to o ports/127850 rnoland Port update: multimedia/libdvdread - Add CONFLICTS for o ports/127849 rnoland New port: multimedia/libdvdread-mplayer s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/127842 murray list of hardware devices missing from the relnotes p docs/127840 murray [patch] fix entity references in release/doc/en_US.ISO o ports/127838 stefan [patch] devel/kdesvn: update to 1.0.2 o kern/127834 net [ixgbe] [patch] wrong error counting o bin/127832 mux csup(1) is reporting RCS errors in ports. o kern/127826 net [iwi] iwi0 driver has reduced performance and connecti o ports/127822 tmclaugh [PATCH] security/sudo: add tuneable variable SUDO_LDAP o kern/127815 net [gif] [patch] if_gif does not set vlan attributes from o conf/127814 pf [pf] The flush in pf_reload in /etc/rc.d/pf does not w o kern/127813 sos [ata] ata diver dma mode work incorrectly on chip vt82 f ports/127810 print/hplip 2.8.2 can't talk to my usnb printer (HP PS p stand/127795 das [patch] INFINITY and INF have wrong type o amd64/127787 amd64 [lor] 3 lock LOR in recent CURRENT o ports/127778 brooks lang/llvm-gcc4: llvm can't create shared lib o ports/127777 miwi [PATCH] www/xpi-quick-locale-switcher: update to 1.6.5 o bin/127764 [boot0cfg] [patch] preserve NT disk UID data for boot0 o ports/127760 shaun [Update]graphics/libglut:update to 7.2 o misc/127759 [nanobsd] [patch] nanobsd.sh incorrectly calculates pa o ports/127750 anray x11-wm/sawfish won't draw window decorations unless gn o ports/127728 ports/games/freebsd-games doesn't build, and larn(6) s o kern/127724 net [rtalloc] rtfree: 0xc5a8f870 has 1 refs f bin/127719 net arp: Segmentation fault (core dumped) o ports/127718 brooks [patch] devel/llvm: use PIC on amd64 and add optional o kern/127717 [ata] [patch] - support write cache toggling per devic o bin/127711 sysinstall(8): cant excape from failed distribution ft o ports/127692 x11 x11-drivers/xf86-video-i810 f ports/127691 doceng print/ghostscript8 fails to build o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o ports/127666 cy Repocopy request - security/sudosh -> security/sudosh2 o kern/127659 [tmpfs] tmpfs memory leak o kern/127645 [ata] [patch] Add support for nVidia MCP67 AHCI SATA C p kern/127644 weongyo [ndis] [panic] NDIS panic o amd64/127640 amd64 GCC will not build shared libraries with -fprofile-gen o ports/127636 mnag [PATCH] www/lighttpd: lighttpd dir_favicon o bin/127633 edwin [patch] Update top(1) to 3.8b1 o kern/127623 [headers] header definition for cftime is missing. s ports/127608 marius [patch] sysutils/cdrtools - cdrecord: fix device enume p docs/127602 trhodes [patch] Incomplete information in nsswitch.conf(5) o bin/127591 [patch] [libc] spurious warning against DNAME RRs in g s kern/127587 net [bge] [request] if_bge(4) doesn't support BCM576X fami o kern/127581 acpi [patch] [acpi_sony] Add support for more Sony features o docs/127575 doc [patch] Update to ports (7) as it is missing a few mak o kern/127553 [build] (errata) in kernel generic et al, device ural o misc/127550 [tools] [patch] src/tools/tools/editing/freebsd.vim im o usb/127549 usb [umass] [patch] Meizu MiniPlayer M6 (SL) requires some o kern/127545 [sysvipc] POSIX (1003.1b) semaphores can become negati o usb/127543 n_hibma [patch] [ubsa] Support Option Globetrotter HSDPA modem o bin/127532 [patch] install(1): install -S Not Safe in Jail with s f kern/127528 net [icmp]: icmp socket receives icmp replies not owned by f kern/127517 sos [ata] sata does not detect SATA-300 disk but instead d o bin/127514 edwin [patch] regression tests for date(1) f ports/127513 mail/dcc-dccd sets home to /var/dcc even if you didn' o conf/127511 pf [patch] /usr/sbin/authpf: add authpf folders to BSD.ro o conf/127510 gshapiro [patch] etc/mail/aliases: Add URL as reference for RFC f ports/127499 mi [PATCH] Update devel/icu to 4.0 o www/127497 www new entry to FreeBSD/amd64 Project -- motherboards a ports/127496 mi devel/icu 3.8.1_1 does not build when Danish locale is o amd64/127492 amd64 [zfs] System hang on ZFS input-output o ports/127491 maho math/octave can crash with "malloc(): error: recursive o kern/127486 [smp] [panic] early SMP panic ("AP #1 (PHY #1) failed! o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o bin/127475 [patch] sockstat(1) output columns run into each other o misc/127471 [build] [patch] installworld fails if install-info is f ports/127469 portmgr bsd.port.mk - ports system does not honour NO_MANCOMPR o ports/127468 multimedia [PATCH]audio/wavpack: update to 4.50.1 o ports/127467 portmgr bsd.port.mk: fix checking DISTDIR for writeability s usb/127453 usb [request] ubsa, uark, ubser, uftdi, and friends should o amd64/127451 amd64 [scheduler] incorrect load on quad core p kern/127446 emax [kbdmux] [patch] fix race in sys/dev/kbdmux/kbdmux.c o ports/127444 stefan sysutils/nagios-statd: RC script fails to log a valid o kern/127441 jb [dtrace] Dtrace timestamp variable is wrapping as if d o kern/127440 jb [dtrace] Dtrace arg0/arg1 variables don't contain retu o kern/127439 pf [pf] deadlock in pf o ports/127436 x11 x11/xorg: xorg randomly uses 100% CPU with Intel + KDE o ports/127435 mnag www/lighttpd mod_deflate patch for freebsd p docs/127432 remko [patch] update fsck_ffs(8) man-page with regarding to o misc/127430 edwin [patch] Add check-script for share/misc/iso3166 o conf/127429 edwin [patch] update share/misc/iso3166 o misc/127428 edwin [patch] Add check-script for share/misc/iso639 o usb/127423 usb [boot] BTX halted on Gigabyte GA-MA69VM-S2 / AMD Sempr o conf/127422 edwin [patch] update share/misc/iso639 o kern/127420 fs [gjournal] [panic] Journal overflow on gmirrored gjour p kern/127411 [ata] [panic] ata panics on bad block p docs/127406 n_hibma [patch] update umodem man page: Sony Ericsson W810i o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI o kern/127391 [ata] [patch] Intel 6300ESB SATA150 cannot find disk a o ports/127389 lwhsu [PATCH] www/xist: update to 3.4.3 o i386/127387 kib [i386] [patch] Inline assembler in x86 _start() in crt o ports/127377 java/netbeans61 fails to make internet connections o kern/127375 [zfs] If vm.kmem_size_max>"1073741823" then write spee o i386/127374 i386 Suspend/Resume with Keystroke only once on Thinkpad T4 f ports/127371 dougb mail/alpine port does not link o ports/127368 amdmi3 audio/last.fm: add a .desktop file for Xfce/GNOME/KDE o i386/127367 i386 [vesa] [patch] Improve VESA support for Parallels (pat o kern/127360 kmacy [socket] TOE socket options missing from sosetopt() o docs/127359 keramida Undocumented firewall_xxx options for rc.conf in stabl o ports/127348 shaun [PATCH] net-im/ejabberd: Fix rc script's status comman o kern/127345 pf [pf] Problem with PF on FreeBSD7.0 [regression] o i386/127343 i386 [hang] System locks -- simular to PR 123729 o usb/127342 usb [boot] cannot enable usb keyboard and mouse support in o i386/127337 i386 [boot] FreeBSD 7.1/i386 BTX boot problem on Pavilion d p bin/127335 das [libc] fwrite(3) fails to generate error when applied a bin/127331 edwin [patch] top(1) only shows cputime used by one process o ports/127327 miwi [maintainer update] mail/libetpan update to version 0. o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/127319 dougb [PATCH] ports-mgmt/portmaster - add completion for zsh o kern/127316 [ata] non aligned DMA transfer errors when using growi o ports/127304 markm lang/gcl is not broken now o ports/127303 kuriyama [patch] misc/amanda-server Add pkg-install to create m f ports/127302 security/swatch: swatch-3.2.1_1 multiple issues o ports/127298 gnome ports/www/xulrunner coredumps o ports/127292 timur net/samba3: not work cancel inheritance on share o kern/127289 [ata] [patch] new pci ids for SiI3132 present on adapt o ports/127286 linimon update to makeduds script to annotate why packages wer o bin/127280 des [libfetch] [patch] fetch/libfetch RFC 1738 %2F escaped s amd64/127276 amd64 ldd(1) invokes linux yes o bin/127270 fsck_msdosfs(8) may crash if BytesPerSec is zero o bin/127265 [patch] ddb(4): Adding the ddb command set from module o ports/127262 skv lang/php5: fbclient crashes php engine [regression] o docs/127253 gavin Error in Handbook: http://www.freebsd.org/doc/en/books p kern/127250 [ata] Kerneltrap 12 with atacontrol f alpha/127248 alpha System crashes when many (7) serial port terminals (vt o kern/127233 darrenr [ipnat]: ipnat + ipfilter source routing not handling o kern/127230 ipfw [ipfw] [patch] Feature request to add UID and/or GID l s ports/127229 lwhsu [PATCH] sysutils/dtc: unbreak, fix some typos, remove o threa/127225 threads bug in lib/libthr/thread/thr_init.c o kern/127222 usb [ohci]: Regression in 7.0 usb storage generic driver p docs/127220 rwatson [patch] err(3) suggests using exit values from sysexit p docs/127219 rwatson [patch] style(9) is inconsistent regarding usage of sy o ports/127214 secteam [PATCH] ports-mgmt/portaudit: Please change to U o kern/127213 fs [tmpfs] sendfile on tmpfs data corruption o ports/127210 portmgr bsd.destdir.mk - chrooted install of a port does not f o kern/127209 ipfw [ipfw] IPFW table become corrupted after many changes o bin/127192 net routed(8) removes the secondary alias IP of interface f ports/127181 audio/musicpd logs warning o ports/127154 danfe missing dependency for audio/rezound f kern/127145 net [wi]: prism (wi) driver crash at bigger traffic o gnu/127136 Typo in tree-nested.c o ports/127132 anray mail/vm needs updated to version 8.0.* o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o kern/127121 pf [pf] [patch] pf incorrect log priority f kern/127119 gavin [ata] incorrect ata device probing o kern/127109 [mpt]: FreeBSD fails to boot except in safe mode o ports/127104 skv devel/otrs - OTRS/PostgreSQL 8.3.3 error: Syntax error o kern/127102 net [wpi] Intel 3945ABG low throughput o bin/127095 mux csup(1): Csup truncates files using RELENG_6 s ports/127087 mail/bincimap port does not include an rc.d file o ports/127084 multimedia multimedia/linux-realplayer is vulnerable f kern/127067 des [build] Error installing 6 stable o ports/127063 obrien shells/bash: $RANDOM doesn't works in scripts o kern/127057 net [udp] Unable to send UDP packet via IPv6 socket to IPv s bin/127056 lp(1) doesn't use -o options f sparc/127051 sparc64 [hme] hme interfaces "pause" with the message "device o kern/127050 net [carp] ipv6 does not work on carp interfaces [regressi o kern/127048 systat(1) information leak when security.bsd.see_other o bin/127045 julian setfib(1) coredumps if called with fib value out of ra o kern/127042 pf [pf] [patch] pf recursion panic if interface group is p kern/127040 davidxu [patch] mqueuefs(5) witness panic o bin/127034 [patch] Add option to count apparent size to du(1) o kern/127029 fs [panic] mount(8): trying to mount a write protected zi o kern/127024 rwatson [socket] Problem with unix sockets garbage collector o ports/127019 sem ports-mgmt/portupgrade does not recognize fail conditi f ports/127018 emulation Linuxulator incapable of using FreeBSD's LDAP environm o ports/127017 alepulver sysutils/ntfsprogs - ntfsclone not working version 2.0 f kern/126984 glebius [carp][patch] add carp userland notifications via devc o kern/126973 daichi [unionfs] [hang] System hang with unionfs and init chr o kern/126971 [boot] loader/kernel does not obey comconsole_speed o conf/126946 [patch] Add OpenVPN ports to services(5) o kern/126945 net [carp] CARP interface destruction with ifconfig destro o kern/126937 rnoland [drm] System hang when start X o bin/126936 locate.updatedb(8): updatedb fails silently when attem p docs/126934 trhodes missing 'crit' in usr.sbin/syslogd/syslog.conf.5 s ports/126932 itetcu gapcmon option in sysutils/apcupsd conflicts with sysu o kern/126926 [build] [patch] Add MACHINE to dmesg o kern/126924 net [an] [patch] printf -> device_printf and simplify prob f ports/126904 x11 x11/xorg startx fails on driver loading for nVidia GeF o kern/126902 geom [geom] [geom_label] Kernel panic during install boot o kern/126895 net [patch] [ral] Add antenna selection (marked as TBD) o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o kern/126880 [scheduler] CPU usages are unbalanced o kern/126874 net [vlan]: Zebra problem if ifconfig vlanX destroy o ports/126872 bsam New port: lang/linux-tcl84 o kern/126866 scsi [isp] [panic] kernel panic on card initialization o kern/126861 [panic] 6.2 (SMP) crashes when polling disabled o ports/126853 secteam ports-mgmt/portaudit: speed up audit of installed pack o kern/126850 jfv [vlan] Panic in if_vlan.c, after r181607 f usb/126848 usb [usb]: USB Keyboard hangs during Installation p usb/126845 remko [usb_quirks] Cyberpower UPS is attached as uhid instea p conf/126841 philip [syscons] [patch] Add eee900 keyboard layout to /usr/s f ports/126840 jpaetzel [PATCH] update sysutils/fusefs-wdfs to use neon28 if p p conf/126829 matteo gjournal not in /boot/defaults/loader.conf f ports/126827 timur winbindd crash o ports/126826 thierry sysutils/xvidcap failes to build o bin/126822 net wpa_supplicant(8): WPA PSK does not work in adhoc mode o kern/126821 [panic] Fatal trap 12 (kdeinit) o bin/126819 sysinstall(8) During install if initial name look-up f o ports/126818 openoffice editors/openoffice.org-3 compilation fails on FreeBSD- o ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o kern/126807 [ata] PATA DVD drive attached to AMD IXP700 chipset no f kern/126788 gavin [boot] Can not boot FreeBSDv7.0.iso from USB formated o ports/126787 farrokhi [PATCH] net-mgmt/nefu: various port enthancements o kern/126784 [agp] agp.ko doesn't detect Acer Aspire One onboard gr o ports/126760 danfe [update] audio/gtkpod - has additional dependencies o misc/126747 [build] bsd.dep.mk does not remove .depend on cleandep o kern/126742 emax [panic] kernel panic when sending file via ng_ubt(4) o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o bin/126721 gcc(1) g++(1) Compiling, assembling and linking code w o kern/126714 net [carp] CARP interface renaming makes system no longer a kern/126709 [ata] Regression of SATA/PATA support with 6.3 and 7.0 f ports/126706 jpaetzel multimedia/libdvdcss unusable on RELENG_7 f ports/126705 jpaetzel [patch] devel/bazaar Update neon dependancy f ports/126704 jpaetzel [patch] update neon dependancy in audio/libmusicbrainz o kern/126703 [panic] [zfs] _mtx_lock_sleep: recursed on non-recursi o kern/126697 emaste [aac] aac driver bug. aaccli still doesn't work o kern/126695 net rtfree messages and network disruption upon use of if_ o kern/126688 net [ixgbe] [patch] 1.4.7 ixgbe driver panic with 4GB and p bin/126682 delphij [patch] sed(1) segfaults on error rather than error me f ports/126678 cy sysutils/screen build error on FreeBSD-current f ports/126674 pgollucci New port: print/latex-babel o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui o i386/126666 i386 [boot] boot failure for nForce 630i / GeForce 7100 mai f kern/126665 yongari [vr] Integrated VIA Rhine II receive errors o ports/126664 roam mail/vpopmail - Failure to upgrade to courier-0.54.0_1 p bin/126657 [patch] w(1) breaks multibyte date format o ports/126656 danfe [update] audio/libgpod - add option to build SysInfo d o ports/126638 edwin dhcpd version in ports mismatch f ports/126633 cy sysutils/freebsd-snapshot - Snapshot Utiity on a UFS-o f ports/126629 timur net/samba-pdbsql doesn't compile s kern/126620 [request] RTL8187B Driver for freebsd o bin/126619 sysinstall(8) deletion of routes when reinitializing m f www/126617 jkois Commercial vendory entry addition request p kern/126609 antoine [vm] [patch] Unused variable `nosleepwithlocks' in sys o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps f kern/126564 net [ath] doesn't work with my PCI-E X1 wireless network a o bin/126562 rc rcorder(8) fails to run unrelated startup scripts when o kern/126561 net [nlm] [patch] NLM (rpclockd) RPC UNLOCK failure (stall o kern/126553 daichi [unionfs] unionfs move directory problem 2 (files appe o bin/126546 des pam_nologin(8) in auth causes log spam o ports/126537 novel Update port: audio/mpg123 update to 1.5.0 o ports/126534 perky [Update]databases/py-rrdtool_lgpl:update to 1.0b1 p kern/126525 jhb [pci] [patch] Extended PCI Configuration register (>= o usb/126519 usb [usb] [panic] panic when plugging in an iphone o ports/126513 doceng print/ghostscript8 (was ghostscript-gpl): compile bug o ports/126507 kde [PATCH] bsd.cmake.mk: set CMAKE_BUILD_TYPE to "" o docs/126487 doc fix language on atol(3) manpage o ports/126485 mnag security/openssh-portable port needs to be updated to o docs/126484 doc libc function res-zonscut2 is not documented o kern/126475 net [ath] [panic] ath pcmcia card inevitably panics under o kern/126469 net [fxp] [panic] fxp(4) related kernel panic o bin/126468 bz [ipsec] some ipsec configurations make FreeBSD panic o docs/126451 delphij Exit status of nc(1) is not documented o bin/126446 secteam Vulnerability about OpenSSL f docs/126445 gavin discussion on WEP settings in wpa_supplicant.conf(5) m p misc/126435 ed [patch] /usr/share/examples/drivers/make_pseudo_driver o bin/126433 [patch] some missing checks in rm(1) o kern/126419 [ata] Fails to boot from RAID10 volume under the Intel o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o conf/126392 rc [patch] rc.conf ifconfig_xx keywords cannot be escaped o bin/126384 [request] find(1) doesn't support whiteout entries yet p kern/126368 bz [jail] Running ktrace/kdump in jail leads to stale jai o kern/126364 [panic] Fatal trap 12: page fault while in kernel mode o ports/126357 skv [patch] misc/xdelta: move to glib20 o ports/126343 glarkin Update port: multimedia/mythtv o kern/126339 net [ipw] ipw driver drops the connection o bin/126324 rc [patch] rc.d/tmp: Prevent mounting /tmp in second tim o misc/126312 [build] debug message going to stderr while doing "mak o ports/126309 sobomax /usr/ports/misc/zaptel driver dont support the TE122 o bin/126307 bsnmpd(1): UNIX socket leak on 6.3 when using Hostres- o conf/126305 nsmb.conf(5): Hostnames in nsmb.conf seem to be ignore o ports/126303 dougb Make it easy to change FD_SETSIZE while building dns/b o bin/126301 pkg_version(1) can induce unexpected parsing of INDEX o kern/126300 [build] [patch] Add missing -mno-sse3 flag for AMD64 t f ports/126297 dougb build of dns/bind95 port dies with link-time errors o kern/126289 [libc] select(2) apparently consumes cpu when it shoul o kern/126287 fs [ufs] [panic] Kernel panics while mounting an UFS file o kern/126242 [ata] Read error from SATA CD/DVD-drives [regression] f ports/126233 kde x11/kdebase3 missing xrandr dep o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o misc/126230 weird process cpu usage stats and weird load average o docs/126227 doc [patch] kthread(9) refers to non-existent manpage, des o kern/126214 net [ath] txpower problem with Atheros wifi card o i386/126162 i386 [acpi] ACPI autoload failed : loading required module o kern/126142 [ata] M5281: READ DMA faults, device detaching o ports/126140 sem ports-mgmt/portupgrade runtime error o misc/126131 cperciva portsnap(8) fetch error with HTTP_PROXY or HTTP_PROXY_ o kern/126113 rnoland [drm] Issues with DRM with Intel GM965 chipset o ports/126099 mbr emulators/open-vm-tools fails to create symbolic link o kern/126098 [cy] 6.3 only sees 16 ports on 32 port Cyclades Cyclom f kern/126089 [panic] Fatal trap 12: page fault while in kernel mode o ports/126085 shaun news/inn update make environment to allow for Berkeley o ports/126083 thierry textproc/aspell core dumps f ports/126079 portmgr [patch] [bsd.port.mk] make openssl.mk usable after pre o ports/126077 lioux x11-themes/kde-icons-gartoon-svg - ICONS-Gartoon.{,Blu o kern/126076 [headers] POLL_ERR and POLL_HUP are defined identicall o kern/126075 net [in] Network: internet control accesses beyond end of o ports/126073 python Installing lang/python25 from the meta port changes th f ports/126071 nork Tektronix for japanese/kterm is no more needed f ports/126058 net/generic-nqs fails to compile f ports/126055 x11-toolkits/p5-Tk - segmentation fault running perl-t o ports/126053 apache www/apache22: missing dependancy on apr-svn f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt f ports/126042 mi audio/festival: add OGI option o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia multimedia/transcode patch revision o ports/126012 portmgr [NEW PORT]: wxHaskell ports f ports/125996 danfe [patch] x11/nvidia-driver - remove pkg_info statements f kern/125985 [umass] [panic] no da-device, panic upon unplugging a ports/125963 oliver x11-wm/xfce4: Unable to quit when clicking on the icon f amd64/125943 amd64 Serial Consoles do not work on amd64 freebsd o ports/125936 sem ports-mgmt/portupgrade -R fails if BUILD_DEP's are not o bin/125932 pkg_add(1) doesn't prompt for root credentials and the o bin/125922 net [patch] Deadlock in arp(8) o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in o kern/125920 net [arp] Kernel Routing Table loses Ethernet Link status p docs/125896 trhodes [PATCH] arp manual and syntax synchronisation o kern/125895 [panic] kernel: panic: ffs_blkfree: freeing free block o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts p misc/125881 n_hibma [nanobsd] [patch] nanobsd fails on creating a director f i386/125880 i386 [cardbus] Cardbus cards Don't function on TI PCIxx12 C o bin/125878 pjd [patch] [request] Add zfs/zpool to rescue programs. o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o kern/125859 [ata] [patch] sata access failure [regression] o bin/125855 standards sh(1) allows for multiline, non-escaped control struct o kern/125849 dfr [nfs] nfs_decode_args() reads invalid memory when call o kern/125845 net [netinet] [patch] tcp_lro_rx() should make use of hard o i386/125843 i386 [boot] 'load' followed by 'boot' of missing file cause o ports/125823 sem [PATCH] ports-mgmt/portupgrade does not use custom ECH o kern/125816 net [carp] [if_bridge] carp stuck in init when using bridg o kern/125808 rnoland [drm] [patch] Radeon X800 GTO - *ERROR* Offset failed o kern/125806 kmacy [cxgb] cxgb packet counters do not work f ports/125805 apache www/apache22: apache2.2 stops handling connections o kern/125771 dougb bind(2) in base system incorrectly sets AD bit even wh o kern/125769 [ses] [panic] getencstat(8) panics system with "Sleepi o ports/125765 obrien Change for the editors/vim OPTIONS support o ports/125764 ahze [PATCH] x11-themes/clearlooks: Makefile breaks clearlo o kern/125759 [ata] Fatal Trap 12 when ICH9R RAID becomes degraded s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus f bin/125753 cron(8) not mailing output o docs/125751 doc man 3 pthread_getschedparam section ERRORS incomplete a ports/125739 rwatson net/samba3: After changing of dos attributes stored in o kern/125738 pjd [zfs] SHA256 acceleration in ZFS o usb/125736 usb [ukbd] [hang] system hangs after AT keyboard detect if o kern/125723 [ciss] System randomly crashes or can not boot - ciss o kern/125722 [boot] [install] error "BTX halted" at installation Fr o kern/125721 [ath] Terrible throughput/high ping latency with Ubiqu o ports/125719 shells/pdksh, zombie process's occouring on SMP Machin o docs/125717 keramida minor wpa_supplicant.conf(5) buglet o ports/125714 [patch] www/httptunnel: users not added o kern/125713 sos [ata] [patch] add support for AHCI on MCP67 chipset f kern/125710 [vga] Dragon_Saver Error 19 Freebsd 7.0 AMD64 o bin/125707 [patch] powerd(8): force a method of battery state que o kern/125704 [ng_nat] kernel libalias: repeatable panic p bin/125680 antoine [patch] atacontrol(8): atacontrol depends on executabl o bin/125678 [patch] ls(1) -h option doesn't work if the listing co o kern/125675 [keyboard] [patch] Add hw.syscons.kbd_suspend new sysc o kern/125673 [firewire] [panic] FreeBSD7 panics when kldunloading f o ports/125661 x11 x11/xorg: startx fails after a couple of attempts o ports/125655 mbr Incorrect startup variable in mail/up-imapproxy rc.d/i o kern/125647 [ciss] [panic] System randomly crashes - ciss driver o kern/125644 [zfs] zfs unfixable fs errors caused panic when trying p docs/125639 trhodes [patch] kldunloadf(2) does not mention about possible f ports/125636 nork graphics/OpenEXR sources missing header o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite s ports/125627 sem [ PATCH ] ports-mgmt/portupgrade: don't change +CONTEN o kern/125617 [ath] ath(4) related panic o kern/125613 rwatson [ufs] [patch] ACL problems with special files o i386/125592 i386 [hang] FreeBSD 7 server in hang o java/125583 java Java gui programs stop without error message p kern/125575 rwatson acl_valid() has wrong checks o conf/125551 [patch] building WLAN userland should be optional o kern/125536 fs [ext2fs] ext 2 mounts cleanly but fails on commands li o ports/125519 multimedia www/gstreamer-plugins-neon will not install o i386/125516 gavin [install] 7.0-RELEASE install dies o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d f kern/125502 net [ral] ifconfig ral0 scan produces no output unless in o kern/125501 [ath] atheros cardbus driver hangs o kern/125496 [ata][patch] free memory on ataraid module unload f ports/125494 stas [PATCH]: Mk/bsd.ruby.mk - relocate/consolidate x-gener o kern/125467 pf [pf] pf keep state bug while handling sessions between o ports/125464 apache [patch] Apache Bench in www/apache22 doesn't work o ports/125459 python Add regression-test target for lang/python25 o kern/125454 [digi] [patch] device digi (PC/Xe 64K 16 ports) not wo f ports/125453 cy net/ntp should no longer use mlockall() o usb/125450 usb [panic] Removing USB flash card while being accessed c o bin/125449 [patch] awk(1): /usr/bin/awk fails mawk's FPE test f kern/125442 gonzo [carp][lagg] CARP combined with LAGG causes system pan o kern/125413 pjd [zfs] [panic] Panic when doing zfs raidz with gmirror o kern/125389 [ipmi] [bce] IPMI problem with bce o i386/125383 i386 [k8temp] [request] please enable k8temp on i386 o kern/125382 [libc] open(2): ENOSPC may be misleading, consider EIO o bin/125370 ipfw [ipfw] [patch] increase a line buffer limit o bin/125365 matteo [patch] mdconfig(8) -l overflow for size field o kern/125358 [zfs] missing .. link in zfs snapshot o kern/125356 [kqueue] [panic] Repeated panic in kqueue_close from k o bin/125350 des [libfetch] [patch] src/lib/libfetch add support for de o kern/125332 [ath] [hang] crash under any non-tiny networking under f ports/125330 dinoex print/cups-base update fails when nscd running o docs/125329 keramida PACKAGEROOT should be documented in the Handbook o ports/125327 lwhsu [PATCH] deskutils/gcalcli: fix unicode supporting o bin/125325 Annoying grep(1) bug with --color f ports/125324 stefan editors/the (3.2) looses cursor when compiled with PDC a ports/125323 roam [Update]www/p5-WWW-Curl:update to 4.0.5 o ports/125306 gnome www/firefox3 gtk-gnash thread error a ports/125303 mav net/mpd5: connecting to pptp-VPN server leads to syste o usb/125264 usb [patch] sysctl for set usb mouse rate (very useful for o kern/125261 mlaier [pf] [patch] Backport OpenBSD 4.3 patch for pf re-usin o kern/125258 net [socket] socket's SO_REUSEADDR option does not work o ports/125255 pgollucci migrate away from slang1 to slang2 p docs/125253 trhodes [patch] jail(2) does not mention about possible error o kern/125251 [panic] kernel panic o ports/125243 araujo GNOME Macro (178 Ports) o kern/125239 net [gre] kernel crash when using gre o usb/125238 usb [ums] Habu Mouse turns off in X o ports/125201 audio/aqualung crashes f kern/125195 net [fxp] fxp(4) driver failed to initialize device Intel o bin/125185 csh(1) exit on signal 11 o bin/125184 des sshd(8) does not always log IP address for login failu o ports/125183 apache wrong SUEXEC_DOCROOT with www/apache22 o ports/125182 marcus www/mplayer-plugin can't install with www/firefox3 o kern/125181 thompsa [ndis] [patch] with wep enters kdb.enter.unknown, pani p bin/125154 matteo [patch] mount(8) ignores values returned by exec_mount o kern/125149 fs [nfs][panic] changing into .zfs dir from nfs client ca a kern/125139 philip [patch] [ata] bugs in ATAPI CD tray control s ports/125125 amdmi3 graphics/gnash plugin broken, crashes firefox o ports/125113 des [Update]astro/openmap:update to 4.6.4 o bin/125098 [patch] ee(1) consume 100% cpu usage o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/125072 usb [uplcom] [patch] add Mobile Action MA-620 Infrared Ada o ports/125062 az irc/weechat: options for make config o ports/125045 ume [PATCH] mail/cyrus-imapd: add patch for autocreate INB o conf/125041 [patch] New file: /etc/periodic/security/810.loginok o misc/125039 cperciva Updating 7.0-RELEASE with freebsd-update failes o kern/125034 [devfs][patch] devfs does not apply rules to newly cre o ports/125031 jkim firefox java plugin runtime-link crash o kern/125030 [devfs][patch] Command 'devfs ruleset 0' causes panic o ports/125012 ahze problems in math/ldouble for 128bit long double on i38 o i386/125011 i386 precision of constants for long double o kern/125009 [patch] access(2) grants root execute perms for non-ex o kern/125003 hrs [gif] incorrect EtherIP header format. o amd64/125002 amd64 [install] amd64, SATA hard disks not detected f ports/124998 danfe [PATCH] audio/soundtouch: doesn't compile with autocon o kern/124996 [patch] "filesystem goof: vop_panic[vop_revoke]" panic o kern/124991 pjd [zfs] [patch] Add two new vfs.zfs.queue tunables o kern/124989 [mfi] mfi driver error - unexpected sense o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124973 geom [gjournal] [patch] boot order affects geom_journal con o gnu/124970 gdb(1): gdb crashes after setting hardware watchpoint o kern/124969 geom gvinum(8): gvinum raid5 plex does not detect missing s o kern/124963 alc [vm] [patch] old pagezero fixes for alc o ports/124950 barner [request] update devel/boost to version 1.35.0 p bin/124938 sobomax [patch] syslog.conf(5): comments at the end of the lin s kern/124933 pf [pf] [ip6] pf does not support (drops) IPv6 fragmented o kern/124908 rwatson [socket] kernel performs inadequate check for incorrec o kern/124904 net [fxp] EEPROM corruption with Compaq NC3163 NIC o i386/124902 i386 [i386] [patch] patch to fix VESA modes and allow 8bit p kern/124899 pjd [zfs] [patch] Reboot hangs after ZFS snapshot director o kern/124881 [devfs] [patch] [request] Add possibility to check whi p bin/124863 keramida [patch] make vmstat(8) a bit smarter about the number o ports/124861 x11 Keyboard problems with xorg o stand/124860 standards flockfile(3) doesn't work when the memory has been exh p kern/124853 gonzo [devfs.rules] [patch] devfs_ruleset_use may use freed o ports/124841 shaun [PATCH] devel/zthread: Fix signature in BlockingQueue. o ports/124837 stas [PATCH] lang/ruby18: update to 1.8.7-p17 o bin/124825 mlaier tcpdump(8) does not support pfsync(4) data o bin/124822 [editline] [patch] Editline's ed-search-{prev,next}-hi o ports/124817 multimedia audio/gstreamer-plugins-spc include file name miss o ports/124801 openoffice editors/openoffice.org-3 - OpenOffice fails to find li o ports/124798 brix [patch] irc/bitlbee is not doing SRV lookups for XMPP o www/124787 remko Internet Service Provider o www/124784 remko Please add to the commercial vendors list o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o kern/124767 net [iwi] Wireless connection using iwi0 driver (Intel 220 o ports/124765 ume sysutils/gkrellm2 shows wrong number of users in proc o usb/124758 usb [rum] [panic] rum panics SMP kernel o kern/124754 [i915] i915 kernel module does not works with G965 o kern/124753 net [ieee80211] net80211 discards power-save queue packets o bin/124748 [patch] sh(1): sh -c 'exit -1' fails with "Illegal num o conf/124747 rc [patch] savecore can't create dump from encrypted swap o kern/124744 acpi [acpi] [patch] incorrect _BST result validation for To o bin/124739 edwin b64decode(1): "b64decode -r" fails to decode legal bas f ports/124727 multimedia multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails p bin/124724 ru [patch] netstat(1): netstat coredump on -stable a docs/124716 trhodes [patch] GEOM RAID1 handbook example only covers boot p o ports/124712 ahze x11-themes/clearlooks-themes does not build o usb/124708 usb [panic] Kernel panic on USB KVM reattach o ports/124707 danfe [patch] audio/libgpod - add python support again o kern/124670 [ata] large file operation on RAID cause many GEOM err o bin/124669 growfs(8) does not work with RAID volume o kern/124667 scsi [amd] [panic] FreeBSD-7 kernel page faults at amd-scsi p stand/124647 kan G++ in RELENG_7/HEAD doesn't include support for new c o conf/124641 [patch] new periodic script for checking for ports wit o ports/124639 kde kde audio/arts sound skipping on playback; non-artsd s f ports/124638 danfe x11/nvidia-driver - OpenGL and composite does not work o i386/124633 i386 [boot] [panic] 7.0 does not boot from CD o kern/124621 fs [ext3] [patch] Cannot mount ext2fs partition o kern/124609 vanhu [ipsec] [panic] ipsec 'remainder too big' panic with p o usb/124604 usb [ums] Microsoft combo wireless mouse doesn't work f ports/124597 pgollucci [NEW PORT] net/callweaver: Fork of the popular Open So o kern/124564 [kernel] [patch] add CPUID bits to ident phenom proces s ports/124548 net/mDNSResponder port incompatible with gnome desktop f kern/124544 gavin [panic] kernel panic in kern_lockf.c line 294 s misc/124541 cperciva portsnap: portsnap3.FreeBSD.org mirror on error for ov o bin/124517 [patch] cdcontrol(1) doesn't print all error messages o i386/124516 kmacy [xen] FreeBSD-CURRENT Xen Kernel Segfaults when config o conf/124511 [patch][locale] Some wide-characters can't be printing o ports/124503 timur net/samba3 build fails with security/heimdal installed f ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f f ports/124490 mnag databases/sqlite3 - separate libtclsqlite3 and sqlite o kern/124487 [procfs] [patch] Extending the PROCFS (/proc) filesyst f kern/124471 [lor] lock order reversal on kldload/kldunload dtracea o docs/124470 remko incomplete (and out of sync) glabel(8) manpage o docs/124469 remko incomplete nice(1) manpage o docs/124468 remko sticky(8) should be sticky(7) o kern/124464 [panic] Panic after showing login o ports/124455 stefan www/trac: Port does not work with new subversion modul o misc/124452 7.0-RELEASE amd64 bootonly media fails to use DHCP bec o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o misc/124431 [build] [patch] minor revision of BDECFLAGS o bin/124424 [zfs] zfs(8): zfs list -r shows strange snapshots' siz f ports/124423 stefan multimedia/mplayer detection of OSS Audio is faulty o kern/124412 acpi [acpi] power off error on Toshiba M40 laptop o bin/124409 fsck(8) requires exact entry for mountpoints when exec o ports/124404 vs net/pathchar coredumps o bin/124392 rink [patch] bootparamd(8) does not work on arm o kern/124389 [build] make installkernel fails with KMODDIR iff $(KM p misc/124385 mtm [build] [patch] usr.sbin/ngctl/main.c fails to compile o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o kern/124364 pf [pf] [panic] Kernel panic with pf + bridge o kern/124360 [zfs] [patch] Add ZFS tunable o bin/124353 cvsup(1): CVSup coredumps with Bus Error since install o bin/124349 [patch]: stat(1) should interpret st_flags as it does p misc/124343 rafan Stale files in the tree prevents normal port building p bin/124342 mtm ggated(8): [patch] sbin/ggate/ggated/ggated.c fails to o kern/124341 net [ral] promiscuous mode for wireless device ral0 looses p kern/124334 mtm [libc] [patch] lib/libc/glob.c fails to compile under o ports/124321 kde x11/kdebase3 - KDE logins do not work with nsswitch LD o bin/124320 pam_radius(8): Login with ssh using pam_radius and a t o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c o i386/124317 i386 [boot] CD with BTX 1.02 fails at "mountroot" and 1.01 o kern/124294 geom [geom] gmirror(8) have inappropriate logic when workin o ports/124291 araujo [new port] devel/nemiver: A C/C++ Debugger for GNOME o kern/124282 [libc] socket(2): INP_PORTHIGH and INP_ONESBCAST share o kern/124280 [nfs] [panic] FreeBSD 7/amd64 STABLE crash o ports/124258 des sysutils/munin-node creates $PREFIX/var/munin dir for f ports/124257 amdmi3 [PATCH] security/sguil-server: ${PREFIX}/lib/sguil-ser o docs/124253 sam Broken command in the handbook for configuring a wirel p bin/124251 mtm [patch] add BUGS section to rcorder.8 with REQUIRE exp o conf/124248 rc [patch] add support for nice value for rc.d/jail + rc. f ports/124238 stefan sysutils/heartbeat: patch request o kern/124225 cokane [ndis] [patch] ndis network driver sometimes loses net o ports/124220 x11 [amd64] x11-servers/xorg-server - X.org server runs in o kern/124202 [aic] [patch] Add Adaptec 39320LPE to list of known de o kern/124186 pjd [zfs] Illegal request messages when using ZFS on USB f f ports/124177 amdmi3 [patch] audio/last.fm: update to 1.4.0.56102 s kern/124174 [panic] Panic after installing audio/oss on an Asus A8 p docs/124166 doc fortune: instant-workstation tip should go o bin/124164 [patch] Add SHA-256/512 hash algorithm to crypt(3) o kern/124160 net [libc] connect(2) function loops indefinitely o kern/124153 [panic] Fatal trap 12: page fault while in kernel mode o conf/124151 winbind is ignored in compat mode in nsswitch.conf(5) o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o kern/124130 geom [gmirror][usb] gmirror fails to start usb devices that o kern/124128 [puc] puc driver doesn't support VScom PCIex-800H 8-po o kern/124127 net [msk] watchdog timeout (missed Tx interrupts) -- recov o i386/124124 i386 [boot] Page fault while booting livefs iso of FreeBSD o bin/124119 edwin locate(1) doesn't check /etc/locate.rc for the default o kern/124111 i386_set_ldt(2): kernel says see i386_set_ldt; man pag o bin/124084 find(1): find -execdir does not prepend ./ to filename o kern/124064 sos [ata] [patch] cannot handle >16 serial number with Int o bin/124057 sh(1) standard error redirection problem o bin/124052 [patch] adduser(8) throws errors when -f input file in o bin/124049 ntpd(8): ntpd is crashing at startup o kern/124021 net [ip6] [panic] page fault in nd6_output() o kern/123992 qingli [ecmp] ECMP does not remove/disable next-hop for downe p kern/123991 qingli [ecmp] ECMP balancing issues o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o i386/123981 i386 [pxeboot] You can't usefully PXEBOOT the 7.0-RELEASE-i o kern/123980 [ata] [patch] Implement ATA UDMA speed limit (hw.ata.a p bin/123977 Segmentation fault in dialog(1) with ghostscript-gpl-n o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o kern/123968 net [rum] [panic] rum driver causes kernel panic with WPA. o kern/123962 geom [panic] [gjournal] gjournal (455Gb data, 8Gb journal), p kern/123961 net [vr] [patch] Allow vr interface to handle vlans o www/123946 shaun query-pr.cgi fails on shar-5.sh on ports/118906 o kern/123939 [msdosfs] corrupts new files o bin/123932 amd(8) core dumps while load high o ports/123927 barner devel/Boost and devel/boost-python ports naming genera o gnu/123921 [patch] cpio(1): cpio -oc bug with write_out_header() o kern/123904 [ipmi] ipmi(4) reports negative temperature values on o kern/123892 net [tap] [patch] No buffer space available o kern/123890 [ppp] [panic] crash & reboot on work with PPP low-spee o kern/123889 jfv [em] Intel Gigabit Interfaces lost by update 7.0-> STA o kern/123887 [ata] PDC20262 does not support 48 bit DMA access o kern/123881 net [tcp] Turning on TCP blackholing causes slow localhost o kern/123858 net [stf] [patch] stf not usable behind a NAT o kern/123855 philip moused(8): spontaneous mouse events o i386/123814 i386 [boot] cannot boot freebsd kernel on sony vaio VGN-NR2 f kern/123813 [panic] 7.0-STABLE i386 reboots weekly with panic: kme f ports/123812 mnag mail/postfix - pkg-install script doesn't see postfix_ p bin/123807 imp [patch] timed(8) does not run on arm (incorrect getopt o kern/123796 net [ipf] FreeBSD 6.1+VPN+ipnat+ipf: port mapping does not o kern/123793 bz [ipsec] [patch] KAME IPSEC does not pass processed pac o kern/123778 vwe [panic] [ffs] [msgs] server reboots when running 130.c o i386/123775 [dri] DRI Broken under freebsd7-stable/i386 o bin/123774 [patch] kdump(1): time_t printing issues o ports/123769 luigi Modules compiled using devel/linux-kmod-compat can't b o kern/123758 gnn [panic] panic while restarting net/freenet6 o kern/123755 dfr [nfs] fstat(1) fails to return ESTALE with rename()d f o kern/123754 sos [ata] atacontrol(8): atacontrol reinit causing kernel f kern/123742 [acpi] [panic] kernel panic when boot with acpi disabl o kern/123735 [panic] 7.0-STABLE kernel panic "AP #1 (PHY# 1) failed o conf/123734 rc [patch] Chipset VIA CX700 requires extra initializatio o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o bin/123703 [patch] timed(8): qualify bad diagnostic in src/usr.sb o kern/123696 davidch [bce] [patch] if_bce firmware timeout on new bce chips o bin/123693 [patch] burncd(8): workaround for busy cd-writer while o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o stand/123688 standards POSIX standard changes in unistd.h and grp.h o kern/123674 scsi [ahc] ahc driver dumping o kern/123666 scsi [aac] attach fails with Adaptec SAS RAID 3805 controll o bin/123644 [patch] [sysctl] Allow sysctl(8) to ignore unknown OID o kern/123640 ariff [patch] [snd_cmi] add support of "C-Media INC. USB Sou o bin/123635 jot(1) handles 'stuttering sequences' and reversed ran o kern/123634 [vm] [panic] kernel panic with FreeBSD 7-STABLE o bin/123633 net ifconfig(8) doesn't set inet and ether address in one o kern/123630 geom [patch] [gmirror] gmirror doesnt allow the original dr o kern/123629 [panic] Fatal trap 12: page fault while in kernel mode o kern/123617 net [tcp] breaking connection when client downloading file o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o ports/123608 glewis java/jdk16 port fails to build o kern/123603 net [tcp] tcp_do_segment and Received duplicate SYN o kern/123587 bz [ipsec] IPCOMP broken in IPSEC (FAST_IPSEC for RELENG_ o bin/123574 daichi [unionfs] df(1) -t option destroys info for unionfs (a o ports/123570 itetcu audio/cpige version 1.5 coredumps if new .conf entries p kern/123568 gnn [lo] loopback interface error (don`t ask) o sparc/123566 pjd [zfs] zpool import issue: EOVERFLOW o kern/123563 yongari [re] watchdog timeout o amd64/123562 amd64 [install] FreeBSD amd64 not installs o kern/123559 net [iwi] iwi periodically disassociates/associates [regre o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o misc/123554 [build] buildworld with TARGET_ARCH=i386 fails on amd6 o bin/123553 [patch] Prevent indent(1) from splitting unrecognized o conf/123551 [patch][periodic] /etc/periodic/daily/440.status-mailq o kern/123529 secteam mail/postfix: master.passwd info included in postfix t s ports/123526 gerald emulators/wine crashes with many ZFS configurations f amd64/123523 [qemu] 7.0-RELEASE on qemu fails on ubuntu/hardy x86_6 o amd64/123520 amd64 [ahd] unable to boot from net while using ahd p kern/123518 [patch] src/sys/kern.mk fails to disable -msse3 for am o conf/123516 [periodic] Daily Security Logs Not Reporting Failed Lo f kern/123515 gavin [panic] FreeBSD 7.0 installation CD fails to boot on L o usb/123509 usb [umass] continuous reset Samsung SGH-G600 phone f usb/123508 vwe [umass] [msdosfs] damaged files (mp3,txt , etc) on fla o docs/123484 edwin [patch] teach pxeboot.8 about ISC DHCP v3 a ports/123468 itetcu mail/postgrey: information leak, privacy issue o bin/123465 net [ip6] route(8): route add -inet6 -interfac o kern/123463 net [ipsec] [panic] repeatable crash related to ipsec-tool o i386/123462 i386 clock is too fast o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang o misc/123452 postmaster trustedbsd-audit email list not archiving o kern/123429 net [nfe] [hang] "ifconfig nfe up" causes a hard system lo o bin/123418 [patch] du(1): add -g (Gbyte) option to du(1) + manpag f ports/123410 dinoex graphics/pornview segmentation fault p kern/123399 [build] RELENG_7 kernel does not compile if IPV6 suppo o kern/123392 [vfs] [lor] lock order reversal in vfs p ports/123362 kde adjust dependencies for a bundle of qt4 ports o kern/123359 [hang] Install hangs before sysinstall a kern/123358 [ipfw] ipfw add 1000 allow IP from any to any doesn't o usb/123352 usb [usbdevs] [patch] Add Option GTMAX3.6/7.2 and Quallcom o usb/123351 usb [usbdevs] [patch] Add Reiner SCT cyberJack, Omnikey [2 o kern/123347 net [bge] bge1: watchdog timeout -- linkstate changed to D f ports/123344 tmclaugh Upgrade graphics/f-spot to 0.4.3.1 o conf/123330 net [nsswitch.conf] Enabling samba wins in nsswitch.conf c p bin/123329 phk [patch] usage strings for fifolog_create(1) and fifolo s bin/123304 [sysinstall] missing sensible and user friendly progre o kern/123287 [devfs] structure used after freed in destroy_devl() i o kern/123279 thompsa [lagg] order of operations dependancy in bringing up l f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/123256 net [wpi] panic: blockable sleep lock with wpi(4) a docs/123255 keramida mistake in ng_bpf(4) manpage o ports/123247 linux-firefox and linux-seamonkey from multiple users o misc/123240 [nanobsd] [patch] rerunning nanobsd.inc.sh fails becau o bin/123237 [sysinstall] [patch]: sysinstall(8) -- remove dummy qu o conf/123222 rc [patch] Add rtprio(1)/idprio(1) support to rc.subr(8). p usb/123211 imp [udav] if_udav driver doesn't support Davicom 9601 USB f kern/123202 yongari [re] [regression] if_re(4) regression on FreeBSD 7-STA f kern/123200 net [netgraph] Server failure due to netgraph mpd and dhcp o ports/123185 portmgr [patch] Mk/bsd.port.mk - Add extended description to O o kern/123179 gabor [libc] [patch] src/lib/libc/nls/es_ES.ISO8859-1.msg fo o kern/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc f kern/123172 net [bce] Watchdog timeout problems with if_bce o kern/123166 yongari [re] CARP messages filtered by Realtek driver on > 6.2 o kern/123160 net [ip] Panic and reboot at sysctl kern.polling.enable=0 o misc/123156 [build] [patch] make.conf update to "make update" sect o misc/123155 [build] [patch] src/Makefile.inc1 bug: remove obsolete o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener p usb/123148 imp [uscanner] [patch] Epson DX8400/50 needs uscanner to s p kern/123147 remko [ti] [patch] ti(4) doesn't use mii, but kernel configs o ports/123146 kuriyama net-mgmt/NET-SNMP: kvm_read returns -1 for cp_time loo o kern/123140 [smp] SMP boot causes slow KB, ATA drives not detected o ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale p kern/123123 yongari [re][patch] Realtek RTL8111C detection and failure o kern/123122 geom [geom] GEOM / gjournal kernel lock o conf/123119 ipfw [patch] rc script for ipfw does not handle IPv6 o ports/123112 stas [PATCH] lang/ruby18 - rdoc node numbering non-determin o kern/123095 [libc] sendfile(2): Suspected sendfile data corruption o bin/123069 [patch] ps(1): invalid value of 'elapsed' field in ps o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin o kern/123066 net [ipsec] [panic] kernel trap with ipsec p kern/123053 yongari [re][patch] re(4) unsupported hardware revision (8168/ f kern/123045 gonzo [ng_mppc] ng_mppc_decompress - disabling node o ports/123042 portmgr [patch] bsd.port.mk - Fix USE_LDCONFIG when used with o kern/123039 acpi [acpi] ACPI AML_BUFFER_LIMIT errors during boot f docs/123038 trhodes [patch] update to projects/c99/index.sgml o docs/123035 doc [patch] bugs in refuse.README a bin/123021 [patch] mount(8): mount -p shows incorrect mount optio o bin/123015 brooks [patch] rc.conf(8): implement automated creation of /e o kern/123013 [vm] panic "Bad tailq NEXT(%p->tqh_last) != NULL" o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o ports/122991 glewis java/jdk16 does not compile from ports o kern/122989 net [swi] [panic] 6.3 kernel panic in swi1: net o ports/122974 dougb [PATCH] dns/bind94: add DLZ config options f amd64/122970 yongari [re] [hang] RealTek 8168/8111B couses system crash o conf/122968 [md] md swapfile multiplication after init 1 o kern/122963 ipfw [ipfw] tcpdump does not show packets redirected by 'ip o kern/122957 [ath] [patch] ath_hal is too verbose when booting o usb/122956 usb [ubsa] [patch] add support for Novatel Wireless XU870 o kern/122954 net [lagg] IPv6 EUI64 incorrectly chosen for lagg devices o kern/122951 [firewire] video-transfer via fwcontrol triggers a pan o usb/122936 usb [ucom][ubsa] Device does not receive interrupt o kern/122928 net [em] interface watchdog timeouts and stops receiving p f kern/122926 [panic] Burning with k3b cause kernel panic if kscd ru o ports/122924 x11 XCreateImage fails in most recent x11/XOrg o threa/122923 threads 'nice' does not prevent background process from steali f ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled f kern/122915 [smp] Incorrect system cpu load o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa f ports/122904 glewis [patch] java/jdk15 javaws fails on amd64 f ports/122890 stas Update port: www/ocaml-net (revision, added options) o kern/122888 fs [zfs] zfs hang w/ prefetch on, zil off while running t a i386/122887 i386 [panic] [atkbdc] 7.0-RELEASE on IBM HS20 panics immed o conf/122883 [patch] login class for ukrainian users accounts f kern/122880 vwe [hang] Kernel lock-up during 7.0 installation disc boo o ports/122877 portmgr [patch] Mk/bsd.port.mk - Show all pkg-message files o kern/122847 [ata] [patch] atacontrol reports "ioctl(IOCATADEVICES) f kern/122839 net [multicast] FreeBSD 7 multicast routing problem o kern/122838 [devfs] devfs doesn't handle complex paths (like zvol/ o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o usb/122819 usb [usb] [patch] Patch to provide dynamic additions to th o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o conf/122811 [periodic] [patch] the daily_clean_disks scripts walks p usb/122803 kan Add usbdevs and ubsa support for Dell internal CDMA Mo o ports/122801 skv databases/virtuoso, databases/firebird2-client, databa p kern/122794 net [lagg] Kernel panic after brings lagg(8) up if NICs ar o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o kern/122780 net [lagg] tcpdump on lagg interface during high pps wedge o kern/122773 pf [pf] pf doesn't log uid or pid when configured to o kern/122772 net [em] em0 taskq panic, tcp reassembly bug causes radix p bin/122765 delphij fdopendir(3) is needed o kern/122749 [cardbus] cardbus problem on IBM Thinkpad T60P o kern/122744 andre [tcp] [panic] [patch] hostcache: supervisor read, page o kern/122743 net [panic] vm_page_unwire: invalid wire count: 0 o kern/122738 pjd [geom] gmirror list "losts consumers" after gmirror de o kern/122697 net [ath] Atheros card is not well supported o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o kern/122685 net It is not visible passing packets in tcpdump(1) a kern/122683 [sio][freeze] access to non-existent sio port /dev/cua o kern/122670 sos [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE p bin/122659 stefanf [patch] sh(1) long arithmetics broken on certain archi o bin/122652 [patch] du(1) support for inode count f i386/122644 i386 [panic] on-boot mount /tmp kernel dump o ports/122639 danfe audio/gtkpod - Confilicting include files break builds o ports/122633 skv port lang/perl5.8 installs old version of CGI.pm o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o i386/122623 i386 [build] [patch] bsd.cpu.mk doesn't handle opteron/athl o usb/122621 usb [patch] [request] New driver for Sierra Wireless 3G US o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o kern/122615 [devfs][panic] occasional crash/boot while running Xor o docs/122604 keramida make-localhost is gone, handbook needs to be updated o i386/122602 i386 [build] i386/conf/PAE does not compile on RELENG_7 a kern/122597 thompsa [iwi] Intel iwi fails after 3 - 4 hours of use"firmwar o kern/122588 [lor] 4 Lock Order Reversal f kern/122572 [install] FreeBSD 7.0 doesn't install on Dell PowerEdg o ports/122571 [patch] net/libnet10 does not work on amd64 o kern/122565 bz [ip6] Possible memory overwrite for IPv6 IPsec o kern/122563 bz [ipsec] KEY_FREESAV() in FreeBSD-Release7.0 o kern/122562 bz [ipsec] IPsec AH tunneled packet mis handling? o kern/122551 net [bge] Broadcom 5715S no carrier on HP BL460c blade usi o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o ports/122524 demon www/links1 uses 7-bit us-ascii codepage only when usin o bin/122522 kensmith [sysinstall] sysinstall(8) doesn't unmount CD for mult f amd64/122521 gavin ACPI Error after upgrade to 7.0 o bin/122519 [patch] ppp(8): ppp provides deficient DNS info o java/122513 java native JDKs unbuildable with Linux ones f kern/122493 [boot] BTX Halted - Cause is Promise Fastrack SATA PCI o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o bin/122479 openssl(1): openssl SEGV with DTLS o conf/122477 rc [patch] /etc/rc.d/mdconfig and mdconfig2 are ignoring o amd64/122468 amd64 Compile problems after upgrading to 7.0 o kern/122462 [boot] Fails to boot from an usb harddrive o conf/122445 Unable to override EDITOR in /etc/profile due to defau o kern/122427 net [apm] [panic] apm and mDNSResponder cause panic during o ports/122422 mbr Update port: mail/up-imapproxy fix rc.d script to actu f kern/122415 geom [geom] UFS labels are being constantly created and rem o kern/122380 [ffs] ffs_valloc:dup alloc (Soekris 4801/7.0/USB Flash o kern/122373 jfv [em]: unable to recieve on em 82542 w/o promisc f kern/122368 [ata]: Failure to support SATA/PATA drives on 6.3 and f ports/122341 portmgr Mk/bsd.port.mk: deprecate X11BASE use f ports/122340 portmgr Mk/bsd.port.mk: remove USE_XLIB dependency when USE_XO o ports/122333 gavin net/arping - patch to lookup for interface and src ip, o kern/122331 [wpa] [panic] 7.0-RELEASE && panic in Wifi area with W o kern/122321 [mpt] Hitachi SCSI drive can't be written to o kern/122319 net [wi] imposible to enable ad-hoc demo mode with Orinoco o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/122301 [build] kernel compile with "options DEBUG_LOCKS" fail f misc/122300 kensmith [build] [patch] SEPARATE_LIVEFS arch dependent set but o ports/122299 luigi multimedia/linux-ov511-kmod fails to build on FreeBSD o kern/122291 [ata] acd0: timeout waiting to issue command / acd0: e o kern/122290 net [netgraph] [panic] Netgraph related "kmem_map too smal o kern/122288 gavin [md] [patch] mdconfig(8) returning negative unit numbe o bin/122271 [patch] usr.bin/xinstall - Add support for -D option ( f kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work s ports/122251 pav New port: graphics/sK1 An opensource vector graphics e o bin/122235 [psm] freebsd-7.0 moused(8) problems with ALPS GlidePo o kern/122195 net [ed] Alignment problems in if_ed o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o kern/122173 pjd [zfs] [panic] Kernel Panic if attempting to replace a o bin/122172 fs [fs]: amd(8) automount daemon dies on 6.3-STABLE i386, o conf/122170 rc [patch] [request] New feature: notify admin via page o o i386/122148 i386 [irq] interrupt storm on 7.0 [regression] s kern/122145 sam [build] error while compiling with device ath_rate_amr p bin/122137 matteo [patch] Have crontab(1) use snprintf instead of sprint o kern/122126 [ed] [panic] panic when using WD-8013 with ed(4) o ports/122122 mi print/lyx crashes if devel/boost is compiled with thre o ports/122120 portmgr bsd.port.mk - Support -jN parallel ports building. o usb/122119 usb [umass] umass device causes creation of daX but not da o kern/122109 piso [ipfw] ipfw nat traceroute problem o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini f kern/122082 rwatson [tcp] NULL pointer dereference in in_pcbdrop p bin/122070 matteo [patch] crontab(1): Zero out pw_passwd in crontab o kern/122067 geom [geom] [panic] Geom crashed during boot f kern/122065 bz [gre] gre over ipsec not working f bin/122061 [libc] dlsym(3) is very slow when a symbol cannot be f o kern/122058 net [em] [panic] Panic on em1: taskq f kern/122056 gavin [acpi] acpi battery ioctl interface integer divide fau o docs/122053 doc [patch] update on vinum(4) reference to newfs(8) f docs/122052 doc minor update on handbook section 20.7.1 p stand/122051 davidxu Add posix_spawn(3) o kern/122047 [ext2fs] [patch] incorrect handling of UF_IMMUTABLE / o kern/122046 [psm] Synaptics touchpad freezes (psm0: lost interrupt a kern/122045 [ata][panic] reiniting detached ata channel kills the o bin/122043 [patch] du(1) does not support byte-count-based report o kern/122039 gnn [ip6] IP_RECVDSTADDR not IPv6 compatible o kern/122038 [tmpfs] [panic] tmpfs: panic: tmpfs_alloc_vp: type 0xc o conf/122037 [patch] add rsync example for inetd.conf o conf/122036 rc [rc.d]: Mounting at boot with ZFS causes a halt in boo o kern/122033 net [ral] [lor] Lock order reversal in ral0 at bootup [reg f ports/122027 itetcu net-mgmt/zabbix - Fix several zabbix-server crashes o usb/122025 usb [uscanner] [patch] uscanner does not attach to Epson R o kern/122014 pf [pf] [panic] FreeBSD 6.2 panic in pf o kern/121983 net [fxp] fxp0 MBUF and PAE f kern/121962 [snd_emu10k1] [panic] Kernel panics with device pollin o ports/121958 portmgr add sysutils/cdrkit to USE_CDRTOOLS logic o docs/121952 doc Handbook chapter on Network Address Translation wrong a ports/121930 danfe x11/nvidia-driver ports in improper place in /usr/port o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o kern/121917 [boot] Broken boot on Asus P4P800-VM after upgrade fro o kern/121907 [request] output to console can obscure other messages o kern/121904 wrong CPU description in dmesg output for AMD Athlon X o i386/121903 i386 [ips] [boot] can't boot on IBM x235 ServeRaid 6M [regr s ports/121902 gabor [PATCH] textproc/ispell add OPTIONS o kern/121899 [ar] [patch] Drive detached from Intel Matrix RAID and o bin/121898 [nullfs] pwd(1)/getcwd(2) fails with Permission denied o bin/121897 [patch] realpath(3) segmentation fault o bin/121895 [patch] rtsol(8)/rtsold(8) doesn't handle managed netw o kern/121872 net [wpi] driver fails to attach on a fujitsu-siemens s711 o docs/121871 doc ftpd does not interpret configuration files as documen p kern/121818 secteam [libc] Buffer Overflow, Integer Overflow s conf/121812 [ip6] [request] ipv6_gateway_enable incorrectly disabl a kern/121809 kris unable to umount s kern/121807 ipfw [request] TCP and UDP port_table in ipfw o ports/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. p conf/121783 cperciva [patch] freebsd-update(8) upgrade overwrites device.hi o bin/121779 [ufs] snapinfo(8) (and related tools?) only work for t s kern/121774 net [swi] [panic] 6.3 kernel panic in swi1: net f kern/121770 [zfs] ZFS on i386, large file or heavy I/O leads to ke o kern/121768 [cpufreq] cpufreq module RELENG_6 -> 7 regressions on o kern/121761 [cardbus][dc] a cardbus dc0 causes a system freeze whi o kern/121760 [pccard][cardbus] an ed1 network pccard's CIS wasn't r o kern/121759 [cardbus][dc] cardbus dc0 initialization failure at on o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic f ports/121745 vd misc/ossp-uuid - PostgreSQL contrib ossp-uuid crashes o usb/121734 usb [ugen] ugen HP1022 printer device not working since up p docs/121721 trhodes telnetd(8) not describing -X authentication types f kern/121720 thompsa [wpi] wpi doesnt work if kernel has options SCHED_ULE o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o kern/121706 net [netinet] [patch] "rtfree: 0xc4383870 has 1 refs" emit o kern/121704 pf [pf] PF mangles loopback packets f kern/121703 sos [ata] Cannot fdisk/gpt with 1TB SATA disk and 965QM Mo o i386/121699 i386 [boot] can't boot on MSI K9N Ultra o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121688 kde [patch] editors/koffice-kde3: several depencancy fixes o kern/121686 sos [ata]: bogus CHS to LBA mapping in (at least) ata p bin/121684 jeff dump(8) frequently hangs o sparc/121676 scsi [iscsi] iscontrol do not connect iscsi-target on sparc o i386/121675 i386 [ata] incorrect fallback to udma33 with CF memory inst o ports/121672 wes [Patch] mail/mimedefang: opt out of clamav use o bin/121671 bushman [patch] nscd(8) prints needless banner o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade f kern/121660 jkoshy [hwpmc] [patch] hwpmc(4) incorrectly handles PMC sampl o bin/121656 [libc] [patch] telldir(3) issues o kern/121642 bz [ipsec] [gif]: When using IPSec, tcpdump shows non-dec o kern/121624 net [em] [regression] Intel em WOL fails after upgrade to o kern/121600 pjd [zfs] Can't delete file on ZFS, then disk quota exceed o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o docs/121585 doc [handbook] Wrong multicast specification o ports/121573 cy security/krb5 (MIT Kerberos) generates non-working ksu f kern/121572 [panic] when downloading from ftp system crash/rebooti o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour f ports/121567 cperciva sysutils/est: est cpufreq not work on freebsd/amd64 o kern/121566 rc [nfs] [request] [patch] ethernet iface should be broug o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting o kern/121559 geom [patch] [geom] geom label class allows to create inacc o kern/121556 kientzle [libarchive] ISO9660 decompression extension unsupport o kern/121555 net [panic] Fatal trap 12: current process = 12 (swi1: net f kern/121550 [drm] Can't config graphics for ATI Radeon Xpress 200M o i386/121549 i386 [nfe]: nfe interface locks up during rc.conf initializ o docs/121545 brd Update Handbook Section 29.3 to include wlan_scan_sta o bin/121542 krion [patch] teach pkg_add(1) to accept PACKAGEROOT and PAC s docs/121541 doc [request] no man pages for wlan_scan_ap o sparc/121539 sos [ata] Interrupt storm booting 7.0-R/sparc64 on ultra5 o kern/121534 darrenr [ipl] [nat] FreeBSD Release 6.3 Kernel Trap 12: o kern/121522 delphij [libc] [patch] [request] add closefrom() system call o kern/121521 sos [ata] [patch] add VIA CX700M2 chipset to ata driver o bin/121520 rwatson [patch]: support for multiple arguments for dirname(1) p bin/121512 mtm [sysctl] [patch] sysctl(8) should return 1 if the user o kern/121504 acpi [patch] Correctly set hw.acpi.osname on certain machin o bin/121503 [sysinstall] 7.0 upgrade doesn't let me mount all of m o bin/121502 [patch] option -P appears to be broken in restore(8) s p docs/121490 brueffer [patch] Multiple typos ("in in") in /usr/src files s kern/121485 vwe [vm] panic with 7.0-RELEASE [regression] o kern/121481 pjd [gmirror] data rot on disk with gmirror o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o ports/121472 perl Loading perl scripts causes irc/xchat segmentation fau o kern/121461 sos [ata] SATA Hard disks are not detected on SiS 180/181 f kern/121454 acpi [pst] Promise SuperTrak SX6000 does not load during bo o kern/121443 net [gif] LOR icmp6_input/nd6_lookup o docs/121440 keramida rc(8) and rcorder(8) unclear about PROVIDE keyword bei o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o ports/121438 mnag Update port: security/openssh-portable Add X509 suppor o kern/121437 net [vlan] Routing to layer-2 address does not work on VLA o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C o bin/121424 [patch] [ipfw] Rectify ambiguous English in manual f kern/121423 csjp [sysvshm] Can't allocate more 2 Gb shared memory o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/121413 portmgr [patch] bsd.port.mk: introduce USE_LZMA for lzma-compr a power/121407 ppc [panic] Won't boot up; strange error message. o kern/121396 sos [ata] 7.0 fails on mcp55 sata controller [regression] f kern/121394 sam [ath] FreeBSD access point (ath0) fails 100% of the ti f www/121391 jkois Please add us on the ISP pages... o kern/121385 daichi [unionfs] unionfs cross mount -> kernel panic o kern/121382 ipfw [dummynet]: 6.3-RELEASE-p1 page fault in dummynet (cor o kern/121373 bz [ipsec] New IPSEC & IPV6 & AH+ESP Broken o kern/121371 secteam execv undesired use to change a processes credentials o bin/121366 [zfs] [patch] Automatic disk scrubbing from periodic(8 o kern/121364 geom [gmirror] Removing all providers create a "zombie" mir o ports/121360 x11 x11/xorg - Change default of ~/.xsession-errors to off o bin/121359 [patch] ppp(8): fix local stack overflow in ppp o kern/121350 [ata] [panic] initiate_write_inodeblock_ufs2: already o ports/121347 hrs print/teTeX-base and print/texinfo install files in th o ports/121338 ahze print/gutenprint-foomatic - Unable to create the Fooma o kern/121337 [radeon] [panic] Kernel panic on 7.0-RELEASE using ati o threa/121336 threads lang/neko threading ok on UP, broken on SMP (FreeBSD 7 o kern/121322 [panic] 'panic: spin lock held too long' on reboot o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o ports/121311 ume sysutils/gkrellm2: gkrellmd won't connect to mbmon, do o kern/121298 net [em] [panic] Fatal trap 12: page fault while in kernel f kern/121294 [panic] kernel panic pcpu.h or 0x00000000 in ?? () o bin/121287 dd(1) ignores any conversions if 'bs' was specified o usb/121275 usb [boot] FreeBSD fails to boot with usb legacy support e o kern/121274 darrenr [panic] Panic in ether_input() with different NIC's. o ports/121270 joerg Upgrade devel/avr-gdb to a more recent version o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o i386/121258 i386 [boot] FreeBSD 6.3 / 7.0 boot problem [regression] o kern/121257 net [tcp] TSO + natd -> slow outgoing tcp traffic o bin/121243 des [patch] passwd(1) patch for usage with PAM/LDAP o arm/121242 ticso [ate] [patch] Promiscuous mode of if_ate (arm) doesn't o ports/121235 wosch ports/sysutils/socket registers signal handler for SIG o kern/121234 [vm] vm_fault: fault on nofault o usb/121232 usb [usb] [panic] USB CardBus card removal causes reboot s o ports/121230 x11 [patch] ports/x11/xkeyboard-config WITHOUT_NLS support s conf/121219 Correct nVidia 8400M GS entry in /usr/share/misc/pci_v o docs/121197 doc [patch] edits to books/porters-handbook o usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a o bin/121182 [patch] newfs_msdos(8) should supports devices without o kern/121181 net [panic] Fatal trap 3: breakpoint instruction fault whi o kern/121174 [ral] if_ral loses performance in FreeBSD 7 (RELENG_7) o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a o ports/121172 skv [patch] lang/perl5.8 - Silence warning about UTF7 o usb/121169 usb [umass] Issues with usb mp3 player o bin/121165 pkg_add(1) prints a weird message: PKG_TMPDIR environm o kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o i386/121148 gavin [panic] Repeatable sysctl crash (Fatal Trap 12) with A o ports/121143 markus [PATCH] audio/cdparanoia: rip multisession CDs correct o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem a bin/121124 sysinstall(8): FreeBSD 6.3 installation deletes MBR pa o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o kern/121102 acpi [acpi_fujitsu] [patch] update acpi_fujitsu for the P80 o kern/121080 net [bge] IPv6 NUD problem on multi address config on bge0 o bin/121074 des [patch] Add RFC2617 digest authentication to fetch(3) o kern/121073 [kernel] [patch] run chroot as an unprivileged user o bin/121072 fs [smbfs] mount_smbfs(8) cannot normally convert the cha o conf/121064 [patch] Use ASCII characters for box/line characters i o kern/121061 sam [ath] [panic] panic while ejecting ath(4)-adapter duri o bin/121059 ntpd(8) doesn't sync with servers after dhclient chang o ports/121050 New port: sysutils/heartbeat2 Linux High-Availability o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o bin/120994 [patch] alignment violation in chap module of ppp(8) c o conf/120993 [patch] 340.noid -- Add "find -x" capability (don't cr f kern/120991 [panic][fs][snapshot] System crashes when manipulating o bin/120990 [patch] support "BIOS Boot" partition type in gpt(8) o kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada o kern/120970 rnoland [drm] Radeon Problems related to DRM and/or DRI o kern/120967 [udf] [panic] crash happens on mounting an UDF DVD o kern/120966 net [rum] kernel panic with if_rum and WPA encryption p kern/120948 cperciva sendfile(2) doesn't send trailers o stand/120947 standards xsm ignores system.xsm and .xsmstartup o bin/120946 marcel objdump(1): GNU objdump 2.15 [FreeBSD] 2004-05-23 show p docs/120945 net [patch] ip6(4) man page lacks documentation for TCLASS o ports/120935 acm print/foomatic-db: pkg does not create a symlink for c o i386/120933 i386 [boot] 6.x and 7.x do not boot from CD on IBM HS20 883 s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls p bin/120891 dwmalone [patch] enhancement to syslogd(8) - always printing lo o kern/120884 [bktr] [patch] bktr driver always stores the contigmal o kern/120872 [libkvm] [patch] fstat exit on signal 11 o bin/120870 [patch] truss(1) shows 'pipe' system call as having 6 o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o kern/120842 scottl [hptrr] hptrr driver causes detection of Marvell 88SX6 o bin/120813 [patch] grdc(6) off by 500 ms (on average) o kern/120791 [bge] The Broadcom BCM5703 A2 NIC is running a lot of o kern/120787 [atapicam] hardware troubles with atapicam and dvd o usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o bin/120784 rodrigc [patch] mount(8): allow mount from fstab with 3rd part o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o ports/120756 des [PATCH] sysutils/munin-node: Use fixed GID o ports/120755 des [PATCH] sysutils/munin-main: Use fixed UID/GID o kern/120749 arch [request] Suggest upping the default kern.ps_arg_cache o kern/120733 cperciva libbsm.so.1 missing after upgrading to 6.3-RELEASE o usb/120729 usb [panic] fault while in kernel mode with connecting USB o kern/120717 [ata] boot problem when recognizing ata1 p kern/120714 gonzo [viapm] [patch] viapm driver doesn't work on VIA VT823 o ports/120654 skv [UPDATE] devel/p5-Data-Serializer o gnu/120621 shaun [GNATS] web interface query-pr-summary.cgi matches no o kern/120615 scottl [hptrr] hptrr on 6.3-RELEASE/i386 causes filesystem da a misc/120608 linimon gmirror(8) command set on livecd is minimal [regressio o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a o kern/120566 net [request]: ifconfig(8) make order of arguments more fr o bin/120562 marcel ELFdump crash when analyzing crafted ELF file. o bin/120552 cperciva freebsd-update(8): freebsd-update - -r should check ex o docs/120539 doc Inconsistent ipfw's man page o kern/120534 [ata] Troubles in work with SAS controller Adaptec 941 o kern/120533 [bce] [patch] Multicast not accepted on bce devices o ports/120532 portmgr [PATCH] bsd.port.mk - add more recursive-foo targets o kern/120515 acpi [acpi] [patch] acpi_alloc_wakeup_handler: can't alloc o kern/120507 sos [ata] Errors while burning CDs using burncd(8) o ports/120506 skv [patch] devel/bugzilla with mysql depends problems o kern/120493 benjsc [wpi] if_wpi.ko fails to load on a Toshiba Satellite P o kern/120487 scsi [sg] scsi_sg incompatible with scanners o kern/120483 [ntfs] [patch] NTFS filesystem locking changes o kern/120482 [ntfs] [patch] Sync style changes between NetBSD and F f ports/120457 thierry math/metis doesnt compile on amd64. o docs/120456 doc ath(4) needs to specify requirement on wlan_scan_sta o conf/120431 rc [patch] devfs.rules are not initialized under certain o ports/120409 apache (7.0-RC1) segfault on HUP with www/apache20 + some php o conf/120406 rc [devd] [patch] Handle newly attached pcm devices (eg. o kern/120376 imp [ath] High interrupt load when booting with ath (PCMCI o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' f ports/120359 dinoex print/cups port pkg_info improvement -- FreeBSD lp* no o kern/120344 rwatson [panic] FreeBSD 6.3-STABLE panics on high loaded web s p kern/120343 ups [panic] Reproducible Crash - network interface related o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o ia64/120315 ia64 Backing store switch in exception_save_restart leaves o kern/120304 net [netgraph] [patch] netgraph source assumes 32-bit time o kern/120296 sos [ata] Unstable SATA on MB with Nvidia MCP 570 SLI chip o bin/120288 pjd zfs(8): "zfs share -a" does not send SIGHUP to mountd f ports/120284 dougb x11-wm/windowmaker WPrefs crash on amd64 o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o kern/120282 imp [ath] [panic] resource_list_release: resource entry is o kern/120281 pf [pf] [request] lost returning packets to PF for a rdr o kern/120270 simon [crypto] [patch] AES-192 and AES-256 support for HW-ac o kern/120266 net [panic] gnugk causes kernel panic when closing UDP soc o conf/120263 [patch] 800.loginfail misses relevant security informa o kern/120262 rnoland [drm] "0MB"; no dri with i915G [regression] o bin/120256 [patch] ftp(1): ftp -u URL/ returns a -1 f kern/120253 kernel crashes after hard disk geometry while probing o kern/120247 scsi [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s o kern/120232 net [nfe] [patch] Bring in nfe(4) to RELENG_6 o kern/120231 geom [geom] GEOM_CONCAT error adding second drive o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr o conf/120228 rc [zfs] [patch] Split ZFS volume startup / ease ZFS swap o kern/120210 [zfs] [panic] reboot after panic: solaris assert: arc_ o kern/120209 [zfs] reboot after panic: solaris assert: arc_buf_remo p bin/120208 rwatson [patch]: gzip(1) cannot preserve utimes() because it f o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o conf/120194 rc [patch] UFS volumes on ZVOLs cannot be fsck'd at boot o kern/120177 [ata] ATA DMA modes don't work on CF cards o ports/120173 jmelo Prevent ports mail/mailman zombieing remote servers/ o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o bin/120143 [panic] sysinstall(8): FreeBSD6.3 page faulted after a o kern/120138 jeff [sched_ule] [patch] steal_thresh may be set a wrong va o kern/120130 net [carp] [panic] carp causes kernel panics in any conste o kern/120128 attilio [libc] [patch] __getcwd erroneously returning ENOENT o kern/120127 [loader] Loading of gzip'd mfsroot from pxeboot(8) cau o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o bin/120114 [patch] reboot(8) - add features available in Solaris. o conf/120113 [patch] [L10n] Croatian locale support for hr_HR.ISO88 o ports/120101 cy security/krb5 utilities link against wrong libcom_err f ports/120099 ed [Patch] vietnamese/vnelvis: don't use sgtty, but termi f ports/120096 ed [Patch] vietnamese/vnterm: use termios, not sgtty o bin/120095 gdb(1) fails to catch signals when threading is involv f kern/120091 pjd [geom] [geli] [gjournal] geli does not prompt for pass o kern/120090 [geli] geli boot password input fails when using usb k o bin/120084 [boot] loader_conf_files in /boot/loader.conf no longe f kern/120081 [ata] Hard drive not found during install FreeBSD 7.0 o kern/120075 [libcrypt] Incompatible EOS of key in crypt(3) o kern/120073 [patch] [request] new driver: add support for Meinberg o kern/120072 Interpreter fails to invoke on 6.3-RELEASE, reproducab o kern/120066 [geli] geli boot password input fail when using serial o bin/120064 routed(8) marks 802.11 interfaces broken o bin/120060 routed(8) deletes link-level routes in the presence of o kern/120057 pf [pf] [patch] Allow proper settings of ALTQ_HFSC. The c o bin/120055 [linux] kdump(1) segfaults on freebsd6_mmap syscall o kern/120044 geom [msdosfs] [geom] incorrect MSDOSFS label fries adminis o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o bin/120025 gcc(1): warning in C++'s system header o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o kern/120021 geom [geom] [panic] net-p2p/qbittorrent crashes system when o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o kern/120009 [ata] Burning on FreeBSD is destroying SONY CD-Rs o ports/119997 dougb [PATCH] dns/bind94: added GeoIP patches a kern/119994 delphij [tmpfs] procmail install fail while /tmp is a tmpfs o usb/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o ports/119974 kuriyama net-mgmt/net-snmp problem on SPARC-64 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg a ports/119966 roam mail/vpopmail patch o i386/119946 i386 [est] sysctl dev.cpu.0.freq on 75 Hz, cannot be change o kern/119945 net [rum] [panic] rum device in hostap mode, cause kernel o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o ports/119923 demon [patch] sysutils/ascpu does not work FreeBSD 8.0-CURRE p threa/119920 deischen [patch] fork broken in libpthread o bin/119903 [ncurses] Fast increase in loading of the processor. A o kern/119895 [est] Core2Duo CPUs not recognized by EST o kern/119894 [ata] Initialization of disc controller fails [regress o kern/119891 slow halt, reboot when remote network shares which doe o kern/119877 [ata] OS Fails to detect hard disks on HP Proliant ML1 o conf/119874 rc [patch] "/etc/rc.d/pf reload" fails if there are macro o kern/119850 [radeon] radeon module doesnt work right, when loaded o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail o kern/119838 sos [ata] udma100 enabled althrough improper cable on nVid o i386/119809 gavin [virtualpc] MS Virtual PC 2007 - Install hung - Trying o stand/119804 standards [timedef] [patch] Invalid (long)date format in pl_PL.I o bin/119801 dhclient(8): dhclient changes alias to address o kern/119791 net [nfs] UDP NFS mount of aliased IP addresses from a Sol f bin/119776 vwe can't start sshd(8) o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/119754 jfv [em] em hung after "watchdog timeout -- resetting" on o docs/119746 doc l10n chapter of handbook (Russian Language) o kern/119743 geom [geom] geom label for cds is keeped after dismount and f kern/119735 pjd [zfs] geli + ZFS + samba starting on boot panics 7.0-B o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/119710 sumikawa [patch] net/netcat - nc command runs BSD nc instead of p bin/119705 keramida [patch] make iostat(8) a bit smarter about the number o kern/119696 [irq] [ral] ral device causes massive interrupt storm o bin/119695 pw(8) does not interact with nscd(8) o kern/119668 scsi [cam] [patch] certain errors are too verbose comparing o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch s bin/119645 [request] mount_ntfs(8) -- files permissions mask is i f kern/119638 [ffs] fsck_ffs -b 32 doesn't repair primary superblock p kern/119635 gnn [em] Bad UDP packet checksum with em(4) and rxcsum/txc o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o kern/119618 [fdc] Double Density Disks do not work correctly o kern/119617 net [nfs] nfs error on wpa network when reseting/shutdown p bin/119614 keramida [feature request] [patch] add regression tests for tr( f kern/119613 yongari [msk] mskc0: Uncorrectable PCI Express error o bin/119610 [patch] config(8): config -x appends unwanted trailing o kern/119606 [sio] [patch] PCMCIA card not attached to driver o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o kern/119575 simokawa [firewire] [patch] sbp_targ cannot handle multiple CTI o i386/119574 i386 [i386] 7.0-RC1 times out in calibrate_clocks() [regres o kern/119572 [sbp] PowerBook not accessable when in target mode o conf/119550 [ppp] ppp not starting during bootup. o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting a docs/119536 doc a few typos in French handbook (basics) o kern/119529 [ext2fs] [patch] Freezes when compiling code on mounte o bin/119524 cron(8) suddenly stops working, not crash f kern/119516 net [ip6] [panic] _mtx_lock_sleep: recursed on non-recursi o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o kern/119507 [dri] mach64.o kernel module version is 1.0.0, but ver p bin/119490 top(1) hangs for long periods with NIS -- even using - f kern/119487 [em] page fault in em taskq with polling enabled o bin/119483 [patch] vidcontrol(1) misses latest VESA mode (off-by- o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas o conf/119464 [patch] [request] Add 'sorted' option to etc/periodic/ o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o kern/119432 net [arp] route add -host -iface causes arp e o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o docs/119386 blackend bsdlabel and newfs on DVD-RAM (handbook ch. 18.7.9) o kern/119374 thomas [ata] [regression] ATAPI or ATAPICAM bug (regression i o kern/119361 net [bge] bge(4) transmit performance problem o kern/119358 [kernel] [patch] SYSINIT_VERBOSE can be more verbose o ports/119357 maho lang/gcc42 WITH_JAVA_AWT=yes fails to install o kern/119356 acpi [acpi]: i386 ACPI wakeup not work due resource exhaust o bin/119354 mux csup(1) in free(): error: chunk is already free o ports/119352 nork graphics/ilmbase configure tests for shared semaphores o kern/119345 net [ath] Unsuported Atheros 5424/2424 and CPU speedstep n p docs/119338 trhodes gprof(1) refers to unmentioned option "-c" o docs/119329 doc [patch] Fix misleading man 1 split f ports/119318 alepulver games/rtcw: does not work on FreeBSD 7.0-Prerelease o kern/119307 emaste [queue] [patch] TRASHIT macro blasts list header if RE f ports/119304 maho math/atlas fails to build o i386/119303 sos [ata] SATA HDD missing in 7.0-RC1, ok in 7.0-BETA4; at o kern/119298 [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o kern/119293 [gbde] gbde swap encryption forces gmirror to rebuild o kern/119259 [panic] kernel panic on asus c90s laptop after first ( o sparc/119244 sparc64 X11Forwarding to X11 server on sparc crashes Xorg o sparc/119240 sparc64 top has WCPU over 100% on UP system s sparc/119239 sparc64 gdb coredumps on sparc64 o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o kern/119225 net [wi] 7.0-RC1 no carrier with Prism 2.5 wifi card [regr o kern/119205 [dc] [patch] Collect various stats regarding dc(4) int o ports/119204 openoffice [patch] editors/OpenOffice.org-2 v2.3 loops when file o kern/119202 [kernel] [patch] Add generic support for disabling dev o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o kern/119200 acpi [acpi] Lid close switch suspends CPU for 1 second on H o kern/119197 [psm]: PS/2 mouse doesn't work under FreeBSD i386 7.0 s bin/119196 des fetch(1): [request] parallel download from multiple se f ports/119189 obrien editors/vim: gvim shows Gtk-warning o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() o usb/119150 remko [usbdevs] [patch] new usbdevs for CDMA 1xEVDO devices o kern/119140 sos [ata] [panic] Kernel panic with sata drive and dma pro o ports/119119 timur net/samba3 - 3.0.28 stops working with ZFS whereas 3.0 o ports/119095 brooks [PATCH] sysutils/ganglia-monitor-core: allow to run mu f ports/119091 x11 x11-drivers/xf86-video-intel 2.1.1 panics system o bin/119077 re sysinstall - reading packages from index is extremely o conf/119076 rc [patch] [rc.d] /etc/rc.d/netif tries to remove alias a o bin/119068 dd(1) yields a bogus error when input file is to small o java/119063 java An unexpected error has been detected by Java Runtime f ports/119048 portmgr bsd.port.mk - per-port make.port.conf support [fix inc o kern/119047 yongari [re] Not correct working RealTek 8168/8111B PCIe Gigab o kern/119043 [twa] twa hang after heavy disk IO o ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) o sparc/119017 sparc64 7.0 Beta won't install on U60 o bin/119014 [patch] IPv6 addresses cause sockstat(1) to run column o kern/118993 ipfw [ipfw] page fault - probably it's a locking problem o kern/118990 [nve] nve + PAE bus_addr_t/void * inconsistencies o bin/118987 net ifconfig(8): ifconfig -l (address_family) does not wor p conf/118976 [patch] Turkish locale support for tr_TR.ISO8859-9 o kern/118973 acpi [acpi]: Kernel panic with acpi boot o kern/118962 [agp] Intel GMA 3000 Video Controller Not Recognized U o ports/118958 portmgr Mk/bsd.autotools.mk: find configure if CONFIGURE_WRKSR o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/118950 x11 x11-drivers/xf86-video-nv - xorg xf86 nv (nvidia) driv o sparc/118932 sparc64 7.0-BETA4/sparc-64 kernel panic in rip_output o kern/118927 jfv [em] em(4) broken: link state changed to DOWN (/UP), l p usb/118915 imp usbhidctl(1) appears to not report features and write o kern/118912 [2tb] disk sizing/geometry problem with large array o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o kern/118897 [bfe] Kernel Panic acquiring IP address from DHCP serv o kern/118880 net [ip6] IP_RECVDSTADDR & IP_SENDSRCADDR not implemented a kern/118879 net [bge] [patch] bge has checksum problems on the 5703 ch o bin/118874 [patch] tftpd(8): add TFTP Option Extension (rfc 2347) o misc/118855 pjd [zfs] ZFS-related commands are nonfunctional in fixit o kern/118819 [vmware] FreeBSD 6.2 in VMware is unstable and there i p conf/118770 mtm [patch] rc.d scripts: print information instead of sil o bin/118759 cvs(1): cvs -R doesn't handle non-existent tags o kern/118739 [cpufreq] [patch] Allow the cpufreq/p4tcc driver to de o kern/118734 [xen] FreeBSD 6.3-RC1 and FreeBSD 7.0-BETA 4 fail to b o kern/118727 net [netgraph] [patch] [request] add new ng_pf module o bin/118723 gcooper [patch] od(1)/hexdump(1) truncates last partial repeat o ports/118716 shaun security/heimhal - shared library conflict with heimda o threa/118715 threads kse problem o kern/118713 [minidump] [patch] Display media size required for a k o ports/118697 portmgr bsd.port.mk - error-inducing absolute path in X11R6 sy o kern/118695 jfv [em] device polling + vlan causes panic on "em" interf o docs/118693 jfv Update for "em" man page for RELENG_7 o usb/118686 usb [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei o ports/118677 timur [net/samba3] Unix password synchronization with PAM do o i386/118656 i386 [panic] Init dies in single user mode and box get kern o ports/118645 x11 Xorg need realtime priority for mouse work nice o bin/118636 [sysinstall] [patch] [request] remove requirement for o kern/118573 [ata] FreeBSD doesnt support my optical drive s kern/118571 [boot] [request] fix BTX issues when booting FreeBSD 7 o ports/118547 x11 [patch] x11/xdm fails with pam_krb5 o docs/118545 doc loader tunables kern.dfldsiz and friends nearly undocu o threa/118544 delphij [libc] [patch] the "clnt_create" function in "libc/rpc p kern/118540 kaiw [elf] [patch] update sys/sys/elf_common.h with new ema o kern/118534 [ipw] bitrate and power wifi can't change/set ipw Inte o ports/118527 openoffice editors/openoffice.org-2 seg faults when asked to perf o ports/118511 cy sysutils/screen - makes bash(1) need a delay between h o ports/118507 openoffice editors/Openoffice.org-2 2.3.1/AMD64 does not show ODB o bin/118503 [sysinstall] sysinstall(8) and /etc/rc.conf o bin/118501 Sending SIGINT to cvs(1) gives segmentation fault o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o kern/118493 weongyo [ndis] [patch] a trivial fix when ndis sets `ndis_reso f bin/118488 [patch] pw(8) usershow doesn't print password hashes w o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer p usb/118479 kan [ubsa] [patch] ubsa driver does not recognize AnyDATA o kern/118473 kib [linux] ELF Notes vs. brandelf o kern/118459 [hang] Freeze under high-load with SMP until keypresse o bin/118449 [sysinstall] Installer failing dns lookups o kern/118447 sos [ata] [patch] Troublesome DMA modes with VIA Apollo VP p kern/118439 thompsa [ndis] [patch] if_ndis - fix a panic when ndis_attach( f ports/118419 danfe x11/nvidia-driver: link_elf: symbol _sleep undefined o gnu/118415 nm -D fails if a file has no symbols a ports/118406 danfe x11/nvidia-driver-*xx: nvidia driver port name conflic o kern/118399 secteam [tap] local/remote kernel DoS through TAP device p usb/118374 attilio [ubsa] [patch] support Option GlobeTrotter Max 3.6 wir p kern/118370 thompsa [ndis] [patch] if_ndis - fix a scanning problem of Mar o bin/118355 pf [pf] [patch] pfctl(8) help message options order false o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o i386/118350 i386 [boot] [hang] BTX loader hangs on PC Engines WRAP o kern/118342 rink [ata] Unable to mount root on ata drive w/ Cyrix 5530 o docs/118332 doc man page for top does not describe STATE column wait e o bin/118325 rc [patch] [request] new periodic script to test statuses o kern/118320 pjd [zfs] [patch] NFS SETATTR sometimes fails to set file o bin/118318 mohans [nfs] NFS server hangs under special circumstances o kern/118317 [zlib] [patch] Incorrect gzeof() return value in zlib o conf/118315 dougb Local startup scripts run twice p kern/118304 kib freebsd 7 delivers unanticipated signal for page fault o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o bin/118297 weongyo [patch] ndiscvt(8): sort a output format. o bin/118296 weongyo [patch] ndiscvt(8) can't parse a STRING WORD pattern w o bin/118295 weongyo [patch] ndiscvt(8) makes a syntax error when it proces o bin/118294 weongyo [patch] ndiscvt(8) can't parse WORD which includes '(' o kern/118287 [kernel] [patch] tty write is not always atomic for sm o i386/118285 i386 [i386] Segmentation fault in reloc_non_plt. o kern/118282 [sg] device sg + hald + umass plugging crashes 7.0 f ports/118269 acm games/slune: update and fix p bin/118260 bin: more informative error message for install(1) o conf/118255 rc savecore never finding kernel core dumps (rcorder prob o bin/118249 fs mv(1): moving a directory changes its mtime o bin/118248 gavin newsyslog(8) does not obey -s (nosignal) flag o kern/118247 rwatson [mac] netstat/sockstat reporting incorrect information a kern/118238 benno [bce] bce driver shows "no carrier" on Intel SBXD132 b o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118230 acm games/linux-quake4 fails to start o kern/118222 [pxeboot] [patch] FreeBSD 7.0 PXE + NFS / "Can't work o ports/118218 krion x11/xterm should be configured with --enable-setuid fo f ports/118217 x11 xorg doesnt find usb mouse when initiated with devd, w o docs/118214 doc close(2) error returns incomplete o bin/118207 burncd(8) gives I/O error writing CD on Pioneer DVDR-1 o bin/118205 [patch] [request] new options -r to pkill(1) a pid aft o ports/118196 krion x11/xterm v229 mishandles combining characters o gnu/118188 obrien GCC bug with abs() o kern/118170 pjd [zfs] /bin/pwd fails under .zfs/snapshot o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT f kern/118161 thomas [atapicam] failure message from ATAPI CDROM in the boo f ports/118159 ijliao [PATCH] security/cryptopp: update to 5.5.2 f kern/118158 sos [ata] SONY SDX-570V (ATAPI) hangs frequently o bin/118144 des [patch] pam_lastlog doesn't check return values in pam o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o kern/118137 process stuck in pipewr (similar to kern/55908?) o bin/118132 [patch] pax(1): broken -s handling of \1, \2 ... f kern/118128 oleg [dummynet] Dummynet cause kernel trap or system freeze o kern/118126 kmacy [nfs] Poor NFS server write performance s kern/118124 [request] HZ value on slow computers should by dynamic o bin/118123 [patch] chat(8) has infinite recursion bug o misc/118121 [build] RELENG_7 kernel compile fails with -Os o bin/118114 [patch] update manctl(8) o conf/118113 [md] mdconfig init script requires image to be on root o conf/118111 [patch] [request] Add MAC address based interface rena o kern/118107 [ntfs] [panic] Kernel panic when accessing a file at N o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o kern/118093 [firewire] firewire bus reset hogs CPU, causing data t a bin/118071 darrenr ipnat(8): ipnat -s expired counter does not update [re o bin/118069 thomas [patch] camcontrol(8) should be able to leave device s o ports/118051 demon www/squidclients is broken o conf/118047 Move /etc/printcap to /usr/share/examples/ o kern/118044 [panic] spin lock held too long o kern/118021 [keyboard] 7.0 Beta 2 sysinstall keyboard emits contro o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o bin/118014 remko [patch] arp(8): Minor style(9) change to src/usr.sbin/ p bin/118005 andre Can No Longer SSH into 7.0 host o ports/118003 apache www/apache22: with PgSQL option require only libpq.so. a kern/117987 rwatson read(2) on directories might leak filenames of deleted o kern/117973 [panic] [lpt] 7.0-BETA2: repeatable panic while printi o kern/117972 [ata] SATA DLT V4 not recognized properly p bin/117966 fdread(1) aborts with EPERM o ports/117965 openoffice editors/openoffice.org-2 Impress crashes with multiple o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o kern/117954 iedowse [ufs] dirhash on very large directories blocks the mac o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE s ports/117945 pav New port: sysutils/metamorphose-1.1 Metamorphose flexi p bin/117944 keramida [patch] [request] add a du(1) -l option to count hardl o kern/117943 [zfs] zfs snapshot directory could not access from NFS o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o conf/117935 rc [patch] ppp fails to start at boot because of missing s bin/117934 [request] add support for SHA-256 and SHA-512 password o kern/117926 jfv [em] Intel S5000-based mobo, em driver does not attach f ports/117923 maho USE_FORTRAN=yes: shared libraries for blas, lapack, an o bin/117922 ftpd(8): remote ftp user possible leave chrooted envir o ports/117921 vanilla New port: multimedia/feng Feng is a multimedia streami o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work f ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o usb/117893 usb [umass] Lacie USB DVD writing failing o kern/117867 kmacy [heimdal] kinit generates bad tickets on multihomed IP o bin/117831 mux csup(1) is incompatible WRT handling unknown RCS keywo s bin/117830 [patch] who(1) no longer displays entries for folk log o bin/117812 passwd(1): incapable of changing LDAP passowrds using o misc/117811 [build] Building multiple kernels with KERNCONF="ONE T o ports/117808 openoffice editors/OpenOffice.org-2 seems to be looping p docs/117798 trhodes formatting oddity in sysmouse(4) o ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load o gnu/117756 dialog_checklist() does not honour DisplayX/DisplayY o conf/117753 Pediodic script 100.clean-disks cleans out some useful f bin/117751 [patch] [request] Make pw(8) support "-d" argument o bin/117748 sh(1): Backslash quote fails in pattern for substring o docs/117747 doc 'break' system call needs a man page o bin/117733 [patch] [request] allow to tee(1) to sockets, descript a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in s kern/117717 net [panic] Kernel panic with Bittorrent client. o kern/117716 kib [ufs] Remount can corrupt filesystems and lock them mo o usb/117712 [reboot] unexpected reboot after mount USB flash drive f kern/117711 matteo [rpc] rpcbind binds to all interfaces on random ports o kern/117709 simon [libcrypto] [patch] Base openssl does not define OPENS o kern/117688 [mpt] mpt disk timeout and hang o bin/117687 [patch] fstab(5) format cannot handle spaces o kern/117681 [virtualbox] pcn fails to send packets under VirtualBo f kern/117655 sam [ral] ral%d: device timeout when running as an access o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o kern/117607 [amd64] dev.cpu.0.freq not showing up any longer on am o kern/117605 acpi [acpi] [request] add debug.cpufreq.highest f bin/117603 iedowse [patch] dump(8) hangs on SMP - 4way and higher. o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni o ports/117596 apache www/Apache22 - apache 2.2.6 segfault when using mod_db a conf/117555 dougb [patch] [nis] NIS-dependent services cannot start if y o ports/117551 tmclaugh [New Port] lang/boo, the boo programming language. o usb/117546 remko [uftdi] [patch] Add MaxStream ZigBee product ID to uft o ports/117545 tmclaugh [New Port] devel/monodevelop o bin/117520 mux [patch] csup(1) not-really-equivalent to cvsup s kern/117513 vwe [panic][ath] Fatal trap 12: page fault while in kernel p kern/117512 des [libpam] [patch] document .opieaccess for pam_opieacce o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC o bin/117492 reset(1) doesn't restore erase token o gnu/117481 sort(1) incorrect numeric sort in very specific cases o kern/117474 [hang] HP Proliant 5500 hangs on reboot with 6.2 o bin/117452 [patch] tftp(1): the fix for PR 103206 was incorrect o kern/117448 net [carp] 6.2 kernel crash [regression] o kern/117443 [ata] [hang] system hang with ataidle o ports/117440 kde misc/kdeedu3 - Request to package README.ephemerides f o ports/117431 itetcu Update port: graphics/ipe Version 6.0pre28 of Ipe that o kern/117423 net [vlan] Duplicate IP on different interfaces o kern/117421 [ata] [hang] System hang with failing SATA disk (SiI31 o kern/117420 jeff [sched_ule] round off in sched_balance_pair() o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o kern/117374 vidcontrol(1) videomode: Operation not supported by de o kern/117348 [libedit] Loading history file sometimes fails in libe o bin/117339 net [patch] route(8): loading routing management commands o conf/117323 [termcap] [patch] Missing termcap entry for rxvt-unico o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o bin/117315 [smbfs] mount_smbfs(8) and related options can't mount o kern/117314 [ntfs] Long-filename only NTFS fs'es cause kernel pani o usb/117313 usb [umass] [panic] panic on usb camera insertion o docs/117308 gavin [patch] Clarification of /etc/defaults/devfs.rules sta s ports/117299 edwin [NEW PORTS] www/webobjects(+) Apple WebObjects ports b o i386/117297 i386 [hang] System hangs up every day o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A o bin/117277 des [patch] fetch(1): fetch's resume mode doesn't verify t o kern/117271 net [tap] OpenVPN TAP uses 99% CPU on releng_6 when if_tap o kern/117257 [syscons] [patch] [L10n] British English Dvorak keymap o bin/117256 kgdb(1) cannot read PTD o kern/117242 [powerd] [hang] console hangs when powerd is adaptive o kern/117234 ipfw [ipfw] [patch] ipfw send_pkt() and ipfw_tick() don't s o kern/117215 [ata] Kernel errors accessing audio CDs w/ Samsung SAT o bin/117214 ipfw(8) fwd with IPv6 treats input as IPv4 o usb/117205 remko [uscanner] [patch] uscanner support for HP ScanJet 447 o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) o bin/117191 [patch] OptionalObsoleteFiles.inc - Add files to remov o kern/117188 [geli] System crashes/reboots on access to file on GEL a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 o usb/117185 usb [umodem] [patch] Add support for UNION interface descr o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o ports/117178 portmgr bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 afte o kern/117158 pjd [zfs] zpool scrub causes panic if geli vdevs detach on f usb/117150 weongyo [zyd] usb zyd device under moderate load panics system o bin/117093 kensmith [patch] [request] Teach sysinstall(8) to load config f o ports/117080 linimon [patch] Mk/bsd.perl.mk o usb/117075 usb [scsi_da] [patch] quirk: USB Samsung YP-U3 MP3 o kern/117043 net [em] Intel PWLA8492MT Dual-Port Network adapter EEPROM o kern/117028 [atapicam] [panic] brelse: free buffer onto another qu a conf/117027 yar rc.subr doesnt deal with perl daemons o kern/117026 imp [pcmcia]: Panic while removing PCMCIA wireless card o docs/117013 doc mount_smbfs(8) doesn't document -U (username) argument o kern/117000 glebius [carp] CARP using address-less host NIC (carpdev) p ports/116984 dinoex [patch] www/apache13-modssl missing perl5.8 as RUN_DEP o bin/116980 [patch] [msdosfs] mount_msdosfs(8) resets some flags f o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o misc/116946 holographic shell breaks live CD shell o kern/116939 acpi [acpi] PCI-to-PCI misconfigured for bus three and can o kern/116935 [ata] Intermittent error with Promise PDC40718 o conf/116931 lack of fsck_cd9660 prevents mounting iso images with o kern/116913 [ffs] [panic] ffs_blkfree: freeing free block o bin/116908 pkg_create(1): pkg_create -b makes invalid packages fo p kern/116896 pjd [patch] Typo in a kassert in GEOM o kern/116853 yongari [msk] msk watchdog timeout o bin/116849 [patch] dump(8) fails to dump UFS filesystems when nul o i386/116844 i386 [boot] cannot boot from cd when using Dell Vostro 200 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o kern/116837 net [tun] [panic] [patch] ifconfig tunX destroy: panic o ports/116829 edwin New port: net/isc-dhcp31-(client|devel|relay|server) o stand/116826 standards [patch] sh support for POSIX character classes o bin/116784 mount_msdosfs(8): mount_msdosfs -L ru_RU.KOI8-R -W koi o bin/116782 [geli] geli not updated on migrate from 6.1 to 6.2 rel o kern/116770 [kqueue] Unfortunate fifo/O_NONBLOCK/kevent interactio o kern/116747 net [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile o ports/116741 openoffice editors/openoffice.org-2 build errors related to java a ports/116732 glewis java/diablo-jre15 crashes on 7.0-CURRENT o ports/116728 shaun news/inn - ckpasswd (contained INN) crashed o bin/116722 ntpd(8): ntpd core dumps if hostnames are not specifed o kern/116719 [panic] kill all watch causes page fault on kernel ser o kern/116701 [atapicam] atapicam hangs initializing SATA DVDRs on s o usb/116699 usb [usbhid] USB HID devices do not initialize at system b o kern/116697 kmacy [net] [patch] ifconfig's name argument has no efect on s amd64/116689 amd64 [request] support for MSI K9MM-V o bin/116688 cpio(1): cpio with -c option does not work. o ports/116685 skv databases/p5-Class-DBI: Class::DBI-inserting multiple f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for o threa/116668 threads can no longer use jdk15 with libthr on -stable SMP o java/116667 java linux-sun-javac1.4 hangs on SMP o www/116660 www docs.freebsd.org returns bad chunked encoding o bin/116643 net [patch] [request] fstat(1): add INET/INET6 socket deta o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on p kern/116608 [panic] [patch] [msdosfs] msdosfs fails to check mount f ports/116603 x11 x11/xorg server 7.3 hangs up f ports/116601 portmgr [patch] bsd.port.mk - fail if dependency failed o www/116594 shaun query-pr.cgi on ports/116460 o docs/116588 remko No IPFW tables or dummynet in Handbook o kern/116583 [ffs] System freezes for short time when using mmap on o ports/116571 skv databases/firebird20-client fails to compile in a jail o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o kern/116515 remko [ntfs] NTFS mount does not check that user has permiss o docs/116480 doc sysctl(3) description of kern.file no longer applies s o www/116479 www cvsweb+enscript formatting bugfix o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat o misc/116453 [picobsd] picobsd build script fails for not exist log o kern/116444 [ath] Atheros 5005G (AR5212) miniPCI: unable to attach o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke s ports/116441 pav net/boinc-client patch for daemon mode o kern/116435 [drm] drm/i915 reports memory leak o bin/116425 [patch] [request] ls(1) options for pre-sort of direct o conf/116416 mtm [patch] [request] per-jail rc.conf(5) style configurat o kern/116415 [ata] 6.2-STABLE does not work on Gigabyte GA-P35-S3 ( o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi f ports/116385 net/vnc using vnc.so crashes Xorg 7.3 when remote comp o ports/116359 x11 x11/xorg - screen blinks with PCI-E nvidia card and ve o kern/116335 andre [tcp] Excessive TCP window updates o kern/116328 net [bge]: Solid hang with bge interface o amd64/116322 amd64 [panic] At start fsck on current, the system panics o bin/116302 atacontrol(8) reports wrong stripe for intel raid0 o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o kern/116270 [ata] READ_DMA48 UDMA ICRC error o www/116257 shaun query-pr.cgi is broken on ports/114999 o conf/116237 [patch] ugly output of the 405.status-ata-raid if fdes s ports/116222 portmgr files installed with the wrong UID/GID via make instal o ports/116219 edwin [patch] Add @rmtry to bsd.port.mk o bin/116209 [patch] [request] decimal suffix in split(1) o bin/116198 ifconfig(8): ifconfig illegal option -- n dhclient fa o kern/116185 net [iwi] if_iwi driver leads system to reboot o threa/116181 threads /dev/io-related io access permissions are not propagat o kern/116172 bz [tun] [nd6] [panic] Network / ipv6 recursive mutex pan o kern/116170 fs [panic] Kernel panic when mounting /tmp o amd64/116159 amd64 [panic] Panic while debugging on CURRENT o ports/116144 brooks sysutils/ganglia-monitor-core crashes frequently o kern/116133 kmacy Recursive lock panic when w_mtx falls into DELAY o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- o docs/116116 doc mktemp (3) re/move note o i386/116100 i386 [panic] Fatal trap 12 right after reboot (da0s1error = o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o stand/116081 standards make does not work with the directive sinclude o docs/116080 doc PREFIX is documented, but not the more important LOCAL o kern/116077 net [ip] [patch] 6.2-STABLE panic during use of multi-cast o bin/116074 [libc] fnmatch() does not handle FNM_PERIOD correctly o conf/116071 [patch] loader.conf update some variables o kern/116009 ipfw [ipfw] [patch] Ignore errors when loading ruleset from o kern/116005 des [libfetch] libfetch accepts invalid URLs o kern/115997 scottl [ciss] [panic] [patch?] kernel panics on heavy disk I/ o bin/115960 des sshd's X11 forwarding broken on IPv6 only machine [pat o ports/115957 itetcu Questionable ownership and security on dspam port o ports/115956 dougb dns/bind94: request port update involving dns/bind9-dl o bin/115951 [tun] pppoed(8): tun not closed after client abruptly o i386/115947 i386 [hang] Dell poweredge 860 hangs when stressed and ACPI o bin/115946 des [libpam] [patch] not thread-safe o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o kern/115930 jfv [em]: Dell nic enumeration problem s conf/115923 [request] rc.subr - logger should be using priorities o docs/115921 doc Booting from pst(4) is not supported o kern/115856 pjd [geli] ZFS thought it was degraded when it should have o i386/115854 i386 [boot] [install] Install FreeBSD with USB CDROM causes s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o kern/115801 sos [ata] [patch] Writing of crash dumps is unreliable o java/115773 java [request] java.nio channel selectors should use kqueue p kern/115755 ipfw [ipfw][patch] unify message and add a rule number wher f conf/115751 linimon [patch] etc/rc.d/mdconfig (RELENG_6) o ports/115746 portmgr new ports category - meta o ports/115742 sobomax [repocopy] rename net/openpbx.org to net/callwear. Upd f usb/115737 linimon [uplcom] uplcom doesn't identify my Prolific 2303 any s docs/115716 jhb remove cue from supported hardware list o kern/115695 [crypto] When "device padlock" defined first ssh to ma f ports/115667 garga update mail/qmail fix a few issues with files/rcNG o kern/115666 multimedia [sound] Microphone does not work o ports/115661 nivit [UPDATE] graphics/linux-sdl_image to 1.2.6 o kern/115651 vanhu Racoon(ipsec-tools) enters sbwait state or 100% CPU ut o kern/115645 [snapshots] [panic] lockmgr: thread 0xc4c00d80, not ex o bin/115631 [libc] [patch] [request] make dlclose(3) atexit-aware a kern/115623 imp [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad f kern/115619 [sysvshm] Unfinished (uncompliant?) support for POSIX f kern/115614 thomas [ata] Recent ATA driver changes have broken cdrecord [ o kern/115606 [mpt] [panic] Panic while using mpt controller o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o ports/115569 mnag databases/sqlite3 installs tclwrapper in lib/sqlite, r f kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro o kern/115526 piso [libalias] libalias doesn't free memory o ports/115523 perky lang/Python 2.5.1 doesn't offer HCI socket support thr o bin/115486 [patch] [request] newsyslog(8) -- provide ability to c o www/115481 remko ASUS P5K SE motherboard status for amd64 o kern/115479 [ata] [request] ASUS P5K SE need more support s ports/115461 clement [patch] bsd.apache.mk - Create packages for apache mod o bin/115447 [patch] [request] teach make(1) to respect TMPDIR envi o ports/115437 nobutaka multimedia/libxine: does not compile with certain env o bin/115431 [patch] [request] improvement to split(1): add -B swit o bin/115406 [patch] gpt(8) GPT MBR hangs award BIOS on boot o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o kern/115374 [panic] vm_fault: fault on nofault entry, addr: e120d0 o kern/115371 imp [cardbus] [patch] Device removal leaves resource datab o bin/115361 pjd [zfs] mount(8) gets into a state where it won't set/un f ports/115304 multimedia/gpac-mp4box cannot import files larger than o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o i386/115285 i386 [panic] fatal trap 1 on freebsd 6.2 install boot up on o kern/115275 [wi] [panic] wi configure at boot time led to panic "i o kern/115253 [keyboard] Wireless keyboard not working at boot o bin/115242 ntpd(8): Incorrectly working ntpd on 7.0 [regression] o kern/115239 net [ipnat] panic with 'kmem_map too small' using ipnat o kern/115232 [ata] Audio CD tracks not displayed properly by atapi o kern/115226 [ath] ath0: unable to attach hardware; HAL status 13 o threa/115211 threads pthread_atfork misbehaves in initial thread s kern/115202 [request] memory error diagnostic o bin/115197 kensmith [sysinstall] can not install from USB stick drive o kern/115196 bushman [libc] [patch] [request] Implement getgroupmembership( o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o bin/115174 [patch] growfs(8) needs zero-writing for safe filesyst o bin/115172 ipfw [patch] ipfw(8) list show some rules with a wrong form o kern/115164 des [libpam] [patch] [request] Add support for the account o kern/115162 des [libpam] [patch] [request] Add check for target user's o kern/115152 [ata] Sil 3512 SATA controller panics on 6.2 f ports/115136 timur net/samba3 - doesn't work with recycle vfs module and o kern/115133 scottl [mpt] [mfi] [patch] Patches to make mfi support LSI SA o amd64/115126 yongari [nfe] nfe0: watchdog timeout (missed Tx interrupts) -- f ports/115096 edwin [NEW PORT] emulators/fuse-utils: Utilities from the Fr o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o bin/115054 ntpd(8): NTP errors out on startup but restart of NTP o misc/115025 [tools] [patch] new flash device for nanobsd's FlashDe o ports/115020 x11 New port: graphics/osmesa - Mesa's off-screen renderin o kern/115019 [netgraph] ng_ether upper hook packet flow stops on ad o kern/115002 [wi] if_wi timeout. failed allocation (busy bit). ifco o kern/114995 [drm] acpi_video prevents savage drm from loading succ o kern/114970 Wrong system time (last) when machine is crashed due t o kern/114955 fs [cd9660] [patch] [request] support for mask,dirmask,ui o kern/114928 green_saver does not switch DVI monitor power off o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114915 net [patch] [pcn] pcn (sys/pci/if_pcn.c) ethernet driver f o kern/114899 [bge] bge0: watchdog timeout -- resetting p usb/114860 imp if_udav / ShanTou ST268 USB NIC o kern/114847 fs [ntfs] [patch] [request] dirmask support for NTFS ala o kern/114839 net [fxp] fxp looses ability to speak with traffic f ports/114827 x11 Xorg server crashes when starting astro/google-earth o ports/114813 lioux [new port] finance/qtstalker-devel o kern/114808 [panic] Kernel panic when use USB SpeedTouch ADSL mode s ports/114782 obrien shells/bash - Incorrect cursor behavior during command o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs s ports/114725 portmgr bsd.port.mk - No dependencies in the package if there o kern/114714 net [gre][patch] gre(4) is not MPSAFE and does not support o usb/114682 usb [umass] generic USB media-card reader unusable o kern/114677 [drm] Xorg will not run with dri glx and drm on ATI Ra o kern/114676 fs [ufs] snapshot creation panics: snapacct_ufs2: bad blo o kern/114667 [umass] UMASS device error log problem p kern/114655 bushman Implement getgroupmembership in net/nss_ldap o kern/114646 [firewire] [patch] firewire0: device physically ejecte o java/114644 java tomcat goes out of PermSpace, jvm crashes o stand/114633 linimon /etc/rc.subr: line 511: omits a quotation mark: "force f kern/114631 yongari [msk] "Tx descriptor error" with Marvell Yukon o ports/114611 edwin [NEW PORT] net-p2p/freenet05: An anonymous censorship- o kern/114597 scsi [sym] System hangs at SCSI bus reset with dual HBAs o kern/114578 standards [libc] wide character printing using swprintf(dst, n, o kern/114567 pf [pf] LOR pf_ioctl.c + if.c o i386/114562 acpi [acpi] cardbus is dead after s3 on Thinkpad T43 with a f kern/114550 [cbb] Cardbus WiFi card activation problem o kern/114546 [drm][panic]Sleeping thread owns a non-sleepable lock o i386/114535 i386 Toshiba Satellite 105A: "no driver attached" for vario o kern/114532 geom [geom] GEOM_MIRROR shows up in kldstat even if compile o ports/114509 girgen [UPDATE]: java/eclipse-cdt to 4.0 o kern/114506 [nfs] nfs_readdirrpc doesn't use copyout to write out o kern/114492 [kernel] [patch] device_attach() doesn't unset devclas o kern/114489 scottl [aic] [panic] _mtx_lock_sleep: in aic7xxx_osm.h (with p usb/114481 imp Add additional product id and quirks entry for MetaGee o bin/114468 fs [patch] [request] add -d option to umount(8) to detach o bin/114465 [patch] [request] script(1): add really cool -d, -p & o kern/114459 [aic] [panic] FreeBSD-CURRENT crash during boot with A o kern/114451 [nfs] [patch] prevent NFS server possible crash o kern/114438 [amr] Anomalous performance with multiple arrays and a o kern/114406 [drm] ATI Radeon Mobility X600 not supported by agp de s bin/114392 [request] add default ssl definitions for openssl(1) o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o kern/114370 [hang] 6.2 kernel with SMP options hangs when dumping o ports/114365 edwin New port: net-mgmt/nagiosgrapher o sparc/114349 kuriyama When executing snmpd it immediately stops with a segme o kern/114331 vanhu [crypto] [patch] VIA padlock freesession bug p kern/114325 bz [jail] SIOCGIFADDR ioctl behaves incorrectly inside ja o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o kern/114291 kmacy [RFE][modules] [patch] add dynamic module references o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern p kern/114237 csjp kernel lock o ports/114231 edwin [patch] multimedia/audacious-plugins - audacious/plugi o ports/114229 nork [patch] [www/linuxpluginwrapper] libmap.conf-FreeBSD6 o kern/114213 [ata] optical drive not detected in the 6.x series of o i386/114208 i386 [boot] Problem booting the FreeBSD CD ISO image p bin/114195 gshapiro [patch] [request] make default mail directory for mail o i386/114192 i386 Fail to boot with "error issuing ATA_IDENTIFY command" o docs/114184 doc [patch] [ndis]: add info to man 4 ndis o ports/114167 portmgr [patch] bsd.port.mk - ignoring major numbers in LIB_DE o kern/114165 acpi [acpi] Dell C810 - ACPI problem o kern/114155 [ptrace] sigsuspend gets interrupted by ptrace p usb/114154 imp [patch] umass quirk: Samsung YP-U2 USB MP3/Ogg Player o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o bin/114129 mux [patch] csup(1) doesn't support authentication o ports/114122 timur New port: russian/stardict2-dict-eng_RU, Russian dicti o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f ports/114106 mail/postgrey does not properly shut down via rc.d scr p conf/114101 se [patch] Add ZFS to periodic locate run o ports/114096 steve Upgrade x11-toolkits/open-motif to OM 2.3 o kern/114095 pf [carp] carp+pf delay with high state limit o bin/114082 [make.conf] default CFLAGS have a blank at the end o bin/114081 bz [patch] ppp(8) should be able to set ethernet address o usb/114068 usb [umass] [patch] Problems with connection of the umass o bin/114059 [patch] shutdown(8) should fall back to exec reboot/ha o kern/114057 [devfs] devfs symlink over device doesn't work o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o bin/113979 matteo [patch] sysinstall(8) does not support UFS1 filesystem s usb/113977 usb [request] Need a way to set mode of USB disk's write c p usb/113964 imp [ucom] [patch] kernel panic when dropping a connection o kern/113957 geom [gmirror] gmirror is intermittently reporting a degrad s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/113939 [named-pipes] Linux (e.g.) ls hangs on named pipes in o conf/113915 rc [patch] ndis wireless driver fails to associate when i o conf/113913 [patch] [requst] new file /etc/periodic/daily/490.stat o bin/113912 tunefs(8): silent failure setting glabel on boot parti o kern/113895 [xl] xl0 fails on 6.2-RELEASE but worked fine on 5.5-R o kern/113885 pjd [gmirror] [patch] improved gmirror balance algorithm o bin/113881 [patch] sysctl(8): Wrong memory usage o bin/113860 sh(1): shell is still running when using `sh -c' o kern/113856 [plip] PLIP (parallel port IP) dead on 6.2, dead since o i386/113853 FreeBSD 6.2-RELEASE Crashes and Reboots on i386 o kern/113852 [smbfs] smbfs does not properly implement DFS referral o kern/113851 [boot] Unable to boot install cd from USB-CDROM o bin/113850 sshd(8): unable to debug sshd with strace/truss/gdb o kern/113849 [libdisk][patch] Correction of Sanitize_Bios_Geom for o kern/113842 net [ip6] PF_INET6 proto domain state can't be cleared wit o bin/113838 fs [patch] [request] mount(8): add support for relative p o kern/113837 geom [geom] unable to access 1024 sector size storage o bin/113825 [patch] [libc] [ggated] Fix -STABLE build with -fno-st o docs/113803 ipfw [patch] ipfw(8) - don't get bitten by the fwd rule o kern/113785 firewire [firewire] dropouts when playing DV on firewire o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113707 girgen databases/postgresql81-server - PostgreSQL RC start sc o bin/113702 krion [patch] bad output from "pkginfo -g" o bin/113682 [patch] sysinstall(8) warns for invalid geometry which o usb/113672 usb [ehci] [panic] Kernel panic with AEWIN CB6971 o bin/113669 ftpchroot(5) / ftpusers(5) doesn't do globbing s usb/113629 usb [ukbd] Dropped USB keyboard events on Dell Latitude D6 o sparc/113556 sparc64 panic: trap: memory address not aligned; Rebooting... o conf/113552 [request] ntpd(8) driftfile default location inconsist o bin/113518 [patch] make(1): Prevent execution when command is a c f ports/113479 perky science/Gramps 2.2.x needs py-bsddb with db43 on FreeB o kern/113478 [boot] [request] FreeBSD could not start on Core2Duo n o ports/113467 java Multiple "missing return value" errors building JDK on s bin/113456 [request] gpt(8) does not allow changing partition tab o kern/113439 [panic] 6.2 Kernel Panic o usb/113432 usb [ucom] WARNING: attempt to net_add_domain(netgraph) af o kern/113427 [fxp] fxp0: device timeout when writing to USB and pla o kern/113419 geom [geom] geom fox multipathing not failing back o bin/113398 [libc] [patch] initgroups fails rather than truncates p kern/113388 ipfw [ipfw][patch] Addition actions with rules within speci o bin/113345 mux csup(1) broken: Updater failed: Bad diff from server o gnu/113343 [patch] grep(1) outputs NOT-matched lines (with multi- o kern/113338 [tls] GNU gcc __thread as class member o ports/113295 kde net-im/kopete: pleawse add 'make config' to choose kop p kern/113266 harti [libgssapi] [patch] Missing handling of mech_type in g o conf/113265 [patch] Add registered epmd port number to etc/service o ports/113264 ale databases/mysql51-server compilation doesn't allow for o kern/113256 [headers] _limits.h for some CPU has wrong definitions o bin/113239 [patch] atrun(8) loses jobs due to race condition o bin/113230 des [pam] [patch] const-ify PAM-headers a kern/113218 jkim [sysvipc] [patch] Overflow in shmget's memory size che o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o kern/113180 pjd [zfs] Setting ZFS nfsshare property does not cause inh f kern/113157 rwatson [mac] PortACL Rules causing crash o kern/113138 [irq] interrupt storm on 6.x kernels on an MS-1029 (AM o ports/113132 portmgr Allow -jx for port builds o conf/113117 linimon [iwi] if_iwi isn't present in today's CURRENT/AMD64 o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC o ports/113106 x11 x11/xorg - Xorg 7.2 + Mach64 + dri produces error mess o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb f ports/113099 tmclaugh [PATCH] sysutils/libchk may skip $X11BASE now o kern/113098 [amr] Cannot read from amrd while under heavy load o ports/113096 edwin [patch] x11/xorg - X.org manpages broken o bin/113074 [patch] ppp(8): include for strcasecmp(3) a usb/113060 usb [usbdevs] [patch] Samsung printer not working in bidir o bin/113049 fs [patch] [request] make quot(8) use getopt(3) and show f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o conf/112997 [patch] Add note about the 'native' mtune option to sh p bin/112955 des [patch] login(1): add netgroup support back to pam_log o usb/112944 usb [ulpt] [patch] Bi-directional access to HP LaserJet 10 o kern/112938 [headers] [patch] utmp.h is too limiting for modern sy o kern/112937 jfv [em] Panic in em(4) when issuing a SIOCGIFADDR ioctl p docs/112935 remko [patch] newfs_msdos(8): document 4.3g limit on files w o docs/112804 doc groff(1) command should be called to explicitly use "p o bin/112794 [patch] [request] pam_exec(8): allow pam_exec to expor o kern/112775 [libmd] [patch] libmd(3) bug for some zero-length file o bin/112757 [sysinstall] sysinstall(8): in the FDISK tool we can't o ports/112745 portmgr bsd.port.mk: Add a package-smart target o kern/112722 net [udp] IP v4 udp fragmented packet reject o kern/112708 ipfw [ipfw] ipfw is seems to be broken to limit number of c o kern/112707 [panic] 6.2-STABLE panic: spoiling cp->ace = 3 o kern/112702 jfv [em] em driver doesn't use MSI on MSI capable device o i386/112700 i386 SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 a bin/112694 [patch] segfault in pam_lastlog(8) on sshd exit when n o kern/112686 net [patm] patm driver freezes System (FreeBSD 6.2-p4) i38 o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o bin/112674 calendar(1): There appears to be a bug in /usr/bin/cal o bin/112673 [patch] pkg_add(1): pkg_add -S leaks the temp dir o kern/112658 fs [smbfs] [patch] smbfs and caching problems (resolves b o usb/112640 usb [usb] [hang] Kernel freezes when writing a file to an o i386/112635 i386 [hang] [loader] Hang during boot installation o usb/112631 usb [panic] Problem with SONY DSC-S80 camera on umount a bin/112613 vwe ls(1): 'ls -l' is very slow or doesn't work at all o kern/112612 andre [lo] Traffic via additional lo(4) interface shows up o o ports/112607 lwhsu New port: devel/openldev A graphical front-end g++/gcc f i386/112596 emaste [aac] aac driver causes kernel panic - page fault on 2 o java/112595 java Java appletviewer frequently hangs (kse_release loop) f kern/112591 linimon Non-monitored locks are dummy-implemented o i386/112580 i386 [boot] BTX Halted on HP DV6255 Notebook o docs/112579 mlaier [request] No ipv6 related pf examples in /usr/share/ex o kern/112570 [bge] packet loss with bge driver on BCM5704 chipset s usb/112568 usb [umass] [request] USB mode may wrong when mounting Pla o kern/112561 ipfw [ipfw] ipfw fwd does not work with some TCP packets o conf/112558 [patch] /etc/periodic/daily/200.backup-passwd poor han o bin/112557 net [patch] ppp(8) lock file should not use symlink name o bin/112556 [patch]: sysctl(8) needs to fix multi-lineal descripti o ports/112555 roam ftp/curl reveals too much info in the User-Agent strin o kern/112554 silby [kernel] [patch] unp_gc is overly agressive and remove s kern/112544 acpi [acpi] [patch] Add High Precision Event Timer Driver f o kern/112528 net [nfs] NFS over TCP under load hangs with "impossible p o ports/112497 portmgr Mk/bsd.port.mk: make ldconfig permanent for non-defaul o i386/112487 i386 [sio] kernel panic on swi0:sio o docs/112481 doc bug in ppp.linkup example o kern/112477 marius [ofw] [patch] Add support to set the node and type on o usb/112463 usb [umass] problem with Samsung USB DVD writer, libscg an o usb/112461 usb [ehci] [request] ehci USB 2.0 doesn't work on nforce4 o conf/112441 deprecated lines in /etc/hosts.allow o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f o bin/112408 mp [regression] tcsh(1): tcsh causes gdb to hang (regress o bin/112379 [patch] [request] lockf(1): on closing stdin, stdout, o bin/112370 getfacl(1): incorrect display group name by ``getfacl' p ports/112347 obrien [PATCH] editors/vim re-enable WITH_TCL o bin/112336 [patch] install(1): install -S (safe copy) with -C or o bin/112288 ftp(1): /usr/src/usr.bin/ftp/config.h is redundant and f ports/112283 openoffice editors/openoffice-2 fails to build with "pyconfig.h: o kern/112282 [ata] atacontrol(8): changing DMA modes when disk is r o kern/112256 [hang] SC_PIXEL_MODE hangs system o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number s gnu/112215 obrien [patch] gcc(1): "gcc -m32" attempts to link against 64 o bin/112213 [patch] touch(1)ing a directory and failing yields ret o kern/112181 [panic] Kernel Panic on HP DL320-G5 Running 6.2-STABLE o kern/112160 [pppd] uplink DSL w/pppoe+NAT 'out of buffer space' ki o kern/112053 [hang] deadlock with almost full filesystem and rtorre o i386/112036 i386 [ata] TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA o conf/112024 [patch] misc fixes to fortunes f amd64/111994 jkoshy [hwpmc] [request] hwpmc(3) doesn't know about Intel 51 f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr f kern/111990 [pccbb] [patch] system freeze in initialization proces o bin/111978 [patch] [request] make syspath list for mount(8) confi o kern/111967 [geli] glabel - label is seemingly not written to disk o kern/111848 [nfs] removing a file from a diskless nfs mounted root o kern/111843 [msdosfs] Long Names of files are incorrectly created f bin/111835 fstat(1) fails to report certain files f www/111791 www FreeBSD website messes up links o kern/111782 [ufs] /sbin/dump fails horribly for large filesystems o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/111766 [panic] "panic: ffs_blkfree: freeing free block" durin o usb/111753 usb [uhid] [panic] Replicable system panic involving UHID p usb/111710 imp [patch] [usb] add support for Option GlobeTrotter 3G+ o conf/111557 [gre] link1 flag doesn't work as intended when specifi o kern/111537 kmacy [netinet6] [patch] ip6_input() treats mbuf cluster wro o ports/111501 [NEW PORT] databases/ruby-oci8 o bin/111493 [patch] routed(8) doesn't use multicasts for RIPv2 via o kern/111457 [ral] ral(4) freeze o docs/111425 doc Missing chunks of text in historical manpages o ports/111399 doceng print/ghostscript8 (was ghostscript-gpl): WITH_FT_BRID a ports/111356 csjp net/bpfstat: man bpfstat has no descption for the flag o bin/111343 sh(1) and bash(1) with -e sometimes fail to test error o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o docs/111265 doc [request] Clarify how to set common shell variables p kern/111260 csjp [hang] FreeBSD kernel dead lock and a solution o www/111228 www [request] Usability improvements for bug search query o bin/111226 [patch] Incorrect usage of chflags() in various FreeBS o kern/111220 pf [pf] repeatable hangs while manipulating pf tables o kern/111196 [ata] [hang] SATA drives cause errors and cause system o kern/111185 console color depth set to 0 at boot causes flat scree o kern/111162 [nfs] nfs_getpages does not restart interrupted system o docs/111147 doc hostapd.conf is not documented s bin/111146 [2tb] fsck(8) fails on 6T filesystem o ports/111120 skv [PATCH] lang/perl5.8: Provide @INC modification via op o bin/111077 date(1): /bin/date -j -f "%b %Y" "Feb 2007" +%m return o ports/111066 secteam ports-mgmt/portaudit does not skip ports fixed listed o bin/111024 [request] [patch] atacontrol(8): support for stand-by o kern/111023 sos [ata] [request] [patch] please expand ata timeouts s kern/111001 [hang] can't install 6.2-RELEASE-amd64 (SuperMicro PDS o docs/110999 doc carp(4) should document unsupported interface types o kern/110995 kmacy [loader] [patch] loader wastes space worth symtab size o conf/110993 [patch] /etc/netstart should start rpcbind p usb/110992 imp [uftdi] [patch] Add Tactrix Openport support in uftdi s usb/110991 usb [usbdevs] [patch] QUIRK: Super Top IDE DEVICE (depends o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o gnu/110971 gdb(1) crashes f kern/110959 bz [ipsec] Filtering incoming packets with enc0 does not o kern/110915 rwatson [acl] ACL's don't work with SUIDDIR o java/110912 java Java krb5 client leaks UDP connections o kern/110892 [panic] Fatal trap 12, at use qemu o bin/110887 [patch] truss(1) missing linux_access syscall descript p amd64/110883 remko tested AMD 64 motherboard o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks s conf/110838 pf [pf] tagged parameter on nat not working on FreeBSD 5. s ports/110826 dinoex port graphics/tiff: tiff2pdf tints images with wrong c o ports/110728 python mail/py-spambayes should load config file from a stand f kern/110720 kmacy [net] [patch] [request] support for interface descript p bin/110705 geom gmirror(8) control utility does not exit with correct o docs/110692 doc wi(4) man page doesn't say WPA is not supported p usb/110681 imp [ukbd] [patch] multiple keys will be repeated p kern/110662 sam [safe] safenet driver causes kernel panic o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o ports/110651 apache Use USE_BDB infrastructure to select appropriate db[2- o threa/110636 threads [request] gdb(1): using gdb with multi thread applicat o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o ports/110533 olgeni [patch] WITHOUT_NLS support for www/neon and www/sitec p usb/110477 imp [usbdevs] [patch] add Benq 3300U/4300U support to Free o ports/110476 wxs New port: devel/p5-Thread-Suspend 1.09 o ports/110475 wxs New port: devel/p5-Thread-Cancel 1.05 o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110359 brueffer mpt man page omission o threa/110306 threads apache 2.0 segmentation violation when calling gethost o kern/110284 kmacy [if_ethersubr] [patch] Invalid Assumption in SIOCSIFAD o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o kern/110249 kmacy [kernel] [regression] [patch] setsockopt() error regre o i386/110218 i386 kmem_malloc(4096): kmem_map too small: 335544320 total o i386/110214 i386 [hang] FreeBSD 6.2 freezes on SSH activitiy caused by o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC o bin/110151 [sysinstall] sysinstall(8) don't respects install root o bin/110146 [patch] [request] Allow arbitrary gdb(1) options to by o kern/110140 [ipw] ipw fails under load p usb/110122 imp [ugen] [patch] usb_interrupt_read does not respect tim o kern/110110 [hang] sysctl causing a lockup o bin/110068 [patch] rewrite of mdmfs(8) in shell o kern/110065 [wi]: wi device cannot attach to D-Link DWL-520 rev. E o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o kern/110017 [libexec] [patch] serial port console output garbled o docs/109983 doc No manual entry for protoize o docs/109981 doc No manual entry for post-grohtml o conf/109980 rc /etc/rc.d/netif restart doesn't destroy cloned_interfa o docs/109977 doc No manual entry for ksu p docs/109975 trhodes No manual entry for elf2aout o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless o kern/109968 [boot] [panic] Panic while booting with PCscsi II AM53 o kern/109936 [smp] SMP kernel performance problem on FSC TX600 o bin/109911 mountd(8) does not accept identical host sets on diffe o kern/109889 [panic] 6-STABLE panic kern_timeout.c o bin/109827 mount_smbfs(8) didn't handle password authentication c o kern/109813 [ciss] ciss(4) driver API header is not installed o kern/109809 [vmware] CPU hits 100% when issuing the halt command ( o kern/109762 [hang] deadlock in g_down -> ahd_action -> contigmallo o ports/109745 kris NO_PACKAGE handling by ports build system o kern/109743 [sio] The sio(4) driver appears to be getting the seri o kern/109736 [ata] FreeBSD sysinstall from CD can't find & mount NE o kern/109733 net [bge] bge link state issues [regression] o docs/109612 remko Manuals that live in ARCH specific subdirectories are o i386/109610 i386 [panic] Fatal trap 12: page fault while in kernel mode a amd64/109584 edwin [patch] zdump(8) doesn't work a ports/109580 glewis [patch] math/gnuplot does not include bsd.emacs.mk whe o bin/109569 mail(1) command not parsing sendmail parameters o i386/109568 i386 [panic] Reboot server with "Fatal trap 12" o bin/109567 delphij gzip(1) does not detect my packed file o conf/109562 rc [rc.d] [patch] [request] Make rc.d/devfs usable from c o ports/109550 python lang/python25 does not install /usr/local/bin/python o bin/109521 [patch] chio(1): 'chio return' breaks on non-voltag ch o ports/109501 krion [PATCH] add some configurable vars to mail/exim o bin/109478 [libc] [patch] adopt reentrant syslog functions from O a kern/109477 yongari [vr] [patch] onboard via vt6103 ethernet does not work o kern/109470 net [wi] Orinoco Classic Gold PC Card Can't Channel Hop o i386/109423 i386 [ichsmb] ICH5 smb interface problems o kern/109416 des [libpam] [patch] pam_group doesn't check login_group m o bin/109413 jhb [patch] top(1) shows at least 50% idle when hyperthrea o kern/109406 thompsa [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work wi o usb/109397 usb [panic] on boot from USB flash o kern/109377 daichi [unionfs] unionfs crashes if underlying file system fo o misc/109367 UTF8 encoded locales and problem collating accents o conf/109354 [request] /etc/periodic/daily/110.clean-tmps does not o bin/109334 pkg_add(1) using chroot exits with error if wrong dire o kern/109308 net [pppd] [panic] Multiple panics kernel ppp suspected [r o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu o conf/109272 [request] increase default rc shutdown timeout o kern/109251 [re] [patch] if_re cardbus card won't attach o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o kern/109227 [ral] ral(4) driver doesn't handle correctly RT2561C P f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd s i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o kern/109161 philip [psm] synaptic touchpad doesn't work f ports/109160 timur net/samba3 crashes freebsd when accessing a share resi o docs/109105 trhodes security.mac.bsdextended.firstmatch_enabled is not ena o docs/109104 trhodes man mac_bsdextended is not consistent with systl outpu o bin/109102 csjp sysctl security.mac.bsdextended is not consistent with o kern/109024 [msdosfs] mount_msdosfs: msdosfs_iconv: Operation not o kern/109010 [msdosfs] can't mv directory within fat32 file system o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) a docs/108980 doc list of missing man pages o kern/108968 [panic] Double mount then umount and ls resuits in pan s bin/108961 vwe ls(1) High CPU use on directories containing files wit o kern/108954 acpi [acpi] 'sleep(1)' sleeps >1 seconds when speedstep (Cx o kern/108924 [ar] Panics when Intel MatrixRAID RAID1 is degraded o kern/108899 [termcap] [patch] termcap update for screen and linux o bin/108895 net pppd(8): PPPoE dead connections on 6.2 [regression] s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o kern/108829 [radeon] radeon module fails with thinkpad T43 p usb/108810 imp [patch] quirk for I/O Magic USB flash drive "Giga Bank o ports/108795 ports/icc: Proposed update to icc port for intel compi s bin/108743 vwe [patch] who(1): IPv6 addresses truncated to maximum IP f sparc/108732 sparc64 ping(8) reports 14 digit time on sparc64 o kern/108695 acpi [acpi]: Fatal trap 9: general protection fault when in o kern/108670 silby [tcp] TCP connection ETIMEDOUT o kern/108659 [psm] Mouse (Synaptics touchpad) cursor freezes for so o bin/108656 [patch] Segfault of sshd(8) for unknown user when priv o kern/108655 messages from kernel are mixed (/dev/klog? syslog?) o kern/108651 [hang] option PREEMPTION causes machine hangs on TYAN o conf/108589 rtsol(8) fails due to default ipfw rules o kern/108581 acpi [sysctl] sysctl: hw.acpi.cpu.cx_lowest: Invalid argume a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o ports/108570 girgen databases/postgresql82-server fails when PREFIX is set o kern/108542 net [bce]: Huge network latencies with 6.2-RELEASE / STABL p bin/108523 trhodes [patch] daemon(8): support for dropping privileges s ports/108514 portmgr [PROPOSAL] Automatic registering of UID and GID (bsd.p o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE [regr o kern/108488 acpi [acpi] ACPI-1304: *** Error: Method execution failed o kern/108485 [re] stress2-udp with realtek 8169S gigabit interface o bin/108462 [request] pkg_info(1) shouldn't have a hard width limi s kern/108442 [request] UTF-8 support for console p usb/108427 imp [patch] quirk: Samsung MP0402H o kern/108418 [panic] Kernel panic after killing kdm. o bin/108390 [libc] [patch] wait4() erroneously waits for all child o kern/108379 [ata] Secondary SATA drive not detected by FreeBSD 6.2 p bin/108368 [patch] tip(1) coredumped when 'du' capability is used o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer s usb/108344 usb [panic] kernel with atausb panics when unplugging USB o ports/108313 openoffice editors/openoffice.org port build fails o kern/108202 [atapicam] atapicam error after upgrade to 6.2 [regres f kern/108197 jinmei [panic] [gif] [ip6] if_delmulti reference counting pan o bin/108191 matteo sysinstall(8): Disklabel editor help text (by F1 key) o i386/108185 i386 [panic] freebsd 6.2 fatal kernel trap o ports/108169 apache Wrong AP_SAFE_PATH for suEXEC with www/apache20 s ports/108153 portmgr ports extraction with package uid/gid and quota proble o kern/108133 jmg [bktr] [patch] bktr driver doesn't recognize Hauppauge o bin/108118 [libc] files should not cache their EOF status o docs/108101 doc /boot/default/loader.conf contains an incorrect commen o kern/108100 [ktrace] sysctl debug.ktr.alq_enable=1 results in rebo p usb/108097 imp [usbgen] [patch] ADMtek 851X USB-to-LAN adapter o usb/108056 usb [ohci] Mouse gets powered off during device probe when o bin/108033 ls(1) coredumps when nss/ldap is misconfigured o bin/108020 comsat(8) does not verify return values of getpwnam an o kern/108017 acpi [acpi]: Acer Aspire 5600 o kern/107944 net [wi] [patch] Forget to unlock mutex-locks o usb/107935 usb [uplcom] [panic] panic while accessing /dev/cuaU0 o usb/107924 usb [patch] usbd(8) does not call detach o ports/107908 olgeni manpath.config not updated after installing erlang por o kern/107850 [bce] bce driver link negotiation is faulty o usb/107848 usb [umass] [request] cannot access Samsung flash disk o bin/107830 fdisk(8): Change Units (Z) in fdisk doesn't work when o bin/107829 [2TB] fdisk(8): invalid boundary checking in fdisk / w o usb/107827 usb [ohci] [panic] ohci_add_done addr not found o ports/107816 roam [patch] The IPv6 patch breaks the location feature of s ports/107814 joerg mail/postfix uses wrong order of -I options s kern/107759 Unable to load a kernel after clean install o kern/107707 geom [geom] [patch] [request] add new class geom_xbox360 to o bin/107692 newfs(8): newfs -O 1 doesn't create consistent filesys f ports/107643 kde net/lanbrowsing lisa don`t start on system boot o amd64/107639 sos [ata] Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 o kern/107622 [ata] can't boot on HP Pavilion dv6000 / problem with o kern/107608 [twa] [hang] Raid Problem beim Zugriff auf Raid o i386/107564 i386 [install] fatal trap 19 during installation on a Dell p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid p usb/107526 imp [uftdi] Patch to support the Crystalfontz CFA-635 20x4 o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o bin/107515 [patch] ls(1) bug o usb/107496 usb [uhub] USB device problem on RELENG_6_2 (SHORT_XFER) [ p usb/107495 imp [cam] [patch] Fix long wait before WD My Book 250GB (U o usb/107446 usb [umass] umass problems (usb and fw disks) o usb/107388 usb [patch] [request] new driver: add utoppy device from N o i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 o ports/107354 edwin net/icmpinfo: icmpinfo -vvv does not recocnize any ICM o kern/107342 [dri] Radeon dri breaks system o kern/107305 ipfw [ipfw] ipfw fwd doesn't seem to work f kern/107292 [ata] cannot install - Unable to find device /dev/ad0s f www/107291 murray Keyboard accessibility sabotaged by www/share/sgml/hea f kern/107287 [ata] page fault during install on Intel SATA on Intel o kern/107285 [panic] freeze and reboot by mounting CDROM volume twi o kern/107279 [ath] panic: ath_start: attempted use of a free mbuf! o kern/107277 [panic] bus_dmamap_load_mbuf_sg o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP o usb/107243 usb [cam] [patch] Apacer USB Flash Drive quirk f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm o bin/107171 [patch] [ncurses] systat(1) doesn't die when it's xter o kern/107154 [pam] pam.d/sshd pam_ssh.so doesn't start ssh-agent f ports/107135 netchild ports/sysutils/ezjail improvements s sparc/107087 sparc64 system is hinged during boot from CD o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o conf/107035 net [patch] bridge interface given in rc.conf not taking a o kern/106974 [bge] packet loose and linkup problem o kern/106924 acpi [acpi] ACPI resume returns g_vfs_done() errors and ker f amd64/106918 yongari [re] Asus P5B with internal RealTek PCIe Ethernet gets o docs/106916 chinsan Wrong tar command at topic 17.6.8 in Handbook o bin/106872 [patch] [request] extattr support for find(1) o usb/106861 usb [usbdevs] [patch]: usbdevs update: Add product ACER Ze o kern/106851 [vge] vge0: MII read timed out [regression] o i386/106850 i386 [powerd] powernow0 attach returned 6 s ports/106848 portmgr [PATCH] Mk/bsd.port.mk -- Add support to remove locale s usb/106832 usb [usb] USB HP printer is not detected by kernel when AC o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no o kern/106786 No reboot with FreeBSD and Mylex Acceleraid 352 o kern/106783 [fdc] umount of a floppy disk results in a reboot o bin/106734 [patch] [request] bzip2(1): SSE2 optimization for bzip o bin/106726 ntpd(8): ntp functions return wrong values o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o bin/106674 sos atacontrol(8): "atacontrol attach" doesn't work with S o usb/106648 usb [umass] [hang] USB Floppy on D1950 10 min Hang on Inse o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o kern/106645 [uart] [patch] uart device description in 7-CURRENT is o kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening o usb/106621 usb [axe] [patch] DLINK DUB-E100 support broken s ports/106616 portmgr bsd.port.mk: Default file modes set incorrect for non- o usb/106615 usb [uftdi] uftdi module does not automatically load with f ports/106608 skv Perl 5.8 port does not respect environment variables ( p usb/106565 imp [ums] [patch] ums(4) does not work if the mouse defaul o kern/106496 kris [softupdates] Can't remount filesystem as read only af o i386/106493 ru [patch] pxeboot(8) uses /pxeroot instead of / o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o ports/106483 portmgr [patch] embed distfile information in +CONTENTS o ports/106463 ume [patch] [request] please add audacious support for aud p usb/106462 imp [usbdevs] Motorola U6 PEBL not recognized by system vi o kern/106444 [netgraph] Kernel Panic on Binding to an ip to a virtu o kern/106438 net [ipf] ipfilter: keep state does not seem to allow repl o kern/106432 [ata] Record of disks (DVD-R) through the k3b program o bin/106431 sos [patch] atacontrol(8): Inform user of ata RAID5 acting o kern/106413 [ata] problems with ATA on Intel Desktop Board DG965RY f ports/106370 x11 Screen corruption when using Direct Rendering on a PCI o bin/106355 [headers] macros in stdio.h non-portable (e.g., C++ :: s kern/106340 [ata] [request] Need to control disk write cache on pe o kern/106317 [hang] deadlock in "zoneli" state o kern/106316 net [dummynet] dummynet with multipass ipfw drops packets o kern/106275 [/dev/random] [crypto] Hifn 7955 on Soekris Engineerin o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag f sparc/106251 sparc64 [libmalloc] malloc fails > for large allocations o kern/106243 [nve] double fault panic in if_nve.c on high loads o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p o docs/106135 doc [request] articles/vinum needs to be updated o misc/106107 left-over fsck_snapshot after unfinished background fs p usb/106070 imp devd recognizes ucom, but ttyU is the device actually p bin/106049 [tftpd] [patch] tftpd(8) - improve -w option to suppor o usb/106041 usb [usb] [request] FreeBSD does not recognise Mustek Bear o kern/106030 [ufs] [panic] panic in ufs from geom when a dead disk o kern/106028 [pxeboot] tftp inside pxeboot isn't initialised proper o conf/106009 rc [ppp] [patch] [request] Fix pppoed startup script to p o docs/105997 doc sys/kern/sys_pipe.c refer to tuning(7), but there is n o kern/105945 Address can disappear from network interface s kern/105943 net Network stack may modify read-only mbuf chain copies o bin/105925 net problems with ifconfig(8) and vlan(4) [regression] o bin/105860 top(1) user ID misalignment in mixer username/uid mode o conf/105689 rc [ppp] [request] syslogd starts too late at boot f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o bin/105614 [patch] setkey(8): Creating NULL encryption ESP SAs wi o docs/105608 doc fdc(4) debugging description staled o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 o kern/105579 piso [libalias] dcc resume over natd in 6.x o conf/105568 rc [patch] [request] Add more flexibility to rc.conf, to o kern/105539 newly added disk devices don't have slice-devices crea o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 s kern/105533 [ahd] adaptec 29320 causes panic with over 4GB f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does o ports/105516 obrien [patch] sysutils/asr-utils needs ASR_COMPAT kernel opt f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o kern/105500 SCSI install on Microsoft Virtual Server 2005 doesn't o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o docs/105456 keramida [patch] overhaul of the security chapter (14) o kern/105375 yongari [sk] 2 x Marvell GBit LAN: device sk0 is attached, but f ports/105374 portmgr PR 100555 DESTDIR changes break BSD.lib.mk o kern/105368 [geli] geli passphrase prompt malfunctioning when moun o usb/105361 usb [panic] Kernel panic during unmounting mass storage (C o kern/105348 [ath] ath device stopps TX o bin/105341 [libpam] [patch] [request] pam_krb5: Add minimum_uid/m o www/105333 www [patch] Base selection in events in libcommon.xsl does o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o kern/105241 [nfs] problem with Linux NFS server up/down combined w o gnu/105221 grep(1): `grep -w -F ""` issue o usb/105186 usb [ehci] [panic] USB 2.0/ehci on FreeBSD 6.2-PRE/AMD64 c o i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server o kern/105169 [panic] cp hangs on copy to a compact flash card f sparc/105157 sparc64 No reply to ping on Sparc64 o conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp o alpha/105134 alpha 'panic: lockmgr: thread ... not exclusive lock owner' a ports/105122 shaun [PATCH] net-im/ejabberd: new UID/GID collides with Sam f conf/105100 ache [locale] [patch] no support for lv (latvian) locale o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m o kern/105067 K8D Master-F and other 8111/8131 boards will not run S o usb/105065 usb [ata] [usb] SATA - USB Bridge o i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o kern/104978 jfv [em] jumbo frames has been broken in RELENG_6 by last s kern/104950 [ata] [request] no support for SATA controller Initio s kern/104938 [nullfs] [request] readlink("/proc/curproc/file") does o bin/104921 ipfw [patch] ipfw(8) sometimes treats ipv6 input as ipv4 (a o ports/104910 nobutaka portsdb -Uu fails on building lsdb when EMACS_NAME is o kern/104882 [iicbb] [patch] pvr250 and pvrxxx drivers need iicbb p o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/104862 [bge] BCM5704 only works at 10Mbit o kern/104851 [inet6] [patch] On link routes not configured when usi o bin/104850 ppp(8): ppp problem on TCP link o usb/104830 usb [umass] system crashes when copying data to umass devi o kern/104826 andre [bge] FreeBSD 6.1 not RFC 768 (UDP) compliant on Compa o kern/104822 [hang] RELENG_6 hangs with VIA VT8237A chipset [regres p kern/104818 sos [ata] Missing driver Silicon Image SiI 3132 SATA II PC o bin/104809 cron(8): incorrect cron behavior with mday field = "*/ o kern/104799 [ata] Several ata observations ICH8 BIOS o kern/104755 Making ISO image with k3b hangs 6.2-PRERELEASE o kern/104751 [netgraph] kernel panic, when getting info about my tr o bin/104746 [patch] traceroute(8): 'traceroute -e -P TCP' cannot w o java/104744 glewis java/berkeley-db installation error o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o bin/104731 gad [patch] missing newline in lpq(1) output o i386/104719 i386 [ata] Seagate ST3802110A errors/delays when using PIO4 s bin/104689 matteo [patch] [request] powerd(8): add support for limiting o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a o kern/104675 [bktr] METEORSINPUT seemingly not setting input o usb/104645 usb [umass] [request] Rave C-201 MP3 player does not commu o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104625 acpi ACPI on ASUS A8N-32 SLI/ASUS P4P800 does not show ther o kern/104624 Sound, mouse and keyboard badly interrupted while I/O o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o kern/104569 glebius panic w/zebra o bin/104553 [patch] [request] Add login group support to login.acc o conf/104549 rc [patch] rc.d/nfsd needs special _find_processes functi o gnu/104533 bugmeister [patch] [request] make send-pr(1) read configuration f o docs/104493 roberto [patch] Wrong description in ntp.conf(5) (CURRENT and o kern/104486 TI1131 Cardbus Bridge cannot detect card insertion on o kern/104485 [bge] Broadcom BCM5704C: Intermittent on newer chip ve o i386/104473 i386 [boot] boot loader reboots before loading kernel on Al o bin/104456 stefanf sh(1): /bin/sh unable to enter deep directories o docs/104432 trhodes No mention of "let" shell builtin in manual pages. o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o kern/104406 [ufs] Processes get stuck in "ufs" state under persist o docs/104403 doc man security should mention that the usage of the X Wi o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o usb/104352 usb [ural] [patch] ural driver doesnt work o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter o amd64/104311 ports/wine should be installable on amd64 o usb/104292 usb [umass] [hang] system lockup on forced umount of usb-s o usb/104290 usb [umass] [patch] quirk: TOSHIBA DVD-RAM drive (libretto f ports/104282 apache bsd.apache.mk - strange apache20 vs apache22 issue p kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o kern/104133 [ext2fs] EXT2FS module corrupts EXT2/3 filesystems o bin/104092 [patch] iostat(8): missing blanks in iostat output o kern/104079 [fdc] [patch] kldunload fdc.ko leads to panic: mutex G o threa/103975 threads Implicit loading/unloading of libpthread.so may crash o www/103938 brd cvs-src archive does not rebuild since 12 Mar 2006 o usb/103917 usb [uhub] USB driver reports "Addr 0 should never happen" o bin/103890 w(1) doesn't see sessreg'd entries in utmp o kern/103883 [ata] DMA is not defaulted on WDMA device (SIS integra a bin/103873 csjp login(1) SEGFAULT on unsuccessful login o kern/103862 [fd] Error with fdformat on -CURRENT o bin/103845 sha256(1): sha256 /dev/acd0 returns immediately o docs/103807 danger wicontrol(8) manpage contains a broken URL o conf/103794 adding other login class to login.conf in case one is o kern/103792 Multiple Logins: ; a 't' appears at prompt o kern/103764 [libradius] [patch] libradius aborts server processing o bin/103762 ppp(8): some tun interfaces with a mtu of 1500 while i o ports/103751 nork databases/linux-oracle-instantclient-sqlplus: ldconfig o kern/103733 [agp] i915 driver on hp dc7100: device not recognized o kern/103715 [bge] [request] Broadcom BCM5708SKFB not recognised by o bin/103712 amd(8): Automounter is apparently not passing flags to p usb/103702 imp [cam] [patch] ChipsBnk: Unsupported USB memory stick o bin/103682 [patch] [request] nfsstat(1) should use %u instead of o ports/103669 ale mysql-server rc script can not use mysql_flags variab s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o kern/103615 emaste [aac] [patch] aac(4) update to the last version availa s kern/103603 6.1 install-boot from floppies fails o kern/103578 [ums] ums does not recognize mouse buttons o kern/103532 [irq] Interrupt storm in 6.2-PRERELEASE [regression] o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o www/103522 www Search interface oddity o kern/103498 [keyboard] momentary system "pauses" when switching VT s kern/103495 vwe [vr] if_vr locks after carrier event f conf/103489 bz [rc.d] [named] [jail] [patch] named_chroot_autoupdate p kern/103464 bz [dns] [jail] jail networking failures to 127.0.0.1 onl o kern/103455 "swap_pager: indefinite wait buffer" with page file en o kern/103454 ipfw [ipfw] [patch] [request] add a facility to modify DF b o usb/103418 usb usbhidctl(1): [patch] [request] usbhidctl: add ability f kern/103332 yongari [fxp] fxp driver does not work correctly on Intel 8255 o kern/103328 ipfw [ipfw] [request] sugestions about ipfw table o kern/103312 [libc] dlsym(NULL,) doesn't work properly o usb/103289 usb [request] USB 2.0 problems on AMD LX-800 CPU and CS-55 o kern/103283 pfsync fails to sucessfully transfer some sessions o kern/103281 pfsync reports bulk update failures o kern/103256 jfv [em] em0: watchdog timeout -- resetting (6.1-STABLE) o kern/103253 thompsa inconsistent behaviour in arp reply of a bridge o kern/103250 [puc] puc failed to attach sio ports when loaded as mo o kern/103200 [ral] ral driver for RELENG_6 is out-of-date with resp o kern/103191 Unpredictable reboot p usb/103167 imp [ehci] [patch] Transcend JetFlash120 memory stick prob o kern/103135 [ipsec] ipsec with ipfw divert (not NAT) encodes a pac o kern/103075 [ata] SATA disk attach/unplug from a MV88SX5041 freeze o i386/103063 i386 [install] Can not install on Dell XPS 700 o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an a kern/103041 linimon [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o kern/103035 [ntfs] Directories in NTFS mounted disc images appear o usb/103025 usb [uhub] [panic] wrong detection of USB device for FreeB o kern/103022 cperciva [headers] /usr/include/crypto/rijndael.h is wrong o usb/102976 usb [panic] Casio Exilim Digital Camera causes panic on in o kern/102956 rink [linux] [patch] Add partial support for SO_PEERCRED in o ports/102954 obrien textproc/urlview: switch from netscape to one gecko. o ports/102946 secteam [patch] ports-mgmt/portaudit o kern/102943 [xfs] kernel crash when unloading the xfs kernel modul o java/102888 glewis Diablo 1.5.0 throws FileNotFoundException when opening o bin/102834 [patch] mail(1) hangs on the sigsuspend system call in o bin/102793 edwin [patch] [request] top(1): display feature of current C o kern/102784 [keyboard] system crashes when using hardware function o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain o kern/102741 andre Multiple outbound connect() calls produce 'Network is o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o usb/102678 usb [keyboard] Dell PowerEdge DRAC5 USB Keyboard does not p kern/102653 andre [tcp] TCP stack sends infinite retries for connection o bin/102638 matteo [patch] sysinstall(8): custom dist set always install o i386/102617 vwe [smbfs] [editors/ooo] 7 x "smb_maperror: Unmapped erro o kern/102612 [asr] da0 not detected when sharing bus with ch0 devic o bin/102609 [patch] Add filtering capability to date(1) f ports/102603 cperciva move ports o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o bin/102515 [libc] fsck_ufs crashes if no console at all o conf/102502 net [patch] ifconfig name does't rename netgraph node in n s ports/102499 rik lftp asc file checksum mismatch o bin/102498 [sysinstall] sysinstall(8): Cursor doesn't track sysin o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo o i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze o bin/102394 [patch] ls(1) do not shows inode number symbolic link o kern/102390 [pppd] [patch] kernel pppd don't using pam o kern/102363 "Resource temporarily unavailable" message from dvd+rw o bin/102357 [patch] tcsh(1)/csh(1) jobs control: sometimes 'fg' co o bin/102299 [patch] grep(1) malloc abuse? o kern/102252 acpi acpi thermal does not work on Abit AW8D (intel 975) o kern/102250 trhodes [msdosfs] panic upon forced umount of removed medium o bin/102232 gad Defects in -O option to ps(1) o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o bin/102205 kdc(8): login failure: ssh + gssapi + dual stacks + pa o bin/102162 [tftpd] [patch] tftpd(8): Limit port range for tftpd o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work o kern/102035 net [plip] plip networking disables parallel port printing o kern/101948 net [ipf] [panic] Kernel Panic Trap No 12 Page Fault - cau o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces o bin/101921 [request] security.bsd.see_other_uids for further prog o kern/101819 sos [ata] ata driver wrongly determines type RAID on ICH7R o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker o usb/101775 usb [libusbhid] [patch] possible error in report descripto a bin/101762 [sysinstall] sysinstall(8): sysinstall does not obey / o usb/101761 usb [usb] [patch] [request] usb.h: increase maximal size o p usb/101757 imp [patch] uhid.4: correct structure field names to match o usb/101752 usb [umass] [panic] 6.1-RELEASE kernel panic on usb device o kern/101734 [ata] -CURRENT cannot see SATA drive on ASUS A8N-SLI ( o i386/101667 i386 [ata] ATA problems when power management is on o kern/101618 kernel panic on multiple Dell PE2850s o i386/101616 i386 [hang] FreeBSD freeze on bootup, Compaq Proliant (lega a ports/101566 apache www/apache20: All .svn subdirectories in $(htdocsdir) o docs/101464 doc sync ru_RU.KOI8-R/articles/portbuild/article.html with s ports/101450 stas multimedia/transcode: tcprobe broken for devfs o usb/101448 usb [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/O o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o ports/101340 danfe x11/nvidia-driver: Vidcontrol Causes Video Corruption o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s o threa/101323 threads [patch] fork(2) in threaded programs broken. o ports/101301 olgeni archivers/star: star 1.4.3 is BUGGY - replace it with o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o docs/101271 remko serial console documentation implies kernel rebuild re s ports/101230 obrien shells/bash: bash parser not generated properly with s o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o kern/101226 jfv [em] Access to IPMI module is lost when the em driver f ports/101166 wxs bittorrent-curses only works under English locales. o usb/101096 usb [ural] [panic] USB WLAN occasionally causes kernel-pan o i386/101062 i386 [hang] Freeze on detect Intel 900 VGA on boot with ACP f kern/101061 vwe [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani o kern/100974 rwatson [panic] sorele. FreeBSD 6.1 RELEASE i386 o bin/100956 remko [patch] support setting carp device state with ifconfi o bin/100921 [patch] tftpd(8): libexec/tftpd: `-w' non-traditional o bin/100914 [patch] tftpd(8): libexec/tftpd: write access control o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup o kern/100839 [txp] txp driver inconsistently stops working when the o i386/100831 i386 [sio] sio ignores BIOS information about serial ports s threa/100815 threads FBSD 5.5 broke nanosleep in libc_r s bin/100805 yar WITHOUT_INET6 is ignored by many src/ components o docs/100803 jhb [patch] the man page about ithread is expired. o conf/100782 [keyboard] [patch] Default keymap to support ALT+Left, o ports/100776 sem Failure to update devel/mico by portupgrade o usb/100746 usb [keyboard] system does not boot due to USB keyboard pr o kern/100709 [libc] getaddrinfo(3) should return TTL info o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe o conf/100616 [patch] syslog.conf: lines after exclamation point ign o kern/100609 UPDATING suggestions are missing a few mount commands. o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu o kern/100519 net [netisr] suggestion to fix suboptimal network polling o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste o kern/100513 [smbus] Inconsistent definition of SMBus addresses in o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies o kern/100499 yongari [vr] vr interface stops transmitting a bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl o bin/100442 obrien ftpd(8): lukemftpd core dumps on anonymous login o bin/100436 kensmith sysinstall(8): live CD fixit mount does not find mount f ports/100431 dougb port print/hpijs default config interferes with print/ o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o o i386/100420 i386 [boot] boot1/boot2 lba error o kern/100410 [bge] bge driver disables access to shared iLo on HP D o ports/100350 apache www/apache20 profiles not working at system startup/sh o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam o bin/100320 edwin [request] Update top(1) to 3.6 o kern/100290 yongari [rl] rl0: watchdog timeout [regression] o docs/100242 doc sysctl(3) description of KERN_PROC is not correct anym o kern/100219 bz [ip6] IPV6_PKTOPTIONS and possible mbuf exhaustion. o i386/100204 i386 FreeBSD reports raid as broken - but it is not o docs/100196 doc man login.conf does explain not "unlimited" s kern/100170 [request] Support login class in ldap directory o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o misc/100133 [boot] keyhit function in boot2.c that falls into an i a bin/100089 [patch] ftp(1): default ftp application of FreeBSD giv o bin/100018 [patch] newsyslog(8) does not check size if time_at is o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o kern/99989 panic when detaching disks o kern/99979 [patch] Get Ready for Kernel Module in C++ s bin/99973 yar systat(1): systat -ifstat traffic counter overflow o kern/99954 scsi [ahc] reading from DVD failes on 6.x [regression] o bin/99896 gad [patch] lpr(1): lpr -r flag has no effect o kern/99850 [ar] ataraid hangs in g_waitidle when attaching to nVi o kern/99800 [libc] [patch] Add support for profiling multiple exec o kern/99765 drifting time, SuperMicro PDSMi Motherboard, "calcru n o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o conf/99721 rc [patch] /etc/rc.initdiskless problem copy dotfile in s o kern/99692 [patch] [L10n] A pl_PL.dvorak keymap for syscons. o kern/99664 mountd and/or nfsd have to sometimes have to be restar o bin/99662 rpc.rquotad(8): quota information leak while rpc.rquot o kern/99652 [ata] nVidia nForce MCP51 controller hangs w/ 2 drives o misc/99643 linimon request to remove src/tools/tools/portsinfo because it o misc/99627 [build] [patch] make update & CVSROOT o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o kern/99607 [pppd] pppd hangs kernel due to interrupt flood from s o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o bin/99566 jail [jail] [patch] fstat(1) according to specified jid o usb/99538 usb [keyboard] while using USB keyboard default params of o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o kern/99485 Disk IO Causes multimedia/mplayer To Drop Frames o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar s kern/99421 [request] Option Globetrotter Fusion card not recogniz p usb/99419 imp external usb harddrive slow to accept o kern/99408 [ppp] problems with ppp and arp a docs/99356 ru man page of sendmsg(2) does not include EINVAL o conf/99328 linimon [patch] updates for src/share/examples/cvsup o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o www/99305 bugmeister send-pr.html is frustrating/broken o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o kern/99186 lulf [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple o www/99184 wosch Viewing HP-UX manpages with http://www.freebsd.org/cgi o gnu/99173 [patch] replace gnu patch with a bsd-licensed one. o kern/99094 [linprocfs] panic: sleeping thread (Sleeping thread .. o kern/99088 [ata] Critical Problems with VIA 8251 SATA2/RAID Contr f kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/98978 net [ipf] [patch] ipfilter drops OOW packets under 6.1-Rel o docs/98974 doc Missing tunables in loader(8) manpage o kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o bin/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip o kern/98831 ipfw [ipfw] ipfw has UDP hickups o conf/98815 [locale] [patch] Add euro symbol to pt_PT locale using o kern/98804 [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the o www/98798 www Our statistics page is out of date o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o i386/98765 i386 [ata] timeouts on sata drive (Asus a7n8x-e) o docs/98759 doc [patch] sbp_targ(4) man page missing reference to devi o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc o bin/98577 [patch] dhclient(8): the link check by dhclient slows o bin/98542 [pppd] pppd(8) daemon unexpectently died , Exit 1 o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o bin/98468 newsyslog(8): Value over 99 in newsyslog.conf count fi o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are see p misc/98383 yar [request] include the mt command in the rescue CD o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o bin/98220 wpa_supplicant(8) operation does not match documentati o bin/98218 wpa_supplicant(8) blacklist not working o i386/98215 i386 [geode] [regression] FreeBSD can no longer boot Geode o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec s kern/98162 [request] AcerHK driver port needed for enabling WiFi o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o docs/98115 doc Missing parts after rendering handbook to RTF format o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach p kern/98015 remko [bfe] [patch] bfe(4): double free in error handling pa o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to a kern/97921 rwatson [socket] close() socket deadlocks blocked threads p conf/97697 matteo [patch] rc.conf - jail__exec_afterstart[0..n] o kern/97665 [sio] hang in sio driver o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o ports/97544 sumikawa patch for net/zebra's ospfd snmp o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/97517 [fdc] Floppy device lost permissions when active flopp o kern/97505 [procfs] file entry of procfs points to "unknown" o kern/97504 ipfw [ipfw] IPFW Rules bug s bin/97498 [request] newfs(8) has no option to clear the first 12 o bin/97478 umount(8): umount -f /card -> hardware-reset is needed o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o java/97461 java Diablo JDK does not report Update level in a format su o kern/97458 [ath] ath driver hangs up system during reboot o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne o bin/97392 ppp(8) hangs instead terminating o kern/97383 acpi Volume buttons on IBM Thinkpad crash system with ACPI o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o kern/97329 [nfs] [patch] code simplification o kern/97326 emulation [linux] file descriptor leakage in linux emulation o kern/97306 [netgraph] NG_L2TP locks after connection with failed o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. s kern/97266 [fdc] System hangs at kernel time after boot: /dev/fd0 o kern/97265 System hangs at the end of shutdown -h now o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o kern/97208 [firewire] System hangs / locks up when a firewire dis a ports/97183 roam Update port: net/libnids to 1.21 o usb/97175 usb [umass] [hang] USB cardreader hangs system o kern/97164 [libdisk] libdisk's Open_Disk() crashes o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o bin/97108 [sysinstall] write failure on transfer (wrote -1 bytes o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o i386/97025 i386 [vmware] fbsd (2 cd) dont install in vmware 5.5.0 - re o conf/97014 [gif] gifconfig_gif? in rc.conf does not recognize IPv o bin/97002 [patch] cron(8) fails quietly if /usr/sbin/sendmail is o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 a ports/96953 apache apache22 port uses its own directories o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" [re o bin/96854 imp [patch] devd(8) parses events incorrectly in some case o bin/96840 [libc] [patch] getgrent() does not return large groups o ports/96749 apache Support Berkeley DB in Apache 2 o conf/96746 [nanobsd] [patch] Configuration changes and README for f kern/96743 yongari [sk] [patch] broken 32-bit register operations p usb/96714 imp [uvisor] [patch] Update uvisor to support the Fossil A o kern/96644 [panic] umount(8) crash after mount/umount disturbance o conf/96589 Periodic monthly invalid times with 32 character usern o bin/96540 [patch] catman(1) does not deal correctly with hard-li o kern/96538 multimedia [sound] emu10k1-driver inverts channels o usb/96457 usb [umass] [panic] fatback on umass = reboot o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel f conf/96412 linimon [rpc] 2 rpc.lockds launched at boot ? blocking problem o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL f kern/96393 [libz] [patch] assembler implementations for libz on i o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o kern/96346 [modules] [patch] disable build of modules that are al o conf/96343 rc [patch] rc.d order change to start inet6 before pf o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog f kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le o kern/96268 [socket] TCP socket performance drops by 3000% if pack o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o stand/96236 standards [patch] [posix] sed(1) incorrectly describes a functio o i386/96225 i386 [boot] Toshiba M70-CL3 Hangs Up During Booting o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync o docs/96207 doc Comments of a sockaddr_un structure could confuse one o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o kern/96157 Subtle incompatability of FreeBSD and LITE-ON SOHW-167 p usb/96133 imp [scsi] [patch] add scsi quirk for joyfly 128mb flash u o bin/96128 [ahc] [patch] Make aicasm WARNS=6 clean s usb/96120 usb [ums] [request] USB mouse not always detected o conf/96094 [gif] startup scripts do not configure gif interfaces o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout o kern/96030 net [bfe] [patch] Install hangs with Broadcomm 440x NIC in o stand/96016 standards [headers] clock_getres et al should be in o conf/96015 uncommenting the msgs invocation in /etc/profile can f o i386/96014 i386 [install] HP Pavilion zv5000(Intel) reboot installatio o bin/95979 [patch] burncd(8) fails to fixate CDs o gnu/95936 egrep(1) misparses multiline parenthetical grouping o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP o conf/95754 [patch] Portuguese timedef p bin/95715 [patch] random(6) busy loop under some conditions f kern/95711 linimon [fdescfs] rm on fdescfs causes panic: lockmgr: locking f kern/95710 [iwi] iwi wont roam o bin/95698 philip [patch] moused(8): Software control of sysmouse o bin/95692 gdb(1): GDB in base of both FreeBSD 6 and 5 is ancient o gnu/95691 GDB segfaults on my programme in both FreeBSD 6 and 5 o kern/95661 [pci] [patch] pci_pci still not correct for initializi s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb o kern/95559 RELENG_6: write(2) fails with EPERM on TCP socket unde o ports/95541 roam dns/djbdns WITH_IPV6 queries ip6.int o kern/95532 [gif] if_gif has artificial limitations o kern/95519 [ral] ral0 could not map mbuf o kern/95512 [uplcom] uplcom(4) causes system hangups o kern/95459 Rebooting the system while rebuilding RAID (Intel Matr f ports/95416 stefan multimedia/kino build failure WITH_QUCKTIME o docs/95408 remko install over serial console does not work as documente o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free o kern/95368 [kernel] [patch] Test for race between callout_drain() s usb/95348 usb [keyboard] USB keyboard unplug causes noise on screen o kern/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do o kern/95288 net [pppd] [tty] [panic] if_ppp panic in sys/kern/tty_subr o kern/95277 net [netinet] [patch] IP Encapsulation mask_match() return o kern/95267 net packet drops periodically appear o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values o kern/95222 [iso9660] File sections on ISO9660 level 3 CDs ignored o docs/95139 pgj FAQ to move filesystem to new disk fails: incorrect pe f usb/95131 linimon [install] Boot/setup process does not accept key strok o i386/95106 i386 [install] cannot install freebsd, Nvidia nForce 2 base o i386/95087 i386 [hang] System freeze irrespective of load on Promise F o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx s ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o kern/95084 ipfw [ipfw] [regression] [patch] IPFW2 ignores "recv/xmit/v o bin/95082 [patch] ping(8) won't handle large preload patterns o bin/95079 [patch] apply(1) dies when there are two %1 in command o usb/95037 usb [umass] USB disk not recognized on hot-plug. o bin/95002 [libc] hash db source code has a bug which prevents us f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o kern/94978 [pam] pam_opie module option without "no_fake_prompts" p usb/94946 imp [uhub] [patch] code dynamic status size for status cha o ports/94935 cy security/aide: propose an AIDE_CONF knob for make.conf o i386/94911 i386 [ata] [regression] ata regression with DOM-IDE o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/94849 [ufs] rename on UFS filesystem is not atomic o kern/94838 scsi Kernel panic while mounting SD card with lock switch o o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o kern/94823 [drm] DRM doesnt't work with i915.ko o bin/94810 fsck(8) incorrectly reports 'file system marked clean' o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o bin/94750 watch(8) utility faults when tty disconnects p usb/94742 imp [umass] [patch] umass driver does not recognise YANO e o kern/94733 [smbfs] smbfs may cause double unlock o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o gnu/94695 bugmeister send-pr.el is missing from send-pr distribution o ports/94690 ume [patch] Daemons in /usr/local/etc/rc.d/ must do "setss o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount o bin/94635 snapinfo(8)/libufs only works for disk-backed filesyst o kern/94632 geom [geom] Kernel output resets input while GELI asks for o docs/94625 doc [patch] growfs man page -- document "panic: not enough a kern/94583 [libm] std::isnan()/std::isinf() are not identical to o kern/94578 [panic] Panic by using rtorrent sometimes o bin/94546 [patch] Make telnet(1) accept 'host:port' on command l o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind f sparc/94483 sam [ath] ath_hal does not work on 6-release/sparc64 o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under s threa/94467 threads send(), sendto() and sendmsg() are not correct in libc p usb/94439 imp [patch] Add support for JNC MP3 Player o kern/94424 [bge] BGE5721 or BGE5750? o www/94423 danger [patch] XML'ified release todo list o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. o kern/94393 [ar] PseudoRAID loses track of the master disk s kern/94390 vwe [vr] poor network performance after promiscuous mode i o usb/94384 usb [panic] kernel panic with usb2 hardware o kern/94369 itetcu [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o i386/94364 i386 [keyboard] Unable to boot on NX9110 laptop p usb/94311 imp [ugen][patch] allow interrupt IN transactions to be af o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ s kern/94269 [nullfs] procfs shows wrong data if executable is runn o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o kern/94256 dfr [nfs] nfs locking/rpc.lockd doesn't understand file de o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o kern/94227 'no dump device defined' on random occasions s kern/94182 [altq] [request] altq support for vlan driver p bin/94181 ume portsnap(8) should remove the trailing dot from the se p bin/94180 ume portsnap(8) does not handle HTTP_PROXY_AUTH correctly o kern/94166 [boot] btx halted with a flashcard plugged o kern/94162 [bge] 6.x kenel stale with bge(4) s bin/94159 [request] ipsecctl ported from openbsd o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S s ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b p usb/94132 imp [patch] quirk for CENTURY EX35QUAT disk enclosure o bin/94052 [patch] Adds option to script(1) to suppress carriage- o bin/94051 login(1): IP network in login.access ignored unless DN o bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo o kern/93998 [libstand] [patch] panic in libstand when closing raw o ports/93993 portmgr bsd.autotools.mk: Fix libtool shared library versionin o i386/93989 i386 [install] Can't install FreeBSD from IEEE1394 DVD-RW o o ports/93987 skv lang/perl5x: Allow the perl ports to specify an altern o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o kern/93942 fs [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o conf/93899 mount_smbfs can't load libiconv.so during boot up o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o kern/93885 sos [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se a ports/93883 linimon New port: textproc/p5-libxmlenno The "libxml-enno" co o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o bin/93857 [patch] new utility: kiconv_cs_preload(8): Utility for o www/93854 postmaster Cannot proceed to page after the first in mailing list o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o kern/93825 pf [pf] pf reply-to doesn't work o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o i386/93793 i386 [keyboard] Keyboard stops working after a shutdown -p a kern/93790 cperciva cpufreq missing frequencies o i386/93787 i386 [hang] freebsd 6.0 hangs on atkbd0 on Proliant 1850r s o docs/93785 obrien The man page for ftpchroot(5)/ftpusers(5) contradicts o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/93771 sos [ar] [panic] atacontrol status ar1 causes panic o kern/93770 [drm] ati 9600 PRO radeon not recognized by the system o i386/93762 i386 [hang] [loader] Machine lockup at boot loader countdow o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o kern/93685 [pipe] select on pipe write fails from '0' end o docs/93683 chinsan [patch] some typos in klist(1) o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o kern/93634 vwe [msdosfs] False access to renamed files/directories (c o gnu/93629 GNU sort(1) tool dumps core within non-regular locale o i386/93615 i386 [install] Operating system wont install. Problem with o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o ports/93560 roam [patch] dns/djbdns-ipv6: Update IPv6 patches o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o kern/93461 [smp] [regression] Intel 440LX SMP freeze (regression o usb/93408 usb [mouse] hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes o kern/93396 dlopen crash with locked page p kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o kern/93381 reboot(8) works but 'reboot -n' hangs o kern/93378 net [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu o kern/93331 [kernel] [patch] broken asm in kernel o bin/93317 ld-elf.so doesn't translate unresolved weak symbol int o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o kern/93305 Machine freezes solid running dhcpclient after suspend o kern/93300 ipfw [ipfw] ipfw pipe lost packets o ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: Permission de o bin/93275 [sysinstall] Failure to install after restarting insta o power/93203 ppc FreeBSD PPC Can't Write to Partitions. o kern/93197 [libc] strptime(3) succeeds on formats it should fail s kern/93170 Changing system date causes panic in nd6_timer o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o kern/93128 scottl [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI o gnu/93127 [patch] add __FreeBSD_kernel__ to pre-defines o kern/93093 [libc] xdr_string might call strlen(3) on NULL o ports/93033 skv Problem using perlcc o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o bin/92866 krion pkg_add(1) should return a different result code if pa o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o kern/92798 scsi [ahc] SCSI problem with timeouts o kern/92795 [panic] lockmgr panic during sys_exit file cleanup o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/92751 [reboot] camcontrol(8): 5.4 crashes after camcontrol d o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and o kern/92716 [hifn] [hang] hifn driver hangs after a short while wh o kern/92690 silby [net] slowstart_flightsize ignored in 6-STABLE o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o ports/92651 stas graphics/gmt - WITH_EVERYTHING doesn't fetch o docs/92626 doc jail manpage should mention disabling some periodic sc o ports/92604 ale mysql41-client broken with non-default character set f kern/92552 net A serious bug in most network drivers from 5.X to 6.X o conf/92541 [patch] [locale] add ca_AD, ca_FR and ca_IT locales o conf/92523 rc [patch] allow rc scripts to kill process after a timeo o kern/92518 [hptmv] Intense disk activity (large FS newfs and/or m o kern/92512 multimedia [sound] distorted mono output with emu10k1 o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o kern/92440 mbr Kernel fault in knote when getty opens a serial port s ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message o kern/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per o bin/92370 [pppd] ppp server not accessible to IPV4 unless built o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff p usb/92306 imp [quirk] [patch] Support for iRiver U10 USB media playe o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces o kern/92238 sos [ata] [patch] Spurious "atapci1: failed to enable memo o i386/92193 i386 [boot] Can't boot from 6.0 Installation CD: BTX halted o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o kern/92164 scottl [ips] SCSI target mode LOR o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o kern/92104 des [panic] kernel panic near readlink syscall o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92090 net [bge] bge0: watchdog timeout -- resetting o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE p kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o bin/92062 phk mdconfig(8): mdconfig -l shows 95 entries max. f bin/92058 ssh(1): FreeBSD 6 release Xeon SCSI ssh does not work o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o bin/91993 sam dhclient(8) option missing, script incompability o kern/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o p kern/91919 imp [pccbb] pccbb does not supply appropriate voltage o kern/91910 scottl [aac] [regression] aac driver hangs on Dell PE800 with o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o kern/91859 [ndis] if_ndis does not work with Asus WL-138 o kern/91847 ipfw [ipfw] ipfw with vlanX as the device o ports/91838 danfe [BUG] graphics/svgalib: tty switching is broken o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " s kern/91777 net [ipf] [patch] wrong behaviour with skip rule inside an s i386/91748 acpi acpi problem on Acer TravelMare 4652LMi (nvidia panic, o i386/91745 i386 [smp] Second processor not detected on Proliant ML530 o conf/91732 [patch] 800.loginfail: fix log message grep expression o kern/91719 [pxeboot] BZ2_bzDecompress returned -3 error on loadin o ports/91681 apache apache-2.0.54_4 building modules fails using integrate o usb/91629 usb [usb] usbd_abort_pipe() may result in infinite loop o bin/91606 sha1(1): sha1 /dev is suspended o kern/91594 net [em] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/10 o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o www/91539 www FreeBSD web site renders very badly o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o bin/91536 sos burncd(8): burncd -t feature strangeness o docs/91506 doc ndis(4) man page should be more specific about support f amd64/91492 amd64 [boot] BTX halted f kern/91476 gavin [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o bin/91393 window(1) changes console cursor shape to blink o kern/91364 [ral] [wep] WF-511 RT2500 Card PCI and WEP o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o conf/91342 [devfs] Errors in devfs.rules files don't get logged o kern/91339 [psm] mousedriver do not recognize aditional buttons o o ports/91318 emulation [fix] graphics/linux_dri: works on amd64 too a bin/91316 [patch] pax(1): pax -pe does not preserve times on sym o kern/91311 [aue] aue interface hanging o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula s kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil s kern/91229 [request] PAN (piconet) Bluetooth profile is not suppo o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o kern/91134 [smbfs] [patch] Preserve access and modification time o conf/91106 pjd date definitions in pl_PL locale are wrong o bin/91101 edwin [patch] whereis(1): make more readable s kern/91038 acpi [panic] [ata] [acpi] 6.0-RELEASE on Fujitsu Siemens Am o bin/91034 [patch] minor fix to iostat(8) so that columns line up o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout s conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90837 [sound] PCM - ICH6 - device is busy, but old process d o bin/90823 [patch] cp(1) should use lchflags() o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o bin/90736 [libc] dlfunc can not be defined in libc o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o bin/90690 ps(1) errorneously respects terminal column settings w o bin/90687 [patch] side effect of -delete option of find(1) o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90656 [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o kern/90582 geom [geom] [panic] Restore cause panic string (ffs_blkfree o kern/90580 [libc] wordexp(3) fails to check for EINTR o bin/90524 reset(1) doesn't fully restore terminal state o kern/90442 [panic] kmem_alloc fails kmem_map: too small, on a RAI o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o bin/90384 [patch] chroot patch for sftp-server(8) o kern/90368 [pxeboot] pxeboot misses ${class} parameter when booti s bin/90367 [request] libmap.conf needs exclusivity support o bin/90311 [patch] add "eject" to mt(1) o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o bin/90266 philip bsnmpd(1) returns bad data during a snmpwalk of the en s kern/90243 acpi Laptop fan doesn't turn off (ACPI enabled) (Packard Be o kern/90237 [drm] [panic] panic in sis DRM o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf p usb/90162 imp [usb] [patch] Add support for the MS Wireless USB Mous o bin/90130 [patch] sysctl(8): print temperature in celsius only w o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90093 geom fdisk(8) incapable of altering in-core geometry o kern/90086 [hang] 5.4p8 on supermicro P8SCT hangs during boot if s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS f kern/89989 bz [jail] [patch] Add option -I (ASCII 73) PID to specif o bin/89988 [patch] bootparamd(8) null host support and whoami fix p kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o bin/89959 brooks dhclient(8): dhcp: ip length 314 disagrees with bytes o usb/89954 usb [umass] [panic] USB Disk driver race condition? o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o conf/89870 rc [patch] [request] make netif verbose rc.conf toggle o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d o bin/89799 [patch] Making natd(8) not require a newline at the en o kern/89775 [kqueue] [hang] kevent hangs on second wait for /dev/d o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89762 edwin [patch] top(1) startup is very slow on system with man o kern/89752 dwmalone [bpf] [patch] bpf_validate() needs to do more checks f kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with a kern/89660 geom [vinum] [patch] [panic] due to g_malloc returning null a conf/89589 secteam virecover follows hardlinks, possibly exposing sensiti o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o kern/89546 geom [geom] GEOM error o kern/89522 6.0-RELEASE will not boot on some Compaqs with mouse c o amd64/89501 amd64 [install] System crashes on install using ftp on local o docs/89492 attilio vfs doc: some VOP_*(9) manual pages are outdated with o ports/89441 hrs TeX support in FreeBSD is problematic. o kern/89411 acpi [acpi] acpiconf bug o bin/89410 [patch] sh(1) missing \u interpolation and bug/fix in o bin/89403 fetch(1) doesn't honour authentication credentials whe o kern/89396 [reboot] remounting cdrom causes reboot o bin/89326 [patch] Add pattern matching to login.access(5) p docs/89325 trhodes [patch] Clarification of kbdmap(5), atkbd(4) and kbdco s kern/89305 vwe [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net s kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o i386/89249 [ataraid] HighPoint RocketRAID 1520 (HPT372N) can't wr o kern/89179 Random reboots on Dell PowerEdge 6300 o kern/89166 [mouse] jumpy mouse movement s kern/89102 geom [geom] [panic] panic when forced unmount FS from unplu o kern/89070 [panic] NULL m passed to m_copym() in ip_fragment() o conf/89061 rc [patch] IPv6 6to4 auto-configuration enhancement s usb/89003 usb [request] LaCie Firewire drive not properly supported o kern/88962 [panic] Kernel panic with ACPI is enabled p usb/88939 imp [umass] [patch] Fix cheapy Myson USB-IDE adapter o i386/88929 i386 [ata] FreeBSD 6.0 install CD fails to find disks on So o kern/88914 [hang] system freeze during file transfer o conf/88913 rc [patch] wrapper support for rc.subr o bin/88826 [sysinstall] sysinstall infinity wait for da0 o bin/88821 pjd [patch] IPv6 support for ggated(8) o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o bin/88780 [patch] Baseline ipmon(8) uses LOG_LOCAL0 syslog, not s i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg f kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o misc/88680 [build] !compiling freebsd components o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o kern/88657 [smbfs] windows client hang when browsing a samba shar o bin/88655 [patch] tcsh(1): /bin/tcsh ls-F : Floating exception ( o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o kern/88601 pjd [geli] geli cause kernel panic under heavy disk usage o bin/88599 ifconfig(8): change in default behavior with ifconfig o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o kern/88555 [panic] ffs_blkfree: freeing free frag on AMD 64 a bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o bin/88524 openssl(1) can not work with smtp.gmail.com o kern/88518 rodrigc cannot mount root rw at boot o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar s i386/88491 i386 [install] Panic when boot installation CD1 (Acer Trave o kern/88487 [panic] softdep_setup_inomapdep: found inode o kern/88450 andre SYN+ACK reports strange size of window o usb/88408 usb [axe] axe0 read PHY failed o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o kern/88320 [nis] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o kern/88182 [ural] [wep] wep is broken in ural(4) hostap mode o kern/88150 des [pam] PAM does not search /usr/local/lib for modules s i386/88139 i386 [i386] [request] 53C875 Chipset HP 5064-6016 doesn't w o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. o gnu/88087 c++filt(1) dumps core on a trivial string "STYLEPROP_" o kern/88082 [ath] [panic] cts protection for ath0 causes panic o bin/88056 [patch] [request] cp(1) could really use Linux's -x op o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o kern/88020 cannot boot unless: hint.apic.0.disabled="1" is set on o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o bin/87966 [patch] newfs(8): introduce -A flag for newfs to enabl o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o conf/87925 [patch] [request] modify output of 405.status_ata_raid o kern/87859 [smbfs] System reboot while umount smbfs. o docs/87857 doc ifconfig(8) wireless options order matters p bin/87841 murray fetch(1) should have options to set http "if-modified- o kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw without media o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/87758 [ath] [hang] Reboot problem with atheros wireless card o bin/87729 phk [libc] [patch] most calls to malloc(3) generate warnin o bin/87726 dfr gssapi.h is not c++ aware o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE s kern/87653 [drm] ATI Radeon Mobile X600SE not detected by kernel o bin/87651 [patch] fsck(8) (on superblock error) tells wrong man o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o kern/87586 [diskless] [vm] [panic] Unable to use networked swap i o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo s bin/87529 [request] pw(8): "pw lock", "pw unlock" should support o kern/87521 net [ipf] [panic] using ipfilter "auth" keyword leads to k o kern/87515 Splash screen fails to load on boot o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge s ports/87420 portmgr [patch] bsd.port.mk: implementing WITH_OPENLDAP_VER to o ports/87397 edwin incorrect use of PAPERSIZE make variable in some ports f kern/87368 bde [msdosfs] fat32 is very slow o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 a ports/87312 obrien Update misc/figlet to 2.2.2 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o usb/87224 usb [usb] Cannot mount USB Zip750 p conf/87196 matteo human readable disk free in daily output run o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o www/87119 hrs [patch] encode copyright and such symbolically s kern/87094 5.4 system with SMP and IPFW crashes under load (mbuf o kern/87074 mlaier pf does not log dropped packets when max-* stateful tr o kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface implementation o bin/87022 telnet(1) hang in ptcout o kern/87010 pjd Reading kernel memory & pagefault under non-root o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos s kern/86920 net [ndis] ifconfig: SIOCS80211: Invalid argument [regress o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o kern/86871 allocation logic for PCBs in TIME_WAIT state causes pa o bin/86859 kensmith [sysinstall] Installer should ask about Linux earlier o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o bin/86765 bsdlabel(8) assigning wrong fs type. o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR a kern/86752 mlaier pf does not use default timeouts when reloading config f ports/86687 skv lang/Perl5.8 ithreads coredump o bin/86665 [sysinstall] sysinstall binary upgrade clobbers named. o bin/86635 [patch] pfctl(8): allow new page character (^L) in pf. o kern/86619 [linux] linux emulator interacts oddly with cp o ports/86608 ale lang/php5: Enhancement to allow dynamic open_basedir w o bin/86600 matteo [sysinstall] Sysinstall boot manager screen is mislead o kern/86587 [msdosfs] rm -r /PATH fails with lots of small files o kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_ACL) paniced b o bin/86485 [patch] hexdump(1): hexdump -s speedup on /dev a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o bin/86454 [sysinstall] sysinstall terminates with signal 10 if I p kern/86437 andre tcp_input.c and tcp_sack.c refer to obsolete ICPM_BAND o kern/86427 gnn LOR / Deadlock with FASTIPSEC and nat o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o bin/86405 more(1) segmentation fault s ports/86401 stas new ports multimedia/zapping o bin/86388 [patch] periodic(8) daily should backup bsdlabel(8) / o docs/86342 doc bikeshed entry of Handbook is wrong s kern/86319 [nfs] [request] support a "noac" NFS mount flag to tur o usb/86298 usb [mouse] Known good USB mouse won't work with correct s o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/86261 brian 'out of buffer space' after many PPPoE re-dial attempt o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 p usb/86195 imp [aue] [patch] allow USB Ethernet Adaptor "ELECOM LD-US o bin/86148 [patch] dirname(1) doesn't take multiple arguments as o kern/86103 net [ipf] Illegal NAT Traversal in IPFilter f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/86055 FreeBSD 6.0 beta4 install panic:bio already on queue o bin/86012 kpasswd(1) fails if one of the KDC are unreachable. o kern/86003 Startup reports "failed to attach P_CNT" o kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 s kern/85975 [cam] devfs does not create entries when removable med o kern/85971 jeff [uma] [patch] minor optimization to uma f i386/85944 gavin FreeBSD restarts after showing "Welcome to FreeBSD" sc o kern/85931 panic: "vm_fault: fault on nofault entry" when using m o gnu/85895 [patch] cc -print-search-dirs returns (null) o kern/85894 [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/85886 [an] an0: timeouts with Cisco 350 minipci o gnu/85824 obrien gas crashes when assembling this file o conf/85819 rc [patch] script allowing multiuser mode in spite of fsc o kern/85816 maxproc=1 in login.conf causes kernel panic when loggi o kern/85813 timeout waiting for read DRQTrying to mount root from o kern/85809 darrenr panic: mutex "ipf state entry" already initialized o kern/85780 'panic: bogus refcnt 0' in routing/ipv6 o kern/85768 gibbs [ahd] aic79xx driver timeouts with U160 target (free l o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o bin/85712 uncompress(1) program emits bogus "overwrite?" prompt o ports/85707 nork port www/linuxpluginwrapper makes mozilla coredump s kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/85648 [net] [patch] provide more specific default network dr s ports/85513 Intel C++ compiler not 100% binary compatible with sys o bin/85494 fsck_ffs: unchecked use of cg_inosused macro etc. o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/85464 Cannot unmount file-backed disk imported from NFS or S o kern/85450 [ata] [panic] subdisk6 detached (appears to be a sata o bin/85445 ifconfig(8): deprecated keyword to ifconfig inoperativ s kern/85444 vwe [stf] IPv6 crash, possibly related to destroying stf i o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod o i386/85417 i386 [i386] [npx] [patch] Possible bug in ia32 floating-poi o alpha/85346 alpha PREEMPTION causes unstability in Alpha4000 SMP kernel o kern/85326 [smbfs] [panic] saving a file via samba to an overquot p kern/85320 gonzo [gre] [patch] possible depletion of kernel stack in ip s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/85257 [boot] BTX boot loader fails on USB CDROM (HP DL145 Op o docs/85187 doc [patch] find(1) manpage missing block info for -ls o kern/85137 des [pseudofs] [patch] panic due to sleep with held mutex o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o kern/85123 [iir] Improper serialization in iir_ioctl() allows iir o docs/85118 doc [patch] opiekey(1) references non-existing opiegen(1) o bin/85115 byacc generates uncompileable file p stand/85099 remko POSIX violation in split(1) o kern/85086 wkoszek [ef] [patch] Locking fixes for ef(4) (+removes mem. le s i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o kern/84981 [headers] [patch] header protection for with aroun p kern/78179 alc [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o bin/78170 [patch] Fix signal handler in bootpd(8) o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78131 geom gbde(8) "destroy" not working. o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o kern/78090 net [ipf] ipf filtering on bridged packets doesn't work if o bin/78087 groups(1) program inconsistency o kern/78021 sem_open(3) doesn't mention fnctl.h include requiremen p usb/77940 imp [quirk] [patch] insertion of usb keyboard panics syste p kern/77913 net [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW o conf/77663 rc Suggestion: add /etc/rc.d/addnetswap after addcritremo o kern/77662 diskless hostname set via DHCP only if ACPI off o bin/77651 init(8) can loose shutdown related signals o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o bin/77445 ntpd(8): too many recvbufs(40) when ntpd started with o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77341 [ip6] problems with IPV6 implementation o usb/77294 usb [ucom] [panic] ucom + ulpcom panic o kern/77273 net [ipf] ipfilter breaks ipv6 statefull filtering on 5.3 o bin/77261 login(1) doesn't chdir into a group-protected home dir s kern/77195 net [ipf] [patch] ipfilter ioctl SIOCGNATL does not match o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, o kern/77181 mckusick [newfs] [patch] newfs -g largevalue, mkdir, panic o kern/77156 FreeBSD does not redirect packets on proper interface. o kern/77091 [keyboard] Keyboard quits working under X with MAXCONS o bin/77089 natd(8) ignores -u with passive FTP s bin/77082 krion pkg_install(1) - Add 3 new macros to clean pkg-plist o bin/77031 [patch] comm(1) unable to handle lines greater than LI o bin/77001 [sysinstall] sysinstall binary upgrade clobbers /etc/l o kern/76972 64-bit integer overflow computing user cpu time in cal o kern/76950 acpi ACPI wrongly blacklisted on Micron ClientPro 766Xi sys o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/76893 [cam] [patch] Fatal divide in booting processes with B o kern/76848 [amr] amr hangs o kern/76818 rwatson ACL modifications touch file's mtime o bin/76756 des function pw_equal in pw_util.c does not test pw_passwd o bin/76736 dwmalone syslogd(8) pipelines losing messages o usb/76732 usb [ums] Mouse problems with USB KVM Switch o bin/76711 [patch] rm(1): parse error in rm.c:check() while parsi o bin/76697 edwin newsyslog(8) keeps one more archive files than documen s threa/76694 threads fork cause hang in dup()/close() function in child (-l s threa/76690 threads fork hang in child for -lc_r o kern/76678 dfr [libpam] [patch] Allow pam_krb5 to authenticate no loc f kern/76663 gnn panic with FAST_IPSEC and IPv6 o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o conf/76626 [patch] 460.status-mail-rejects shows destination doma o bin/76590 adding -mapall in nfs exports requires reboot o bin/76588 openssl(1) fails on loading keyfiles from BIO resource o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76504 silby Keep-alives doesn't work on half-closed sockets. s conf/76491 Addition into /etc/security few new functions o kern/76485 [libc] sched_getparam(2) returns weird priority number o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o kern/76398 [libc] stdio can lose data in the presence of signals o usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 o bin/76362 sys directory link points to wrong location o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o conf/76226 Default local.9600 gettytab initially uses parity o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o gnu/76169 [patch] Add PAM support to cvs pserver o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o amd64/76136 amd64 [hang] system halts before reboot o bin/76134 fetch(1) doesn't like 401 errors with -A o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/75934 [libcrypt] [patch] missing blowfish functionality in p s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o kern/75873 Usability problem with non-RFC-compliant IP spoof prot o kern/75855 adrian [libc] getpwent(3) functions on 5.3 with large passwor o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75797 usb [sound] 5.3-STABLE(2005 1/4) detect USB headset, But c s bin/75767 [libc] [request] "fdclose" function in libc o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o docs/75711 keramida [patch] opendir(3) missing ERRORS section o kern/75710 [cue] cue0 device configuration causes kernel panic o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o conf/75502 [patch] [locale] Fix LC_NUMERIC and LC_MONETARY for de o kern/75407 [an] an(4): no carrier after short time o bin/75378 login(1): login/wtmp/utmp not updating properly o threa/75374 threads pthread_kill() ignores SA_SIGINFO flag o kern/75368 [panic] initiate_write_inodeblock_ufs2() panic o bin/75362 mount_smbfs(8) No buffer space available o threa/75273 threads FBSD 5.3 libpthread (KSE) bug o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/75249 [boot] 5.x install CD hangs on VirtualPC Version 7 (Ma s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o bin/75177 philip Bug selecting psm operation level in moused(8) o kern/75157 Cannot print to /dev/lpt0 with HP Laserjet 1005 : Devi o conf/75137 jhb add snd_* modules support to /etc/rc.d/mixer o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula o kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 gifs? s kern/74986 jfv [patch] sysctlize a parameter of if_em's interrupt mod p usb/74880 imp [ucom] [patch] Samsung N400 cellphone/acm fails to ata p usb/74849 imp [uvisor] [patch] Samsung SPH-i500 does not attach prop o kern/74827 [fdc] Problem writing data to floppies a kern/74809 [modules] [panic] smbfs panic if multiply mounted o bin/74801 cpio(1) -p --sparse creates truncated files o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o bin/74779 Background-fsck checks one filesystem twice and omits o usb/74771 usb [umass] [hang] mounting write-protected umass device a o ports/74752 simon make takes a little while before anything visible happ o amd64/74747 amd64 [panic] System panic on shutdown when process will not s kern/74708 [umapfs] [panic] UMAPFS kernel panic o gnu/74654 libsupc++.a lacks necessary functions o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 o conf/74610 Hostname resolution failure causes firewall rules to s p usb/74609 imp [umodem] [patch] allowing cdma modems to work at full o gnu/74531 gcc doesn't link correctly if -pg specified s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o kern/74450 [libalias] [patch] enable libalias/natd to create skip o bin/74404 sh(1) does not handle signals to subshells properly an a bin/74387 mount(8) linprocfs can be mounted on top of itself man o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma s kern/74352 NFSCLIENT and booting to an mfsroot via TFTP are mutua f kern/74314 bz [resolver] [jail] DNS resolver broken under certain ja o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection s kern/74242 rwatson Write to fifo with no reader fails in 6.0 current o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w o conf/74213 darrenr [patch] Connect src/etc/periodic/security/610.ipf6deni o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp o i386/74044 gavin [smb] ServerWorks OSB4 SMBus interface does not detect o i386/74008 i386 [boot] IBM eServer x225 cannot boot any v5.x - endless o conf/74004 [patch] add fam support to inetd.conf o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o bin/73884 Add NetBSD's rawrite32 to install tools s kern/73823 acpi [request] acpi / power-on by timer support o conf/73786 [patch] added WARNING in spanish to stable-supfile o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/73744 [lpt] printing via cups causes "Interrupt storm" warni o kern/73740 [ata] [panic] 5-3-R#3 panic when accessing nfs exporte o conf/73677 rc [patch] add support for powernow states to power_profi o bin/73617 [sysinstall] fdisk editor unmarks active partition o bin/73559 sos burncd(8) failure closing/fixating DVD-+R/CD-R/CD-RW N s www/73551 www [request] fix list archive 'quoted-printable' corrupti o www/73549 brd [request] fix mail list archive navigation difficulty o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o gnu/73512 marcel gdb -> Abort trap (core dumped) o bin/73511 [sysinstall] SCSI drive install failure - RC2 s kern/73496 [request] A more flexible version of mkstemp() s kern/73492 [request] Reliable Temporary Files o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si o bin/73422 portmap forks ad infinitum when the NIS domain name is s bin/73411 [request] ftpd(8) could set attributes to 0600 while u o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o conf/73337 [nsswitch.conf] [patch] potential invalid free o kern/73328 edwin [patch] top(1) shows NICE as -111 on processes started o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o kern/73313 simokawa [firewire] Maxtor Onetouch drivers hang or corrupt dat o usb/73307 usb [panic] Kernel panics on USB disconnect o kern/73289 [sym] Interrupt storm on sym0 o bin/73261 Suspending su(1) sometimes hangs s kern/73177 geom kldload geom_* causes panic due to memory exhaustion o kern/73171 imp fwohci driver stating cardbus firewire card has incorr o bin/73019 [ufs] fsck_ufs(8) cannot alloc 607016868 bytes for ino o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( a conf/72978 [patch] [L10n] add danish syscons keymap with accents o i386/72960 i386 [boot] BTX halted with Promise Tx2000 Raid o threa/72953 threads fork() unblocks blocked signals w/o PTHREAD_SCOPE_SYST a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/72906 [twe] twe0 idefinite wait buffer o conf/72901 [patch]: dot.profile: prevent printing when doing an s o bin/72895 rink [sysinstall] Sysinstall generates invalid partition ta o bin/72875 des Some utilities used in debugging do not function prope o kern/72850 apm suspend handling partial broken with 5.3-STABLE o kern/72838 system freezes when trying to umount my digital camera o bin/72793 [patch] wicontrol(8) prints out non-printable chars in s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl p usb/72732 imp [patch] Kyocera 7135 quirk. o kern/72660 machine locks up shortly after abnornal shutdown & sub o conf/72592 [nis] NIS Domain Master fails as client of itself o bin/72588 [patch] iostat(8) tty stats field concatenation o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o i386/72566 acpi ACPI, FreeBSD disables fan on Compaq Armada 1750 o bin/72501 cperciva script(1) loops after EOF is read o conf/72465 [patch] United States International keyboard layout fo o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o kern/72424 panic: ffs_blkfree: freeing free block in ffs/ffs_allo o bin/72398 whatis(8): emulators/mtools man pages are too funky fo o bin/72355 Can't run strings(1) on a (disk) device, even if you w o conf/72277 [patch] update for /usr/share/skel o kern/72224 [agp] umass devices broken by DRM (AGP issue?) o kern/72210 darrenr ipnat problem with IP Fastforward enabled o kern/72208 panic: bio_completed can't be greater than bio_length s ports/72202 simon portaudit warns about the CVS server vulnerability whi o kern/72194 stack backtrace after wakeup from sleeping state o bin/72173 csplit(1) ver 1.9 wrong behaviour with negative offset o conf/72076 [locale] [patch] German locales use old %d.%m.%y date s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o stand/72006 standards floating point formating in non-C locales o conf/71994 [patch] dot.login: login shell may unnecessarily print s kern/71965 andre TCP MSS issue in combination with ipfw fwd o conf/71952 missing past participles in /usr/share/dict/words o bin/71928 Disk quota doesn't work with numeric login s bin/71855 [patch] making kdump(1) WARNS=6 clean o kern/71833 multiple process disc access / injustice o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem s bin/71773 des [patch] genericize.pl -c misses some comments o kern/71771 [amr] Hang during heavy load with amr raid controller o conf/71767 [patch] [L10n] French translations for keyboards keyma o bin/71749 [patch] truss -f causes circular wait when traced proc o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC o bin/71671 [patch] cleanup of the usr.sbin/apmd code o bin/71667 [patch] cleanup of the usr.sbin/bootparamd code o bin/71665 [patch] cleanup of the usr.sbin/dconschat code o bin/71664 [patch] cleanup of the usr.sbin/fwcontrol code o bin/71661 [patch] cleanup of the usr.sbin/keyserv code o bin/71660 [patch] cleanup of the usr.sbin/kgmon code p bin/71659 [patch] cleanup of the usr.sbin/mount_portalfs code o bin/71632 [patch] cleanup of the usr.sbin/ndp code o bin/71631 [patch] cleanup of the usr.sbin/pppctl code o bin/71630 [patch] cleanup of the usr.sbin/pppd code o bin/71629 [patch] cleanup of the usr.sbin/pppstats code o bin/71628 [patch] cleanup of the usr.sbin/rpcbind code o bin/71625 [patch] [nis] cleanup of the usr.sbin/rpc.ypupdated co o bin/71622 [patch] sicontrol(8): cleanup of the usr.sbin/sicontro o bin/71621 [patch] sliplogin(8): cleanup of the usr.sbin/sliplogi o bin/71618 [patch] timed(8): cleanup of the usr.sbin/timed code o bin/71617 [patch] [nis] ypserv(8): cleanup of the usr.sbin/ypser o bin/71616 [patch] [nis] yp_mkdb(8): cleanup of the usr.sbin/yp_m o bin/71613 [patch] traceroute(8): cleanup of the usr.sbin/tracero o bin/71602 [patch] uninitialized "len" used instead of "slen" wit o conf/71549 /etc/termcap missing passthrough printing entries for o kern/71532 Multiple SCSI-Busses are seen differently by BIOS, loa a kern/71474 bms route lookup does not skip interfaces marked down o kern/71469 default route to internet magically disappears with mu o usb/71455 usb [umass] Slow USB umass performance of 5.3 o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern a kern/71422 csjp LOR in sys/net/bpf o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o conf/71386 loader.conf: hint.apic.0.disabled="YES" doesn't work. o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a s bin/71290 des [patch] passwd(1) cannot change passwords other than N o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o kern/71258 alc [vm] [patch] anonymous mmappings not always page align o conf/71254 [ncurses] xterm vs. cons* termtypes or sc(4) o kern/71219 /proc/*/map dont tell file offset o gnu/71210 Update to GNU sdiff: add user-preference for merge key o kern/71198 Lack of PUC device in GENERIC kernel causes interupt l o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o kern/71045 [rl] [vr] DHCP-Request is sets other device's ip to nu o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o threa/70975 threads [sysvipc] unexpected and unreliable behaviour when usi o kern/70904 net [ipf] ipfilter ipnat problem with h323 proxy support o i386/70832 yongari [re] re0: watchdog timeout on Evo N1015v o stand/70813 standards [patch] ls(1) not Posix compliant o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o bin/70756 indent(1) mishandles code that is protected for c++ co o kern/70753 [boot] Device for firewire hard disk not created in ti o conf/70715 [periodic] Lack of year in dates in auth.log can cause o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o docs/70652 doc [patch] New man page: portindex(5) o kern/70649 [rtc] system clock slows down when heavily loaded o bin/70600 fsck(8) throws files away when it can't grow lost+foun o bin/70536 reboot(8) -dp tries to dump when powering off o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o kern/70511 When fread(3)ing with buffering turned off, many sysca o bin/70476 reboot(8) change, -p behavior default for halt o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o bin/70336 telnetd(8) always exits with value 1 o bin/70335 inetd(8) inconsistent syslog behavior when max childre o i386/70330 marcel Re-Open 33262? - gdb does not handle pending signals p o bin/70297 amd(8) request to make amd timeouts per-mount local o bin/70245 ru [patch] [build] Change to src/release/Makefile to aid p kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o bin/70002 [sysinstall] fails to locate FTP dirs if the OS has pa o kern/69989 killing process that uses snp + unloading module + lis o bin/69986 [sysinstall] [patch] no job control in fixit shell on o kern/69963 ipfw [ipfw] install_state warning about already existing en o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' p docs/69861 trhodes [patch] usr.bin/csplit/csplit.1 does not document POSI o kern/69826 [libc] 16th group has no effect when accesing file on o kern/69825 [libc] 1st group supplied to setgroups() does not take o i386/69750 acpi Boot without ACPI failed on ASUS L5 o bin/69723 [sysinstall] [request] allow to continue from package o kern/69650 [patch] make getserv* functions work with nsdispatch o bin/69398 [patch] login(1) cleartext display of password in logi o bin/69362 mbr amd(8) does not properly detect the local network sett o ports/69309 ale mysql database backup script for periodic/daily o bin/69268 [patch] Fix ndiscvt(8) to warn you if it's going to ge s i386/69218 simokawa [boot] failure: 4.10-BETA and later do not boot on Asu o bin/69164 marcel gdb(1) amd64: coredump while debugging a core file. f kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o bin/69083 [patch] vi(1) basic modelines for contrib/nvi o kern/69066 panic: nmdm page fault when slattach on a null modem d s threa/69020 threads pthreads library leaks _gc_mutex o bin/69010 [patch] [build] Portability fixes for FreeBSD build ut o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o kern/68978 [firewire] firewire crashes with failing hard disk, lo a kern/68905 secteam [patch] core dumps are assigned wrong ownership a bin/68904 krion pkg_install(1) fixes (_PATH_*, sprintf -> snprintf, st o kern/68889 kmacy [panic] m_copym, length > size of mbuf chain o bin/68797 [patch] cut(1): fflush after each write if an option i o bin/68727 marcel gdb(1) coredumps after recent CURRENT upgrade s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68690 [libc] write(2) returns wrong value when EFAULT o bin/68586 dwmalone [patch] allow syslogd(8) to forward to non-default por p conf/68525 matteo Loader's verbose boot mode has rc.d/localdaemon not na o kern/68458 Burning DVD causes lots of FAILURE - READ_SUBCHANNEL I o bin/68437 [patch] conscontrol(8) DEVDIR -> _PATH_DEV fix and mor p usb/68412 imp [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o bin/68328 [patch] syslogd(8) enable configuration of extra liste s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o bin/68312 [patch] be able to create fdisk(8) partions using simi o kern/68311 [patch] it is impossible to override defaults with ker o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction p kern/68189 bz [arp] [jail] [patch] arp -a discloses non-jail interfa o conf/68108 [patch] Adding mac-address /conf selector to diskless o kern/68076 [modules] Page fault when the sequence "kldunload ucom o bin/68062 standalone repeat(1) command o bin/67943 find(1) fails when current directory is not readable b o kern/67919 imagemagicks convert image to movie conversion kills 5 o alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats way to much : o kern/67830 [smp] [patch] CPU affinity problem with forked child p o bin/67723 restore(8) FreeBSD 5.x restore cannot handle other pla s alpha/67626 alpha X crashes an alpha machine, resulting reboot s kern/67580 [request] add hints for boot failures o bin/67550 [patch] tftpd(8) Add BLK_SIZE option to tftpd server s kern/67545 [nfs] NFS Diskless Mount Option Suggestion o misc/67502 cvsadm cvs-all commit message did not include all files touch f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR s i386/67383 [i386] [patch] do a better job disassembling code in 1 p bin/67365 sysinstall(8) doesn't find latinamerican keymap o conf/67328 [ppp] Usermode PPP hangs on boot when NIS configured o kern/67326 rodrigc [msdosfs] crash after attempt to mount write protected f kern/67309 acpi zzz reboot computer (ACPI S3) o usb/67301 usb [uftdi] [panic] RTS and system panic o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc o bin/67172 w(1) finger(1) display the remote host incorrectly o bin/67142 [nis] rpc.yppasswdd incorrectly throws errors about in o i386/67050 imp CardBus (PCI ?) resource allocation problem (still on o bin/66988 [patch] apm(8) check validation of the returned values o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66893 [patch] [nis] rpc.yppasswdd(8): Linux NIS clients conn o kern/66848 imp [cardbus] cardbus power support breaks cardbus support o bin/66830 [nis] chsh(1) ypchsh(1) do not change user information o bin/66677 mv(1) incorrectly copies somedir/.. to ./.. when it cr f kern/66589 kib [quotas] [jail] processes get stuck in "inode" state w s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o docs/66505 trhodes escaping '~' and '$' characters in login.conf setenv o o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- o bin/66350 matteo [sysinstall] sysinstall creates a partition of subtype o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. p docs/66343 imp [patch] unlisted supported card on man page for wi(4) s ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o kern/66270 [hang] dump(8) causes machine freeze o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message a kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/66162 phk [gbde] gbde destroy error o bin/66103 ppp(8) macro HISADDR is not sticky in filters o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/65901 [smbfs] [patch] smbfs fails fsx write/truncate-down/tr s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o bin/65803 gad [patch] ps(1) enhancements (posix syntax, and more) o bin/65774 [sysinstall] cannot run repair disk when booted from U o i386/65648 imp cardbus("TI1131") won't work on Dell Latitude CP 233XT o kern/65616 gnn IPSEC can't detunnel GRE packets after real ESP encryp o bin/65483 vi(1) -r crashes o kern/65448 jhb _mtx_unlock_sleep() race condition if ADAPTIVE_MUTEXES o kern/65355 [pci] [patch] TC1000 serial ports need enabling o bin/65306 obrien [patch] [build] Portability fixes for FreeBSD build ut o bin/65299 vi(1) temp path contains double / o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o java/65054 glewis Diablo 1.3.1 JVM runs out of file descriptors at 1021 s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( a kern/64816 [nfs] [patch] mmap and/or ftruncate does not work corr o conf/64788 [nsswitch.conf] nsswitch with ldap and starting ppp on s kern/64588 [joy] [request] Extend joystick driver architecture to o kern/64556 net [sis] if_sis short cable fix problems with NetGear FA3 o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/63863 glebius [netgraph] [patch] [request] implement NGM_ELECTROCUTE f usb/63837 linimon [uhid] [patch] USB: hid_is_collection() only looks for o kern/63629 thomas [atapicam] mounting atapicam volume through cd0c cause o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes o bin/63608 Add a -c option to time(1) to display csh output o docs/63570 doc [patch] Language cleanup for the Handbook's DNS sectio o www/63552 gabor Validation errors due to CAPs in attribute values o conf/63527 AM/PM date format should be localized. o bin/63489 top(1) finger(1) segfault when using NIS groups to res o kern/63431 [rtc] motherboard going to suspend mode stops system c o docs/63215 jeff Wrong prototypes in mi_switch(9) (ref docs/24311) o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o a bin/63197 [patch] tftp(1) Bus error, core dumped o kern/63096 csjp [mac] [patch] MAC entry point for route manipulation o docs/63084 des Several Man-pages reference non-existant pam.conf(5) a o kern/63064 [patch] strptime(3) fails on %z s bin/62965 krion pkg_add(1) -r fails if fetching multiple packages at a o kern/62890 ups proc pointer set by fork1 can be stale in fork,rfork,v f bin/62885 des pam_radius(8) doesn't maintain multiple state fields s stand/62858 standards malloc(0) not C99 compliant s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o bin/62833 [sysinstall] can't install: integer divide fault o kern/62824 [panic] softdep_setup_inomapdep: found inode [5.2-CURR o bin/62766 systat(1) -vm does not work on diskless machines o kern/62762 bde [msdosfs] Fsync for msdos fs does not sync entries o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o bin/62711 kensmith [sysinstall] installation: "Insert Next CD" Prompt is o bin/62702 [sysinstall] backup of /etc and /root during sysinstal o kern/62468 panic: system crashes when serial getty enabled and se o conf/62417 luigi diskless op script failed o docs/62412 trhodes one of the diskless boot methods described in the Hand o bin/62367 [sysinstall] 5.2.1-RC installation problems a kern/62278 [nfs] [patch] NFS server may not set eof flag when rea s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o kern/62102 alc obreak update o bin/62077 [patch] Make it possible to abbreviate mixer(8) device o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o bin/61978 delphij [patch] sync setkey(8) token.l with KAME o alpha/61973 alpha Machine Check on boot-up of AlphaServer 2100A RM o bin/61971 kinit(1) --renewable fails o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o alpha/61940 alpha [sysinstall] Can't disklabel new disk from FreeBSD/alp o kern/61909 5.2-Current fails to notice change of CD in drive o bin/61890 [sysinstall] fdisk(8) uses incorrect calculations for s kern/61810 mounts done within a chroot show up wrong and can't be a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o kern/61733 imp panic: resource_list_release: resource entry is not bu o bin/61716 mckusick newfs(8) code and manpage are out of sync s kern/61677 Unable to open CDROM tray if boot_cdrom is in loader.c o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault s kern/61622 Intel Pro/100 Intelligent Server Adapter unsupported N o docs/61605 doc [request] Improve documentation for i386 disk geometry s i386/61603 [sysinstall] wrong geometry guessed o kern/61503 [smbfs] mount_smbfs does not work as non-root s kern/61497 ups [kernel] [patch] __elfN(map_insert) bug s i386/61481 [patch] a mechanism to wire io-channel-check to userla o kern/61438 [sysinstall] 5.2 nfs tasks running by default after sy o kern/61404 silby RFC1323 timestamps with HZ > 1000 o bin/61355 login(1) does not restore terminal ownership on exit s misc/61322 [build] [patch] bsd.dep.mk disallows shell generated f o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o conf/61289 /etc/pccard_ether: please use ifn value on pccard scri o bin/61264 [sysinstall] unable To Use VT100 Terminal Emulator (Te o bin/61239 [patch] bootp enhancement, places the dhcp tags into t p usb/61234 imp [usb] [patch] usbhidaction(1) doesn't support using an s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb o bin/61152 [sysinstall] installer refuses to mount USB-floppy or o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o bin/60892 [patch] added -p option to kldxref(8) to allow creatio s kern/60874 [request] auto-assign devfs ruleset numbers o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o kern/60699 [atapicam] DVD Multidrive udma mode autosensed wrong o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o bin/60632 [sysinstall] UI bug in partition label screen in sysin s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60598 scsi wire down of scsi devices conflicts with config s ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o o docs/60529 ume resolver(5) man page is badly out of date o misc/60503 [modules] small error in modules installation f bin/60350 kensmith [sysinstall] in Choose Distributions screen, "All" doe o bin/60349 scottl sysinstall(8): 5.2-RC1 cannot do NFS installation p kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp s kern/60293 net FreeBSD arp poison patch o kern/60235 phk some /dev-entries missing for newly auto-added disks o kern/60174 marcel debugging a kernel module in load/attach routines o kern/60089 scottl [udf] UDF filesystem appends garbage to files s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o gnu/59971 peter assertion "strncmp (repository, current_parsed_root->d o kern/59912 alc mremap() implementation lacking o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o bin/59777 [patch] ftpd(8)/FreeBSD 5: potential username enumerat o bin/59775 [patch] ftpd(8)/FreeBSD 5: incorrect reply for "unimpl o bin/59774 [patch] ftpd(8)/FreeBSD 5: syslog facility may be chan o bin/59772 [patch] ftpd(8)/FreeBSD 5: support for tcp_wrappers in s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans s bin/59638 des passwd(1) does not use PAM to change the password o conf/59600 [patch] Improved us.emacs.kbd mapping o bin/59564 [patch] from(1) add option (-S) to also display subjec o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o kern/59456 fdescfs stat / compress creates only empty files o www/59307 remko [patch] xml/xsl'ify & update publications page o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget s ports/59254 linimon ports that write something after bsd.port.mk o docs/59240 blackend [patch] handbook update: linux MATLAB o bin/59220 obrien [patch] systat(1) device select (:only) broken o kern/59203 imp [newcard] Panic with wi and newcard o kern/59183 imp [wi] wi problems with wi_cmd o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour p bin/58970 truss(1) coredumps for the no significant reason o kern/58967 Kernel kills processes in spite of cputime parameter i o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o kern/58941 rwatson [acl] acl under ufs2 doesn't handle disk corruption, p o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o conf/58595 [request] FreeBSD should have a default NTP configurat o conf/58557 Summer/Winter-time change causes daily cron to be run s kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o bin/58483 [patch] mount(8): allow type special or node relative o bin/58390 bsdlabel(8) fails to display an error message if the l o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/58293 vi(1) replace with CR (ASCII 13) doesn't work o kern/58154 mckusick Snapshots prevent disk sync on shutdown o bin/58012 [patch] tftpd(8) Multihomed tftpd enhancement a stand/57911 fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_ o kern/57832 scottl [ips] softdep_deallocate_dependencies: dangling deps o bin/57715 [patch] tcopy(1) enhancement a kern/57696 [nfs] NFS client readdir terminates prematurely if ren o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets p bin/57630 lptcontrol(8) gives "device busy" if device turned off o kern/57603 [bktr] bktr driver: freeze on SMP machine o bin/57554 sh(1) incorrect handling of quoted parameter expansion o kern/57522 [patch] New PID allocater algorithm from NetBSD o conf/57517 [patch] add parameter for /etc/periodic/daily/210.back s ports/57498 portmgr HEIMDAL_HOME should be defined in src or ports Makefil a kern/57479 julian FreeBSD Not in compliance with RFC 1122, Cannot have m o misc/57464 [boot] loader(8) seems to confuse files [4.7] s bin/57407 [patch] Better NTP support for dhclient(8) and friends s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt o kern/57350 [panic] using old monocrome printer port (IO_LPT3 / 0x o docs/57298 blackend [patch] add using compact flash cards info to handbook o stand/57295 harti make's handling of MAKEFLAGS is not POSIX conform s bin/57255 usb [patch] usbd(8) and multi-function devices s amd64/57250 kmacy [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SET o kern/57206 [panic] softdep_lock locks against itself, causing ker o bin/57089 w(1) does not honor the -n option s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o bin/57054 let test(1) compare the mtime of a file to a string o bin/57045 trpt(8) option -t was disabled on -current s bin/57018 [patch] convert growfs(8) to use libufs(3) o conf/56934 rc [patch] rc.firewall rules for natd expect an interface s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s kern/56720 [libc] [request] UNICODE support in Resolver o kern/56664 bad file# in MTIO status buffer after MTEOD until MTRE o bin/56648 [patch] enable rcorder(8) to use a directory for locat o stand/56476 standards cd9660 unicode support simple hack s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux f kern/56451 /compat/linux/proc/cpuinfo gives wrong CPU model o bin/56447 [patch] extend mt(1) command for AIT-2 tape drives o kern/56339 select() call (poll() too) hangs, yet call works perfe o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56249 obrien ftpd(8) has two bugs (motd, munged utmp) o kern/56245 [bktr] Distorted and choppy video with bktr-driver on a kern/56233 gnn IPsec tunnel (ESP) over IPv6: MTU computation is wrong o kern/56031 luigi [ipfw] ipfw hangs on every invocation o kern/56024 acpi ACPI suspend drains battery while in S3 o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/55965 sshd(8) problems with HostBasedAuthentication and NSS o gnu/55936 bugmeister send-pr(1) does not set mail envelope from o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml s ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR s kern/55802 [request] Make kernel.GENERIC suitable for diskless us o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o i386/55661 acpi ACPI suspend/resume problem on ARMADA M700 o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o i386/55603 [mly] unable to reboot when system runs from Mylex A35 o bin/55546 cdcontrol(1) play tr m:s.f interface is partially brok a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o bin/55539 [patch] Parse fstab(5) with spaces in path names o bin/55457 marcel GDB gets confused debugging libc_r threaded processes. o bin/55448 dbm(3): dbm_nextkey() misbehaves after dbm_store() in o misc/55387 [build] [patch] users LD_LIBRARY_PATH can interfere wi o bin/55349 mbr amd(8) mixes up symlinks in its virtual filesystem. o bin/55346 stefanf sh(1) eats memory and CPU infinitely p stand/55112 standards glob.h, glob_t's gl_pathc should be "size_t", not "int p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/54891 [libalias] [patch] libalias(3)/natd(8) and exporting c o kern/54884 mckusick FreeBSD -stable and -current free space handling for U o stand/54839 standards [pcvt] pcvt deficits o stand/54833 standards [pcvt] more pcvt deficits o bin/54784 find(1) -ls wastes space o i386/54756 acpi ACPI suspend/resume problem on CF-W2 laptop s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o bin/54683 sh(1) redundant history o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54594 [patch] make(1) apply regexps to the entire variable - o java/54463 glewis Apparent bug in jdk13 o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use p bin/54446 flz [patch] pkg_delete(1) doesn't honour symlinks, portupg o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o bin/54401 [patch] pppstats(8) prints 0 for absolute values in ra o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o bin/54365 [patch] add -u option to install(1) for SysV compatibi o kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o conf/54170 [patch] error from weekly periodic script 330.catman o bin/54141 wrong behavour of cu(1) o bin/54097 [nis] Non-local yppasswd(1) -d broken in 5.1-CURRENT o kern/53940 imp Some WiFi devices cannot connect to hostap access poin o bin/53839 [sysinstall] disklabel editor fails on post-install co o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW s stand/53682 [feature request] [patch] add fuser(1) utility o docs/53596 doc Updates to mt(1) manual page o bin/53560 logging domain names in wtmp is retarded o bin/53520 su(1) to another user does not update utmp o kern/53506 [partial patch] support gzipped modules o bin/53475 cp(1) copies files in reverse order to destination o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a o bin/53288 edwin tail(1) will sometimes display more lines than it is t o docs/53271 doc bus_dma(9) fails to document alignment restrictions o kern/53137 [panic] background fscking causing ffs_valloc panic. o bin/53131 [sysinstall] "ALL" could not turn check BOXes ON at pa f kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb s bin/52826 krion [request] Adding Timestamps to pkg info upon pkg_add(1 s ports/52765 portmgr [patch] Uncompressing manual pages may fail due too "a f bin/52746 tcsh(1) fails to handle large arguements o bin/52743 ppp(8) /etc/ppp/ppp.linkup instability issues o kern/52725 [patch] installincludes for kmods s ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o bin/52517 murray New functionality for mail(1) o bin/52469 ppp(8) Multiple devices using UDP don't work. o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o bin/52343 [nis] login(1) problem on the server o misc/52256 embedded [picobsd] picobsd build script does not read in user/s s docs/52071 delphij [patch] Add more information about soft updates into a s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 o kern/51982 remko [sio] sio1: interrupt-level buffer overflows s usb/51958 usb [urio] [patch] update for urio driver o bin/51827 [libc] [patch] getaddrinfo(3) is broken with numeric s o kern/51685 [hang] Unbounded inode allocation causes kernel to loc o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/51583 [nullfs] [patch] allow to work with devices and socket o docs/51480 dds Multiple undefined references in the FreeBSD manual pa s kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o bin/51296 calendar(1) wrong for dates based on day+-num o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent o ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o bin/51148 [patch] Control the cache size for pwd_mkdb(8) to spee s bin/51137 [patch] config(8) should check if a scheduler is selec o www/51135 www Problems with the mailing-lists search interface p docs/51133 murray RSH environmental variable not described in rcmd(3) o kern/51120 MSGBUF_SIZE doesn't work in makefiles p conf/51085 [locale] FreeBSD is missing ja_JP.eucJP locale. o bin/51070 [patch] add -p option to pom(6) o kern/51009 [aue] [patch] buggy aue driver fixed. p conf/50956 matteo daily_status_disks_df_flags in /etc/defaults/periodic. o bin/50949 mtree(8) doesn't honor the -P when checking/changing o s kern/50827 [kernel] [patch] [request] add sane record locking o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappr p bin/50656 cp(1) - wrong error on copying of multiple files o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o bin/50569 sh(1) doesn't handles ${HOME}/.profile correctly o kern/50526 [kernel] [patch] update to #! line termination o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o bin/50300 [patch] make the loader(8) use of terminal-control seq o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o bin/50118 calendar(1) dumps core if there is ./calendar/ o misc/50106 [build] [patch] make 'make release' more flexible behi s threa/49087 threads Signals lost in programs linked with libc_r o kern/49039 [sio] [patch] add support for RS485 hardware where dir a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o bin/48989 [sysinstall] Sysinstall's partition editor gets confu o kern/48976 [modules] nwfs.ko oddity s bin/48962 des [patch] modify fetch(1) to allow bandwidth limiting o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu s threa/48856 threads Setting SIGCHLD to SIG_IGN still leaves zombies under o kern/48741 darrenr ipnat corrupts packets on gre interface with rul p bin/48730 sos [patch] burncd(8) does not handle signals and causes d o alpha/48676 alpha Changing the baud rate of serial consoles for Alpha sy o gnu/48638 [libdialog] [patch] some bug fixes in libdialog o bin/48603 [patch] getopt(1) is broken o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/48471 pjd [jail] [patch] [request] private IPC for every jail o conf/48444 [patch] security.functions: count connection attempts o bin/48443 mtm [patch] periodic(8) executes too many files o kern/48425 Tape drive EOT handling problems in 4.7 o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o bin/48341 [sysinstall] changes the active slice flag when it per o conf/48325 [patch] /etc/periodic/security/100.chksetuid doesn't w p bin/48318 stefanf Segmentation fault in sh with attached script o bin/48309 ppp(8) pppoe connections fail to establish if throughp s kern/48279 [bktr] Brooktre878 may cause freeze o conf/48195 /var/db/mounttab error on diskless boot o bin/48183 marcel [patch] gdb(1) on a core(5)-file from a threaded proce o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o conf/48133 [patch] /etc/rc: improved vi recovery notification o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o kern/48062 mckusick mount -o snapshot doesn't work on +100GB disks o docs/47818 doc [patch] ln(1) manpage is confusing o bin/47815 [patch] stty(1) -all should work. s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o conf/47596 [periodic] daily security run complains if timezone ch o docs/47594 remko [patch] passwd(5) incorrectly states allowed username o bin/47576 edwin [patch] factor(6)ing of negative numbers o conf/47566 [vinum] [patch] add vinum status verification to perio o bin/47540 [patch] Make natd(8) configurable in running state wit o bin/47387 [patch] gprof(1) -K still requires "a.out" arg / overr o bin/47384 [sysinstall] sysinstall ignores intended destination d o kern/47286 [request] make device probing verbose when using boot o kern/46973 [syscons] [patch] [request] syscons virtual terminals s conf/46913 darrenr ipf denied packets of security run output contains non o bin/46905 [sysinstall] FreeBSD 5.x cannot be installed from mult o bin/46888 gad [patch] Add script run hook to newsyslog(8) o bin/46866 [libc] NIS-based getpwent(3) falsely returns NULL o bin/46758 [patch] moused(8) enhancements s conf/46746 No way to set link addresses through rc.conf o kern/46694 imp Getting DUP packets when in Promiscous mode on wi0 o bin/46676 ru [patch] [build] bsd.dep.mk restricts domain of tags co a kern/46647 silby Failure to initialize MII on 3Com NIC results in panic o conf/46453 [internationalization] cons25l2, ISO8859-2 and console o stand/46441 stefanf /bin/sh does not do parameter expansion in PS1, PS2, P o conf/46409 Certain periodic scripts check broken NFS mounts. o i386/46371 usb USB controller cannot be initialized on IBM Netfinity o bin/46352 [patch] login(1) open file descriptors and signal hand o bin/46328 gad [patch] patch for lpd(8) o bin/46235 matteo [sysinstall] NTP servers for Finland require updating p usb/46176 imp [umass] [panic] umass causes kernel panic if device re o bin/46163 gad lpc(8) problem. Only root can modify despite man page o kern/46159 ipfw [ipfw] [patch] [request] ipfw dynamic rules lifetime f o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o conf/46062 remko Remove skel from BSD.root.dist. s kern/46036 [RFE] select is unsuitable for implementing a periodic o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o bin/45995 markm telnet(1) fails to properly handle SIGPIPE on its term o bin/45990 dwmalone top(1) dumps core if specific errors in password file o bin/45896 dwmalone setnetgrent(3) should return error code o bin/45830 [kerberos] KDC has problems when listening to IPv6 and o i386/45773 [bge] Softboot causes autoconf failure on Broadcom 570 o kern/45729 [libexec] [patch] make rbootd transfer the default fil o conf/45704 [patch] request to change cp866b font to cp866 o bin/45608 [sysinstall] install should config all ether devices, s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o kern/45558 trhodes [msdosfs] mdconfig and msdosfs make fs writes hang s bin/45547 sos [patch] make burncd(8) handle .wav files. o bin/45529 gcooper [patch] hexdump(1) core-dumps with certain args o i386/45525 imp Dell Inspiron 7000 does not recognize PC-CARDs after r o kern/45373 mckusick softupdate / fs damaged after loss of power / CG 8: Ba o bin/45333 [patch] New option -r for chown(8) and chgrp(1) o docs/45303 remko Bug in PDF DocBook rendering o kern/45293 [libc] kevent denies to observe /dev/tty o bin/45272 dump(8) / restore(8) problem o conf/45226 rc [patch] Fix for rc.network, ppp-user annoyance o conf/45222 [patch] daily rejected mail hosts report too long p bin/45193 [patch] truss(1) can't truss itself p gnu/45168 Buffer overflow in /usr/bin/dialog o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/44984 bugmeister [patch] send-pr(1) can use environmental variable $FRO o bin/44915 [sysinstall] 'choose installation media' choose CD-ROM o bin/44894 markm telnet(1): as a local non-root user and remote it's po o conf/44717 [patch] update login.conf and unify login capabilities o kern/44587 scsi dev/dpt/dpt.h is missing defines required for DPT_HAND o kern/44580 [nfs] NFS updates file access time when file is modifi o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o gnu/44564 peter [patch] Aborted cvs session causes an endless loop in o docs/44519 obrien ftpd.conf(5) contains references to ftpd(8) when it is s bin/44518 yar ftpd(8) does not show OPIE OTP challenge o stand/44425 standards getcwd() succeeds even if current dir has perm 000. o kern/44372 roberto some kernel options prevent NTP clock synchronization o kern/44365 [headers] [patch] introduce ulong and unchar types o conf/44286 roberto /etc/defaults/rc.conf uses the obsolete ntpdate o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o bin/44212 [request] Unify 'recursive' options -r and -R o kern/44202 [rp] [patch] -stable rp driver does not work with mult o www/44181 www www "Release Information" organization o conf/44170 rc [patch] Add ability to run multiple pppoed(8) on start s bin/44122 ppp(8) tun0 gets a second ip adress after a disconnect o docs/44034 trhodes Multiple sysctl variables are not documented o docs/43941 keramida document the Rationale for Upgrade Sequence (e.g. why o java/43924 glewis writing from JAVA to a pipe sometimes hangs o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o docs/43823 doc [patch] update to environ(7) manpage o bin/43819 [patch] changed truss(1) output for utrace calls o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto a kern/43605 luigi enabling polling in the kernel causes page fault/crash o bin/43592 mktime(3) rejects dates at the start of daylight savin o bin/43582 [patch] passwd(1) fails on nonexistent users o kern/43577 [kernel] [patch] [request] new kernel option SHUTDOWN_ o kern/43576 imp Problem with wi driver and Lucent Orinoco Silver wirel o bin/43501 getpwnam(3), getpwuid fail when linking against Berkle o conf/43500 [patch] rc.syscons "allscreens" improvements s bin/43497 mount(8): mount -t nfs -> crunchgen incompatible o docs/43470 blackend solid-state article out of date (x109). o bin/43434 [patch] new option to dmesg(8) which allows to display o bin/43368 krion pkg_create(1) fails if target directory does not exist o bin/43367 incorrect report from who(1) after 'shutdown now' from a i386/43366 cy Cannot format media in USB floppy devices o kern/43355 idad driver will work if logical drives dont start at o bin/43337 des fetch(1) -s fails if -4 or possibly other options give o kern/42983 imp wi0 sporadically freezes the system for 1-2 seconds o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o kern/42801 [hang] FreeBSD freezes when opening cuaa0 with a motor o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c o gnu/42726 cvsadm cvs -R pserver & val-tags: story continues o bin/42658 markm recompile telnetd(8) and log NULL ip in /var/wtmp o kern/42621 imp Dell Inspiron 5000e hangs when using Orinoco or Cisco o kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_resume/device_s o kern/42442 problem in idlequeue/debugging mode ? o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42422 [libc] [patch] dbm_delete returns -1 instead of 1 when o bin/42407 ppp(8) IPV6CP fails o kern/42387 [librpcsvc] [patch] cleaning code of librpcsvc from wa o kern/42386 [libkvm] [patch] cleaning code from warnings in libkvm o bin/42336 [patch] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o kern/42217 [libdisk] libdisk segfaults with 1024 bytes/sector dis o bin/42162 [sysinstall] after restart, installation crashes, md0c o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o bin/42093 [nis] ypbind(8) hangs on NIC with the lowest scopeid o kern/42089 phk ntp_gettime returns time in wrong scale o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o bin/42022 [sysinstall] non-interactive mode prompts when only a o bin/42018 krion pkg_info(1) with PKG_PATH searches through tarred pkgs s bin/42004 mpp [quotas] quota is still IPv4 only, and not INET indepe o bin/41949 [sysinstall] sysinstall sorts /etc/rc.conf during netb s bin/41947 gcooper [patch] hexdump(1) unprintable ASCII enhancement o kern/41930 declaration clash for ffs() and ${CXX} o docs/41919 blackend MINI kernel for bootfloppy (Handbook p.342) contains e o docs/41879 hrs [patch] cleanup to DOCROOT/share/sgml/freebsd.dsl o bin/41850 [sysinstall] sysinstall fails to create root filesyste o docs/41824 murray [patch] LANG is not documented in setlocale(3) o bin/41817 [patch] pw(8): pw groupshow doesn't include the login o conf/41777 [patch] /etc/periodic/daily/100.clean-disks removes li o bin/41674 [patch] iostat(8) column formatting overlaps s bin/41647 net ifconfig(8) doesn't accept lladdr along with inet addr o kern/41632 luigi bridging when one interface has no carrier a bin/41583 [patch] mtree(8) assorted mtree bugs p stand/41576 standards POSIX compliance of ln(1) o bin/41556 obrien [patch] wtmp patch for ftpd(8) o kern/41543 emulation [patch] [request] easier wine/w23 support o bin/41526 mount(8) symlinked mount points get mounted more than o bin/41410 stefanf sh(1) bug on expanding $? in here-documents o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys o kern/41307 [libalias] [patch] logging of links lifecycle (add/del o bin/41297 mp tcsh(1)/csh(1) backquote/braces expansion bug o bin/41271 matteo [patch] non-suid crontab(1) o conf/41242 periodic scripts make unwarranted assumptions about PA o kern/41216 [nfs] Get "NFS append race" error o kern/41215 [keyboard] console revert back to kbd0 (AT) after KVM o bin/41213 top(1) blocks if NIS-related entries in passwd(5) are o bin/41190 [patch] sed(1) report the { linenum instead of EOF lin s misc/41179 [request] LD_LIBRARY_PATH security checks o bin/41159 [patch] new sed(1) -c option to allow ; as a separator o docs/41089 doc pax(1) -B option does not mention interaction with -z o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o kern/40895 scsi wierd kernel / device driver bug o conf/40777 [patch] disktab does not support 2.88MB floppies s threa/40671 threads pthread_cancel doesn't remove thread from condition qu o bin/40597 [patch] add fdisk(8) ability of showing extended parti o bin/40572 vipw(8) prints silly message if $EDITOR fails o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > a bin/40282 [patch] kill(1) has bad error checking for command lin o bin/40260 [sysinstall] hang when detecting devices (No CD/DVD de o bin/40215 [nis] NIS host search not terminate o kern/40206 Can not assign alias to any POINTOPOINT interface o gnu/40057 bugmeister send-pr -a flag does not work with -f s kern/40021 [build] [patch] use ld(1) to build kernel with linked- o kern/40017 [patch] allows config(8) to specify config metadata di o conf/39976 vi recovery halting boot process s kern/39937 net ipstealth issue o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d s threa/39922 threads [threads] [patch] Threaded applications executed with o bin/39849 restore(8) fails to overwrite files with schg flag set o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR s conf/39580 insecure default settings o kern/39527 dwmalone getcwd() and unreadable parent directory o conf/39505 [patch] automate BUILDNAME variable for releases o bin/39463 mtm [patch] Add several options to fingerd(8) o bin/39439 tcopy(1) will not duplicate tapes with block size larg o kern/39388 scsi ncr/sym drivers fail with 53c810 and more than 256MB m o kern/39329 [mount] '..' at mountpoint is subject to the permissio o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro f kern/39233 bz [ipsec]: NonConforming IPsec implementation from FreeB o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu a kern/39043 [smbfs] Corrupted files on a FAT32 partition o docs/38982 doc [patch] developers-handbook/Jail fix o bin/38940 [request] an option to *stat to allow supressing of he o misc/38937 delay between tracks in digital audio dumps from CD wi o bin/38854 [sysinstall] resetting during setup causes the target o kern/38828 scsi [dpt] [request] DPT PM2012B/90 doesn't work o kern/38749 kientzle Diskless booting fails with some DHCP servers (no root s kern/38730 philip Memorex scrollpro mouse is not fully functional o bin/38727 [patch] mptable(1) should complain about garbage argum o kern/38632 imp Loss of connection with wi cards o kern/38626 luigi dummynet/traffic shaper: RED: max_th and min_th are li o bin/38610 [sysinstall] should be able to mount ISO images on DOS s bin/38609 [sysinstall] [request] sysinstall should know the size s ports/38593 portmgr [request] Third level ports o docs/38556 doc EPS file of beastie, as addition to existing examples a kern/38554 net [patch] changing interface ipaddress doesn't seem to w o bin/38478 [sysinstall] In Choose Distributions screen, it's diff s kern/38445 [ptrace] [request] centralize ptrace() permission chec s kern/38347 [libutil] [patch] [request] new library function abs2r o bin/38256 [patch] linking pax(1) to pax_{cpio|tar} o bin/38168 [patch] [request] installing curses-based versions of o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38057 [sysinstall] "install" document doesn't display correc o bin/38056 [sysinstall] User (creation)'s "Member groups" item sh o bin/38055 [sysinstall] Groups (creation) item should be before U o alpha/38031 alpha osf1.ko not loaded during boot-time of linux-emu enabl o gnu/37910 bugmeister [patch] make send-pr(1) respect &'s in /etc/{master.}p o bin/37844 [patch] [build] make knob to not install progs with su o docs/37719 kensmith [request] Detail VOP_ naming in a relevant man-page o bin/37710 [sysinstall] LAN interface in wrong state after attemp s threa/37676 threads libc_r: msgsnd(), msgrcv(), pread(), pwrite() need wra o bin/37672 pw(8) prints warnings after successful NIS map updates o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/37589 imp Kernel panics upon resume from zzz on my IBM ThinkPad o conf/37569 matteo [patch] Extend fstab(5) format to allow for spaces in o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o bin/37442 [patch] sleep(1) to support time multipliers s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o bin/37437 [patch] [request] Add HTTP-style support to vis(1)/unv o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" o bin/37160 [sysinstall] coredumps when trying to load package dat o bin/37083 [patch][request] small improvement to talk(1): add clo o bin/37013 [patch] ls(1) directory name output trailing slash dup o bin/36960 calendar(1) doesn't effect -t option. o kern/36952 ldd comand of linux does not work o gnu/36926 bugmeister [patch] send-pr destroys PR if emacs interrupt charact o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/36911 [ata] ATA cannot be disabled with hints or through BIO o kern/36902 [libc] [patch] proposed new format code %N for strftim s ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 s bin/36786 make ps(1) use 24-hour time by default o kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo-tty s bin/36740 make ps(1) obey locale (particularly for times) o docs/36724 darrenr ipnat(5) manpage grammar is incomplete and inconsisten o bin/36626 login_cap(3) incorrectly claims that all resources fre o kern/36566 [smbfs] System reboot with dead smb mount and umount o bin/36556 [patch] regular expressions for tcpwrappers o bin/36553 gad [patch] [request] Two new features in newsyslog(8) o bin/36501 calendar(1) can't handle recurring items in the next m s gnu/36460 cu(1) program does not work very well. a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o docs/36449 doc symlink(7) manual doesn't mention trailing slash, etc. f docs/36432 gabor Proposal for doc/share/mk: make folded books using psu o kern/36415 [bktr] [patch] driver incorrectly handles the setting o bin/36385 luigi crunchgen(1) does not handle Makefiles with includes p o bin/36374 [patch] apmd(8): fix core dumps, other improvements o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36143 [patch] moused(8): add dynamic (non linear) mouse acce o bin/36118 [sysinstall] 4.5 Upgrade says it won't touch /usr/src, a bin/36110 dmesg(8) output corrupt if /dev/console is busy s stand/36076 standards Implementation of POSIX fuser command a bin/35985 [sysinstall] swap double mount o bin/35925 [sysinstall] fixit floppy cannot be mounted on USB dri o bin/35886 [patch] pax(1) enhancement: custom time format for lis o gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o kern/35846 imp timeout in wi_cmd 11, machine hangs for a second o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f o bin/35769 w(1) does not correctly interpret X sessions o bin/35717 which(1) returns wrong exit status for multiple argum s docs/35678 doc docproj Makefiles for web are broken for paths with sp o kern/35669 [nfs] NFSROOT breaks without a gateway o docs/35652 trhodes bsd.README seriously obsolete o bin/35568 make(1) declares target out of date, but $? is empty o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o misc/35542 bde [build] [patch] BDECFLAGS needs -U__STRICT_ANSI__ o kern/35442 net [sis] [patch] Problem transmitting runts in if_sis dri o kern/35429 select(2)/poll(2)/kevent(2) can't/don't notice lost co o bin/35400 [sysinstall] sysinstall could improve manipulation of o kern/35399 poll(2) botches revents on dropped socket connections o kern/35396 poll(2) doesn't set POLLERR for failed connect(2) atte o kern/35377 process gets unkillable (-9) in "ttywai" state o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35234 scsi World access to /dev/pass? (for scanner) requires acce o bin/35214 obrien dump(8) program hangs while exiting o bin/35113 [patch] grdc(6) enhancement: countdown timer mode o bin/35109 edwin [patch] morse(6) add ability to decode morse code s conf/35018 brian [patch] enhancing daily/460.status-mail-rejects o kern/34880 luigi Impossibility of grouping IP into a pipe for traffic s o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/34811 sh(1) "jobs" is not pipeable o bin/34788 dwmalone dmesg(8) issues with console output o bin/34728 DHCP hostname set as Hexadecimal string o kern/34665 net [ipf] [hang] ipfilter rcmd proxy "hangs". o bin/34628 portmgr [patch] pkg_add(1) pkg-routines ignore the recorded md s threa/34536 threads accept() blocks other threads o bin/34497 calendar(1) does not understand calendars o kern/34470 bde Modem gets sio1 interrupt-level buffer overflows' o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34309 gad lpd(8) does not garantie that controlfiles begin with o bin/34270 man(1) -k could be used to execute any command. o docs/34239 trhodes tunefs(8) man page doesn't describe arguments. s bin/34171 yar ftpd(8) indiscrete about unprivileged user accounts o bin/34146 newfs(8) defaults and vfs.usermount=1 tug at one anoth o gnu/34128 sdiff "e" doesn't work with some editors o kern/33965 [keyboard] [patch] programmable keys of the keyboard ( a kern/33963 bde Messages at the serial IO port device probe are mislea o kern/33834 strptime(3) is misleading o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o bin/33774 [patch] for killall(1) a bin/33661 PAP AuthAck/AuthNak parsing problem in pppd(8) s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o kern/33464 soft update inconsistencies after system crash o kern/33203 [nfs] "got bad cookie" errors on NFS client o bin/33182 marcel gdb(1) seg faults when given handle SIGALRM nopass for o bin/33066 kensmith [sysinstall] does not write to new disks as expected o bin/32828 jail [jail] w(1) incorrectly handles stale utmp slots with o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o bin/32808 dwmalone [patch] tcpd.h lacks prototype for hosts_ctl a bin/32686 murray [patch] locate(1) dumps a core file with broken databa o bin/32667 systat(1) waste too much time reading input o bin/32619 des libfetch does not use RFC 1738's definiton of ftp: URL o bin/32501 maxim quot(8) is stupid regarding the filesystem option a bin/32411 shutdown(8) absolute-time handling could be more usefu a bin/32375 [sysinstall] sysinstall doesn't respect User generated o bin/32374 vi(1) -r doesn't work, file contained unexpected binar s threa/32295 threads [libc_r] [patch] pthread(3) dont dequeue signals s conf/32108 Proposed Firewall (IPv4) configuration script o bin/31987 [patch] allow dump(1) to notify operators by mail(1) o bin/31985 New /etc/remote flag for tip(1) to append LF to CR o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/31940 kmacy ip queue length too short o bin/31933 pw(8) can interpret numeric name as userid during user o kern/31906 [libc] No method available to unwind atexit(3) stack w o kern/31890 [syscons] [patch] new syscons font o gnu/31772 New option in dialog(1) o kern/31708 VM system / fsync / flushing delayed indefinitely? s kern/31686 andre Problem with the timestamp option when flag equals zer o kern/31647 [libc] socket calls can return undocumented EINVAL o bin/31588 change request to allow mount(8) to set the MNT_IGNORE o bin/31387 mailwrapper(8): When getuid(2)=0, mailwrapper should d o kern/31380 [nfs] NFS rootfs mount failure message too cryptic o bin/31363 [sysinstall] "partition editor" silently corrects part s bin/31304 [patch] fix crunchgen(1) to work with more contrib-kin o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/31048 des [linprocfs] /proc/meminfo cannot handle multiple swap o bin/31034 dwmalone regularly add original address logging for tcpwrappers o conf/30938 [patch] Improving behavior of /etc/periodic/daily/110. o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o bin/30863 bootpd(8) dovend.c Win95 compatibility improvement and o bin/30854 bootpd(8) bootpgw change - skip ARP modifications by o o conf/30812 [patch] giant termcap database update a bin/30737 [sysinstall] sysinstall leaks file descriptors on rest o bin/30654 gad [patch] Added ability for newsyslog(8) to archive logs s kern/30630 [if_mib] Failure to check for existence of interface i o conf/30590 /etc/hosts.equiv and ~/.rhosts interaction violates PO o bin/30542 [patch] add -q option to shut up killall(1) o bin/30517 [sysinstall] using sysinstall with install.cfg has no s threa/30464 threads pthread mutex attributes -- pshared o bin/30424 Generalization of vipw(8) to lock pwdb while being edi s kern/30422 [patch] new function: add WDT hardware watchdog driver o conf/30399 brueffer [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari o bin/30360 vmstat(8) returns impossible data s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable o kern/30321 [patch] strftime(3) '%s' format does not work properly s i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o kern/30186 [libc] getaddrinfo(3) does not handle incorrect servna o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite a docs/30008 doc [patch] French softupdates document should be translat o bin/29903 [nis] ypbind(8) loses connection to NIS master and nev o bin/29897 des [patch] pam_unix(8) loginclass passwd_prompt p bin/29893 kensmith [sysinstall] suggestions for 4.4 sysinstall o bin/29808 [nis] ypserv(8) dumps core in yp_find_db o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o bin/29516 markm telnet(1) from an non FreeBSD host still uses /etc/tty s kern/29423 [request] [patch] new feature: kernel security hooks i f kern/29421 alc Update a file with mmap will cause mtime/ctime changin o bin/29375 [sysinstall] disk editor gets confused by slices that o bin/29363 gad [patch] newsyslog(8) can support time as extension o kern/29355 mux [kernel] [patch] add lchflags support s bin/29292 sos The functional addtion to burncd(8) a bin/29253 natd(8) forgets about udp connections o bin/29062 markm [libkrb] krb4 and krb5 multiply defined version symbol s i386/28975 [rp] RocketPort problems s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca o bin/28798 mail(1) with a pager (more) requires fg/Ctrl-Z/fg to r o bin/28789 last(1) does not filter for uucp connects o bin/28620 ru xinstall(1) has no way to pass options to strip o bin/28424 remko mtree(8) fails to report directory hierarchy mismatch o bin/28364 [patch] flex(1) generated files fail to compile cleanl o conf/28236 [patch] iso-8859-1_to_cp437.scm doesn't contain some u a bin/28223 remko su(1) doesn't look at login.conf all the time o bin/27972 losing information with talk(1) a conf/27896 Error in /etc/exports invalidates entire line, not jus o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s o bin/27829 pax(1) uid/gid cache is read-only o bin/27687 fsck(8) wrapper is not properly passing options to fsc o kern/27660 Kernel does not return error if adding duplicate addre o docs/27605 doc [patch] Cross-document references () o kern/27474 net [ipf] [ppp] Interactive use of user PPP and ipfilter c o kern/27403 [lpt] lpt driver doesn't handle flags anymore o bin/27319 obrien df(1) displays amd pid processes o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) o bin/27281 vidcontrol(1) does not have error codes o bin/27258 getty(8) didn't check if if= isn't empty o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl o bin/27216 [sysinstall] can not get to shell prompt from serial c o kern/27008 kernel function sysbeep(xxx, 0) does produce sound s bin/26803 des ftp(1) Fix fetch to allow FTP puts in '-o' & allow '@' o kern/26787 [patch] sysctl change request o bin/26695 change request: kill(1)/killall(1) -l output o kern/26618 unmount(2) can't unmount a filesystem whose device has o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau o bin/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain a gnu/26362 "cvs server" doesn't honour the global --allow-root a kern/26348 [pcvt] scon -s, page fault in HP mode o kern/26323 [ufs] [patch] Quota system creates zero-length files o docs/26286 doc *printf(3) etc should gain format string warnings o kern/26261 [sio] silo overflow problem in sio driver f kern/26142 vwe [nfs] Unlink fails on NFS mounted filesystem o bin/26005 vis(1)/unvis(1) MIME quoted-printable encoding added t a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h f kern/25986 silby Socket would hang at LAST_ACK forever. o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on o bin/25886 [libc] cgetset(3) doesn't get cleared when switching d o stand/25777 standards [kernel] [patch] atime not updated on exec o bin/25736 ac(8) -d option probrem with overdays logon o kern/25733 [intpm] mismatch between error reporting in smbus fram s bin/25598 yar patch to let ftpd(8) output message when changing dire o bin/25542 standards sh(1) null char in quoted string s bin/25477 [pam] [patch] pam_radius(8) fix to allow null password o kern/25445 kernel statistics are displayed in wrong types and wra o alpha/25284 alpha PC164 won't reboot with graphics console o bin/25218 mailwrapper(8) invokes sendmail when resources are tig p kern/25018 rwatson [libc] lstat(2) returns bogus permissions on symlinks o bin/25015 cp(1) options -i and -f do not work as documented o bin/25013 mv(1) cannot move unresolvable symlinks across devices f kern/24959 kmacy proper TCP_NOPUSH/TCP_CORK compatibility o docs/24786 doc missing FILES descriptions in sa(4) o bin/24757 yar ftpd(8) not RFC compliant s threa/24632 threads libc_r delicate deviation from libc in handling SIGCHL f kern/24629 harti ng_socket failes to declare connected data sockets as s stand/24590 standards timezone function not compatible witn Single Unix Spec o kern/24528 Bad tracking of Modem status o bin/24513 peter new options for pppd(8) o bin/24485 [patch] to make cron(8) handle clock jumps s threa/24472 threads libc_r does not honor SO_SNDTIMEO/SO_RCVTIMEO socket o o bin/24461 [nis] Being able to increase the YP timeout without re o kern/24435 [libdisk] [patch] changing slice type causes Auto-part o bin/24390 standards ln(1) Replacing old dir-symlinks when using /bin/ln o bin/24066 marcel gdb(1) can't detach from programs linked with libc_r a bin/23912 vi(1) underflow of cnt in vs_paint() by O_NUMBER_LENGT o bin/23562 markm [patch] telnetd(8) doesn't show message in file specif o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem a bin/23402 [sysinstall] upgrade ought to check partition sizes a bin/23254 [patch] yacc(1) accepts bad grammer o bin/23098 [sysinstall] [patch] if installing on a serial console o conf/23063 net [patch] for static ARP tables in rc.network s i386/22944 alc [vm] [patch] isa_dmainit fails on machines with 512MB o misc/22914 [bootinst] bootinst messages are not updated s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo o conf/22308 [nfs] mounting NFS during boot blocks if host map come o kern/22291 [nfs] getcwd(3) fails on recently-modified NFS-mounted o bin/22182 vi(1) options noprint/print/octal broken s bin/22034 [request] nfsstat(1) lacks useful features found in So o kern/21998 kmacy [socket] [patch] ident only for outgoing connections a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to o kern/21768 rwatson shouldn't trailing '/' on regular file symlink return o conf/21675 [patch] Better and more disktab entries for MO drives o i386/21672 obrien [i386] AMD Duron Rev. A0 reports incorrect L2 cache si o stand/21519 standards sys/dir.h should be deprecated some more o kern/21463 emulation [linux] Linux compatability mode should not allow setu o bin/21315 Shells often behave oddly when executing shell scripts a bin/21089 [patch] vi(1) silently corrupts open file on SIGINT wh o bin/21008 gad lpr(1) Fix for lpr's handling of lots of jobs in a que o bin/20944 natd(8) enhancements, default config file and manpage o bin/20633 fdisk(8) doesn't handle LBA correctly o kern/20529 [ti] gigabit cards fail to link s bin/20521 rmt(8) /etc/rmt several problems o bin/20501 [patch] dump(8) extra flag to dump to offline autoload o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s s kern/20333 des [libpam] ftp login fails on unix password when s/key a o bin/20282 [sysinstall] sysinstall does not recover some /etc fil o bin/20172 yacc(1) byacc 1.9 fails to generate $default transitio o bin/20054 yar ftpd(8) rotating _PATH_FTPDSTATFILE losts xferlog s docs/20028 doc ASCII docs should reflect tags in the sourc f kern/19913 silby add SYN+FIN counter o gnu/19882 obrien ld does not detect all undefined symbols! o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por a kern/19782 mkisofs 1.12.1 (i386-unknown-freebsd4.0) doesn't prese s bin/19773 markm [patch] telnet(1) infinite loop depending on how fds a o bin/19772 df(1) output wrong for union-mounts o kern/19756 Inability to use linux extended partition (type 0x85) o bin/19683 mount(8) displays incorrect mount point on failed moun s conf/19573 des Dot Files for Optional Shells s kern/19535 [procfs] [patch] procfs_rlimit tidyup s kern/19402 Signals 127 and 128 cannot be detected in wait4() inte s kern/19363 [kernel] [patch] allow processes know about their file o kern/18909 dwmalone select(2) timeout limited to 100000000 seconds o kern/18874 [2TB] 32bit NFS servers export wrong negative values t o gnu/18857 peter Enable GSSAPI in CVS if available s kern/18704 GLOB_ERR not handled correctly by glob() s kern/18558 silby [xl] 3COM 905B realy realy slow when using multiple ad o bin/18498 jhb allowing ELF_VERBOSE in /etc/make.conf o bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o bin/18319 dump(8) fails with "cannot reopen disk: interrupted sy o kern/18293 [psm] [patch] lack of versapad mouse wheel emulation o kern/18271 [patch] simplelock: klds not portable across UP and SM o kern/18200 mdodd 3com 3c509b recognized twice during boot s bin/18114 iostat(8): msps from iostat is wrong o bin/18100 [patch] update to src/usr.bin/from/from.c for multiple o conf/17993 obrien improving on the default /etc/amd.map s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo o bin/17623 date(1) -v doesn't handle time changes (DST) correctly s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/17504 [cam] [patch] Another Micropolis Synchronize Cache Pro o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus p bin/17363 matteo crontab(1) leaves files in /var/cron/tabs when interru o bin/17289 gad [patch] wrong permissions on /var/run/printer s kern/17109 darrenr fastroute crashes for lo0 udp s kern/17108 [nfs] SecureRPC not supported in mount_nfs command o bin/16948 [sysinstall] sysinstall/disklabel: bad partition table o kern/16765 bde Add support for mark/space parity o kern/16644 dwmalone [bpf] [patch] Bad comparison expression in bpf_filter. o kern/16195 csjp 16-bit uid/gid struct in sys/ipc.h f kern/16021 imp [i386] [patch] To support SMP on NEC PC98, call mp_pro o misc/15876 embedded [picobsd] PicoBSD message of the day problems o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o bin/15619 peter [patch] standard pppd(8) doesn't authenticate users wi s kern/15478 incorrect utmp/wtmp records update upon connection bei s kern/15436 [syscons] syscons extension: "propellers" o bin/15205 [patch] Addition to random(6) o bin/15168 [patch] Adding tracklist support to fdformat(1) a kern/15095 silby TCP's advertised window is not scaled immediately upon o bin/15038 [sysinstall] easy to not notice that selection lists m p conf/15010 keramida [patch] rc.firewall: "client" firewall configuration k s bin/14925 standards getsubopt isn't poisonous enough a bin/14682 gad lprm(1) unaware of lp(1) Environment Variables (LPDEST o kern/14646 kern.boottime affected by APM suspend/resume s kern/14562 ioctl() codes should be provided for ejecting all remo o bin/14318 [sysinstall] sysinstall upon install has some counter- f ports/14048 des [patch] emulators/doscmd -r doesn't work s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o bin/13882 mount(8) mount -p is missing the quota options s bin/13869 man(1) program saves multiple cached copies of the sam s conf/13775 multi-user boot may hang in NIS environment o bin/13397 vi(1) nvi mishandles tags files under certain conditio f kern/13326 kmacy [headers] [patch] additional timeval interfaces for .root fails to become root s bin/3170 vi(1): vi freaks and dump core if user doesn't exist s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o s bin/2137 vm statistics are bad s bin/2090 [patch] [nis] clients may bind to FreeBSD ypserv refus a bin/1375 linimon [patch] Extraneous warning from mv(1) 5534 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 16:40:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE19D106567A for ; Mon, 12 Jan 2009 16:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAAD88FC20 for ; Mon, 12 Jan 2009 16:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CGe5Be046190 for ; Mon, 12 Jan 2009 16:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CGe5qE046189; Mon, 12 Jan 2009 16:40:05 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 16:40:05 GMT Resent-Message-Id: <200901121640.n0CGe5qE046189@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, Petr Rehor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C86031065689 for ; Mon, 12 Jan 2009 16:39:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B73428FC12 for ; Mon, 12 Jan 2009 16:39:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CGdJ0e071425 for ; Mon, 12 Jan 2009 16:39:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CGdJQ8071424; Mon, 12 Jan 2009 16:39:19 GMT (envelope-from nobody) Message-Id: <200901121639.n0CGdJQ8071424@www.freebsd.org> Date: Mon, 12 Jan 2009 16:39:19 GMT From: Petr Rehor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130425: www/rt38 - Database couldn't be initialized 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, 12 Jan 2009 16:40:06 -0000 >Number: 130425 >Category: misc >Synopsis: www/rt38 - Database couldn't be initialized >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 16:40:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Petr Rehor >Release: FreeBSD 7.0-RELEASE-p6 i386 >Organization: >Environment: FreeBSD scbu03.cb.i.cz 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Mon Nov 24 06:43:33 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: When I tried to initialize database I got: reho@scbu03.cb.i.cz:/root# rt-setup-database --dba rt_user --prompt-for-dba-password --action init In order to create or update your RT database, this script needs to connect to your mysql instance on localhost as rt_user Please specify that user's database password below. If the user has no database password, just press return. Password: Working with: Type: mysql Host: localhost Name: rt3 User: rt_user DBA: rt_user Now creating a mysql database rt3 for RT. Done. Now populating database schema. DBD::mysql::st execute failed: Table 'Attachments' already exists at /usr/local/lib/perl5/site_perl/5.8.8/RT/Handle.pm line 470. >How-To-Repeat: Run on fresh www/rt38 installation (WARNING - destroy the database): rt-setup-database --dba rt_user --prompt-for-dba-password --action drop rt-setup-database --dba rt_user --prompt-for-dba-password --action init >Fix: I found the reason - it's happen because $EtcBase and $LocalEtcBase in RT.pm are the same and RT::Handle->InitSchema() run schema.mysql twice. The variables are set from config.layout when RT is build. In FreeBSD section it contains (after patch-config.layout): sysconfdir: ${prefix}/etc+ customdir: ${prefix} custometcdir: ${customdir}/etc+ customhtmldir: ${customdir}/www+ customlexdir: ${sharedir}/po customlibdir: /usr/local/lib/perl5/site_perl/5.8.8 I think this setings in config.layout will be more useful for customization and sove this problem: sysconfdir: ${prefix}/etc+ customdir: ${customdir}/www+ custometcdir: ${customdir}/etc customhtmldir: ${customdir}/html customlexdir: ${customdir}/po customlibdir: ${customdir}/lib >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 17:20:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B234106568C for ; Mon, 12 Jan 2009 17:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69CF78FC13 for ; Mon, 12 Jan 2009 17:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CHK5hI075370 for ; Mon, 12 Jan 2009 17:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CHK55Z075369; Mon, 12 Jan 2009 17:20:05 GMT (envelope-from gnats) Date: Mon, 12 Jan 2009 17:20:05 GMT Message-Id: <200901121720.n0CHK55Z075369@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: bin/95979: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 17:20:06 -0000 The following reply was made to PR bin/95979; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/95979: commit references a PR Date: Mon, 12 Jan 2009 17:19:08 +0000 (UTC) Author: obrien Date: Mon Jan 12 17:18:58 2009 New Revision: 187105 URL: http://svn.freebsd.org/changeset/base/187105 Log: Fix issue where ata_atapicmd() can never really return EBUSY which is expected in acd_fixate(). This should fix various problems folks are having with 'burncd' reporting "burncd: ioctl(CDRIOCFIXATE): Input/output error" during the fixate phase when "fixate" is issued together with the "data" command. PR: 95979 Submitted by: Jaakko Heinonen Modified: head/sys/dev/ata/ata-queue.c Modified: head/sys/dev/ata/ata-queue.c ============================================================================== --- head/sys/dev/ata/ata-queue.c Mon Jan 12 17:15:09 2009 (r187104) +++ head/sys/dev/ata/ata-queue.c Mon Jan 12 17:18:58 2009 (r187105) @@ -434,7 +434,8 @@ ata_completed(void *context, int dummy) printf("\n"); } - if ((request->u.atapi.sense.key & ATA_SENSE_KEY_MASK ? + if (!request->result && + (request->u.atapi.sense.key & ATA_SENSE_KEY_MASK ? request->u.atapi.sense.key & ATA_SENSE_KEY_MASK : request->error)) request->result = EIO; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 17:22:42 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69F4B106567D; Mon, 12 Jan 2009 17:22:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 402528FC1E; Mon, 12 Jan 2009 17:22:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CHMgRH082209; Mon, 12 Jan 2009 17:22:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CHMgAd082205; Mon, 12 Jan 2009 17:22:42 GMT (envelope-from linimon) Date: Mon, 12 Jan 2009 17:22:42 GMT Message-Id: <200901121722.n0CHMgAd082205@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/130425: www/rt38 - Database couldn't be initialized 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, 12 Jan 2009 17:22:43 -0000 Synopsis: www/rt38 - Database couldn't be initialized Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 12 17:21:53 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=130425 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 21:50:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 538FC1065678 for ; Mon, 12 Jan 2009 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 16D0C8FC16 for ; Mon, 12 Jan 2009 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CLo2fI086465 for ; Mon, 12 Jan 2009 21:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CLo2FQ086464; Mon, 12 Jan 2009 21:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 21:50:02 GMT Resent-Message-Id: <200901122150.n0CLo2FQ086464@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, Radek Krejca Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6E4E106564A for ; Mon, 12 Jan 2009 21:47:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 971038FC1E for ; Mon, 12 Jan 2009 21:47:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CLlatj023464 for ; Mon, 12 Jan 2009 21:47:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CLlaep023463; Mon, 12 Jan 2009 21:47:36 GMT (envelope-from nobody) Message-Id: <200901122147.n0CLlaep023463@www.freebsd.org> Date: Mon, 12 Jan 2009 21:47:36 GMT From: Radek Krejca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130476: Error in compiling kernel with device ixgbe 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, 12 Jan 2009 21:50:03 -0000 >Number: 130476 >Category: kern >Synopsis: Error in compiling kernel with device ixgbe >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 21:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Radek Krejca >Release: 7.1-RELEASE >Organization: STARNET, s.r.o. >Environment: FreeBSD devel.starnet.cz 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: When I try to compile kernel with device ixgbe or by building module ixgbe, i got this message: In file included from /usr/src/sys/dev/ixgbe/ixgbe.c:39: /usr/src/sys/dev/ixgbe/ixgbe.h:87:21: error: tcp_lro.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/DL380-G5. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >How-To-Repeat: Build kernel with device ixgbe or build module ixgbe >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 21:50:11 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 322981065672; Mon, 12 Jan 2009 21:50:11 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07CEF8FC0A; Mon, 12 Jan 2009 21:50:11 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CLoAvS086896; Mon, 12 Jan 2009 21:50:10 GMT (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CLoAEm086878; Mon, 12 Jan 2009 21:50:10 GMT (envelope-from obrien) Date: Mon, 12 Jan 2009 21:50:10 GMT Message-Id: <200901122150.n0CLoAEm086878@freefall.freebsd.org> To: ryanb@goddamnbastard.org, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org From: obrien@FreeBSD.org Cc: Subject: Re: bin/47387: [patch] gprof(1) -K still requires "a.out" arg / overrides in-kernel function list 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, 12 Jan 2009 21:50:11 -0000 Synopsis: [patch] gprof(1) -K still requires "a.out" arg / overrides in-kernel function list State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Mon Jan 12 21:49:52 UTC 2009 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jan 12 21:49:52 UTC 2009 Responsible-Changed-Why: Made the commit. http://www.freebsd.org/cgi/query-pr.cgi?pr=47387 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 22:20:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD6E1065675 for ; Mon, 12 Jan 2009 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2028FC13 for ; Mon, 12 Jan 2009 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CMK1Rg008676 for ; Mon, 12 Jan 2009 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CMK1FQ008675; Mon, 12 Jan 2009 22:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 22:20:01 GMT Resent-Message-Id: <200901122220.n0CMK1FQ008675@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, John Levine Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 089471065672 for ; Mon, 12 Jan 2009 22:13:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id EC8E28FC19 for ; Mon, 12 Jan 2009 22:13:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CMDiA8036614 for ; Mon, 12 Jan 2009 22:13:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CMDibE036611; Mon, 12 Jan 2009 22:13:44 GMT (envelope-from nobody) Message-Id: <200901122213.n0CMDibE036611@www.freebsd.org> Date: Mon, 12 Jan 2009 22:13:44 GMT From: John Levine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130477: restore doesn't recognize out of space on /tmp 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, 12 Jan 2009 22:20:02 -0000 >Number: 130477 >Category: misc >Synopsis: restore doesn't recognize out of space on /tmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 22:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: John Levine >Release: 7.0 >Organization: >Environment: Booted from live FS i386 CD >Description: I booted from CD and was restoring filesystems from dumps on a USB disk onto a fresh system disk. When I tried to restore /var from about a 800MB dump, I got all sorts of strange errors even though the dump was known to be good. After poking around I realized that the problem was there was very little room on /tmp and it filled up. I mounted a reasonable /tmp partition and it worked fine. Restore of the much larger /usr dump failed immediately, so it appears that some writes to the tmp files check for failure, but some don't. >How-To-Repeat: Try to restore a medium sized dump (800MB in my case) on a system with a tiny little /tmp >Fix: A quick look at the source code notes several fwrite() calls in dirs.c that don't check the return value. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 22:50:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AFD81065670 for ; Mon, 12 Jan 2009 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E54C8FC1A for ; Mon, 12 Jan 2009 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CMo14q031554 for ; Mon, 12 Jan 2009 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CMo14P031553; Mon, 12 Jan 2009 22:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 22:50:01 GMT Resent-Message-Id: <200901122250.n0CMo14P031553@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, Henrik Friedrichsen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4FC106564A for ; Mon, 12 Jan 2009 22:45:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 199BE8FC16 for ; Mon, 12 Jan 2009 22:45:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CMj4R2051165 for ; Mon, 12 Jan 2009 22:45:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CMj46d051164; Mon, 12 Jan 2009 22:45:04 GMT (envelope-from nobody) Message-Id: <200901122245.n0CMj46d051164@www.freebsd.org> Date: Mon, 12 Jan 2009 22:45:04 GMT From: Henrik Friedrichsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130478: Port Linux kernel stub of nouveau to FreeBSD 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, 12 Jan 2009 22:50:02 -0000 >Number: 130478 >Category: kern >Synopsis: Port Linux kernel stub of nouveau to FreeBSD >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 22:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Henrik Friedrichsen >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD canaan.connecticut 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Sun Jan 4 20:18:09 CET 2009 root@canaan.megawr.ath.cx:/usr/obj/usr/src/sys/PLUTONIUM i386 >Description: Nouveau is a project which aims at producing Open Source 3D drivers for nVidia cards based on reverse-engineering. Right now, it has a stub which resides in the Linux kernel that offers a few functions to the driver in order to work properly. This is really not a lot of code, and if this was ported to FreeBSD, the whole *BSD and Nouveau community would benefit from it. I believe, that this is not an impossible or extremely hard job, please note that my kernel knowledge is vastly limited though. However, since official x64 drivers by nVidia aren't likely to be released anytime soon, this would be a great thing to have on FreeBSD, because the 'nv' driver in Xorg is a pain to use. Please comment :) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 23:12:33 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6434106566B; Mon, 12 Jan 2009 23:12:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC9F38FC17; Mon, 12 Jan 2009 23:12:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CNCXVM052468; Mon, 12 Jan 2009 23:12:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CNCXDa052464; Mon, 12 Jan 2009 23:12:33 GMT (envelope-from linimon) Date: Mon, 12 Jan 2009 23:12:33 GMT Message-Id: <200901122312.n0CNCXDa052464@freefall.freebsd.org> To: hrkfdn@gmail.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD 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, 12 Jan 2009 23:12:34 -0000 Old Synopsis: Port Linux kernel stub of nouveau to FreeBSD New Synopsis: [request] Port Linux kernel stub of nouveau to FreeBSD State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Mon Jan 12 23:12:16 UTC 2009 State-Changed-Why: Mark suspended awaiting patches. http://www.freebsd.org/cgi/query-pr.cgi?pr=130478 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 23:30:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9DED106566B for ; Mon, 12 Jan 2009 23:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDA08FC17 for ; Mon, 12 Jan 2009 23:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CNU3H3060843 for ; Mon, 12 Jan 2009 23:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CNU3io060838; Mon, 12 Jan 2009 23:30:03 GMT (envelope-from gnats) Date: Mon, 12 Jan 2009 23:30:03 GMT Message-Id: <200901122330.n0CNU3io060838@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Henrik Friedrichsen Cc: Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henrik Friedrichsen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 23:30:04 -0000 The following reply was made to PR kern/130478; it has been noted by GNATS. From: Henrik Friedrichsen To: bug-followup@freebsd.org Cc: linimon@freebsd.org Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD Date: Tue, 13 Jan 2009 00:24:38 +0100 So is this a good or a bad thing? Are patches in development? Or why did you suspend the PR? =) From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 12 23:50:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58A9A106566B for ; Mon, 12 Jan 2009 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47AF88FC0A for ; Mon, 12 Jan 2009 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CNo2Fh076483 for ; Mon, 12 Jan 2009 23:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CNo2tV076482; Mon, 12 Jan 2009 23:50:02 GMT (envelope-from gnats) Date: Mon, 12 Jan 2009 23:50:02 GMT Message-Id: <200901122350.n0CNo2tV076482@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: linimon@lonesome.com (Mark Linimon) Cc: Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 23:50:02 -0000 The following reply was made to PR kern/130478; it has been noted by GNATS. From: linimon@lonesome.com (Mark Linimon) To: Henrik Friedrichsen Cc: bug-followup@FreeBSD.org Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD Date: Mon, 12 Jan 2009 17:42:02 -0600 On Mon, Jan 12, 2009 at 11:30:03PM +0000, Henrik Friedrichsen wrote: > So is this a good or a bad thing? Are patches in development? Or why did > you suspend the PR? =) I know of no patches in development. Although we do allow requests for features to be submitted to GNATS, in practice they are hardly ever acted on. We have a sufficient backlog of things that you can technically consider "problem reports" to keep us busy for years :-) My own priorities are to bring attention to: - things that affect data integrity - regressions introduced in new versions - various bugs in the kernel - various bugs in userland There are a considerable backlog of the above (we have a lot more users than we do developers :-) ) What I consider secondary problems: - problems installing FreeBSD in the first place - non-supported devices We do have a team of bugbusters willing to help people with problems installing, which has helped to keep the count down to some degree. However, the 'requests' generally do not get handled -- it takes a developer wanting to solve a problem that affects him or her before things get committed. mcl From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 00:10:07 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491FC1065708 for ; Tue, 13 Jan 2009 00:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2238FC16 for ; Tue, 13 Jan 2009 00:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0D0A4Iw091067 for ; Tue, 13 Jan 2009 00:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0D0A4ml091066; Tue, 13 Jan 2009 00:10:04 GMT (envelope-from gnats) Date: Tue, 13 Jan 2009 00:10:04 GMT Message-Id: <200901130010.n0D0A4ml091066@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dominic Duklas Cc: Subject: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dominic Duklas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 00:10:08 -0000 The following reply was made to PR kern/130478; it has been noted by GNATS. From: Dominic Duklas To: bug-followup@freebsd.org Cc: Subject: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD Date: Mon, 12 Jan 2009 23:33:36 +0000 Nouveau is a great project, it provides very fast 2d for GeForce 6xxx and 7xxx, and work on GeForce 8xxx and 9xxx is ongoing, however none of the developers use *BSD, so they cannot provide the kernel module needed for it to work on *BSD's. This would indeed benefit freebsd community by providing a good alternative to proprietary nvidia drivers, which only work on i386. From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 01:10:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C5C71065672 for ; Tue, 13 Jan 2009 01:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A81E8FC08 for ; Tue, 13 Jan 2009 01:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0D1A2Bw039359 for ; Tue, 13 Jan 2009 01:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0D1A25N039358; Tue, 13 Jan 2009 01:10:02 GMT (envelope-from gnats) Date: Tue, 13 Jan 2009 01:10:02 GMT Message-Id: <200901130110.n0D1A25N039358@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Li yonggang" Cc: Subject: Re: bin/130300: netstat crash when params is incorrect X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Li yonggang List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 01:10:02 -0000 The following reply was made to PR bin/130300; it has been noted by GNATS. From: "Li yonggang" To: "Ruslan Ermilov" Cc: bug-followup@freebsd.org Subject: Re: bin/130300: netstat crash when params is incorrect Date: Tue, 13 Jan 2009 01:02:06 +0000 the fix from Ruslan Ermilov works for netstat -m foo. but I still think there MUST be a check for illegal params input. because in netstat -m foo, the live variable will be set 0 by mistake, there is no any reason to continue, because the further call kread will use illegal input: foo. we should stop at usage() when illegal params input is found. this will apply for all the params input not only -m foo, which will help reduce the possibility of the regression like -m foo. %%% Index:main.c ================================================= --- main.c 2009-01-12 15:13:06.000000000 +0000 +++ ../main.c 2009-01-12 15:32:14.000000000 +0000 @@ -341,6 +341,7 @@ int af; /* address family */ int live; /* true if we are examining a live system */ + int main(int argc, char *argv[]) { @@ -463,28 +464,12 @@ default: usage(); } - argv += optind; - argc -= optind; - -#define BACKWARD_COMPATIBILITY -#ifdef BACKWARD_COMPATIBILITY - if (*argv) { - if (isdigit(**argv)) { - interval = atoi(*argv); - if (interval <= 0) - usage(); - ++argv; - iflag = 1; - } - if (*argv) { - nlistf = *argv; - if (*++argv) - memf = *argv; - } - } -#endif - - /* + /* + * Params should be parsed without error. + * */ + if(*(argv += optind)) + usage(); + /* * Discard setgid privileges if not the running kernel so that bad * guys can't print interesting stuff from kernel memory. */ %%% Thanks, Yonggang Li From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 03:00:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8AE7106566B for ; Tue, 13 Jan 2009 03:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 94A768FC13 for ; Tue, 13 Jan 2009 03:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0D303HC021549 for ; Tue, 13 Jan 2009 03:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0D3039V021548; Tue, 13 Jan 2009 03:00:03 GMT (envelope-from gnats) Date: Tue, 13 Jan 2009 03:00:03 GMT Message-Id: <200901130300.n0D3039V021548@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason Chambers Cc: Subject: Re: kern/126709: [ata] Regression of SATA/PATA support with 6.3 and 7.0 (x86/amd64) -- Nvidia nForce4 chipset [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Chambers List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 03:00:04 -0000 The following reply was made to PR kern/126709; it has been noted by GNATS. From: Jason Chambers To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/126709: [ata] Regression of SATA/PATA support with 6.3 and 7.0 (x86/amd64) -- Nvidia nForce4 chipset [regression] Date: Mon, 12 Jan 2009 18:53:00 -0800 Whatever changes made it into 7.1-RELEASE appear to have mostly fixed the problem. With 7.1 the system runs fine except for the problem described below. After about 7 hours of uptime the system fails due to an interrupt storm between what looks like the nVidia controller, network interface, and USB controller. Changing the em0 interface status to down stops the interrupt storm however it returns as soon as the interface is enabled again. Let me know if you need more data. Thanks, --Jason dmesg log: ============ 16:02:44 -- Starts generating interrupt errors: "interrupt storm detected on "irq21:"; throttling interrupt source" 16:02:45 -- em0: watchdog timeout -- resetting 16:02:45 -- interrupt storm detected.... 16:02:45 -- em0: link state changed to DOWN (...) 16:02:49 -- em0: link state changed to UP The above repeats regularly but is partially squelched by "last message repeated x times" messages. vmstat -i shows: ====================== interrupt total rate irq1: atkbd0 138 0 irq14: ata0 91 0 irq18: fwohci0 3 0 irq19: em0 150708 5 irq21: ohci0+ 853571283 31349 irq22: ehci0+ 267 0 cpu0: timer 54455483 1999 cpu0: timer 54446087 1999 Total 962624060 35354 Checking the dmesg boot log - bzcat /var/log/messages.0.bz2 | grep "irq 21" ================================================ ohci0: mem 0xdfffb000-0xdfffbfff irq 21 at device 11.0 on pci0 atapci1: port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf mem 0xdfffd000-0xdfffdfff irq 21 at device 16.0 on pci0 Network card boot message: ============================ em0: port 0xdcc0-0xdcff mem 0xdcec0000-0xdcedffff,0xdcee0000-0xdcefffff irq 19 at device 3.0 on pci3 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 04:06:01 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 383D1106564A for ; Tue, 13 Jan 2009 04:06:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id 88D728FC16 for ; Tue, 13 Jan 2009 04:06:00 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by bwz13 with SMTP id 13so7524991bwz.19 for ; Mon, 12 Jan 2009 20:05:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HT4DvK1iPNZw1R92QKZWk8XOOpS3XkDXdGXo/BMUWnE=; b=OXAvn30+4y7YsWuT9lJIozg0FGYr79dLcBzvnnHX3aGr71C4vKOankOLbCRg68fEiw TtpoBJoXpbOLTD7oWWvNDnk/eOXl+FZPG9NSzBTT58A+EsvPKCweVj8bYKYD/fqDvTf7 NpZXmGi2i11dmNZWDwSStO/U4a16Z46P8wSNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=St144kdmI2ImbsWQqAoUqbt8xDlfQFwZPkM5HVM8C46vNevDcGLp6YbvhSnH2bJ6WK FmcRugptEpJUgX4mRZuaVDk6QN/XB7zrAIPJqQj9yqmd9fkuqYXk3ttXZFxj5JVBZcWK fPi5GEzwqVuFGF4hD0ni2pk/thc6uv8vWEtnc= Received: by 10.180.255.1 with SMTP id c1mr11232421bki.36.1231819559432; Mon, 12 Jan 2009 20:05:59 -0800 (PST) Received: by 10.181.26.3 with HTTP; Mon, 12 Jan 2009 20:05:59 -0800 (PST) Message-ID: <7d6fde3d0901122005j6a106d52h7c4946df483563bd@mail.gmail.com> Date: Mon, 12 Jan 2009 20:05:59 -0800 From: "Garrett Cooper" To: "Mark Linimon" In-Reply-To: <200901122350.n0CNo2tV076482@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200901122350.n0CNo2tV076482@freefall.freebsd.org> Cc: freebsd-bugs@freebsd.org Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 04:06:01 -0000 On Mon, Jan 12, 2009 at 3:50 PM, Mark Linimon wrote: > The following reply was made to PR kern/130478; it has been noted by GNATS. > > From: linimon@lonesome.com (Mark Linimon) > To: Henrik Friedrichsen > Cc: bug-followup@FreeBSD.org > Subject: Re: kern/130478: [request] Port Linux kernel stub of nouveau to FreeBSD > Date: Mon, 12 Jan 2009 17:42:02 -0600 > > On Mon, Jan 12, 2009 at 11:30:03PM +0000, Henrik Friedrichsen wrote: > > So is this a good or a bad thing? Are patches in development? Or why did > > you suspend the PR? =) > > I know of no patches in development. > > Although we do allow requests for features to be submitted to GNATS, > in practice they are hardly ever acted on. We have a sufficient > backlog of things that you can technically consider "problem reports" > to keep us busy for years :-) > > My own priorities are to bring attention to: > > - things that affect data integrity > - regressions introduced in new versions > - various bugs in the kernel > - various bugs in userland > > There are a considerable backlog of the above (we have a lot more users > than we do developers :-) ) > > What I consider secondary problems: > > - problems installing FreeBSD in the first place > - non-supported devices > > We do have a team of bugbusters willing to help people with problems > installing, which has helped to keep the count down to some degree. > However, the 'requests' generally do not get handled -- it takes a > developer wanting to solve a problem that affects him or her before > things get committed. > > mcl I think what Mark might have been fishing for was `enhancements'. Once all major issues have been worked out, or if someone with necessary interest wants to get to the enhancement you proposed in the meantime, the enhancement request will get taken care of. Hint: Sometimes enhancement requests can coincide with bugs though, in which case you can probably bolster support through the community by noting that x86 PAE / x86_64 / x64 support (and other architecture support, like powerpc) doesn't exist. That would definitely help your goals. I can think of at least once case where this has lead to improvements in FreeBSD (HPS's USB2 stack), and I'm sure there are no doubt more... Does that help? Cheers, -Garrett From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 05:10:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79DE710656C3 for ; Tue, 13 Jan 2009 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E66E8FC17 for ; Tue, 13 Jan 2009 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0D5A38Z025556 for ; Tue, 13 Jan 2009 05:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0D5A3xH025555; Tue, 13 Jan 2009 05:10:03 GMT (envelope-from gnats) Date: Tue, 13 Jan 2009 05:10:03 GMT Message-Id: <200901130510.n0D5A3xH025555@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dieter Cc: Subject: Re: kern/118093: [firewire] firewire bus reset hogs CPU, causing data to be lost X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dieter List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 05:10:03 -0000 The following reply was made to PR kern/118093; it has been noted by GNATS. From: Dieter To: bug-followup@FreeBSD.org, freebsd-firewire@FreeBSD.org Cc: Subject: Re: kern/118093: [firewire] firewire bus reset hogs CPU, causing data to be lost Date: Mon, 12 Jan 2009 15:04:29 +0000 Sean, I tried your patch, but bad news: a bus reset still tromps on Ethernet. From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 09:30:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BFC71065678 for ; Tue, 13 Jan 2009 09:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E33A8FC26 for ; Tue, 13 Jan 2009 09:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0D9U1M3054809 for ; Tue, 13 Jan 2009 09:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0D9U1jH054808; Tue, 13 Jan 2009 09:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jan 2009 09:30:01 GMT Resent-Message-Id: <200901130930.n0D9U1jH054808@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, Eugen Konkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8568106564A for ; Tue, 13 Jan 2009 09:26:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B773E8FC16 for ; Tue, 13 Jan 2009 09:26:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0D9QUVE035875 for ; Tue, 13 Jan 2009 09:26:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0D9QUtW035874; Tue, 13 Jan 2009 09:26:30 GMT (envelope-from nobody) Message-Id: <200901130926.n0D9QUtW035874@www.freebsd.org> Date: Tue, 13 Jan 2009 09:26:30 GMT From: Eugen Konkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130493: BUG or FEATURE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 09:30:02 -0000 >Number: 130493 >Category: misc >Synopsis: BUG or FEATURE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 13 09:30:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eugen Konkov >Release: >Organization: ISP Konkov >Environment: FreeBSD kes.net.ua 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Sat Jan 3 01:15:39 EET 2009 kes@kes.net.ua:/usr/obj/usr/src/sys/KES_KERN_v7 i386 >Description: I have two routing tables, three LAN: one internal, two external. I have connected VIA VPN to server through internal LAN. if in firewall I add: setfib 1 all from internal.lan.ip to any The packet inside VPN tunnel is marked to have fib 1 and will leave router acording routing table 2 (fib 1) If client IP is 10.0.0.2 and router IP is 10.0.0.1 and LAN interface is rl2 If VPN interface on router is ng0 and framed IP for VPN client is 192.168.0.2 it seems that setfib 1 all from internal.lan.ip to any in recv rl2 is equivalent to setfib 1 all from 192.168.0.2 to any in recv ng0 Is this feature or bug that packet inside tunnel is also marked to have same fib as tunnel/transport packet has? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 13:40:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23961065674 for ; Tue, 13 Jan 2009 13:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 937768FC1E for ; Tue, 13 Jan 2009 13:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DDe1KR049202 for ; Tue, 13 Jan 2009 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DDe15t049201; Tue, 13 Jan 2009 13:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jan 2009 13:40:01 GMT Resent-Message-Id: <200901131340.n0DDe15t049201@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, olevole Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EFE91065674 for ; Tue, 13 Jan 2009 13:33:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD4D8FC1A for ; Tue, 13 Jan 2009 13:33:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DDXBRH094811 for ; Tue, 13 Jan 2009 13:33:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0DDXBx5094806; Tue, 13 Jan 2009 13:33:11 GMT (envelope-from nobody) Message-Id: <200901131333.n0DDXBx5094806@www.freebsd.org> Date: Tue, 13 Jan 2009 13:33:11 GMT From: olevole To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130502: kports (and possible other) ports is must be marked as broken for system with KDE4: no kdesu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 13:40:02 -0000 >Number: 130502 >Category: misc >Synopsis: kports (and possible other) ports is must be marked as broken for system with KDE4: no kdesu >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 13 13:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: olevole >Release: FreeBSD 8.0-CURRENT i386 >Organization: no >Environment: FreeBSD home 8.0-CURRENT FreeBSD 8.0-CURRENT #21: Mon Jan 12 19:44:38 MSK 2009 root@home:/usr/obj/usr/src/sys/home i386 >Description: Hello, kdesu (as i know) is obsoleted for KDE4, so some program (like kports) who doing execute kdesu is not working. (But man page still exist for kde4: pkg_which /usr/local/kde4/man/man1/kdesu.1.gz [Updating the pkgdb in /var/db/pkg ... - 891 packages found (-0 +3) ... done] kdebase-runtime-4.1.1 ) >How-To-Repeat: Install ports-mgmt/kports on system with KDE4 in xterm: su -m root -c 'kports' (becouse kports oriented for root privileges) (entering root password) On many task kports showin "An Error ocurred trying.." and xterm showing output: kdesu: not found >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 14:00:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15FEF1065675 for ; Tue, 13 Jan 2009 14:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DEC758FC19 for ; Tue, 13 Jan 2009 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DE01oS063224 for ; Tue, 13 Jan 2009 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DE01Uh063223; Tue, 13 Jan 2009 14:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jan 2009 14:00:01 GMT Resent-Message-Id: <200901131400.n0DE01Uh063223@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, Chris Kuklewicz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB2661065673 for ; Tue, 13 Jan 2009 13:50:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A75458FC1F for ; Tue, 13 Jan 2009 13:50:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DDowcU025191 for ; Tue, 13 Jan 2009 13:50:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0DDowGe025190; Tue, 13 Jan 2009 13:50:58 GMT (envelope-from nobody) Message-Id: <200901131350.n0DDowGe025190@www.freebsd.org> Date: Tue, 13 Jan 2009 13:50:58 GMT From: Chris Kuklewicz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130504: Serious bug in regular expression library (regex) affected sed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 14:00:02 -0000 >Number: 130504 >Category: misc >Synopsis: Serious bug in regular expression library (regex) affected sed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 13 14:00:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Kuklewicz >Release: FreeBSD 8.0-Current and 6.3-PRERELEASE >Organization: Not applicable >Environment: FreeBSD m-net.arbornet.org 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #1: Tue Nov 6 16:13:56 EST 2007 root@newmnet.arbornet.org:/usr/src/sys/i386/compile/MNET i386 >Description: I have tracked the source of a bug originally seen on OS X back to the same bug in FreeBSD. The bug is in the libc implementation of regular expressions, used via the API in "regex.h" specifically regexec. Programs which use this library are affected, including "sed" which I will use to illustrate the bug below. The bug effects both the whole text matched and the choice of text reported as matching parenthesized subexpressions. The bug violates the leftmost longest matching rule for POSIX regular expressions. The bug violates the principle that the order of subexpressions around the "|" operator should not affect the whole text matched. A terminal sessions using three sed commands with extended regular expressions: [chrisk@m-net ~]$ echo "ab" | sed -E "s/(()|.)(b)/[&]/" a[b] [chrisk@m-net ~]$ echo "ab" | sed -E "s/(.|())(b)/[&]/" [ab] [chrisk@m-net ~]$ echo XababaYababaZ | sed -E 's/((X)(aba|b|ab)(aba|b|ab)(Y)(aba|b|ab)*(Z))/[\1] => [\2][\3][\4][\5][\6][\7]/' [XababaYababaZ] => [X][ab][aba][Y][b][Z] The first two commands differ only in the order of "()" and "." around the "|" operator. According to the POSIX specification this must not affect the whole match, which is report by "&" in sed's replacement specification. The leftmost longest match is "ab" and is correctly reported by the second command. The first command incorrect does not match starting with the "a" and matches just the "b". This establishes that the bug violates the POSIX specification and can affect a program that only cares about the whole text matched (ignoring captured parenthesized subexpressions). The third command shows an internal inconsistency in the output. The (aba|b|ab)* operator should capture the text matched by the last repetition of the (aba|b|ab) subexpression and report that in \6. In particular \6 should match "aba" just like \3 does. As shown above the FreeBSD output is [XababaYababaZ] => [X][ab][aba][Y][b][Z] The correct output should have been [XababaYababaZ] => [X][ab][aba][Y][abc][Z] Could there be a way to explain the FreeBSD output? Consider the following questions: If the last repetition of (aba|b|ab)* matched \6 to "b" then how is the text between that "b" skipped so that "(Z)" matched \7 against the final "Z" in the text? If the "b" reported by \6 is the last "b" in the text then there is no part of the pattern that can match the next "a". If the "b" reported by \6 is the next-to-last "b" in the text then there is no part of the pattern that can match the preceding "a". Checking the indices returned by regex shows that \6 was matched against the last "b" in the text. Thus reporting \6 as matching "b" is contradictory, there is no consistent interpretation of what regexec returned. This establishes that the bug is can violate not only the POSIX specification but also violate any rational and consistent alternate specification. I found the first example by using Haskell's QuickCheck to randomly generate test cases. The second example was found by using Glenn Fowler's "AT&T Labs Research regex(3) regression tests" from http://www.research.att.com/~gsf/testregex/ I tested FreeBSD 6.3-PRERELEASE thanks to the free shell account at m-net.arbornet.org and FreeBSD 8.0-CURRENT was tested by "methi" on the #freebsd channel at irc.freenode.net >How-To-Repeat: [chrisk@m-net ~]$ echo "ab" | sed -E "s/(()|.)(b)/[&]/" [chrisk@m-net ~]$ echo "ab" | sed -E "s/(.|())(b)/[&]/" [chrisk@m-net ~]$ echo XababaYababaZ | sed -E 's/((X)(aba|b|ab)(aba|b|ab) If there is no bug then the first two both output "[ab]" and the last output "[XababaYababaZ] => [X][ab][aba][Y][abc][Z]". Currently the bug causes the first the output "a[b]" and the last to output "[XababaYababaZ] => [X][ab][aba][Y][b][Z]". >Fix: I do not have the time to be able to fix the regex.h part of libc. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 14:36:23 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B96BA1065670; Tue, 13 Jan 2009 14:36:23 +0000 (UTC) (envelope-from wgodfrey@ena.com) Received: from mail.ena.com (mail.ena.com [96.4.3.70]) by mx1.freebsd.org (Postfix) with ESMTP id 780A48FC0A; Tue, 13 Jan 2009 14:36:23 +0000 (UTC) (envelope-from wgodfrey@ena.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 13 Jan 2009 08:25:27 -0600 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: kern/130313: [nfs] -n option appears to have no effect, only one master and one server Thread-Index: AclykU/y79cn2rOkQo2IYeGFZOtlLQC+LMXAAAAtdiA= References: <200901091925.n09JPnJ3084977@freefall.freebsd.org> From: "Weldon Godfrey" To: "Weldon Godfrey" , , Cc: Subject: RE: kern/130313: [nfs] -n option appears to have no effect, only one master and one server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 14:36:24 -0000 Sorry, I meant to say we are "not able" to test this. Again sorry Weldon -----Original Message----- From: Weldon Godfrey=20 Sent: Tuesday, January 13, 2009 8:24 AM To: 'linimon@FreeBSD.org'; 'freebsd-bugs@FreeBSD.org' Subject: RE: kern/130313: [nfs] -n option appears to have no effect, only one master and one server FYI. Our suspicion that it was needing to spawn more processes was correct. We noticed these sysctl tunables: vfs.nfsrv.minthreads: 4 vfs.nfsrv.maxthreads: 4 vfs.nfsrv.threads: 4 We manually changed vfs.nfsrv.maxthreads to 200 and now it is varying from 7 to 25 and the client delays stopped. The I compared the snapshot of 8-CURRENT and although we have 1.35 of nfsd, some of he upgrades in sys/nfsserver that is in CVS with the same comment is not on our snapshot so the issue of ignoreing -n may not be an issue with HEAD right now, but we are available to test this, sorry. Thanks! Weldon -----Original Message----- From: linimon@FreeBSD.org [mailto:linimon@FreeBSD.org]=20 Sent: Friday, January 09, 2009 1:26 PM To: Weldon Godfrey; linimon@FreeBSD.org; freebsd-bugs@FreeBSD.org Subject: Re: kern/130313: [nfs] -n option appears to have no effect, only one master and one server Synopsis: [nfs] -n option appears to have no effect, only one master and one server State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jan 9 19:25:37 UTC 2009 State-Changed-Why:=20 Already documented. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D130313 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 14:36:24 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9598106566B; Tue, 13 Jan 2009 14:36:24 +0000 (UTC) (envelope-from wgodfrey@ena.com) Received: from mail.ena.com (mail.ena.com [96.4.3.70]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7DB8FC1C; Tue, 13 Jan 2009 14:36:24 +0000 (UTC) (envelope-from wgodfrey@ena.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 13 Jan 2009 08:24:20 -0600 Message-ID: In-Reply-To: <200901091925.n09JPnJ3084977@freefall.freebsd.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: kern/130313: [nfs] -n option appears to have no effect, only one master and one server Thread-Index: AclykU/y79cn2rOkQo2IYeGFZOtlLQC+LMXA References: <200901091925.n09JPnJ3084977@freefall.freebsd.org> From: "Weldon Godfrey" To: , Cc: Subject: RE: kern/130313: [nfs] -n option appears to have no effect, only one master and one server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 14:36:25 -0000 FYI. Our suspicion that it was needing to spawn more processes was correct. We noticed these sysctl tunables: vfs.nfsrv.minthreads: 4 vfs.nfsrv.maxthreads: 4 vfs.nfsrv.threads: 4 We manually changed vfs.nfsrv.maxthreads to 200 and now it is varying from 7 to 25 and the client delays stopped. The I compared the snapshot of 8-CURRENT and although we have 1.35 of nfsd, some of he upgrades in sys/nfsserver that is in CVS with the same comment is not on our snapshot so the issue of ignoreing -n may not be an issue with HEAD right now, but we are available to test this, sorry. Thanks! Weldon -----Original Message----- From: linimon@FreeBSD.org [mailto:linimon@FreeBSD.org]=20 Sent: Friday, January 09, 2009 1:26 PM To: Weldon Godfrey; linimon@FreeBSD.org; freebsd-bugs@FreeBSD.org Subject: Re: kern/130313: [nfs] -n option appears to have no effect, only one master and one server Synopsis: [nfs] -n option appears to have no effect, only one master and one server State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jan 9 19:25:37 UTC 2009 State-Changed-Why:=20 Already documented. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D130313 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 17:10:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2F91065673 for ; Tue, 13 Jan 2009 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2EC8FC1A for ; Tue, 13 Jan 2009 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DHA1Jb005089 for ; Tue, 13 Jan 2009 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DHA1bX005088; Tue, 13 Jan 2009 17:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jan 2009 17:10:01 GMT Resent-Message-Id: <200901131710.n0DHA1bX005088@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, thanos Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A4341065677 for ; Tue, 13 Jan 2009 17:02:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 28CD68FC21 for ; Tue, 13 Jan 2009 17:02:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DH2lDw064427 for ; Tue, 13 Jan 2009 17:02:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0DH2ljM064426; Tue, 13 Jan 2009 17:02:47 GMT (envelope-from nobody) Message-Id: <200901131702.n0DH2ljM064426@www.freebsd.org> Date: Tue, 13 Jan 2009 17:02:47 GMT From: thanos To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130511: /tmp: filesystem full X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 17:10:02 -0000 >Number: 130511 >Category: misc >Synopsis: /tmp: filesystem full >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 13 17:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: thanos >Release: 6.2 Release >Organization: >Environment: FreeBSD leonidas.MSHOME 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: Hi, I am new with freebsd I see this on var/log/messages : Jan 13 13:57:12 leonidas kernel: pid 960 (fsck_ufs), uid 0 inumber 17 on /tmp: filesystem full Jan 13 13:57:12 leonidas fsck: /dev/ad1s1e: CANNOT CREATE SNAPSHOT /tmp/.snap/fsck_snapshot: No space left on device and I don't have no idea what it means when I run df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad1s1a 496M 157M 299M 34% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad1s1e 496M 496M -40M 109% /tmp /dev/ad1s1f 34G 4.0G 27G 13% /usr /dev/ad1s1d 1.1G 48M 1.0G 5% /var please, give me your lights >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 17:30:15 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE581065672; Tue, 13 Jan 2009 17:30:15 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 155018FC0C; Tue, 13 Jan 2009 17:30:15 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from freefall.freebsd.org (manolis@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DHUEFS021787; Tue, 13 Jan 2009 17:30:14 GMT (envelope-from manolis@freefall.freebsd.org) Received: (from manolis@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DHUEEe021767; Tue, 13 Jan 2009 17:30:14 GMT (envelope-from manolis) Date: Tue, 13 Jan 2009 17:30:14 GMT Message-Id: <200901131730.n0DHUEEe021767@freefall.freebsd.org> To: atr0x23@gmail.com, manolis@FreeBSD.org, freebsd-bugs@FreeBSD.org From: manolis@FreeBSD.org Cc: Subject: Re: misc/130511: /tmp: filesystem full X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 17:30:16 -0000 Synopsis: /tmp: filesystem full State-Changed-From-To: open->closed State-Changed-By: manolis State-Changed-When: Tue Jan 13 17:29:33 UTC 2009 State-Changed-Why: User question, not really a bug http://www.freebsd.org/cgi/query-pr.cgi?pr=130511 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 18:00:15 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0D7210656BB for ; Tue, 13 Jan 2009 18:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C56688FC24 for ; Tue, 13 Jan 2009 18:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DI047M042667 for ; Tue, 13 Jan 2009 18:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DI04eJ042666; Tue, 13 Jan 2009 18:00:04 GMT (envelope-from gnats) Date: Tue, 13 Jan 2009 18:00:04 GMT Message-Id: <200901131800.n0DI04eJ042666@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Manolis Kiagias Cc: Subject: Re: misc/130511: /tmp: filesystem full X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Manolis Kiagias List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 18:00:16 -0000 The following reply was made to PR misc/130511; it has been noted by GNATS. From: Manolis Kiagias To: thanos Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/130511: /tmp: filesystem full Date: Tue, 13 Jan 2009 19:25:56 +0200 thanos wrote: >> Number: 130511 >> Category: misc >> Synopsis: /tmp: filesystem full >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-bugs >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Tue Jan 13 17:10:00 UTC 2009 >> Closed-Date: >> Last-Modified: >> Originator: thanos >> Release: 6.2 Release >> Organization: >> Environment: >> > FreeBSD leonidas.MSHOME 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 > >> Description: >> > Hi, I am new with freebsd > I see this on var/log/messages : > > Jan 13 13:57:12 leonidas kernel: pid 960 (fsck_ufs), uid 0 inumber 17 on /tmp: filesystem full > Jan 13 13:57:12 leonidas fsck: /dev/ad1s1e: CANNOT CREATE SNAPSHOT /tmp/.snap/fsck_snapshot: No space left on device > > and I don't have no idea what it means > > when I run df -h > > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad1s1a 496M 157M 299M 34% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad1s1e 496M 496M -40M 109% /tmp > /dev/ad1s1f 34G 4.0G 27G 13% /usr > /dev/ad1s1d 1.1G 48M 1.0G 5% /var > > please, give me your lights > > Your /tmp filesystem is (more than) full. This is not a bug however, you should submit your questions to the freebsd-questions mailing list rather than using the bug report service. Here is a quick tip to get you started on FreeBSD mailing lists: http://www.freebsd.org/doc/el/books/handbook/eresources.html#ERESOURCES-MAIL From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 18:04:12 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 783D61065675; Tue, 13 Jan 2009 18:04:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6F48FC1A; Tue, 13 Jan 2009 18:04:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DI4CwO049516; Tue, 13 Jan 2009 18:04:12 GMT (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DI4COH049512; Tue, 13 Jan 2009 18:04:12 GMT (envelope-from obrien) Date: Tue, 13 Jan 2009 18:04:12 GMT Message-Id: <200901131804.n0DI4COH049512@freefall.freebsd.org> To: artboreb@yahoo.com, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org From: obrien@FreeBSD.org Cc: Subject: Re: bin/95979: [patch] burncd(8) fails to fixate CDs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 18:04:12 -0000 Synopsis: [patch] burncd(8) fails to fixate CDs State-Changed-From-To: open->feedback State-Changed-By: obrien State-Changed-When: Tue Jan 13 18:02:29 UTC 2009 State-Changed-Why: fix committed Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Tue Jan 13 18:02:29 UTC 2009 Responsible-Changed-Why: I did the commit http://www.freebsd.org/cgi/query-pr.cgi?pr=95979 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 13 18:40:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 162AA1065677 for ; Tue, 13 Jan 2009 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E2E458FC1D for ; Tue, 13 Jan 2009 18:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DIe0Xo073914 for ; Tue, 13 Jan 2009 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0DIe0VY073913; Tue, 13 Jan 2009 18:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jan 2009 18:40:00 GMT Resent-Message-Id: <200901131840.n0DIe0VY073913@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, Dmitrij Tejblum Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43247106564A for ; Tue, 13 Jan 2009 18:35:32 +0000 (UTC) (envelope-from tejblum@tejblum.yandex.ru) Received: from tejblum.yandex.ru (dhcp250-161.yandex.ru [87.250.250.161]) by mx1.freebsd.org (Postfix) with ESMTP id BF3B38FC21 for ; Tue, 13 Jan 2009 18:35:31 +0000 (UTC) (envelope-from tejblum@tejblum.yandex.ru) Received: from tejblum.yandex.ru (localhost [127.0.0.1]) by tejblum.yandex.ru (8.14.1/8.13.4) with ESMTP id n0DILhmH002433 for ; Tue, 13 Jan 2009 21:21:43 +0300 (MSK) (envelope-from tejblum@tejblum.yandex.ru) Received: (from tejblum@localhost) by tejblum.yandex.ru (8.14.1/8.13.4/Submit) id n0DILhf6002432; Tue, 13 Jan 2009 21:21:43 +0300 (MSK) (envelope-from tejblum) Message-Id: <200901131821.n0DILhf6002432@tejblum.yandex.ru> Date: Tue, 13 Jan 2009 21:21:43 +0300 (MSK) From: Dmitrij Tejblum To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/130512: [patch] Various mistakes in IPMI watchdog handling X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitrij Tejblum List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 18:40:01 -0000 >Number: 130512 >Category: kern >Synopsis: [patch] Various mistakes in IPMI watchdog handling >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 13 18:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitrij Tejblum >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: OOO Yandex >Environment: >Description: Watchdog handling in the ipmi driver has several problems. 1. Incorrect timeout setting: To get the most significant byte of a 2-byte number (i.e. sec*10) you should divide the number by 256, not 2550. Also, a second contains 1000000000 nanoseconds, not 1800000000 nanoseconds. (This change is verified by the "ipmitool" program and by testing when the watchdog actually fire.) 2. Due to rounding error, setting watchdog to a really small timeout (< 1 sec) was turning the watchdog off. It should set the watchdog to a small timeout instead. 3. The error checking was missed. >How-To-Repeat: Use ipmitool program from ports/sysutils/ipmitool (ipmitool bmc watchdog get) to see actual watchdog settings. Use different values of '-s' option to watchdogd to see when the timeout actually fires. >Fix: --- dev/ipmi/ipmi.c 2008-10-13 18:43:46.000000000 +0400 +++ dev/ipmi/ipmi.c 2009-01-13 21:15:49.000000000 +0300 @@ -588,7 +588,7 @@ * Watchdog event handler. */ -static void +static int ipmi_set_watchdog(struct ipmi_softc *sc, int sec) { struct ipmi_request *req; @@ -604,7 +604,7 @@ req->ir_request[2] = 0; req->ir_request[3] = 0; /* Timer use */ req->ir_request[4] = (sec * 10) & 0xff; - req->ir_request[5] = (sec * 10) / 2550; + req->ir_request[5] = (sec * 10) / 256; } else { req->ir_request[0] = IPMI_SET_WD_TIMER_SMS_OS; req->ir_request[1] = 0; @@ -631,6 +631,7 @@ } ipmi_free_request(req); + return error; /* dump_watchdog(sc); */ @@ -641,14 +642,22 @@ { struct ipmi_softc *sc = arg; unsigned int timeout; + int e; cmd &= WD_INTERVAL; if (cmd > 0 && cmd <= 63) { - timeout = ((uint64_t)1 << cmd) / 1800000000; - ipmi_set_watchdog(sc, timeout); - *error = 0; + timeout = ((uint64_t)1 << cmd) / 1000000000; + if (timeout == 0) + timeout = 1; + e = ipmi_set_watchdog(sc, timeout); + if (e == 0) + *error = 0; + else + ipmi_set_watchdog(sc, 0); } else { - ipmi_set_watchdog(sc, 0); + e = ipmi_set_watchdog(sc, 0); + if (e != 0) + *error = EOPNOTSUPP; } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 00:40:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABFBF106564A for ; Wed, 14 Jan 2009 00:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 85C6A8FC19 for ; Wed, 14 Jan 2009 00:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E0e2Ns046075 for ; Wed, 14 Jan 2009 00:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0E0e2F4046074; Wed, 14 Jan 2009 00:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jan 2009 00:40:02 GMT Resent-Message-Id: <200901140040.n0E0e2F4046074@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, John Henderson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8447106566B for ; Wed, 14 Jan 2009 00:30:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A42978FC18 for ; Wed, 14 Jan 2009 00:30:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E0UD6A069795 for ; Wed, 14 Jan 2009 00:30:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0E0UDiA069794; Wed, 14 Jan 2009 00:30:13 GMT (envelope-from nobody) Message-Id: <200901140030.n0E0UDiA069794@www.freebsd.org> Date: Wed, 14 Jan 2009 00:30:13 GMT From: John Henderson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130525: 64 bit ar5008 ndisgen-erated driver causes kernel panic on kldload X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 00:40:02 -0000 >Number: 130525 >Category: kern >Synopsis: 64 bit ar5008 ndisgen-erated driver causes kernel panic on kldload >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 14 00:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: John Henderson >Release: 7.1-Release, amd64 >Organization: >Environment: FreeBSD jwhendy.gateway.2wire.net 7.1-RELEASE-p1 7.1-RELEASE-p1 #0: Mon Jan 12 22:42:50 CST 2009 root@jwhendy.gateway.2wire.net:/usr/obj/usr/src/sys/MYCONFIG amd64 >Description: I have a MacBook 2,1 with an Atheros AR5418 wireless NIC (AR5008 chipset). I found a windows driver for the NIC and am trying to use ndisgen to get a kernel module that can drive the NIC. Currently, it is just recognized as (pciconf): none3@pci0:2:0:0: class=0x028000 card=0x0087106b chip=0x0024168c rev=0x01 hdr=0x00 vendor='Atheros Communications Inc.' device='AR5008 Atheros 802.11a/b/g/n (pre-N) radio class=network And seen on boot as (dmesg): pci2: at device 0.0 (no driver attached) I tried this with amd64 once without success, then wondered if it was due to running 64 bit, so I installed i386 with success. Since I have core 2 duo processors, I want to try to do this with amd64 one more time before I give up and commit to sticking with i386 and don't look back. I used this process: Downloaded drivers for ath 5xxx from: http://www.station-drivers.com/page/atheros.htm. I used a Win machine to open the .exe file and get the .inf and .sys files contained within. The files I used can be found here: - http://jw.hendy.googlepages.com/netathwx.inf - http://jw.hendy.googlepages.com/athwx.sys Next I did: - ndisgen ./netathwx.inf ./athwx.sys #followed steps until module generated - kldload ndis - kldload if_ndis #always get 'cannot load; file already exists since it's loaded with ndis - kldload ./athwx_sys.ko When I do this I get a kernel panic due to a privileged instruction fault. This was in the core dump vmcore.0 upon reboot: --------------- no match for ZwCreateKey no match for IoOpenDeviceRegistryKey no match for ZwDeleteKey no match for ZwOpenKey no match for KeBugCheckEx ndis0: mem 0x90100000-0x9010ffff irq 17 at device 0.0 on pci2 ndis0: [ITHREAD] ndis0: NDIS API version: 5.1 NDIS: open file /compat/ndis/AW1012d.ini failed: 2 NDIS: open file /compat/ndis/regAdd.txt failed: 2 Fatal trap 1: privileged instruction fault while in kernel mode cpuid = 1; apic id = 01 instruction pointer = 0x8:0xffffffff813ed006 stack pointer = 0x10:0xffffffffaf7201e0 frame pointer = 0x10:0xffffffffaf720210 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1623 kldload trap number = 1 panic: privileged instruction fault cpuid = 1 ---------------- What is hopeful to me is that when inspecting /var/log/messages, I see this, which matches what I saw from dmesg when I was successful for the 32 bit version of this driver on i386: ------------- ndis0: mem 0x90100000-0x9010ffff irq 17 at device 0.0 on pci2 ndis0: [ITHREAD] ndis0: NDIS API version: 5.1 ------------- It's finding the NIC and the driver is attaching... So, from here I posted on FreeBSD forums in Hardware and was suggested to upgrade to 7.1 (at the time I was running a fresh install of 7.0) and to enable DDB and KDB in the kernel, recompile, reboot, and use ddb/textdump to get the bt on the kernel panic. I'm very new to FreeBSD so that doesn't mean a lot to me, but I managed to figure it out. I enabled textdump and tried to load the module. At the resulting db> prompt I did 'db>bt' and this is what it responded with: ------------------------ Tracing pid 1077 tid 100097 td 0xffffff0003f76000 _end() at 0xffffffff813f7000 NdisMSynchronizeWithInterrupt() at NdisMSynchronizeWithInterrupt+0xc dmapbase() at 0xffffff0003cff1ce athwx_sys_drv_data_start() at 0xffffffffaf7259d3 --------------- Then it was suggested to disable smp by 'echo "kern.smp.disabled=1">>/boot/loader.conf'. I did that, rebooted, and tried to load the module again. Here's the bt from the panic (very similar to above): -------------------------- Tracing pid 923 tid 100070 td 0xffffff0003ad06e0 _end() at 0xffffffff813f7000 NDISMSynchronizeWithInterrupt() at NdisMSynchronizeWithInterrupt+0xc dmapbase() at 0xffffff0003ae1c4e athwx_sys_drv_data_start() at 0xffffffffaf6e09d3 -------------------- That's where things are left. I'm just looking to find out if it's even possible for me to generate a module that will work with amd64 FreeBSD. I can successfully load the 32bit modules that work in i386, but they don't pick up the driver (nothing from dmesg, and no ndis0 from ifconfig). So... - 32bit driver works with i386 (ndis0 is created on kldload, dmesg reports the NIC found, and I can setup the interface and ping successfully) - 32bit driver loads without complaints and is there with kldstat, but nothing from dmesg or ifconfig - 64bit driver crashes both systems Not sure where to go from here. It was recommended I post here since developers will read this. Please request any other files that would help (vmcore, /var/log/messages, dmesg, etc.) If anyone has insight into what's going on and how I might fix it, that would be great! Thanks, John >How-To-Repeat: ndisgen ./file.inf ./file.sys kldload ndis kldload if_ndis kldload ./generatedModule_sys.ko >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 01:07:24 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C6231065675; Wed, 14 Jan 2009 01:07:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3138FC13; Wed, 14 Jan 2009 01:07:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E17OGU066896; Wed, 14 Jan 2009 01:07:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0E17NIR066892; Wed, 14 Jan 2009 01:07:23 GMT (envelope-from linimon) Date: Wed, 14 Jan 2009 01:07:23 GMT Message-Id: <200901140107.n0E17NIR066892@freefall.freebsd.org> To: wgodfrey@ena.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/130506: Re: kern/130313: [nfs] -n option appears to have no effect, only one master and one server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 01:07:24 -0000 Old Synopsis: FW: kern/130313: [nfs] -n option appears to have no effect, only one master and one server New Synopsis: Re: kern/130313: [nfs] -n option appears to have no effect, only one master and one server State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Jan 14 01:06:18 UTC 2009 State-Changed-Why: Misfiled followup to kern/130313; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jan 14 01:06:18 UTC 2009 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=130506 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 01:13:14 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CBDF1065672; Wed, 14 Jan 2009 01:13:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1748FC0A; Wed, 14 Jan 2009 01:13:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E1DDVq074334; Wed, 14 Jan 2009 01:13:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0E1DDu3074328; Wed, 14 Jan 2009 01:13:13 GMT (envelope-from linimon) Date: Wed, 14 Jan 2009 01:13:13 GMT Message-Id: <200901140113.n0E1DDu3074328@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/130502: ports-mgmt/kports (and possible other) ports is must be marked as broken for system with KDE4: no kdesu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 01:13:15 -0000 Old Synopsis: kports (and possible other) ports is must be marked as broken for system with KDE4: no kdesu New Synopsis: ports-mgmt/kports (and possible other) ports is must be marked as broken for system with KDE4: no kdesu Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jan 14 01:12:29 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=130502 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 04:30:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55643106564A for ; Wed, 14 Jan 2009 04:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3354D8FC13 for ; Wed, 14 Jan 2009 04:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E4U1LA016903 for ; Wed, 14 Jan 2009 04:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0E4U1qp016902; Wed, 14 Jan 2009 04:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jan 2009 04:30:01 GMT Resent-Message-Id: <200901140430.n0E4U1qp016902@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, Oleg Gawriloff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5421106564A for ; Wed, 14 Jan 2009 04:23:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B914E8FC14 for ; Wed, 14 Jan 2009 04:23:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E4NMlM015806 for ; Wed, 14 Jan 2009 04:23:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0E4NMPV015805; Wed, 14 Jan 2009 04:23:22 GMT (envelope-from nobody) Message-Id: <200901140423.n0E4NMPV015805@www.freebsd.org> Date: Wed, 14 Jan 2009 04:23:22 GMT From: Oleg Gawriloff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130528: gjournal fsck during boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 04:30:02 -0000 >Number: 130528 >Category: misc >Synopsis: gjournal fsck during boot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 14 04:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Oleg Gawriloff >Release: 7.1 >Organization: Atlant Telecom >Environment: FreeBSD albatros2.telecom.by 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #0: Sat Jan 10 00:35:09 EET 2009 root@albatros2.telecom.by:/usr/obj/usr/src/sys/ALBATROS2 amd64 >Description: On server we have 2 data providers. First which is mounted on / is gmirror. Second which is mounted on /mnt in gjournal. During power failure we have following situation (with background_fsck="NO" & fsck_y_enable="YES"): System starting and detects consisten journal: GEOM_JOURNAL: Journal 3800228672: da0 contains data. GEOM_JOURNAL: Journal 3800228672: da0 contains journal. GEOM_JOURNAL: Journal da0 clean. Then it detects inconsistent gmirror: Trying to mount root from ufs:/dev/mirror/gm0s1a WARNING: / was not properly dismounted Then it checks gmirror systems in automatic mode (fsck_y_enable): Jan 14 04:37:52 albatros2 kernel: Starting file system checks: Jan 14 04:37:52 albatros2 kernel: /dev/mirror/gm0s1a: 2202 files, 61779 used, 2476740 free (932 frags, 309476 blocks, 0.0% fragmentation) Jan 14 04:37:52 albatros2 kernel: /dev/mirror/gm0s1d: 41 files, 621 used, 1012394 free (74 frags, 126540 blocks, 0.0% fragmentation) Jan 14 04:37:52 albatros2 kernel: /dev/mirror/gm0s1e: 273770 files, 2521741 used, 7632458 free (114082 frags, 939797 blocks, 1.1% fragmentation) Jan 14 04:37:52 albatros2 kernel: /dev/mirror/gm0s1f: 155596 files, 1427128 used, 21690718 free (17030 frags, 2709211 blocks, 0.1% fragmentation) But when it comes to checking gjournal it need user intervention: Jan 14 04:37:52 albatros2 kernel: Mounting local file systems: Jan 14 04:37:52 albatros2 kernel: WARNING: R/W mount of /mnt/StorageB denied. Filesystem is not clean - run fsck Jan 14 04:37:52 albatros2 kernel: mount: Jan 14 04:37:52 albatros2 kernel: /dev/da1.journal Jan 14 04:37:52 albatros2 kernel: : Jan 14 04:37:52 albatros2 kernel: Operation not permitted Jan 14 04:37:52 albatros2 kernel: . Jan 14 04:37:52 albatros2 kernel: Mounting /etc/fstab filesystems failed, startup aborted Jan 14 04:37:52 albatros2 kernel: ERROR: ABORTING BOOT (sending SIGTERM to parent)! Jan 14 04:37:52 albatros2 kernel: Jan 14 06:18:06 init: /bin/sh on /etc/rc terminated abnormally, going to single user mode fsck on gjournal never finds any problems (its 3 disk hardware RAID on disk-shelf): Jan 14 04:37:52 albatros2 kernel: ** /dev/da1.journal Jan 14 04:37:52 albatros2 kernel: ** Last Mounted on /mnt/StorageB Jan 14 04:37:52 albatros2 kernel: ** Phase 1 - Check Blocks and Sizes Jan 14 04:37:52 albatros2 kernel: ** Phase 2 - Check Pathnames Jan 14 04:37:52 albatros2 kernel: ** Phase 3 - Check Connectivity Jan 14 04:37:52 albatros2 kernel: ** Phase 4 - Check Reference Counts Jan 14 04:37:52 albatros2 kernel: ** Phase 5 - Check Cyl groups Jan 14 04:37:52 albatros2 kernel: 232786 files, 392353426 used, 80122488 free (67704 frags, 10006848 blocks, 0.0% fragmentation) Jan 14 04:37:52 albatros2 kernel: Jan 14 04:37:52 albatros2 kernel: ***** FILE SYSTEM MARKED CLEAN ***** Jan 14 04:37:52 albatros2 kernel: # Why? On the same systems without gjournal it checks all file systems withour user intervention. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 15:09:36 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 696AA1065674 for ; Wed, 14 Jan 2009 15:09:36 +0000 (UTC) (envelope-from rsmith@umsol.net) Received: from umsol.net (umsol.net [64.246.188.110]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE728FC22 for ; Wed, 14 Jan 2009 15:09:36 +0000 (UTC) (envelope-from rsmith@umsol.net) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 14 Jan 2009 06:46:41 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Freebsd, Interview - (LI) C, Assembly Developer - Perm Job! Thread-Index: Acl2V2848ePp49UjRG2b/D5IWGDTCg== From: "Richard Smith" To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Freebsd, Interview - (LI) C, Assembly Developer - Perm Job! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 15:09:36 -0000 Hi Freebsd, you have a nice resume and I thought you may want this job - = please advise.=20 IF YES, Respond with a resume to submit, I need this ASAP!=20 Also what kind of base $$ you making now and seeking - Please advise.=20 Call me to discuss.=20 Richard Smith=20 Director, UMS National Staffing=20 RSmith@UMSOL.net=20 tel: 516 569 3428=20 www.BigMoneyJobs.com > Post your resume here for Interviews - It's FREE. = "Top Jobs for Top People=20 ---------------------------------------------------------=20 I have a new client in Long Island that wants to hire someone from a = engineering school. Salary is Open + Full benefits. =20 Maybe you can send this email to a few people inside your school, may be = post it on campus web site or bulletin board.=20 Recent graduates through seasoned professionals will be considered for = this job.=20 =20 It's a programming job, that requires experience using & a PID control = system.=20 PID stands for "proportional, integral, derivative" it's a type of = control system, anyone who knows that, is off to a good start as a = candidate.=20 I am told it's a common subject in engineering school.=20 =20 Read below for details.....=20 =20 Skills: low-level programming (c, assembly)=20 =20 Location: New Hyde Park, NY=20 Area code: 516=20 Tax term: FULLTIME=20 Length: PERM JOB=20 =20 Full benefits, 401k, paid vacation.=20 Salary is open**=20 =20 Recent graduates through seasoned professionals will be considered.=20 =20 Job description: Software engineer to create control system software = and GUIs=20 =20 Skills: Low-Level Programming (C, Assembly) exp.=20 Mostly windows based and also embedded.=20 =20 The candidate must have experience in computer programming.=20 =20 Programming will involve Design and maintenance of visual interfaces in = windows environments, Interrupt handling, embedded controllers, creation of device drivers, multitasking routines, etc.=20 =20 BS or MS or equivalent in computer programming or engineering is highly = suggested.=20 --------------------------------------------------------------=20 Live Long and Prosper my Friends!=20 Richard Smith=20 Director, UMS National Staffing=20 RSmith@UMSOL.net=20 tel: 516 569 3428=20 www.BigMoneyJobs.com > Post your resume here for Interviews - It's FREE. = "Top Jobs for Top People=20 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 18:30:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59EF31065678 for ; Wed, 14 Jan 2009 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 357F98FC19 for ; Wed, 14 Jan 2009 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EIU2SW010366 for ; Wed, 14 Jan 2009 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EIU2Sr010363; Wed, 14 Jan 2009 18:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jan 2009 18:30:02 GMT Resent-Message-Id: <200901141830.n0EIU2Sr010363@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, "G. Paul Ziemba" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F8611065760 for ; Wed, 14 Jan 2009 18:24:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB0E8FC1D for ; Wed, 14 Jan 2009 18:24:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EIOEjr042574 for ; Wed, 14 Jan 2009 18:24:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0EIODPj042564; Wed, 14 Jan 2009 18:24:13 GMT (envelope-from nobody) Message-Id: <200901141824.n0EIODPj042564@www.freebsd.org> Date: Wed, 14 Jan 2009 18:24:13 GMT From: "G. Paul Ziemba" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: conf/130555: [patch] No good way to set ipfilter variables at boot time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 18:30:02 -0000 >Number: 130555 >Category: conf >Synopsis: [patch] No good way to set ipfilter variables at boot time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 14 18:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: G. Paul Ziemba >Release: 7.1-PRERELEASE >Organization: >Environment: FreeBSD foo 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Tue Nov 11 23:08:18 PST 2008 root@foo:/usr/obj/usr/src/sys/GPZ i386 >Description: ipfilter has a number of tunable variables (run "ipf -T list" to see the list). Although many (all?) of these are made available via sysctl, it is not possible to configure them in the context of the current /etc/rc.conf or /etc/sysctl.conf arrangements due to the following constraints/interactions: 1. Some of the tunables can be set only if ipfilter is disabled. 2. The current /etc/rc.d/ipfilter startup script enables ipfilter and causes it to load the filter rules before doing anything about ipfilter_flags, which might theoretically be set to "-D -T -E". 3. You could try ipfilter_flags="-D -T -E -f ${ipfilter_rules}" to reload the rules. However, ipfilter_flags are also used for the reload and resync commands of the startup script (i.e., later on), so you run into... 4. disabling ipfilter not only flushes existing configured filter rules, it also flushes any configured NAT rules (loaded independently via /etc/rc.d/ipnat). 5. /etc/sysctl.conf is processed after /etc/rc.d/ipfilter runs, so ipfilter tunables set in sysctl.conf fail due to ipfilter being enabled. 6. Oh, and they can't be set in /boot/loader.conf either Here is a fix that allows variables to be specified in /etc/rc.conf so they will be set early in the /etc/rc.d/ipfilter script >How-To-Repeat: >Fix: Patch attached Patch attached with submission follows: diff -ruN etc.orig/defaults/rc.conf etc.new/defaults/rc.conf --- etc.orig/defaults/rc.conf 2008-11-12 08:27:20.000000000 -0800 +++ etc.new/defaults/rc.conf 2009-01-14 09:46:23.000000000 -0800 @@ -152,6 +152,7 @@ ipfilter_rules="/etc/ipf.rules" # rules definition file for ipfilter, see # /usr/src/contrib/ipfilter/rules for examples ipfilter_flags="" # additional flags for ipfilter +ipfilter_variables="" # for -T, see ipf(8) ipnat_enable="NO" # Set to YES to enable ipnat functionality ipnat_program="/sbin/ipnat" # where the ipnat program lives ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat diff -ruN etc.orig/rc.d/ipfilter etc.new/rc.d/ipfilter --- etc.orig/rc.d/ipfilter 2008-01-27 23:55:44.000000000 -0800 +++ etc.new/rc.d/ipfilter 2009-01-14 09:43:34.000000000 -0800 @@ -30,6 +30,14 @@ ipfilter_start() { echo "Enabling ipfilter." + if [ ! -z "${ipfilter_variables}" ]; then + # Can set ipfilter variables only when it is disabled, + # which flushes filter and nat rules + if [ `sysctl -n net.inet.ipf.fr_running` -gt 0 ]; then + ${ipfilter_program:-/sbin/ipf} -D + fi + ${ipfilter_program:-/sbin/ipf} -T "${ipfilter_variables}" + fi if [ `sysctl -n net.inet.ipf.fr_running` -le 0 ]; then ${ipfilter_program:-/sbin/ipf} -E fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:22:55 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46552106567E; Wed, 14 Jan 2009 21:22:55 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1BCCF8FC1A; Wed, 14 Jan 2009 21:22:55 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELMstV049310; Wed, 14 Jan 2009 21:22:54 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELMseV049306; Wed, 14 Jan 2009 21:22:54 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:22:54 GMT Message-Id: <200901142122.n0ELMseV049306@freefall.freebsd.org> To: scheidell@secnap.net, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: i386/45773: [bge] Softboot causes autoconf failure on Broadcom 5703 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:22:56 -0000 Synopsis: [bge] Softboot causes autoconf failure on Broadcom 5703 State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:21:47 UTC 2009 State-Changed-Why: Michael, can you please tell us if you're still seeing the issue with late{r|est} releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:21:47 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=45773 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:24:09 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366531065932; Wed, 14 Jan 2009 21:24:09 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3948FC0A; Wed, 14 Jan 2009 21:24:09 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELO8Jo049390; Wed, 14 Jan 2009 21:24:08 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELO88i049386; Wed, 14 Jan 2009 21:24:08 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:24:08 GMT Message-Id: <200901142124.n0ELO88i049386@freefall.freebsd.org> To: nebpub@yahoo.fr, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/73538: [bge] problem with the Broadcom BCM5788 Gigabit Ethernet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:24:10 -0000 Synopsis: [bge] problem with the Broadcom BCM5788 Gigabit Ethernet State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:23:10 UTC 2009 State-Changed-Why: Ben, is this still an issue with recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:23:10 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=73538 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:27:49 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F41A6106581B; Wed, 14 Jan 2009 21:27:48 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9D6F8FC0C; Wed, 14 Jan 2009 21:27:48 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELRmmT049460; Wed, 14 Jan 2009 21:27:48 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELRm9G049456; Wed, 14 Jan 2009 21:27:48 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:27:48 GMT Message-Id: <200901142127.n0ELRm9G049456@freefall.freebsd.org> To: bsdjoe@gmail.com, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/75407: [an] an(4): no carrier after short time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:27:50 -0000 Synopsis: [an] an(4): no carrier after short time State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:27:10 UTC 2009 State-Changed-Why: Joe, is this report still true for recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:27:10 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=75407 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:29:32 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A38961065A10; Wed, 14 Jan 2009 21:29:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44FA88FC2D; Wed, 14 Jan 2009 21:29:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELTWNY049520; Wed, 14 Jan 2009 21:29:32 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELTVRN049516; Wed, 14 Jan 2009 21:29:31 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:29:31 GMT Message-Id: <200901142129.n0ELTVRN049516@freefall.freebsd.org> To: markk@knigma.org, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-vwe@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: bin/78570: wicontrol(8): "wicontrol -i wi0 -C" outputs garbage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:29:37 -0000 Synopsis: wicontrol(8): "wicontrol -i wi0 -C" outputs garbage State-Changed-From-To: open->suspended State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:28:20 UTC 2009 State-Changed-Why: wicontrol(8) has gone - suspending this PR until someone wants to work on old releases (unlikely) Responsible-Changed-From-To: freebsd-bugs->freebsd-vwe Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:28:20 UTC 2009 Responsible-Changed-Why: grab http://www.freebsd.org/cgi/query-pr.cgi?pr=78570 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:33:06 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE2311065A6D; Wed, 14 Jan 2009 21:33:06 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 920348FC33; Wed, 14 Jan 2009 21:33:06 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELX612058189; Wed, 14 Jan 2009 21:33:06 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELX5F9058176; Wed, 14 Jan 2009 21:33:05 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:33:05 GMT Message-Id: <200901142133.n0ELX5F9058176@freefall.freebsd.org> To: liudasb@centras.lt, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/79262: [dc] Adaptec ANA-6922 not fully supported X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:33:09 -0000 Synopsis: [dc] Adaptec ANA-6922 not fully supported State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:32:23 UTC 2009 State-Changed-Why: Liudas, is this issue still true for recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:32:23 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=79262 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:34:11 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D631065A53; Wed, 14 Jan 2009 21:34:11 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45DA68FC29; Wed, 14 Jan 2009 21:34:11 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELYBxh058336; Wed, 14 Jan 2009 21:34:11 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELYAtk058332; Wed, 14 Jan 2009 21:34:10 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:34:10 GMT Message-Id: <200901142134.n0ELYAtk058332@freefall.freebsd.org> To: doconnor@gsoft.com.au, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/81644: [vge] vge(4) does not work properly when loaded as a KLD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:34:13 -0000 Synopsis: [vge] vge(4) does not work properly when loaded as a KLD State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:33:26 UTC 2009 State-Changed-Why: Daniel, is this PR still true for recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:33:26 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=81644 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:34:54 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B83D1065CCF; Wed, 14 Jan 2009 21:34:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32E338FC2A; Wed, 14 Jan 2009 21:34:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELYsR4058382; Wed, 14 Jan 2009 21:34:54 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELYsJ3058378; Wed, 14 Jan 2009 21:34:54 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:34:54 GMT Message-Id: <200901142134.n0ELYsJ3058378@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/82497: [vge] vge(4) on AMD64 only works when loaded late, not in loader.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: Wed, 14 Jan 2009 21:34:56 -0000 Synopsis: [vge] vge(4) on AMD64 only works when loaded late, not in loader.conf Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:34:42 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=82497 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:36:28 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 950731065888; Wed, 14 Jan 2009 21:36:28 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67D688FC0C; Wed, 14 Jan 2009 21:36:28 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELaSOu058446; Wed, 14 Jan 2009 21:36:28 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELaSFZ058442; Wed, 14 Jan 2009 21:36:28 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:36:28 GMT Message-Id: <200901142136.n0ELaSFZ058442@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/85266: [xe] [patch] xe(4) driver does not recognise Xircom XE2000 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:36:31 -0000 Synopsis: [xe] [patch] xe(4) driver does not recognise Xircom XE2000 Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:36:08 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=85266 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:36:56 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 976041065818; Wed, 14 Jan 2009 21:36:56 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68BE28FC18; Wed, 14 Jan 2009 21:36:56 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELauiS058492; Wed, 14 Jan 2009 21:36:56 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELauwd058488; Wed, 14 Jan 2009 21:36:56 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:36:56 GMT Message-Id: <200901142136.n0ELauwd058488@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/87194: [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:37:00 -0000 Synopsis: [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:36:45 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=87194 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:40:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F01E10657EE; Wed, 14 Jan 2009 21:40:04 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FA9C8FC0C; Wed, 14 Jan 2009 21:40:04 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELe4VR058627; Wed, 14 Jan 2009 21:40:04 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELe4g4058623; Wed, 14 Jan 2009 21:40:04 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:40:04 GMT Message-Id: <200901142140.n0ELe4g4058623@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/87506: [vr] [patch] Fix alias support on vr interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:40:06 -0000 Synopsis: [vr] [patch] Fix alias support on vr interfaces Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:39:50 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=87506 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:42:09 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CEA61065C42; Wed, 14 Jan 2009 21:42:09 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB698FC08; Wed, 14 Jan 2009 21:42:09 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELg8N9065423; Wed, 14 Jan 2009 21:42:08 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELg80s065419; Wed, 14 Jan 2009 21:42:08 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:42:08 GMT Message-Id: <200901142142.n0ELg80s065419@freefall.freebsd.org> To: kerneljake@hotmail.com, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/88082: [ath] [panic] cts protection for ath0 causes 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: Wed, 14 Jan 2009 21:42:14 -0000 Synopsis: [ath] [panic] cts protection for ath0 causes panic State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:40:31 UTC 2009 State-Changed-Why: Jake, is this problem still true with later releases? I'm pretty sure I've used CTS on ath myself and have never seen such a panic. Please give us feedback so we don't need to check things which aren't broken. Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:40:31 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=88082 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:42:32 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491DA1065D27; Wed, 14 Jan 2009 21:42:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F51D8FC22; Wed, 14 Jan 2009 21:42:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELgW7e065472; Wed, 14 Jan 2009 21:42:32 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELgVL6065468; Wed, 14 Jan 2009 21:42:31 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:42:31 GMT Message-Id: <200901142142.n0ELgVL6065468@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/90890: [vr] Problems with network: vr0: tx shutdown timeout X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:42:33 -0000 Synopsis: [vr] Problems with network: vr0: tx shutdown timeout Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:42:21 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=90890 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:43:32 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39D22106597B; Wed, 14 Jan 2009 21:43:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10C588FC1B; Wed, 14 Jan 2009 21:43:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELhVP8065550; Wed, 14 Jan 2009 21:43:31 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELhVMe065546; Wed, 14 Jan 2009 21:43:31 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:43:31 GMT Message-Id: <200901142143.n0ELhVMe065546@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/91311: [aue] aue interface hanging X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:43:33 -0000 Synopsis: [aue] aue interface hanging Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:42:54 UTC 2009 Responsible-Changed-Why: probably more usb related? someone might check that. Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=91311 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:43:55 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B437A1065D67; Wed, 14 Jan 2009 21:43:55 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 867F08FC1E; Wed, 14 Jan 2009 21:43:55 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELhtIS065596; Wed, 14 Jan 2009 21:43:55 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELht9g065592; Wed, 14 Jan 2009 21:43:55 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:43:55 GMT Message-Id: <200901142143.n0ELht9g065592@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/91364: [ral] [wep] WF-511 RT2500 Card PCI and WEP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:43:58 -0000 Synopsis: [ral] [wep] WF-511 RT2500 Card PCI and WEP Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:43:46 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=91364 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:45:28 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EFE41065CD5; Wed, 14 Jan 2009 21:45:28 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA89C8FC1D; Wed, 14 Jan 2009 21:45:27 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELjR5L065660; Wed, 14 Jan 2009 21:45:27 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELjR5U065656; Wed, 14 Jan 2009 21:45:27 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:45:27 GMT Message-Id: <200901142145.n0ELjR5U065656@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/91859: [ndis] if_ndis does not work with Asus WL-138 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:45:29 -0000 Synopsis: [ndis] if_ndis does not work with Asus WL-138 Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:45:17 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=91859 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:48:54 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEFE510658F3; Wed, 14 Jan 2009 21:48:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C36768FC0C; Wed, 14 Jan 2009 21:48:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELmsHp065729; Wed, 14 Jan 2009 21:48:54 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELmspT065725; Wed, 14 Jan 2009 21:48:54 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:48:54 GMT Message-Id: <200901142148.n0ELmspT065725@freefall.freebsd.org> To: pbelanger@pt.com, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/92279: [dc] Core faults everytime I reboot, possible NIC issue. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:48:56 -0000 Synopsis: [dc] Core faults everytime I reboot, possible NIC issue. State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 21:47:07 UTC 2009 State-Changed-Why: Paul, by any chance, do you have a backtrace for us? w/o a backtrace, I don't see a chance to imagine the call path and thus we don't know where it breaks. If you don't have one handy and can't reprodruce the panic, please give us feedback so we can close the PR - thanks. Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:47:07 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=92279 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:50:07 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E0341065808; Wed, 14 Jan 2009 21:50:07 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22A2A8FC18; Wed, 14 Jan 2009 21:50:07 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELo7Bn065852; Wed, 14 Jan 2009 21:50:07 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELo7eR065848; Wed, 14 Jan 2009 21:50:07 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:50:07 GMT Message-Id: <200901142150.n0ELo7eR065848@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/92675: [fxp] [patch] fxp(4) unable to recover from occasional receiver unit allocation failure X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:50:08 -0000 Synopsis: [fxp] [patch] fxp(4) unable to recover from occasional receiver unit allocation failure Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:49:57 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=92675 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:50:43 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 327641065A4B; Wed, 14 Jan 2009 21:50:43 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07CC58FC27; Wed, 14 Jan 2009 21:50:43 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELogJD070591; Wed, 14 Jan 2009 21:50:42 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELognp070581; Wed, 14 Jan 2009 21:50:42 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:50:42 GMT Message-Id: <200901142150.n0ELognp070581@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/93886: [ath] Atheros/D-Link DWL-G650 long delay to associate on 6.1-PRERELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:50:44 -0000 Synopsis: [ath] Atheros/D-Link DWL-G650 long delay to associate on 6.1-PRERELEASE Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:50:32 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93886 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:51:16 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BB11065DC4; Wed, 14 Jan 2009 21:51:16 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCCE78FC26; Wed, 14 Jan 2009 21:51:15 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELpF19072670; Wed, 14 Jan 2009 21:51:15 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELpFIf072666; Wed, 14 Jan 2009 21:51:15 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:51:15 GMT Message-Id: <200901142151.n0ELpFIf072666@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/94162: [bge] 6.x kenel stale with bge(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:51:17 -0000 Synopsis: [bge] 6.x kenel stale with bge(4) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:51:06 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=94162 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:51:51 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B80106568B; Wed, 14 Jan 2009 21:51:51 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8D08FC08; Wed, 14 Jan 2009 21:51:51 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELppRD072716; Wed, 14 Jan 2009 21:51:51 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELppqL072712; Wed, 14 Jan 2009 21:51:51 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:51:51 GMT Message-Id: <200901142151.n0ELppqL072712@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/94863: [bge] [patch] hack to get bge(4) working on IBM e326m X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:51:54 -0000 Synopsis: [bge] [patch] hack to get bge(4) working on IBM e326m Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:51:39 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=94863 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 21:52:19 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BF071065C4F; Wed, 14 Jan 2009 21:52:19 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 301DC8FC1E; Wed, 14 Jan 2009 21:52:19 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ELqJIP072762; Wed, 14 Jan 2009 21:52:19 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ELqJYB072758; Wed, 14 Jan 2009 21:52:19 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 21:52:19 GMT Message-Id: <200901142152.n0ELqJYB072758@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/95519: [ral] ral0 could not map mbuf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 21:52:21 -0000 Synopsis: [ral] ral0 could not map mbuf Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 21:52:09 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=95519 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:22:23 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A301D106567A; Wed, 14 Jan 2009 22:22:23 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 793528FC0C; Wed, 14 Jan 2009 22:22:23 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMMNBs095055; Wed, 14 Jan 2009 22:22:23 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMMNvp095051; Wed, 14 Jan 2009 22:22:23 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:22:23 GMT Message-Id: <200901142222.n0EMMNvp095051@freefall.freebsd.org> To: huntting@glarp.com, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, vwe@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/95710: [iwi] iwi wont roam X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:22:24 -0000 Synopsis: [iwi] iwi wont roam State-Changed-From-To: feedback->closed State-Changed-By: vwe State-Changed-When: Wed Jan 14 22:20:48 UTC 2009 State-Changed-Why: feedback timeout Dear submitter, if you think your issue is still true and must be investigated, please give us the requested feedback and we'll be happy to reopen this PR. Responsible-Changed-From-To: freebsd-bugs->vwe Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:20:48 UTC 2009 Responsible-Changed-Why: track http://www.freebsd.org/cgi/query-pr.cgi?pr=95710 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:22:50 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C83CD10656BD; Wed, 14 Jan 2009 22:22:50 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6408FC13; Wed, 14 Jan 2009 22:22:50 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMMoS6095101; Wed, 14 Jan 2009 22:22:50 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMMoZJ095097; Wed, 14 Jan 2009 22:22:50 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:22:50 GMT Message-Id: <200901142222.n0EMMoZJ095097@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/100839: [txp] txp driver inconsistently stops working when the interface is brought down and back up X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:22:51 -0000 Synopsis: [txp] txp driver inconsistently stops working when the interface is brought down and back up Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:22:38 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=100839 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:24:21 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63C3C1065672; Wed, 14 Jan 2009 22:24:21 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9EE8FC13; Wed, 14 Jan 2009 22:24:21 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMOLet095166; Wed, 14 Jan 2009 22:24:21 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMOLC6095162; Wed, 14 Jan 2009 22:24:21 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:24:21 GMT Message-Id: <200901142224.n0EMOLC6095162@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/103059: [bce] [patch] "Error mapping mbuf into TX chain!" (tentative patch) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:24:21 -0000 Synopsis: [bce] [patch] "Error mapping mbuf into TX chain!" (tentative patch) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:24:09 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103059 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:24:54 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106E51065687; Wed, 14 Jan 2009 22:24:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9AB28FC1D; Wed, 14 Jan 2009 22:24:53 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMOrkA095212; Wed, 14 Jan 2009 22:24:53 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMOrWF095208; Wed, 14 Jan 2009 22:24:53 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:24:53 GMT Message-Id: <200901142224.n0EMOrWF095208@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/103135: [ipsec] ipsec with ipfw divert (not NAT) encodes a packet twice breaking PMTUD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:24:55 -0000 Synopsis: [ipsec] ipsec with ipfw divert (not NAT) encodes a packet twice breaking PMTUD Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:24:42 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103135 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:25:49 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 265CD1065677; Wed, 14 Jan 2009 22:25:49 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1AFA8FC23; Wed, 14 Jan 2009 22:25:48 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMPm4T095270; Wed, 14 Jan 2009 22:25:48 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMPmTZ095266; Wed, 14 Jan 2009 22:25:48 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:25:48 GMT Message-Id: <200901142225.n0EMPmTZ095266@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/103191: Unpredictable reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:25:49 -0000 Synopsis: Unpredictable reboot Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:25:36 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103191 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:26:28 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AB91065743; Wed, 14 Jan 2009 22:26:28 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8A38FC29; Wed, 14 Jan 2009 22:26:28 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMQSX4095316; Wed, 14 Jan 2009 22:26:28 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMQSn1095312; Wed, 14 Jan 2009 22:26:28 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:26:28 GMT Message-Id: <200901142226.n0EMQSn1095312@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/103281: pfsync reports bulk update failures X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:26:30 -0000 Synopsis: pfsync reports bulk update failures Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:26:18 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103281 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:26:53 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D7711065746; Wed, 14 Jan 2009 22:26:53 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D843E8FC25; Wed, 14 Jan 2009 22:26:52 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMQq2A095363; Wed, 14 Jan 2009 22:26:52 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMQqXo095359; Wed, 14 Jan 2009 22:26:52 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:26:52 GMT Message-Id: <200901142226.n0EMQqXo095359@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/103283: pfsync fails to sucessfully transfer some sessions X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:26:54 -0000 Synopsis: pfsync fails to sucessfully transfer some sessions Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:26:42 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103283 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:27:15 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0542C106568E; Wed, 14 Jan 2009 22:27:15 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF6448FC25; Wed, 14 Jan 2009 22:27:14 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMREVX095413; Wed, 14 Jan 2009 22:27:14 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMRE5W095409; Wed, 14 Jan 2009 22:27:14 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:27:14 GMT Message-Id: <200901142227.n0EMRE5W095409@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/104485: [bge] Broadcom BCM5704C: Intermittent on newer chip version: CS0424 P20 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:27:16 -0000 Synopsis: [bge] Broadcom BCM5704C: Intermittent on newer chip version: CS0424 P20 Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:27:04 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=104485 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:27:58 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28138106572A; Wed, 14 Jan 2009 22:27:58 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2ED38FC2C; Wed, 14 Jan 2009 22:27:57 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMRvhr095460; Wed, 14 Jan 2009 22:27:57 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMRvWN095456; Wed, 14 Jan 2009 22:27:57 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:27:57 GMT Message-Id: <200901142227.n0EMRvWN095456@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/105945: Address can disappear from network interface X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:27:59 -0000 Synopsis: Address can disappear from network interface Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:27:47 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=105945 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:28:25 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 698A41065781; Wed, 14 Jan 2009 22:28:25 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F85B8FC1C; Wed, 14 Jan 2009 22:28:25 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMSPWU095514; Wed, 14 Jan 2009 22:28:25 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMSPhf095510; Wed, 14 Jan 2009 22:28:25 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:28:25 GMT Message-Id: <200901142228.n0EMSPhf095510@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/106243: [nve] double fault panic in if_nve.c on high loads X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:28:26 -0000 Synopsis: [nve] double fault panic in if_nve.c on high loads Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:28:15 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=106243 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:43:00 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EC051065670; Wed, 14 Jan 2009 22:43:00 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 648778FC0A; Wed, 14 Jan 2009 22:43:00 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EMh0FY011306; Wed, 14 Jan 2009 22:43:00 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0EMgxsR011302; Wed, 14 Jan 2009 22:42:59 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 22:42:59 GMT Message-Id: <200901142242.n0EMgxsR011302@freefall.freebsd.org> To: root@net1.cc, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/89876: [txp] [patch] txp driver doesn't work with latest firmware 03.xxx.xxx X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:43:01 -0000 Synopsis: [txp] [patch] txp driver doesn't work with latest firmware 03.xxx.xxx State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 22:41:48 UTC 2009 State-Changed-Why: Doichin, the patch isn't available for download anymore, so we're unable to check that issue. Can you please give us the patch so a maintainer can take a look? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 22:41:48 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=89876 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 22:44:19 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92C2610656C2 for ; Wed, 14 Jan 2009 22:44:19 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 222588FC08 for ; Wed, 14 Jan 2009 22:44:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy14 with SMTP id 14so1215412ewy.19 for ; Wed, 14 Jan 2009 14:44:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=popvJljn6elXYDxYTVneW9M1uzFDTf1ikAW5oFKuySQ=; b=c52I7P/b8eVyEkp9lFgcTyWQNW9iZ/1ebkJs+PxP6zw0eHFwM7vykpwiMM3lSW5uit LC3lXZuqW3X+WyYLtnbPm2Ldqyaj294MYnI/uKL1JjA9ngv/D1ZGtcd9Jgpz4+iAhcEs /5xdOxBN9QgpMh/++dbo5fPJYoi/8DMSNX5P0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Gs1C3idGm0yMYO+mmA1hPWx2azFtpnlkE6hgNT5SraiyEbEE5SmTLl9kMZVFGfVFvT A7PAo3MVwiWmYcDoJ7hWITNDvTuGxrybIX8ObmTsew/GusXZiujlGJu3WpyW8vKlOuL3 6CCDHsEzzuaoGw+62MKPImzBdwDJmIl3LdmCY= Received: by 10.210.59.14 with SMTP id h14mr785784eba.29.1231971179817; Wed, 14 Jan 2009 14:12:59 -0800 (PST) Received: by 10.210.61.13 with HTTP; Wed, 14 Jan 2009 14:12:59 -0800 (PST) Message-ID: <3a142e750901141412l10dd16cax6c82903f74350eff@mail.gmail.com> Date: Wed, 14 Jan 2009 23:12:59 +0100 From: "Paul B. Mahol" To: vwe@freebsd.org In-Reply-To: <200901142145.n0ELjR5U065656@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200901142145.n0ELjR5U065656@freefall.freebsd.org> Cc: freebsd-net@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: kern/91859: [ndis] if_ndis does not work with Asus WL-138 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 22:44:19 -0000 If I'm not mistaken this report is bogus. Correct way to make ndis miniport module is via ndisgen which is shell script for ndiscvt. Report is bogus because OP did not kldload module which have been created with ndiscvt: kldload ndis kldload if_ndis kldload ./created_module_sys.ko -- Paul From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:22:24 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2E4B10656CC; Wed, 14 Jan 2009 23:22:24 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A69DC8FC1D; Wed, 14 Jan 2009 23:22:24 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENMOFK040087; Wed, 14 Jan 2009 23:22:24 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENMOuR040083; Wed, 14 Jan 2009 23:22:24 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:22:24 GMT Message-Id: <200901142322.n0ENMOuR040083@freefall.freebsd.org> To: pi@LF.net, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/90086: [hang] 5.4p8 on supermicro P8SCT hangs during boot if connected to ethernet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:22:25 -0000 Synopsis: [hang] 5.4p8 on supermicro P8SCT hangs during boot if connected to ethernet State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 23:21:21 UTC 2009 State-Changed-Why: Kurt, can you still reproduce the reported problem? sounds like fun! ;) If it's solved, please feed back so we might close that PR. Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:21:21 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=90086 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:23:36 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB38410656CD; Wed, 14 Jan 2009 23:23:36 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8104E8FC18; Wed, 14 Jan 2009 23:23:36 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENNafV040137; Wed, 14 Jan 2009 23:23:36 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENNavF040133; Wed, 14 Jan 2009 23:23:36 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:23:36 GMT Message-Id: <200901142323.n0ENNavF040133@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/93019: [ppp] ppp and tunX problems: no traffic after restarting ppp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:23:37 -0000 Synopsis: [ppp] ppp and tunX problems: no traffic after restarting ppp Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:23:25 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93019 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:24:58 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B541065676; Wed, 14 Jan 2009 23:24:58 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 391CD8FC12; Wed, 14 Jan 2009 23:24:58 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENOw96040201; Wed, 14 Jan 2009 23:24:58 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENOvTK040197; Wed, 14 Jan 2009 23:24:57 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:24:57 GMT Message-Id: <200901142324.n0ENOvTK040197@freefall.freebsd.org> To: jost2345@users.sourceforge.net, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:24:59 -0000 Synopsis: [socket] TCP socket performance drops by 3000% if packets are split at the first byte State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 23:24:23 UTC 2009 State-Changed-Why: Jost, do you still see this issue with recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:24:23 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=96268 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:26:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535C510656D7; Wed, 14 Jan 2009 23:26:04 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 297BA8FC1A; Wed, 14 Jan 2009 23:26:04 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENQ4ES040273; Wed, 14 Jan 2009 23:26:04 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENQ4CW040269; Wed, 14 Jan 2009 23:26:04 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:26:04 GMT Message-Id: <200901142326.n0ENQ4CW040269@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/97306: [netgraph] NG_L2TP locks after connection with failed authentication X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:26:05 -0000 Synopsis: [netgraph] NG_L2TP locks after connection with failed authentication Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:25:52 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=97306 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:27:08 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 911E51065697; Wed, 14 Jan 2009 23:27:08 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 667DF8FC17; Wed, 14 Jan 2009 23:27:08 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENR8iC040326; Wed, 14 Jan 2009 23:27:08 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENR7vM040322; Wed, 14 Jan 2009 23:27:07 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:27:07 GMT Message-Id: <200901142327.n0ENR7vM040322@freefall.freebsd.org> To: eddy@ncv.ru, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: bin/97392: ppp(8) hangs instead terminating X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:27:10 -0000 Synopsis: ppp(8) hangs instead terminating State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 23:26:38 UTC 2009 State-Changed-Why: Eddy, is this still an issue with recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:26:38 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=97392 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:27:42 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E141065703; Wed, 14 Jan 2009 23:27:42 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2ECF28FC29; Wed, 14 Jan 2009 23:27:42 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENRgvf040373; Wed, 14 Jan 2009 23:27:42 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENRg5F040369; Wed, 14 Jan 2009 23:27:42 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:27:42 GMT Message-Id: <200901142327.n0ENRg5F040369@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: bin/98218: wpa_supplicant(8) blacklist not working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:27:43 -0000 Synopsis: wpa_supplicant(8) blacklist not working Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:27:31 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=98218 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:30:25 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 555581065687; Wed, 14 Jan 2009 23:30:25 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B1118FC08; Wed, 14 Jan 2009 23:30:25 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENUPJX042987; Wed, 14 Jan 2009 23:30:25 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENUP14042980; Wed, 14 Jan 2009 23:30:25 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:30:25 GMT Message-Id: <200901142330.n0ENUP14042980@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/104751: [netgraph] kernel panic, when getting info about my traffic by module ng_ipacct and oppenning www page in browser X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:30:25 -0000 Synopsis: [netgraph] kernel panic, when getting info about my traffic by module ng_ipacct and oppenning www page in browser Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:30:06 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=104751 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:31:38 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12642106566B; Wed, 14 Jan 2009 23:31:38 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD58F8FC14; Wed, 14 Jan 2009 23:31:37 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENVbVD048407; Wed, 14 Jan 2009 23:31:37 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENVb4v048403; Wed, 14 Jan 2009 23:31:37 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:31:37 GMT Message-Id: <200901142331.n0ENVb4v048403@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/105348: [ath] ath device stopps TX X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:31:39 -0000 Synopsis: [ath] ath device stopps TX Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:31:27 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=105348 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:32:36 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF7E1065675; Wed, 14 Jan 2009 23:32:36 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35E708FC0C; Wed, 14 Jan 2009 23:32:36 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENWaOt048693; Wed, 14 Jan 2009 23:32:36 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENWaqI048687; Wed, 14 Jan 2009 23:32:36 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:32:36 GMT Message-Id: <200901142332.n0ENWaqI048687@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/106974: [bge] packet loose and linkup 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: Wed, 14 Jan 2009 23:32:37 -0000 Synopsis: [bge] packet loose and linkup problem Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:32:25 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=106974 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:33:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A2C8106568B; Wed, 14 Jan 2009 23:33:02 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 000F78FC14; Wed, 14 Jan 2009 23:33:01 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENX1bw049044; Wed, 14 Jan 2009 23:33:01 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENX1CK049040; Wed, 14 Jan 2009 23:33:01 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:33:01 GMT Message-Id: <200901142333.n0ENX1CK049040@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/107850: [bce] bce driver link negotiation is faulty X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:33:03 -0000 Synopsis: [bce] bce driver link negotiation is faulty Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:32:52 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=107850 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:33:54 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47393106564A; Wed, 14 Jan 2009 23:33:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3AC8FC22; Wed, 14 Jan 2009 23:33:54 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENXsfl049320; Wed, 14 Jan 2009 23:33:54 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENXr93049316; Wed, 14 Jan 2009 23:33:53 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:33:53 GMT Message-Id: <200901142333.n0ENXr93049316@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/109251: [re] [patch] if_re cardbus card won't attach X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:33:54 -0000 Synopsis: [re] [patch] if_re cardbus card won't attach Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:33:43 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=109251 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:34:47 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BBDA1065675; Wed, 14 Jan 2009 23:34:47 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2283B8FC17; Wed, 14 Jan 2009 23:34:46 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENYkke049368; Wed, 14 Jan 2009 23:34:46 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENYkmB049364; Wed, 14 Jan 2009 23:34:46 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:34:46 GMT Message-Id: <200901142334.n0ENYkmB049364@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/110140: [ipw] ipw fails under load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:34:48 -0000 Synopsis: [ipw] ipw fails under load Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:34:36 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=110140 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:35:19 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DAF410656CB; Wed, 14 Jan 2009 23:35:19 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D98828FC24; Wed, 14 Jan 2009 23:35:18 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENZIU4049417; Wed, 14 Jan 2009 23:35:18 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENZIKe049413; Wed, 14 Jan 2009 23:35:18 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:35:18 GMT Message-Id: <200901142335.n0ENZIKe049413@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/111457: [ral] ral(4) freeze X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:35:19 -0000 Synopsis: [ral] ral(4) freeze Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:35:08 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=111457 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:35:43 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF6F1065676; Wed, 14 Jan 2009 23:35:43 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 722EB8FC18; Wed, 14 Jan 2009 23:35:43 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENZhPf049463; Wed, 14 Jan 2009 23:35:43 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENZhOH049459; Wed, 14 Jan 2009 23:35:43 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:35:43 GMT Message-Id: <200901142335.n0ENZhOH049459@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/112570: [bge] packet loss with bge driver on BCM5704 chipset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:35:44 -0000 Synopsis: [bge] packet loss with bge driver on BCM5704 chipset Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:35:33 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112570 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:36:37 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E42E106566B; Wed, 14 Jan 2009 23:36:37 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44B1C8FC18; Wed, 14 Jan 2009 23:36:37 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENab1G049524; Wed, 14 Jan 2009 23:36:37 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENabgJ049520; Wed, 14 Jan 2009 23:36:37 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:36:37 GMT Message-Id: <200901142336.n0ENabgJ049520@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/113895: [xl] xl0 fails on 6.2-RELEASE but worked fine on 5.5-RELEASE [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: Wed, 14 Jan 2009 23:36:38 -0000 Synopsis: [xl] xl0 fails on 6.2-RELEASE but worked fine on 5.5-RELEASE [regression] Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:36:28 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=113895 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:37:47 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A1F1065704; Wed, 14 Jan 2009 23:37:47 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD7258FC1F; Wed, 14 Jan 2009 23:37:47 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENblGl049574; Wed, 14 Jan 2009 23:37:47 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENblYH049570; Wed, 14 Jan 2009 23:37:47 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:37:47 GMT Message-Id: <200901142337.n0ENblYH049570@freefall.freebsd.org> To: stefano.guidi@it.transport.bombardier.com, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/114899: [bge] bge0: watchdog timeout -- resetting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:37:48 -0000 Synopsis: [bge] bge0: watchdog timeout -- resetting State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Jan 14 23:37:14 UTC 2009 State-Changed-Why: Stefano, do you still experience that issue with recent releases? Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:37:14 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=114899 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:43:53 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D474710656CE; Wed, 14 Jan 2009 23:43:53 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA09A8FC13; Wed, 14 Jan 2009 23:43:53 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENhrkk056499; Wed, 14 Jan 2009 23:43:53 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENhrg5056495; Wed, 14 Jan 2009 23:43:53 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:43:53 GMT Message-Id: <200901142343.n0ENhrg5056495@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/116444: [ath] Atheros 5005G (AR5212) miniPCI: unable to attach device hal status 3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:43:55 -0000 Synopsis: [ath] Atheros 5005G (AR5212) miniPCI: unable to attach device hal status 3 Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:43:43 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=116444 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 14 23:51:11 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0210D1065670; Wed, 14 Jan 2009 23:51:11 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC39D8FC1A; Wed, 14 Jan 2009 23:51:10 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0ENpAx2063396; Wed, 14 Jan 2009 23:51:10 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0ENpA2k063392; Wed, 14 Jan 2009 23:51:10 GMT (envelope-from vwe) Date: Wed, 14 Jan 2009 23:51:10 GMT Message-Id: <200901142351.n0ENpA2k063392@freefall.freebsd.org> To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/118897: [bfe] Kernel Panic acquiring IP address from DHCP server on newly enabled netcard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 23:51:11 -0000 Synopsis: [bfe] Kernel Panic acquiring IP address from DHCP server on newly enabled netcard Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Wed Jan 14 23:51:00 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=118897 From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 09:10:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACCC81065674 for ; Thu, 15 Jan 2009 09:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCE88FC20 for ; Thu, 15 Jan 2009 09:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0F9A3XG013109 for ; Thu, 15 Jan 2009 09:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0F9A3rF013108; Thu, 15 Jan 2009 09:10:03 GMT (envelope-from gnats) Date: Thu, 15 Jan 2009 09:10:03 GMT Message-Id: <200901150910.n0F9A3rF013108@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: bin/130477: restore(8) doesn't recognize out of space on /tmp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 09:10:04 -0000 The following reply was made to PR bin/130477; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org, johnl@iecc.com Cc: Subject: Re: bin/130477: restore(8) doesn't recognize out of space on /tmp Date: Thu, 15 Jan 2009 03:47:00 -0500 It was fixed after 7.0-RELEASE. http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/restore/dirs.c?r1=1.34#rev1.34 /tmp: write failed, filesystem is full restore: /tmp/rstdir1232008271: cannot write directory database: No space left on device Try making space in /tmp, or set environment variable TMPDIR to an alternate location with more disk space. Hiro From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 09:25:53 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AE681065670; Thu, 15 Jan 2009 09:25:53 +0000 (UTC) (envelope-from root@net1.cc) Received: from server1.net1.cc (server1.net1.cc [213.137.48.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1428FC21; Thu, 15 Jan 2009 09:25:52 +0000 (UTC) (envelope-from root@net1.cc) Received: from support.net1.cc ([213.137.58.124]) by server1.net1.cc with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LNO6F-00018H-GC; Thu, 15 Jan 2009 11:01:15 +0200 Message-ID: <496EFB53.80609@net1.cc> Date: Thu, 15 Jan 2009 11:01:07 +0200 From: NetOne - Doichin Dokov User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: vwe@FreeBSD.org References: <200901142242.n0EMgxsR011302@freefall.freebsd.org> In-Reply-To: <200901142242.n0EMgxsR011302@freefall.freebsd.org> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-net@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/89876: [txp] [patch] txp driver doesn't work with latest firmware 03.xxx.xxx X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 09:25:53 -0000 vwe@FreeBSD.org íàïèñà: > Synopsis: [txp] [patch] txp driver doesn't work with latest firmware 03.xxx.xxx > > State-Changed-From-To: open->feedback > State-Changed-By: vwe > State-Changed-When: Wed Jan 14 22:41:48 UTC 2009 > State-Changed-Why: > Doichin, > the patch isn't available for download anymore, so we're unable to > check that issue. Can you please give us the patch so a maintainer > can take a look? > > > Responsible-Changed-From-To: freebsd-bugs->freebsd-net > Responsible-Changed-By: vwe > Responsible-Changed-When: Wed Jan 14 22:41:48 UTC 2009 > Responsible-Changed-Why: > > Over to maintainer(s). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=89876 > > Unfortunately it's been a while since I had the need to run those two txp cards I have, and eventually have abandoned the idea of using them at all. I do not keep the patch, but as long as i remember the main thing in it was copying the newest firmware available from the linux's txp (or whatever it was named) driver. I do still keep those cards, and can test them under the latest FBSD and report back later today on the status of the problem. Kind regards, Doichin From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 09:51:39 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D39D3106566B for ; Thu, 15 Jan 2009 09:51:39 +0000 (UTC) (envelope-from do-1978-7023208-1465424-12--freebsd-bugs.hub.freebsd.org@rt.emm08.net) Received: from pm49-201.do02.net (pm49-201.do02.net [80.118.49.201]) by mx1.freebsd.org (Postfix) with ESMTP id E29388FC12 for ; Thu, 15 Jan 2009 09:51:32 +0000 (UTC) (envelope-from do-1978-7023208-1465424-12--freebsd-bugs.hub.freebsd.org@rt.emm08.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=dk; d=jarfoval.fr; h=Message-Id:Reply-To:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe:From:To:Date:Subject; i=securitasdirect@jarfoval.fr; bh=xdLZhQPh4NIIrIR2dL4lYqt3438=; b=qB8oJ7W8CxGQbDZvcoam3ZyFhJqCYQcO7BcAyG7hhFkad938A0kXMruzSuxQDeBuM3dqJCVMOfoQ LVJ9ep24e4lM7bGbn3YZDH5u4+jnq9M6xh03jPNZPC8bKsrKGF/AaiQnyPXtwmI+SZaoCix7SmlJ 4K9eb6AhDnqDjBcS1ZI= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=dk; d=jarfoval.fr; b=gw0wHG0jjdoYJ3XTD9V28iOOE1C2SsCgqBuIsouPfQ85xHLGSUCPgMgazojIYf5JeIZpyIuqbheL 6BogBKdeL+OJ+wAUGTrS7zzb20Nr6/0o4Kzx1DwBuvQSOh2x1OP57UpdObRS1neTYpRLg0JRd3yg /h/u+h/AOumS082gFqc=; Message-Id: Content-Transfer-Encoding: 8bit X-CAMPAIGN-ID: 1978-7023208-1465424 X-Mailer: DO v1978.b7023208.c1465424 From: "Securitas Direct" To: freebsd-bugs@hub.freebsd.org Date: Thu, 15 Jan 2009 10:30:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?iso-8859-1?q?La_s=E9curit=E9_avant_tout?= X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Securitas Direct List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 09:51:40 -0000 Si vous ne pouvez pas voir correctement ce message, [1]cliquez ici [2][emailwebreflexe_01.gif] [3][emailwebreflexe_02.gif] [4][emailwebreflexe_03.gif] [5][emailwebreflexe_04.gif] [6][emailwebreflexe_05.gif] [7][emailwebreflexe_06.gif] [8][emailwebreflexe_07.gif] Société titulaire de l'autorisation administrative préfectorale de la Préfecture d'ANTONY n°2004/057du 01/09/04 Securitas Direct : SAS au capital de 1 537 424 euros - RCS B 345 006 027 - n'0 TVA : FR 60 345 006 027 - 1 Centrale Parc - Avenue Sully Prud'homme - 92290 Châtenay Malabry Autorisation Administrative du 16 novembre 1992 - Loi 83629 du 12 Juillet 1983, Art. 8: «L'autorisation administrative préalable ne confère aucun caractère officiel à l'entreprise ou aux personnes qui en bénéficient. Elle n'engage en aucune manière la responsabilité des pouvoirs publics.» Photos et documents non contractuels SD DEP 11/07. www.securitasdirect.fr Pour ne plus recevoir nos messages : [9]désinscription References 1. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 2. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 3. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 4. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 5. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 6. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 7. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 8. http://url.jarfoval.fr/id.asp?l=51481-7023208-1465424-1978-0 9. http://url.jarfoval.fr/id.asp?l=51482-7023208-1465424-1978-0&id=1465424-1978-7023208-141a3e10&res=fr From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 11:50:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30B5D106572F for ; Thu, 15 Jan 2009 11:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE608FC1A for ; Thu, 15 Jan 2009 11:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FBo4oU036467 for ; Thu, 15 Jan 2009 11:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0FBo4ri036466; Thu, 15 Jan 2009 11:50:04 GMT (envelope-from gnats) Date: Thu, 15 Jan 2009 11:50:04 GMT Message-Id: <200901151150.n0FBo4ri036466@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John L Cc: Subject: Re: bin/130477: restore(8) doesn't recognize out of space on /tmp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John L List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 11:50:06 -0000 The following reply was made to PR bin/130477; it has been noted by GNATS. From: John L To: Yoshihiro Ota Cc: bug-followup@FreeBSD.org Subject: Re: bin/130477: restore(8) doesn't recognize out of space on /tmp Date: Thu, 15 Jan 2009 11:21:58 +0000 (GMT) You're right, I agree that the current code appears to catch all of the write failures. > It was fixed after 7.0-RELEASE. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/restore/dirs.c?r1=1.34#rev1.34 > > /tmp: write failed, filesystem is full > restore: /tmp/rstdir1232008271: cannot write directory database: No space left on device > Try making space in /tmp, or set environment variable TMPDIR > to an alternate location with more disk space. > > Hiro > > Regards, John Levine, johnl@iecc.com, Primary Perpetrator of "The Internet for Dummies", Information Superhighwayman wanna-be, http://www.johnlevine.com, ex-Mayor "More Wiener schnitzel, please", said Tom, revealingly. From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 13:16:11 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CCE106571F; Thu, 15 Jan 2009 13:16:11 +0000 (UTC) (envelope-from root@net1.cc) Received: from server1.net1.cc (server1.net1.cc [213.137.48.2]) by mx1.freebsd.org (Postfix) with ESMTP id 28F628FC20; Thu, 15 Jan 2009 13:16:10 +0000 (UTC) (envelope-from root@net1.cc) Received: from support.net1.cc ([213.137.58.124]) by server1.net1.cc with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LNS4u-0001qu-KQ; Thu, 15 Jan 2009 15:16:08 +0200 Message-ID: <496F3710.2090205@net1.cc> Date: Thu, 15 Jan 2009 15:16:00 +0200 From: NetOne - Doichin Dokov User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: vwe@FreeBSD.org References: <200901142242.n0EMgxsR011302@freefall.freebsd.org> <496EFB53.80609@net1.cc> In-Reply-To: <496EFB53.80609@net1.cc> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-net@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/89876: [txp] [patch] txp driver doesn't work with latest firmware 03.xxx.xxx X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 13:16:12 -0000 NetOne - Doichin Dokov íàïèñà: > vwe@FreeBSD.org íàïèñà: >> Synopsis: [txp] [patch] txp driver doesn't work with latest firmware >> 03.xxx.xxx >> >> State-Changed-From-To: open->feedback >> State-Changed-By: vwe >> State-Changed-When: Wed Jan 14 22:41:48 UTC 2009 >> State-Changed-Why: Doichin, >> the patch isn't available for download anymore, so we're unable to >> check that issue. Can you please give us the patch so a maintainer >> can take a look? >> >> >> Responsible-Changed-From-To: freebsd-bugs->freebsd-net >> Responsible-Changed-By: vwe >> Responsible-Changed-When: Wed Jan 14 22:41:48 UTC 2009 >> Responsible-Changed-Why: >> Over to maintainer(s). >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=89876 >> >> > Unfortunately it's been a while since I had the need to run those two > txp cards I have, and eventually have abandoned the idea of using them > at all. I do not keep the patch, but as long as i remember the main > thing in it was copying the newest firmware available from the linux's > txp (or whatever it was named) driver. > > I do still keep those cards, and can test them under the latest FBSD > and report back later today on the status of the problem. > > Kind regards, > Doichin > I've now placed one of the cards I have in a FreeBSD 7.0 machine - it's still not recognized (booted) properly. Here's the boot log: ... Jan 15 15:08:41 test kernel: txp0: <3Com 3cR990B-TXM Etherlink with 3XP Processor> port 0x2080-0x20ff mem 0x42000000-0x4200007f irq 11 at device 14.0 on pci0 Jan 15 15:08:41 test kernel: txp0: not waiting for boot Jan 15 15:08:41 test kernel: device_attach: txp0 attach returned -1 ... Here's the related pciconf: txp0@pci0:0:14:0: class=0x020000 card=0x100010b7 chip=0x990410b7 rev=0x03 hdr=0x00 vendor = '3COM Corp, Networking Division' device = '3CR990B-TM-X Etherlink 10/100 with 3XP Processor' class = network subclass = ethernet If you're interested in fixing this problem, you might have a look at the driver included in the Linux kernel - it works fine with this card. Unfortunately I no longer need to use those cards, and can afford to spend any time on this issue, what I could help is with testing. I could also provide an SSH access to a machine with this card installed, if this would be of any help resolving the issue. Kind regards, Doichin From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 15:40:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B60A91065675 for ; Thu, 15 Jan 2009 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 79A988FC0A for ; Thu, 15 Jan 2009 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FFe2gR009290 for ; Thu, 15 Jan 2009 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0FFe23h009289; Thu, 15 Jan 2009 15:40:02 GMT (envelope-from gnats) Date: Thu, 15 Jan 2009 15:40:02 GMT Message-Id: <200901151540.n0FFe23h009289@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kirk Strauser Cc: Subject: Re: kern/130274: [sysvipc] Can't shmget() more than 2GB of memory, regardless of kern.ipc.shm{max, all} X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirk Strauser List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 15:40:03 -0000 The following reply was made to PR kern/130274; it has been noted by GNATS. From: Kirk Strauser To: bug-followup@FreeBSD.org, kirk@strauser.com Cc: Subject: Re: kern/130274: [sysvipc] Can't shmget() more than 2GB of memory, regardless of kern.ipc.shm{max,all} Date: Thu, 15 Jan 2009 09:37:23 -0600 Anyone? This is a very real problem for people running PostgreSQL on machines with lots of memory. Since PostgreSQL tuning guides tend to recommend using 1/4 of RAM for shared memory, this means that anyone with more than 8GB of RAM is running a suboptimal setup. -- Kirk Strauser From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 16:40:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF6D1065672 for ; Thu, 15 Jan 2009 16:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 682F28FC19 for ; Thu, 15 Jan 2009 16:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FGe3n3055343 for ; Thu, 15 Jan 2009 16:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0FGe3jX055342; Thu, 15 Jan 2009 16:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jan 2009 16:40:03 GMT Resent-Message-Id: <200901151640.n0FGe3jX055342@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, Henrik Friedrichsen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 839D61065678 for ; Thu, 15 Jan 2009 16:36:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 726B08FC1A for ; Thu, 15 Jan 2009 16:36:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FGaXSI039976 for ; Thu, 15 Jan 2009 16:36:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0FGaXAU039975; Thu, 15 Jan 2009 16:36:33 GMT (envelope-from nobody) Message-Id: <200901151636.n0FGaXAU039975@www.freebsd.org> Date: Thu, 15 Jan 2009 16:36:33 GMT From: Henrik Friedrichsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130586: if_re doesn't always attach to Realtek 8111C X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 16:40:03 -0000 >Number: 130586 >Category: misc >Synopsis: if_re doesn't always attach to Realtek 8111C >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 15 16:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Henrik Friedrichsen >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD canaan.connecticut 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Sun Jan 4 20:18:09 CET 2009 root@canaan.megawr.ath.cx:/usr/obj/usr/src/sys/PLUTONIUM i386 >Description: I have a NIC with the Realtek 8111C on a Gigabyte GA-EP43-DS3L. However, the if_re driver doesn't always attach. I have not found out when it does or doesn't, it seems to be random, once it has attached, which is rarely the case, it works fine though. if_re prints the following messages .. . if it works: re0: port 0xd000-0xd0ff mem 0xe9010000-0xe9010fff,0xe9000000-0xe900ffff irq 17 at device 0.0 on pci4 re0: Chip rev. 0x3c000000 re0: MAC rev. 0x00400000 miibus0: on re0 re0: Ethernet address: 00:1f:d0:8e:95:4c re0: [FILTER] re0: link state changed to UP . if it doesn't work: re0: port 0xd000-0xd0ff mem 0xe9010000-0xe9010fff,0xe9000000-0xe900ffff irq 17 at device 0.0 on pci4 re0: Chip rev. 0x3c000000 re0: MAC rev. 0x00400000 re0: PHY write failed re0: PHY write failed re0: MII without any phy! device_attach: re0 attach returned 6 pciconf output: re0@pci0:4:0:0: class=0x020000 card=0xe0001458 chip=0x816810ec rev=0x02 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' class = network subclass = ethernet >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 18:20:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF92F1065674 for ; Thu, 15 Jan 2009 18:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B92D8FC17 for ; Thu, 15 Jan 2009 18:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FIK4VN029951 for ; Thu, 15 Jan 2009 18:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0FIK4Tt029950; Thu, 15 Jan 2009 18:20:04 GMT (envelope-from gnats) Date: Thu, 15 Jan 2009 18:20:04 GMT Message-Id: <200901151820.n0FIK4Tt029950@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dennis Herrmann Cc: Subject: Re: misc/130586: if_re doesn't always attach to Realtek 8111C X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dennis Herrmann List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 18:20:06 -0000 The following reply was made to PR misc/130586; it has been noted by GNATS. From: Dennis Herrmann To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/130586: if_re doesn't always attach to Realtek 8111C Date: Thu, 15 Jan 2009 19:14:48 +0100 I have the same problem here, but with a 8169. .lspci 02:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10) .pciconf re0@pci0:2:15:0: class=0x020000 card=0xe0001458 chip=0x816710ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8169/8110 Family Gigabit Ethernet NIC' class = network subclass = ethernet -Dennis From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 21:38:37 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8131065673; Thu, 15 Jan 2009 21:38:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 107648FC0A; Thu, 15 Jan 2009 21:38:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FLca2f079978; Thu, 15 Jan 2009 21:38:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0FLcaCm079974; Thu, 15 Jan 2009 21:38:36 GMT (envelope-from linimon) Date: Thu, 15 Jan 2009 21:38:36 GMT Message-Id: <200901152138.n0FLcaCm079974@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: misc/130586: [re] if_re doesn't always attach to Realtek 8111C X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 21:38:37 -0000 Old Synopsis: if_re doesn't always attach to Realtek 8111C New Synopsis: [re] if_re doesn't always attach to Realtek 8111C Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 15 21:38:20 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=130586 From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 21:59:13 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66CAC106566B for ; Thu, 15 Jan 2009 21:59:13 +0000 (UTC) (envelope-from jostb2345@yahoo.de) Received: from web27006.mail.ukl.yahoo.com (web27006.mail.ukl.yahoo.com [217.146.177.6]) by mx1.freebsd.org (Postfix) with SMTP id B45E68FC0A for ; Thu, 15 Jan 2009 21:59:12 +0000 (UTC) (envelope-from jostb2345@yahoo.de) Received: (qmail 44780 invoked by uid 60001); 15 Jan 2009 21:32:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=loMEOXclkw9n/7/24VN3V978/xELpXGGJgUUL3tITBgtLnnD1hO6wHyESFW2fKi+D4fvohLVtSib8bVPr0PHhbaFk7ntRwgbbKtEFRTfVSTM7OYhd17tqKZei6Vbkzz9074gjJMbXvcQO8b193n4UxHTq5zYsvARE/BeFO7YOug=; X-YMail-OSG: CopQfwoVM1ny.FihAOIyHu54ThAuNv8WC3gSS3AyRt6n88RxMstAmkhoHlpMOBY3cpy2lHqK2ohCShkp77MtCGQQDwTLxK0dcv21wrzl3Vugm7qNwuM9XGAWb3woe7NduAVRYp.QwnJjCF8RnEpxpziO3g-- Received: from [85.179.13.141] by web27006.mail.ukl.yahoo.com via HTTP; Thu, 15 Jan 2009 21:32:31 GMT X-Mailer: YahooMailWebService/0.7.260.1 Date: Thu, 15 Jan 2009 21:32:31 +0000 (GMT) From: Jost Boekemeier To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org In-Reply-To: <200901142324.n0ENOvTK040197@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <577907.44747.qm@web27006.mail.ukl.yahoo.com> Cc: Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jostb2345@yahoo.de List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 21:59:13 -0000 Hi, from my point of view this issue can be closed.=20 TCP write/write/read sequences are bad on any operating system, it's just t= hat other OS are a little bit smarter. -- I think Jon Nagle has had a propo= sal to fix/remove this unconditional delay, but I don't know if it has been= implemented. Furthermore this problem has been fixed on application level. And I think P= atrick van Staveren maintains a FreeBSD port which uses unix domain- instea= d of TCP socket communication. Regards, Jost B=F6kemeier =0A=0A=0A From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 02:30:24 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EED1106564A for ; Fri, 16 Jan 2009 02:30:24 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from QMTA06.emeryville.ca.mail.comcast.net (qmta06.emeryville.ca.mail.comcast.net [76.96.30.56]) by mx1.freebsd.org (Postfix) with ESMTP id 171038FC14 for ; Fri, 16 Jan 2009 02:30:24 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from OMTA02.emeryville.ca.mail.comcast.net ([76.96.30.19]) by QMTA06.emeryville.ca.mail.comcast.net with comcast id 40iz1b00A0QkzPwA62ER6o; Fri, 16 Jan 2009 02:14:25 +0000 Received: from [192.168.1.104] ([71.57.105.220]) by OMTA02.emeryville.ca.mail.comcast.net with comcast id 42EP1b0094lKpr38N2EQak; Fri, 16 Jan 2009 02:14:25 +0000 Message-ID: <496FED82.3000303@tomjudge.com> Date: Thu, 15 Jan 2009 20:14:26 -0600 From: Tom Judge User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: jostb2345@yahoo.de References: <577907.44747.qm@web27006.mail.ukl.yahoo.com> In-Reply-To: <577907.44747.qm@web27006.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-net@FreeBSD.org, freebsd-bugs@FreeBSD.org, vwe@FreeBSD.org Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 02:30:24 -0000 Jost Boekemeier wrote: > Hi, > > from my point of view this issue can be closed. > > TCP write/write/read sequences are bad on any operating system, it's just that other OS are a little bit smarter. -- I think Jon Nagle has had a proposal to fix/remove this unconditional delay, but I don't know if it has been implemented. > > Furthermore this problem has been fixed on application level. And I think Patrick van Staveren maintains a FreeBSD port which uses unix domain- instead of TCP socket communication. > > > Regards, > Jost Bökemeier > Hi Jost, I'm not sure if Patrick (I work with him) has a port using unix domain sockets in production. I do know however that patches to PHP (That add the no delay socket option to the sockets API) where submitted after we found the work around for this issue and they where accepted. And that we have a patched php java bridge client running in production. My response was just to say that I have also seen this bug on a more recent release. Regards Tom From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 06:10:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58317106566B for ; Fri, 16 Jan 2009 06:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 333468FC13 for ; Fri, 16 Jan 2009 06:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G6A1LU068702 for ; Fri, 16 Jan 2009 06:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0G6A1d4068701; Fri, 16 Jan 2009 06:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 06:10:01 GMT Resent-Message-Id: <200901160610.n0G6A1d4068701@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, Jason Chambers Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7163106564A for ; Fri, 16 Jan 2009 06:09:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF378FC17 for ; Fri, 16 Jan 2009 06:09:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G69OtU038702 for ; Fri, 16 Jan 2009 06:09:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0G69O6b038695; Fri, 16 Jan 2009 06:09:24 GMT (envelope-from nobody) Message-Id: <200901160609.n0G69O6b038695@www.freebsd.org> Date: Fri, 16 Jan 2009 06:09:24 GMT From: Jason Chambers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130605: Certain hardware produces "Network is unreachable" errors for scanning tools X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 06:10:01 -0000 >Number: 130605 >Category: kern >Synopsis: Certain hardware produces "Network is unreachable" errors for scanning tools >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 06:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jason Chambers >Release: 7.1 >Organization: UCLA >Environment: FreeBSD box 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #3: Thu Jan 15 21:39:37 PST 2009 user@box:/usr/obj/usr/src/sys/UCLA7-64 amd64 >Description: On certain hardware platforms FreeBSD has problems issuing multiple outbound requests as typically seen with network security auditing tools. The current hardware platform in question is a Dell PowerEdge SC1435. I have 4 of these servers and all exhibit the same symptoms. As an example, NMAP or Nessus fails to perform reconnaissance. Nessus does not produce much for errors; numerous "BIOCSRTIMEOUT: Invalid argument" pcap related error lines are found in the nessusd.dump log. The "scan" finishes within 6 seconds with the conclusion that all hosts are dead. The same Nessus build works without incident on other hardware platforms running the same version of FreeBSD. Using TCPDUMP I can see that requests are being sent on the network and the associated replies are being returned. Nmap is unable to scan a system because it immediately goes into a loop of the following: sendto in send_ip_packet: sendto(4, packet, 44, 0, xxx.xxx.xxx.xxx, 16) => Network is unreachable Offending packet: TCP xxx.xxx.xxx.xxx:55555 > xxx.xxx.xxx.xxx:80 S ttl=56 id=xxxx iplen=11264 seq=xxxx win=1024 Sleeping 15 seconds then retrying sendto in send_ip_packet: sendto(4, packet, 44, 0, xxx.xxx.xxx.xxx, 16) => Network is unreachable Offending packet: TCP xxx.xxx.xxx.xxx:55555 > xxx.xxx.xxx.xxx:80 S ttl=56 id=xxxx iplen=11264 seq=xxxx win=1024 Sleeping 60 seconds then retrying The same "Network is unreachable" messages appear if I attempt to ping a host while a Nessus scan is running. I found a PR from a long time ago (2006) that appears relevant but it was abandoned. Making updates to that PR does not kick off an email to the FreeBSD-bugs mailing list so I made the conclusion that it is not working with GNATS correctly and decided to open a new PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=102741&cat= I tried using a different network controller (bge vs em) but this had no effect. I have dedicated one of these systems to troubleshooting this problem if anyone would like to provide pointers towards further debugging. Regards, --Jason >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 08:29:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DB0B1065674; Fri, 16 Jan 2009 08:29:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22E8C8FC1C; Fri, 16 Jan 2009 08:29:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G8T0m6005945; Fri, 16 Jan 2009 08:29:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0G8T0f1005941; Fri, 16 Jan 2009 08:29:00 GMT (envelope-from linimon) Date: Fri, 16 Jan 2009 08:29:00 GMT Message-Id: <200901160829.n0G8T0f1005941@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/130605: [tcp] Certain hardware produces "Network is unreachable" errors for scanning tools X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 08:29:01 -0000 Old Synopsis: Certain hardware produces "Network is unreachable" errors for scanning tools New Synopsis: [tcp] Certain hardware produces "Network is unreachable" errors for scanning tools Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 16 08:22:56 UTC 2009 Responsible-Changed-Why: I'm guessing this is a driver problem rather than 'tcp', but I'll use that as a placeholder for now. Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=130605 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 09:25:40 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A037A1065679; Fri, 16 Jan 2009 09:25:40 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75B738FC12; Fri, 16 Jan 2009 09:25:40 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G9PeGS056053; Fri, 16 Jan 2009 09:25:40 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0G9PdoP056049; Fri, 16 Jan 2009 09:25:39 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 09:25:39 GMT Message-Id: <200901160925.n0G9PdoP056049@freefall.freebsd.org> To: kes-kes@yandex.ru, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: misc/130493: BUG or FEATURE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 09:25:41 -0000 Synopsis: BUG or FEATURE State-Changed-From-To: open->closed State-Changed-By: gavin State-Changed-When: Fri Jan 16 09:23:06 UTC 2009 State-Changed-Why: To submitter: I don't know if this is a bug or a feature - and the PR database is not the place to ask. I'd recommend you email your question to freebsd-net@freebsd.org with a better subject line and see what they think. If it is in fact a bug, please open another PR. Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 09:23:06 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=130493 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 09:27:45 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FBBB106564A; Fri, 16 Jan 2009 09:27:45 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA3148FC13; Fri, 16 Jan 2009 09:27:44 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G9RiOZ056268; Fri, 16 Jan 2009 09:27:44 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0G9RhnY056264; Fri, 16 Jan 2009 09:27:43 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 09:27:43 GMT Message-Id: <200901160927.n0G9RhnY056264@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-geom@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: misc/130528: gjournal fsck during boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 09:27:45 -0000 Synopsis: gjournal fsck during boot Responsible-Changed-From-To: freebsd-bugs->freebsd-geom Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 09:26:06 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). I don't know if this could be a simple config error, could you show us what your fstab and rc.conf look like? http://www.freebsd.org/cgi/query-pr.cgi?pr=130528 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 11:47:52 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B967F10656C7; Fri, 16 Jan 2009 11:47:52 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8E0808FC13; Fri, 16 Jan 2009 11:47:52 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GBlpx1054430; Fri, 16 Jan 2009 11:47:51 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GBlp2j054426; Fri, 16 Jan 2009 11:47:51 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 11:47:51 GMT Message-Id: <200901161147.n0GBlp2j054426@freefall.freebsd.org> To: niclas.zeising@gmail.com, gavin@FreeBSD.org, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: conf/128590: [patch] Updates to NOTES for new USB stack X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 11:47:53 -0000 Synopsis: [patch] Updates to NOTES for new USB stack State-Changed-From-To: feedback->open State-Changed-By: gavin State-Changed-When: Fri Jan 16 11:47:08 UTC 2009 State-Changed-Why: Submitter responded Responsible-Changed-From-To: gavin->freebsd-bugs Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 11:47:08 UTC 2009 Responsible-Changed-Why: Back into the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=128590 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 11:48:34 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AE2610656CA; Fri, 16 Jan 2009 11:48:34 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E4C2A8FC12; Fri, 16 Jan 2009 11:48:33 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GBmXVS054494; Fri, 16 Jan 2009 11:48:33 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GBmXVu054490; Fri, 16 Jan 2009 11:48:33 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 11:48:33 GMT Message-Id: <200901161148.n0GBmXVu054490@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/128590: [patch] [newusb] Updates to NOTES for new USB stack X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 11:48:34 -0000 Old Synopsis: [patch] Updates to NOTES for new USB stack New Synopsis: [patch] [newusb] Updates to NOTES for new USB stack Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 11:47:57 UTC 2009 Responsible-Changed-Why: On second thoughts, reassign to -usb maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=128590 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 12:06:41 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA7B81065B28; Fri, 16 Jan 2009 12:06:41 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A511D8FC13; Fri, 16 Jan 2009 12:06:41 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GC6fKN068419; Fri, 16 Jan 2009 12:06:41 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GC6fVU068415; Fri, 16 Jan 2009 12:06:41 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 12:06:41 GMT Message-Id: <200901161206.n0GC6fVU068415@freefall.freebsd.org> To: huntting@glarp.com, gavin@FreeBSD.org, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/129053: [lor] lock order reversal with printf(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: Fri, 16 Jan 2009 12:06:49 -0000 Old Synopsis: [lor] lock order reversal New Synopsis: [lor] lock order reversal with printf(9) State-Changed-From-To: feedback->open State-Changed-By: gavin State-Changed-When: Fri Jan 16 12:01:48 UTC 2009 State-Changed-Why: Looks like there's probably enough info here now for interested parties to figure out what's happening Responsible-Changed-From-To: gavin->freebsd-bugs Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 12:01:48 UTC 2009 Responsible-Changed-Why: Back into the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=129053 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 12:19:39 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40D1E106567F; Fri, 16 Jan 2009 12:19:39 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1636D8FC08; Fri, 16 Jan 2009 12:19:39 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GCJc4K076548; Fri, 16 Jan 2009 12:19:38 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GCJcVP076544; Fri, 16 Jan 2009 12:19:38 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 12:19:38 GMT Message-Id: <200901161219.n0GCJcVP076544@freefall.freebsd.org> To: gavin@FreeBSD.org, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/122288: [md] [patch] mdconfig(8) returning negative unit numbers X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 12:19:40 -0000 Synopsis: [md] [patch] mdconfig(8) returning negative unit numbers Responsible-Changed-From-To: gavin->freebsd-bugs Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 12:17:23 UTC 2009 Responsible-Changed-Why: Back into the pool now there's a working patch. FWIW, I don't think the alloc_unr(9) API is suitable for this at the moment, as that provides no way to allocate specific unit numbers (which md(4) needs) and there doesn't appear to be an easy way to extend it to provide that. http://www.freebsd.org/cgi/query-pr.cgi?pr=122288 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 12:31:52 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CF58106564A for ; Fri, 16 Jan 2009 12:31:52 +0000 (UTC) (envelope-from yuwei.yw@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 25C2D8FC0C for ; Fri, 16 Jan 2009 12:31:52 +0000 (UTC) (envelope-from yuwei.yw@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1740794wfg.7 for ; Fri, 16 Jan 2009 04:31:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=I8I4uBlHAh44vHUp921Mf1iOfj1b8I/zz96X8FYdUSw=; b=JKRHrHFrcZX/FShcuoJPo93C9TQ5qgwQFibJ7YaEtw2vZGidqoa4DtlrkVlrjakJGm 7CzsS2NZ4TEFR3phPLYxFyHyq5B4J6oBGlsbrFnX13B4zma/LrbYkThr4PJDxWd4Nraj yOSWK8di2svgFYovlXzljG29oY0ZfIZDARVB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=kt7Wbm8HKdHeGBceu/J+XMh0uH8wym1F2XrrR6OCXgNIN05VkUcpVfLlq3QSCmXQr3 jrmThVm2T9FVACV9+AP5vijQeexSkp03iitq+a/W5hOrLseP5OknfJLH7G/Tf1G6q4uw wj4J5XTgfmt72Kx8qzrZWLh3m4RjreweAMVlw= MIME-Version: 1.0 Received: by 10.143.12.20 with SMTP id p20mr1018191wfi.169.1232107873506; Fri, 16 Jan 2009 04:11:13 -0800 (PST) Date: Fri, 16 Jan 2009 20:11:13 +0800 Message-ID: <26f5325e0901160411v709bd47bo59772d7abb661119@mail.gmail.com> From: =?GB2312?B?09rOsA==?= To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 16 Jan 2009 12:36:25 +0000 Subject: (no subject) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 12:31:52 -0000 i install firefox3 on my freebsd 6.2,but it can not run when i type firefox3 in shell,it dispaly: /libexec/ld-elf.so.1: /usr/local/lib/firefox3/libxul.so: Undefined symbol "cairo_surface_get_reference_count" how can i do? thks yuwei.yw@gmail.com From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 14:20:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 757C71065672 for ; Fri, 16 Jan 2009 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C33948FC21 for ; Fri, 16 Jan 2009 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GEK2O5068397 for ; Fri, 16 Jan 2009 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GEK2ZV068390; Fri, 16 Jan 2009 14:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 14:20:02 GMT Resent-Message-Id: <200901161420.n0GEK2ZV068390@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, joseph tsai Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F32DB10656BB for ; Fri, 16 Jan 2009 14:16:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DE8788FC08 for ; Fri, 16 Jan 2009 14:16:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GEGGqH020721 for ; Fri, 16 Jan 2009 14:16:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0GEGGr7020715; Fri, 16 Jan 2009 14:16:16 GMT (envelope-from nobody) Message-Id: <200901161416.n0GEGGr7020715@www.freebsd.org> Date: Fri, 16 Jan 2009 14:16:16 GMT From: joseph tsai To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130621: the tranfer rate is inscrutable slow when use lsi21320-is raid0 mode and have some other problems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 14:20:03 -0000 >Number: 130621 >Category: kern >Synopsis: the tranfer rate is inscrutable slow when use lsi21320-is raid0 mode and have some other problems >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 14:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: joseph tsai >Release: 7.1-release >Organization: >Environment: $ uname -a FreeBSD hfb6.ZYHOME 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #3: Wed Jan 14 16:26:24 CST 2009 fb627@hfb6.ZYHOME:/usr/obj/usr/src/sys/GENERIC i386 >Description: Dear Sir, I use LSI21320 SCSI controler in my computer and use 6 harddisks. In my system harddisks are da0,da1 and da2. Da0 is U160, da1 is U320, and da2 is a raid0 disk. I use 4 U320 harddisks to build a raid-0. It works just ok in freebsd6.1. After upgrade to freebsd 7.1 I find three problems. First one the raid disk should have 4 hidden disks but just only one can be found (it should be 4) when I type the command "camcontrol devlist." When I used freebsd6.1 it might be pass4,pass5,pass6 and pass7. Now it is only just pass4. I usually use the command "smartctl" of smartmontools to monitor my harddisk is good or not and its temperature. At now the situation I cannot monitor the other 3 disks. The second the transfer rate is inscrutable slow after I upgrade to freebsd7.1. When I use the command "diskinfo -v -t da2" it shows the transfer rate is about 2.7M/s. The value I have tested in windows might be about 200M/s. It must be something wrong. ( I noticed that the da2's Tag Queue seems did not be enabled is that the reason to make this shituation ? ) When I test da1 which is not a raid driver shows about 48-75M/s. The value is normal. The third when I type "dmesg" my computer shows the boot information of da2's transfer rate sometimes is 3.3MB/s sometimes is 320MB/s seems it is random and not alwags the same. Although the displayed value changed the actual transfer rate is the same. Are there any way to solve these problems? May I use the old (freebsd 6.1) driver to solve this problem and how to do it ? Hope we can solve the problem soon. If you have any problem or anything I did not say clearly please e-mail to me. Thank you! I attach the data the command which I mentioned above executing both in freebsd7.1 and freebsd6.1 for your reference. (7.1 first and then 6.1) the following is the command excuse in my computer at freebsd7.1 fb627@hfb6 camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 8 lun 0 (sa0,pass2) at scbus1 target 2 lun 0 (pass3,da2) at scbus2 target 0 lun 0 (pass4) at scbus3 target 0 lun 0 (cd0,pass5) at scbus3 target 1 lun 0 (cd1,pass6) b627@hfb6 fb627@hfb6 diskinfo -v -t da1 da1 512 # sectorsize 36703934464 # mediasize in bytes (34G) 71687372 # mediasize in sectors 4462 # Cylinders according to firmware. 255 # Heads according to firmware. 63 # Sectors according to firmware. Seek times: Full stroke: 250 iter in 3.135179 sec = 12.541 msec Half stroke: 250 iter in 2.164563 sec = 8.658 msec Quarter stroke: 500 iter in 3.617471 sec = 7.235 msec Short forward: 400 iter in 1.687397 sec = 4.218 msec Short backward: 400 iter in 0.808002 sec = 2.020 msec Seq outer: 2048 iter in 0.309039 sec = 0.151 msec Seq inner: 2048 iter in 0.317622 sec = 0.155 msec Transfer rates: outside: 102400 kbytes in 1.383036 sec = 74040 kbytes/sec middle: 102400 kbytes in 1.560315 sec = 65628 kbytes/sec inside: 102400 kbytes in 2.117939 sec = 48349 kbytes/sec fb627@hfb6 diskinfo -v -t da2 da2 512 # sectorsize 145450074112 # mediasize in bytes (135G) 284082176 # mediasize in sectors 17683 # Cylinders according to firmware. 255 # Heads according to firmware. 63 # Sectors according to firmware. Seek times: Full stroke: 250 iter in 0.782250 sec = 3.129 msec Half stroke: 250 iter in 1.731281 sec = 6.925 msec Quarter stroke: 500 iter in 3.165127 sec = 6.330 msec Short forward: 400 iter in 1.370630 sec = 3.427 msec Short backward: 400 iter in 1.669160 sec = 4.173 msec Seq outer: 2048 iter in 1.035004 sec = 0.505 msec Seq inner: 2048 iter in 0.940420 sec = 0.459 msec Transfer rates: outside: 102400 kbytes in 39.948788 sec = 2563 kbytes/sec middle: 102400 kbytes in 38.372900 sec = 2669 kbytes/sec inside: 102400 kbytes in 38.912166 sec = 2632 kbytes/sec fb627@hfb6 [fb627@hfb6 /usr/home/fb627]$ dmesg Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.1-RELEASE-p2 #3: Wed Jan 14 16:26:24 CST 2009 fb627@hfb6.ZYHOME:/usr/obj/usr/src/sys/GENERIC module_register: module bge/miibus already exists! Module bge/miibus failed to register: 17 module_register: module pci/bge already exists! Module pci/bge failed to register: 17 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 2.66GHz (2666.78-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff Features2=0x4400 Logical CPUs per core: 2 real memory = 2684289024 (2559 MB) avail memory = 2614190080 (2493 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) unknown: I/O range not supported acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 9fef0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: on hostb0 pci0: at device 0.1 (no driver attached) pcib1: mem 0xfd000000-0xfd3fffff at device 1.0 on pci0 pci1: on pcib1 pcib2: at device 2.0 on pci0 pci2: on pcib2 pcib3: at device 29.0 on pci2 pci3: on pcib3 bge0: mem 0xfb020000-0xfb02ffff irq 48 at device 1.0 on pci3 miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: Ethernet address: 00:10:dc:f2:b2:68 bge0: [ITHREAD] mpt0: port 0xc000-0xc0ff mem 0xfb000000-0xfb00ffff,0xfb010000-0xfb01ffff irq 56 at device 3.0 on pci3 mpt0: [ITHREAD] mpt0: MPI Version=1.2.14.0 mpt0: Capabilities: ( RAID-0 SAFTE ) mpt0: 0 Active Volumes (0 Max) mpt0: 0 Hidden Drive Members (0 Max) mpt1: port 0xc400-0xc4ff mem 0xfb030000-0xfb03ffff,0xfb040000-0xfb04ffff irq 57 at device 3.1 on pci3 mpt1: [ITHREAD] mpt1: MPI Version=1.2.14.0 mpt1: Capabilities: ( RAID-0 SAFTE ) mpt1: 1 Active Volume (1 Max) mpt1: 4 Hidden Drive Members (6 Max) pcib4: at device 31.0 on pci2 pci4: on pcib4 pci0: at device 2.1 (no driver attached) uhci0: port 0xd000-0xd01f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd400-0xd41f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered ehci0: mem 0xfd800000-0xfd8003ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: on usb2 uhub2: 4 ports with 4 removable, self powered pcib5: at device 30.0 on pci0 pci5: on pcib5 vgapci0: mem 0xf8000000-0xf8ffffff,0xf0000000-0xf7ffffff irq 21 at device 0.0 on pci5 nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_busmaster vgapci0: child nvidia0 requested pci_enable_io nvidia0: [GIANT-LOCKED] nvidia0: [ITHREAD] isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] ichsmb0: port 0x5000-0x501f irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] ichsmb0: [ITHREAD] smbus0: on ichsmb0 smb0: on smbus0 pcm0: port 0xdc00-0xdcff,0xe000-0xe03f mem 0xfd801000-0xfd8011ff,0xfd802000-0xfd8020ff irq 17 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: fdc0: port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model IntelliMouse, device ID 3 cpu0: on acpi0 p4tcc0: on cpu0 cpu1: on acpi0 p4tcc1: on cpu1 cpu2: on acpi0 p4tcc2: on cpu2 cpu3: on acpi0 p4tcc3: on cpu3 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcf7ff,0xd0000-0xd3fff pnpid ORM0000 on isa0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 ppbus0: [ITHREAD] plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec Waiting 5 seconds for SCSI devices to settle mpt1: mpt_read_cfg_page: Config Info Status 22 mpt1:vol0(mpt1:0:0): mpt_refresh_raid_vol: Failed to read RAID Vol Page(0) mpt1:vol0(mpt1:0:0): Settings ( ) mpt1:vol0(mpt1:0:0): 0 Members: mpt1:vol0(mpt1:0:0): RAID-0 - Optimal (mpt1:0:2): Physical (mpt1:0:2:0), Pass-thru (mpt1:1:0:0) (mpt1:0:2): Online (mpt1:0:4): Physical (mpt1:0:4:0), Pass-thru (mpt1:1:1:0) (mpt1:0:4): Online (mpt1:0:8): Physical (mpt1:0:8:0), Pass-thru (mpt1:1:2:0) (mpt1:0:8): Online (mpt1:0:12): Physical (mpt1:0:12:0), Pass-thru (mpt1:1:3:0) (mpt1:0:12): Online acd0: DVDR at ata0-master UDMA66 acd1: DVDR at ata0-slave UDMA66 GEOM_LABEL: Label for provider acd0 is iso9660/ MEMOIRS_OF_A_GEISHA. acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 acd1: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 31, 16bit) da0: Command Queueing Enabled da0: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C) da1 at mpt0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 320.000MB/s transfers (160.000MHz, offset 63, 16bit) da1: Command Queueing Enabled da1: 35003MB (71687372 512 byte sectors: 255H 63S/T 4462C) da2 at mpt1 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 3.300MB/s transfers da2: 138712MB (284082176 512 byte sectors: 255H 63S/T 17683C) sa0 at mpt0 bus 0 target 8 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! cd0 at ata0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 66.000MB/s transfers cd0: cd present [2295104 x 2048 byte records] cd1 at ata0 bus 0 target 1 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 66.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present GEOM_LABEL: Label for provider da1s1 is ntfs/WIN2K. GEOM_LABEL: Label for provider da2s3 is ntfs/R4. Trying to mount root from ufs:/dev/da2s2a ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled [fb627@hfb6 /usr/home/fb627]$ =============================================================================== =============================================================================== =============================================================================== I have another slide (at the same disk) which is installed freebsd 6.1 I also execuse the command for a comparision at freebsd 6.1 Script started on Sat Jan 17 03:54:58 2009 # camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 8 lun 0 (sa0,pass2) at scbus1 target 2 lun 0 (pass3,da2) at scbus2 target 0 lun 0 (pass4) at scbus2 target 1 lun 0 (pass5) at scbus2 target 2 lun 0 (pass6) at scbus2 target 3 lun 0 (pass7) at scbus3 target 0 lun 0 (pass8,cd0) at scbus3 target 1 lun 0 (pass9,cd1) #diskinfo -v -t da1 da1 512 # sectorsize 36703934464 # mediasize in bytes (34G) 71687372 # mediasize in sectors 4462 # Cylinders according to firmware. 255 # Heads according to firmware. 63 # Sectors according to firmware. Seek times: Full stroke: 250 iter in 3.098671 sec = 12.395 msec Half stroke: 250 iter in 2.129506 sec = 8.518 msec Quarter stroke: 500 iter in 3.559885 sec = 7.120 msec Short forward: 400 iter in 1.658425 sec = 4.146 msec Short backward: 400 iter in 0.807269 sec = 2.018 msec Seq outer: 2048 iter in 0.266670 sec = 0.130 msec Seq inner: 2048 iter in 0.264463 sec = 0.129 msec Transfer rates: outside: 102400 kbytes in 1.385500 sec = 73908 kbytes/sec middle: 102400 kbytes in 1.558973 sec = 65684 kbytes/sec inside: 102400 kbytes in 2.120220 sec = 48297 kbytes/sec # diskinfo -v -t da2 da2 512 # sectorsize 145450074112 # mediasize in bytes (135G) 284082176 # mediasize in sectors 17683 # Cylinders according to firmware. 255 # Heads according to firmware. 63 # Sectors according to firmware. Seek times: Full stroke: 250 iter in 0.674995 sec = 2.700 msec Half stroke: 250 iter in 1.634318 sec = 6.537 msec Quarter stroke: 500 iter in 2.662559 sec = 5.325 msec Short forward: 400 iter in 1.193850 sec = 2.985 msec Short backward: 400 iter in 1.363944 sec = 3.410 msec Seq outer: 2048 iter in 0.309164 sec = 0.151 msec Seq inner: 2048 iter in 0.409713 sec = 0.200 msec Transfer rates: outside: 102400 kbytes in 0.755343 sec = 135568 kbytes/sec middle: 102400 kbytes in 0.789872 sec = 129641 kbytes/sec inside: 102400 kbytes in 0.759277 sec = 134865 kbytes/sec # 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.1-RELEASE-p12 #20: Mon Feb 12 18:40:08 CST 2007 fb62@hfb6.ZYHOME:/usr/obj/usr/src/sys/MYSMP61 acpi_alloc_wakeup_handler: can't alloc wake memory Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 2.66GHz (2666.77-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff Features2=0x4400> Logical CPUs per core: 2 real memory = 2684289024 (2559 MB) avail memory = 2623754240 (2502 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) unknown: I/O range not supported Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 p4tcc0: on cpu0 cpu1: on acpi0 p4tcc1: on cpu1 cpu2: on acpi0 p4tcc2: on cpu2 cpu3: on acpi0 p4tcc3: on cpu3 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.1 (no driver attached) pcib1: mem 0xfd000000-0xfd3fffff at device 1.0 on pci0 pci1: on pcib1 pcib2: at device 2.0 on pci0 pci2: on pcib2 pci2: at device 28.0 (no driver attached) pcib3: at device 29.0 on pci2 pci3: on pcib3 pci3: at device 1.0 (no driver attached) mpt0: port 0xc000-0xc0ff mem 0xfb000000-0xfb00ffff,0xfb010000-0xfb01ffff irq 56 at device 3.0 on pci3 mpt0: [GIANT-LOCKED] mpt0: MPI Version=1.2.14.0 mpt0: Unhandled Event Notify Frame. Event 0xa. mpt0: Capabilities: ( RAID-0 SAFTE ) mpt0: 0 Active Volumes (0 Max) mpt0: 0 Hidden Drive Members (0 Max) mpt1: port 0xc400-0xc4ff mem 0xfb030000-0xfb03ffff,0xfb040000-0xfb04ffff irq 57 at device 3.1 on pci3 mpt1: [GIANT-LOCKED] mpt1: MPI Version=1.2.14.0 mpt1: Unhandled Event Notify Frame. Event 0xa. mpt1: Capabilities: ( RAID-0 SAFTE ) mpt1: 1 Active Volume (1 Max) mpt1: 4 Hidden Drive Members (6 Max) pci2: at device 30.0 (no driver attached) pcib4: at device 31.0 on pci2 pci4: on pcib4 pci0: at device 2.1 (no driver attached) uhci0: port 0xd000-0xd01f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd400-0xd41f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ehci0: mem 0xfd800000-0xfd8003ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 4 ports with 4 removable, self powered pcib5: at device 30.0 on pci0 pci5: on pcib5 pci5: at device 0.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 ichsmb0: port 0x5000-0x501f irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: on ichsmb0 smb0: on smbus0 pci0: at device 31.5 (no driver attached) sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcf7ff,0xd0000-0xd3fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec Waiting 15 seconds for SCSI devices to settle acd0: DVDR at ata0-master UDMA66 acd1: DVDR at ata0-slave UDMA66 mpt1: mpt_read_cfg_page: Config Info Status 22 mpt1:vol0(mpt1:0:0): mpt_refresh_raid_vol: Failed to read RAID Vol Page(0) mpt1:vol0(mpt1:0:0): Settings ( ) mpt1:vol0(mpt1:0:0): 0 Members: mpt1:vol0(mpt1:0:0): RAID-0 - Optimal (mpt1:0:2): Physical (mpt1:0:2), Pass-thru (mpt1:1:0) (mpt1:0:2): Online (mpt1:0:4): Physical (mpt1:0:4), Pass-thru (mpt1:1:1) (mpt1:0:4): Online (mpt1:0:8): Physical (mpt1:0:8), Pass-thru (mpt1:1:2) (mpt1:0:8): Online (mpt1:0:12): Physical (mpt1:0:12), Pass-thru (mpt1:1:3) (mpt1:0:12): Online sa0 at mpt0 bus 0 target 8 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) pass4 at mpt1 bus 1 target 0 lun 0 pass4: Fixed unknown SCSI-4 device pass4: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled pass5 at mpt1 bus 1 target 1 lun 0 pass5: Fixed unknown SCSI-3 device pass5: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled pass6 at mpt1 bus 1 target 2 lun 0 pass6: Fixed unknown SCSI-4 device pass6: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled pass7 at mpt1 bus 1 target 3 lun 0 pass7: Fixed unknown SCSI-3 device pass7: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C) da1 at mpt0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled da1: 35003MB (71687372 512 byte sectors: 255H 63S/T 4462C) da2 at mpt1 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled da2: 138712MB (284082176 512 byte sectors: 255H 63S/T 17683C) cd0 at ata0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 66.000MB/s transfers cd0: cd present [2295104 x 2048 byte records] SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! cd1 at ata0 bus 0 target 1 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 66.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/da2s1a # ^[[I    exit Script done on Sat Jan 17 03:58:24 2009 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 16:10:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 965D31065670 for ; Fri, 16 Jan 2009 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 735F58FC1A for ; Fri, 16 Jan 2009 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GGA1on049395 for ; Fri, 16 Jan 2009 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GGA1mn049394; Fri, 16 Jan 2009 16:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 16:10:01 GMT Resent-Message-Id: <200901161610.n0GGA1mn049394@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, sameeradishan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CD8106566B for ; Fri, 16 Jan 2009 16:06:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B60168FC17 for ; Fri, 16 Jan 2009 16:06:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GG6dX3005034 for ; Fri, 16 Jan 2009 16:06:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0GG6dB6005033; Fri, 16 Jan 2009 16:06:39 GMT (envelope-from nobody) Message-Id: <200901161606.n0GG6dB6005033@www.freebsd.org> Date: Fri, 16 Jan 2009 16:06:39 GMT From: sameeradishan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130624: bios free donload X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 16:10:02 -0000 >Number: 130624 >Category: misc >Synopsis: bios free donload >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 16:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: sameeradishan >Release: download >Organization: napoli >Environment: log of my computer sempre mi vollio intellare bios mi dai bios free donload >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 17:30:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D59AA106566B for ; Fri, 16 Jan 2009 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEE5E8FC19 for ; Fri, 16 Jan 2009 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GHU1bk009403 for ; Fri, 16 Jan 2009 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GHU1tV009397; Fri, 16 Jan 2009 17:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 17:30:01 GMT Resent-Message-Id: <200901161730.n0GHU1tV009397@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, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5592106566B for ; Fri, 16 Jan 2009 17:25:15 +0000 (UTC) (envelope-from root@zavijava4.math.ualberta.ca) Received: from zavijava4.math.ualberta.ca (zavijava4.math.ualberta.ca [129.128.206.34]) by mx1.freebsd.org (Postfix) with ESMTP id 670818FC14 for ; Fri, 16 Jan 2009 17:25:15 +0000 (UTC) (envelope-from root@zavijava4.math.ualberta.ca) Received: from zavijava4.math.ualberta.ca (localhost.math.ualberta.ca [127.0.0.1]) by zavijava4.math.ualberta.ca (8.14.3/8.14.3) with ESMTP id n0GGqE3A008424 for ; Fri, 16 Jan 2009 09:52:14 -0700 (MST) (envelope-from root@zavijava4.math.ualberta.ca) Received: (from root@localhost) by zavijava4.math.ualberta.ca (8.14.3/8.14.3/Submit) id n0GGqEWo008423; Fri, 16 Jan 2009 09:52:14 -0700 (MST) (envelope-from root) Message-Id: <200901161652.n0GGqEWo008423@zavijava4.math.ualberta.ca> Date: Fri, 16 Jan 2009 09:52:14 -0700 (MST) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/130628: NFS / rpc.lockd deadlock on 7.1-R X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bvowk@math.ualberta.ca List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 17:30:02 -0000 >Number: 130628 >Category: kern >Synopsis: NFS / rpc.lockd deadlock on 7.1-R >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 17:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Barkley Vowk >Release: FreeBSD 7.1-RELEASE-p1 amd64 >Organization: University of Alberta >Environment: System: FreeBSD zavijava4.math.ualberta.ca 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #10: Wed Jan 14 12:13:19 MST 2009 root@zavijava4.math.ualberta.ca:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 7.1-R deadlocks when acting as an NFS server for a debian box running 2.6.18-6-amd64. The problem can be reproduced in a few minutes with dbench running on the linux machine into an nfs mounted directory from the 7.1 box. >How-To-Repeat: mount zj4:/home /mnt ; cd /mnt ; dbench -D . 5 With a generic kernel, it lasts about 5 seconds. With all the debugging options it can last a few minutes. I've included two dumps as requested from the debugging deadlocks section of the handbook. KDB: enter: Break sequence on console [thread pid 36 tid 100035 ] Stopped at kdb_enter_why+0x3d: movq $0,0x608808(%rip) db> ps pid ppid pgrp uid state wmesg wchan cmd 898 894 898 0 S+ select 0xffffffff80bc59e0 top 894 891 894 0 Ss+ pause 0xffffff000370e5c8 csh 891 818 891 0 Ss select 0xffffffff80bc59e0 sshd 890 874 48 0 S nanslp 0xffffffff80ade5e8 fsck_ufs 885 1 885 0 Ss+ ttyin 0xffffff0002f07c10 getty 884 1 884 0 Ss+ ttyin 0xffffff0002f29810 getty 883 1 883 0 Ss+ ttyin 0xffffff0002f29c10 getty 882 1 882 0 Ss+ ttyin 0xffffff0002f2a010 getty 881 1 881 0 Ss+ ttyin 0xffffff0002f2b410 getty 880 1 880 0 Ss+ ttyin 0xffffff0002f1d810 getty 879 1 879 0 Ss+ ttyin 0xffffff0002f2c010 getty 878 1 878 0 Ss+ ttyin 0xffffff0002f2bc10 getty 877 1 877 0 Ss+ ttyin 0xffffff0002f1c810 getty 874 872 48 0 S+ wait 0xffffff0003077000 fsck 873 1 48 0 S+ piperd 0xffffff000340fc60 logger 872 1 48 0 S+ wait 0xffffff00030f29b0 sh 834 1 834 0 Ss nanslp 0xffffffff80ade5e8 cron 828 1 828 25 Ss pause 0xffffff00030abaa0 sendmail 824 1 824 0 Ss select 0xffffffff80bc59e0 sendmail 818 1 818 0 Ss select 0xffffffff80bc59e0 sshd 803 802 802 123 S select 0xffffffff80bc59e0 ntpd 802 1 802 0 Ss select 0xffffffff80bc59e0 ntpd 738 1 738 0 Rs CPU 3 rpc.lockd 725 724 724 0 S kqread 0xffffff0003c5a000 rpc.statd 724 1 724 0 Ss select 0xffffffff80bc59e0 rpc.statd 711 703 703 0 S - 0xffffff000328d600 nfsd 710 703 703 0 S - 0xffffff0002fbc400 nfsd 709 703 703 0 S - 0xffffff000328c600 nfsd 708 703 703 0 S - 0xffffff0003149000 nfsd 707 703 703 0 S - 0xffffff0003114600 nfsd 706 703 703 0 S - 0xffffff0003293600 nfsd 705 703 703 0 S - 0xffffff0003112200 nfsd 704 703 703 0 S - 0xffffff0003293200 nfsd 703 1 703 0 Ss select 0xffffffff80bc59e0 nfsd 701 1 701 0 Ss select 0xffffffff80bc59e0 mountd 680 1 680 0 Ss select 0xffffffff80bc59e0 rpcbind 605 1 605 0 Ss select 0xffffffff80bc59e0 syslogd 550 1 550 0 Ss select 0xffffffff80bc59e0 devd 47 0 0 0 SL sdflush 0xffffffff80bd7418 [softdepflush] 46 0 0 0 SL syncer 0xffffffff80ade1c0 [syncer] 45 0 0 0 SL vlruwt 0xffffff0002f734d8 [vnlru] 44 0 0 0 SL psleep 0xffffffff80bc63dc [bufdaemon] 43 0 0 0 SL pgzero 0xffffffff80bd9264 [pagezero] 42 0 0 0 SL psleep 0xffffffff80bd8548 [vmdaemon] 41 0 0 0 SL psleep 0xffffffff80bd850c [pagedaemon] 40 0 0 0 SL waiting_ 0xffffffff80bca268 [sctp_iterator] 39 0 0 0 WL [irq1: atkbd0] 38 0 0 0 WL [swi0: sio] 37 0 0 0 WL [irq257: bge1] 36 0 0 0 RL CPU 2 [irq256: bge0] 35 0 0 0 WL [irq24: arcmsr0] 34 0 0 0 WL [irq16: fxp0] 33 0 0 0 SL usbevt 0xffffff00012d1420 [usb2] 32 0 0 0 SL usbevt 0xffffffff8103a420 [usb1] 31 0 0 0 SL usbtsk 0xffffffff80ad76e8 [usbtask-dr] 30 0 0 0 SL usbtsk 0xffffffff80ad76c0 [usbtask-hc] 29 0 0 0 SL usbevt 0xffffffff81038420 [usb0] 28 0 0 0 WL [irq10: ohci0 ohci+] 27 0 0 0 WL [irq15: ata1] 26 0 0 0 WL [irq14: ata0] 25 0 0 0 WL [irq11: atapci0+] 24 0 0 0 WL [irq9: acpi0] 23 0 0 0 SL - 0xffffff000116fd00 [thread taskq] 22 0 0 0 WL [swi5: +] 9 0 0 0 SL - 0xffffff0001251200 [kqueue taskq] 8 0 0 0 SL - 0xffffff0001251300 [acpi_task_2] 7 0 0 0 SL - 0xffffff0001251300 [acpi_task_1] 6 0 0 0 SL - 0xffffff0001251300 [acpi_task_0] 21 0 0 0 WL [swi2: cambio] 5 0 0 0 SL ccb_scan 0xffffffff80aa5260 [xpt_thrd] 20 0 0 0 WL [swi6: task queue] 19 0 0 0 WL [swi6: Giant taskq] 18 0 0 0 SL - 0xffffffff80ade1c8 [yarrow] 4 0 0 0 SL - 0xffffffff80ad8268 [g_down] 3 0 0 0 SL - 0xffffffff80ad8260 [g_up] 2 0 0 0 SL - 0xffffffff80ad8250 [g_event] 17 0 0 0 WL [swi3: vm] 16 0 0 0 RL CPU 1 [swi4: clock sio] 15 0 0 0 WL [swi1: net] 14 0 0 0 RL CPU 0 [idle: cpu0] 13 0 0 0 RL [idle: cpu1] 12 0 0 0 RL [idle: cpu2] 11 0 0 0 RL [idle: cpu3] 1 0 1 0 SLs wait 0xffffff00010fd9b0 [init] 10 0 0 0 SL audit_wo 0xffffffff80bd67d0 [audit] 0 0 0 0 SLs sched 0xffffffff80ad8360 [swapper] db> db> show pcpu cpuid = 2 curthread = 0xffffff0002e74000: pid 36 "irq256: bge0" curpcb = 0xffffffffae62bd40 fpcurthread = none idlethread = 0xffffff0001100370: pid 12 "idle: cpu2" spin locks held: exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 db> show allpcpu Current CPU: 2 cpuid = 0 curthread = 0xffffff000110c6e0: pid 14 "idle: cpu0" curpcb = 0xffffffffac50bd40 fpcurthread = none idlethread = 0xffffff000110c6e0: pid 14 "idle: cpu0" spin locks held: cpuid = 1 curthread = 0xffffff000110c000: pid 16 "swi4: clock sio" curpcb = 0xffffffffac518d40 fpcurthread = none idlethread = 0xffffff0001100000: pid 13 "idle: cpu1" spin locks held: cpuid = 2 curthread = 0xffffff0002e74000: pid 36 "irq256: bge0" curpcb = 0xffffffffae62bd40 fpcurthread = none idlethread = 0xffffff0001100370: pid 12 "idle: cpu2" spin locks held: exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 cpuid = 3 curthread = 0xffffff00032baa50: pid 738 "rpc.lockd" curpcb = 0xffffffffb0aa3d40 fpcurthread = none idlethread = 0xffffff00011006e0: pid 11 "idle: cpu3" spin locks held: db> db> show locks exclusive rw tcpinp r = 0 (0xffffff00034540f0) locked @ /usr/src/sys/netinet/tcp_input.c:480 exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 db> show alllocks Process 738 (rpc.lockd) thread 0xffffff00032baa50 (100097) exclusive sx so_rcv_sx r = 0 (0xffffff00034f5850) locked @ /usr/src/sys/kern/uipc_sockbuf.c:150 exclusive sleep mutex xprt->xp_lock r = 0 (0xffffff00031d1000) locked @ /usr/src/sys/rpc/svc_vc.c:614 Process 36 (irq256: bge0) thread 0xffffff0002e74000 (100035) exclusive rw tcpinp r = 0 (0xffffff00034540f0) locked @ /usr/src/sys/netinet/tcp_input.c:480 exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 Process 16 (swi4: clock sio) thread 0xffffff000110c000 (100007) shared rw tcp r = 0 (0xffffffff80bcab08) locked @ /usr/src/sys/netinet/tcp_timer.c:155 db> db> show lockedvnods Locked vnodes db> db> alltrace Tracing command top pid 898 tid 100120 td 0xffffff0003a76370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e kern_select() at kern_select+0x7f0 select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800a8eadc, rsp = 0x7fffffffe9c8, rbp = 0x11 --- Tracing command csh pid 894 tid 100116 td 0xffffff0003105a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_sigsuspend() at kern_sigsuspend+0xca sigsuspend() at sigsuspend+0x34 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x80093419c, rsp = 0x7fffffffe608, rbp = 0x800c3f300 --- Tracing command sshd pid 891 tid 100115 td 0xffffff0003103000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x801397adc, rsp = 0x7fffffffe4b8, rbp = 0x7fffffffe540 --- Tracing command fsck_ufs pid 890 tid 100067 td 0xffffff000304d6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _sleep() at _sleep+0x24c kern_nanosleep() at kern_nanosleep+0x118 nanosleep() at nanosleep+0x6e syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x80080d8ac, rsp = 0x7fffffffdbf8, rbp = 0x1 --- Tracing command getty pid 885 tid 100114 td 0xffffff0003103370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 884 tid 100113 td 0xffffff00031036e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 883 tid 100112 td 0xffffff0003103a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 882 tid 100111 td 0xffffff00030f6000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 881 tid 100104 td 0xffffff00032b9000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 880 tid 100066 td 0xffffff0003055000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 879 tid 100053 td 0xffffff0003055a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 878 tid 100047 td 0xffffff000304da50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 877 tid 100078 td 0xffffff00030796e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command fsck pid 874 tid 100073 td 0xffffff0003054a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_wait() at kern_wait+0x3cc wait4() at wait4+0x35 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (7, FreeBSD ELF64, wait4), rip = 0x80069ce8c, rsp = 0x7fffffffe378, rbp = 0x3 --- Tracing command logger pid 873 tid 100051 td 0xffffff0002fa4a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 pipe_read() at pipe_read+0x2bc dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800717b5c, rsp = 0x7fffffffe908, rbp = 0x7fffffffee18 --- Tracing command sh pid 872 tid 100083 td 0xffffff00031046e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_wait() at kern_wait+0x3cc wait4() at wait4+0x35 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (7, FreeBSD ELF64, wait4), rip = 0x80091be8c, rsp = 0x7fffffffcf98, rbp = 0x30 --- Tracing command cron pid 834 tid 100072 td 0xffffff00030f6370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _sleep() at _sleep+0x24c kern_nanosleep() at kern_nanosleep+0x118 nanosleep() at nanosleep+0x6e syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x8009188ac, rsp = 0x7fffffffec18, rbp = 0x3c --- Tracing command sendmail pid 828 tid 100056 td 0xffffff0002e74a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_sigsuspend() at kern_sigsuspend+0xca sigsuspend() at sigsuspend+0x34 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x800d1419c, rsp = 0x7fffffffda38, rbp = 0x1 --- Tracing command sendmail pid 824 tid 100065 td 0xffffff00030f66e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e kern_select() at kern_select+0x7f0 select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800da5adc, rsp = 0x7fffffffcf48, rbp = 0x7fffffffd7e0 --- Tracing command sshd pid 818 tid 100105 td 0xffffff0003104000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x801397adc, rsp = 0x7fffffffe5c8, rbp = 0 --- Tracing command ntpd pid 803 tid 100055 td 0xffffff0002fa4000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e poll() at poll+0x1bf syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (209, FreeBSD ELF64, poll), rip = 0x8006c063c, rsp = 0x7fffffffec38, rbp = 0 --- Tracing command ntpd pid 802 tid 100099 td 0xffffff00032ba370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f poll() at poll+0x567 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (209, FreeBSD ELF64, poll), rip = 0x8006c063c, rsp = 0x7fffffffed38, rbp = 0x323 --- Tracing command rpc.lockd pid 738 tid 100097 td 0xffffff00032baa50 cpustop_handler() at cpustop_handler+0x40 ipi_nmi_handler() at ipi_nmi_handler+0x30 trap() at trap+0x378 nmi_calltrap() at nmi_calltrap+0x8 --- trap 0x13, rip = 0xffffffff804bbe97, rsp = 0xffffffffaba3fff0, rbp = 0xffffffffb0aa3370 --- _rw_wlock_hard() at _rw_wlock_hard+0x167 _rw_wlock() at _rw_wlock+0xc0 tcp_usr_rcvd() at tcp_usr_rcvd+0x3e soreceive_generic() at soreceive_generic+0x498 svc_vc_recv() at svc_vc_recv+0x169 svc_run() at svc_run+0x146 nlm_syscall() at nlm_syscall+0x79c syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (154, FreeBSD ELF64, nlm_syscall), rip = 0x8008a8d7c, rsp = 0x7fffffffed08, rbp = 0x7fffffffee20 --- Tracing command rpc.statd pid 725 tid 100101 td 0xffffff00032b9a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _sleep() at _sleep+0x24c kern_kevent() at kern_kevent+0x324 kevent() at kevent+0x90 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (363, FreeBSD ELF64, kevent), rip = 0x800806a2c, rsp = 0x7fffffffe478, rbp = 0x800a8a000 --- Tracing command rpc.statd pid 724 tid 100049 td 0xffffff0003056000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e kern_select() at kern_select+0x7f0 select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800821adc, rsp = 0x7fffffffebe8, rbp = 0x800960740 --- Tracing command nfsd pid 711 tid 100093 td 0xffffff00032bca50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x7 --- Tracing command nfsd pid 710 tid 100092 td 0xffffff00032bd000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x6 --- Tracing command nfsd pid 709 tid 100050 td 0xffffff0002fa5000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x5 --- Tracing command nfsd pid 708 tid 100052 td 0xffffff0002fa46e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x4 --- Tracing command nfsd pid 707 tid 100060 td 0xffffff0002e74370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x3 --- Tracing command nfsd pid 706 tid 100103 td 0xffffff00032b9370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x2 --- Tracing command nfsd pid 705 tid 100074 td 0xffffff00030546e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x1 --- Tracing command nfsd pid 704 tid 100061 td 0xffffff00030f76e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0 --- Tracing command nfsd pid 703 tid 100068 td 0xffffff000304d370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800718adc, rsp = 0x7fffffffea38, rbp = 0x5 --- Tracing command mountd pid 701 tid 100090 td 0xffffff0003079000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x80082dadc, rsp = 0x7fffffffed28, rbp = 0x7fffffffee20 --- Tracing command rpcbind pid 680 tid 100091 td 0xffffff00032bd370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e poll() at poll+0x1bf syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (209, FreeBSD ELF64, poll), rip = 0x8008e4e7c, rsp = 0x7fffffffcb98, rbp = 0x800b0c080 --- Tracing command syslogd pid 605 tid 100095 td 0xffffff00032bc370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x80082cadc, rsp = 0x7fffffffddd8, rbp = 0x8 --- Tracing command devd pid 550 tid 100064 td 0xffffff00030f6a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x43fd0c, rsp = 0x7fffffffe918, rbp = 0x7fffffffed40 --- Tracing command softdepflush pid 47 tid 100046 td 0xffffff0002fa56e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e softdep_flush() at softdep_flush+0x2d7 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae6a1d30, rbp = 0 --- Tracing command syncer pid 46 tid 100045 td 0xffffff0002fa5a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 sched_sync() at sched_sync+0x61a fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae69cd30, rbp = 0 --- Tracing command vnlru pid 45 tid 100044 td 0xffffff0001362a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e vnlru_proc() at vnlru_proc+0x696 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae697d30, rbp = 0 --- Tracing command bufdaemon pid 44 tid 100043 td 0xffffff0002e71000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e buf_daemon() at buf_daemon+0x208 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae692d30, rbp = 0 --- Tracing command pagezero pid 43 tid 100042 td 0xffffff0002e71370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e vm_pagezero() at vm_pagezero+0x73 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae68dd30, rbp = 0 --- Tracing command vmdaemon pid 42 tid 100041 td 0xffffff0002e716e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 vm_daemon() at vm_daemon+0x4d fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae688d30, rbp = 0 --- Tracing command pagedaemon pid 41 tid 100040 td 0xffffff0002e71a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e vm_pageout() at vm_pageout+0xaed fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae683d30, rbp = 0 --- Tracing command sctp_iterator pid 40 tid 100039 td 0xffffff0002e73000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 sctp_iterator_thread() at sctp_iterator_thread+0x54 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae67ed30, rbp = 0 --- Tracing command irq1: atkbd0 pid 39 tid 100038 td 0xffffff0002e73370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae656d30, rbp = 0 --- Tracing command swi0: sio pid 38 tid 100037 td 0xffffff0002e736e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae651d30, rbp = 0 --- Tracing command irq257: bge1 pid 37 tid 100036 td 0xffffff0002e73a50 fork_trampoline() at fork_trampoline Tracing command irq256: bge0 pid 36 tid 100035 td 0xffffff0002e74000 kdb_enter_why() at kdb_enter_why+0x3d siointr1() at siointr1+0x238 siointr() at siointr+0x2e intr_execute_handlers() at intr_execute_handlers+0x92 Xapic_isr1() at Xapic_isr1+0x7f --- interrupt, rip = 0xffffffff804b03ed, rsp = 0xffffffffae62b800, rbp = 0xffffffffae62b840 --- _mtx_lock_sleep() at _mtx_lock_sleep+0x12d _mtx_lock_flags() at _mtx_lock_flags+0x111 svc_vc_soupcall() at svc_vc_soupcall+0x22 sowakeup() at sowakeup+0xf8 tcp_do_segment() at tcp_do_segment+0x1e08 tcp_input() at tcp_input+0xa00 ip_input() at ip_input+0xc0 ether_demux() at ether_demux+0x1ed ether_input() at ether_input+0x19d bge_intr() at bge_intr+0x49f ithread_loop() at ithread_loop+0xe0 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae62bd30, rbp = 0 --- Tracing command irq24: arcmsr0 pid 35 tid 100034 td 0xffffff00012596e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae60ad30, rbp = 0 --- Tracing command irq16: fxp0 pid 34 tid 100033 td 0xffffff0001259a50 fork_trampoline() at fork_trampoline Tracing command usb2 pid 33 tid 100032 td 0xffffff0001360000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e usb_event_thread() at usb_event_thread+0xab fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5c7d30, rbp = 0 --- Tracing command usb1 pid 32 tid 100031 td 0xffffff0001360370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e usb_event_thread() at usb_event_thread+0xab fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5afd30, rbp = 0 --- Tracing command usbtask-dr pid 31 tid 100030 td 0xffffff00013606e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 usb_task_thread() at usb_task_thread+0x94 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5a6d30, rbp = 0 --- Tracing command usbtask-hc pid 30 tid 100029 td 0xffffff0001360a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 usb_task_thread() at usb_task_thread+0x94 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5a1d30, rbp = 0 --- Tracing command usb0 pid 29 tid 100028 td 0xffffff0001362000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e usb_event_thread() at usb_event_thread+0xab fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae59cd30, rbp = 0 --- Tracing command irq10: ohci0 ohci+ pid 28 tid 100027 td 0xffffff0001362370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac5f5d30, rbp = 0 --- Tracing command irq15: ata1 pid 27 tid 100026 td 0xffffff00013626e0 fork_trampoline() at fork_trampoline Tracing command irq14: ata0 pid 26 tid 100025 td 0xffffff000111e6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac5d7d30, rbp = 0 --- Tracing command irq11: atapci0+ pid 25 tid 100024 td 0xffffff000111ea50 fork_trampoline() at fork_trampoline Tracing command irq9: acpi0 pid 24 tid 100023 td 0xffffff0001258000 fork_trampoline() at fork_trampoline Tracing command thread taskq pid 23 tid 100022 td 0xffffff0001258370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac567d30, rbp = 0 --- Tracing command swi5: + pid 22 tid 100021 td 0xffffff00012586e0 fork_trampoline() at fork_trampoline Tracing command kqueue taskq pid 9 tid 100020 td 0xffffff0001258a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac55dd30, rbp = 0 --- Tracing command acpi_task_2 pid 8 tid 100019 td 0xffffff0001259000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac558d30, rbp = 0 --- Tracing command acpi_task_1 pid 7 tid 100018 td 0xffffff0001259370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac553d30, rbp = 0 --- Tracing command acpi_task_0 pid 6 tid 100017 td 0xffffff000110ca50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac54ed30, rbp = 0 --- Tracing command swi2: cambio pid 21 tid 100016 td 0xffffff000111d000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac549d30, rbp = 0 --- Tracing command xpt_thrd pid 5 tid 100015 td 0xffffff000111d370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 xpt_scanner_thread() at xpt_scanner_thread+0x3a fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac544d30, rbp = 0 --- Tracing command swi6: task queue pid 20 tid 100014 td 0xffffff000111d6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac53fd30, rbp = 0 --- Tracing command swi6: Giant taskq pid 19 tid 100013 td 0xffffff000111da50 fork_trampoline() at fork_trampoline Tracing command yarrow pid 18 tid 100012 td 0xffffff000111e000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e random_kthread() at random_kthread+0x1ad fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac535d30, rbp = 0 --- Tracing command g_down pid 4 tid 100011 td 0xffffff000111e370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e g_io_schedule_down() at g_io_schedule_down+0x250 g_down_procbody() at g_down_procbody+0x6f fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac52cd30, rbp = 0 --- Tracing command g_up pid 3 tid 100010 td 0xffffff0001101370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e g_io_schedule_up() at g_io_schedule_up+0x154 g_up_procbody() at g_up_procbody+0x6f fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac527d30, rbp = 0 --- Tracing command g_event pid 2 tid 100009 td 0xffffff00011016e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e g_event_procbody() at g_event_procbody+0xa1 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac522d30, rbp = 0 --- Tracing command swi3: vm pid 17 tid 100008 td 0xffffff0001101a50 fork_trampoline() at fork_trampoline Tracing command swi4: clock sio pid 16 tid 100007 td 0xffffff000110c000 cpustop_handler() at cpustop_handler+0x40 ipi_nmi_handler() at ipi_nmi_handler+0x30 trap() at trap+0x378 nmi_calltrap() at nmi_calltrap+0x8 --- trap 0x13, rip = 0xffffffff804bbe97, rsp = 0xffffffffaba35ff0, rbp = 0xffffffffac518ae0 --- _rw_wlock_hard() at _rw_wlock_hard+0x167 _rw_wlock() at _rw_wlock+0xc0 tcp_timer_delack() at tcp_timer_delack+0x58 softclock() at softclock+0x299 ithread_loop() at ithread_loop+0xe0 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac518d30, rbp = 0 --- Tracing command swi1: net pid 15 tid 100006 td 0xffffff000110c370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac513d30, rbp = 0 --- Tracing command idle: cpu0 pid 14 tid 100005 td 0xffffff000110c6e0 cpustop_handler() at cpustop_handler+0x40 ipi_nmi_handler() at ipi_nmi_handler+0x30 trap() at trap+0x378 nmi_calltrap() at nmi_calltrap+0x8 --- trap 0x13, rip = 0xffffffff807685f6, rsp = 0xffffffff80be4070, rbp = 0xffffffffac50bba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac50bd30, rbp = 0 --- Tracing command idle: cpu1 pid 13 tid 100004 td 0xffffff0001100000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ipi_bitmap_handler() at ipi_bitmap_handler+0x8a Xipi_intr_bitmap_handler() at Xipi_intr_bitmap_handler+0x76 --- interrupt, rip = 0xffffffff807685f6, rsp = 0xffffffffac506b90, rbp = 0xffffffffac506ba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac506d30, rbp = 0 --- Tracing command idle: cpu2 pid 12 tid 100003 td 0xffffff0001100370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 critical_exit() at critical_exit+0x91 intr_execute_handlers() at intr_execute_handlers+0xe9 Xapic_isr1() at Xapic_isr1+0x7f --- interrupt, rip = 0xffffffff807685f6, rsp = 0xffffffffac501b90, rbp = 0xffffffffac501ba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac501d30, rbp = 0 --- Tracing command idle: cpu3 pid 11 tid 100002 td 0xffffff00011006e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ipi_bitmap_handler() at ipi_bitmap_handler+0x8a Xipi_intr_bitmap_handler() at Xipi_intr_bitmap_handler+0x76 --- interrupt, rip = 0xffffffff807685f6, rsp = 0xffffffffac4fcb90, rbp = 0xffffffffac4fcba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac4fcd30, rbp = 0 --- Tracing command init pid 1 tid 100001 td 0xffffff0001100a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_wait() at kern_wait+0x3cc wait4() at wait4+0x35 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (7, FreeBSD ELF64, wait4), rip = 0x40bf4c, rsp = 0x7fffffffe8d8, rbp = 0x7fffffffed60 --- Tracing command audit pid 10 tid 100000 td 0xffffff0001101000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _cv_wait() at _cv_wait+0x15e audit_worker() at audit_worker+0x77 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac4f2d30, rbp = 0 --- Tracing command swapper pid 0 tid 0 td 0xffffffff80ad8840 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e scheduler() at scheduler+0x2cd mi_startup() at mi_startup+0x59 btext() at btext+0x2c db> db>reboot cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 2 Stopped at kdb_enter_why+0x3d: movq $0,0x608808(%rip) db> ps pid ppid pgrp uid state wmesg wchan cmd 895 1 895 0 Ss+ ttyin 0xffffff0002f07c10 getty 894 1 894 0 Ss+ ttyin 0xffffff0002f29810 getty 893 1 893 0 Ss+ ttyin 0xffffff0002f29c10 getty 892 1 892 0 Ss+ ttyin 0xffffff0002f2a010 getty 891 1 891 0 Ss+ ttyin 0xffffff0002f2b410 getty 890 1 890 0 Ss+ ttyin 0xffffff0002f1d810 getty 889 1 889 0 Ss+ ttyin 0xffffff0002f2c010 getty 888 1 888 0 Ss+ ttyin 0xffffff0002f2bc10 getty 887 1 887 0 Ss+ ttyin 0xffffff0002f1c810 getty 844 1 844 0 Ss nanslp 0xffffffff80ade5e8 cron 838 1 838 25 Ss pause 0xffffff0002f725c8 sendmail 832 1 832 0 Ss select 0xffffffff80bc59e0 sendmail 826 1 826 0 Ss select 0xffffffff80bc59e0 sshd 811 810 810 123 S select 0xffffffff80bc59e0 ntpd 810 1 810 0 Ss select 0xffffffff80bc59e0 ntpd 746 1 746 0 Rs CPU 0 rpc.lockd 733 732 732 0 S kqread 0xffffff0003570400 rpc.statd 732 1 732 0 Ss select 0xffffffff80bc59e0 rpc.statd 720 711 711 0 S - 0xffffff000312a000 nfsd 718 711 711 0 S - 0xffffff000339d600 nfsd 717 711 711 0 S - 0xffffff0003301000 nfsd 716 711 711 0 S - 0xffffff0002fbc800 nfsd 715 711 711 0 S - 0xffffff00032ff400 nfsd 714 711 711 0 S - 0xffffff00030e2200 nfsd 713 711 711 0 S - 0xffffff00032ffc00 nfsd 712 711 711 0 S - 0xffffff00030d2c00 nfsd 711 1 711 0 Ss select 0xffffffff80bc59e0 nfsd 709 1 709 0 Ss select 0xffffffff80bc59e0 mountd 688 1 688 0 Ss select 0xffffffff80bc59e0 rpcbind 613 1 613 0 Ss select 0xffffffff80bc59e0 syslogd 558 1 558 0 Ss select 0xffffffff80bc59e0 devd 47 0 0 0 SL sdflush 0xffffffff80bd7418 [softdepflush] 46 0 0 0 SL syncer 0xffffffff80ade1c0 [syncer] 45 0 0 0 SL vlruwt 0xffffff0002f734d8 [vnlru] 44 0 0 0 SL psleep 0xffffffff80bc63dc [bufdaemon] 43 0 0 0 SL pgzero 0xffffffff80bd9264 [pagezero] 42 0 0 0 SL psleep 0xffffffff80bd8548 [vmdaemon] 41 0 0 0 SL psleep 0xffffffff80bd850c [pagedaemon] 40 0 0 0 SL waiting_ 0xffffffff80bca268 [sctp_iterator] 39 0 0 0 WL [irq1: atkbd0] 38 0 0 0 WL [swi0: sio] 37 0 0 0 WL [irq257: bge1] 36 0 0 0 RL CPU 2 [irq256: bge0] 35 0 0 0 WL [irq24: arcmsr0] 34 0 0 0 WL [irq16: fxp0] 33 0 0 0 SL usbevt 0xffffff00012d1420 [usb2] 32 0 0 0 SL usbevt 0xffffffff8103a420 [usb1] 31 0 0 0 SL usbtsk 0xffffffff80ad76e8 [usbtask-dr] 30 0 0 0 SL usbtsk 0xffffffff80ad76c0 [usbtask-hc] 29 0 0 0 SL usbevt 0xffffffff81038420 [usb0] 28 0 0 0 WL [irq10: ohci0 ohci+] 27 0 0 0 WL [irq15: ata1] 26 0 0 0 WL [irq14: ata0] 25 0 0 0 WL [irq11: atapci0+] 24 0 0 0 WL [irq9: acpi0] 23 0 0 0 SL - 0xffffff000116fd00 [thread taskq] 22 0 0 0 WL [swi5: +] 9 0 0 0 SL - 0xffffff0001251200 [kqueue taskq] 8 0 0 0 SL - 0xffffff0001251300 [acpi_task_2] 7 0 0 0 SL - 0xffffff0001251300 [acpi_task_1] 6 0 0 0 SL - 0xffffff0001251300 [acpi_task_0] 21 0 0 0 WL [swi2: cambio] 5 0 0 0 SL ccb_scan 0xffffffff80aa5260 [xpt_thrd] 20 0 0 0 WL [swi6: task queue] 19 0 0 0 WL [swi6: Giant taskq] 18 0 0 0 SL - 0xffffffff80ade1c8 [yarrow] 4 0 0 0 SL - 0xffffffff80ad8268 [g_down] 3 0 0 0 SL - 0xffffffff80ad8260 [g_up] 2 0 0 0 SL - 0xffffffff80ad8250 [g_event] 17 0 0 0 WL [swi3: vm] 16 0 0 0 RL CPU 1 [swi4: clock sio] 15 0 0 0 WL [swi1: net] 14 0 0 0 RL [idle: cpu0] 13 0 0 0 RL [idle: cpu1] 12 0 0 0 RL [idle: cpu2] 11 0 0 0 RL CPU 3 [idle: cpu3] 1 0 1 0 SLs wait 0xffffff00010fd9b0 [init] 10 0 0 0 SL audit_wo 0xffffffff80bd67d0 [audit] 0 0 0 0 SLs sched 0xffffffff80ad8360 [swapper] db> show pcpu cpuid = 2 curthread = 0xffffff0002e74000: pid 36 "irq256: bge0" curpcb = 0xffffffffae62bd40 fpcurthread = none idlethread = 0xffffff0001100370: pid 12 "idle: cpu2" spin locks held: exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 db> show allpcpu Current CPU: 2 cpuid = 0 curthread = 0xffffff0003300000: pid 746 "rpc.lockd" curpcb = 0xffffffffb0ac1d40 fpcurthread = none idlethread = 0xffffff000110c6e0: pid 14 "idle: cpu0" spin locks held: cpuid = 1 curthread = 0xffffff000110c000: pid 16 "swi4: clock sio" curpcb = 0xffffffffac518d40 fpcurthread = none idlethread = 0xffffff0001100000: pid 13 "idle: cpu1" spin locks held: cpuid = 2 curthread = 0xffffff0002e74000: pid 36 "irq256: bge0" curpcb = 0xffffffffae62bd40 fpcurthread = none idlethread = 0xffffff0001100370: pid 12 "idle: cpu2" spin locks held: exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 cpuid = 3 curthread = 0xffffff00011006e0: pid 11 "idle: cpu3" curpcb = 0xffffffffac4fcd40 fpcurthread = none idlethread = 0xffffff00011006e0: pid 11 "idle: cpu3" spin locks held: db> show locks exclusive rw tcpinp r = 0 (0xffffff0003422cc0) locked @ /usr/src/sys/netinet/tcp_input.c:480 exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 db> show alllocks Process 746 (rpc.lockd) thread 0xffffff0003300000 (100103) exclusive sx so_rcv_sx r = 0 (0xffffff000337c130) locked @ /usr/src/sys/kern/uipc_sockbuf.c:150 exclusive sleep mutex xprt->xp_lock r = 0 (0xffffff0003bc6400) locked @ /usr/src/sys/rpc/svc_vc.c:614 Process 36 (irq256: bge0) thread 0xffffff0002e74000 (100035) exclusive rw tcpinp r = 0 (0xffffff0003422cc0) locked @ /usr/src/sys/netinet/tcp_input.c:480 exclusive spin mutex sio r = 0 (0xffffffff80bf9380) locked @ /usr/src/sys/dev/sio/sio.c:1391 Process 16 (swi4: clock sio) thread 0xffffff000110c000 (100007) shared rw tcp r = 0 (0xffffffff80bcab08) locked @ /usr/src/sys/netinet/tcp_timer.c:155 db> show lockedvnods Locked vnodes db> alltrace Tracing command getty pid 895 tid 100139 td 0xffffff00034ce6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 894 tid 100138 td 0xffffff00034cea50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 893 tid 100136 td 0xffffff0003536370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 892 tid 100135 td 0xffffff00031ba6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 891 tid 100132 td 0xffffff000342f370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 890 tid 100057 td 0xffffff0003020a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 889 tid 100130 td 0xffffff000342fa50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 888 tid 100120 td 0xffffff000343e370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command getty pid 887 tid 100127 td 0xffffff000344b6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 ttysleep() at ttysleep+0x25 ttread() at ttread+0x303 giant_read() at giant_read+0x65 devfs_read_f() at devfs_read_f+0x81 dofileread() at dofileread+0xa1 kern_readv() at kern_readv+0x4c read() at read+0x54 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (3, FreeBSD ELF64, read), rip = 0x800829b5c, rsp = 0x7fffffffed88, rbp = 0 --- Tracing command cron pid 844 tid 100093 td 0xffffff00031e36e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _sleep() at _sleep+0x24c kern_nanosleep() at kern_nanosleep+0x118 nanosleep() at nanosleep+0x6e syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x8009188ac, rsp = 0x7fffffffec18, rbp = 0x3c --- Tracing command sendmail pid 838 tid 100049 td 0xffffff0002fa5370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_sigsuspend() at kern_sigsuspend+0xca sigsuspend() at sigsuspend+0x34 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x800d1419c, rsp = 0x7fffffffda38, rbp = 0x1 --- Tracing command sendmail pid 832 tid 100131 td 0xffffff000342f6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e kern_select() at kern_select+0x7f0 select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800da5adc, rsp = 0x7fffffffcf48, rbp = 0x7fffffffd7e0 --- Tracing command sshd pid 826 tid 100053 td 0xffffff00030236e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x801397adc, rsp = 0x7fffffffe5c8, rbp = 0 --- Tracing command ntpd pid 811 tid 100102 td 0xffffff0003300370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e poll() at poll+0x1bf syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (209, FreeBSD ELF64, poll), rip = 0x8006c063c, rsp = 0x7fffffffec38, rbp = 0 --- Tracing command ntpd pid 810 tid 100126 td 0xffffff000344ba50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f poll() at poll+0x567 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (209, FreeBSD ELF64, poll), rip = 0x8006c063c, rsp = 0x7fffffffed38, rbp = 0x32b --- Tracing command rpc.lockd pid 746 tid 100103 td 0xffffff0003300000 cpustop_handler() at cpustop_handler+0x40 ipi_nmi_handler() at ipi_nmi_handler+0x30 trap() at trap+0x378 nmi_calltrap() at nmi_calltrap+0x8 --- trap 0x13, rip = 0xffffffff804bbe97, rsp = 0xffffffff80be4070, rbp = 0xffffffffb0ac1370 --- _rw_wlock_hard() at _rw_wlock_hard+0x167 _rw_wlock() at _rw_wlock+0xc0 tcp_usr_rcvd() at tcp_usr_rcvd+0x3e soreceive_generic() at soreceive_generic+0x498 svc_vc_recv() at svc_vc_recv+0x169 svc_run() at svc_run+0x146 nlm_syscall() at nlm_syscall+0x79c syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (154, FreeBSD ELF64, nlm_syscall), rip = 0x8008a8d7c, rsp = 0x7fffffffed08, rbp = 0x7fffffffee20 --- Tracing command rpc.statd pid 733 tid 100122 td 0xffffff000343da50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _sleep() at _sleep+0x24c kern_kevent() at kern_kevent+0x324 kevent() at kevent+0x90 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (363, FreeBSD ELF64, kevent), rip = 0x800806a2c, rsp = 0x7fffffffe478, rbp = 0x800a8a000 --- Tracing command rpc.statd pid 732 tid 100100 td 0xffffff00030c7a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e kern_select() at kern_select+0x7f0 select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800821adc, rsp = 0x7fffffffebe8, rbp = 0x800960740 --- Tracing command nfsd pid 720 tid 100115 td 0xffffff00030be6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x7 --- Tracing command nfsd pid 718 tid 100114 td 0xffffff00030bea50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x6 --- Tracing command nfsd pid 717 tid 100113 td 0xffffff00030c7000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x5 --- Tracing command nfsd pid 716 tid 100112 td 0xffffff00030c7370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x4 --- Tracing command nfsd pid 715 tid 100111 td 0xffffff00030c76e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x3 --- Tracing command nfsd pid 714 tid 100058 td 0xffffff00030206e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x2 --- Tracing command nfsd pid 713 tid 100099 td 0xffffff00031e3000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0x1 --- Tracing command nfsd pid 712 tid 100054 td 0xffffff0002fa5000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 nfssvc() at nfssvc+0x2de syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (155, FreeBSD ELF64, nfssvc), rip = 0x800687d5c, rsp = 0x7fffffffea28, rbp = 0 --- Tracing command nfsd pid 711 tid 100048 td 0xffffff00030246e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x800718adc, rsp = 0x7fffffffea38, rbp = 0x5 --- Tracing command mountd pid 709 tid 100083 td 0xffffff0002e74a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x80082dadc, rsp = 0x7fffffffed28, rbp = 0x7fffffffee20 --- Tracing command rpcbind pid 688 tid 100098 td 0xffffff00031e3370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19 _cv_timedwait_sig() at _cv_timedwait_sig+0x16e poll() at poll+0x1bf syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (209, FreeBSD ELF64, poll), rip = 0x8008e4e7c, rsp = 0x7fffffffcb98, rbp = 0x800b0c080 --- Tracing command syslogd pid 613 tid 100087 td 0xffffff00031ba370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x80082cadc, rsp = 0x7fffffffddd8, rbp = 0x8 --- Tracing command devd pid 558 tid 100082 td 0xffffff0002fa4000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _cv_wait_sig() at _cv_wait_sig+0x15f kern_select() at kern_select+0x81c select() at select+0x56 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (93, FreeBSD ELF64, select), rip = 0x43fd0c, rsp = 0x7fffffffe918, rbp = 0x7fffffffed40 --- Tracing command softdepflush pid 47 tid 100046 td 0xffffff0002fa56e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e softdep_flush() at softdep_flush+0x2d7 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae6a1d30, rbp = 0 --- Tracing command syncer pid 46 tid 100045 td 0xffffff0002fa5a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 sched_sync() at sched_sync+0x61a fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae69cd30, rbp = 0 --- Tracing command vnlru pid 45 tid 100044 td 0xffffff0001362a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e vnlru_proc() at vnlru_proc+0x696 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae697d30, rbp = 0 --- Tracing command bufdaemon pid 44 tid 100043 td 0xffffff0002e71000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e buf_daemon() at buf_daemon+0x208 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae692d30, rbp = 0 --- Tracing command pagezero pid 43 tid 100042 td 0xffffff0002e71370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e vm_pagezero() at vm_pagezero+0x73 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae68dd30, rbp = 0 --- Tracing command vmdaemon pid 42 tid 100041 td 0xffffff0002e716e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 vm_daemon() at vm_daemon+0x4d fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae688d30, rbp = 0 --- Tracing command pagedaemon pid 41 tid 100040 td 0xffffff0002e71a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e vm_pageout() at vm_pageout+0xaed fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae683d30, rbp = 0 --- Tracing command sctp_iterator pid 40 tid 100039 td 0xffffff0002e73000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 sctp_iterator_thread() at sctp_iterator_thread+0x54 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae67ed30, rbp = 0 --- Tracing command irq1: atkbd0 pid 39 tid 100038 td 0xffffff0002e73370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae656d30, rbp = 0 --- Tracing command swi0: sio pid 38 tid 100037 td 0xffffff0002e736e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae651d30, rbp = 0 --- Tracing command irq257: bge1 pid 37 tid 100036 td 0xffffff0002e73a50 fork_trampoline() at fork_trampoline Tracing command irq256: bge0 pid 36 tid 100035 td 0xffffff0002e74000 kdb_enter_why() at kdb_enter_why+0x3d siointr1() at siointr1+0x238 siointr() at siointr+0x2e intr_execute_handlers() at intr_execute_handlers+0x92 Xapic_isr1() at Xapic_isr1+0x7f --- interrupt, rip = 0xffffffff804b03e9, rsp = 0xffffffffae62b800, rbp = 0xffffffffae62b840 --- _mtx_lock_sleep() at _mtx_lock_sleep+0x129 _mtx_lock_flags() at _mtx_lock_flags+0x111 svc_vc_soupcall() at svc_vc_soupcall+0x22 sowakeup() at sowakeup+0xf8 tcp_do_segment() at tcp_do_segment+0x1e08 tcp_input() at tcp_input+0xa00 ip_input() at ip_input+0xc0 ether_demux() at ether_demux+0x1ed ether_input() at ether_input+0x19d bge_intr() at bge_intr+0x49f ithread_loop() at ithread_loop+0xe0 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae62bd30, rbp = 0 --- Tracing command irq24: arcmsr0 pid 35 tid 100034 td 0xffffff00012596e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae60ad30, rbp = 0 --- Tracing command irq16: fxp0 pid 34 tid 100033 td 0xffffff0001259a50 fork_trampoline() at fork_trampoline Tracing command usb2 pid 33 tid 100032 td 0xffffff0001360000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e usb_event_thread() at usb_event_thread+0xab fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5c7d30, rbp = 0 --- Tracing command usb1 pid 32 tid 100031 td 0xffffff0001360370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e usb_event_thread() at usb_event_thread+0xab fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5afd30, rbp = 0 --- Tracing command usbtask-dr pid 31 tid 100030 td 0xffffff00013606e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 usb_task_thread() at usb_task_thread+0x94 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5a6d30, rbp = 0 --- Tracing command usbtask-hc pid 30 tid 100029 td 0xffffff0001360a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 usb_task_thread() at usb_task_thread+0x94 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae5a1d30, rbp = 0 --- Tracing command usb0 pid 29 tid 100028 td 0xffffff0001362000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e usb_event_thread() at usb_event_thread+0xab fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffae59cd30, rbp = 0 --- Tracing command irq10: ohci0 ohci+ pid 28 tid 100027 td 0xffffff0001362370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac5f5d30, rbp = 0 --- Tracing command irq15: ata1 pid 27 tid 100026 td 0xffffff00013626e0 fork_trampoline() at fork_trampoline Tracing command irq14: ata0 pid 26 tid 100025 td 0xffffff000111e6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac5d7d30, rbp = 0 --- Tracing command irq11: atapci0+ pid 25 tid 100024 td 0xffffff000111ea50 fork_trampoline() at fork_trampoline Tracing command irq9: acpi0 pid 24 tid 100023 td 0xffffff0001258000 fork_trampoline() at fork_trampoline Tracing command thread taskq pid 23 tid 100022 td 0xffffff0001258370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac567d30, rbp = 0 --- Tracing command swi5: + pid 22 tid 100021 td 0xffffff00012586e0 fork_trampoline() at fork_trampoline Tracing command kqueue taskq pid 9 tid 100020 td 0xffffff0001258a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac55dd30, rbp = 0 --- Tracing command acpi_task_2 pid 8 tid 100019 td 0xffffff0001259000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac558d30, rbp = 0 --- Tracing command acpi_task_1 pid 7 tid 100018 td 0xffffff0001259370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac553d30, rbp = 0 --- Tracing command acpi_task_0 pid 6 tid 100017 td 0xffffff000110ca50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 taskqueue_thread_loop() at taskqueue_thread_loop+0x7e fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac54ed30, rbp = 0 --- Tracing command swi2: cambio pid 21 tid 100016 td 0xffffff000111d000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac549d30, rbp = 0 --- Tracing command xpt_thrd pid 5 tid 100015 td 0xffffff000111d370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _sleep() at _sleep+0x351 xpt_scanner_thread() at xpt_scanner_thread+0x3a fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac544d30, rbp = 0 --- Tracing command swi6: task queue pid 20 tid 100014 td 0xffffff000111d6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac53fd30, rbp = 0 --- Tracing command swi6: Giant taskq pid 19 tid 100013 td 0xffffff000111da50 fork_trampoline() at fork_trampoline Tracing command yarrow pid 18 tid 100012 td 0xffffff000111e000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e random_kthread() at random_kthread+0x1ad fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac535d30, rbp = 0 --- Tracing command g_down pid 4 tid 100011 td 0xffffff000111e370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e g_io_schedule_down() at g_io_schedule_down+0x250 g_down_procbody() at g_down_procbody+0x6f fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac52cd30, rbp = 0 --- Tracing command g_up pid 3 tid 100010 td 0xffffff0001101370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e g_io_schedule_up() at g_io_schedule_up+0x154 g_up_procbody() at g_up_procbody+0x6f fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac527d30, rbp = 0 --- Tracing command g_event pid 2 tid 100009 td 0xffffff00011016e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e g_event_procbody() at g_event_procbody+0xa1 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac522d30, rbp = 0 --- Tracing command swi3: vm pid 17 tid 100008 td 0xffffff0001101a50 fork_trampoline() at fork_trampoline Tracing command swi4: clock sio pid 16 tid 100007 td 0xffffff000110c000 cpustop_handler() at cpustop_handler+0x40 ipi_nmi_handler() at ipi_nmi_handler+0x30 trap() at trap+0x378 nmi_calltrap() at nmi_calltrap+0x8 --- trap 0x13, rip = 0xffffffff804bbe9b, rsp = 0xffffffffaba35ff0, rbp = 0xffffffffac518ae0 --- _rw_wlock_hard() at _rw_wlock_hard+0x16b _rw_wlock() at _rw_wlock+0xc0 tcp_timer_delack() at tcp_timer_delack+0x58 softclock() at softclock+0x299 ithread_loop() at ithread_loop+0xe0 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac518d30, rbp = 0 --- Tracing command swi1: net pid 15 tid 100006 td 0xffffff000110c370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ithread_loop() at ithread_loop+0x3c5 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac513d30, rbp = 0 --- Tracing command idle: cpu0 pid 14 tid 100005 td 0xffffff000110c6e0 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ipi_bitmap_handler() at ipi_bitmap_handler+0x8a Xipi_intr_bitmap_handler() at Xipi_intr_bitmap_handler+0x76 --- interrupt, rip = 0xffffffff807685f6, rsp = 0xffffffffac50bb90, rbp = 0xffffffffac50bba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac50bd30, rbp = 0 --- Tracing command idle: cpu1 pid 13 tid 100004 td 0xffffff0001100000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ipi_bitmap_handler() at ipi_bitmap_handler+0x8a Xipi_intr_bitmap_handler() at Xipi_intr_bitmap_handler+0x76 --- interrupt, rip = 0xffffffff807685f6, rsp = 0xffffffffac506b90, rbp = 0xffffffffac506ba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac506d30, rbp = 0 --- Tracing command idle: cpu2 pid 12 tid 100003 td 0xffffff0001100370 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 ipi_bitmap_handler() at ipi_bitmap_handler+0x8a Xipi_intr_bitmap_handler() at Xipi_intr_bitmap_handler+0x76 --- interrupt, rip = 0xffffffff807685f6, rsp = 0xffffffffac501b90, rbp = 0xffffffffac501ba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac501d30, rbp = 0 --- Tracing command idle: cpu3 pid 11 tid 100002 td 0xffffff00011006e0 cpustop_handler() at cpustop_handler+0x40 ipi_nmi_handler() at ipi_nmi_handler+0x30 trap() at trap+0x378 nmi_calltrap() at nmi_calltrap+0x8 --- trap 0x13, rip = 0xffffffff807685f6, rsp = 0xffffffffaba3fff0, rbp = 0xffffffffac4fcba0 --- acpi_cpu_c1() at acpi_cpu_c1+0x6 acpi_cpu_idle() at acpi_cpu_idle+0x1a4 sched_idletd() at sched_idletd+0x57 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac4fcd30, rbp = 0 --- Tracing command init pid 1 tid 100001 td 0xffffff0001100a50 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_catch_signals() at sleepq_catch_signals+0x2ab sleepq_wait_sig() at sleepq_wait_sig+0x16 _sleep() at _sleep+0x309 kern_wait() at kern_wait+0x3cc wait4() at wait4+0x35 syscall() at syscall+0x1f9 Xfast_syscall() at Xfast_syscall+0xab --- syscall (7, FreeBSD ELF64, wait4), rip = 0x40bf4c, rsp = 0x7fffffffe8d8, rbp = 0x7fffffffed60 --- Tracing command audit pid 10 tid 100000 td 0xffffff0001101000 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_wait() at sleepq_wait+0x44 _cv_wait() at _cv_wait+0x15e audit_worker() at audit_worker+0x77 fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffac4f2d30, rbp = 0 --- Tracing command swapper pid 0 tid 0 td 0xffffffff80ad8840 sched_switch() at sched_switch+0x2a1 mi_switch() at mi_switch+0x233 sleepq_switch() at sleepq_switch+0xe4 sleepq_timedwait() at sleepq_timedwait+0x3c _sleep() at _sleep+0x33e scheduler() at scheduler+0x2cd mi_startup() at mi_startup+0x59 btext() at btext+0x2c db> >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 18:09:43 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1531D106564A for ; Fri, 16 Jan 2009 18:09:43 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id 918EE8FC13 for ; Fri, 16 Jan 2009 18:09:42 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by bwz13 with SMTP id 13so6024011bwz.19 for ; Fri, 16 Jan 2009 10:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7Y4jwhJYCA76Ah0Cm729kb517FWDQ11tlaTi75nkFX0=; b=Mp16x9Y0yGIi4c6hKzpQZIqGyHohYv4uT6t9FJHzPwpUJYGSyEtauBswWeqxkJKEUK AY+GVXjMxxooK1vVXqW/4CSiAgga5dzpEFcAIylseNrjHE+sXkG9SLPywqQovy4ZnXZK MMvp2Lv/0C2SjI0JPyRk/RnfDU/2HXq5Xmj1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UPFlzQWgss8SMWYn4jGe/PBF9WHFwhj0bTDD+5u5brGW9zRG7yLrKytWr+gWdvUWyn VMNnEXgHHAXqauf3EnhXkzljhHdwz26NgdRpYeRZVp0mQu1SVdq8r323zg+CdJuKE3TA E2lfpylYr9J6wCennR8uyWS532uZlP72e9uME= MIME-Version: 1.0 Received: by 10.181.205.9 with SMTP id h9mr918151bkq.196.1232129381156; Fri, 16 Jan 2009 10:09:41 -0800 (PST) In-Reply-To: <26f5325e0901160411v709bd47bo59772d7abb661119@mail.gmail.com> References: <26f5325e0901160411v709bd47bo59772d7abb661119@mail.gmail.com> Date: Fri, 16 Jan 2009 10:09:41 -0800 Message-ID: <7d6fde3d0901161009i49c7b522k5d697e6556dc2202@mail.gmail.com> From: Garrett Cooper To: =?GB2312?B?09rOsA==?= Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Cc: freebsd-bugs@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 18:09:43 -0000 On Fri, Jan 16, 2009 at 4:11 AM, =D3=DA=CE=B0 wrote: > i install firefox3 on my freebsd 6.2,but it can not run > when i type firefox3 in shell,it dispaly: > /libexec/ld-elf.so.1: /usr/local/lib/firefox3/libxul.so: Undefined > symbol "cairo_surface_get_reference_count" > > how can i do? > thks 1. Please ask support questions on questions@freebsd.org. 2. 6.2 is EOL'ed (try 6.4, or better, 7.1). 3. You're missing graphics/cairo (not sure why it wasn't pulled in automatically). Cheers, -Garrett From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 19:53:50 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BAAB1065670; Fri, 16 Jan 2009 19:53:50 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D73F8FC08; Fri, 16 Jan 2009 19:53:50 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GJro25020876; Fri, 16 Jan 2009 19:53:50 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GJroRP020872; Fri, 16 Jan 2009 19:53:50 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 19:53:50 GMT Message-Id: <200901161953.n0GJroRP020872@freefall.freebsd.org> To: sameeradishan59@yahoo.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: misc/130624: bios free donload X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 19:53:50 -0000 Synopsis: bios free donload State-Changed-From-To: open->closed State-Changed-By: gavin State-Changed-When: Fri Jan 16 19:52:07 UTC 2009 State-Changed-Why: Doesn't appear to be a problem report. To submitter: if you do have a problem, we'll need a load more details. Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 19:52:07 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=130624 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 19:58:18 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C042106564A; Fri, 16 Jan 2009 19:58:18 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E659D8FC1E; Fri, 16 Jan 2009 19:58:17 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GJwHKT021016; Fri, 16 Jan 2009 19:58:17 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GJwHui021012; Fri, 16 Jan 2009 19:58:17 GMT (envelope-from gavin) Date: Fri, 16 Jan 2009 19:58:17 GMT Message-Id: <200901161958.n0GJwHui021012@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/130628: NFS / rpc.lockd deadlock on 7.1-R X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 19:58:18 -0000 Synopsis: NFS / rpc.lockd deadlock on 7.1-R Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: gavin Responsible-Changed-When: Fri Jan 16 19:55:38 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). Looks like there should be pretty much all the info here necessary to figure this out. To submitter: are you using TCP or UDP NFS mounts? http://www.freebsd.org/cgi/query-pr.cgi?pr=130628 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 22:10:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09320106574E for ; Fri, 16 Jan 2009 22:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D06988FC1C for ; Fri, 16 Jan 2009 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GMA1iF018857 for ; Fri, 16 Jan 2009 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GMA18V018856; Fri, 16 Jan 2009 22:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 22:10:01 GMT Resent-Message-Id: <200901162210.n0GMA18V018856@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, Dimitry Andric Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DF01106566B for ; Fri, 16 Jan 2009 22:06:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 22B0B8FC12 for ; Fri, 16 Jan 2009 22:06:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GM6EDY088883 for ; Fri, 16 Jan 2009 22:06:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0GM6EDJ088882; Fri, 16 Jan 2009 22:06:14 GMT (envelope-from nobody) Message-Id: <200901162206.n0GM6EDJ088882@www.freebsd.org> Date: Fri, 16 Jan 2009 22:06:14 GMT From: Dimitry Andric To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/130632: gpart assert failure if used from FreeBSD Live CD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 22:10:02 -0000 >Number: 130632 >Category: bin >Synopsis: gpart assert failure if used from FreeBSD Live CD >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 22:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dimitry Andric >Release: FreeBSD 8.0-CURRENT i386 >Organization: n/a >Environment: System: FreeBSD vfbsd8.home.andric.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Jan 15 23:55:45 CET 2009 dim@vfbsd8.home.andric.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: If you run gpart(8) from a recent FreeBSD -CURRENT Live CD, it will crash with the following assertion failure: Assertion failed: (diff == regind * size), function arena_run_reg_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2536. Abort trap: 6 (core dumped) This is due to incorrect usage of strsep(3) in the function load_library() in /usr/src/sbin/geom/core/geom.c, and caused by the Live CD having set GEOM_LIBRARY_PATH to "/mnt2/lib/geom:/lib/geom". In load_library(), you see the following: totalpath = strdup(libpath); ... if (strchr(totalpath, ':') != NULL) curpath = strsep(&totalpath, ":"); ... free(totalpath); The problem here is that strsep(3) modifies totalpath, to point at the next token. If you then attempt to free it later, the behaviour is undefined. The newer malloc in -CURRENT apparently catches this. Note this ONLY occurs if GEOM_LIBRARY_PATH exists, contains more than one directory, and the geom .so files are found in the first directory. >How-To-Repeat: This is easily reproduced on -CURRENT, by running: $ GEOM_LIBRARY_PATH=/lib/geom:/foo /sbin/gpart Assertion failed: (diff == regind * size), function arena_run_reg_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2536. Abort trap: 6 (core dumped) >Fix: Here is a patch, following the strsep(3) manpage example. Index: sbin/geom/core/geom.c =================================================================== RCS file: /home/ncvs/src/sbin/geom/core/geom.c,v retrieving revision 1.36 diff -u -p -r1.36 geom.c --- sbin/geom/core/geom.c 4 Jun 2008 20:07:59 -0000 1.36 +++ sbin/geom/core/geom.c 16 Jan 2009 21:40:54 -0000 @@ -487,13 +487,13 @@ library_path(void) static void load_library(void) { - char *curpath, path[MAXPATHLEN], *totalpath; + char *curpath, path[MAXPATHLEN], *totalpath, *tofree; uint32_t *lib_version; void *dlh; int ret; ret = 0; - totalpath = strdup(library_path()); + tofree = totalpath = strdup(library_path()); if (totalpath == NULL) err(EXIT_FAILURE, "Not enough memory for library path"); @@ -519,7 +519,7 @@ load_library(void) } break; } - free(totalpath); + free(tofree); /* No library was found, but standard commands can still be used */ if (ret == -1) return; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 22:43:55 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 148BA106570B; Fri, 16 Jan 2009 22:43:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF37D8FC13; Fri, 16 Jan 2009 22:43:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GMhskQ049751; Fri, 16 Jan 2009 22:43:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GMhsrY049747; Fri, 16 Jan 2009 22:43:54 GMT (envelope-from linimon) Date: Fri, 16 Jan 2009 22:43:54 GMT Message-Id: <200901162243.n0GMhsrY049747@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-geom@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: bin/130632: [patch] gpart(8) assert failure if used from FreeBSD Live CD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 22:43:55 -0000 Old Synopsis: gpart assert failure if used from FreeBSD Live CD New Synopsis: [patch] gpart(8) assert failure if used from FreeBSD Live CD Responsible-Changed-From-To: freebsd-bugs->freebsd-geom Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 16 22:43:28 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=130632 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 16 22:45:56 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16CB1106564A; Fri, 16 Jan 2009 22:45:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1ADD8FC16; Fri, 16 Jan 2009 22:45:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GMjtEv049825; Fri, 16 Jan 2009 22:45:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GMjteM049821; Fri, 16 Jan 2009 22:45:55 GMT (envelope-from linimon) Date: Fri, 16 Jan 2009 22:45:55 GMT Message-Id: <200901162245.n0GMjteM049821@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: conf/130555: [rc.d] [patch] No good way to set ipfilter variables at boot time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 22:45:56 -0000 Old Synopsis: [patch] No good way to set ipfilter variables at boot time New Synopsis: [rc.d] [patch] No good way to set ipfilter variables at boot time Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 16 22:44:56 UTC 2009 Responsible-Changed-Why: Perhaps the folks on -net can evaluate this. http://www.freebsd.org/cgi/query-pr.cgi?pr=130555 From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 00:50:33 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C79106564A; Sat, 17 Jan 2009 00:50:33 +0000 (UTC) (envelope-from jason.dicioccio@ods.org) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 2F5678FC1B; Sat, 17 Jan 2009 00:50:31 +0000 (UTC) (envelope-from jason.dicioccio@ods.org) Received: by nf-out-0910.google.com with SMTP id h3so287317nfh.33 for ; Fri, 16 Jan 2009 16:50:31 -0800 (PST) Received: by 10.210.20.17 with SMTP id 17mr3960824ebt.37.1232153430858; Fri, 16 Jan 2009 16:50:30 -0800 (PST) Received: by 10.210.11.1 with HTTP; Fri, 16 Jan 2009 16:50:30 -0800 (PST) Message-ID: Date: Fri, 16 Jan 2009 16:50:30 -0800 From: "Jason DiCioccio" To: vwe@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812311353.mBVDraLJ042040@freefall.freebsd.org> Cc: freebsd-net@freebsd.org, freebsd-bugs@freebsd.org, bugs-followup@freebsd.org Subject: Re: kern/130059: [panic] Leaking 50k mbufs/hour X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 00:50:33 -0000 I narrowed this bug down to the following patch to djb's ucspi-tcp (adds ipv6 functionality): http://www.fefe.de/ucspi/ I don't think that userland processes should be able to wreak that much havoc on the network stack. Another thing of note is that even if I kill the processes causing the problem, the mbufs are never reclaimed. Seems like a permanent leak. When I got rid of the ipv6 patch, the mbufs stopped building up and everything has been fine.. Note that the ipv6 traffic for this process was fairly minimal. From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 04:20:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D3F41065674 for ; Sat, 17 Jan 2009 04:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 892EE8FC0C for ; Sat, 17 Jan 2009 04:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0H4K27j095628 for ; Sat, 17 Jan 2009 04:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0H4K26Z095627; Sat, 17 Jan 2009 04:20:02 GMT (envelope-from gnats) Date: Sat, 17 Jan 2009 04:20:02 GMT Message-Id: <200901170420.n0H4K26Z095627@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eygene Ryabinkin Cc: Subject: Re: bin/128582: [patch] activate readline(3) support in wpa_cli X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 04:20:02 -0000 The following reply was made to PR bin/128582; it has been noted by GNATS. From: Eygene Ryabinkin To: Sam Leffler Cc: bug-followup@freebsd.org Subject: Re: bin/128582: [patch] activate readline(3) support in wpa_cli Date: Sat, 17 Jan 2009 07:12:51 +0300 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sam, good day. Tue, Jan 06, 2009 at 10:36:08PM +0300, Eygene Ryabinkin wrote: > The fixes were integrated to the 0.6.x series and are in 0.6.7, > http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap-06.git;a=shortlog > > I had asked Jouni if he is going to backport the fixes to 0.5.x. Jouni said that he isn't going to integrate the full fixes. May be only small part will go to 5.x, may be nothing will be added. Said that, I have full patches for 5.x and if you want them, they are attached to this message. It is up to you to either integrate them somehow into the FreeBSD base or to close the PR without doing this. -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # --x+6KMIRAuhnl3hBn Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-WPA-CLI-tool-properly-clean-history-before-writing.patch" Content-Transfer-Encoding: quoted-printable =46rom 675f3cf08143fdc04ee23a550c9846d8a1cc89d1 Mon Sep 17 00:00:00 2001 =46rom: Eygene Ryabinkin Date: Sat, 8 Nov 2008 14:13:50 +0300 Subject: [PATCH] WPA CLI tool: properly clean history before writing it to = the disk First of all, the history had not been written to the disk, since almost all commands were cleaned up due to the error in the history cleaning: the return value of the last os_strncasecmp() call was not compared to zero, but was rather used as is. So the condition was almost always true and most commands were removed from the history. The second problem was that the evaluation of the potentially sensitive commands was started at the entry number 1, instead of very first entry. I had added flags to the every command description: just now the only meaningful flag tells that this command has sensitive arguments and it shouldn't be written to the disk. I rewrote the logics for the search for the sensitive commands: special procedure is now loops over all commands and tries to see if command has sensitive data. And I had rewritten the command checking loop to properly check all commands. Signed-off-by: Eygene Ryabinkin --- wpa_supplicant/wpa_cli.c | 175 ++++++++++++++++++++++++++++++++----------= ---- 1 files changed, 121 insertions(+), 54 deletions(-) diff --git a/wpa_supplicant/wpa_cli.c b/wpa_supplicant/wpa_cli.c index 46ec736..e6d4608 100644 --- a/wpa_supplicant/wpa_cli.c +++ b/wpa_supplicant/wpa_cli.c @@ -1041,59 +1041,130 @@ static int wpa_cli_cmd_interface_remove(struct wpa= _ctrl *ctrl, int argc, return wpa_ctrl_command(ctrl, cmd); } =20 +enum wpa_cli_cmd_flags { + cli_cmd_flag_none =3D 0x00, + cli_cmd_flag_sensitive =3D 0x01 +}; =20 struct wpa_cli_cmd { const char *cmd; int (*handler)(struct wpa_ctrl *ctrl, int argc, char *argv[]); + enum wpa_cli_cmd_flags flags; }; =20 static struct wpa_cli_cmd wpa_cli_commands[] =3D { - { "status", wpa_cli_cmd_status }, - { "ping", wpa_cli_cmd_ping }, - { "mib", wpa_cli_cmd_mib }, - { "help", wpa_cli_cmd_help }, - { "interface", wpa_cli_cmd_interface }, - { "level", wpa_cli_cmd_level }, - { "license", wpa_cli_cmd_license }, - { "quit", wpa_cli_cmd_quit }, - { "set", wpa_cli_cmd_set }, - { "logon", wpa_cli_cmd_logon }, - { "logoff", wpa_cli_cmd_logoff }, - { "pmksa", wpa_cli_cmd_pmksa }, - { "reassociate", wpa_cli_cmd_reassociate }, - { "preauthenticate", wpa_cli_cmd_preauthenticate }, - { "identity", wpa_cli_cmd_identity }, - { "password", wpa_cli_cmd_password }, - { "new_password", wpa_cli_cmd_new_password }, - { "pin", wpa_cli_cmd_pin }, - { "otp", wpa_cli_cmd_otp }, - { "passphrase", wpa_cli_cmd_passphrase }, - { "bssid", wpa_cli_cmd_bssid }, - { "list_networks", wpa_cli_cmd_list_networks }, - { "select_network", wpa_cli_cmd_select_network }, - { "enable_network", wpa_cli_cmd_enable_network }, - { "disable_network", wpa_cli_cmd_disable_network }, - { "add_network", wpa_cli_cmd_add_network }, - { "remove_network", wpa_cli_cmd_remove_network }, - { "set_network", wpa_cli_cmd_set_network }, - { "get_network", wpa_cli_cmd_get_network }, - { "save_config", wpa_cli_cmd_save_config }, - { "disconnect", wpa_cli_cmd_disconnect }, - { "reconnect", wpa_cli_cmd_reconnect }, - { "scan", wpa_cli_cmd_scan }, - { "scan_results", wpa_cli_cmd_scan_results }, - { "bss", wpa_cli_cmd_bss }, - { "get_capability", wpa_cli_cmd_get_capability }, - { "reconfigure", wpa_cli_cmd_reconfigure }, - { "terminate", wpa_cli_cmd_terminate }, - { "interface_add", wpa_cli_cmd_interface_add }, - { "interface_remove", wpa_cli_cmd_interface_remove }, - { "ap_scan", wpa_cli_cmd_ap_scan }, - { "stkstart", wpa_cli_cmd_stkstart }, - { "ft_ds", wpa_cli_cmd_ft_ds }, - { NULL, NULL } + { "status", wpa_cli_cmd_status, + cli_cmd_flag_none }, + { "ping", wpa_cli_cmd_ping, + cli_cmd_flag_none }, + { "mib", wpa_cli_cmd_mib, + cli_cmd_flag_none }, + { "help", wpa_cli_cmd_help, + cli_cmd_flag_none }, + { "interface", wpa_cli_cmd_interface, + cli_cmd_flag_none }, + { "level", wpa_cli_cmd_level, + cli_cmd_flag_none }, + { "license", wpa_cli_cmd_license, + cli_cmd_flag_none }, + { "quit", wpa_cli_cmd_quit, + cli_cmd_flag_none }, + { "set", wpa_cli_cmd_set, + cli_cmd_flag_none }, + { "logon", wpa_cli_cmd_logon, + cli_cmd_flag_none }, + { "logoff", wpa_cli_cmd_logoff, + cli_cmd_flag_none }, + { "pmksa", wpa_cli_cmd_pmksa, + cli_cmd_flag_none }, + { "reassociate", wpa_cli_cmd_reassociate, + cli_cmd_flag_none }, + { "preauthenticate", wpa_cli_cmd_preauthenticate, + cli_cmd_flag_none }, + { "identity", wpa_cli_cmd_identity, + cli_cmd_flag_none }, + { "password", wpa_cli_cmd_password, + cli_cmd_flag_sensitive }, + { "new_password", wpa_cli_cmd_new_password, + cli_cmd_flag_sensitive }, + { "pin", wpa_cli_cmd_pin, + cli_cmd_flag_sensitive }, + { "otp", wpa_cli_cmd_otp, + cli_cmd_flag_sensitive }, + { "passphrase", wpa_cli_cmd_passphrase, + cli_cmd_flag_sensitive }, + { "bssid", wpa_cli_cmd_bssid, + cli_cmd_flag_none }, + { "list_networks", wpa_cli_cmd_list_networks, + cli_cmd_flag_none }, + { "select_network", wpa_cli_cmd_select_network, + cli_cmd_flag_none }, + { "enable_network", wpa_cli_cmd_enable_network, + cli_cmd_flag_none }, + { "disable_network", wpa_cli_cmd_disable_network, + cli_cmd_flag_none }, + { "add_network", wpa_cli_cmd_add_network, + cli_cmd_flag_none }, + { "remove_network", wpa_cli_cmd_remove_network, + cli_cmd_flag_none }, + { "set_network", wpa_cli_cmd_set_network, + cli_cmd_flag_none }, + { "get_network", wpa_cli_cmd_get_network, + cli_cmd_flag_none }, + { "save_config", wpa_cli_cmd_save_config, + cli_cmd_flag_none }, + { "disconnect", wpa_cli_cmd_disconnect, + cli_cmd_flag_none }, + { "reconnect", wpa_cli_cmd_reconnect, + cli_cmd_flag_none }, + { "scan", wpa_cli_cmd_scan, + cli_cmd_flag_none }, + { "scan_results", wpa_cli_cmd_scan_results, + cli_cmd_flag_none }, + { "bss", wpa_cli_cmd_bss, + cli_cmd_flag_none }, + { "get_capability", wpa_cli_cmd_get_capability, + cli_cmd_flag_none }, + { "reconfigure", wpa_cli_cmd_reconfigure, + cli_cmd_flag_none }, + { "terminate", wpa_cli_cmd_terminate, + cli_cmd_flag_none }, + { "interface_add", wpa_cli_cmd_interface_add, + cli_cmd_flag_none }, + { "interface_remove", wpa_cli_cmd_interface_remove, + cli_cmd_flag_none }, + { "ap_scan", wpa_cli_cmd_ap_scan, + cli_cmd_flag_none }, + { "stkstart", wpa_cli_cmd_stkstart, + cli_cmd_flag_none }, + { "ft_ds", wpa_cli_cmd_ft_ds, + cli_cmd_flag_none }, + { NULL, NULL, + cli_cmd_flag_none } }; =20 +#ifdef CONFIG_READLINE /* Currently, only readline-related code uses this = */ +static int _cmd_has_sensitive_data(const char *cmd) +{ + const char *c, *delim; + int n; + size_t len; + + delim =3D strpbrk(cmd, " \t"); + if (delim) + len =3D delim - cmd; + else + len =3D os_strlen(cmd); + + for (n =3D 0; (c =3D wpa_cli_commands[n].cmd); n++) { + if (os_strncasecmp(cmd, c, len) =3D=3D 0 && len =3D=3D os_strlen(c)) + return (wpa_cli_commands[n].flags & + cli_cmd_flag_sensitive); + } + return 0; +} +#endif + =20 static int wpa_request(struct wpa_ctrl *ctrl, int argc, char *argv[]) { @@ -1430,24 +1501,20 @@ static void wpa_cli_interactive(void) * passwords. */ HIST_ENTRY *h; history_set_pos(0); - h =3D next_history(); - while (h) { + while ((h =3D current_history())) { char *p =3D h->line; while (*p =3D=3D ' ' || *p =3D=3D '\t') p++; - if (os_strncasecmp(p, "pa", 2) =3D=3D 0 || - os_strncasecmp(p, "o", 1) =3D=3D 0 || - os_strncasecmp(p, "n", 1)) { + if (_cmd_has_sensitive_data(p)) { h =3D remove_history(where_history()); if (h) { os_free(h->line); os_free(h->data); os_free(h); - } - h =3D current_history(); - } else { - h =3D next_history(); - } + } else + next_history(); + } else + next_history(); } write_history(hfile); os_free(hfile); --=20 1.6.0.3 --x+6KMIRAuhnl3hBn Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0002-WPA-CLI-tool-embed-command-usage-into-the-wpa_cli_c.patch" Content-Transfer-Encoding: quoted-printable =46rom c319af1e6dd24d09ef19e5e9f381db2fd61341c6 Mon Sep 17 00:00:00 2001 =46rom: Eygene Ryabinkin Date: Sat, 8 Nov 2008 18:52:30 +0300 Subject: [PATCH] WPA CLI tool: embed command usage into the wpa_cli_command= s array It is better to have command description around the command definitions: the chances for omitting usage, forgotting to change/delete them, etc are smaller then for the separate usage statement. Signed-off-by: Eygene Ryabinkin --- wpa_supplicant/wpa_cli.c | 235 +++++++++++++++++++++++++++---------------= ---- 1 files changed, 137 insertions(+), 98 deletions(-) diff --git a/wpa_supplicant/wpa_cli.c b/wpa_supplicant/wpa_cli.c index e6d4608..0830f7f 100644 --- a/wpa_supplicant/wpa_cli.c +++ b/wpa_supplicant/wpa_cli.c @@ -14,6 +14,8 @@ =20 #include "includes.h" =20 +#include + #ifdef CONFIG_CTRL_IFACE =20 #ifdef CONFIG_CTRL_IFACE_UNIX @@ -86,55 +88,6 @@ static const char *wpa_cli_full_license =3D "OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" "\n"; =20 -static const char *commands_help =3D -"commands:\n" -" status [verbose] =3D get current WPA/EAPOL/EAP status\n" -" mib =3D get MIB variables (dot1x, dot11)\n" -" help =3D show this usage help\n" -" interface [ifname] =3D show interfaces/select interface\n" -" level =3D change debug level\n" -" license =3D show full wpa_cli license\n" -" logoff =3D IEEE 802.1X EAPOL state machine logoff\n" -" logon =3D IEEE 802.1X EAPOL state machine logon\n" -" set =3D set variables (shows list of variables when run without argumen= ts)\n" -" pmksa =3D show PMKSA cache\n" -" reassociate =3D force reassociation\n" -" reconfigure =3D force wpa_supplicant to re-read its configuration file\= n" -" preauthenticate =3D force preauthentication\n" -" identity =3D configure identity for an SSID\n" -" password =3D configure password for an SSID\n" -" new_password =3D change password for an SSID\n" -" pin =3D configure pin for an SSID\n" -" otp =3D configure one-time-password for an SSID= \n" -" passphrase =3D configure private key passphra= se\n" -" for an SSID\n" -" bssid =3D set preferred BSSID for an SSID\n" -" list_networks =3D list configured networks\n" -" select_network =3D select a network (disable others)\n" -" enable_network =3D enable a network\n" -" disable_network =3D disable a network\n" -" add_network =3D add a network\n" -" remove_network =3D remove a network\n" -" set_network =3D set network variables " -"(shows\n" -" list of variables when run without arguments)\n" -" get_network =3D get network variables\n" -" save_config =3D save the current configuration\n" -" disconnect =3D disconnect and wait for reassociate/reconnect command be= fore\n " -" connecting\n" -" reconnect =3D like reassociate, but only takes effect if already " -"disconnected\n" -" scan =3D request new BSS scan\n" -" scan_results =3D get latest scan results\n" -" bss < | > =3D get detailed scan result info\n" -" get_capability =3D " -"get capabilies\n" -" ap_scan =3D set ap_scan parameter\n" -" stkstart =3D request STK negotiation with \n" -" ft_ds =3D request over-the-DS FT with \n" -" terminate =3D terminate wpa_supplicant\n" -" quit =3D exit wpa_cli\n"; - static struct wpa_ctrl *ctrl_conn; static int wpa_cli_quit =3D 0; static int wpa_cli_attached =3D 0; @@ -146,9 +99,12 @@ static const char *pid_file =3D NULL; static const char *action_file =3D NULL; =20 =20 +static void _print_help(void); + + static void usage(void) { - printf("wpa_cli [-p] [-i] [-hvB] " + fputs("wpa_cli [-p] [-i] [-hvB] " "[-a] \\\n" " [-P] [-g] [command..]\n" " -h =3D help (show this usage text)\n" @@ -158,9 +114,9 @@ static void usage(void) " wpa_supplicant\n" " -B =3D run a daemon in the background\n" " default path: /var/run/wpa_supplicant\n" - " default interface: first interface found in socket path\n" - "%s", - commands_help); + " default interface: first interface found in socket path\n", + stdout); + _print_help(); } =20 =20 @@ -274,7 +230,7 @@ static int wpa_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int= argc, char *argv[]) =20 static int wpa_cli_cmd_help(struct wpa_ctrl *ctrl, int argc, char *argv[]) { - printf("%s", commands_help); + _print_help(); return 0; } =20 @@ -1050,99 +1006,182 @@ struct wpa_cli_cmd { const char *cmd; int (*handler)(struct wpa_ctrl *ctrl, int argc, char *argv[]); enum wpa_cli_cmd_flags flags; + const char *usage; }; =20 static struct wpa_cli_cmd wpa_cli_commands[] =3D { { "status", wpa_cli_cmd_status, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "[verbose] =3D get current WPA/EAPOL/EAP status" }, { "ping", wpa_cli_cmd_ping, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D pings wpa_supplicant" }, { "mib", wpa_cli_cmd_mib, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D get MIB variables (dot1x, dot11)" }, { "help", wpa_cli_cmd_help, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D show this usage help" }, { "interface", wpa_cli_cmd_interface, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "[ifname] =3D show interfaces/select interface" }, { "level", wpa_cli_cmd_level, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D change debug level" }, { "license", wpa_cli_cmd_license, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D show full wpa_cli license" }, { "quit", wpa_cli_cmd_quit, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "exit wpa_cli" }, { "set", wpa_cli_cmd_set, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D set variables (show list of variables when run without arguments" = }, { "logon", wpa_cli_cmd_logon, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D IEEE 802.1X EAPOL state machine logon" }, { "logoff", wpa_cli_cmd_logoff, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D IEEE 802.1X EAPOL state machine logoff" }, { "pmksa", wpa_cli_cmd_pmksa, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D show PMKSA cache" }, { "reassociate", wpa_cli_cmd_reassociate, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D force reassociation" }, { "preauthenticate", wpa_cli_cmd_preauthenticate, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D forces preauthentication" }, { "identity", wpa_cli_cmd_identity, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D configure identity for an SSID" }, { "password", wpa_cli_cmd_password, - cli_cmd_flag_sensitive }, + cli_cmd_flag_sensitive, + " =3D configure password for an SSID" }, { "new_password", wpa_cli_cmd_new_password, - cli_cmd_flag_sensitive }, + cli_cmd_flag_sensitive, + " =3D change password for an SSID" }, { "pin", wpa_cli_cmd_pin, - cli_cmd_flag_sensitive }, + cli_cmd_flag_sensitive, + " =3D configure pin for an SSID" }, { "otp", wpa_cli_cmd_otp, - cli_cmd_flag_sensitive }, + cli_cmd_flag_sensitive, + " =3D configure one-time-password for an SSID" }, { "passphrase", wpa_cli_cmd_passphrase, - cli_cmd_flag_sensitive }, + cli_cmd_flag_sensitive, + " =3D configure private key passphrase\n" + " for an SSID" }, { "bssid", wpa_cli_cmd_bssid, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D set preferred BSSID for an SSID" }, { "list_networks", wpa_cli_cmd_list_networks, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D list configured networks" }, { "select_network", wpa_cli_cmd_select_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D select a network (disable others)" }, { "enable_network", wpa_cli_cmd_enable_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D enable a network" }, { "disable_network", wpa_cli_cmd_disable_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D disable a network" }, { "add_network", wpa_cli_cmd_add_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D add a network" }, { "remove_network", wpa_cli_cmd_remove_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D remove a network" }, { "set_network", wpa_cli_cmd_set_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D set network variables (shows\n" + " list of variables when run without arguments)" }, { "get_network", wpa_cli_cmd_get_network, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D get network variables" }, { "save_config", wpa_cli_cmd_save_config, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D save the current configuration" }, { "disconnect", wpa_cli_cmd_disconnect, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D disconnect and wait for reassociate/reconnect command before\n" + " connecting" }, { "reconnect", wpa_cli_cmd_reconnect, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D like reassociate, but only takes effect if already disonnected" }, { "scan", wpa_cli_cmd_scan, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D request new BSS scan" }, { "scan_results", wpa_cli_cmd_scan_results, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D get latest scan results" }, { "bss", wpa_cli_cmd_bss, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "< | > =3D get detailed scan result info" }, { "get_capability", wpa_cli_cmd_get_capability, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D get capabilities" }, { "reconfigure", wpa_cli_cmd_reconfigure, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D reconfigures wpa_supplicant" }, { "terminate", wpa_cli_cmd_terminate, - cli_cmd_flag_none }, + cli_cmd_flag_none, + "=3D terminate wpa_supplicant" }, { "interface_add", wpa_cli_cmd_interface_add, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " \n" + " =3D adds new interface, all parameters but \n" + " are optional" }, { "interface_remove", wpa_cli_cmd_interface_remove, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D removes the interface" }, { "ap_scan", wpa_cli_cmd_ap_scan, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D set ap_scan parameter" }, { "stkstart", wpa_cli_cmd_stkstart, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D request STK negotiation with " }, { "ft_ds", wpa_cli_cmd_ft_ds, - cli_cmd_flag_none }, + cli_cmd_flag_none, + " =3D request over-the-DS FT with " }, { NULL, NULL, - cli_cmd_flag_none } + cli_cmd_flag_none, + NULL } }; =20 + +/* + * Prints command usage, lines are padded with the specified string. + */ +static void _print_cmd_help(struct wpa_cli_cmd *cmd, const char *pad) +{ + char c; + size_t n; + FILE *stream =3D stdout; + + assert(cmd !=3D NULL); + assert(pad !=3D NULL); + + fprintf(stream, "%s%s ", pad, cmd->cmd); + for (n =3D 0; (c=3Dcmd->usage[n]); n++) { + (void)fputc((int)c, stream); + if (c =3D=3D '\n') + fputs(pad, stream); + } + fputc('\n', stream); +} + + +static void _print_help(void) +{ + int n; + + fputs("commands:\n", stdout); + for (n =3D 0; wpa_cli_commands[n].cmd; n++) + _print_cmd_help(&wpa_cli_commands[n], " "); +} + + #ifdef CONFIG_READLINE /* Currently, only readline-related code uses this = */ static int _cmd_has_sensitive_data(const char *cmd) { --=20 1.6.0.3 --x+6KMIRAuhnl3hBn-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 08:50:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07CF11065676 for ; Sat, 17 Jan 2009 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D7CC18FC22 for ; Sat, 17 Jan 2009 08:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0H8o0b5036776 for ; Sat, 17 Jan 2009 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0H8o0Gl036775; Sat, 17 Jan 2009 08:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jan 2009 08:50:00 GMT Resent-Message-Id: <200901170850.n0H8o0Gl036775@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, Veniamin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 461BE106564A for ; Sat, 17 Jan 2009 08:43:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC278FC0C for ; Sat, 17 Jan 2009 08:43:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0H8hkPw019980 for ; Sat, 17 Jan 2009 08:43:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0H8hkFE019979; Sat, 17 Jan 2009 08:43:46 GMT (envelope-from nobody) Message-Id: <200901170843.n0H8hkFE019979@www.freebsd.org> Date: Sat, 17 Jan 2009 08:43:46 GMT From: Veniamin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130646: No mount zfs on ROOT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 08:50:01 -0000 >Number: 130646 >Category: kern >Synopsis: No mount zfs on ROOT >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 17 08:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Veniamin >Release: FreeBSD 8.0-CURRENT >Organization: >Environment: FreeBSD ss.su 8.0-CURRENT FreeBSD 8.0-CURRENT #1 r187329: Sat Jan 17 00:59:19 KRAT 2009 root@ss.su:/usr/obj/usr/src/sys/zl0_J16 i386 >Description: The problem arose when rebuilding the kernel with option-j4 for i386. ZFS module is completely stopped working. >How-To-Repeat: make -j4 buildkernel >Fix: Loading the old kernel. and assembly, followed by the installation of a new free option-j4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 13:38:50 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A73B71065676; Sat, 17 Jan 2009 13:38:50 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D0948FC16; Sat, 17 Jan 2009 13:38:50 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HDcood061003; Sat, 17 Jan 2009 13:38:50 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HDcoKR060999; Sat, 17 Jan 2009 13:38:50 GMT (envelope-from remko) Date: Sat, 17 Jan 2009 13:38:50 GMT Message-Id: <200901171338.n0HDcoKR060999@freefall.freebsd.org> To: g.veniamin@googlemail.com, remko@FreeBSD.org, freebsd-bugs@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: kern/130646: No mount zfs on ROOT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 13:38:51 -0000 Synopsis: No mount zfs on ROOT State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sat Jan 17 13:38:50 UTC 2009 State-Changed-Why: This is a non decriptive ticket. Please email current@ for more information and questions that you want to ask. Thanks a lot! http://www.freebsd.org/cgi/query-pr.cgi?pr=130646 From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 16:20:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4489B1065675 for ; Sat, 17 Jan 2009 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB308FC16 for ; Sat, 17 Jan 2009 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HGK3Bi079792 for ; Sat, 17 Jan 2009 16:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HGK3Ta079790; Sat, 17 Jan 2009 16:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jan 2009 16:20:03 GMT Resent-Message-Id: <200901171620.n0HGK3Ta079790@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, Dmitrij Tejblum Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54EE8106566B for ; Sat, 17 Jan 2009 16:13:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 281C78FC21 for ; Sat, 17 Jan 2009 16:13:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HGD3t7009449 for ; Sat, 17 Jan 2009 16:13:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0HGD3Qj009412; Sat, 17 Jan 2009 16:13:03 GMT (envelope-from nobody) Message-Id: <200901171613.n0HGD3Qj009412@www.freebsd.org> Date: Sat, 17 Jan 2009 16:13:03 GMT From: Dmitrij Tejblum To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/130652: Possible deadlock in rt_check() (sys/net/route.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: Sat, 17 Jan 2009 16:20:04 -0000 >Number: 130652 >Category: kern >Synopsis: Possible deadlock in rt_check() (sys/net/route.c) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 17 16:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitrij Tejblum >Release: 7.1-STABLE >Organization: OOO Yandex >Environment: FreeBSD 7.1-STABLE; net/route.c 1.120.2.7 >Description: Some excerpt from rt_check(): rt_check() { /*1*/ RT_LOCK(rt0); retry: ... if ((rt = rt0->rt_gwroute) != NULL) { /*2*/ RT_LOCK(rt); /* NB: gwroute */ .... } if (rt == NULL) { /* NOT AN ELSE CLAUSE */ /*3*/ RT_TEMP_UNLOCK(rt0); /* MUST return to undo this */ /*4*/ rt = rtalloc1_fib(rt0->rt_gateway, 1, 0UL, fibnum); .... /*5*/ RT_RELOCK(rt0); .... rt0->rt_gwroute = rt; } RT_LOCK_ASSERT(rt); RT_UNLOCK(rt0); .... } The function deals with route rt0 and rt. Usually, it locks rt0 in point /*1*/, then locks rt = rt0->rt_gwroute in point /*2*/, then unlock rt0 and done. But sometimes, in lock rt inside rtalloc1_fib() in point /*4*/. Then, in point /*5*/, it locks rt0, which was unlocked in point /*3*/. The order of locking of rt0 and rt is reversed, so a deadlock is possible. (Also, if after RT_RELOCK(rt0) we found that rt0 is unusable, we should not forget to free rt before retry.) >How-To-Repeat: >Fix: Patch attached with submission follows: --- net/route.c 2008-12-05 20:40:46.000000000 +0300 +++ net/route.c 2009-01-17 18:59:12.000000000 +0300 @@ -1634,24 +1634,31 @@ retry: * Relock it and lose the added reference. * All sorts of things could have happenned while we * had no lock on it, so check for them. + * rt need to be unlocked to avoid possible deadlock. */ + RT_UNLOCK(rt); RT_RELOCK(rt0); - if (rt0 == NULL || ((rt0->rt_flags & RTF_UP) == 0)) + if (rt0 == NULL || ((rt0->rt_flags & RTF_UP) == 0)) { /* Ru-roh.. what we had is no longer any good */ + RTFREE(rt); goto retry; + } /* * While we were away, someone replaced the gateway. * Since a reference count is involved we can't just * overwrite it. */ if (rt0->rt_gwroute) { - if (rt0->rt_gwroute != rt) { - RTFREE_LOCKED(rt); - goto retry; - } + if (rt0->rt_gwroute != rt) + RTFREE(rt); } else { rt0->rt_gwroute = rt; } + /* + * Since rt was not locked, we need recheck that + * it still may be used (e.g. up) + */ + goto retry; } RT_LOCK_ASSERT(rt); RT_UNLOCK(rt0); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 18:40:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D234D106564A for ; Sat, 17 Jan 2009 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 933B08FC1F for ; Sat, 17 Jan 2009 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HIe1md085419 for ; Sat, 17 Jan 2009 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HIe1FU085418; Sat, 17 Jan 2009 18:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jan 2009 18:40:01 GMT Resent-Message-Id: <200901171840.n0HIe1FU085418@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, "randux@inmail.sk" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 577C4106564A for ; Sat, 17 Jan 2009 18:38:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 454668FC12 for ; Sat, 17 Jan 2009 18:38:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HIcUb9037591 for ; Sat, 17 Jan 2009 18:38:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0HIcUq1037590; Sat, 17 Jan 2009 18:38:30 GMT (envelope-from nobody) Message-Id: <200901171838.n0HIcUq1037590@www.freebsd.org> Date: Sat, 17 Jan 2009 18:38:30 GMT From: "randux@inmail.sk" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130655: Installer: no IPV4 if answer "no" when "Do you want to configure IPV6" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 18:40:02 -0000 >Number: 130655 >Category: misc >Synopsis: Installer: no IPV4 if answer "no" when "Do you want to configure IPV6" >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 17 18:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: randux@inmail.sk >Release: 7.1-RELEASE >Organization: >Environment: AMD64 and i386 ports >Description: Hello, I've installed 7.1-RELEASE on two machines repeatedly over the past few weeks both AMD64 and i386 ports. I noticed that when you say "no" to "Do you want to try to configure IPV6" then then the device doesn't get configured for IPV4 either. I had to edit rc.conf and add the interface. This is a problem when installing if you need to grab stuff from NFS, for example. If you answer "yes" then the installer does start a DHCP client and configure the interface properly. >How-To-Repeat: Answer "no" when asked if you want IPV6 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 20:30:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02DE610656FE for ; Sat, 17 Jan 2009 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1B918FC20 for ; Sat, 17 Jan 2009 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HKU1GX082296 for ; Sat, 17 Jan 2009 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HKU1eU082293; Sat, 17 Jan 2009 20:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jan 2009 20:30:01 GMT Resent-Message-Id: <200901172030.n0HKU1eU082293@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, Alfred Perlstein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17FDC106564A for ; Sat, 17 Jan 2009 20:25:30 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E013C8FC12 for ; Sat, 17 Jan 2009 20:25:29 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HKPTpq082236 for ; Sat, 17 Jan 2009 20:25:29 GMT (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HKPT8V082235; Sat, 17 Jan 2009 20:25:29 GMT (envelope-from alfred) Message-Id: <200901172025.n0HKPT8V082235@freefall.freebsd.org> Date: Sat, 17 Jan 2009 20:25:29 GMT From: Alfred Perlstein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/130657: ipv6 bugfix, need review. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alfred Perlstein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 20:30:02 -0000 >Number: 130657 >Category: kern >Synopsis: ipv6 bugfix, need review. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 17 20:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alfred Perlstein >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Juniper Networks >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: This is in a private version of FreeBSD we have, but the code seems to be somewhat close to what we have in FreeBSD. >How-To-Repeat: Source inspection, see email audit trail for more information. >Fix: Index: bsd/sys/netinet/tcp_syncache.c =================================================================== RCS file: /cvs/junos-2008/bsd/sys/netinet/tcp_syncache.c,v retrieving revision 1.24 diff -p -u -r1.24 tcp_syncache.c --- bsd/sys/netinet/tcp_syncache.c 29 Jul 2008 17:07:43 -0000 1.24 +++ bsd/sys/netinet/tcp_syncache.c 16 Dec 2008 19:23:31 -0000 @@ -1271,6 +1271,7 @@ syncache_respond(sc, m) struct inpcb *inp; #ifdef INET6 struct ip6_hdr *ip6 = NULL; + int inp_tclass; #endif struct rt_nexthop *minmtu_nh; struct route_table *rtb = NULL; @@ -1387,6 +1388,12 @@ syncache_respond(sc, m) /* ip6_hlim is set after checksum */ ip6->ip6_flow &= ~IPV6_FLOWLABEL_MASK; ip6->ip6_flow |= sc->sc_flowlabel; + /* Set the TC for IPv6 just like TOS for IPv4 */ + ip6->ip6_flow &= ~IPV6_CLASS_MASK; + if (inp) { + inp_tclass = IPV6_GET_CLASS(inp->in6p_flowinfo); + ip6->ip6_flow |= IPV6_SET_CLASS(inp_tclass); + } th = (struct tcphdr *)(ip6 + 1); } else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 20:38:36 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E2911065703; Sat, 17 Jan 2009 20:38:36 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 342108FC22; Sat, 17 Jan 2009 20:38:36 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HKcaAW092739; Sat, 17 Jan 2009 20:38:36 GMT (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HKcaIQ092735; Sat, 17 Jan 2009 20:38:36 GMT (envelope-from alfred) Date: Sat, 17 Jan 2009 20:38:36 GMT Message-Id: <200901172038.n0HKcaIQ092735@freefall.freebsd.org> To: alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org, bz@FreeBSD.org From: alfred@FreeBSD.org Cc: Subject: Re: kern/130657: ipv6 bugfix, need review. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 20:38:36 -0000 Synopsis: ipv6 bugfix, need review. Responsible-Changed-From-To: freebsd-bugs->bz Responsible-Changed-By: alfred Responsible-Changed-When: Sat Jan 17 20:37:13 UTC 2009 Responsible-Changed-Why: Bjoern asked for this bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=130657 From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 21:02:28 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9E83106564A for ; Sat, 17 Jan 2009 21:02:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id AC99D8FC0C for ; Sat, 17 Jan 2009 21:02:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E47711A3C3D; Sat, 17 Jan 2009 12:44:18 -0800 (PST) Date: Sat, 17 Jan 2009 12:44:18 -0800 From: Alfred Perlstein To: freebsd-bugs@FreeBSD.org Message-ID: <20090117204418.GU60686@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: kern/130657: ipv6 bugfix, need review. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 21:02:29 -0000 Recording mailing list conversation into gnats. ----- Forwarded message from Alfred Perlstein ----- From: Alfred Perlstein To: net@freebsd.org Cc: Subject: ipv6 bugfix, need review. Date: Mon, 22 Dec 2008 16:12:16 -0800 Message-ID: <20081223001216.GH18389@elvis.mu.org> User-Agent: Mutt/1.4.2.3i Sender: owner-freebsd-net@freebsd.org Hey guys, we found a bug at Juniper and it resolves an issue for us. I've been asked to forward this to FreeBSD, I honestly am not that clear on the issue so I'm hoping someone can step up to review this. Synopsis is: The traffic class byte is set to 0x00000000 in the header of some BGP packets sent between interfaces that have IPv6 addresses, instead of the correct setting 0xc0 (INTERNETCONTROL). Fix is small and attached. One thing I am wondering, do we need to check "if (inp)" ? I don't think so. Index: bsd/sys/netinet/tcp_syncache.c =================================================================== RCS file: /cvs/junos-2008/bsd/sys/netinet/tcp_syncache.c,v retrieving revision 1.24 diff -p -u -r1.24 tcp_syncache.c --- bsd/sys/netinet/tcp_syncache.c 29 Jul 2008 17:07:43 -0000 1.24 +++ bsd/sys/netinet/tcp_syncache.c 16 Dec 2008 19:23:31 -0000 @@ -1271,6 +1271,7 @@ syncache_respond(sc, m) struct inpcb *inp; #ifdef INET6 struct ip6_hdr *ip6 = NULL; + int inp_tclass; #endif struct rt_nexthop *minmtu_nh; struct route_table *rtb = NULL; @@ -1387,6 +1388,12 @@ syncache_respond(sc, m) /* ip6_hlim is set after checksum */ ip6->ip6_flow &= ~IPV6_FLOWLABEL_MASK; ip6->ip6_flow |= sc->sc_flowlabel; + /* Set the TC for IPv6 just like TOS for IPv4 */ + ip6->ip6_flow &= ~IPV6_CLASS_MASK; + if (inp) { + inp_tclass = IPV6_GET_CLASS(inp->in6p_flowinfo); + ip6->ip6_flow |= IPV6_SET_CLASS(inp_tclass); + } th = (struct tcphdr *)(ip6 + 1); } else -- - Alfred Perlstein _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" ----- End forwarded message ----- -- - Alfred Perlstein From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 21:02:29 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA5AE106566B for ; Sat, 17 Jan 2009 21:02:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id ACA5A8FC12 for ; Sat, 17 Jan 2009 21:02:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id EB11B1A3C3E; Sat, 17 Jan 2009 12:45:13 -0800 (PST) Date: Sat, 17 Jan 2009 12:45:13 -0800 From: Alfred Perlstein To: freebsd-bugs@FreeBSD.org Message-ID: <20090117204513.GV60686@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: kern/130657: ipv6 bugfix, need review. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 21:02:29 -0000 ----- Forwarded message from Bruce Simpson ----- From: Bruce Simpson To: Alfred Perlstein CC: net@freebsd.org Subject: Re: ipv6 bugfix, need review. Date: Wed, 24 Dec 2008 17:43:43 +0000 Message-ID: <495274CF.3030703@incunabulum.net> User-Agent: Thunderbird 2.0.0.18 (X11/20081204) adding mailing list discussion to audit trail. Alfred Perlstein wrote: > The traffic class byte is set to 0x00000000 in the header of some > BGP packets sent between interfaces that have IPv6 addresses, > instead of the correct setting 0xc0 (INTERNETCONTROL). > > Content free argument: Feels right. I had to commit a man page diff to document the TCLASS socket option. If this isn't happening for TCP sockets, then that certainly needs dealing with. ----- End forwarded message ----- -- - Alfred Perlstein From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 21:02:29 2009 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C48731065672 for ; Sat, 17 Jan 2009 21:02:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B6AEA8FC14 for ; Sat, 17 Jan 2009 21:02:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 356B91A3C3F; Sat, 17 Jan 2009 12:45:30 -0800 (PST) Date: Sat, 17 Jan 2009 12:45:30 -0800 From: Alfred Perlstein To: freebsd-bugs@FreeBSD.org Message-ID: <20090117204530.GW60686@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: kern/130657: ipv6 bugfix, need review. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 21:02:29 -0000 adding mailing list discussion to audit trail. ----- Forwarded message from "Bjoern A. Zeeb" ----- From: "Bjoern A. Zeeb" To: Alfred Perlstein cc: net@freebsd.org Subject: Re: ipv6 bugfix, need review. Date: Wed, 24 Dec 2008 23:13:17 +0000 (UTC) Message-ID: <20081224230540.C97918@maildrop.int.zabbadoz.net> On Mon, 22 Dec 2008, Alfred Perlstein wrote: Hi, >Hey guys, we found a bug at Juniper and it resolves an issue >for us. I've been asked to forward this to FreeBSD, I honestly >am not that clear on the issue so I'm hoping someone can step >up to review this. > >Synopsis is: > > The traffic class byte is set to 0x00000000 in the header of some > BGP packets sent between interfaces that have IPv6 addresses, > instead of the correct setting 0xc0 (INTERNETCONTROL). > >Fix is small and attached. One thing I am wondering, do we >need to check "if (inp)" ? I don't think so. I am not that concerned about the inp at the moment; there are a few other things: 1 FreeBSD to my knowledge has neither IPV6_GET_CLASS nor IPV6_SET_CLASS nor IPV6_CLASS_MASK 2 To the best I can see this currently ignores the upper 4 TC bits that go with the `version field' ("vcf"), so it's a hack good enough for now, but not a proper fix? 3 I am assuming that we'd need to fix at least one more place. Tha said I planned to look at the in6p_flowinfo (inp_flow) field in the not too distant future anyway; I should perhaps combine this looking into the entire TC thing as well. >Index: bsd/sys/netinet/tcp_syncache.c >=================================================================== >RCS file: /cvs/junos-2008/bsd/sys/netinet/tcp_syncache.c,v >retrieving revision 1.24 >diff -p -u -r1.24 tcp_syncache.c >--- bsd/sys/netinet/tcp_syncache.c 29 Jul 2008 17:07:43 -0000 1.24 >+++ bsd/sys/netinet/tcp_syncache.c 16 Dec 2008 19:23:31 -0000 >@@ -1271,6 +1271,7 @@ syncache_respond(sc, m) > struct inpcb *inp; >#ifdef INET6 > struct ip6_hdr *ip6 = NULL; >+ int inp_tclass; >#endif > struct rt_nexthop *minmtu_nh; > struct route_table *rtb = NULL; >@@ -1387,6 +1388,12 @@ syncache_respond(sc, m) > /* ip6_hlim is set after checksum */ > ip6->ip6_flow &= ~IPV6_FLOWLABEL_MASK; > ip6->ip6_flow |= sc->sc_flowlabel; >+ /* Set the TC for IPv6 just like TOS for IPv4 */ >+ ip6->ip6_flow &= ~IPV6_CLASS_MASK; >+ if (inp) { >+ inp_tclass = IPV6_GET_CLASS(inp->in6p_flowinfo); >+ ip6->ip6_flow |= IPV6_SET_CLASS(inp_tclass); >+ } > > th = (struct tcphdr *)(ip6 + 1); > } else > > > -- Bjoern A. Zeeb The greatest risk is not taking one. ----- End forwarded message ----- -- - Alfred Perlstein From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 21:10:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550E91065714 for ; Sat, 17 Jan 2009 21:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4349F8FC1E for ; Sat, 17 Jan 2009 21:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HLA4GF013852 for ; Sat, 17 Jan 2009 21:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HLA4mR013851; Sat, 17 Jan 2009 21:10:04 GMT (envelope-from gnats) Date: Sat, 17 Jan 2009 21:10:04 GMT Message-Id: <200901172110.n0HLA4mR013851@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eric Delcamp Cc: Subject: misc/129573: FreeBSD-7.1-RC1 fails to install man pages and doc distribution X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Delcamp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 21:10:04 -0000 The following reply was made to PR misc/129573; it has been noted by GNATS. From: Eric Delcamp To: bug-followup@FreeBSD.org, fernan.aguero@gmail.com Cc: Subject: misc/129573: FreeBSD-7.1-RC1 fails to install man pages and doc distribution Date: Sat, 17 Jan 2009 21:32:21 +0100 --000e0cd250162382ee0460b39683 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit hello, had same issue as described with 7.1 on brand new dell inspirion. first impossible to install via FTP since em0 is now igb0 (saw that on errata). then, after burning a DVD-1, i managed to progress until : Installation selecting <6> Kern-developper : FAILS when attempting to install extra-packages error msg : "Write failure on transfer! wrote -1 bytes of 1425408" if selecting install Express then "Minimal" AND "Custom" (man pages), it works. (as decribed in this link : http://kerneltrap.org/mailarchive/freebsd-bugs/2008/12/14/4412344/thread#mid-4412344 ) rgds --000e0cd250162382ee0460b39683 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hello, had same issue as described with 7.1 on brand new dell inspirion.
first impossible to install via FTP since em0 is now igb0 (saw that on= errata).
then, after burning a DVD-1, i managed to progress until :

Installation selecting <6> Kern-developper : FAILS when attemptin= g to install extra-packages
error msg :
"=
 Write failure on transfer! wrote -1 bytes of 1425408"


if selecting install Express then "Minimal" AND "Cus= tom" (man pages), it works.
(as decribed in this link : http://kerneltrap.org/mailarchive/freebsd-bugs/2008/12/14/441234= 4/thread#mid-4412344)


rgds
--000e0cd250162382ee0460b39683-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 17 21:32:24 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E08A51065678; Sat, 17 Jan 2009 21:32:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B65368FC2C; Sat, 17 Jan 2009 21:32:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HLWOgH036910; Sat, 17 Jan 2009 21:32:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0HLWOpg036904; Sat, 17 Jan 2009 21:32:24 GMT (envelope-from linimon) Date: Sat, 17 Jan 2009 21:32:24 GMT Message-Id: <200901172132.n0HLWOpg036904@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/130652: [kernel] [patch] Possible deadlock in rt_check() (sys/net/route.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: Sat, 17 Jan 2009 21:32:25 -0000 Old Synopsis: Possible deadlock in rt_check() (sys/net/route.c) New Synopsis: [kernel] [patch] Possible deadlock in rt_check() (sys/net/route.c) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jan 17 21:31:56 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=130652