From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 01:20:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 940EF851 for ; Sun, 3 Feb 2013 01:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 61DD3E03 for ; Sun, 3 Feb 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r131K0VF066343 for ; Sun, 3 Feb 2013 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r131K0xm066342; Sun, 3 Feb 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2013 01:20:00 GMT Resent-Message-Id: <201302030120.r131K0xm066342@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, Alex Kozlov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CAAB7809 for ; Sun, 3 Feb 2013 01:13:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A540CDEF for ; Sun, 3 Feb 2013 01:13:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r131D2il056822 for ; Sun, 3 Feb 2013 01:13:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r131D283056821; Sun, 3 Feb 2013 01:13:02 GMT (envelope-from nobody) Message-Id: <201302030113.r131D283056821@red.freebsd.org> Date: Sun, 3 Feb 2013 01:13:02 GMT From: Alex Kozlov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: bin/175790: [parch] Fix Ken Thompson line in calendar.birthday X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 01:20:00 -0000 >Number: 175790 >Category: bin >Synopsis: [parch] Fix Ken Thompson line in calendar.birthday >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 Feb 03 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex Kozlov >Release: RELENG_9 >Organization: private >Environment: >Description: The calendar uses cpp in traditional mode to process calendar files and because of this word 'unix' expands to 1 (see man gcc). The ansi or higher -std modes can't be used because we need to preserve tabs for calendar, therefore I propose to change 'unix' to 'Unix'. >How-To-Repeat: $echo unix >/tmp/testcpp.txt $cpp --version cpp (GCC) 4.2.2 20070831 prerelease [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $cpp -P -traditional -nostdinc /tmp/testcpp.txt 1 $cpp --version FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 Target: x86_64-unknown-freebsd10.0 Thread model: posix $cpp -P -traditional -nostdinc /tmp/testcpp.txt 1 >Fix: Patch attached with submission follows: Index: share/calendar/calendar.birthday @@ -42,7 +42,7 @@ 01/30 Franklin Delano Roosevelt born in Hyde Park, New York, 1882 01/31 Jackie Robinson born, 1919 02/03 Gertrude Stein born, 1874 -02/04 Ken Thompson, creator of unix, born, 1943 +02/04 Ken Thompson, creator of Unix, born, 1943 02/05 Alex Harvey (SAHB) is born in Glasgow, Scotland, 1935 02/06 King George VI of UK dies; his daughter becomes Elizabeth II, 1952 02/07 Sinclair Lewis born, 1885 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 01:24:14 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6BBB5A7A; Sun, 3 Feb 2013 01:24:14 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB24E3C; Sun, 3 Feb 2013 01:24:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r131OEmY068064; Sun, 3 Feb 2013 01:24:14 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r131OE9C068060; Sun, 3 Feb 2013 01:24:14 GMT (envelope-from eadler) Date: Sun, 3 Feb 2013 01:24:14 GMT Message-Id: <201302030124.r131OE9C068060@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-bugs@FreeBSD.org, eadler@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: bin/175790: [parch] Fix Ken Thompson line in calendar.birthday X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 01:24:14 -0000 Synopsis: [parch] Fix Ken Thompson line in calendar.birthday Responsible-Changed-From-To: freebsd-bugs->eadler Responsible-Changed-By: eadler Responsible-Changed-When: Sun Feb 3 01:24:13 UTC 2013 Responsible-Changed-Why: I should not be taking on additional work, but this is too important :) http://www.freebsd.org/cgi/query-pr.cgi?pr=175790 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 01:56:12 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B8605D9E; Sun, 3 Feb 2013 01:56:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7B702F02; Sun, 3 Feb 2013 01:56:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r131uCLb073388; Sun, 3 Feb 2013 01:56:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r131uC4R073384; Sun, 3 Feb 2013 01:56:12 GMT (envelope-from linimon) Date: Sun, 3 Feb 2013 01:56:12 GMT Message-Id: <201302030156.r131uC4R073384@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-xen@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/175757: [xen] [patch] xen pvhvm looses keyboard input from VNC X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 01:56:12 -0000 Old Synopsis: xen pvhvm looses keyboard input from VNC New Synopsis: [xen] [patch] xen pvhvm looses keyboard input from VNC Responsible-Changed-From-To: freebsd-bugs->freebsd-xen Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 3 01:55:36 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=175757 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 01:58:42 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B60BE20; Sun, 3 Feb 2013 01:58:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E7F3FF15; Sun, 3 Feb 2013 01:58:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r131wfIt073532; Sun, 3 Feb 2013 01:58:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r131wf5h073528; Sun, 3 Feb 2013 01:58:41 GMT (envelope-from linimon) Date: Sun, 3 Feb 2013 01:58:41 GMT Message-Id: <201302030158.r131wf5h073528@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/175782: x11/xterm 288 not execute all commands correctly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 01:58:42 -0000 Old Synopsis: x11/xterm-288 not execute all commands correctly New Synopsis: x11/xterm 288 not execute all commands correctly Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 3 01:58:14 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=175782 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 02:00:54 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DE3AAEDE; Sun, 3 Feb 2013 02:00:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B6044F2D; Sun, 3 Feb 2013 02:00:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1320sVA075431; Sun, 3 Feb 2013 02:00:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1320s75075427; Sun, 3 Feb 2013 02:00:54 GMT (envelope-from linimon) Date: Sun, 3 Feb 2013 02:00:54 GMT Message-Id: <201302030200.r1320s75075427@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/175784: security/clamav should be set to USE_GCC=any X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 02:00:54 -0000 Synopsis: security/clamav should be set to USE_GCC=any Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 3 02:00:36 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=175784 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 02:50:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0809519 for ; Sun, 3 Feb 2013 02:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BEDD59B for ; Sun, 3 Feb 2013 02:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r132o0jC083148 for ; Sun, 3 Feb 2013 02:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r132o0kB083144; Sun, 3 Feb 2013 02:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2013 02:50:00 GMT Resent-Message-Id: <201302030250.r132o0kB083144@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, Dimitri Semitsoglou-Tsiapos Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9D2DD4FE for ; Sun, 3 Feb 2013 02:45:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8F75786 for ; Sun, 3 Feb 2013 02:45:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r132jEkJ052808 for ; Sun, 3 Feb 2013 02:45:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r132jEi1052807; Sun, 3 Feb 2013 02:45:14 GMT (envelope-from nobody) Message-Id: <201302030245.r132jEi1052807@red.freebsd.org> Date: Sun, 3 Feb 2013 02:45:14 GMT From: Dimitri Semitsoglou-Tsiapos To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/175791: Fatal trap 12: page fault while in kernel mode at seemingly random times. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 02:50:01 -0000 >Number: 175791 >Category: kern >Synopsis: Fatal trap 12: page fault while in kernel mode at seemingly random times. >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 Feb 03 02:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dimitri Semitsoglou-Tsiapos >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD fbsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: System seems to crash at random times, during casual desktop use. During the last crash the system was very low on Free memory (around 100M according to `top`), while swap was not being used. I'm not sure if the backtrace [1] contains the desired output (seems to start at /usr/src/sys/kern/kern_shutdown.c). When running kgdb in /var/crash the output points to ULE instead [2]. [1] http://sprunge.us/CjHC [2] http://sprunge.us/SMPa >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 04:40:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A35956F2 for ; Sun, 3 Feb 2013 04:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 84B47684 for ; Sun, 3 Feb 2013 04:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r134e0C1004409 for ; Sun, 3 Feb 2013 04:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r134e0Xv004408; Sun, 3 Feb 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2013 04:40:00 GMT Resent-Message-Id: <201302030440.r134e0Xv004408@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, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CB5396EE for ; Sun, 3 Feb 2013 04:37:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A4FA4681 for ; Sun, 3 Feb 2013 04:37:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r134bNZw046995 for ; Sun, 3 Feb 2013 04:37:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r134bNMR046994; Sun, 3 Feb 2013 04:37:23 GMT (envelope-from nobody) Message-Id: <201302030437.r134bNMR046994@red.freebsd.org> Date: Sun, 3 Feb 2013 04:37:23 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: bin/175793: modfind(2) doesn't understand modules with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 04:40:00 -0000 >Number: 175793 >Category: bin >Synopsis: modfind(2) doesn't understand modules with underscores >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 Feb 03 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.1-STABLE >Organization: EMC Isilon >Environment: FreeBSD bayonetta.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r+39e5635: Tue Dec 11 08:55:27 PST 2012 gcooper@bayonetta.local:/usr/obj/scratch/git/github/yaneurabeya-freebsd-stable-9/sys/BAYONETTA amd64 >Description: Tried to use kldstat -m to determine whether or not a networking module is loaded, and FWIW it appears to not work as expected: $ kldstat Id Refs Address Size Name 1 30 0xffffffff80200000 91e2d8 kernel 2 1 0xffffffff80b1f000 264378 zfs.ko 3 5 0xffffffff80d84000 25e38 krpc.ko 4 2 0xffffffff80daa000 60d8 opensolaris.ko 5 1 0xffffffff80e12000 7afb aio.ko 6 1 0xffffffff80e1a000 a5bf if_re.ko 7 1 0xffffffff80e25000 303fd nfsd.ko 8 1 0xffffffff80e56000 110b8 nfscommon.ko 9 2 0xffffffff80e68000 3ff nfssvc.ko 10 2 0xffffffff80e69000 faf nfslock.ko 11 1 0xffffffff80e6a000 e235 nfslockd.ko 12 1 0xffffffff80e79000 2860a kqemu.ko $ kldstat -m if_re kldstat: can't find module if_re: No such file or directory $ kldstat -m kqemu Id Refs Name 198 1 kqemu $ kldstat -m re kldstat: can't find module re: No such file or directory Not sure why, but this code in kern_module appears to be broken, or just doesn't represent data consistent to expectations from the printouts provided by kldstat: >From kern_module.c: 217 module_t 218 module_lookupbyname(const char *name) 219 { 220 module_t mod; 221 int err; 222 223 MOD_LOCK_ASSERT; 224 225 TAILQ_FOREACH(mod, &modules, link) { 226 err = strcmp(mod->name, name); 227 if (err == 0) 228 return (mod); 229 } 230 return (NULL); 231 } >From if_re.c: 337 DRIVER_MODULE(re, pci, re_driver, re_devclass, 0, 0); I've seen similar issues with bge(4) on a work machine, so I don't think it's isolated to re(4)... >How-To-Repeat: kldstat -m if_ >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 04:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BAED777 for ; Sun, 3 Feb 2013 04:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 219C26C3 for ; Sun, 3 Feb 2013 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r134o1pR006018 for ; Sun, 3 Feb 2013 04:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r134o0B8006014; Sun, 3 Feb 2013 04:50:00 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 04:50:00 GMT Message-Id: <201302030450.r134o0B8006014@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: bin/175793: modfind(2) doesn' t understand modules with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Feb 2013 04:50:01 -0000 The following reply was made to PR bin/175793; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, yaneurabeya@gmail.com Cc: Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores Date: Sat, 2 Feb 2013 20:41:40 -0800 Weird. It just appears to be some networking modules, but not = others (in particular, if_bge, if_em, if_igb, if_re). if_firewire and = mpt_cam on the otherhand function as expected :/. Thanks, -Garrett= From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 05:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 386CB82B for ; Sun, 3 Feb 2013 05:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2BEFB706 for ; Sun, 3 Feb 2013 05:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13501t5007664 for ; Sun, 3 Feb 2013 05:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13501lN007659; Sun, 3 Feb 2013 05:00:01 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 05:00:01 GMT Message-Id: <201302030500.r13501lN007659@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Glen Barber Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Glen Barber List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 05:00:01 -0000 The following reply was made to PR bin/175793; it has been noted by GNATS. From: Glen Barber To: Garrett Cooper Cc: bug-followup@FreeBSD.org Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores Date: Sat, 2 Feb 2013 23:50:46 -0500 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Feb 03, 2013 at 04:37:23AM +0000, Garrett Cooper wrote: > I've seen similar issues with bge(4) on a work machine, so I don't think it's isolated to re(4)... Definitely not isolated to re(4), nor networking drivers alone. gjb@nucleus:~ % kldstat -m acpi_asus kldstat: can't find module acpi_asus: No such file or directory gjb@nucleus:~ % kldstat -m geom_eli kldstat: can't find module geom_eli: No such file or directory gjb@nucleus:~ % kldstat | egrep "(acpi_asus|geom_eli)" 4 1 0xffffffff81220000 1fc48 geom_eli.ko 9 1 0xffffffff8138b000 8b10 acpi_asus.ko Glen --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJRDeymAAoJEFJPDDeguUajxPsH/3S6+Z4hZWkqAKH8nB+FbphZ F9XOjIHXbtKUezUx8oh0bGnsUnlf5N5zOEKEswFULz9xIkVIHkUCU8MgdQRoCXzv fQjOtPzL2ePCh31ulliBk1Fiqp6TlNDDpeHH2qWhXJSAhbx4KjcQ2vxCeWhi+NM8 vyC/GsFDv1NPE14MVR0rTIKc7UyEJI8vAhisC9OFZL4vZXHNwX4Vu3K+ikWKlasQ duFdtngMJFR+7EvpBWGngbkN5C/jRS4RuovAtqaWTUWIQO7ZOy4rOG/jO6vohZhM RgxibizLVVwGBmFhcH4OkuEDxD7UJzqYqkVb9Z8hY8Lquj0n8Wrf/+klxMy9ePY= =EFlM -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 05:00:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5133A82E for ; Sun, 3 Feb 2013 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45271708 for ; Sun, 3 Feb 2013 05:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13501ad007677 for ; Sun, 3 Feb 2013 05:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13501Xf007676; Sun, 3 Feb 2013 05:00:01 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 05:00:01 GMT Message-Id: <201302030500.r13501Xf007676@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Feb 2013 05:00:02 -0000 The following reply was made to PR bin/175793; it has been noted by GNATS. From: Garrett Cooper To: Glen Barber Cc: bug-followup@FreeBSD.org Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores Date: Sat, 2 Feb 2013 20:56:53 -0800 On Feb 2, 2013, at 8:50 PM, Glen Barber wrote: > On Sun, Feb 03, 2013 at 04:37:23AM +0000, Garrett Cooper wrote: >> I've seen similar issues with bge(4) on a work machine, so I don't = think it's isolated to re(4)... >=20 > Definitely not isolated to re(4), nor networking drivers alone. >=20 > gjb@nucleus:~ % kldstat -m acpi_asus > kldstat: can't find module acpi_asus: No such file or directory > gjb@nucleus:~ % kldstat -m geom_eli > kldstat: can't find module geom_eli: No such file or directory > gjb@nucleus:~ % kldstat | egrep "(acpi_asus|geom_eli)" > 4 1 0xffffffff81220000 1fc48 geom_eli.ko > 9 1 0xffffffff8138b000 8b10 acpi_asus.ko Yeah.. it's a bit unexpected. I would need to do more digging, = but my guess is that it's an inconsistency in module naming and = representation as the loop I showed in the original bug report is simple = enough >_>=85 Thanks for the info though! -Garrett= From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 05:30:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F423A18 for ; Sun, 3 Feb 2013 05:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 81B717A9 for ; Sun, 3 Feb 2013 05:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r135U1dw013564 for ; Sun, 3 Feb 2013 05:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r135U1HP013561; Sun, 3 Feb 2013 05:30:01 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 05:30:01 GMT Message-Id: <201302030530.r135U1HP013561@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 05:30:01 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: Giorgos Keramidas To: Jukka Ukkonen Cc: freebsd-gnats-submit@FreeBSD.org, jilles@FreeBSD.org, davidxu@FreeBSD.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Sun, 3 Feb 2013 06:25:25 +0100 On 2013-01-29 18:03, Jukka Ukkonen wrote: > >Number: 175674 > >Category: kern > >Synopsis: sem_open() should use O_EXLOCK with open() instead of a separate flock() call > >Environment: > FreeBSD sleipnir 9.1-STABLE FreeBSD 9.1-STABLE #2 r246056M: Tue Jan 29 07:33:01 EET 2013 root@sleipnir:/usr/obj/usr/src/sys/Sleipnir amd64 > >Description: > sem_open() is calling flock() to set a lock on a newly created file descriptor. > That is pointless. The open() call a few lines before the flock() could, and > in my opinion should, be done with the O_EXLOCK flag set. It's also a bit safer to obtain the exclusive lock atomically before open() returns. Waiting for open() to complete and then calling flock() has a race condition. Jilles and David, do you think this patch looks ok for libc? > Patch attached with submission follows: > > --- lib/libc/gen/sem_new.c.flock 2012-11-09 18:50:05.000000000 +0200 > +++ lib/libc/gen/sem_new.c 2012-11-09 18:44:59.000000000 +0200 > @@ -198,11 +198,13 @@ > goto error; > } > > - fd = _open(path, flags|O_RDWR|O_CLOEXEC, mode); > + fd = _open(path, flags|O_RDWR|O_CLOEXEC|O_EXLOCK, mode); > if (fd == -1) > goto error; > +#if 0 > if (flock(fd, LOCK_EX) == -1) > goto error; > +#endif > if (_fstat(fd, &sb)) { > flock(fd, LOCK_UN); > goto error; From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 06:18:54 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 959B6DB3 for ; Sun, 3 Feb 2013 06:18:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 192E68A9 for ; Sun, 3 Feb 2013 06:18:53 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id gg6so5799897lbb.13 for ; Sat, 02 Feb 2013 22:18:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=1UxrhLKhN3s6MwscmojaHq8idy3ZGm7qU8YcI5J1R6Y=; b=BcnltwA2lpwvW63QhNZjOhXrL36fezIT7eyNRhH7eY+PE+c3M3nqPBg90zs2lodVQs xz0btjxpZMhlbv02a1vGk2oP1BHy6Y6j794t2BQlpqQsIpvimbF5h3ueibv2cCwRu2NN QLfckw+ArNBN+drzn+DTVvM8yOletNNQV4B+Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=1UxrhLKhN3s6MwscmojaHq8idy3ZGm7qU8YcI5J1R6Y=; b=LAL2zhYoAj2MG3MjPcODwVyYtfE4WrNmflK8JRoumb8CpesRUNPNJEJ/a1SJejdH0v tSHu4cajwpeYeaVzUEaJwNI7wwl4guJHLvzIhnGipgsHWdPNGVWC4S7cDi2o19l91CIF ++yvEu4NE7mJTeIjf3BYUJhKGjXidEesIsQwc0PLSVoa61uweKaGKa78eKqg/DfJrAZY q0e66SAjRSLfM1+sBHFRvfqgzzQgyGPkUvKywpRybl2ODITcsJ8+7Tdiwrtj9mByC978 DiE1dlZui7NqLi5ZDxUgw6U086rCjxrB5YVjlcZKe4cy8gkCPJJv0U4JdNWdnRWEx9un zwqg== X-Received: by 10.112.17.137 with SMTP id o9mr6840415lbd.15.1359872327117; Sat, 02 Feb 2013 22:18:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Sat, 2 Feb 2013 22:18:17 -0800 (PST) In-Reply-To: <201302030530.r135U1HP013561@freefall.freebsd.org> References: <201302030530.r135U1HP013561@freefall.freebsd.org> From: Eitan Adler Date: Sun, 3 Feb 2013 01:18:17 -0500 Message-ID: Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call To: Giorgos Keramidas Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnCbLbbxuBP3El3n7jZIJoIY5QHipSyHwY5uhYIY0TD9gtHZRshYrYnRl+DL1dyHex4kl6G Cc: freebsd-bugs@freebsd.org, bug-followup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 06:18:54 -0000 On 3 February 2013 00:30, Giorgos Keramidas wrote: > Jilles and David, do you think this patch looks ok for libc? Why bother keeping the contents of the #if 0? Remove it. Then it looks good to me. -- Eitan Adler From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 06:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA9A6E0D for ; Sun, 3 Feb 2013 06:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A461A8BB for ; Sun, 3 Feb 2013 06:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r136K0Ui022593 for ; Sun, 3 Feb 2013 06:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r136K0LH022589; Sun, 3 Feb 2013 06:20:00 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 06:20:00 GMT Message-Id: <201302030620.r136K0LH022589@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eitan Adler Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Eitan Adler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 06:20:01 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: Eitan Adler To: Giorgos Keramidas Cc: freebsd-bugs@freebsd.org, bug-followup Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Sun, 3 Feb 2013 01:18:17 -0500 On 3 February 2013 00:30, Giorgos Keramidas wrote: > Jilles and David, do you think this patch looks ok for libc? Why bother keeping the contents of the #if 0? Remove it. Then it looks good to me. -- Eitan Adler From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 11:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A383B678 for ; Sun, 3 Feb 2013 11:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8826727D for ; Sun, 3 Feb 2013 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13BK0ut077483 for ; Sun, 3 Feb 2013 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13BK0CI077482; Sun, 3 Feb 2013 11:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2013 11:20:00 GMT Resent-Message-Id: <201302031120.r13BK0CI077482@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, Christoph Mallon Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8F13666 for ; Sun, 3 Feb 2013 11:19:11 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id A3917277 for ; Sun, 3 Feb 2013 11:19:10 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.4]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MckQB-1UJlSw2n2H-00Hsbq for ; Sun, 03 Feb 2013 12:19:03 +0100 Received: (qmail invoked by alias); 03 Feb 2013 11:19:00 -0000 Received: from p5B132C54.dip.t-dialin.net (EHLO rotluchs.lokal) [91.19.44.84] by mail.gmx.net (mp004) with SMTP; 03 Feb 2013 12:19:00 +0100 Message-Id: <510E47A4.1020203@gmx.de> Date: Sun, 03 Feb 2013 12:19:00 +0100 From: Christoph Mallon To: freebsd-gnats-submit@freebsd.org Subject: kern/175794: Patches for ufs Cc: Pedro Giffuni , Bruce Evans X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 11:20:01 -0000 >Number: 175794 >Category: kern >Synopsis: Patches for ufs >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 03 11:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: >Release: >Organization: >Environment: >Description: Hi Pedro, please have a look at the the attached patches, which remove some cruft from ufs (as also noted by Bruce earlier) and correct inconsistent panic messages. Christoph --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8; name="0001-ufs-Remove-dead-assignment.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="0001-ufs-Remove-dead-assignment.patch" RnJvbSA0MWQ1NmU3ZmYzNmUyZjRmOTZhOTllOTZjNWZhOWQxOWM4ODg3YmFhIE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBDaHJpc3RvcGggTWFsbG9uIDxjaHJpc3RvcGgubWFs bG9uQGdteC5kZT4KRGF0ZTogVHVlLCAyOSBKYW4gMjAxMyAwNjo0MzowMSArMDEwMApTdWJq ZWN0OiBbUEFUQ0ggMS82XSB1ZnM6IFJlbW92ZSBkZWFkIGFzc2lnbm1lbnQuCgotLS0KIHN5 cy91ZnMvdWZzL3Vmc19sb29rdXAuYyB8IDEgLQogMSBmaWxlIGNoYW5nZWQsIDEgZGVsZXRp b24oLSkKCmRpZmYgLS1naXQgYS9zeXMvdWZzL3Vmcy91ZnNfbG9va3VwLmMgYi9zeXMvdWZz L3Vmcy91ZnNfbG9va3VwLmMKaW5kZXggZDcyMjc4ZC4uMDJmZGE5ZiAxMDA2NDQKLS0tIGEv c3lzL3Vmcy91ZnMvdWZzX2xvb2t1cC5jCisrKyBiL3N5cy91ZnMvdWZzL3Vmc19sb29rdXAu YwpAQCAtMTQzNCw3ICsxNDM0LDYgQEAgdWZzX2NoZWNrcGF0aChpbm9fdCBzb3VyY2VfaW5v LCBpbm9fdCBwYXJlbnRfaW5vLCBzdHJ1Y3QgaW5vZGUgKnRhcmdldCwgc3RydWN0IHUKIAkJ cmV0dXJuICgwKTsKIAlpZiAodGFyZ2V0LT5pX251bWJlciA9PSBST09USU5PKQogCQlyZXR1 cm4gKDApOwotCWVycm9yID0gMDsKIAlmb3IgKDs7KSB7CiAJCWVycm9yID0gdWZzX2Rpcl9k ZF9pbm8odnAsIGNyZWQsICZkZF9pbm8pOwogCQlpZiAoZXJyb3IgIT0gMCkKLS0gCjEuOC4x LjIKCg== --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8; name="0002-ufs-Remove-the-unused-macro-MAXSYMLINKLEN.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="0002-ufs-Remove-the-unused-macro-MAXSYMLINKLEN.patch" RnJvbSBlYzY2NDkxZDAwNzEyNTliYzVkMjliOWVkOGM2YTZjZjQyYzk4OGQ0IE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBDaHJpc3RvcGggTWFsbG9uIDxjaHJpc3RvcGgubWFs bG9uQGdteC5kZT4KRGF0ZTogU3VuLCAzIEZlYiAyMDEzIDExOjMwOjM3ICswMTAwClN1Ympl Y3Q6IFtQQVRDSCAyLzZdIHVmczogUmVtb3ZlIHRoZSB1bnVzZWQgbWFjcm8gTUFYU1lNTElO S0xFTigpLgoKLS0tCiBzeXMvdWZzL3Vmcy9pbm9kZS5oIHwgNCAtLS0tCiAxIGZpbGUgY2hh bmdlZCwgNCBkZWxldGlvbnMoLSkKCmRpZmYgLS1naXQgYS9zeXMvdWZzL3Vmcy9pbm9kZS5o IGIvc3lzL3Vmcy91ZnMvaW5vZGUuaAppbmRleCA1OWIxNzBjLi42NDE2NjMyIDEwMDY0NAot LS0gYS9zeXMvdWZzL3Vmcy9pbm9kZS5oCisrKyBiL3N5cy91ZnMvdWZzL2lub2RlLmgKQEAg LTE1MSwxMCArMTUxLDYgQEAgc3RydWN0IGlub2RlIHsKIAkJKGlwKS0+aV9kaW4yLT5kIyNm aWVsZCA9ICh2YWwpOyBcCiAJfSB3aGlsZSAoMCkKIAotI2RlZmluZQlNQVhTWU1MSU5LTEVO KGlwKSBcCi0JKChpcCktPmlfdW1wLT51bV9mc3R5cGUgPT0gVUZTMSkgPyBcCi0JKChOREFE RFIgKyBOSUFERFIpICogc2l6ZW9mKHVmczFfZGFkZHJfdCkpIDogXAotCSgoTkRBRERSICsg TklBRERSKSAqIHNpemVvZih1ZnMyX2RhZGRyX3QpKQogI2RlZmluZQlTSE9SVExJTksoaXAp IFwKIAkoKChpcCktPmlfdW1wLT51bV9mc3R5cGUgPT0gVUZTMSkgPyBcCiAJKGNhZGRyX3Qp KGlwKS0+aV9kaW4xLT5kaV9kYiA6IChjYWRkcl90KShpcCktPmlfZGluMi0+ZGlfZGIpCi0t IAoxLjguMS4yCgo= --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8; name="0003-sys-Add-the-macro-PANIC-which-acts-like-panic-but-au.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*0="0003-sys-Add-the-macro-PANIC-which-acts-like-panic-but-au.pa"; filename*1="tch" RnJvbSA4MDdiYzg2NTJiM2ZmOGI3YzI2ZGNhNWM3NGUwYTcxNWQzYmY2YWNjIE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBDaHJpc3RvcGggTWFsbG9uIDxjaHJpc3RvcGgubWFs bG9uQGdteC5kZT4KRGF0ZTogTW9uLCAyOCBKYW4gMjAxMyAxNjowMzo0OCArMDEwMApTdWJq ZWN0OiBbUEFUQ0ggMy82XSBzeXM6IEFkZCB0aGUgbWFjcm8gUEFOSUMoKSwgd2hpY2ggYWN0 cyBsaWtlIHBhbmljKCksIGJ1dAogYXV0b21hdGljYWxseSBhZGRzIHRoZSBuYW1lIG9mIHRo ZSBjYWxsaW5nIGZ1bmN0aW9uLgoKLS0tCiBzeXMvc3lzL3N5c3RtLmggfCA2ICsrKysrKwog MSBmaWxlIGNoYW5nZWQsIDYgaW5zZXJ0aW9ucygrKQoKZGlmZiAtLWdpdCBhL3N5cy9zeXMv c3lzdG0uaCBiL3N5cy9zeXMvc3lzdG0uaAppbmRleCBkZDk2ZDcwLi41ZmY5ZWIyIDEwMDY0 NAotLS0gYS9zeXMvc3lzL3N5c3RtLmgKKysrIGIvc3lzL3N5cy9zeXN0bS5oCkBAIC0xNzYs NiArMTc2LDEyIEBAIHZvaWQJZ193YWl0aWRsZSh2b2lkKTsKIAogdm9pZAlwYW5pYyhjb25z dCBjaGFyICosIC4uLikgX19kZWFkMiBfX3ByaW50Zmxpa2UoMSwgMik7CiAKKy8qCisgKiBQ YW5pYyBhbmQgYXV0b21hdGljYWxseSBwcmVwZW5kIHRoZSBuYW1lIG9mIHRoZSBmdW5jdGlv biB0byB0aGUgcGFuaWMKKyAqIG1lc3NhZ2UuCisgKi8KKyNkZWZpbmUgUEFOSUMoZm10LCAu Li4pIHBhbmljKCIlczogIiBmbXQsIF9fZnVuY19fLCAjI19fVkFfQVJHU19fKQorCiB2b2lk CWNwdV9ib290KGludCk7CiB2b2lkCWNwdV9mbHVzaF9kY2FjaGUodm9pZCAqLCBzaXplX3Qp Owogdm9pZAljcHVfcm9vdGNvbmYodm9pZCk7Ci0tIAoxLjguMS4yCgo= --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8; name="0004-ufs-Use-PANIC-instead-of-panic-with-inconsistent-fun.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*0="0004-ufs-Use-PANIC-instead-of-panic-with-inconsistent-fun.pa"; filename*1="tch" RnJvbSA4NWU3MWEzMmE1OTgzMjAxMDZkNTIwYzcwNjVhM2Q3MWJjMDJiZTU0IE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBDaHJpc3RvcGggTWFsbG9uIDxjaHJpc3RvcGgubWFs bG9uQGdteC5kZT4KRGF0ZTogU3VuLCAzIEZlYiAyMDEzIDExOjM4OjI3ICswMTAwClN1Ympl Y3Q6IFtQQVRDSCA0LzZdIHVmczogVXNlIFBBTklDKCkgaW5zdGVhZCBvZiBwYW5pYygpIHdp dGggaW5jb25zaXN0ZW50CiBmdW5jdGlvbiBuYW1lcy4KCi0tLQogc3lzL3Vmcy91ZnMvdWZz X2FjbC5jICAgICAgfCAgNCArKy0tCiBzeXMvdWZzL3Vmcy91ZnNfYm1hcC5jICAgICB8ICA2 ICsrKy0tLQogc3lzL3Vmcy91ZnMvdWZzX2Rpcmhhc2guYyAgfCAyNCArKysrKysrKysrKy0t LS0tLS0tLS0tLQogc3lzL3Vmcy91ZnMvdWZzX2V4dGF0dHIuYyAgfCAgNiArKystLS0KIHN5 cy91ZnMvdWZzL3Vmc19nam91cm5hbC5jIHwgIDIgKy0KIHN5cy91ZnMvdWZzL3Vmc19sb29r dXAuYyAgIHwgMTQgKysrKysrKy0tLS0tLS0KIHN5cy91ZnMvdWZzL3Vmc19xdW90YS5jICAg IHwgMTAgKysrKystLS0tLQogc3lzL3Vmcy91ZnMvdWZzX3Zub3BzLmMgICAgfCA0OCArKysr KysrKysrKysrKysrKysrKystLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCiA4IGZpbGVzIGNo YW5nZWQsIDU1IGluc2VydGlvbnMoKyksIDU5IGRlbGV0aW9ucygtKQoKZGlmZiAtLWdpdCBh L3N5cy91ZnMvdWZzL3Vmc19hY2wuYyBiL3N5cy91ZnMvdWZzL3Vmc19hY2wuYwppbmRleCA0 MDIxYjBhLi5mNDNlYmEwIDEwMDY0NAotLS0gYS9zeXMvdWZzL3Vmcy91ZnNfYWNsLmMKKysr IGIvc3lzL3Vmcy91ZnMvdWZzX2FjbC5jCkBAIC0xMDYsMTIgKzEwNiwxMiBAQCB1ZnNfc3lu Y19hY2xfZnJvbV9pbm9kZShzdHJ1Y3QgaW5vZGUgKmlwLCBzdHJ1Y3QgYWNsICphY2wpCiAJ CQlicmVhazsKIAkKIAkJZGVmYXVsdDoKLQkJCXBhbmljKCJ1ZnNfc3luY19hY2xfZnJvbV9p bm9kZSgpOiBiYWQgYWVfdGFnIik7CisJCQlQQU5JQygiYmFkIGFlX3RhZyIpOwogCQl9CiAJ fQogCiAJaWYgKGFjbF9ncm91cF9vYmogPT0gTlVMTCkKLQkJcGFuaWMoInVmc19zeW5jX2Fj bF9mcm9tX2lub2RlKCk6IG5vIEFDTF9HUk9VUF9PQkoiKTsKKwkJUEFOSUMoIm5vIEFDTF9H Uk9VUF9PQkoiKTsKIAogCWlmIChhY2xfbWFzayA9PSBOVUxMKSB7CiAJCS8qCmRpZmYgLS1n aXQgYS9zeXMvdWZzL3Vmcy91ZnNfYm1hcC5jIGIvc3lzL3Vmcy91ZnMvdWZzX2JtYXAuYwpp bmRleCAyMjg4N2M4Li41ZWE0NzYyIDEwMDY0NAotLS0gYS9zeXMvdWZzL3Vmcy91ZnNfYm1h cC5jCisrKyBiL3N5cy91ZnMvdWZzL3Vmc19ibWFwLmMKQEAgLTE1MiwxMSArMTUyLDExIEBA IHVmc19ibWFwYXJyYXkodnAsIGJuLCBibnAsIG5icCwgcnVucCwgcnVuYikKIAkJCWlmICgq Ym5wID09IDApCiAJCQkJKmJucCA9IC0xOwogCQkJaWYgKG5icCA9PSBOVUxMKQotCQkJCXBh bmljKCJ1ZnNfYm1hcGFycmF5OiBtYXBwaW5nIGV4dCBkYXRhIik7CisJCQkJUEFOSUMoIm1h cHBpbmcgZXh0IGRhdGEiKTsKIAkJCW5icC0+Yl94ZmxhZ3MgfD0gQlhfQUxUREFUQTsKIAkJ CXJldHVybiAoMCk7CiAJCX0gZWxzZSB7Ci0JCQlwYW5pYygidWZzX2JtYXBhcnJheTogYmxr bm8gb3V0IG9mIHJhbmdlIik7CisJCQlQQU5JQygiYmxrbm8gb3V0IG9mIHJhbmdlIik7CiAJ CX0KIAkJLyoKIAkJICogU2luY2UgdGhpcyBpcyBGRlMgaW5kZXBlbmRlbnQgY29kZSwgd2Ug YXJlIG91dCBvZgpAQCAtMjE2LDcgKzIxNiw3IEBAIHVmc19ibWFwYXJyYXkodnAsIGJuLCBi bnAsIG5icCwgcnVucCwgcnVuYikKIAkJaWYgKChicC0+Yl9mbGFncyAmIEJfQ0FDSEUpID09 IDApIHsKICNpZmRlZiBJTlZBUklBTlRTCiAJCQlpZiAoIWRhZGRyKQotCQkJCXBhbmljKCJ1 ZnNfYm1hcGFycmF5OiBpbmRpcmVjdCBibG9jayBub3QgaW4gY2FjaGUiKTsKKwkJCQlQQU5J QygiaW5kaXJlY3QgYmxvY2sgbm90IGluIGNhY2hlIik7CiAjZW5kaWYKIAkJCWJwLT5iX2Js a25vID0gYmxrcHRydG9kYih1bXAsIGRhZGRyKTsKIAkJCWJwLT5iX2lvY21kID0gQklPX1JF QUQ7CmRpZmYgLS1naXQgYS9zeXMvdWZzL3Vmcy91ZnNfZGlyaGFzaC5jIGIvc3lzL3Vmcy91 ZnMvdWZzX2Rpcmhhc2guYwppbmRleCBiNTFmZGZmLi4yMTcxNmM0IDEwMDY0NAotLS0gYS9z eXMvdWZzL3Vmcy91ZnNfZGlyaGFzaC5jCisrKyBiL3N5cy91ZnMvdWZzL3Vmc19kaXJoYXNo LmMKQEAgLTYyMSw3ICs2MjEsNyBAQCByZXN0YXJ0OgogCQlpZiAob2Zmc2V0ID09IERJUkhB U0hfREVMKQogCQkJY29udGludWU7CiAJCWlmIChvZmZzZXQgPCAwIHx8IG9mZnNldCA+PSBp cC0+aV9zaXplKQotCQkJcGFuaWMoInVmc2Rpcmhhc2hfbG9va3VwOiBiYWQgb2Zmc2V0IGlu IGhhc2ggYXJyYXkiKTsKKwkJCVBBTklDKCJiYWQgb2Zmc2V0IGluIGhhc2ggYXJyYXkiKTsK IAkJaWYgKChvZmZzZXQgJiB+Ym1hc2spICE9IGJsa29mZikgewogCQkJaWYgKGJwICE9IE5V TEwpCiAJCQkJYnJlbHNlKGJwKTsKQEAgLTc2MSw3ICs3NjEsNyBAQCB1ZnNkaXJoYXNoX2Zp bmRmcmVlKHN0cnVjdCBpbm9kZSAqaXAsIGludCBzbG90bmVlZGVkLCBpbnQgKnNsb3RzaXpl KQogCQlyZXR1cm4gKC0xKTsKIAl9CiAJaWYgKGZyZWVieXRlcyA8IHNsb3RuZWVkZWQpCi0J CXBhbmljKCJ1ZnNkaXJoYXNoX2ZpbmRmcmVlOiBmcmVlIG1pc21hdGNoIik7CisJCVBBTklD KCJmcmVlIG1pc21hdGNoIik7CiAJYnJlbHNlKGJwKTsKIAkqc2xvdHNpemUgPSBwb3MgKyBp IC0gc2xvdHN0YXJ0OwogCXJldHVybiAoc2xvdHN0YXJ0KTsKQEAgLTk0OSwxMCArOTQ5LDEw IEBAIHVmc2Rpcmhhc2hfZGlydHJ1bmMoc3RydWN0IGlub2RlICppcCwgZG9mZl90IG9mZnNl dCkKIAkJZGgtPmRoX2ZpcnN0ZnJlZVtESF9ORlNUQVRTXSA9IC0xOwogCWZvciAoaSA9IGJs b2NrOyBpIDwgZGgtPmRoX2RpcmJsa3M7IGkrKykKIAkJaWYgKGRoLT5kaF9ibGtmcmVlW2ld ICE9IERJUkJMS1NJWiAvIERJUkFMSUdOKQotCQkJcGFuaWMoInVmc2Rpcmhhc2hfZGlydHJ1 bmM6IGJsb2NrcyBpbiB1c2UiKTsKKwkJCVBBTklDKCJibG9ja3MgaW4gdXNlIik7CiAJZm9y IChpID0gMDsgaSA8IERIX05GU1RBVFM7IGkrKykKIAkJaWYgKGRoLT5kaF9maXJzdGZyZWVb aV0gPj0gYmxvY2spCi0JCQlwYW5pYygidWZzZGlyaGFzaF9kaXJ0cnVuYzogZmlyc3QgZnJl ZSBjb3JydXB0Iik7CisJCQlQQU5JQygiZmlyc3QgZnJlZSBjb3JydXB0Iik7CiAJZGgtPmRo X2RpcmJsa3MgPSBibG9jazsKIAl1ZnNkaXJoYXNoX3JlbGVhc2UoZGgpOwogfQpAQCAtOTgw LDEzICs5ODAsMTMgQEAgdWZzZGlyaGFzaF9jaGVja2Jsb2NrKHN0cnVjdCBpbm9kZSAqaXAs IGNoYXIgKmJ1ZiwgZG9mZl90IG9mZnNldCkKIAogCWJsb2NrID0gb2Zmc2V0IC8gRElSQkxL U0laOwogCWlmICgob2Zmc2V0ICYgKERJUkJMS1NJWiAtIDEpKSAhPSAwIHx8IGJsb2NrID49 IGRoLT5kaF9kaXJibGtzKQotCQlwYW5pYygidWZzZGlyaGFzaF9jaGVja2Jsb2NrOiBiYWQg b2Zmc2V0Iik7CisJCVBBTklDKCJiYWQgb2Zmc2V0Iik7CiAKIAluZnJlZSA9IDA7CiAJZm9y IChpID0gMDsgaSA8IERJUkJMS1NJWjsgaSArPSBkcC0+ZF9yZWNsZW4pIHsKIAkJZHAgPSAo c3RydWN0IGRpcmVjdCAqKShidWYgKyBpKTsKIAkJaWYgKGRwLT5kX3JlY2xlbiA9PSAwIHx8 IGkgKyBkcC0+ZF9yZWNsZW4gPiBESVJCTEtTSVopCi0JCQlwYW5pYygidWZzZGlyaGFzaF9j aGVja2Jsb2NrOiBiYWQgZGlyIik7CisJCQlQQU5JQygiYmFkIGRpciIpOwogCiAJCWlmIChk cC0+ZF9pbm8gPT0gMCkgewogI2lmIDAKQEAgLTk5Nyw3ICs5OTcsNyBAQCB1ZnNkaXJoYXNo X2NoZWNrYmxvY2soc3RydWN0IGlub2RlICppcCwgY2hhciAqYnVmLCBkb2ZmX3Qgb2Zmc2V0 KQogCQkJICogb2Zmc2V0cywgYW5kIGZzY2sgZG9lcyBub3QgZml4IHRoZW0uCiAJCQkgKi8K IAkJCWlmIChpICE9IDApCi0JCQkJcGFuaWMoInVmc2Rpcmhhc2hfY2hlY2tibG9jazogYmFk IGRpciBpbm9kZSIpOworCQkJCVBBTklDKCJiYWQgZGlyIGlub2RlIik7CiAjZW5kaWYKIAkJ CW5mcmVlICs9IGRwLT5kX3JlY2xlbjsKIAkJCWNvbnRpbnVlOwpAQCAtMTAwOSwxNyArMTAw OSwxNyBAQCB1ZnNkaXJoYXNoX2NoZWNrYmxvY2soc3RydWN0IGlub2RlICppcCwgY2hhciAq YnVmLCBkb2ZmX3Qgb2Zmc2V0KQogCQluZnJlZSArPSBkcC0+ZF9yZWNsZW4gLSBESVJTSVoo MCwgZHApOwogCX0KIAlpZiAoaSAhPSBESVJCTEtTSVopCi0JCXBhbmljKCJ1ZnNkaXJoYXNo X2NoZWNrYmxvY2s6IGJhZCBkaXIgZW5kIik7CisJCVBBTklDKCJiYWQgZGlyIGVuZCIpOwog CiAJaWYgKGRoLT5kaF9ibGtmcmVlW2Jsb2NrXSAqIERJUkFMSUdOICE9IG5mcmVlKQotCQlw YW5pYygidWZzZGlyaGFzaF9jaGVja2Jsb2NrOiBiYWQgZnJlZSBjb3VudCIpOworCQlQQU5J QygiYmFkIGZyZWUgY291bnQiKTsKIAogCWZmc2xvdCA9IEJMS0ZSRUUySURYKG5mcmVlIC8g RElSQUxJR04pOwogCWZvciAoaSA9IDA7IGkgPD0gREhfTkZTVEFUUzsgaSsrKQogCQlpZiAo ZGgtPmRoX2ZpcnN0ZnJlZVtpXSA9PSBibG9jayAmJiBpICE9IGZmc2xvdCkKLQkJCXBhbmlj KCJ1ZnNkaXJoYXNoX2NoZWNrYmxvY2s6IGJhZCBmaXJzdC1mcmVlIik7CisJCQlQQU5JQygi YmFkIGZpcnN0LWZyZWUiKTsKIAlpZiAoZGgtPmRoX2ZpcnN0ZnJlZVtmZnNsb3RdID09IC0x KQotCQlwYW5pYygidWZzZGlyaGFzaF9jaGVja2Jsb2NrOiBtaXNzaW5nIGZpcnN0LWZyZWUg ZW50cnkiKTsKKwkJUEFOSUMoIm1pc3NpbmcgZmlyc3QtZnJlZSBlbnRyeSIpOwogCXVmc2Rp cmhhc2hfcmVsZWFzZShkaCk7CiB9CiAKQEAgLTExMDAsNyArMTEwMCw3IEBAIHVmc2Rpcmhh c2hfZmluZHNsb3Qoc3RydWN0IGRpcmhhc2ggKmRoLCBjaGFyICpuYW1lLCBpbnQgbmFtZWxl biwgZG9mZl90IG9mZnNldCkKIAkgICAgREhfRU5UUlkoZGgsIHNsb3QpICE9IERJUkhBU0hf RU1QVFkpCiAJCXNsb3QgPSBXUkFQSU5DUihzbG90LCBkaC0+ZGhfaGxlbik7CiAJaWYgKERI X0VOVFJZKGRoLCBzbG90KSAhPSBvZmZzZXQpCi0JCXBhbmljKCJ1ZnNkaXJoYXNoX2ZpbmRz bG90OiAnJS4qcycgbm90IGZvdW5kIiwgbmFtZWxlbiwgbmFtZSk7CisJCVBBTklDKCInJS4q cycgbm90IGZvdW5kIiwgbmFtZWxlbiwgbmFtZSk7CiAKIAlyZXR1cm4gKHNsb3QpOwogfQpk aWZmIC0tZ2l0IGEvc3lzL3Vmcy91ZnMvdWZzX2V4dGF0dHIuYyBiL3N5cy91ZnMvdWZzL3Vm c19leHRhdHRyLmMKaW5kZXggZDUyZjY1MC4uODljZDU2ZCAxMDA2NDQKLS0tIGEvc3lzL3Vm cy91ZnMvdWZzX2V4dGF0dHIuYworKysgYi9zeXMvdWZzL3Vmcy91ZnNfZXh0YXR0ci5jCkBA IC0xODgsMTAgKzE4OCwxMCBAQCB1ZnNfZXh0YXR0cl91ZXBtX2Rlc3Ryb3koc3RydWN0IHVm c19leHRhdHRyX3Blcl9tb3VudCAqdWVwbSkKIHsKIAogCWlmICghKHVlcG0tPnVlcG1fZmxh Z3MgJiBVRlNfRVhUQVRUUl9VRVBNX0lOSVRJQUxJWkVEKSkKLQkJcGFuaWMoInVmc19leHRh dHRyX3VlcG1fZGVzdHJveTogbm90IGluaXRpYWxpemVkIik7CisJCVBBTklDKCJub3QgaW5p dGlhbGl6ZWQiKTsKIAogCWlmICgodWVwbS0+dWVwbV9mbGFncyAmIFVGU19FWFRBVFRSX1VF UE1fU1RBUlRFRCkpCi0JCXBhbmljKCJ1ZnNfZXh0YXR0cl91ZXBtX2Rlc3Ryb3k6IGNhbGxl ZCB3aGlsZSBzdGlsbCBzdGFydGVkIik7CisJCVBBTklDKCJjYWxsZWQgd2hpbGUgc3RpbGwg c3RhcnRlZCIpOwogCiAJLyoKIAkgKiBJdCdzIG5vdCBjbGVhciB0aGF0IGVpdGhlciBvcmRl ciBmb3IgdGhlIG5leHQgdHdvIGxpbmVzIGlzCkBAIC0yOTgsNyArMjk4LDcgQEAgdWZzX2V4 dGF0dHJfbG9va3VwKHN0cnVjdCB2bm9kZSAqc3RhcnRfZHZwLCBpbnQgbG9ja3BhcmVudCwg Y2hhciAqZGlybmFtZSwKIAl9CiAvKgogCWlmICh0YXJnZXRfdnAgPT0gc3RhcnRfZHZwKQot CQlwYW5pYygidWZzX2V4dGF0dHJfbG9va3VwOiB0YXJnZXRfdnAgPT0gc3RhcnRfZHZwIik7 CisJCVBBTklDKCJ0YXJnZXRfdnAgPT0gc3RhcnRfZHZwIik7CiAqLwogCiAJaWYgKHRhcmdl dF92cCAhPSBzdGFydF9kdnAgJiYgbG9ja3BhcmVudCA9PSBVRV9HRVRESVJfTE9DS1BBUkVO VF9ET05UKQpkaWZmIC0tZ2l0IGEvc3lzL3Vmcy91ZnMvdWZzX2dqb3VybmFsLmMgYi9zeXMv dWZzL3Vmcy91ZnNfZ2pvdXJuYWwuYwppbmRleCA4ZTM1YzA4Li4wNWEyMTVkIDEwMDY0NAot LS0gYS9zeXMvdWZzL3Vmcy91ZnNfZ2pvdXJuYWwuYworKysgYi9zeXMvdWZzL3Vmcy91ZnNf Z2pvdXJuYWwuYwpAQCAtODAsNyArODAsNyBAQCB1ZnNfZ2pvdXJuYWxfbW9kcmVmKHN0cnVj dCB2bm9kZSAqdnAsIGludCBjb3VudCkKIAkJY2dibm8gPSBmc2J0b2RiKGZzLCBjZ3RvZChm cywgY2cpKTsKIAl9CiAJaWYgKCh1X2ludClpbm8gPj0gZnMtPmZzX2lwZyAqIGZzLT5mc19u Y2cpCi0JCXBhbmljKCJ1ZnNfZ2pvdXJuYWxfbW9kcmVmOiByYW5nZTogZGV2ID0gJXMsIGlu byA9ICVsdSwgZnMgPSAlcyIsCisJCVBBTklDKCJyYW5nZTogZGV2ID0gJXMsIGlubyA9ICVs dSwgZnMgPSAlcyIsCiAJCSAgICBkZXZ0b25hbWUoZGV2KSwgKHVfbG9uZylpbm8sIGZzLT5m c19mc21udCk7CiAJaWYgKChlcnJvciA9IGJyZWFkKGRldnZwLCBjZ2JubywgKGludClmcy0+ ZnNfY2dzaXplLCBOT0NSRUQsICZicCkpKSB7CiAJCWJyZWxzZShicCk7CmRpZmYgLS1naXQg YS9zeXMvdWZzL3Vmcy91ZnNfbG9va3VwLmMgYi9zeXMvdWZzL3Vmcy91ZnNfbG9va3VwLmMK aW5kZXggMDJmZGE5Zi4uMTc2Yzg3OSAxMDA2NDQKLS0tIGEvc3lzL3Vmcy91ZnMvdWZzX2xv b2t1cC5jCisrKyBiL3N5cy91ZnMvdWZzL3Vmc19sb29rdXAuYwpAQCAtNzcwLDcgKzc3MCw3 IEBAIHVmc19kaXJiYWQoaXAsIG9mZnNldCwgaG93KQogCiAJbXAgPSBJVE9WKGlwKS0+dl9t b3VudDsKIAlpZiAoKG1wLT5tbnRfZmxhZyAmIE1OVF9SRE9OTFkpID09IDApCi0JCXBhbmlj KCJ1ZnNfZGlyYmFkOiAlczogYmFkIGRpciBpbm8gJWp1IGF0IG9mZnNldCAlbGQ6ICVzIiwK KwkJUEFOSUMoIiVzOiBiYWQgZGlyIGlubyAlanUgYXQgb2Zmc2V0ICVsZDogJXMiLAogCQkg ICAgbXAtPm1udF9zdGF0LmZfbW50b25uYW1lLCAodWludG1heF90KWlwLT5pX251bWJlciwK IAkJICAgIChsb25nKW9mZnNldCwgaG93KTsKIAllbHNlCkBAIC04MzksNyArODM5LDcgQEAg dWZzX21ha2VkaXJlbnRyeShpcCwgY25wLCBuZXdkaXJwKQogCiAjaWZkZWYgSU5WQVJJQU5U UwogCWlmICgoY25wLT5jbl9mbGFncyAmIFNBVkVOQU1FKSA9PSAwKQotCQlwYW5pYygidWZz X21ha2VkaXJlbnRyeTogbWlzc2luZyBuYW1lIik7CisJCVBBTklDKCJtaXNzaW5nIG5hbWUi KTsKICNlbmRpZgogCW5ld2RpcnAtPmRfaW5vID0gaXAtPmlfbnVtYmVyOwogCW5ld2RpcnAt PmRfbmFtbGVuID0gY25wLT5jbl9uYW1lbGVuOwpAQCAtODk4LDcgKzg5OCw3IEBAIHVmc19k aXJlbnRlcihkdnAsIHR2cCwgZGlycCwgY25wLCBuZXdkaXJicCwgaXNyZW5hbWUpCiAJCSAq IG5ldyBlbnRyeSBpbnRvIGEgZnJlc2ggYmxvY2suCiAJCSAqLwogCQlpZiAoZHAtPmlfb2Zm c2V0ICYgKERJUkJMS1NJWiAtIDEpKQotCQkJcGFuaWMoInVmc19kaXJlbnRlcjogbmV3Ymxr Iik7CisJCQlQQU5JQygibmV3YmxrIik7CiAJCWZsYWdzID0gQkFfQ0xSQlVGOwogCQlpZiAo IURPSU5HU09GVERFUChkdnApICYmICFET0lOR0FTWU5DKGR2cCkpCiAJCQlmbGFncyB8PSBJ T19TWU5DOwpAQCAtMTA4MSwxMSArMTA4MSwxMSBAQCB1ZnNfZGlyZW50ZXIoZHZwLCB0dnAs IGRpcnAsIGNucCwgbmV3ZGlyYnAsIGlzcmVuYW1lKQogCSAgICAoZXAtPmRfaW5vID09IFdJ Tk8gJiYgbmFtbGVuID09IGRpcnAtPmRfbmFtbGVuICYmCiAJICAgICBiY21wKGVwLT5kX25h bWUsIGRpcnAtPmRfbmFtZSwgZGlycC0+ZF9uYW1sZW4pID09IDApKSB7CiAJCWlmIChzcGFj ZWZyZWUgKyBkc2l6ZSA8IG5ld2VudHJ5c2l6ZSkKLQkJCXBhbmljKCJ1ZnNfZGlyZW50ZXI6 IGNvbXBhY3QxIik7CisJCQlQQU5JQygiY29tcGFjdDEiKTsKIAkJZGlycC0+ZF9yZWNsZW4g PSBzcGFjZWZyZWUgKyBkc2l6ZTsKIAl9IGVsc2UgewogCQlpZiAoc3BhY2VmcmVlIDwgbmV3 ZW50cnlzaXplKQotCQkJcGFuaWMoInVmc19kaXJlbnRlcjogY29tcGFjdDIiKTsKKwkJCVBB TklDKCJjb21wYWN0MiIpOwogCQlkaXJwLT5kX3JlY2xlbiA9IHNwYWNlZnJlZTsKIAkJZXAt PmRfcmVjbGVuID0gZHNpemU7CiAJCWVwID0gKHN0cnVjdCBkaXJlY3QgKikoKGNoYXIgKill cCArIGRzaXplKTsKQEAgLTEyMTEsNyArMTIxMSw3IEBAIHVmc19kaXJyZW1vdmUoZHZwLCBp cCwgZmxhZ3MsIGlzcm1kaXIpCiAJCXVmc2Rpcmhhc2hfcmVtb3ZlKGRwLCByZXAsIGRwLT5p X29mZnNldCk7CiAjZW5kaWYKIAlpZiAoaXAgJiYgcmVwLT5kX2lubyAhPSBpcC0+aV9udW1i ZXIpCi0JCXBhbmljKCJ1ZnNfZGlycmVtb3ZlOiBpcCAlanUgZG9lcyBub3QgbWF0Y2ggZGly ZW50IGlubyAlanVcbiIsCisJCVBBTklDKCJpcCAlanUgZG9lcyBub3QgbWF0Y2ggZGlyZW50 IGlubyAlanVcbiIsCiAJCSAgICAodWludG1heF90KWlwLT5pX251bWJlciwgKHVpbnRtYXhf dClyZXAtPmRfaW5vKTsKIAlpZiAoZHAtPmlfY291bnQgPT0gMCkgewogCQkvKgpAQCAtMTQ2 OCw3ICsxNDY4LDcgQEAgdWZzX2NoZWNrcGF0aChpbm9fdCBzb3VyY2VfaW5vLCBpbm9fdCBw YXJlbnRfaW5vLCBzdHJ1Y3QgaW5vZGUgKnRhcmdldCwgc3RydWN0IHUKIAl9CiAKIAlpZiAo ZXJyb3IgPT0gRU5PVERJUikKLQkJcGFuaWMoImNoZWNrcGF0aDogLi4gbm90IGEgZGlyZWN0 b3J5XG4iKTsKKwkJUEFOSUMoIi4uIG5vdCBhIGRpcmVjdG9yeVxuIik7CiAJaWYgKHZwICE9 IHR2cCkKIAkJdnB1dCh2cCk7CiAJcmV0dXJuIChlcnJvcik7CmRpZmYgLS1naXQgYS9zeXMv dWZzL3Vmcy91ZnNfcXVvdGEuYyBiL3N5cy91ZnMvdWZzL3Vmc19xdW90YS5jCmluZGV4IDg3 YWM5YTEuLjliZTk0OTYgMTAwNjQ0Ci0tLSBhL3N5cy91ZnMvdWZzL3Vmc19xdW90YS5jCisr KyBiL3N5cy91ZnMvdWZzL3Vmc19xdW90YS5jCkBAIC00NzYsNyArNDc2LDcgQEAgY2hrZHF1 b3Qoc3RydWN0IGlub2RlICppcCkKIAkJaWYgKGlwLT5pX2RxdW90W2ldID09IE5PRFFVT1Qp IHsKIAkJCVVGU19VTkxPQ0sodW1wKTsKIAkJCXZwcmludCgiY2hrZHF1b3Q6IG1pc3Npbmcg ZHF1b3QiLCBJVE9WKGlwKSk7Ci0JCQlwYW5pYygiY2hrZHF1b3Q6IG1pc3NpbmcgZHF1b3Qi KTsKKwkJCVBBTklDKCJtaXNzaW5nIGRxdW90Iik7CiAJCX0KIAl9CiAJVUZTX1VOTE9DSyh1 bXApOwpAQCAtMTM0Nyw3ICsxMzQ3LDcgQEAgaGZvdW5kOgkJRFFJX0xPQ0soZHEpOwogCQkJ cmV0dXJuIChFVVNFUlMpOwogCQl9CiAJCWlmIChkcS0+ZHFfY250IHx8IChkcS0+ZHFfZmxh Z3MgJiBEUV9NT0QpKQotCQkJcGFuaWMoImRxZ2V0OiBmcmVlIGRxdW90IGlzbid0ICVwIiwg ZHEpOworCQkJUEFOSUMoImZyZWUgZHF1b3QgaXNuJ3QgJXAiLCBkcSk7CiAJCVRBSUxRX1JF TU9WRSgmZHFmcmVlbGlzdCwgZHEsIGRxX2ZyZWVsaXN0KTsKIAkJaWYgKGRxLT5kcV91bXAg IT0gTlVMTCkKIAkJCUxJU1RfUkVNT1ZFKGRxLCBkcV9oYXNoKTsKQEAgLTE1MjMsMTIgKzE1 MjMsMTIgQEAgZHFzeW5jKHN0cnVjdCB2bm9kZSAqdnAsIHN0cnVjdCBkcXVvdCAqZHEpCiAJ bXAgPSBOVUxMOwogCWVycm9yID0gMDsKIAlpZiAoZHEgPT0gTk9EUVVPVCkKLQkJcGFuaWMo ImRxc3luYzogZHF1b3QiKTsKKwkJUEFOSUMoImRxdW90Iik7CiAJaWYgKCh1bXAgPSBkcS0+ ZHFfdW1wKSA9PSBOVUxMKQogCQlyZXR1cm4gKDApOwogCVVGU19MT0NLKHVtcCk7CiAJaWYg KChkcXZwID0gdW1wLT51bV9xdW90YXNbZHEtPmRxX3R5cGVdKSA9PSBOVUxMVlApCi0JCXBh bmljKCJkcXN5bmM6IGZpbGUiKTsKKwkJUEFOSUMoImZpbGUiKTsKIAl2cmVmKGRxdnApOwog CVVGU19VTkxPQ0sodW1wKTsKIApAQCAtMTYxMiw3ICsxNjEyLDcgQEAgZHFmbHVzaChzdHJ1 Y3Qgdm5vZGUgKnZwKQogCQkJaWYgKGRxLT5kcV91bXAtPnVtX3F1b3Rhc1tkcS0+ZHFfdHlw ZV0gIT0gdnApCiAJCQkJY29udGludWU7CiAJCQlpZiAoZHEtPmRxX2NudCkKLQkJCQlwYW5p YygiZHFmbHVzaDogc3RyYXkgZHF1b3QiKTsKKwkJCQlQQU5JQygic3RyYXkgZHF1b3QiKTsK IAkJCUxJU1RfUkVNT1ZFKGRxLCBkcV9oYXNoKTsKIAkJCWRxLT5kcV91bXAgPSAoc3RydWN0 IHVmc21vdW50ICopMDsKIAkJfQpkaWZmIC0tZ2l0IGEvc3lzL3Vmcy91ZnMvdWZzX3Zub3Bz LmMgYi9zeXMvdWZzL3Vmcy91ZnNfdm5vcHMuYwppbmRleCBmNjliMWY5Li42MjQwMTkwIDEw MDY0NAotLS0gYS9zeXMvdWZzL3Vmcy91ZnNfdm5vcHMuYworKysgYi9zeXMvdWZzL3Vmcy91 ZnNfdm5vcHMuYwpAQCAtOTEzLDcgKzkxMyw3IEBAIHVmc19jaG93bih2cCwgdWlkLCBnaWQs IGNyZWQsIHRkKQogCXJldHVybiAoZXJyb3IpOwogZ29vZDoKIAlpZiAoZ2V0aW5vcXVvdGEo aXApKQotCQlwYW5pYygidWZzX2Nob3duOiBsb3N0IHF1b3RhIik7CisJCVBBTklDKCJsb3N0 IHF1b3RhIik7CiAjZW5kaWYgLyogUVVPVEEgKi8KIAlpcC0+aV9mbGFnIHw9IElOX0NIQU5H RTsKIAlpZiAoKGlwLT5pX21vZGUgJiAoSVNVSUQgfCBJU0dJRCkpICYmIChvdWlkICE9IHVp ZCB8fCBvZ2lkICE9IGdpZCkpIHsKQEAgLTk5MSwxNSArOTkxLDE0IEBAIHVmc19saW5rKGFw KQogCiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmICgoY25wLT5jbl9mbGFncyAmIEhBU0JVRikg PT0gMCkKLQkJcGFuaWMoInVmc19saW5rOiBubyBuYW1lIik7CisJCVBBTklDKCJubyBuYW1l Iik7CiAjZW5kaWYKIAlpZiAodGR2cC0+dl9tb3VudCAhPSB2cC0+dl9tb3VudCkgewogCQll cnJvciA9IEVYREVWOwogCQlnb3RvIG91dDsKIAl9CiAJaWYgKFZUT0kodGR2cCktPmlfZWZm bmxpbmsgPCAyKQotCQlwYW5pYygidWZzX2xpbms6IEJhZCBsaW5rIGNvdW50ICVkIG9uIHBh cmVudCIsCi0JCSAgICBWVE9JKHRkdnApLT5pX2VmZm5saW5rKTsKKwkJUEFOSUMoIkJhZCBs aW5rIGNvdW50ICVkIG9uIHBhcmVudCIsIFZUT0kodGR2cCktPmlfZWZmbmxpbmspOwogCWlw ID0gVlRPSSh2cCk7CiAJaWYgKChubGlua190KWlwLT5pX25saW5rID49IExJTktfTUFYKSB7 CiAJCWVycm9yID0gRU1MSU5LOwpAQCAtMTA2OCw5ICsxMDY3LDkgQEAgdWZzX3doaXRlb3V0 KGFwKQogCQkvKiBjcmVhdGUgYSBuZXcgZGlyZWN0b3J5IHdoaXRlb3V0ICovCiAjaWZkZWYg SU5WQVJJQU5UUwogCQlpZiAoKGNucC0+Y25fZmxhZ3MgJiBTQVZFTkFNRSkgPT0gMCkKLQkJ CXBhbmljKCJ1ZnNfd2hpdGVvdXQ6IG1pc3NpbmcgbmFtZSIpOworCQkJUEFOSUMoIm1pc3Np bmcgbmFtZSIpOwogCQlpZiAoZHZwLT52X21vdW50LT5tbnRfbWF4c3ltbGlua2xlbiA8PSAw KQotCQkJcGFuaWMoInVmc193aGl0ZW91dDogb2xkIGZvcm1hdCBmaWxlc3lzdGVtIik7CisJ CQlQQU5JQygib2xkIGZvcm1hdCBmaWxlc3lzdGVtIik7CiAjZW5kaWYKIAogCQluZXdkaXIu ZF9pbm8gPSBXSU5POwpAQCAtMTA4NCwxNCArMTA4MywxNCBAQCB1ZnNfd2hpdGVvdXQoYXAp CiAJCS8qIHJlbW92ZSBhbiBleGlzdGluZyBkaXJlY3Rvcnkgd2hpdGVvdXQgKi8KICNpZmRl ZiBJTlZBUklBTlRTCiAJCWlmIChkdnAtPnZfbW91bnQtPm1udF9tYXhzeW1saW5rbGVuIDw9 IDApCi0JCQlwYW5pYygidWZzX3doaXRlb3V0OiBvbGQgZm9ybWF0IGZpbGVzeXN0ZW0iKTsK KwkJCVBBTklDKCJvbGQgZm9ybWF0IGZpbGVzeXN0ZW0iKTsKICNlbmRpZgogCiAJCWNucC0+ Y25fZmxhZ3MgJj0gfkRPV0hJVEVPVVQ7CiAJCWVycm9yID0gdWZzX2RpcnJlbW92ZShkdnAs IE5VTEwsIGNucC0+Y25fZmxhZ3MsIDApOwogCQlicmVhazsKIAlkZWZhdWx0OgotCQlwYW5p YygidWZzX3doaXRlb3V0OiB1bmtub3duIG9wIik7CisJCVBBTklDKCJ1bmtub3duIG9wIik7 CiAJfQogCXJldHVybiAoZXJyb3IpOwogfQpAQCAtMTE1NSw3ICsxMTU0LDcgQEAgdWZzX3Jl bmFtZShhcCkKICNpZmRlZiBJTlZBUklBTlRTCiAJaWYgKCh0Y25wLT5jbl9mbGFncyAmIEhB U0JVRikgPT0gMCB8fAogCSAgICAoZmNucC0+Y25fZmxhZ3MgJiBIQVNCVUYpID09IDApCi0J CXBhbmljKCJ1ZnNfcmVuYW1lOiBubyBuYW1lIik7CisJCVBBTklDKCJubyBuYW1lIik7CiAj ZW5kaWYKIAllbmRvZmYgPSAwOwogCW1wID0gdGR2cC0+dl9tb3VudDsKQEAgLTEzNTQsMTEg KzEzNTMsMTEgQEAgcmVsb2NrOgogCQlpZiAoZXJyb3IpCiAJCQlnb3RvIHVubG9ja291dDsK IAkJaWYgKCh0Y25wLT5jbl9mbGFncyAmIFNBVkVTVEFSVCkgPT0gMCkKLQkJCXBhbmljKCJ1 ZnNfcmVuYW1lOiBsb3N0IHRvIHN0YXJ0ZGlyIik7CisJCQlQQU5JQygibG9zdCB0byBzdGFy dGRpciIpOwogCX0KIAlpZiAoZmlwLT5pX2VmZm5saW5rID09IDAgfHwgZmRwLT5pX2VmZm5s aW5rID09IDAgfHwKIAkgICAgdGRwLT5pX2VmZm5saW5rID09IDApCi0JCXBhbmljKCJCYWQg ZWZmbmxpbmsgZmlwICVwLCBmZHAgJXAsIHRkcCAlcCIsIGZpcCwgZmRwLCB0ZHApOworCQlQ QU5JQygiQmFkIGVmZm5saW5rIGZpcCAlcCwgZmRwICVwLCB0ZHAgJXAiLCBmaXAsIGZkcCwg dGRwKTsKIAogCS8qCiAJICogMSkgQnVtcCBsaW5rIGNvdW50IHdoaWxlIHdlJ3JlIG1vdmlu ZyBzdHVmZgpAQCAtMTM4NSw3ICsxMzg0LDcgQEAgcmVsb2NrOgogCSAqLwogCWlmICh0aXAg PT0gTlVMTCkgewogCQlpZiAodGRwLT5pX2RldiAhPSBmaXAtPmlfZGV2KQotCQkJcGFuaWMo InVmc19yZW5hbWU6IEVYREVWIik7CisJCQlQQU5JQygiRVhERVYiKTsKIAkJaWYgKGRvaW5n ZGlyZWN0b3J5ICYmIG5ld3BhcmVudCkgewogCQkJLyoKIAkJCSAqIEFjY291bnQgZm9yICIu LiIgaW4gbmV3IGRpcmVjdG9yeS4KQEAgLTE0MDksMTIgKzE0MDgsMTIgQEAgcmVsb2NrOgog CQkJZW5kb2ZmID0gdGRwLT5pX2VuZG9mZjsKIAl9IGVsc2UgewogCQlpZiAodGlwLT5pX2Rl diAhPSB0ZHAtPmlfZGV2IHx8IHRpcC0+aV9kZXYgIT0gZmlwLT5pX2RldikKLQkJCXBhbmlj KCJ1ZnNfcmVuYW1lOiBFWERFViIpOworCQkJUEFOSUMoIkVYREVWIik7CiAJCS8qCiAJCSAq IFNob3J0IGNpcmN1aXQgcmVuYW1lKGZvbywgZm9vKS4KIAkJICovCiAJCWlmICh0aXAtPmlf bnVtYmVyID09IGZpcC0+aV9udW1iZXIpCi0JCQlwYW5pYygidWZzX3JlbmFtZTogc2FtZSBm aWxlIik7CisJCQlQQU5JQygic2FtZSBmaWxlIik7CiAJCS8qCiAJCSAqIElmIHRoZSBwYXJl bnQgZGlyZWN0b3J5IGlzICJzdGlja3kiLCB0aGVuIHRoZSBjYWxsZXIKIAkJICogbXVzdCBw b3NzZXNzIFZBRE1JTiBmb3IgdGhlIHBhcmVudCBkaXJlY3RvcnksIG9yIHRoZQpAQCAtMTUw Miw5ICsxNTAxLDkgQEAgcmVsb2NrOgogCWlmIChmZHZwID09IHRkdnApIHsKIAkJZXJyb3Ig PSB1ZnNfbG9va3VwX2lubyhmZHZwLCBOVUxMLCBmY25wLCAmaW5vKTsKIAkJaWYgKGVycm9y KQotCQkJcGFuaWMoInVmc19yZW5hbWU6IGZyb20gZW50cnkgd2VudCBhd2F5ISIpOworCQkJ UEFOSUMoImZyb20gZW50cnkgd2VudCBhd2F5ISIpOwogCQlpZiAoaW5vICE9IGZpcC0+aV9u dW1iZXIpCi0JCQlwYW5pYygidWZzX3JlbmFtZTogaW5vIG1pc21hdGNoICVqdSAhPSAlanVc biIsCisJCQlQQU5JQygiaW5vIG1pc21hdGNoICVqdSAhPSAlanVcbiIsCiAJCQkgICAgKHVp bnRtYXhfdClpbm8sICh1aW50bWF4X3QpZmlwLT5pX251bWJlcik7CiAJfQogCS8qCkBAIC0x NjYzLDcgKzE2NjIsNyBAQCB1ZnNfZG9fcG9zaXgxZV9hY2xfaW5oZXJpdGFuY2VfZGlyKHN0 cnVjdCB2bm9kZSAqZHZwLCBzdHJ1Y3Qgdm5vZGUgKnR2cCwKIAkJICovCiAJCXByaW50Zigi dWZzX21rZGlyOiBWT1BfR0VUQUNMKCkgYnV0IG5vIFZPUF9TRVRBQ0woKVxuIik7CiAJCS8q Ci0JCXBhbmljKCJ1ZnNfbWtkaXI6IFZPUF9HRVRBQ0woKSBidXQgbm8gVk9QX1NFVEFDTCgp Iik7CisJCVBBTklDKCJWT1BfR0VUQUNMKCkgYnV0IG5vIFZPUF9TRVRBQ0woKSIpOwogCQkg Ki8KIAkJYnJlYWs7CiAKQEAgLTE3NDMsOCArMTc0Miw3IEBAIHVmc19kb19wb3NpeDFlX2Fj bF9pbmhlcml0YW5jZV9maWxlKHN0cnVjdCB2bm9kZSAqZHZwLCBzdHJ1Y3Qgdm5vZGUgKnR2 cCwKIAkJICovCiAJCXByaW50ZigidWZzX21ha2Vpbm9kZTogVk9QX0dFVEFDTCgpIGJ1dCBu byAiCiAJCSAgICAiVk9QX1NFVEFDTCgpXG4iKTsKLQkJLyogcGFuaWMoInVmc19tYWtlaW5v ZGU6IFZPUF9HRVRBQ0woKSBidXQgbm8gIgotCQkgICAgIlZPUF9TRVRBQ0woKSIpOyAqLwor CQkvKiBQQU5JQygiVk9QX0dFVEFDTCgpIGJ1dCBubyBWT1BfU0VUQUNMKCkiKTsgKi8KIAkJ YnJlYWs7CiAKIAlkZWZhdWx0OgpAQCAtMTgwOCw3ICsxODA2LDcgQEAgdWZzX21rZGlyKGFw KQogCiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmICgoY25wLT5jbl9mbGFncyAmIEhBU0JVRikg PT0gMCkKLQkJcGFuaWMoInVmc19ta2Rpcjogbm8gbmFtZSIpOworCQlQQU5JQygibm8gbmFt ZSIpOwogI2VuZGlmCiAJZHAgPSBWVE9JKGR2cCk7CiAJaWYgKChubGlua190KWRwLT5pX25s aW5rID49IExJTktfTUFYKSB7CkBAIC0yMDU3LDggKzIwNTUsNyBAQCB1ZnNfcm1kaXIoYXAp CiAJCWdvdG8gb3V0OwogCX0KIAlpZiAoZHAtPmlfZWZmbmxpbmsgPCAzKQotCQlwYW5pYygi dWZzX2RpcnJlbTogQmFkIGxpbmsgY291bnQgJWQgb24gcGFyZW50IiwKLQkJICAgIGRwLT5p X2VmZm5saW5rKTsKKwkJUEFOSUMoIkJhZCBsaW5rIGNvdW50ICVkIG9uIHBhcmVudCIsIGRw LT5pX2VmZm5saW5rKTsKIAlpZiAoIXVmc19kaXJlbXB0eShpcCwgZHAtPmlfbnVtYmVyLCBj bnAtPmNuX2NyZWQpKSB7CiAJCWVycm9yID0gRU5PVEVNUFRZOwogCQlnb3RvIG91dDsKQEAg LTIyNTMsNyArMjI1MCw3IEBAIHVmc19yZWFkZGlyKGFwKQogCQl1X2xvbmcgKmNvb2tpZXA7 CiAKIAkJaWYgKHVpby0+dWlvX3NlZ2ZsZyAhPSBVSU9fU1lTU1BBQ0UgfHwgdWlvLT51aW9f aW92Y250ICE9IDEpCi0JCQlwYW5pYygidWZzX3JlYWRkaXI6IHVuZXhwZWN0ZWQgdWlvIGZy b20gTkZTIHNlcnZlciIpOworCQkJUEFOSUMoInVuZXhwZWN0ZWQgdWlvIGZyb20gTkZTIHNl cnZlciIpOwogCQlkcFN0YXJ0ID0gKHN0cnVjdCBkaXJlbnQgKikKIAkJICAgICgoY2hhciAq KXVpby0+dWlvX2lvdi0+aW92X2Jhc2UgLSAodWlvLT51aW9fb2Zmc2V0IC0gb2ZmKSk7CiAJ CWRwRW5kID0gKHN0cnVjdCBkaXJlbnQgKikgdWlvLT51aW9faW92LT5pb3ZfYmFzZTsKQEAg LTI1OTMsMTUgKzI1OTAsMTQgQEAgdWZzX21ha2Vpbm9kZShtb2RlLCBkdnAsIHZwcCwgY25w KQogCXBkaXIgPSBWVE9JKGR2cCk7CiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmICgoY25wLT5j bl9mbGFncyAmIEhBU0JVRikgPT0gMCkKLQkJcGFuaWMoInVmc19tYWtlaW5vZGU6IG5vIG5h bWUiKTsKKwkJUEFOSUMoIm5vIG5hbWUiKTsKICNlbmRpZgogCSp2cHAgPSBOVUxMOwogCWlm ICgobW9kZSAmIElGTVQpID09IDApCiAJCW1vZGUgfD0gSUZSRUc7CiAKIAlpZiAoVlRPSShk dnApLT5pX2VmZm5saW5rIDwgMikKLQkJcGFuaWMoInVmc19tYWtlaW5vZGU6IEJhZCBsaW5r IGNvdW50ICVkIG9uIHBhcmVudCIsCi0JCSAgICBWVE9JKGR2cCktPmlfZWZmbmxpbmspOwor CQlQQU5JQygiQmFkIGxpbmsgY291bnQgJWQgb24gcGFyZW50IiwgVlRPSShkdnApLT5pX2Vm Zm5saW5rKTsKIAllcnJvciA9IFVGU19WQUxMT0MoZHZwLCBtb2RlLCBjbnAtPmNuX2NyZWQs ICZ0dnApOwogCWlmIChlcnJvcikKIAkJcmV0dXJuIChlcnJvcik7Ci0tIAoxLjguMS4yCgo= --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8; name="0005-ffs-Use-PANIC-instead-of-panic-with-inconsistent-fun.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*0="0005-ffs-Use-PANIC-instead-of-panic-with-inconsistent-fun.pa"; filename*1="tch" RnJvbSBlMDA2OTFjNWZjMDkyYTc4YjBmNGZmMjViZjIwYzI0YmViZDZkMTQ4IE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBDaHJpc3RvcGggTWFsbG9uIDxjaHJpc3RvcGgubWFs bG9uQGdteC5kZT4KRGF0ZTogU3VuLCAzIEZlYiAyMDEzIDEyOjA1OjU4ICswMTAwClN1Ympl Y3Q6IFtQQVRDSCA1LzZdIGZmczogVXNlIFBBTklDKCkgaW5zdGVhZCBvZiBwYW5pYygpIHdp dGggaW5jb25zaXN0ZW50CiBmdW5jdGlvbiBuYW1lcy4KCi0tLQogc3lzL3Vmcy9mZnMvZmZz X2FsbG9jLmMgICAgfCAgODIgKysrKy0tLS0KIHN5cy91ZnMvZmZzL2Zmc19iYWxsb2MuYyAg IHwgIDE4ICstCiBzeXMvdWZzL2Zmcy9mZnNfaW5vZGUuYyAgICB8ICAxOCArLQogc3lzL3Vm cy9mZnMvZmZzX3Jhd3JlYWQuYyAgfCAgIDIgKy0KIHN5cy91ZnMvZmZzL2Zmc19zbmFwc2hv dC5jIHwgIDM4ICsrLS0KIHN5cy91ZnMvZmZzL2Zmc19zb2Z0ZGVwLmMgIHwgNTExICsrKysr KysrKysrKysrKysrKysrLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQogc3lzL3Vmcy9mZnMv ZmZzX3N1YnIuYyAgICAgfCAgMTAgKy0KIHN5cy91ZnMvZmZzL2Zmc19zdXNwZW5kLmMgIHwg ICAyICstCiBzeXMvdWZzL2Zmcy9mZnNfdmZzb3BzLmMgICB8ICAxOSArLQogc3lzL3Vmcy9m ZnMvZmZzX3Zub3BzLmMgICAgfCAgMjYgKy0tCiAxMCBmaWxlcyBjaGFuZ2VkLCAzMzcgaW5z ZXJ0aW9ucygrKSwgMzg5IGRlbGV0aW9ucygtKQoKZGlmZiAtLWdpdCBhL3N5cy91ZnMvZmZz L2Zmc19hbGxvYy5jIGIvc3lzL3Vmcy9mZnMvZmZzX2FsbG9jLmMKaW5kZXggNWFkNTc3NS4u YWEyNTNmMyAxMDA2NDQKLS0tIGEvc3lzL3Vmcy9mZnMvZmZzX2FsbG9jLmMKKysrIGIvc3lz L3Vmcy9mZnMvZmZzX2FsbG9jLmMKQEAgLTE3MiwxMCArMTcyLDEwIEBAIGZmc19hbGxvYyhp cCwgbGJuLCBicHJlZiwgc2l6ZSwgZmxhZ3MsIGNyZWQsIGJucCkKIAkJcHJpbnRmKCJkZXYg PSAlcywgYnNpemUgPSAlbGQsIHNpemUgPSAlZCwgZnMgPSAlc1xuIiwKIAkJICAgIGRldnRv bmFtZShpcC0+aV9kZXYpLCAobG9uZylmcy0+ZnNfYnNpemUsIHNpemUsCiAJCSAgICBmcy0+ ZnNfZnNtbnQpOwotCQlwYW5pYygiZmZzX2FsbG9jOiBiYWQgc2l6ZSIpOworCQlQQU5JQygi YmFkIHNpemUiKTsKIAl9CiAJaWYgKGNyZWQgPT0gTk9DUkVEKQotCQlwYW5pYygiZmZzX2Fs bG9jOiBtaXNzaW5nIGNyZWRlbnRpYWwiKTsKKwkJUEFOSUMoIm1pc3NpbmcgY3JlZGVudGlh bCIpOwogI2VuZGlmIC8qIElOVkFSSUFOVFMgKi8KIAlyZWNsYWltZWQgPSAwOwogcmV0cnk6 CkBAIC0yNjgsMTcgKzI2OCwxNyBAQCBmZnNfcmVhbGxvY2NnKGlwLCBsYnByZXYsIGJwcmV2 LCBicHJlZiwgb3NpemUsIG5zaXplLCBmbGFncywgY3JlZCwgYnBwKQogCW10eF9hc3NlcnQo VUZTX01UWCh1bXApLCBNQV9PV05FRCk7CiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmICh2cC0+ dl9tb3VudC0+bW50X2tlcm5fZmxhZyAmIE1OVEtfU1VTUEVOREVEKQotCQlwYW5pYygiZmZz X3JlYWxsb2NjZzogYWxsb2NhdGlvbiBvbiBzdXNwZW5kZWQgZmlsZXN5c3RlbSIpOworCQlQ QU5JQygiYWxsb2NhdGlvbiBvbiBzdXNwZW5kZWQgZmlsZXN5c3RlbSIpOwogCWlmICgodV9p bnQpb3NpemUgPiBmcy0+ZnNfYnNpemUgfHwgZnJhZ29mZihmcywgb3NpemUpICE9IDAgfHwK IAkgICAgKHVfaW50KW5zaXplID4gZnMtPmZzX2JzaXplIHx8IGZyYWdvZmYoZnMsIG5zaXpl KSAhPSAwKSB7CiAJCXByaW50ZigKIAkJImRldiA9ICVzLCBic2l6ZSA9ICVsZCwgb3NpemUg PSAlZCwgbnNpemUgPSAlZCwgZnMgPSAlc1xuIiwKIAkJICAgIGRldnRvbmFtZShpcC0+aV9k ZXYpLCAobG9uZylmcy0+ZnNfYnNpemUsIG9zaXplLAogCQkgICAgbnNpemUsIGZzLT5mc19m c21udCk7Ci0JCXBhbmljKCJmZnNfcmVhbGxvY2NnOiBiYWQgc2l6ZSIpOworCQlQQU5JQygi YmFkIHNpemUiKTsKIAl9CiAJaWYgKGNyZWQgPT0gTk9DUkVEKQotCQlwYW5pYygiZmZzX3Jl YWxsb2NjZzogbWlzc2luZyBjcmVkZW50aWFsIik7CisJCVBBTklDKCJtaXNzaW5nIGNyZWRl bnRpYWwiKTsKICNlbmRpZiAvKiBJTlZBUklBTlRTICovCiAJcmVjbGFpbWVkID0gMDsKIHJl dHJ5OgpAQCAtMjkwLDcgKzI5MCw3IEBAIHJldHJ5OgogCQlwcmludGYoImRldiA9ICVzLCBi c2l6ZSA9ICVsZCwgYnByZXYgPSAlamQsIGZzID0gJXNcbiIsCiAJCSAgICBkZXZ0b25hbWUo aXAtPmlfZGV2KSwgKGxvbmcpZnMtPmZzX2JzaXplLCAoaW50bWF4X3QpYnByZXYsCiAJCSAg ICBmcy0+ZnNfZnNtbnQpOwotCQlwYW5pYygiZmZzX3JlYWxsb2NjZzogYmFkIGJwcmV2Iik7 CisJCVBBTklDKCJiYWQgYnByZXYiKTsKIAl9CiAJVUZTX1VOTE9DSyh1bXApOwogCS8qCkBA IC0zMDQsNyArMzA0LDcgQEAgcmV0cnk6CiAKIAlpZiAoYnAtPmJfYmxrbm8gPT0gYnAtPmJf bGJsa25vKSB7CiAJCWlmIChsYnByZXYgPj0gTkRBRERSKQotCQkJcGFuaWMoImZmc19yZWFs bG9jY2c6IGxicHJldiBvdXQgb2YgcmFuZ2UiKTsKKwkJCVBBTklDKCJsYnByZXYgb3V0IG9m IHJhbmdlIik7CiAJCWJwLT5iX2Jsa25vID0gZnNidG9kYihmcywgYnByZXYpOwogCX0KIApA QCAtMzIzLDcgKzMyMyw3IEBAIHJldHJ5OgogCWJubyA9IGZmc19mcmFnZXh0ZW5kKGlwLCBj ZywgYnByZXYsIG9zaXplLCBuc2l6ZSk7CiAJaWYgKGJubykgewogCQlpZiAoYnAtPmJfYmxr bm8gIT0gZnNidG9kYihmcywgYm5vKSkKLQkJCXBhbmljKCJmZnNfcmVhbGxvY2NnOiBiYWQg YmxvY2tubyIpOworCQkJUEFOSUMoImJhZCBibG9ja25vIik7CiAJCWRlbHRhID0gYnRvZGIo bnNpemUgLSBvc2l6ZSk7CiAJCURJUF9TRVQoaXAsIGlfYmxvY2tzLCBESVAoaXAsIGlfYmxv Y2tzKSArIGRlbHRhKTsKIAkJaWYgKGZsYWdzICYgSU9fRVhUKQpAQCAtMzgzLDcgKzM4Myw3 IEBAIHJldHJ5OgogCWRlZmF1bHQ6CiAJCXByaW50ZigiZGV2ID0gJXMsIG9wdGltID0gJWxk LCBmcyA9ICVzXG4iLAogCQkgICAgZGV2dG9uYW1lKGlwLT5pX2RldiksIChsb25nKWZzLT5m c19vcHRpbSwgZnMtPmZzX2ZzbW50KTsKLQkJcGFuaWMoImZmc19yZWFsbG9jY2c6IGJhZCBv cHRpbSIpOworCQlQQU5JQygiYmFkIG9wdGltIik7CiAJCS8qIE5PVFJFQUNIRUQgKi8KIAl9 CiAJYm5vID0gZmZzX2hhc2hhbGxvYyhpcCwgY2csIGJwcmVmLCByZXF1ZXN0LCBuc2l6ZSwg ZmZzX2FsbG9jY2cpOwpAQCAtNTI0LDE1ICs1MjQsMTUgQEAgZmZzX3JlYWxsb2NibGtzX3Vm czEoYXApCiAJZm9yIChpID0gMDsgaSA8IGxlbjsgaSsrKQogCQlpZiAoIWZmc19jaGVja2Js ayhpcCwKIAkJICAgZGJ0b2ZzYihmcywgYnVmbGlzdC0+YnNfY2hpbGRyZW5baV0tPmJfYmxr bm8pLCBmcy0+ZnNfYnNpemUpKQotCQkJcGFuaWMoImZmc19yZWFsbG9jYmxrczogdW5hbGxv Y2F0ZWQgYmxvY2sgMSIpOworCQkJUEFOSUMoInVuYWxsb2NhdGVkIGJsb2NrIDEiKTsKIAlm b3IgKGkgPSAxOyBpIDwgbGVuOyBpKyspCiAJCWlmIChidWZsaXN0LT5ic19jaGlsZHJlbltp XS0+Yl9sYmxrbm8gIT0gc3RhcnRfbGJuICsgaSkKLQkJCXBhbmljKCJmZnNfcmVhbGxvY2Js a3M6IG5vbi1sb2dpY2FsIGNsdXN0ZXIiKTsKKwkJCVBBTklDKCJub24tbG9naWNhbCBjbHVz dGVyIik7CiAJYmxrbm8gPSBidWZsaXN0LT5ic19jaGlsZHJlblswXS0+Yl9ibGtubzsKIAlz c2l6ZSA9IGZzYnRvZGIoZnMsIGZzLT5mc19mcmFnKTsKIAlmb3IgKGkgPSAxOyBpIDwgbGVu IC0gMTsgaSsrKQogCQlpZiAoYnVmbGlzdC0+YnNfY2hpbGRyZW5baV0tPmJfYmxrbm8gIT0g Ymxrbm8gKyAoaSAqIHNzaXplKSkKLQkJCXBhbmljKCJmZnNfcmVhbGxvY2Jsa3M6IG5vbi1w aHlzaWNhbCBjbHVzdGVyICVkIiwgaSk7CisJCQlQQU5JQygibm9uLXBoeXNpY2FsIGNsdXN0 ZXIgJWQiLCBpKTsKICNlbmRpZgogCS8qCiAJICogSWYgdGhlIGNsdXN0ZXIgY3Jvc3NlcyB0 aGUgYm91bmRhcnkgZm9yIHRoZSBmaXJzdCBpbmRpcmVjdApAQCAtNTgxLDcgKzU4MSw3IEBA IGZmc19yZWFsbG9jYmxrc191ZnMxKGFwKQogI2lmZGVmIElOVkFSSUFOVFMKIAkJaWYgKHN0 YXJ0X2x2bCA+IDAgJiYKIAkJICAgIHN0YXJ0X2FwW3N0YXJ0X2x2bCAtIDFdLmluX2xibiA9 PSBpZHAtPmluX2xibikKLQkJCXBhbmljKCJmZnNfcmVhbGxvY2Jsazogc3RhcnQgPT0gZW5k Iik7CisJCQlQQU5JQygic3RhcnQgPT0gZW5kIik7CiAjZW5kaWYKIAkJc3NpemUgPSBsZW4g LSAoaWRwLT5pbl9vZmYgKyAxKTsKIAkJaWYgKGJyZWFkKHZwLCBpZHAtPmluX2xibiwgKGlu dClmcy0+ZnNfYnNpemUsIE5PQ1JFRCwgJmVicCkpCkBAIC02MjMsOSArNjIzLDkgQEAgZmZz X3JlYWxsb2NibGtzX3VmczEoYXApCiAjaWZkZWYgSU5WQVJJQU5UUwogCQlpZiAoIWZmc19j aGVja2JsayhpcCwKIAkJICAgZGJ0b2ZzYihmcywgYnVmbGlzdC0+YnNfY2hpbGRyZW5baV0t PmJfYmxrbm8pLCBmcy0+ZnNfYnNpemUpKQotCQkJcGFuaWMoImZmc19yZWFsbG9jYmxrczog dW5hbGxvY2F0ZWQgYmxvY2sgMiIpOworCQkJUEFOSUMoInVuYWxsb2NhdGVkIGJsb2NrIDIi KTsKIAkJaWYgKGRidG9mc2IoZnMsIGJ1Zmxpc3QtPmJzX2NoaWxkcmVuW2ldLT5iX2Jsa25v KSAhPSAqYmFwKQotCQkJcGFuaWMoImZmc19yZWFsbG9jYmxrczogYWxsb2MgbWlzbWF0Y2gi KTsKKwkJCVBBTklDKCJhbGxvYyBtaXNtYXRjaCIpOwogI2VuZGlmCiAjaWZkZWYgREVCVUcK IAkJaWYgKHBydHJlYWxsb2MpCkBAIC02ODksNyArNjg5LDcgQEAgZmZzX3JlYWxsb2NibGtz X3VmczEoYXApCiAjaWZkZWYgSU5WQVJJQU5UUwogCQlpZiAoIWZmc19jaGVja2JsayhpcCwK IAkJICAgZGJ0b2ZzYihmcywgYnVmbGlzdC0+YnNfY2hpbGRyZW5baV0tPmJfYmxrbm8pLCBm cy0+ZnNfYnNpemUpKQotCQkJcGFuaWMoImZmc19yZWFsbG9jYmxrczogdW5hbGxvY2F0ZWQg YmxvY2sgMyIpOworCQkJUEFOSUMoInVuYWxsb2NhdGVkIGJsb2NrIDMiKTsKICNlbmRpZgog I2lmZGVmIERFQlVHCiAJCWlmIChwcnRyZWFsbG9jKQpAQCAtNzQ1LDE1ICs3NDUsMTUgQEAg ZmZzX3JlYWxsb2NibGtzX3VmczIoYXApCiAJZm9yIChpID0gMDsgaSA8IGxlbjsgaSsrKQog CQlpZiAoIWZmc19jaGVja2JsayhpcCwKIAkJICAgZGJ0b2ZzYihmcywgYnVmbGlzdC0+YnNf Y2hpbGRyZW5baV0tPmJfYmxrbm8pLCBmcy0+ZnNfYnNpemUpKQotCQkJcGFuaWMoImZmc19y ZWFsbG9jYmxrczogdW5hbGxvY2F0ZWQgYmxvY2sgMSIpOworCQkJUEFOSUMoInVuYWxsb2Nh dGVkIGJsb2NrIDEiKTsKIAlmb3IgKGkgPSAxOyBpIDwgbGVuOyBpKyspCiAJCWlmIChidWZs aXN0LT5ic19jaGlsZHJlbltpXS0+Yl9sYmxrbm8gIT0gc3RhcnRfbGJuICsgaSkKLQkJCXBh bmljKCJmZnNfcmVhbGxvY2Jsa3M6IG5vbi1sb2dpY2FsIGNsdXN0ZXIiKTsKKwkJCVBBTklD KCJub24tbG9naWNhbCBjbHVzdGVyIik7CiAJYmxrbm8gPSBidWZsaXN0LT5ic19jaGlsZHJl blswXS0+Yl9ibGtubzsKIAlzc2l6ZSA9IGZzYnRvZGIoZnMsIGZzLT5mc19mcmFnKTsKIAlm b3IgKGkgPSAxOyBpIDwgbGVuIC0gMTsgaSsrKQogCQlpZiAoYnVmbGlzdC0+YnNfY2hpbGRy ZW5baV0tPmJfYmxrbm8gIT0gYmxrbm8gKyAoaSAqIHNzaXplKSkKLQkJCXBhbmljKCJmZnNf cmVhbGxvY2Jsa3M6IG5vbi1waHlzaWNhbCBjbHVzdGVyICVkIiwgaSk7CisJCQlQQU5JQygi bm9uLXBoeXNpY2FsIGNsdXN0ZXIgJWQiLCBpKTsKICNlbmRpZgogCS8qCiAJICogSWYgdGhl IGNsdXN0ZXIgY3Jvc3NlcyB0aGUgYm91bmRhcnkgZm9yIHRoZSBmaXJzdCBpbmRpcmVjdApA QCAtODAyLDcgKzgwMiw3IEBAIGZmc19yZWFsbG9jYmxrc191ZnMyKGFwKQogI2lmZGVmIElO VkFSSUFOVFMKIAkJaWYgKHN0YXJ0X2x2bCA+IDAgJiYKIAkJICAgIHN0YXJ0X2FwW3N0YXJ0 X2x2bCAtIDFdLmluX2xibiA9PSBpZHAtPmluX2xibikKLQkJCXBhbmljKCJmZnNfcmVhbGxv Y2Jsazogc3RhcnQgPT0gZW5kIik7CisJCQlQQU5JQygic3RhcnQgPT0gZW5kIik7CiAjZW5k aWYKIAkJc3NpemUgPSBsZW4gLSAoaWRwLT5pbl9vZmYgKyAxKTsKIAkJaWYgKGJyZWFkKHZw LCBpZHAtPmluX2xibiwgKGludClmcy0+ZnNfYnNpemUsIE5PQ1JFRCwgJmVicCkpCkBAIC04 NTIsOSArODUyLDkgQEAgZmZzX3JlYWxsb2NibGtzX3VmczIoYXApCiAjaWZkZWYgSU5WQVJJ QU5UUwogCQlpZiAoIWZmc19jaGVja2JsayhpcCwKIAkJICAgZGJ0b2ZzYihmcywgYnVmbGlz dC0+YnNfY2hpbGRyZW5baV0tPmJfYmxrbm8pLCBmcy0+ZnNfYnNpemUpKQotCQkJcGFuaWMo ImZmc19yZWFsbG9jYmxrczogdW5hbGxvY2F0ZWQgYmxvY2sgMiIpOworCQkJUEFOSUMoInVu YWxsb2NhdGVkIGJsb2NrIDIiKTsKIAkJaWYgKGRidG9mc2IoZnMsIGJ1Zmxpc3QtPmJzX2No aWxkcmVuW2ldLT5iX2Jsa25vKSAhPSAqYmFwKQotCQkJcGFuaWMoImZmc19yZWFsbG9jYmxr czogYWxsb2MgbWlzbWF0Y2giKTsKKwkJCVBBTklDKCJhbGxvYyBtaXNtYXRjaCIpOwogI2Vu ZGlmCiAjaWZkZWYgREVCVUcKIAkJaWYgKHBydHJlYWxsb2MpCkBAIC05MTgsNyArOTE4LDcg QEAgZmZzX3JlYWxsb2NibGtzX3VmczIoYXApCiAjaWZkZWYgSU5WQVJJQU5UUwogCQlpZiAo IWZmc19jaGVja2JsayhpcCwKIAkJICAgZGJ0b2ZzYihmcywgYnVmbGlzdC0+YnNfY2hpbGRy ZW5baV0tPmJfYmxrbm8pLCBmcy0+ZnNfYnNpemUpKQotCQkJcGFuaWMoImZmc19yZWFsbG9j YmxrczogdW5hbGxvY2F0ZWQgYmxvY2sgMyIpOworCQkJUEFOSUMoInVuYWxsb2NhdGVkIGJs b2NrIDMiKTsKICNlbmRpZgogI2lmZGVmIERFQlVHCiAJCWlmIChwcnRyZWFsbG9jKQpAQCAt MTAyNiw3ICsxMDI2LDcgQEAgcmV0cnk6CiBkdXBfYWxsb2M6CiAJCXByaW50ZigibW9kZSA9 IDAlbywgaW51bSA9ICVsdSwgZnMgPSAlc1xuIiwKIAkJICAgIGlwLT5pX21vZGUsICh1X2xv bmcpaXAtPmlfbnVtYmVyLCBmcy0+ZnNfZnNtbnQpOwotCQlwYW5pYygiZmZzX3ZhbGxvYzog ZHVwIGFsbG9jIik7CisJCVBBTklDKCJkdXAgYWxsb2MiKTsKIAl9CiAJaWYgKERJUChpcCwg aV9ibG9ja3MpICYmIChmcy0+ZnNfZmxhZ3MgJiBGU19VTkNMRUFOKSA9PSAwKSB7ICAvKiBY WFggKi8KIAkJcHJpbnRmKCJmcmVlIGlub2RlICVzLyVsdSBoYWQgJWxkIGJsb2Nrc1xuIiwK QEAgLTEzNjUsNyArMTM2NSw3IEBAIGZmc19oYXNoYWxsb2MoaXAsIGNnLCBwcmVmLCBzaXpl LCByc2l6ZSwgYWxsb2NhdG9yKQogCW10eF9hc3NlcnQoVUZTX01UWChpcC0+aV91bXApLCBN QV9PV05FRCk7CiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmIChJVE9WKGlwKS0+dl9tb3VudC0+ bW50X2tlcm5fZmxhZyAmIE1OVEtfU1VTUEVOREVEKQotCQlwYW5pYygiZmZzX2hhc2hhbGxv YzogYWxsb2NhdGlvbiBvbiBzdXNwZW5kZWQgZmlsZXN5c3RlbSIpOworCQlQQU5JQygiYWxs b2NhdGlvbiBvbiBzdXNwZW5kZWQgZmlsZXN5c3RlbSIpOwogI2VuZGlmCiAJZnMgPSBpcC0+ aV9mczsKIAkvKgpAQCAtMTc2OSwxNSArMTc2OSwxNSBAQCBmZnNfY2x1c3RlcmFsbG9jKGlw LCBjZywgYnByZWYsIGxlbiwgdW51c2VkKQogCWJsa3NmcmVlID0gY2dfYmxrc2ZyZWUoY2dw KTsKIAlmb3IgKGkgPSAxOyBpIDw9IGxlbjsgaSsrKQogCQlpZiAoIWZmc19pc2Jsb2NrKGZz LCBibGtzZnJlZSwgZ290IC0gcnVuICsgaSkpCi0JCQlwYW5pYygiZmZzX2NsdXN0ZXJhbGxv YzogbWFwIG1pc21hdGNoIik7CisJCQlQQU5JQygibWFwIG1pc21hdGNoIik7CiAJYm5vID0g Y2diYXNlKGZzLCBjZykgKyBibGtzdG9mcmFncyhmcywgZ290IC0gcnVuICsgMSk7CiAJaWYg KGR0b2coZnMsIGJubykgIT0gY2cpCi0JCXBhbmljKCJmZnNfY2x1c3RlcmFsbG9jOiBhbGxv Y2F0ZWQgb3V0IG9mIGdyb3VwIik7CisJCVBBTklDKCJhbGxvY2F0ZWQgb3V0IG9mIGdyb3Vw Iik7CiAJbGVuID0gYmxrc3RvZnJhZ3MoZnMsIGxlbik7CiAJVUZTX0xPQ0sodW1wKTsKIAlm b3IgKGkgPSAwOyBpIDwgbGVuOyBpICs9IGZzLT5mc19mcmFnKQogCQlpZiAoZmZzX2FsbG9j Y2dibGsoaXAsIGJwLCBibm8gKyBpLCBmcy0+ZnNfYnNpemUpICE9IGJubyArIGkpCi0JCQlw YW5pYygiZmZzX2NsdXN0ZXJhbGxvYzogbG9zdCBibG9jayIpOworCQkJUEFOSUMoImxvc3Qg YmxvY2siKTsKIAlBQ1RJVkVDTEVBUihmcywgY2cpOwogCVVGU19VTkxPQ0sodW1wKTsKIAli ZHdyaXRlKGJwKTsKQEAgLTE4NTEsNyArMTg1MSw3IEBAIGZmc19ub2RlYWxsb2NjZyhpcCwg Y2csIGlwcmVmLCBtb2RlLCB1bnVzZWQpCiAJCWlmIChsb2MgPT0gTlVMTCkgewogCQkJcHJp bnRmKCJjZyA9ICVkLCBpcm90b3IgPSAlbGQsIGZzID0gJXNcbiIsCiAJCQkgICAgY2csIChs b25nKWNncC0+Y2dfaXJvdG9yLCBmcy0+ZnNfZnNtbnQpOwotCQkJcGFuaWMoImZmc19ub2Rl YWxsb2NjZzogbWFwIGNvcnJ1cHRlZCIpOworCQkJUEFOSUMoIm1hcCBjb3JydXB0ZWQiKTsK IAkJCS8qIE5PVFJFQUNIRUQgKi8KIAkJfQogCX0KQEAgLTE5NDEsNyArMTk0MSw3IEBAIGZm c19ibGtmcmVlX2NnKHVtcCwgZnMsIGRldnZwLCBibm8sIHNpemUsIGludW0sIGRlcGhkKQog CQlwcmludGYoImRldj0lcywgYm5vID0gJWpkLCBic2l6ZSA9ICVsZCwgc2l6ZSA9ICVsZCwg ZnMgPSAlc1xuIiwKIAkJICAgIGRldnRvbmFtZShkZXYpLCAoaW50bWF4X3QpYm5vLCAobG9u Zylmcy0+ZnNfYnNpemUsCiAJCSAgICBzaXplLCBmcy0+ZnNfZnNtbnQpOwotCQlwYW5pYygi ZmZzX2Jsa2ZyZWVfY2c6IGJhZCBzaXplIik7CisJCVBBTklDKCJiYWQgc2l6ZSIpOwogCX0K ICNlbmRpZgogCWlmICgodV9pbnQpYm5vID49IGZzLT5mc19zaXplKSB7CkBAIC0xOTc1LDcg KzE5NzUsNyBAQCBmZnNfYmxrZnJlZV9jZyh1bXAsIGZzLCBkZXZ2cCwgYm5vLCBzaXplLCBp bnVtLCBkZXBoZCkKIAkJCX0KIAkJCXByaW50ZigiZGV2ID0gJXMsIGJsb2NrID0gJWpkLCBm cyA9ICVzXG4iLAogCQkJICAgIGRldnRvbmFtZShkZXYpLCAoaW50bWF4X3QpYm5vLCBmcy0+ ZnNfZnNtbnQpOwotCQkJcGFuaWMoImZmc19ibGtmcmVlX2NnOiBmcmVlaW5nIGZyZWUgYmxv Y2siKTsKKwkJCVBBTklDKCJmcmVlaW5nIGZyZWUgYmxvY2siKTsKIAkJfQogCQlmZnNfc2V0 YmxvY2soZnMsIGJsa3NmcmVlLCBmcmFnbm8pOwogCQlmZnNfY2x1c3RlcmFjY3QoZnMsIGNn cCwgZnJhZ25vLCAxKTsKQEAgLTE5OTgsNyArMTk5OCw3IEBAIGZmc19ibGtmcmVlX2NnKHVt cCwgZnMsIGRldnZwLCBibm8sIHNpemUsIGludW0sIGRlcGhkKQogCQkJCXByaW50ZigiZGV2 ID0gJXMsIGJsb2NrID0gJWpkLCBmcyA9ICVzXG4iLAogCQkJCSAgICBkZXZ0b25hbWUoZGV2 KSwgKGludG1heF90KShibm8gKyBpKSwKIAkJCQkgICAgZnMtPmZzX2ZzbW50KTsKLQkJCQlw YW5pYygiZmZzX2Jsa2ZyZWVfY2c6IGZyZWVpbmcgZnJlZSBmcmFnIik7CisJCQkJUEFOSUMo ImZyZWVpbmcgZnJlZSBmcmFnIik7CiAJCQl9CiAJCQlzZXRiaXQoYmxrc2ZyZWUsIGNnYm5v ICsgaSk7CiAJCX0KQEAgLTIxNjEsMTcgKzIxNjEsMTcgQEAgZmZzX2NoZWNrYmxrKGlwLCBi bm8sIHNpemUpCiAJaWYgKCh1X2ludClzaXplID4gZnMtPmZzX2JzaXplIHx8IGZyYWdvZmYo ZnMsIHNpemUpICE9IDApIHsKIAkJcHJpbnRmKCJic2l6ZSA9ICVsZCwgc2l6ZSA9ICVsZCwg ZnMgPSAlc1xuIiwKIAkJICAgIChsb25nKWZzLT5mc19ic2l6ZSwgc2l6ZSwgZnMtPmZzX2Zz bW50KTsKLQkJcGFuaWMoImZmc19jaGVja2JsazogYmFkIHNpemUiKTsKKwkJUEFOSUMoImJh ZCBzaXplIik7CiAJfQogCWlmICgodV9pbnQpYm5vID49IGZzLT5mc19zaXplKQotCQlwYW5p YygiZmZzX2NoZWNrYmxrOiBiYWQgYmxvY2sgJWpkIiwgKGludG1heF90KWJubyk7CisJCVBB TklDKCJiYWQgYmxvY2sgJWpkIiwgKGludG1heF90KWJubyk7CiAJZXJyb3IgPSBicmVhZChp cC0+aV9kZXZ2cCwgZnNidG9kYihmcywgY2d0b2QoZnMsIGR0b2coZnMsIGJubykpKSwKIAkJ KGludClmcy0+ZnNfY2dzaXplLCBOT0NSRUQsICZicCk7CiAJaWYgKGVycm9yKQotCQlwYW5p YygiZmZzX2NoZWNrYmxrOiBjZyBicmVhZCBmYWlsZWQiKTsKKwkJUEFOSUMoImNnIGJyZWFk IGZhaWxlZCIpOwogCWNncCA9IChzdHJ1Y3QgY2cgKilicC0+Yl9kYXRhOwogCWlmICghY2df Y2hrbWFnaWMoY2dwKSkKLQkJcGFuaWMoImZmc19jaGVja2JsazogY2cgbWFnaWMgbWlzbWF0 Y2giKTsKKwkJUEFOSUMoImNnIG1hZ2ljIG1pc21hdGNoIik7CiAJYnAtPmJfeGZsYWdzIHw9 IEJYX0JLR1JEV1JJVEU7CiAJYmxrc2ZyZWUgPSBjZ19ibGtzZnJlZShjZ3ApOwogCWNnYm5v ID0gZHRvZ2QoZnMsIGJubyk7CkBAIC0yMTgzLDcgKzIxODMsNyBAQCBmZnNfY2hlY2tibGso aXAsIGJubywgc2l6ZSkKIAkJCWlmIChpc3NldChibGtzZnJlZSwgY2dibm8gKyBpKSkKIAkJ CQlmcmVlKys7CiAJCWlmIChmcmVlICE9IDAgJiYgZnJlZSAhPSBmcmFncykKLQkJCXBhbmlj KCJmZnNfY2hlY2tibGs6IHBhcnRpYWxseSBmcmVlIGZyYWdtZW50Iik7CisJCQlQQU5JQygi cGFydGlhbGx5IGZyZWUgZnJhZ21lbnQiKTsKIAl9CiAJYnJlbHNlKGJwKTsKIAlyZXR1cm4g KCFmcmVlKTsKQEAgLTIyNDIsNyArMjI0Miw3IEBAIGZmc19mcmVlZmlsZSh1bXAsIGZzLCBk ZXZ2cCwgaW5vLCBtb2RlLCB3a2hkKQogCQljZ2JubyA9IGZzYnRvZGIoZnMsIGNndG9kKGZz LCBjZykpOwogCX0KIAlpZiAoaW5vID49IGZzLT5mc19pcGcgKiBmcy0+ZnNfbmNnKQotCQlw YW5pYygiZmZzX2ZyZWVmaWxlOiByYW5nZTogZGV2ID0gJXMsIGlubyA9ICVqdSwgZnMgPSAl cyIsCisJCVBBTklDKCJyYW5nZTogZGV2ID0gJXMsIGlubyA9ICVqdSwgZnMgPSAlcyIsCiAJ CSAgICBkZXZ0b25hbWUoZGV2KSwgKHVpbnRtYXhfdClpbm8sIGZzLT5mc19mc21udCk7CiAJ aWYgKChlcnJvciA9IGJyZWFkKGRldnZwLCBjZ2JubywgKGludClmcy0+ZnNfY2dzaXplLCBO T0NSRUQsICZicCkpKSB7CiAJCWJyZWxzZShicCk7CkBAIC0yMjYxLDcgKzIyNjEsNyBAQCBm ZnNfZnJlZWZpbGUodW1wLCBmcywgZGV2dnAsIGlubywgbW9kZSwgd2toZCkKIAkJcHJpbnRm KCJkZXYgPSAlcywgaW5vID0gJWp1LCBmcyA9ICVzXG4iLCBkZXZ0b25hbWUoZGV2KSwKIAkJ ICAgICh1aW50bWF4X3QpKGlubyArIGNnICogZnMtPmZzX2lwZyksIGZzLT5mc19mc21udCk7 CiAJCWlmIChmcy0+ZnNfcm9ubHkgPT0gMCkKLQkJCXBhbmljKCJmZnNfZnJlZWZpbGU6IGZy ZWVpbmcgZnJlZSBpbm9kZSIpOworCQkJUEFOSUMoImZyZWVpbmcgZnJlZSBpbm9kZSIpOwog CX0KIAljbHJiaXQoaW5vc3VzZWQsIGlubyk7CiAJaWYgKGlubyA8IGNncC0+Y2dfaXJvdG9y KQpAQCAtMjM2Nyw3ICsyMzY3LDcgQEAgZmZzX21hcHNlYXJjaChmcywgY2dwLCBicHJlZiwg YWxsb2NzaXopCiAJCWlmIChsb2MgPT0gMCkgewogCQkJcHJpbnRmKCJzdGFydCA9ICVkLCBs ZW4gPSAlZCwgZnMgPSAlc1xuIiwKIAkJCSAgICBzdGFydCwgbGVuLCBmcy0+ZnNfZnNtbnQp OwotCQkJcGFuaWMoImZmc19hbGxvY2NnOiBtYXAgY29ycnVwdGVkIik7CisJCQlQQU5JQygi bWFwIGNvcnJ1cHRlZCIpOwogCQkJLyogTk9UUkVBQ0hFRCAqLwogCQl9CiAJfQpAQCAtMjM5 MCw3ICsyMzkwLDcgQEAgZmZzX21hcHNlYXJjaChmcywgY2dwLCBicHJlZiwgYWxsb2NzaXop CiAJCX0KIAl9CiAJcHJpbnRmKCJibm8gPSAlbHUsIGZzID0gJXNcbiIsICh1X2xvbmcpYm5v LCBmcy0+ZnNfZnNtbnQpOwotCXBhbmljKCJmZnNfYWxsb2NjZzogYmxvY2sgbm90IGluIG1h cCIpOworCVBBTklDKCJibG9jayBub3QgaW4gbWFwIik7CiAJcmV0dXJuICgtMSk7CiB9CiAK ZGlmZiAtLWdpdCBhL3N5cy91ZnMvZmZzL2Zmc19iYWxsb2MuYyBiL3N5cy91ZnMvZmZzL2Zm c19iYWxsb2MuYwppbmRleCAwZTI5YmU4N2YuLjg3ODJjOTcgMTAwNjQ0Ci0tLSBhL3N5cy91 ZnMvZmZzL2Zmc19iYWxsb2MuYworKysgYi9zeXMvdWZzL2Zmcy9mZnNfYmFsbG9jLmMKQEAg LTExNyw3ICsxMTcsNyBAQCBmZnNfYmFsbG9jX3VmczEoc3RydWN0IHZub2RlICp2cCwgb2Zm X3Qgc3RhcnRvZmZzZXQsIGludCBzaXplLAogCXNpemUgPSBibGtvZmYoZnMsIHN0YXJ0b2Zm c2V0KSArIHNpemU7CiAJcmVjbGFpbWVkID0gMDsKIAlpZiAoc2l6ZSA+IGZzLT5mc19ic2l6 ZSkKLQkJcGFuaWMoImZmc19iYWxsb2NfdWZzMTogYmxrIHRvbyBiaWciKTsKKwkJUEFOSUMo ImJsayB0b28gYmlnIik7CiAJKmJwcCA9IE5VTEw7CiAJaWYgKGZsYWdzICYgSU9fRVhUKQog CQlyZXR1cm4gKEVPUE5PVFNVUFApOwpAQCAtMTYyLDcgKzE2Miw3IEBAIGZmc19iYWxsb2Nf dWZzMShzdHJ1Y3Qgdm5vZGUgKnZwLCBvZmZfdCBzdGFydG9mZnNldCwgaW50IHNpemUsCiAJ ICovCiAJaWYgKGxibiA8IE5EQUREUikgewogCQlpZiAoZmxhZ3MgJiBCQV9NRVRBT05MWSkK LQkJCXBhbmljKCJmZnNfYmFsbG9jX3VmczE6IEJBX01FVEFPTkxZIGZvciBkaXJlY3QgYmxv Y2siKTsKKwkJCVBBTklDKCJCQV9NRVRBT05MWSBmb3IgZGlyZWN0IGJsb2NrIik7CiAJCW5i ID0gZHAtPmRpX2RiW2xibl07CiAJCWlmIChuYiAhPSAwICYmIGlwLT5pX3NpemUgPj0gc21h bGxsYmxrdG9zaXplKGZzLCBsYm4gKyAxKSkgewogCQkJZXJyb3IgPSBicmVhZCh2cCwgbGJu LCBmcy0+ZnNfYnNpemUsIE5PQ1JFRCwgJmJwKTsKQEAgLTIzMiw3ICsyMzIsNyBAQCBmZnNf YmFsbG9jX3VmczEoc3RydWN0IHZub2RlICp2cCwgb2ZmX3Qgc3RhcnRvZmZzZXQsIGludCBz aXplLAogCQlyZXR1cm4oZXJyb3IpOwogI2lmZGVmIElOVkFSSUFOVFMKIAlpZiAobnVtIDwg MSkKLQkJcGFuaWMgKCJmZnNfYmFsbG9jX3VmczE6IHVmc19nZXRsYm5zIHJldHVybmVkIGlu ZGlyZWN0IGJsb2NrIik7CisJCVBBTklDKCJ1ZnNfZ2V0bGJucyByZXR1cm5lZCBpbmRpcmVj dCBibG9jayIpOwogI2VuZGlmCiAJc2F2ZWRfaW5iZGZsdXNoID0gY3VydGhyZWFkX3BmbGFn c19zZXQoVERQX0lOQkRGTFVTSCk7CiAJLyoKQEAgLTQ3Nyw3ICs0NzcsNyBAQCBmYWlsOgog CQlyID0gYnJlYWQodnAsIGluZGlyc1t1bndpbmRpZHhdLmluX2xibiwgCiAJCSAgICAoaW50 KWZzLT5mc19ic2l6ZSwgTk9DUkVELCAmYnApOwogCQlpZiAocikgewotCQkJcGFuaWMoIkNv dWxkIG5vdCB1bndpbmQgaW5kaXJlY3QgYmxvY2ssIGVycm9yICVkIiwgcik7CisJCQlQQU5J QygiQ291bGQgbm90IHVud2luZCBpbmRpcmVjdCBibG9jaywgZXJyb3IgJWQiLCByKTsKIAkJ CWJyZWxzZShicCk7CiAJCX0gZWxzZSB7CiAJCQliYXAgPSAodWZzMV9kYWRkcl90ICopYnAt PmJfZGF0YTsKQEAgLTU0OSw3ICs1NDksNyBAQCBmZnNfYmFsbG9jX3VmczIoc3RydWN0IHZu b2RlICp2cCwgb2ZmX3Qgc3RhcnRvZmZzZXQsIGludCBzaXplLAogCXNpemUgPSBibGtvZmYo ZnMsIHN0YXJ0b2Zmc2V0KSArIHNpemU7CiAJcmVjbGFpbWVkID0gMDsKIAlpZiAoc2l6ZSA+ IGZzLT5mc19ic2l6ZSkKLQkJcGFuaWMoImZmc19iYWxsb2NfdWZzMjogYmxrIHRvbyBiaWci KTsKKwkJUEFOSUMoImJsayB0b28gYmlnIik7CiAJKmJwcCA9IE5VTEw7CiAJaWYgKGxibiA8 IDApCiAJCXJldHVybiAoRUZCSUcpOwpAQCAtNjAwLDcgKzYwMCw3IEBAIGZmc19iYWxsb2Nf dWZzMihzdHJ1Y3Qgdm5vZGUgKnZwLCBvZmZfdCBzdGFydG9mZnNldCwgaW50IHNpemUsCiAJ CSAqIEFsbCBibG9ja3MgYXJlIGRpcmVjdCBibG9ja3MKIAkJICovCiAJCWlmIChmbGFncyAm IEJBX01FVEFPTkxZKQotCQkJcGFuaWMoImZmc19iYWxsb2NfdWZzMjogQkFfTUVUQU9OTFkg Zm9yIGV4dCBibG9jayIpOworCQkJUEFOSUMoIkJBX01FVEFPTkxZIGZvciBleHQgYmxvY2si KTsKIAkJbmIgPSBkcC0+ZGlfZXh0YltsYm5dOwogCQlpZiAobmIgIT0gMCAmJiBkcC0+ZGlf ZXh0c2l6ZSA+PSBzbWFsbGxibGt0b3NpemUoZnMsIGxibiArIDEpKSB7CiAJCQllcnJvciA9 IGJyZWFkKHZwLCAtMSAtIGxibiwgZnMtPmZzX2JzaXplLCBOT0NSRUQsICZicCk7CkBAIC03 MDQsNyArNzA0LDcgQEAgZmZzX2JhbGxvY191ZnMyKHN0cnVjdCB2bm9kZSAqdnAsIG9mZl90 IHN0YXJ0b2Zmc2V0LCBpbnQgc2l6ZSwKIAkgKi8KIAlpZiAobGJuIDwgTkRBRERSKSB7CiAJ CWlmIChmbGFncyAmIEJBX01FVEFPTkxZKQotCQkJcGFuaWMoImZmc19iYWxsb2NfdWZzMjog QkFfTUVUQU9OTFkgZm9yIGRpcmVjdCBibG9jayIpOworCQkJUEFOSUMoIkJBX01FVEFPTkxZ IGZvciBkaXJlY3QgYmxvY2siKTsKIAkJbmIgPSBkcC0+ZGlfZGJbbGJuXTsKIAkJaWYgKG5i ICE9IDAgJiYgaXAtPmlfc2l6ZSA+PSBzbWFsbGxibGt0b3NpemUoZnMsIGxibiArIDEpKSB7 CiAJCQllcnJvciA9IGJyZWFkKHZwLCBsYm4sIGZzLT5mc19ic2l6ZSwgTk9DUkVELCAmYnAp OwpAQCAtNzc0LDcgKzc3NCw3IEBAIGZmc19iYWxsb2NfdWZzMihzdHJ1Y3Qgdm5vZGUgKnZw LCBvZmZfdCBzdGFydG9mZnNldCwgaW50IHNpemUsCiAJCXJldHVybihlcnJvcik7CiAjaWZk ZWYgSU5WQVJJQU5UUwogCWlmIChudW0gPCAxKQotCQlwYW5pYyAoImZmc19iYWxsb2NfdWZz MjogdWZzX2dldGxibnMgcmV0dXJuZWQgaW5kaXJlY3QgYmxvY2siKTsKKwkJUEFOSUMoInVm c19nZXRsYm5zIHJldHVybmVkIGluZGlyZWN0IGJsb2NrIik7CiAjZW5kaWYKIAlzYXZlZF9p bmJkZmx1c2ggPSBjdXJ0aHJlYWRfcGZsYWdzX3NldChURFBfSU5CREZMVVNIKTsKIAkvKgpA QCAtMTAyNSw3ICsxMDI1LDcgQEAgZmFpbDoKIAkJciA9IGJyZWFkKHZwLCBpbmRpcnNbdW53 aW5kaWR4XS5pbl9sYm4sIAogCQkgICAgKGludClmcy0+ZnNfYnNpemUsIE5PQ1JFRCwgJmJw KTsKIAkJaWYgKHIpIHsKLQkJCXBhbmljKCJDb3VsZCBub3QgdW53aW5kIGluZGlyZWN0IGJs b2NrLCBlcnJvciAlZCIsIHIpOworCQkJUEFOSUMoIkNvdWxkIG5vdCB1bndpbmQgaW5kaXJl Y3QgYmxvY2ssIGVycm9yICVkIiwgcik7CiAJCQlicmVsc2UoYnApOwogCQl9IGVsc2Ugewog CQkJYmFwID0gKHVmczJfZGFkZHJfdCAqKWJwLT5iX2RhdGE7CmRpZmYgLS1naXQgYS9zeXMv dWZzL2Zmcy9mZnNfaW5vZGUuYyBiL3N5cy91ZnMvZmZzL2Zmc19pbm9kZS5jCmluZGV4IGY4 NTg0ZDUuLjIwZDUxOGQgMTAwNjQ0Ci0tLSBhL3N5cy91ZnMvZmZzL2Zmc19pbm9kZS5jCisr KyBiL3N5cy91ZnMvZmZzL2Zmc19pbm9kZS5jCkBAIC0xNDEsNyArMTQxLDcgQEAgbG9vcDoK IAlpZiAoRE9JTkdTT0ZUREVQKHZwKSkKIAkJc29mdGRlcF91cGRhdGVfaW5vZGVibG9jayhp cCwgYnAsIHdhaXRmb3IpOwogCWVsc2UgaWYgKGlwLT5pX2VmZm5saW5rICE9IGlwLT5pX25s aW5rKQotCQlwYW5pYygiZmZzX3VwZGF0ZTogYmFkIGxpbmsgY250Iik7CisJCVBBTklDKCJi YWQgbGluayBjbnQiKTsKIAlpZiAoaXAtPmlfdW1wLT51bV9mc3R5cGUgPT0gVUZTMSkKIAkJ Kigoc3RydWN0IHVmczFfZGlub2RlICopYnAtPmJfZGF0YSArCiAJCSAgICBpbm9fdG9fZnNi byhmcywgaXAtPmlfbnVtYmVyKSkgPSAqaXAtPmlfZGluMTsKQEAgLTIzNiw3ICsyMzYsNyBA QCBmZnNfdHJ1bmNhdGUodnAsIGxlbmd0aCwgZmxhZ3MsIGNyZWQpCiAJfQogCWlmICgoZmxh Z3MgJiBJT19FWFQpICYmIGV4dGJsb2NrcyA+IDApIHsKIAkJaWYgKGxlbmd0aCAhPSAwKQot CQkJcGFuaWMoImZmc190cnVuY2F0ZTogcGFydGlhbCB0cnVuYyBvZiBleHRkYXRhIik7CisJ CQlQQU5JQygicGFydGlhbCB0cnVuYyBvZiBleHRkYXRhIik7CiAJCWlmIChzb2Z0ZGVwdHJ1 bmMgfHwgam91cm5hbHRydW5jKSB7CiAJCQlpZiAoKGZsYWdzICYgSU9fTk9STUFMKSA9PSAw KQogCQkJCWdvdG8gZXh0Y2xlYW47CkBAIC0yNzYsNyArMjc2LDcgQEAgZmZzX3RydW5jYXRl KHZwLCBsZW5ndGgsIGZsYWdzLCBjcmVkKQogCSAgICAgZGF0YWJsb2NrcyA9PSAwKSkgewog I2lmZGVmIElOVkFSSUFOVFMKIAkJaWYgKGxlbmd0aCAhPSAwKQotCQkJcGFuaWMoImZmc190 cnVuY2F0ZTogcGFydGlhbCB0cnVuY2F0ZSBvZiBzeW1saW5rIik7CisJCQlQQU5JQygicGFy dGlhbCB0cnVuY2F0ZSBvZiBzeW1saW5rIik7CiAjZW5kaWYKIAkJYnplcm8oU0hPUlRMSU5L KGlwKSwgKHVfaW50KWlwLT5pX3NpemUpOwogCQlpcC0+aV9zaXplID0gMDsKQEAgLTI5Myw3 ICsyOTMsNyBAQCBmZnNfdHJ1bmNhdGUodnAsIGxlbmd0aCwgZmxhZ3MsIGNyZWQpCiAJCXJl dHVybiAoZmZzX3VwZGF0ZSh2cCwgMCkpOwogCX0KIAlpZiAoZnMtPmZzX3Jvbmx5KQotCQlw YW5pYygiZmZzX3RydW5jYXRlOiByZWFkLW9ubHkgZmlsZXN5c3RlbSIpOworCQlQQU5JQygi cmVhZC1vbmx5IGZpbGVzeXN0ZW0iKTsKIAlpZiAoSVNfU05BUFNIT1QoaXApKQogCQlmZnNf c25hcHJlbW92ZSh2cCk7CiAJdnAtPnZfbGFzdGEgPSB2cC0+dl9jbGVuID0gdnAtPnZfY3N0 YXJ0ID0gdnAtPnZfbGFzdHcgPSAwOwpAQCAtNTEzLDcgKzUxMyw3IEBAIGZmc190cnVuY2F0 ZSh2cCwgbGVuZ3RoLCBmbGFncywgY3JlZCkKIAkJRElQX1NFVChpcCwgaV9zaXplLCBsZW5n dGgpOwogCQluZXdzcGFjZSA9IGJsa3NpemUoZnMsIGlwLCBsYXN0YmxvY2spOwogCQlpZiAo bmV3c3BhY2UgPT0gMCkKLQkJCXBhbmljKCJmZnNfdHJ1bmNhdGU6IG5ld3NwYWNlIik7CisJ CQlQQU5JQygibmV3c3BhY2UiKTsKIAkJaWYgKG9sZHNwYWNlIC0gbmV3c3BhY2UgPiAwKSB7 CiAJCQkvKgogCQkJICogQmxvY2sgbnVtYmVyIG9mIHNwYWNlIHRvIGJlIGZyZWUnZCBpcwpA QCAtNTMwLDE1ICs1MzAsMTUgQEAgZG9uZToKICNpZmRlZiBJTlZBUklBTlRTCiAJZm9yIChs ZXZlbCA9IFNJTkdMRTsgbGV2ZWwgPD0gVFJJUExFOyBsZXZlbCsrKQogCQlpZiAobmV3Ymxr c1tOREFERFIgKyBsZXZlbF0gIT0gRElQKGlwLCBpX2liW2xldmVsXSkpCi0JCQlwYW5pYygi ZmZzX3RydW5jYXRlMSIpOworCQkJUEFOSUMoIjEiKTsKIAlmb3IgKGkgPSAwOyBpIDwgTkRB RERSOyBpKyspCiAJCWlmIChuZXdibGtzW2ldICE9IERJUChpcCwgaV9kYltpXSkpCi0JCQlw YW5pYygiZmZzX3RydW5jYXRlMiIpOworCQkJUEFOSUMoIjIiKTsKIAlCT19MT0NLKGJvKTsK IAlpZiAobGVuZ3RoID09IDAgJiYKIAkgICAgKGZzLT5mc19tYWdpYyAhPSBGU19VRlMyX01B R0lDIHx8IGlwLT5pX2RpbjItPmRpX2V4dHNpemUgPT0gMCkgJiYKIAkgICAgKGJvLT5ib19k aXJ0eS5idl9jbnQgPiAwIHx8IGJvLT5ib19jbGVhbi5idl9jbnQgPiAwKSkKLQkJcGFuaWMo ImZmc190cnVuY2F0ZTMiKTsKKwkJUEFOSUMoIjMiKTsKIAlCT19VTkxPQ0soYm8pOwogI2Vu ZGlmIC8qIElOVkFSSUFOVFMgKi8KIAkvKgpAQCAtNjE2LDcgKzYxNiw3IEBAIGZmc19pbmRp cnRydW5jKGlwLCBsYm4sIGRibiwgbGFzdGJuLCBsZXZlbCwgY291bnRwKQogCQlicC0+Yl9m bGFncyAmPSB+Ql9JTlZBTDsKIAkJYnAtPmJfaW9mbGFncyAmPSB+QklPX0VSUk9SOwogCQlp ZiAoYnAtPmJfYmNvdW50ID4gYnAtPmJfYnVmc2l6ZSkKLQkJCXBhbmljKCJmZnNfaW5kaXJ0 cnVuYzogYmFkIGJ1ZmZlciBzaXplIik7CisJCQlQQU5JQygiYmFkIGJ1ZmZlciBzaXplIik7 CiAJCWJwLT5iX2Jsa25vID0gZGJuOwogCQl2ZnNfYnVzeV9wYWdlcyhicCwgMCk7CiAJCWJw LT5iX2lvb2Zmc2V0ID0gZGJ0b2IoYnAtPmJfYmxrbm8pOwpkaWZmIC0tZ2l0IGEvc3lzL3Vm cy9mZnMvZmZzX3Jhd3JlYWQuYyBiL3N5cy91ZnMvZmZzL2Zmc19yYXdyZWFkLmMKaW5kZXgg ZjhlM2UwMC4uOGVlMTkzNSAxMDA2NDQKLS0tIGEvc3lzL3Vmcy9mZnMvZmZzX3Jhd3JlYWQu YworKysgYi9zeXMvdWZzL2Zmcy9mZnNfcmF3cmVhZC5jCkBAIC0xNzEsNyArMTcxLDcgQEAg ZmZzX3Jhd3JlYWRfc3luYyhzdHJ1Y3Qgdm5vZGUgKnZwKQogCQkJfQogCQkJQk9fTE9DSyhi byk7CiAJCQlpZiAoYm8tPmJvX251bW91dHB1dCA+IDAgfHwgYm8tPmJvX2RpcnR5LmJ2X2Nu dCA+IDApCi0JCQkJcGFuaWMoImZmc19yYXdyZWFkX3N5bmM6IGRpcnR5IGJ1ZnMiKTsKKwkJ CQlQQU5JQygiZGlydHkgYnVmcyIpOwogCQl9CiAJCUJPX1VOTE9DSyhibyk7CiAJCWlmICh1 cGdyYWRlZCAhPSAwKQpkaWZmIC0tZ2l0IGEvc3lzL3Vmcy9mZnMvZmZzX3NuYXBzaG90LmMg Yi9zeXMvdWZzL2Zmcy9mZnNfc25hcHNob3QuYwppbmRleCAwYzY1M2MyLi5kZGI1YWZkIDEw MDY0NAotLS0gYS9zeXMvdWZzL2Zmcy9mZnNfc25hcHNob3QuYworKysgYi9zeXMvdWZzL2Zm cy9mZnNfc25hcHNob3QuYwpAQCAtMjc5LDcgKzI3OSw3IEBAIHJlc3RhcnQ6CiAJaWYgKFZP UF9HRVRXUklURU1PVU5UKG5kLm5pX2R2cCwgJndydG1wKSkKIAkJd3J0bXAgPSBOVUxMOwog CWlmICh3cnRtcCAhPSBtcCkKLQkJcGFuaWMoImZmc19zbmFwc2hvdDogbW91bnQgbWlzbWF0 Y2giKTsKKwkJUEFOSUMoIm1vdW50IG1pc21hdGNoIik7CiAJdmZzX3JlbCh3cnRtcCk7CiAJ aWYgKHZuX3N0YXJ0X3dyaXRlKE5VTEwsICZ3cnRtcCwgVl9OT1dBSVQpICE9IDApIHsKIAkJ TkRGUkVFKCZuZCwgTkRGX09OTFlfUE5CVUYpOwpAQCAtNjYyLDcgKzY2Miw3IEBAIGxvb3A6 CiAJCXNuYXBibGtsaXN0WzBdID0gYmxrcCAtIHNuYXBibGtsaXN0OwogCQlWSV9MT0NLKGRl dnZwKTsKIAkJaWYgKHNuLT5zbl9ibGtsaXN0ICE9IE5VTEwpCi0JCQlwYW5pYygiZmZzX3Nu YXBzaG90OiBub24tZW1wdHkgbGlzdCIpOworCQkJUEFOSUMoIm5vbi1lbXB0eSBsaXN0Iik7 CiAJCXNuLT5zbl9ibGtsaXN0ID0gc25hcGJsa2xpc3Q7CiAJCXNuLT5zbl9saXN0c2l6ZSA9 IGJsa3AgLSBzbmFwYmxrbGlzdDsKIAkJVklfVU5MT0NLKGRldnZwKTsKQEAgLTY3NCw4ICs2 NzQsNyBAQCBsb29wOgogCVZJX0xPQ0soZGV2dnApOwogCWZzLT5mc19zbmFwaW51bVtzbmFw bG9jXSA9IGlwLT5pX251bWJlcjsKIAlpZiAoaXAtPmlfbmV4dHNuYXAudHFlX3ByZXYgIT0g MCkKLQkJcGFuaWMoImZmc19zbmFwc2hvdDogJWp1IGFscmVhZHkgb24gbGlzdCIsCi0JCSAg ICAodWludG1heF90KWlwLT5pX251bWJlcik7CisJCVBBTklDKCIlanUgYWxyZWFkeSBvbiBs aXN0IiwgKHVpbnRtYXhfdClpcC0+aV9udW1iZXIpOwogCVRBSUxRX0lOU0VSVF9UQUlMKCZz bi0+c25faGVhZCwgaXAsIGlfbmV4dHNuYXApOwogCWRldnZwLT52X3ZmbGFnIHw9IFZWX0NP UFlPTldSSVRFOwogCVZJX1VOTE9DSyhkZXZ2cCk7CkBAIC03NDUsNyArNzQ0LDcgQEAgb3V0 MToKIAkJZ290byBkb25lOwogCX0KIAlpZiAoc25hcGxpc3RzaXplIDwgaXAtPmlfc25hcGJs a2xpc3QgLSBzbmFwYmxrbGlzdCkKLQkJcGFuaWMoImZmc19zbmFwc2hvdDogbGlzdCB0b28g c21hbGwiKTsKKwkJUEFOSUMoImxpc3QgdG9vIHNtYWxsIik7CiAJc25hcGxpc3RzaXplID0g aXAtPmlfc25hcGJsa2xpc3QgLSBzbmFwYmxrbGlzdDsKIAlzbmFwYmxrbGlzdFswXSA9IHNu YXBsaXN0c2l6ZTsKIAlpcC0+aV9zbmFwYmxrbGlzdCA9IDA7CkBAIC05MjgsNyArOTI3LDcg QEAgY2dhY2NvdW50KGNnLCB2cCwgbmJwLCBwYXNzbm8pCiAJCQllbHNlIGlmIChwYXNzbm8g PT0gMiAmJiBESVAoaXAsIGlfZGJbbG9jXSk9PSBCTEtfTk9DT1BZKQogCQkJCURJUF9TRVQo aXAsIGlfZGJbbG9jXSwgMCk7CiAJCQllbHNlIGlmIChwYXNzbm8gPT0gMSAmJiBESVAoaXAs IGlfZGJbbG9jXSk9PSBCTEtfTk9DT1BZKQotCQkJCXBhbmljKCJmZnNfc25hcHNob3Q6IGxv c3QgZGlyZWN0IGJsb2NrIik7CisJCQkJUEFOSUMoImxvc3QgZGlyZWN0IGJsb2NrIik7CiAJ CX0KIAl9CiAJZXJyb3IgPSBVRlNfQkFMTE9DKHZwLCBsYmxrdG9zaXplKGZzLCAob2ZmX3Qp KGJhc2UgKyBsb2MpKSwKQEAgLTk1OSw3ICs5NTgsNyBAQCBjZ2FjY291bnQoY2csIHZwLCBu YnAsIHBhc3NubykKIAkJCQkoKHVmczFfZGFkZHJfdCAqKShpYnAtPmJfZGF0YSkpW2luZGly b2ZmXSA9IDA7CiAJCQllbHNlIGlmIChwYXNzbm8gPT0gMSAmJiAoKHVmczFfZGFkZHJfdCAq KShpYnAtPmJfZGF0YSkpCiAJCQkgICAgW2luZGlyb2ZmXSA9PSBCTEtfTk9DT1BZKQotCQkJ CXBhbmljKCJmZnNfc25hcHNob3Q6IGxvc3QgaW5kaXJlY3QgYmxvY2siKTsKKwkJCQlQQU5J QygibG9zdCBpbmRpcmVjdCBibG9jayIpOwogCQkJY29udGludWU7CiAJCX0KIAkJaWYgKGZm c19pc2Jsb2NrKGZzLCBjZ19ibGtzZnJlZShjZ3ApLCBsb2MpKQpAQCAtOTY5LDcgKzk2OCw3 IEBAIGNnYWNjb3VudChjZywgdnAsIG5icCwgcGFzc25vKQogCQkJKCh1ZnMyX2RhZGRyX3Qg KikoaWJwLT5iX2RhdGEpKVtpbmRpcm9mZl0gPSAwOwogCQllbHNlIGlmIChwYXNzbm8gPT0g MSAmJgogCQkgICAgKCh1ZnMyX2RhZGRyX3QgKikoaWJwLT5iX2RhdGEpKSBbaW5kaXJvZmZd ID09IEJMS19OT0NPUFkpCi0JCQlwYW5pYygiZmZzX3NuYXBzaG90OiBsb3N0IGluZGlyZWN0 IGJsb2NrIik7CisJCQlQQU5JQygibG9zdCBpbmRpcmVjdCBibG9jayIpOwogCX0KIAlpZiAo cGFzc25vID09IDIpCiAJCWlicC0+Yl9mbGFncyB8PSBCX1ZBTElEU1VTUFdSVDsKQEAgLTEx MDUsMTIgKzExMDQsMTIgQEAgaW5kaXJhY2N0X3VmczEoc25hcHZwLCBjYW5jZWx2cCwgbGV2 ZWwsIGJsa25vLCBsYm4sIHJsYm4sIHJlbWJsa3MsCiAJaWYgKGJsa25vID09IDApIHsKIAkJ aWYgKGV4cHVuZ2V0eXBlID09IEJMS19OT0NPUFkpCiAJCQlyZXR1cm4gKDApOwotCQlwYW5p YygiaW5kaXJhY2N0X3VmczE6IG1pc3NpbmcgaW5kaXIiKTsKKwkJUEFOSUMoIm1pc3Npbmcg aW5kaXIiKTsKIAl9CiAJaWYgKChlcnJvciA9IHVmc19nZXRsYm5zKGNhbmNlbHZwLCBybGJu LCBpbmRpcnMsICZudW0pKSAhPSAwKQogCQlyZXR1cm4gKGVycm9yKTsKIAlpZiAobGJuICE9 IGluZGlyc1tudW0gLSAxIC0gbGV2ZWxdLmluX2xibiB8fCBudW0gPCAyKQotCQlwYW5pYygi aW5kaXJhY2N0X3VmczE6IGJvdGNoZWQgcGFyYW1zIik7CisJCVBBTklDKCJib3RjaGVkIHBh cmFtcyIpOwogCS8qCiAJICogV2UgaGF2ZSB0byBleHBhbmQgYnJlYWQgaGVyZSBzaW5jZSBp dCB3aWxsIGRlYWRsb2NrIGxvb2tpbmcKIAkgKiB1cCB0aGUgYmxvY2sgbnVtYmVyIGZvciBh bnkgYmxvY2tzIHRoYXQgYXJlIG5vdCBpbiB0aGUgY2FjaGUuCkBAIC0xMjE2LDcgKzEyMTUs NyBAQCBzbmFwYWNjdF91ZnMxKHZwLCBvbGRibGtwLCBsYXN0YmxrcCwgZnMsIGxibGtubywg ZXhwdW5nZXR5cGUpCiAJCQkJYnJlbHNlKGlicCk7CiAJCX0gZWxzZSB7CiAJCQlpZiAoKmJs a3AgIT0gMCkKLQkJCQlwYW5pYygic25hcGFjY3RfdWZzMTogYmFkIGJsb2NrIik7CisJCQkJ UEFOSUMoImJhZCBibG9jayIpOwogCQkJKmJsa3AgPSBleHB1bmdldHlwZTsKIAkJCWlmIChs Ym4gPj0gTkRBRERSKQogCQkJCWJkd3JpdGUoaWJwKTsKQEAgLTEzODksMTIgKzEzODgsMTIg QEAgaW5kaXJhY2N0X3VmczIoc25hcHZwLCBjYW5jZWx2cCwgbGV2ZWwsIGJsa25vLCBsYm4s IHJsYm4sIHJlbWJsa3MsCiAJaWYgKGJsa25vID09IDApIHsKIAkJaWYgKGV4cHVuZ2V0eXBl ID09IEJMS19OT0NPUFkpCiAJCQlyZXR1cm4gKDApOwotCQlwYW5pYygiaW5kaXJhY2N0X3Vm czI6IG1pc3NpbmcgaW5kaXIiKTsKKwkJUEFOSUMoIm1pc3NpbmcgaW5kaXIiKTsKIAl9CiAJ aWYgKChlcnJvciA9IHVmc19nZXRsYm5zKGNhbmNlbHZwLCBybGJuLCBpbmRpcnMsICZudW0p KSAhPSAwKQogCQlyZXR1cm4gKGVycm9yKTsKIAlpZiAobGJuICE9IGluZGlyc1tudW0gLSAx IC0gbGV2ZWxdLmluX2xibiB8fCBudW0gPCAyKQotCQlwYW5pYygiaW5kaXJhY2N0X3VmczI6 IGJvdGNoZWQgcGFyYW1zIik7CisJCVBBTklDKCJib3RjaGVkIHBhcmFtcyIpOwogCS8qCiAJ ICogV2UgaGF2ZSB0byBleHBhbmQgYnJlYWQgaGVyZSBzaW5jZSBpdCB3aWxsIGRlYWRsb2Nr IGxvb2tpbmcKIAkgKiB1cCB0aGUgYmxvY2sgbnVtYmVyIGZvciBhbnkgYmxvY2tzIHRoYXQg YXJlIG5vdCBpbiB0aGUgY2FjaGUuCkBAIC0xNTAwLDcgKzE0OTksNyBAQCBzbmFwYWNjdF91 ZnMyKHZwLCBvbGRibGtwLCBsYXN0YmxrcCwgZnMsIGxibGtubywgZXhwdW5nZXR5cGUpCiAJ CQkJYnJlbHNlKGlicCk7CiAJCX0gZWxzZSB7CiAJCQlpZiAoKmJsa3AgIT0gMCkKLQkJCQlw YW5pYygic25hcGFjY3RfdWZzMjogYmFkIGJsb2NrIik7CisJCQkJUEFOSUMoImJhZCBibG9j ayIpOwogCQkJKmJsa3AgPSBleHB1bmdldHlwZTsKIAkJCWlmIChsYm4gPj0gTkRBRERSKQog CQkJCWJkd3JpdGUoaWJwKTsKQEAgLTE4MDAsNyArMTc5OSw3IEBAIHJldHJ5OgogCQkJICog KGRvbid0IGNhcmUpIGZvciB1cy4KIAkJCSAqLwogCQkJaWYgKGNsYWltZWRibGspCi0JCQkJ cGFuaWMoInNuYXBibGtmcmVlOiBpbmNvbnNpc3RlbnQgYmxvY2sgdHlwZSIpOworCQkJCVBB TklDKCJpbmNvbnNpc3RlbnQgYmxvY2sgdHlwZSIpOwogCQkJaWYgKGxibiA8IE5EQUREUikg ewogCQkJCURJUF9TRVQoaXAsIGlfZGJbbGJuXSwgQkxLX05PQ09QWSk7CiAJCQkJaXAtPmlf ZmxhZyB8PSBJTl9DSEFOR0UgfCBJTl9VUERBVEU7CkBAIC0yMDIyLDggKzIwMjEsNyBAQCBm ZnNfc25hcHNob3RfbW91bnQobXApCiAJCSAqLwogCQlWSV9MT0NLKGRldnZwKTsKIAkJaWYg KGlwLT5pX25leHRzbmFwLnRxZV9wcmV2ICE9IDApCi0JCQlwYW5pYygiZmZzX3NuYXBzaG90 X21vdW50OiAlanUgYWxyZWFkeSBvbiBsaXN0IiwKLQkJCSAgICAodWludG1heF90KWlwLT5p X251bWJlcik7CisJCQlQQU5JQygiJWp1IGFscmVhZHkgb24gbGlzdCIsICh1aW50bWF4X3Qp aXAtPmlfbnVtYmVyKTsKIAkJZWxzZQogCQkJVEFJTFFfSU5TRVJUX1RBSUwoJnNuLT5zbl9o ZWFkLCBpcCwgaV9uZXh0c25hcCk7CiAJCXZwLT52X3ZmbGFnIHw9IFZWX1NZU1RFTTsKQEAg LTIxOTAsNyArMjE4OCw3IEBAIGZmc19iZGZsdXNoKGJvLCBicCkKIAkJCQkgICAgIExLX0VY Q0xVU0lWRSB8IExLX05PV0FJVCwgTlVMTCkpCiAJCQkJY29udGludWU7CiAJCQlpZiAoYnAg PT0gbmJwKQotCQkJCXBhbmljKCJiZHdyaXRlOiBmb3VuZCBvdXJzZWx2ZXMiKTsKKwkJCQlQ QU5JQygiZm91bmQgb3Vyc2VsdmVzIik7CiAJCQlCT19VTkxPQ0soYm8pOwogCQkJLyoKIAkJ CSAqIERvbid0IGNvdW50ZGVwcyB3aXRoIHRoZSBibyBsb2NrCkBAIC0yMjUwLDcgKzIyNDgs NyBAQCBmZnNfY29weW9ud3JpdGUoZGV2dnAsIGJwKQogCWlmIChkZXZ2cCAhPSBicC0+Yl92 cCAmJiBJU19TTkFQU0hPVChWVE9JKGJwLT5iX3ZwKSkpCiAJCXJldHVybiAoMCk7CQkvKiBV cGRhdGUgb24gYSBzbmFwc2hvdCBmaWxlICovCiAJaWYgKHRkLT50ZF9wZmxhZ3MgJiBURFBf Q09XSU5QUk9HUkVTUykKLQkJcGFuaWMoImZmc19jb3B5b253cml0ZTogcmVjdXJzaXZlIGNh bGwiKTsKKwkJUEFOSUMoInJlY3Vyc2l2ZSBjYWxsIik7CiAJLyoKIAkgKiBGaXJzdCBjaGVj ayB0byBzZWUgaWYgaXQgaXMgaW4gdGhlIHByZWFsbG9jYXRlZCBsaXN0LgogCSAqIEJ5IGRv aW5nIHRoaXMgY2hlY2sgd2UgYXZvaWQgc2V2ZXJhbCBwb3RlbnRpYWwgZGVhZGxvY2tzLgpA QCAtMjM0NSw3ICsyMzQzLDcgQEAgZmZzX2NvcHlvbndyaXRlKGRldnZwLCBicCkKIAkJfQog I2lmZGVmIElOVkFSSUFOVFMKIAkJaWYgKGJsa25vID09IEJMS19TTkFQICYmIGJwLT5iX2xi bGtubyA+PSAwKQotCQkJcGFuaWMoImZmc19jb3B5b253cml0ZTogYmFkIGNvcHkgYmxvY2si KTsKKwkJCVBBTklDKCJiYWQgY29weSBibG9jayIpOwogI2VuZGlmCiAJCWlmIChibGtubyAh PSAwKQogCQkJY29udGludWU7CmRpZmYgLS1naXQgYS9zeXMvdWZzL2Zmcy9mZnNfc29mdGRl cC5jIGIvc3lzL3Vmcy9mZnMvZmZzX3NvZnRkZXAuYwppbmRleCAxNmZlMTM0Li40OGQ4MDcz IDEwMDY0NAotLS0gYS9zeXMvdWZzL2Zmcy9mZnNfc29mdGRlcC5jCisrKyBiL3N5cy91ZnMv ZmZzL2Zmc19zb2Z0ZGVwLmMKQEAgLTEwNCw3ICsxMDQsNyBAQCBzb2Z0ZGVwX2ZsdXNoZmls ZXMob2xkbW50LCBmbGFncywgdGQpCiAJc3RydWN0IHRocmVhZCAqdGQ7CiB7CiAKLQlwYW5p Yygic29mdGRlcF9mbHVzaGZpbGVzIGNhbGxlZCIpOworCVBBTklDKCJjYWxsZWQiKTsKIH0K IAogaW50CkBAIC0xNTUsNyArMTU1LDcgQEAgc29mdGRlcF9zZXR1cF9pbm9tYXBkZXAoYnAs IGlwLCBuZXdpbnVtLCBtb2RlKQogCWludCBtb2RlOwogewogCi0JcGFuaWMoInNvZnRkZXBf c2V0dXBfaW5vbWFwZGVwIGNhbGxlZCIpOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9p ZApAQCAtMTY3LDcgKzE2Nyw3IEBAIHNvZnRkZXBfc2V0dXBfYmxrbWFwZGVwKGJwLCBtcCwg bmV3Ymxrbm8sIGZyYWdzLCBvbGRmcmFncykKIAlpbnQgb2xkZnJhZ3M7CiB7CiAKLQlwYW5p Yygic29mdGRlcF9zZXR1cF9ibGttYXBkZXAgY2FsbGVkIik7CisJUEFOSUMoImNhbGxlZCIp OwogfQogCiB2b2lkIApAQCAtMTgxLDcgKzE4MSw3IEBAIHNvZnRkZXBfc2V0dXBfYWxsb2Nk aXJlY3QoaXAsIGxibiwgbmV3Ymxrbm8sIG9sZGJsa25vLCBuZXdzaXplLCBvbGRzaXplLCBi cCkKIAlzdHJ1Y3QgYnVmICpicDsKIHsKIAkKLQlwYW5pYygic29mdGRlcF9zZXR1cF9hbGxv Y2RpcmVjdCBjYWxsZWQiKTsKKwlQQU5JQygiY2FsbGVkIik7CiB9CiAKIHZvaWQgCkBAIC0x OTUsNyArMTk1LDcgQEAgc29mdGRlcF9zZXR1cF9hbGxvY2V4dChpcCwgbGJuLCBuZXdibGtu bywgb2xkYmxrbm8sIG5ld3NpemUsIG9sZHNpemUsIGJwKQogCXN0cnVjdCBidWYgKmJwOwog ewogCQotCXBhbmljKCJzb2Z0ZGVwX3NldHVwX2FsbG9jZXh0IGNhbGxlZCIpOworCVBBTklD KCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtMjA5LDcgKzIwOSw3IEBAIHNvZnRkZXBfc2V0 dXBfYWxsb2NpbmRpcl9wYWdlKGlwLCBsYm4sIGJwLCBwdHJubywgbmV3Ymxrbm8sIG9sZGJs a25vLCBuYnApCiAJc3RydWN0IGJ1ZiAqbmJwOwogewogCi0JcGFuaWMoInNvZnRkZXBfc2V0 dXBfYWxsb2NpbmRpcl9wYWdlIGNhbGxlZCIpOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAog dm9pZApAQCAtMjIxLDcgKzIyMSw3IEBAIHNvZnRkZXBfc2V0dXBfYWxsb2NpbmRpcl9tZXRh KG5icCwgaXAsIGJwLCBwdHJubywgbmV3Ymxrbm8pCiAJdWZzMl9kYWRkcl90IG5ld2Jsa25v OwogewogCi0JcGFuaWMoInNvZnRkZXBfc2V0dXBfYWxsb2NpbmRpcl9tZXRhIGNhbGxlZCIp OworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtMjMyLDcgKzIzMiw3IEBAIHNv ZnRkZXBfam91cm5hbF9mcmVlYmxvY2tzKGlwLCBjcmVkLCBsZW5ndGgsIGZsYWdzKQogCWlu dCBmbGFnczsKIHsKIAkKLQlwYW5pYygic29mdGRlcF9qb3VybmFsX2ZyZWVibG9ja3MgY2Fs bGVkIik7CisJUEFOSUMoImNhbGxlZCIpOwogfQogCiB2b2lkCkBAIC0yNDAsNyArMjQwLDcg QEAgc29mdGRlcF9qb3VybmFsX2ZzeW5jKGlwKQogCXN0cnVjdCBpbm9kZSAqaXA7CiB7CiAK LQlwYW5pYygic29mdGRlcF9qb3VybmFsX2ZzeW5jIGNhbGxlZCIpOworCVBBTklDKCJjYWxs ZWQiKTsKIH0KIAogdm9pZApAQCAtMjUwLDcgKzI1MCw3IEBAIHNvZnRkZXBfc2V0dXBfZnJl ZWJsb2NrcyhpcCwgbGVuZ3RoLCBmbGFncykKIAlpbnQgZmxhZ3M7CiB7CiAJCi0JcGFuaWMo InNvZnRkZXBfc2V0dXBfZnJlZWJsb2NrcyBjYWxsZWQiKTsKKwlQQU5JQygiY2FsbGVkIik7 CiB9CiAKIHZvaWQKQEAgLTI2MCw3ICsyNjAsNyBAQCBzb2Z0ZGVwX2ZyZWVmaWxlKHB2cCwg aW5vLCBtb2RlKQogCQlpbnQgbW9kZTsKIHsKIAotCXBhbmljKCJzb2Z0ZGVwX2ZyZWVmaWxl IGNhbGxlZCIpOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogaW50IApAQCAtMjczLDcgKzI3 Myw3IEBAIHNvZnRkZXBfc2V0dXBfZGlyZWN0b3J5X2FkZChicCwgZHAsIGRpcm9mZnNldCwg bmV3aW51bSwgbmV3ZGlyYnAsIGlzbmV3YmxrKQogCWludCBpc25ld2JsazsKIHsKIAotCXBh bmljKCJzb2Z0ZGVwX3NldHVwX2RpcmVjdG9yeV9hZGQgY2FsbGVkIik7CisJUEFOSUMoImNh bGxlZCIpOwogfQogCiB2b2lkIApAQCAtMjg2LDcgKzI4Niw3IEBAIHNvZnRkZXBfY2hhbmdl X2RpcmVjdG9yeWVudHJ5X29mZnNldChicCwgZHAsIGJhc2UsIG9sZGxvYywgbmV3bG9jLCBl bnRyeXNpemUpCiAJaW50IGVudHJ5c2l6ZTsKIHsKIAotCXBhbmljKCJzb2Z0ZGVwX2NoYW5n ZV9kaXJlY3RvcnllbnRyeV9vZmZzZXQgY2FsbGVkIik7CisJUEFOSUMoImNhbGxlZCIpOwog fQogCiB2b2lkIApAQCAtMjk3LDcgKzI5Nyw3IEBAIHNvZnRkZXBfc2V0dXBfcmVtb3ZlKGJw LCBkcCwgaXAsIGlzcm1kaXIpCiAJaW50IGlzcm1kaXI7CiB7CiAJCi0JcGFuaWMoInNvZnRk ZXBfc2V0dXBfcmVtb3ZlIGNhbGxlZCIpOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9p ZCAKQEAgLTMwOSw3ICszMDksNyBAQCBzb2Z0ZGVwX3NldHVwX2RpcmVjdG9yeV9jaGFuZ2Uo YnAsIGRwLCBpcCwgbmV3aW51bSwgaXNybWRpcikKIAlpbnQgaXNybWRpcjsKIHsKIAotCXBh bmljKCJzb2Z0ZGVwX3NldHVwX2RpcmVjdG9yeV9jaGFuZ2UgY2FsbGVkIik7CisJUEFOSUMo ImNhbGxlZCIpOwogfQogCiB2b2lkCkBAIC0zMjEsNyArMzIxLDcgQEAgc29mdGRlcF9zZXR1 cF9ibGtmcmVlKG1wLCBicCwgYmxrbm8sIGZyYWdzLCB3a2hkKQogCXN0cnVjdCB3b3JraGVh ZCAqd2toZDsKIHsKIAotCXBhbmljKCIlcyBjYWxsZWQiLCBfX0ZVTkNUSU9OX18pOworCVBB TklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtMzMyLDcgKzMzMiw3IEBAIHNvZnRkZXBf c2V0dXBfaW5vZnJlZShtcCwgYnAsIGlubywgd2toZCkKIAlzdHJ1Y3Qgd29ya2hlYWQgKndr aGQ7CiB7CiAKLQlwYW5pYygiJXMgY2FsbGVkIiwgX19GVU5DVElPTl9fKTsKKwlQQU5JQygi Y2FsbGVkIik7CiB9CiAKIHZvaWQKQEAgLTM0MSw3ICszNDEsNyBAQCBzb2Z0ZGVwX3NldHVw X3VubGluayhkcCwgaXApCiAJc3RydWN0IGlub2RlICppcDsKIHsKIAotCXBhbmljKCIlcyBj YWxsZWQiLCBfX0ZVTkNUSU9OX18pOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApA QCAtMzUwLDcgKzM1MCw3IEBAIHNvZnRkZXBfc2V0dXBfbGluayhkcCwgaXApCiAJc3RydWN0 IGlub2RlICppcDsKIHsKIAotCXBhbmljKCIlcyBjYWxsZWQiLCBfX0ZVTkNUSU9OX18pOwor CVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtMzU5LDcgKzM1OSw3IEBAIHNvZnRk ZXBfcmV2ZXJ0X2xpbmsoZHAsIGlwKQogCXN0cnVjdCBpbm9kZSAqaXA7CiB7CiAKLQlwYW5p YygiJXMgY2FsbGVkIiwgX19GVU5DVElPTl9fKTsKKwlQQU5JQygiY2FsbGVkIik7CiB9CiAK IHZvaWQKQEAgLTM2OCw3ICszNjgsNyBAQCBzb2Z0ZGVwX3NldHVwX3JtZGlyKGRwLCBpcCkK IAlzdHJ1Y3QgaW5vZGUgKmlwOwogewogCi0JcGFuaWMoIiVzIGNhbGxlZCIsIF9fRlVOQ1RJ T05fXyk7CisJUEFOSUMoImNhbGxlZCIpOwogfQogCiB2b2lkCkBAIC0zNzcsNyArMzc3LDcg QEAgc29mdGRlcF9yZXZlcnRfcm1kaXIoZHAsIGlwKQogCXN0cnVjdCBpbm9kZSAqaXA7CiB7 CiAKLQlwYW5pYygiJXMgY2FsbGVkIiwgX19GVU5DVElPTl9fKTsKKwlQQU5JQygiY2FsbGVk Iik7CiB9CiAKIHZvaWQKQEAgLTM4Niw3ICszODYsNyBAQCBzb2Z0ZGVwX3NldHVwX2NyZWF0 ZShkcCwgaXApCiAJc3RydWN0IGlub2RlICppcDsKIHsKIAotCXBhbmljKCIlcyBjYWxsZWQi LCBfX0ZVTkNUSU9OX18pOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtMzk1 LDcgKzM5NSw3IEBAIHNvZnRkZXBfcmV2ZXJ0X2NyZWF0ZShkcCwgaXApCiAJc3RydWN0IGlu b2RlICppcDsKIHsKIAotCXBhbmljKCIlcyBjYWxsZWQiLCBfX0ZVTkNUSU9OX18pOworCVBB TklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtNDA0LDcgKzQwNCw3IEBAIHNvZnRkZXBf c2V0dXBfbWtkaXIoZHAsIGlwKQogCXN0cnVjdCBpbm9kZSAqaXA7CiB7CiAKLQlwYW5pYygi JXMgY2FsbGVkIiwgX19GVU5DVElPTl9fKTsKKwlQQU5JQygiY2FsbGVkIik7CiB9CiAKIHZv aWQKQEAgLTQxMyw3ICs0MTMsNyBAQCBzb2Z0ZGVwX3JldmVydF9ta2RpcihkcCwgaXApCiAJ c3RydWN0IGlub2RlICppcDsKIHsKIAotCXBhbmljKCIlcyBjYWxsZWQiLCBfX0ZVTkNUSU9O X18pOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtNDIyLDcgKzQyMiw3IEBA IHNvZnRkZXBfc2V0dXBfZG90ZG90X2xpbmsoZHAsIGlwKQogCXN0cnVjdCBpbm9kZSAqaXA7 CiB7CiAKLQlwYW5pYygiJXMgY2FsbGVkIiwgX19GVU5DVElPTl9fKTsKKwlQQU5JQygiY2Fs bGVkIik7CiB9CiAKIGludApAQCAtNDMxLDcgKzQzMSw3IEBAIHNvZnRkZXBfcHJlYWxsb2Mo dnAsIHdhaXRvaykKIAlpbnQgd2FpdG9rOwogewogCi0JcGFuaWMoIiVzIGNhbGxlZCIsIF9f RlVOQ1RJT05fXyk7CisJUEFOSUMoImNhbGxlZCIpOwogCiAJcmV0dXJuICgwKTsKIH0KQEAg LTQ1MCw3ICs0NTAsNyBAQCBzb2Z0ZGVwX2NoYW5nZV9saW5rY250KGlwKQogCXN0cnVjdCBp bm9kZSAqaXA7CiB7CiAKLQlwYW5pYygic29mdGRlcF9jaGFuZ2VfbGlua2NudCBjYWxsZWQi KTsKKwlQQU5JQygiY2FsbGVkIik7CiB9CiAKIHZvaWQgCkBAIC00NTgsNyArNDU4LDcgQEAg c29mdGRlcF9sb2FkX2lub2RlYmxvY2soaXApCiAJc3RydWN0IGlub2RlICppcDsKIHsKIAot CXBhbmljKCJzb2Z0ZGVwX2xvYWRfaW5vZGVibG9jayBjYWxsZWQiKTsKKwlQQU5JQygiY2Fs bGVkIik7CiB9CiAKIHZvaWQgCkBAIC00NjgsNyArNDY4LDcgQEAgc29mdGRlcF91cGRhdGVf aW5vZGVibG9jayhpcCwgYnAsIHdhaXRmb3IpCiAJaW50IHdhaXRmb3I7CiB7CiAKLQlwYW5p Yygic29mdGRlcF91cGRhdGVfaW5vZGVibG9jayBjYWxsZWQiKTsKKwlQQU5JQygiY2FsbGVk Iik7CiB9CiAKIGludApAQCAtNTE3LDcgKzUxNyw3IEBAIHNvZnRkZXBfc2xvd2Rvd24odnAp CiAJc3RydWN0IHZub2RlICp2cDsKIHsKIAotCXBhbmljKCJzb2Z0ZGVwX3Nsb3dkb3duIGNh bGxlZCIpOworCVBBTklDKCJjYWxsZWQiKTsKIH0KIAogdm9pZApAQCAtNTI1LDcgKzUyNSw3 IEBAIHNvZnRkZXBfcmVsZWFzZWZpbGUoaXApCiAJc3RydWN0IGlub2RlICppcDsJLyogaW5v ZGUgd2l0aCB0aGUgemVybyBlZmZlY3RpdmUgbGluayBjb3VudCAqLwogewogCi0JcGFuaWMo InNvZnRkZXBfcmVsZWFzZWZpbGUgY2FsbGVkIik7CisJUEFOSUMoImNhbGxlZCIpOwogfQog CiBpbnQKQEAgLTU5Nyw3ICs1OTcsNyBAQCBzb2Z0ZGVwX2J1Zl9hcHBlbmQoYnAsIHdraGQp CiAJc3RydWN0IHdvcmtoZWFkICp3a2hkOwogewogCi0JcGFuaWMoInNvZnRkZXBfYnVmX2Fw cGVuZHdvcmsgY2FsbGVkIik7CisJUEFOSUMoImNhbGxlZCIpOwogfQogCiB2b2lkCkBAIC02 MDcsNyArNjA3LDcgQEAgc29mdGRlcF9pbm9kZV9hcHBlbmQoaXAsIGNyZWQsIHdraGQpCiAJ c3RydWN0IHdvcmtoZWFkICp3a2hkOwogewogCi0JcGFuaWMoInNvZnRkZXBfaW5vZGVfYXBw ZW5kd29yayBjYWxsZWQiKTsKKwlQQU5JQygiY2FsbGVkIik7CiB9CiAKIHZvaWQKQEAgLTYx NSw3ICs2MTUsNyBAQCBzb2Z0ZGVwX2ZyZWV3b3JrKHdraGQpCiAJc3RydWN0IHdvcmtoZWFk ICp3a2hkOwogewogCi0JcGFuaWMoInNvZnRkZXBfZnJlZXdvcmsgY2FsbGVkIik7CisJUEFO SUMoImNhbGxlZCIpOwogfQogCiAjZWxzZQpAQCAtMTA3Miw3ICsxMDcyLDcgQEAgd29ya2xp c3RfaW5zZXJ0KGhlYWQsIGl0ZW0sIGxvY2tlZCkKIAlpZiAobG9ja2VkKQogCQltdHhfYXNz ZXJ0KCZsaywgTUFfT1dORUQpOwogCWlmIChpdGVtLT53a19zdGF0ZSAmIE9OV09SS0xJU1Qp Ci0JCXBhbmljKCJ3b3JrbGlzdF9pbnNlcnQ6ICVwICVzKDB4JVgpIGFscmVhZHkgb24gbGlz dCIsCisJCVBBTklDKCIlcCAlcygweCVYKSBhbHJlYWR5IG9uIGxpc3QiLAogCQkgICAgaXRl bSwgVFlQRU5BTUUoaXRlbS0+d2tfdHlwZSksIGl0ZW0tPndrX3N0YXRlKTsKIAlpdGVtLT53 a19zdGF0ZSB8PSBPTldPUktMSVNUOwogCUxJU1RfSU5TRVJUX0hFQUQoaGVhZCwgaXRlbSwg d2tfbGlzdCk7CkBAIC0xMDg3LDcgKzEwODcsNyBAQCB3b3JrbGlzdF9yZW1vdmUoaXRlbSwg bG9ja2VkKQogCWlmIChsb2NrZWQpCiAJCW10eF9hc3NlcnQoJmxrLCBNQV9PV05FRCk7CiAJ aWYgKChpdGVtLT53a19zdGF0ZSAmIE9OV09SS0xJU1QpID09IDApCi0JCXBhbmljKCJ3b3Jr bGlzdF9yZW1vdmU6ICVwICVzKDB4JVgpIG5vdCBvbiBsaXN0IiwKKwkJUEFOSUMoIiVwICVz KDB4JVgpIG5vdCBvbiBsaXN0IiwKIAkJICAgIGl0ZW0sIFRZUEVOQU1FKGl0ZW0tPndrX3R5 cGUpLCBpdGVtLT53a19zdGF0ZSk7CiAJaXRlbS0+d2tfc3RhdGUgJj0gfk9OV09SS0xJU1Q7 CiAJTElTVF9SRU1PVkUoaXRlbSwgd2tfbGlzdCk7CkBAIC0xMjEzLDEwICsxMjEzLDEwIEBA IHdvcmtpdGVtX2ZyZWUoaXRlbSwgdHlwZSkKIAogI2lmZGVmIERFQlVHCiAJaWYgKGl0ZW0t PndrX3N0YXRlICYgT05XT1JLTElTVCkKLQkJcGFuaWMoIndvcmtpdGVtX2ZyZWU6ICVzKDB4 JVgpIHN0aWxsIG9uIGxpc3QiLAorCQlQQU5JQygiJXMoMHglWCkgc3RpbGwgb24gbGlzdCIs CiAJCSAgICBUWVBFTkFNRShpdGVtLT53a190eXBlKSwgaXRlbS0+d2tfc3RhdGUpOwogCWlm IChpdGVtLT53a190eXBlICE9IHR5cGUpCi0JCXBhbmljKCJ3b3JraXRlbV9mcmVlOiB0eXBl IG1pc21hdGNoICVzICE9ICVzIiwKKwkJUEFOSUMoInR5cGUgbWlzbWF0Y2ggJXMgIT0gJXMi LAogCQkgICAgVFlQRU5BTUUoaXRlbS0+d2tfdHlwZSksIFRZUEVOQU1FKHR5cGUpKTsKICNl bmRpZgogCWlmIChpdGVtLT53a19zdGF0ZSAmIElPV0FJVElORykKQEAgLTE0NjIsNyArMTQ2 Miw3IEBAIGFkZF90b193b3JrbGlzdCh3aywgZmxhZ3MpCiAJbXR4X2Fzc2VydCgmbGssIE1B X09XTkVEKTsKIAl1bXAgPSBWRlNUT1VGUyh3ay0+d2tfbXApOwogCWlmICh3ay0+d2tfc3Rh dGUgJiBPTldPUktMSVNUKQotCQlwYW5pYygiYWRkX3RvX3dvcmtsaXN0OiAlcygweCVYKSBh bHJlYWR5IG9uIGxpc3QiLAorCQlQQU5JQygiJXMoMHglWCkgYWxyZWFkeSBvbiBsaXN0IiwK IAkJICAgIFRZUEVOQU1FKHdrLT53a190eXBlKSwgd2stPndrX3N0YXRlKTsKIAl3ay0+d2tf c3RhdGUgfD0gT05XT1JLTElTVDsKIAlpZiAodW1wLT5zb2Z0ZGVwX29uX3dvcmtsaXN0ID09 IDApIHsKQEAgLTE2MjgsNyArMTYyOCw3IEBAIHRvcDoKIAkJcmVtb3ZlX2Zyb21fd29ya2xp c3QoJmRpcnJlbS0+ZG1fbGlzdCk7CiAJCUZSRUVfTE9DSygmbGspOwogCQlpZiAodm5fc3Rh cnRfc2Vjb25kYXJ5X3dyaXRlKE5VTEwsICZtcCwgVl9OT1dBSVQpKQotCQkJcGFuaWMoInBy b2Nlc3NfcmVtb3Zlczogc3VzcGVuZGVkIGZpbGVzeXN0ZW0iKTsKKwkJCVBBTklDKCJzdXNw ZW5kZWQgZmlsZXN5c3RlbSIpOwogCQloYW5kbGVfd29ya2l0ZW1fcmVtb3ZlKGRpcnJlbSwg MCk7CiAJCXZuX2ZpbmlzaGVkX3NlY29uZGFyeV93cml0ZShtcCk7CiAJCUFDUVVJUkVfTE9D SygmbGspOwpAQCAtMTY4Niw4ICsxNjg2LDcgQEAgcHJvY2Vzc190cnVuY2F0ZXModnApCiAJ CQkJRlJFRV9MT0NLKCZsayk7CiAJCQkJaWYgKHZuX3N0YXJ0X3NlY29uZGFyeV93cml0ZShO VUxMLCAmbXAsCiAJCQkJICAgIFZfTk9XQUlUKSkKLQkJCQkJcGFuaWMoInByb2Nlc3NfdHJ1 bmNhdGVzOiAiCi0JCQkJCSAgICAic3VzcGVuZGVkIGZpbGVzeXN0ZW0iKTsKKwkJCQkJUEFO SUMoInN1c3BlbmRlZCBmaWxlc3lzdGVtIik7CiAJCQkJaGFuZGxlX3dvcmtpdGVtX2ZyZWVi bG9ja3MoZnJlZWJsa3MsIDApOwogCQkJCXZuX2ZpbmlzaGVkX3NlY29uZGFyeV93cml0ZSht cCk7CiAJCQkJQUNRVUlSRV9MT0NLKCZsayk7CkBAIC0xNzQ3LDEzICsxNzQ2LDEyIEBAIHBy b2Nlc3Nfd29ya2xpc3RfaXRlbShtcCwgdGFyZ2V0LCBmbGFncykKIAkJCWNvbnRpbnVlOwog CQl9CiAJCWlmICh3ay0+d2tfc3RhdGUgJiBJTlBST0dSRVNTKQotCQkJcGFuaWMoInByb2Nl c3Nfd29ya2xpc3RfaXRlbTogJXAgYWxyZWFkeSBpbiBwcm9ncmVzcy4iLAotCQkJICAgIHdr KTsKKwkJCVBBTklDKCIlcCBhbHJlYWR5IGluIHByb2dyZXNzLiIsIHdrKTsKIAkJd2stPndr X3N0YXRlIHw9IElOUFJPR1JFU1M7CiAJCXJlbW92ZV9mcm9tX3dvcmtsaXN0KHdrKTsKIAkJ RlJFRV9MT0NLKCZsayk7CiAJCWlmICh2bl9zdGFydF9zZWNvbmRhcnlfd3JpdGUoTlVMTCwg Jm1wLCBWX05PV0FJVCkpCi0JCQlwYW5pYygicHJvY2Vzc193b3JrbGlzdF9pdGVtOiBzdXNw ZW5kZWQgZmlsZXN5c3RlbSIpOworCQkJUEFOSUMoInN1c3BlbmRlZCBmaWxlc3lzdGVtIik7 CiAJCXN3aXRjaCAod2stPndrX3R5cGUpIHsKIAkJY2FzZSBEX0RJUlJFTToKIAkJCS8qIHJl bW92YWwgb2YgYSBkaXJlY3RvcnkgZW50cnkgKi8KQEAgLTE3NzksOCArMTc3Nyw3IEBAIHBy b2Nlc3Nfd29ya2xpc3RfaXRlbShtcCwgdGFyZ2V0LCBmbGFncykKIAkJCWJyZWFrOwogCiAJ CWRlZmF1bHQ6Ci0JCQlwYW5pYygiJXNfcHJvY2Vzc193b3JrbGlzdDogVW5rbm93biB0eXBl ICVzIiwKLQkJCSAgICAic29mdGRlcCIsIFRZUEVOQU1FKHdrLT53a190eXBlKSk7CisJCQlQ QU5JQygiVW5rbm93biB0eXBlICVzIiwgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKIAkJCS8q IE5PVFJFQUNIRUQgKi8KIAkJfQogCQl2bl9maW5pc2hlZF9zZWNvbmRhcnlfd3JpdGUobXAp OwpAQCAtMTg4NCw3ICsxODgxLDcgQEAgc29mdGRlcF93YWl0aWRsZShzdHJ1Y3QgbW91bnQg Km1wKQogCWZvciAoaSA9IDA7IGkgPCAxMCAmJiB1bXAtPnNvZnRkZXBfZGVwczsgaSsrKSB7 CiAJCXVtcC0+c29mdGRlcF9yZXEgPSAxOwogCQlpZiAodW1wLT5zb2Z0ZGVwX29uX3dvcmts aXN0KQotCQkJcGFuaWMoInNvZnRkZXBfd2FpdGlkbGU6IHdvcmsgYWRkZWQgYWZ0ZXIgZmx1 c2guIik7CisJCQlQQU5JQygid29yayBhZGRlZCBhZnRlciBmbHVzaC4iKTsKIAkJbXNsZWVw KCZ1bXAtPnNvZnRkZXBfZGVwcywgJmxrLCBQVk0sICJzb2Z0ZGVwcyIsIDEpOwogCX0KIAl1 bXAtPnNvZnRkZXBfcmVxID0gMDsKQEAgLTE5MzksNyArMTkzNiw3IEBAIHJldHJ5X2ZsdXNo OgogCSAqLwogCWlmIChsb29wY250ID09IDApIHsKIAkJaWYgKG9sZG1udC0+bW50X2tlcm5f ZmxhZyAmIE1OVEtfVU5NT1VOVCkKLQkJCXBhbmljKCJzb2Z0ZGVwX2ZsdXNoZmlsZXM6IGxv b3BpbmciKTsKKwkJCVBBTklDKCJsb29waW5nIik7CiAJCWVycm9yID0gRUJVU1k7CiAJfQog CWlmICghZXJyb3IpCkBAIC0yNjg3LDcgKzI2ODQsNyBAQCBhZGRfdG9fam91cm5hbCh3aykK IAltdHhfYXNzZXJ0KCZsaywgTUFfT1dORUQpOwogCXVtcCA9IFZGU1RPVUZTKHdrLT53a19t cCk7CiAJaWYgKHdrLT53a19zdGF0ZSAmIE9OV09SS0xJU1QpCi0JCXBhbmljKCJhZGRfdG9f am91cm5hbDogJXMoMHglWCkgYWxyZWFkeSBvbiBsaXN0IiwKKwkJUEFOSUMoIiVzKDB4JVgp IGFscmVhZHkgb24gbGlzdCIsCiAJCSAgICBUWVBFTkFNRSh3ay0+d2tfdHlwZSksIHdrLT53 a19zdGF0ZSk7CiAJd2stPndrX3N0YXRlIHw9IE9OV09SS0xJU1QgfCBERVBDT01QTEVURTsK IAlpZiAoTElTVF9FTVBUWSgmdW1wLT5zb2Z0ZGVwX2pvdXJuYWxfcGVuZGluZykpIHsKQEAg LTI3MjAsNyArMjcxNyw3IEBAIHJlbW92ZV9mcm9tX2pvdXJuYWwod2spCiAJCQlpZiAod2tu ID09IHdrKQogCQkJCWJyZWFrOwogCQlpZiAod2tuID09IE5VTEwpCi0JCQlwYW5pYygicmVt b3ZlX2Zyb21fam91cm5hbDogJXAgaXMgbm90IGluIGpvdXJuYWwiLCB3ayk7CisJCQlQQU5J QygiJXAgaXMgbm90IGluIGpvdXJuYWwiLCB3ayk7CiAJfQogI2VuZGlmCiAJLyoKQEAgLTMz MzMsOCArMzMzMCw3IEBAIHNvZnRkZXBfcHJvY2Vzc19qb3VybmFsKG1wLCBuZWVkd2ssIGZs YWdzKQogCQkJCWpmc3luY193cml0ZShXS19KRlNZTkMod2spLCBqc2VnLCBkYXRhKTsKIAkJ CQlicmVhazsKIAkJCWRlZmF1bHQ6Ci0JCQkJcGFuaWMoInByb2Nlc3Nfam91cm5hbDogVW5r bm93biB0eXBlICVzIiwKLQkJCQkgICAgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKKwkJCQlQ QU5JQygiVW5rbm93biB0eXBlICVzIiwgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKIAkJCQkv KiBOT1RSRUFDSEVEICovCiAJCQl9CiAJCQlvZmYgKz0gSlJFQ19TSVpFOwpAQCAtMzQ0Myw4 ICszNDM5LDcgQEAgY29tcGxldGVfanNlZyhqc2VnKQogCQkJaGFuZGxlX3dyaXR0ZW5famZy ZWVmcmFnKFdLX0pGUkVFRlJBRyh3aykpOwogCQkJYnJlYWs7CiAJCWRlZmF1bHQ6Ci0JCQlw YW5pYygiaGFuZGxlX3dyaXR0ZW5fanNlZzogVW5rbm93biB0eXBlICVzIiwKLQkJCSAgICBU WVBFTkFNRSh3ay0+d2tfdHlwZSkpOworCQkJUEFOSUMoIlVua25vd24gdHlwZSAlcyIsIFRZ UEVOQU1FKHdrLT53a190eXBlKSk7CiAJCQkvKiBOT1RSRUFDSEVEICovCiAJCX0KIAkJaWYg KHdhaXRpbmcpCkBAIC0zNDk4LDcgKzM0OTMsNyBAQCBoYW5kbGVfd3JpdHRlbl9qc2VnKGpz ZWcsIGJwKQogewogCiAJaWYgKGpzZWctPmpzX3JlZnMgPT0gMCkKLQkJcGFuaWMoImhhbmRs ZV93cml0dGVuX2pzZWc6IE5vIHNlbGYtcmVmZXJlbmNlIG9uICVwIiwganNlZyk7CisJCVBB TklDKCJObyBzZWxmLXJlZmVyZW5jZSBvbiAlcCIsIGpzZWcpOwogCWpzZWctPmpzX3N0YXRl IHw9IERFUENPTVBMRVRFOwogCS8qCiAJICogV2UnbGwgbmV2ZXIgbmVlZCB0aGlzIGJ1ZmZl ciBhZ2Fpbiwgc2V0IGZsYWdzIHNvIGl0IHdpbGwgYmUKQEAgLTM1NDAsNyArMzUzNSw3IEBA IGhhbmRsZV93cml0dGVuX2pyZW1yZWYoanJlbXJlZikKIAkgKi8KIAlpZiAoaW5vZGVkZXBf bG9va3VwKGpyZW1yZWYtPmpyX2xpc3Qud2tfbXAsIGpyZW1yZWYtPmpyX3JlZi5pZl9pbm8s CiAJICAgIDAsICZpbm9kZWRlcCkgPT0gMCkKLQkJcGFuaWMoImhhbmRsZV93cml0dGVuX2py ZW1yZWY6IExvc3QgaW5vZGVkZXAiKTsKKwkJUEFOSUMoIkxvc3QgaW5vZGVkZXAiKTsKIAlU QUlMUV9SRU1PVkUoJmlub2RlZGVwLT5pZF9pbm9yZWZsc3QsICZqcmVtcmVmLT5qcl9yZWYs IGlmX2RlcHMpOwogCS8qCiAJICogQ29tcGxldGUgdGhlIGRpcnJlbS4KQEAgLTM1NzgsOSAr MzU3Myw5IEBAIGhhbmRsZV93cml0dGVuX2phZGRyZWYoamFkZHJlZikKIAlkaXJhZGQgPSBO VUxMOwogCWlmIChpbm9kZWRlcF9sb29rdXAoamFkZHJlZi0+amFfbGlzdC53a19tcCwgamFk ZHJlZi0+amFfaW5vLAogCSAgICAwLCAmaW5vZGVkZXApID09IDApCi0JCXBhbmljKCJoYW5k bGVfd3JpdHRlbl9qYWRkcmVmOiBMb3N0IGlub2RlZGVwLiIpOworCQlQQU5JQygiTG9zdCBp bm9kZWRlcC4iKTsKIAlpZiAoamFkZHJlZi0+amFfZGlyYWRkID09IE5VTEwpCi0JCXBhbmlj KCJoYW5kbGVfd3JpdHRlbl9qYWRkcmVmOiBObyBkZXBlbmRlbmN5Iik7CisJCVBBTklDKCJO byBkZXBlbmRlbmN5Iik7CiAJaWYgKGphZGRyZWYtPmphX2RpcmFkZC0+ZGFfbGlzdC53a190 eXBlID09IERfRElSQUREKSB7CiAJCWRpcmFkZCA9IGphZGRyZWYtPmphX2RpcmFkZDsKIAkJ V09SS0xJU1RfSU5TRVJUKCZpbm9kZWRlcC0+aWRfYnVmd2FpdCwgJmRpcmFkZC0+ZGFfbGlz dCk7CkBAIC0zNTkwLDggKzM1ODUsNyBAQCBoYW5kbGVfd3JpdHRlbl9qYWRkcmVmKGphZGRy ZWYpCiAJfSBlbHNlIGlmIChqYWRkcmVmLT5qYV9zdGF0ZSAmIE1LRElSX0JPRFkpCiAJCW1r ZGlyID0gamFkZHJlZi0+amFfbWtkaXI7CiAJZWxzZQotCQlwYW5pYygiaGFuZGxlX3dyaXR0 ZW5famFkZHJlZjogVW5rbm93biBkZXBlbmRlbmN5ICVwIiwKLQkJICAgIGphZGRyZWYtPmph X2RpcmFkZCk7CisJCVBBTklDKCJVbmtub3duIGRlcGVuZGVuY3kgJXAiLCBqYWRkcmVmLT5q YV9kaXJhZGQpOwogCWphZGRyZWYtPmphX2RpcmFkZCA9IE5VTEw7CS8qIGFsc28gY2xlYXJz IGphX21rZGlyICovCiAJLyoKIAkgKiBSZW1vdmUgdXMgZnJvbSB0aGUgaW5vZGUgbGlzdC4K QEAgLTM2MzksNyArMzYzMyw3IEBAIGhhbmRsZV93cml0dGVuX2puZXdibGsoam5ld2JsaykK IAlqc2VnZGVwID0gam5ld2Jsay0+am5fanNlZ2RlcDsKIAlqbmV3YmxrLT5qbl9qc2VnZGVw ID0gTlVMTDsKIAlpZiAoam5ld2Jsay0+am5fZGVwID09IE5VTEwpIAotCQlwYW5pYygiaGFu ZGxlX3dyaXR0ZW5fam5ld2JsazogTm8gZGVwZW5kZW5jeSBmb3IgdGhlIHNlZ2RlcC4iKTsK KwkJUEFOSUMoIk5vIGRlcGVuZGVuY3kgZm9yIHRoZSBzZWdkZXAuIik7CiAJc3dpdGNoIChq bmV3YmxrLT5qbl9kZXAtPndrX3R5cGUpIHsKIAljYXNlIERfTkVXQkxLOgogCWNhc2UgRF9B TExPQ0RJUkVDVDoKQEAgLTM2NzYsOCArMzY3MCw3IEBAIGhhbmRsZV93cml0dGVuX2puZXdi bGsoam5ld2JsaykKIAkJandvcmtfaW5zZXJ0KCZmcmVld29yay0+ZndfZnJlZWJsa3MtPmZi X2p3b3JrLCBqc2VnZGVwKTsKIAkJYnJlYWs7CiAJZGVmYXVsdDoKLQkJcGFuaWMoImhhbmRs ZV93cml0dGVuX2puZXdibGs6IFVua25vd24gdHlwZSAlZC4iLAotCQkgICAgam5ld2Jsay0+ am5fZGVwLT53a190eXBlKTsKKwkJUEFOSUMoIlVua25vd24gdHlwZSAlZC4iLCBqbmV3Ymxr LT5qbl9kZXAtPndrX3R5cGUpOwogCX0KIAlqbmV3YmxrLT5qbl9kZXAgPSBOVUxMOwogCWZy ZWVfam5ld2JsayhqbmV3YmxrKTsKQEAgLTM3MTksNyArMzcxMiw3IEBAIGZyZWVfamZyZWVm cmFnKGpmcmVlZnJhZykKIAllbHNlIGlmIChqZnJlZWZyYWctPmZyX3N0YXRlICYgT05XT1JL TElTVCkKIAkJcmVtb3ZlX2Zyb21fam91cm5hbCgmamZyZWVmcmFnLT5mcl9saXN0KTsKIAlp ZiAoamZyZWVmcmFnLT5mcl9mcmVlZnJhZyAhPSBOVUxMKQotCQlwYW5pYygiZnJlZV9qZnJl ZWZyYWc6ICBTdGlsbCBhdHRhY2hlZCB0byBhIGZyZWVmcmFnLiIpOworCQlQQU5JQygiU3Rp bGwgYXR0YWNoZWQgdG8gYSBmcmVlZnJhZy4iKTsKIAlXT1JLSVRFTV9GUkVFKGpmcmVlZnJh ZywgRF9KRlJFRUZSQUcpOwogfQogCkBAIC0zNzM5LDcgKzM3MzIsNyBAQCBoYW5kbGVfd3Jp dHRlbl9qZnJlZWZyYWcoamZyZWVmcmFnKQogCWpmcmVlZnJhZy0+ZnJfanNlZ2RlcCA9IE5V TEw7CiAJZnJlZWZyYWcgPSBqZnJlZWZyYWctPmZyX2ZyZWVmcmFnOwogCWlmIChmcmVlZnJh ZyA9PSBOVUxMKQotCQlwYW5pYygiaGFuZGxlX3dyaXR0ZW5famZyZWVmcmFnOiBObyBmcmVl ZnJhZy4iKTsKKwkJUEFOSUMoIk5vIGZyZWVmcmFnLiIpOwogCWZyZWVmcmFnLT5mZl9zdGF0 ZSB8PSBERVBDT01QTEVURTsKIAlmcmVlZnJhZy0+ZmZfamRlcCA9IE5VTEw7CiAJandvcmtf aW5zZXJ0KCZmcmVlZnJhZy0+ZmZfandvcmssIGpzZWdkZXApOwpAQCAtNDA5MSw3ICs0MDg0 LDcgQEAgY2FuY2VsX2phZGRyZWYoamFkZHJlZiwgaW5vZGVkZXAsIHdraGQpCiAJaWYgKGlu b2RlZGVwID09IE5VTEwpCiAJCWlmIChpbm9kZWRlcF9sb29rdXAoamFkZHJlZi0+amFfbGlz dC53a19tcCwgamFkZHJlZi0+amFfaW5vLAogCQkgICAgMCwgJmlub2RlZGVwKSA9PSAwKQot CQkJcGFuaWMoImNhbmNlbF9qYWRkcmVmOiBMb3N0IGlub2RlZGVwIik7CisJCQlQQU5JQygi TG9zdCBpbm9kZWRlcCIpOwogCS8qCiAJICogV2UgbXVzdCBhZGp1c3QgdGhlIG5saW5rIG9m IGFueSByZWZlcmVuY2Ugb3BlcmF0aW9uIHRoYXQgZm9sbG93cwogCSAqIHVzIHNvIHRoYXQg aXQgaXMgY29uc2lzdGVudCB3aXRoIHRoZSBpbi1tZW1vcnkgcmVmZXJlbmNlLiAgVGhpcwpA QCAtNDE1OCwxNSArNDE1MSwxNCBAQCBmcmVlX2phZGRyZWYoamFkZHJlZikKIAlpZiAoKGph ZGRyZWYtPmphX3N0YXRlICYgQUxMQ09NUExFVEUpICE9IEFMTENPTVBMRVRFKQogCQlyZXR1 cm47CiAJaWYgKGphZGRyZWYtPmphX3JlZi5pZl9qc2VnZGVwKQotCQlwYW5pYygiZnJlZV9q YWRkcmVmOiBzZWdkZXAgYXR0YWNoZWQgdG8gamFkZHJlZiAlcCgweCVYKVxuIiwKKwkJUEFO SUMoInNlZ2RlcCBhdHRhY2hlZCB0byBqYWRkcmVmICVwKDB4JVgpXG4iLAogCQkgICAgamFk ZHJlZiwgamFkZHJlZi0+amFfc3RhdGUpOwogCWlmIChqYWRkcmVmLT5qYV9zdGF0ZSAmIE5F V0JMT0NLKQogCQlMSVNUX1JFTU9WRShqYWRkcmVmLCBqYV9ibWRlcHMpOwogCWlmIChqYWRk cmVmLT5qYV9zdGF0ZSAmIChJTlBST0dSRVNTIHwgT05XT1JLTElTVCkpCi0JCXBhbmljKCJm cmVlX2phZGRyZWY6IEJhZCBzdGF0ZSAlcCgweCVYKSIsCi0JCSAgICBqYWRkcmVmLCBqYWRk cmVmLT5qYV9zdGF0ZSk7CisJCVBBTklDKCJCYWQgc3RhdGUgJXAoMHglWCkiLCBqYWRkcmVm LCBqYWRkcmVmLT5qYV9zdGF0ZSk7CiAJaWYgKGphZGRyZWYtPmphX21rZGlyICE9IE5VTEwp Ci0JCXBhbmljKCJmcmVlX2phZGRyZWY6IFdvcmsgcGVuZGluZywgMHglWFxuIiwgamFkZHJl Zi0+amFfc3RhdGUpOworCQlQQU5JQygiV29yayBwZW5kaW5nLCAweCVYXG4iLCBqYWRkcmVm LT5qYV9zdGF0ZSk7CiAJV09SS0lURU1fRlJFRShqYWRkcmVmLCBEX0pBRERSRUYpOwogfQog CkBAIC00MTgxLDcgKzQxNzMsNyBAQCBmcmVlX2pyZW1yZWYoanJlbXJlZikKIAlpZiAoanJl bXJlZi0+anJfcmVmLmlmX2pzZWdkZXApCiAJCWZyZWVfanNlZ2RlcChqcmVtcmVmLT5qcl9y ZWYuaWZfanNlZ2RlcCk7CiAJaWYgKGpyZW1yZWYtPmpyX3N0YXRlICYgSU5QUk9HUkVTUykK LQkJcGFuaWMoImZyZWVfanJlbXJlZjogSU8gc3RpbGwgcGVuZGluZyIpOworCQlQQU5JQygi SU8gc3RpbGwgcGVuZGluZyIpOwogCVdPUktJVEVNX0ZSRUUoanJlbXJlZiwgRF9KUkVNUkVG KTsKIH0KIApAQCAtNDE5Nyw3ICs0MTg5LDcgQEAgZnJlZV9qbmV3YmxrKGpuZXdibGspCiAJ CXJldHVybjsKIAlMSVNUX1JFTU9WRShqbmV3YmxrLCBqbl9kZXBzKTsKIAlpZiAoam5ld2Js ay0+am5fZGVwICE9IE5VTEwpCi0JCXBhbmljKCJmcmVlX2puZXdibGs6IERlcGVuZGVuY3kg c3RpbGwgYXR0YWNoZWQuIik7CisJCVBBTklDKCJEZXBlbmRlbmN5IHN0aWxsIGF0dGFjaGVk LiIpOwogCVdPUktJVEVNX0ZSRUUoam5ld2JsaywgRF9KTkVXQkxLKTsKIH0KIApAQCAtNDIx NCw3ICs0MjA2LDcgQEAgY2FuY2VsX2puZXdibGsoam5ld2Jsaywgd2toZCkKIAlDVFIxKEtU Ul9TVUosICJjYW5jZWxfam5ld2JsazogYmxrbm8gJWpkIiwgam5ld2Jsay0+am5fYmxrbm8p OwogCWpzZWdkZXAgPSBqbmV3YmxrLT5qbl9qc2VnZGVwOwogCWlmIChqbmV3YmxrLT5qbl9q c2VnZGVwID09IE5VTEwgfHwgam5ld2Jsay0+am5fZGVwID09IE5VTEwpCi0JCXBhbmljKCJj YW5jZWxfam5ld2JsazogSW52YWxpZCBzdGF0ZSIpOworCQlQQU5JQygiSW52YWxpZCBzdGF0 ZSIpOwogCWpuZXdibGstPmpuX2pzZWdkZXAgID0gTlVMTDsKIAlqbmV3YmxrLT5qbl9kZXAg PSBOVUxMOwogCWpuZXdibGstPmpuX3N0YXRlIHw9IEdPSU5HQVdBWTsKQEAgLTQyNDAsOCAr NDIzMiw3IEBAIGZyZWVfamJsa2RlcChqYmxrZGVwKQogCWVsc2UgaWYgKGpibGtkZXAtPmpi X2xpc3Qud2tfdHlwZSA9PSBEX0pUUlVOQykKIAkJV09SS0lURU1fRlJFRShqYmxrZGVwLCBE X0pUUlVOQyk7CiAJZWxzZQotCQlwYW5pYygiZnJlZV9qYmxrZGVwOiBVbmV4cGVjdGVkIHR5 cGUgJXMiLAotCQkgICAgVFlQRU5BTUUoamJsa2RlcC0+amJfbGlzdC53a190eXBlKSk7CisJ CVBBTklDKCJVbmV4cGVjdGVkIHR5cGUgJXMiLCBUWVBFTkFNRShqYmxrZGVwLT5qYl9saXN0 LndrX3R5cGUpKTsKIH0KIAogLyoKQEAgLTQ4MzEsOCArNDgyMiw3IEBAIHNvZnRkZXBfc2V0 dXBfaW5vbWFwZGVwKGJwLCBpcCwgbmV3aW51bSwgbW9kZSkKIAl3b3JraXRlbV9hbGxvYygm Ym1zYWZlbWFwLT5zbV9saXN0LCBEX0JNU0FGRU1BUCwgbXApOwogCUFDUVVJUkVfTE9DSygm bGspOwogCWlmICgoaW5vZGVkZXBfbG9va3VwKG1wLCBuZXdpbnVtLCBERVBBTExPQyB8IE5P REVMQVksICZpbm9kZWRlcCkpKQotCQlwYW5pYygic29mdGRlcF9zZXR1cF9pbm9tYXBkZXA6 IGRlcGVuZGVuY3kgJXAgZm9yIG5ldyIKLQkJICAgICJpbm9kZSBhbHJlYWR5IGV4aXN0cyIs IGlub2RlZGVwKTsKKwkJUEFOSUMoImRlcGVuZGVuY3kgJXAgZm9yIG5ldyBpbm9kZSBhbHJl YWR5IGV4aXN0cyIsIGlub2RlZGVwKTsKIAlibXNhZmVtYXAgPSBibXNhZmVtYXBfbG9va3Vw KG1wLCBicCwgaW5vX3RvX2NnKGZzLCBuZXdpbnVtKSwgYm1zYWZlbWFwKTsKIAlpZiAoamFk ZHJlZikgewogCQlMSVNUX0lOU0VSVF9IRUFEKCZibXNhZmVtYXAtPnNtX2phZGRyZWZoZCwg amFkZHJlZiwgamFfYm1kZXBzKTsKQEAgLTQ4OTIsOCArNDg4Miw3IEBAIHNvZnRkZXBfc2V0 dXBfYmxrbWFwZGVwKGJwLCBtcCwgbmV3Ymxrbm8sIGZyYWdzLCBvbGRmcmFncykKIAkJCWZv ciAoaSA9IGpuZXdibGstPmpuX29sZGZyYWdzOyBpIDwgam5ld2Jsay0+am5fZnJhZ3M7CiAJ CQkgICAgaSsrKSB7CiAJCQkJaWYgKGlzc2V0KGJsa3NmcmVlLCBibm8gKyBpKSkKLQkJCQkJ cGFuaWMoInNvZnRkZXBfc2V0dXBfYmxrbWFwZGVwOiAiCi0JCQkJCSAgICAiZnJlZSBmcmFn bWVudCAlZCBmcm9tICVkLSVkICIKKwkJCQkJUEFOSUMoImZyZWUgZnJhZ21lbnQgJWQgZnJv bSAlZC0lZCAiCiAJCQkJCSAgICAic3RhdGUgMHglWCBkZXAgJXAiLCBpLAogCQkJCQkgICAg am5ld2Jsay0+am5fb2xkZnJhZ3MsCiAJCQkJCSAgICBqbmV3YmxrLT5qbl9mcmFncywKQEAg LTQ5MDksNyArNDg5OCw3IEBAIHNvZnRkZXBfc2V0dXBfYmxrbWFwZGVwKGJwLCBtcCwgbmV3 Ymxrbm8sIGZyYWdzLCBvbGRmcmFncykKIAkgICAgbmV3Ymxrbm8sIGZyYWdzLCBvbGRmcmFn cyk7CiAJQUNRVUlSRV9MT0NLKCZsayk7CiAJaWYgKG5ld2Jsa19sb29rdXAobXAsIG5ld2Js a25vLCBERVBBTExPQywgJm5ld2JsaykgIT0gMCkKLQkJcGFuaWMoInNvZnRkZXBfc2V0dXBf YmxrbWFwZGVwOiBmb3VuZCBibG9jayIpOworCQlQQU5JQygiZm91bmQgYmxvY2siKTsKIAlu ZXdibGstPm5iX2Jtc2FmZW1hcCA9IGJtc2FmZW1hcCA9IGJtc2FmZW1hcF9sb29rdXAobXAs IGJwLAogCSAgICBkdG9nKGZzLCBuZXdibGtubyksIE5VTEwpOwogCWlmIChqbmV3YmxrKSB7 CkBAIC01MDc1LDE1ICs1MDY0LDEzIEBAIHNvZnRkZXBfc2V0dXBfYWxsb2NkaXJlY3QoaXAs IG9mZiwgbmV3Ymxrbm8sIG9sZGJsa25vLCBuZXdzaXplLCBvbGRzaXplLCBicCkKIAlBQ1FV SVJFX0xPQ0soJmxrKTsKIAlpZiAob2ZmID49IE5EQUREUikgewogCQlpZiAobGJuID4gMCkK LQkJCXBhbmljKCJzb2Z0ZGVwX3NldHVwX2FsbG9jZGlyZWN0OiBiYWQgbGJuICVqZCwgb2Zm ICVqZCIsCi0JCQkgICAgbGJuLCBvZmYpOworCQkJUEFOSUMoImJhZCBsYm4gJWpkLCBvZmYg JWpkIiwgbGJuLCBvZmYpOwogCQkvKiBhbGxvY2F0aW5nIGFuIGluZGlyZWN0IGJsb2NrICov CiAJCWlmIChvbGRibGtubyAhPSAwKQotCQkJcGFuaWMoInNvZnRkZXBfc2V0dXBfYWxsb2Nk aXJlY3Q6IG5vbi16ZXJvIGluZGlyIik7CisJCQlQQU5JQygibm9uLXplcm8gaW5kaXIiKTsK IAl9IGVsc2UgewogCQlpZiAob2ZmICE9IGxibikKLQkJCXBhbmljKCJzb2Z0ZGVwX3NldHVw X2FsbG9jZGlyZWN0OiBsYm4gJWpkICE9IG9mZiAlamQiLAotCQkJICAgIGxibiwgb2ZmKTsK KwkJCVBBTklDKCJsYm4gJWpkICE9IG9mZiAlamQiLCBsYm4sIG9mZik7CiAJCS8qCiAJCSAq IEFsbG9jYXRpbmcgYSBkaXJlY3QgYmxvY2suCiAJCSAqCkBAIC01MDk2LDcgKzUwODMsNyBA QCBzb2Z0ZGVwX3NldHVwX2FsbG9jZGlyZWN0KGlwLCBvZmYsIG5ld2Jsa25vLCBvbGRibGtu bywgbmV3c2l6ZSwgb2xkc2l6ZSwgYnApCiAJCQkgICAgJnBhZ2VkZXApOwogCX0KIAlpZiAo bmV3YmxrX2xvb2t1cChtcCwgbmV3Ymxrbm8sIDAsICZuZXdibGspID09IDApCi0JCXBhbmlj KCJzb2Z0ZGVwX3NldHVwX2FsbG9jZGlyZWN0OiBsb3N0IGJsb2NrIik7CisJCVBBTklDKCJs b3N0IGJsb2NrIik7CiAJS0FTU0VSVChuZXdibGstPm5iX2xpc3Qud2tfdHlwZSA9PSBEX05F V0JMSywKIAkgICAgKCJzb2Z0ZGVwX3NldHVwX2FsbG9jZGlyZWN0OiBuZXdibGsgYWxyZWFk eSBpbml0aWFsaXplZCIpKTsKIAkvKgpAQCAtNTE1Miw3ICs1MTM5LDcgQEAgc29mdGRlcF9z ZXR1cF9hbGxvY2RpcmVjdChpcCwgb2ZmLCBuZXdibGtubywgb2xkYmxrbm8sIG5ld3NpemUs IG9sZHNpemUsIGJwKQogCQkJYnJlYWs7CiAJfQogCWlmIChvbGRhZHAgPT0gTlVMTCkKLQkJ cGFuaWMoInNvZnRkZXBfc2V0dXBfYWxsb2NkaXJlY3Q6IGxvc3QgZW50cnkiKTsKKwkJUEFO SUMoImxvc3QgZW50cnkiKTsKIAkvKiBpbnNlcnQgaW4gbWlkZGxlIG9mIGxpc3QgKi8KIAlU QUlMUV9JTlNFUlRfQkVGT1JFKG9sZGFkcCwgYWRwLCBhZF9uZXh0KTsKIAlpZiAob2xkYWRw LT5hZF9vZmZzZXQgPT0gb2ZmKQpAQCAtNTE4NiwxNCArNTE3MywxMiBAQCBqbmV3YmxrX21l cmdlKG5ldywgb2xkLCB3a2hkKQogCS8qIFJlcGxhY2UgYSBqZnJlZWZyYWcgd2l0aCBhIGpu ZXdibGsuICovCiAJaWYgKG5ldy0+d2tfdHlwZSA9PSBEX0pGUkVFRlJBRykgewogCQlpZiAo V0tfSk5FV0JMSyhvbGQpLT5qbl9ibGtubyAhPSBXS19KRlJFRUZSQUcobmV3KS0+ZnJfYmxr bm8pCi0JCQlwYW5pYygiam5ld2Jsa19tZXJnZTogYmxrbm8gbWlzbWF0Y2g6ICVwLCAlcCIs Ci0JCQkgICAgb2xkLCBuZXcpOworCQkJUEFOSUMoImJsa25vIG1pc21hdGNoOiAlcCwgJXAi LCBvbGQsIG5ldyk7CiAJCWNhbmNlbF9qZnJlZWZyYWcoV0tfSkZSRUVGUkFHKG5ldykpOwog CQlyZXR1cm4gKG9sZCk7CiAJfQogCWlmIChvbGQtPndrX3R5cGUgIT0gRF9KTkVXQkxLIHx8 IG5ldy0+d2tfdHlwZSAhPSBEX0pORVdCTEspCi0JCXBhbmljKCJqbmV3YmxrX21lcmdlOiBC YWQgdHlwZTogb2xkICVkIG5ldyAlZFxuIiwKLQkJICAgIG9sZC0+d2tfdHlwZSwgbmV3LT53 a190eXBlKTsKKwkJUEFOSUMoIkJhZCB0eXBlOiBvbGQgJWQgbmV3ICVkXG4iLCBvbGQtPndr X3R5cGUsIG5ldy0+d2tfdHlwZSk7CiAJLyoKIAkgKiBIYW5kbGUgbWVyZ2luZyBvZiB0d28g am5ld2JsayByZWNvcmRzIHRoYXQgZGVzY3JpYmUKIAkgKiBkaWZmZXJlbnQgc2V0cyBvZiBm cmFnbWVudHMgaW4gdGhlIHNhbWUgYmxvY2suCkBAIC01MjAxLDcgKzUxODYsNyBAQCBqbmV3 YmxrX21lcmdlKG5ldywgb2xkLCB3a2hkKQogCWpuZXdibGsgPSBXS19KTkVXQkxLKG9sZCk7 CiAJbmpuZXdibGsgPSBXS19KTkVXQkxLKG5ldyk7CiAJaWYgKGpuZXdibGstPmpuX2Jsa25v ICE9IG5qbmV3YmxrLT5qbl9ibGtubykKLQkJcGFuaWMoImpuZXdibGtfbWVyZ2U6IE1lcmdp bmcgZGlzcGFyYXRlIGJsb2Nrcy4iKTsKKwkJUEFOSUMoIk1lcmdpbmcgZGlzcGFyYXRlIGJs b2Nrcy4iKTsKIAkvKgogCSAqIFRoZSByZWNvcmQgbWF5IGJlIHJvbGxlZCBiYWNrIGluIHRo ZSBjZy4KIAkgKi8KQEAgLTUyNDIsOCArNTIyNyw3IEBAIGFsbG9jZGlyZWN0X21lcmdlKGFk cGhlYWQsIG5ld2FkcCwgb2xkYWRwKQogCWlmIChuZXdhZHAtPmFkX29sZGJsa25vICE9IG9s ZGFkcC0+YWRfbmV3Ymxrbm8gfHwKIAkgICAgbmV3YWRwLT5hZF9vbGRzaXplICE9IG9sZGFk cC0+YWRfbmV3c2l6ZSB8fAogCSAgICBuZXdhZHAtPmFkX29mZnNldCA+PSBOREFERFIpCi0J CXBhbmljKCIlcyAlamQgIT0gbmV3ICVqZCB8fCBvbGQgc2l6ZSAlbGQgIT0gbmV3ICVsZCIs Ci0JCSAgICAiYWxsb2NkaXJlY3RfbWVyZ2U6IG9sZCBibGtubyIsCisJCVBBTklDKCJvbGQg Ymxrbm8gJWpkICE9IG5ldyAlamQgfHwgb2xkIHNpemUgJWxkICE9IG5ldyAlbGQiLAogCQkg ICAgKGludG1heF90KW5ld2FkcC0+YWRfb2xkYmxrbm8sCiAJCSAgICAoaW50bWF4X3Qpb2xk YWRwLT5hZF9uZXdibGtubywKIAkJICAgIG5ld2FkcC0+YWRfb2xkc2l6ZSwgb2xkYWRwLT5h ZF9uZXdzaXplKTsKQEAgLTUyNzcsNyArNTI2MSw3IEBAIGFsbG9jZGlyZWN0X21lcmdlKGFk cGhlYWQsIG5ld2FkcCwgb2xkYWRwKQogCWlmICgod2sgPSBMSVNUX0ZJUlNUKCZvbGRhZHAt PmFkX25ld2RpcmJsaykpICE9IE5VTEwpIHsKIAkJV09SS0xJU1RfUkVNT1ZFKHdrKTsKIAkJ aWYgKCFMSVNUX0VNUFRZKCZvbGRhZHAtPmFkX25ld2RpcmJsaykpCi0JCQlwYW5pYygiYWxs b2NkaXJlY3RfbWVyZ2U6IGV4dHJhIG5ld2RpcmJsayIpOworCQkJUEFOSUMoImV4dHJhIG5l d2RpcmJsayIpOwogCQlXT1JLTElTVF9JTlNFUlQoJm5ld2FkcC0+YWRfbmV3ZGlyYmxrLCB3 ayk7CiAJfQogCVRBSUxRX1JFTU9WRShhZHBoZWFkLCBvbGRhZHAsIGFkX25leHQpOwpAQCAt NTI5MCw3ICs1Mjc0LDcgQEAgYWxsb2NkaXJlY3RfbWVyZ2UoYWRwaGVhZCwgbmV3YWRwLCBv bGRhZHApCiAJICovCiAJaWYgKGZyZWVmcmFnID09IE5VTEwpIHsKIAkJaWYgKG9sZGFkcC0+ YWRfbmV3Ymxrbm8gIT0gbmV3YWRwLT5hZF9uZXdibGtubykKLQkJCXBhbmljKCJhbGxvY2Rp cmVjdF9tZXJnZTogJWpkICE9ICVqZCIsCisJCQlQQU5JQygiJWpkICE9ICVqZCIsCiAJCQkg ICAgb2xkYWRwLT5hZF9uZXdibGtubywgbmV3YWRwLT5hZF9uZXdibGtubyk7CiAJCW5ld2Fk cC0+YWRfYmxvY2submJfam5ld2JsayA9IChzdHJ1Y3Qgam5ld2JsayAqKQogCQkgICAgam5l d2Jsa19tZXJnZSgmbmV3YWRwLT5hZF9ibG9jay5uYl9qbmV3YmxrLT5qbl9saXN0LCAKQEAg LTUzNTQsNyArNTMzOCw3IEBAIG5ld2ZyZWVmcmFnKGlwLCBibGtubywgc2l6ZSwgbGJuKQog CSAgICBpcC0+aV9udW1iZXIsIGJsa25vLCBzaXplLCBsYm4pOwogCWZzID0gaXAtPmlfZnM7 CiAJaWYgKGZyYWdudW0oZnMsIGJsa25vKSArIG51bWZyYWdzKGZzLCBzaXplKSA+IGZzLT5m c19mcmFnKQotCQlwYW5pYygibmV3ZnJlZWZyYWc6IGZyYWcgc2l6ZSIpOworCQlQQU5JQygi ZnJhZyBzaXplIik7CiAJZnJlZWZyYWcgPSBtYWxsb2Moc2l6ZW9mKHN0cnVjdCBmcmVlZnJh ZyksCiAJICAgIE1fRlJFRUZSQUcsIE1fU09GVERFUF9GTEFHUyk7CiAJd29ya2l0ZW1fYWxs b2MoJmZyZWVmcmFnLT5mZl9saXN0LCBEX0ZSRUVGUkFHLCBVRlNUT1ZGUyhpcC0+aV91bXAp KTsKQEAgLTU0MDMsNyArNTM4Nyw3IEBAIGhhbmRsZV93b3JraXRlbV9mcmVlZnJhZyhmcmVl ZnJhZykKIAkgKi8KIAlpZiAoZnJlZWZyYWctPmZmX2pkZXApIHsKIAkJaWYgKGZyZWVmcmFn LT5mZl9qZGVwLT53a190eXBlICE9IERfSk5FV0JMSykKLQkJCXBhbmljKCJoYW5kbGVfd29y a2l0ZW1fZnJlZWZyYWc6IFVuZXhwZWN0ZWQgdHlwZSAlZFxuIiwKKwkJCVBBTklDKCJVbmV4 cGVjdGVkIHR5cGUgJWRcbiIsCiAJCQkgICAgZnJlZWZyYWctPmZmX2pkZXAtPndrX3R5cGUp OwogCQljYW5jZWxfam5ld2JsayhXS19KTkVXQkxLKGZyZWVmcmFnLT5mZl9qZGVwKSwgJndr aGQpOwogCX0KQEAgLTU0NDAsOCArNTQyNCw3IEBAIHNvZnRkZXBfc2V0dXBfYWxsb2NleHQo aXAsIG9mZiwgbmV3Ymxrbm8sIG9sZGJsa25vLCBuZXdzaXplLCBvbGRzaXplLCBicCkKIAl1 ZnNfbGJuX3QgbGJuOwogCiAJaWYgKG9mZiA+PSBOWEFERFIpCi0JCXBhbmljKCJzb2Z0ZGVw X3NldHVwX2FsbG9jZXh0OiBsYm4gJWxsZCA+IE5YQUREUiIsCi0JCSAgICAobG9uZyBsb25n KW9mZik7CisJCVBBTklDKCJsYm4gJWxsZCA+IE5YQUREUiIsIChsb25nIGxvbmcpb2ZmKTsK IAogCWxibiA9IGJwLT5iX2xibGtubzsKIAltcCA9IFVGU1RPVkZTKGlwLT5pX3VtcCk7CkBA IC01NDUyLDcgKzU0MzUsNyBAQCBzb2Z0ZGVwX3NldHVwX2FsbG9jZXh0KGlwLCBvZmYsIG5l d2Jsa25vLCBvbGRibGtubywgbmV3c2l6ZSwgb2xkc2l6ZSwgYnApCiAKIAlBQ1FVSVJFX0xP Q0soJmxrKTsKIAlpZiAobmV3YmxrX2xvb2t1cChtcCwgbmV3Ymxrbm8sIDAsICZuZXdibGsp ID09IDApCi0JCXBhbmljKCJzb2Z0ZGVwX3NldHVwX2FsbG9jZXh0OiBsb3N0IGJsb2NrIik7 CisJCVBBTklDKCJsb3N0IGJsb2NrIik7CiAJS0FTU0VSVChuZXdibGstPm5iX2xpc3Qud2tf dHlwZSA9PSBEX05FV0JMSywKIAkgICAgKCJzb2Z0ZGVwX3NldHVwX2FsbG9jZXh0OiBuZXdi bGsgYWxyZWFkeSBpbml0aWFsaXplZCIpKTsKIAkvKgpAQCAtNTUwOSw3ICs1NDkyLDcgQEAg c29mdGRlcF9zZXR1cF9hbGxvY2V4dChpcCwgb2ZmLCBuZXdibGtubywgb2xkYmxrbm8sIG5l d3NpemUsIG9sZHNpemUsIGJwKQogCQkJYnJlYWs7CiAJfQogCWlmIChvbGRhZHAgPT0gTlVM TCkKLQkJcGFuaWMoInNvZnRkZXBfc2V0dXBfYWxsb2NleHQ6IGxvc3QgZW50cnkiKTsKKwkJ UEFOSUMoImxvc3QgZW50cnkiKTsKIAkvKiBpbnNlcnQgaW4gbWlkZGxlIG9mIGxpc3QgKi8K IAlUQUlMUV9JTlNFUlRfQkVGT1JFKG9sZGFkcCwgYWRwLCBhZF9uZXh0KTsKIAlpZiAob2xk YWRwLT5hZF9vZmZzZXQgPT0gb2ZmKQpAQCAtNTU2NCw3ICs1NTQ3LDcgQEAgbmV3YWxsb2Np bmRpcihpcCwgcHRybm8sIG5ld2Jsa25vLCBvbGRibGtubywgbGJuKQogCQlmcmVlZnJhZyA9 IE5VTEw7CiAJQUNRVUlSRV9MT0NLKCZsayk7CiAJaWYgKG5ld2Jsa19sb29rdXAoVUZTVE9W RlMoaXAtPmlfdW1wKSwgbmV3Ymxrbm8sIDAsICZuZXdibGspID09IDApCi0JCXBhbmljKCJu ZXdfYWxsb2NpbmRpcjogbG9zdCBibG9jayIpOworCQlQQU5JQygibG9zdCBibG9jayIpOwog CUtBU1NFUlQobmV3YmxrLT5uYl9saXN0LndrX3R5cGUgPT0gRF9ORVdCTEssCiAJICAgICgi bmV3YWxsb2NpbmRpcjogbmV3YmxrIGFscmVhZHkgaW5pdGlhbGl6ZWQiKSk7CiAJbmV3Ymxr LT5uYl9saXN0LndrX3R5cGUgPSBEX0FMTE9DSU5ESVI7CkBAIC01NjA2LDggKzU1ODksNyBA QCBzb2Z0ZGVwX3NldHVwX2FsbG9jaW5kaXJfcGFnZShpcCwgbGJuLCBicCwgcHRybm8sIG5l d2Jsa25vLCBvbGRibGtubywgbmJwKQogCWludCBkZmxhZ3M7CiAKIAlpZiAobGJuICE9IG5i cC0+Yl9sYmxrbm8pCi0JCXBhbmljKCJzb2Z0ZGVwX3NldHVwX2FsbG9jaW5kaXJfcGFnZTog bGJuICVqZCAhPSBsYmxrbm8gJWpkIiwKLQkJICAgIGxibiwgYnAtPmJfbGJsa25vKTsKKwkJ UEFOSUMoImxibiAlamQgIT0gbGJsa25vICVqZCIsIGxibiwgYnAtPmJfbGJsa25vKTsKIAlD VFI0KEtUUl9TVUosCiAJICAgICJzb2Z0ZGVwX3NldHVwX2FsbG9jaW5kaXJfcGFnZTogaW5v ICVkIGJsa25vICVqZCBvbGRibGtubyAlamQgIgogCSAgICAibGJuICVqZCIsIGlwLT5pX251 bWJlciwgbmV3Ymxrbm8sIG9sZGJsa25vLCBsYm4pOwpAQCAtNTY2MSw3ICs1NjQzLDcgQEAg c29mdGRlcF9zZXR1cF9hbGxvY2luZGlyX21ldGEobmJwLCBpcCwgYnAsIHB0cm5vLCBuZXdi bGtubykKIAlpbm9kZWRlcF9sb29rdXAoVUZTVE9WRlMoaXAtPmlfdW1wKSwgaXAtPmlfbnVt YmVyLCBkZmxhZ3MsICZpbm9kZWRlcCk7CiAJV09SS0xJU1RfSU5TRVJUKCZuYnAtPmJfZGVw LCAmYWlwLT5haV9ibG9jay5uYl9saXN0KTsKIAlpZiAoc2V0dXBfYWxsb2NpbmRpcl9waGFz ZTIoYnAsIGlwLCBpbm9kZWRlcCwgYWlwLCBsYm4pKQotCQlwYW5pYygic29mdGRlcF9zZXR1 cF9hbGxvY2luZGlyX21ldGE6IEJsb2NrIGFscmVhZHkgZXhpc3RlZCIpOworCQlQQU5JQygi QmxvY2sgYWxyZWFkeSBleGlzdGVkIik7CiAJRlJFRV9MT0NLKCZsayk7CiB9CiAKQEAgLTU3 MTQsNyArNTY5Niw3IEBAIGluZGlyZGVwX2xvb2t1cChtcCwgaXAsIGJwKQogCQlpZiAoaW5k aXJkZXAgIT0gTlVMTCAmJiBuZXdpbmRpcmRlcCA9PSBOVUxMKQogCQkJcmV0dXJuIChpbmRp cmRlcCk7CiAJCWlmIChpbmRpcmRlcCAhPSBOVUxMICYmIG5ld2luZGlyZGVwICE9IE5VTEwp Ci0JCQlwYW5pYygiaW5kaXJkZXBfbG9va3VwOiBzaW11bHRhbmVvdXMgY3JlYXRlIik7CisJ CQlQQU5JQygic2ltdWx0YW5lb3VzIGNyZWF0ZSIpOwogCQkvKiBOb25lIGZvdW5kIG9uIHRo ZSBidWZmZXIgYW5kIGEgbmV3IHN0cnVjdHVyZSBpcyByZWFkeS4gKi8KIAkJaWYgKGluZGly ZGVwID09IE5VTEwgJiYgbmV3aW5kaXJkZXAgIT0gTlVMTCkKIAkJCWJyZWFrOwpAQCAtNTc4 Miw3ICs1NzY0LDcgQEAgc2V0dXBfYWxsb2NpbmRpcl9waGFzZTIoYnAsIGlwLCBpbm9kZWRl cCwgYWlwLCBsYm4pCiAJbXAgPSBVRlNUT1ZGUyhpcC0+aV91bXApOwogCWZzID0gaXAtPmlf ZnM7CiAJaWYgKGJwLT5iX2xibGtubyA+PSAwKQotCQlwYW5pYygic2V0dXBfYWxsb2NpbmRp cl9waGFzZTI6IG5vdCBpbmRpciBibGsiKTsKKwkJUEFOSUMoIm5vdCBpbmRpciBibGsiKTsK IAlLQVNTRVJUKGFpcC0+YWlfb2Zmc2V0ID49IDAgJiYgYWlwLT5haV9vZmZzZXQgPCBOSU5E SVIoZnMpLAogCSAgICAoInNldHVwX2FsbG9jaW5kaXJfcGhhc2UyOiBCYWQgb2Zmc2V0ICVk IiwgYWlwLT5haV9vZmZzZXQpKTsKIAlpbmRpcmRlcCA9IGluZGlyZGVwX2xvb2t1cChtcCwg aXAsIGJwKTsKQEAgLTU4MjcsNyArNTgwOSw3IEBAIGFsbG9jaW5kaXJfbWVyZ2UoYWlwLCBv bGRhaXApCiAJc3RydWN0IHdvcmtsaXN0ICp3azsKIAogCWlmIChvbGRhaXAtPmFpX25ld2Js a25vICE9IGFpcC0+YWlfb2xkYmxrbm8pCi0JCXBhbmljKCJhbGxvY2luZGlyX21lcmdlOiBi bGtubyIpOworCQlQQU5JQygiYmxrbm8iKTsKIAlhaXAtPmFpX29sZGJsa25vID0gb2xkYWlw LT5haV9vbGRibGtubzsKIAlmcmVlZnJhZyA9IGFpcC0+YWlfZnJlZWZyYWc7CiAJYWlwLT5h aV9mcmVlZnJhZyA9IG9sZGFpcC0+YWlfZnJlZWZyYWc7CkBAIC01ODQwLDcgKzU4MjIsNyBA QCBhbGxvY2luZGlyX21lcmdlKGFpcCwgb2xkYWlwKQogCWlmICgod2sgPSBMSVNUX0ZJUlNU KCZvbGRhaXAtPmFpX25ld2RpcmJsaykpICE9IE5VTEwpIHsKIAkJV09SS0xJU1RfUkVNT1ZF KHdrKTsKIAkJaWYgKCFMSVNUX0VNUFRZKCZvbGRhaXAtPmFpX25ld2RpcmJsaykpCi0JCQlw YW5pYygiYWxsb2NpbmRpcl9tZXJnZTogZXh0cmEgbmV3ZGlyYmxrIik7CisJCQlQQU5JQygi ZXh0cmEgbmV3ZGlyYmxrIik7CiAJCVdPUktMSVNUX0lOU0VSVCgmYWlwLT5haV9uZXdkaXJi bGssIHdrKTsKIAl9CiAJLyoKQEAgLTYwMzYsNyArNjAxOCw3IEBAIHNldHVwX3RydW5jX2lu ZGlyKGZyZWVibGtzLCBpcCwgbGJuLCBsYXN0bGJuLCBibGtubykKIAlBQ1FVSVJFX0xPQ0so JmxrKTsKIAlpbmRpcmRlcCA9IGluZGlyZGVwX2xvb2t1cChtcCwgaXAsIGJwKTsKIAlpZiAo aW5kaXJkZXAtPmlyX2ZyZWVibGtzKQotCQlwYW5pYygic2V0dXBfdHJ1bmNfaW5kaXI6IGlu ZGlyZGVwIGFscmVhZHkgdHJ1bmNhdGVkLiIpOworCQlQQU5JQygiaW5kaXJkZXAgYWxyZWFk eSB0cnVuY2F0ZWQuIik7CiAJVEFJTFFfSU5TRVJUX1RBSUwoJmluZGlyZGVwLT5pcl90cnVu YywgZnJlZXdvcmssIGZ3X25leHQpOwogCWZyZWV3b3JrLT5md19pbmRpciA9IGluZGlyZGVw OwogCS8qCkBAIC02NDE2LDcgKzYzOTgsNyBAQCBzb2Z0ZGVwX2pvdXJuYWxfZnJlZWJsb2Nr cyhpcCwgY3JlZCwgbGVuZ3RoLCBmbGFncykKIAlBQ1FVSVJFX0xPQ0soJmxrKTsKIAkodm9p ZCkgaW5vZGVkZXBfbG9va3VwKG1wLCBpcC0+aV9udW1iZXIsIGRmbGFncywgJmlub2RlZGVw KTsKIAlpZiAoKGlub2RlZGVwLT5pZF9zdGF0ZSAmIElPU1RBUlRFRCkgIT0gMCkKLQkJcGFu aWMoInNvZnRkZXBfc2V0dXBfZnJlZWJsb2NrczogaW5vZGUgYnVzeSIpOworCQlQQU5JQygi aW5vZGUgYnVzeSIpOwogCS8qCiAJICogQWRkIHRoZSBmcmVlYmxrcyBzdHJ1Y3R1cmUgdG8g dGhlIGxpc3Qgb2Ygb3BlcmF0aW9ucyB0aGF0CiAJICogbXVzdCBhd2FpdCB0aGUgemVybydl ZCBpbm9kZSBiZWluZyB3cml0dGVuIHRvIGRpc2suIElmIHdlCkBAIC02NjA0LDcgKzY1ODYs NyBAQCBzb2Z0ZGVwX3NldHVwX2ZyZWVibG9ja3MoaXAsIGxlbmd0aCwgZmxhZ3MpCiAJZnMg PSBpcC0+aV9mczsKIAltcCA9IFVGU1RPVkZTKGlwLT5pX3VtcCk7CiAJaWYgKGxlbmd0aCAh PSAwKQotCQlwYW5pYygic29mdGRlcF9zZXR1cF9mcmVlYmxvY2tzOiBub24temVybyBsZW5n dGgiKTsKKwkJUEFOSUMoIm5vbi16ZXJvIGxlbmd0aCIpOwogCWZyZWVibGtzID0gbmV3ZnJl ZWJsa3MobXAsIGlwKTsKIAlleHRibG9ja3MgPSAwOwogCWRhdGFibG9ja3MgPSAwOwpAQCAt NjY2Nyw3ICs2NjQ5LDcgQEAgc29mdGRlcF9zZXR1cF9mcmVlYmxvY2tzKGlwLCBsZW5ndGgs IGZsYWdzKQogCQlkZmxhZ3MgfD0gTk9ERUxBWTsKIAkodm9pZCkgaW5vZGVkZXBfbG9va3Vw KG1wLCBpcC0+aV9udW1iZXIsIGRmbGFncywgJmlub2RlZGVwKTsKIAlpZiAoKGlub2RlZGVw LT5pZF9zdGF0ZSAmIElPU1RBUlRFRCkgIT0gMCkKLQkJcGFuaWMoInNvZnRkZXBfc2V0dXBf ZnJlZWJsb2NrczogaW5vZGUgYnVzeSIpOworCQlQQU5JQygiaW5vZGUgYnVzeSIpOwogCS8q CiAJICogQWRkIHRoZSBmcmVlYmxrcyBzdHJ1Y3R1cmUgdG8gdGhlIGxpc3Qgb2Ygb3BlcmF0 aW9ucyB0aGF0CiAJICogbXVzdCBhd2FpdCB0aGUgemVybydlZCBpbm9kZSBiZWluZyB3cml0 dGVuIHRvIGRpc2suIElmIHdlCkBAIC02OTUxLDEyICs2OTMzLDEyIEBAIGNhbmNlbF9wYWdl ZGVwKHBhZ2VkZXAsIGZyZWVibGtzLCBibGtvZmYpCiAKIAkJTElTVF9GT1JFQUNIKGRhcCwg JnBhZ2VkZXAtPnBkX3BlbmRpbmdoZCwgZGFfcGRsaXN0KQogCQkJaWYgKGRhcC0+ZGFfb2Zm c2V0ID4gYmxrb2ZmKQotCQkJCXBhbmljKCJjYW5jZWxfcGFnZWRlcDogZGlyYWRkICVwIG9m ZiAlZCA+ICVkIiwKKwkJCQlQQU5JQygiZGlyYWRkICVwIG9mZiAlZCA+ICVkIiwKIAkJCQkg ICAgZGFwLCBkYXAtPmRhX29mZnNldCwgYmxrb2ZmKTsKIAkJZm9yIChpID0gMDsgaSA8IERB SEFTSFNaOyBpKyspCiAJCQlMSVNUX0ZPUkVBQ0goZGFwLCAmcGFnZWRlcC0+cGRfZGlyYWRk aGRbaV0sIGRhX3BkbGlzdCkKIAkJCQlpZiAoZGFwLT5kYV9vZmZzZXQgPiBibGtvZmYpCi0J CQkJCXBhbmljKCJjYW5jZWxfcGFnZWRlcDogZGlyYWRkICVwIG9mZiAlZCA+ICVkIiwKKwkJ CQkJUEFOSUMoImRpcmFkZCAlcCBvZmYgJWQgPiAlZCIsCiAJCQkJCSAgICBkYXAsIGRhcC0+ ZGFfb2Zmc2V0LCBibGtvZmYpOwogCQlyZXR1cm4gKDApOwogCX0KQEAgLTY5NzMsNyArNjk1 NSw3IEBAIGNhbmNlbF9wYWdlZGVwKHBhZ2VkZXAsIGZyZWVibGtzLCBibGtvZmYpCiAJaWYg KChwYWdlZGVwLT5wZF9zdGF0ZSAmIE5FV0JMT0NLKSAhPSAwKQogCQlmcmVlX25ld2RpcmJs ayhwYWdlZGVwLT5wZF9uZXdkaXJibGspOwogCWlmIChmcmVlX3BhZ2VkZXAocGFnZWRlcCkg PT0gMCkKLQkJcGFuaWMoIkZhaWxlZCB0byBmcmVlIHBhZ2VkZXAgJXAiLCBwYWdlZGVwKTsK KwkJUEFOSUMoIkZhaWxlZCB0byBmcmVlIHBhZ2VkZXAgJXAiLCBwYWdlZGVwKTsKIAlyZXR1 cm4gKDApOwogfQogCkBAIC03MDAyLDcgKzY5ODQsNyBAQCBkZWFsbG9jYXRlX2RlcGVuZGVu Y2llcyhicCwgZnJlZWJsa3MsIG9mZikKIAkJCWluZGlyZGVwID0gV0tfSU5ESVJERVAod2sp OwogCQkJaWYgKGJwLT5iX2xibGtubyA+PSAwIHx8CiAJCQkgICAgYnAtPmJfYmxrbm8gIT0g aW5kaXJkZXAtPmlyX3NhdmVicC0+Yl9sYmxrbm8pCi0JCQkJcGFuaWMoImRlYWxsb2NhdGVf ZGVwZW5kZW5jaWVzOiBub3QgaW5kaXIiKTsKKwkJCQlQQU5JQygibm90IGluZGlyIik7CiAJ CQljYW5jZWxfaW5kaXJkZXAoaW5kaXJkZXAsIGJwLCBmcmVlYmxrcyk7CiAJCQljb250aW51 ZTsKIApAQCAtNzA0MCw4ICs3MDIyLDcgQEAgZGVhbGxvY2F0ZV9kZXBlbmRlbmNpZXMoYnAs IGZyZWVibGtzLCBvZmYpCiAJCQkJY29udGludWU7CiAJCQkvKiBGQUxMVEhST1VHSCAqLwog CQlkZWZhdWx0OgotCQkJcGFuaWMoImRlYWxsb2NhdGVfZGVwZW5kZW5jaWVzOiBVbmV4cGVj dGVkIHR5cGUgJXMiLAotCQkJICAgIFRZUEVOQU1FKHdrLT53a190eXBlKSk7CisJCQlQQU5J QygiVW5leHBlY3RlZCB0eXBlICVzIiwgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKIAkJCS8q IE5PVFJFQUNIRUQgKi8KIAkJfQogCX0KQEAgLTcwOTAsNyArNzA3MSw3IEBAIGNhbmNlbF9h bGxvY2RpcmVjdChhZHBoZWFkLCBhZHAsIGZyZWVibGtzKQogCQkJYnJlYWs7CiAJfQogCWlm IChmcmVld29yayA9PSBOVUxMKQotCQlwYW5pYygiY2FuY2VsX2FsbG9jZGlyZWN0OiBGcmVl d29yayBub3QgZm91bmQiKTsKKwkJUEFOSUMoIkZyZWV3b3JrIG5vdCBmb3VuZCIpOwogCS8q CiAJICogSWYgYSBuZXdibGsgZXhpc3RzIGF0IGFsbCB3ZSBzdGlsbCBoYXZlIHRoZSBqb3Vy bmFsIGVudHJ5IHRoYXQKIAkgKiBpbml0aWF0ZWQgdGhlIGFsbG9jYXRpb24gc28gd2UgZG8g bm90IG5lZWQgdG8gam91cm5hbCB0aGUgZnJlZS4KQEAgLTcxNjMsNyArNzE0NCw3IEBAIGNh bmNlbF9uZXdibGsobmV3YmxrLCB3aywgd2toZCkKIAlpZiAoKHdrID0gTElTVF9GSVJTVCgm bmV3YmxrLT5uYl9uZXdkaXJibGspKSAhPSBOVUxMKQogCQlmcmVlX25ld2RpcmJsayhXS19O RVdESVJCTEsod2spKTsKIAlpZiAoIUxJU1RfRU1QVFkoJm5ld2Jsay0+bmJfbmV3ZGlyYmxr KSkKLQkJcGFuaWMoImNhbmNlbF9uZXdibGs6IGV4dHJhIG5ld2RpcmJsayIpOworCQlQQU5J QygiZXh0cmEgbmV3ZGlyYmxrIik7CiAKIAlyZXR1cm4gKGpuZXdibGspOwogfQpAQCAtNzIx MSw3ICs3MTkyLDcgQEAgZnJlZV9uZXdibGsobmV3YmxrKQogCWlmICgod2sgPSBMSVNUX0ZJ UlNUKCZuZXdibGstPm5iX25ld2RpcmJsaykpICE9IE5VTEwpCiAJCWZyZWVfbmV3ZGlyYmxr KFdLX05FV0RJUkJMSyh3aykpOwogCWlmICghTElTVF9FTVBUWSgmbmV3YmxrLT5uYl9uZXdk aXJibGspKQotCQlwYW5pYygiZnJlZV9uZXdibGs6IGV4dHJhIG5ld2RpcmJsayIpOworCQlQ QU5JQygiZXh0cmEgbmV3ZGlyYmxrIik7CiAJd2hpbGUgKChpbmRpcmRlcCA9IExJU1RfRklS U1QoJm5ld2Jsay0+bmJfaW5kaXJkZXBzKSkgIT0gTlVMTCkKIAkJaW5kaXJkZXBfY29tcGxl dGUoaW5kaXJkZXApOwogCWhhbmRsZV9qd29yaygmbmV3YmxrLT5uYl9qd29yayk7CkBAIC03 Mzk4LDcgKzczNzksNyBAQCBjaGVja19pbm9kZV91bndyaXR0ZW4oaW5vZGVkZXApCiAJCWlu b2RlZGVwLT5pZF9zYXZlZGlubzEgPSBOVUxMOwogCX0KIAlpZiAoZnJlZV9pbm9kZWRlcChp bm9kZWRlcCkgPT0gMCkKLQkJcGFuaWMoImNoZWNrX2lub2RlX3Vud3JpdHRlbjogYnVzeSBp bm9kZSIpOworCQlQQU5JQygiYnVzeSBpbm9kZSIpOwogCXJldHVybiAoMSk7CiB9CiAKQEAg LTc2NTYsOCArNzYzNyw3IEBAIGhhbmRsZV93b3JraXRlbV9mcmVlYmxvY2tzKGZyZWVibGtz LCBmbGFncykKIAkJCQlmcmVld29ya19mcmVlYmxvY2soZnJlZXdvcmspOwogCQkJY29udGlu dWU7CiAJCWRlZmF1bHQ6Ci0JCQlwYW5pYygiaGFuZGxlX3dvcmtpdGVtX2ZyZWVibG9ja3M6 IFVua25vd24gdHlwZSAlcyIsCi0JCQkgICAgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKKwkJ CVBBTklDKCJVbmtub3duIHR5cGUgJXMiLCBUWVBFTkFNRSh3ay0+d2tfdHlwZSkpOwogCQl9 CiAJfQogCWlmIChmcmVlYmxrcy0+ZmJfcmVmICE9IDApIHsKQEAgLTc4MzAsOCArNzgxMCw3 IEBAIGluZGlyX3RydW5jKGZyZWV3b3JrLCBkYm4sIGxibikKIAkJaW5kaXJkZXAgPSBmcmVl d29yay0+ZndfaW5kaXI7CiAJCWJwID0gaW5kaXJkZXAtPmlyX3NhdmVicDsKIAkJaWYgKGJw ID09IE5VTEwgfHwgYnAtPmJfYmxrbm8gIT0gZGJuKQotCQkJcGFuaWMoImluZGlyX3RydW5j OiBCYWQgc2F2ZWQgYnVmICVwIGJsa25vICVqZCIsCi0JCQkgICAgYnAsIChpbnRtYXhfdClk Ym4pOworCQkJUEFOSUMoIkJhZCBzYXZlZCBidWYgJXAgYmxrbm8gJWpkIiwgYnAsIChpbnRt YXhfdClkYm4pOwogCX0gZWxzZSBpZiAoKGJwID0gaW5jb3JlKCZmcmVlYmxrcy0+ZmJfZGV2 dnAtPnZfYnVmb2JqLCBkYm4pKSAhPSBOVUxMKSB7CiAJCS8qCiAJCSAqIFRoZSBsb2NrIHBy ZXZlbnRzIHRoZSBidWYgZGVwIGxpc3QgZnJvbSBjaGFuZ2luZyBhbmQKQEAgLTc4MzksOCAr NzgxOCw3IEBAIGluZGlyX3RydW5jKGZyZWV3b3JrLCBkYm4sIGxibikKIAkJICovCiAJCWlu ZGlyZGVwID0gV0tfSU5ESVJERVAoTElTVF9GSVJTVCgmYnAtPmJfZGVwKSk7CiAJCWlmIChp bmRpcmRlcCA9PSBOVUxMIHx8IChpbmRpcmRlcC0+aXJfc3RhdGUgJiBHT0lOR0FXQVkpID09 IDApCi0JCQlwYW5pYygiaW5kaXJfdHJ1bmM6IEJhZCBpbmRpcmRlcCAlcCBmcm9tIGJ1ZiAl cCIsCi0JCQkgICAgaW5kaXJkZXAsIGJwKTsKKwkJCVBBTklDKCJCYWQgaW5kaXJkZXAgJXAg ZnJvbSBidWYgJXAiLCBpbmRpcmRlcCwgYnApOwogCX0gZWxzZSBpZiAoYnJlYWQoZnJlZWJs a3MtPmZiX2RldnZwLCBkYm4sIChpbnQpZnMtPmZzX2JzaXplLAogCSAgICBOT0NSRUQsICZi cCkgIT0gMCkgewogCQlicmVsc2UoYnApOwpAQCAtODA5NywxNCArODA3NSwxNCBAQCBzZXR1 cF9uZXdkaXIoZGFwLCBuZXdpbnVtLCBkaW51bSwgbmV3ZGlyYnAsIG1rZGlycCkKIAkgKiBi bG9jayBpcyByZWFjaGFibGUgdmlhIHRoZSBpbm9kZS4KIAkgKi8KIAlpZiAocGFnZWRlcF9s b29rdXAobXAsIG5ld2RpcmJwLCBuZXdpbnVtLCAwLCAwLCAmcGFnZWRlcCkgPT0gMCkKLQkJ cGFuaWMoInNldHVwX25ld2RpcjogbG9zdCBwYWdlZGVwIik7CisJCVBBTklDKCJsb3N0IHBh Z2VkZXAiKTsKIAlMSVNUX0ZPUkVBQ0god2ssICZuZXdkaXJicC0+Yl9kZXAsIHdrX2xpc3Qp CiAJCWlmICh3ay0+d2tfdHlwZSA9PSBEX0FMTE9DRElSRUNUKQogCQkJYnJlYWs7CiAJaWYg KHdrID09IE5VTEwpCi0JCXBhbmljKCJzZXR1cF9uZXdkaXI6IGxvc3QgYWxsb2NkaXJlY3Qi KTsKKwkJUEFOSUMoImxvc3QgYWxsb2NkaXJlY3QiKTsKIAlpZiAocGFnZWRlcC0+cGRfc3Rh dGUgJiBORVdCTE9DSykKLQkJcGFuaWMoInNldHVwX25ld2RpcjogTkVXQkxPQ0sgYWxyZWFk eSBzZXQiKTsKKwkJUEFOSUMoIk5FV0JMT0NLIGFscmVhZHkgc2V0Iik7CiAJbmV3YmxrID0g V0tfTkVXQkxLKHdrKTsKIAlwYWdlZGVwLT5wZF9zdGF0ZSB8PSBORVdCTE9DSzsKIAlwYWdl ZGVwLT5wZF9uZXdkaXJibGsgPSBuZXdkaXJibGs7CkBAIC04MTIxLDcgKzgwOTksNyBAQCBz ZXR1cF9uZXdkaXIoZGFwLCBuZXdpbnVtLCBkaW51bSwgbmV3ZGlyYnAsIG1rZGlycCkKIAlp bm9kZWRlcF9sb29rdXAobXAsIGRpbnVtLCAwLCAmaW5vZGVkZXApOwogCWlmIChNT1VOVEVE U1VKKG1wKSkgewogCQlpZiAoaW5vZGVkZXAgPT0gTlVMTCkKLQkJCXBhbmljKCJzZXR1cF9u ZXdkaXI6IExvc3QgcGFyZW50LiIpOworCQkJUEFOSUMoIkxvc3QgcGFyZW50LiIpOwogCQlq YWRkcmVmID0gKHN0cnVjdCBqYWRkcmVmICopVEFJTFFfTEFTVCgmaW5vZGVkZXAtPmlkX2lu b3JlZmxzdCwKIAkJICAgIGlub3JlZmxzdCk7CiAJCUtBU1NFUlQoamFkZHJlZiAhPSBOVUxM ICYmIGphZGRyZWYtPmphX3BhcmVudCA9PSBuZXdpbnVtICYmCkBAIC04MjM2LDcgKzgyMTQs NyBAQCBzb2Z0ZGVwX3NldHVwX2RpcmVjdG9yeV9hZGQoYnAsIGRwLCBkaXJvZmZzZXQsIG5l d2ludW0sIG5ld2RpcmJwLCBpc25ld2JsaykKIAlwYWdlZGVwX2xvb2t1cChtcCwgYnAsIGRw LT5pX251bWJlciwgbGJuLCBERVBBTExPQywgJnBhZ2VkZXApOwogI2lmZGVmIERFQlVHCiAJ aWYgKGRpcmFkZF9sb29rdXAocGFnZWRlcCwgb2Zmc2V0KSAhPSBOVUxMKQotCQlwYW5pYygi c29mdGRlcF9zZXR1cF9kaXJlY3RvcnlfYWRkOiAlcCBhbHJlYWR5IGF0IG9mZiAlZFxuIiwK KwkJUEFOSUMoIiVwIGFscmVhZHkgYXQgb2ZmICVkXG4iLAogCQkgICAgZGlyYWRkX2xvb2t1 cChwYWdlZGVwLCBvZmZzZXQpLCBvZmZzZXQpOwogI2VuZGlmCiAJZGFwLT5kYV9wYWdlZGVw ID0gcGFnZWRlcDsKQEAgLTgyOTYsNyArODI3NCw3IEBAIHNvZnRkZXBfc2V0dXBfZGlyZWN0 b3J5X2FkZChicCwgZHAsIGRpcm9mZnNldCwgbmV3aW51bSwgbmV3ZGlyYnAsIGlzbmV3Ymxr KQogCSAqLwogCWlmIChta2RpcjEgIT0gTlVMTCkgewogCQlpZiAoaW5vZGVkZXAtPmlkX21r ZGlyYWRkICE9IE5VTEwpCi0JCQlwYW5pYygic29mdGRlcF9zZXR1cF9kaXJlY3RvcnlfYWRk OiBFeGlzdGluZyBta2RpciIpOworCQkJUEFOSUMoIkV4aXN0aW5nIG1rZGlyIik7CiAJCWlu b2RlZGVwLT5pZF9ta2RpcmFkZCA9IGRhcDsKIAl9IGVsc2UgaWYgKGlub2RlZGVwLT5pZF9t a2RpcmFkZCkKIAkJbWVyZ2VfZGlyYWRkKGlub2RlZGVwLCBkYXApOwpAQCAtODMxMiw3ICs4 MjkwLDcgQEAgc29mdGRlcF9zZXR1cF9kaXJlY3RvcnlfYWRkKGJwLCBkcCwgZGlyb2Zmc2V0 LCBuZXdpbnVtLCBuZXdkaXJicCwgaXNuZXdibGspCiAJCX0KIAkJaWYgKG5ld2Jsa19sb29r dXAobXAsIGRidG9mc2IoZnMsIGJwLT5iX2Jsa25vKSwgMCwgJm5ld2JsaykKIAkJICAgID09 IDApCi0JCQlwYW5pYygic29mdGRlcF9zZXR1cF9kaXJlY3RvcnlfYWRkOiBsb3N0IGVudHJ5 Iik7CisJCQlQQU5JQygibG9zdCBlbnRyeSIpOwogCQlXT1JLTElTVF9JTlNFUlQoJm5ld2Js ay0+bmJfbmV3ZGlyYmxrLCAmbmV3ZGlyYmxrLT5kYl9saXN0KTsKIAkJcGFnZWRlcC0+cGRf c3RhdGUgfD0gTkVXQkxPQ0s7CiAJCXBhZ2VkZXAtPnBkX25ld2RpcmJsayA9IG5ld2RpcmJs azsKQEAgLTg0MzAsNyArODQwOCw3IEBAIG1lcmdlX2RpcmFkZChpbm9kZWRlcCwgbmV3ZGFw KQogCQkJCWJyZWFrOwogCQl9CiAJCWlmICgob2xkZGFwLT5kYV9zdGF0ZSAmIChNS0RJUl9Q QVJFTlQgfCBNS0RJUl9CT0RZKSkgIT0gMCkKLQkJCXBhbmljKCJtZXJnZV9kaXJhZGQ6IHVu Zm91bmQgcmVmIik7CisJCQlQQU5JQygidW5mb3VuZCByZWYiKTsKIAl9CiAJLyoKIAkgKiBB bnkgbWtkaXIgcmVsYXRlZCBqb3VybmFsIGl0ZW1zIGFyZSBub3Qgc2FmZSB0byBiZSBmcmVl ZCB1bnRpbApAQCAtODU4NywxMyArODU2NSwxMyBAQCBmcmVlX2RpcmFkZChkYXAsIHdraGQp CiAJCQlpZiAobWtkaXItPm1kX3N0YXRlICYgT05XT1JLTElTVCkKIAkJCQlXT1JLTElTVF9S RU1PVkUoJm1rZGlyLT5tZF9saXN0KTsKIAkJCWlmIChta2Rpci0+bWRfamFkZHJlZiAhPSBO VUxMKQotCQkJCXBhbmljKCJmcmVlX2RpcmFkZDogVW5leHBlY3RlZCBqYWRkcmVmIik7CisJ CQkJUEFOSUMoIlVuZXhwZWN0ZWQgamFkZHJlZiIpOwogCQkJV09SS0lURU1fRlJFRShta2Rp ciwgRF9NS0RJUik7CiAJCQlpZiAoKGRhcC0+ZGFfc3RhdGUgJiAoTUtESVJfUEFSRU5UIHwg TUtESVJfQk9EWSkpID09IDApCiAJCQkJYnJlYWs7CiAJCX0KIAkJaWYgKChkYXAtPmRhX3N0 YXRlICYgKE1LRElSX1BBUkVOVCB8IE1LRElSX0JPRFkpKSAhPSAwKQotCQkJcGFuaWMoImZy ZWVfZGlyYWRkOiB1bmZvdW5kIHJlZiIpOworCQkJUEFOSUMoInVuZm91bmQgcmVmIik7CiAJ fQogCWlmIChpbm9kZWRlcCkKIAkJZnJlZV9pbm9kZWRlcChpbm9kZWRlcCk7CkBAIC04NjQ0 LDcgKzg2MjIsNyBAQCBzb2Z0ZGVwX3NldHVwX3JlbW92ZShicCwgZHAsIGlwLCBpc3JtZGly KQogCSAqLwogCWlmIChpbm9kZWRlcF9sb29rdXAoVUZTVE9WRlMoaXAtPmlfdW1wKSwgaXAt PmlfbnVtYmVyLCAwLAogCSAgICAmaW5vZGVkZXApID09IDApCi0JCXBhbmljKCJzb2Z0ZGVw X3NldHVwX3JlbW92ZTogTG9zdCBpbm9kZWRlcC4iKTsKKwkJUEFOSUMoIkxvc3QgaW5vZGVk ZXAuIik7CiAJS0FTU0VSVCgoaW5vZGVkZXAtPmlkX3N0YXRlICYgVU5MSU5LRUQpID09IDAs ICgiaW5vZGUgdW5saW5rZWQiKSk7CiAJZGlycmVtLT5kbV9zdGF0ZSB8PSBPTkRFUExJU1Q7 CiAJTElTVF9JTlNFUlRfSEVBRCgmaW5vZGVkZXAtPmlkX2RpcnJlbWhkLCBkaXJyZW0sIGRt X2lub25leHQpOwpAQCAtODc1NiwxMyArODczNCwxMyBAQCBjYW5jZWxfbWtkaXJfZG90ZG90 KGlwLCBkaXJyZW0sIGpyZW1yZWYpCiAJCWlmIChta2Rpci0+bWRfZGlyYWRkID09IGRhcCAm JiBta2Rpci0+bWRfc3RhdGUgJiBNS0RJUl9QQVJFTlQpCiAJCQlicmVhazsKIAlpZiAobWtk aXIgPT0gTlVMTCkKLQkJcGFuaWMoImNhbmNlbF9ta2Rpcl9kb3Rkb3Q6IFVuYWJsZSB0byBm aW5kIG1rZGlyXG4iKTsKKwkJUEFOSUMoIlVuYWJsZSB0byBmaW5kIG1rZGlyXG4iKTsKIAlp ZiAoKGphZGRyZWYgPSBta2Rpci0+bWRfamFkZHJlZikgIT0gTlVMTCkgewogCQlta2Rpci0+ bWRfamFkZHJlZiA9IE5VTEw7CiAJCWphZGRyZWYtPmphX3N0YXRlICY9IH5NS0RJUl9QQVJF TlQ7CiAJCWlmIChpbm9kZWRlcF9sb29rdXAoVUZTVE9WRlMoaXAtPmlfdW1wKSwgamFkZHJl Zi0+amFfaW5vLCAwLAogCQkgICAgJmlub2RlZGVwKSA9PSAwKQotCQkJcGFuaWMoImNhbmNl bF9ta2Rpcl9kb3Rkb3Q6IExvc3QgcGFyZW50IGlub2RlZGVwIik7CisJCQlQQU5JQygiTG9z dCBwYXJlbnQgaW5vZGVkZXAiKTsKIAkJaWYgKGNhbmNlbF9qYWRkcmVmKGphZGRyZWYsIGlu b2RlZGVwLCAmZGlycmVtLT5kbV9qd29yaykpIHsKIAkJCWpvdXJuYWxfanJlbXJlZihkaXJy ZW0sIGpyZW1yZWYsIGlub2RlZGVwKTsKIAkJCWpyZW1yZWYgPSBOVUxMOwpAQCAtODc4NSw3 ICs4NzYzLDcgQEAgam91cm5hbF9qcmVtcmVmKGRpcnJlbSwganJlbXJlZiwgaW5vZGVkZXAp CiAJaWYgKGlub2RlZGVwID09IE5VTEwpCiAJCWlmIChpbm9kZWRlcF9sb29rdXAoanJlbXJl Zi0+anJfbGlzdC53a19tcCwKIAkJICAgIGpyZW1yZWYtPmpyX3JlZi5pZl9pbm8sIDAsICZp bm9kZWRlcCkgPT0gMCkKLQkJCXBhbmljKCJqb3VybmFsX2pyZW1yZWY6IExvc3QgaW5vZGVk ZXAiKTsKKwkJCVBBTklDKCJMb3N0IGlub2RlZGVwIik7CiAJTElTVF9JTlNFUlRfSEVBRCgm ZGlycmVtLT5kbV9qcmVtcmVmaGQsIGpyZW1yZWYsIGpyX2RlcHMpOwogCVRBSUxRX0lOU0VS VF9UQUlMKCZpbm9kZWRlcC0+aWRfaW5vcmVmbHN0LCAmanJlbXJlZi0+anJfcmVmLCBpZl9k ZXBzKTsKIAlhZGRfdG9fam91cm5hbCgmanJlbXJlZi0+anJfbGlzdCk7CkBAIC04ODAzLDcg Kzg3ODEsNyBAQCBkaXJyZW1fam91cm5hbChkaXJyZW0sIGpyZW1yZWYsIGRvdHJlbXJlZiwg ZG90ZG90cmVtcmVmKQogCiAJaWYgKGlub2RlZGVwX2xvb2t1cChqcmVtcmVmLT5qcl9saXN0 LndrX21wLCBqcmVtcmVmLT5qcl9yZWYuaWZfaW5vLCAwLAogCSAgICAmaW5vZGVkZXApID09 IDApCi0JCXBhbmljKCJkaXJyZW1fam91cm5hbDogTG9zdCBpbm9kZWRlcCIpOworCQlQQU5J QygiTG9zdCBpbm9kZWRlcCIpOwogCWpvdXJuYWxfanJlbXJlZihkaXJyZW0sIGpyZW1yZWYs IGlub2RlZGVwKTsKIAlpZiAoZG90cmVtcmVmKQogCQlqb3VybmFsX2pyZW1yZWYoZGlycmVt LCBkb3RyZW1yZWYsIGlub2RlZGVwKTsKQEAgLTg4MzcsNyArODgxNSw3IEBAIG5ld2RpcnJl bShicCwgZHAsIGlwLCBpc3JtZGlyLCBwcmV2ZGlycmVtcCkKIAkgKiBXaGl0ZW91dHMgaGF2 ZSBubyBkZWxldGlvbiBkZXBlbmRlbmNpZXMuCiAJICovCiAJaWYgKGlwID09IE5VTEwpCi0J CXBhbmljKCJuZXdkaXJyZW06IHdoaXRlb3V0Iik7CisJCVBBTklDKCJ3aGl0ZW91dCIpOwog CWR2cCA9IElUT1YoZHApOwogCS8qCiAJICogSWYgd2UgYXJlIG92ZXIgb3VyIGxpbWl0LCB0 cnkgdG8gaW1wcm92ZSB0aGUgc2l0dWF0aW9uLgpAQCAtODg5Miw3ICs4ODcwLDcgQEAgbmV3 ZGlycmVtKGJwLCBkcCwgaXAsIGlzcm1kaXIsIHByZXZkaXJyZW1wKQogCSAqLwogCWlmIChk cC0+aV9vZmZzZXQgPT0gRE9URE9UX09GRlNFVCkgewogCQlpZiAoaXNybWRpcikKLQkJCXBh bmljKCJuZXdkaXJyZW06IC4uIGRpcmVjdG9yeSBjaGFuZ2UgZHVyaW5nIHJlbW92ZT8iKTsK KwkJCVBBTklDKCIuLiBkaXJlY3RvcnkgY2hhbmdlIGR1cmluZyByZW1vdmU/Iik7CiAJCWpy ZW1yZWYgPSBjYW5jZWxfbWtkaXJfZG90ZG90KGRwLCBkaXJyZW0sIGpyZW1yZWYpOwogCX0K IAkvKgpAQCAtODkyMiw5ICs4OTAwLDkgQEAgbmV3ZGlycmVtKGJwLCBkcCwgaXAsIGlzcm1k aXIsIHByZXZkaXJyZW1wKQogCSAqIE11c3QgYmUgQVRUQUNIRUQgYXQgdGhpcyBwb2ludC4K IAkgKi8KIAlpZiAoKGRhcC0+ZGFfc3RhdGUgJiBBVFRBQ0hFRCkgPT0gMCkKLQkJcGFuaWMo Im5ld2RpcnJlbTogbm90IEFUVEFDSEVEIik7CisJCVBBTklDKCJub3QgQVRUQUNIRUQiKTsK IAlpZiAoZGFwLT5kYV9uZXdpbnVtICE9IGlwLT5pX251bWJlcikKLQkJcGFuaWMoIm5ld2Rp cnJlbTogaW51bSAlanUgc2hvdWxkIGJlICVqdSIsCisJCVBBTklDKCJpbnVtICVqdSBzaG91 bGQgYmUgJWp1IiwKIAkJICAgICh1aW50bWF4X3QpaXAtPmlfbnVtYmVyLCAodWludG1heF90 KWRhcC0+ZGFfbmV3aW51bSk7CiAJLyoKIAkgKiBJZiB3ZSBhcmUgZGVsZXRpbmcgYSBjaGFu Z2VkIG5hbWUgdGhhdCBuZXZlciBtYWRlIGl0IHRvIGRpc2ssCkBAIC04OTQ4LDcgKzg5MjYs NyBAQCBuZXdkaXJyZW0oYnAsIGRwLCBpcCwgaXNybWRpciwgcHJldmRpcnJlbXApCiAKIAkJ TElTVF9GT1JFQUNIKHdrLCAmZGlycmVtLT5kbV9qd29yaywgd2tfbGlzdCkKIAkJCWlmICh3 ay0+d2tfc3RhdGUgJiAoTUtESVJfQk9EWSB8IE1LRElSX1BBUkVOVCkpCi0JCQkJcGFuaWMo ImJhZCB3ayAlcCAoMHglWClcbiIsIHdrLCB3ay0+d2tfc3RhdGUpOworCQkJCVBBTklDKCJi YWQgd2sgJXAgKDB4JVgpXG4iLCB3aywgd2stPndrX3N0YXRlKTsKIAl9CiAjZW5kaWYKIApA QCAtOTA0Niw3ICs5MDI0LDcgQEAgc29mdGRlcF9zZXR1cF9kaXJlY3RvcnlfY2hhbmdlKGJw LCBkcCwgaXAsIG5ld2ludW0sIGlzcm1kaXIpCiAJICogd2lsbCBub3QgZmFpbC4KIAkgKi8K IAlpZiAoaW5vZGVkZXBfbG9va3VwKG1wLCBpcC0+aV9udW1iZXIsIDAsICZpbm9kZWRlcCkg PT0gMCkKLQkJcGFuaWMoInNvZnRkZXBfc2V0dXBfZGlyZWN0b3J5X2NoYW5nZTogTG9zdCBp bm9kZWRlcC4iKTsKKwkJUEFOSUMoIkxvc3QgaW5vZGVkZXAuIik7CiAJZGlycmVtLT5kbV9z dGF0ZSB8PSBPTkRFUExJU1Q7CiAJTElTVF9JTlNFUlRfSEVBRCgmaW5vZGVkZXAtPmlkX2Rp cnJlbWhkLCBkaXJyZW0sIGRtX2lub25leHQpOwogCkBAIC05MTMzLDcgKzkxMTEsNyBAQCBz b2Z0ZGVwX2NoYW5nZV9saW5rY250KGlwKQogCQlkZmxhZ3MgfD0gTk9ERUxBWTsKIAlpbm9k ZWRlcF9sb29rdXAoVUZTVE9WRlMoaXAtPmlfdW1wKSwgaXAtPmlfbnVtYmVyLCBkZmxhZ3Ms ICZpbm9kZWRlcCk7CiAJaWYgKGlwLT5pX25saW5rIDwgaXAtPmlfZWZmbmxpbmspCi0JCXBh bmljKCJzb2Z0ZGVwX2NoYW5nZV9saW5rY250OiBiYWQgZGVsdGEiKTsKKwkJUEFOSUMoImJh ZCBkZWx0YSIpOwogCWlub2RlZGVwLT5pZF9ubGlua2RlbHRhID0gaXAtPmlfbmxpbmsgLSBp cC0+aV9lZmZubGluazsKIAlGUkVFX0xPQ0soJmxrKTsKIH0KQEAgLTkyNDksNyArOTIyNyw3 IEBAIGhhbmRsZV93cml0dGVuX3NiZGVwKHNiZGVwLCBicCkKIAkgKi8KIAlmb3IgKDsgaW5v ZGVkZXAgIT0gTlVMTDsgaW5vZGVkZXAgPSBUQUlMUV9ORVhUKGlub2RlZGVwLCBpZF91bmxp bmtlZCkpIHsKIAkJaWYgKChpbm9kZWRlcC0+aWRfc3RhdGUgJiBVTkxJTktMSU5LUykgIT0g VU5MSU5LTElOS1MpCi0JCQlwYW5pYygiaGFuZGxlX3dyaXR0ZW5fc2JkZXA6IEJhZCBpbm9k ZWRlcCAlcCAoMHglWCkiLAorCQkJUEFOSUMoIkJhZCBpbm9kZWRlcCAlcCAoMHglWCkiLAog CQkJICAgIGlub2RlZGVwLCBpbm9kZWRlcC0+aWRfc3RhdGUpOwogCQlpZiAoaW5vZGVkZXAt PmlkX3N0YXRlICYgVU5MSU5LT05MSVNUKQogCQkJYnJlYWs7CkBAIC05Mjc1LDcgKzkyNTMs NyBAQCB1bmxpbmtlZF9pbm9kZWRlcChtcCwgaW5vZGVkZXApCiAJdW1wID0gVkZTVE9VRlMo bXApOwogCXVtcC0+dW1fZnMtPmZzX2Ztb2QgPSAxOwogCWlmIChpbm9kZWRlcC0+aWRfc3Rh dGUgJiBVTkxJTktFRCkKLQkJcGFuaWMoInVubGlua2VkX2lub2RlZGVwOiAlcCBhbHJlYWR5 IHVubGlua2VkXG4iLCBpbm9kZWRlcCk7CisJCVBBTklDKCIlcCBhbHJlYWR5IHVubGlua2Vk XG4iLCBpbm9kZWRlcCk7CiAJaW5vZGVkZXAtPmlkX3N0YXRlIHw9IFVOTElOS0VEOwogCVRB SUxRX0lOU0VSVF9IRUFEKCZ1bXAtPnNvZnRkZXBfdW5saW5rZWQsIGlub2RlZGVwLCBpZF91 bmxpbmtlZCk7CiB9CkBAIC05NDE4LDEwICs5Mzk2LDEwIEBAIGNsZWFyX3VubGlua2VkX2lu b2RlZGVwKGlub2RlZGVwKQogCiAJCWlmIChmcy0+ZnNfc3VqZnJlZSAhPSBpbm8pCiAJCQly ZXR1cm47Ci0JCXBhbmljKCJjbGVhcl91bmxpbmtlZF9pbm9kZWRlcDogRmFpbGVkIHRvIGNs ZWFyIGZyZWUgaGVhZCIpOworCQlQQU5JQygiRmFpbGVkIHRvIGNsZWFyIGZyZWUgaGVhZCIp OwogCX0KIAlpZiAoaW5vZGVkZXAtPmlkX2lubyA9PSBmcy0+ZnNfc3VqZnJlZSkKLQkJcGFu aWMoImNsZWFyX3VubGlua2VkX2lub2RlZGVwOiBGcmVlaW5nIGhlYWQgb2YgZnJlZSBsaXN0 Iik7CisJCVBBTklDKCJGcmVlaW5nIGhlYWQgb2YgZnJlZSBsaXN0Iik7CiAJaW5vZGVkZXAt PmlkX3N0YXRlICY9IH4oVU5MSU5LRUQgfCBVTkxJTktMSU5LUyB8IFVOTElOS09OTElTVCk7 CiAJVEFJTFFfUkVNT1ZFKCZ1bXAtPnNvZnRkZXBfdW5saW5rZWQsIGlub2RlZGVwLCBpZF91 bmxpbmtlZCk7CiAJcmV0dXJuOwpAQCAtOTQ0Niw3ICs5NDI0LDcgQEAgaGFuZGxlX3dvcmtp dGVtX3JlbW92ZShkaXJyZW0sIGZsYWdzKQogCWlub190IG9sZGludW07CiAKIAlpZiAoZGly cmVtLT5kbV9zdGF0ZSAmIE9OV09SS0xJU1QpCi0JCXBhbmljKCJoYW5kbGVfd29ya2l0ZW1f cmVtb3ZlOiBkaXJyZW0gJXAgc3RpbGwgb24gd29ya2xpc3QiLAorCQlQQU5JQygiZGlycmVt ICVwIHN0aWxsIG9uIHdvcmtsaXN0IiwKIAkJICAgIGRpcnJlbSk7CiAJb2xkaW51bSA9IGRp cnJlbS0+ZG1fb2xkaW51bTsKIAltcCA9IGRpcnJlbS0+ZG1fbGlzdC53a19tcDsKQEAgLTk0 NTcsNyArOTQzNSw3IEBAIGhhbmRsZV93b3JraXRlbV9yZW1vdmUoZGlycmVtLCBmbGFncykK IAlpcCA9IFZUT0kodnApOwogCUFDUVVJUkVfTE9DSygmbGspOwogCWlmICgoaW5vZGVkZXBf bG9va3VwKG1wLCBvbGRpbnVtLCAwLCAmaW5vZGVkZXApKSA9PSAwKQotCQlwYW5pYygiaGFu ZGxlX3dvcmtpdGVtX3JlbW92ZTogbG9zdCBpbm9kZWRlcCIpOworCQlQQU5JQygibG9zdCBp bm9kZWRlcCIpOwogCWlmIChkaXJyZW0tPmRtX3N0YXRlICYgT05ERVBMSVNUKQogCQlMSVNU X1JFTU9WRShkaXJyZW0sIGRtX2lub25leHQpOwogCUtBU1NFUlQoTElTVF9FTVBUWSgmZGly cmVtLT5kbV9qcmVtcmVmaGQpLApAQCAtOTQ4OSw3ICs5NDY3LDcgQEAgaGFuZGxlX3dvcmtp dGVtX3JlbW92ZShkaXJyZW0sIGZsYWdzKQogCQlESVBfU0VUKGlwLCBpX25saW5rLCBpcC0+ aV9ubGluayk7CiAJCWlwLT5pX2ZsYWcgfD0gSU5fQ0hBTkdFOwogCQlpZiAoaXAtPmlfbmxp bmsgPCBpcC0+aV9lZmZubGluaykKLQkJCXBhbmljKCJoYW5kbGVfd29ya2l0ZW1fcmVtb3Zl OiBiYWQgZmlsZSBkZWx0YSIpOworCQkJUEFOSUMoImJhZCBmaWxlIGRlbHRhIik7CiAJCWlm IChpcC0+aV9ubGluayA9PSAwKSAKIAkJCXVubGlua2VkX2lub2RlZGVwKG1wLCBpbm9kZWRl cCk7CiAJCWlub2RlZGVwLT5pZF9ubGlua2RlbHRhID0gaXAtPmlfbmxpbmsgLSBpcC0+aV9l ZmZubGluazsKQEAgLTk1MTAsNyArOTQ4OCw3IEBAIGhhbmRsZV93b3JraXRlbV9yZW1vdmUo ZGlycmVtLCBmbGFncykKIAlESVBfU0VUKGlwLCBpX25saW5rLCBpcC0+aV9ubGluayk7CiAJ aXAtPmlfZmxhZyB8PSBJTl9DSEFOR0U7CiAJaWYgKGlwLT5pX25saW5rIDwgaXAtPmlfZWZm bmxpbmspCi0JCXBhbmljKCJoYW5kbGVfd29ya2l0ZW1fcmVtb3ZlOiBiYWQgZGlyIGRlbHRh Iik7CisJCVBBTklDKCJiYWQgZGlyIGRlbHRhIik7CiAJaWYgKGlwLT5pX25saW5rID09IDAp CiAJCXVubGlua2VkX2lub2RlZGVwKG1wLCBpbm9kZWRlcCk7CiAJaW5vZGVkZXAtPmlkX25s aW5rZGVsdGEgPSBpcC0+aV9ubGluayAtIGlwLT5pX2VmZm5saW5rOwpAQCAtOTUzMiw3ICs5 NTEwLDcgQEAgaGFuZGxlX3dvcmtpdGVtX3JlbW92ZShkaXJyZW0sIGZsYWdzKQogCSAqIFBs YWNlIHRoZSBkaXJyZW0gb24gdGhlIHBhcmVudCdzIGRpcmVtaGQgbGlzdC4KIAkgKi8KIAlp ZiAoaW5vZGVkZXBfbG9va3VwKG1wLCBkaXJyZW0tPmRtX29sZGludW0sIDAsICZpbm9kZWRl cCkgPT0gMCkKLQkJcGFuaWMoImhhbmRsZV93b3JraXRlbV9yZW1vdmU6IGxvc3QgZGlyIGlu b2RlZGVwIik7CisJCVBBTklDKCJsb3N0IGRpciBpbm9kZWRlcCIpOwogCUxJU1RfSU5TRVJU X0hFQUQoJmlub2RlZGVwLT5pZF9kaXJyZW1oZCwgZGlycmVtLCBkbV9pbm9uZXh0KTsKIAkv KgogCSAqIElmIHRoZSBhbGxvY2F0ZWQgaW5vZGUgaGFzIG5ldmVyIGJlZW4gd3JpdHRlbiB0 byBkaXNrLCB0aGVuCkBAIC05NTg4LDcgKzk1NjYsNyBAQCBoYW5kbGVfd29ya2l0ZW1fZnJl ZWZpbGUoZnJlZWZpbGUpCiAJZXJyb3IgPSBpbm9kZWRlcF9sb29rdXAoVUZTVE9WRlModW1w KSwgZnJlZWZpbGUtPmZ4X29sZGludW0sIDAsICZpZHApOwogCUZSRUVfTE9DSygmbGspOwog CWlmIChlcnJvcikKLQkJcGFuaWMoImhhbmRsZV93b3JraXRlbV9mcmVlZmlsZTogaW5vZGVk ZXAgJXAgc3Vydml2ZWQiLCBpZHApOworCQlQQU5JQygiaW5vZGVkZXAgJXAgc3Vydml2ZWQi LCBpZHApOwogI2VuZGlmCiAJVUZTX0xPQ0sodW1wKTsKIAlmcy0+ZnNfcGVuZGluZ2lub2Rl cyAtPSAxOwpAQCAtOTY1NiwxMSArOTYzNCwxMSBAQCBzb2Z0ZGVwX2Rpc2tfaW9faW5pdGlh dGlvbihicCkKIAkgKiBiZSBkZXBlbmRlbmNpZXMgZm9yIHJlYWRzLgogCSAqLwogCWlmIChi cC0+Yl9pb2NtZCAhPSBCSU9fV1JJVEUpCi0JCXBhbmljKCJzb2Z0ZGVwX2Rpc2tfaW9faW5p dGlhdGlvbjogbm90IHdyaXRlIik7CisJCVBBTklDKCJub3Qgd3JpdGUiKTsKIAogCWlmIChi cC0+Yl92ZmxhZ3MgJiBCVl9CS0dSRElOUFJPRykKLQkJcGFuaWMoInNvZnRkZXBfZGlza19p b19pbml0aWF0aW9uOiBXcml0aW5nIGJ1ZmZlciB3aXRoICIKLQkJICAgICJiYWNrZ3JvdW5k IHdyaXRlIGluIHByb2dyZXNzOiAlcCIsIGJwKTsKKwkJUEFOSUMoIldyaXRpbmcgYnVmZmVy IHdpdGggYmFja2dyb3VuZCB3cml0ZSBpbiBwcm9ncmVzczogJXAiLAorCQkgICAgYnApOwog CiAJbWFya2VyLndrX3R5cGUgPSBEX0xBU1QgKyAxOwkvKiBOb3QgYSBub3JtYWwgd29ya2l0 ZW0gKi8KIAlQSE9MRChjdXJwcm9jKTsJCQkvKiBEb24ndCBzd2FwIG91dCBrZXJuZWwgc3Rh Y2sgKi8KQEAgLTk3NDQsOCArOTcyMiw3IEBAIHNvZnRkZXBfZGlza19pb19pbml0aWF0aW9u KGJwKQogCQkJY29udGludWU7CiAKIAkJZGVmYXVsdDoKLQkJCXBhbmljKCJoYW5kbGVfZGlz a19pb19pbml0aWF0aW9uOiBVbmV4cGVjdGVkIHR5cGUgJXMiLAotCQkJICAgIFRZUEVOQU1F KHdrLT53a190eXBlKSk7CisJCQlQQU5JQygiVW5leHBlY3RlZCB0eXBlICVzIiwgVFlQRU5B TUUod2stPndrX3R5cGUpKTsKIAkJCS8qIE5PVFJFQUNIRUQgKi8KIAkJfQogCX0KQEAgLTk3 OTgsOCArOTc3NSw3IEBAIGluaXRpYXRlX3dyaXRlX2ZpbGVwYWdlKHBhZ2VkZXAsIGJwKQog CQkJZXAgPSAoc3RydWN0IGRpcmVjdCAqKQogCQkJICAgICgoY2hhciAqKWJwLT5iX2RhdGEg KyBkYXAtPmRhX29mZnNldCk7CiAJCQlpZiAoZXAtPmRfaW5vICE9IGRhcC0+ZGFfbmV3aW51 bSkKLQkJCQlwYW5pYygiJXM6IGRpciBpbnVtICVqdSAhPSBuZXcgJWp1IiwKLQkJCQkgICAg ImluaXRpYXRlX3dyaXRlX2ZpbGVwYWdlIiwKKwkJCQlQQU5JQygiZGlyIGludW0gJWp1ICE9 IG5ldyAlanUiLAogCQkJCSAgICAodWludG1heF90KWVwLT5kX2lubywKIAkJCQkgICAgKHVp bnRtYXhfdClkYXAtPmRhX25ld2ludW0pOwogCQkJaWYgKGRhcC0+ZGFfc3RhdGUgJiBESVJD SEcpCkBAIC05ODM5LDcgKzk4MTUsNyBAQCBpbml0aWF0ZV93cml0ZV9pbm9kZWJsb2NrX3Vm czEoaW5vZGVkZXAsIGJwKQogCWludCBkZXBsaXN0OwogCiAJaWYgKGlub2RlZGVwLT5pZF9z dGF0ZSAmIElPU1RBUlRFRCkKLQkJcGFuaWMoImluaXRpYXRlX3dyaXRlX2lub2RlYmxvY2tf dWZzMTogYWxyZWFkeSBzdGFydGVkIik7CisJCVBBTklDKCJhbHJlYWR5IHN0YXJ0ZWQiKTsK IAlpbm9kZWRlcC0+aWRfc3RhdGUgfD0gSU9TVEFSVEVEOwogCWZzID0gaW5vZGVkZXAtPmlk X2ZzOwogCWRwID0gKHN0cnVjdCB1ZnMxX2Rpbm9kZSAqKWJwLT5iX2RhdGEgKwpAQCAtOTg2 MSw3ICs5ODM3LDcgQEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMxKGlub2RlZGVw LCBicCkKIAkgKi8KIAlpZiAoKGlub2RlZGVwLT5pZF9zdGF0ZSAmIERFUENPTVBMRVRFKSA9 PSAwKSB7CiAJCWlmIChpbm9kZWRlcC0+aWRfc2F2ZWRpbm8xICE9IE5VTEwpCi0JCQlwYW5p YygiaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMxOiBJL08gdW5kZXJ3YXkiKTsKKwkJ CVBBTklDKCJJL08gdW5kZXJ3YXkiKTsKIAkJRlJFRV9MT0NLKCZsayk7CiAJCXNpcCA9IG1h bGxvYyhzaXplb2Yoc3RydWN0IHVmczFfZGlub2RlKSwKIAkJICAgIE1fU0FWRURJTk8sIE1f U09GVERFUF9GTEFHUyk7CkBAIC05ODk1LDI2ICs5ODcxLDIzIEBAIGluaXRpYXRlX3dyaXRl X2lub2RlYmxvY2tfdWZzMShpbm9kZWRlcCwgYnApCiAJICAgICBhZHAgPSBUQUlMUV9ORVhU KGFkcCwgYWRfbmV4dCkpIHsKICNpZmRlZiBJTlZBUklBTlRTCiAJCWlmIChkZXBsaXN0ICE9 IDAgJiYgcHJldmxibiA+PSBhZHAtPmFkX29mZnNldCkKLQkJCXBhbmljKCJzb2Z0ZGVwX3dy aXRlX2lub2RlYmxvY2s6IGxibiBvcmRlciIpOworCQkJUEFOSUMoImxibiBvcmRlciIpOwog CQlwcmV2bGJuID0gYWRwLT5hZF9vZmZzZXQ7CiAJCWlmIChhZHAtPmFkX29mZnNldCA8IE5E QUREUiAmJgogCQkgICAgZHAtPmRpX2RiW2FkcC0+YWRfb2Zmc2V0XSAhPSBhZHAtPmFkX25l d2Jsa25vKQotCQkJcGFuaWMoIiVzOiBkaXJlY3QgcG9pbnRlciAjJWpkIG1pc21hdGNoICVk ICE9ICVqZCIsCi0JCQkgICAgInNvZnRkZXBfd3JpdGVfaW5vZGVibG9jayIsCisJCQlQQU5J QygiZGlyZWN0IHBvaW50ZXIgIyVqZCBtaXNtYXRjaCAlZCAhPSAlamQiLAogCQkJICAgIChp bnRtYXhfdClhZHAtPmFkX29mZnNldCwKIAkJCSAgICBkcC0+ZGlfZGJbYWRwLT5hZF9vZmZz ZXRdLAogCQkJICAgIChpbnRtYXhfdClhZHAtPmFkX25ld2Jsa25vKTsKIAkJaWYgKGFkcC0+ YWRfb2Zmc2V0ID49IE5EQUREUiAmJgogCQkgICAgZHAtPmRpX2liW2FkcC0+YWRfb2Zmc2V0 IC0gTkRBRERSXSAhPSBhZHAtPmFkX25ld2Jsa25vKQotCQkJcGFuaWMoIiVzOiBpbmRpcmVj dCBwb2ludGVyICMlamQgbWlzbWF0Y2ggJWQgIT0gJWpkIiwKLQkJCSAgICAic29mdGRlcF93 cml0ZV9pbm9kZWJsb2NrIiwKKwkJCVBBTklDKCJpbmRpcmVjdCBwb2ludGVyICMlamQgbWlz bWF0Y2ggJWQgIT0gJWpkIiwKIAkJCSAgICAoaW50bWF4X3QpYWRwLT5hZF9vZmZzZXQgLSBO REFERFIsCiAJCQkgICAgZHAtPmRpX2liW2FkcC0+YWRfb2Zmc2V0IC0gTkRBRERSXSwKIAkJ CSAgICAoaW50bWF4X3QpYWRwLT5hZF9uZXdibGtubyk7CiAJCWRlcGxpc3QgfD0gMSA8PCBh ZHAtPmFkX29mZnNldDsKIAkJaWYgKChhZHAtPmFkX3N0YXRlICYgQVRUQUNIRUQpID09IDAp Ci0JCQlwYW5pYygic29mdGRlcF93cml0ZV9pbm9kZWJsb2NrOiBVbmtub3duIHN0YXRlIDB4 JXgiLAotCQkJICAgIGFkcC0+YWRfc3RhdGUpOworCQkJUEFOSUMoIlVua25vd24gc3RhdGUg MHgleCIsIGFkcC0+YWRfc3RhdGUpOwogI2VuZGlmIC8qIElOVkFSSUFOVFMgKi8KIAkJYWRw LT5hZF9zdGF0ZSAmPSB+QVRUQUNIRUQ7CiAJCWFkcC0+YWRfc3RhdGUgfD0gVU5ET05FOwpA QCAtOTkzNyw3ICs5OTEwLDcgQEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMxKGlu b2RlZGVwLCBicCkKIAkJZm9yIChpID0gYWRwLT5hZF9vZmZzZXQgKyAxOyBpIDwgTkRBRERS OyBpKyspIHsKICNpZmRlZiBJTlZBUklBTlRTCiAJCQlpZiAoZHAtPmRpX2RiW2ldICE9IDAg JiYgKGRlcGxpc3QgJiAoMSA8PCBpKSkgPT0gMCkKLQkJCQlwYW5pYygic29mdGRlcF93cml0 ZV9pbm9kZWJsb2NrOiBsb3N0IGRlcDEiKTsKKwkJCQlQQU5JQygibG9zdCBkZXAxIik7CiAj ZW5kaWYgLyogSU5WQVJJQU5UUyAqLwogCQkJZHAtPmRpX2RiW2ldID0gMDsKIAkJfQpAQCAt OTk0NSw3ICs5OTE4LDcgQEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMxKGlub2Rl ZGVwLCBicCkKICNpZmRlZiBJTlZBUklBTlRTCiAJCQlpZiAoZHAtPmRpX2liW2ldICE9IDAg JiYKIAkJCSAgICAoZGVwbGlzdCAmICgoMSA8PCBOREFERFIpIDw8IGkpKSA9PSAwKQotCQkJ CXBhbmljKCJzb2Z0ZGVwX3dyaXRlX2lub2RlYmxvY2s6IGxvc3QgZGVwMiIpOworCQkJCVBB TklDKCJsb3N0IGRlcDIiKTsKICNlbmRpZiAvKiBJTlZBUklBTlRTICovCiAJCQlkcC0+ZGlf aWJbaV0gPSAwOwogCQl9CkBAIC0xMDAwNiw3ICs5OTc5LDcgQEAgaW5pdGlhdGVfd3JpdGVf aW5vZGVibG9ja191ZnMyKGlub2RlZGVwLCBicCkKIAlpbnQgZGVwbGlzdDsKIAogCWlmIChp bm9kZWRlcC0+aWRfc3RhdGUgJiBJT1NUQVJURUQpCi0JCXBhbmljKCJpbml0aWF0ZV93cml0 ZV9pbm9kZWJsb2NrX3VmczI6IGFscmVhZHkgc3RhcnRlZCIpOworCQlQQU5JQygiYWxyZWFk eSBzdGFydGVkIik7CiAJaW5vZGVkZXAtPmlkX3N0YXRlIHw9IElPU1RBUlRFRDsKIAlmcyA9 IGlub2RlZGVwLT5pZF9mczsKIAlkcCA9IChzdHJ1Y3QgdWZzMl9kaW5vZGUgKilicC0+Yl9k YXRhICsKQEAgLTEwMDI4LDcgKzEwMDAxLDcgQEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9j a191ZnMyKGlub2RlZGVwLCBicCkKIAkgKi8KIAlpZiAoKGlub2RlZGVwLT5pZF9zdGF0ZSAm IERFUENPTVBMRVRFKSA9PSAwKSB7CiAJCWlmIChpbm9kZWRlcC0+aWRfc2F2ZWRpbm8yICE9 IE5VTEwpCi0JCQlwYW5pYygiaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMyOiBJL08g dW5kZXJ3YXkiKTsKKwkJCVBBTklDKCJJL08gdW5kZXJ3YXkiKTsKIAkJRlJFRV9MT0NLKCZs ayk7CiAJCXNpcCA9IG1hbGxvYyhzaXplb2Yoc3RydWN0IHVmczJfZGlub2RlKSwKIAkJICAg IE1fU0FWRURJTk8sIE1fU09GVERFUF9GTEFHUyk7CkBAIC0xMDA2NCwxOCArMTAwMzcsMTYg QEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMyKGlub2RlZGVwLCBicCkKIAkgICAg IGFkcCA9IFRBSUxRX05FWFQoYWRwLCBhZF9uZXh0KSkgewogI2lmZGVmIElOVkFSSUFOVFMK IAkJaWYgKGRlcGxpc3QgIT0gMCAmJiBwcmV2bGJuID49IGFkcC0+YWRfb2Zmc2V0KQotCQkJ cGFuaWMoInNvZnRkZXBfd3JpdGVfaW5vZGVibG9jazogbGJuIG9yZGVyIik7CisJCQlQQU5J QygibGJuIG9yZGVyIik7CiAJCXByZXZsYm4gPSBhZHAtPmFkX29mZnNldDsKIAkJaWYgKGRw LT5kaV9leHRiW2FkcC0+YWRfb2Zmc2V0XSAhPSBhZHAtPmFkX25ld2Jsa25vKQotCQkJcGFu aWMoIiVzOiBkaXJlY3QgcG9pbnRlciAjJWpkIG1pc21hdGNoICVqZCAhPSAlamQiLAotCQkJ ICAgICJzb2Z0ZGVwX3dyaXRlX2lub2RlYmxvY2siLAorCQkJUEFOSUMoImRpcmVjdCBwb2lu dGVyICMlamQgbWlzbWF0Y2ggJWpkICE9ICVqZCIsCiAJCQkgICAgKGludG1heF90KWFkcC0+ YWRfb2Zmc2V0LAogCQkJICAgIChpbnRtYXhfdClkcC0+ZGlfZXh0YlthZHAtPmFkX29mZnNl dF0sCiAJCQkgICAgKGludG1heF90KWFkcC0+YWRfbmV3Ymxrbm8pOwogCQlkZXBsaXN0IHw9 IDEgPDwgYWRwLT5hZF9vZmZzZXQ7CiAJCWlmICgoYWRwLT5hZF9zdGF0ZSAmIEFUVEFDSEVE KSA9PSAwKQotCQkJcGFuaWMoInNvZnRkZXBfd3JpdGVfaW5vZGVibG9jazogVW5rbm93biBz dGF0ZSAweCV4IiwKLQkJCSAgICBhZHAtPmFkX3N0YXRlKTsKKwkJCVBBTklDKCJVbmtub3du IHN0YXRlIDB4JXgiLCBhZHAtPmFkX3N0YXRlKTsKICNlbmRpZiAvKiBJTlZBUklBTlRTICov CiAJCWFkcC0+YWRfc3RhdGUgJj0gfkFUVEFDSEVEOwogCQlhZHAtPmFkX3N0YXRlIHw9IFVO RE9ORTsKQEAgLTEwMDk2LDcgKzEwMDY3LDcgQEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9j a191ZnMyKGlub2RlZGVwLCBicCkKIAkJZm9yIChpID0gYWRwLT5hZF9vZmZzZXQgKyAxOyBp IDwgTlhBRERSOyBpKyspIHsKICNpZmRlZiBJTlZBUklBTlRTCiAJCQlpZiAoZHAtPmRpX2V4 dGJbaV0gIT0gMCAmJiAoZGVwbGlzdCAmICgxIDw8IGkpKSA9PSAwKQotCQkJCXBhbmljKCJz b2Z0ZGVwX3dyaXRlX2lub2RlYmxvY2s6IGxvc3QgZGVwMSIpOworCQkJCVBBTklDKCJsb3N0 IGRlcDEiKTsKICNlbmRpZiAvKiBJTlZBUklBTlRTICovCiAJCQlkcC0+ZGlfZXh0YltpXSA9 IDA7CiAJCX0KQEAgLTEwMTIzLDI4ICsxMDA5NCwyNiBAQCBpbml0aWF0ZV93cml0ZV9pbm9k ZWJsb2NrX3VmczIoaW5vZGVkZXAsIGJwKQogCSAgICAgYWRwID0gVEFJTFFfTkVYVChhZHAs IGFkX25leHQpKSB7CiAjaWZkZWYgSU5WQVJJQU5UUwogCQlpZiAoZGVwbGlzdCAhPSAwICYm IHByZXZsYm4gPj0gYWRwLT5hZF9vZmZzZXQpCi0JCQlwYW5pYygic29mdGRlcF93cml0ZV9p bm9kZWJsb2NrOiBsYm4gb3JkZXIiKTsKKwkJCVBBTklDKCJsYm4gb3JkZXIiKTsKIAkJaWYg KChhZHAtPmFkX3N0YXRlICYgQVRUQUNIRUQpID09IDApCi0JCQlwYW5pYygiaW5vZGVkZXAg JXAgYW5kIGFkcCAlcCBub3QgYXR0YWNoZWQiLCBpbm9kZWRlcCwgYWRwKTsKKwkJCVBBTklD KCJpbm9kZWRlcCAlcCBhbmQgYWRwICVwIG5vdCBhdHRhY2hlZCIsCisJCQkgICAgaW5vZGVk ZXAsIGFkcCk7CiAJCXByZXZsYm4gPSBhZHAtPmFkX29mZnNldDsKIAkJaWYgKGFkcC0+YWRf b2Zmc2V0IDwgTkRBRERSICYmCiAJCSAgICBkcC0+ZGlfZGJbYWRwLT5hZF9vZmZzZXRdICE9 IGFkcC0+YWRfbmV3Ymxrbm8pCi0JCQlwYW5pYygiJXM6IGRpcmVjdCBwb2ludGVyICMlamQg bWlzbWF0Y2ggJWpkICE9ICVqZCIsCi0JCQkgICAgInNvZnRkZXBfd3JpdGVfaW5vZGVibG9j ayIsCisJCQlQQU5JQygiZGlyZWN0IHBvaW50ZXIgIyVqZCBtaXNtYXRjaCAlamQgIT0gJWpk IiwKIAkJCSAgICAoaW50bWF4X3QpYWRwLT5hZF9vZmZzZXQsCiAJCQkgICAgKGludG1heF90 KWRwLT5kaV9kYlthZHAtPmFkX29mZnNldF0sCiAJCQkgICAgKGludG1heF90KWFkcC0+YWRf bmV3Ymxrbm8pOwogCQlpZiAoYWRwLT5hZF9vZmZzZXQgPj0gTkRBRERSICYmCiAJCSAgICBk cC0+ZGlfaWJbYWRwLT5hZF9vZmZzZXQgLSBOREFERFJdICE9IGFkcC0+YWRfbmV3Ymxrbm8p Ci0JCQlwYW5pYygiJXMgaW5kaXJlY3QgcG9pbnRlciAjJWpkIG1pc21hdGNoICVqZCAhPSAl amQiLAotCQkJICAgICJzb2Z0ZGVwX3dyaXRlX2lub2RlYmxvY2s6IiwKKwkJCVBBTklDKCJp bmRpcmVjdCBwb2ludGVyICMlamQgbWlzbWF0Y2ggJWpkICE9ICVqZCIsCiAJCQkgICAgKGlu dG1heF90KWFkcC0+YWRfb2Zmc2V0IC0gTkRBRERSLAogCQkJICAgIChpbnRtYXhfdClkcC0+ ZGlfaWJbYWRwLT5hZF9vZmZzZXQgLSBOREFERFJdLAogCQkJICAgIChpbnRtYXhfdClhZHAt PmFkX25ld2Jsa25vKTsKIAkJZGVwbGlzdCB8PSAxIDw8IGFkcC0+YWRfb2Zmc2V0OwogCQlp ZiAoKGFkcC0+YWRfc3RhdGUgJiBBVFRBQ0hFRCkgPT0gMCkKLQkJCXBhbmljKCJzb2Z0ZGVw X3dyaXRlX2lub2RlYmxvY2s6IFVua25vd24gc3RhdGUgMHgleCIsCi0JCQkgICAgYWRwLT5h ZF9zdGF0ZSk7CisJCQlQQU5JQygiVW5rbm93biBzdGF0ZSAweCV4IiwgYWRwLT5hZF9zdGF0 ZSk7CiAjZW5kaWYgLyogSU5WQVJJQU5UUyAqLwogCQlhZHAtPmFkX3N0YXRlICY9IH5BVFRB Q0hFRDsKIAkJYWRwLT5hZF9zdGF0ZSB8PSBVTkRPTkU7CkBAIC0xMDE2Nyw3ICsxMDEzNiw3 IEBAIGluaXRpYXRlX3dyaXRlX2lub2RlYmxvY2tfdWZzMihpbm9kZWRlcCwgYnApCiAJCWZv ciAoaSA9IGFkcC0+YWRfb2Zmc2V0ICsgMTsgaSA8IE5EQUREUjsgaSsrKSB7CiAjaWZkZWYg SU5WQVJJQU5UUwogCQkJaWYgKGRwLT5kaV9kYltpXSAhPSAwICYmIChkZXBsaXN0ICYgKDEg PDwgaSkpID09IDApCi0JCQkJcGFuaWMoInNvZnRkZXBfd3JpdGVfaW5vZGVibG9jazogbG9z dCBkZXAyIik7CisJCQkJUEFOSUMoImxvc3QgZGVwMiIpOwogI2VuZGlmIC8qIElOVkFSSUFO VFMgKi8KIAkJCWRwLT5kaV9kYltpXSA9IDA7CiAJCX0KQEAgLTEwMTc1LDcgKzEwMTQ0LDcg QEAgaW5pdGlhdGVfd3JpdGVfaW5vZGVibG9ja191ZnMyKGlub2RlZGVwLCBicCkKICNpZmRl ZiBJTlZBUklBTlRTCiAJCQlpZiAoZHAtPmRpX2liW2ldICE9IDAgJiYKIAkJCSAgICAoZGVw bGlzdCAmICgoMSA8PCBOREFERFIpIDw8IGkpKSA9PSAwKQotCQkJCXBhbmljKCJzb2Z0ZGVw X3dyaXRlX2lub2RlYmxvY2s6IGxvc3QgZGVwMyIpOworCQkJCVBBTklDKCJsb3N0IGRlcDMi KTsKICNlbmRpZiAvKiBJTlZBUklBTlRTICovCiAJCQlkcC0+ZGlfaWJbaV0gPSAwOwogCQl9 CkBAIC0xMDIzNyw3ICsxMDIwNiw3IEBAIGNhbmNlbF9pbmRpcmRlcChpbmRpcmRlcCwgYnAs IGZyZWVibGtzKQogCSAqIG9uIHRvIHRoZSByZWFsIGNvcHkgZm9yIGxhdGVyIHVzZSBpbiBp bmRpcl90cnVuYy4KIAkgKi8KIAlpZiAoaW5kaXJkZXAtPmlyX3N0YXRlICYgR09JTkdBV0FZ KQotCQlwYW5pYygiY2FuY2VsX2luZGlyZGVwOiBhbHJlYWR5IGdvbmUiKTsKKwkJUEFOSUMo ImFscmVhZHkgZ29uZSIpOwogCWlmICgoaW5kaXJkZXAtPmlyX3N0YXRlICYgREVQQ09NUExF VEUpID09IDApIHsKIAkJaW5kaXJkZXAtPmlyX3N0YXRlIHw9IERFUENPTVBMRVRFOwogCQlM SVNUX1JFTU9WRShpbmRpcmRlcCwgaXJfbmV4dCk7CkBAIC0xMDMxMiw3ICsxMDI4MSw3IEBA IGluaXRpYXRlX3dyaXRlX2luZGlyZGVwKGluZGlyZGVwLCBicCkKIAogCWluZGlyZGVwLT5p cl9zdGF0ZSB8PSBJT1NUQVJURUQ7CiAJaWYgKGluZGlyZGVwLT5pcl9zdGF0ZSAmIEdPSU5H QVdBWSkKLQkJcGFuaWMoImRpc2tfaW9faW5pdGlhdGlvbjogaW5kaXJkZXAgZ29uZSIpOwor CQlQQU5JQygiaW5kaXJkZXAgZ29uZSIpOwogCS8qCiAJICogSWYgdGhlcmUgYXJlIG5vIHJl bWFpbmluZyBkZXBlbmRlbmNpZXMsIHRoaXMgd2lsbCBiZSB3cml0aW5nCiAJICogdGhlIHJl YWwgcG9pbnRlcnMuCkBAIC0xMDM1OCwxMCArMTAzMjcsOSBAQCBzb2Z0ZGVwX3NldHVwX2lu b2ZyZWUobXAsIGJwLCBpbm8sIHdraGQpCiAJY2dwID0gKHN0cnVjdCBjZyAqKWJwLT5iX2Rh dGE7CiAJaW5vc3VzZWQgPSBjZ19pbm9zdXNlZChjZ3ApOwogCWlmIChpc3NldChpbm9zdXNl ZCwgaW5vICUgZnMtPmZzX2lwZykpCi0JCXBhbmljKCJzb2Z0ZGVwX3NldHVwX2lub2ZyZWU6 IGlub2RlICVqdSBub3QgZnJlZWQuIiwKLQkJICAgICh1aW50bWF4X3QpaW5vKTsKKwkJUEFO SUMoImlub2RlICVqdSBub3QgZnJlZWQuIiwgKHVpbnRtYXhfdClpbm8pOwogCWlmIChpbm9k ZWRlcF9sb29rdXAobXAsIGlubywgMCwgJmlub2RlZGVwKSkKLQkJcGFuaWMoInNvZnRkZXBf c2V0dXBfaW5vZnJlZTogaW5vICVqdSBoYXMgZXhpc3RpbmcgaW5vZGVkZXAgJXAiLAorCQlQ QU5JQygiaW5vICVqdSBoYXMgZXhpc3RpbmcgaW5vZGVkZXAgJXAiLAogCQkgICAgKHVpbnRt YXhfdClpbm8sIGlub2RlZGVwKTsKIAlpZiAod2toZCkgewogCQlMSVNUX0ZPUkVBQ0hfU0FG RSh3aywgd2toZCwgd2tfbGlzdCwgd2tuKSB7CkBAIC0xMDQ0OCw3ICsxMDQxNiw3IEBAIHNv ZnRkZXBfc2V0dXBfYmxrZnJlZShtcCwgYnAsIGJsa25vLCBmcmFncywgd2toZCkKIAkJCSAg ICBpIDwgam5ld2Jsay0+am5fZnJhZ3M7IGkrKykgewogCQkJCWlmIChpc3NldChibGtzZnJl ZSwgYm5vICsgaSkpCiAJCQkJCWNvbnRpbnVlOwotCQkJCXBhbmljKCJzb2Z0ZGVwX3NldHVw X2Jsa2ZyZWU6IG5vdCBmcmVlIik7CisJCQkJUEFOSUMoIm5vdCBmcmVlIik7CiAJCQl9CiAj ZW5kaWYKIAkJCS8qCkBAIC0xMDQ4NCw4ICsxMDQ1Miw3IEBAIHNvZnRkZXBfc2V0dXBfYmxr ZnJlZShtcCwgYnAsIGJsa25vLCBmcmFncywgd2toZCkKIAkJCSAgICBqbmV3YmxrLT5qbl9z dGF0ZSwgam5ld2Jsay0+am5fYmxrbm8sCiAJCQkgICAgam5ld2Jsay0+am5fb2xkZnJhZ3Ms IGpuZXdibGstPmpuX2ZyYWdzLAogCQkJICAgIGpuZXdibGstPmpuX2RlcCk7Ci0JCQlwYW5p Yygic29mdGRlcF9zZXR1cF9ibGtmcmVlOiAiCi0JCQkgICAgIiVqZC0lamQoJWQpIG92ZXJs YXBzIHdpdGggJWpkLSVqZCIsCisJCQlQQU5JQygiJWpkLSVqZCglZCkgb3ZlcmxhcHMgd2l0 aCAlamQtJWpkIiwKIAkJCSAgICBibGtubywgZW5kLCBmcmFncywganN0YXJ0LCBqZW5kKTsK IAkJfQogCX0KQEAgLTEwNTkxLDggKzEwNTU4LDggQEAgaW5pdGlhdGVfd3JpdGVfYm1zYWZl bWFwKGJtc2FmZW1hcCwgYnApCiAJCQkJamFkZHJlZi0+amFfc3RhdGUgfD0gVU5ET05FOwog CQkJCXN0YXRfamFkZHJlZisrOwogCQkJfSBlbHNlCi0JCQkJcGFuaWMoImluaXRpYXRlX3dy aXRlX2Jtc2FmZW1hcDogaW5vZGUgJWp1ICIKLQkJCQkgICAgIm1hcmtlZCBmcmVlIiwgKHVp bnRtYXhfdClqYWRkcmVmLT5qYV9pbm8pOworCQkJCVBBTklDKCJpbm9kZSAlanUgbWFya2Vk IGZyZWUiLAorCQkJCSAgICAodWludG1heF90KWphZGRyZWYtPmphX2lubyk7CiAJCX0KIAl9 CiAJLyoKQEAgLTEwNjA1LDggKzEwNTcyLDcgQEAgaW5pdGlhdGVfd3JpdGVfYm1zYWZlbWFw KGJtc2FmZW1hcCwgYnApCiAJCUxJU1RfRk9SRUFDSChqbmV3YmxrLCAmYm1zYWZlbWFwLT5z bV9qbmV3YmxraGQsIGpuX2RlcHMpIHsKIAkJCWlmIChqbmV3YmxrX3JvbGxiYWNrKGpuZXdi bGssIGZzLCBjZ3AsIGJsa3NmcmVlKSkKIAkJCQljb250aW51ZTsKLQkJCXBhbmljKCJpbml0 aWF0ZV93cml0ZV9ibXNhZmVtYXA6IGJsb2NrICVqZCAiCi0JCQkgICAgIm1hcmtlZCBmcmVl Iiwgam5ld2Jsay0+am5fYmxrbm8pOworCQkJUEFOSUMoImJsb2NrICVqZCBtYXJrZWQgZnJl ZSIsIGpuZXdibGstPmpuX2Jsa25vKTsKIAkJfQogCX0KIAkvKgpAQCAtMTA2NTcsNyArMTA2 MjMsNyBAQCBzb2Z0ZGVwX2Rpc2tfd3JpdGVfY29tcGxldGUoYnApCiAJCVdPUktMSVNUX1JF TU9WRSh3ayk7CiAJCWRlcF93cml0ZVt3ay0+d2tfdHlwZV0rKzsKIAkJaWYgKHdrID09IG93 aykKLQkJCXBhbmljKCJkdXBsaWNhdGUgd29ya2xpc3Q6ICVwXG4iLCB3ayk7CisJCQlQQU5J QygiZHVwbGljYXRlIHdvcmtsaXN0OiAlcFxuIiwgd2spOwogCQlvd2sgPSB3azsKIAkJc3dp dGNoICh3ay0+d2tfdHlwZSkgewogCkBAIC0xMDcyNSw4ICsxMDY5MSw3IEBAIHNvZnRkZXBf ZGlza193cml0ZV9jb21wbGV0ZShicCkKIAkJCWNvbnRpbnVlOwogCiAJCWRlZmF1bHQ6Ci0J CQlwYW5pYygiaGFuZGxlX2Rpc2tfd3JpdGVfY29tcGxldGU6IFVua25vd24gdHlwZSAlcyIs Ci0JCQkgICAgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKKwkJCVBBTklDKCJVbmtub3duIHR5 cGUgJXMiLCBUWVBFTkFNRSh3ay0+d2tfdHlwZSkpOwogCQkJLyogTk9UUkVBQ0hFRCAqLwog CQl9CiAJfQpAQCAtMTA4MDMsNyArMTA3NjgsNyBAQCBoYW5kbGVfYWxsb2NkaXJlY3RfcGFy dGRvbmUoYWRwLCB3a2hkKQogCQkJaWYgKGxpc3RhZHAgPT0gYWRwKQogCQkJCWJyZWFrOwog CQlpZiAobGlzdGFkcCA9PSBOVUxMKQotCQkJcGFuaWMoImhhbmRsZV9hbGxvY2RpcmVjdF9w YXJ0ZG9uZTogbG9zdCBkZXAiKTsKKwkJCVBBTklDKCJsb3N0IGRlcCIpOwogI2VuZGlmIC8q IERFQlVHICovCiAJCXJldHVybjsKIAl9CkBAIC0xMDg4Niw4ICsxMDg1MSw3IEBAIGhhbmRs ZV9qd29yayh3a2hkKQogCQkJaGFuZGxlX3dyaXR0ZW5fZnJlZXdvcmsoV0tfRlJFRVdPUkso d2spKTsKIAkJCWNvbnRpbnVlOwogCQlkZWZhdWx0OgotCQkJcGFuaWMoImhhbmRsZV9qd29y azogVW5rbm93biB0eXBlICVzXG4iLAotCQkJICAgIFRZUEVOQU1FKHdrLT53a190eXBlKSk7 CisJCQlQQU5JQygiVW5rbm93biB0eXBlICVzXG4iLCBUWVBFTkFNRSh3ay0+d2tfdHlwZSkp OwogCQl9CiAJfQogfQpAQCAtMTA5MTksNyArMTA4ODMsNyBAQCBoYW5kbGVfYnVmd2FpdChp bm9kZWRlcCwgcmVmaGQpCiAJCQkgKiBvbGQgYmxvY2tzIGhhdmUgYmVlbiBmcmVlZC4KIAkJ CSAqLwogCQkJaWYgKGZyZWVmaWxlICE9IE5VTEwpCi0JCQkJcGFuaWMoImhhbmRsZV9idWZ3 YWl0OiBmcmVlZmlsZSIpOworCQkJCVBBTklDKCJmcmVlZmlsZSIpOwogCQkJZnJlZWZpbGUg PSBXS19GUkVFRklMRSh3ayk7CiAJCQljb250aW51ZTsKIApAQCAtMTA5ODAsOCArMTA5NDQs NyBAQCBoYW5kbGVfYnVmd2FpdChpbm9kZWRlcCwgcmVmaGQpCiAJCQljb250aW51ZTsKIAog CQlkZWZhdWx0OgotCQkJcGFuaWMoImhhbmRsZV9idWZ3YWl0OiBVbmtub3duIHR5cGUgJXAo JXMpIiwKLQkJCSAgICB3aywgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKKwkJCVBBTklDKCJV bmtub3duIHR5cGUgJXAoJXMpIiwgd2ssIFRZUEVOQU1FKHdrLT53a190eXBlKSk7CiAJCQkv KiBOT1RSRUFDSEVEICovCiAJCX0KIAl9CkBAIC0xMTAxMCw3ICsxMDk3Myw3IEBAIGhhbmRs ZV93cml0dGVuX2lub2RlYmxvY2soaW5vZGVkZXAsIGJwKQogCWhhZGNoYW5nZXMgPSAwOwog CWZyZWVmaWxlID0gTlVMTDsKIAlpZiAoKGlub2RlZGVwLT5pZF9zdGF0ZSAmIElPU1RBUlRF RCkgPT0gMCkKLQkJcGFuaWMoImhhbmRsZV93cml0dGVuX2lub2RlYmxvY2s6IG5vdCBzdGFy dGVkIik7CisJCVBBTklDKCJub3Qgc3RhcnRlZCIpOwogCWlub2RlZGVwLT5pZF9zdGF0ZSAm PSB+SU9TVEFSVEVEOwogCWlmIChpbm9kZWRlcC0+aWRfZnMtPmZzX21hZ2ljID09IEZTX1VG UzFfTUFHSUMpIHsKIAkJZnN0eXBlID0gVUZTMTsKQEAgLTExMDczLDEyICsxMTAzNiwxMSBA QCBoYW5kbGVfd3JpdHRlbl9pbm9kZWJsb2NrKGlub2RlZGVwLCBicCkKIAlmb3IgKGFkcCA9 IFRBSUxRX0ZJUlNUKCZpbm9kZWRlcC0+aWRfaW5vdXBkdCk7IGFkcDsgYWRwID0gbmV4dGFk cCkgewogCQluZXh0YWRwID0gVEFJTFFfTkVYVChhZHAsIGFkX25leHQpOwogCQlpZiAoYWRw LT5hZF9zdGF0ZSAmIEFUVEFDSEVEKQotCQkJcGFuaWMoImhhbmRsZV93cml0dGVuX2lub2Rl YmxvY2s6IG5ldyBlbnRyeSIpOworCQkJUEFOSUMoIm5ldyBlbnRyeSIpOwogCQlpZiAoZnN0 eXBlID09IFVGUzEpIHsKIAkJCWlmIChhZHAtPmFkX29mZnNldCA8IE5EQUREUikgewogCQkJ CWlmIChkcDEtPmRpX2RiW2FkcC0+YWRfb2Zmc2V0XSE9YWRwLT5hZF9vbGRibGtubykKLQkJ CQkJcGFuaWMoIiVzICVzICMlamQgbWlzbWF0Y2ggJWQgIT0gJWpkIiwKLQkJCQkJICAgICJo YW5kbGVfd3JpdHRlbl9pbm9kZWJsb2NrOiIsCisJCQkJCVBBTklDKCIlcyAjJWpkIG1pc21h dGNoICVkICE9ICVqZCIsCiAJCQkJCSAgICAiZGlyZWN0IHBvaW50ZXIiLAogCQkJCQkgICAg KGludG1heF90KWFkcC0+YWRfb2Zmc2V0LAogCQkJCQkgICAgZHAxLT5kaV9kYlthZHAtPmFk X29mZnNldF0sCkBAIC0xMTA4Niw4ICsxMTA0OCw3IEBAIGhhbmRsZV93cml0dGVuX2lub2Rl YmxvY2soaW5vZGVkZXAsIGJwKQogCQkJCWRwMS0+ZGlfZGJbYWRwLT5hZF9vZmZzZXRdID0g YWRwLT5hZF9uZXdibGtubzsKIAkJCX0gZWxzZSB7CiAJCQkJaWYgKGRwMS0+ZGlfaWJbYWRw LT5hZF9vZmZzZXQgLSBOREFERFJdICE9IDApCi0JCQkJCXBhbmljKCIlczogJXMgIyVqZCBh bGxvY2F0ZWQgYXMgJWQiLAotCQkJCQkgICAgImhhbmRsZV93cml0dGVuX2lub2RlYmxvY2si LAorCQkJCQlQQU5JQygiJXMgIyVqZCBhbGxvY2F0ZWQgYXMgJWQiLAogCQkJCQkgICAgImlu ZGlyZWN0IHBvaW50ZXIiLAogCQkJCQkgICAgKGludG1heF90KWFkcC0+YWRfb2Zmc2V0IC0g TkRBRERSLAogCQkJCQkgICAgZHAxLT5kaV9pYlthZHAtPmFkX29mZnNldCAtIE5EQUREUl0p OwpAQCAtMTEwOTcsOCArMTEwNTgsNyBAQCBoYW5kbGVfd3JpdHRlbl9pbm9kZWJsb2NrKGlu b2RlZGVwLCBicCkKIAkJfSBlbHNlIHsKIAkJCWlmIChhZHAtPmFkX29mZnNldCA8IE5EQURE UikgewogCQkJCWlmIChkcDItPmRpX2RiW2FkcC0+YWRfb2Zmc2V0XSE9YWRwLT5hZF9vbGRi bGtubykKLQkJCQkJcGFuaWMoIiVzOiAlcyAjJWpkICVzICVqZCAhPSAlamQiLAotCQkJCQkg ICAgImhhbmRsZV93cml0dGVuX2lub2RlYmxvY2siLAorCQkJCQlQQU5JQygiJXMgIyVqZCAl cyAlamQgIT0gJWpkIiwKIAkJCQkJICAgICJkaXJlY3QgcG9pbnRlciIsCiAJCQkJCSAgICAo aW50bWF4X3QpYWRwLT5hZF9vZmZzZXQsICJtaXNtYXRjaCIsCiAJCQkJCSAgICAoaW50bWF4 X3QpZHAyLT5kaV9kYlthZHAtPmFkX29mZnNldF0sCkBAIC0xMTEwNiw4ICsxMTA2Niw3IEBA IGhhbmRsZV93cml0dGVuX2lub2RlYmxvY2soaW5vZGVkZXAsIGJwKQogCQkJCWRwMi0+ZGlf ZGJbYWRwLT5hZF9vZmZzZXRdID0gYWRwLT5hZF9uZXdibGtubzsKIAkJCX0gZWxzZSB7CiAJ CQkJaWYgKGRwMi0+ZGlfaWJbYWRwLT5hZF9vZmZzZXQgLSBOREFERFJdICE9IDApCi0JCQkJ CXBhbmljKCIlczogJXMgIyVqZCBhbGxvY2F0ZWQgYXMgJWpkIiwKLQkJCQkJICAgICJoYW5k bGVfd3JpdHRlbl9pbm9kZWJsb2NrIiwKKwkJCQkJUEFOSUMoIiVzICMlamQgYWxsb2NhdGVk IGFzICVqZCIsCiAJCQkJCSAgICAiaW5kaXJlY3QgcG9pbnRlciIsCiAJCQkJCSAgICAoaW50 bWF4X3QpYWRwLT5hZF9vZmZzZXQgLSBOREFERFIsCiAJCQkJCSAgICAoaW50bWF4X3QpCkBA IC0xMTEyMywxMCArMTEwODIsOSBAQCBoYW5kbGVfd3JpdHRlbl9pbm9kZWJsb2NrKGlub2Rl ZGVwLCBicCkKIAlmb3IgKGFkcCA9IFRBSUxRX0ZJUlNUKCZpbm9kZWRlcC0+aWRfZXh0dXBk dCk7IGFkcDsgYWRwID0gbmV4dGFkcCkgewogCQluZXh0YWRwID0gVEFJTFFfTkVYVChhZHAs IGFkX25leHQpOwogCQlpZiAoYWRwLT5hZF9zdGF0ZSAmIEFUVEFDSEVEKQotCQkJcGFuaWMo ImhhbmRsZV93cml0dGVuX2lub2RlYmxvY2s6IG5ldyBlbnRyeSIpOworCQkJUEFOSUMoIm5l dyBlbnRyeSIpOwogCQlpZiAoZHAyLT5kaV9leHRiW2FkcC0+YWRfb2Zmc2V0XSAhPSBhZHAt PmFkX29sZGJsa25vKQotCQkJcGFuaWMoIiVzOiBkaXJlY3QgcG9pbnRlcnMgIyVqZCAlcyAl amQgIT0gJWpkIiwKLQkJCSAgICAiaGFuZGxlX3dyaXR0ZW5faW5vZGVibG9jayIsCisJCQlQ QU5JQygiZGlyZWN0IHBvaW50ZXJzICMlamQgJXMgJWpkICE9ICVqZCIsCiAJCQkgICAgKGlu dG1heF90KWFkcC0+YWRfb2Zmc2V0LCAibWlzbWF0Y2giLAogCQkJICAgIChpbnRtYXhfdClk cDItPmRpX2V4dGJbYWRwLT5hZF9vZmZzZXRdLAogCQkJICAgIChpbnRtYXhfdClhZHAtPmFk X29sZGJsa25vKTsKQEAgLTExMTQxLDEwICsxMTA5OSwxMCBAQCBoYW5kbGVfd3JpdHRlbl9p bm9kZWJsb2NrKGlub2RlZGVwLCBicCkKIAkgKiBSZXNldCB0aGUgZmlsZSBzaXplIHRvIGl0 cyBtb3N0IHVwLXRvLWRhdGUgdmFsdWUuCiAJICovCiAJaWYgKGlub2RlZGVwLT5pZF9zYXZl ZHNpemUgPT0gLTEgfHwgaW5vZGVkZXAtPmlkX3NhdmVkZXh0c2l6ZSA9PSAtMSkKLQkJcGFu aWMoImhhbmRsZV93cml0dGVuX2lub2RlYmxvY2s6IGJhZCBzaXplIik7CisJCVBBTklDKCJi YWQgc2l6ZSIpOwogCWlmIChpbm9kZWRlcC0+aWRfc2F2ZWRubGluayA+IExJTktfTUFYKQot CQlwYW5pYygiaGFuZGxlX3dyaXR0ZW5faW5vZGVibG9jazogSW52YWxpZCBsaW5rIGNvdW50 ICIKLQkJICAgICIlZCBmb3IgaW5vZGVkZXAgJXAiLCBpbm9kZWRlcC0+aWRfc2F2ZWRubGlu aywgaW5vZGVkZXApOworCQlQQU5JQygiSW52YWxpZCBsaW5rIGNvdW50ICVkIGZvciBpbm9k ZWRlcCAlcCIsCisJCSAgICBpbm9kZWRlcC0+aWRfc2F2ZWRubGluaywgaW5vZGVkZXApOwog CWlmIChmc3R5cGUgPT0gVUZTMSkgewogCQlpZiAoZHAxLT5kaV9ubGluayAhPSBpbm9kZWRl cC0+aWRfc2F2ZWRubGluaykgeyAKIAkJCWRwMS0+ZGlfbmxpbmsgPSBpbm9kZWRlcC0+aWRf c2F2ZWRubGluazsKQEAgLTExMjA3LDcgKzExMTY1LDcgQEAgYnVmd2FpdDoKIAkgKiBub3cg dGhhdCB0aG9zZSB0aGF0IHdlcmUgYWxyZWFkeSB3cml0dGVuIGhhdmUgYmVlbiBwcm9jZXNz ZWQuCiAJICovCiAJaWYgKCFMSVNUX0VNUFRZKCZ3a2hkKSAmJiBoYWRjaGFuZ2VzID09IDAp Ci0JCXBhbmljKCJoYW5kbGVfd3JpdHRlbl9pbm9kZWJsb2NrOiBidWZ3YWl0IGJ1dCBubyBj aGFuZ2VzIik7CisJCVBBTklDKCJidWZ3YWl0IGJ1dCBubyBjaGFuZ2VzIik7CiAJandvcmtf bW92ZSgmaW5vZGVkZXAtPmlkX2J1ZndhaXQsICZ3a2hkKTsKIAogCWlmIChmcmVlZmlsZSAh PSBOVUxMKSB7CkBAIC0xMTIxOCw4ICsxMTE3Niw3IEBAIGJ1ZndhaXQ6CiAJCWlmIChpbm9k ZWRlcC0+aWRfc3RhdGUgJiBHT0lOR0FXQVkpCiAJCQlpbm9kZWRlcC0+aWRfc3RhdGUgfD0g Q09NUExFVEUgfCBERVBDT01QTEVURTsKIAkJaWYgKGZyZWVfaW5vZGVkZXAoaW5vZGVkZXAp ID09IDApCi0JCQlwYW5pYygiaGFuZGxlX3dyaXR0ZW5faW5vZGVibG9jazogbGl2ZSBpbm9k ZWRlcCAlcCIsCi0JCQkgICAgaW5vZGVkZXApOworCQkJUEFOSUMoImxpdmUgaW5vZGVkZXAg JXAiLCBpbm9kZWRlcCk7CiAJCWFkZF90b193b3JrbGlzdCgmZnJlZWZpbGUtPmZ4X2xpc3Qs IDApOwogCQlyZXR1cm4gKDApOwogCX0KQEAgLTExMjQ3LDkgKzExMjA0LDkgQEAgaGFuZGxl X3dyaXR0ZW5faW5kaXJkZXAoaW5kaXJkZXAsIGJwLCBicHApCiAJaW50IGNoZ3M7CiAKIAlp ZiAoaW5kaXJkZXAtPmlyX3N0YXRlICYgR09JTkdBV0FZKQotCQlwYW5pYygiaGFuZGxlX3dy aXR0ZW5faW5kaXJkZXA6IGluZGlyZGVwIGdvbmUiKTsKKwkJUEFOSUMoImluZGlyZGVwIGdv bmUiKTsKIAlpZiAoKGluZGlyZGVwLT5pcl9zdGF0ZSAmIElPU1RBUlRFRCkgPT0gMCkKLQkJ cGFuaWMoImhhbmRsZV93cml0dGVuX2luZGlyZGVwOiBJTyBub3Qgc3RhcnRlZCIpOworCQlQ QU5JQygiSU8gbm90IHN0YXJ0ZWQiKTsKIAljaGdzID0gMDsKIAkvKgogCSAqIElmIHRoZXJl IHdlcmUgcm9sbGJhY2tzIHJldmVydCB0aGVtIGhlcmUuCkBAIC0xMTI4Nyw3ICsxMTI0NCw3 IEBAIGhhbmRsZV93cml0dGVuX2luZGlyZGVwKGluZGlyZGVwLCBicCwgYnBwKQogCQl3aGls ZSAoKGFpcCA9IExJU1RfRklSU1QoJmluZGlyZGVwLT5pcl9kb25laGQpKSAhPSAwKSB7CiAJ CQloYW5kbGVfYWxsb2NpbmRpcl9wYXJ0ZG9uZShhaXApOwogCQkJaWYgKGFpcCA9PSBMSVNU X0ZJUlNUKCZpbmRpcmRlcC0+aXJfZG9uZWhkKSkKLQkJCQlwYW5pYygiZGlza193cml0ZV9j b21wbGV0ZTogbm90IGdvbmUiKTsKKwkJCQlQQU5JQygibm90IGdvbmUiKTsKIAkJCWNoZ3Mg PSAxOwogCQl9CiAJfQpAQCAtMTEzMTAsNyArMTEyNjcsNyBAQCBoYW5kbGVfd3JpdHRlbl9p bmRpcmRlcChpbmRpcmRlcCwgYnAsIGJwcCkKIAlpbmRpcmRlcC0+aXJfc2F2ZWJwID0gTlVM TDsKIAlpbmRpcmRlcC0+aXJfYnAgPSBOVUxMOwogCWlmICgqYnBwICE9IE5VTEwpCi0JCXBh bmljKCJoYW5kbGVfd3JpdHRlbl9pbmRpcmRlcDogYnAgYWxyZWFkeSBleGlzdHMuIik7CisJ CVBBTklDKCJicCBhbHJlYWR5IGV4aXN0cy4iKTsKIAkqYnBwID0gc2JwOwogCS8qCiAJICog VGhlIGluZGlyZGVwIG1heSBub3QgYmUgZnJlZWQgdW50aWwgaXRzIHBhcmVudCBwb2ludHMg YXQgaXQuCkBAIC0xMTM4MSw3ICsxMTMzOCw3IEBAIGpuZXdibGtfcm9sbGZvcndhcmQoam5l d2JsaywgZnMsIGNncCwgYmxrc2ZyZWUpCiAJY2dibm8gPSBkdG9nZChmcywgam5ld2Jsay0+ am5fYmxrbm8pOwogCWZvciAoaSA9IGpuZXdibGstPmpuX29sZGZyYWdzOyBpIDwgam5ld2Js ay0+am5fZnJhZ3M7IGkrKykgewogCQlpZiAoaXNjbHIoYmxrc2ZyZWUsIGNnYm5vICsgaSkp Ci0JCQlwYW5pYygiam5ld2Jsa19yb2xsZm9yd2FyZDogcmUtYWxsb2NhdGVkIGZyYWdtZW50 Iik7CisJCQlQQU5JQygicmUtYWxsb2NhdGVkIGZyYWdtZW50Iik7CiAJCWZyYWdzKys7CiAJ fQogCWlmIChmcmFncyA9PSBmcy0+ZnNfZnJhZykgewpAQCAtMTE0MzYsNyArMTEzOTMsNyBA QCBoYW5kbGVfd3JpdHRlbl9ibXNhZmVtYXAoYm1zYWZlbWFwLCBicCkKIAlpbnQgY2hnczsK IAogCWlmICgoYm1zYWZlbWFwLT5zbV9zdGF0ZSAmIElPU1RBUlRFRCkgPT0gMCkKLQkJcGFu aWMoImluaXRpYXRlX3dyaXRlX2Jtc2FmZW1hcDogTm90IHN0YXJ0ZWRcbiIpOworCQlQQU5J QygiTm90IHN0YXJ0ZWRcbiIpOwogCXVtcCA9IFZGU1RPVUZTKGJtc2FmZW1hcC0+c21fbGlz dC53a19tcCk7CiAJY2hncyA9IDA7CiAJYm1zYWZlbWFwLT5zbV9zdGF0ZSAmPSB+SU9TVEFS VEVEOwpAQCAtMTE0NTgsOCArMTE0MTUsNyBAQCBoYW5kbGVfd3JpdHRlbl9ibXNhZmVtYXAo Ym1zYWZlbWFwLCBicCkKIAkJCQljb250aW51ZTsKIAkJCWlubyA9IGphZGRyZWYtPmphX2lu byAlIGZzLT5mc19pcGc7CiAJCQlpZiAoaXNzZXQoaW5vc3VzZWQsIGlubykpCi0JCQkJcGFu aWMoImhhbmRsZV93cml0dGVuX2Jtc2FmZW1hcDogIgotCQkJCSAgICAicmUtYWxsb2NhdGVk IGlub2RlIik7CisJCQkJUEFOSUMoInJlLWFsbG9jYXRlZCBpbm9kZSIpOwogCQkJaWYgKChi cC0+Yl94ZmxhZ3MgJiBCWF9CS0dSRE1BUktFUikgPT0gMCkgewogCQkJCWlmICgoamFkZHJl Zi0+amFfbW9kZSAmIElGTVQpID09IElGRElSKQogCQkJCQljZ3AtPmNnX2NzLmNzX25kaXIr KzsKQEAgLTExNTAzLDcgKzExNDU5LDcgQEAgaGFuZGxlX3dyaXR0ZW5fYm1zYWZlbWFwKGJt c2FmZW1hcCwgYnApCiAJCQloYW5kbGVfYWxsb2NpbmRpcl9wYXJ0ZG9uZSgKIAkJCSAgICBX S19BTExPQ0lORElSKCZuZXdibGstPm5iX2xpc3QpKTsKIAkJZWxzZSBpZiAobmV3YmxrLT5u Yl9saXN0LndrX3R5cGUgIT0gRF9ORVdCTEspCi0JCQlwYW5pYygiaGFuZGxlX3dyaXR0ZW5f Ym1zYWZlbWFwOiBVbmV4cGVjdGVkIHR5cGU6ICVzIiwKKwkJCVBBTklDKCJVbmV4cGVjdGVk IHR5cGU6ICVzIiwKIAkJCSAgICBUWVBFTkFNRShuZXdibGstPm5iX2xpc3Qud2tfdHlwZSkp OwogCX0KIAl3aGlsZSAoKGlub2RlZGVwID0gTElTVF9GSVJTVCgmYm1zYWZlbWFwLT5zbV9p bm9kZWRlcHdyKSkgIT0gTlVMTCkgewpAQCAtMTE1NTgsNyArMTE1MTQsNyBAQCBoYW5kbGVf d3JpdHRlbl9ta2Rpcihta2RpciwgdHlwZSkKIHsKIAogCWlmICgobWtkaXItPm1kX3N0YXRl ICYgKE1LRElSX1BBUkVOVCB8IE1LRElSX0JPRFkpKSAhPSB0eXBlKQotCQlwYW5pYygiaGFu ZGxlX3dyaXR0ZW5fbWtkaXI6IGJhZCB0eXBlIik7CisJCVBBTklDKCJiYWQgdHlwZSIpOwog CW1rZGlyLT5tZF9zdGF0ZSB8PSBDT01QTEVURTsKIAljb21wbGV0ZV9ta2Rpcihta2Rpcik7 CiB9CkBAIC0xMTYwNiw3ICsxMTU2Miw3IEBAIGhhbmRsZV93cml0dGVuX2ZpbGVwYWdlKHBh Z2VkZXAsIGJwKQogCWludCBpLCBjaGdzOwogCiAJaWYgKChwYWdlZGVwLT5wZF9zdGF0ZSAm IElPU1RBUlRFRCkgPT0gMCkKLQkJcGFuaWMoImhhbmRsZV93cml0dGVuX2ZpbGVwYWdlOiBu b3Qgc3RhcnRlZCIpOworCQlQQU5JQygibm90IHN0YXJ0ZWQiKTsKIAlwYWdlZGVwLT5wZF9z dGF0ZSAmPSB+SU9TVEFSVEVEOwogCS8qCiAJICogUHJvY2VzcyBhbnkgZGlyZWN0b3J5IHJl bW92YWxzIHRoYXQgaGF2ZSBiZWVuIGNvbW1pdHRlZC4KQEAgLTExNjM1LDcgKzExNTkxLDcg QEAgaGFuZGxlX3dyaXR0ZW5fZmlsZXBhZ2UocGFnZWRlcCwgYnApCiAJCSAgICAgZGFwID0g bmV4dGRhcCkgewogCQkJbmV4dGRhcCA9IExJU1RfTkVYVChkYXAsIGRhX3BkbGlzdCk7CiAJ CQlpZiAoZGFwLT5kYV9zdGF0ZSAmIEFUVEFDSEVEKQotCQkJCXBhbmljKCJoYW5kbGVfd3Jp dHRlbl9maWxlcGFnZTogYXR0YWNoZWQiKTsKKwkJCQlQQU5JQygiYXR0YWNoZWQiKTsKIAkJ CWVwID0gKHN0cnVjdCBkaXJlY3QgKikKIAkJCSAgICAoKGNoYXIgKilicC0+Yl9kYXRhICsg ZGFwLT5kYV9vZmZzZXQpOwogCQkJZXAtPmRfaW5vID0gZGFwLT5kYV9uZXdpbnVtOwpAQCAt MTE3NjEsMTEgKzExNzE3LDExIEBAIGFnYWluOgogCWlmIChpbm9kZWRlcF9sb29rdXAobXAs IGlwLT5pX251bWJlciwgMCwgJmlub2RlZGVwKSA9PSAwKSB7CiAJCUZSRUVfTE9DSygmbGsp OwogCQlpZiAoaXAtPmlfZWZmbmxpbmsgIT0gaXAtPmlfbmxpbmspCi0JCQlwYW5pYygic29m dGRlcF91cGRhdGVfaW5vZGVibG9jazogYmFkIGxpbmsgY291bnQiKTsKKwkJCVBBTklDKCJi YWQgbGluayBjb3VudCIpOwogCQlyZXR1cm47CiAJfQogCWlmIChpbm9kZWRlcC0+aWRfbmxp bmtkZWx0YSAhPSBpcC0+aV9ubGluayAtIGlwLT5pX2VmZm5saW5rKQotCQlwYW5pYygic29m dGRlcF91cGRhdGVfaW5vZGVibG9jazogYmFkIGRlbHRhIik7CisJCVBBTklDKCJiYWQgZGVs dGEiKTsKIAkvKgogCSAqIElmIHdlJ3JlIGZsdXNoaW5nIGFsbCBkZXBlbmRlbmNpZXMgd2Ug bXVzdCBhbHNvIG1vdmUgYW55IHdhaXRpbmcKIAkgKiBmb3Igam91cm5hbCB3cml0ZXMgb250 byB0aGUgYnVmd2FpdCBsaXN0IHByaW9yIHRvIEkvTy4KQEAgLTExOTIxLDEzICsxMTg3Nywx MiBAQCByZXN0YXJ0OgogCSAgICAhVEFJTFFfRU1QVFkoJmlub2RlZGVwLT5pZF9uZXdleHR1 cGR0KSB8fAogCSAgICAhVEFJTFFfRU1QVFkoJmlub2RlZGVwLT5pZF9pbm91cGR0KSB8fAog CSAgICAhVEFJTFFfRU1QVFkoJmlub2RlZGVwLT5pZF9uZXdpbm91cGR0KSkKLQkJcGFuaWMo InNvZnRkZXBfZnN5bmM6IHBlbmRpbmcgb3BzICVwIiwgaW5vZGVkZXApOworCQlQQU5JQygi cGVuZGluZyBvcHMgJXAiLCBpbm9kZWRlcCk7CiAJZm9yIChlcnJvciA9IDAsIGZsdXNocGFy ZW50ID0gMDsgOyApIHsKIAkJaWYgKCh3ayA9IExJU1RfRklSU1QoJmlub2RlZGVwLT5pZF9w ZW5kaW5naGQpKSA9PSBOVUxMKQogCQkJYnJlYWs7CiAJCWlmICh3ay0+d2tfdHlwZSAhPSBE X0RJUkFERCkKLQkJCXBhbmljKCJzb2Z0ZGVwX2ZzeW5jOiBVbmV4cGVjdGVkIHR5cGUgJXMi LAotCQkJICAgIFRZUEVOQU1FKHdrLT53a190eXBlKSk7CisJCQlQQU5JQygiVW5leHBlY3Rl ZCB0eXBlICVzIiwgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKIAkJZGFwID0gV0tfRElSQURE KHdrKTsKIAkJLyoKIAkJICogRmx1c2ggb3VyIHBhcmVudCBpZiB0aGlzIGRpcmVjdG9yeSBl bnRyeSBoYXMgYSBNS0RJUl9QQVJFTlQKQEAgLTExOTQwLDcgKzExODk1LDcgQEAgcmVzdGFy dDoKIAkJcGFyZW50aW5vID0gcGFnZWRlcC0+cGRfaW5vOwogCQlsYm4gPSBwYWdlZGVwLT5w ZF9sYm47CiAJCWlmICgoZGFwLT5kYV9zdGF0ZSAmIChNS0RJUl9CT0RZIHwgQ09NUExFVEUp KSAhPSBDT01QTEVURSkKLQkJCXBhbmljKCJzb2Z0ZGVwX2ZzeW5jOiBkaXJ0eSIpOworCQkJ UEFOSUMoImRpcnR5Iik7CiAJCWlmICgoZGFwLT5kYV9zdGF0ZSAmIE1LRElSX1BBUkVOVCkg fHwKIAkJICAgIChwYWdlZGVwLT5wZF9zdGF0ZSAmIE5FV0JMT0NLKSkKIAkJCWZsdXNocGFy ZW50ID0gMTsKQEAgLTEyMDE0LDcgKzExOTY5LDcgQEAgcmVzdGFydDoKIAkJCWlmIChpbm9k ZWRlcF9sb29rdXAobXAsIGlwLT5pX251bWJlciwgMCwgJmlub2RlZGVwKSAhPSAwKSB7CiAJ CQkJaWYgKCh3ayA9IExJU1RfRklSU1QoJmlub2RlZGVwLT5pZF9wZW5kaW5naGQpKSAhPSBO VUxMKSB7CiAJCQkJCWlmICh3ay0+d2tfdHlwZSAhPSBEX0RJUkFERCkKLQkJCQkJCXBhbmlj KCJzb2Z0ZGVwX2ZzeW5jOiBVbmV4cGVjdGVkIHR5cGUgJXMiLAorCQkJCQkJUEFOSUMoIlVu ZXhwZWN0ZWQgdHlwZSAlcyIsCiAJCQkJCQkgICAgICBUWVBFTkFNRSh3ay0+d2tfdHlwZSkp OwogCQkJCQlkYXAgPSBXS19ESVJBREQod2spOwogCQkJCQlpZiAoZGFwLT5kYV9zdGF0ZSAm IERJUkNIRykKQEAgLTEyMDcwLDcgKzEyMDI1LDcgQEAgc29mdGRlcF9mc3luY19tb3VudGRl dih2cCkKIAlzdHJ1Y3QgYnVmb2JqICpibzsKIAogCWlmICghdm5faXNkaXNrKHZwLCBOVUxM KSkKLQkJcGFuaWMoInNvZnRkZXBfZnN5bmNfbW91bnRkZXY6IHZub2RlIG5vdCBhIGRpc2si KTsKKwkJUEFOSUMoInZub2RlIG5vdCBhIGRpc2siKTsKIAlibyA9ICZ2cC0+dl9idWZvYmo7 CiByZXN0YXJ0OgogCUJPX0xPQ0soYm8pOwpAQCAtMTIwODMsNyArMTIwMzgsNyBAQCByZXN0 YXJ0OgogCQkJY29udGludWU7CiAKIAkJaWYgKChicC0+Yl9mbGFncyAmIEJfREVMV1JJKSA9 PSAwKQotCQkJcGFuaWMoInNvZnRkZXBfZnN5bmNfbW91bnRkZXY6IG5vdCBkaXJ0eSIpOwor CQkJUEFOSUMoIm5vdCBkaXJ0eSIpOwogCQkvKgogCQkgKiBXZSBhcmUgb25seSBpbnRlcmVz dGVkIGluIGJpdG1hcHMgd2l0aCBvdXRzdGFuZGluZwogCQkgKiBkZXBlbmRlbmNpZXMuCkBA IC0xMjI2Niw3ICsxMjIyMSw3IEBAIHRvcDoKIAkJCQl9CiAJCQl9CiAJCQlpZiAoIVRBSUxR X0VNUFRZKCZpbmRpcmRlcC0+aXJfdHJ1bmMpKQotCQkJCXBhbmljKCJzb2Z0ZGVwX3N5bmNf YnVmOiB0cnVuY2F0aW9uIHBlbmRpbmcuIik7CisJCQkJUEFOSUMoInRydW5jYXRpb24gcGVu ZGluZy4iKTsKIAkJcmVzdGFydDoKIAkJCUxJU1RfRk9SRUFDSChhaXAsICZpbmRpcmRlcC0+ aXJfZGVwbGlzdGhkLCBhaV9uZXh0KSB7CiAJCQkJbmV3YmxrID0gKHN0cnVjdCBuZXdibGsg KilhaXA7CkBAIC0xMjMyOSw4ICsxMjI4NCw3IEBAIHRvcDoKIAkJCWNvbnRpbnVlOwogCiAJ CWRlZmF1bHQ6Ci0JCQlwYW5pYygic29mdGRlcF9zeW5jX2J1ZjogVW5rbm93biB0eXBlICVz IiwKLQkJCSAgICBUWVBFTkFNRSh3ay0+d2tfdHlwZSkpOworCQkJUEFOSUMoIlVua25vd24g dHlwZSAlcyIsIFRZUEVOQU1FKHdrLT53a190eXBlKSk7CiAJCQkvKiBOT1RSRUFDSEVEICov CiAJCX0KIAl9CkBAIC0xMjQ2NCw3ICsxMjQxOCw3IEBAIGZsdXNoX25ld2Jsa19kZXAodnAs IG1wLCBsYm4pCiAJaXAgPSBWVE9JKHZwKTsKIAlibGtubyA9IERJUChpcCwgaV9kYltsYm5d KTsKIAlpZiAoYmxrbm8gPT0gMCkKLQkJcGFuaWMoImZsdXNoX25ld2Jsa19kZXA6IE1pc3Np bmcgYmxvY2siKTsKKwkJUEFOSUMoIk1pc3NpbmcgYmxvY2siKTsKIAlBQ1FVSVJFX0xPQ0so JmxrKTsKIAkvKgogCSAqIExvb3AgdW50aWwgYWxsIGRlcGVuZGVuY2llcyByZWxhdGVkIHRv IHRoaXMgYmxvY2sgYXJlIHNhdGlzZmllZC4KQEAgLTEyNDc3LDcgKzEyNDMxLDcgQEAgZmx1 c2hfbmV3YmxrX2RlcCh2cCwgbXAsIGxibikKIAkJCWJyZWFrOwogCQl9CiAJCWlmIChuZXdi bGstPm5iX2xpc3Qud2tfdHlwZSAhPSBEX0FMTE9DRElSRUNUKQotCQkJcGFuaWMoImZsdXNo X25ld2Jsa19kZXBzOiBCYWQgbmV3YmxrICVwIiwgbmV3YmxrKTsKKwkJCVBBTklDKCJCYWQg bmV3YmxrICVwIiwgbmV3YmxrKTsKIAkJLyoKIAkJICogRmx1c2ggdGhlIGpvdXJuYWwuCiAJ CSAqLwpAQCAtMTI1NzQsNyArMTI1MjgsNyBAQCByZXN0YXJ0OgogCQkJaWYgKGRhcCAhPSBM SVNUX0ZJUlNUKGRpcmFkZGhkcCkpCiAJCQkJY29udGludWU7CiAJCQlpZiAoZGFwLT5kYV9z dGF0ZSAmIE1LRElSX1BBUkVOVCkKLQkJCQlwYW5pYygiZmx1c2hfcGFnZWRlcF9kZXBzOiBN S0RJUl9QQVJFTlQiKTsKKwkJCQlQQU5JQygiTUtESVJfUEFSRU5UIik7CiAJCX0KIAkJLyoK IAkJICogQSBuZXdseSBhbGxvY2F0ZWQgZGlyZWN0b3J5IG11c3QgaGF2ZSBpdHMgIi4iIGFu ZApAQCAtMTI1ODMsNyArMTI1MzcsNyBAQCByZXN0YXJ0OgogCQkgKi8KIAkJaW51bSA9IGRh cC0+ZGFfbmV3aW51bTsKIAkJaWYgKGlub2RlZGVwX2xvb2t1cChVRlNUT1ZGUyh1bXApLCBp bnVtLCAwLCAmaW5vZGVkZXApID09IDApCi0JCQlwYW5pYygiZmx1c2hfcGFnZWRlcF9kZXBz OiBsb3N0IGlub2RlMSIpOworCQkJUEFOSUMoImxvc3QgaW5vZGUxIik7CiAJCS8qCiAJCSAq IFdhaXQgZm9yIGFueSBwZW5kaW5nIGpvdXJuYWwgYWRkcyB0byBjb21wbGV0ZSBzbyB3ZSBk b24ndAogCQkgKiBjYXVzZSByb2xsYmFja3Mgd2hpbGUgc3luY2luZy4KQEAgLTEyNjIwLDgg KzEyNTc0LDcgQEAgcmVzdGFydDoKIAkJCWlmIChkYXAtPmRhX3N0YXRlICYgTUtESVJfQk9E WSkgewogCQkJCWlub2RlZGVwX2xvb2t1cChVRlNUT1ZGUyh1bXApLCBpbnVtLCAwLAogCQkJ CSAgICAmaW5vZGVkZXApOwotCQkJCXBhbmljKCJmbHVzaF9wYWdlZGVwX2RlcHM6IE1LRElS X0JPRFkgIgotCQkJCSAgICAiaW5vZGVkZXAgJXAgZGFwICVwIHZwICVwIiwKKwkJCQlQQU5J QygiTUtESVJfQk9EWSBpbm9kZWRlcCAlcCBkYXAgJXAgdnAgJXAiLAogCQkJCSAgICBpbm9k ZWRlcCwgZGFwLCB2cCk7CiAJCQl9CiAJCX0KQEAgLTEyNjM3LDcgKzEyNTkwLDcgQEAgcmVz dGFydDoKIAkJICovCiByZXRyeToKIAkJaWYgKGlub2RlZGVwX2xvb2t1cChVRlNUT1ZGUyh1 bXApLCBpbnVtLCAwLCAmaW5vZGVkZXApID09IDApCi0JCQlwYW5pYygiZmx1c2hfcGFnZWRl cF9kZXBzOiBsb3N0IGlub2RlIik7CisJCQlQQU5JQygibG9zdCBpbm9kZSIpOwogCQkvKgog CQkgKiBJZiB0aGUgaW5vZGUgc3RpbGwgaGFzIGJpdG1hcCBkZXBlbmRlbmNpZXMsCiAJCSAq IHB1c2ggdGhlbSB0byBkaXNrLgpAQCAtMTI2NzYsOCArMTI2MjksNyBAQCByZXRyeToKIAkJ ICovCiAJCWlmIChkYXAgPT0gTElTVF9GSVJTVChkaXJhZGRoZHApKSB7CiAJCQlpbm9kZWRl cF9sb29rdXAoVUZTVE9WRlModW1wKSwgaW51bSwgMCwgJmlub2RlZGVwKTsKLQkJCXBhbmlj KCJmbHVzaF9wYWdlZGVwX2RlcHM6IGZhaWxlZCB0byBmbHVzaCAiIAotCQkJICAgICJpbm9k ZWRlcCAlcCBpbm8gJWp1IGRhcCAlcCIsCisJCQlQQU5JQygiZmFpbGVkIHRvIGZsdXNoIGlu b2RlZGVwICVwIGlubyAlanUgZGFwICVwIiwKIAkJCSAgICBpbm9kZWRlcCwgKHVpbnRtYXhf dClpbnVtLCBkYXApOwogCQl9CiAJfQpAQCAtMTI5NTEsNyArMTI5MDMsNyBAQCByZXF1ZXN0 X2NsZWFudXAobXAsIHJlc291cmNlKQogCQlicmVhazsKIAogCWRlZmF1bHQ6Ci0JCXBhbmlj KCJyZXF1ZXN0X2NsZWFudXA6IHVua25vd24gdHlwZSIpOworCQlQQU5JQygidW5rbm93biB0 eXBlIik7CiAJfQogCS8qCiAJICogSG9wZWZ1bGx5IHRoZSBzeW5jZXIgZGFlbW9uIHdpbGwg Y2F0Y2ggdXAgYW5kIGF3YWtlbiB1cy4KQEAgLTEzMzI3LDggKzEzMjc5LDcgQEAgc29mdGRl cF9jb3VudF9kZXBlbmRlbmNpZXMoYnAsIHdhbnRjb3VudCkKIAkJCWNvbnRpbnVlOwogCiAJ CWRlZmF1bHQ6Ci0JCQlwYW5pYygic29mdGRlcF9jb3VudF9kZXBlbmRlbmNpZXM6IFVuZXhw ZWN0ZWQgdHlwZSAlcyIsCi0JCQkgICAgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKKwkJCVBB TklDKCJVbmV4cGVjdGVkIHR5cGUgJXMiLCBUWVBFTkFNRSh3ay0+d2tfdHlwZSkpOwogCQkJ LyogTk9UUkVBQ0hFRCAqLwogCQl9CiAJfQpAQCAtMTMzNjMsNyArMTMzMTQsNyBAQCBnZXRk aXJ0eWJ1ZihicCwgbXR4LCB3YWl0Zm9yKQogCQlpZiAoZXJyb3IgPT0gMCkKIAkJCUJVRl9V TkxPQ0soYnApOwogCQllbHNlIGlmIChlcnJvciAhPSBFTk9MQ0spCi0JCQlwYW5pYygiZ2V0 ZGlydHlidWY6IGluY29uc2lzdGVudCBsb2NrOiAlZCIsIGVycm9yKTsKKwkJCVBBTklDKCJp bmNvbnNpc3RlbnQgbG9jazogJWQiLCBlcnJvcik7CiAJCW10eF9sb2NrKG10eCk7CiAJCXJl dHVybiAoTlVMTCk7CiAJfQpAQCAtMTM1MjMsMTQgKzEzNDc0LDE0IEBAIHNvZnRkZXBfZGVh bGxvY2F0ZV9kZXBlbmRlbmNpZXMoYnApCiB7CiAKIAlpZiAoKGJwLT5iX2lvZmxhZ3MgJiBC SU9fRVJST1IpID09IDApCi0JCXBhbmljKCJzb2Z0ZGVwX2RlYWxsb2NhdGVfZGVwZW5kZW5j aWVzOiBkYW5nbGluZyBkZXBzIik7CisJCVBBTklDKCJkYW5nbGluZyBkZXBzIik7CiAJaWYg KGJwLT5iX3ZwICE9IE5VTEwgJiYgYnAtPmJfdnAtPnZfbW91bnQgIT0gTlVMTCkKIAkJc29m dGRlcF9lcnJvcihicC0+Yl92cC0+dl9tb3VudC0+bW50X3N0YXQuZl9tbnRvbm5hbWUsIGJw LT5iX2Vycm9yKTsKIAllbHNlCiAJCXByaW50Zigic29mdGRlcF9kZWFsbG9jYXRlX2RlcGVu ZGVuY2llczogIgogCQkgICAgImdvdCBlcnJvciAlZCB3aGlsZSBhY2Nlc3NpbmcgZmlsZXN5 c3RlbVxuIiwgYnAtPmJfZXJyb3IpOwogCWlmIChicC0+Yl9lcnJvciAhPSBFTlhJTykKLQkJ cGFuaWMoInNvZnRkZXBfZGVhbGxvY2F0ZV9kZXBlbmRlbmNpZXM6IHVucmVjb3ZlcmVkIEkv TyBlcnJvciIpOworCQlQQU5JQygidW5yZWNvdmVyZWQgSS9PIGVycm9yIik7CiB9CiAKIC8q CmRpZmYgLS1naXQgYS9zeXMvdWZzL2Zmcy9mZnNfc3Vici5jIGIvc3lzL3Vmcy9mZnMvZmZz X3N1YnIuYwppbmRleCBlMjQ2MGEzLi5hMGUwNzc0IDEwMDY0NAotLS0gYS9zeXMvdWZzL2Zm cy9mZnNfc3Vici5jCisrKyBiL3N5cy91ZnMvZmZzL2Zmc19zdWJyLmMKQEAgLTE5MSw3ICsx OTEsNyBAQCBmZnNfY2hlY2tvdmVybGFwKGJwLCBpcCkKIAkJcHJpbnRmKCJcdHN0YXJ0ICVq ZCwgZW5kICVqZCBvdmVybGFwIHN0YXJ0ICVqZCwgZW5kICVqZFxuIiwKIAkJICAgIChpbnRt YXhfdClzdGFydCwgKGludG1heF90KWxhc3QsIChpbnRtYXhfdCllcC0+Yl9ibGtubywKIAkJ ICAgIChpbnRtYXhfdCkoZXAtPmJfYmxrbm8gKyBidG9kYihlcC0+Yl9iY291bnQpIC0gMSkp OwotCQlwYW5pYygiZmZzX2NoZWNrb3ZlcmxhcDogRGlzayBidWZmZXIgb3ZlcmxhcCIpOwor CQlQQU5JQygiRGlzayBidWZmZXIgb3ZlcmxhcCIpOwogCX0KIH0KICNlbmRpZiAvKiBLREIg Ki8KQEAgLTIyMyw3ICsyMjMsNyBAQCBmZnNfaXNibG9jayhmcywgY3AsIGgpCiAJCXJldHVy biAoKGNwW2ggPj4gM10gJiBtYXNrKSA9PSBtYXNrKTsKIAlkZWZhdWx0OgogI2lmZGVmIF9L RVJORUwKLQkJcGFuaWMoImZmc19pc2Jsb2NrIik7CisJCVBBTklDKCIiKTsKICNlbmRpZgog CQlicmVhazsKIAl9CkBAIC0yNTEsNyArMjUxLDcgQEAgZmZzX2lzZnJlZWJsb2NrKGZzLCBj cCwgaCkKIAkJcmV0dXJuICgoY3BbaCA+PiAzXSAmICgweDAxIDw8IChoICYgMHg3KSkpID09 IDApOwogCWRlZmF1bHQ6CiAjaWZkZWYgX0tFUk5FTAotCQlwYW5pYygiZmZzX2lzZnJlZWJs b2NrIik7CisJCVBBTklDKCIiKTsKICNlbmRpZgogCQlicmVhazsKIAl9CkBAIC0yODMsNyAr MjgzLDcgQEAgZmZzX2NscmJsb2NrKGZzLCBjcCwgaCkKIAkJcmV0dXJuOwogCWRlZmF1bHQ6 CiAjaWZkZWYgX0tFUk5FTAotCQlwYW5pYygiZmZzX2NscmJsb2NrIik7CisJCVBBTklDKCIi KTsKICNlbmRpZgogCQlicmVhazsKIAl9CkBAIC0zMTUsNyArMzE1LDcgQEAgZmZzX3NldGJs b2NrKGZzLCBjcCwgaCkKIAkJcmV0dXJuOwogCWRlZmF1bHQ6CiAjaWZkZWYgX0tFUk5FTAot CQlwYW5pYygiZmZzX3NldGJsb2NrIik7CisJCVBBTklDKCIiKTsKICNlbmRpZgogCQlicmVh azsKIAl9CmRpZmYgLS1naXQgYS9zeXMvdWZzL2Zmcy9mZnNfc3VzcGVuZC5jIGIvc3lzL3Vm cy9mZnMvZmZzX3N1c3BlbmQuYwppbmRleCAzMTk4YzFhLi5mZDU3NDJkIDEwMDY0NAotLS0g YS9zeXMvdWZzL2Zmcy9mZnNfc3VzcGVuZC5jCisrKyBiL3N5cy91ZnMvZmZzL2Zmc19zdXNw ZW5kLmMKQEAgLTIzOCw3ICsyMzgsNyBAQCBmZnNfc3VzcF9kdG9yKHZvaWQgKmRhdGEpCiAK IAllcnJvciA9IGZmc19yZWxvYWQobXAsIGN1cnRocmVhZCwgMSk7CiAJaWYgKGVycm9yICE9 IDApCi0JCXBhbmljKCJmYWlsZWQgdG8gdW5zdXNwZW5kIHdyaXRlcyBvbiAlcyIsIGZzLT5m c19mc21udCk7CisJCVBBTklDKCJmYWlsZWQgdG8gdW5zdXNwZW5kIHdyaXRlcyBvbiAlcyIs IGZzLT5mc19mc21udCk7CiAKIAkvKgogCSAqIFhYWDogVGhlIHN0YXR1cyBpcyBrZXB0IHBl ci1wcm9jZXNzOyB0aGUgdmZzX3dyaXRlX3Jlc3VtZSgpIHJvdXRpbmUKZGlmZiAtLWdpdCBh L3N5cy91ZnMvZmZzL2Zmc192ZnNvcHMuYyBiL3N5cy91ZnMvZmZzL2Zmc192ZnNvcHMuYwpp bmRleCAwMjA0NjEzLi4xNTg2MmJhIDEwMDY0NAotLS0gYS9zeXMvdWZzL2Zmcy9mZnNfdmZz b3BzLmMKKysrIGIvc3lzL3Vmcy9mZnMvZmZzX3Zmc29wcy5jCkBAIC02MzQsNyArNjM0LDcg QEAgZmZzX3JlbG9hZChzdHJ1Y3QgbW91bnQgKm1wLCBzdHJ1Y3QgdGhyZWFkICp0ZCwgaW50 IGZvcmNlKQogCWRldnZwID0gVkZTVE9VRlMobXApLT51bV9kZXZ2cDsKIAl2bl9sb2NrKGRl dnZwLCBMS19FWENMVVNJVkUgfCBMS19SRVRSWSk7CiAJaWYgKHZpbnZhbGJ1ZihkZXZ2cCwg MCwgMCwgMCkgIT0gMCkKLQkJcGFuaWMoImZmc19yZWxvYWQ6IGRpcnR5MSIpOworCQlQQU5J QygiZGlydHkxIik7CiAJVk9QX1VOTE9DSyhkZXZ2cCwgMCk7CiAKIAkvKgpAQCAtNzMwLDcg KzczMCw3IEBAIGxvb3A6CiAJCQlnb3RvIGxvb3A7CiAJCX0KIAkJaWYgKHZpbnZhbGJ1Zih2 cCwgMCwgMCwgMCkpCi0JCQlwYW5pYygiZmZzX3JlbG9hZDogZGlydHkyIik7CisJCQlQQU5J QygiZGlydHkyIik7CiAJCS8qCiAJCSAqIFN0ZXAgNTogcmUtcmVhZCBpbm9kZSBkYXRhIGZv ciBhbGwgYWN0aXZlIHZub2Rlcy4KIAkJICovCkBAIC0xNDA4LDcgKzE0MDgsNyBAQCBmZnNf c3RhdGZzKG1wLCBzYnApCiAJdW1wID0gVkZTVE9VRlMobXApOwogCWZzID0gdW1wLT51bV9m czsKIAlpZiAoZnMtPmZzX21hZ2ljICE9IEZTX1VGUzFfTUFHSUMgJiYgZnMtPmZzX21hZ2lj ICE9IEZTX1VGUzJfTUFHSUMpCi0JCXBhbmljKCJmZnNfc3RhdGZzIik7CisJCVBBTklDKCIi KTsKIAlzYnAtPmZfdmVyc2lvbiA9IFNUQVRGU19WRVJTSU9OOwogCXNicC0+Zl9ic2l6ZSA9 IGZzLT5mc19mc2l6ZTsKIAlzYnAtPmZfaW9zaXplID0gZnMtPmZzX2JzaXplOwpAQCAtMTUx Niw4ICsxNTE2LDcgQEAgZmZzX3N5bmMobXAsIHdhaXRmb3IpCiAJdGQgPSBjdXJ0aHJlYWQ7 CiAJZnMgPSB1bXAtPnVtX2ZzOwogCWlmIChmcy0+ZnNfZm1vZCAhPSAwICYmIGZzLT5mc19y b25seSAhPSAwICYmIHVtcC0+dW1fZnNja3BpZCA9PSAwKQotCQlwYW5pYygiJXM6IGZmc19z eW5jOiBtb2RpZmljYXRpb24gb24gcmVhZC1vbmx5IGZpbGVzeXN0ZW0iLAotCQkgICAgZnMt PmZzX2ZzbW50KTsKKwkJUEFOSUMoIiVzOiBtb2RpZmljYXRpb24gb24gcmVhZC1vbmx5IGZp bGVzeXN0ZW0iLCBmcy0+ZnNfZnNtbnQpOwogCWlmICh3YWl0Zm9yID09IE1OVF9MQVpZKQog CQlyZXR1cm4gKGZmc19zeW5jX2xhenkobXApKTsKIApAQCAtMTg3Myw3ICsxODcyLDcgQEAg ZmZzX3NidXBkYXRlKHVtcCwgd2FpdGZvciwgc3VzcGVuZGVkKQogCWlmIChmcy0+ZnNfcm9u bHkgPT0gMSAmJgogCSAgICAodW1wLT51bV9tb3VudHAtPm1udF9mbGFnICYgKE1OVF9SRE9O TFkgfCBNTlRfVVBEQVRFKSkgIT0KIAkgICAgKE1OVF9SRE9OTFkgfCBNTlRfVVBEQVRFKSAm JiB1bXAtPnVtX2ZzY2twaWQgPT0gMCkKLQkJcGFuaWMoImZmc19zYnVwZGF0ZTogd3JpdGUg cmVhZC1vbmx5IGZpbGVzeXN0ZW0iKTsKKwkJUEFOSUMoIndyaXRlIHJlYWQtb25seSBmaWxl c3lzdGVtIik7CiAJLyoKIAkgKiBXZSB1c2UgdGhlIHN1cGVyYmxvY2sncyBidWYgdG8gc2Vy aWFsaXplIGNhbGxzIHRvIGZmc19zYnVwZGF0ZSgpLgogCSAqLwpAQCAtMTk4MCw3ICsxOTc5 LDcgQEAgZmZzX2JhY2tncm91bmR3cml0ZWRvbmUoc3RydWN0IGJ1ZiAqYnApCiAJYnVmb2Jq ID0gYnAtPmJfYnVmb2JqOwogCUJPX0xPQ0soYnVmb2JqKTsKIAlpZiAoKG9yaWdicCA9IGdi aW5jb3JlKGJwLT5iX2J1Zm9iaiwgYnAtPmJfbGJsa25vKSkgPT0gTlVMTCkKLQkJcGFuaWMo ImJhY2tncm91bmR3cml0ZWRvbmU6IGxvc3QgYnVmZmVyIik7CisJCVBBTklDKCJsb3N0IGJ1 ZmZlciIpOwogCS8qIEdyYWIgYW4gZXh0cmEgcmVmZXJlbmNlIHRvIGJlIGRyb3BwZWQgYnkg dGhlIGJ1ZmRvbmUoKSBiZWxvdy4gKi8KIAlidWZvYmpfd3JlZmwoYnVmb2JqKTsKIAlCT19V TkxPQ0soYnVmb2JqKTsKQEAgLTIwNDQsNyArMjA0Myw3IEBAIGZmc19idWZ3cml0ZShzdHJ1 Y3QgYnVmICpicCkKIAlvbGRmbGFncyA9IGJwLT5iX2ZsYWdzOwogCiAJaWYgKCFCVUZfSVNM T0NLRUQoYnApKQotCQlwYW5pYygiYnVmd3JpdGU6IGJ1ZmZlciBpcyBub3QgYnVzeT8/PyIp OworCQlQQU5JQygiYnVmZmVyIGlzIG5vdCBidXN5Pz8/Iik7CiAJcyA9IHNwbGJpbygpOwog CS8qCiAJICogSWYgYSBiYWNrZ3JvdW5kIHdyaXRlIGlzIGFscmVhZHkgaW4gcHJvZ3Jlc3Ms IGRlbGF5CkBAIC0yMDYyLDcgKzIwNjEsNyBAQCBmZnNfYnVmd3JpdGUoc3RydWN0IGJ1ZiAq YnApCiAJCWJwLT5iX3ZmbGFncyB8PSBCVl9CS0dSRFdBSVQ7CiAJCW1zbGVlcCgmYnAtPmJf eGZsYWdzLCBCT19NVFgoYnAtPmJfYnVmb2JqKSwgUFJJQklPLCAiYndyYmciLCAwKTsKIAkJ aWYgKGJwLT5iX3ZmbGFncyAmIEJWX0JLR1JESU5QUk9HKQotCQkJcGFuaWMoImJ1ZndyaXRl OiBzdGlsbCB3cml0aW5nIik7CisJCQlQQU5JQygic3RpbGwgd3JpdGluZyIpOwogCX0KIAlC T19VTkxPQ0soYnAtPmJfYnVmb2JqKTsKIApAQCAtMjE1Miw3ICsyMTUxLDcgQEAgZmZzX2dl b21fc3RyYXRlZ3koc3RydWN0IGJ1Zm9iaiAqYm8sIHN0cnVjdCBidWYgKmJwKQogCQlpZiAo KGJwLT5iX2ZsYWdzICYgQl9WQUxJRFNVU1BXUlQpID09IDAgJiYKIAkJICAgIGJwLT5iX3Zw ICE9IE5VTEwgJiYgYnAtPmJfdnAtPnZfbW91bnQgIT0gTlVMTCAmJgogCQkgICAgKGJwLT5i X3ZwLT52X21vdW50LT5tbnRfa2Vybl9mbGFnICYgTU5US19TVVNQRU5ERUQpICE9IDApCi0J CQlwYW5pYygiZmZzX2dlb21fc3RyYXRlZ3k6IGJhZCBJL08iKTsKKwkJCVBBTklDKCJiYWQg SS9PIik7CiAJCW5vY29weSA9IGJwLT5iX2ZsYWdzICYgQl9OT0NPUFk7CiAJCWJwLT5iX2Zs YWdzICY9IH4oQl9WQUxJRFNVU1BXUlQgfCBCX05PQ09QWSk7CiAJCWlmICgodnAtPnZfdmZs YWcgJiBWVl9DT1BZT05XUklURSkgJiYgbm9jb3B5ID09IDAgJiYKZGlmZiAtLWdpdCBhL3N5 cy91ZnMvZmZzL2Zmc192bm9wcy5jIGIvc3lzL3Vmcy9mZnMvZmZzX3Zub3BzLmMKaW5kZXgg NWM5OWQ1Yi4uYmUyYjNjYiAxMDA2NDQKLS0tIGEvc3lzL3Vmcy9mZnMvZmZzX3Zub3BzLmMK KysrIGIvc3lzL3Vmcy9mZnMvZmZzX3Zub3BzLmMKQEAgLTI1NywxMiArMjU3LDEyIEBAIGxv b3A6CiAJCSAgICBsYm5fbGV2ZWwoYnAtPmJfbGJsa25vKSA+PSBwYXNzZXMpCiAJCQljb250 aW51ZTsKIAkJaWYgKGJwLT5iX2xibGtubyA+IGxibikKLQkJCXBhbmljKCJmZnNfc3luY3Zu b2RlOiBzeW5jaW5nIHRydW5jYXRlZCBkYXRhLiIpOworCQkJUEFOSUMoInN5bmNpbmcgdHJ1 bmNhdGVkIGRhdGEuIik7CiAJCWlmIChCVUZfTE9DSyhicCwgTEtfRVhDTFVTSVZFIHwgTEtf Tk9XQUlULCBOVUxMKSkKIAkJCWNvbnRpbnVlOwogCQlCT19VTkxPQ0soYm8pOwogCQlpZiAo KGJwLT5iX2ZsYWdzICYgQl9ERUxXUkkpID09IDApCi0JCQlwYW5pYygiZmZzX2ZzeW5jOiBu b3QgZGlydHkiKTsKKwkJCVBBTklDKCJub3QgZGlydHkiKTsKIAkJLyoKIAkJICogQ2hlY2sg Zm9yIGRlcGVuZGVuY2llcyBhbmQgcG90ZW50aWFsbHkgY29tcGxldGUgdGhlbS4KIAkJICov CkBAIC00MzcsNyArNDM3LDcgQEAgZmZzX3JlYWQoYXApCiAjaWZkZWYgbm90eWV0CiAJCXJl dHVybiAoZmZzX2V4dHJlYWQodnAsIHVpbywgaW9mbGFnKSk7CiAjZWxzZQotCQlwYW5pYygi ZmZzX3JlYWQrSU9fRVhUIik7CisJCVBBTklDKCJJT19FWFQiKTsKICNlbmRpZgogI2lmZGVm IERJUkVDVElPCiAJaWYgKChpb2ZsYWcgJiBJT19ESVJFQ1QpICE9IDApIHsKQEAgLTQ1NCwx MyArNDU0LDEzIEBAIGZmc19yZWFkKGFwKQogCiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmICh1 aW8tPnVpb19ydyAhPSBVSU9fUkVBRCkKLQkJcGFuaWMoImZmc19yZWFkOiBtb2RlIik7CisJ CVBBTklDKCJtb2RlIik7CiAKIAlpZiAodnAtPnZfdHlwZSA9PSBWTE5LKSB7CiAJCWlmICgo aW50KWlwLT5pX3NpemUgPCB2cC0+dl9tb3VudC0+bW50X21heHN5bWxpbmtsZW4pCi0JCQlw YW5pYygiZmZzX3JlYWQ6IHNob3J0IHN5bWxpbmsiKTsKKwkJCVBBTklDKCJzaG9ydCBzeW1s aW5rIik7CiAJfSBlbHNlIGlmICh2cC0+dl90eXBlICE9IFZSRUcgJiYgdnAtPnZfdHlwZSAh PSBWRElSKQotCQlwYW5pYygiZmZzX3JlYWQ6IHR5cGUgJWQiLCAgdnAtPnZfdHlwZSk7CisJ CVBBTklDKCJ0eXBlICVkIiwgIHZwLT52X3R5cGUpOwogI2VuZGlmCiAJb3JpZ19yZXNpZCA9 IHVpby0+dWlvX3Jlc2lkOwogCUtBU1NFUlQob3JpZ19yZXNpZCA+PSAwLCAoImZmc19yZWFk OiB1aW8tPnVpb19yZXNpZCA8IDAiKSk7CkBAIC02NTAsNyArNjUwLDcgQEAgZmZzX3dyaXRl KGFwKQogI2lmZGVmIG5vdHlldAogCQlyZXR1cm4gKGZmc19leHR3cml0ZSh2cCwgdWlvLCBp b2ZsYWcsIGFwLT5hX2NyZWQpKTsKICNlbHNlCi0JCXBhbmljKCJmZnNfd3JpdGUrSU9fRVhU Iik7CisJCVBBTklDKCJJT19FWFQiKTsKICNlbmRpZgogCiAJc2VxY291bnQgPSBhcC0+YV9p b2ZsYWcgPj4gSU9fU0VRU0hJRlQ7CkBAIC02NTgsNyArNjU4LDcgQEAgZmZzX3dyaXRlKGFw KQogCiAjaWZkZWYgSU5WQVJJQU5UUwogCWlmICh1aW8tPnVpb19ydyAhPSBVSU9fV1JJVEUp Ci0JCXBhbmljKCJmZnNfd3JpdGU6IG1vZGUiKTsKKwkJUEFOSUMoIm1vZGUiKTsKICNlbmRp ZgogCiAJc3dpdGNoICh2cC0+dl90eXBlKSB7CkBAIC02NzEsMTAgKzY3MSwxMCBAQCBmZnNf d3JpdGUoYXApCiAJY2FzZSBWTE5LOgogCQlicmVhazsKIAljYXNlIFZESVI6Ci0JCXBhbmlj KCJmZnNfd3JpdGU6IGRpciB3cml0ZSIpOworCQlQQU5JQygiZGlyIHdyaXRlIik7CiAJCWJy ZWFrOwogCWRlZmF1bHQ6Ci0JCXBhbmljKCJmZnNfd3JpdGU6IHR5cGUgJXAgJWQgKCVkLCVk KSIsIHZwLCAoaW50KXZwLT52X3R5cGUsCisJCVBBTklDKCJ0eXBlICVwICVkICglZCwlZCki LCB2cCwgKGludCl2cC0+dl90eXBlLAogCQkJKGludCl1aW8tPnVpb19vZmZzZXQsCiAJCQko aW50KXVpby0+dWlvX3Jlc2lkCiAJCSk7CkBAIC04ODYsNyArODg2LDcgQEAgZmZzX2V4dHJl YWQoc3RydWN0IHZub2RlICp2cCwgc3RydWN0IHVpbyAqdWlvLCBpbnQgaW9mbGFnKQogCiAj aWZkZWYgSU5WQVJJQU5UUwogCWlmICh1aW8tPnVpb19ydyAhPSBVSU9fUkVBRCB8fCBmcy0+ ZnNfbWFnaWMgIT0gRlNfVUZTMl9NQUdJQykKLQkJcGFuaWMoImZmc19leHRyZWFkOiBtb2Rl Iik7CisJCVBBTklDKCJtb2RlIik7CiAKICNlbmRpZgogCW9yaWdfcmVzaWQgPSB1aW8tPnVp b19yZXNpZDsKQEAgLTEwNDAsNyArMTA0MCw3IEBAIGZmc19leHR3cml0ZShzdHJ1Y3Qgdm5v ZGUgKnZwLCBzdHJ1Y3QgdWlvICp1aW8sIGludCBpb2ZsYWcsIHN0cnVjdCB1Y3JlZCAqdWNy ZWQpCiAKICNpZmRlZiBJTlZBUklBTlRTCiAJaWYgKHVpby0+dWlvX3J3ICE9IFVJT19XUklU RSB8fCBmcy0+ZnNfbWFnaWMgIT0gRlNfVUZTMl9NQUdJQykKLQkJcGFuaWMoImZmc19leHR3 cml0ZTogbW9kZSIpOworCQlQQU5JQygibW9kZSIpOwogI2VuZGlmCiAKIAlpZiAoaW9mbGFn ICYgSU9fQVBQRU5EKQpAQCAtMTM2NSw3ICsxMzY1LDcgQEAgc3RydWN0IHZvcF9zdHJhdGVn eV9hcmdzIHsKIAkJcmV0dXJuIChWT1BfU1RSQVRFR1lfQVBWKCZ1ZnNfdm5vZGVvcHMsIGFw KSk7CiAJaWYgKHZwLT52X3R5cGUgPT0gVkZJRk8pCiAJCXJldHVybiAoVk9QX1NUUkFURUdZ X0FQVigmdWZzX2ZpZm9vcHMsIGFwKSk7Ci0JcGFuaWMoInNwZWMgbm9kZXMgd2VudCBoZXJl Iik7CisJUEFOSUMoInNwZWMgbm9kZXMgd2VudCBoZXJlIik7CiB9CiAKIC8qCi0tIAoxLjgu MS4yCgo= --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8; name="0006-ufs-Remove-extra-n-at-end-of-panic-messages.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="0006-ufs-Remove-extra-n-at-end-of-panic-messages.patch" RnJvbSA3MWQ2ZTIwNmEzODM4ZDBmYzQxY2RiNGJjN2JmZWJjM2FmMGI5MzQ2IE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBDaHJpc3RvcGggTWFsbG9uIDxjaHJpc3RvcGgubWFs bG9uQGdteC5kZT4KRGF0ZTogU3VuLCAzIEZlYiAyMDEzIDEyOjA3OjE4ICswMTAwClN1Ympl Y3Q6IFtQQVRDSCA2LzZdIHVmczogUmVtb3ZlIGV4dHJhIFxuIGF0IGVuZCBvZiBwYW5pYyBt ZXNzYWdlcy4KCi0tLQogc3lzL3Vmcy9mZnMvZmZzX3NvZnRkZXAuYyB8IDIzICsrKysrKysr KysrLS0tLS0tLS0tLS0tCiBzeXMvdWZzL3Vmcy91ZnNfbG9va3VwLmMgIHwgIDQgKystLQog c3lzL3Vmcy91ZnMvdWZzX3Zub3BzLmMgICB8ICAyICstCiAzIGZpbGVzIGNoYW5nZWQsIDE0 IGluc2VydGlvbnMoKyksIDE1IGRlbGV0aW9ucygtKQoKZGlmZiAtLWdpdCBhL3N5cy91ZnMv ZmZzL2Zmc19zb2Z0ZGVwLmMgYi9zeXMvdWZzL2Zmcy9mZnNfc29mdGRlcC5jCmluZGV4IDQ4 ZDgwNzMuLjg3YjZkYTggMTAwNjQ0Ci0tLSBhL3N5cy91ZnMvZmZzL2Zmc19zb2Z0ZGVwLmMK KysrIGIvc3lzL3Vmcy9mZnMvZmZzX3NvZnRkZXAuYwpAQCAtNDE1MSwxNCArNDE1MSwxNCBA QCBmcmVlX2phZGRyZWYoamFkZHJlZikKIAlpZiAoKGphZGRyZWYtPmphX3N0YXRlICYgQUxM Q09NUExFVEUpICE9IEFMTENPTVBMRVRFKQogCQlyZXR1cm47CiAJaWYgKGphZGRyZWYtPmph X3JlZi5pZl9qc2VnZGVwKQotCQlQQU5JQygic2VnZGVwIGF0dGFjaGVkIHRvIGphZGRyZWYg JXAoMHglWClcbiIsCisJCVBBTklDKCJzZWdkZXAgYXR0YWNoZWQgdG8gamFkZHJlZiAlcCgw eCVYKSIsCiAJCSAgICBqYWRkcmVmLCBqYWRkcmVmLT5qYV9zdGF0ZSk7CiAJaWYgKGphZGRy ZWYtPmphX3N0YXRlICYgTkVXQkxPQ0spCiAJCUxJU1RfUkVNT1ZFKGphZGRyZWYsIGphX2Jt ZGVwcyk7CiAJaWYgKGphZGRyZWYtPmphX3N0YXRlICYgKElOUFJPR1JFU1MgfCBPTldPUktM SVNUKSkKIAkJUEFOSUMoIkJhZCBzdGF0ZSAlcCgweCVYKSIsIGphZGRyZWYsIGphZGRyZWYt PmphX3N0YXRlKTsKIAlpZiAoamFkZHJlZi0+amFfbWtkaXIgIT0gTlVMTCkKLQkJUEFOSUMo IldvcmsgcGVuZGluZywgMHglWFxuIiwgamFkZHJlZi0+amFfc3RhdGUpOworCQlQQU5JQygi V29yayBwZW5kaW5nLCAweCVYIiwgamFkZHJlZi0+amFfc3RhdGUpOwogCVdPUktJVEVNX0ZS RUUoamFkZHJlZiwgRF9KQUREUkVGKTsKIH0KIApAQCAtNTE3OCw3ICs1MTc4LDcgQEAgam5l d2Jsa19tZXJnZShuZXcsIG9sZCwgd2toZCkKIAkJcmV0dXJuIChvbGQpOwogCX0KIAlpZiAo b2xkLT53a190eXBlICE9IERfSk5FV0JMSyB8fCBuZXctPndrX3R5cGUgIT0gRF9KTkVXQkxL KQotCQlQQU5JQygiQmFkIHR5cGU6IG9sZCAlZCBuZXcgJWRcbiIsIG9sZC0+d2tfdHlwZSwg bmV3LT53a190eXBlKTsKKwkJUEFOSUMoIkJhZCB0eXBlOiBvbGQgJWQgbmV3ICVkIiwgb2xk LT53a190eXBlLCBuZXctPndrX3R5cGUpOwogCS8qCiAJICogSGFuZGxlIG1lcmdpbmcgb2Yg dHdvIGpuZXdibGsgcmVjb3JkcyB0aGF0IGRlc2NyaWJlCiAJICogZGlmZmVyZW50IHNldHMg b2YgZnJhZ21lbnRzIGluIHRoZSBzYW1lIGJsb2NrLgpAQCAtNTM4Nyw4ICs1Mzg3LDcgQEAg aGFuZGxlX3dvcmtpdGVtX2ZyZWVmcmFnKGZyZWVmcmFnKQogCSAqLwogCWlmIChmcmVlZnJh Zy0+ZmZfamRlcCkgewogCQlpZiAoZnJlZWZyYWctPmZmX2pkZXAtPndrX3R5cGUgIT0gRF9K TkVXQkxLKQotCQkJUEFOSUMoIlVuZXhwZWN0ZWQgdHlwZSAlZFxuIiwKLQkJCSAgICBmcmVl ZnJhZy0+ZmZfamRlcC0+d2tfdHlwZSk7CisJCQlQQU5JQygiVW5leHBlY3RlZCB0eXBlICVk IiwgZnJlZWZyYWctPmZmX2pkZXAtPndrX3R5cGUpOwogCQljYW5jZWxfam5ld2JsayhXS19K TkVXQkxLKGZyZWVmcmFnLT5mZl9qZGVwKSwgJndraGQpOwogCX0KIAlGUkVFX0xPQ0soJmxr KTsKQEAgLTgyMTQsNyArODIxMyw3IEBAIHNvZnRkZXBfc2V0dXBfZGlyZWN0b3J5X2FkZChi cCwgZHAsIGRpcm9mZnNldCwgbmV3aW51bSwgbmV3ZGlyYnAsIGlzbmV3YmxrKQogCXBhZ2Vk ZXBfbG9va3VwKG1wLCBicCwgZHAtPmlfbnVtYmVyLCBsYm4sIERFUEFMTE9DLCAmcGFnZWRl cCk7CiAjaWZkZWYgREVCVUcKIAlpZiAoZGlyYWRkX2xvb2t1cChwYWdlZGVwLCBvZmZzZXQp ICE9IE5VTEwpCi0JCVBBTklDKCIlcCBhbHJlYWR5IGF0IG9mZiAlZFxuIiwKKwkJUEFOSUMo IiVwIGFscmVhZHkgYXQgb2ZmICVkIiwKIAkJICAgIGRpcmFkZF9sb29rdXAocGFnZWRlcCwg b2Zmc2V0KSwgb2Zmc2V0KTsKICNlbmRpZgogCWRhcC0+ZGFfcGFnZWRlcCA9IHBhZ2VkZXA7 CkBAIC04NzM0LDcgKzg3MzMsNyBAQCBjYW5jZWxfbWtkaXJfZG90ZG90KGlwLCBkaXJyZW0s IGpyZW1yZWYpCiAJCWlmIChta2Rpci0+bWRfZGlyYWRkID09IGRhcCAmJiBta2Rpci0+bWRf c3RhdGUgJiBNS0RJUl9QQVJFTlQpCiAJCQlicmVhazsKIAlpZiAobWtkaXIgPT0gTlVMTCkK LQkJUEFOSUMoIlVuYWJsZSB0byBmaW5kIG1rZGlyXG4iKTsKKwkJUEFOSUMoIlVuYWJsZSB0 byBmaW5kIG1rZGlyIik7CiAJaWYgKChqYWRkcmVmID0gbWtkaXItPm1kX2phZGRyZWYpICE9 IE5VTEwpIHsKIAkJbWtkaXItPm1kX2phZGRyZWYgPSBOVUxMOwogCQlqYWRkcmVmLT5qYV9z dGF0ZSAmPSB+TUtESVJfUEFSRU5UOwpAQCAtODkyNiw3ICs4OTI1LDcgQEAgbmV3ZGlycmVt KGJwLCBkcCwgaXAsIGlzcm1kaXIsIHByZXZkaXJyZW1wKQogCiAJCUxJU1RfRk9SRUFDSCh3 aywgJmRpcnJlbS0+ZG1fandvcmssIHdrX2xpc3QpCiAJCQlpZiAod2stPndrX3N0YXRlICYg KE1LRElSX0JPRFkgfCBNS0RJUl9QQVJFTlQpKQotCQkJCVBBTklDKCJiYWQgd2sgJXAgKDB4 JVgpXG4iLCB3aywgd2stPndrX3N0YXRlKTsKKwkJCQlQQU5JQygiYmFkIHdrICVwICgweCVY KSIsIHdrLCB3ay0+d2tfc3RhdGUpOwogCX0KICNlbmRpZgogCkBAIC05MjUzLDcgKzkyNTIs NyBAQCB1bmxpbmtlZF9pbm9kZWRlcChtcCwgaW5vZGVkZXApCiAJdW1wID0gVkZTVE9VRlMo bXApOwogCXVtcC0+dW1fZnMtPmZzX2Ztb2QgPSAxOwogCWlmIChpbm9kZWRlcC0+aWRfc3Rh dGUgJiBVTkxJTktFRCkKLQkJUEFOSUMoIiVwIGFscmVhZHkgdW5saW5rZWRcbiIsIGlub2Rl ZGVwKTsKKwkJUEFOSUMoIiVwIGFscmVhZHkgdW5saW5rZWQiLCBpbm9kZWRlcCk7CiAJaW5v ZGVkZXAtPmlkX3N0YXRlIHw9IFVOTElOS0VEOwogCVRBSUxRX0lOU0VSVF9IRUFEKCZ1bXAt PnNvZnRkZXBfdW5saW5rZWQsIGlub2RlZGVwLCBpZF91bmxpbmtlZCk7CiB9CkBAIC0xMDYy Myw3ICsxMDYyMiw3IEBAIHNvZnRkZXBfZGlza193cml0ZV9jb21wbGV0ZShicCkKIAkJV09S S0xJU1RfUkVNT1ZFKHdrKTsKIAkJZGVwX3dyaXRlW3drLT53a190eXBlXSsrOwogCQlpZiAo d2sgPT0gb3drKQotCQkJUEFOSUMoImR1cGxpY2F0ZSB3b3JrbGlzdDogJXBcbiIsIHdrKTsK KwkJCVBBTklDKCJkdXBsaWNhdGUgd29ya2xpc3Q6ICVwIiwgd2spOwogCQlvd2sgPSB3azsK IAkJc3dpdGNoICh3ay0+d2tfdHlwZSkgewogCkBAIC0xMDg1MSw3ICsxMDg1MCw3IEBAIGhh bmRsZV9qd29yayh3a2hkKQogCQkJaGFuZGxlX3dyaXR0ZW5fZnJlZXdvcmsoV0tfRlJFRVdP Uksod2spKTsKIAkJCWNvbnRpbnVlOwogCQlkZWZhdWx0OgotCQkJUEFOSUMoIlVua25vd24g dHlwZSAlc1xuIiwgVFlQRU5BTUUod2stPndrX3R5cGUpKTsKKwkJCVBBTklDKCJVbmtub3du IHR5cGUgJXMiLCBUWVBFTkFNRSh3ay0+d2tfdHlwZSkpOwogCQl9CiAJfQogfQpAQCAtMTEz OTMsNyArMTEzOTIsNyBAQCBoYW5kbGVfd3JpdHRlbl9ibXNhZmVtYXAoYm1zYWZlbWFwLCBi cCkKIAlpbnQgY2hnczsKIAogCWlmICgoYm1zYWZlbWFwLT5zbV9zdGF0ZSAmIElPU1RBUlRF RCkgPT0gMCkKLQkJUEFOSUMoIk5vdCBzdGFydGVkXG4iKTsKKwkJUEFOSUMoIk5vdCBzdGFy dGVkIik7CiAJdW1wID0gVkZTVE9VRlMoYm1zYWZlbWFwLT5zbV9saXN0LndrX21wKTsKIAlj aGdzID0gMDsKIAlibXNhZmVtYXAtPnNtX3N0YXRlICY9IH5JT1NUQVJURUQ7CmRpZmYgLS1n aXQgYS9zeXMvdWZzL3Vmcy91ZnNfbG9va3VwLmMgYi9zeXMvdWZzL3Vmcy91ZnNfbG9va3Vw LmMKaW5kZXggMTc2Yzg3OS4uYmVmOTgyMiAxMDA2NDQKLS0tIGEvc3lzL3Vmcy91ZnMvdWZz X2xvb2t1cC5jCisrKyBiL3N5cy91ZnMvdWZzL3Vmc19sb29rdXAuYwpAQCAtMTIxMSw3ICsx MjExLDcgQEAgdWZzX2RpcnJlbW92ZShkdnAsIGlwLCBmbGFncywgaXNybWRpcikKIAkJdWZz ZGlyaGFzaF9yZW1vdmUoZHAsIHJlcCwgZHAtPmlfb2Zmc2V0KTsKICNlbmRpZgogCWlmIChp cCAmJiByZXAtPmRfaW5vICE9IGlwLT5pX251bWJlcikKLQkJUEFOSUMoImlwICVqdSBkb2Vz IG5vdCBtYXRjaCBkaXJlbnQgaW5vICVqdVxuIiwKKwkJUEFOSUMoImlwICVqdSBkb2VzIG5v dCBtYXRjaCBkaXJlbnQgaW5vICVqdSIsCiAJCSAgICAodWludG1heF90KWlwLT5pX251bWJl ciwgKHVpbnRtYXhfdClyZXAtPmRfaW5vKTsKIAlpZiAoZHAtPmlfY291bnQgPT0gMCkgewog CQkvKgpAQCAtMTQ2OCw3ICsxNDY4LDcgQEAgdWZzX2NoZWNrcGF0aChpbm9fdCBzb3VyY2Vf aW5vLCBpbm9fdCBwYXJlbnRfaW5vLCBzdHJ1Y3QgaW5vZGUgKnRhcmdldCwgc3RydWN0IHUK IAl9CiAKIAlpZiAoZXJyb3IgPT0gRU5PVERJUikKLQkJUEFOSUMoIi4uIG5vdCBhIGRpcmVj dG9yeVxuIik7CisJCVBBTklDKCIuLiBub3QgYSBkaXJlY3RvcnkiKTsKIAlpZiAodnAgIT0g dHZwKQogCQl2cHV0KHZwKTsKIAlyZXR1cm4gKGVycm9yKTsKZGlmZiAtLWdpdCBhL3N5cy91 ZnMvdWZzL3Vmc192bm9wcy5jIGIvc3lzL3Vmcy91ZnMvdWZzX3Zub3BzLmMKaW5kZXggNjI0 MDE5MC4uZmE1YzhkNCAxMDA2NDQKLS0tIGEvc3lzL3Vmcy91ZnMvdWZzX3Zub3BzLmMKKysr IGIvc3lzL3Vmcy91ZnMvdWZzX3Zub3BzLmMKQEAgLTE1MDMsNyArMTUwMyw3IEBAIHJlbG9j azoKIAkJaWYgKGVycm9yKQogCQkJUEFOSUMoImZyb20gZW50cnkgd2VudCBhd2F5ISIpOwog CQlpZiAoaW5vICE9IGZpcC0+aV9udW1iZXIpCi0JCQlQQU5JQygiaW5vIG1pc21hdGNoICVq dSAhPSAlanVcbiIsCisJCQlQQU5JQygiaW5vIG1pc21hdGNoICVqdSAhPSAlanUiLAogCQkJ ICAgICh1aW50bWF4X3QpaW5vLCAodWludG1heF90KWZpcC0+aV9udW1iZXIpOwogCX0KIAkv KgotLSAKMS44LjEuMgoK --------------080109060307080707080700-- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------080109060307080707080700 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 14:50:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 94A1C637 for ; Sun, 3 Feb 2013 14:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 79DE1A67 for ; Sun, 3 Feb 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13Eo08G020061 for ; Sun, 3 Feb 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13Eo0Id020060; Sun, 3 Feb 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2013 14:50:00 GMT Resent-Message-Id: <201302031450.r13Eo0Id020060@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, Olivier Cochard-Labbe Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 02CCF51E for ; Sun, 3 Feb 2013 14:43:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E7562A45 for ; Sun, 3 Feb 2013 14:43:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r13EhMQc072756 for ; Sun, 3 Feb 2013 14:43:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r13EhM1A072755; Sun, 3 Feb 2013 14:43:22 GMT (envelope-from nobody) Message-Id: <201302031443.r13EhM1A072755@red.freebsd.org> Date: Sun, 3 Feb 2013 14:43:22 GMT From: Olivier Cochard-Labbe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: bin/175799: Adding more tools to be used by operator group members (reboot, apm, acpiconf) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:50:00 -0000 >Number: 175799 >Category: bin >Synopsis: Adding more tools to be used by operator group members (reboot, apm, acpiconf) >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 Feb 03 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbe >Release: -current >Organization: >Environment: FreeBSD bigdev.bsdrp.net 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r245977M: Sun Jan 27 13:56:05 CET 2013 root@bigdev.bsdrp.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There are only 2 useable tools by "operator" group members: shutdown (and its child: poweroff, halt, etc…) and mksnap_ffs. On my HAL-less laptop, I've put my user in the operator group that let me reboot/power-off it with shutdown. But I would to be able to suspend-resume it too with zzz (that call apm and acpiconf). Here is the list of tool useable by operator group: /sbin/reboot/ /usr/sbin/apm /usr/sbin/acpiconf Here is the thread on the -current mailing-list regarding this proposal: http://lists.freebsd.org/pipermail/freebsd-current/2013-January/039198.html >How-To-Repeat: >Fix: By applying the simple attached patch. Patch attached with submission follows: Index: sbin/reboot/Makefile =================================================================== --- sbin/reboot/Makefile (revision 245914) +++ sbin/reboot/Makefile (working copy) @@ -14,6 +14,10 @@ MLINKS+= boot_i386.8 boot.8 .endif +BINOWN= root +BINGRP= operator +BINMODE=4550 + LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \ ${BINDIR}/reboot ${BINDIR}/fasthalt Index: sys/amd64/conf/GENERIC =================================================================== --- sys/amd64/conf/GENERIC (revision 245914) +++ sys/amd64/conf/GENERIC (working copy) @@ -80,11 +80,11 @@ options DDB # Support DDB. options GDB # Support remote GDB. options DEADLKRES # Enable the deadlock resolver -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS # Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones +#options INVARIANTS # Enable calls of extra sanity checking +#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS +#options WITNESS # Enable checks to detect deadlocks and cycles +#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed +#options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel Index: usr.sbin/acpi/acpiconf/Makefile =================================================================== --- usr.sbin/acpi/acpiconf/Makefile (revision 245914) +++ usr.sbin/acpi/acpiconf/Makefile (working copy) @@ -4,4 +4,8 @@ PROG= acpiconf MAN= acpiconf.8 +BINOWN= root +BINGRP= operator +BINMODE=4550 + .include Index: usr.sbin/apm/Makefile =================================================================== --- usr.sbin/apm/Makefile (revision 245914) +++ usr.sbin/apm/Makefile (working copy) @@ -5,4 +5,8 @@ MLINKS= apm.8 apmconf.8 MANSUBDIR= /${MACHINE_CPUARCH} +BINOWN= root +BINGRP= operator +BINMODE=4550 + .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 15:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41381944 for ; Sun, 3 Feb 2013 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEE7AF7 for ; Sun, 3 Feb 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13F00uO023843 for ; Sun, 3 Feb 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13F00d1023837; Sun, 3 Feb 2013 15:00:00 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 15:00:00 GMT Message-Id: <201302031500.r13F00d1023837@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Subject: Re: bin/175799: Adding more tools to be used by operator group members (reboot, apm, acpiconf) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 15:00:01 -0000 The following reply was made to PR bin/175799; it has been noted by GNATS. From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= To: bug-followup@freebsd.org Cc: Subject: Re: bin/175799: Adding more tools to be used by operator group members (reboot, apm, acpiconf) Date: Sun, 3 Feb 2013 15:54:53 +0100 --bcaec5015f0913dbfc04d4d32a2e Content-Type: text/plain; charset=ISO-8859-1 Oops, it was the wrong patch, here is the good one (that didn't touch the generic kernel config file). --bcaec5015f0913dbfc04d4d32a2e Content-Type: text/plain; charset=US-ASCII; name="More.use.of.operator.group.diff.txt" Content-Disposition: attachment; filename="More.use.of.operator.group.diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hcqbaojy0 SW5kZXg6IHNiaW4vcmVib290L01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIHNiaW4vcmVib290L01h a2VmaWxlCShyZXZpc2lvbiAyNDU5MTQpCisrKyBzYmluL3JlYm9vdC9NYWtlZmlsZQkod29ya2lu ZyBjb3B5KQpAQCAtMTQsNiArMTQsMTAgQEAKIE1MSU5LUys9IGJvb3RfaTM4Ni44IGJvb3QuOAog LmVuZGlmCiAKK0JJTk9XTj0gcm9vdAorQklOR1JQPSBvcGVyYXRvcgorQklOTU9ERT00NTUwCisK IExJTktTPQkke0JJTkRJUn0vcmVib290ICR7QklORElSfS9oYWx0ICR7QklORElSfS9yZWJvb3Qg JHtCSU5ESVJ9L2Zhc3Rib290IFwKIAkke0JJTkRJUn0vcmVib290ICR7QklORElSfS9mYXN0aGFs dAogCkluZGV4OiB1c3Iuc2Jpbi9hY3BpL2FjcGljb25mL01ha2VmaWxlCj09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0t IHVzci5zYmluL2FjcGkvYWNwaWNvbmYvTWFrZWZpbGUJKHJldmlzaW9uIDI0NTkxNCkKKysrIHVz ci5zYmluL2FjcGkvYWNwaWNvbmYvTWFrZWZpbGUJKHdvcmtpbmcgY29weSkKQEAgLTQsNCArNCw4 IEBACiBQUk9HPQlhY3BpY29uZgogTUFOPQlhY3BpY29uZi44CiAKK0JJTk9XTj0gcm9vdAorQklO R1JQPSBvcGVyYXRvcgorQklOTU9ERT00NTUwCisKIC5pbmNsdWRlIDxic2QucHJvZy5taz4KSW5k ZXg6IHVzci5zYmluL2FwbS9NYWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSB1c3Iuc2Jpbi9hcG0vTWFr ZWZpbGUJKHJldmlzaW9uIDI0NTkxNCkKKysrIHVzci5zYmluL2FwbS9NYWtlZmlsZQkod29ya2lu ZyBjb3B5KQpAQCAtNSw0ICs1LDggQEAKIE1MSU5LUz0JYXBtLjggYXBtY29uZi44CiBNQU5TVUJE SVI9IC8ke01BQ0hJTkVfQ1BVQVJDSH0KIAorQklOT1dOPSByb290CitCSU5HUlA9IG9wZXJhdG9y CitCSU5NT0RFPTQ1NTAKKwogLmluY2x1ZGUgPGJzZC5wcm9nLm1rPgo= --bcaec5015f0913dbfc04d4d32a2e-- From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 20:30:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5489C69F for ; Sun, 3 Feb 2013 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EA89C93E for ; Sun, 3 Feb 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13KU1me039579 for ; Sun, 3 Feb 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13KU1Yo039578; Sun, 3 Feb 2013 20:30:01 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 20:30:01 GMT Message-Id: <201302032030.r13KU1Yo039578@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jilles Tjoelker Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 20:30:02 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: Jilles Tjoelker To: Giorgos Keramidas Cc: Jukka Ukkonen , freebsd-gnats-submit@FreeBSD.org, davidxu@FreeBSD.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Sun, 3 Feb 2013 21:20:31 +0100 On Sun, Feb 03, 2013 at 06:25:25AM +0100, Giorgos Keramidas wrote: > On 2013-01-29 18:03, Jukka Ukkonen wrote: > > >Number: 175674 > > >Category: kern > > >Synopsis: sem_open() should use O_EXLOCK with open() instead of a separate flock() call > > > >Environment: > > FreeBSD sleipnir 9.1-STABLE FreeBSD 9.1-STABLE #2 r246056M: Tue Jan 29 07:33:01 EET 2013 root@sleipnir:/usr/obj/usr/src/sys/Sleipnir amd64 > > >Description: > > sem_open() is calling flock() to set a lock on a newly created file descriptor. > > That is pointless. The open() call a few lines before the flock() could, and > > in my opinion should, be done with the O_EXLOCK flag set. > It's also a bit safer to obtain the exclusive lock atomically before > open() returns. Waiting for open() to complete and then calling flock() > has a race condition. > Jilles and David, do you think this patch looks ok for libc? > > Patch attached with submission follows: > > > > --- lib/libc/gen/sem_new.c.flock 2012-11-09 18:50:05.000000000 +0200 > > +++ lib/libc/gen/sem_new.c 2012-11-09 18:44:59.000000000 +0200 > > @@ -198,11 +198,13 @@ > > goto error; > > } > > > > - fd = _open(path, flags|O_RDWR|O_CLOEXEC, mode); > > + fd = _open(path, flags|O_RDWR|O_CLOEXEC|O_EXLOCK, mode); > > if (fd == -1) > > goto error; > > +#if 0 > > if (flock(fd, LOCK_EX) == -1) > > goto error; > > +#endif > > if (_fstat(fd, &sb)) { > > flock(fd, LOCK_UN); > > goto error; For a reason unknown to me, open(2) does not restart but always returns [EINTR] when a signal is caught. This is not POSIX-compliant. On the other hand, flock(2) is not broken in this way. So this change breaks sem_open(3) in the unlikely case that a signal with SA_RESTART arrives while it is waiting for the lock. The best way to fix this is in kern_openat() in the kernel but this might cause compatibility issues. The #if 0 is silly; we have version control to restore old code if need be. -- Jilles Tjoelker From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 21:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 48E57136 for ; Sun, 3 Feb 2013 21:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2D287A1C for ; Sun, 3 Feb 2013 21:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13L018A044440 for ; Sun, 3 Feb 2013 21:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13L01PG044439; Sun, 3 Feb 2013 21:00:01 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 21:00:01 GMT Message-Id: <201302032100.r13L01PG044439@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 21:00:01 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: Giorgos Keramidas To: Jilles Tjoelker Cc: Jukka Ukkonen , freebsd-gnats-submit@FreeBSD.org, davidxu@FreeBSD.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Sun, 3 Feb 2013 21:49:55 +0100 On 2013-02-03 21:20, Jilles Tjoelker wrote: > On Sun, Feb 03, 2013 at 06:25:25AM +0100, Giorgos Keramidas wrote: > > On 2013-01-29 18:03, Jukka Ukkonen wrote: > > > >Number: 175674 > > > >Category: kern > > > >Synopsis: sem_open() should use O_EXLOCK with open() instead of a separate flock() call > > > > > >Environment: > > > FreeBSD sleipnir 9.1-STABLE FreeBSD 9.1-STABLE #2 r246056M: Tue Jan 29 07:33:01 EET 2013 root@sleipnir:/usr/obj/usr/src/sys/Sleipnir amd64 > > > >Description: > > > sem_open() is calling flock() to set a lock on a newly created file descriptor. > > > That is pointless. The open() call a few lines before the flock() could, and > > > in my opinion should, be done with the O_EXLOCK flag set. > > > It's also a bit safer to obtain the exclusive lock atomically before > > open() returns. Waiting for open() to complete and then calling flock() > > has a race condition. > > > Jilles and David, do you think this patch looks ok for libc? > > > > Patch attached with submission follows: > > > > > > --- lib/libc/gen/sem_new.c.flock 2012-11-09 18:50:05.000000000 +0200 > > > +++ lib/libc/gen/sem_new.c 2012-11-09 18:44:59.000000000 +0200 > > > @@ -198,11 +198,13 @@ > > > goto error; > > > } > > > > > > - fd = _open(path, flags|O_RDWR|O_CLOEXEC, mode); > > > + fd = _open(path, flags|O_RDWR|O_CLOEXEC|O_EXLOCK, mode); > > > if (fd == -1) > > > goto error; > > > +#if 0 > > > if (flock(fd, LOCK_EX) == -1) > > > goto error; > > > +#endif > > > if (_fstat(fd, &sb)) { > > > flock(fd, LOCK_UN); > > > goto error; > > For a reason unknown to me, open(2) does not restart but always > returns [EINTR] when a signal is caught. This is not POSIX-compliant. > On the other hand, flock(2) is not broken in this way. So this change > breaks sem_open(3) in the unlikely case that a signal with SA_RESTART > arrives while it is waiting for the lock. I see where kern_openat() returns an error when vn_open is interrupted: 1083 error = vn_open(&nd, &flags, cmode, fp); 1084 if (error) { .... 1109 if (error == ERESTART) 1110 error = EINTR; 1111 goto bad; 1112 } > The best way to fix this is in kern_openat() in the kernel but this > might cause compatibility issues. Not sure if there would be serious compatibility problems if open() would automatically restart instead of returning EINTR. It definitely seems a rather intrusive change though. > The #if 0 is silly; we have version control to restore old code if > need be. That's true. I'm guessing the OP wanted to keep this around for testing purposes. We don't really need the old code in an #if 0 block. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 01:05:20 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 454C5273; Mon, 4 Feb 2013 01:05:20 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1462F27E; Mon, 4 Feb 2013 01:05:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1415J4Z010297; Mon, 4 Feb 2013 01:05:19 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1415JoU010290; Mon, 4 Feb 2013 01:05:19 GMT (envelope-from eadler) Date: Mon, 4 Feb 2013 01:05:19 GMT Message-Id: <201302040105.r1415JoU010290@freefall.freebsd.org> To: andrsn@andrsn.stanford.edu, eadler@FreeBSD.org, eadler@FreeBSD.org, freebsd-bugs@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: conf/19573: Dot Files for Optional Shells X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:05:20 -0000 Synopsis: Dot Files for Optional Shells State-Changed-From-To: suspended->open State-Changed-By: eadler State-Changed-When: Mon Feb 4 01:05:16 UTC 2013 State-Changed-Why: I just don't have time to deal with this Responsible-Changed-From-To: eadler->freebsd-bugs Responsible-Changed-By: eadler Responsible-Changed-When: Mon Feb 4 01:05:16 UTC 2013 Responsible-Changed-Why: I just don't have time to deal with this http://www.freebsd.org/cgi/query-pr.cgi?pr=19573 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 01:53:04 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D1522234 for ; Mon, 4 Feb 2013 01:53:04 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB1D68F for ; Mon, 4 Feb 2013 01:53:04 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gw10so4179342lab.13 for ; Sun, 03 Feb 2013 17:53:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=aYljp8f7H0Ou4W1w6VcVYYuiKWxvjTNn9WJE8qJT+FE=; b=ZSD2c8b10twCP4JE0sLUcWtOtdufdUX/vaOP7SXuzOyQzxML9swzmwIcH+hdShu0Dh Wq4mQqCVQT3I6seycVqZOndxiS8GNQxgnOgOzHONnixp2jPWhxGcA9Agm4AKLZK8t0zl gKul6veNcoDsyhW2t7Sf06y2buJ0U7Imqm/6o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=aYljp8f7H0Ou4W1w6VcVYYuiKWxvjTNn9WJE8qJT+FE=; b=KbZ0PuFiIw3lnH6nbe5pMqEJ+Yyp10nAycoM/v3DQxE0v+J1Hgwy69AD1dXo5SJ//h xDd6jkbKpg6k4IulmSxprML0YYfS7cBVZ9qll4JW1e65qC92qOkSnZSCIAOjqBqGQfkL M3MXryC94tAR5LDcjgxku1FJbD+PvTsDicwMMTBiSwFklWjq5/Aq3QbziV/Wod69yLHc 24nhXT3LQWnQJih0t82J0zYjIKgTZx8UuRcVuaJIQ4nwOXXcx4yGD1+dSdgzWdcmQPiS P226g5BnJhWAfwAQKqF9Zrmv6jl7QwdNTgn9TnHL2fAt5VRF8Aw0Wl2NKuV4KC26PKWK dpzA== X-Received: by 10.112.17.137 with SMTP id o9mr7747634lbd.15.1359942783178; Sun, 03 Feb 2013 17:53:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Sun, 3 Feb 2013 17:52:32 -0800 (PST) In-Reply-To: <201302032100.r13L01PG044439@freefall.freebsd.org> References: <201302032100.r13L01PG044439@freefall.freebsd.org> From: Eitan Adler Date: Sun, 3 Feb 2013 20:52:32 -0500 Message-ID: Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call To: Giorgos Keramidas , Jilles Tjoelker Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkwggvS8/YaCuFn/C/cf/oSzXm7YCzJaaJw+yRlmSEz/2AgME7orjgftk0gsoEPvRyQGvgk Cc: freebsd-bugs@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:53:04 -0000 On 3 February 2013 16:00, Giorgos Keramidas wrote: > The following reply was made to PR kern/175674; it has been noted by GNATS. > > The best way to fix this is in kern_openat() in the kernel but this > > might cause compatibility issues. > > Not sure if there would be serious compatibility problems if open() would > automatically restart instead of returning EINTR. It definitely seems a rather > intrusive change though. I can not see major application breakage should open(3) be changed. That said, I am confused by jilles' comment: http://pubs.opengroup.org/onlinepubs/000095399/functions/open.html open(3) is permitted to return EINTR. -- Eitan Adler From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 02:10:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 74BB04B9 for ; Mon, 4 Feb 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 448B8729 for ; Mon, 4 Feb 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r142A1nD023256 for ; Mon, 4 Feb 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r142A1NR023255; Mon, 4 Feb 2013 02:10:01 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 02:10:01 GMT Message-Id: <201302040210.r142A1NR023255@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Xu Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 02:10:01 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: David Xu To: Jilles Tjoelker Cc: Giorgos Keramidas , Jukka Ukkonen , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Mon, 04 Feb 2013 10:08:54 +0800 On 2013/02/04 04:20, Jilles Tjoelker wrote: > On Sun, Feb 03, 2013 at 06:25:25AM +0100, Giorgos Keramidas wrote: >> On 2013-01-29 18:03, Jukka Ukkonen wrote: >>>> Number: 175674 >>>> Category: kern >>>> Synopsis: sem_open() should use O_EXLOCK with open() instead of a separate flock() call >> >>>> Environment: >>> FreeBSD sleipnir 9.1-STABLE FreeBSD 9.1-STABLE #2 r246056M: Tue Jan 29 07:33:01 EET 2013 root@sleipnir:/usr/obj/usr/src/sys/Sleipnir amd64 >>>> Description: >>> sem_open() is calling flock() to set a lock on a newly created file descriptor. >>> That is pointless. The open() call a few lines before the flock() could, and >>> in my opinion should, be done with the O_EXLOCK flag set. > >> It's also a bit safer to obtain the exclusive lock atomically before >> open() returns. Waiting for open() to complete and then calling flock() >> has a race condition. > >> Jilles and David, do you think this patch looks ok for libc? > >>> Patch attached with submission follows: >>> >>> --- lib/libc/gen/sem_new.c.flock 2012-11-09 18:50:05.000000000 +0200 >>> +++ lib/libc/gen/sem_new.c 2012-11-09 18:44:59.000000000 +0200 >>> @@ -198,11 +198,13 @@ >>> goto error; >>> } >>> >>> - fd = _open(path, flags|O_RDWR|O_CLOEXEC, mode); >>> + fd = _open(path, flags|O_RDWR|O_CLOEXEC|O_EXLOCK, mode); >>> if (fd == -1) >>> goto error; >>> +#if 0 >>> if (flock(fd, LOCK_EX) == -1) >>> goto error; >>> +#endif >>> if (_fstat(fd, &sb)) { >>> flock(fd, LOCK_UN); >>> goto error; > > For a reason unknown to me, open(2) does not restart but always returns > [EINTR] when a signal is caught. This is not POSIX-compliant. On the > other hand, flock(2) is not broken in this way. So this change breaks > sem_open(3) in the unlikely case that a signal with SA_RESTART arrives > while it is waiting for the lock. > > The best way to fix this is in kern_openat() in the kernel but this > might cause compatibility issues. > > The #if 0 is silly; we have version control to restore old code if need > be. > Note that EINTR is allowed to be returned for sem_open(). http://pubs.opengroup.org/onlinepubs/009604499/functions/sem_open.html Regards, David Xu From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 02:10:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 625114BA for ; Mon, 4 Feb 2013 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3887D72A for ; Mon, 4 Feb 2013 02:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r142A25v023262 for ; Mon, 4 Feb 2013 02:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r142A2gb023261; Mon, 4 Feb 2013 02:10:02 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 02:10:02 GMT Message-Id: <201302040210.r142A2gb023261@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Xu Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 02:10:02 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: David Xu To: Giorgos Keramidas Cc: Jukka Ukkonen , freebsd-gnats-submit@FreeBSD.org, jilles@FreeBSD.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Mon, 04 Feb 2013 10:05:31 +0800 On 2013/02/03 13:25, Giorgos Keramidas wrote: > On 2013-01-29 18:03, Jukka Ukkonen wrote: >>> Number: 175674 >>> Category: kern >>> Synopsis: sem_open() should use O_EXLOCK with open() instead of a separate flock() call > >>> Environment: >> FreeBSD sleipnir 9.1-STABLE FreeBSD 9.1-STABLE #2 r246056M: Tue Jan 29 07:33:01 EET 2013 root@sleipnir:/usr/obj/usr/src/sys/Sleipnir amd64 >>> Description: >> sem_open() is calling flock() to set a lock on a newly created file descriptor. >> That is pointless. The open() call a few lines before the flock() could, and >> in my opinion should, be done with the O_EXLOCK flag set. > > It's also a bit safer to obtain the exclusive lock atomically before > open() returns. Waiting for open() to complete and then calling flock() > has a race condition. > > Jilles and David, do you think this patch looks ok for libc? > >> Patch attached with submission follows: >> >> --- lib/libc/gen/sem_new.c.flock 2012-11-09 18:50:05.000000000 +0200 >> +++ lib/libc/gen/sem_new.c 2012-11-09 18:44:59.000000000 +0200 >> @@ -198,11 +198,13 @@ >> goto error; >> } >> >> - fd = _open(path, flags|O_RDWR|O_CLOEXEC, mode); >> + fd = _open(path, flags|O_RDWR|O_CLOEXEC|O_EXLOCK, mode); >> if (fd == -1) >> goto error; >> +#if 0 >> if (flock(fd, LOCK_EX) == -1) >> goto error; >> +#endif >> if (_fstat(fd, &sb)) { >> flock(fd, LOCK_UN); >> goto error; > > I don't think there is a race condition, the flock is used to ensure the semaphore is already initialized, whether you use flock or E_EXLOCK, they are same, because only one thread can lock the file at same time, and in locked state, the code checks and initializes semaphore if it is needed. Regards, David Xu From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 02:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A6F09E44 for ; Mon, 4 Feb 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9786D853 for ; Mon, 4 Feb 2013 02:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r142e1hD029471 for ; Mon, 4 Feb 2013 02:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r142e1Bd029466; Mon, 4 Feb 2013 02:40:01 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 02:40:01 GMT Message-Id: <201302040240.r142e1Bd029466@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eitan Adler Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Eitan Adler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 02:40:01 -0000 The following reply was made to PR kern/175674; it has been noted by GNATS. From: Eitan Adler To: bug-followup Cc: Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Date: Sun, 3 Feb 2013 21:30:28 -0500 ---------- Forwarded message ---------- From: Eitan Adler Date: 3 February 2013 20:52 Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call To: Giorgos Keramidas , Jilles Tjoelker Cc: freebsd-bugs@freebsd.org On 3 February 2013 16:00, Giorgos Keramidas wrote: > The following reply was made to PR kern/175674; it has been noted by GNATS. > > The best way to fix this is in kern_openat() in the kernel but this > > might cause compatibility issues. > > Not sure if there would be serious compatibility problems if open() would > automatically restart instead of returning EINTR. It definitely seems a rather > intrusive change though. I can not see major application breakage should open(3) be changed. That said, I am confused by jilles' comment: http://pubs.opengroup.org/onlinepubs/000095399/functions/open.html open(3) is permitted to return EINTR. -- Eitan Adler -- Eitan Adler From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 06:36:52 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84ECFE4A; Mon, 4 Feb 2013 06:36:52 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.freebsd.org (Postfix) with ESMTP id 067EFF4B; Mon, 4 Feb 2013 06:36:51 +0000 (UTC) Received: from c211-30-173-106.carlnfd1.nsw.optusnet.com.au (c211-30-173-106.carlnfd1.nsw.optusnet.com.au [211.30.173.106]) by mail17.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r146aig9008570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Feb 2013 17:36:48 +1100 Date: Mon, 4 Feb 2013 17:36:44 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Giorgos Keramidas Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call In-Reply-To: <201302032100.r13L01PG044439@freefall.freebsd.org> Message-ID: <20130204162237.B1078@besplex.bde.org> References: <201302032100.r13L01PG044439@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.0 cv=RbTIkCRv c=1 sm=1 a=OaIvZTCE_5IA:10 a=kj9zAlcOel0A:10 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=BVas654tiecA:10 a=Qc3QxPwezwitF1xLe2MA:9 a=CjuIK1q_8ugA:10 a=TEtd8y5WR3g2ypngnwZWYw==:117 Cc: freebsd-bugs@FreeBSD.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 06:36:52 -0000 On Sun, 3 Feb 2013, Giorgos Keramidas wrote: > > For a reason unknown to me, open(2) does not restart but always > > returns [EINTR] when a signal is caught. This is not POSIX-compliant. Actually, it is restarting that would be POSIX-non-compliant. From an old POSIX draft: @ 27392 ERRORS @ 27393 The open( ) function shall fail if: @ ... @ 27399 [EINTR] A signal was caught during open( ). Since it says "shall", this is not optional. > I see where kern_openat() returns an error when vn_open is interrupted: > > 1083 error = vn_open(&nd, &flags, cmode, fp); > 1084 if (error) { > .... > 1109 if (error == ERESTART) > 1110 error = EINTR; > 1111 goto bad; > 1112 } This code is wrong for a different reason. Some lower layers return ERESTART when there was no interrupt, because they actually want to restart. The tty top layer and some drivers at least used to do this. This code breaks the restart, and also confuses applications by return EINTR when there is no interrupt. The above code is backwards compared with the usual handling of EINTR that is done for example in read(). Lower layers should return raw EINTR and let upper layers convert it to ERESTART, but the above does the reverse. I don't know why it does that. This hasn't changed since at least FreeBSD-1. > > The best way to fix this is in kern_openat() in the kernel but this > > might cause compatibility issues. > > Not sure if there would be serious compatibility problems if open() would > automatically restart instead of returning EINTR. It definitely seems a rather > intrusive change though. It would probably break something even if restarting were an option. But probably the breakage wouldn't be very serious. The EINTR handling is more of a problem for close(). The old POSIX draft says much the same for close(): @ 6918 If close( ) is interrupted by a signal that is to be caught, it shall return -1 with errno set to [EINTR] @ 6919 and the state of fildes is unspecified. If an I/O error occurred while reading from or writing to the @ 6920 file system during close( ), it may return -1 with errno set to [EIO]; if this error is returned, the @ 6921 state of fildes is unspecified. But this behaviour is unusable. EINTR from open() is easy to recover from in the application, but EINTR with the above specification is impossible to recover from. The above specification makes it even more unrecoverable that EIO, since it only says "may fail" for EIO. The latter requires the system to try very hard to recover before actually returning EIO. But any reasonable signal handling doesn't have the option of not returning EINTR. What it can do is try very hard to put filedes in a good state before returning. But without this state being specified, the application cannot recover. Moreover, most applications don't even check for success of close(). This gives broken behaviour for EIO too, but EIO is rare and usually really is unrecoverable. Returning of EINTR from close() was discussed in the POSIX list last year. I didn't like the results. Most systems are very broken in this area. POSIX requires close() on ttys to flush input, but to wait (possibly forever, but mostly limited by the length of the sysadmin's holidays) for any buffered output to drain. This is unusable, and most systems don't comply with it and have many bugs in their non-compliance. However, I just noticed that the above part of the spec allows almost any mishandling for EINTR -- since the state of filedes is unspecified, it can be anything, so weaselnix is not non-compliant when it flushes output before returning EINTR. Bruce From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 06:45:59 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B614F02; Mon, 4 Feb 2013 06:45:59 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx08.syd.optusnet.com.au (fallbackmx08.syd.optusnet.com.au [211.29.132.10]) by mx1.freebsd.org (Postfix) with ESMTP id 14984F8A; Mon, 4 Feb 2013 06:45:57 +0000 (UTC) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by fallbackmx08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r146juIv031266; Mon, 4 Feb 2013 17:45:56 +1100 Received: from c211-30-173-106.carlnfd1.nsw.optusnet.com.au (c211-30-173-106.carlnfd1.nsw.optusnet.com.au [211.30.173.106]) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r146jejn002133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Feb 2013 17:45:42 +1100 Date: Mon, 4 Feb 2013 17:45:40 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Eitan Adler Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call In-Reply-To: Message-ID: <20130204173830.K1078@besplex.bde.org> References: <201302032100.r13L01PG044439@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.0 cv=Zty1sKHG c=1 sm=1 a=OaIvZTCE_5IA:10 a=kj9zAlcOel0A:10 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=BVas654tiecA:10 a=6I5d2MoRAAAA:8 a=uZvujYp8AAAA:8 a=XzZWLXe3-GZ5s4uFJ2sA:9 a=CjuIK1q_8ugA:10 a=mcOWcEogsjYA:10 a=SV7veod9ZcQA:10 a=TEtd8y5WR3g2ypngnwZWYw==:117 Cc: freebsd-bugs@FreeBSD.org, Giorgos Keramidas , Jilles Tjoelker X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 06:45:59 -0000 On Sun, 3 Feb 2013, Eitan Adler wrote: > On 3 February 2013 16:00, Giorgos Keramidas wrote: >> The following reply was made to PR kern/175674; it has been noted by GNATS. >> > The best way to fix this is in kern_openat() in the kernel but this >> > might cause compatibility issues. >> >> Not sure if there would be serious compatibility problems if open() would >> automatically restart instead of returning EINTR. It definitely seems a rather >> intrusive change though. > > I can not see major application breakage should open(3) be changed. > > That said, I am confused by jilles' comment: > http://pubs.opengroup.org/onlinepubs/000095399/functions/open.html > open(3) is permitted to return EINTR. Actually, open(3) is _required_ to return EINTR (if a signal occurs). This hasn't changed since the old (2001) POSIX draft that I quoted in a more detailed reply. The wording is "shall fail...[with EINTR] if a signal was caught during open()". Only a perverse implementation of weaselnix would justify not returning EINTR by not catching signals. Bruce From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 11:08:25 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1194BE79 for ; Mon, 4 Feb 2013 11:08:25 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0323CE4F for ; Mon, 4 Feb 2013 11:08:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14B8OkL030904 for ; Mon, 4 Feb 2013 11:08:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14B8OC1030900 for freebsd-bugs@FreeBSD.org; Mon, 4 Feb 2013 11:08:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Feb 2013 11:08:24 GMT Message-Id: <201302041108.r14B8OC1030900@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 Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 11:08:25 -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 ports/175820 lx [PATCH] security/nacl: [SUMMARIZE CHANGES] f ports/175813 [patch] mail/dovecot2 doesn't detect libstemmer or ext o ports/175812 [patch] misc/findutils update to 4.5.11 o ports/175810 gnome [PATCH] x11/babl: mark MAKE_JOBS_UNSAFE f ports/175809 [PATCH] www/node, www/node-devel: fix build with nonde o ports/175808 swills [PATCH] irc/inspircd: update to 2.0.10 o ports/175806 [patch] misc/saaghar fixed some issue with portlint(1) o ports/175792 clsung [PATCH] devel/glog: update to 0.3.3 a bin/175790 eadler [patch] Fix Ken Thompson line in calendar.birthday f ports/175785 ak [patch] graphics/renrot remove SITE_PERL from RUN_DEPE o ports/175783 pgsql [PATCH] databases/postgresql92-server: Add ${PTHREAD_L o ports/175760 cy [PATCH] fix build of x11-wm/fvwm2 with clang o kern/175759 [headers] [patch] Correct data types for fields of str o kern/175757 xen [xen] [patch] xen pvhvm looses keyboard input from VNC o ports/175747 portmgr [patch][bsd.options.mk]: activate DEBUG o ports/175746 beech [PATCH] irc/eggdrop: Fix build with clang o bin/175743 [patch] Patches for kgdb(1) - improve test of argument o ports/175735 jlaffaye [PATCH] databases/soci: update to 3.1.0 o ports/175718 dinoex [PATCH] graphics/jpeg: fix OptionsNG f ports/175713 zeising [PATCH] dns/libidn plist issues o ports/175704 [patch] add new vuxml entry for dns/poweradmin o ports/175701 skv [patch] devel/otrs update to 3.2.1 version o ports/175698 kuriyama www/trac-accountmanager update to 0.5.12583 [patch] o ports/175697 clsung www/trac update to ver. 1.0 [patch] o ports/175696 python [PATCH] japanese/py-mecab: update to 0.995 and etc. o ports/175695 perl [PATCH] japanese/p5-MeCab: update to 0.995 and etc o ports/175684 vbox [patch] emulators/virtualbox-ose-kmod: Fix KMODDIR ins o kern/175674 [libc] [patch] sem_open() should use O_EXLOCK with ope p ports/175663 dinoex [PATCH]security/openssl: enable optimized NIST ECC on f ports/175656 [patch] databases/sqlite3: update to 3.7.15.2 p kern/175648 [libproc] [patch] Fix for buffer corruption in libproc o ports/175647 itetcu [PATCH] mail/dspam-devel: [SUMMARIZE CHANGES] o ports/175640 gnome [patch] print/freetype2: convert to optionsNG o ports/175634 [PATCH] unbreak graphics/kdegraphics3 build when clang f ports/175623 [PATCH] graphics/geos: update to 3.3.7 o usb/175599 usb [usbdevs][patch]Liebert UPS PSI1000 being assigned uhi o ports/175561 bapt [patch] [bsd.pkgng.mk] Enhancement to avoid pkgng "/bi o bin/175556 [PATCH] moused(8) virtual scrolling on alternate butto o kern/175546 [bktr] [patch] Kernel compilation crash in bktr driver o ports/175542 [PATCH] new port comms/ebook2cwgui o ports/175541 [PATCH] databases/py-swiftclient Fixed broken distfile f ports/175534 [patch] net-mgmt/rackmonkey: Fix a redirect o ports/175531 gnome [patch] sysutils/upower: correctly detect lid o kern/175530 melifaro [ipfw] [patch] lost dynamic IPFW rule for TCP session o kern/175514 des [patch] Support PKI in libfetch for HTTP over SSL (htt o ports/175508 kuriyama [PATCH] devel/p5-carton: update to 0.9.7 f ports/175496 swills [PATCH] textproc/p5-String-Format: update to 1.17 o ports/175466 dinoex [PATCH] graphics/gd: fix build after -CURRENT removal f ports/175457 [patch] net-mgmt/nagiosql update to 3.2.0 SP2 and othe o ports/175450 [patch] Get misc/gkx86info2 plugin to build on amd64 o ports/175432 x11 [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-f o ports/175430 avl [PATCH] textproc/dwdiff: update to 2.0.4 o bin/175425 [patch] kbdcontrol(1) printout about kbdmux isn't info o bin/175418 brooks [patch] update vis(3) and vis(1) to support multibyte o ports/175415 linimon [PATCH] add maintainer for ports f ports/175412 crees [PATCH] mail/elm Stop being interactive o ports/175411 vbox [PATCH] emulators/virtualbox-ose 4.2.6: popcnt bug f ports/175407 crees [PATCH] mail/courier Update to OPTIONSng o ports/175400 bapt [PATCH] devel/cdk: add MASTER_SITES, fix install permi o conf/175397 [patch] update /etc/protocols to IANA list from 2012-1 o conf/175394 [termcap] [patch] Suggested addition to termcap databa f ports/175380 [patch] mail/fetchyahoo: update to latest to work with f ports/175373 [patch] mail/getlive: need to update to latest CVS ver o ports/175372 culot [PATCH] www/py-rhodecode: update to 1.5.1 o ports/175368 python [patch] multimedia/py-mlt hangs on Generating temporar f ports/175359 [PATCH] finance/openerp-server: bump up version to 6.0 f ports/175358 [PATCH] finance/openerp-web: update to 6.0.4 o ports/175344 sunpoet [PATCH] www/pecl-APC: update to 3.1.14 o ports/175331 [PATCH] Many little spelling corrections o ports/175317 marcus [patch] ports-mgmt/portlint add new OPTIONS_* to @opti f ports/175315 swills [PATCH] textproc/mxml: update to 2.7 o conf/175311 rc [patch] add "dump" fs type support to rc.d/dumpon p usb/175296 hps [PATCH] disable fake CD mount for Atria HD phone o bin/175293 [patch] mtree(1): mtree "-u" option doesn't return err o ports/175276 gnome [patch] devel/py-gobject OPTIONSFILE eval order proble o kern/175260 adrian [asmc] [patch] add support for Macbook 3.1 o ports/175258 clsung [PATCH] japanese/mecab: add license information etc. o ports/175257 ruby [PATCH] japanese/ruby-mecab: Add license information e o ports/175252 gerald [patch]bsd.gcc.mk, USE_GCC=any when no gcc in base and o ports/175235 gnome [PATCH] lang/vala, lang/vala-vapigen update to 0.18.1 o ports/175223 amdmi3 [patch] graphics/mypaint: update to 1.1.0 a bin/175213 markj [patch] bsdgrep(1) segfaults upon malicious input o ports/175176 pav [PATCH] shells/rssh Add support for rsync 3 f ports/175162 [patch] lang/itcl -- update to 4.0.0 o ports/175149 jgh [patch] mail/mutt: adopt optionsNG o ports/175144 skv [PATCH] devel/otrs: update to version 3.1.12 f ports/175141 [PATCH] games/uqm: Update to 0.7.0 f ports/175116 [PATCH] www/trafficserver: update to 3.2.0 f ports/175109 lioux [patch] www/py-flexget: update to 07-Jan-2013 snapshot o ports/175104 dhn [PATCH] net/libosip: update to 4.0.0 o ports/175103 [PATCH] security/unhide: update to 20121229 f ports/175087 haskell [PATCH] lang/ghc: build fails if dblatex is installed o ports/175085 db [PATCH] update irc/ircd-hybrid to 8.0.4 o ports/175083 az [PATCH] net-p2p/rtorrent build with clang o conf/175079 rc [rc.subr] [patch] rc.subr poorly handles recursive run o ports/175068 [PATCH] net/proxychains: update to 4.4, take maintaine o ports/174989 acm [PATCH] games/sauerbraten: Update to 20130104 o bin/174974 [patch] bsnmpd(8): bsnmpd SNMPv3 engine discovery is b o docs/174966 doc [patch] Bug in chflags(2) man page o kern/174959 net [net] [patch] rnh_walktree_from visits spurious nodes o kern/174958 net [net] [patch] rnh_walktree_from makes unreasonable ass o ports/174951 [PATCH] games/vamos: added OptionsNG, icon, desktop en f ports/174945 swills [PATCH] ports-mgmt/genplist: update to 1.0 o conf/174937 [termcap] [patch] vt520's termcap entry lacks sc capab o ports/174911 [PATCH] cad/leocad: update to 0.79.1, take maintainers o bin/174905 [patch] make cron(8) honor rfc821, rfc5321, rfc2076, r o ports/174870 [PATCH] cad/qfsm: Changed comment, options, do-install o ports/174863 [PATCH] cad/xcircuit: update to 3.7.46,1, take maintai o ports/174862 [PATCH] chinese/scim-pinyin: update to 0.5.92, take ma o ports/174861 demon [PATCH] devel/p5-ExtUtils-ParseXS: update to 3.18 f ports/174860 [PATCH] ports-mgmt/porttools, ports-mgmt/portlint: Swi o kern/174851 net [bxe] [patch] UDP checksum offload is wrong in bxe dri o kern/174850 net [bxe] [patch] bxe driver does not receive multicasts o kern/174849 net [bxe] [patch] bxe driver can hang kernel when reset o kern/174848 [kernel] [patch] ps(1): ps -H option does not work wit o ports/174844 [PATCH] cad/electric-ng: update to 9.03, take maintain f ports/174836 [PATCH] sysutils/isomd5sum: update to 1.0.7 o bin/174831 [PATCH] geli(8) segfaults with the new locked memory l o ports/174818 vd [PATCH] ftp/wget 1.14 o bin/174816 [patch] nsupdate(1): nsupdate -l doesn't work when nam o ports/174815 [PATCH] print/cups-base: Fixed 3 fatal errors, icons, o usb/174814 usb [PATCH] support for MiFi 2200 o ports/174790 portmgr [bsd.port.mk] [patch] revert part of r303619, CPPFLAGS f ports/174785 [PATCH] security/libntlm: update to 1.3 o ports/174775 autotools [PATCH] devel/autoconf-wrapper: Fixed make reinstall f ports/174764 [patch] upgrade databases/postgis to 1.5.8 (fixes comp o bin/174715 [patch] calendar(1): define Content-Type / charset whe o bin/174714 gavin [patch] add fat16 support to gpart(8) p kern/174707 rakuco [ng_ubt] [patch] Add vendor IDs for Broadcom USB dongl o ports/174702 lx [PATCH] devel/libowfat fails to build with clang on CU o kern/174684 [tws] [patch] 3dm2 (or smartctl) triggers a kernel pan f ports/174678 [PATCH] sysutils/usbhotkey: update to 0.4 o ports/174668 clsung [PATCH] net/rubygem-simple_oauth: update to 0.2.0 o bin/174641 jasone [patch] jemalloc enhancement: allow MI request for min o misc/174625 [patch] Numerous typo fixes in comments/strings o ports/174624 sobomax [patch] Improving audio/flite o ports/174606 dhn [patch] sysutils/fusefs-curlftpfs: for 9.1R o ports/174567 [PATCH]: Fix mxml linking on amd64 o ports/174561 joerg [patch] upgrade devel/avr-binutils from 2.20.1 to 2.22 o ports/174560 joerg [patch] upgrade devel/avr-gcc from 4.5.1 to 4.6.2 o ports/174559 joerg [patch] add vendor patchset to devel/avr-libc o ports/174524 x11 [PATCH] devel/gccmakedep o ports/174513 philip [PATCH] www/py-recaptcha: update to 1.0.6 o ports/174505 scheidell [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-mes o ports/174482 [PATCH]: x11/slim Fix PAM error handling o ports/174476 scheidell [patch] mail/p5-Mail-SpamAssassin: no need to use PERL o arm/174461 arm [patch] Fix off-by-one in arm9/arm10 cache maintenance o ports/174446 x11 [patch] fix hang on startup in x11-drivers/xf86-video- o kern/174440 [patch][syscons] panic: mutex Giant not owned at kern/ o ports/174429 office [patch] add depends to editors/openoffice-3 o ports/174423 osa [PATCH] www/nginx: Add module o ports/174412 tj [PATCH] devel/buildbot-slave: update to 0.8.7p1, switc o ports/174338 multimedia [patch] multimedia/mkvtoolnix: update to 5.9.0 f ports/174303 [PATCH] Update devel/libgta to version 1.0.4 o ports/174290 swills [patch] emulators/open-vm-tools: fix compilation after o kern/174277 [ata] [patch] ata_attach() panic's on disabled disk f ports/174246 [PATCH] audio/libdssialsacompat: Fixed download o docs/174226 eadler [patch] faq: lock-order-reversal o conf/174225 [network.subr] [patch] add support for ipv6_addrs_IF s o bin/174214 [ofed] [patch] OFED userspace fails to build with clan o ports/174099 [PATCH] misc/wmweather+: update to 2.13, take maintain o bin/174073 [patch] style(9) fixes for xargs(1) o bin/174072 smh [patch] mptutil(8): capture cam related errors o conf/174071 [build] [patch] optimize SUBDIR_OVERRIDE in Makefile.i o conf/174070 re [build] [patch] Allow RELEASE_TARGETS to be user defin o ports/174069 [PATCH] misc/explosions: OptionsNG, added categories, o ports/174057 [PATCH] misc/cmatrix: OptionsNG, added license, mtx.pc o conf/174054 [periodic.subr] [patch] enhance periodic to work simil o conf/174052 [build] [patch] libssh should not depend upon gssapi l o conf/174051 [build] [patch] Make tcsh compilation optional at top- o conf/174050 [bsd.own.mk] [patch] move MK_CLANG_EXTRAS line further o kern/174048 [modules] [patch] Fix inconsistent ixgbe(4) KLD name o bin/174046 sysinstall [patch] bsdinstall(8): add missing DPADD definitions o kern/174033 hrs [patch] prune unused net.inet6 sysctls o kern/174032 hrs [patch] better document netinet6 sysctls and formattin o bin/174028 [patch] Fix some warnings with fsck_ffs(8) o ports/174022 [PATCH] games/gnurobots: Added OptionsNG, license, des o ports/174015 [PATCH] finance/venice: update to 0.751beta, take main p bin/174011 pfg [patch] crunchide(1): support non-custom elf object la o bin/173973 rpaulo [patch] 'not function' for user display for top(1) o kern/173932 [patch] Fix compilation errors when -Werror specified o conf/173929 [patch] [mergemaster] allow relative paths for SRCDIR o bin/173924 [patch] import upstream nvi -Wshadow O_DIRECTORY fix o ports/173910 [PATCH] games/robocode: update to 1.7.4.4, take mainta o kern/173898 wireless [iwn] [patch] iwn(4) DOES support 6235 chip. o ports/173895 multimedia [PATCH] unbreak multimedia/linux-realplayer o ports/173882 [PATCH] games/xsc: Changed Comment, added Deskop entri o ports/173880 [PATCH] games/pipenightdreams: Added Portdoss, Desktop o ports/173876 wxs [PATCH] games/gtkballs: Added License, OptionsNG, Desk o ports/173875 [PATCH] games/cuyo: update to 2.0.0,1, Added License, o ports/173873 wxs [PATCH] games/barrage: Added license, OptionsNG, Portd o ports/173847 glewis [patch] java/openjdk7: force filesystemprovider to bsd o ports/173822 wen [PATCH] astro/py-RO optionsng o ports/173798 acm [PATCH] audio/hawkvoice optionsng o ports/173794 acm [PATCH] archivers/fpc-unzip optionsng o ports/173793 acm [PATCH] audio/fpc-oggvorbis optionsng o ports/173792 acm [PATCH] audio/fpc-sndfile optionsng o ports/173791 acm [PATCH] audio/fpc-openal optionsng f ports/173790 mi [PATCH] audio/festival optionsng o ports/173787 acm [PATCH] audio/fpc-modplug optionsng o ports/173786 acm [PATCH] audio/fpc-mad optionsng o ports/173785 acm [PATCH] audio/fpc-a52 optionsng o ports/173773 sem [PATCH] dns/unbound: Security fix: avoid storing PID f o ports/173751 [PATCH] multimedia/gxmms update to 0.3.0 o ports/173750 [PATCH] multimedia/motion fix bktr o bin/173744 hrs [PATCH] rtsold usage message contains non-sensical -a o ports/173740 mm [PATCH] devel/libevent2: OPTIONSNG & trim Makefile hea o ports/173730 dhn [PATCH] Added rc.d script for net/vnstat port o bin/173728 [patch] add set baud rate support to telnet(1) f ports/173726 [patch] games/stonesoup o ports/173697 miwi [PATCH] ports/mail/archivemail: install manpage f ports/173638 net-mgmt/nagios_plugins [PATCH] Revised check_ircd.pl o ports/173615 textproc/db2latex 0.8p1_1 has bad xls [patch] o conf/173614 [patch] /etc/periodic/daily/404.status.zfs wrong f ports/173612 mi [patch] graphics/libfpx o bin/173589 [PATCH] usr.sbin/pkg_install/add o kern/173584 np [PATCH] [cxgbe] Add hw.cxgbe.force_firmware_install tu o ports/173542 [PATCH] graphics/fracplanet: take maintainership, Make o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY f ports/173489 [PATCH] databases/mysqltuner: [SUMMARIZE CHANGES] o misc/173483 imp [nanobsd] [patch] NanoBSD initialises /cfg incorrectly o misc/173482 imp [nanobsd] [patch] NanoBSD images should be created spa o kern/173478 andre [netinet] [patch] icmp forward bandwithlimit o kern/173477 [kernel] [patch] mpath bugfixes o ports/173476 obrien [PATCH] editors/vim: fails to build under devel/libsys o conf/173471 [patch] can't set sysctls from /etc/sysctl.conf for OI o ports/173464 [PATCH] emulators/linux-pete-mesagpu: update to 1.77, o ports/173463 [PATCH] emulators/linux-peops-softgpu: update to 1.18, o ports/173462 [PATCH] emulators/linux-pete-xgl2gpu: update to 2.9, t o bin/173454 [patch] service(8) does not respect /etc/rc.conf.d/nam o docs/173448 doc [patch] ftw.3 manual page example addition o kern/173444 andre [socket] [patch] IPV6_USE_MIN_MTU and TCP is broken o stand/173421 standards [libc] [patch] strptime() accepts formats that should o docs/173410 [patch] sh(1) include PS1 expansions in man page o ports/173406 x11 [PATCH] Update x11-drivers/xorg-drivers to use options o ports/173368 [PATCH] games/glmaze: OptionsNG, changed Makefile, add o ports/173352 [PATCH] games/gtkatlantic: OptionsNG, changed Makefile o ports/173351 [PATCH] games/4stattack: OptionsNG, Makefile simplifie o ports/173350 [PATCH] games/ppracer: OptionsNG, Makefile changed, ta o ports/173340 olivierd [patch] x11-wm/xfce4: add optional dependency to xfce4 o ports/173335 [PATCH] games/xarchon: OptionsNG, changed Makefile, pk p bin/173332 ian [patch] watchdogd wires over 10MB of memory after r239 o kern/173322 [patch] Inline atomic operations in modules o ports/173314 [PATCH] graphics/comix: OptionsNG, changed Makefile, p o bin/173308 [patch] Support "make universe" with read-only src tre o bin/173301 sysinstall [patch] bsdinstall(8): default to SU instead of SU+J o ports/173237 skv [PATCH] www/htmlcompressor: update to 1.5.3 o kern/173234 smh [zfs] [patch] Allow filtering of properties on zfs rec o docs/173202 doc [patch] ACPICONF(8) does not have -k option documented o kern/173201 net [ixgbe] [patch] Missing / broken ixgbe sysctl's and tu o ports/173188 [PATCH] games/wordplay: Makefile changed, OptionsNG, t o ports/173184 [PATCH] games/abe: Makefile changed, removed pkg-plist o ports/173179 [PATCH] games/aop: Makefile changed, OptionsNG, take m o ports/173176 [PATCH] games/lmarbles: Makefile changed, OptionsNG, t o bin/173153 rc [rc.d] [patch] $netwait_ip should be more parallel o ports/173119 clsung [PATCH] www/trac: update to 0.12.4 o ports/173097 cy [patch] editors/xmlcopyeditor XML parser option o bin/173041 [patch] mailx(1) can be fooled to join messages o ports/173038 swills [patch] emulators/open-vm-tools: fix signage bugs with o misc/173031 [build] [patch] pass through install as INSTALL when b o kern/173030 [atf] [patch] emulators/open-vm-tools: fix clang compi o bin/173005 bapt [patch] pw(8) - 'pw usermod' causes Segmentation fault p kern/173004 glebius [netinet] [patch] Incorrect IP checksums when forwardi o kern/173002 net [patch] data type size problem in if_spppsubr.c o kern/172985 net [patch] [ip6] lltable leak when adding and removing IP o kern/172977 [aic7xx] [patch] aic7xxx: Mark stop() function as nore f ports/172975 edwin [patch] misc/zoneinfo: correct description o kern/172963 [patch] [panic] Kernel panic in udp_input() o ports/172951 gavin [PATCH] irc/tircd: update to 0.21.2 o ports/172950 [PATCH] irc/psybnc update to 2.4-BETA1 o conf/172945 [mtree] [patch] de_AT.ISO_8859-15 missing from src/etc o ports/172934 [PATCH] games/whichwayisup: Makefile changed, OptionsN o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi o ports/172898 nivit [PATCH] databases/py-sqlalchemy: update to 0.7.9 + mor o bin/172888 pf [patch] authpf(8) feature enhancement o ports/172887 [PATCH] games/nuclearchess: Makefile changed, OptionsN o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home) o docs/172868 doc [PATCH] fix header.ent change Introduction -> For newb o ports/172803 sunpoet [patch] sysutils/py-psutil: get_virtual_mem() fails wi o ports/172802 sunpoet [patch] sysutils/py-psutil: get_swap_mem() returns gar f ports/172800 [PATCH] fix build/install for audio/hydrogen o ports/172696 [new port][patch] databases/mysq56 o kern/172675 net [netinet] [patch] sysctl_tcp_hc_list (net.inet.tcp.hos o ports/172660 wen [patch] science/libkml: Build error when swig is insta o kern/172632 [headers] [patch] Unused structure in netconfig.h o docs/172626 doc [PATCH] modify the community/* pages to look more plea o kern/172599 [ipfilter] [patch] Null function pointer in ipfilter o docs/172581 eadler [PATCH] remove alpha in send-pr.html o kern/172569 [crypto] [patch] Fix div-by-zero in openssl o bin/172542 [patch] FICL assumes standalone environment for testma o bin/172534 [patch] FICL - correct handling of bare comment lines o conf/172532 rc [rc] [patch] service routing restart always fails p bin/172529 dteske [patch] Non-default boot_verbose=YES in loader.conf(5) o bin/172523 [patch] rpc.lockd(8): Check value of res->ai_family o ports/172484 timur [PATCH] net/samba4-devel build failed with perl5.16 f ports/172482 edwin [PATCH] games/bomberclone: update to 0.11.9, Makefile o misc/172440 sjg [patch] [build] fix broken CTFCONVERT_CMD call o ports/172411 dinoex [PATCH] graphics/netpbm: Not clean reinstall, OptionsN o ports/172392 portmgr [patch] bsd.port.mk Use native unzip for zip archives f ports/172359 kde [PATCH] editors/calligra: Fix build with clang++ -stdl o ports/172355 ale [PATCH] ports-mgmt/portconf: allow dash and plus symbo o ports/172331 [PATCH] games/castlevox: Makefile changed, OptionsNG, o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by o kern/172279 [openbsm] [patch] OpenBSM-21/openbsm/libbsm/bsm_token. a ports/172275 portmgr [PATCH] [exp-run] devel/libtool: avoid use of -nostdli p kern/172259 smh [zfs] [patch] ZFS fails to receive valid snapshots (pa o ports/172211 cy [PATCH] x11-wm/fvwm2 fix configure with clang f ports/172141 [PATCH] deskutils/q4wine: update to 0.121, OptionsNG, o kern/172113 net [panic] [e1000] [patch] 9.1-RC1/amd64 panices in igb(4 o ports/172110 pgsql databases/postgresql92-server change periodic script [ o ports/172108 swills [PATCH] graphics/ilmbase: libIlmThread is not linked w o ports/172102 x11 [PATCH] devel/gccmakedep build error with clang-cpp o ports/172101 x11 [PATCH] devel/imake build error with clang-cpp o kern/172091 smh [mfi] [patch] Improvements to mfi support including fo o ports/172083 doceng print/ghostscript9 configurable dependency for graphic o ports/172079 portmgr [patch] bsd.port.mk: allow using base readline on 10.0 o ports/171888 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 f ports/171886 [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES] o kern/171865 geom [geom] [patch] g_wither_washer() keeping a core busy o ports/171852 ale [PATCH] databases/mysql55-server: add support for mult o kern/171838 net [oce] [patch] Possible lock reversal and duplicate loc o ports/171817 itetcu [PATCH] ports-mgmt/tinderbox: OptionsNG, pkg-message.i o kern/171811 [patch] rctl(8) cputime is too high o ports/171798 skv [PATCH] textproc/sablotron: MASTER_SITES, CFLAGS, Docu o ports/171797 portmgr [patch] bsd.port.mk: remove obsolete USE_QT_VER=4 p bin/171779 [patch] passwd(1): make option NO_FSCHG incomplete o kern/171777 [ncurses] [patch] Enable assert()s in ncurses o kern/171746 eadler [puc] [patch] Add support for MosChip MCS9901 based Qu o bin/171744 [PATCH] Fix wake(8) command not sending proper WOL pac p usb/171721 hselasky [patch] usb_quirk(4), ums(4): add UQ_UMS_IGNORE quirk o bin/171704 [patch] hastd(8) fails to build o ports/171621 portmgr [PATCH] bsd.port.mk; allow Real Names in MAINTAINER li a ports/171593 glarkin [PATCH] devel/gearmand: update to 1.1.0 f ports/171546 ale [PATCH] databases/mysql55-server: Allow compilation us o ports/171542 mm [PATCH] multimedia/x264: Remove PGO as default OPTION f ports/171539 [patch] net-mgmt/nrpe2 small fixes f ports/171523 office [PATCH] devel/boost-libs: Allow building using Clang, o bin/171514 eadler [PATCH] Make man(1) default to use full screen if usin o ports/171473 dmarion [PATCH] multimedia/handbrake doesn't load dvdcss libra o kern/171410 [coretemp] [patch] add support for Atom E6xx and add t o ports/171408 acm [PATCH] games/fretsonfire: Makefile changed, now find o ports/171406 secteam [patch] ports-mgmt/portaudit: Make PORTAUDIT work with o ports/171398 [PATCH] devel/pecl-inclued: update to 0.1.3,1 o ports/171372 osa [PATCH] databases/redis: rc script with multiple profi o kern/171360 gnn [patch][dtrace] the fasttrap fork handler recurses on o docs/171337 doc [PATCH] Add german filename conversion scheme for moun o docs/171292 doc [handbook] [patch] handbook should describe subversion o ports/171246 python [patch] lang/python27: make python curses module work o kern/171228 net [re] [patch] if_re - eeprom write issues o conf/171180 ak [patch] make 460.chkportsum also report missing files o bin/171173 [patch] etherswitchcfg vlangroup IOETHERSWITCHGETPORT o ports/171014 java [patch] Correct java/openjdk6 Dependency Declaration o ports/170987 olivierd [PATCH] net/py-urllib3: update to 1.5 o kern/170949 [vga] [patch] Use DRIVER_MODULE_ORDERED and SI_ORDER_A f ports/170943 crees [PATCH] build mail/spamass-milter with sendmail-sasl o ports/170852 x11 [PATCH] x11-fonts/encodings: encodings.dir includes bo o kern/170834 [psm] [patch] synaptics middle and extended button sup f ports/170787 edwin [PATCH] dns/dnsperf: update to 2.0.0.0 o ports/170784 portmgr [bsd.port.mk] [patch] resolve symlinks in PREFIX on de o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 o bin/170775 [patch] lockf(1) should support a flag to not create a o i386/170705 i386 [patch] AT realtime clock support routines fail on som o bin/170631 [PATCH] Add roaming support to wpa_supplicant(8) o ports/170517 multimedia [patch] Correct audio/jack Dependency Declaration o ports/170508 hselasky [PATCH] multimedia/libv4l: Don't link to -lpthread o bin/170447 [patch] mountd(8): correct handling of -n, -h and -p c f bin/170415 mckay [patch] file(1) fails to detect troff (and other file o bin/170413 [patch] mountd(8): correct handling of -alldirs option o ports/170406 jkim [patch] audio/oss: implicit declaration of 'device_set o ports/170405 jkim [patch] audio/oss: respect SYSDIR/SRC_BASE o kern/170397 wireless [ath] [patch] Uninitialized variables in ah_eeprom_928 o ports/170382 acm [patch] Update games/naev and games/naev-data to 0.5.3 o bin/170373 [patch] pam_ssh(8): after FreeBSD-SA-11:09.pam_ssh pat o amd64/170351 amd64 [kernel] [patch] amd64: 64-bit process can't always ge o ports/170343 thierry [PATCH] games/monsterz Version 0.7.1_4 install in wron s docs/170341 gjb [patch] Minor grammatical errors in engine(3) o bin/170320 [PATCH] usr.sbin/adduser/rmuser.sh It remains without o bin/170295 [patch] mountd(8): correct credentials parsing in -map a ports/170289 danfe [patch] use one version for x11/nvidia-driver x11/nvid f bin/170278 eadler [patch] [request] Add --check option to md5(1) o ports/170241 [PATCH] devel/libftdi: upgrade to 0.20 and fix automak o bin/170206 numerics [msun] [patch] complex arcsinh, log, etc. p docs/170205 joel [patch] minor spelling error in dlopen.3 o kern/170200 [crypto] [patch] AES-NI XTS mode performance lower tha o ports/170180 bapt [patch] Mk/bsd.options.mk allow make.conf and command a ports/170179 osa [PATCH] www/rubygem-passenger: Allow both nginx and ap f ports/170176 swills [PATCH] net-mgmt/smokeping: optionsng, fping6 o ports/170175 bf [PATCH] net/mpich2: fix packging with WITHOUT_X11 o kern/170076 [PATCH] lpt: check readiness with predefined macros o kern/170058 [cbb] [patch] cardbus slot is not functioning correctl o ports/170046 clsung [PATCH] net/py-kombu: update to 2.2.6 o gnu/170025 [patch] Typo in libsupc++ Version.map o ports/169988 emulation [PATCH] Update sysutils/linux-procps to 3.2.7; also up p kern/169976 smh [cam] [patch] make scsi_da use sysctl values where app o kern/169954 [umass] [patch] Western Digital My Passport : (da1:uma p kern/169947 jh [md] [patch] System crash via ioctl() on mdctl. o bin/169911 [PATCH] make it possible for yp_mkdb(8) to send YPPROC o gnu/169901 [libsupc++] [patch] Typo in gnu/lib/libsupc++/Version. o ports/169896 emulation [patch] audio/linux-f10-alsa-lib: use OSS plugin by de a ports/169873 linimon [patch] fix fetch problem in bsd.python.mk that affect o ports/169850 portmgr [PATCH] bsd.port.mk -- fix fetch for ports that depend o kern/169849 [libc] [patch] rsh/rlogin do not use the correct IP ad p kern/169835 smh [patch] remove some unused variables from scsi_da prob o kern/169800 [libc] [libfetch] [patch] change a number of system li o misc/169797 [PATCH] `x' And, `q' displays at the blank and a corre o usb/169789 usb [u3g] [patch] add support for huawei e3131 o bin/169779 [patch] powerd(8) doesn't honor the -n flag o bin/169773 jilles [patch] sh(1): Resizing causes /bin/sh to repeat edit o bin/169748 sysinstall [patch] bsdinstall(8): when distfile fetch is complete p bin/169723 jilles [patch] find(1) exits with non-zero return code if any o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section o docs/169709 bcr [patch] porters-handbook de_DE apache section o ports/169701 swills [patch] graphics/libGL: add runtime dependency on glpr p ports/169693 gnn [PATCH] devel/zookeeper: unbreak build, use standards o misc/169645 [patch] Made OPIE support tunable at kernel level o kern/169630 pf [pf] [patch] pf fragment reassembly of padded (undersi o ports/169563 multimedia [patch] audio/jack-rack o ports/169561 x11 [patch] x11-toolkits/libXmu: disable specs o ports/169560 x11 [patch] x11/libICE: disable specs o ports/169559 x11 [patch] x11-fonts/fontsproto: disable specs o kern/169539 geom [geom] [patch] fix ability to run gmirror on MSI MegaR o ports/169491 wen [PATCH] math/igraph: update to 0.6 o bin/169471 [patch] pw(8) deletes group "username" on userdel even o bin/169439 [patch] ntpd(8): Stock ntpd segfaults when used with G o kern/169403 scsi [cam] [patch] CAM layer, I/O starvation, no fairness o kern/169379 gnn [dtrace] [patch] dtrace's timestamp variable is unreli o docs/169377 doc [patch] ipmon(8) man page refers to a different facili f ports/169333 [PATCH] sysutils/syslog-ng2: move sample config to EXA o conf/169330 [syscons] [patch] New Syscons Font for Persian Languag p kern/169320 jilles [libc] [patch] Enhancement to allow fopen() to set O_C o ports/169305 brix [patch] Upgrade www/ikiwiki to version 3.20120516 o kern/169302 [libc] [patch] Applied MidnightBSD regex memory consum o ports/169300 bapt [PATCH] bsd.pkgng.mk Allow deinstall as user and make f ports/169283 flz [PATCH] net-p2p/ctorrent bugfix initial meta info fail o docs/169158 doc [patch] iasl(8) man page is out of date p docs/169089 pjd [geli] [PATCH] geli(8) needs clarity concerning key sc o bin/169072 [patch] A little change to ifconfig(8) to display CIDR o docs/169056 trhodes [patch] sysctl*(3) cannot fail with EFAULT if name con o bin/169053 [PATCH] argument of pkg_create --prefix option always o conf/169047 rc [rc.subr] [patch] /etc/rc.subr not checking some scrip o ports/169027 jhale [PATCH] net-mgmt/bsnmp-regex: update to 0.6 a ports/168982 swills [PATCH] devel/rubygem-eventmachine: Update to 1.0.0.be o bin/168862 [patch] tzname set incorrectly o bin/168844 ed [patch] last(1) doesn't show reboot times with struct o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement o ports/168746 xfce [PATCH] Can not install theme via sysutils/xfce4-setti o ports/168727 swills [PATCH] www/redmine: update and UNBREAK o stand/168719 jasone [PATCH] It seems consensus is to track unpublished sta f ports/168676 marcus [PATCH] ports-mgmt/portlint: relax PORTVERSION check w o ports/168640 portmgr [PATCH]: prevent checksum mismatches for compiled pyth o bin/168544 rc [patch] [rc]: addswap-mounted swapfiles cause panic on o kern/168520 [ng_ubt] [patch] "option VIMAGE" kernel with ng_ubt.ko o misc/168508 [build] [patch] turn off clang extras if WITHOUT_TOOLC s ports/168486 [PATCH] www/sams, warnings "strftime() [function.strft o ports/168479 portmgr Mk/bsd.port.mk: [patch] portaudit reports vulnerabilit f ports/168466 [PATCH] www/sams, web-interface, needs GetHostnameSam. f ports/168446 edwin [PATCH] net/dhcprelay: Fix for broken init script o bin/168415 jlh [PATCH] stdbuf(1) does not allow cmd with no parameter f ports/168407 [patch] lang/gauche: update to 0.9.3.2, unbreak o misc/168396 [build] [patch] src.conf tunables to enable zlib compr o misc/168341 [patch] improve OptionalObsoleteFiles.inc completeness o kern/168315 [libc] [patch] add dirname_r(3); document ENOMEM condi p kern/168294 net [ixgbe] [patch] ixgbe driver compiled in kernel has no o bin/168289 [patch] pkg_install(8): fix memory leaks and potential f ports/168258 sunpoet [PATCH] www/wordpress: russian/wordpress: fileowner ch o ports/168234 office [patch] editors/openoffice-3 fails to build on FreeBSD o ports/168222 portmgr [bsd.port.mk] [patch] Allowing to specify per-file PAT o ports/168215 [PATCH] print/scribus-devel: update to 1.5.0 svn o kern/168212 [kernel] [patch] some suggested additions for uma_core f ports/168161 [PATCH] sysutils/conky: update to 1.9.0 o kern/168077 [netsmb] [patch] SMBFS option causes panic-on-boot wit o kern/167947 net [setfib] [patch] arpresolve checks only the default FI o ports/167903 java [PATCH] java/openjdk6: Fix build failure in 8.3 jail r o docs/167832 [patch] swapon(2) (and elsewhere) refer to non-existen o gnu/167829 gcc(1): [patch] fix cross-building world with TARGET=i o conf/167822 ipfw [ipfw] [patch] start script doesn't load firewall_type f ports/167794 linimon [patch] Mk/bsd.port.mk: fix .zip in PATCHFILES o bin/167744 [patch] /usr/sbin/adduser: enclose with double quotes: o ports/167636 kuriyama [PATCH] textproc/expat2: update to 2.1.0 o ports/167601 itetcu [patch] ports-mgmt/tinderbox: Allow masking of PHP use o ports/167596 x11 [patch] I have rolled back x11-drivers/xf86-video-vmwa o conf/167566 rc [rc.d] [patch] ipdivert module loading vs. ipfw rc.d o f ports/167530 python [patch] security/py-fail2ban will never ever start wit o docs/167478 hrs [PATCH] misc. updates to the relase notes in current o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre o kern/167325 net [netinet] [patch] sosend sometimes return EINVAL with p kern/167321 jhb [sysctl] [patch] Implement sysctl to control kernel ac o ports/167289 itetcu [PATCH] mail/dspam-devel: [SUMMARIZE CHANGES] o ports/167251 wen [PATCH] biology/libsbml: update to 4.3.1 f ports/167229 bland [patch] x11/nvidia-settings: install sample tools (opt o misc/167101 [boot] [patch] FreeBSD 9.0 i386 boot-only image loader o kern/167048 fs [nfs] [patch] RELEASE-9 crash when using ZFS+NULLFS+NF o kern/167018 [hwpmc] [patch] hwpstate0: set freq failed with AMD FX o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key o ports/166870 sunpoet [patch] add GSSAPI support to ftp/curl o bin/166664 [patch] patch devd(8) to note /sbin/devd parses backwa p bin/166656 jhb [patch] dhclient(8) doesn't exit os link down p kern/166642 wireless [ieee80211] [patch] in 802.11n mode for FreeBSD AP, ha o kern/166641 wireless [ieee80211] [patch] mbuf/cluster leak in AP mode in 80 f ports/166608 portmgr [patch] bsd.port.mk: fix unneccessary dependency on ar o ports/166561 secteam [patch] ports-mgmt/portaudit should be able to use por a kern/166548 eadler [build] [patch] Mismatch in ifdefs can cause problems o ports/166511 wen [PATCH] graphics/mapserver add cairo support o conf/166484 rc [rc] [patch] rc.initdiskless patch for different major a bin/166448 markj [patch] newsyslog(8): newsyslog -t fails to find previ o ports/166381 portmgr [patch] bsd.port.mk: COPYTREE_* doesn't respect ${CHMO o kern/166372 net [patch] ipfilter drops UDP packets with zero checksum o bin/166364 [patch] make ps(1) display 8-bit characters as such o conf/166330 doc [rc] [patch] Thin server configuration revision reques o bin/166308 [patch] fdisk(8) add an option to list all partitions o kern/166255 net [net] [patch] It should be possible to disable "promis o bin/166241 sysinstall [patch] Speedup and some improvements of sysinstall(8) o ports/166188 portmgr [PATCH] ports/Makefile use documented sort syntax o bin/166181 [patch] calendar(1): calendar -a does not work o bin/166159 [patch] Fix clang-only build for buildworld. o bin/166130 [patch] man(1): i can not read japanese manual on ja_J o ports/166087 swills [patch] www/redmine: update to 1.3.2 o kern/166086 wireless [Patch][ath] Reflect state of rfkill switch in a sysct o bin/166056 [patch][bin] find(1) fails with .: permission denied, o kern/165970 [libc] [patch] strtonum() optimization o ports/165913 ak [patch] x11-wm/vtwm: update to 5.5.0-rc7 o conf/165817 [periodic] [patch] /etc/periodic reports misconfigurat o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o ports/165781 avilla [bsd.port.mk] [patch] update font ports management o ports/165720 yzlin [PATCH] www/suphp: [Add support for lighttpd] o kern/165710 [libc] [patch] RPC: getnetconfig() and other netconfig o kern/165700 [libstand] [patch] pxeboot discards network mask assig o ports/165673 rodrigc [patch] sysutils/xfsprogs undefined ref to posix_fadvi o bin/165654 [patch] make pmcannotate(8) work on amd64 o kern/165643 net [net] [patch] Missing vnet restores in net/if_ethersub p kern/165630 brucec [ndis][panic][patch] IRQL_NOT_GREATER_THAN o kern/165622 net [ndis][panic][patch] Unregistered use of FPU in kernel o kern/165559 [ufs] [patch] ufsmount.h uses the 'export' keyword as f ports/165545 python [patch]: net-mgmt/collectd5 doesn't compile against la o kern/165527 [libc] [patch] setgroupent() does not make file descrp o ports/165450 portmgr [patch] Mk/bsd.port.mk: COPYTREE_* macro enhancements o kern/165444 [netisr] [patch] incorrect processing of net.isr.bindt o kern/165428 geom [glabel][patch] Add xfs support to glabel o ports/165419 portmgr [patch] Mk/bsd.port.mk: "make showconfig" to tell whet o kern/165296 net [vlan] [patch] Fix EVL_APPLY_VLID, update EVL_APPLY_PR o ports/165238 portmgr [bsd.port.mk] [patch] Resize port config dialog box in o kern/165190 ipfw [ipfw] [lo] [patch] loopback interface is not marking o kern/165174 net [patch] [tap] allow tap(4) to keep its address on clos p stand/165155 jilles [PATCH][bin][standards] xargs does not print diagnosti o bin/164976 dteske [PATCH] tzsetup(8): Fix VERBOSE reporting on results w p kern/164951 adrian [ath] [patch] Problem build of if_ath driver with cert o ports/164855 rm [PATCH] textproc/py-chardet: adjust value of MASTER_SI f ports/164847 linimon [bsd.port.mk] [patch] java/diablo-jdk16 does not build p kern/164724 gnn [dtrace] [patch] Signal bug in Dtrace o kern/164674 standards [patch] [libc] vfprintf/vfwprintf return error (EOF) o o kern/164656 [headers] [patch] Add size_t declaration to ucontext.h o ports/164638 portmgr [bsd.port.mk] [patch] architecture and OS version depe o ports/164618 lx [patch] textproc/scim: building with clang failed o bin/164604 [patch] tftp(1): TFTP pxeboot: should use root-path pr o bin/164561 portmgr [patch] pkg_version(1): update references to INDEX-8 f o bin/164535 [patch] ps(1) truncates command to screen size even wh o kern/164499 wireless [wi] [patch] if_wi needs fix for big endian architectu o ports/164423 portmgr [bsd.port.mk] [patch] Pass MAKE_ENV to recursive make o kern/164369 adrian [if_bridge] [patch] two STP bridges have the same id f ports/164351 portmgr [bsd.port.mk] [patch] fix simple race condition in mak p ports/164349 x11 [PATCH] x11/libXinerama :1 LeftOf or Above :0 mouse is p kern/164313 jhb [pci] [patch] Fix pci_get_vpd_readonly_method o bin/164302 [patch] mail(1) expands aliases beyond # o kern/164265 net [netinet] [patch] tcp_lro_rx computes wrong checksum i o kern/164261 fs [nullfs] [patch] fix panic with NFS served from NULLFS o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap p docs/164217 trasz [patch] correct synchronize flag in setfacl(1) manpage f bin/164210 dteske [build] [patch] buildworld WITHOUT_OPENSSL stops at us f bin/164209 dteske [build] [patch] buildworld WITHOUT_OPENSSL stops at us o kern/164208 dteske [build] [patch] buildworld WITHOUT_OPENSSL stops at li o kern/164206 kientzle [build] [patch] buildworld WITHOUT_OPENSSL stops at li o ports/164190 mm [PATCH] devel/liboil: Fix build with clang o stand/164049 [patch] getconf(1) returns bad value for ULLONG_MAX p bin/164042 dteske [PATCH] tzsetup(8): Fix VERBOSE to work with new UTC m p bin/164041 dteske [PATCH] tzsetup(8): Remove unnecessary code duplicatio p bin/164039 dteske [PATCH] tzsetup(8): Don't write /var/db/zoneinfo eithe p bin/164038 wollman [PATCH] tzsetup(8): Increase buffer size to hold error o ports/164010 timur [patch] net/samba36: Split up samba scripts into more o bin/163992 [patch] dumpfs(8): dumpfs -m is broken o kern/163986 [modules] [patch] avoid reloading modules in devd for o kern/163978 [hwpmc] [patch] Loading hwpmc with an unknown cpuid ca o ports/163909 bf [MAINTAINER-UPDATE][PATCH] please update math/lapacke o ports/163908 fluffy [patch] filesystem based race condition in multimedia/ o conf/163778 imp [patch] Conditionalize tools in the source tree o bin/163775 [patch] sfxge(4) explitly sets -g -DDEBUG=1; infects k o bin/163769 [patch] fix zpool(8) compile time warnings o misc/163768 [patch] [boot] fix non-ficl compile time warnings o kern/163724 wireless [mwl] [patch] NULL check before dereference f ports/163718 dinoex [PATCH] graphics/jasper: security updates for CVE-2011 o kern/163713 scsi [aic7xxx] [patch] Add Adaptec29329LPE to aic79xx_pci.c o bin/163515 [patch] b64encode(1)/uuencode(1) create files with no o ports/163514 itetcu [PATCH] ports-mgmt/tinderbox-devel: Report the proper o ports/163511 portmgr [PATCH] bsd.port.mk: Allow existing users on system to o conf/163508 rc [rc.subr] [patch] Add "enable" and "disable" commands o conf/163321 rc [rc.conf] [patch] allow _fib syntax in rc.conf o ports/163226 obrien [patch] vietnamese/libviet: respect CC/CFLAGS a bin/163219 gordon [patch] man: fix 'zcat: standard input is a terminal - o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page s ports/163066 mandree [patch] bsd.database.mk: Allow db5 to be selected by U a kern/163020 geom [geli] [patch] enable the Camellia-XTS on GEOM ELI o ports/162924 portmgr [bsd.port.mk] [patch] report more information at port/ o misc/162866 [build] [patch] extract revision from hg in newvers.sh p kern/162789 glebius [PATCH] if_clone may create multiple interfaces with t o docs/162765 doc [patch] lseek(2) may return successful although no see o ports/162721 portmgr [PATCH] bsd.port.mk: config target should complain if o ports/162602 lippe devel/st [patch] event.c missing from work/st-1.9/Make o kern/162396 [libc] [patch] remove loop in globpexp1()@lib/libc/gen o ports/162381 sunpoet [PATCH] audio/icecast2 upgrade to kh development branc o kern/162347 secteam [kernel] [patch] remove the extra variable in /sys/lib p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 o kern/162201 zec [ip] [patch] multicast forwarding cache hash always al o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o bin/162175 sysinstall [patch] bsdinstall(8): add keymap selection loop and t o ports/162042 bapt [patch] multimedia/libass: add HARFBUZZ option o kern/162028 net [ixgbe] [patch] misplaced #endif in ixgbe.c o kern/162009 [patch] [kerberos] getpwnam_r buf too small nfs assign o bin/161986 [patch] netstat(1): Interface auto-width in "netstat - o ports/161984 autotools [patch] devel/libtool: don't split INFO doc (install) o kern/161936 csjp [openbsm][patch] praudit can produce invalid XML outpu p kern/161912 jh [kernel] [patch] kernel sends incorrect notify to devc o kern/161908 melifaro [netgraph] [patch] ng_vlan update for QinQ support o kern/161901 smh [cam] [patch] cam / ata timeout limited to 2147 due to p kern/161897 ae [zfs] [patch] zfs partition probing causing long delay o bin/161893 [patch] sshd(8) DenyUsers user@!*.dom doesn't work o kern/161886 [kerberos] [patch] der_xx_oid not declared before use o gnu/161869 [binutils] [patch] breaks llvm bootstrap on FreeBSD 8. o kern/161854 [kerberos] [patch] _gsskrb5_pname_to_uid lname lookup o kern/161837 sysinstall [libdisk] [patch] sysinstall(8) has a 32 disk limit o kern/161809 scsi [cam] [patch] set kern.cam.boot_delay via build option o bin/161807 fs [patch] add option for explicitly specifying metadata o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o ports/161763 sunpoet [PATCH] audio/icecast2: add favicon.ico p bin/161756 jilles [patch] sh(1) /bin/sh: read files in 1024-byte chunks o ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o bin/161547 sysinstall [patch] bsdinstall(8) should identify wireless network o ports/161546 multimedia [PATCH] multimedia/mkvtoolnix: make some dependencies o gnu/161499 [libstdc++] [patch] Use FreeBSD's atomic.h if no cpu-s o ports/161480 x11 [patch] x11/luit: don't depend on pty(4), use openpty( o bin/161475 [patch] man(1), treat pipe & files w/o slash o ports/161417 portmgr [patch] Mk/bsd.port.mk: USE_ICONV, treat iconv() in li o bin/161401 [patch] have service(8) run scripts with the same reso o kern/161326 [build] [patch] cannot buildworld FreeBSD-9.0-BETA3 (R o kern/161277 net [em] [patch] BMC cannot receive IPMI traffic after loa p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 o bin/161047 sysinstall [patch] bsdinstall(8): should not run on vt0 o bin/161028 [PATCH] service(8) -- Minor improvements o ports/160968 x11 [patch] ports/x11/libXi broken manpages o ports/160963 x11 [patch] x11/bigreqsproto: disable specs o misc/160896 imp [nanobsd] [patch] use getopts, jobs option, delay -c u o bin/160834 [patch] grep(1): fixes for POSIX conformance o misc/160646 [build] [patch] rework build of osreldate.h to not dep a ports/160643 sunpoet [PATCH] sysutils/createrepo: update to 0.9.9 o kern/160541 virtualization[vimage][pf][patch] panic: userret: Returning on td 0x o misc/160530 imp [nanobsd] [patch] remove hardcoding of slice names o kern/160496 virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE p ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn o misc/160443 imp [nanobsd] [patch] make nanobsd builds deterministic an o bin/160433 melifaro [patch] syslogd(8) receiver buffer sizes set incorrect p kern/160430 kientzle [libarchive] [patch] Add __packed to libarchive cpio m o conf/160403 rc [rc] [patch] concurrently running rc-scripts during bo o kern/160391 wireless [ieee80211] [patch] Panic in mesh mode o bin/160386 [patch] invert Z axis movement via moused(8) o bin/160295 hrs [patch] ypserv(8): ypserv -P [bin/109494] breaks tcp o kern/160294 [headers] [patch] missing cast in "/usr/include/assert o kern/160283 fs [zfs] [patch] 'zfs list' does abort in make_dataset_ha a bin/160280 [patch] tcpdump(1): Segmentation Fault (core dumped) o bin/160275 rstone [patch] dtrace(1): dtrace -lv causes "unknown function o ports/160010 portmgr [patch] Mk/bsd.port.mk: cleanup orig files in post-pat o ports/159970 portmgr [PATCH] bsd.port.mk Deprecate using PATCHDIR and use F o ports/159946 portmgr [PATCH] [bsd.port.mk] Add support for make search lice o ports/159939 skv [patch] lang/perl5.10 to address build failure in ext/ f ports/159917 bf [PATCH]math/scilab: fix buld with lang/gcc46, blas/lap o bin/159833 smh camcontrol(8): [patch] add ATA security options to cam o ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i o kern/159780 jonathan [kernel] [patch] make sys/vfs_subr.c more jail-friendl o kern/159745 [libssh] [patch] Fix improperly specified dependency l a bin/159665 rik [patch] ctm(1) does not work with bzip2 or xz compress o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator o conf/159625 [PATCH] replace hardcoded /usr/local with a variable i a ports/159613 gnome [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/ p kern/159612 gnn [dtrace] [patch] walltimestamp and timestamp functions o kern/159603 net [netinet] [patch] in_ifscrubprefix() - network route c p kern/159602 qingli [netinet] [patch] arp_ifscrub() is called even if IFF_ o kern/159601 net [netinet] [patch] in_scrubprefix() - loopback route re o kern/159356 fs [zfs] [patch] ZFS NAME_ERR_DISKLIKE check is Solaris-s o kern/159355 [kernel] [patch] unp_gc in 8.2 is once again being ove o bin/159352 [libc] [patch] accidental busy-waiting loop in fetch(3 o kern/159351 fs [nfs] [patch] - divide by zero in mountnfs() o docs/159307 doc [patch] lpd smm chapter unconditionally installed o kern/159284 [ata] [patch] Update ATA command-to-string definitions o kern/159279 [headers] [patch] __FreeBSD_cc_version in includes o kern/158376 [udf] [patch] The UDF file system under counts the num o bin/158363 [patch] partial restore problem in restore(8) o kern/158351 [cam] [patch] missing #includes in p kern/158339 pjd [rpc] [patch] replay_alloc() could dereference a null o conf/158171 jpaetzel [patch] Modify rc scripts for ftp-proxy and pflog to s o conf/158127 rc [patch] remount_optional option in rc.initdiskless doe o bin/158125 [patch] whois(1) takes too long to move to next addres o kern/158086 [digi] [patch] Update digi(4) to work with TTYng o kern/157946 [patch] 'BSM conversion requested for unknown event' g o conf/157903 [devd.conf] [patch] automated kldload for USB class de f ports/157873 edwin [PATCH] net/dhcprelay: rc.d script does not work o gnu/157755 [patch] gdb(1) hardware watchpoints do not work correc o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size p kern/157670 bz [patch] IPv6 in IPsec packets always get passed to pfi o ports/157546 portmgr [PATCH] Add feature to bsd.port.mk: Warn on deinstall o misc/157533 imp [nanobsd][patch] save_cfg improvements o conf/157466 osa [patch] add src to create /usr/share/calendar/calendar o bin/157351 [patch] fsdb(8): Add some ports names to See Also for o docs/157316 doc [patch] update devstat(9) man page o docs/157234 [patch] nullfs(5): //proc/curproc/file returns "unknow o kern/157209 net [ip6] [patch] locking error in rip6_input() (sys/netin o kern/157200 net [network.subr] [patch] stf(4) can not communicate betw o bin/157104 [patch] ntpd(8) with -DDISABLE_IPV6 gives a lot of err o kern/157070 gonzo [gpio] [patch] Improve API description in gpio_if.m o ports/156921 jkim [patch] www/nspluginwrapper-devel: respect STRIP o ports/156901 kde [patch] devel/cmake breaks with CC containing spaces o kern/156770 melifaro [ipfw] [dummynet] [patch]: performance improvement and o bin/156768 [patch] sockstat(1): missing spaces between long field o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX p kern/156743 thompsa [lagg] [patch] if_lagg should not treat vlan-tagged fr o bin/156703 [patch] find(1) ignores whiteouts even with '-type w' o conf/156659 [patch] periodic/daily/800.scrub-zfs fails on pool nam o kern/156637 [headers] [patch] sys/types.h can't be included when _ o kern/156513 scottl [aic7xxx] [patch] missing check of scb. p kern/156481 [kernel] [patch] kernel incorrectly reports PPS jitter o kern/156352 [kernel] [patch] misleading "maxproc limit exceeded by o kern/156283 net [ip6] [patch] nd6_ns_input - rtalloc_mpath does not re o kern/156245 [heimdal] [patch] heimdal 1.1 broken in 8-stable and 8 f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook o kern/156137 [syscons] [patch] support for vi mode keys in scrollba o kern/156130 [kernel] [patch] hints read: resource_longlong_value a o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o bin/155786 [patch] test(1): '/bin/test -d' fails to report syntax o misc/155765 jail [patch] `buildworld' does not honors WITHOUT_JAIL o conf/155737 portmgr [exp-run] [patch] reaper of the dead: remove OBJFORMAT o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o ports/155683 x11 x11/xdm [patch] Enabling IPv6 support breaks IPv4 o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o ports/155649 bf [PATCH] math/atlas-devel: Add OPTIONS for STATICLIB an o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5 o ports/155524 nivit [PATCH] devel/py-celementtree: ignore if python >= 2.5 o kern/155441 [loader] [patch] Firewire support in loader is broken o kern/155439 [libkvm] [patch] Spurious error message kvm_nlist: No o bin/155374 [patch] grdc(6) timing loop still broken f kern/155370 wxs [libpcap] [patch] description string is broken o kern/155353 xen [xen] [patch] put "nudging TOD" message under boot_ver o gnu/155309 [PATCH] gcc: backport bswap32() and bswap64() p arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o ports/155201 portmgr [PATCH]bsd.port.mk: fix portion of CONFIGURE_ENV added o bin/155163 trasz [patch] Add Recursive Functionality to setfacl o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o conf/155148 [patch] mark /usr/local as nochange in mtree o conf/155147 [patch] remove /etc/X11 from mtree o bin/155104 fs [zfs][patch] use /dev prefix by default when importing o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/154988 des [libfetch] [patch] lib/libfetch/ftp.c add LIST feature o kern/154850 net [netgraph] [patch] ng_ether fails to name nodes when t o ports/154770 portmgr [patch][regression] Mk/bsd.port.mk: do-fetch fails on o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora o ports/154651 swills [PATCH] graphics/dri: make it possible to choose which o kern/154597 [pam] [patch] pam_passwdqc incorrectly tells the user o bin/154570 [patch] gvinum(8) can't be built as part of the kernel f ports/154510 x11 [patch] x11/xorg: xorg servers have Motif-crippling bu o conf/154484 [patch] request for new functionality. jail zfs datase o ports/154456 doceng [PATCH] update textproc/docproj to use newer tidy p bin/154407 kientzle [patch] tar(1) ignores error codes from read() just si o ports/154352 [patch] multimedia/xmms: update using desktop and mime f ports/154288 glewis [patch] games/nethack*: remove old ports and cleanup l o conf/154246 jail [jail] [patch] Bad symlink created if devfs mount poin f ports/154209 python [PATCH] lang/python: Install symlink for ptags o conf/154062 net [vlan] [patch] change to way of auto-generatation of v o kern/153936 net [ixgbe] [patch] MPRC workaround incorrectly applied to o bin/153801 [patch] btxld(8) produces incorrect ELF binaries f ports/153776 rea [patch] multimedia/mplayer - disabling RTCPU on non-{i o kern/153772 net [ixgbe] [patch] sysctls reference wrong XON/XOFF varia o bin/153731 [patch] ifconfig(8): ifconfig prints trailing whitespa o kern/153695 fs [patch] [zfs] Booting from zpool created on 4k-sector o conf/153666 rc [rc.d][patch] mount filesystems from fstab over zfs da o bin/153619 [patch] csup(1): prevent infinite cycle on empty ",v" o ports/153578 doceng [patch] textproc/docproj-nojadetex: JadeTeX included w o conf/153543 [periodic] [patch] Allow periodic to read periodic.con o ports/153541 wxs [patch] devel/git: respect STRIP for stripping o kern/153459 [kbdmux][patch] add option to specify built-in keymap o kern/153454 net [patch] [wlan] [urtw] Support ad-hoc and hostap modes o bin/153426 [patch] fsck_msdosfs(8) only works with sector size 51 o bin/153276 [patch] uudecode(1) error message is incorrect o bin/153258 fs [patch][zfs] creating ZVOLs requires `refreservation' o bin/153252 ipfw [ipfw][patch] ipfw lockdown system in subsequent call o conf/153233 [patch] skel/dot.shrc: use prompt escapes, comment out o misc/153157 [build] [patch] Add support for generating userland de o conf/153155 hrs [PATCH] [8.2-BETA1] ipfw rules fail to load cleanly on o bin/153154 kientzle [patch][libarchive] fix error handling in mtree parsin o conf/153123 rc [rc] [patch] add gsched rc file to automatically inser o bin/153052 [patch] watch(8) breaks tty on error a docs/153012 doc [patch] iostat(8) requires an argument to -c option o bin/152934 delphij [patch] Enhancements to printf(1) o bin/152928 hrs [patch] rtadvd(8) don't send RA on i/f that's down o ports/152847 tj [patch] port/buildbot-slave could use a startup script o ports/152804 portmgr [patch] Add USE_SRC and ONLY_FOR_*VER to bsd.port.mk o kern/152792 [acpica] [patch] move temperature conversion macros to o bin/152738 [patch] vmstat(8), printhdr() doesn't work correctly w o kern/152485 arundel [patch] seek offset for /dev/null(4) and /dev/zero(4) o conf/152465 simon [jail] [patch] devfs is mounted in jails without rules o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us o kern/152253 [digi] [patch] Enhancements to digi(4) to prevent inte o kern/152250 sbruno [acpi] [patch] Kernel panic when hw.ciss.expose_hidden o kern/152232 [syscons] [patch] syscons VGA screensavers don't work o kern/152141 net [vlan] [patch] encapsulate vlan in ng_ether before out o bin/152132 script(1): [patch] Useless code in script.c (part 2) o bin/152131 script(1): [patch] Useless code in script.c (part 1) o bin/152084 [patch] pw(8) does not allow @ or ! in gecos o bin/151996 [patch] new tcpdrop(8) option to select interactively o bin/151976 [patch] mount_nullfs(8) patch to add support for expos o bin/151937 [patch] netstat(1) utility lack support of displaying o bin/151713 fs [patch] Bug in growfs(8) with respect to 32-bit overfl p misc/151698 imp [nanobsd] [patch] Add two new options to nanobsd.sh to p misc/151697 imp [nanobsd] [patch] nanobsd.sh copy links to packages as p misc/151696 imp [nanobsd] [patch] nanobsd.sh doesn't run "make_conf_bu o misc/151695 imp [nanobsd] [patch] Enhance tools/nanobsd/fill_pkg.sh o kern/151629 fs [fs] [patch] Skip empty directory entries during name o kern/151449 bz [patch] IPsec SPD rule does not match GIF with IPv6 ad o kern/151305 [patch] - CTASSERT(sizeof(struct jmvrec) == JREC_SIZE) o bin/151186 [patch] routed(8) turns RIP off if just one network ca o misc/151141 [tools] [patch] include daily script in !MK_PKGTOOLS c o bin/151036 [patch] Default snaplen of tcpdump(1) is not adequate o bin/151023 [patch] ping6(8) exits before all ICMPv6 echo replies o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl p bin/150890 kientzle [patch] bsdtar(1) does not always dive into subdirecto o kern/150858 geom [geom] [geom_label] [patch] glabel(8) is not compatibl o bin/150771 [patch] csup(1) GNUmakefile missing o ports/150691 portmgr [patch] Templates/BSD.local.dist: add conf.{avail,d} f o bin/150648 [patch] rshd(8): Incorrect determination of length of o conf/150474 rc [patch] rc.d/accounting: Add ability to set location o o docs/150365 arundel [make.conf] [patch] remove BDECFLAGS from make.conf(5) o kern/150334 geom [geom] [udf] [patch] geom label does not support UDF o ports/150265 doceng [patch] print/ghostscript8 disable bogus port conflict a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the o kern/150251 net [patch] [ixgbe] Late cable insertion broken o kern/150206 [patch] nmount(2): can't switch root partition to rw u o conf/150195 [patch] [rc.d] startup script for pfstatd(8) o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf o kern/150176 [libpcap] [patch] pcap(3): pcap_read_bpf() p->cc can g p kern/150138 davidxu [patch] signal sent to stopped, traced process not imm o kern/150095 mav [patch] Account for reserved itimers which shouldn't c o bin/149972 [patch] pw(8): usermod -u should error o kern/149937 net [ipfilter] [patch] kernel panic in ipfilter IP fragmen o kern/149936 [libmagic] [patch] wrong handling of decompression uti o kern/149917 qingli [net] [patch] freebsd 8.1 crash with ECMP o conf/149867 rc [PATCH] rc.d script to manage multiple FIBS (kern opti o conf/149831 rc [PATCH] add support to /etc/rc.d/jail for delegating Z o bin/149806 [patch] OpenBSM auditd(8) fails to expire trails if ho f kern/149803 vwe [patch] loader: set vfs.mount.rootfrom using label p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o kern/149580 mav [ata] [patch] When using an SIIG SATA card the error " o docs/149574 doc [patch] update mi_switch(9) man page o bin/149569 [patch] rtld(1): runtime linker unable to load needed o misc/149510 [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and o www/149446 www [patch] improve misleading title of "report a bug" o misc/149360 gavin [PATCH] update for tools/build/mk/OptionalObsoleteFile o kern/149266 [new driver] [patch] rpi(4) - Comtrol Infinity/Express o kern/149173 fs [patch] [zfs] make OpenSolaris installa o bin/149152 gabor [patch] grep(1): BSD grep loops with EISDIR trying to o kern/149117 net [inet] [patch] in_pcbbind: redundant test o kern/149015 fs [zfs] [patch] misc fixes for ZFS code to build on Glib o kern/149014 fs [zfs] [patch] declarations in ZFS libraries/utilities o kern/149013 fs [zfs] [patch] make ZFS makefiles use the libraries fro a kern/149012 gavin [headers] [patch] please replace '#include o bin/143365 [patch] incorrect regexp matching in awk(1) o bin/143363 [patch] incorrect handling of \ at the end of line in o kern/143298 secteam [random] [patch] random_yarrow_block() doesn't actuall o gnu/143254 [patch] groff(1) build in base system does not honor P p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J o bin/143090 [PATCH] Let indent(1) handle widecharacter literals co o conf/143085 rc [patch] ftp-proxy(8) rc(8) with multiple instances o kern/143073 [patch][panic] unp_gc panic (race with uipc_detach) o bin/143058 [patch] mdconfig(8): make mdconfig -o reserve default p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d a docs/143041 blackend [handbook] [patch] doc/en__US.ISO8859-1 refers to slip a conf/142973 rc [jail] [patch] Strange counter init value in jail rc s conf/142972 jail [jail] [patch] Support JAILv2 and vnet in rc.d/jail f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE p kern/142927 thompsa [vlan] [patch] handle parent interface link layer addr o docs/142917 arundel [patch] top(1) man page does not include information a o bin/142913 [patch] netstat(1) -w should produce error message if o bin/142912 [patch] nfsstat(1) -w should produce error message if o bin/142911 [patch] vmstat(8) -w should produce error message if f o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o conf/142817 pf [patch] etc/rc.d/pf: silence pfctl o bin/142814 [patch] add beginning and end offset options to md5(1) o conf/142434 rc [patch] Add cpuset(1) support to rc.subr(8) p docs/142367 roam [patch] wlan(4) does not document requirement for kern o bin/142258 [patch] rtld(1): add ability to log or print rtld erro o kern/142082 dchagin [patch] [panic] linuxulator: getppid: use after free o kern/142018 net [iwi] [patch] Possibly wrong interpretation of beacon- o conf/141909 rc rc.subr(8): [patch] add rc.conf.d support to /usr/loca o bin/141890 [patch] slapd(8): The slapd server starts/restarts way o conf/141678 rc [patch] A minor enhancement to how /etc/rc.d/jail dete o kern/141655 [sio] [patch] Serial Console failure on Dell servers o ports/141641 portmgr [bsd.port.mk] [patch] make 'config-recursive' finish i o conf/141317 jail [patch] uncorrect jail stop in /etc/rc.d/jail p bin/141175 kientzle [patch] New cpio(1) in FreeBSD 8 regressed and left ou o kern/141091 fs [patch] [nullfs] fix panics with DIAGNOSTIC enabled o kern/141090 [kernel] [patch] patch for COMPAT for /sys/sys/sysprot o kern/140728 jfv [em] [patch] Fast irq registration in em driver o kern/140661 fs [zfs] [patch] /boot/loader fails to work on a GPT/ZFS- o kern/140647 jfv [em] [patch] e1000 driver does not correctly handle mu o kern/140619 net [ifnet] [patch] refine obsolete if_var.h comments desc o kern/140597 andre [netinet] [patch] implement Lost Retransmission Detect o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja p kern/140567 wireless [ath] [patch] ath is not worked on my notebook PC o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o docs/140444 doc [patch] New Traditional Chinese translation of custom- o conf/140440 rc [patch] allow local command files in rc.{suspend,resum o kern/140349 [libpcap] [patch] libpcap's parser doesn't recognize n a bin/140309 bapt [patch] bad syntax causes yacc(1) segfault o bin/140304 [patch] add MAILFROM ability to cron(8) o conf/140261 rc [patch] Improve flexibility of mdconfig2 startup scrip o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o kern/140185 [patch] expand_number(3) does not detect overflow in n o bin/140151 [patch] hexdump(1): Fix potential setlocale(3) in hexd o bin/140143 [patch] [rtld] dlopen(3) doesn't promote RTLD_GLOBAL f o kern/140068 fs [smbfs] [patch] smbfs does not allow semicolon in file o bin/139802 uqs [patch] fsck_msdosfs(8): sync with NetBSD sources, inc o i386/139743 i386 [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o docs/139705 remko [patch] tunefs(8) man page bugs section ambiguous on a o bin/139601 [patch] make(1): variable substitution for $@ in depen f kern/139576 ed [syscons] [patch] blink screen too noisy o kern/139425 [kernel] [patch] Wrong behavior of KTR_VERBOSE o bin/139389 pluknet [patch] Change top(1) to display thread IDs o bin/139346 net [patch] arp(8) add option to remove static entries lis a bin/139314 [patch] install(1): install -d reports success on fail p kern/139312 gleb [tmpfs] [patch] tmpfs mmap synchronization bug o kern/139268 net [if_bridge] [patch] allow if_bridge to forward just VL o kern/139144 [keyboard] [patch] CapsLock LED should not depend on k o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o bin/138926 cperciva [patch] freebsd-update(8): allow unattended upgrade o bin/138855 [patch] if the hostname is empty, opiepasswd(1) create o i386/138737 bde [endian] [patch] Patch for bswap64(9) operation on IA p conf/138692 netchild [request] [patch] 450.status-security should exit with o kern/138421 fs [ufs] [patch] remove UFS label limitations p conf/138208 rc [rc.d] [patch] Making rc.firewall (workstation) IPv6 a o bin/138150 [build] [patch] fix for src/etc/Makefile mtree o bin/137864 sysinstall [patch] sysinstall(8): add possibility to shutdown/pow p bin/137841 net [patch] wpa_supplicant(8) cannot verify SHA256 signed o kern/137678 [libstand] [patch] libstand's bootp/dhcp code always u o conf/137671 [patch][request] enhance beastie.4th: possibility to d s gnu/137665 [patch] dialog(1) goes into tight loop on encountering p bin/137484 wireless [patch] Integer overflow in wpa_supplicant(8) base64 e o bin/137365 [patch] let last(1) read from stdin via "-f -" o kern/137307 [libc] [patch] Enhance strptime(3) to support %U and % f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o kern/137145 andre [mbuf] [patch] Reference count computing isn't correct o bin/136994 net [patch] ifconfig(8) print carp mac address o misc/136889 imp [nanobsd] [patch] nanobsd error reporting and other re o kern/136865 fs [nfs] [patch] NFS exports atomic and on-the-fly atomic o bin/136857 [patch] du(1): permit per directory only sum (no herit o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o kern/136669 [libc] [patch] setmode(3) should always set errno on e o bin/136661 melifaro [patch] ndp(8) ignores -f option o bin/136354 [patch] powerd(8): Support for maxspeed in adaptive mo o conf/136336 [termcap] [patch] missing entry for "center of keypad" o kern/136159 [kthread] [patch] tsleep with PDROP in kthread_suspend p bin/135918 luigi [boot0] [patch] Make BootEasy compatible with NT Drive o bin/135718 [patch] enhance qsort(3) to properly handle 32-bit ali o bin/135700 [patch] Add an ability to run inetd(8) with P_PROTECTE o kern/135608 [patch] sysctl(8) should be able to handle byte values o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 [patch] jot(1) manpage and behaviour differ o ports/135471 secteam [patch] ports-mgmt/portaudit-db packaudit.conf sourced o bin/135349 sbruno [patch] teach acpidump(8) to disassemble arbitrary mem o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage o bin/135159 portmgr [patch] pkg_delete(1) segfaults on empty @pkgdep lines o misc/134920 [headers] [patch] Large upgrades from source cause com o bin/134919 smh [patch] add information to truss(1) when tracing linux o conf/134918 rc [patch] rc.subr fails to detect perl daemons o conf/134660 rc [patch] rc-script for initializing ng_netflow+ng_ipfw s gnu/134604 [libgcc] [patch] Memory leak in gcclibs/libgomp o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 p arm/134338 arm [patch] Lock GPIO accesses on ixp425 o kern/134249 [libiconv] [patch] ignore case for character set names a kern/134225 [libexec] [patch] Reduce disk write load from save-ent p arm/134092 cognet [patch] NSLU.hints contains wrong hints for on board n o usb/134085 usb [umass] [patch] Adding usb quirk for Sony USB flash dr o kern/134010 [libgssapi][patch] Buffer overflow and use-after-free o conf/133890 rc [patch] sshd(8): add multiple profiles to the rc.d scr o bin/133860 [patch] lorder(1) misses symbols defined in read only o bin/133834 [patch] chat(8): terminate()/fatal() infinity mutual r o ports/133815 portmgr [PATCH] bsd.port.mk: implements fakeroot for the ports o kern/133775 [patch] gdb(1) debugscripts: fix proc address print in o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o kern/133235 net [netinet] [patch] Process SIOCDLIFADDR command incorre o bin/133227 edwin [patch] whois(1): add support for SLD whois server loo p kern/133174 fs [msdosfs] [patch] msdosfs must support multibyte inter o bin/132993 [patch] bsnmpd(1) - bad IfPoll timer interval o conf/132851 net [patch] rc.conf(5): allow to setfib(1) for service run o bin/132845 geom [geom] [patch] ggated(8) does not close files opened a o docs/132839 doc [patch] Fix example script in ldap-auth article o bin/132798 pjd [patch] ggatec(8): ggated/ggatec connection slowdown p o kern/132705 net [libwrap] [patch] libwrap - infinite loop if hosts.all o bin/132692 [patch] getent(1): no support for netgroup o kern/132622 philip [glxsb] [patch] glxsb(4) performs badly with ipsec o kern/132497 rwatson [boot] [patch] Stale pre-5.x mbuf references in new Bo p conf/132483 hrs rc.subr(8) [patch] setfib(1) support for rc.subr o conf/132476 hrs [rc.d] [patch] add support setfib(1) in rc.d/routing o bin/132302 [patch] smbutil(1): contrib/smbfs subr.c: saved passwo o bin/132114 randi [patch] add new 'docs' virtual category to sysinstall o bin/132112 [patch] devd(8) unnecessarily reconfigures carp(4) int o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o bin/132008 [patch] config(8) to allow using section/nosection in o kern/132001 [patch] [ixgb] driver update o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o bin/131567 net [socket] [patch] Update for regression/sockets/unix_cm o kern/131536 andre [netinet] [patch] kernel does allow manipulation of su o bin/131427 [patch] Add to fetch(1) an ability to limit a number o o bin/131143 [patch] amd(8) causes annoying "embedded slash in map o misc/131059 [tinybsd] [patch] tinybsd MFSROOT option suggests YES/ o misc/130856 [build] [patch] make installworld work when WITHOUT_GA o kern/130749 des [libc] [patch] nscache.c/nscachedcli.c - return error o kern/130657 bz [ip6] [patch] ipv6 class option o conf/130555 net [rc.d] [patch] No good way to set ipfilter variables a a kern/130386 rwatson [patch] add locking for generic interface address mani o kern/130286 [patch] hifn(4) changes p bin/130159 brian [patch] ppp(8) fails to correctly set routes o bin/130056 [patch] have nfsstat(1) use strtonum instead of atoi o bin/129965 gavin [patch] ps(1): ps -lH doesn't show the proper CPU# p kern/129861 glebius [pf] [patch] Argument names reversed in pf_table.c:_co o bin/129814 [patch] support of per script nice(1) value in periodi o ports/129741 portmgr [patch] bsd.port.mk: support systems that have been bu o conf/129697 [patch] fix misbehavior of periodic/daily/100.clean-di o kern/129352 yongari [xl] [patch] xl0 watchdog timeout o kern/129231 fs [ufs] [patch] New UFS mount (norandom) option - mostly o ports/129210 portmgr [patch] Instrument bsd.port.mk to detect unstripped bi o kern/129169 smh [linux] [patch] Linux Emulation ENOTCONN error using n o docs/129024 keramida [patch] ipfw(8) improvements p usb/128760 cperciva [ums] [patch] patch for Microsoft Comfort Optical Mous o gnu/128645 [patch] grep(1): teach grep -r to how to ignore direct p kern/128634 acpi [patch] fix acpi_asus(4) in asus a6f laptop p 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 imp [pccbb] [patch] add support for powering down and up C o bin/128605 [patch] dhclient(8) - security issue o bin/128582 [patch] wpa_cli(8): activate readline(3) support o kern/128577 [ixgbe] [patch] Send queue stall in ixgbe driver when p bin/128561 kientzle [patch] compile warning fixes for bsdtar test harness o bin/128493 [patch] find(1) exits if -fstype test fails with EACCE o usb/128485 usb [umodem] [patch] Nokia N80 modem support o conf/128433 [patch] Add option to allow a full login when doing 's 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 gnu/128262 [libgcc] [patch] contrib/gcclibs/libcpp/errors.c: -Wmi p docs/128089 kientzle [patch] Incorrect type in archive_write(3) manpage 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 p kern/127928 andre [tcp] [patch] TCP bandwidth gets squeezed every time t s bin/127918 [ata] [request] [patch] ATA Security support for ataco o bin/127872 [libc] [patch] Rewinding on unionfs and Subversion o kern/127815 net [gif] [patch] if_gif does not set vlan attributes from o kern/127717 scsi [ata] [patch] [request] - support write cache toggling o bin/127633 edwin [patch] Update top(1) to 3.8b1 o usb/127543 gavin [patch] [ubsa] Support Option Globetrotter HSDPA modem o bin/127532 [patch] install(1): install -S Not Safe in Jail with s p kern/127446 emax [kbdmux] [patch] fix race in sys/dev/kbdmux/kbdmux.c o kern/127391 [ata] [patch] Intel 6300ESB SATA150 cannot find disk a o bin/127280 des [libfetch] [patch] fetch/libfetch RFC 1738 %2F escaped o bin/127276 [patch] ldd(1) invokes linux yes 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 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 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/126688 jfv [ixgbe] [patch] 1.4.7 ixgbe driver panic with 4GB and o bin/126433 [patch] some missing checks in rm(1) o conf/126392 rc [patch] rc.conf ifconfig_xx keywords cannot be escaped o kern/126075 net [inet] [patch] internet control accesses beyond end of o bin/125922 net [patch] Deadlock in arp(8) o kern/125859 [ata] [patch] sata access failure [regression] o kern/125845 net [netinet] [patch] tcp_lro_rx() should make use of hard s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o bin/125707 [patch] powerd(8): force a method of battery state que o kern/125675 [keyboard] [patch] Add hw.syscons.kbd_suspend new sysc a kern/125613 trasz [ufs] [patch] ACL problems with special files o kern/125496 [ar] [patch] free memory on ataraid module unload o kern/125454 [digi] [patch] device digi (PC/Xe 64K 16 ports) not wo a kern/125139 brooks [patch] [ata] bugs in ATAPI CD tray control o conf/125041 [patch] periodic(8) new file: /etc/periodic/security/8 o kern/124973 geom [gjournal] [patch] boot order affects geom_journal con o kern/124963 alc [vm] [patch] old pagezero fixes for alc o kern/124881 [devfs] [patch] [request] Add possibility to check whi o bin/124822 [editline] [patch] Editline's ed-search-{prev,next}-hi o conf/124747 rc [patch] savecore can't create dump from encrypted swap a docs/124716 trhodes [patch] GEOM RAID1 handbook example only covers boot p o kern/124487 [procfs] [patch] Extending the PROCFS (/proc) filesyst o misc/124431 bde [build] [patch] minor revision of BDECFLAGS p misc/124385 mtm [build] [patch] usr.sbin/ngctl/main.c fails to compile p kern/124334 mtm [libc] [patch] lib/libc/glob.c fails to compile under o conf/124248 rc [jail] [patch] add support for nice value for rc.d/jai o kern/124225 net [ndis] [patch] ndis network driver sometimes loses net o kern/123892 net [tap] [patch] No buffer space available o kern/123858 net [stf] [patch] stf not usable behind a NAT 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 bin/123693 [patch] burncd(8): workaround for busy cd-writer while o bin/123553 [patch] Prevent indent(1) from splitting unrecognized o conf/123551 [patch] [periodic] /etc/periodic/daily/440.status-mail 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 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/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc p conf/123119 rc [patch] rc script for ipfw does not handle IPv6 f docs/123038 trhodes [patch] update to projects/c99/index.sgml a 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 usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa 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/122670 [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE o bin/122652 [patch] du(1) support for inode count 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 bin/122271 [patch] usr.bin/xinstall - Add support for -D option ( o conf/122170 rc [patch] [request] New feature: notify admin via page o o bin/122043 [patch] du(1) does not support byte-count-based report o conf/122037 [patch] add rsync example for inetd.conf o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o kern/121917 [boot] [patch] Broken boot on Asus P4P800-VM after upg o bin/121895 net [patch] rtsol(8)/rtsold(8) doesn't handle managed netw f kern/121660 jkoshy [hwpmc] [patch] hwpmc(4) incorrectly handles PMC sampl o kern/121656 [libc] [patch] telldir(3) issues o kern/121566 rc [nfs] [request] [patch] ethernet iface should be broug o bin/121359 net [patch] [security] ppp(8): fix local stack overflow in o bin/121243 des [patch] passwd(1) patch for usage with PAM/LDAP o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o kern/121073 [kernel] [patch] run chroot as an unprivileged user p conf/121064 dteske [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 kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada o kern/120884 [bktr] [patch] bktr driver always stores the contigmal o kern/120872 [libkvm] [patch] fstat exit on signal 11 o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 o ports/120532 portmgr [PATCH] bsd.port.mk - add more recursive-foo targets o kern/120483 fs [ntfs] [patch] NTFS filesystem locking changes o kern/120482 fs [ntfs] [patch] Sync style changes between NetBSD and F o conf/120406 usb [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 p bin/120256 gavin [patch] ftp(1): ftp -u URL/ returns a -1 p 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 kern/120057 pf [pf] [patch] Allow proper settings of ALTQ_HFSC. The c a conf/119874 rc [patch] "/etc/rc.d/pf reload" fails if there are macro o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch p bin/119610 wkoszek [patch] config(8): config -x appends unwanted trailing p kern/119575 sbruno [firewire] [patch] sbp_targ cannot handle multiple CTI 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 p kern/119298 kan [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 peterj [dc] [patch] Collect various stats regarding dc(4) int o bin/119077 sysinstall [patch] sysinstall(8) - reading packages from index is o conf/119076 rc [patch] [rc.d] /etc/rc.d/netif tries to remove alias a 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 [patch] od(1)/hexdump(1) truncates last partial repeat o kern/118713 fs [minidump] [patch] Display media size required for a k o usb/118485 gavin [usbdevs] [patch] Logitech Headset Workaround o kern/118447 [ata] [patch] Troublesome DMA modes with VIA Apollo VP 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 bin/118355 pf [pf] [patch] pfctl(8) help message options order false o bin/118325 rc [patch] [request] new periodic script to test statuses p kern/118317 delphij [zlib] [patch] Incorrect gzeof() return value in zlib s ports/118301 python [patch] devel/py-setuptools easy-install.pth contents 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/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 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 kern/118126 fs [nfs] [patch] Poor NFS server write performance o bin/118123 [patch] chat(8) has infinite recursion bug o bin/118114 ak [patch] update manctl(8) o conf/118111 [patch] [request] Add MAC address based interface rena o bin/118069 [patch] camcontrol(8) should be able to leave device s o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS f conf/117935 rc [patch] ppp fails to start at boot because of missing o bin/117830 [patch] who(1) no longer displays entries for folk log o bin/117733 [patch] [request] allow to tee(1) to sockets, descript p bin/117687 stefanf [patch] fstab(5) format cannot handle spaces o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC o bin/117339 net [patch] route(8): loading routing management commands o bin/117191 antoine [patch] OptionalObsoleteFiles.inc - Add files to remov p usb/117185 thompsa [umodem] [patch] Add support for UNION interface descr o bin/117093 kensmith [patch] [request] Teach sysinstall(8) to load config f o bin/116980 fs [msdosfs] [patch] mount_msdosfs(8) resets some flags f o bin/116643 net [patch] [request] fstat(1): add INET/INET6 socket deta s 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 bin/116209 [patch] [request] decimal suffix in split(1) 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 kern/115631 [libc] [patch] [request] make dlclose(3) atexit-aware a kern/115623 imp [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad o kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro o bin/115486 [patch] [request] newsyslog(8) -- provide ability to c p bin/115447 harti [patch] [request] teach make(1) to respect TMPDIR envi o bin/115431 [patch] [request] improvement to split(1): add -B swit 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/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 f kern/114646 sbruno [firewire] [patch] firewire fails after suspend/resume 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 p bin/114465 brian [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 usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o kern/114291 [RFE] [modules] [patch] add dynamic module references o ports/114167 portmgr [patch] bsd.port.mk - ignoring major numbers in LIB_DE a bin/114082 arundel [make.conf] [patch] default CFLAGS have a blank at the s bin/114081 bz [patch] [ppp] ppp(8) should be able to set ethernet ad 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 f conf/113915 rc [patch] ndis wireless driver fails to associate when i o kern/113856 [patch] [plip] PLIP (parallel port IP) dead on 6.2, de 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 bin/113682 sysinstall [patch] sysinstall(8) warns for invalid geometry which o bin/113518 [patch] make(1): Prevent execution when command is a c o gnu/113343 [patch] grep(1) outputs NOT-matched lines (with multi- o bin/113239 [patch] atrun(8) loses jobs due to race condition o bin/113230 des [pam] [patch] const-ify PAM-headers o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o bin/113074 [patch] ppp(8): include for strcasecmp(3) 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 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 p bin/112694 jon [patch] segfault in pam_lastlog(8) on sshd exit when n o bin/112673 portmgr [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 p 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 bin/112379 [patch] [request] lockf(1): on closing stdin, stdout, o bin/112336 [patch] install(1): install -S (safe copy) with -C or o bin/111978 [patch] [request] make syspath list for mount(8) confi o kern/111537 net [inet6] [patch] ip6_input() treats mbuf cluster wrong o bin/111493 [patch] routed(8) doesn't use multicasts for RIPv2 via s bin/111024 [request] [patch] [ata] atacontrol(8): support for sta o kern/110995 [loader] [patch] loader wastes space worth symtab size o conf/110993 [patch] /etc/netstart should start rpcbind o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o kern/110249 net [kernel] [regression] [patch] setsockopt() error regre o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o bin/110146 joerg [patch] [request] Allow arbitrary gdb(1) options to by o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o kern/110017 [libexec] [patch] serial port console output garbled a ports/109580 glewis [patch] math/gnuplot does not include bsd.emacs.mk whe o bin/109521 [patch] chio(1): 'chio return' breaks on non-voltag ch o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o kern/109416 des [libpam] [patch] pam_group doesn't check login_group m o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) o kern/108133 jmg [bktr] [patch] bktr driver doesn't recognize Hauppauge o kern/107944 net [wi] [patch] Forget to unlock mutex-locks 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 conf/107035 net [patch] bridge(8): bridge interface given in rc.conf n o bin/106872 [patch] [request] extattr support for find(1) 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 ports/106483 portmgr [patch] embed distfile information in +CONTENTS o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag 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 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 blackend [patch] Base selection in events in libcommon.xsl does f conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp 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 net [inet6] [patch] On link routes not configured when usi o bin/104746 [patch] traceroute(8): 'traceroute -e -P TCP' cannot w p stand/104743 jilles [headers] [patch] Wrong values for _POSIX_ minimal lim o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a o bin/104553 [patch] [request] Add login group support to login.acc f 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 a bin/104092 keramida [patch] iostat(8): missing blanks in iostat output o bin/103682 [patch] [request] nfsstat(1) should use %u instead of o kern/103454 ipfw [ipfw] [patch] [request] add a facility to modify DF b o ports/102946 secteam [patch] ports-mgmt/portaudit o bin/102793 edwin [patch] [request] top(1): display feature of current C 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 p bin/102638 sysinstall [patch] sysinstall(8): custom dist set always install o bin/102609 [patch] Add filtering capability to date(1) o kern/102540 net [netgraph] [patch] supporting vlan(4) by ng_fec(4) o conf/102502 net [netgraph] [patch] ifconfig name does't rename netgrap o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o bin/102357 [patch] tcsh(1)/csh(1) jobs control: sometimes 'fg' co o bin/102299 [patch] grep(1) malloc abuse? o bin/102162 [patch] tftpd(8): Limit port range for tftpd o kern/101819 [ar] [patch] ata driver wrongly determines type RAID o o threa/101323 threads [patch] fork(2) in threaded programs broken. o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 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 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 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 bin/99566 jail [jail] [patch] fstat(1) according to specified jid 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 gnu/99173 [patch] replace gnu patch with a bsd-licensed one. o kern/98978 net [ipf] [patch] ipfilter drops OOW packets under 6.1-Rel o kern/98962 mav [ata] [burncd]: [patch] writing >1 session on ATAPI CD o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o bin/98577 [patch] dhclient(8): the link check by dhclient slows o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to 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 fs [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/96999 [procfs] [patch] procfs reports incorrect information a bin/96840 [libc] [patch] getgrent() does not return large groups o bin/96540 [patch] catman(1) does not deal correctly with hard-li o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o kern/96346 [modules] [patch] disable build of modules that are al o conf/96247 [patch] 550.ipfwlimit reports logs even if log size is o bin/95698 philip [patch] moused(8): Software control of sysmouse o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95277 net [netinet] [patch] IP Encapsulation mask_match() return 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 kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the 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/94369 itetcu [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/94273 bz [ipsec] [patch] IPIP decapsulation problem in FAST_IPS o bin/94052 [patch] Adds option to script(1) to suppress carriage- o bin/94032 portmgr [patch] Enhancement to pkg_add(1) to add -4 flag to fo o kern/93942 fs [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/93872 [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o bin/93857 [iconv] [patch] new utility: kiconv_cs_preload(8): Uti 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 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 usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o gnu/93127 rmh [patch] add __FreeBSD_kernel__ to pre-defines o kern/92880 net [libc] [patch] almost rewritten inet_network(3) functi o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o kern/92786 [ata] [patch] ATA fixes, write support for LSI v3 RAID f 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 kern/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "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 bin/91299 [patch] add ftpd(8) SITE SHA256 command o kern/91134 fs [smbfs] [patch] Preserve access and modification time f 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 a kern/90815 fs [smbfs] [patch] SMBFS with character conversions somet o bin/90690 [patch] ps(1) errorneously respects terminal column se o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90311 [patch] add "eject" to mt(1) 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 [syscons] [patch] curses ACS line graphics support for o bin/89988 [patch] bootparamd(8) null host support and whoami fix 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/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o bin/89326 [patch] Add pattern matching to login.access(5) a 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 ( o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o kern/88336 vanhu [ipsec] [patch] setkey(8) -D fails to report all SAs o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o bin/87966 fs [patch] newfs(8): introduce -A flag for newfs to enabl o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o bin/87651 [patch] fsck(8) (on superblock error) tells wrong man s ports/87420 portmgr [patch] bsd.port.mk: implementing WITH_OPENLDAP_VER to o ports/87397 edwin [patch] incorrect use of PAPERSIZE make variable in so o www/87119 hrs [patch] encode copyright and such symbolically o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/86871 net [tcp] [patch] allocation logic for PCBs in TIME_WAIT s o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o bin/86635 pf [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 kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/85971 jeff [uma] [patch] minor optimization to uma o gnu/85895 [patch] cc -print-search-dirs returns (null) p kern/85886 jhb [an] [patch] an0: timeouts with Cisco 350 minipci 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 f i386/85656 jhb [i386] [patch] expose more i386 specific CPU informati f i386/85655 jhb [i386] [patch] expose cpu info for i386 systems o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo p kern/85320 net [gre] [patch] possible depletion of kernel stack in ip o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o kern/85086 wkoszek [ef] [patch] Locking fixes for ef(4) (+removes mem. le o kern/84981 [headers] [patch] header protection for with aroun o bin/78170 [patch] Fix signal handler in bootpd(8) o kern/78114 [geom] [patch] Solaris/x86 label structures for GEOM ( o bin/77651 [patch] init(8) can lose shutdown related signals s kern/77195 net [ipf] [patch] ipfilter ioctl SIOCGNATL does not match o kern/76972 [kernel] [patch] 64-bit integer overflow computing use 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 o bin/76362 [patch] sys directory link points to wrong location 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 bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula s kern/74986 jfv [patch] sysctlize a parameter of if_em's interrupt mod o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o 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 conf/73786 eadler [patch] added WARNING in spanish to stable-supfile o conf/73677 rc [patch] add support for powernow states to power_profi 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 o conf/72901 [patch]: dot.profile: prevent printing when doing an s o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o conf/72465 [kbdmap] [patch] United States International keyboard o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o bin/71749 [patch] truss -f causes circular wait when traced proc o bin/71667 [patch] cleanup of the usr.sbin/bootparamd code o bin/71665 [patch] cleanup of the usr.sbin/dconschat code o bin/71661 [patch] cleanup of the usr.sbin/keyserv 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/71628 [patch] cleanup of the usr.sbin/rpcbind code o bin/71622 [patch] sicontrol(8): cleanup of the usr.sbin/sicontro 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/71602 [patch] uninitialized "len" used instead of "slen" wit s bin/71290 des [patch] passwd(1) cannot change passwords other than N o stand/70813 standards [patch] ls(1) not Posix compliant o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o usb/70523 hselasky [umct] [patch] umct sending/receiving wrong characters o bin/70476 [patch] reboot(8) change, -p behavior default for halt o bin/70245 ru [patch] [build] Change to src/release/Makefile to aid o bin/69986 sysinstall sysinstall(8): [patch] no job control in fixit shell o o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' 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 a bin/68797 eadler [patch] cut(1): fflush after each write if an option i o bin/68437 [patch] conscontrol(8) DEVDIR -> _PATH_DEV fix and mor o bin/68328 [patch] syslogd(8) enable configuration of extra liste s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o 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/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 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 net [netgraph] [patch] extend ng_eiface(4) control message o kern/66029 secteam [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/65901 fs [smbfs] [patch] smbfs fails fsx write/truncate-down/tr o bin/65803 gad [patch] ps(1) enhancements (posix syntax, and more) 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( o 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/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 a bin/63197 [patch] tftp(1) Bus error, core dumped a kern/62278 [nfs] [patch] NFS server may not set eof flag when rea o bin/62077 [sound] [patch] Make it possible to abbreviate mixer(8 o i386/62003 brucec [loader] [patch] make /boot/loader "reboot" code same o bin/61978 delphij [patch] sync setkey(8) token.l with KAME a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat s i386/61481 [patch] a mechanism to wire io-channel-check to userla 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/60892 [patch] added -p option to kldxref(8) to allow creatio o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o s kern/60293 net [patch] FreeBSD arp poison patch 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 kern/59739 [patch] [libc] rmdir(2) and mkdir(2) both return EISDI o usb/59698 mav [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 www [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 a 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 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/57298 doc [patch] add using compact flash cards info to handbook s bin/57018 [patch] convert growfs(8) to use libufs(3) f 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 stand/56476 standards [patch] cd9660 unicode support simple hack p kern/56451 des [linprocfs] [patch] /compat/linux/proc/cpuinfo gives w 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 s 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 o bin/55546 [patch] cdcontrol(1) play tr m:s.f interface is partia p bin/55539 stefanf [patch] Parse fstab(5) with spaces in path names o misc/55387 [build] [patch] users LD_LIBRARY_PATH can interfere wi 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 o kern/54439 [sysctl] [patch] Protecting sysctls variables by given 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 sysinstall(8): [patch] dump frequency in sysinstall is 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 o bin/52517 [request] [patch] New functionality for mail(1) s usb/51958 usb [urio] [patch] update for urio driver o kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic 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 o bin/51137 [patch] config(8) should check if a scheduler is selec 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 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 [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 o bin/47815 [patch] stty(1) -all should work. o docs/47594 doc [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 kern/47286 [request] [patch] make device probing verbose when usi o kern/46973 [syscons] [patch] [request] syscons virtual terminals o bin/46758 [patch] moused(8) enhancements 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 o bin/45529 [patch] hexdump(1) core-dumps with certain args o bin/45333 [patch] New option -r for chown(8) and chgrp(1) o conf/45222 [patch] daily rejected mail hosts report too long 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 stand/44365 standards [headers] [patch] [request] introduce ulong and unchar o kern/44202 [rp] [patch] -stable rp driver does not work with mult 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/43616 [zlib] [patch] static-ize some functions in sys/net/zl 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/43337 des [patch] fetch(1) -s fails if -4 or possibly other opti 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 bin/42336 [patch] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42274 [kernel] [patch] Convert defined variable into tuneabl a bin/41947 [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 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 [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 bin/40597 [patch] add fdisk(8) ability of showing extended parti o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > 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 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 a 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/38168 [patch] [request] installing curses-based versions of o bin/37844 [patch] [build] make knob to not install progs with su p conf/37569 stefanf [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 [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 cl o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/36916 randi [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) o 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 [periodic] [patch] enhanced periodic scripts: 100.clea f misc/35542 bde [build] [patch] BDECFLAGS needs -U__STRICT_ANSI__ o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o bin/35113 [patch] grdc(6) enhancement: countdown timer mode o bin/35109 edwin [patch] morse(6) add ability to decode morse code o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor 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 [patch] mount_nfs(8) has trouble with embedded ':' in s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o bin/32808 [patch] tcpd.h lacks prototype for hosts_ctl o bin/31987 [patch] allow dump(8) 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 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 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 threa/30464 threads [patch] pthread mutex attributes -- pshared o kern/30321 [patch] strftime(3) '%s' format does not work properly o kern/30052 [dc] [patch] dc driver queues outgoing pkts indefinite o bin/29897 des [patch] pam_unix(8) loginclass passwd_prompt s kern/29423 [request] [patch] new feature: kernel security hooks i p bin/29363 simon [patch] newsyslog(8) can support time as extension o bin/28789 [patch] last(1) does not filter for uucp connects o bin/28364 bapt [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 bin/27306 [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 [libc] [patch] setnetgrent hangs when netgroup contain s bin/25477 [pam] [patch] pam_radius(8) fix to allow null password f kern/24959 net [patch] proper TCP_NOPUSH/TCP_CORK compatibility o bin/24485 [patch] to make cron(8) handle clock jumps o bin/23562 markm [patch] telnetd(8) doesn't show message in file specif o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem a bin/23254 bapt [patch] yacc(1) accepts bad grammer o conf/23063 net [arp] [patch] for static ARP tables in rc.network o kern/21998 net [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 o bin/20501 [patch] dump(8) extra flag to dump to offline autoload o kern/19756 [patch] Inability to use linux extended partition (typ s kern/19535 [procfs] [patch] procfs_rlimit tidyup o kern/18293 [psm] [patch] lack of versapad mouse wheel emulation s bin/18100 [patch] update to src/usr.bin/from/from.c for multiple o bin/17289 gad [patch] wrong permissions on /var/run/printer o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o bin/16422 [patch] [request] newfs(8) always make root's / direct o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o bin/15168 [patch] Adding tracklist support to fdformat(1) p conf/15010 keramida [patch] rc.firewall: "client" firewall configuration k a bin/14682 gad [patch] lprm(1) unaware of lp(1) Environment Variables s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai s kern/13326 [headers] [patch] additional timespecs interfaces for s bin/13309 [patch] Fixes to nos-tun(8) s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o bin/11294 [patch] logger(1) direct logging to other hosts a kern/11024 mtm [patch] getpwnam(3) uses incorrect #define to limit us o bin/10611 [patch] timed(8) enhancement o bin/10030 markm [patch] Kerberized telnet fails to encrypt when a host o kern/9679 [portalfs] [patch] fix for uninterruptible open in por o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o bin/8867 randi sysinstall(8): [patch] /stand/sysinstall core dumps (s o bin/4420 imp [patch] find(1) -exedir doesn't chdir for first entry o bin/4116 [patch] [kerberos] Kerberized login as .root fai s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o o bin/2090 [patch] [nis] clients may bind to FreeBSD ypserv refus a bin/1375 dteske [patch] Extraneous warning from mv(1) 1973 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 11:12:16 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1CF1B391 for ; Mon, 4 Feb 2013 11:12:16 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC78EF1 for ; Mon, 4 Feb 2013 11:12:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14BCGKL033566 for ; Mon, 4 Feb 2013 11:12:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14B8PBb030908 for freebsd-bugs@FreeBSD.org; Mon, 4 Feb 2013 11:08:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Feb 2013 11:08:25 GMT Message-Id: <201302041108.r14B8PBb030908@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 Subject: Current problem reports sorted by tag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 11:12:16 -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 bin/143389 [2tb] [patch] fdisk(8) cannot handle above 1TB under i f kern/139510 pjd [geom] [2tb] gmirror disappears after boot on 2T disks o kern/118912 fs [2tb] disk sizing/geometry problem with large array s bin/111146 fs [2tb] fsck(8) fails on 6T filesystem o bin/107829 fs [2TB] fdisk(8): invalid boundary checking in fdisk / w o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/18874 fs [2TB] 32bit NFS servers export wrong negative values t 7 problems total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/148083 scsi [aac] Strange device reporting o kern/144648 scsi [aac] Strange values of speed and bus width in dmesg 2 problems total. Problem reports for tag 'acd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/150628 [acd] [ata] burncd(1) can't write to optical drive 1 problem 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 kern/174766 acpi [acpi] Random acpi panic o kern/174504 acpi [ACPI] Suspend/resume broken on Lenovo x220 o kern/171305 acpi [acpi] acpi_tz0: _CRT value is absurd, ignored (256.0C o kern/169862 jkim [acpi] Prevent system sleep once shutdown has been ini o kern/164329 acpi [acpi] hw.acpi.thermal.tz0.temperature shows strange v o kern/162859 acpi [acpi] ACPI battery/acline monitoring partialy working o kern/161715 acpi [acpi] Dell E6520 doesn't resume after ACPI suspend o kern/161713 acpi [acpi] Suspend on Dell E6520 o kern/160838 acpi [acpi] ACPI Battery Monitor Non-Functional o kern/158689 acpi [acpi] value of sysctl hw.acpi.thermal.polling_rate ne o kern/154955 acpi [acpi] Keyboard or ACPI doesn't work on Lenovo S10-3 o kern/152438 acpi [acpi]: patch to acpi_asus(4) to add extra sysctls for o kern/152250 sbruno [acpi] [patch] Kernel panic when hw.ciss.expose_hidden o kern/152098 acpi [acpi] Lenovo T61p does not resume o i386/146715 acpi [acpi] Suspend works, resume not on a HP Probook 4510s o kern/145306 acpi [acpi]: Can't change brightness on HP ProBook 4510s o i386/143798 acpi [acpi] shutdown problem with SiS K7S5A o kern/143420 acpi [acpi] ACPI issues with Toshiba o kern/142009 acpi [acpi] [panic] Panic in AcpiNsGetAttachedObject o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A o kern/139088 acpi [acpi] ACPI Exception: AE_AML_INFINITE_LOOP error o amd64/138210 acpi [acpi] acer aspire 5536 ACPI problems (S3, brightness, o kern/137042 acpi [acpi] hp laptop's lcd not wakes up after suspend to r o i386/136008 acpi [acpi] Dell Vostro 1310 will not shutdown (Requires us o kern/132602 acpi [acpi] ACPI Problem with Intel SS4200: System does not f i386/132535 gavin [acpi] if ACPI enabled, i can't change brightness leve o bin/126162 acpi [acpi] ACPI autoload failed : loading required module o kern/123039 acpi [acpi] ACPI AML_BUFFER_LIMIT errors during boot s kern/112544 acpi [acpi] [patch] Add High Precision Event Timer Driver f o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext o kern/91594 acpi [acpi] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/ 32 problems total. Problem reports for tag 'acpi_hp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163268 acpi [acpi_hp] fix driver detach in absence of CMI 1 problem total. Problem reports for tag 'acpi_thermal': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/160419 acpi [acpi_thermal] acpi_thermal kernel thread high CPU usa 1 problem total. Problem reports for tag 'acpica': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/152792 [acpica] [patch] move temperature conversion macros to 1 problem total. Problem reports for tag 'ada': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/157397 [ada] ahci/ada/cam NCQ timeouts on Samsung and non-dis 1 problem total. Problem reports for tag 'agp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72224 [agp] umass devices broken by DRM (AGP issue?) o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets 2 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 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 6 problems total. Problem reports for tag 'ahci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163815 [ahci] [zfs] HDD timeout on ZFS + SB7x0 SATA Controlle o kern/161768 [ahci] [panic] Panics after AHCI timeouts o kern/161248 [ahci] Time out, extremly slow response while copying o kern/160786 [ahci] [ata] Drive not detected when using AHCI on Mar f kern/158569 gavin [ahci] ROOT MOUNT ERROR (caused by AHCI module) o kern/155628 [ahci] ahci disables dvd device o kern/153205 [ahci] PIONEER DVD-RW: timeout with ahci(4), OK with a o kern/151091 [ahci] JMicron JMB363 unusable after S3 suspend/resume 8 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 kern/123520 scsi [ahd] unable to boot from net while using ahd o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks o 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/114489 scottl [aic] [panic] _mtx_lock_sleep: in aic7xxx_osm.h (with 1 problem total. Problem reports for tag 'aic7xx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172977 [aic7xx] [patch] aic7xxx: Mark stop() function as nore 1 problem total. Problem reports for tag 'aic7xxx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163713 scsi [aic7xxx] [patch] Add Adaptec29329LPE to aic79xx_pci.c o kern/156513 scottl [aic7xxx] [patch] missing check of scb. 2 problems total. Problem reports for tag 'alc': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/171520 yongari [alc] alc network driver + tso + vlan does not work. o kern/169064 [alc] does not properly reinitialize when resuming f kern/166909 yongari [alc] NIC alc(4) does not support 1000baseTX 3 problems total. Problem reports for tag 'altq': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/155736 pf [pf] [altq] borrow from parent queue does not work wit o kern/138392 jfv [em] [altq] ALTQ queuing not working on em(4) o kern/131753 net [altq] [panic] kernel panic in hfsc_dequeue s kern/94182 [altq] [request] altq support for vlan driver 4 problems total. Problem reports for tag 'amd64': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f 2 problems total. Problem reports for tag 'amr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/153303 [amr] amr device driver dont detect logical drive amrd 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/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a 5 problems total. Problem reports for tag 'an': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/128602 net [an] wpa_supplicant(8) crashes with an(4) p kern/85886 jhb [an] [patch] an0: timeouts with Cisco 350 minipci s kern/75407 net [an] an(4): no carrier after short time o kern/36170 [an] [patch] an(4) does an_init() even if interface is 4 problems total. Problem reports for tag 'apic': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/131571 gavin [apic] [panic] Running with APIC enabled crashes a Sup 1 problem total. Problem reports for tag 'apm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/138870 [apm] 8.0beta4 PnP problem? lost synaptics trackpad in 1 problem total. Problem reports for tag 'ar': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/126419 [ar] Fails to boot from RAID10 volume under the Intel o kern/125759 [ar] Fatal Trap 12 when ICH9R RAID becomes degraded o kern/125496 [ar] [patch] free memory on ataraid module unload o kern/101819 [ar] [patch] ata driver wrongly determines type RAID o 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 [ar] [panic] atacontrol status ar1 causes panic 8 problems total. Problem reports for tag 'ar913x': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC 1 problem total. Problem reports for tag 'arcmsr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/166067 [arcmsr] Areca 1680 Problem When Upgrading from 8.2 to o kern/154299 [arcmsr] arcmsr fails to detect all attached drives o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm 3 problems total. Problem reports for tag 'arge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172968 embedded [arge] probe/attach occasionally fails to find a PHY p kern/163670 mips [mips][arge] arge can't allocate ring buffer on multip 2 problems total. Problem reports for tag 'arm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171096 arm [arm][xscale][ixp]Allow 16bit access on PCI bus 1 problem total. Problem reports for tag 'arp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171728 net [arp] arp issue o kern/168245 net [arp] [regression] Permanent ARP entry not deleted on o kern/168244 net [arp] [regression] Unable to manually remove permanent o kern/166285 net [arp] FreeBSD v8.1 REL p8 arp: unknown hardware addres o kern/161805 qingli [regression] [panic] [arp] Repeatable panic in ARP cod o kern/152235 net [arp] Permanent local ARP entries are not properly upd o kern/145300 qingli [arp] ARP table mapping is not refreshed on a MAC addr o kern/140358 qingli 8.0RC2: [arp] arp: writing to routing socket: Invalid p kern/139204 net [arp] DHCP server replies rejected, ARP entry lost bef f bin/127719 net [arp] arp: Segmentation fault (core dumped) o kern/125920 net [arp] Kernel Routing Table loses Ethernet Link status o kern/119432 net [arp] route add -host -iface causes arp e o conf/23063 net [arp] [patch] for static ARP tables in rc.network 13 problems total. Problem reports for tag 'asmc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175260 adrian [asmc] [patch] add support for Macbook 3.1 1 problem total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102612 [asr] da0 not detected when sharing bus with ch0 devic o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on 2 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174277 [ata] [patch] ata_attach() panic's on disabled disk o kern/173468 mav [ata] lost WDC hard drive on ICH5 after upgrade [regre o kern/173251 mav [ata] ACHI/ATA_CAM doesn't find any SATA Disk on ICH7 o kern/170675 [ata] ata(4) hangs system, causing data loss o kern/168822 [ata] IDE/ATA 40 wire cable causes read errors after i o kern/165547 [ata] NVIDIA MCP67 AHCI SATA controller timeout o kern/164694 [ata] Regression in 3726 port multiplier support in 9. o kern/162620 [ata] SATA device lost when changing brightness on Len o kern/162609 [ata] Cannot write to Sony DRU-835A DVD drive o kern/160786 [ahci] [ata] Drive not detected when using AHCI on Mar o kern/159511 [ata] ad0 disappear after upgrading to 8.2-STABLE, roo o kern/159326 [ata] [panic] kernel panics when accessing spindowned o kern/159284 [ata] [patch] Update ATA command-to-string definitions o kern/158268 [ata] SIGNATURE: ffffffff with Promise PDC40718 o kern/156647 [ata] Intel ICH7 SATA300 Driver Performance Regression o kern/151608 [ata] FreeBSD doesn't detect Sandforce-based SSD o kern/150628 [acd] [ata] burncd(1) can't write to optical drive o kern/150315 [ata] sizeof(union ccb) changed between 7.x and 8.x s kern/149898 [ata] [request] add LSI AOC-USAS2-L8e support o kern/149580 mav [ata] [patch] When using an SIIG SATA card the error " o kern/149308 [ata] 8.1-RELEASE kernel panic on Windows 7 Virtual PC o kern/149201 [ata] DVD/CD Drive Error o kern/148675 [ata] [panic] kernel panics - reboots o kern/148361 [ata] [panic] Kernel Panic, With Faulty Drives o kern/147227 [ata] SSD preformance issues o kern/146661 [ata] damage files on ufs on ata pseudo raid when runn o kern/146270 [ata] Divide by zero in ata driver o kern/144930 [ata] SATA DVD Drive is not detected s kern/144770 [ata] hard drive spindown functionality broken? o bin/144641 [ata] burncd(8) freezes whole system while trying to b o kern/144055 [ata] [panic] kernel panic on IBM x226 with SATA drive o kern/143805 [ata] WARNING - READ_DMA48 UDMA ICRC error with 63XXES s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' o kern/143126 [ata] Data loss on read timeout o kern/142802 [ata] [panic] on removing drive: recursed on non-recur o i386/142421 i386 [ata] optical drives not found o kern/141841 [ata] Controller ST-Lab A-173 (Sil3512) lost the HDD d o kern/141653 [ata] [panic] Panic in ata? o kern/139653 [ata] READ_BIG sluggish ata CD/DVD performance on HP D o kern/139027 [ata] DVD RW is not recognized on ASUS K40IN laptop wh o kern/138967 [ata] HDD write error: g_vfs_done(): ... ]error = 1 o kern/138537 [ata] [panic] Memory modified after free o kern/137181 [ata] Promise SATA controller SX4-M PDC20621 does not o kern/136356 [ata] SATA / ICH7 problems o kern/135690 [panic] [ata] ufs_dirbad: /backuphd: bad dir ino 22259 o kern/135497 [ata] JMicron JMB363 controller does not recognize PAT o kern/134520 [ata] SAS HD not detected on LSI SAS1078 (Acer Altos R f kern/134398 gavin [ata] problems with udma modes on atapi ixp600 s kern/133593 [ata] `atacontrol(8) spindown` won't affect disk until o kern/132252 [ata] No CD/DVD devices found! o kern/130794 [ata] hw.ata.ata_dma_limit without any effect o kern/130726 [ata] DMA errors accessing multiple SATA channels f amd64/130365 gavin [ata] Elitegroup A780GM-A Chipset:AMD 780G&SB700 IDE c o kern/130171 [ata] UDMA CF cards do not work with FreeBSD o kern/129373 [ata] [panic] Panic in ata-queue, VIA CLE266, 7.1-BETA o kern/128035 [ata] unexpexted detach of external SATA drive s bin/127918 [ata] [request] [patch] ATA Security support for ataco o kern/127717 scsi [ata] [patch] [request] - support write cache toggling o kern/127391 [ata] [patch] Intel 6300ESB SATA150 cannot find disk a o kern/126142 [ata] M5281: READ DMA faults, device detaching o kern/125859 [ata] [patch] sata access failure [regression] a kern/125139 brooks [patch] [ata] bugs in ATAPI CD tray control o kern/124670 [ata] large file operation on RAID cause many GEOM err o kern/123887 [ata] PDC20262 does not support 48 bit DMA access o kern/122670 [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE o kern/122291 [ata] acd0: timeout waiting to issue command / acd0: e o kern/121686 [ata] bogus CHS to LBA mapping in (at least) ata o i386/121675 mav [ata] incorrect fallback to udma33 with CF memory inst o kern/121461 [ata] SATA Hard disks are not detected on SiS 180/181 o kern/121396 [ata] 7.0 fails on mcp55 sata controller [regression] o kern/121350 [ata] [panic] initiate_write_inodeblock_ufs2: already o kern/120534 [ata] Troubles in work with SAS controller Adaptec 941 o kern/120296 [ata] Unstable SATA on MB with Nvidia MCP 570 SLI chip o kern/120177 [ata] ATA DMA modes don't work on CF cards 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 [ata] udma100 enabled althrough improper cable on nVid o kern/119140 [ata] [panic] Kernel panic with sata drive and dma pro o kern/118573 [ata] FreeBSD doesnt support my optical drive o kern/118447 [ata] [patch] Troublesome DMA modes with VIA Apollo VP s kern/118158 [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 kern/116935 [ata] Intermittent error with Promise PDC40718 o kern/115479 [ata] [request] ASUS P5K SE need more support o kern/114213 [ata] optical drive not detected in the 6.x series of s kern/112282 [ata] atacontrol(8): changing DMA modes when disk is r s bin/111024 [request] [patch] [ata] atacontrol(8): support for sta o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o kern/109736 [ata] FreeBSD install from CD can't find & mount NEC A o kern/107622 [ata] can't boot on HP Pavilion dv6000 / problem with o kern/106432 [ata] Record of disks (DVD-R) through the k3b program s kern/104950 [ata] [request] no support for SATA controller Initio o kern/103883 [ata] DMA is not defaulted on WDMA device (SIS integra o kern/98962 mav [ata] [burncd]: [patch] writing >1 session on ATAPI CD f i386/96302 gavin [ata] nVidia nForce CK804 SATA300 controller not recog o kern/96171 [ata] burncd(8): (ATA driver) fails to write in vcd mo o kern/92786 [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/90206 [ata] [reboot] Server reboot after "FAILURE - out of m s bin/81692 [patch] [ata] atacontrol(8) support for disk APM and a o kern/79783 [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o kern/36911 [ata] ATA cannot be disabled with hints or through BIO 103 problems total. Problem reports for tag 'atapicam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118161 [atapicam] failure message from ATAPI CDROM in the boo o kern/116701 [atapicam] atapicam hangs initializing SATA DVDRs on s o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi a kern/78929 [atapicam] atapicam prevents boot, system hangs o kern/60699 [atapicam] DVD Multidrive udma mode autosensed wrong 6 problems total. Problem reports for tag 'ataraid': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/148748 [ataraid] Metadata Read Write Inconsistency o kern/134887 [ataraid] source consistency problem o kern/134054 [ataraid] [panic] traps kernel on boot if Intel Matrix s bin/116302 [ataraid] atacontrol(8) reports wrong stripe for intel o i386/89249 [ataraid] HighPoint RocketRAID 1520 (HPT372N) can't wr 5 problems total. Problem reports for tag 'atf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173030 [atf] [patch] emulators/open-vm-tools: fix clang compi 1 problem total. Problem reports for tag 'ath': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175722 wireless [ath]lot of bad seriesx hwrate in kernel messages o kern/175446 wireless [ath] high volumes of PHY errors lead to BB/MAC hangs o kern/175227 wireless [ath] beacon timers aren't necessarily reprogrammed af o kern/174276 wireless [ath] if_ath memory modified after free o kern/173883 wireless [ath] ath0: unable to attach - pci issue? o kern/173711 wireless [ath] powerd kills ath on the Asus EeePC 1005HA o kern/173336 wireless [ath] Atheros card improper device poweroff handling o o kern/172955 wireless [ath] 11n does not work in adhoc mode o kern/172338 wireless [ath] [net80211] CCMP IV transmit counters are not cor o kern/171598 wireless [ath] TP-Link TL-WN951N W-LAN PCI Adapter 300 MBit stu o kern/171235 wireless [ath] ath loses connection, system freezes on netif re o kern/170904 wireless [ath] ath driver: configure related parameters when ra o kern/170889 wireless [ath] ath driver uses some uninitilized memory o kern/170620 wireless [ath] LOR and deadlock when multiple vaps are used o kern/170513 wireless [ath] ath logs: ath_tx_aggr_comp_aggr: AR5416 bug: o kern/170433 wireless [ath] TX hang after a stuck beacon message with active o kern/170397 wireless [ath] [patch] Uninitialized variables in ah_eeprom_928 o kern/170302 wireless [ath] 802.11n frames are not being transmitted with mu o kern/170281 wireless [ath] 802.11n locks up on aggregation setup (ampdutx) o kern/170254 [ath] Atheros 9220 device timeouts. o kern/170098 wireless [ath] [net80211] VAPs (Virtual access points) with Ath o kern/169432 wireless [ath] BAR TX hang when aggregation session is reset du p kern/169362 wireless [ath] AR5416: radar pulse PHY errors sometimes include o kern/169336 wireless [ath] ANI isn't triggering in a busy/noisy environment o kern/169199 wireless [ath] Cannot set up static ip addresses for wireless w o kern/169084 wireless [ath] suspend/resume doesn't cause a rescan; the assoc o kern/168649 [ath] TX frames sometimes occur out of order o kern/168530 wireless [ath] Broken WEP probably p kern/167902 adrian [ath] TX block-ack window holes o kern/167870 wireless [ath] adhoc wifi client does not join an existing IBSS o kern/167834 wireless [ath] kickpcu; 'handled 0 packets' o kern/167491 wireless [ath] TID != hardware queue TID in ath_tx_aggr_comp_ag o kern/167113 wireless [ath] AR5210: "stuck" TX seems to be occuring, without o kern/167080 wireless [ath] channel switch on another VAP break channel setu o kern/166684 wireless [ath] [net80211] mgmtrate/mcastrate isn't updated base p kern/166357 wireless [ath] 802.11n TX stall when the first frame in the BAW o kern/166286 wireless [net80211] [ath] initial switch to HT40 isn't causing p kern/166190 wireless [ath] TX hangs and frames stuck in TX queue o kern/166086 wireless [Patch][ath] Reflect state of rfkill switch in a sysct o kern/165969 wireless [ath] Slower performance in adhoc mode vs Client/AP mo o kern/165966 wireless [ath] ath0: device timeout on SMP machines due to race o kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC o kern/165895 wireless [ath] overly busy cabq can tie up all tx buffers o kern/165866 wireless [ath] TX hangs, requiring a "scan" to properly reset t o kern/165849 wireless [ath] [hang] network ath driver freeze o kern/165543 wireless [ath] ath0 endless scanning of channels without connec o kern/165475 wireless [ath] operational mode change doesn't poke the underly o kern/165306 wireless [ath] race conditions between scanning and beacon time o kern/165220 wireless [ath] "ath_rx_tasklet: sc_inreset_cnt > 0; skipping" m o kern/165212 wireless [ath] No WiFi on Acer Aspire One 751h (Atheros AR5BHB6 o kern/165149 wireless [ath] [net80211] Ping with data length more than iv_fr o kern/165060 wireless [ath] vap->iv_bss race conditions causing crashes insi o kern/165021 wireless [ath] ath device timeout during scan/attach, if wlan_c p kern/164951 adrian [ath] [patch] Problem build of if_ath driver with cert o kern/164721 wireless [ath] ath device timeouts o kern/164382 wireless [ath] crash when down/deleting a vap - inside ieee8021 o kern/163759 wireless [ath] ath(4) "stops working" in hostap mode o kern/163719 wireless [ath] ath interface do not receive multicast o kern/163689 wireless [ath] TX timeouts when sending probe/mgmt frames durin o kern/163573 wireless [ath] hostap mode TX buffer hang o kern/163559 wireless [ath] kernel panic AH_DEBUG o bin/163455 [ath] "bssid" in wlanN create_args does not change wla o kern/163318 wireless [ath] ath(4) stops working o kern/163237 wireless [ath] AR5416 as HostAP. Delays among clients when a cl o kern/163082 wireless [ath] ar9285 diversity fixes o kern/162648 wireless [ath] AR9227 ADC DC calibration failure o kern/162647 wireless [ath] 11n TX aggregation session / TX hang p kern/162475 bschmidt [ath] functions with return type HAL_BOOL (might) retu o kern/157449 wireless [ath] MAC address conflict causes system to freeze o kern/157243 wireless [ath] investigate beacon TX (AP) / RX (STA) when under o kern/156904 wireless [ath] AR9285 antenna diversity algorithm is buggy and o kern/156884 wireless [ath] ath instablity o kern/156321 wireless [ath] ahdemo doesn't work with if_ath o kern/155100 wireless [ath] ath driver on busy channel: "stuck beacon" p kern/154598 wireless [ath] Atheros 5424/2424 can't connect to WPA network o kern/154567 wireless [ath] ath(4) lot of bad series(0) o kern/154327 wireless [ath] AR5416 in station mode hangs when transmitting f o kern/154284 wireless [ath] Modern ath wifi cards (such as AR9285) have miss o kern/154153 wireless [ath] AR5213 + MIPS + WPA group key packet corruption o kern/153448 wireless [ath] ath networking device loses association after a o kern/152750 wireless [ath] ath0 lot of bad series hwrate o kern/151198 wireless [ath] ath/5416 fails bgscan with "ath0: ath_chan_set: o kern/149516 wireless [ath] ath(4) hostap with fake MAC/BSSID results in sta o kern/148322 wireless [ath] Triggering atheros wifi beacon misses in hostap o kern/148317 wireless [ath] FreeBSD 7.x hostap memory leak in net80211 or At o kern/148078 wireless [ath] wireless networking stops functioning o kern/145826 wireless [panic] [ath] Unable to configure adhoc mode on ath0/w p kern/140567 wireless [ath] [patch] ath is not worked on my notebook PC o kern/140245 wireless [ath] [panic] Kernel panic during network activity on o kern/137592 wireless [ath] panic - 7-STABLE (Aug 7, 2009 UTC) crashes on ne o kern/136836 wireless [ath] atheros card stops functioning after about 12 ho o kern/132722 wireless [ath] Wifi ath0 associates fine with AP, but DHCP or I o kern/126475 wireless [ath] [panic] ath pcmcia card inevitably panics under o kern/125721 wireless [ath] Terrible throughput/high ping latency with Ubiqu o kern/125617 wireless [ath] [panic] ath(4) related panic o kern/125501 wireless [ath] atheros cardbus driver hangs o kern/125332 wireless [ath] [panic] crash under any non-tiny networking unde f kern/121394 sam [ath] FreeBSD access point (ath0) fails 100% of the ti o kern/121061 wireless [ath] [panic] panic while ejecting ath(4)-adapter duri o kern/120282 imp [ath] [panic] resource_list_release: resource entry is o kern/119513 wireless [ath] [irq] inserting dlink dwl-g630 wireless card res s kern/117513 vwe [panic] [ath] Fatal trap 12: page fault while in kerne s kern/116444 vwe [ath] Atheros 5005G (AR5212) miniPCI: unable to attach f kern/105348 wireless [ath] ath device stopps TX 104 problems total. Problem reports for tag 'aue': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o kern/91311 net [aue] aue interface hanging 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. 5 problems total. Problem reports for tag 'axe': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack o usb/88408 usb [axe] axe0 read PHY failed 2 problems total. Problem reports for tag 'bce': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171739 net [bce] [panic] bce related kernel panic f kern/168217 yongari [bce] Watchdog timeouts with bce(4) on BCM5716 o kern/168183 net [bce] bce driver hang system f kern/155004 yongari [bce] [panic] kernel panic in bce0 driver o kern/125389 [ipmi] [bce] IPMI problem with bce o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup 6 problems total. Problem reports for tag 'bge': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/171121 yongari [bge] bge driver not working with BCM5719 (HP Proliant o kern/169676 net [bge] [hang] system hangs, fully or partially after re o kern/169634 yongari [bge] Network unavailable when booting directly to Fre p kern/155442 jhb [bge] bge driver is seen but does not respond to netwo o kern/136876 yongari [bge] bge will not resume properly after suspend o kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work 6 problems total. Problem reports for tag 'bgp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/169664 net [bgp] Wrongful replacement of interface connected net 1 problem total. Problem reports for tag 'binutils': S Tracker Resp. Description -------------------------------------------------------------------------------- o gnu/161869 [binutils] [patch] breaks llvm bootstrap on FreeBSD 8. 1 problem total. Problem reports for tag 'bktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175546 [bktr] [patch] Kernel compilation crash in bktr driver 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/104675 [bktr] METEORSINPUT seemingly not setting input 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" o 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. 19 problems total. Problem reports for tag 'boot0': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163985 [boot0] Incorrect operand size in boot0 o kern/159222 [boot0] unusual behavior writing boot0 from single use p bin/135918 luigi [boot0] [patch] Make BootEasy compatible with NT Drive 3 problems 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/164534 csjp [bpf] net.bpf.zerocopy_enable=1 makes pflogd eat cpu a o kern/163370 csjp [bpf] [request] enable zero-copy BPF by default o kern/158930 net [bpf] BPF element leak in ifp->bpf_if->bif_dlist p kern/158880 mp [bpf] bpf_filter() can leak kernel stack contents f kern/138029 net [bpf] [panic] periodically kernel panic and reboot o kern/133490 net [bpf] [panic] 'kmem_map too small' panic on Dell r900 o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. 7 problems total. Problem reports for tag 'bsd.database.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174308 [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile 1 problem total. Problem reports for tag 'bsd.own.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/174050 [bsd.own.mk] [patch] move MK_CLANG_EXTRAS line further 1 problem total. Problem reports for tag 'bsd.port.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/175717 portmgr [bsd.port.mk] do not require distinfo for for fetch-ur o ports/174790 portmgr [bsd.port.mk] [patch] revert part of r303619, CPPFLAGS o ports/173731 portmgr [bsd.port.mk] Doesn't clean dependency directory if no o ports/173620 portmgr [bsd.port.mk] Recovery of the functionality of CONFLIC o ports/172964 portmgr [bsd.port.mk] USE_GITHUB feature not fully implemented o ports/172741 portmgr [bsd.port.mk] check-build-conflicts checks too early f o ports/170784 portmgr [bsd.port.mk] [patch] resolve symlinks in PREFIX on de o ports/168222 portmgr [bsd.port.mk] [patch] Allowing to specify per-file PAT o ports/165781 avilla [bsd.port.mk] [patch] update font ports management o ports/165502 portmgr [bsd.port.mk] Proposal patch for fixing TARGET_ARCH us o ports/165238 portmgr [bsd.port.mk] [patch] Resize port config dialog box in f ports/164847 linimon [bsd.port.mk] [patch] java/diablo-jdk16 does not build o ports/164638 portmgr [bsd.port.mk] [patch] architecture and OS version depe o ports/164423 portmgr [bsd.port.mk] [patch] Pass MAKE_ENV to recursive make o ports/164390 portmgr [bsd.port.mk] make package-recursive fails with noise f ports/164351 portmgr [bsd.port.mk] [patch] fix simple race condition in mak o ports/162924 portmgr [bsd.port.mk] [patch] report more information at port/ s ports/162178 portmgr [bsd.port.mk] Add bsd.clang.mk with Clang/LLVM support o ports/159946 portmgr [PATCH] [bsd.port.mk] Add support for make search lice o ports/158962 portmgr [bsd.port.mk] Make EXTRACT_CMD more flexible-- support o ports/158936 portmgr [bsd.port.mk] Add a filename field to DESKTOP_ENTRIES o ports/157168 portmgr [bsd.port.mk] New hook: CONF_FILES automatically handl o ports/152877 portmgr [bsd.port.mk] Patch to add locking to ports make opera f ports/148783 portmgr [bsd.port.mk] [patch] add LATEST_LINK and CONFLICTS to s ports/148695 swills [bsd.port.mk] [patch] Easier / automatic regression-te o ports/146496 portmgr [bsd.port.mk] [PATCH] Removing ${PORTSDIR} from depend s ports/144533 portmgr [bsd.port.mk] ports tree Makefiles fail to setup a sta o ports/141641 portmgr [bsd.port.mk] [patch] make 'config-recursive' finish i o ports/138228 portmgr [bsd.port.mk] [exp-run] New opt-in knob to compile por o ports/135221 portmgr [bsd.port.mk] unified support for LINUX_OSRELEASE depe 30 problems total. Problem reports for tag 'bsd.python.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken 2 problems total. Problem reports for tag 'bsd.sites.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/173253 [bsd.sites.mk] Fix some broken links 1 problem total. Problem reports for tag 'bwi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/140066 net [bwi] install report for 8.0 RC 2 (multiple problems) 1 problem total. Problem reports for tag 'bwn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/168546 [bwn] Dell D820 wireless card not disabled by switch o kern/165870 wireless [bwn] bwn driver does not attach on HP Pavilion dv9420 o kern/156327 wireless [bwn] bwn driver causes 20%-50% packet loss o kern/149786 wireless [bwn] bwn on Dell Inspiron 1150: connections stall 4 problems total. Problem reports for tag 'bxe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174851 net [bxe] [patch] UDP checksum offload is wrong in bxe dri o kern/174850 net [bxe] [patch] bxe driver does not receive multicasts o kern/174849 net [bxe] [patch] bxe driver can hang kernel when reset o kern/165526 net [bxe] UDP packets checksum calculation whithin if_bxe 4 problems total. Problem reports for tag 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/169976 smh [cam] [patch] make scsi_da use sysctl values where app p kern/169801 smh [cam] [patc] make changes to delete_method in scsi_da o kern/169403 scsi [cam] [patch] CAM layer, I/O starvation, no fairness o kern/166621 [cam] "CAM status: Unconditionally Re-queue Request" n o kern/165740 scsi [cam] SCSI code must drain callbacks before free o kern/164909 [cam] devfs does not create entries when removable med o kern/161901 smh [cam] [patch] cam / ata timeout limited to 2147 due to o kern/161809 scsi [cam] [patch] set kern.cam.boot_delay via build option o kern/158351 [cam] [patch] missing #includes in o kern/153514 scsi [cam] [panic] CAM related panic s kern/149927 scsi [cam] hard drive not stopped before removing power dur o kern/148070 [cam] [panic] panic: _mtx_lock_sleep: recursed on non- a usb/143790 usb [boot] [cam] can not boot from usb hdd o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o kern/93872 [cam] [patch] SCSI quirk required for ELTA 8061 OL USB s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo 19 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/125880 imp [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 wh o kern/121760 [pccard] [cardbus] an ed1 network pccard's CIS wasn't o kern/121759 [cardbus] [dc] cardbus dc0 initialization failure at o a kern/115623 imp [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad 6 problems total. Problem reports for tag 'carp': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/153848 bz [carp] [ipv6] backup host can't connect to master host a kern/147950 virtualization[vimage] [carp] VIMAGE + CARP = kernel crash p kern/132285 glebius [carp] alias gives incorrect hash in dmesg o kern/132107 glebius [carp] carp(4) advskew setting ignored when carp IP us f kern/129508 net [carp] [panic] Kernel panic with EtherIP (may be relat p kern/127050 glebius [carp] ipv6 does not work on carp interfaces [regressi p kern/126945 glebius [carp] CARP interface destruction with ifconfig destro p kern/126714 glebius [carp] CARP interface renaming makes system no longer p kern/125816 glebius [carp] [if_bridge] carp stuck in init when using bridg p kern/120130 glebius [carp] [panic] carp causes kernel panics in any conste p kern/117448 glebius [carp] 6.2 kernel crash [regression] p kern/117000 glebius [carp] CARP using address-less host NIC (carpdev) o kern/98622 bz [carp] carp with IPv6 broken on 6.1 (regression) 13 problems total. Problem reports for tag 'cas': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/157932 gavin [cas] loading CAS4 at boot hangs system 1 problem total. Problem reports for tag 'cbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170058 [cbb] [patch] cardbus slot is not functioning correctl o kern/114550 [cbb] Cardbus WiFi card activation problem 2 problems total. Problem reports for tag 'cd': S Tracker Resp. Description -------------------------------------------------------------------------------- s sparc/164226 sparc64 [cd] Data corruption on 9.0-RELEASE when reading from 1 problem total. Problem reports for tag 'cd9660': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/130941 gavin [panic] [cd9660] [geom] unexpected crash due to page f o kern/114955 fs [cd9660] [patch] [request] support for mask,dirmask,ui o kern/95222 fs [cd9660] File sections on ISO9660 level 3 CDs ignored 3 problems total. Problem reports for tag 'cdce': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op 1 problem total. Problem reports for tag 'ciss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159412 sbruno [ciss] 7.3 RELEASE: ciss0 ADAPTER HEARTBEAT FAILED err o kern/153361 sbruno [ciss] Smart Array 5300 boot/detect drive problem o kern/151564 sbruno [ciss] ciss(4) should increase CISS_MAX_LOGICAL to 10 o kern/149219 [ciss] DL380 G6 P212 trouble o kern/125723 [ciss] System randomly crashes or can not boot - ciss o kern/125647 [ciss] [panic] System randomly crashes - ciss driver 6 problems total. Problem reports for tag 'coda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/162944 fs [coda] Coda file system module looks broken in 9.0 1 problem total. Problem reports for tag 'coretemp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171410 [coretemp] [patch] add support for Atom E6xx and add t o kern/158160 [coretemp] coretemp reports incorrect CPU temperature 2 problems total. Problem reports for tag 'cpufreq': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165381 [cpufreq] powerd(8) eats CPUs for breakfast o kern/146436 [cpufreq] [panic] Panic when changing profile to econo o kern/143227 [panic] [cpufreq] free: address has not been allocated o kern/140658 [cpufreq] dev.cpu.0.cx_lowest=C3 from /etc/sysctl.conf o kern/140361 [cpufreq] speed-stepping broken on PhenomII (acpi?) o i386/139115 i386 [cpufreq] low cpu frequency reported [regression] o kern/121768 [cpufreq] cpufreq module RELENG_6 -> 7 regressions on o kern/118739 [cpufreq] [patch] Allow the cpufreq/p4tcc driver to de 8 problems total. Problem reports for tag 'crypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172569 [crypto] [patch] Fix div-by-zero in openssl o kern/170200 [crypto] [patch] AES-NI XTS mode performance lower tha o kern/132277 net [crypto] [ipsec] poor performance using cryptodevice f o kern/120270 simon [crypto] [patch] AES-192 and AES-256 support for HW-ac o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/66029 secteam [crypto] [patch] MD5 alignment problem on a TriMedia p 6 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 'cxgbe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173584 np [PATCH] [cxgbe] Add hw.cxgbe.force_firmware_install tu o kern/173516 [cxgbe] Doesn't detect link-up after driver is first l 2 problems total. Problem reports for tag 'cy': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/166866 [build] [cy] cy(4) driver breaks kernel build in 8.3 o kern/126098 [cy] 6.3 only sees 16 ports on 32 port Cyclades Cyclom 2 problems total. Problem reports for tag 'da': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171650 scsi [da] da(4) driver does not recognize end of cciss (Sma 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/121761 [cardbus] [dc] a cardbus dc0 causes a system freeze wh o kern/121759 [cardbus] [dc] cardbus dc0 initialization failure at o o kern/119205 peterj [dc] [patch] Collect various stats regarding dc(4) int s kern/92279 net [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/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/30052 [dc] [patch] dc driver queues outgoing pkts indefinite 7 problems total. Problem reports for tag 'de': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/133495 [de] interface not properly initialized on boot o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern 2 problems total. Problem reports for tag 'devd': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/120406 usb [devd] [patch] Handle newly attached pcm devices (eg. 1 problem total. Problem reports for tag 'devd.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/157903 [devd.conf] [patch] automated kldload for USB class de 1 problem total. Problem reports for tag 'devfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/124881 [devfs] [patch] [request] Add possibility to check whi o kern/122838 [devfs] devfs doesn't handle complex paths (like zvol/ 2 problems total. Problem reports for tag 'digi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158086 [digi] [patch] Update digi(4) to work with TTYng o kern/152253 [digi] [patch] Enhancements to digi(4) to prevent inte 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 6 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 'dri': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/123775 [dri] DRI Broken under freebsd7-stable/i386 1 problem total. Problem reports for tag 'drm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/167468 [drm] drm locking Xorg in loop o kern/153746 [drm] [panic] kernel crash with 2 X11 sessions on amd6 o kern/114406 [drm] ATI Radeon Mobility X600 not supported by agp de s kern/87653 [drm] ATI Radeon Mobile X600SE not detected by kernel 4 problems total. Problem reports for tag 'dtrace': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175705 [dtrace] "panic: process not held" when invoking userl o bin/173484 gnn [feature request] [dtrace] the current implementation a bin/171678 gnn [dtrace] dtrace -h doesn't work when io.d is installed o kern/171360 gnn [patch][dtrace] the fasttrap fork handler recurses on o kern/169657 gnn [dtrace] name clash between dtrace and geom.h o kern/169379 gnn [dtrace] [patch] dtrace's timestamp variable is unreli o kern/169350 gnn [dtrace] Extraneous output when tracing writes with ou o kern/169080 gnn [dtrace] DTrace broken for simple user land program f kern/166928 gnn [dtrace] fbt provider does not destroy probes when mod o kern/166927 gnn [dtrace] [modules] Kernel panics if you unload a kld m o kern/166926 gnn [dtrace] Individual probes cannot be destroyed, only p o kern/166925 gnn [dtrace] lockstat provider only works in files that #i o kern/166924 gnn [dtrace] deferred DTrace probes never match if executa f kern/166923 gnn [dtrace] kernel trap 12 with interrupts disabled (not o kern/166922 gnn [dtrace] Wildcarded dtrace probe names not always work o kern/166919 gnn [dtrace] If dtrace(1) crashes while attached to a proc o kern/166918 gnn [dtrace] USDT probes not cleaned up when process exits o kern/165479 rstone [dtrace] [lor] LOR in Userland Dtrace(fasttrap_provs.f p kern/164724 gnn [dtrace] [patch] Signal bug in Dtrace o kern/160307 [dtrace] dtrace -lv can not identify the args of the p kern/159612 gnn [dtrace] [patch] walltimestamp and timestamp functions p kern/159046 rwatson [dtrace] [patch] dtrace library is linked with a wrong f kern/159013 gnn [dtrace] kldunload dtraceall crashing if userland dtra 23 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171711 net [dummynet] [panic] Kernel panic in dummynet o kern/162558 net [dummynet] [panic] seldom dummynet panics f kern/157802 net [dummynet] [panic] kernel panic in dummynet o kern/156877 net [dummynet] [panic] dummynet move_pkt() null ptr derefe o kern/156770 melifaro [ipfw] [dummynet] [patch]: performance improvement and o kern/143621 ipfw [ipfw] [dummynet] [patch] dummynet and vnet use result o kern/138850 net [dummynet] dummynet doesn't work correctly on a bridge o kern/134157 net [dummynet] dummynet loads cpu for 100% and make a syst o kern/133969 net [dummynet] [panic] Fatal trap 12: page fault while in o kern/133968 net [dummynet] [panic] dummynet kernel panic 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 13 problems total. Problem reports for tag 'e1000': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172113 net [panic] [e1000] [patch] 9.1-RC1/amd64 panices in igb(4 o kern/151409 yongari [e1000] Problem with Marvell driver, e1000phy.c 2 problems total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement 1 problem 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/156596 usb [ehci] Extremely high interrupt rate on ehci/uhci IRQ1 o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o sparc/141918 sparc64 [ehci] ehci_interrupt: unrecoverable error, controller o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci 7 problems total. Problem reports for tag 'em': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173137 net [em] em(4) unable to run at gigabit with 9.1-RC2 o kern/168246 net [em] Multiple em(4) not working with qemu o kern/167500 net [em] [panic] Kernel panics in em driver o kern/162153 net [em] intel em driver 7.2.4 don't compile o kern/161277 net [em] [patch] BMC cannot receive IPMI traffic after loa o kern/160693 net [gif] [em] Multicast packet are not passed from GIF0 t o kern/159294 net [em] em watchdog timeouts o kern/158635 net [em] TSO breaks BPF packet captures with em driver o kern/157418 net [em] em driver lockup during boot on Supermicro X9SCM- o kern/156667 net [em] em0 fails to init on CURRENT after March 17 o kern/154679 net [em] Fatal trap 12: "em1 taskq" only at startup (8.1-R o kern/153308 net [em] em interface use 100% cpu o kern/153244 net [em] em(4) fails to send UDP to port 0xffff o kern/152853 net [em] tftpd (and likely other udp traffic) fails over e o kern/152828 net [em] poor performance on 8.1, 8.2-PRE o kern/152582 [em] request: merge em Intel Driver Upgrage to Version o kern/150516 jfv [em] e1000 receive queue handling problem o kern/148004 jfv [em] Inconsistent networking with em driver on FreeBSD o kern/147989 jfv [em] em Receive errors / CRC Errors / Alignment Errors p kern/144869 jfv [em] [panic] Instant kernel panic when adding NAT rule o kern/144680 jfv [em] em(4) problem with dual-port adapter o kern/143573 jfv [em] em(4) NIC crashes intermittently o kern/143285 jfv [em] [regression] jumbo frames broken in 8.0 f kern/142518 net [em] [lagg] Problem on 8.0-STABLE with em and lagg o kern/142019 jfv [em] em needs "ifconfig em0 down up" when link was gon o kern/141843 jfv [em] [vlan] Intel txcsum and assigned vlan invoke wron o kern/140778 jfv [em] randomly panic in vlan/em o kern/140728 jfv [em] [patch] Fast irq registration in em driver o kern/140647 jfv [em] [patch] e1000 driver does not correctly handle mu o kern/140326 jfv [em] em0: watchdog timeout when communicating to windo o kern/138392 jfv [em] [altq] ALTQ queuing not working on em(4) o kern/136168 jfv [em] em driver initialization fails on Intel 5000PSL m o kern/134956 jfv [em] FreeBSD 7.1 & 7.2, Intel PRO/1000 PT Quad Port Se o kern/134079 jfv [em] "em0: Invalid MAC address" in FreeBSD-Current ( 8 o kern/122928 jfv [em] interface watchdog timeouts and stops receiving p o kern/122772 jfv [em] em0 taskq panic, tcp reassembly bug causes radix o kern/122373 jfv [em] unable to receive on em 82542 w/o promisc o kern/122058 jfv [em] [panic] Panic on em1: taskq o kern/121624 jfv [em] [regression] Intel em WOL fails after upgrade to o kern/121298 jfv [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 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 jfv [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 kern/101226 jfv [em] Access to IPMI module is lost when the em driver 52 problems total. Problem reports for tag 'emu10kx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174796 multimedia [emu10kx]: Audigy ZS driver produce strange noises 1 problem total. Problem reports for tag 'endian': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/138737 bde [endian] [patch] Patch for bswap64(9) operation on IA 1 problem total. Problem reports for tag 'ep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/151690 net [ep] network connectivity won't work until dhclient is 1 problem total. Problem reports for tag 'epair': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175236 net [epair] [gif] epair and gif Devices On Bridge s kern/171508 net [epair] [request] Add the ability to name epair device 2 problems total. Problem reports for tag 'est': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165303 [est] CPU freq changing not supported on VIA VE-900 (N o i386/145718 i386 [est] [patch] fix freq calculation from MSR for CPUs w 2 problems total. Problem reports for tag 'eventtimers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/169663 [eventtimers] HP DL365 G5 hangs on boot o kern/166549 [eventtimers] Clock stops ticking in some cases with n 2 problems total. Problem reports for tag 'ex': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx 1 problem total. Problem reports for tag 'exp-run': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/173606 portmgr [exp-run] devel/bison: update to 2.6.5 o ports/173299 linimon [exp-run] test bmake conversion o ports/172608 portmgr [exp-run] conditional including of bsd.perl.mk inside s ports/172332 linimon [exp-run] Expanding stdio's internal file descriptors f ports/172325 sunpoet [exp-run] ftp/curl: update to 7.27.0 a ports/172275 portmgr [PATCH] [exp-run] devel/libtool: avoid use of -nostdli o ports/171672 bdrewery [bsd.port.mk / bsd.pkgng.mk][exp-run] Make 'do-package o ports/170219 skv [exp-run] lang/perl5.14: get rid of USE_PERL o ports/168671 portmgr [exp-run] Make devel/cmake and devel/cmake-gui not use s ports/168547 swills [exp-run] make Ruby 1.9 the deafult, requesting exp-ru o ports/168292 portmgr [exp-run] test a change to system opensslv.h header o ports/168010 portmgr [exp-run] Please test libc.so as ld script with an exp a ports/165609 linimon [exp-run] DISTNAME= PORTNAME-PORTVERSION is not needed o ports/165605 pgollucci [exp-run]: remove ports broken with < perl 5.12, clean f ports/165594 pgollucci [exp-run], then [repo-copy], then [NEW PORT] lang/perl o ports/165457 pgollucci [exp-run]: remove lang/perl5.8 and lang/perl5.10, move a ports/164896 portmgr [exp-run] add support for testing perl modules f ports/163524 linimon [exp-run] estimate number of ports utilizing old inter a ports/162948 fjoe [exp-run] 10.0 exp-run without libreadline in base sys a ports/159117 linimon [exp-run] Clang exp-run request. o conf/155737 portmgr [exp-run] [patch] reaper of the dead: remove OBJFORMAT o ports/138228 portmgr [bsd.port.mk] [exp-run] New opt-in knob to compile por o ports/130677 portmgr [exp-run] bsd.port.mk: Centralize handling of CPPFLAGS 23 problems total. Problem reports for tag 'ext2fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174060 fs [ext2fs] Ext2FS system crashes (buffer overflow?) o kern/155199 fs [ext2fs] ext3fs mounted as ext2fs gives I/O errors o kern/142597 fs [ext2fs] ext2fs does not work on filesystems with real o kern/104133 fs [ext2fs] EXT2FS module corrupts EXT2/3 filesystems 4 problems total. Problem reports for tag 'fdc': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/174711 [fdc] Floppy drive 5.25" 360Kb bug. p kern/166469 jhb [fdc] Floppy disk utilities broken on FreeBSD 9.0-STAB o kern/119618 [fdc] Double Density Disks do not work correctly 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 12 problems total. Problem reports for tag 'fed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174213 [fed] OFED sysfs/sysctl compat does not handle show/se 1 problem total. Problem reports for tag 'ffs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165950 fs [ffs] SU+J and fsck problem o kern/136944 fs [ffs] [lor] bufwait/snaplk (fsync) o kern/125895 fs [ffs] [panic] kernel: panic: ffs_blkfree: freeing free o kern/123778 vwe [panic] [ffs] [msgs] server reboots when running 130.c o kern/122380 fs [ffs] ffs_valloc:dup alloc (Soekris 4801/7.0/USB Flash o kern/116583 fs [ffs] [hang] System freezes for short time when using o kern/92272 fs [ffs] [hang] Filling a filesystem while creating a sna 7 problems total. Problem reports for tag 'fifo': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170203 [fifo] piped dd's don't behave sanely when dealing wit o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) 2 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/161702 firewire [firewire] Firewire messages on DELL E6520 running 8.2 o kern/155303 firewire [firewire] Mounted firewire disks prevent reboot o kern/144843 firewire [firewire] [panic] fwcontrol(8) -S causes kernel panic o kern/143623 firewire [firewire] firewire fails to attach DV camera and down o kern/139549 firewire [firewire] reconnecting a firewire disk does not cause o kern/129261 simokawa [firewire] Kernel crash on boot with disconnected fire p kern/125673 firewire [firewire] [panic] FreeBSD7 panics when kldunloading f o kern/122951 firewire [firewire] video-transfer via fwcontrol triggers a pan p kern/119575 sbruno [firewire] [patch] sbp_targ cannot handle multiple CTI o kern/118093 firewire [firewire] firewire bus reset hogs CPU, causing data t f kern/114646 sbruno [firewire] [patch] firewire fails after suspend/resume o kern/113785 firewire [firewire] dropouts when playing DV on firewire o kern/97208 firewire [firewire] System hangs / locks up when a firewire dis o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w 14 problems total. Problem reports for tag 'flowtable': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/148018 net [flowtable] flowtable crashes on ia64 f kern/146792 net [flowtable] flowcleaner 100% cpu's core load f kern/144917 net [flowtable] [panic] flowtable crashes system [regressi 3 problems total. Problem reports for tag 'fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/151629 fs [fs] [patch] Skip empty directory entries during name o bin/122172 fs [fs]: amd(8) automount daemon dies on 6.3-STABLE i386, 2 problems total. Problem reports for tag 'fusefs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/167688 fs [fusefs] Incorrect signal handling with direct_io o kern/167362 gnn [fusefs] Reproduceble Page Fault when running rsync ov o kern/160790 fs [fusefs] [panic] VPUTX: negative ref count with FUSE 3 problems total. Problem reports for tag 'fusefs-ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/159191 usb [fusefs-ntfs] write on fusefs-ntfs mounted partition r 1 problem total. Problem reports for tag 'fwip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/139162 yongari [fwip] [panic] 8.0-RC1 panics if using IP over firewir 1 problem total. Problem reports for tag 'fwohci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/136946 firewire [fwohci] fwohci throws an"unrecoverable error" upon re 1 problem total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170081 net [fxp] pf/nat/jails not working if checksum offloading o kern/144492 yongari [fxp] The fxp driver does not handle Frame Check Seque o kern/124904 yongari [fxp] EEPROM corruption with Compaq NC3163 NIC 3 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 [gbde] gbde destroy error 3 problems total. Problem reports for tag 'geli': S Tracker Resp. Description -------------------------------------------------------------------------------- p docs/169089 pjd [geli] [PATCH] geli(8) needs clarity concerning key sc f kern/167562 pjd [geli] geli cannot use gpt labels in loader.conf a kern/163020 geom [geli] [patch] enable the Camellia-XTS on GEOM ELI o kern/162010 geom [geli] panic: Provider's error should be set (error=0) f kern/161013 pjd [geli] geli with HMAC/MD5 authentication fails during o kern/160409 geom [geli] failed to attach provider o kern/157863 geom [geli] kbdmux prevents geli passwords from being enter o arm/154227 arm [geli] using GELI leads to panic on ARM p kern/152609 pjd [geli] geli onetime on gzero panics o kern/146429 pjd [geli][panic][patch] kernel panic if geli autodetach i o kern/134113 geom [geli] Problem setting secondary GELI key o kern/133931 geom [geli] [request] intentionally wrong password to destr o bin/131415 geom [geli] keystrokes are unregulary sent to Geli when typ o kern/120091 geom [geom] [geli] [gjournal] geli does not prompt for pass 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 kern/115856 geom [geli] ZFS thought it was degraded when it should have o kern/105368 [geli] geli passphrase prompt malfunctioning when moun o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE 19 problems total. Problem reports for tag 'geom': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/175123 doc [geom] gpart list/status isn't documented in usage sec o kern/171865 geom [geom] [patch] g_wither_washer() keeping a core busy o kern/170038 geom [geom] geom_mirror always starts degraded after reboot o kern/169539 geom [geom] [patch] fix ability to run gmirror on MSI MegaR f kern/165745 geom [geom] geom_multipath page fault on removed drive o kern/164254 geom [geom] gjournal not stopping on GPT partitions o kern/164252 geom [geom] gjournal overflow o kern/164143 geom [geom] Partition table not recognized after upgrade R8 o kern/162690 geom [geom] gpart label changes only take effect after a re o kern/162036 [geom] Fatal trap 12: page fault while in kernel mode o kern/161979 geom [geom] glabel doesn't update after newfs, and glabel s o kern/161752 geom [geom] glabel(8) doesn't get gpt label change f kern/159595 geom [geom] [panic] panic on gmirror unload in vbox [regres o kern/158197 geom [geom] geom_cache with size>1000 leads to panics o kern/157739 geom [geom] GPT labels with geom_multipath o kern/157724 geom [geom] gpart(8) 'add' command must preserve gap for sc o kern/157723 geom [geom] GEOM should not process 'c' (raw) partitions fo o kern/155994 geom [geom] Long "Suspend time" when reading large files fr o kern/154226 geom [geom] GEOM label does not change when you modify them o kern/150858 geom [geom] [geom_label] [patch] glabel(8) is not compatibl o kern/150626 geom [geom] [gjournal] gjournal(8) destroys label o kern/150555 geom [geom] gjournal unusable on GPT partitions o kern/150334 geom [geom] [udf] [patch] geom label does not support UDF o kern/145818 geom [geom] geom_stat_open showing cached information for n o kern/145042 geom [geom] System stops booting after printing message "GE o kern/142563 geom [geom] [hang] ioctl freeze in zpool o kern/141740 geom [geom] gjournal(8): g_journal_destroy concurrent error o kern/140352 geom [geom] gjournal + glabel not working f kern/139510 pjd [geom] [2tb] gmirror disappears after boot on 2T disks o kern/135898 geom [geom] Severe filesystem corruption - large files or l o bin/132845 geom [geom] [patch] ggated(8) does not close files opened a o kern/131353 geom [geom] gjournal(8) kernel lock f kern/130941 gavin [panic] [cd9660] [geom] unexpected crash due to page f 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/127420 geom [geom] [gjournal] [panic] Journal overflow on gmirrore o kern/123122 geom [geom] GEOM / gjournal kernel lock o kern/122738 geom [geom] gmirror list "losts consumers" after gmirror de o kern/122067 geom [geom] [panic] Geom crashed during boot o kern/120091 geom [geom] [geli] [gjournal] geli does not prompt for pass o kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro 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/94632 geom [geom] Kernel output resets input while GELI asks for o kern/90582 geom [geom] [panic] Restore cause panic string (ffs_blkfree o bin/86388 geom [geom] [geom_part] periodic(8) daily should backup gpa o kern/84556 geom [geom] [panic] GBDE-encrypted swap causes panic at shu o kern/78114 [geom] [patch] Solaris/x86 label structures for GEOM ( 49 problems total. Problem reports for tag 'geom_part': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/149215 geom [panic] [geom_part] gpart(8): Delete linux's slice via s bin/142786 [request] [geom_part] gpart(8) should recognize NAND m f bin/140900 gavin [geom_part] sysinstall(8) problems: "unable to make de f kern/140836 gavin [geom_part]? - failed to upgrade to 8.0-RELEASE o bin/86388 geom [geom] [geom_part] periodic(8) daily should backup gpa 5 problems total. Problem reports for tag 'gif': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175236 net [epair] [gif] epair and gif Devices On Bridge o kern/174602 net [gif] [ipsec] traceroute issue on gif tunnel with ipse o kern/160693 net [gif] [em] Multicast packet are not passed from GIF0 t o kern/160206 net [gif] gifX stops working after a while (IPv6 tunnel) o kern/154943 net [gif] ifconfig gifX create on existing gifX clears IP o kern/143846 net [gif] bringing gif3 tunnel down causes gif0 tunnel to o kern/143208 net [ipsec] [gif] IPSec over gif interface not working o kern/127815 net [gif] [patch] if_gif does not set vlan attributes from 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 net [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 14 problems total. Problem reports for tag 'gjournal': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/157108 geom [gjournal] dumpon(8) fails on gjournal providers o kern/150626 geom [geom] [gjournal] gjournal(8) destroys label o kern/127420 geom [geom] [gjournal] [panic] Journal overflow on gmirrore o kern/124973 geom [gjournal] [patch] boot order affects geom_journal con o kern/123962 geom [panic] [gjournal] gjournal (455Gb data, 8Gb journal), o kern/120091 geom [geom] [geli] [gjournal] geli does not prompt for pass 6 problems total. Problem reports for tag 'glabel': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165428 geom [glabel][patch] Add xfs support to glabel 1 problem total. Problem reports for tag 'glxsb': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/166508 [glxsb] AES 256 encryption does not work with glxsb dr o kern/132622 philip [glxsb] [patch] glxsb(4) performs badly with ipsec 2 problems total. Problem reports for tag 'gmirror': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/147667 geom [gmirror] Booting with one component of a gmirror, the o kern/134922 ae [gmirror] [panic] kernel panic when use fdisk on disk o kern/121364 geom [gmirror] Removing all providers create a "zombie" mir 3 problems total. Problem reports for tag 'gnats': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/164396 bugmeister [GNATs] add 'enhancement' class o misc/164395 bugmeister [GNATs] add support for .patch attachments o misc/164394 bugmeister [GNATS] Change some fields to 'unset' to prevent misca 3 problems total. Problem reports for tag 'gpio': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/157070 gonzo [gpio] [patch] Improve API description in gpio_if.m 1 problem total. Problem reports for tag 'gpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/175086 [gpt] 9.1 does not boot from GPT partition that can ha o kern/170945 fs [gpt] disk layout not portable between direct connect 2 problems total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/166462 net [gre] gre(4) when using a tunnel source address from c o kern/164475 net [gre] gre misses RUNNING flag after a reboot o kern/138407 net [gre] gre(4) interface does not come up after reboot o kern/135948 pf [pf] [gre] pf not natting gre protocol o kern/125239 net [gre] kernel crash when using gre f kern/122065 bz [ipsec] [gre] gre over ipsec not working o conf/111557 [gre] link1 flag doesn't work as intended when specifi p kern/85320 net [gre] [patch] possible depletion of kernel stack in ip 8 problems total. Problem reports for tag 'handbook': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/174712 issyl0 [handbook] Some cvsup servers for Ukraine seems inacce o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv o docs/171292 doc [handbook] [patch] handbook should describe subversion o docs/163879 doc [handbook] handbook does not say about how to force to o docs/162433 gavin [handbook] QEMU instructions for FreeBSD guests o docs/162404 doc [handbook] IPv6 link-local address compared with IPv4 o docs/160460 doc [handbook] Network setup guide suggestion o docs/160446 doc [handbook] Handbook sound setup seems outdated o docs/160445 doc [handbook] Handbook does not mention ACL o docs/157908 doc [handbook] Description of post-install should include f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook o docs/155982 doc [handbook] reaper of the dead: remove reference to flo o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/145631 blackend [handbook] References to ttyd0 serial devices in handb o docs/144515 doc [handbook] Expand handbook Table of contents o docs/143416 doc [handbook] IPFW handbook page issues a docs/143041 blackend [handbook] [patch] doc/en__US.ISO8859-1 refers to slip a docs/140918 blackend [handbook] update 8.0 handbook about serial port /dev o docs/140082 bland [handbook] handbook/jails: russian translation is miss o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/121585 doc [handbook] Wrong multicast specification o docs/59240 blackend [patch] [handbook] update: linux MATLAB 25 problems total. Problem reports for tag 'hast': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158098 pjd [hast] problem with copying data on hast-device 1 problem total. Problem reports for tag 'hdac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o kern/152500 multimedia [hdac] play interrupt timeout, channel dead 2 problems total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175759 [headers] [patch] Correct data types for fields of str o kern/172632 [headers] [patch] Unused structure in netconfig.h o kern/172390 [headers] __res_state_ext missing from system headers o kern/164656 [headers] [patch] Add size_t declaration to ucontext.h o kern/162952 [headers] Problems including netinet/tcp_var.h o kern/160294 [headers] [patch] missing cast in "/usr/include/assert o kern/159916 [headers] stdarg.h doesn't have a lint version of va_c o kern/159279 [headers] [patch] __FreeBSD_cc_version in includes o kern/156637 [headers] [patch] sys/types.h can't be included when _ o kern/155429 [headers] including malloc.h should not abort compile. o kern/149960 [headers] syntax error /usr/include/machine/endian.h a kern/149012 gavin [headers] [patch] please replace '#include -interfac 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 bz [ip6] IP_RECVDSTADDR & IP_SENDSRCADDR not implemented o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti 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/83778 [ip6] [patch] JPv6 cannot use Jumbo Frames o kern/77341 net [ip6] problems with IPV6 implementation 41 problems total. Problem reports for tag 'ipf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165963 net [panic] [ipf] ipfilter/nat NULL pointer deference o kern/123796 net [ipf] FreeBSD 6.1+VPN+ipnat+ipf: port mapping does not 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/78090 net [ipf] ipf filtering on bridged packets doesn't work if 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 12 problems total. Problem reports for tag 'ipfilter': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172599 [ipfilter] [patch] Null function pointer in ipfilter f kern/167768 darrenr [ipfilter] Fatal trap in ipfilter/ipnat o kern/166940 net [ipfilter] [panic] Double fault in kern 8.2 o kern/162926 net [ipfilter] Infinite loop in ipfilter with fragmented I o kern/149937 net [ipfilter] [patch] kernel panic in ipfilter IP fragmen o kern/139565 net [ipfilter] ipfilter ioctl SIOCDELST broken o kern/139058 net [ipfilter] mbuf cluster leak on FreeBSD 7.2 o kern/138177 net [ipfilter] FreeBSD crashing repeatedly in ip_nat.c:257 o kern/131601 net [ipfilter] [panic] 7-STABLE panic in nat_finalise (tcp 9 problems total. Problem reports for tag 'ipfw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175530 melifaro [ipfw] [patch] lost dynamic IPFW rule for TCP session o kern/170604 [ipfw] ipv6 reass broken o kern/169206 ipfw [ipfw] ipfw does not flush entries in table o conf/167822 ipfw [ipfw] [patch] start script doesn't load firewall_type o kern/166406 ipfw [ipfw] ipfw does not set ALTQ identifier for ipv6 traf o kern/165190 ipfw [ipfw] [lo] [patch] loopback interface is not marking o kern/158066 ipfw [ipfw] ipfw + netgraph + multicast = multicast packets o kern/157796 ipfw [ipfw] IPFW in-kernel NAT nat loopback / Default Route o kern/157689 ipfw [ipfw] ipfw nat config does not accept nonexistent int o kern/156770 melifaro [ipfw] [dummynet] [patch]: performance improvement and o kern/156279 net [if_bridge][divert][ipfw] unable to correctly re-injec f kern/155927 ipfw [ipfw] ipfw stops to check packets for compliance with o bin/153252 ipfw [ipfw][patch] ipfw lockdown system in subsequent call o kern/153161 ipfw [ipfw] does not support specifying rules with ICMP cod o kern/152113 ipfw [ipfw] page fault on 8.1-RELEASE caused by certain amo o kern/148928 hrs [ipfw] Problem with loading of ipfw NAT rules during s o kern/148827 ipfw [ipfw] divert broken with in-kernel ipfw o kern/148689 ae [ipfw] antispoof wrongly triggers on link local IPv6 a o kern/148430 ipfw [ipfw] IPFW schedule delete broken. o conf/148137 hrs [ipfw] call order of natd and ipfw startup scripts o kern/148091 ipfw [ipfw] ipfw ipv6 handling broken. f kern/144315 net [ipfw] [panic] freebsd 8-stable reboot after add ipfw f kern/143973 ipfw [ipfw] [panic] ipfw forward option causes kernel reboo o kern/143621 ipfw [ipfw] [dummynet] [patch] dummynet and vnet use result o kern/137346 ipfw [ipfw] ipfw nat redirect_proto is broken o kern/137232 ipfw [ipfw] parser troubles o kern/135476 ipfw [ipfw] IPFW table breaks after adding a large number o o kern/132774 rwatson [ipfw] IPFW with uid/gid/jail rules may lead to lockup o kern/130109 net [ipfw] Can not set fib for packets originated from loc o kern/129036 ipfw [ipfw] 'ipfw fwd' does not change outgoing interface n o kern/127230 ipfw [ipfw] [patch] Feature request to add UID and/or GID l a kern/123358 [ipfw] ipfw add 1000 allow IP from any to any doesn't f kern/122963 ipfw [ipfw] tcpdump does not show packets redirected by 'ip o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o kern/116009 ipfw [ipfw] [patch] Ignore errors when loading ruleset from 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/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/95084 ipfw [ipfw] [regression] [patch] IPFW2 ignores "recv/xmit/v o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o bin/83046 ipfw [ipfw] ipfw2 error: "setup" is allowed for icmp, but s o kern/82724 ipfw [ipfw] [patch] [request] Add setnexthop and defaultrou o bin/65961 ipfw [ipfw] ipfw2 memory corruption inside add() 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 s kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw o kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic 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 53 problems total. Problem reports for tag 'ipl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/132554 net [ipl] There is no ippool start script/ipfilter magic t o kern/121534 darrenr [ipl] [nat] FreeBSD Release 6.3 Kernel Trap 12: 2 problems total. Problem reports for tag 'ipmi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171524 net [ipmi] ipmi driver crashes kernel by reboot or shutdow o kern/169475 [ipmi] IPMI MAX_TIMEOUT is too short o kern/166552 [ipmi] [build] ipmi module doesn't create ipmi device o kern/147855 [ipmi] [patch] kernel panic when IPMI enabled on some o kern/125389 [ipmi] [bce] IPMI problem with bce a kern/123904 [ipmi] ipmi(4) reports negative temperature values on o kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work a kern/103041 [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o kern/79143 [ipmi] Broadcom NIC driver do not work for IPMI 9 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 kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may 1 problem total. Problem reports for tag 'ipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174602 net [gif] [ipsec] traceroute issue on gif tunnel with ipse o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi o kern/169438 net [ipsec] ipv4-in-ipv6 tunnel mode IPsec does not work o kern/169065 [ipsec] [regression] "netstat -p ipsec -s" is broken o kern/159629 net [ipsec] [panic] kernel panic with IPsec in transport m o kern/155165 bz [ip6][ipsec] IPv6 over IPv6 IPsec tunnel MTU(?) issue. o kern/147894 net [ipsec] IPv6-in-IPv4 does not work inside an ESP-only o kern/146190 vanhu [ipsec][patch] NAT traversal does not work in transpor o kern/143593 net [ipsec] When using IPSec, tcpdump doesn't show outgoin o kern/143208 net [ipsec] [gif] IPSec over gif interface not working o kern/139387 net [ipsec] Wrong lenth of PF_KEY messages in promiscuous p kern/138439 vanhu [IPSec] Tunnel with IPv4 and IPv6 o kern/137309 bz [ipsec] sequence number in a SADB_X_SPDGET response is o kern/133060 net [ipsec] [pfsync] [panic] Kernel panic with ipsec + pfs o kern/132277 net [crypto] [ipsec] poor performance using cryptodevice f o kern/129517 net [ipsec] [panic] double fault / stack overflow s conf/128030 bz [ipsec] [request] Isn't it time to enable IPsec in GEN o kern/123463 net [ipsec] [panic] repeatable crash related to ipsec-tool o kern/122563 bz [ipsec] KEY_FREESAV() in FreeBSD-Release7.0 o kern/122562 bz [ipsec] IPsec AH tunneled packet mis handling? f kern/122065 bz [ipsec] [gre] gre over ipsec not working o kern/121642 bz [ipsec] [gif]: When using IPSec, tcpdump shows non-dec o kern/121373 bz [ipsec] New IPSEC & IPV6 & AH+ESP Broken o kern/112722 net [ipsec] [udp] IP v4 udp fragmented packet reject f kern/110959 bz [ipsec] Filtering incoming packets with enc0 does not o kern/103135 net [ipsec] ipsec with ipfw divert (not NAT) encodes a pac a kern/95307 vanhu [ipsec] Panic (race condition?) in ipsec_process_done o kern/94273 bz [ipsec] [patch] IPIP decapsulation problem in FAST_IPS o kern/88336 vanhu [ipsec] [patch] setkey(8) -D fails to report all SAs 29 problems total. Problem reports for tag 'ipw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165939 ipfw [ipw] bug: incomplete firewall rules loaded if tables o kern/165595 wireless [ipw] ipw(4): Can't load firmare for ipw2200bg f kern/131087 bschmidt [ipw] [panic] ipw / iwi - no sent/received packets; iw 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/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 7 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 arm/150581 arm [irq] Unknown error generates IRQ address decoding err o i386/141942 mav [irq] interrupt storm (VIA 6421A atapci controller) o i386/140645 i386 [irq] High INTERRUPT rate on CPU 0 o kern/119696 [irq] [ral] ral device causes massive interrupt storm o kern/119513 wireless [ath] [irq] inserting dlink dwl-g630 wireless card res o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o 7 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 kern/157770 scsi [iscsi] [panic] iscsi_initiator panic o sparc/121676 scsi [iscsi] iscontrol do not connect iscsi-target on sparc 2 problems total. Problem reports for tag 'isp': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/159414 geom [isp] isp(4)+gmultipath(8) : removing active fiber pat o kern/150367 [isp] Possible QLogic fiber channel regression in 8.1- o kern/127927 scsi [isp] isp(4) target driver crashes kernel when set up 3 problems total. Problem reports for tag 'iwi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170573 wireless [iwi] Intel 2200BG iwi NIC hangs with need multicast c o kern/164365 wireless [iwi] iwi0: UP/DOWN in o kern/142018 net [iwi] [patch] Possibly wrong interpretation of beacon- o kern/127826 net [iwi] iwi0 driver has reduced performance and connecti o kern/124767 wireless [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 8 problems total. Problem reports for tag 'iwn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175183 wireless [iwn] iwn(4) becomes unresponsive during initial confi o kern/175053 wireless [iwn] iwn firmware error on 9-stable with Ultimate-N 6 o kern/173917 wireless [iwn] wpa-supplicant issues on iwn o kern/173898 wireless [iwn] [patch] iwn(4) DOES support 6235 chip. o kern/169433 bschmidt [iwn] iwn(4) doesn't support 6235 chip. o kern/167828 wireless [iwn] iwn(4) doesn't recover automatically after firmw o kern/163154 [iwn] fatal firmware error on 9.0-RC3 o kern/161293 wireless [iwn] hang at startup when starting network 8 problems total. Problem reports for tag 'ix': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158694 net [ix] [lagg] ix0 is not working within lagg(4) 1 problem total. Problem reports for tag 'ixgb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172895 net [ixgb] [ixgbe] do not properly determine link-state o kern/132001 [patch] [ixgb] driver update 2 problems total. Problem reports for tag 'ixgbe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173201 net [ixgbe] [patch] Missing / broken ixgbe sysctl's and tu o kern/172895 net [ixgb] [ixgbe] do not properly determine link-state o kern/170267 net [ixgbe] IXGBE_LE32_TO_CPUS is probably an unintentiona p kern/168294 net [ixgbe] [patch] ixgbe driver compiled in kernel has no o kern/162028 net [ixgbe] [patch] misplaced #endif in ixgbe.c o kern/153936 net [ixgbe] [patch] MPRC workaround incorrectly applied to o kern/153816 net [ixgbe] ixgbe doesn't work properly with the Intel 10g o kern/153772 net [ixgbe] [patch] sysctls reference wrong XON/XOFF varia o kern/150920 net [ixgbe][igb] Panic when packets are dropped with heade o kern/150251 net [patch] [ixgbe] Late cable insertion broken o kern/150249 net [ixgbe] Media type detection broken o kern/144561 jfv [ixgbe] [patch] ixgbe driver errors o kern/128577 [ixgbe] [patch] Send queue stall in ixgbe driver when o kern/126688 jfv [ixgbe] [patch] 1.4.7 ixgbe driver panic with 4GB and 14 problems total. Problem reports for tag 'jail': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174902 jail [jail] jail should provide validator for jail names o kern/174436 jail [jail] Jails with numbers as names don't work o kern/174104 emaste [jail] security.jail.param does not reflect actual jai o bin/173469 jail [jail] regression: security.jail.sysvipc_allowed=1 no o kern/169751 jail [jail] reading routing information does not work in ja o kern/168678 bz [jail] raw sockets incorrectly choose source address w o kern/159918 jail [jail] inter-jail communication failure o kern/156584 bz [jail] ipv4 packet is not forward to v4-mapped binding o kern/156111 jail [jail] procstat -b not supported in jail o conf/154246 jail [jail] [patch] Bad symlink created if devfs mount poin o conf/152465 simon [jail] [patch] devfs is mounted in jails without rules o conf/149050 jail [jail] rcorder ``nojail'' too coarse for Jail+VNET o kern/145444 secteam [jail] sysinstall and sade can access host's disks fro a conf/142973 rc [jail] [patch] Strange counter init value in jail rc s conf/142972 jail [jail] [patch] Support JAILv2 and vnet in rc.d/jail o kern/133265 jail [jail] is there a solution how to run nfs client in ja o conf/124248 rc [jail] [patch] add support for nice value for rc.d/jai o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail o bin/99566 jail [jail] [patch] fstat(1) according to specified jid o bin/78763 pjd [patch] [jail] Added jail support to ps(1) o kern/48471 pjd [jail] [patch] [request] private IPC for every jail s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai 22 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 'kbdmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/146793 gavin [kbdmap] [patch] Danish kbdmap for MacBook o conf/72465 [kbdmap] [patch] United States International keyboard 2 problems total. Problem reports for tag 'kbdmux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/153459 [kbdmux][patch] add option to specify built-in keymap p kern/127446 emax [kbdmux] [patch] fix race in sys/dev/kbdmux/kbdmux.c 2 problems total. Problem reports for tag 'kerberos': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/162009 [patch] [kerberos] getpwnam_r buf too small nfs assign o kern/161888 [kerberos] nfs -sec=krb5x/ldap/krb5-heimdal fix/upgrad o kern/161886 [kerberos] [patch] der_xx_oid not declared before use o kern/161854 [kerberos] [patch] _gsskrb5_pname_to_uid lname lookup o kern/151444 [kerberos] Kerberos5 is broken in the base system from o bin/147175 [kerberos] [patch] libhx509.so containes references to o bin/45830 [kerberos] KDC has problems when listening to IPv6 and o bin/4116 [patch] [kerberos] Kerberized login as .root fai 8 problems total. Problem reports for tag 'kernel': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174848 [kernel] [patch] ps(1): ps -H option does not work wit o kern/173724 [kernel] SYSV semaphore adjustment incorrect for SETVA o kern/173477 [kernel] [patch] mpath bugfixes o amd64/170351 amd64 [kernel] [patch] amd64: 64-bit process can't always ge o kern/169838 [kernel] spin lock held too long o kern/168213 [kernel] why is the type of ub_cnt signed in uma_int.h o kern/168212 [kernel] [patch] some suggested additions for uma_core o amd64/167543 amd64 [kernel] Install FreeBSD can show error message with c o kern/167204 [kernel] terrible "netstat -rn" performance due to slo o kern/166340 [kernel] Process under FreeBSD 9.0 hangs in uninterrup o kern/165893 [kernel] [request] processor topology should be export o kern/165382 wireless [kernel] taskqueue_unblock doesn't unblock currently q o kern/162347 secteam [kernel] [patch] remove the extra variable in /sys/lib o kern/161949 [kernel] 64-bit structures are used even with 32-bit c p kern/161912 jh [kernel] [patch] kernel sends incorrect notify to devc o kern/159780 jonathan [kernel] [patch] make sys/vfs_subr.c more jail-friendl o kern/159355 [kernel] [patch] unp_gc in 8.2 is once again being ove p kern/156481 [kernel] [patch] kernel incorrectly reports PPS jitter o kern/156352 [kernel] [patch] misleading "maxproc limit exceeded by o kern/156130 [kernel] [patch] hints read: resource_longlong_value a o kern/149797 [kernel] [panic] mutex sleepq chain not owned at /usr/ o kern/149591 [kernel] struct callout:c_flags should be volatile o kern/149586 [kernel] _callout_stop_safe prematurely unsets CALLOUT o kern/146588 [kernel] [patch] sys/kern/kern_uuid.c has a le16dec be o kern/145590 [kernel] [patch] SIG_ATOMIC_{MIN,MAX} does not match s o kern/145434 [kernel] [patch] Kernel messages about processes don't o kern/141090 [kernel] [patch] patch for COMPAT for /sys/sys/sysprot o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o kern/139425 [kernel] [patch] Wrong behavior of KTR_VERBOSE o kern/133985 [kernel] kern.cp_time returns all zeros and stops incr o kern/131597 [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64 o kern/130261 [kernel] [panic] kernel panic in/below sys_pipe.c:knli o kern/129164 [kernel] Wrong priority value for normal processes o kern/121073 [kernel] [patch] run chroot as an unprivileged user o kern/119358 [kernel] [patch] SYSINIT_VERBOSE can be more verbose o kern/114492 [kernel] [patch] device_attach() doesn't unset devclas p kern/112554 silby [kernel] [patch] unp_gc is overly agressive and remove o kern/110249 net [kernel] [regression] [patch] setsockopt() error regre o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs 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 [kernel] [patch] Devices with SI_CHEAPCLONE flag don't s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/76972 [kernel] [patch] 64-bit integer overflow computing use s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o 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 62 problems total. Problem reports for tag 'keyboard': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/169935 usb [keyboard] Unable use USB keyboard while panic o usb/165163 usb [keyboard] The USB RF keyboard and mouse become non-re o amd64/164036 amd64 [keyboard] Moused fails on 9_0_RELENG o conf/160227 [keyboard] Please include new keyboard mapping: French o usb/156898 usb [keyboard] usb keyboard does not work while boot (ps2 o i386/153851 usb [keyboard] keyboard issues on new Intel Mother boards. o usb/153703 usb [keyboard] My USB keyboard can not be used in 8-STABLE o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o kern/142390 [keyboard] 30th console switch hangs computer complete o kern/139144 [keyboard] [patch] CapsLock LED should not depend on k o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o kern/135164 [keyboard] UK currency key inactive o 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 randi [keyboard] 7.0 Beta 2 sysinstall keyboard emits contro o kern/115253 [keyboard] Wireless keyboard not working at boot o conf/100782 [keyboard] [patch] Default keymap to support ALT+Left, o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o kern/80694 [keyboard] [patch] atkbd looped on Acer TravelMate 270 o usb/59698 mav [keyboard] [patch] Rework of ukbd HID to AT code trans o kern/33965 [keyboard] [patch] programmable keys of the keyboard ( 24 problems total. Problem reports for tag 'kld': S Tracker Resp. Description -------------------------------------------------------------------------------- p docs/142938 wkoszek [kld] share/examples: fix warnings 1 problem total. Problem reports for tag 'kqueue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/153254 [kqueue] [request] Please add API to kqueue(2) to noti o kern/137246 [kqueue] kevents not generated for file writes through 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 9 problems total. Problem reports for tag 'kthread': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/136159 [kthread] [patch] tsleep with PDROP in kthread_suspend 1 problem total. Problem reports for tag 'ktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/108100 [ktr] sysctl debug.ktr.alq_enable=1 results in reboot 1 problem total. Problem reports for tag 'lagg': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158694 net [ix] [lagg] ix0 is not working within lagg(4) o kern/157182 net [lagg] lagg interface not working together with epair p kern/156743 thompsa [lagg] [patch] if_lagg should not treat vlan-tagged fr o kern/156226 net [lagg]: failover does not announce the failover to swi o kern/145728 net [lagg] Stops working lagg between two servers. f kern/142518 net [em] [lagg] Problem on 8.0-STABLE with em and lagg o kern/139117 net [lagg] + wlan boot timing (EBUSY) o kern/137089 net [lagg] lagg falsely triggers IPv6 duplicate address de 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 f kern/122780 net [lagg] tcpdump on lagg interface during high pps wedge 11 problems total. Problem reports for tag 'libalias': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/115526 [libalias] libalias doesn't free memory o kern/105579 [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/160922 kientzle [libarchive] libarchive stops buildworld using WITHOUT p kern/160430 kientzle [libarchive] [patch] Add __packed to libarchive cpio m o bin/153154 kientzle [patch][libarchive] fix error handling in mtree parsin o kern/121556 kientzle [libarchive] ISO9660 decompression extension unsupport 4 problems total. Problem reports for tag 'libbsdxml': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/157446 [libbsdxml] base expat needs minor fixes from vendor c 1 problem total. Problem reports for tag 'libc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175674 [libc] [patch] sem_open() should use O_EXLOCK with ope o kern/175001 [libc] The current strnstr() function should be named o kern/174272 [libc] Segmentation Fault calling stat() from an appli o stand/173421 standards [libc] [patch] strptime() accepts formats that should o kern/170125 [libc] tcsetpgrp(fd) should fail when fd is a pipe o kern/169849 [libc] [patch] rsh/rlogin do not use the correct IP ad o kern/169800 [libc] [libfetch] [patch] change a number of system li p kern/169320 jilles [libc] [patch] Enhancement to allow fopen() to set O_C o kern/169302 [libc] [patch] Applied MidnightBSD regex memory consum o kern/169282 [libc] utimes(2) does not update st_mtim.tv_nsec when o kern/168473 [libc] nsswitch (nss_method_lookup) fails after upgrad o kern/168315 [libc] [patch] add dirname_r(3); document ENOMEM condi o kern/167107 [libc] [panic] no kernel malloc size argument check ca a kern/166458 [libc] bind(2) incorrectly interprets SO_REUSEADDR opt o kern/165970 [libc] [patch] strtonum() optimization o kern/165710 [libc] [patch] RPC: getnetconfig() and other netconfig o kern/165527 [libc] [patch] setgroupent() does not make file descrp o kern/164674 standards [patch] [libc] vfprintf/vfwprintf return error (EOF) o o kern/164637 [libc] Problem with vsnprintf in libc.so when compiled s kern/164425 [libc] stat(2) doesn't work in 32bit mode on amd64 o kern/162976 [libc] cron fails unnecessarily via setlogin(2) with s o kern/162396 [libc] [patch] remove loop in globpexp1()@lib/libc/gen o kern/161481 [libc] mount(2) fails with ENAMETOOLONG with path shor o bin/159352 [libc] [patch] accidental busy-waiting loop in fetch(3 o kern/159179 [libc] close(2) emitting ECONNRESET is not POSIX compl o kern/158755 [libc] mmap fails with addr=NULL, flags=MAP_STACK o kern/156684 [libc] getaddrinfo(3) returns improper error o bin/153502 [libc] regex(3) bug with UTF-8 locale o kern/152036 net [libc] getifaddrs(3) returns truncated sockaddrs for n o threa/150959 threads [libc] Stub pthread_once in libc should call _libc_onc o kern/149323 [libc] Applications with large memory footprint failin o kern/148581 [libc] fopen(3) fails with EMFILE if there are more th o kern/148179 [libc] Possible Memory Leak in getaddrinfo(3) o kern/147839 [libc] [patch] syscall(2) with wrong argument causing o kern/147756 [libc] open_socket_in: Protocol not supported - after o kern/147647 [libc] select(2) wakes after 24 hours even if timeout o kern/147226 [libc] read(fd, buffer, len) returns -1 immediately, o kern/146889 [libc] [patch] Not having NET_RT_IFLIST #defined cause o kern/146845 net [libc] close(2) returns error 54 (connection reset by o kern/142772 net [libc] lla_lookup: new lle malloc failed o kern/142173 [libc] localeconv(3): two-byte ascii thousands_sep o kern/139734 [libc] res_send calls getsockname(2) instead of getpee o kern/137307 [libc] [patch] Enhance strptime(3) to support %U and % o kern/136669 [libc] [patch] setmode(3) should always set errno on e o kern/134391 [libc] dladdr(3) does effectively not work on main pro o kern/130749 des [libc] [patch] nscache.c/nscachedcli.c - return error o bin/130504 [libc] Serious bug in regular expression library (rege o bin/127872 [libc] [patch] Rewinding on unionfs and Subversion o kern/126230 [libc] select(2) causing weird process cpu usage and l 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/124160 net [libc] connect(2) function loops indefinitely o kern/121656 [libc] [patch] telldir(3) issues o kern/120128 attilio [libc] [patch] __getcwd erroneously returning ENOENT o kern/115631 [libc] [patch] [request] make dlclose(3) atexit-aware s kern/114578 [libc] wide character printing using swprintf(dst, n, o bin/113825 [patch] [libc] [ggated] Fix -STABLE build with -fno-st o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o bin/108118 [libc] files should not cache their EOF status p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o bin/102515 [libc] fsck_ufs crashes if no console at all o kern/100709 net [libc] getaddrinfo(3) should return TTL info a bin/96840 [libc] [patch] getgrent() does not return large groups o bin/95002 [libc] hash db source code has a bug which prevents us 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 net [libc] [patch] almost rewritten inet_network(3) functi o kern/82980 [libc] realpath(3) treats regular files as directories o kern/78787 [libc] [patch] sysconf(_SC_CLK_TCK) may return incorre o kern/76398 [libc] stdio can lose data in the presence of signals o kern/75855 [libc] getpwent(3) functions on 5.3 with large passwor s bin/75767 [libc] [request] "fdclose" function in libc o kern/70511 [libc] When fread(3)ing with buffering turned off, man 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( o kern/59739 [patch] [libc] rmdir(2) and mkdir(2) both return EISDI s kern/56720 [libc] [request] UNICODE support in Resolver o kern/46866 [libc] NIS-based getpwent(3) falsely returns NULL 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 net [libc] socket calls can return undocumented EINVAL o kern/30186 net [libc] getaddrinfo(3) does not handle incorrect servna o bin/26486 [libc] [patch] setnetgrent hangs when netgroup contain o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d 90 problems 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/151379 [libcrypto] libcryptopp.so/libcrypto++.so and Shared O 1 problem total. Problem reports for tag 'libdialog': S Tracker Resp. Description -------------------------------------------------------------------------------- p gnu/148609 imp [libdialog] [patch] printing to a checklist window on 1 problem total. Problem reports for tag 'libdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/161837 sysinstall [libdisk] [patch] sysinstall(8) has a 32 disk limit o kern/148881 [libdisk] [patch] libdisk emits errors w/ disks that c o kern/113849 [libdisk] [patch] Correction of Sanitize_Bios_Geom for o kern/42217 [libdisk] libdisk segfaults with 1024 bytes/sector dis o kern/36916 randi [libdisk] [patch] DOS active partition flag lost in li o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk 6 problems total. Problem reports for tag 'libedit': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159226 [libedit] [patch] libedit does not always restore its p bin/145528 gavin [libedit] ftp(1) crashes in libedit when cancelling a o kern/117348 [libedit] Loading history file sometimes fails in libe 3 problems total. Problem reports for tag 'libelf': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/175491 [libelf] elf_getdata may return NULL without setting e 1 problem total. Problem reports for tag 'libexec': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/134225 [libexec] [patch] Reduce disk write load from save-ent o kern/110017 [libexec] [patch] serial port console output garbled o bin/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 5 problems total. Problem reports for tag 'libfetch': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/169800 [libc] [libfetch] [patch] change a number of system li o kern/154988 des [libfetch] [patch] lib/libfetch/ftp.c add LIST feature o kern/140835 des [libfetch] fetchParseURL(3) returns success with inval o bin/127280 des [libfetch] [patch] fetch/libfetch RFC 1738 %2F escaped o kern/116005 des [libfetch] libfetch accepts invalid URLs o kern/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip 6 problems total. Problem reports for tag 'libgcc': S Tracker Resp. Description -------------------------------------------------------------------------------- s gnu/134604 [libgcc] [patch] Memory leak in gcclibs/libgomp o gnu/128262 [libgcc] [patch] contrib/gcclibs/libcpp/errors.c: -Wmi 2 problems total. Problem reports for tag 'libgeom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/157879 geom [libgeom] [regression] ABI change without version bump 1 problem total. Problem reports for tag 'libgssapi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/147454 [libgssapi] libgssapi (heimdal) broken in head/, stabl o kern/134010 [libgssapi][patch] Buffer overflow and use-after-free 2 problems total. Problem reports for tag 'libiconv': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/134249 [libiconv] [patch] ignore case for character set names 1 problem total. Problem reports for tag 'libkvm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163926 [libkvm] libkvm.so.5 exports private symbols o kern/155439 [libkvm] [patch] Spurious error message kvm_nlist: No o kern/120872 [libkvm] [patch] fstat exit on signal 11 o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free 4 problems total. Problem reports for tag 'libm': S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/152415 kargl [libm] implementation of expl() 1 problem total. Problem reports for tag 'libmagic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/149936 [libmagic] [patch] wrong handling of decompression uti 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 -------------------------------------------------------------------------------- o kern/161456 [libpam] on a system bound to an LDAP server, top trie o kern/154683 des [libpam] [request] Allow pam_krb5 to authenticate no l o bin/141016 [libpam] PAM checks in sshd too few? o kern/137586 des [libpam] Need to build pam_ssh module even it openssh 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 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 12 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/155370 wxs [libpcap] [patch] description string is broken o kern/150176 [libpcap] [patch] pcap(3): pcap_read_bpf() p->cc can g o bin/146592 [libpcap] [patch] libpcap 1.0.0 doesn't have error mes o kern/144325 [libpcap] tcpdump compiles complex expression to incor o kern/140349 [libpcap] [patch] libpcap's parser doesn't recognize n 5 problems total. Problem reports for tag 'libpmc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165984 [libpmc] pmc(3) causes kernel panic when sampling curr 1 problem total. Problem reports for tag 'libproc': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/175648 [libproc] [patch] Fix for buffer corruption in libproc 1 problem total. Problem reports for tag 'librpc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172576 [librpc] librpc segfaults when out of memory 1 problem total. Problem reports for tag 'libssh': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159745 [libssh] [patch] Fix improperly specified dependency l 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165700 [libstand] [patch] pxeboot discards network mask assig o kern/137678 [libstand] [patch] libstand's bootp/dhcp code always u o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/83424 [libstand] [patch] improper handling of malloc failure 4 problems total. Problem reports for tag 'libstdc++': Problem reports for tag 'libsupc++': 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 'libteken': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/144743 [libteken] mouse positioning partialy working o kern/141928 ed [libteken] either xterm -C or ioctl TIOCCONS is broken o kern/141632 ed [libteken] vidcontrol -T cons25 doesn't work with 'mod 3 problems total. Problem reports for tag 'libusb': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/140325 thompsa [libusb] [usb8] Missing/incorrect initialisation and m o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker 2 problems total. Problem reports for tag 'libusbhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83451 [libusbhid] [patch] improper handling of malloc failur 1 problem total. Problem reports for tag 'libutil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171192 [libutil] [request] pidfile_read should be made a publ 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 4 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 'libwrap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/132705 net [libwrap] [patch] libwrap - infinite loop if hosts.all 1 problem total. Problem reports for tag 'libz': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/154073 delphij [libz] libz causes perl to exit on signal 11 1 problem total. Problem reports for tag 'linprocfs': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/148646 des [linprocfs] [patch] Implementation of the "environ" fi p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs p kern/56451 des [linprocfs] [patch] /compat/linux/proc/cpuinfo gives w 3 problems total. Problem reports for tag 'linux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174933 emulation [linux] if_nameindex fail in linuxulator enviroment o kern/169814 emulation [linux] ptrace is broken in Linux emulation o kern/169805 emulation [linux] utime() syscall does not work in linuxulator o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp p kern/148076 dchagin [linux] linux_sys_futex: unknown op 265 o kern/146237 emulation [linux] Linux binaries not reading directories mounted o kern/140156 emulation [linux] cdparanoia fails to read drive data o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/129169 smh [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails s kern/118230 acm [linux] games/linux-quake4 fails to start o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/21463 [linux] Linux compatability mode should not allow setu 20 problems total. Problem reports for tag 'lo': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165190 ipfw [ipfw] [lo] [patch] loopback interface is not marking o kern/138678 net [lo] FreeBSD does not assign linklocal address to loop o kern/112612 andre [lo] Traffic via additional lo(4) interface shows up o 3 problems total. Problem reports for tag 'loader': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159402 fs [zfs][loader] symlinks cause I/O errors o kern/155441 [loader] [patch] Firewire support in loader is broken f i386/138211 gavin [loader] Boot fails on Intel X5550 o kern/110995 [loader] [patch] loader wastes space worth symtab size o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" [re o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o i386/62003 brucec [loader] [patch] make /boot/loader "reboot" code same 7 problems total. Problem reports for tag 'locale': S Tracker Resp. Description -------------------------------------------------------------------------------- a conf/109367 versus [locale] UTF8 encoded locales and problem collating ac a conf/91106 versus [locale] date definitions in pl_PL locale are wrong 2 problems total. Problem reports for tag 'login.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/155480 [login.conf] maxproc does not work when command runnin 1 problem total. Problem reports for tag 'lpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting 3 problems total. Problem reports for tag 'mac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/145040 [mac] PANIC_REBOOT_WAIT_TIME not honored o kern/137677 [mac] security.mac.bsdextended.firstmatch_enabled defa 2 problems total. Problem reports for tag 'make.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/150365 arundel [make.conf] [patch] remove BDECFLAGS from make.conf(5) a bin/114082 arundel [make.conf] [patch] default CFLAGS have a blank at the 2 problems total. Problem reports for tag 'mbuf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/168342 [mbuf] mbuf exhaustion hangs all daemons in keglimit s o kern/137145 andre [mbuf] [patch] Reference count computing isn't correct a kern/134355 andre [mbuf] comments for m_getm2 inconsistent with behaviou 3 problems total. Problem reports for tag 'mca': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/146590 [mca] [panic] MCA panics 7.3 1 problem total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/169947 jh [md] [patch] System crash via ioctl() on mdctl. p kern/169683 jh [md] [panic] System crash via ioctl() on mdctl. o kern/163801 fs [md] [request] allow mfsBSD legacy installed in 'swap' o kern/162502 [md] mount -t mfs on vnode-based md device destroy him p kern/154228 fs [md] md getting stuck in wdrain state 5 problems total. Problem reports for tag 'mfi': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/172864 ambrisko [mfi] mfip does not notice new drives o kern/172091 smh [mfi] [patch] Improvements to mfi support including fo o kern/157293 smh [mfi] mfiutil/mfi does not allow adding a previously c f kern/156241 hardware [mfi] 'zfs send' does not prevents disks to suspend if 4 problems total. Problem reports for tag 'minidump': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/118713 fs [minidump] [patch] Display media size required for a k 1 problem total. Problem reports for tag 'mips': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/163670 mips [mips][arge] arge can't allocate ring buffer on multip o misc/160176 wireless [mips] [panic] Kernel panic on AR7161 platform with AR 2 problems total. Problem reports for tag 'mly': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/143564 [mly] camcontrol(8) fails to show transfer speed in ml 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 3 problems total. Problem reports for tag 'mmc': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/141756 gavin [mmc] MMC card attached to blocks keybo 1 problem total. Problem reports for tag 'modules': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174236 [modules] "kldunload ipdivert" corrupts kernel o kern/174048 [modules] [patch] Fix inconsistent ixgbe(4) KLD name o kern/172535 [modules] kldload+kldunload if_carp makes kldstat not o kern/166927 gnn [dtrace] [modules] Kernel panics if you unload a kld m o kern/164536 [modules] [request] disable building kernel modules th o kern/163986 [modules] [patch] avoid reloading modules in devd for o kern/114291 [RFE] [modules] [patch] add dynamic module references o kern/96346 [modules] [patch] disable build of modules that are al s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o 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 f kern/48976 gavin [modules] nwfs.ko oddity 12 problems total. Problem reports for tag 'mouse': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165830 [mouse] In 9.0 RELEASE amd64 PS/2 mouse doesn't appear s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. 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 'mpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/162267 qingli [mpd] mpd kernel panic 1 problem total. Problem reports for tag 'mpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165982 scsi [mpt] mpt instability, drive resets, and losses on Fre o kern/164844 [zfs] [mpt] Kernel Panic with ZFS and LSI Logic SAS/SA o kern/162256 scsi [mpt] QUEUE FULL EVENT and 'mpt_cam_event: 0x0' o kern/147704 scsi [mpt] sys/dev/mpt: new chip revision, partially unsupp o kern/145768 scsi [mpt] can't perform I/O on SAS based SAN disk in freeb o kern/142351 scsi [mpt] LSILogic driver performance problems o kern/134488 scsi [mpt] MPT SCSI driver probes max. 8 LUNs per device o kern/133919 [mpt] [panic] 7.1 panics after completing rebuild of m o kern/132206 scsi [mpt] system panics on boot when mirroring and 2nd dri o kern/130621 scsi [mpt] tranfer rate is inscrutable slow when use lsi213 f kern/128514 pjd [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 16 problems total. Problem reports for tag 'msdosfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/167260 fs [msdosfs] msdosfs disk was mounted the second time whe o kern/154828 fs [msdosfs] Unable to create directories on external USB o kern/141897 fs [msdosfs] [panic] Kernel panic. msdofs: file name leng o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US p kern/133174 fs [msdosfs] [patch] msdosfs must support multibyte inter o kern/132237 fs [msdosfs] msdosfs has problems to read MSDOS Floppy o kern/130920 fs [msdosfs] cp(1) takes 100% CPU time while copying file o kern/123939 fs [msdosfs] corrupts new files o bin/116980 fs [msdosfs] [patch] mount_msdosfs(8) resets some flags f o kern/111843 fs [msdosfs] Long Names of files are incorrectly created o kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync f kern/87368 bde [msdosfs] fat32 is very slow o kern/86587 fs [msdosfs] rm -r /PATH fails with lots of small files o kern/79441 trhodes [msdosfs] problem writing on mounted msdos-fs at /mnt 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 21 problems total. Problem reports for tag 'msk': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/166727 yongari [msk] msk driver keeps erroring f kern/164569 yongari [msk] [hang] msk network driver cause freeze in FreeBS o kern/155010 net [msk] ntfs-3g via iscsi using msk driver cause kernel 3 problems total. Problem reports for tag 'msun': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/170206 numerics [msun] [patch] complex arcsinh, log, etc. 1 problem total. Problem reports for tag 'mtree': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/172945 [mtree] [patch] de_AT.ISO_8859-15 missing from src/etc 1 problem total. Problem reports for tag 'multicast': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/155680 net [multicast] problems with multicast o kern/154169 net [multicast] [ip6] Node Information Query multicast add o kern/149086 net [multicast] Generic multicast join failure in 8.1 3 problems total. Problem reports for tag 'mwl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163724 wireless [mwl] [patch] NULL check before dereference o kern/146427 net [mwl] Additional virtual access points don't work on m o kern/146426 wireless [mwl] 802.11n rates not possible on mwl o kern/146425 wireless [mwl] mwl dropping all packets during and after high u 4 problems total. Problem reports for tag 'mxge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/143046 gallatin [mxge] [panic] panics since mxge(4) update 1 problem total. Problem reports for tag 'named': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/175265 [named] named.root updated (new IP addresses for D.ROO 1 problem total. Problem reports for tag 'nanobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/173483 imp [nanobsd] [patch] NanoBSD initialises /cfg incorrectly o misc/173482 imp [nanobsd] [patch] NanoBSD images should be created spa o misc/160896 imp [nanobsd] [patch] use getopts, jobs option, delay -c u o misc/160530 imp [nanobsd] [patch] remove hardcoding of slice names o misc/160443 imp [nanobsd] [patch] make nanobsd builds deterministic an o misc/157533 imp [nanobsd][patch] save_cfg improvements p misc/151698 imp [nanobsd] [patch] Add two new options to nanobsd.sh to p misc/151697 imp [nanobsd] [patch] nanobsd.sh copy links to packages as p misc/151696 imp [nanobsd] [patch] nanobsd.sh doesn't run "make_conf_bu o misc/151695 imp [nanobsd] [patch] Enhance tools/nanobsd/fill_pkg.sh o misc/145962 imp [nanobsd] [patch] improved cfg save script p misc/144553 imp [nanobsd] NanoBSD's updatep* scripts fail with boot0cf p misc/140436 imp [nanobsd] pkg-add process fails when there is no /usr/ o misc/136889 imp [nanobsd] [patch] nanobsd error reporting and other re 14 problems total. Problem reports for tag 'nat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/144616 net [nat] [panic] ip_nat panic FreeBSD 7.2 o kern/132354 net [nat] Getting some packages to ipnat(8) causes crash o kern/121534 darrenr [ipl] [nat] FreeBSD Release 6.3 Kernel Trap 12: 3 problems total. Problem reports for tag 'ncurses': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171777 [ncurses] [patch] Enable assert()s in ncurses o kern/156016 [ncurses] Arrow keys don't work with any ncurses based o kern/154609 ed [ncurses] END key under screen not sending correct cod o conf/71254 [ncurses] xterm vs. cons* termtypes or sc(4) 4 problems total. Problem reports for tag 'ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171532 net [ndis] ndis(4) driver includes 'pccard'-specific code, o kern/171531 net [ndis] undocumented dependency for ndis(4) p kern/165630 brucec [ndis][panic][patch] IRQL_NOT_GREATER_THAN o kern/165622 net [ndis][panic][patch] Unregistered use of FPU in kernel o kern/132889 net [ndis] [panic] NDIS kernel crash on load BCM4321 AGN d o kern/132672 net [ndis] [panic] ndis with rt2860.sys causes kernel pani o kern/131781 net [ndis] ndis keeps dropping the link f kern/130820 net [ndis] wpa_supplicant(8) returns 'no space on device' o kern/130525 net [ndis] [panic] 64 bit ar5008 ndisgen-erated driver cau o kern/124225 net [ndis] [patch] ndis network driver sometimes loses net 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 wireless [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile o kern/91859 net [ndis] if_ndis does not work with Asus WL-138 14 problems total. Problem reports for tag 'net': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174959 net [net] [patch] rnh_walktree_from visits spurious nodes o kern/174958 net [net] [patch] rnh_walktree_from makes unreasonable ass o kern/166255 net [net] [patch] It should be possible to disable "promis o kern/165643 net [net] [patch] Missing vnet restores in net/if_ethersub o kern/152569 net [net]: Multiple ppp connections and routing table prob o kern/149917 qingli [net] [patch] freebsd 8.1 crash with ECMP o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad s kern/81147 jfv [net] [patch] em0 reinitialization while adding aliase s kern/12071 fanf [net] [patch] new function: large scale IP aliasing 10 problems total. Problem reports for tag 'net80211': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174283 wireless [net80211] panics in ieee80211_ff_age() and ieee80211_ o kern/174273 wireless [net80211] taking down a net80211 node with active fas o kern/172338 wireless [ath] [net80211] CCMP IV transmit counters are not cor o kern/170098 wireless [ath] [net80211] VAPs (Virtual access points) with Ath o kern/168170 wireless [net80211] ieee80211_send_bar() doesn't complete corre o kern/166684 wireless [ath] [net80211] mgmtrate/mcastrate isn't updated base o kern/166286 wireless [net80211] [ath] initial switch to HT40 isn't causing o kern/165517 wireless [net80211] bgscan isn't triggered when invalid beacons o kern/165149 wireless [ath] [net80211] Ping with data length more than iv_fr o kern/165146 wireless [net80211] Net802.11 Fragment number is assigned 1 (sh o kern/163574 wireless [net80211] overly-frequent HT occupancy changes 11 problems total. Problem reports for tag 'netgraph': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/161908 melifaro [netgraph] [patch] ng_vlan update for QinQ support o kern/154850 net [netgraph] [patch] ng_ether fails to name nodes when t o kern/154286 net [netgraph] [panic] 8.2-PRERELEASE panic in netgraph o kern/154091 net [netgraph] [panic] netgraph, unaligned mbuf? o kern/153497 net [netgraph] netgraph panic due to race conditions o kern/152893 net [netgraph] [panic] 8.2-PRERELEASE panic in netgraph o kern/140682 net [netgraph] [panic] random panic in netgraph o kern/137881 net [netgraph] [panic] ng_pppoe fatal trap 12 o kern/136911 net [netgraph] [panic] system panic on kldload ng_bpf.ko t 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 net [netgraph] ng_ether upper hook packet flow stops on ad o kern/106444 net [netgraph] [panic] Kernel Panic on Binding to an ip to o kern/104751 net [netgraph] kernel panic, when getting info about my tr o kern/102540 net [netgraph] [patch] supporting vlan(4) by ng_fec(4) o conf/102502 net [netgraph] [patch] ifconfig name does't rename netgrap o kern/97306 net [netgraph] NG_L2TP locks after connection with failed o kern/87421 net [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/82881 net [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/66225 net [netgraph] [patch] extend ng_eiface(4) control message o kern/63863 glebius [netgraph] [patch] [request] implement NGM_ELECTROCUTE 22 problems total. Problem reports for tag 'netinet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173478 andre [netinet] [patch] icmp forward bandwithlimit p kern/173004 glebius [netinet] [patch] Incorrect IP checksums when forwardi o kern/172675 net [netinet] [patch] sysctl_tcp_hc_list (net.inet.tcp.hos o kern/167325 net [netinet] [patch] sosend sometimes return EINVAL with o kern/164265 net [netinet] [patch] tcp_lro_rx computes wrong checksum i o kern/159603 net [netinet] [patch] in_ifscrubprefix() - network route c p kern/159602 qingli [netinet] [patch] arp_ifscrub() is called even if IFF_ o kern/159601 net [netinet] [patch] in_scrubprefix() - loopback route re p kern/146250 bz [netinet] [patch] Races on interface alias removal o kern/145737 bz [netinet] [patch] Wrong UDP checksum not ignored as ex o kern/140597 andre [netinet] [patch] implement Lost Retransmission Detect o kern/133235 net [netinet] [patch] Process SIOCDLIFADDR command incorre o kern/131536 andre [netinet] [patch] kernel does allow manipulation of su o kern/125845 net [netinet] [patch] tcp_lro_rx() should make use of hard 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 17 problems total. Problem reports for tag 'netisr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/165536 [netisr] netisr bad distribution between CPUs o kern/165444 [netisr] [patch] incorrect processing of net.isr.bindt o kern/164145 [netisr] when one of netisr threads take 100% system i o kern/164130 rwatson [netisr] broken netisr initialization o kern/100519 net [netisr] suggestion to fix suboptimal network polling 5 problems total. Problem reports for tag 'netsmb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/168077 [netsmb] [patch] SMBFS option causes panic-on-boot wit 1 problem total. Problem reports for tag 'netware': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/169680 [netware] NLM and security flavors 1 problem total. Problem reports for tag 'network.subr': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/174225 [network.subr] [patch] add support for ipv6_addrs_IF s o kern/157200 net [network.subr] [patch] stf(4) can not communicate betw o conf/147681 [network.subr][patch] Add inet6 keyword if it wasn't s 3 problems total. Problem reports for tag 'nfe': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/165569 yongari [nfe] nfe0 freezs/hangs FreeBSD 9 system after lan cab s kern/147684 yongari [nfe] nVidia MCP55 driver blocks IPMI LAN on load f kern/127910 vwe [nfe] FBSD-7.0 amd64 nfe ethernet not completely worki 3 problems total. Problem reports for tag 'nfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175101 trasz [zfs] [nfs] ZFS NFSv4 ACL's allows user without perm t f kern/173657 fs [nfs] strange UID map with nfsuserd o kern/170680 fs [nfs] Multiple NFS Client bug in the FreeBSD 7.4-RELEA o kern/168947 fs [nfs] [zfs] .zfs/snapshot directory is messed up when o kern/168942 fs [nfs] [hang] nfsd hangs after being restarted (not -HU o kern/167105 fs [nfs] mount_nfs can not handle source exports wiht mor o kern/167048 fs [nfs] [patch] RELEASE-9 crash when using ZFS+NULLFS+NF o kern/166477 fs [nfs] NFS data corruption. o kern/165923 fs [nfs] Writing to NFS-backed mmapped files fails if flu f kern/164462 rmacklem [nfs] NFSv4 mounting fails to mount; asks for stronger o kern/163501 fs [nfs] NFS exporting a dir and a subdir in that dir to o kern/161205 fs [nfs] [pfsync] [regression] [build] Bug report freebsd o kern/159351 fs [nfs] [patch] - divide by zero in mountnfs() f kern/157929 fs [nfs] NFS slow read o kern/154255 net [nfs] NFS not responding o kern/152022 fs [nfs] nfs service hangs with linux client [regression] o kern/151681 net [nfs] NFS mount via IPv6 leads to hang on client with o kern/151326 fs [nfs] nfs exports fail if netgroups contain duplicate o kern/150336 fs [nfs] mountd/nfsd became confused; refused to reload n o kern/146502 fs [nfs] FreeBSD 8 NFS Client Connection to Server o kern/145189 fs [nfs] nfsd performs abysmally under load o kern/143825 fs [nfs] [panic] Kernel panic on NFS client o kern/143212 fs [nfs] NFSv4 client strange work ... o kern/141463 fs [nfs] [panic] Frequent kernel panics after upgrade fro o kern/141086 fs [nfs] [panic] panic("nfs: bioread, not dir") on FreeBS p bin/139651 fs [nfs] mount(8): read-only remount of NFS volume does n o kern/137327 dfr [nfs] nfs nlm memery leak o kern/136865 fs [nfs] [patch] NFS exports atomic and on-the-fly atomic p kern/136470 fs [nfs] Cannot mount / in read-only, over NFS o kern/135237 [nfs] sendfile(2) and SF_NODISKIO blocks on NFS files o kern/131360 fs [nfs] poor scaling behavior of the NFS server under lo o kern/131342 fs [nfs] mounting/unmounting of disks causes NFS to fail o kern/130628 net [nfs] NFS / rpc.lockd deadlock on 7.1-R o kern/129760 fs [nfs] after 'umount -f' of a stale NFS share FreeBSD l f kern/129719 net [nfs] [panic] Panic during shutdown, tcp_ctloutput: in 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/123755 dfr [nfs] fstat() fails to return ESTALE with rename()d fi 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 kern/118318 fs [nfs] NFS server hangs under special circumstances o kern/118126 fs [nfs] [patch] 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 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/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/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 o 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 o kern/57696 [nfs] NFS client readdir terminates prematurely if ren 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/35669 imp [nfs] NFSROOT breaks without a gateway o kern/31380 [nfs] NFS rootfs mount failure message too cryptic o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl 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 74 problems total. Problem reports for tag 'ng': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/169620 net [ng] [pf] ng_l2tp incoming packet bypass pf firewall 1 problem total. Problem reports for tag 'ng_l2tp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/146082 net [ng_l2tp] a false invaliant check was performed in ng_ 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 'ng_ubt': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/174707 rakuco [ng_ubt] [patch] Add vendor IDs for Broadcom USB dongl o kern/168520 [ng_ubt] [patch] "option VIMAGE" kernel with ng_ubt.ko 2 problems total. Problem reports for tag 'nis': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/129541 [nis] passwd(1) cannot be forced to "yp" mode in some o kern/88320 [nis] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin o conf/72592 gavin [nis] NIS Domain Master fails as client of itself 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 conf/67328 [nis] [ppp] Usermode PPP hangs on boot when NIS config 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/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 o bin/7287 [nis] Incorrect domain name for MAP_UPDATE in multidom o bin/2090 [patch] [nis] clients may bind to FreeBSD ypserv refus 20 problems total. Problem reports for tag 'notes': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf 1 problem total. Problem reports for tag 'nsswitch.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/163798 [nsswitch.conf] nsswitch.conf with nss_ldap ignore [su o conf/156945 [nsswitch.conf] Name service Switch does not work as d o conf/123330 net [nsswitch.conf] Enabling samba wins in nsswitch.conf c o conf/64788 [nsswitch.conf] nsswitch with ldap and starting ppp on 4 problems total. Problem reports for tag 'ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/136873 fs [ntfs] Missing directories/files on NTFS volume o kern/120483 fs [ntfs] [patch] NTFS filesystem locking changes o kern/120482 fs [ntfs] [patch] Sync style changes between NetBSD and F o kern/118107 fs [ntfs] [panic] Kernel panic when accessing a file at N o kern/114847 fs [ntfs] [patch] [request] dirmask support for NTFS ala o kern/103035 fs [ntfs] Directories in NTFS mounted disc images appear o kern/99290 fs [ntfs] mount_ntfs ignorant of cluster sizes o kern/97377 fs [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/73484 fs [ntfs] Kernel panic when doing `ls` from the client si o kern/71774 fs [ntfs] NTFS cannot "see" files on a WinXP filesystem 10 problems total. Problem reports for tag 'null': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/139014 [null] /dev/null must be immunable to delete/unlink 1 problem total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/164261 fs [nullfs] [patch] fix panic with NFS served from NULLFS o kern/162591 fs [nullfs] cross-filesystem nullfs does not work as expe o kern/161424 fs [nullfs] __getcwd() calls fail when used on nullfs mou o kern/158231 fs [nullfs] panic on unmounting nullfs mounted over ufs o o kern/156039 fs [nullfs] [unionfs] nullfs + unionfs do not compose, re o kern/141091 fs [patch] [nullfs] fix panics with DIAGNOSTIC enabled o kern/131441 fs [unionfs] [nullfs] unionfs and/or nullfs not combineab o kern/130210 fs [nullfs] Error by check nullfs o bin/121898 fs [nullfs] pwd(1)/getcwd(2) fails with Permission denied o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) 10 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/65920 fs [nwfs] Mounted Netware filesystem behaves strange 1 problem total. Problem reports for tag 'oce': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171838 net [oce] [patch] Possible lock reversal and duplicate loc 1 problem total. Problem reports for tag 'ofed': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/174214 [ofed] [patch] OFED userspace fails to build with clan 1 problem 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 usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion 2 problems total. Problem reports for tag 'openbsm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172283 [openbsm] OpenBSM-21/openbsm/libbsm/bsm_token.c incorr o kern/172279 [openbsm] [patch] OpenBSM-21/openbsm/libbsm/bsm_token. o kern/172277 [openbsm] OpenBSM-21/openbsm/libbsm/bsm_token.c au_to_ o kern/161936 csjp [openbsm][patch] praudit can produce invalid XML outpu 4 problems total. Problem reports for tag 'openpam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/153918 des [openpam] Consider compiling OpenPAM with debug loggin 1 problem total. Problem reports for tag 'oss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r 1 problem total. Problem reports for tag 'padlock': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/164565 [padlock] [panic] kernel crash when kldunload'ing padl 1 problem 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/169670 [pam] template_user is broken in pam_radius o kern/154597 [pam] [patch] pam_passwdqc incorrectly tells the user o kern/140514 des [pam] PAM can give PAM_SUCCESS when infact it should g 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 9 problems total. Problem reports for tag 'parallels': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec f kern/138944 emulation [parallels] [regression] Parallels no longer works in 2 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/164189 [pccard] FreeBSD 9.0-RELEASE on Toshiba Satellite Pro o kern/147127 hselasky [pccard] [patch] Fix panic in pccard.c o kern/121760 [pccard] [cardbus] an ed1 network pccard's CIS wasn't 3 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 imp [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 4 problems total. Problem reports for tag 'pci': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/164313 jhb [pci] [patch] Fix pci_get_vpd_readonly_method f kern/158391 gavin [pci] Resource allocation issues with hda/ath o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o kern/130957 jhb [pci] /sys/dev/pci/pci.c revision 181771 breaks networ o kern/129713 [pci] pci-pci bridge quirk with ich7 chipset not handl o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m 6 problems total. Problem reports for tag 'pcm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o kern/159236 multimedia [pcm] [patch] set PCM_CAP_DEFAULT for the default snd o kern/152622 multimedia [pcm] uaudio recording problem o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi 7 problems total. Problem reports for tag 'periodic': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/165817 [periodic] [patch] /etc/periodic reports misconfigurat o conf/163572 [periodic] not full output in daily run output is ambi o conf/160225 [periodic] /etc/periodic/weekly/310.locate doesn't see o conf/153543 [periodic] [patch] Allow periodic to read periodic.con o conf/152807 [periodic] security 900.tcpwrap does not report any re o kern/135502 net [periodic] Warning message raised by rtfree function i o conf/123551 [patch] [periodic] /etc/periodic/daily/440.status-mail o conf/47596 [periodic] daily security run complains if timezone ch o conf/35545 [periodic] [patch] enhanced periodic scripts: 100.clea 9 problems total. Problem reports for tag 'periodic.subr': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/174054 [periodic.subr] [patch] enhance periodic to work simil 1 problem total. Problem reports for tag 'pf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175267 net [pf] [tap] pf + tap keep state problem o kern/173659 pf [pf] PF fatal trap on 9.1 (taskq fatal trap on pf_test o kern/172648 pf [pf] [ip6]: 'scrub reassemble tcp' breaks IPv6 packet o kern/171733 pf [pf] PF problem with modulate state in [regression] o kern/169630 pf [pf] [patch] pf fragment reassembly of padded (undersi o kern/169620 net [ng] [pf] ng_l2tp incoming packet bypass pf firewall o kern/168952 pf [pf] direction scrub rules don't work o kern/168190 pf [pf] panic when using pf and route-to (maybe: bad frag a kern/166501 andre [pf] FreeBSD 9.0 generates incorrect SEC/ACK numbers u o kern/166336 pf [pf] kern.securelevel 3 +pf reload o kern/165315 pf [pf] States never cleared in PF with DEVICE_POLLING o kern/165252 virtualization[vimage] [pf] [panic] kernel panics with VIMAGE and PF o kern/164402 pf [pf] pf crashes with a particular set of rules when fi o kern/164271 pf [pf] not working pf nat on FreeBSD 9.0 [regression] o kern/163208 pf [pf] PF state key linking mismatch o kern/161094 virtualization[vimage] [pf] [panic] kernel panic with pf + VIMAGE wh o kern/160541 virtualization[vimage][pf][patch] panic: userret: Returning on td 0x o kern/160496 virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE o kern/160370 pf [pf] Incorrect pfctl check of pf.conf o kern/155736 pf [pf] [altq] borrow from parent queue does not work wit o kern/153307 pf [pf] Bug with PF firewall o kern/148290 pf [pf] "sticky-address" option of Packet Filter (PF) blo o kern/148260 pf [pf] [patch] pf rdr incompatible with dummynet o kern/148155 virtualization[vimage] [pf] Kernel panic with PF/IPFilter + VIMAGE k o kern/147789 pf [pf] Firewall PF no longer drops connections by sendin o kern/146832 bz [pf] "(self)" not always matching all local IPv6 addre o kern/146719 net [pf] [panic] PF or dumynet kernel panic o kern/144311 bz [pf] [icmp] massive ICMP storm on lo0 occurs when usin s kern/143808 virtualization[pf] pf does not work inside jail o kern/143543 pf [pf] [panic] PF route-to causes kernel panic o conf/142961 pf [pf] No way to adjust pidfile in pflogd o kern/141905 pf [pf] [panic] pf kernel panic on 7.2-RELEASE with empty o kern/140697 pf [pf] pf behaviour changes - must be documented o kern/137982 pf [pf] when pf can hit state limits, random IP failures o kern/136781 pf [pf] Packets appear to drop with pf scrub and if_bridg o kern/136618 net [pf][stf] panic on cloning interface without unit numb o kern/135948 pf [pf] [gre] pf not natting gre protocol o kern/134996 pf [pf] Anchor tables not included when pfctl(8) is run w o kern/133732 pf [pf] max-src-conn issue o conf/130381 pf [rc.d] [pf] [ip6] ipv6 not fully configured when pf st p kern/129861 glebius [pf] [patch] Argument names reversed in pf_table.c:_co 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 p kern/127439 glebius [pf] deadlock in pf 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 s kern/124933 pf [pf] [ip6] pf does not support (drops) IPv6 fragmented 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/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/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 a kern/86752 mlaier [pf] pf does not use default timeouts when reloading c o kern/82271 pf [pf] cbq scheduler cause bad latency 59 problems total. Problem reports for tag 'pf.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/145727 [pf.conf] pf rules not applied on boot if using inet6 1 problem total. Problem reports for tag 'pfil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/164490 net [pfil] Incorrect IP checksum on pfil pass from ip_outp s kern/152148 bz [pfil] vnet_pfil_init() happens too late if pfil_head_ o kern/143622 net [pfil] [patch] unlock pfil lock while calling firewall 3 problems total. Problem reports for tag 'pfsync': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/161205 fs [nfs] [pfsync] [regression] [build] Bug report freebsd o kern/133060 net [ipsec] [pfsync] [panic] Kernel panic with ipsec + pfs o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker 3 problems total. Problem reports for tag 'picobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- 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 bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt 3 problems total. Problem reports for tag 'pipe': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/93685 jilles [pipe] select on pipe write fails from '0' end 1 problem total. Problem reports for tag 'pkgng': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/175249 portmgr [pkgng] ports-mgmt/pkg: regression: registering packag o ports/174291 bapt [pkgng] fails to properly register manpages for pkg-re o ports/171831 portmgr [pkgng] ports-mgmt/pkg: `make clean all deinstall inst 3 problems total. Problem reports for tag 'plip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/113856 [patch] [plip] PLIP (parallel port IP) dead on 6.2, de 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/167612 fs [portalfs] The portal file system gets stuck inside po o kern/9679 [portalfs] [patch] fix for uninterruptible open in por 2 problems total. Problem reports for tag 'powerd': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I 1 problem total. Problem reports for tag 'ppc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/142157 [ppc] [puc] Don't find Printer port at "NetMos NM9835 1 problem total. Problem reports for tag 'ppp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170701 net [ppp] killl ppp or reboot with active ppp connection c o kern/169459 net [ppp] umodem/ppp/3g stopped working after update from o kern/165488 net [ppp] [panic] Fatal trap 12 jails and ppp , kernel wit o bin/146377 net [ppp] [tun] Interface doesn't clear addresses when PPP o kern/133572 net [ppp] [hang] incoming PPTP connection hangs the system o kern/129219 net [ppp] Kernel panic when using kernel mode ppp o kern/123890 net [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 s bin/114081 bz [patch] [ppp] ppp(8) should be able to set ethernet ad o conf/106009 rc [ppp] [patch] [request] Fix pppoed startup script to p f conf/105689 rc [ppp] [request] syslogd starts too late at boot f conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp o kern/93019 net [ppp] ppp and tunX problems: no traffic after restarti o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces s kern/84386 [ppp] [request] PPPoA Authentication built into FreeBS o conf/67328 [nis] [ppp] Usermode PPP hangs on boot when NIS config o kern/27474 net [ipf] [ppp] Interactive use of user PPP and ipfilter c 18 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/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o kern/95288 net [pppd] [tty] [panic] if_ppp panic in sys/kern/tty_subr 3 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 'psm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170834 [psm] [patch] synaptics middle and extended button sup a kern/161043 jhb [psm] PS/2 mouse does not work in 9.0-BETA2/-CURRENT [ o kern/159063 [psm] ALPS touchpad recognized as PS mouse (no scrl, n o kern/147237 [psm] [patch] There is no IBM/Lenovo TrackPoint suppor o kern/138938 [psm] Synaptics Support dosn't work on Dell Latitude o kern/137228 [psm] synaptics support delays 'mouse up' events when 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/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 o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o kern/18293 [psm] [patch] lack of versapad mouse wheel emulation 17 problems total. Problem reports for tag 'ptrace': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/114155 [ptrace] sigsuspend gets interrupted by ptrace 1 problem total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/141150 [pty] [hang] TIOCDRAIN ioctl on pts/pty master hangs 1 problem total. Problem reports for tag 'puc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171746 eadler [puc] [patch] Add support for MosChip MCS9901 based Qu o kern/142157 [ppc] [puc] Don't find Printer port at "NetMos NM9835 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 4 problems total. Problem reports for tag 'pxeboot': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/146162 [pxeboot] PXE loader(8) sets nfs_opts[] = "export" cau o i386/123981 re [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 5 problems total. Problem reports for tag 'quota': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/164734 [quota] 9.0 quota not working [regression] 1 problem total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/161212 [radeon] [panic] Radeon 4650 on amd64 crashes kernel o 1 problem total. Problem reports for tag 'ral': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170066 wireless [ral] ral(4) rt61pci Linksys freezes the machine as so o kern/155498 wireless [ral] ral(4) needs to be resynced with OpenBSD's to ga o kern/153937 net [ral] ralink panics the system (amd64 freeBSDD 8.X) wh f kern/149969 net [wlan] [ral] ralink rt2661 fails to maintain connectio o kern/143591 net [ral] RT2561C-based DLink card (DWL-510) fails to work o kern/137372 net [ral] FreeBSD doesn't support wireless interface from o kern/134591 [ral] ral(4) driver frequently loses carrier (on RT256 f kern/134168 gavin [ral] ral driver problem on RT2525 2.4GHz transceiver o kern/132238 [ral] ral driver does not support RT2860 o kern/126895 net [patch] [ral] Add antenna selection (marked as TBD) 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 ieee 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 net [ral] ral(4) freeze o kern/109227 [ral] ral(4) driver doesn't handle correctly RT2561C P o kern/95519 net [ral] ral0 could not map mbuf o kern/91364 net [ral] [wep] WF-511 RT2500 Card PCI and WEP f kern/82456 gavin [ral] WITNESS warning/backtrace in if_ral 20 problems total. Problem reports for tag 'random': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/143298 secteam [random] [patch] random_yarrow_block() doesn't actuall o kern/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc 2 problems total. Problem reports for tag 'rc': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/172532 rc [rc] [patch] service routing restart always fails o conf/170847 hrs [rc] static IPv6 addresses+vlans don't work ala rc(5) o bin/168544 rc [patch] [rc]: addswap-mounted swapfiles cause panic on o conf/166484 rc [rc] [patch] rc.initdiskless patch for different major o conf/166330 doc [rc] [patch] Thin server configuration revision reques o conf/165769 rc [rc][jai][ipv6] IPv6 Initialization on external iface p bin/165477 hrs [rc] dhclient is run twice o conf/161107 rc [rc] stop_boot in mountcritlocal usage is incorrect. o conf/160403 rc [rc] [patch] concurrently running rc-scripts during bo o conf/153123 rc [rc] [patch] add gsched rc file to automatically inser 10 problems total. Problem reports for tag 'rc.conf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/172787 rc [rc.conf] FreeBSD 9.x broken alias syntax on vlan inte o conf/163321 rc [rc.conf] [patch] allow _fib syntax in rc.conf o conf/159846 rc [rc.conf] routing_stop_inet6() logic doesn't handle ip 3 problems total. Problem reports for tag 'rc.d': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/173153 rc [rc.d] [patch] $netwait_ip should be more parallel o conf/167566 rc [rc.d] [patch] ipdivert module loading vs. ipfw rc.d o o conf/164393 rc [rc.d] restarting netif with static addresses doesn't o conf/153666 rc [rc.d][patch] mount filesystems from fstab over zfs da o conf/150195 [patch] [rc.d] startup script for pfstatd(8) o conf/147685 rc [rc.d] [patch] new feature for /etc/rc.d/fsck o conf/147444 rc [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot o conf/145440 hrs [rc.d] [patch] add multiple fib support (setfib) in /e o conf/144700 net [rc.d] async dhclient breaks stuff for too many people p conf/138208 rc [rc.d] [patch] Making rc.firewall (workstation) IPv6 a f conf/137629 crees [rc.d] background_dhclient rc.conf option causing doub o conf/137271 rc [rc.d] Cannot update /etc/host.conf when root filesyst o conf/136624 rc [rc.d] sysctl variables for ipnat are not applied on b o bin/134250 [rc.d] mountlate: bogus error message when using neste o conf/132476 hrs [rc.d] [patch] add support setfib(1) in rc.d/routing o conf/130555 net [rc.d] [patch] No good way to set ipfilter variables a o conf/130381 pf [rc.d] [pf] [ip6] ipv6 not fully configured when pf st o conf/122968 rc [rc.d] /etc/rc.d/addswap: md swapfile multiplication a o conf/119076 rc [patch] [rc.d] /etc/rc.d/netif tries to remove alias a 19 problems total. Problem reports for tag 'rc.subr': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/175079 rc [rc.subr] [patch] rc.subr poorly handles recursive run o conf/169047 rc [rc.subr] [patch] /etc/rc.subr not checking some scrip o conf/163508 rc [rc.subr] [patch] Add "enable" and "disable" commands 3 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171228 net [re] [patch] if_re - eeprom write issues f kern/169826 yongari [re] if_re no longer working in 9.x [regression] f kern/168268 yongari [re] if_re doesn't work if you set MAC address f kern/167827 yongari [re] RTL8111/8168B Issues (stalling/only 100Mb) f kern/166724 yongari [re] if_re watchdog timeout f kern/162509 yongari [re] [panic] Kernel panic may be related to if_re.c (r f kern/158201 yongari [re] re0 driver quit working on Acer AO751h between 8. f kern/157429 yongari [re] Realtek RTL8169 doesn't work with re(4) o kern/157287 net [re] [panic] INVARIANTS panic (Memory modified after f 9 problems total. Problem reports for tag 'release': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/145580 [release] /usr/src/release/Makefile does not honor HTT 1 problem total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/136013 [resolver] Resolver wrong diagnostics 1 problem total. Problem reports for tag 'restore': No matches to your query Problem reports for tag 'port': No matches to your query Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/166894 yongari [rl] Realtek RTL8100 keeps droping link f kern/150023 gavin [rl] Adding only vlan interfaces (no native IP) doesn' 2 problems total. Problem reports for tag 'route': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174897 net [route] Interface routes are broken o kern/155177 net [route] [panic] Panic when inject routes in kernel o kern/143703 qingli [route] [patch] ECMP Phase 1 fixes for FreeBSD 7.2 o kern/134531 net [route] [panic] kernel crash related to routes/zebra a kern/71474 net [route] route lookup does not skip interfaces marked d 5 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 -------------------------------------------------------------------------------- o kern/158340 [rpc] Possible dereference of null pointer by code tha p kern/158339 pjd [rpc] [patch] replay_alloc() could dereference a null o kern/150036 hrs [rpc] Sun RPC license has less restrictions now. o kern/117711 [rpc] rpcbind binds to all interfaces on random ports o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o bin/94252 [rpc] rpc.lockd cannot cancel lock requests 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 'rtld': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/153924 [rtld] Bug is inside rtld (ELF dyn loader) o kern/152662 [rtld] load libraries with address hint (cf. prelink) o bin/140143 [patch] [rtld] dlopen(3) doesn't promote RTLD_GLOBAL f o kern/84199 [rtld] dlinfo does not handle RTLD_DI_SERINFOSIZE prop 4 problems total. Problem reports for tag 'rum': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/149643 net [rum] device not sending proper beacon frames in ap mo p usb/146693 thompsa [rum] Edimax EW‐7318USG not found in usbdevs or a kern/141696 virtualization[rum] [vimage] [panic] rum(4)+ vimage = kernel panic o kern/138688 net [rum] possibly broken on 8 Beta 4 amd64: able to wpa a p kern/137776 net [rum] panic in rum(4) driver on 8.0-BETA2 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro o usb/133296 usb [rum] driver not working properly in hostap mode o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o 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 13 problems total. Problem reports for tag 'run': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174893 maho math/suitesparse: gmake[2]: *** [run] Segmentation fau o kern/169991 virtualization[run] [vimage] panic after device plugged in o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf o usb/144387 usb [run] [panic] if_run panic 4 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 -------------------------------------------------------------------------------- a kern/110662 sam [safe] safenet driver causes kernel panic 1 problem total. Problem reports for tag 'sbp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/136327 firewire [sbp] [boot] Asus M3N78-EM motherboard cannot boot wit o kern/119572 firewire [sbp] PowerBook not accessable when in target mode 2 problems total. Problem reports for tag 'sched_ule': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/166568 [sched_ule] intr stuck in WAIT state o kern/163587 [sched_ule] The ULE scheduler does not load in the fou o kern/161097 [sched_ule] Unkillable process hanging waiting for "ex o kern/128177 jeff [sched_ule] wrong CPU usage reported by top(1)/ps(1) w p 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 7 problems total. Problem reports for tag 'scsi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/128245 scsi [scsi] "inquiry data fails comparison at DV1 step" [re 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. 3 problems total. Problem reports for tag 'sdhci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/167197 [sdhci] Use of SD card will increase the load of CPU. o kern/145026 [panic] [sdhci] Fatal trap 12 with sdhci and without a 2 problems 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 'setfib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/167947 net [setfib] [patch] arpresolve checks only the default FI 1 problem total. Problem reports for tag 'sg': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/120487 scsi [sg] scsi_sg incompatible with scanners 1 problem total. Problem reports for tag 'shutdown': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/169968 [shutdown] SCROLL LOCK case server never shutdown 1 problem total. Problem reports for tag 'siis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/145714 [siis] removed SATA device on port multiplier resets e 1 problem total. Problem reports for tag 'sio': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/141655 [sio] [patch] Serial Console failure on Dell servers 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] [hang] access to non-existent sio port /dev/cuaa o kern/109743 [sio] The sio(4) driver appears to be getting the seri o kern/97665 [sio] hang in sio driver o kern/51982 [sio] sio1: interrupt-level buffer overflows o kern/49039 [sio] [patch] add support for RS485 hardware where dir o kern/26261 [sio] silo overflow problem in sio driver s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o 10 problems total. Problem reports for tag 'sk': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 1 problem 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 'smbfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175557 [smbfs] [panic] kernel panic in smbfs.ko while accessi o kern/167977 fs [smbfs] mount_smbfs results are differ when utf-8 or U o kern/161579 fs [smbfs] FreeBSD sometimes panics when an smb share is o kern/160410 fs [smbfs] [hang] smbfs hangs when transferring large fil o kern/159048 fs [smbfs] smb mount corrupts large files o kern/154491 fs [smbfs] smb_co_lock: recursive lock for object 1 o kern/140068 fs [smbfs] [patch] smbfs does not allow semicolon in file o kern/139407 fs [smbfs] [panic] smb mount causes system crash if remot o kern/133676 fs [smbfs] [panic] umount -f'ing a vnode-based memory dis o kern/129488 fs [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 fs [smbfs] mount_smbfs(8) and related options can't mount o kern/113852 fs [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 fs [smbfs] smbfs sometimes not case sensitive when it's s o kern/94733 fs [smbfs] smbfs may cause double unlock o kern/91134 fs [smbfs] [patch] Preserve access and modification time a kern/90815 fs [smbfs] [patch] SMBFS with character conversions somet o kern/88657 fs [smbfs] windows client hang when browsing a samba shar o kern/87859 fs [smbfs] System reboot while umount smbfs. o kern/80088 fs [smbfs] Incorrect file time setting on NTFS mounted vi o kern/65901 fs [smbfs] [patch] smbfs fails fsx write/truncate-down/tr o kern/61503 fs [smbfs] mount_smbfs does not work as non-root o kern/55617 fs [smbfs] Accessing an nsmb-mounted drive via a smb expo o kern/36566 fs [smbfs] System reboot with dead smb mount and umount 27 problems total. Problem reports for tag 'smp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/164203 [smp] usr/src/sys/sys/smp.h:124: warning: comparison b o kern/123140 [smp] SMP boot causes slow KB, ATA drives not detected o kern/67830 [smp] [patch] CPU affinity problem with forked child p 3 problems total. Problem reports for tag 'snapshots': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/162362 fs [snapshots] [panic] ufs with snapshot(s) panics when g 1 problem total. Problem reports for tag 'snd_cmi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171191 multimedia [snd_cmi] [request] add driver support for cmi8787/878 o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst 2 problems total. Problem reports for tag 'snd_emu10k1': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from f kern/121962 [sound] [snd_emu10k1] [panic] Kernel panics with devic o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system 7 problems total. Problem reports for tag 'snd_hda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175306 multimedia [snd_hda] snd_hda does not produce 7.1 sound on ALC892 o kern/174573 multimedia [snd_hda] headphones on front panel not working anymor o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/150284 multimedia [snd_hda] No gain with Audio o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att 11 problems total. Problem reports for tag 'snd_uadio': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158979 multimedia [snd_uadio] snd_uaudio fails to initialize built-in mi 1 problem total. Problem reports for tag 'snd_uaudio': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/156726 usb [snd_uaudio]: snd_uaudio(4) fails to detach when mixer o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant 4 problems total. Problem reports for tag 'socket': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173444 andre [socket] [patch] IPV6_USE_MIN_MTU and TCP is broken p kern/144061 rwatson [socket] race on unix socket close o kern/131876 rwatson [socket] FD leak by receiving SCM_RIGHTS by recvmsg wi o bin/131567 net [socket] [patch] Update for regression/sockets/unix_cm p kern/127360 net [socket] TOE socket options missing from sosetopt() 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 f kern/96268 net [socket] TCP socket performance drops by 3000% if pack o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/21998 net [socket] [patch] ident only for outgoing connections o kern/5877 net [socket] sb_cc counts control data as well as data dat 12 problems total. Problem reports for tag 'sound': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175220 multimedia [sound] sound stopping: play interrupt timeout, channe o kern/174876 multimedia [sound] After upgrading to 9-STABLE from 9.0-RELEASE p o kern/174828 multimedia [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" i o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/140453 vbox [sound] [vbox] No sound inside Virtualbox on 50% volum o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o power/133503 ppc [sound] Sound stutter after switching ttys o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini f kern/121962 [sound] [snd_emu10k1] [panic] Kernel panics with devic p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste 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/98496 multimedia [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 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 f usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze 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 conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer 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 bin/62077 [sound] [patch] Make it possible to abbreviate mixer(8 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. o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem 54 problems total. Problem reports for tag 'stf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/154214 net [stf] [panic] Panic when creating stf interface o conf/148017 hrs [stf] [patch] rc script for stf does not honour create s kern/143673 net [stf] [request] there should be a way to support multi o kern/136618 net [pf][stf] panic on cloning interface without unit numb o kern/123858 net [stf] [patch] stf not usable behind a NAT 5 problems total. Problem reports for tag 'swap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/162382 [swap] Orphaned swap references not garbage collected; 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/163064 [fix][sym]driver tries to nego synch trans with everyo o kern/114597 scsi [sym] System hangs at SCSI bus reset with dual HBAs o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load 4 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174440 [patch][syscons] panic: mutex Giant not owned at kern/ s kern/172386 [syscons] [request] syscons(4) support for mouse scrol o conf/169330 [syscons] [patch] New Syscons Font for Persian Languag o kern/166262 [syscons] syscons issue on DN2800MT o kern/156137 [syscons] [patch] support for vi mode keys in scrollba o kern/152232 [syscons] [patch] syscons VGA screensavers don't work o kern/152162 [syscons] On syscons, pressing delete key results in p o kern/148367 [syscons] [patch] Add loader tunable to override SC_HI o kern/148130 [syscons] Inappropriate ioctl for device f kern/139576 ed [syscons] [patch] blink screen too noisy o kern/117242 [syscons] [hang] console hangs when powerd is adaptive o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH s bin/90082 [syscons] [patch] curses ACS line graphics support for o kern/83109 [syscons] syscons does not always display colors corre 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" 20 problems total. Problem reports for tag 'sysctl': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/167321 jhb [sysctl] [patch] Implement sysctl to control kernel ac o kern/166780 [sysctl] [request] add sysctl for swap space used o kern/156658 [vm] [sysctl] sysctl vm.idlezero_enable=1 causes hangu o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls p kern/148580 gavin [sysctl][patch] Document some sys/kern sysctls o kern/143040 [sysctl] sysctl -a hangs, as a side effect it breaks s kern/135550 [sysctl] [request] Feature Request: Manufacturer Infor s kern/134231 vwe [sysctl] sysctl() 80% slower in 7.2 than 6.2 [regressi o kern/54439 [sysctl] [patch] Protecting sysctls variables by given 9 problems total. Problem reports for tag 'syslog': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/171657 gjb [syslog] syslog.conf(5) BUGS section needs clarificati 1 problem total. Problem reports for tag 'tap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175267 net [pf] [tap] pf + tap keep state problem p kern/172075 emaste [tap] [panic] panic if an in-use tap interface is dest o kern/165174 net [patch] [tap] allow tap(4) to keep its address on clos o kern/123892 net [tap] [patch] No buffer space available 4 problems total. Problem reports for tag 'tcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175153 net [tcp] will there miss a FIN when do TSO? o kern/174822 net [tcp] Page fault in tcp_discardcb under high traffic o kern/174535 net [tcp] TCP fast retransmit feature works strange o kern/174087 andre [tcp] Problems with ephemeral port selection o kern/173309 andre [tcp] TCP connections often prematurely closed by the o kern/168842 andre [tcp] FreeBSD hosts are sending TCP packets with FIN f o kern/167059 net [tcp] [panic] System does panic in in_pcbbind() and ha o kern/165879 andre [tcp] Syncache syncache.count overflow o kern/159795 andre [tcp] excessive duplicate ACKs and TCP session freezes o kern/159621 net [tcp] [panic] panic: soabort: so_count o kern/154600 net [tcp] [panic] Random kernel panics on tcp_output o kern/154557 net [tcp] Freeze tcp-session of the clients, if in the gat a kern/144000 andre [tcp] setting TCP_MAXSEG by setsockopt() does not seem o kern/138046 andre [tcp] tcp sockets stay in SYN_SENT even after receivin p kern/127928 andre [tcp] [patch] TCP bandwidth gets squeezed every time t f kern/123617 andre [tcp] breaking connection when client downloading file o kern/123603 andre [tcp] tcp_do_segment and Received duplicate SYN f kern/122082 rwatson [tcp] NULL pointer dereference in in_pcbdrop o kern/121257 net [tcp] TSO + natd -> slow outgoing tcp traffic p kern/118005 andre [tcp] Can No Longer SSH into 7.0 host a kern/116335 andre [tcp] Excessive TCP window updates o kern/108670 silby [tcp] TCP connection ETIMEDOUT o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l f kern/93378 net [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o kern/92690 silby [tcp] slowstart_flightsize ignored in 6-STABLE o kern/86871 net [tcp] [patch] allocation logic for PCBs in TIME_WAIT s 26 problems total. Problem reports for tag 'termcap': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/175394 [termcap] [patch] Suggested addition to termcap databa o conf/174937 [termcap] [patch] vt520's termcap entry lacks sc capab p conf/147992 gavin [termcap] [patch] xterm-256color is a 8 colors termina o conf/136336 [termcap] [patch] missing entry for "center of keypad" s conf/128874 [termcap] termcap entry for rxvt missing :AX: capabili 5 problems total. Problem reports for tag 'terminfo': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/140965 [terminfo] Cannot create terminfo database because ncu 1 problem total. Problem reports for tag 'ti': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/20529 [ti] gigabit cards fail to link 1 problem total. Problem reports for tag 'tinybsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/131059 [tinybsd] [patch] tinybsd MFSROOT option suggests YES/ 1 problem total. Problem reports for tag 'tmpfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171626 fs [tmpfs] tmpfs should be noisier when the requested siz p kern/155411 fs [regression] [8.2-release] [tmpfs]: mount: tmpfs : No p kern/139312 gleb [tmpfs] [patch] tmpfs mmap synchronization bug p kern/122038 gleb [tmpfs] [panic] tmpfs: panic: tmpfs_alloc_vp: type 0xc 4 problems total. Problem reports for tag 'tools': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/151141 [tools] [patch] include daily script in !MK_PKGTOOLS c o misc/147463 [tools] [patch] Patch for tools/regression/lib/libc/st 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 'tty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/171726 [tty] conscontrol mute [on/off] doesn't work post-boot o kern/95288 net [pppd] [tty] [panic] if_ppp panic in sys/kern/tty_subr 2 problems total. Problem reports for tag 'tun': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/173475 net [tun] tun(4) stays opened by PID after process is term o kern/162927 net [tun] Modem-PPP error ppp[1538]: tun0: Phase: Clearing o bin/146377 net [ppp] [tun] Interface doesn't clear addresses when PPP p kern/139559 qingli [tun] several tun(4) interfaces can be created with sa o kern/138332 net [tun] [lor] ifconfig tun0 destroy causes LOR if_adata/ o kern/116172 bz [tun] [nd6] [panic] Network / ipv6 recursive mutex pan o bin/115951 [tun] pppoed(8): tun not closed after client abruptly 7 problems total. Problem reports for tag 'twa': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/138948 i386 [twa] [regression] da0: Fi 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 'tws': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174684 [tws] [patch] 3dm2 (or smartctl) triggers a kernel pan 1 problem total. Problem reports for tag 'u3g': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/169789 usb [u3g] [patch] add support for huawei e3131 p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem 2 problems total. Problem reports for tag 'uart': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/155752 [uart] tcdrain(3) does not work with uart(4) driver o kern/155196 [uart] uart cannot identify internal modem or its chip o kern/152310 [uart] [hang] Serial I/O hangs in FreeBSD 8.x o kern/147082 ed [uart] Serial ports unusable [regression] s kern/146647 [uart] Some PCIe serial/parallel boards with ID 9901 9 o kern/144696 ed [uart] tcdrain(3) does not work right with uart(4) dri o kern/132165 [uart] [lor] LOR slock and uart_hwmtx o kern/106645 [uart] [patch] uart device description in 7-CURRENT is 8 problems total. Problem reports for tag 'uath': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri 1 problem total. Problem reports for tag 'ubsa': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/127543 gavin [patch] [ubsa] Support Option Globetrotter HSDPA modem 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 4 problems total. Problem reports for tag 'ubt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172672 wireless [ubt] Bluetooth device recognised but not working 1 problem total. Problem reports for tag 'ucom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/127248 usb [ucom] panic while uplcom devices attach and detach 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 o kern/113432 net [ucom] WARNING: attempt to net_add_domain(netgraph) af 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/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct 10 problems total. Problem reports for tag 'udav': S Tracker Resp. Description -------------------------------------------------------------------------------- s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ 1 problem total. Problem reports for tag 'udbp': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected 1 problem total. Problem reports for tag 'udf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158376 [udf] [patch] The UDF file system under counts the num o kern/150334 geom [geom] [udf] [patch] geom label does not support UDF o kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada 3 problems total. Problem reports for tag 'udp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159817 net [udp] write UDPv4: No buffer space available (code=55) o kern/133736 net [udp] ip_id not protected ... o kern/120266 net [udp] [panic] gnugk causes kernel panic when closing U o kern/112722 net [ipsec] [udp] IP v4 udp fragmented packet reject 4 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175071 fs [ufs] [panic] softdep_deallocate_dependencies: unrecov o kern/174279 fs [ufs] UFS2-SU+J journal and filesystem corruption o kern/167979 fs [ufs] DIOCGDINFO ioctl does not work on 8.2 file syste o kern/166912 fs [ufs] [panic] Panic after converting Softupdates to jo o kern/165559 [ufs] [patch] ufsmount.h uses the 'export' keyword as o kern/164472 fs [ufs] fsck -B panics on particular data inconsistency o kern/164184 fs [ufs] [panic] Kernel panic with ufs_makeinode o kern/161864 fs [ufs] removing journaling from UFS partition fails on o kern/161112 fs [ufs] [lor] filesystem LOR in FreeBSD 9.0-BETA3 o kern/160860 fs [ufs] Random UFS root filesystem corruption with SU+J o kern/159930 fs [ufs] [panic] kernel core p kern/156545 fs [ufs] mv could break UFS on SMP systems o kern/156193 fs [ufs] [hang] UFS snapshot hangs && deadlocks processes o kern/152991 [ufs] false disk full with a too slow flash module o kern/151251 fs [ufs] Can not create files on filesystem with heavy us o kern/147420 fs [ufs] [panic] ufs_dirbad, nullfs, jail panic (corrupt o kern/146708 fs [ufs] [panic] Kernel panic in softdep_disk_write_compl o kern/145246 fs [ufs] dirhash in 7.3 gratuitously frees hashes when it o kern/144929 fs [ufs] [lor] vfs_bio.c + ufs_dirhash.c o kern/142068 fs [ufs] BSD labels are got deleted spontaneously o kern/138421 fs [ufs] [patch] remove UFS label limitations o kern/136968 fs [ufs] [lor] ufs/bufwait/ufs (open) o kern/136945 fs [ufs] [lor] filedesc structure/ufs (poll) o kern/135469 fs [ufs] [panic] kernel crash on md operation in ufs_dirb o kern/132960 fs [ufs] [panic] panic:ffs_blkfree: freeing free frag o kern/132331 fs [ufs] [lor] LOR ufs and syncer o kern/129231 fs [ufs] [patch] New UFS mount (norandom) option - mostly o kern/127787 fs [lor] [ufs] Three LORs: vfslock/devfs/vfslock, ufs/vfs o kern/126287 fs [ufs] [panic] Kernel panics while mounting an UFS file a kern/125613 trasz [ufs] [patch] ACL problems with special files o bin/118249 fs [ufs] mv(1): moving a directory changes its mtime o kern/117954 fs [ufs] dirhash on very large directories blocks the mac o kern/114676 fs [ufs] snapshot creation panics: snapacct_ufs2: bad blo o kern/111782 fs [ufs] dump(8) fails horribly for large filesystems o kern/106107 fs [ufs] left-over fsck_snapshot after unfinished backgro o kern/104406 fs [ufs] Processes get stuck in "ufs" state under persist o kern/94849 fs [ufs] rename on UFS filesystem is not atomic o kern/94769 fs [ufs] Multiple file deletions on multi-snapshotted fil o bin/73019 fs [ufs] fsck_ufs(8) cannot alloc 607016868 bytes for ino o kern/68978 fs [panic] [ufs] crashes with failing hard disk, loose po 40 problems total. Problem reports for tag 'uftdi': S Tracker Resp. Description -------------------------------------------------------------------------------- p usb/149675 thompsa [uftdi] [usb_serial] doesn't react to break properly o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o usb/67301 usb [uftdi] [panic] RTS and system panic 6 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/169461 usb [ugen] USB2 high-speed device detected as full speed o usb/169428 usb [ugen] ugen not detecting all endpoints on device [reg 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/83863 usb [ugen] Communication problem between opensc/openct via 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 7 problems total. Problem reports for tag 'uhci': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory 1 problem total. Problem reports for tag 'uhub': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb 1 problem total. Problem reports for tag 'ukbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 f kern/131798 gavin [ukbd] usb keyboard doesn't work with motherboard inte p usb/125736 thompsa [ukbd] [hang] system hangs after AT keyboard detect if o usb/102066 n_hibma [ukbd] usb keyboard and multimedia keys don't work 7 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/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI 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/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes 8 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/171354 usb [umass] Medium not present error on flash drive [regre o usb/170123 usb [umass] HP v210w USB stick not supported o kern/169954 [umass] [patch] Western Digital My Passport : (da1:uma p usb/168743 mav [umass] [panic] double fault caused by umass o usb/168551 usb [umass] Issues with embedded card reader (Laptop ASUS o usb/168132 usb [umass] MATSHITA memory card size reported wrong, moun o usb/164058 usb [umass] Lexar 8GB USB flash drive doesn't work by defa o usb/154506 usb [umass] Copying dir with large files makes FreeBSD loa o usb/154192 usb [umass] In Garmin Oregon GPS, only the first umass dev o usb/153149 usb [umass] USB stick quirk regression [regression] o usb/145415 usb [umass] [usb8] USB card reader does not create slices o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o kern/140654 [umass] growisofs/mkisofs PERFORM OPC and GET EVENT C o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/134085 usb [umass] [patch] Adding usb quirk for Sony USB flash dr o usb/131583 usb [umass] Failure when detaching umass Device 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/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/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 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. 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? o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for 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/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o usb/40948 usb [umass] [request] USB HP CDW8200 does not work 55 problems total. Problem reports for tag 'umct': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/70523 hselasky [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 p usb/117185 thompsa [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 4 problems total. Problem reports for tag 'ums': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/170358 usb [ums] Wrong (duplicate) button numbers o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att p usb/128760 cperciva [ums] [patch] patch for Microsoft Comfort Optical Mous o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite 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 s 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 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/173136 fs [unionfs] mounting above the NFS read-only share panic o kern/172348 fs [unionfs] umount -f of filesystem in use with readonly o kern/172334 fs [unionfs] unionfs permits recursive union mounts; caus o kern/165087 fs [unionfs] lock violation in unionfs o kern/156039 fs [nullfs] [unionfs] nullfs + unionfs do not compose, re o kern/145750 daichi [unionfs] [hang] unionfs locks the machine o kern/141950 daichi [unionfs] [lor] ufs/unionfs/ufs Lock order reversal o kern/137588 daichi [unionfs] [lor] LOR nfs/ufs/nfs o kern/131441 fs [unionfs] [nullfs] unionfs and/or nullfs not combineab a bin/127932 [unionfs] mkdir -p PATH fails if a directory in PATH i 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 bin/19772 [unionfs] df(1) output wrong for union-mounts 15 problems total. Problem reports for tag 'uplcom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco 1 problem total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/167847 usb [ural] dlink dwl-122g e crashes(?) when trying wap2 cr o usb/149162 usb [ural] ASUS WL-167g doesn't work in 8.1 (continue of 1 o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa 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 5 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 'urtw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/153454 net [patch] [wlan] [urtw] Support ad-hoc and hostap modes f usb/146054 usb [urtw] [usb8] urtw driver potentially out of date o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b 4 problems total. Problem reports for tag 'usb': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key f usb/163328 usb [usb] Support for Atheros USB abgn devices o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c f usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o usb/129311 usb [usb] [panic] Instant crash with an USB card reader o usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/124130 usb [usb] gmirror fails to start usb devices that were pre 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 f 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/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync f usb/87224 usb [usb] Cannot mount USB Zip750 o usb/79723 usb [usb] [request] prepare for high speed isochronous tra 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 19 problems total. Problem reports for tag 'usb8': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/157074 usb [boot] [usb8] vfs_mountroot_ask is called when no usb o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf s usb/148702 usb [usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD- p usb/146367 thompsa [usb8] [patch] Revision 205728: broken bluetooth mouse o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack f usb/146054 usb [urtw] [usb8] urtw driver potentially out of date f usb/145513 usb [usb8] New USB stack: no new devices after forced usb p usb/145455 usb [usb8] [patch] USB debug support cannot be disabled o usb/145415 usb [umass] [usb8] USB card reader does not create slices o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR f usb/141313 thompsa [usb8] nvidia USB 2.0 controller - stops copying on US o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb8] Encrypted root, geli password at boot; enter ke o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d p usb/140325 thompsa [libusb] [usb8] Missing/incorrect initialisation and m o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o kern/138292 weongyo [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202 o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/137377 usb [usb8] request support for Huawei E180 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/130122 usb [usb8] DVD drive detects as 'da' device 49 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/175599 usb [usbdevs][patch]Liebert UPS PSI1000 being assigned uhi o usb/170688 usb patch][usbdevs][wlan] Patch for ASUS Black Diamond USB o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google o usb/118485 gavin [usbdevs] [patch] Logitech Headset Workaround o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports 9 problems total. Problem reports for tag 'uscanner': S Tracker Resp. Description -------------------------------------------------------------------------------- s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device 1 problem total. Problem reports for tag 'uvisor': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. 1 problem total. Problem reports for tag 'vesa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158874 [vesa] I cannot change tty screen with vidcontrol(1) ( o kern/137822 [vesa] [hang] System crashes leaving X when running ve o kern/134504 [vesa] thinkpad t60 with ati x1400 in vesa console mod 3 problems total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/163461 [vfs] vfs.zfs.arc_max/vfs.zfs.arc_meta_limit defaults o kern/144695 [vfs] [patch] race condition in mounting a root-fs on o kern/142878 fs [zfs] [vfs] lock order reversal o kern/139127 [vfs] False negative vfs cache entry p kern/133439 kan [vfs] [panic] Kernel Panic in kern_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 7 problems total. Problem reports for tag 'vga': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170949 [vga] [patch] Use DRIVER_MODULE_ORDERED and SI_ORDER_A o kern/125710 [vga] Dragon_Saver Error 19 Freebsd 7.0 AMD64 o kern/64114 [vga] [patch] bad vertical refresh for console using R 3 problems total. Problem reports for tag 'vimage': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170096 virtualization[vimage] Dynamically-attached network interface will c o kern/169991 virtualization[run] [vimage] panic after device plugged in o kern/165252 virtualization[vimage] [pf] [panic] kernel panics with VIMAGE and PF o kern/161094 virtualization[vimage] [pf] [panic] kernel panic with pf + VIMAGE wh o kern/160541 virtualization[vimage][pf][patch] panic: userret: Returning on td 0x o kern/160496 virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE o kern/148155 virtualization[vimage] [pf] Kernel panic with PF/IPFilter + VIMAGE k a kern/147950 virtualization[vimage] [carp] VIMAGE + CARP = kernel crash a kern/141696 virtualization[rum] [vimage] [panic] rum(4)+ vimage = kernel panic 9 problems total. Problem reports for tag 'vinum': S Tracker Resp. Description -------------------------------------------------------------------------------- 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 2 problems 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 -------------------------------------------------------------------------------- o kern/165296 net [vlan] [patch] Fix EVL_APPLY_VLID, update EVL_APPLY_PR o kern/156408 net [vlan] Routing failure when using VLANs vs. Physical e o kern/155420 net [vlan] adding vlan break existent vlan o conf/154062 net [vlan] [patch] change to way of auto-generatation of v o kern/152141 net [vlan] [patch] encapsulate vlan in ng_ether before out f kern/146394 net [vlan] IP source address for outgoing connections o kern/146358 net [vlan] wrong destination MAC address p kern/142927 thompsa [vlan] [patch] handle parent interface link layer addr o kern/141843 jfv [em] [vlan] Intel txcsum and assigned vlan invoke wron f kern/140634 net [vlan] destroying if_lagg interface with if_vlan membe o kern/126874 net [vlan]: Zebra problem if ifconfig vlanX destroy 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 13 problems total. Problem reports for tag 'vm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/168411 [vm] [panic] uma_find_refcnt(): zone possibly not UMA_ o kern/161887 [vm] [panic] panic at vm_page_wire with FreeBSD 9.0 Be o kern/156658 [vm] [sysctl] sysctl vm.idlezero_enable=1 causes hangu o kern/149587 [vm] Lockup on 8.1-RC2 system enabling vm.idlezero o kern/147459 [vm] [panic] Kernel panic: vm_page / vdrop / vm_page_c o kern/140461 [vm] Fail to read from swap. The swap_pager.c contains o kern/133289 [vm] [panic] DEBUG_MEMGUARD with vm.memguard.desc="dev o kern/124963 alc [vm] [patch] old pagezero fixes for alc s kern/121485 vwe [vm] panic with 7.0-RELEASE [regression] o kern/87586 [diskless] [vm] [panic] Unable to use networked swap i o kern/37554 [vm] [patch] make ELF shared libraries immutable once o kern/31708 [vm] [vmware] VM system / fsync / flushing delayed ind s bin/2137 [vm] systat(1) total vm statistics are bad 13 problems total. Problem reports for tag 'vmware': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/156749 [vmware] FreeBSD 8.2 does infinite disk access in VMwa f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/31708 [vm] [vmware] VM system / fsync / flushing delayed ind 4 problems total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/164499 wireless [wi] [patch] if_wi needs fix for big endian architectu o kern/141861 net [wi] data garbled with WEP and wi(4) with Prism 2.5 o kern/131776 net [wi] driver fails to init 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/115002 net [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 10 problems total. Problem reports for tag 'wlan': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174722 wireless [wlan] can't use channel 12 and 13 (14) with my wifi i o kern/174661 wireless [wlan] lost alias on wlan interface o usb/170688 usb patch][usbdevs][wlan] Patch for ASUS Black Diamond USB o kern/153594 wireless [wlan] netif/devd race o kern/153454 net [patch] [wlan] [urtw] Support ad-hoc and hostap modes f kern/149969 net [wlan] [ral] ralink rt2661 fails to maintain connectio o kern/146165 net [wlan] [panic] Setting bssid in adhoc mode causes pani o kern/144755 wireless [wlan] netif/devd race o kern/140346 net [wlan] High bandwidth use causes loss of wlan connecti 9 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 'wpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172706 wireless [wpi] wpi0 fails to load firmware when using country o kern/159203 net [wpi] Intel 3945ABG Wireless LAN not support IBSS o kern/156322 wireless [wpi] no ahdemo support for if_wpi o kern/144987 wireless [wpi] [panic] injecting packets with wlaninject using o kern/136943 wireless [wpi] [lor] wpi0_com_lock / wpi0 5 problems total. Problem reports for tag 'xe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne 1 problem total. Problem reports for tag 'xen': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175757 xen [xen] [patch] xen pvhvm looses keyboard input from VNC o kern/171873 xen [xen] xn network device floods warning in dmesg o kern/171138 xen [xen] [panic] Deactivating network interface produces o kern/171118 xen [xen] FreeBSD XENHVM guest doesn't shutdown cleanly o kern/166174 xen [xen] Problems ROOT MOUNT ERROR o kern/165418 xen [xen] Problems mounting root filesystem from XENHVM o kern/164630 xen [xen] XEN HVM kernel: run_interrupt_driven_hooks: stil o kern/164450 xen [xen] Failed to install FreeeBSD 9.0-RELEASE from CD i o kern/162677 xen [xen] FreeBSD not compatible with "Current Stable Xen" o kern/161318 xen [xen] sysinstall crashes with floating point exception o kern/155468 xen [xen] Xen PV i386 multi-kernel CPU system is not worki o kern/155353 xen [xen] [patch] put "nudging TOD" message under boot_ver o kern/154833 xen [xen]: xen 4.0 - DomU freebsd8.2RC3 i386, XEN kernel. o kern/154473 xen [xen] xen 4.0 - DomU freebsd8.1 i386, XEN kernel. Not o kern/154472 xen [xen] xen 4.0 - DomU freebsd8.1 i386 xen kernel reboot o kern/154428 xen [xen] xn0 network interface and PF - Massive performan o kern/153674 xen [xen] i386/XEN idle thread shows wrong percentages o kern/153672 xen [xen] [panic] i386/XEN panics under heavy fork load o kern/153620 xen [xen] Xen guest system clock drifts in AWS EC2 (FreeBS o kern/153477 xen [xen] XEN pmap code abuses vm page queue lock o kern/153150 xen [xen] xen/ec2: disable checksum offloading on interfac o kern/152228 xen [xen] [panic] Xen/PV panic with machdep.idle_mwait=1 o kern/144629 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o kern/143398 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o kern/143340 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor f kern/143069 xen [xen] [panic] Xen Kernel Panic - Memory modified after f kern/135421 xen [xen] FreeBSD Xen PVM DomU network failure - netfronc. f kern/135178 xen [xen] Xen domU outgoing data transfer stall when TSO i p kern/135069 xen [xen] FreeBSD-current/Xen SMP doesn't function at all f i386/124516 xen [xen] FreeBSD-CURRENT Xen Kernel Segfaults when config o kern/118734 xen [xen] FreeBSD 6.3-RC1 and FreeBSD 7.0-BETA 4 fail to b 31 problems total. Problem reports for tag 'xfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170497 fs [xfs][panic] kernel will panic whenever I ls a mounted o kern/153680 fs [xfs] 8.1 failing to mount XFS partitions o kern/145411 fs [xfs] [panic] Kernel panics shortly after mounting an p kern/119298 kan [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o kern/102943 kan [xfs] kernel crash when unloading the xfs kernel modul 5 problems total. Problem reports for tag 'xl': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/168152 yongari [xl] Periodically, the network card xl0 stops working o kern/129352 yongari [xl] [patch] xl0 watchdog timeout s kern/18558 silby [xl] 3COM 905B realy realy slow when using multiple ad 3 problems total. Problem reports for tag 'xpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/164132 [xpt] "xptioctl: pass device not in the kernel" noise o kern/154432 scsi [xpt] run_interrupt_driven_hooks: still waiting after 2 problems total. Problem reports for tag 'zfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175179 fs [zfs] ZFS may attach wrong device on move o kern/175101 trasz [zfs] [nfs] ZFS NFSv4 ACL's allows user without perm t o kern/174950 trasz [zfs] delete ZFS ACL have no effect o kern/174949 trasz [zfs] ZFS ACL: rwxp required to mkdir. p should not be o kern/174948 trasz [zfs] owner@ always have ZFS ACL full permissions. Sho o kern/174372 fs [zfs] Pagefault appears to be related to ZFS o kern/174315 fs [zfs] chflags uchg not supported o kern/174310 fs [zfs] root point mounting broken on CURRENT with multi o kern/173830 fs [zfs] Brain-dead simple change to ZFS error descriptio o kern/173718 fs [zfs] phantom directory in zraid2 pool o kern/173363 fs [zfs] [panic] Panic on 'zpool replace' on readonly poo o kern/173234 smh [zfs] [patch] Allow filtering of properties on zfs rec p kern/172259 smh [zfs] [patch] ZFS fails to receive valid snapshots (pa o kern/171415 fs [zfs] zfs recv fails with "cannot receive incremental o bin/170778 fs [zfs] [panic] FreeBSD panics randomly o kern/169945 fs [zfs] [panic] Kernel panic while importing zpool (afte o kern/169480 fs [zfs] ZFS stalls on heavy I/O o kern/169398 fs [zfs] Can't remove file with permanent error o kern/169319 fs [zfs] zfs resilver can't complete o kern/168947 fs [nfs] [zfs] .zfs/snapshot directory is messed up when o kern/168158 fs [zfs] incorrect parsing of sharenfs options in zfs (fs o kern/167685 fs [zfs] ZFS on USB drive prevents shutdown / reboot o kern/167272 fs [zfs] ZFS Disks reordering causes ZFS to pick the wron o kern/167109 fs [zfs] [panic] zfs diff kernel panic Fatal trap 9: gene o kern/167067 fs [zfs] [panic] ZFS panics the server o kern/167065 fs [zfs] boot fails when a spare is the boot disk o kern/166851 fs [zfs] [hang] Copying directory from the mounted UFS di o kern/165521 fs [zfs] [hang] livelock on 1 Gig of RAM with zfs when 31 o kern/164844 [zfs] [mpt] Kernel Panic with ZFS and LSI Logic SAS/SA o kern/164370 fs [zfs] zfs destroy for snapshot fails on i386 and sparc o kern/164256 fs [zfs] device entry for volume is not created after zfs o kern/163815 [ahci] [zfs] HDD timeout on ZFS + SB7x0 SATA Controlle o kern/163770 fs [zfs] [hang] LOR between zfs&syncer + vnlru leading to o kern/162860 fs [zfs] Cannot share ZFS filesystem to hosts with a hyph o kern/162751 fs [zfs] [panic] kernel panics during file operations o kern/162519 fs [zfs] "zpool import" relies on buggy realpath() behavi o kern/161968 fs [zfs] [hang] renaming snapshot with -r including a zvo p kern/161897 ae [zfs] [patch] zfs partition probing causing long delay o kern/161533 fs [zfs] [panic] zfs receive panic: system ioctl returnin o kern/161438 fs [zfs] [panic] recursed on non-recursive spa_namespace_ o kern/161280 fs [zfs] Stack overflow in gptzfsboot o kern/161169 fs [zfs] [panic] ZFS causes kernel panic in dbuf_dirty o kern/160893 fs [zfs] [panic] 9.0-BETA2 kernel panic o kern/160801 fs [zfs] zfsboot on 8.2-RELEASE fails to boot from root-o o kern/160777 fs [zfs] [hang] RAID-Z3 causes fatal hang upon scrub/impo o kern/160706 fs [zfs] zfs bootloader fails when a non-root vdev exists o kern/160591 fs [zfs] Fail to boot on zfs root with degraded raidz2 [r o kern/160283 fs [zfs] [patch] 'zfs list' does abort in make_dataset_ha o kern/159402 fs [zfs][loader] symlinks cause I/O errors o kern/159357 fs [zfs] ZFS MAXNAMELEN macro has confusing name (off-by- o kern/159356 fs [zfs] [patch] ZFS NAME_ERR_DISKLIKE check is Solaris-s o kern/159251 fs [zfs] [request]: add FLETCHER4 as DEDUP hash option o kern/159077 fs [zfs] Can't cd .. with latest zfs version o kern/159045 fs [zfs] [hang] ZFS scrub freezes system o kern/158839 fs [zfs] ZFS Bootloader Fails if there is a Dead Disk o kern/157399 fs [zfs] trouble with: mdconfig force delete && zfs strip o kern/157179 fs [zfs] zfs/dbuf.c: panic: solaris assert: arc_buf_remov o kern/156797 fs [zfs] [panic] Double panic with FreeBSD 9-CURRENT and o kern/156781 fs [zfs] zfs is losing the snapshot directory, o kern/155615 fs [zfs] zfs v28 broken on sparc64 -current o kern/155587 fs [zfs] [panic] kernel panic with zfs o bin/155104 fs [zfs][patch] use /dev prefix by default when importing o kern/154930 fs [zfs] cannot delete/unlink file from full volume -> EN o kern/153996 fs [zfs] zfs root mount error while kernel is not located o kern/153753 fs [zfs] ZFS v15 - grammatical error when attempting to u o kern/153716 fs [zfs] zpool scrub time remaining is incorrect o kern/153695 fs [patch] [zfs] Booting from zpool created on 4k-sector o kern/153418 fs [zfs] [panic] Kernel Panic occurred writing to zfs vol o kern/153351 fs [zfs] locking directories/files in ZFS o bin/153258 fs [patch][zfs] creating ZVOLs requires `refreservation' s kern/153173 fs [zfs] booting from a gzip-compressed dataset doesn't w o bin/153142 fs [zfs] ls -l outputs `ls: ./.zfs: Operation not support o kern/153126 fs [zfs] vdev failure, zpool=peegel type=vdev.too_small o kern/151942 fs [zfs] panic during ls(1) zfs snapshot directory f kern/151910 pjd [zfs] booting from raidz/raidz2 on ciss(4) doesn't wor o kern/151905 fs [zfs] page fault under load in /sbin/zfs o kern/151648 fs [zfs] disk wait bug o kern/151330 fs [zfs] will unshare all zfs filesystem after execute a o kern/151226 fs [zfs] can't delete zfs snapshot o kern/150503 fs [zfs] ZFS disks are UNAVAIL and corrupted after reboot o kern/150501 fs [zfs] ZFS vdev failure vdev.bad_label on amd64 o kern/150390 fs [zfs] zfs deadlock when arcmsr reports drive faulted o kern/149173 fs [patch] [zfs] make OpenSolaris installa o kern/149015 fs [zfs] [patch] misc fixes for ZFS code to build on Glib o kern/149014 fs [zfs] [patch] declarations in ZFS libraries/utilities o kern/149013 fs [zfs] [patch] make ZFS makefiles use the libraries fro o kern/148504 fs [zfs] ZFS' zpool does not allow replacing drives to be o kern/148490 fs [zfs]: zpool attach - resilver bidirectionally, and re o kern/148368 fs [zfs] ZFS hanging forever on 8.1-PRERELEASE o kern/148138 fs [zfs] zfs raidz pool commands freeze o kern/147903 fs [zfs] [panic] Kernel panics on faulty zfs device o kern/147881 fs [zfs] [patch] ZFS "sharenfs" doesn't allow different " p kern/147560 ae [zfs] [boot] Booting 8.1-PRERELEASE raidz system take o kern/146941 fs [zfs] [panic] Kernel Double Fault - Happens constantly o kern/146786 fs [zfs] zpool import hangs with checksum errors o kern/146528 fs [zfs] Severe memory leak in ZFS on i386 o kern/146410 pjd [zfs] [patch] bad file copy performance from UFS to ZF f kern/145802 pjd [zfs] page fault under load s kern/145712 fs [zfs] cannot offline two drives in a raidz2 configurat f kern/145339 pjd [zfs] deadlock after detaching block device from raidz o kern/145272 fs [zfs] [panic] Panic during boot when accessing zfs on o kern/145238 fs [zfs] [panic] kernel panic on zpool clear tank o kern/145229 fs [zfs] Vast differences in ZFS ARC behavior between 8.0 p kern/144447 fs [zfs] sharenfs fsunshare() & fsshare_main() non functi s kern/144415 fs [zfs] [panic] kernel panics on boot after zfs crash o kern/144234 fs [zfs] Cannot boot machine with recent gptzfsboot code o bin/143572 fs [zfs] zpool(1): [patch] The verbose output from iostat o kern/143184 fs [zfs] [lor] zfs/bufwait LOR o kern/142878 fs [zfs] [vfs] lock order reversal o kern/142872 pjd [zfs] ZFS ZVOL Lockmgr Deadlock o kern/142594 pjd [zfs] Modification time reset to 1 Jan 1970 after fsyn o kern/142489 fs [zfs] [lor] allproc/zfs LOR o kern/142306 fs [zfs] [panic] ZFS drive (from OSX Leopard) causes two f kern/141718 pjd [zfs] [panic] kernel panic when 'zfs rename' is used o o kern/141305 fs [zfs] FreeBSD ZFS+sendfile severe performance issues ( o kern/141010 fs [zfs] "zfs scrub" fails when backed by files in UFS2 o kern/140888 fs [zfs] boot fail from zfs root while the pool resilveri o kern/140661 fs [zfs] [patch] /boot/loader fails to work on a GPT/ZFS- o kern/140640 fs [zfs] snapshot crash o kern/139725 fs [zfs] zdb(1) dumps core on i386 when examining zpool c o kern/139715 fs [zfs] vfs.numvnodes leak on busy zfs s kern/139039 pjd [zfs] zpool scrub makes system unbearably slow o kern/135546 fs [zfs] zfs.ko module doesn't ignore zpool.cache filenam o kern/135050 fs [zfs] ZFS clears/hides disk errors on reboot o kern/134491 fs [zfs] Hot spares are rather cold... f kern/128633 pjd [zfs] [lor] lock order reversal in zfs f kern/128514 pjd [zfs] [mpt] problems with ZFS and LSILogic SAS/SATA Ad f kern/127492 pjd [zfs] System hang on ZFS input-output s kern/125738 fs [zfs] [request] SHA256 acceleration in ZFS f kern/122888 pjd [zfs] zfs hang w/ prefetch on, zil off while running t f misc/118855 pjd [zfs] ZFS-related commands are nonfunctional in fixit o kern/117158 fs [zfs] zpool scrub causes panic if geli vdevs detach on o bin/115361 fs [zfs] mount(8) gets into a state where it won't set/un 133 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/118317 delphij [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 -------------------------------------------------------------------------------- o kern/160296 wireless [zyd] [panic] 802.11 usb device reboots system on 'ifc o usb/153609 usb [zyd] [panic] kernel: Fatal trap 12: page fault while o usb/150892 usb [zyd] Whenever network contacted in any shape, way or o kern/138292 weongyo [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202 f usb/117150 weongyo [zyd] usb zyd device under moderate load panics system 5 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 11:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3B191360 for ; Mon, 4 Feb 2013 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 07C8615A9 for ; Mon, 4 Feb 2013 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14Bo0s3039492 for ; Mon, 4 Feb 2013 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14Bo0di039491; Mon, 4 Feb 2013 11:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Feb 2013 11:50:00 GMT Resent-Message-Id: <201302041150.r14Bo0di039491@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, Jeroen van der Ham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 995A8F6B for ; Mon, 4 Feb 2013 11:42:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 89D611529 for ; Mon, 4 Feb 2013 11:42:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r14BgDj7072033 for ; Mon, 4 Feb 2013 11:42:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r14BgDXt072021; Mon, 4 Feb 2013 11:42:13 GMT (envelope-from nobody) Message-Id: <201302041142.r14BgDXt072021@red.freebsd.org> Date: Mon, 4 Feb 2013 11:42:13 GMT From: Jeroen van der Ham To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/175822: FreeBSD 9.1 does not work with Xen 4.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 11:50:01 -0000 >Number: 175822 >Category: kern >Synopsis: FreeBSD 9.1 does not work with Xen 4.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: Mon Feb 04 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jeroen van der Ham >Release: 9.1 >Organization: >Environment: >Description: I've been trying various things in my current setup with FreeBSD 9.1, but to no avail currently. I have tried to boot the 9.1 boot-only DVD using XEN HVM on an AMD Opteron system, with kernel 2.6.32 on Dom0, using 4.0.1-2: kernel = '/usr/lib/xen-4.0/boot/hvmloader' device_model = '/usr/lib/xen-4.0/bin/qemu-dm' builder = 'hvm' memory = 512 shadow_memory = 8 vcpus = 4 cpus = "2-7" name = "image01" disk = [ 'file:/xen/staging/FreeBSD-9.1-RELEASE-amd64-bootonly.iso,hdc:cdrom,r', 'phy:/dev/xendata/image,hda,w', ] boot = 'd' sdl=0 stdvga=0 serial='pty' This boots, and then goes into a loop printing "pudna: fpcurthread == curthread xx times" when it tries to mount the filesystem. I have tried the exact same setup with the similar 9.0 DVD, and this boots just fine. >How-To-Repeat: Use the above configuration to create a XEN HVM instance. The physical filesystem is not even necessary to trigger the error. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 11:06:03 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5E39B6DE for ; Mon, 4 Feb 2013 11:06:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4E93AC29 for ; Mon, 4 Feb 2013 11:06:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14B63IL027863 for ; Mon, 4 Feb 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14B61Sl027861 for freebsd-bugs@FreeBSD.org; Mon, 4 Feb 2013 11:06:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Feb 2013 11:06:01 GMT Message-Id: <201302041106.r14B61Sl027861@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 Subject: Current problem reports X-Mailman-Approved-At: Mon, 04 Feb 2013 12:24:10 +0000 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 11:06:03 -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/175821 cs I have updated databases/libzdb to 2.11.1 o ports/175820 lx [PATCH] security/nacl: [SUMMARIZE CHANGES] o ports/175819 x11 I have updated x11-drivers/xf86-video-vmware to 13.0.0 o ports/175818 marcus I have updated net/netatalk3 to netatalk 3.0.2 o ports/175817 sunpoet enhance port: multimedia/mediainfo o ports/175816 swills [MAINTAINER] graphics/p5-Image-ExifTool-devel: update o ports/175815 [update]: databases/tarantool up to latest o ports/175814 Boost-all cannot use libc++ f ports/175813 [patch] mail/dovecot2 doesn't detect libstemmer or ext o ports/175812 [patch] misc/findutils update to 4.5.11 o stand/175811 numerics libstdc++ needs complex support in order use C99 o ports/175810 gnome [PATCH] x11/babl: mark MAKE_JOBS_UNSAFE f ports/175809 [PATCH] www/node, www/node-devel: fix build with nonde o ports/175808 swills [PATCH] irc/inspircd: update to 2.0.10 o ports/175807 New port: textproc/topic - topic markup pareser (repla o ports/175806 [patch] misc/saaghar fixed some issue with portlint(1) o ports/175804 cad/xcircuit update and maintainer change o arm/175803 arm building xdev for arm failing o ports/175801 swills New port: net/tigervnc o ports/175800 gblach multimedia/mplayer2 2.0.20121103 cannot play .flac fil o bin/175799 Adding more tools to be used by operator group members f ports/175798 FreeBSD 10 unable to build sysutils/fusefs-kmod o ports/175797 swills [maintainer update] japanese/skk-jisyo: Update to 2013 o ports/175796 perl sysutils/p5-MogileFS-Server: update to 2.67 o ports/175795 [maintainer] update devel/liblnk to 20130202 o bin/175793 modfind(2) doesn't understand modules with underscores o ports/175792 clsung [PATCH] devel/glog: update to 0.3.3 o kern/175791 Fatal trap 12: page fault while in kernel mode at seem a bin/175790 eadler [patch] Fix Ken Thompson line in calendar.birthday o ports/175789 jgh Port devel/ruby-build to 20130129 o docs/175788 issyl0 FreeBSD Handbook - Dead Link o ports/175787 [NEW PORT] devel/py27-robotframework-selenium2library: o ports/175786 [NEW PORT] devel/py27-robotframework: Robot Framework f ports/175785 ak [patch] graphics/renrot remove SITE_PERL from RUN_DEPE o ports/175784 garga security/clamav should be set to USE_GCC=any o ports/175783 pgsql [PATCH] databases/postgresql92-server: Add ${PTHREAD_L f ports/175782 ehaupt x11/xterm 288 not execute all commands correctly o amd64/175780 amd64 Crash on KVM boot due to xsave instruction issue f ports/175779 [update]: audio/liblastfm update to latest new version o kern/175778 /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined refe o ports/175775 mm www/lighttpd: libev excludes freebsd-kqueue o ports/175774 zeising [MAINTAINER UPDATE] New upstream release o ports/175773 gnome [FIX] graphics/gegl (gegl-0.1.8_6) fails to make packa o ports/175772 Update to finance/php-tclink o ports/175770 kde x11/kdelibs4: CMake Error at cmake/modules/FindQt4.cma a docs/175769 eadler ports(1) man page does not mention portsnap(8) o ports/175768 portmgr ports-mgmt/pkg sends terminal control codes (and dupli o ports/175765 imspector ipfw support o ports/175763 oliver graphics/ogre3d doesn't compile o ports/175762 sunpoet sysutils/freeipmi fails to build on world where CLANG_ o ports/175760 cy [PATCH] fix build of x11-wm/fvwm2 with clang o kern/175759 [headers] [patch] Correct data types for fields of str o ports/175758 gnome Upgrading 'gegl-0.1.8_5' to 'gegl-0.1.8_6' (graphics/g o kern/175757 xen [xen] [patch] xen pvhvm looses keyboard input from VNC o www/175756 www Inclusion as Commercial FreeBSD Hosting Provider o ports/175755 swills [MAINTAINER] www/reviewboard: update to 1.7.4 o ports/175754 swills [MAINTAINER] www/py27-djblets: update to 0.7.9 o ports/175753 swills graphics/visionworkbench: 4 out of 4 hunks failed--sav o conf/175751 FreeBSD 10.0-CURRENT: build failure with "device runfw o ports/175750 kde databases/akonadi: -- Configuring incomplete, errors o o ports/175749 jgh New Port: net/py-botocore - Botocore is a low-level in o ports/175748 New port: www/your-freedom A SOCKS proxy application o ports/175747 portmgr [patch][bsd.options.mk]: activate DEBUG o ports/175746 beech [PATCH] irc/eggdrop: Fix build with clang f ports/175745 sysutils/coreutils build fails o ports/175744 [MAINTAINER] sysutils/gigolo: [SUMMARIZE CHANGES] o bin/175743 [patch] Patches for kgdb(1) - improve test of argument o www/175741 www svnweb of ports/head/net doesn't show all files o ports/175740 gleb sysutils/pefs-kmod fails to build on 9.1-STABLE am64 o ports/175737 bf [NEW PORT] math/mlpack: A scalable C++ machine learnin o ports/175735 jlaffaye [PATCH] databases/soci: update to 3.1.0 o kern/175734 net no ethernet detected on system with EG20T PCH chipset f ports/175733 devel/libatomic_ops: Segmentation fault : install - o usb/175731 usb detaching USB keyboard freezes other USB keyboards o bin/175730 sysinstall Segfault in bsdinstall(8) when no disks are present o ports/175727 swills [MAINTAINER] devel/gitolite: update to 3.3,1 o amd64/175725 amd64 Audio through USB has not as good hi quality as it has o ports/175723 postfix+dovecot+ldap_sasl marked BROKEN o kern/175722 wireless [ath]lot of bad seriesx hwrate in kernel messages o ports/175721 swills [MAINTAINER] devel/p5-threads-shared: update to 1.43 o ports/175718 dinoex [PATCH] graphics/jpeg: fix OptionsNG o ports/175717 portmgr [bsd.port.mk] do not require distinfo for for fetch-ur o www/175716 www 24x7 Server Management & hosting support linux and win f ports/175713 zeising [PATCH] dns/libidn plist issues o docs/175712 doc Update 'disk naming' handbook page o stand/175711 standards When the server has more than 3 days, rising interrupt o ports/175710 ehaupt devel/ccache selects wrong compiler (calls clang, not o ports/175709 perl build fix for databases/p5-DBD-Oracle (currently marke o kern/175705 [dtrace] "panic: process not held" when invoking userl o ports/175704 [patch] add new vuxml entry for dns/poweradmin o ports/175701 skv [patch] devel/otrs update to 3.2.1 version o ports/175698 kuriyama www/trac-accountmanager update to 0.5.12583 [patch] o ports/175697 clsung www/trac update to ver. 1.0 [patch] o ports/175696 python [PATCH] japanese/py-mecab: update to 0.995 and etc. o ports/175695 perl [PATCH] japanese/p5-MeCab: update to 0.995 and etc o kern/175694 [regression]Unknown and undocumented high RAM memory r o ports/175692 snb security/openvpn-auth-ldap configure error o misc/175690 FreeBSD 8.x/9.x fails to boot on HP Blade xw460c/BL460 o i386/175688 i386 after the system is constantly being written to the lo o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea o www/175685 www HTTPS does not follow visitor among FreeBSD.org sub-do o ports/175684 vbox [patch] emulators/virtualbox-ose-kmod: Fix KMODDIR ins o ports/175678 New port: misc/saghar o ports/175677 [update]: devel/eblob fix distinfo of github files o ports/175675 swills [maintainer update] net/xrdp: Add CONFLICTS with net/x o kern/175674 [libc] [patch] sem_open() should use O_EXLOCK with ope o kern/175671 BOOTP_NFSROOT option is effectively "always on" o kern/175670 smartctl fails on SAS disk connected to an Intel C600 o misc/175666 I cant install packages from FreeBSD 9.1 x86_64 image o ports/175665 swills [MAINTAINER] graphics/p5-Image-ExifTool-devel: update p ports/175663 dinoex [PATCH]security/openssl: enable optimized NIST ECC on o ports/175658 sunpoet www/p5-libwww: read timeout does not work with 6.04 f ports/175656 [patch] databases/sqlite3: update to 3.7.15.2 o amd64/175655 amd64 When enabled tty console OS hang during boot p kern/175648 [libproc] [patch] Fix for buffer corruption in libproc o ports/175647 itetcu [PATCH] mail/dspam-devel: [SUMMARIZE CHANGES] o bin/175645 tcpdump(1) incorrectly decodes pflog'ged UDP packet as f ports/175642 www/wordpress: update to 3.5.1,1 o ports/175640 gnome [patch] print/freetype2: convert to optionsNG o usb/175639 usb not detect usb netcard D-LINK DUB-E100 rev C1 o ports/175634 [PATCH] unbreak graphics/kdegraphics3 build when clang o ports/175631 support WITHOUT_GCC in games/lwjgl o ports/175630 danfe New port: benchmarks/iorate A general purpose storage o ports/175629 x11 x11-drivers/xf86-video-openchrome too old o ports/175627 jgh New Port: ports-mgmt/prhistory Query tool for PR that f ports/175624 culot databases/py-swift: update to 1.7.6 f ports/175623 [PATCH] graphics/geos: update to 3.3.7 f ports/175621 update net/dhcpcd o ports/175620 New port: devel/bashdb, Bash debugger o ports/175618 sunpoet www/pecl-APC update to 3.1.14 o ports/175616 wxs New Port: devel/mongo-cxx-driver C++ Driver for MongoD o ports/175615 naddy audio/flac broken on PowerPC64 (seriously, it's flac n o ports/175613 wxs New Port: devel/mongo-c-driver C Driver for MongoDB o ports/175612 New port: devel/remake version of GNU make utility th f ports/175611 sysutils/zfs-periodic package do not enable cron to ho f ports/175608 wxs [UPDATE PORT] databases/mongodb 2.2.0 to 2.2.2 o ports/175606 danfe New port: x11-wm/obkey: OpenBox key editor o arm/175605 arm please fix build binutils-2.23.1 in raspberry pi o ports/175603 gnome graphics/gegl: ./tools/create-reference.rb:331:in `blo o ports/175602 kevlo www/owncloud: ERROR: null value in column "configval o ports/175601 [update]: science/massxpert up to latest version o misc/175600 FreeBSD 9.x missing for x86 o usb/175599 usb [usbdevs][patch]Liebert UPS PSI1000 being assigned uhi o ports/175597 pav update: graphics/exif to 0.6.21 o ports/175596 araujo x11/xcoloredit: Update MASTER_SITES o ports/175595 araujo games/xabacus: Update to version 7.7.1 o ports/175594 araujo emulators/qmc2: Update to version 0.38 o ports/175593 araujo security/revelation: Update to version 0.4.14 o ports/175592 araujo games/xataxx: Update MASTER_SITES o ports/175591 araujo archivers/star: Update to version 1.5.2 o ports/175590 araujo devel/boehm-gc: Update to version 7.2d o ports/175589 araujo science/gromacs: Update to version 4.6 o ports/175588 araujo games/xvmines: Update MASTER_SITES o ports/175587 araujo x11/bricons: Update MASTER_SITES o ports/175586 araujo print/kover: Update to version 6 o ports/175585 araujo deskutils/cdcat: Update to version 2.2 o ports/175584 araujo games/xvmahjongg: Update MASTER_SITES o ports/175583 araujo emulators/mess: Update to version 0.148 o ports/175582 araujo x11-wm/windowmaker: Update to version 0.95.4 o ports/175581 araujo graphics/intergif: Update MASTER_SITES o ports/175580 araujo graphics/xgrasp: Update MASTER_SITES o ports/175579 araujo math/plplot: Fix build o ports/175578 araujo devel/ocaml-lacaml: Update to version 7.0.7 o ports/175577 araujo emulators/mame: Update to version 0.148 o ports/175576 araujo games/xjewel: Update MASTER_SITES o ports/175575 araujo mail/popfile: Update to version 1.1.3 o ports/175574 araujo devel/k8048: Update to version 2.12 o ports/175573 araujo audio/soundtouch: Update to version 1.7.1 o ports/175572 araujo games/xchomp: Update MASTER_SITES o ports/175571 araujo devel/fnccheck: Fix build o ports/175570 araujo audio/xcdplayer: Update MASTER_SITES o ports/175569 araujo audio/pd: Update to version 0.44.1 o ports/175568 araujo ftp/wxdfast: Support CFLAGS/CXXFLAGS properly o docs/175564 doc [books/porters-handbook]: add note about port orgin f o ports/175561 bapt [patch] [bsd.pkgng.mk] Enhancement to avoid pkgng "/bi o docs/175560 doc ugen(4) man page contains incorrect device node path o ports/175559 [new port]: textproc/libflate Template library used to o kern/175557 [smbfs] [panic] kernel panic in smbfs.ko while accessi o bin/175556 [PATCH] moused(8) virtual scrolling on alternate butto o ports/175552 [NEW PORT] devel/chruby: Changes the current Ruby o usb/175551 usb Seagate 2TB USB extern hard disk have errors with Free o kern/175546 [bktr] [patch] Kernel compilation crash in bktr driver o ports/175542 [PATCH] new port comms/ebook2cwgui o ports/175541 [PATCH] databases/py-swiftclient Fixed broken distfile f ports/175537 jgh [MAINTAINER] irc/riece: correct LICENSE o ports/175536 [MAINTAINER] japanese/mecab-ipadic: Fix wrong options o www/175535 www freebsd.org/ports is out of date f ports/175534 [patch] net-mgmt/rackmonkey: Fix a redirect o ports/175532 x11 x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/Give o ports/175531 gnome [patch] sysutils/upower: correctly detect lid o kern/175530 melifaro [ipfw] [patch] lost dynamic IPFW rule for TCP session o ports/175529 clsung upgrade www/py-pyramid to 1.4 o ports/175527 security/expiretable doesn't work in FreeBSD 9.x f ports/175523 pkgng: mail/dovecot2-pigeonhole conflicts with mail/do o kern/175522 VIA cpu's temperature monitoring module o misc/175521 Documentation does not install o ports/175518 mono lang/mono is not configured correctly when building o kern/175514 des [patch] Support PKI in libfetch for HTTP over SSL (htt o ports/175510 apache Update of net/spread4 port to version 4.2.0 o ports/175509 python [MAINTAINER] www/py-beautifulsoup: py3k ready o ports/175508 kuriyama [PATCH] devel/p5-carton: update to 0.9.7 o ports/175504 lippe devel/ccons port update o ports/175497 sysutils/boxbackup rc.d files have wrong path f ports/175496 swills [PATCH] textproc/p5-String-Format: update to 1.17 f ports/175492 net-mgmt/zabbix2-frontend: Missing php5-gettext depend o bin/175491 [libelf] elf_getdata may return NULL without setting e o ports/175490 mva graphics/blender port build fails o ports/175488 [new port]: devel/libxs Open source lightweight messa o ports/175485 acm port databases/firebird25-server (classic) keeps attac o ports/175484 acm default install method for databases/firebird25-server o ports/175480 [MAINTAINER] dns/powerdns: update to 3.2 o ports/175475 cs I have updated databases/libzdb to 2.11.1 o ports/175466 dinoex [PATCH] graphics/gd: fix build after -CURRENT removal o ports/175465 lippe x11/yad port update patch f ports/175457 [patch] net-mgmt/nagiosql update to 3.2.0 SP2 and othe o ports/175455 devel/bmake: update to 20121212 snapshot o usb/175454 usb update usbdevs and usb_quirk.c for SanDisk SDDR-289 o stand/175453 standards Catching C++ std::bad_cast doesn't work in FreeBSD 9.1 o ports/175451 update port www/cas o ports/175450 [patch] Get misc/gkx86info2 plugin to build on amd64 o kern/175449 unionfs and devfs misbehaviour o ports/175447 obrien editors/hexedit dead mirror, patch with new one o kern/175446 wireless [ath] high volumes of PHY errors lead to BB/MAC hangs o ports/175444 Port Update: finance/frontaccounting Version update. o ports/175432 x11 [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-f o ports/175430 avl [PATCH] textproc/dwdiff: update to 2.0.4 f ports/175429 audio/clementine-player: build error o ports/175428 [MAINTAINER] www/drush: add more missing dependencies o ports/175426 kmoore x11/lxpanel fails with clang o bin/175425 [patch] kbdcontrol(1) printout about kbdmux isn't info o ports/175423 office german/hunspell does not build o ports/175421 gecko workaround: www/firefox is MAKE_JOBS_SAFE but never us o bin/175418 brooks [patch] update vis(3) and vis(1) to support multibyte o ports/175415 linimon [PATCH] add maintainer for ports f ports/175412 crees [PATCH] mail/elm Stop being interactive o ports/175411 vbox [PATCH] emulators/virtualbox-ose 4.2.6: popcnt bug o ports/175410 sunpoet www/p5-libwww fails to build o ports/175409 python [MAINTAINER] multimedia/py-subliminal: update to 0.6.3 f ports/175407 crees [PATCH] mail/courier Update to OPTIONSng o ports/175402 maho math/suitesparse: libcholmod.so: undefined reference t o ports/175400 bapt [PATCH] devel/cdk: add MASTER_SITES, fix install permi o ports/175399 hselasky ports: multimedia/webcamd: media_tree/drivers/media/v4 o ports/175398 fix patches in japanese/kon2-16dot o conf/175397 [patch] update /etc/protocols to IANA list from 2012-1 o conf/175394 [termcap] [patch] Suggested addition to termcap databa o ports/175391 New port: textproc/xmlgen - generate XML in TCL o ports/175390 sylvio net/ntop fails if python27 is configured with PTH o ports/175385 dns/fastresolve does not compile o ports/175381 portmgr pkg audit not detecting vulnerable packages f ports/175380 [patch] mail/fetchyahoo: update to latest to work with o usb/175379 usb usb card-reader problem o ports/175378 x11 x11/xorg: X won't accept keyboard or mouse input if .x f ports/175373 [patch] mail/getlive: need to update to latest CVS ver o ports/175372 culot [PATCH] www/py-rhodecode: update to 1.5.1 o amd64/175370 amd64 kernel panic the rebuild kernel with vimage options in o ports/175369 chromium www/chromium: Chromimum Desktop Integration doesn't op o ports/175368 python [patch] multimedia/py-mlt hangs on Generating temporar o kern/175365 [panic] FreeBSD 8.3-RELEASE kernel panics when net/xor f ports/175359 [PATCH] finance/openerp-server: bump up version to 6.0 f ports/175358 [PATCH] finance/openerp-web: update to 6.0.4 o docs/175349 doc "freebsdnic" email address at Intel bounces o ports/175344 sunpoet [PATCH] www/pecl-APC: update to 3.1.14 o ports/175343 brd sysutils/rsyslog7 won't build, missing json/json.h o bin/175339 ldd(1) runs linux binaries instead of printing shared o ports/175337 New port: devel/pecl-parsekit - static analysis o ports/175336 gabor print/latex build fails o ports/175331 [PATCH] Many little spelling corrections p bin/175330 markj newsyslog(8): newsyslog R flag ignored o kern/175328 [panic] fusefs kernel page fault f ports/175321 Update mail/postfixadmin to 2.3.6 o ports/175320 portmgr ports-mgmt/pkg: array bounds compile error with gcc 4. o ports/175317 marcus [patch] ports-mgmt/portlint add new OPTIONS_* to @opti f ports/175316 multimedia/xbmc 12.0.rc3 build error f ports/175315 swills [PATCH] textproc/mxml: update to 2.7 o bin/175314 [regression] bsdgrep(1) broken multidot escaping since f ports/175313 wen Update databases/hsqldb to version 2.2.9 a ports/175312 mono devel/monodevelop does not build o conf/175311 rc [patch] add "dump" fs type support to rc.d/dumpon o ports/175310 [maintainer update] net-p2p/retroshare to 0.5.4d o ports/175308 [NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics dr o ports/175307 [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics dr o kern/175306 multimedia [snd_hda] snd_hda does not produce 7.1 sound on ALC892 o usb/175302 usb don't mount virtual driver CD for my phone o ports/175300 java java/jamvm fails to compile on ARM6 (raspberry-pi) o ports/175299 x11 graphics/dri fails to build with clang o ports/175298 itetcu net/tightvnc fails with clang p usb/175296 hps [PATCH] disable fake CD mount for Atria HD phone o bin/175293 [patch] mtree(1): mtree "-u" option doesn't return err f ports/175292 adamw www/baikal dependencies o ports/175288 vbox emulators/virtualbox-ose: FreeBSD VirtualBox guest una o amd64/175282 amd64 Freebsd 9.1 release amd64, mb Intel D525MW, not worked o ports/175276 gnome [patch] devel/py-gobject OPTIONSFILE eval order proble o ports/175274 [NEW PORT] audio/linux-f10-libsndfile: Reading and wri o bin/175269 truss(1): truss -ff doesn't detach from processes prop o kern/175267 net [pf] [tap] pf + tap keep state problem o ports/175266 port audio/libmtp is miscategorized: it should be sysu o conf/175265 [named] named.root updated (new IP addresses for D.ROO o ports/175263 [Maintainer update] sysutils/qjail new stuff added o kern/175260 adrian [asmc] [patch] add support for Macbook 3.1 o ports/175258 clsung [PATCH] japanese/mecab: add license information etc. o ports/175257 ruby [PATCH] japanese/ruby-mecab: Add license information e o ports/175252 gerald [patch]bsd.gcc.mk, USE_GCC=any when no gcc in base and o ports/175249 portmgr [pkgng] ports-mgmt/pkg: regression: registering packag o misc/175245 9.1 ISO missing CDROM.INF, INDEX. o docs/175239 doc sem_wait can be interrupted o kern/175236 net [epair] [gif] epair and gif Devices On Bridge o ports/175235 gnome [PATCH] lang/vala, lang/vala-vapigen update to 0.18.1 o ports/175234 update multimedia/qmmp, multimedia/qmmp-plugin-pack o ports/175233 devel/boehm-gc: GC does not scan static roots in share o ports/175229 x11-toolkit/swt-devel fails o ports/175228 [NEW PORT] devel/pecl-zookeeper: PHP extension for int o kern/175227 wireless [ath] beacon timers aren't necessarily reprogrammed af o docs/175224 doc Manpage ada(4) references ad(4) which is non-existant o ports/175223 amdmi3 [patch] graphics/mypaint: update to 1.1.0 o ports/175222 lev Error in Makefile for www/neon29 o ports/175221 vbox emulators/virtualbox-ose: Cannot Resume VirtualBox VMs o kern/175220 multimedia [sound] sound stopping: play interrupt timeout, channe o ports/175219 www/yabb upgrade a bin/175213 markj [patch] bsdgrep(1) segfaults upon malicious input p kern/175205 glebius if_carp not loaded o ports/175198 New port: www/py-djangotoolbox - A common API for runn o ports/175187 skv lang/perl5.12: perl-after-upgrade script is busted wit p ports/175186 marcus ports-mgmt/portlint: Perl warnings in case of incomple o kern/175183 wireless [iwn] iwn(4) becomes unresponsive during initial confi o kern/175182 net [panic] kernel panic on RADIX_MPATH when deleting rout o bin/175181 adduser(8) doesn't install base files from /usr/share/ o kern/175179 fs [zfs] ZFS may attach wrong device on move f ports/175178 lwhsu www/py-django: python manage.py syncdb fails if no loc o ports/175176 pav [PATCH] shells/rssh Add support for rsync 3 o ports/175175 sylvio databases/rrdtool 1.4 hangs without generating graphs, o ports/175174 Update port: graphics/yed: new version 3.10.1 o ports/175170 python [new port] security/py-yara-editor , an editor for yar o ports/175168 crees [restore port] restore databases/postgresql-libpqxx po f ports/175162 [patch] lang/itcl -- update to 4.0.0 o ports/175161 gnome misc/shared-mime-info: Missing build dependency o ports/175159 emulation www/linux-f10-flashplugin11 is vulnerable o kern/175153 net [tcp] will there miss a FIN when do TSO? o power/175151 ppc Loader fails to load modules on PPC64 o ports/175149 jgh [patch] mail/mutt: adopt optionsNG o ports/175145 kevlo security/bro, fix port so it installs broctl (required o ports/175144 skv [PATCH] devel/otrs: update to version 3.1.12 f ports/175141 [PATCH] games/uqm: Update to 0.7.0 o ports/175130 bapt update port net/libvncserver o amd64/175129 amd64 laptop won't suspend on lid close o ports/175128 gnome build of misc/shared-mime-info fails if glib is built o ports/175127 New port: sysutils/zogftw creates redundant backups on o ports/175125 gnome net/avahi-app fails to rebuild against devel/icu-50.1 o docs/175123 doc [geom] gpart list/status isn't documented in usage sec f ports/175121 devel/buildapp does not produce executable file f ports/175116 [PATCH] www/trafficserver: update to 3.2.0 o ports/175113 devel/freeocl: Port revision PORTREVISION=1 o ports/175110 wen math/rpy2: rpy2 and external lapack fail f ports/175109 lioux [patch] www/py-flexget: update to 07-Jan-2013 snapshot o ports/175107 devel/opencl: bug in CL/cl_ext.h (upstream): o conf/175105 rc /etc/rc.d/* and more: syntax 'return_boolean_cmd && do o ports/175104 dhn [PATCH] net/libosip: update to 4.0.0 o ports/175103 [PATCH] security/unhide: update to 20121229 o kern/175101 trasz [zfs] [nfs] ZFS NFSv4 ACL's allows user without perm t o ports/175095 [MAINTAINER] math/jakarta-commons-math3: update to 3.1 o i386/175094 i386 I cant install packages from FreeBSD 9.1 image DVD ! o amd64/175091 amd64 Crash: Fatal trap 12: page fault while in kernel mode o ports/175090 vbox emulators/virtualbox-ose: wrong ports version f ports/175087 haskell [PATCH] lang/ghc: build fails if dblatex is installed o bin/175086 [gpt] 9.1 does not boot from GPT partition that can ha o ports/175085 db [PATCH] update irc/ircd-hybrid to 8.0.4 o ports/175083 az [PATCH] net-p2p/rtorrent build with clang o conf/175079 rc [rc.subr] [patch] rc.subr poorly handles recursive run o bin/175073 kgdb(1) broken: Incomplete CFI data o kern/175071 fs [ufs] [panic] softdep_deallocate_dependencies: unrecov o ports/175068 [PATCH] net/proxychains: update to 4.4, take maintaine o ports/175065 bf New port: math/armadillo o ports/175064 office editors/libreoffice fails to compile o ports/175063 maintainer update: sysutils/torque o ports/175062 gnome net/opal3 needs zrtpcpp shared library dependency vers o misc/175055 9.1-Release installation via DVD o kern/175053 wireless [iwn] iwn firmware error on 9-stable with Ultimate-N 6 o bin/175052 gshapiro sendmail(8): base sendmail fails to build with securit o ports/175049 araujo deskutils/aspostit: Fix build with clang o ports/175048 araujo games/wmminichess: Fix build with clang o ports/175047 araujo sysutils/uptimed: Update to version 0.3.17 o ports/175046 araujo mail/pgpsendmail: Fix build with clang o ports/175045 araujo games/jzip: Fix build with clang o ports/175044 araujo misc/xd: Fix build with clang o ports/175043 araujo games/super_methane_brothers: Update to version 1.5.1 o ports/175042 araujo games/wmtictactoe: Fix build with clang o ports/175041 araujo games/starlanes: Fix build with clang o ports/175040 araujo textproc/dixit: Update to version 11.11 o ports/175039 araujo net-mgmt/wide-dhcp: Fix build with clang o ports/175038 araujo editors/xvile: Update to version 9.8i o ports/175037 araujo audio/ifp-line: Update to version 0.3 o ports/175036 araujo net-im/icb: Fix build with clang o ports/175035 araujo games/wmshuffle: Fix build with clang o ports/175034 araujo biology/povchem: Fix build with clang o ports/175033 araujo editors/vile: Update to version 9.8i o ports/175032 araujo x11-clocks/mlclock: Fix buils with clang o ports/175031 araujo devel/newt: Update to version 0.52.14 o ports/175030 araujo sysutils/linrename: Update to version 2.22.2 o ports/175029 araujo devel/ace: Update to version 6.1.7 o ports/175028 araujo devel/rudiments: Update to version 0.40 o ports/175027 araujo devel/lpc21isp: Update to version 1.85 o ports/175026 araujo misc/wmfirew: Fix build with clang o ports/175025 araujo benchmarks/libmicro: Update to version 0.4.1 o ports/175024 araujo databases/typhoon: Fix build with clang o ports/175023 araujo devel/flick: Update MASTER_SITES o ports/175022 araujo science/linsmith: Fix build with clang o ports/175020 araujo math/gri: Update to version 2.12.23 o ports/175019 araujo cad/impact: Update to version 0.7.06.038 o ports/175018 araujo devel/fhist: Fix build with clang o ports/175017 araujo games/xlife: Update to version 6.5.5 o ports/175016 araujo graphics/evolvotron: Update to version 0.6.2 o ports/175011 araujo multimedia/2mandvd: Update to version 1.8.4 f ports/175008 multimedia audio/gstreamer-plugins-soundtouch C++ compiler error o conf/175006 hrs /etc/rc.d/ip6addrctl exits not 0 when ip6addrctl_verbo o kern/175001 [libc] The current strnstr() function should be named f ports/175000 comms/deforaos-phone upgrade to 0.3.11 f ports/174999 multimedia/deforaos-player patch for respecting PREFIX f ports/174998 deskutils/deforaos-todo patch for respecting PREFIX f ports/174997 print/deforaos-pdfviewer patch for respecting PREFIX f ports/174996 patch for multimedia/xbmc headless mode f ports/174995 audio/deforaos-mixer patch for respecting PREFIX f ports/174994 mail/deforaos-mailer upgrade to 0.1.6 f ports/174993 www/deforaos-surfer patch for respecting PREFIX f ports/174992 editors/deforaos-editor patch for respecting PREFIX f ports/174990 x11/deforaos-locker patch for respecting PREFIX o ports/174989 acm [PATCH] games/sauerbraten: Update to 20130104 o ports/174988 New port: net/tclsoap o ports/174982 New port: print/qpdf Command-line tools for transformi o kern/174978 Routerboard RB433AH has slot 18 and not 17 as base slo o ports/174976 vbox emulators/virtualbox-ose: virtualbox 4.2.6: VNC not wo o ports/174975 vbox Latest emulators/virtualbox-ose-kmod 4.2.6 commit (309 o bin/174974 [patch] bsnmpd(8): bsnmpd SNMPv3 engine discovery is b o ports/174968 vbox emulators/virtualbox-ose: CAM lockup when using more t f ports/174967 Update games/sumwars to 0.5.6 o docs/174966 doc [patch] Bug in chflags(2) man page o ports/174965 obrien [update] shells/bash to 4.2.42 o usb/174963 usb buffalo wli-uc-gn wireless card sometimes unusable and o ports/174960 sysutils/fusefs-ntfs mkntfs fails because of "no block o kern/174959 net [net] [patch] rnh_walktree_from visits spurious nodes o kern/174958 net [net] [patch] rnh_walktree_from makes unreasonable ass o kern/174957 hrs [ip6] IPv6 Node Information Queries use old address fo o ports/174956 security/sguil-client, port update o ports/174954 New port: security/php-openid-ldap, a PHP-based OpenID o ports/174951 [PATCH] games/vamos: added OptionsNG, icon, desktop en o kern/174950 trasz [zfs] delete ZFS ACL have no effect o kern/174949 trasz [zfs] ZFS ACL: rwxp required to mkdir. p should not be o kern/174948 trasz [zfs] owner@ always have ZFS ACL full permissions. Sho o ports/174947 [new port] ftp/php5-dav, php5 webdav module, allowing f ports/174945 swills [PATCH] ports-mgmt/genplist: update to 1.0 o ports/174940 [new port]: misc/valspeak, a filter that converts Engl o ports/174939 audio/timidity++*: fix LDFLAGS o stand/174938 standards Problem statement: iSCSI target failure o conf/174937 [termcap] [patch] vt520's termcap entry lacks sc capab o kern/174933 emulation [linux] if_nameindex fail in linuxulator enviroment o ports/174926 zeising Build fail on devel/binutils o kern/174918 Unknown mount filesystem error messages are confusing o ports/174917 swills p5-XML-Twig and p5-XML-LibXML coexistence problem f ports/174916 crees audio/pianobar - patch to fix TLS issue for Pandora On o ports/174911 [PATCH] cad/leocad: update to 0.79.1, take maintainers o kern/174908 "unsupportable block size 0" after upgrading from 9.0- o bin/174905 [patch] make cron(8) honor rfc821, rfc5321, rfc2076, r o kern/174902 jail [jail] jail should provide validator for jail names o ports/174901 [NEW PORT] cad/ldraw: LDraw parts library o ports/174900 gnome devel/gvfs: process gvfs* take 100% of CPU f ports/174898 graphics/openimageio: pkg: (openimageio-1.1.2) /usr/lo o kern/174897 net [route] Interface routes are broken o ports/174893 maho math/suitesparse: gmake[2]: *** [run] Segmentation fau o docs/174892 doc 5.6.1 of handbook has a small problem o kern/174891 wireless [ieee80211] struct ieee80211_node is freed during acti o ports/174888 kwm [NEW PORT] irc/hexchat: IRC chat program with GTK and o ports/174886 clsung sysutils/fusefs-unionfs: Update to 0.26 o ports/174883 databases/grass: cut: ../dist.amd64-portbld-freebsd10. o ports/174881 crees x11-toolkits/p5-Tk: XFT=1 should be default o kern/174879 cam(4) - installation - cam/scsi cd errors o kern/174877 mountd fails to work inside init_chroot o kern/174876 multimedia [sound] After upgrading to 9-STABLE from 9.0-RELEASE p o ports/174870 [PATCH] cad/qfsm: Changed comment, options, do-install o docs/174868 doc mount(2) doesn't do a good job at describing all possi o ports/174867 irc/unreal: Port Update to UnrealIRCD o ports/174863 [PATCH] cad/xcircuit: update to 3.7.46,1, take maintai o ports/174862 [PATCH] chinese/scim-pinyin: update to 0.5.92, take ma o ports/174861 demon [PATCH] devel/p5-ExtUtils-ParseXS: update to 3.18 f ports/174860 [PATCH] ports-mgmt/porttools, ports-mgmt/portlint: Swi o misc/174859 Installation: /etc/hosts file o kern/174851 net [bxe] [patch] UDP checksum offload is wrong in bxe dri o kern/174850 net [bxe] [patch] bxe driver does not receive multicasts o kern/174849 net [bxe] [patch] bxe driver can hang kernel when reset o kern/174848 [kernel] [patch] ps(1): ps -H option does not work wit o ports/174846 eclipse java/eclipse: libxul 10 does not work for Eclipse SWT o ports/174844 [PATCH] cad/electric-ng: update to 9.03, take maintain o ports/174841 graphics/sane-frontends fails to build o www/174840 www the grammar of 9.1-RELEASE announcements f ports/174836 [PATCH] sysutils/isomd5sum: update to 1.0.7 o usb/174835 usb uaudio fails to create pcm/dsp device file o bin/174831 [PATCH] geli(8) segfaults with the new locked memory l o kern/174828 multimedia [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" i o docs/174827 doc Porter's Handbook: Usage of CONFIGURE_ENV in 6.6 Using o ports/174826 java java/openjdk6: gmake[5]: *** [/usr/ports/java/openjdk6 o ports/174825 java java/openjdk6: fails to build on i386 (64-bit mode not o ports/174823 [MAINTAINER] print/fontforge: update freetype2 version o kern/174822 net [tcp] Page fault in tcp_discardcb under high traffic o ports/174819 games/exult: Update to 1.4.9 o ports/174818 vd [PATCH] ftp/wget 1.14 o bin/174816 [patch] nsupdate(1): nsupdate -l doesn't work when nam o ports/174815 [PATCH] print/cups-base: Fixed 3 fatal errors, icons, o usb/174814 usb [PATCH] support for MiFi 2200 o www/174813 www "9.1-RELEASE Installation Instructions" references "9. f ports/174803 irc/ircd-ratbox package assembly failure WITH_SERVICES o bin/174801 zpool(8)/iostat(8): zpool list and iostat do not displ o ports/174798 audio/soundtracker: request to add system menu item/en o kern/174796 multimedia [emu10kx]: Audigy ZS driver produce strange noises o ports/174795 x11-toolskits/open-motif: Installing open-motif-2.3.4. o ports/174794 [new port]: devel/libpo6 POSIX wrappers for C++ o ports/174793 [new port]: devel/cityhash Family of hash functions o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p o ports/174790 portmgr [bsd.port.mk] [patch] revert part of r303619, CPPFLAGS s ports/174788 www/squid32 fails to build when heimdal 1.5.2 installe o ports/174786 jhale graphics/opencv: /usr/ports/graphics/opencv/work/OpenC f ports/174785 [PATCH] security/libntlm: update to 1.3 o ports/174777 kuriyama security/gnupg: gnupg-2.0.19_3 fails to build o ports/174775 autotools [PATCH] devel/autoconf-wrapper: Fixed make reinstall o ports/174770 lioux graphics/qcomicbook update to version 0.9.0 o ports/174768 xfce x11-wm/xfce4-panel starts in properies edit state o kern/174766 acpi [acpi] Random acpi panic f ports/174764 [patch] upgrade databases/postgis to 1.5.8 (fixes comp o ports/174758 marcus ports-mgmt/portlint: support USE_GCC=yes f ports/174753 change to devel/boost-libs causes adverse effects o ports/174750 [NEW PORT] games/rocksndiamonds-data: Additional Playe o kern/174749 ipfw Unexpected change of default route o ports/174747 [NEW PORT] games/rnd_jue: Colorful Boulderdash'n'Emera o ports/174746 Segmentation fault in security/prelude-lml f ports/174742 mail/mailfront: patch update to mailfront-1.21 o ports/174740 office outdated port editors/libreoffice o ports/174732 security/fwknop Port Update o ports/174729 bdrewery ports-mgmt/portmaster: should check for script running o ports/174728 kde Let textproc/soprano know about different odbc o ports/174727 jgh Upgrade port comms/dfu-programmer to 0.5.5 o ports/174725 x11 graphics/libGL graphics/libGLU graphics/libGLw: disabl o kern/174722 wireless [wlan] can't use channel 12 and 13 (14) with my wifi i o ports/174719 beech [maintainer-update] - sysutils/loganalyzer now needs p o ports/174716 fluffy news/inn daily script cannot found gawk o bin/174715 [patch] calendar(1): define Content-Type / charset whe o bin/174714 gavin [patch] add fat16 support to gpart(8) o ports/174713 ruby Updated lang/jruby to 1.7.1 o docs/174712 issyl0 [handbook] Some cvsup servers for Ukraine seems inacce o bin/174711 [fdc] Floppy drive 5.25" 360Kb bug. p kern/174707 rakuco [ng_ubt] [patch] Add vendor IDs for Broadcom USB dongl o ports/174705 New port: devel/php5-ice o ports/174702 lx [PATCH] devel/libowfat fails to build with clang on CU o usb/174695 usb usb keeps disconnecting mouse or keyboard o ports/174685 office New version of devel/icu crashed a lot of applications o kern/174684 [tws] [patch] 3dm2 (or smartctl) triggers a kernel pan o amd64/174679 amd64 Intel i5 laptop overheats and shuts down [regression] f ports/174678 [PATCH] sysutils/usbhotkey: update to 0.4 o ports/174674 New port: devel/awscli - Universal Command Line Interf o kern/174671 [regression] [camctl] FreeBSD 9.1 needs memory well ab o ports/174669 Is INDEXFILE out of date? o ports/174668 clsung [PATCH] net/rubygem-simple_oauth: update to 0.2.0 o ports/174667 [new port] sysutils/ksysguardd3 (KDE3 ksysguardd) o kern/174661 wireless [wlan] lost alias on wlan interface o ports/174658 beech [MAINTAINER] dns/powerdns-devel: update to 3.2-RC3 o ports/174656 New port: audio/gtmixer Gtk2.0 graphical mixer o ports/174655 japanese/mutt-devel: mutt ja patch new version release o ports/174650 xfce x11-wm/xfce4 crash with exaGetPixmapFirstPixel called o ports/174647 [NEW PORT] net/infinispan: Open source highly scalable f ports/174646 python update www/py-requests to 1.0.3 o bin/174641 jasone [patch] jemalloc enhancement: allow MI request for min o misc/174625 [patch] Numerous typo fixes in comments/strings o ports/174624 sobomax [patch] Improving audio/flite o ports/174622 Update games/minecraft-client to 1.4.6 o ports/174621 Update games/minecraft-server to Version 1.4.6 f ports/174620 ohauer Upgraded Port databases/postgis Adds support for geog f ports/174618 office devel/icu error: in blender, /usr/local/lib/libboost_l o ports/174617 apache [new port] No www/apache24 in the ports tree o ports/174611 benchmarks/netperfmeter port update to version 1.3.0 o ports/174609 net/rsplib port update to version 3.0.1 o ports/174606 dhn [patch] sysutils/fusefs-curlftpfs: for 9.1R o kern/174602 net [gif] [ipsec] traceroute issue on gif tunnel with ipse o conf/174595 rc /etc/rc.d/sysctl : unknown oid 'XXX' [regression] o ports/174592 security/sguil-sensor, port update o ports/174591 security/sguil-server, update port f ports/174590 sysutils/bsdadminscripts : install broken o ports/174589 office devel/icu: clang build of icu-50.1 broken o ports/174587 fluffy graphics/vigra cannot detect clang f ports/174583 devel/libreadline-java: patch for UTF8 support o docs/174581 doc man page of recvmsg(2) does not mention return value 0 o ports/174580 acm databases/firebird25-client upgrade fails after devel/ o ports/174576 bdrewery make index in ports fails with perl not found error o usb/174575 usb Interrupt storm error on startup o ports/174574 office [ERROR] cannot build editors/libreoffice with icu_50 o kern/174573 multimedia [snd_hda] headphones on front panel not working anymor f ports/174571 crees security/sshguard 1.5 does not detect ssh invalid user a ports/174570 bdrewery update security/openssh-portable with new sctp patch o ports/174567 [PATCH]: Fix mxml linking on amd64 f ports/174566 wen [UPDATE] devel/py-RPyC o ports/174561 joerg [patch] upgrade devel/avr-binutils from 2.20.1 to 2.22 o ports/174560 joerg [patch] upgrade devel/avr-gcc from 4.5.1 to 4.6.2 o ports/174559 joerg [patch] add vendor patchset to devel/avr-libc f ports/174553 editors/tea fails to upgrade from 'tea-33.3.0' to 'tea f ports/174552 dinoex net-im/licq port doesn't update from 'licq-base-1.6.1' f ports/174547 [UPDATE]: devel/universalindentgui Update to new relea o ports/174540 www/linkchecker: update to 8.2 o kern/174535 net [tcp] TCP fast retransmit feature works strange o ports/174533 hrs net/openbgpd doesn't reload after config error (previo o ports/174524 x11 [PATCH] devel/gccmakedep o ports/174516 jgh New port: java/glassfish for Glassfish Java EE referen o ports/174513 philip [PATCH] www/py-recaptcha: update to 1.0.6 o ports/174505 scheidell [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-mes o kern/174504 acpi [ACPI] Suspend/resume broken on Lenovo x220 o ports/174493 gnome Fix sysutils/gnome-system-tools compliing with clang o ports/174492 gnome Fix devel/glibmm compliing with clang a bin/174489 markj cp(1): 'cp -a -n' fails when 'over-writing' a broken s f ports/174487 mail/notmuch fails to build during portupgrade o ports/174485 sunpoet I have upgraded audio/icecast2 to 2.3.3 o ports/174482 [PATCH]: x11/slim Fix PAM error handling o ports/174476 scheidell [patch] mail/p5-Mail-SpamAssassin: no need to use PERL o bin/174475 sysinstall bsdinstall(8): should remember user input o bin/174473 sysinstall bsdinstall(8): cannot handle some or all partitions ot o bin/174472 sysinstall bsdinstall(8) partition editor is annoying to use when o bin/174471 sysinstall bsdinstall(8): does not newfs and cannot mount any non o bin/174470 sysinstall sysinstall(8): should be fixed to work with bsdinstall o usb/174464 usb clone MAC address(es) on usb networks cdce(4) && ue[0- o arm/174461 arm [patch] Fix off-by-one in arm9/arm10 cache maintenance f ports/174457 [update] www/luakit to 2012.09.13-r1 o ports/174446 x11 [patch] fix hang on startup in x11-drivers/xf86-video- o kern/174441 Enable detection of Synaptics touchpad for firmware >= o kern/174440 [patch][syscons] panic: mutex Giant not owned at kern/ o kern/174436 jail [jail] Jails with numbers as names don't work o ports/174435 portmgr Port options are often insufficiently detailed due to o ports/174434 gnome multimedia/cheese: fix build with clang o docs/174433 doc man setfacl is not correct o ports/174430 gnome sysutils/gnome-system-tools: fix build with clang o ports/174429 office [patch] add depends to editors/openoffice-3 o ports/174423 osa [PATCH] www/nginx: Add module o misc/174422 usr/src/sys/conf/newvers.sh, SYSDIR set to wrong direc o ports/174412 tj [PATCH] devel/buildbot-slave: update to 0.8.7p1, switc p amd64/174409 avg stopping during resume caused by io_apic.c change(r243 o misc/174407 [build] make buildkernel for ARM should inform about a o misc/174405 [build] make installkernel shouldn't check for existen o misc/174403 Error adding packages - iso - i386 o misc/174391 Last database update: 2012-11-11 10:45:48 UTC o amd64/174388 amd64 9.1-RELEASE build world problem with yyparser. o ports/174383 rm net-p2p/deluge compiled without-gtk consistently crash o kern/174372 fs [zfs] Pagefault appears to be related to ZFS o ports/174368 New port: lang/nimrod The Nimrod programming language. o ports/174367 mm graphics/pecl-imagick: Build broken due to dependency o ports/174360 perl [new port] net/p5-Net-Works o ports/174343 araujo sysutils/salt-cloud - maintainer update o ports/174342 jgh [NEW PORT] irc/shirk: Modular IRC bot based on the Twi o ports/174338 multimedia [patch] multimedia/mkvtoolnix: update to 5.9.0 o kern/174315 fs [zfs] chflags uchg not supported o kern/174310 fs [zfs] root point mounting broken on CURRENT with multi o ports/174308 [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile o ports/174306 [maintainer] news/nzbget: update to 9.0 f ports/174303 [PATCH] Update devel/libgta to version 1.0.4 o ports/174302 uqs games/hangman and games/bsdgames both install "hangman o ports/174291 bapt [pkgng] fails to properly register manpages for pkg-re o ports/174290 swills [patch] emulators/open-vm-tools: fix compilation after o ports/174289 net/ssvnc build fails - configure: error: /usr/bin/cpp o ports/174288 mm www/squidclamav: A squidclamav.so is not made and a lo o ports/174287 multimedia multimedia/gstreamer-plugins-good fails to compile wit o kern/174283 wireless [net80211] panics in ieee80211_ff_age() and ieee80211_ o ports/174280 skv lang/perl5.16 make install fails on pkgng database fil o kern/174279 fs [ufs] UFS2-SU+J journal and filesystem corruption p kern/174278 linuxulator: syscall pipe2 not implemented o kern/174277 [ata] [patch] ata_attach() panic's on disabled disk o kern/174276 wireless [ath] if_ath memory modified after free o kern/174273 wireless [net80211] taking down a net80211 node with active fas o kern/174272 [libc] Segmentation Fault calling stat() from an appli o ports/174263 swills New port: net/chrony - System Clock Synchronization Cl o usb/174254 usb MIDI keyboard not recognised f ports/174246 [PATCH] audio/libdssialsacompat: Fixed download o ports/174245 mm net/relayd Segfault on reload when checking https f ports/174242 python Update to databases/py-odbc o bin/174240 bin/clang i386 generates incorrect code for ports/deve o kern/174238 FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues f ports/174237 databases/php5-redis - zAdd does not set the correct s o kern/174236 [modules] "kldunload ipdivert" corrupts kernel o ports/174235 office editors/libreoffice outdated s ports/174232 itetcu Error message after updating some Perl modules with ne o docs/174226 eadler [patch] faq: lock-order-reversal o conf/174225 [network.subr] [patch] add support for ipv6_addrs_IF s o bin/174214 [ofed] [patch] OFED userspace fails to build with clan o kern/174213 [fed] OFED sysfs/sysctl compat does not handle show/se o ports/174212 office editors/libreoffice: ERROR: error 65280 occurred while o ports/174208 cs New port: net-im/jitsi Open source IM and VoIP applica o ports/174204 araujo lang/bigloo: Update to version 3.9a f ports/174185 araujo audio/autozen: Update MASTER_SITES f ports/174176 araujo audio/timidity++: Update to version 2.14.0 o ports/174154 timur net/samba4-devel have very old version 4.0.0alpha11, c f ports/174153 emulators/fceux: update to 2.2.0 f ports/174149 net-mgmt/nfdump configure fails o misc/174132 There is no usefull information in core.txt files o ports/174131 net/citrix_ica: Update port to 12.0.0.189834 f ports/174129 [Maintainer-Update] print/cups-bjnp to latest f ports/174118 graphics/pecl-gmagick o kern/174104 emaste [jail] security.jail.param does not reflect actual jai o ports/174103 swills [NEW PORT] lang/ruby20: An object-oriented interpreted o ports/174099 [PATCH] misc/wmweather+: update to 2.13, take maintain o ports/174096 gecko mail/thunderbird 17 and 16 crashes when try write a ne o ports/174093 games/odamex: update to 0.6.1 o ports/174092 sunpoet [UPDATE]: devel/p5-Glib-Object-Introspection Update to o kern/174087 andre [tcp] Problems with ephemeral port selection o ports/174085 zi net/vmware-vsphere-cli, will not work after upgrade fr o bin/174073 [patch] style(9) fixes for xargs(1) o bin/174072 smh [patch] mptutil(8): capture cam related errors o conf/174071 [build] [patch] optimize SUBDIR_OVERRIDE in Makefile.i o conf/174070 re [build] [patch] Allow RELEASE_TARGETS to be user defin o ports/174069 [PATCH] misc/explosions: OptionsNG, added categories, o kern/174060 fs [ext2fs] Ext2FS system crashes (buffer overflow?) o ports/174057 [PATCH] misc/cmatrix: OptionsNG, added license, mtx.pc o ports/174056 farrokhi I have upgraded sysutils/istatd to 0.5.8 o ports/174055 Default Linux ALSA configuration update request o conf/174054 [periodic.subr] [patch] enhance periodic to work simil o conf/174052 [build] [patch] libssh should not depend upon gssapi l o conf/174051 [build] [patch] Make tcsh compilation optional at top- o conf/174050 [bsd.own.mk] [patch] move MK_CLANG_EXTRAS line further o kern/174048 [modules] [patch] Fix inconsistent ixgbe(4) KLD name o bin/174046 sysinstall [patch] bsdinstall(8): add missing DPADD definitions o kern/174033 hrs [patch] prune unused net.inet6 sysctls o kern/174032 hrs [patch] better document netinet6 sysctls and formattin o bin/174028 [patch] Fix some warnings with fsck_ffs(8) o bin/174025 tar doesn't properly handle keyword "ago" in dates o ports/174022 [PATCH] games/gnurobots: Added OptionsNG, license, des f ports/174021 Port sysutils/coreutils won't build when NLS is disabl o ports/174020 pgsql initdb will not run on a mounted FS with a snapshot di f ports/174018 Can't disable security/sshguard -b option o ports/174017 acm emulators/snes9x: Update to 1.53 o ports/174015 [PATCH] finance/venice: update to 0.751beta, take main p bin/174011 pfg [patch] crunchide(1): support non-custom elf object la o ports/174007 delphij [new port] databases/mdb: Add MDB database library to o ports/173998 textproc/xalan-c from version 1.10 to 1.11 o ports/173996 net-mgmt/p5-Cflow: add support for net-mgmt/flow-tools o java/173981 java Vuze and Java Errors o bin/173977 mjg pw(8) does not do range-checking on UIDs/GUIs from use o bin/173973 rpaulo [patch] 'not function' for user display for top(1) o docs/173971 gabor fdp-primer quick start section makes reference to 'mak o conf/173969 sendd does not work o ports/173965 office editors/libreoffice pkg_add error o ports/173953 New port: net/u6rd User-space 6rd (RFC 5569) implement o ports/173945 office Update textproc/it-hyphen to version 2012.04.03 o ports/173943 office Update textproc/it-hunspell to version 2012.04.03 o ports/173937 gecko mail/thunderbird core dumps when using enigmail to gen o kern/173932 [patch] Fix compilation errors when -Werror specified o conf/173929 [patch] [mergemaster] allow relative paths for SRCDIR o ports/173928 autotools devel/autoconf fails to build o ports/173925 vbox emulators/virtualbox-ose-additions 4.1.22 VBoxService o bin/173924 [patch] import upstream nvi -Wshadow O_DIRECTORY fix o ports/173920 skv lang/perl5.16 chokes when building GDBM o kern/173917 wireless [iwn] wpa-supplicant issues on iwn o conf/173915 Mergemaster painfull due to old ident tags o misc/173914 [build] share/mk/bsd.compiler.mk does not know ccache f ports/173912 crees editors/pdfedit: /usr/local/bin/ar: invalid option -- o ports/173910 [PATCH] games/robocode: update to 1.7.4.4, take mainta f ports/173904 swills sysutils/fusefs-kmod build failed with clang'ed 10.0-c o kern/173898 wireless [iwn] [patch] iwn(4) DOES support 6235 chip. o kern/173896 Kernel does not boot if splash loaded and hint.sc.0.ve o ports/173895 multimedia [PATCH] unbreak multimedia/linux-realplayer o ports/173892 portmgr Mk/bsd.port.mk: make COPYTREE_SHARE handle symbolic li o ports/173891 multimedia Living MASTER_SITES for multimedia/linux-realplayer o ports/173889 flo New Port: www/kannel-sqlbox SQL interface for Kannel o ports/173888 [NEW PORT] games/sudoku-sensei: Enjoy playing with Sud o kern/173883 wireless [ath] ath0: unable to attach - pci issue? o ports/173882 [PATCH] games/xsc: Changed Comment, added Deskop entri o ports/173881 [NEW PORT] games/vodovod: Cross-platform pipe connecti o ports/173880 [PATCH] games/pipenightdreams: Added Portdoss, Desktop o ports/173876 wxs [PATCH] games/gtkballs: Added License, OptionsNG, Desk o ports/173875 [PATCH] games/cuyo: update to 2.0.0,1, Added License, o ports/173873 wxs [PATCH] games/barrage: Added license, OptionsNG, Portd o kern/173871 process of 'ifconfig gif0 create hangs' when if_gif_lo o amd64/173869 amd64 buildworld breaks with clang o kern/173866 SD card reader malfunction (false card locked reported o ports/173863 acm A lot operapluginwrapper processes o misc/173859 Low throughput on intercontinental connections f ports/173858 sysutils/bsdadminscripts installs pkg_libchk that does f ports/173854 sem net/quagga-re port zebra Abort trap: 6 o misc/173850 System crash o ports/173847 glewis [patch] java/openjdk7: force filesystemprovider to bsd o kern/173840 snd_hda(4) volume mixer not working anymore o kern/173830 fs [zfs] Brain-dead simple change to ZFS error descriptio o ports/173826 makc New Port: print/hplip-plugin o ports/173822 wen [PATCH] astro/py-RO optionsng o ports/173798 acm [PATCH] audio/hawkvoice optionsng o ports/173794 acm [PATCH] archivers/fpc-unzip optionsng o ports/173793 acm [PATCH] audio/fpc-oggvorbis optionsng o ports/173792 acm [PATCH] audio/fpc-sndfile optionsng o ports/173791 acm [PATCH] audio/fpc-openal optionsng f ports/173790 mi [PATCH] audio/festival optionsng o ports/173787 acm [PATCH] audio/fpc-modplug optionsng o ports/173786 acm [PATCH] audio/fpc-mad optionsng o ports/173785 acm [PATCH] audio/fpc-a52 optionsng o ports/173773 sem [PATCH] dns/unbound: Security fix: avoid storing PID f o ports/173771 kde CONFLICTS_BUILD for deskutils/superkaramba o ports/173770 kde Correct CONFLICTS_BUILD for editors/calligra f ports/173767 bf lang/tcl85 conflicts with x11-toolkits/open-motif o ports/173751 [PATCH] multimedia/gxmms update to 0.3.0 o ports/173750 [PATCH] multimedia/motion fix bktr o bin/173744 hrs [PATCH] rtsold usage message contains non-sensical -a o ports/173743 Fix build problem for mplayer/mencoder when DEBUG opti o ports/173741 multimedia multimedia/dirac fails to compile with clang o ports/173740 mm [PATCH] devel/libevent2: OPTIONSNG & trim Makefile hea o ports/173731 portmgr [bsd.port.mk] Doesn't clean dependency directory if no o ports/173730 dhn [PATCH] Added rc.d script for net/vnstat port o ports/173729 pgsql databases/postgresql92-server is confused by PREFIX o bin/173728 [patch] add set baud rate support to telnet(1) f ports/173726 [patch] games/stonesoup o bin/173725 cperciva portsnap(8) - fix entry validation o kern/173724 [kernel] SYSV semaphore adjustment incorrect for SETVA o kern/173723 Add file descriptor information to process core dumps o usb/173722 usb XHCI driver bug after suspend to ram (ACPI S3 mode) o kern/173718 fs [zfs] phantom directory in zraid2 pool o kern/173711 wireless [ath] powerd kills ath on the Asus EeePC 1005HA o docs/173710 doc Added section "MTP storage" to handbook o docs/173703 doc Documentation refers a port that do not exists o ports/173698 perl www/p5-FCGI-Spawn update to v0.16.2 o ports/173697 miwi [PATCH] ports/mail/archivemail: install manpage o ports/173690 office editors/openoffice-3 upgrade leaves symlink pointing t o misc/173689 /dev/tty missing from /dev o amd64/173680 amd64 9.1rc3 installer hangs at "rootpass" p bin/173673 gabor BSD fgrep cannot handle multiple patterns specified as o ports/173672 vbox emulators/virtualbox-ose: VirtualBox and bridge proble o ports/173669 swills textproc/augeas: shellvars can't parse loader.conf o docs/173664 doc csup(1) manpage refers to "runsocks", which was part o o kern/173659 pf [pf] PF fatal trap on 9.1 (taskq fatal trap on pf_test f kern/173657 fs [nfs] strange UID map with nfsuserd f ports/173643 scheidell [UPDATE] databases/php5-redis to 2.2.2 o bin/173642 sh(1): ``here-document'' does not works in FreeBSD 9 / f ports/173638 net-mgmt/nagios_plugins [PATCH] Revised check_ircd.pl f ports/173624 net/quagga bgpd man page missing option "--no_kernel" o ports/173620 portmgr [bsd.port.mk] Recovery of the functionality of CONFLIC o arm/173617 arm Dreamplug exhibits eSATA file corruption using network o usb/173616 usb LG USB DVD-RW USB STALL o ports/173615 textproc/db2latex 0.8p1_1 has bad xls [patch] o conf/173614 [patch] /etc/periodic/daily/404.status.zfs wrong f ports/173612 mi [patch] graphics/libfpx o ports/173606 portmgr [exp-run] devel/bison: update to 2.6.5 o ports/173603 java java/icedtea-web starts javaws incorrectly o java/173592 java java/openjdk6 fails on FreeBSD_9_1_RC2 f ports/173590 wen New ports: textproc/fcitx-m17n and vietnamese/fcitx-un o bin/173589 [PATCH] usr.sbin/pkg_install/add o docs/173585 doc SEE ALSO in pcap(3) references nonexistent pfconfig(8) o kern/173584 np [PATCH] [cxgbe] Add hw.cxgbe.force_firmware_install tu o ports/173583 chromium www/chromium reproducibly crashes when trying do downl o ports/173581 new port submission, security/sagan o ports/173577 gnome devel/devhelp doesn't recognize GTK+ reference documen f ports/173575 office Fix devel/boost-python-libs with python-3.2 f ports/173570 gerald lang/gcc46: .././../gcc-4.6-20121102/gcc/rtl.h:2105:31 o ports/173567 [NEW PORT] www/download-gemist o ports/173565 bdrewery ports-mgmt/portupgrade stops due to incorrect dependen o ports/173559 "portmaster math/lp_solve" fails when run from normal o ports/173558 conflicting hdf5 when first installing graphics/openim o misc/173550 panic: Double fault o ports/173546 sunpoet [UPDATE] www/p5-Router-Simple to 0.13 f ports/173543 net/ucarp / vlan interfaces o ports/173542 [PATCH] graphics/fracplanet: take maintainership, Make o kern/173541 load average 0.60 at 100% idle o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY f ports/173538 scheidell Build of databases/mongodb 2.2.0 failed without spider o ports/173534 [NEW PORT] games/wizznic: Implementation of the arcade o ports/173533 mav net/mpd5 PPTP server race condition with some clients o ports/173526 zeising x11/xscreensaver rapidly fills Xorg.0.log with (II) li o ports/173524 acm [UPDATE] x11-toolkits/irrlicht to v1.8 o kern/173521 remove useless assign in ip6_hopopts_input f ports/173517 comms/spandsp-devel lacks build dependency for xsltpro o kern/173516 [cxgbe] Doesn't detect link-up after driver is first l o ports/173515 bapt ports-mgmt/pkg "query" fails to return 1 if a package o ports/173505 java/java3d does not compile o amd64/173502 amd64 Patch inhibition of warnings that appear in the combin o kern/173499 [panic] Reboot at setting of videomode by the utility o ports/173492 x11 x11/xorg: X --configure dies when using 2 video cards f ports/173490 www/squid32 - missing kerberos helper f ports/173489 [PATCH] databases/mysqltuner: [SUMMARIZE CHANGES] o ports/173488 perl Cannot upgrade textproc/p5-XML-Twig o bin/173484 gnn [feature request] [dtrace] the current implementation o misc/173483 imp [nanobsd] [patch] NanoBSD initialises /cfg incorrectly o misc/173482 imp [nanobsd] [patch] NanoBSD images should be created spa o kern/173478 andre [netinet] [patch] icmp forward bandwithlimit o kern/173477 [kernel] [patch] mpath bugfixes o ports/173476 obrien [PATCH] editors/vim: fails to build under devel/libsys o kern/173475 net [tun] tun(4) stays opened by PID after process is term o conf/173471 [patch] can't set sysctls from /etc/sysctl.conf for OI o bin/173469 jail [jail] regression: security.jail.sysvipc_allowed=1 no o kern/173468 mav [ata] lost WDC hard drive on ICH5 after upgrade [regre o amd64/173465 amd64 FreeBSD 9.1 restarts in random fashion after upgrade t o ports/173464 [PATCH] emulators/linux-pete-mesagpu: update to 1.77, o ports/173463 [PATCH] emulators/linux-peops-softgpu: update to 1.18, o ports/173462 [PATCH] emulators/linux-pete-xgl2gpu: update to 2.9, t o ports/173457 [NEW PORT] games/edgar: 2D platform game with a persis o ports/173456 makc [MAINTAINER] games/bombherman: Makefile changed, added o kern/173455 no boot cd o bin/173454 [patch] service(8) does not respect /etc/rc.conf.d/nam o ports/173453 bf graphics/ocaml-images Update to 4.0.1 o ports/173451 lioux graphics/gexiv2: version 0.4.1 fails to build, patch-e o docs/173448 doc [patch] ftw.3 manual page example addition o ports/173447 lippe devel/st makefile is missing a file f ports/173446 lang/polyml: segfaults on startup on amd64 o kern/173444 andre [socket] [patch] IPV6_USE_MIN_MTU and TCP is broken o ports/173438 lang/tuareg-mode.el f ports/173437 japanese/ddskk installation fails o ports/173436 [MAINTAINER] games/mopesnake: Makefile changed, added o kern/173435 Atapi cdrom boot delay o ports/173431 [MAINTAINER] games/madbomber: Makefile changed, added o ports/173427 [MAINTAINER] games/iceicepenguin: Makefile changed, ad o stand/173421 standards [libc] [patch] strptime() accepts formats that should p bin/173418 jilles /bin/sh - Alias breaks if set twice. o kern/173414 ACPI battery time incorrect f ports/173412 failed to install lang/gnat-aux o docs/173410 [patch] sh(1) include PS1 expansions in man page o kern/173408 ACPI Regression: battery does not update often o ports/173407 obrien editors/vim port fails to build on 9-stable o ports/173406 x11 [PATCH] Update x11-drivers/xorg-drivers to use options o ports/173404 portmgr perl-after-upgrade script does not recognize ports-mgm o ports/173402 [MAINTAINER] emulators/swine: Normal download from Git o ports/173397 [MAINTAINER] games/defendguin: Makefile changed, added o ports/173393 xfce x11-wm/xfce4 window manager broken o bin/173389 calendar displays wrong date for election day o ports/173387 danfe [new port] biology/ugene o ports/173385 miwi [www/pecl-http] Missing libevent dependency o ports/173384 ruby New port: devel/rubygem-glib2 a ports/173383 tota [UPDATE] misc/rabbit: update to 2.0.5 o ports/173382 ruby New port: graphics/rubygem-gdk_pixbuf2 o ports/173381 ruby New port: textproc/rubygem-rttool o ports/173380 ruby New port: textproc/rubygem-hikidoc o ports/173379 ruby New port: accessibility/rubygem-atk o ports/173378 ruby New port: x11-toolkits/rubygem-gtk2 o ports/173377 ruby New port: x11-toolkits/rubygem-pango o ports/173376 ruby New port: x11-toolkits/rubygem-poppler o ports/173375 ruby New port: textproc/rubygem-rdtool o ports/173374 ruby New port: graphics/rubygem-rsvg2 o ports/173373 ruby New port: graphics/rubygem-cairo o ports/173371 perl New port: www/p5-CGI-Struct Build data structures fro f ports/173369 math/gnuplot+: avoid conflicts with math/gnuplot o ports/173368 [PATCH] games/glmaze: OptionsNG, changed Makefile, add o ports/173364 bf lang/ocaml Update to 4.00.1 o kern/173363 fs [zfs] [panic] Panic on 'zpool replace' on readonly poo f ports/173362 devel/ocaml-calendar Update to 2.03.2 f ports/173358 scheidell [UPDATE] databases/mongodb o ports/173356 [MAINTAINER] games/blockrage: Changed Makefile, added o ports/173355 [MAINTAINER] games/black-box: Makefile changed, added o ports/173354 [MAINTAINER] games/barbie_seahorse_adventures: Makefil o kern/173353 "options VESA" cause the kernel to freeze on 9.1-PRERE o ports/173352 [PATCH] games/gtkatlantic: OptionsNG, changed Makefile o ports/173351 [PATCH] games/4stattack: OptionsNG, Makefile simplifie o ports/173350 [PATCH] games/ppracer: OptionsNG, Makefile changed, ta o ports/173349 makc [MAINTAINER] games/asteroids3d: Changed Makefile, adde o ports/173347 [MAINTAINER] games/BillardGL: Changed Makefile, added o ports/173346 [MAINTAINER] games/netwalk: Changed Makefile, added De o ports/173345 [MAINTAINER] games/nelly: Changed Makefile, nelly.in, o kern/173342 wireless PS-Poll isn't working o ports/173340 olivierd [patch] x11-wm/xfce4: add optional dependency to xfce4 o kern/173337 clang kernel cross-builds ignore CPUTYPE?= and always o kern/173336 wireless [ath] Atheros card improper device poweroff handling o o ports/173335 [PATCH] games/xarchon: OptionsNG, changed Makefile, pk p bin/173332 ian [patch] watchdogd wires over 10MB of memory after r239 o misc/173329 amd64 iso images of FreeBDS 9.0 and 9.1 are in wrong d o misc/173323 mail/cvsmail, mail/mailutils distfiles overwrite each o kern/173322 [patch] Inline atomic operations in modules o docs/173321 doc ports(7) man page -- no info on building with debuggin o ports/173319 mm multimedia/ffmpeg - install with debug info crashes & o ports/173318 portmgr bsd.port.mk assumes UID_FILES has 10 columns o ports/173317 portmgr ports-mgmt/pkg doesn't work well with a proxy cache + o ports/173316 bapt ports-mgmt/pkg install gives misleading error when a p o ports/173315 bapt ports-mgmt/pkg install sometimes fails when it uses wr o ports/173314 [PATCH] graphics/comix: OptionsNG, changed Makefile, p o amd64/173311 amd64 FreeBSD 9.1 RC2 , 12 servers restart in random fashion o kern/173309 andre [tcp] TCP connections often prematurely closed by the o bin/173308 [patch] Support "make universe" with read-only src tre o ports/173304 x11 x11/libxcb breaks other applications runtine/build o bin/173301 sysinstall [patch] bsdinstall(8): default to SU instead of SU+J o ports/173299 linimon [exp-run] test bmake conversion o bin/173298 Splitted pool is not expandable o ports/173282 New port: security/keepassx2 Cross Platform Password M o kern/173278 kern_getfsstat incorrectly assumes that flags is a bit o kern/173276 phantom load and slow disk IO after "make validate" in o ports/173271 [MAINTAINER] games/kye: Fixed distfiles for Distilator f ports/173266 mi graphics/libfpx: /usr/include/c++/v1/cwchar:165:106: e o ports/173260 glewis java/openjdk7: Directory jre/lib/applet is missed in t o ports/173253 [bsd.sites.mk] Fix some broken links o kern/173251 mav [ata] ACHI/ATA_CAM doesn't find any SATA Disk on ICH7 o ports/173241 devel/pmd fails to install o ports/173240 olgeni sysutils/fusefs-encfs 1.7.4_1 segfaults with the lates o ports/173237 skv [PATCH] www/htmlcompressor: update to 1.5.3 o amd64/173235 amd64 Have received two crashes within 1 day after installin o kern/173234 smh [zfs] [patch] Allow filtering of properties on zfs rec f ports/173230 sysutils/parallel 20121022 complains about defined(@ar o ports/173210 java java/openjdk6 - use better src placement o misc/173204 Last Ports database update: 2012-10-20 16:13:05 UTC o docs/173202 doc [patch] ACPICONF(8) does not have -k option documented o kern/173201 net [ixgbe] [patch] Missing / broken ixgbe sysctl's and tu o ports/173194 [new port] java/eclipse-birt: BIRT plugin for Eclipse f ports/173191 lang/squeak: invalid dependency. o ports/173188 [PATCH] games/wordplay: Makefile changed, OptionsNG, t o ports/173184 [PATCH] games/abe: Makefile changed, removed pkg-plist o usb/173182 usb usbus appears as a network device o bin/173180 freebsd-update(8) wipes system files (file size is zer o ports/173179 [PATCH] games/aop: Makefile changed, OptionsNG, take m o ports/173176 [PATCH] games/lmarbles: Makefile changed, OptionsNG, t o bin/173153 rc [rc.d] [patch] $netwait_ip should be more parallel o bin/173144 vidcontrol(1) options parsing problem o ports/173141 python New port: security/py-python-registry o kern/173137 net [em] em(4) unable to run at gigabit with 9.1-RC2 o kern/173136 fs [unionfs] mounting above the NFS read-only share panic o bin/173133 moused sometimes fails to reinitialise after suspend o ports/173119 clsung [PATCH] www/trac: update to 0.12.4 o bin/173118 smh Add EDNS Client Subnet support to BIND dig (patch incl o kern/173115 smh Teach ZFS about geom stripe size so zpools are created o bin/173114 smh Add Linux socket call decoding to truss (patch include p kern/173113 smh Add descriptions to ZFS TRIM sysctls (patch included) o ports/173112 [update] multimedia/qmmp support 4 ports of ffmpeg o ports/173097 cy [patch] editors/xmlcopyeditor XML parser option o stand/173087 standards pax(1) does not support the pax interchange format o ports/173079 [NEW PORT] databases/pyspatialite Python interface to o conf/173077 BIND slaves root and arpa zones on wrong servers o docs/173069 bcr Typo in geli(8) manpage o misc/173055 Can not install latest kernel o bin/173041 [patch] mailx(1) can be fooled to join messages o ports/173038 swills [patch] emulators/open-vm-tools: fix signage bugs with o ports/173034 update to security/kpcli v. 1.5, .kdbx support added o misc/173031 [build] [patch] pass through install as INSTALL when b o kern/173030 [atf] [patch] emulators/open-vm-tools: fix clang compi o ports/173021 jgh [NEW PORT] www/jetspeed2: Open Source Portal, written o docs/173013 doc FreeBSD Boot Menu documentation lacks detail o bin/173005 bapt [patch] pw(8) - 'pw usermod' causes Segmentation fault p kern/173004 glebius [netinet] [patch] Incorrect IP checksums when forwardi o kern/173002 net [patch] data type size problem in if_spppsubr.c o kern/172985 net [patch] [ip6] lltable leak when adding and removing IP o ports/172983 timur Upgrade from net/samba36 3.6.7 to 3.6.8 kills AD membe o ports/172982 [UPDATE] audio/linnya: update to 2.3.0 o ports/172981 [NEW PORT] devel/allegro-devel5: Cross-platform librar o docs/172980 Typo in deshallify.sh o kern/172977 [aic7xx] [patch] aic7xxx: Mark stop() function as nore f ports/172975 edwin [patch] misc/zoneinfo: correct description o kern/172968 embedded [arge] probe/attach occasionally fails to find a PHY o ports/172967 [restore port] www/asterisk-gui for asterisk 1.6 to as o bin/172965 pw useradd does not allow -g "" o ports/172964 portmgr [bsd.port.mk] USE_GITHUB feature not fully implemented o kern/172963 [patch] [panic] Kernel panic in udp_input() o java/172962 java Sig11 while compiling OpenJDK6-b26 using clang o conf/172957 pc-sysinstall can not handle disk layouts that have a o kern/172955 wireless [ath] 11n does not work in adhoc mode o ports/172951 gavin [PATCH] irc/tircd: update to 0.21.2 o ports/172950 [PATCH] irc/psybnc update to 2.4-BETA1 o ports/172948 doceng print/ghostscript9 fails to compile with some options o misc/172946 x86 missing in src/etc/mtree/BSD.include.dist o conf/172945 [mtree] [patch] de_AT.ISO_8859-15 missing from src/etc o ports/172944 [NEW PORT] games/oneisenough: Economic development in o kern/172942 Unmounting a smb mount when the server became unavaila o usb/172937 usb FreeBSD 9.1-RC2 usb3 port disconnects o misc/172936 can not build latest 9-stable o ports/172934 [PATCH] games/whichwayisup: Makefile changed, OptionsN o kern/172931 Suspen/resume blocks USB mouse o docs/172927 doc ipfw manual page doesn't show simpliest NAT case o amd64/172926 amd64 [boot] booting hangs after 9.1-RC2 install in 2nd (MBR o ports/172925 doceng print/ghostscript9 9.06_1 build fails o kern/172921 O_CLOEXEC support for libdb / dbopen o kern/172918 PCI(4) - ACPI errors at suspend/resume o ports/172917 textproc/syck: LuaYAML-Testcases test-suite for lua ex o bin/172914 mail(1): SEGV with bad globbed file argument o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi o ports/172911 eadler I have fixed the misc/getopt port so that it successfu o bin/172905 sysinstall bsdinstall(8): Old mirroselect file in bdsinstall o ports/172898 nivit [PATCH] databases/py-sqlalchemy: update to 0.7.9 + mor o kern/172895 net [ixgb] [ixgbe] do not properly determine link-state o kern/172894 bapt Out-of-tree kernel module compilation with GNU xargs i o kern/172893 Ati Radeon with Xorg and DRI activated freezes the Mac o ports/172892 jpaetzel Wrong/Missing CONFLICTS in net/openistgt o bin/172888 pf [patch] authpf(8) feature enhancement o ports/172887 [PATCH] games/nuclearchess: Makefile changed, OptionsN o ports/172885 New port: misc/fbless text-mode fb2 books reader o bin/172882 cperciva bsdiff(1)/bspatch(1) need version information for sync o kern/172880 lldp (openlldp) triggers failures when the system has o misc/172873 [build] WITH_CTF=1 in /etc/src.conf makes make buildwo o ports/172871 sunpoet sysutils/freeipmi 1.1.7: segmentation fault ipmi-senso o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home) o docs/172868 doc [PATCH] fix header.ent change Introduction -> For newb p bin/172865 markj bsdgrep(1) segfaults upon empty patterns and case-inse p kern/172864 ambrisko [mfi] mfip does not notice new drives o ports/172863 [NEW PORT] net/pjsip: Multimedia communication library o bin/172862 sed improperly deals with escape chars o amd64/172854 jimharris 9.0R doesn't recognize HDD on intel C602 chipset o misc/172849 Missing fstab in rootfs leads to problems o bin/172847 sysinstall bsdinstall(8): missing boot loader location selection o bin/172846 sysinstall bsdinstall(8) - setting hostname o kern/172841 ZFS NFS exports => 1024 byte NIS-limits for netgroups o kern/172840 memory overwrite if configure more than 128 multicast f ports/172837 lang/swi-pl compiles with databases/libiodbc o ports/172811 bf tcl86 conflicts with open-motif o ports/172810 scheidell [MAINTAINER UPDATE] devel/node-thrift o ports/172809 scheidell [MAINTAINER UPDATE] devel/rubygem-thrift f ports/172808 scheidell [UPDATE] devel/php5-thrift o ports/172807 scheidell [MAINTAINER UPDATE] devel/fb303 o ports/172806 scheidell [MAINTAINER UPDATE] devel/thrift o stand/172805 standards Fix catopen(3)'s EINVAL usage and document EFTYPE o ports/172803 sunpoet [patch] sysutils/py-psutil: get_virtual_mem() fails wi o ports/172802 sunpoet [patch] sysutils/py-psutil: get_swap_mem() returns gar o bin/172801 /usr/libexec/locate.updatedb (and therefore locate(1)) f ports/172800 [PATCH] fix build/install for audio/hydrogen o conf/172787 rc [rc.conf] FreeBSD 9.x broken alias syntax on vlan inte o kern/172782 mbuf(9) needs update for IPv6 csum offload o ports/172780 New port: net/afpfs-ng an Apple Filing Protocol client o ports/172777 New port: net/libnfs a client library for accessing NF o ports/172775 New port: audio/libshairport a library for Airport Ext f ports/172750 graphics/luminance does not compile if graphics/libraw o ports/172745 x11 x11/sessreg does not compile in 9.1-PRERELEASE #23 o misc/172744 Where is ttyslot() (3) in FreeBSD 9.1? o docs/172743 doc IPv6 handbooks lacks info about accepting router adver o bin/172742 acpidump(8): confused about Method (_CRT, 0, Serialize o ports/172741 portmgr [bsd.port.mk] check-build-conflicts checks too early f o misc/172736 http://www.freebsd.org/security/advisories/FreeBSD-SA- o ports/172735 clsung [UPDATE] devel/glog to 0.3.2 o ports/172733 jhale [new port] x11-themes/kde4-style-oxyen-transparent o ports/172728 portmgr ports-mgmt/pkg is not gcc47 compatible (-Qunused-argum o ports/172725 araujo japanese/skk-tools: Fix build with clang o ports/172716 emulators/tpm-emulator: Update to version 0.7.4 f ports/172713 ports-mgmt/portbuilder hangs building x11/xorg on i386 f bin/172711 linimon buildworld failed 'Undefined symbol "_ThreadRuneLocale o kern/172706 wireless [wpi] wpi0 fails to load firmware when using country o ports/172696 [new port][patch] databases/mysq56 o ports/172688 audio/gmpc 11.8.16: playback buttons don't have icons o ports/172685 skv textproc/p5-LaTeX-Encode needs dependency on devel/p5- o kern/172683 net [ip6] Duplicate IPv6 Link Local Addresses o ports/172682 bf devel/ftnchek fails to specify containing group o bin/172677 bsdgrep without gnu regex library causes buildworld fa o kern/172675 net [netinet] [patch] sysctl_tcp_hc_list (net.inet.tcp.hos o kern/172672 wireless [ubt] Bluetooth device recognised but not working o kern/172661 wireless hostapd(8) securing wireless adapter in HostAP mode is o ports/172660 wen [patch] science/libkml: Build error when swig is insta o kern/172653 "gptboot: Invalid GPT backup header" message received o ports/172651 bdrewery ports-mgmt/portmaster --index and --index-only redunda o kern/172648 pf [pf] [ip6]: 'scrub reassemble tcp' breaks IPv6 packet o usb/172633 usb Sony Cybershot not recognized as USB mem stick o kern/172632 [headers] [patch] Unused structure in netconfig.h o kern/172630 LOR zfs/zfs_vfsops.c kern/kern_descrip.c o ports/172628 cannot build ports/INDEX o docs/172626 doc [PATCH] modify the community/* pages to look more plea o www/172624 www Some RSS feeds on www.freebsd.org are broken o ports/172608 portmgr [exp-run] conditional including of bsd.perl.mk inside o kern/172599 [ipfilter] [patch] Null function pointer in ipfilter f ports/172595 New port: net-p2p/pushpoold bitcoin push-mining pool s o docs/172581 eadler [PATCH] remove alpha in send-pr.html o kern/172577 [hwmpc] hwpmc can leak memory on unload o kern/172576 [librpc] librpc segfaults when out of memory o kern/172569 [crypto] [patch] Fix div-by-zero in openssl o ports/172547 bsd.destdir.mk fails when DESTDIR is set o bin/172542 [patch] FICL assumes standalone environment for testma o kern/172535 [modules] kldload+kldunload if_carp makes kldstat not o bin/172534 [patch] FICL - correct handling of bare comment lines o conf/172532 rc [rc] [patch] service routing restart always fails p bin/172529 dteske [patch] Non-default boot_verbose=YES in loader.conf(5) o bin/172523 [patch] rpc.lockd(8): Check value of res->ai_family f ports/172496 araujo biology/blat: Update to version 35 o ports/172484 timur [PATCH] net/samba4-devel build failed with perl5.16 f ports/172482 edwin [PATCH] games/bomberclone: update to 0.11.9, Makefile f ports/172477 [UPDATE] www/wordpress: Trim the headers f ports/172473 Fix for broken net/libtrace port f ports/172441 chinese/fcitx should be in 'textproc' instead of 'chin o misc/172440 sjg [patch] [build] fix broken CTFCONVERT_CMD call o ports/172439 [New Port] chinese/fcitx-table-yonh: Pinyin-like input o ports/172411 dinoex [PATCH] graphics/netpbm: Not clean reinstall, OptionsN o ports/172408 ale databases/mysql55-server: Allow to specify my.cnf path o ports/172392 portmgr [patch] bsd.port.mk Use native unzip for zip archives o kern/172390 [headers] __res_state_ext missing from system headers f ports/172388 kwm fix dns/libidn with pkg in strict mode s kern/172386 [syscons] [request] syscons(4) support for mouse scrol o ports/172379 x11 x11/Xorg errors: drmOpenDevice, /dev/dri/, /dev/dri/ca f ports/172377 perl Fix for graphics/p5-Image-Scale (fails to load with pn o misc/172376 FreeBSD 9.0 installed but won't boot o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are o docs/172367 doc ata(4) man page needs an updated for Blu-Ray o ports/172366 kwm [UPDATE] multimedia/pitivi to 0.15.2 o ports/172361 lang/gnustep-base fail to configure with clang f ports/172359 kde [PATCH] editors/calligra: Fix build with clang++ -stdl o ports/172355 ale [PATCH] ports-mgmt/portconf: allow dash and plus symbo f ports/172353 multimedia/mencoder does not build with clang on amd64 o ports/172351 ale databases/mysql55-server: build fails on 8.2 undefined o kern/172348 fs [unionfs] umount -f of filesystem in use with readonly o kern/172338 wireless [ath] [net80211] CCMP IV transmit counters are not cor o kern/172334 fs [unionfs] unionfs permits recursive union mounts; caus o i386/172333 i386 [boot] Kernel panic in multi processor mode s ports/172332 linimon [exp-run] Expanding stdio's internal file descriptors o ports/172331 [PATCH] games/castlevox: Makefile changed, OptionsNG, o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by o ports/172327 brooks sysutils/ganglia-monitor-core: Update to 3.4.0 f ports/172325 sunpoet [exp-run] ftp/curl: update to 7.27.0 o ports/172324 mva [NEW PORT] devel/sdl20: development branch of SDL o ports/172319 [MAINTAINER] www/MT,russian/MT: update to 5.2 o ports/172317 perl [NEW PORT] net/p5-SOAP-Transport-HTTP-Plack: Transport o misc/172301 CRC32 feature in FreeBSD's boot loader o bin/172293 kientzle bsdtar(1): bsdtar does not support --ignore-failed-rea o ports/172288 pav net/boinc-client broken with OPTIMIZE o ports/172287 obrien deskutils/ical seems mostly broken with tcl/Tk 8.5 o kern/172283 [openbsm] OpenBSM-21/openbsm/libbsm/bsm_token.c incorr o kern/172279 [openbsm] [patch] OpenBSM-21/openbsm/libbsm/bsm_token. o kern/172277 [openbsm] OpenBSM-21/openbsm/libbsm/bsm_token.c au_to_ o stand/172276 standards POSIX: {get,set}groups gidsetsize is u_int not int a ports/172275 portmgr [PATCH] [exp-run] devel/libtool: avoid use of -nostdli f ports/172272 www/speedtest-mini - port not working o ports/172261 xride sysutils/wmmemload: fails on 9.0-RELEASE p kern/172259 smh [zfs] [patch] ZFS fails to receive valid snapshots (pa f ports/172240 araujo graphics/sane-frontends: Update MASTER_SITES o stand/172215 standards localeconv() grouping appears not to match POSIX o ports/172211 cy [PATCH] x11-wm/fvwm2 fix configure with clang o ports/172209 joerg devel/avr-gdb fails to build using clang o ports/172205 acm games/ceferino fails to build using clang o ports/172204 cy net/vtun: fails to compile (clang)/fails to install (g o usb/172199 usb high interrupts load xhci o kern/172197 Userquota (as well as groupquota) does not work on ZFS o www/172195 shaun PR database corrupts patches a ports/172189 dinoex mail/milter-regex startup script needs to permit run-a o ports/172185 multimedia multimedia/vlc build fail with gmake core dump at modu o ports/172183 kuriyama emulators/virtio-kmod : Severe filesystem corruption w o ports/172168 [new port] comms/libdlo: the basis for the DisplayPort o kern/172166 Deadlock in the networking code, possible due to a bug o kern/172160 jhb 1.95.2.2 revision of amr.c breaks amrstat p ports/172157 gnome x11/babl: Version 0.1.10 avaialble and usable f ports/172147 sysutils/isomd5sum build fails with clang o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems f ports/172141 [PATCH] deskutils/q4wine: update to 0.121, OptionsNG, f ports/172140 edwin The /usr/ports/multimedia/pvr250 port is broken for Fr f ports/172139 www/squid31 o docs/172137 doc deprecated information for adduser(8) man pages o ports/172135 clsung upgrade www/py-pyramid to 1.3.4 o kern/172133 Change Adaptec 39320LPE to 29320LPE in aic79xx_pci.c o ports/172128 multimedia building multimedia/vlc fails o kern/172113 net [panic] [e1000] [patch] 9.1-RC1/amd64 panices in igb(4 o ports/172110 pgsql databases/postgresql92-server change periodic script [ o ports/172108 swills [PATCH] graphics/ilmbase: libIlmThread is not linked w o ports/172102 x11 [PATCH] devel/gccmakedep build error with clang-cpp o ports/172101 x11 [PATCH] devel/imake build error with clang-cpp o kern/172092 zfs import panics kernel o kern/172091 smh [mfi] [patch] Improvements to mfi support including fo o misc/172086 reboot hang with 'All buffers synced' after freebsd-up o ports/172083 doceng print/ghostscript9 configurable dependency for graphic o ports/172079 portmgr [patch] bsd.port.mk: allow using base readline on 10.0 p kern/172075 emaste [tap] [panic] panic if an in-use tap interface is dest o ports/172011 araujo graphics/OpenEXR: Update to version 1.7.1 o www/171953 www Pipermail creates HTML pages that have the the body co f ports/171950 devel/tnt: include/tnt/tnt_sparse_matrix_csr.h:97:3: e a ports/171949 dinoex graphics/graphviz: install: Unable to find pthread_cre o ports/171945 sysutils/fusefs-smbnetfs crash since fusefs-libs updat o ports/171944 maho science/gamess can not fetch source code o kern/171940 RFE: tty color features o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o ports/171932 wrong excutable program installed in ports/biology/mop o ports/171921 New port: devel/ocltools: f ports/171917 databases/mantis: Database query failed. Error receive o ports/171914 mva New port: devel/pocl: Portable open source OpenCL 1.2 o ports/171912 [NEW PORT] devel/pear-channel-phpdoc: PEAR channel pea o ports/171903 net-mgmt/observium port should only provide dependenci o ports/171902 daichi japanese/mozc-server does not need to depend on GNOME o ports/171899 office editors/openoffice-3-devel: Openoffice 3.4.1 build fai f ports/171893 [BUG] sysutils/ezjail: ezjail_admin update -b (Cannot o ports/171888 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 f ports/171886 [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES] o misc/171885 [build] refactor bsd.prog.mk to understand multiple pr o misc/171883 [build] binutils build failed because of race with -j2 o bin/171882 incorrect port fowarding with server allocated port f ports/171878 textproc/libsphinxclient port is incompatible with sph o kern/171873 xen [xen] xn network device floods warning in dmesg o ports/171870 [NEW PORT] games/visualspell: Challenges players to us o ports/171869 [NEW PORT] games/multiplik12: Educational game for lea f ports/171868 [new port] net/remotebox: Open Source VirtualBox Clien o kern/171865 geom [geom] [patch] g_wither_washer() keeping a core busy o ports/171855 [NEW PORT] net-mgmt/node-statsd - Simple daemon for ea o ports/171852 ale [PATCH] databases/mysql55-server: add support for mult f ports/171850 Misleading pkg install option in sysutils/fusefs-kmod f ports/171849 databases/postgis: port switches compiler! GCC -> CLAN o kern/171840 net [ip6] IPv6 packets transmitting only on queue 0 o kern/171838 net [oce] [patch] Possible lock reversal and duplicate loc o amd64/171835 amd64 bsdinstall abort on Dell PowerEdge R420 with PERC H310 a ports/171832 matthew ports-mgmt/pkgng: portmaster no longer honors +IGNORED o ports/171831 portmgr [pkgng] ports-mgmt/pkg: `make clean all deinstall inst o ports/171820 perl [NEW PORT] textproc/p5-docbook2odf: Convert docbook do f ports/171818 Please add option for Python-integration to sysutils/b o ports/171817 itetcu [PATCH] ports-mgmt/tinderbox: OptionsNG, pkg-message.i o amd64/171814 amd64 [panic] bioq_init or bioq_remove (unsure which) o kern/171811 [patch] rctl(8) cputime is too high o bin/171809 sshd EVP_CipherInit: set key failed for aes128-cbc [pr o ports/171801 www/sams: Problem with creating MySQL database from sq o ports/171798 skv [PATCH] textproc/sablotron: MASTER_SITES, CFLAGS, Docu o ports/171797 portmgr [patch] bsd.port.mk: remove obsolete USE_QT_VER=4 o ports/171793 skv lang/perl5.16 w/ POD complains of old groff version o ports/171792 patch: allow games/xmille to select starting player ra p bin/171779 [patch] passwd(1): make option NO_FSCHG incomplete o kern/171777 [ncurses] [patch] Enable assert()s in ncurses f ports/171764 mi devel/gdb66 fails to fetch/compile on STABLE-9 f ports/171762 perl New port: net-mgmt/p5-Nagios-Plugin-Beanstalk Module t o ports/171760 New port: cad/sweethome3d o kern/171746 eadler [puc] [patch] Add support for MosChip MCS9901 based Qu o bin/171744 [PATCH] Fix wake(8) command not sending proper WOL pac o kern/171739 net [bce] [panic] bce related kernel panic o ports/171735 [NEW PORT] editors/py31-loook-devel: Simple Python too o ports/171734 [NEW PORT] editors/py27-loook: Simple Python tool that o kern/171733 pf [pf] PF problem with modulate state in [regression] o kern/171728 net [arp] arp issue o kern/171726 [tty] conscontrol mute [on/off] doesn't work post-boot o bin/171725 awk(1) does not support word-boundary metacharacters p usb/171721 hselasky [patch] usb_quirk(4), ums(4): add UQ_UMS_IGNORE quirk o ports/171718 bapt make config optionsng failure results in loss of "su" o bin/171713 please include counters for ALTQ in bsnmp module snmp_ o kern/171711 net [dummynet] [panic] Kernel panic in dummynet f ports/171707 multimedia/mplayer: i386 clang build error o ports/171705 ruby [MAINTAINER] www/gist: add converters/ruby-iconv depen o bin/171704 [patch] hastd(8) fails to build o misc/171701 [bug] 9.0-rel amd64 installer 'guided' or 'manual' cra o kern/171700 cannot record a crashdump whan FreeBSD panics, it pani o kern/171697 ae [ip6] [ndp] panic when changing routes o ports/171693 bdrewery ports-mgmt/portupgrade: portsdb outputs to STDERR o i386/171684 i386 clang in 9.1-RC1 i386 produces out of registers error o ports/171681 portmgr Patch ports Makefile to support rsync update a bin/171678 gnn [dtrace] dtrace -h doesn't work when io.d is installed o ports/171675 [NEW PORT] games/cocos2d: Framework for building 2D ga o ports/171672 bdrewery [bsd.port.mk / bsd.pkgng.mk][exp-run] Make 'do-package f ports/171669 adamw www/hastymail2 clobbers plugin settings o docs/171657 gjb [syslog] syslog.conf(5) BUGS section needs clarificati o kern/171650 scsi [da] da(4) driver does not recognize end of cciss (Sma f ports/171640 cy New port: devel/libivykis Asynchronous I/O readiness n o kern/171626 fs [tmpfs] tmpfs should be noisier when the requested siz p kern/171622 glebius Patch that add "options PF_DEFAULT_TO_DROP" to kernel o ports/171621 portmgr [PATCH] bsd.port.mk; allow Real Names in MAINTAINER li o ports/171617 swills [MAINTAINER] misc/xdg-menu: Added Master Site, Pixmaps o kern/171610 theraven [libstdc++] recent libstdc++ regression f ports/171605 net-mgmt/netams 3.4.5 compilation error o ports/171603 [NEW PORT] games/py27-dcross: Blocks fall from the top o ports/171602 [NEW PORT] games/py27-cargocarrier: Collect cargo crat o kern/171598 wireless [ath] TP-Link TL-WN951N W-LAN PCI Adapter 300 MBit stu a ports/171593 glarkin [PATCH] devel/gearmand: update to 1.1.0 o ports/171588 office editors/libreoffice build error o ports/171584 python lang/python32 built in a clean enviroment produces a p o ports/171576 [NEW PORT] games/py27-bombz: Simple 2D puzzle game wit s ports/171571 hrs [new ports] print/texlive o kern/171563 adrian non PREEMPTION kernel kills 802.11n o ports/171559 [NEW PORT] games/airstrike: 2d biplane dogfight game o ports/171556 olgeni lang/erlang: stock gcc hangs when building Erlang R15B o ports/171552 [NEW PORT] games/traingame: Game about Trains o kern/171550 patch: "no match for InterlockedCompareExchange" and t f ports/171546 ale [PATCH] databases/mysql55-server: Allow compilation us o ports/171542 mm [PATCH] multimedia/x264: Remove PGO as default OPTION f ports/171539 [patch] net-mgmt/nrpe2 small fixes o kern/171532 net [ndis] ndis(4) driver includes 'pccard'-specific code, o kern/171531 net [ndis] undocumented dependency for ndis(4) o kern/171524 net [ipmi] ipmi driver crashes kernel by reboot or shutdow f ports/171523 office [PATCH] devel/boost-libs: Allow building using Clang, f kern/171520 yongari [alc] alc network driver + tso + vlan does not work. o bin/171514 eadler [PATCH] Make man(1) default to use full screen if usin o ports/171510 linimon sysutils/dvd+rw-tools package doesn't work. s kern/171508 net [epair] [request] Add the ability to name epair device o ports/171507 sbz [NEW PORT] devel/py-posix_ipc: POSIX IPC for Python - o ports/171486 [NEW PORT] games/help_hannahs_horse: Pacman with a fas o ports/171473 dmarion [PATCH] multimedia/handbrake doesn't load dvdcss libra f ports/171452 zi [update] security/sssd to 1.8.4 f ports/171450 zi [update] devel/ding-libs to 0.2.91 o ports/171431 [NEW PORT] games/asteroid: Modern version of the arcad o ports/171429 [NEW PORT] games/pyspacewar: Two ships duel in a gravi o bin/171427 sh(1): Hitting ^Z doesn't suspend jobs like expected o ports/171426 hselasky multimedia/cuse4bsd-kmod now breaks rebuild of kmods d o ports/171422 x11 graphics/libGL build error with python3.2 o kern/171415 fs [zfs] zfs recv fails with "cannot receive incremental o kern/171410 [coretemp] [patch] add support for Atom E6xx and add t o ports/171408 acm [PATCH] games/fretsonfire: Makefile changed, now find o ports/171406 secteam [patch] ports-mgmt/portaudit: Make PORTAUDIT work with o ports/171398 [PATCH] devel/pecl-inclued: update to 0.1.3,1 o ports/171392 [NEW PORT] games/py27-super_mario_bros_python: Clone o o ports/171391 [NEW PORT] games/py27-pytowerdefense: Tower Defense Ga o ports/171390 linimon sysutils/cdrtools: cdrecord doesn't work in 9.1 RC1 & f ports/171388 news/hellanzb doesn't work anymore since Fbsd 9.0 o kern/171385 Fix type in FreeBSD_64 OS type o i386/171379 i386 Prototype/Body Mismatch for i386 legacy_pcib_read_conf o ports/171372 osa [PATCH] databases/redis: rc script with multiple profi o ports/171367 sbz security/py-PF gives IOError: [Errno 13] Permission de o ports/171361 bapt ports-mgmt/pkg: Regressions from pkg_ tools o kern/171360 gnn [patch][dtrace] the fasttrap fork handler recurses on o usb/171354 usb [umass] Medium not present error on flash drive [regre o ports/171353 swills Segmentation fault when use'ing the perl modules XML:: o misc/171347 Filename conflict in subversion f ports/171344 linimon x11/xorg: pkg_add -r xorg fails for freebsd 9 system f ports/171338 both databases/mariadb-scripts and databases/mariadb-s o docs/171337 doc [PATCH] Add german filename conversion scheme for moun o ports/171332 [NEW PORT] games/py27-pythonsudoku: Text and graphical o ports/171331 jkim www/nspluginwrapper fails with syscall pipe2 not imple o ports/171323 [NEW PORT] games/hitori: Logic game similar to Sudoku o misc/171313 both freeze-2.5_2 and mlt-0.8.0_1 install /usr/local/b o kern/171305 acpi [acpi] acpi_tz0: _CRT value is absurd, ignored (256.0C o misc/171293 cvsup8.us.freebsd.org|cvsup8.freebsd.org way out of sy o docs/171292 doc [handbook] [patch] handbook should describe subversion o usb/171262 usb plug in sdhc via usb reader reboots machine p ports/171255 gecko Fix www/firefox on FreeBSD 7.4/amd64 p usb/171254 hselasky Lack of support for usb 2.0 audio class devices o amd64/171250 amd64 ldd32 cannot find some i386 libraries o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o ports/171246 python [patch] lang/python27: make python curses module work o ports/171242 x11 x11-drivers/xf86-input-mouse: fail to detect moused(8) p docs/171240 trasz rctl(8) refers to non-existent xrefs (userstat, jailst o ports/171237 [NEW PORT] games/schiff: Steer your ship(s) with the k o ports/171236 [NEW PORT] games/schwarzweiss: Tank game for 2 players o kern/171235 wireless [ath] ath loses connection, system freezes on netif re f ports/171231 audio/clementine-player starts only at the second time o kern/171228 net [re] [patch] if_re - eeprom write issues o ports/171224 [NEW PORT] games/bouncy: You are a hungry rabbit. Eat o bin/171221 ppp and serial gprs modem o ports/171219 gecko www/firefox-i18n russian language pack don't translate o ports/171211 bf lang/sbcl corruption warning in emacs/slime f kern/171209 ping: sendto: Invalid argument o kern/171202 [lor] multiple LOR's during the startup f docs/171200 issyl0 the bsdgrep(1) man page should document -u o docs/171199 doc the GDB man page is outdated o usb/171197 usb ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1 o misc/171193 Freebsd 9.x freeze at booting after USB line o kern/171192 [libutil] [request] pidfile_read should be made a publ o kern/171191 multimedia [snd_cmi] [request] add driver support for cmi8787/878 o conf/171180 ak [patch] make 460.chkportsum also report missing files o ports/171178 office textproc/aspell does not recognize standard filters o ports/171176 new port: net/winexe o bin/171173 [patch] etherswitchcfg vlangroup IOETHERSWITCHGETPORT f ports/171160 sysutils/loganalyzer depends on php5 s ports/171153 new version available for net-mgmt/coovachilli o ports/171149 new port: textproc/imsettings - a framework manages in o kern/171138 xen [xen] [panic] Deactivating network interface produces o kern/171137 NDIS causing PANIC o bin/171136 NTPd -v flag double parsing o ports/171132 danfe [patch?] astro/stellarium segfault on missing pthread p kern/171121 yongari [bge] bge driver not working with BCM5719 (HP Proliant o misc/171120 GCC incorrectly identified in base when CLANG_IS_CC an o kern/171118 xen [xen] FreeBSD XENHVM guest doesn't shutdown cleanly o misc/171113 FreeBSD 9.1-beta1 installer refuses to partition flash o amd64/171110 amd64 Upgrade 9.1-BETA1 > RC1 issue o ports/171106 New Port: net/jdownloader - Download manager (java) o docs/171098 zeising handbook section 19.6.3 burncd needs changed o kern/171096 arm [arm][xscale][ixp]Allow 16bit access on PCI bus o misc/171095 secteam provide secure hashes for downloadable isos & ports pa a ports/171083 linimon bsd.port.mk: Be more clear in the sanity-config error o misc/171082 Nvidia GeForce GTX 560 no HDMI Sound o ports/171079 graphics/rawtherapee hangs x11 o misc/171078 X and XFCE (xfsettingsd) errors on shutdown/logout o gnu/171026 internal compiler error o ports/171019 [new port] science/isis3: USGS ISIS3 planetary mapping o ports/171017 [new port] astro/cspice: New scientific port: NASA/NAI o ports/171014 java [patch] Correct java/openjdk6 Dependency Declaration o ports/170987 olivierd [PATCH] net/py-urllib3: update to 1.5 o kern/170949 [vga] [patch] Use DRIVER_MODULE_ORDERED and SI_ORDER_A o kern/170945 fs [gpt] disk layout not portable between direct connect o kern/170944 [panic] Unknown caching mode f ports/170943 crees [PATCH] build mail/spamass-milter with sendmail-sasl o ports/170941 [NEW PORT] games/brickout: A ball-and-paddle game wher o ports/170939 [NEW PORT] games/popstar: Simple puzzle game involving o bin/170930 edwin calendar(1) core dumps with minor input format deviati o ports/170918 [NEW PORT] games/entombed: A one- or two-player maze g o ports/170916 ruby Mk/bsd.ruby.mk: setting RUBY variable fails to set RUB o kern/170904 wireless [ath] ath driver: configure related parameters when ra o ports/170899 gahr net-im/openfire rc Script pidfile Check Broken With Br o ports/170896 sunpoet upgrade net/gssdp to version 0.12.2.1 (unbreaks build) o kern/170889 wireless [ath] ath driver uses some uninitilized memory o ports/170887 [NEW PORT] games/fightorperish: A dungeon-crawling gam f ports/170882 sysutils/bacula-server - Feature Request - Change sysc o ports/170852 x11 [PATCH] x11-fonts/encodings: encodings.dir includes bo o conf/170847 hrs [rc] static IPv6 addresses+vlans don't work ala rc(5) o ports/170836 [NEW PORT] games/agendaroids: Vector-based rock-shooti o kern/170834 [psm] [patch] synaptics middle and extended button sup f ports/170829 lwhsu www/trafficserver update 3.2.0 o ports/170825 xfce x11-wm/xfce4-session takes segmentation fault while tr o misc/170821 sysinstall sysinstall(1): unexpected directory name in 8,3-RELEAS o ports/170819 New port: net-mgmt/UniFi UniFi Wireless Controller o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor f ports/170787 edwin [PATCH] dns/dnsperf: update to 2.0.0.0 f ports/170786 python [maintainer update] delete port textproc/py-pyx12 o ports/170784 portmgr [bsd.port.mk] [patch] resolve symlinks in PREFIX on de o bin/170778 fs [zfs] [panic] FreeBSD panics randomly o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 o bin/170775 [patch] lockf(1) should support a flag to not create a o ports/170760 office textproc/hunspell: fails to detect /usr/local/include/ o ports/170743 vd ftp/wget amd64 package depends on older version of ope o kern/170707 sysinstall bsdinstall(8) Partition editor (modify) option does no o i386/170705 i386 [patch] AT realtime clock support routines fail on som o kern/170701 net [ppp] killl ppp or reboot with active ppp connection c o usb/170699 usb FreeBSD 9.0 Doesn't list HDD or its partitions in part o ports/170695 sysutils/fusefs-ntfs - instant reboot when mv from UFS o docs/170691 doc Difference between zfs manpages and reality o ports/170690 x11 x11-servers/xorg-server eats memory o kern/170689 cannot build custom kernel with DDB o usb/170688 usb patch][usbdevs][wlan] Patch for ASUS Black Diamond USB o kern/170680 fs [nfs] Multiple NFS Client bug in the FreeBSD 7.4-RELEA o bin/170676 newfs(8) creates a filesystem that does not pass fsck. o kern/170675 [ata] ata(4) hangs system, causing data loss o ports/170674 tj devel/libsysinfo fails to link correctly (missing kvm o sparc/170663 sparc64 panics with VIA 6421 SATA150 controller on Blade 1500 o ports/170662 [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d phy o ports/170661 [NEW PORT] graphics/py27-pyglet-devel: Cross-platform o ports/170652 tj New port: net-mgmt/nagios-check_ipmi_sensor: Nagios/Ic o bin/170651 On 9.0-RELEASE#0 and master sh(1) gobbles high bit at f ports/170641 x11-toolkits/open-motif: need mkcatdefs utility o kern/170636 spelling mistake "oustanding" in kernel tree o ports/170632 skv devel/otrs: please update to current version 3.1.8 o bin/170631 [PATCH] Add roaming support to wpa_supplicant(8) o kern/170630 garbled syslog messages o gnu/170624 diff -qr produces incorrect output o kern/170620 wireless [ath] LOR and deadlock when multiple vaps are used f ports/170616 gpk-update-viewer o kern/170612 Kernel Panic using ntfsprogs and ntfs-3g together o usb/170606 usb r239222 kernel panic at boot - usb locking issue o kern/170605 081312 ath logs: ath0: ath_tx_aggr_comp_aggr: AR5416 o kern/170604 [ipfw] ipv6 reass broken o kern/170573 wireless [iwi] Intel 2200BG iwi NIC hangs with need multicast c o ports/170571 danfe [new port]: misc/leechcraft Cross-platform modular int o ports/170566 python update graphics/py-opengl depends on old version of gc f ports/170542 sysutils/bsdadminscripts does not build correctly in m f ports/170538 gblach x11-wm/enlightenment build breaks f ports/170537 devel/libftdi seems broken on i386 and amd64 f ports/170524 zi devel/ding-libs fails to build in tinderbox o kern/170523 zfs rename pool@snapshot1 pool@snapshot2 UNMOUNTS data o ports/170517 multimedia [patch] Correct audio/jack Dependency Declaration o misc/170514 The FreeBSD pr report form should have the 'wireless' o kern/170513 wireless [ath] ath logs: ath_tx_aggr_comp_aggr: AR5416 bug: o ports/170508 hselasky [PATCH] multimedia/libv4l: Don't link to -lpthread o misc/170503 freebsd-update mirror finding is case sensitive f ports/170502 zi security/sssd failed to connect Ldap server without SA o kern/170501 modular kernel fails to reattach usb-mass storage and o kern/170497 fs [xfs][panic] kernel will panic whenever I ls a mounted o ports/170490 fix port: math/proofgeneral o amd64/170487 amd64 [boot] Thinkpad X61s cannot boot 9.1-BETA1 f i386/170482 i386 Installing world fails trying to copy loader.sym to lo o misc/170466 Under KDE4 4.8.4 System Settings - Desktop Effects Ope o bin/170456 'pkg_add -K' uses PKGDIR environment variable that con o ports/170448 [NEW PORT] devel/allegro5: Allegro 5 is a game program o bin/170447 [patch] mountd(8): correct handling of -n, -h and -p c o kern/170433 wireless [ath] TX hang after a stuck beacon message with active o kern/170431 Partition resize and growfs destroys label entry in /d o ports/170417 sem Update port: sysutils/grub2 to 2.00 f bin/170415 mckay [patch] file(1) fails to detect troff (and other file o bin/170413 [patch] mountd(8): correct handling of -alldirs option o kern/170411 Uninitialized variables in if_ath.c o ports/170410 gnome devel/gvfs: gvfs-hal-volume-monitor crashes when new m o ports/170406 jkim [patch] audio/oss: implicit declaration of 'device_set o ports/170405 jkim [patch] audio/oss: respect SYSDIR/SRC_BASE o stand/170403 standards wrong ntohs expression type tickling clang o ports/170402 gecko www/linux-firefox: crash with flashplugin o kern/170397 wireless [ath] [patch] Uninitialized variables in ah_eeprom_928 o ports/170389 kwm [new port] Create mail/gmime26 port o ports/170382 acm [patch] Update games/naev and games/naev-data to 0.5.3 f ports/170381 x11/slim window manager gives dbus errors starting xfc o bin/170373 [patch] pam_ssh(8): after FreeBSD-SA-11:09.pam_ssh pat o kern/170369 More O_CLOEXEC flags to plug files being leaked to chi f ports/170366 lang/libobjc2: update to 1.6.1 o usb/170358 usb [ums] Wrong (duplicate) button numbers f ports/170357 net-mgmt/tcptrack Segmentation fault (core dumped) o i386/170356 i386 [hyper-v] Installing freebsd on Hyper-V server 2008 R2 o ports/170355 bapt ports-mgmt/pkg: pkg upgrade conflicts noise could be c o amd64/170351 amd64 [kernel] [patch] amd64: 64-bit process can't always ge o stand/170346 standards Changes to support waitid() and related stuff f ports/170344 [UPDATE] net/tcpflow: update to 1.2.8, take maintainer o ports/170343 thierry [PATCH] games/monsterz Version 0.7.1_4 install in wron s docs/170341 gjb [patch] Minor grammatical errors in engine(3) o power/170340 ppc Enabling geom-mirror on 9.1-powerpc64 prevents the sys f ports/170339 www/node: segmentation violation in v8::internal::Hand o ports/170323 decke [UPDATE] dns/maradns: update to 2.0.06 o bin/170320 [PATCH] usr.sbin/adduser/rmuser.sh It remains without o ports/170316 bapt Mk/bsd.options.mk: add compatibility for PORTDATA for o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o kern/170302 wireless [ath] 802.11n frames are not being transmitted with mu o ports/170299 cy sysutils/syslog-ng sample config does not work the way o bin/170295 [patch] mountd(8): correct credentials parsing in -map a ports/170289 danfe [patch] use one version for x11/nvidia-driver x11/nvid o bin/170288 camcontrol(8) inquiry command does not provide informa o ports/170285 tj Update mail/mailman from 2.1.14 to 2.1.15 o kern/170281 wireless [ath] 802.11n locks up on aggregation setup (ampdutx) o ports/170280 tj mail/mailman reports incorrect value for MM_USERID o bin/170279 dhclient(8) uses low TTL of 16 f bin/170278 eadler [patch] [request] Add --check option to md5(1) o kern/170276 [hang] FreeBSD freeze with mplayer/vlc after resume fr o kern/170267 net [ixgbe] IXGBE_LE32_TO_CPUS is probably an unintentiona f bin/170264 sysinstall bsdinstall(8) into jail doesn't find FTP distribution o ports/170256 novel audio/mpg123: SIGNAL 10 (SIGBUS) error o kern/170255 Often panic at 22s uptime o kern/170254 [ath] Atheros 9220 device timeouts. o bin/170244 ping(1): useless/uninformative error message o bin/170243 ping(8): useless/uninformative error message o ports/170241 [PATCH] devel/libftdi: upgrade to 0.20 and fix automak o ports/170232 x11 x11-drivers/xf86-video-intel package building error wi o conf/170230 /etc/rc.d/mrouted call for a port but look for a confi o docs/170223 doc IPv6 configuration section for 9.x is incorrect o ports/170219 skv [exp-run] lang/perl5.14: get rid of USE_PERL f misc/170215 [build] cd release; make cdrom should fail if not exec o bin/170206 numerics [msun] [patch] complex arcsinh, log, etc. p docs/170205 joel [patch] minor spelling error in dlopen.3 o kern/170203 [fifo] piped dd's don't behave sanely when dealing wit o kern/170200 [crypto] [patch] AES-NI XTS mode performance lower tha f ports/170186 Update sysutils/modules to version 3.2.9 o ports/170185 sysutils/mgeupsd not correctly works. o ports/170180 bapt [patch] Mk/bsd.options.mk allow make.conf and command a ports/170179 osa [PATCH] www/rubygem-passenger: Allow both nginx and ap o kern/170177 Cannot watch UNIX sockets for "vnode" events using kqu f ports/170176 swills [PATCH] net-mgmt/smokeping: optionsng, fping6 o ports/170175 bf [PATCH] net/mpich2: fix packging with WITHOUT_X11 o ports/170173 sperber x11-wm/sawfish: Update to version 1.9.0 f ports/170150 danfe games/uhexen2: Update to version 1.5.3 o kern/170125 [libc] tcsetpgrp(fd) should fail when fd is a pipe o usb/170123 usb [umass] HP v210w USB stick not supported o docs/170119 doc at behaviour and man at inconsistency o amd64/170115 amd64 Serial boot broken in 9.0 p conf/170110 dteske loader.conf bootmenu password prevents OS from loadin o ports/170108 x11 x11-fonts/libfontenc: library in the package searches o ports/170107 jhay net/olsrd fails to build with -DWITH_MULTI_IF o ports/170104 hrs error setting source interface in net/mcast-tools, net o ports/170102 flo graphics/php53-gd dumps core when compiled without T1L f ports/170100 astro/orsa: version 0.7.0 in ports hopelessly outdated o kern/170098 wireless [ath] [net80211] VAPs (Virtual access points) with Ath o kern/170096 virtualization[vimage] Dynamically-attached network interface will c o kern/170090 /boot/loader.conf boot_mute="YES" option in 9.x o ports/170082 zeising [maintainer-update] Update www/cakephp2 to 2.1.5 o kern/170081 net [fxp] pf/nat/jails not working if checksum offloading o ports/170078 kwm New port: databases/mysql-workbench: a cross-platform, o kern/170077 [hang] if I/O errors accour on USB storage devices, co o kern/170076 [PATCH] lpt: check readiness with predefined macros s kern/170070 bz [regression] 9.1-PRERELEASE host cannot talk to itself o kern/170066 wireless [ral] ral(4) rt61pci Linksys freezes the machine as so o kern/170058 [cbb] [patch] cardbus slot is not functioning correctl o www/170053 wosch Mailing list sort options broken for svn lists o ports/170052 eadler update port: games/daimonin-music to remove NO_CHECKSU o ports/170051 office devel/icu fails on test stage when built with clang 3. o ports/170046 clsung [PATCH] net/py-kombu: update to 2.2.6 o kern/170038 geom [geom] geom_mirror always starts degraded after reboot o ports/170032 multimedia Some ports not bumped after libogg update o gnu/170025 [patch] Typo in libsupc++ Version.map o kern/170003 markj [ichsmb] buffer overflow during block read o ports/170000 emulators/vmware-tools6: Can not install VMware Tools o kern/169991 virtualization[run] [vimage] panic after device plugged in o ports/169988 emulation [PATCH] Update sysutils/linux-procps to 3.2.7; also up f ports/169986 johans security/mcrypt does not encrypt or decrypt properly i p kern/169976 smh [cam] [patch] make scsi_da use sysctl values where app o bin/169971 auditd(8) does not reload rules o kern/169968 [shutdown] SCROLL LOCK case server never shutdown o kern/169967 [boot] server do not start with USB keyboard o bin/169964 zfs(8): "zfs receive -F" not destroying snapshots that o kern/169954 [umass] [patch] Western Digital My Passport : (da1:uma p kern/169947 jh [md] [patch] System crash via ioctl() on mdctl. o kern/169945 fs [zfs] [panic] Kernel panic while importing zpool (afte o ports/169942 araujo Update net/c3270 to 3.3.12ga10 o kern/169936 [panic] wchan 0xc707d8a4 has no wmesg o usb/169935 usb [keyboard] Unable use USB keyboard while panic o ia64/169926 ia64 [ia64] netstat -r: kvm_read: Bad address o ports/169923 zeising Maintainer update: science/afni o misc/169919 I can't pxeboot install release-9.x o ports/169914 mm multimedia/ffmpeg has incorrect CONFLICTS o bin/169911 [PATCH] make it possible for yp_mkdb(8) to send YPPROC o misc/169908 Shutdown goes to panic, if swap device disappeared o gnu/169901 [libsupc++] [patch] Typo in gnu/lib/libsupc++/Version. o kern/169898 net ifconfig(8) fails to set MTU on multiple interfaces. o ports/169896 emulation [patch] audio/linux-f10-alsa-lib: use OSS plugin by de o i386/169888 i386 [install] 9.0 i386 will not install on a Dell Dimensio f ports/169876 devel/flyspray: Strict Standards: Non-static method Fl o ports/169875 x11 x11/xorg: vesa on 9-BETA1/Xorg 7.7 with radeon 6450 ca a ports/169873 linimon [patch] fix fetch problem in bsd.python.mk that affect o bin/169865 zpool(8): zpool iostat shows 0 activity, although the o kern/169862 jkim [acpi] Prevent system sleep once shutdown has been ini o misc/169857 [build] kernel compile fails for PAE with device sound o ports/169850 portmgr [PATCH] bsd.port.mk -- fix fetch for ports that depend o kern/169849 [libc] [patch] rsh/rlogin do not use the correct IP ad o kern/169838 [kernel] spin lock held too long p kern/169835 smh [patch] remove some unused variables from scsi_da prob f kern/169826 yongari [re] if_re no longer working in 9.x [regression] o kern/169814 emulation [linux] ptrace is broken in Linux emulation o ports/169812 sunpoet [UPDATE] ftp/curl to 7.26.0 o ports/169807 avl multimedia/gnome-mplayer fails to build with NOTIFY su o kern/169805 emulation [linux] utime() syscall does not work in linuxulator p kern/169801 smh [cam] [patc] make changes to delete_method in scsi_da o kern/169800 [libc] [libfetch] [patch] change a number of system li o misc/169797 [PATCH] `x' And, `q' displays at the blank and a corre o ports/169794 x11 x11/xdm, several /usr/local/lib/X11/xdm/ files missing o usb/169789 usb [u3g] [patch] add support for huawei e3131 o ia64/169781 ia64 /usr/bin/csup ends in sigwai state and never exits o bin/169779 [patch] powerd(8) doesn't honor the -n flag o bin/169773 jilles [patch] sh(1): Resizing causes /bin/sh to repeat edit o kern/169751 jail [jail] reading routing information does not work in ja o bin/169750 sysinstall bsdinstall(8): cannot run more than once with DHCP/SLA o bin/169748 sysinstall [patch] bsdinstall(8): when distfile fetch is complete o ports/169741 [new port] devel/visualparadigm o ports/169729 gecko www/firefox-esr "make package" produces package with z o misc/169725 I made a fresh install of FreeBSD 9.0, I run "boot0cfg p bin/169723 jilles [patch] find(1) exits with non-zero return code if any f ports/169716 net-mgmt/ndpmon several problems with build and instal o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section o docs/169709 bcr [patch] porters-handbook de_DE apache section o ports/169701 swills [patch] graphics/libGL: add runtime dependency on glpr o stand/169697 standards syslogd(8) is not BOM aware p ports/169693 gnn [PATCH] devel/zookeeper: unbreak build, use standards o bin/169685 cperciva freebsd-update's merge procedure should automate certa p kern/169683 jh [md] [panic] System crash via ioctl() on mdctl. o kern/169680 [netware] NLM and security flavors o kern/169676 net [bge] [hang] system hangs, fully or partially after re f ports/169671 kde editors/calligra Spreadsheet throws and exception on e o bin/169670 [pam] template_user is broken in pam_radius o sparc/169669 sparc64 Something seems broken in sparc64 TLS or lang/lua o misc/169667 freebsd90 no vga-out after suspend,no boot acer-pc.no f kern/169665 gavin Add missing smb(4)/smbus(4)/ichsmb(4) modules o kern/169664 net [bgp] Wrongful replacement of interface connected net o kern/169663 [eventtimers] HP DL365 G5 hangs on boot o ports/169658 mm multimedia/ffmpeg no longer installs html docs? o kern/169657 gnn [dtrace] name clash between dtrace and geom.h o kern/169647 gmultipath(8) fails to detect missing module o misc/169645 [patch] Made OPIE support tunable at kernel level o ports/169641 kuriyama unable to build "textproc/openjade" after updating to o ports/169636 kuriyama regexp problem in databases/pgpool-II o kern/169634 yongari [bge] Network unavailable when booting directly to Fre o ports/169632 wen Update of biology/paml from 4.4c to 4.5 o kern/169630 pf [pf] [patch] pf fragment reassembly of padded (undersi o ports/169628 sysutils/devcpu-data o kern/169620 net [ng] [pf] ng_l2tp incoming packet bypass pf firewall f ports/169613 security/botan: Fix ECDSA for dns/powerdns and maybe o a ports/169610 olgeni sysutils/fusefs-encfs version 1.7.4_1 causing kernel p o kern/169608 the mmap(), mprotect(), and munmap() functions get scr o ports/169598 timur net/samba36: winbind failure on ssh login, failed to m p kern/169571 jhb FreeBSD CURRENT r235646 does not see keyboard in lapto o ports/169563 multimedia [patch] audio/jack-rack o ports/169561 x11 [patch] x11-toolkits/libXmu: disable specs o ports/169560 x11 [patch] x11/libICE: disable specs o ports/169559 x11 [patch] x11-fonts/fontsproto: disable specs o ports/169545 glewis graphics/libjpeg-turbo is a build conflict with java/o o docs/169544 doc serial port console documentation changes o bin/169542 gpart(8): partition alignment doesn't works on MBR o kern/169539 geom [geom] [patch] fix ability to run gmirror on MSI MegaR s docs/169530 db separate spelled incorrectly in translated docs f ports/169521 astro/weatherspect: Exiting with SIGUse of uninitializ o ports/169519 net/cvsup: socksify and cvsup cannot be used together o ports/169492 [restore port] databases/pecl-sqlite must be restored o ports/169491 wen [PATCH] math/igraph: update to 0.6 o kern/169488 [panic] chromium crashes system o kern/169480 fs [zfs] ZFS stalls on heavy I/O o kern/169475 [ipmi] IPMI MAX_TIMEOUT is too short o bin/169471 [patch] pw(8) deletes group "username" on userdel even o usb/169461 usb [ugen] USB2 high-speed device detected as full speed o kern/169459 net [ppp] umodem/ppp/3g stopped working after update from o i386/169455 i386 [boot] BTX loader panics on Opteron3280 o docs/169454 brd many hostmasters mails not avaiable o bin/169439 [patch] ntpd(8): Stock ntpd segfaults when used with G o kern/169438 net [ipsec] ipv4-in-ipv6 tunnel mode IPsec does not work o kern/169433 bschmidt [iwn] iwn(4) doesn't support 6235 chip. o kern/169432 wireless [ath] BAR TX hang when aggregation session is reset du o usb/169428 usb [ugen] ugen not detecting all endpoints on device [reg o kern/169403 scsi [cam] [patch] CAM layer, I/O starvation, no fairness s docs/169401 doc passify dead links in release links, move www to lists o kern/169398 fs [zfs] Can't remove file with permanent error o ports/169394 portmgr [ bsd.port.mk ] improper evaluation of config-recursiv o kern/169379 gnn [dtrace] [patch] dtrace's timestamp variable is unreli o docs/169377 doc [patch] ipmon(8) man page refers to a different facili o conf/169373 smh mountd starts too early when exporting fs marked as la o ports/169371 port graphics/sane-backends segfaults o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd p kern/169362 wireless [ath] AR5416: radar pulse PHY errors sometimes include o bin/169356 pw(8): "pw groupmod GROUP -h FD" ignores "passwd_forma o kern/169350 gnn [dtrace] Extraneous output when tracing writes with ou s ports/169348 kde Unable to build: "devel/kdebindings4-ruby-korundum" o kern/169339 fs panic while " : > /etc/123" o ports/169337 sunpoet [REPOCOPY] request for repocopy from devel/perltidy to o kern/169336 wireless [ath] ANI isn't triggering in a busy/noisy environment f ports/169333 [PATCH] sysutils/syslog-ng2: move sample config to EXA o conf/169330 [syscons] [patch] New Syscons Font for Persian Languag o ports/169322 New port: net/armsd: SMFv2/ARMS Service Adapter daemon p kern/169320 jilles [libc] [patch] Enhancement to allow fopen() to set O_C o kern/169319 fs [zfs] zfs resilver can't complete o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8 o ports/169316 dteske sysutils/bsdconfig test results and fixes o ports/169305 brix [patch] Upgrade www/ikiwiki to version 3.20120516 o kern/169302 [libc] [patch] Applied MidnightBSD regex memory consum o ports/169300 bapt [PATCH] bsd.pkgng.mk Allow deinstall as user and make f ports/169283 flz [PATCH] net-p2p/ctorrent bugfix initial meta info fail o kern/169282 [libc] utimes(2) does not update st_mtim.tv_nsec when o ports/169241 gecko www/firefox Right mouse buttom click freeze screen o ports/169234 acm print/foomatic-db-engine: /usr/bin/install -c -o root o kern/169206 ipfw [ipfw] ipfw does not flush entries in table o bin/169201 ae bsnmpd(8) host-resources - return hrFSTypes on hrStora o kern/169199 wireless [ath] Cannot set up static ip addresses for wireless w o docs/169191 brd Upgrade the mirrors list o kern/169187 Bad sizeof(uint64_t) with -m32 compiler flag f ports/169165 sysutils/fusefs-kmod: calling fchown(2) on sshfs files o docs/169158 doc [patch] iasl(8) man page is out of date o kern/169150 opendir() does not use O_CLOEXEC ; fdopendir() closed o ports/169138 rpaulo net/dhcp6 rc.d script should run BEFORE: NETWORKING f ports/169109 sunpoet patch as net/mDNSResponder fails to install p docs/169089 pjd [geli] [PATCH] geli(8) needs clarity concerning key sc o kern/169084 wireless [ath] suspend/resume doesn't cause a rescan; the assoc o kern/169080 gnn [dtrace] DTrace broken for simple user land program o ports/169079 xfce print/xfce4-print does not build on i386 a bin/169077 geom bsdinstall(8) does not use partition labels in /etc/fs f ports/169076 swills emulators/open-vm-tools update o bin/169072 [patch] A little change to ifconfig(8) to display CIDR o kern/169065 [ipsec] [regression] "netstat -p ipsec -s" is broken o kern/169064 [alc] does not properly reinitialize when resuming o docs/169056 trhodes [patch] sysctl*(3) cannot fail with EFAULT if name con o bin/169053 [PATCH] argument of pkg_create --prefix option always o conf/169047 rc [rc.subr] [patch] /etc/rc.subr not checking some scrip f ports/169032 Update net-im/qutim port to 0.3.0 o ports/169027 jhale [PATCH] net-mgmt/bsnmp-regex: update to 0.6 a ports/168982 swills [PATCH] devel/rubygem-eventmachine: Update to 1.0.0.be o ports/168980 python devel/py-distribute fails to install some files o kern/168979 kernel build fail with -Os o conf/168966 geli swap flag for encryption algo is redundant f ports/168965 cy sysutils/syslog-ng installs 2 full blown scripting lan o docs/168962 trasz cp(1) & mv(1) pages don't mention ACLs or extended att o bin/168961 cp should provide an option to copy file ACLs and attr o kern/168952 pf [pf] direction scrub rules don't work o kern/168947 fs [nfs] [zfs] .zfs/snapshot directory is messed up when o kern/168942 fs [nfs] [hang] nfsd hangs after being restarted (not -HU o ports/168940 vd cannot upgrade misc/ossp-uuid to version 1.6.2_2 f docs/168939 bcr Port upgrade documentation missing from Application Ja f ports/168935 www/firefox-remote shares PORTNAME with www/firefox o docs/168930 doc map_mincore(9) not up-to-date o docs/168929 gavin bad links in commercial section o ports/168926 Second '59.xxx' out of range 0..59 at security/snort-r o docs/168915 doc size of integers used by test(1) and sh(1) is not docu o kern/168913 TCPDUMP causing interface to drop o ports/168911 horde mail/horde4-imp: etc/horde/httpd.conf.horde missing op o ports/168908 bdrewery Fix quoted IGNORE/BROKEN o ports/168901 x11 New port: textproc/xorg-sgml-doctools o kern/168900 [boot] BTX halted on boot when using Promise TX2650 co o bin/168862 [patch] tzname set incorrectly o ports/168861 devel/tkcvs: tkdiff no longer runs correctly o kern/168860 [CHANGE REQUEST] Port the OpenBSD urtwn wireless drive o bin/168844 ed [patch] last(1) doesn't show reboot times with struct o kern/168842 andre [tcp] FreeBSD hosts are sending TCP packets with FIN f o ports/168835 office devel/boost-all: inkscape 0.48.2 will crash throwing e o docs/168823 doc 404s in fr_FR French web pages o kern/168822 [ata] IDE/ATA 40 wire cable causes read errors after i o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement o docs/168803 doc Remove outdated smp info o ports/168800 acm print/foomatic-db-engine: install: *.1: No such file o bin/168785 /usr/bin/calendar does not match "Thu+1" or "Mon+1" in o kern/168754 if_ath dont have internal name o ports/168746 xfce [PATCH] Can not install theme via sysutils/xfce4-setti f ports/168744 clsung textproc/refdb: Fatal error: Call-time pass-by-referen p usb/168743 mav [umass] [panic] double fault caused by umass o ports/168728 haskell lang/ghc: Core dumped when building 7.4.1 from port o ports/168727 swills [PATCH] www/redmine: update and UNBREAK o stand/168719 jasone [PATCH] It seems consensus is to track unpublished sta f ports/168709 sunpoet security/py-pylibacl duplicates security/py-posix1e o ports/168708 xfce x11-fm/thunar-vfs: wrong dependencies? a ports/168691 dinoex graphics/graphviz compile error at gv_php.cpp:935 o bin/168681 gmirror(8) needs option to limit mirror capacity o kern/168678 bz [jail] raw sockets incorrectly choose source address w f ports/168676 marcus [PATCH] ports-mgmt/portlint: relax PORTVERSION check w o ports/168671 portmgr [exp-run] Make devel/cmake and devel/cmake-gui not use o amd64/168659 amd64 [boot] FreeBSD 9 - Crash upon booting off install CD ( f ports/168656 jgh patches for sysutils/rubygem-chef o kern/168649 [ath] TX frames sometimes occur out of order o ports/168647 Remove trailing spaces from all ports-related files o ports/168645 x11 [UPDATE] x11/luit to 1.1.1 o ports/168640 portmgr [PATCH]: prevent checksum mismatches for compiled pyth o bin/168631 libsupc++ Version.map new operators size argument wron o ports/168629 danfe games/quakeforge: update to 0.6.2 f ports/168620 perl security/p5-GSSAPI build fails with heimdal port in ja o bin/168582 sysinstall [request] bsdinstall(8): Select 'server' or 'desktop' o usb/168551 usb [umass] Issues with embedded card reader (Laptop ASUS s ports/168547 swills [exp-run] make Ruby 1.9 the deafult, requesting exp-ru o kern/168546 [bwn] Dell D820 wireless card not disabled by switch o kern/168545 [sound/hda] Dell D/Port headphone jack output does not o bin/168544 rc [patch] [rc]: addswap-mounted swapfiles cause panic on o kern/168530 wireless [ath] Broken WEP probably o kern/168520 [ng_ubt] [patch] "option VIMAGE" kernel with ng_ubt.ko o misc/168508 [build] [patch] turn off clang extras if WITHOUT_TOOLC f ports/168504 ale mysqlcheck (databases/mysql51-client) does not obscure o bin/168499 The -nt predicate works inconsistently with zfs, cp -p o kern/168497 Netmap code mixed up tx and rx in iterate counter o ports/168491 koobs [NEW PORT] www/py27-django-mezzanine: An open source C s ports/168486 [PATCH] www/sams, warnings "strftime() [function.strft o kern/168485 hwpmc(4) sampling stops working on P4 o ports/168479 portmgr Mk/bsd.port.mk: [patch] portaudit reports vulnerabilit o misc/168477 ambigious kernel is loaded when install system from ke o kern/168473 [libc] nsswitch (nss_method_lookup) fails after upgrad f ports/168469 smkelly Update net-mgmt/zabbix-server port to 2.0 f ports/168466 [PATCH] www/sams, web-interface, needs GetHostnameSam. f ports/168446 edwin [PATCH] net/dhcprelay: Fix for broken init script o kern/168440 ixgbe flow control tunable regression o threa/168417 threads pthread_getcpuclockid() does not work to specification o kern/168416 [hang] OS hangs when guest on VMWare ESX o bin/168415 jlh [PATCH] stdbuf(1) does not allow cmd with no parameter o kern/168414 ixgbe commit r232874 introduces code/comment mismatch o kern/168411 [vm] [panic] uma_find_refcnt(): zone possibly not UMA_ f ports/168407 [patch] lang/gauche: update to 0.9.3.2, unbreak o ports/168404 [NEW PORT] databases/dev-sqlite3: This is a developmen o bin/168397 cpio(1): cpio --quiet fails to suppress "unnscessary" o misc/168396 [build] [patch] src.conf tunables to enable zlib compr o kern/168393 wireless AR9285: suspend/resume sometimes fails o bin/168388 rcmd(3) recursion when RSH points to rsh o ports/168385 secteam ports-mgmt/portaudit does not handle locales correctly f ports/168383 sunpoet port databases/pecl-memcache - Undefined symbol "mmc_q o ports/168371 rakuco archivers/p7zip: Fix warnings when build port ([-Wlogi o ports/168365 glebius astro/gpsd fails to compile o ports/168343 office editors/libreoffice 3.5.2 missing dependency (graphics o kern/168342 [mbuf] mbuf exhaustion hangs all daemons in keglimit s o misc/168341 [patch] improve OptionalObsoleteFiles.inc completeness o kern/168335 nfsv4 server with krb5 sec limits group number per uid f ports/168332 swills emulators/open-vm-tools: Problems with DHCP on startup o ports/168328 [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel o misc/168327 Extraneous directories left over after installworld wh o ports/168322 secteam ports-mgmt/portaudit: Error reading signature file f ports/168319 graphics/qiviewer: Not displaying image jpeg o kern/168315 [libc] [patch] add dirname_r(3); document ENOMEM condi o misc/168314 9.0 install "live CD" option can't create resolv.conf o misc/168299 'make buildworld' fails at 'install.sh ... crtend.So' o kern/168298 VirtualBox using AIO on a zvol crashes p kern/168294 net [ixgbe] [patch] ixgbe driver compiled in kernel has no o ports/168292 portmgr [exp-run] test a change to system opensslv.h header o ports/168290 bf New port: math/ipopt o bin/168289 [patch] pkg_install(8): fix memory leaks and potential o bin/168269 sysinstall comments on bsdinstall(8) f kern/168268 yongari [re] if_re doesn't work if you set MAC address o ports/168266 New port: sysutils/logstash (log monitoring and collec f ports/168258 sunpoet [PATCH] www/wordpress: russian/wordpress: fileowner ch o bin/168253 clang crashes on Geode o misc/168247 FreeBSD 7.2 kernel panic after update MPD from 5.5 to o kern/168246 net [em] Multiple em(4) not working with qemu o kern/168245 net [arp] [regression] Permanent ARP entry not deleted on o kern/168244 net [arp] [regression] Unable to manually remove permanent o ports/168234 office [patch] editors/openoffice-3 fails to build on FreeBSD o ports/168222 portmgr [bsd.port.mk] [patch] Allowing to specify per-file PAT f kern/168217 yongari [bce] Watchdog timeouts with bce(4) on BCM5716 o ports/168215 [PATCH] print/scribus-devel: update to 1.5.0 svn o kern/168213 [kernel] why is the type of ub_cnt signed in uma_int.h o kern/168212 [kernel] [patch] some suggested additions for uma_core o kern/168190 pf [pf] panic when using pf and route-to (maybe: bad frag o bin/168188 sysinstall bsdinstall(8) partitioner segmentation fault o kern/168187 NanoBSD for Elan SC520 will not compile o kern/168183 net [bce] bce driver hang system o kern/168170 wireless [net80211] ieee80211_send_bar() doesn't complete corre o gnu/168166 nm -l faild f ports/168161 [PATCH] sysutils/conky: update to 1.9.0 f ports/168160 ports-mgmt/jailaudit doesn't return a non-0 exit code o kern/168158 fs [zfs] incorrect parsing of sharenfs options in zfs (fs f kern/168152 yongari [xl] Periodically, the network card xl0 stops working o usb/168132 usb [umass] MATSHITA memory card size reported wrong, moun o ports/168114 [NEW PORT] games/duckmaze: A game about a duck that is o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc o kern/168077 [netsmb] [patch] SMBFS option causes panic-on-boot wit o misc/168017 LiveCD fails to boot fully in certain Virtualbox conf o ports/168010 portmgr [exp-run] Please test libc.so as ld script with an exp o bin/167986 location of install doesn't match man page o kern/167979 fs [ufs] DIOCGDINFO ioctl does not work on 8.2 file syste o kern/167977 fs [smbfs] mount_smbfs results are differ when utf-8 or U s ports/167955 [update] graphics/tinyows: Fix dependency to postgis f ports/167953 devel/pecl-xhprof patch for single core cpu f ports/167950 databases/memcachedb does not work on 10-CURRENT o kern/167947 net [setfib] [patch] arpresolve checks only the default FI a bin/167921 gabor bsdgrep(1) segfaults with "\\." o bin/167911 jail new jail(8) problem with removal, ifconfg -alias and k o ports/167903 java [PATCH] java/openjdk6: Fix build failure in 8.3 jail r p kern/167902 adrian [ath] TX block-ack window holes o kern/167870 wireless [ath] adhoc wifi client does not join an existing IBSS o usb/167847 usb [ural] dlink dwl-122g e crashes(?) when trying wap2 cr o kern/167834 wireless [ath] kickpcu; 'handled 0 packets' o docs/167832 [patch] swapon(2) (and elsewhere) refer to non-existen o gnu/167829 gcc(1): [patch] fix cross-building world with TARGET=i o kern/167828 wireless [iwn] iwn(4) doesn't recover automatically after firmw f kern/167827 yongari [re] RTL8111/8168B Issues (stalling/only 100Mb) o conf/167822 ipfw [ipfw] [patch] start script doesn't load firewall_type o kern/167798 wireless ifconfig(8): problem with "ifconfig list scan" command f ports/167797 x11 x11/xorg: graphics/gthumb crashes, dumps core f ports/167794 linimon [patch] Mk/bsd.port.mk: fix .zip in PATCHFILES o kern/167793 mbuf leak if arp address is multicast p bin/167779 hrs makefs does not create sparse file o ports/167775 office editors/libreoffice cannot open password protected Ope f kern/167768 darrenr [ipfilter] Fatal trap in ipfilter/ipnat o kern/167763 gnn lockstat provider probes don't always fire o ports/167759 [New Ports] x11-wm/e17-modules-ecomorph and x11-wm/eco o bin/167744 [patch] /usr/sbin/adduser: enclose with double quotes: o docs/167742 doc Update documentation for group 5, and newgrp 1 o docs/167741 doc group(5): Group Passwords do not work and are not docu o ports/167731 wen Repocopy from finance/openerp-server to finance/opener o ports/167720 vbox emulators/virtualbox-ose: VirtualBox 4.1.14- Guest: Fr o ports/167699 olgeni devel/ipython: WITH_PYTHON=3.2, dies on import of pexp o ports/167698 wen New port: finance/openerp f ports/167691 security/heimdal: problem compiling kerberos/heimdal o kern/167688 fs [fusefs] Incorrect signal handling with direct_io o kern/167685 fs [zfs] ZFS on USB drive prevents shutdown / reboot o bin/167675 The txmaxpow and txpower values I see from ifconfig(8) o i386/167670 i386 [boot] Laptop won't boot from FreeBSD iso, but will fr f amd64/167664 gavin [boot] when i install the amd64 OS, the process will s f ports/167654 x11 x11-wm/twm - no mouse cursor a kern/167646 hrs [ip6] IPv6 TCP connection hangs/drops when time/clock o ports/167645 gnome x11/gnome2: Cannot see KDE software on GNOME applicati o ports/167641 office editors/libreoffice: o ports/167636 kuriyama [PATCH] textproc/expat2: update to 2.1.0 o ports/167627 maho math/octave: Old lapack causes failure in octave svd() o ia64/167618 ia64 [ia64] Implement revision 232832 o ports/167613 fluffy graphics/vigra: rf_split.hxx:155:26: error: variable h o kern/167612 fs [portalfs] The portal file system gets stuck inside po o kern/167603 net [ip] IP fragment reassembly's broken: file transfer ov o ports/167601 itetcu [patch] ports-mgmt/tinderbox: Allow masking of PHP use o ports/167596 x11 [patch] I have rolled back x11-drivers/xf86-video-vmwa o amd64/167582 amd64 Compile of MySQL NDB Cluster Fails 8.2 AMD64 o bin/167575 mfiutil(8) claims battery is OK even though it is worn o kern/167574 /usr/include/clang/3.1/smmintrin.h:461:10: fatal error o conf/167566 rc [rc.d] [patch] ipdivert module loading vs. ipfw rc.d o f kern/167562 pjd [geli] geli cannot use gpt labels in loader.conf o kern/167555 kientzle [build] libarchive fails to build WITHOUT_OPENSSH due o ports/167554 bdrewery security/openssh-portable has some drawbacks o amd64/167543 amd64 [kernel] Install FreeBSD can show error message with c o ports/167531 lev devel/p5-subversion: "git svn fetch" dumps core f ports/167530 python [patch] security/py-fail2ban will never ever start wit o kern/167500 net [em] [panic] Kernel panics in em driver o kern/167491 wireless [ath] TID != hardware queue TID in ath_tx_aggr_comp_ag o docs/167478 hrs [PATCH] misc. updates to the relase notes in current o kern/167468 [drm] drm locking Xorg in loop o misc/167449 slice re-partitioning cause invalid partition for boot o misc/167442 [install] server does not come up, if kernelinstall pr o ports/167441 office editors/libreoffice - Unable to print o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir o ports/167400 office editors/libreoffice 3-5.2.2 version ID - 350m 1 (Buil o ports/167397 gecko mail/thunderbird-i18n Version 12.0 and freebsd 9.0: ca o amd64/167393 amd64 [boot] MacBook4,1 hangs on SMP boot o kern/167381 ichwd(4) misuses `bootverbose' o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre o kern/167362 gnn [fusefs] Reproduceble Page Fault when running rsync ov f ports/167352 New port: devel/py-repoze.lru o bin/167336 portmgr pkg_info can't determine what package a missing file i o bin/167331 Segmentation fault with iscontrol(8) o kern/167325 net [netinet] [patch] sosend sometimes return EINVAL with p kern/167321 jhb [sysctl] [patch] Implement sysctl to control kernel ac o ports/167309 office editors/libreoffice: Unable to configure printers on L o ports/167289 itetcu [PATCH] mail/dspam-devel: [SUMMARIZE CHANGES] f ports/167282 swills net/nss_ldap performance change causes functionality r o kern/167272 fs [zfs] ZFS Disks reordering causes ZFS to pick the wron o kern/167260 fs [msdosfs] msdosfs disk was mounted the second time whe o ports/167251 wen [PATCH] biology/libsbml: update to 4.3.1 f ports/167229 bland [patch] x11/nvidia-settings: install sample tools (opt o ports/167228 x11 x11-drivers/xf86-video-intel : Missing dependency (x1 o bin/167222 sysinstall sysinstall(8): FreeBSD 8.3 corrupting MBR partition ta o kern/167204 [kernel] terrible "netstat -rn" performance due to slo o kern/167202 net [igmp]: Sending multiple IGMP packets crashes kernel o misc/167200 source upgrade from RELENG_7 to RELENG_8 broken for no o ports/167199 gnome x11-fm/nautilus 2.32.2.1 Gnome2.32 Doesn't auto mount o kern/167197 [sdhci] Use of SD card will increase the load of CPU. o ports/167194 x11 x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENO f ports/167172 nox x11/kde4 will not compile due to multimedia/libxine tr f ports/167134 jhale [port update] from devel/p5-doxygenfilter to devel/p5- o conf/167133 stale files in /usr/share/examples o kern/167113 wireless [ath] AR5210: "stuck" TX seems to be occuring, without o kern/167109 fs [zfs] [panic] zfs diff kernel panic Fatal trap 9: gene o kern/167107 [libc] [panic] no kernel malloc size argument check ca o kern/167105 fs [nfs] mount_nfs can not handle source exports wiht mor a bin/167103 markj dtrace(1) generates core dump trying to build perl wit o misc/167101 [boot] [patch] FreeBSD 9.0 i386 boot-only image loader f ports/167090 sysutils/ezjail: Invalid command line option in ezjail o kern/167080 wireless [ath] channel switch on another VAP break channel setu f ports/167074 New Port: www/drupal7-ldap o kern/167067 fs [zfs] [panic] ZFS panics the server o kern/167065 fs [zfs] boot fails when a spare is the boot disk o kern/167064 [build] Cross compile build failed - broken toolchain o kern/167059 net [tcp] [panic] System does panic in in_pcbbind() and ha o kern/167048 fs [nfs] [patch] RELEASE-9 crash when using ZFS+NULLFS+NF o ports/167042 New port: net-p2p/tahoe-lafs o bin/167037 buggy file content output in ee(1) editor in VM enviro o bin/167036 ambigious output of fdisk(8) f ports/167031 security/heimdal ignore environment after process call o kern/167018 [hwpmc] [patch] hwpstate0: set freq failed with AMD FX o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key o bin/166994 m4(1): m4's eval function ignores documented 2nd and 3 f ports/166987 net/nss_ldap: ports/152982 causes nss_ldap to not func o ports/166955 hrs print/acroread9 is vulnerable o kern/166940 net [ipfilter] [panic] Double fault in kern 8.2 f bin/166929 gnn dtrace(1): dtrace -c doesn't seem to like it if the su f kern/166928 gnn [dtrace] fbt provider does not destroy probes when mod o kern/166927 gnn [dtrace] [modules] Kernel panics if you unload a kld m o kern/166926 gnn [dtrace] Individual probes cannot be destroyed, only p o kern/166925 gnn [dtrace] lockstat provider only works in files that #i o kern/166924 gnn [dtrace] deferred DTrace probes never match if executa f kern/166923 gnn [dtrace] kernel trap 12 with interrupts disabled (not o kern/166922 gnn [dtrace] Wildcarded dtrace probe names not always work o bin/166921 gnn Use after free in dtrace(1) error handling o kern/166919 gnn [dtrace] If dtrace(1) crashes while attached to a proc o kern/166918 gnn [dtrace] USDT probes not cleaned up when process exits o kern/166912 fs [ufs] [panic] Panic after converting Softupdates to jo f kern/166909 yongari [alc] NIC alc(4) does not support 1000baseTX f kern/166894 yongari [rl] Realtek RTL8100 keeps droping link o ports/166870 sunpoet [patch] add GSSAPI support to ftp/curl o ports/166868 pgsql databases/postgresql84-client: compile error with Heim o kern/166866 [build] [cy] cy(4) driver breaks kernel build in 8.3 o bin/166862 grep(1): grep [[:alnum:]]* only matches once o bin/166861 bsdgrep(1)/sed(1): bsdgrep -E and sed handle invalid { o kern/166851 fs [zfs] [hang] Copying directory from the mounted UFS di o java/166844 glewis openjdk7 can't open library when remote debug enabled o bin/166842 bsdgrep(1) inconsistently handles ^ in non-anchoring p o ports/166826 New port: misc/libphidget The driver for Phidgets devi o ports/166812 New port: mail/bounceHammer o kern/166806 Inability to reboot system o kern/166805 Winbond W83627DHG-P serial console hang o kern/166801 sysinstall bsdinstall(8): FreeBSD install is apparently not writi o kern/166780 [sysctl] [request] add sysctl for swap space used o docs/166755 bjk snd_envy24(4) should mention limitations o ports/166728 makc New port: science/fvcom-mpi o kern/166727 yongari [msk] msk driver keeps erroring o ports/166726 makc New port: science/fvcom f kern/166724 yongari [re] if_re watchdog timeout o ports/166696 bf New port: math/alberta o kern/166684 wireless [ath] [net80211] mgmtrate/mcastrate isn't updated base o bin/166682 some logfiles not respecting localtime change o bin/166673 sade(8) will not properly format 2TB disk (maybe other o bin/166664 [patch] patch devd(8) to note /sbin/devd parses backwa p bin/166656 jhb [patch] dhclient(8) doesn't exit os link down o ports/166645 kuriyama emulators/virtio-kmod: rxcsum breaks checksum for loca p kern/166642 wireless [ieee80211] [patch] in 802.11n mode for FreeBSD AP, ha o kern/166641 wireless [ieee80211] [patch] mbuf/cluster leak in AP mode in 80 o amd64/166639 amd64 [boot] Syscons issue Intel D2700 o kern/166626 [build] sio.c driver won't compile -- error in include o kern/166621 [cam] "CAM status: Unconditionally Re-queue Request" n f ports/166608 portmgr [patch] bsd.port.mk: fix unneccessary dependency on ar o bin/166589 atacontrol(8) incorrectly treats RAID10 and 0+1 the sa f ports/166585 ohauer [MAINTAINER] net-mgmt/rancid: update to 2.3.8 o ports/166579 lev devel/subversion fails to compile o bin/166570 ctags(1) failed to generate tags properly o kern/166568 [sched_ule] intr stuck in WAIT state o ports/166561 secteam [patch] ports-mgmt/portaudit should be able to use por o docs/166553 doc find(1): find -delete documentation is misleading o kern/166552 [ipmi] [build] ipmi module doesn't create ipmi device o kern/166549 [eventtimers] Clock stops ticking in some cases with n a kern/166548 eadler [build] [patch] Mismatch in ifdefs can cause problems o ports/166522 lang/f77: Fortran 77 compiler always exits with error o ports/166511 wen [PATCH] graphics/mapserver add cairo support s kern/166508 [glxsb] AES 256 encryption does not work with glxsb dr a kern/166501 andre [pf] FreeBSD 9.0 generates incorrect SEC/ACK numbers u o bin/166499 fsck(8) behaviour does not match doc (PARTIALLY TRUNCA o www/166496 www HP-UX manual pages are mangled o conf/166484 rc [rc] [patch] rc.initdiskless patch for different major o kern/166477 fs [nfs] NFS data corruption. p kern/166469 jhb [fdc] Floppy disk utilities broken on FreeBSD 9.0-STAB o kern/166462 net [gre] gre(4) when using a tunnel source address from c a kern/166458 [libc] bind(2) incorrectly interprets SO_REUSEADDR opt a bin/166448 markj [patch] newsyslog(8): newsyslog -t fails to find previ o kern/166442 [build] nfsd error when not compiled into kernel o kern/166441 bktr.ko does not exist f ports/166417 rc script for net/delegate (ports) o kern/166406 ipfw [ipfw] ipfw does not set ALTQ identifier for ipv6 traf f ports/166388 linimon security/libgcrypt is broken o ports/166381 portmgr [patch] bsd.port.mk: COPYTREE_* doesn't respect ${CHMO o kern/166372 net [patch] ipfilter drops UDP packets with zero checksum o bin/166364 [patch] make ps(1) display 8-bit characters as such o docs/166358 doc No networking in Jail build via: handbook/jail-tuning p kern/166357 wireless [ath] 802.11n TX stall when the first frame in the BAW o stand/166349 standards Support the assignment-allocation character for fscanf o kern/166340 [kernel] Process under FreeBSD 9.0 hangs in uninterrup o kern/166337 messages about process crash are mixed together o kern/166336 pf [pf] kern.securelevel 3 +pf reload o conf/166330 doc [rc] [patch] Thin server configuration revision reques o bin/166321 devd(8) rule is not processed o bin/166308 [patch] fdisk(8) add an option to list all partitions o kern/166286 wireless [net80211] [ath] initial switch to HT40 isn't causing o kern/166285 net [arp] FreeBSD v8.1 REL p8 arp: unknown hardware addres o kern/166262 [syscons] syscons issue on DN2800MT o misc/166259 [build] freebsd 9 release images not bootable in qemu o arm/166256 arm build fail in pmap.c o kern/166255 net [net] [patch] It should be possible to disable "promis o bin/166248 base sendmail dies of signal 11 on freebsd in a virtua o bin/166241 sysinstall [patch] Speedup and some improvements of sysinstall(8) o amd64/166229 amd64 [boot] Unable to install FreeBSD 9 on Acer Extensa 522 s conf/166194 syslogd: hostname nor servname provided, or not known: p kern/166190 wireless [ath] TX hangs and frames stuck in TX queue o ports/166188 portmgr [PATCH] ports/Makefile use documented sort syntax o bin/166181 [patch] calendar(1): calendar -a does not work o kern/166174 xen [xen] Problems ROOT MOUNT ERROR o ports/166163 x11 graphics/dri: gthumb port crashes (SIGSEGV) within the o bin/166159 [patch] Fix clang-only build for buildworld. o bin/166130 [patch] man(1): i can not read japanese manual on ja_J o ports/166087 swills [patch] www/redmine: update to 1.3.2 o kern/166086 wireless [Patch][ath] Reflect state of rfkill switch in a sysct o kern/166071 High CPU Utilization on HylaFAX processes o kern/166067 [arcmsr] Areca 1680 Problem When Upgrading from 8.2 to o bin/166056 [patch][bin] find(1) fails with .: permission denied, o ports/166006 Problem with postfix and mail/mailman integration f ports/166004 www/squid31 3.1.19 crashes on first request o bin/165988 pathchk -p does not work correctly with some locales [ o kern/165984 [libpmc] pmc(3) causes kernel panic when sampling curr o kern/165982 scsi [mpt] mpt instability, drive resets, and losses on Fre o ports/165981 x11 devel/imake doesn't play nice with current xorg o kern/165970 [libc] [patch] strtonum() optimization o kern/165969 wireless [ath] Slower performance in adhoc mode vs Client/AP mo o kern/165966 wireless [ath] ath0: device timeout on SMP machines due to race o ports/165964 lx net/libfixbuf update o kern/165963 net [panic] [ipf] ipfilter/nat NULL pointer deference o ports/165957 glewis Enabling IPv6 in port java/jdk16 disables IPv4 o bin/165954 freebsd-update doesn't run pwd_mkdb after adding user o kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC o kern/165950 fs [ffs] SU+J and fsck problem o kern/165939 ipfw [ipw] bug: incomplete firewall rules loaded if tables o ports/165936 ashish net-im/ejabberd fails when starting odbc. o kern/165923 fs [nfs] Writing to NFS-backed mmapped files fails if flu o ports/165913 ak [patch] x11-wm/vtwm: update to 5.5.0-rc7 o i386/165906 i386 [panic] cannot install FreeBSD 9.0 on Dell PowerEdge 1 o kern/165903 net mbuf leak o kern/165895 wireless [ath] overly busy cabq can tie up all tx buffers o kern/165893 [kernel] [request] processor topology should be export o kern/165879 andre [tcp] Syncache syncache.count overflow o misc/165876 re [build] RFE: provide unique ISO9660 metadata for all r o kern/165870 wireless [bwn] bwn driver does not attach on HP Pavilion dv9420 o kern/165866 wireless [ath] TX hangs, requiring a "scan" to properly reset t o ports/165865 dhn New port: devel/pure-stllib: Deprecate pure-stldict & o amd64/165850 amd64 [build] 8.3-RC1 (amd64): world doesn't build with CPUT o kern/165849 wireless [ath] [hang] network ath driver freeze o amd64/165845 amd64 [build] Unable to build kernel on 8.2-STABLE o kern/165830 [mouse] In 9.0 RELEASE amd64 PS/2 mouse doesn't appear o ports/165818 glewis java/openjdk7: build failed:/usr/include/sys/stdint.h: o conf/165817 [periodic] [patch] /etc/periodic reports misconfigurat o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o ports/165809 apache add mod_proxy patch to www/apache22 p bin/165807 trasz setfacl(1): setfacl -b is broken o bin/165783 hrs rtadvd(8) eats 100% cpu o kern/165782 jfv [igb] igb driver should identify hardware, not softwar o ports/165781 avilla [bsd.port.mk] [patch] update font ports management o bin/165780 pw(8) should have a hook for home directory creation o conf/165769 rc [rc][jai][ipv6] IPv6 Initialization on external iface f kern/165745 geom [geom] geom_multipath page fault on removed drive o kern/165740 scsi [cam] SCSI code must drain callbacks before free o ports/165720 yzlin [PATCH] www/suphp: [Add support for lighttpd] o ports/165713 New port: net-mgmt/p5-FusionInventory-Agent-Task-NetDi o ports/165711 New port: net-mgmt/p5-FusionInventory-Agent-Task-SNMPQ o kern/165710 [libc] [patch] RPC: getnetconfig() and other netconfig f ports/165707 edwin ports/dns/rbllookup-ng use accessor method for Net::DN o kern/165700 [libstand] [patch] pxeboot discards network mask assig o kern/165692 bz nd6_nud_hint() a NOP due to removal of route caching o ports/165685 xfce x11-wm/xfce4 - excessive replication of menu items o ports/165673 rodrigc [patch] sysutils/xfsprogs undefined ref to posix_fadvi f ports/165672 sysutils/bacula-server doesn't install all symlinks ne o docs/165657 doc Web site Features page aging o bin/165654 [patch] make pmcannotate(8) work on amd64 o kern/165643 net [net] [patch] Missing vnet restores in net/if_ethersub f ports/165642 kde x11/kde4: keeps locking the screen. o ports/165637 chromium www/chromium: 17.0.963.56 fails to find some ns plugin o ports/165635 chromium www/chromium: 17.0.963.56: proxy isn't read by chrome f ports/165634 chromium www/chromium : 17.0.963.56 doesn't show physical print p kern/165630 brucec [ndis][panic][patch] IRQL_NOT_GREATER_THAN o ports/165623 portmgr Mk/bsd.comands.mk et al -- conflicting uses of ${FILE} o kern/165622 net [ndis][panic][patch] Unregistered use of FPU in kernel a ports/165609 linimon [exp-run] DISTNAME= PORTNAME-PORTVERSION is not needed o ports/165605 pgollucci [exp-run]: remove ports broken with < perl 5.12, clean o bin/165602 [request] pkg_add(1) - extend PACKAGESITE lookup to in o bin/165600 sysinstall sysinstall(8): 8.3 installation DVD asking for non exi o ports/165599 x11 x11/xkeyboard-config: x11/xkbcomp as a RUN_DEPENDS o kern/165595 wireless [ipw] ipw(4): Can't load firmare for ipw2200bg f ports/165594 pgollucci [exp-run], then [repo-copy], then [NEW PORT] lang/perl o ports/165587 wen Fix deskutils/egroupware dependency and configuration o ports/165586 New port german/lx-office-erp, sql-ledger fork with ex f power/165585 x11 x11-servers/xorg-server: Both Xorg and Xorg-server por f kern/165569 yongari [nfe] nfe0 freezs/hangs FreeBSD 9 system after lan cab o ports/165565 New port: www/mod_auth_token Token-based authenticatio s kern/165562 net [request] add support for Intel i350 in FreeBSD 7.4 o i386/165561 i386 [hang] K8N890M-M Boot Hang o kern/165559 [ufs] [patch] ufsmount.h uses the 'export' keyword as o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6 o kern/165547 [ata] NVIDIA MCP67 AHCI SATA controller timeout f ports/165545 python [patch]: net-mgmt/collectd5 doesn't compile against la o ports/165544 mav net/mpd5 fails to listen on tcp port o kern/165543 wireless [ath] ath0 endless scanning of channels without connec o kern/165536 [netisr] netisr bad distribution between CPUs o kern/165527 [libc] [patch] setgroupent() does not make file descrp o kern/165526 net [bxe] UDP packets checksum calculation whithin if_bxe o kern/165521 fs [zfs] [hang] livelock on 1 Gig of RAM with zfs when 31 o kern/165517 wireless [net80211] bgscan isn't triggered when invalid beacons o bin/165516 Calendar for Austria for Ash Wednesday wrong by a week o ports/165502 portmgr [bsd.port.mk] Proposal patch for fixing TARGET_ARCH us o kern/165488 net [ppp] [panic] Fatal trap 12 jails and ppp , kernel wit o kern/165479 rstone [dtrace] [lor] LOR in Userland Dtrace(fasttrap_provs.f p bin/165477 hrs [rc] dhclient is run twice o kern/165475 wireless [ath] operational mode change doesn't poke the underly o bin/165471 bsdgrep(1) hang/very slow with mmap o kern/165463 FreeBSD doesn't work with NIC based on RLT8111E o ports/165457 pgollucci [exp-run]: remove lang/perl5.8 and lang/perl5.10, move o i386/165452 i386 [boot] FreeBSD's system installer stops when setting u o ports/165450 portmgr [patch] Mk/bsd.port.mk: COPYTREE_* macro enhancements o kern/165444 [netisr] [patch] incorrect processing of net.isr.bindt o i386/165434 i386 [boot] Install fail Error 19 o kern/165428 geom [glabel][patch] Add xfs support to glabel o ports/165422 ume security/cyrus-sasl2-saslauthd: saslauthd 2.1.25 cored o ports/165419 portmgr [patch] Mk/bsd.port.mk: "make showconfig" to tell whet o kern/165418 xen [xen] Problems mounting root filesystem from XENHVM f kern/165399 jfv [igb] turn off port on SWITCH do not change status of o kern/165392 fs Multiple mkdir/rmdir fails with errno 31 o kern/165382 wireless [kernel] taskqueue_unblock doesn't unblock currently q o kern/165381 [cpufreq] powerd(8) eats CPUs for breakfast f ports/165366 kuriyama misc/amanda-server: amrecover showing duplicate direct o misc/165363 [build] 9-stable buildworld broken with NO_DYNAMICROOT o ports/165361 gblach x11-wm/e17-module-mem counts memory incorrectly o ports/165360 ashish net-im/ejabberd: ejabberdctl fails to communicate with o ports/165359 python lang/python27 fails to create package on world WITHOUT o amd64/165351 amd64 [boot] Error while installing or booting the freeBSD O o kern/165318 CAM/USB: Western Digital Passport no longer "removable o kern/165315 pf [pf] States never cleared in PF with DEVICE_POLLING o kern/165306 wireless [ath] race conditions between scanning and beacon time o kern/165305 net [ip6] [request] Feature parity between IP_TOS and IPV6 o kern/165303 [est] CPU freq changing not supported on VIA VE-900 (N o kern/165296 net [vlan] [patch] Fix EVL_APPLY_VLID, update EVL_APPLY_PR o kern/165284 shutdown failing since upgrade to 9 f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o kern/165252 virtualization[vimage] [pf] [panic] kernel panics with VIMAGE and PF o docs/165249 doc Multibyte characters in manpages still not displaying o kern/165240 [lor] lock order reversal in vfs layer o ports/165238 portmgr [bsd.port.mk] [patch] Resize port config dialog box in s ports/165227 gnome [UPDATE] libgsf-1.14.22, goffice-0.9.1, gnumeric-1.11. o kern/165220 wireless [ath] "ath_rx_tasklet: sc_inreset_cnt > 0; skipping" m o kern/165214 wireless [ieee80211] Kernel panic in ieee80211_output.c:2505 o ports/165213 kde devel/cmake: Reinplacement of paths in Modules is bad o kern/165212 wireless [ath] No WiFi on Acer Aspire One 751h (Atheros AR5BHB6 o kern/165190 ipfw [ipfw] [lo] [patch] loopback interface is not marking o kern/165181 net [igb] igb freezes after about 2 weeks of uptime o misc/165175 [build] installworld built WITHOUT_LIB32 still install o kern/165174 net [patch] [tap] allow tap(4) to keep its address on clos o kern/165170 [panic] server reboot while pinging o usb/165163 usb [keyboard] The USB RF keyboard and mouse become non-re p stand/165155 jilles [PATCH][bin][standards] xargs does not print diagnosti o kern/165152 net [ip6] Does not work through the issue of ipv6 addresse o kern/165149 wireless [ath] [net80211] Ping with data length more than iv_fr o kern/165146 wireless [net80211] Net802.11 Fragment number is assigned 1 (sh o bin/165120 ed and sed - tmp file handling - security and location o ports/165090 multimedia audio/faad missing head files o ports/165089 clsung The patch of devel/glog is a little wrong o kern/165087 fs [unionfs] lock violation in unionfs o kern/165060 wireless [ath] vap->iv_bss race conditions causing crashes insi o ports/165059 kuriyama emulators/virtio-kmod: networking breaks with a router o kern/165021 wireless [ath] ath device timeout during scan/attach, if wlan_c f bin/164982 gavin sysinstall(8) core dump o bin/164976 dteske [PATCH] tzsetup(8): Fix VERBOSE reporting on results w o ports/164965 office editors/openoffice.org-3 fails to build in moz, nss, a o docs/164958 brd mirror: anonymous SSH based access to anoncvs1.freebsd o kern/164957 Linux emulation freezes machine after heavy usage of c p kern/164951 adrian [ath] [patch] Problem build of if_ath driver with cert a bin/164950 nwhitehorn bsdinstall(8): pc-style partitions: no way to set 'boo o bin/164947 tee looses data when writing to non-blocking file desc o ports/164941 java [UPDATE] [NEW PORTS] java/classpath-initial, including o kern/164909 [cam] devfs does not create entries when removable med a ports/164896 portmgr [exp-run] add support for testing perl modules o kern/164861 Cannot boot from zfs built in degraded mode o ports/164855 rm [PATCH] textproc/py-chardet: adjust value of MASTER_SI f ports/164847 linimon [bsd.port.mk] [patch] java/diablo-jdk16 does not build o kern/164844 [zfs] [mpt] Kernel Panic with ZFS and LSI Logic SAS/SA o ports/164843 avl [NEW PORT] net/freerdp: new version 1.0.0 (and suggest o bin/164834 cperciva freebsd-update(8) does not operate on mounted system o ports/164819 novel x11-wm/openbox package broken? o bin/164808 crontab(1) doesn't support usernames with spaces in th o docs/164803 doc Unclear manual page for mount_unionfs(8) a www/164799 gjb Outdated ports tree growth graph o stand/164793 'write' system call violates POSIX standard o stand/164787 standards dirfd() function not available when _POSIX_C_SOURCE is o amd64/164773 amd64 [boot] 9.0 amd64 fails to boot on HP DL145 G3 [regress o kern/164763 Memory leak in VNET s bin/164752 sysinstall [request] bsdinstall(8): No option of ZFS in FreeBSD 9 o kern/164741 zvol always present as 512 bytes/sector regardless of f kern/164734 [quota] 9.0 quota not working [regression] o ports/164725 jhale graphics/opencv fails in Tinderbox p kern/164724 gnn [dtrace] [patch] Signal bug in Dtrace o kern/164721 wireless [ath] ath device timeouts o amd64/164707 amd64 FreeBSD 9 installer does not work with IBM uefi o ports/164700 leeym net-mgmt/nettop: suddenly core dump o ports/164695 kwm www/swfdec-plugin for firefox does not display the Fla o kern/164694 [ata] Regression in 3726 port multiplier support in 9. o kern/164674 standards [patch] [libc] vfprintf/vfwprintf return error (EOF) o o kern/164656 [headers] [patch] Add size_t declaration to ucontext.h o amd64/164643 amd64 Kernel Panic at 9.0-RELEASE o ports/164638 portmgr [bsd.port.mk] [patch] architecture and OS version depe o kern/164637 [libc] Problem with vsnprintf in libc.so when compiled o kern/164630 xen [xen] XEN HVM kernel: run_interrupt_driven_hooks: stil o docs/164620 doc Raid 1 issues o amd64/164619 amd64 when logged in as root the user and group applications o ports/164618 lx [patch] textproc/scim: building with clang failed o bin/164604 [patch] tftp(1): TFTP pxeboot: should use root-path pr o bin/164585 ping(8) should use clock_gettime instead of gettimeofd f kern/164569 yongari [msk] [hang] msk network driver cause freeze in FreeBS o kern/164565 [padlock] [panic] kernel crash when kldunload'ing padl o bin/164561 portmgr [patch] pkg_version(1): update references to INDEX-8 f o kern/164536 [modules] [request] disable building kernel modules th o bin/164535 [patch] ps(1) truncates command to screen size even wh o kern/164534 csjp [bpf] net.bpf.zerocopy_enable=1 makes pflogd eat cpu a o bin/164526 kill(1) can not kill process despite on -KILL o kern/164499 wireless [wi] [patch] if_wi needs fix for big endian architectu o kern/164495 net [igb] connect double head igb to switch cause system t o kern/164490 net [pfil] Incorrect IP checksum on pfil pass from ip_outp o kern/164475 net [gre] gre misses RUNNING flag after a reboot o kern/164474 The system couldn't turn on a monitor connected via Di o kern/164472 fs [ufs] fsck -B panics on particular data inconsistency f kern/164462 rmacklem [nfs] NFSv4 mounting fails to mount; asks for stronger o amd64/164457 amd64 [install] Can't install FreeBSD 9.0 (amd64) on HP Blad o ports/164453 danfe graphics/luxrender: libpng warning: Application built o kern/164450 xen [xen] Failed to install FreeeBSD 9.0-RELEASE from CD i s kern/164425 [libc] stat(2) doesn't work in 32bit mode on amd64 o ports/164423 portmgr [bsd.port.mk] [patch] Pass MAKE_ENV to recursive make o kern/164402 pf [pf] pf crashes with a particular set of rules when fi o bin/164399 sysinstall bsdinstall(8): 9.0 installer failures o misc/164396 bugmeister [GNATs] add 'enhancement' class o misc/164395 bugmeister [GNATs] add support for .patch attachments o misc/164394 bugmeister [GNATS] Change some fields to 'unset' to prevent misca o conf/164393 rc [rc.d] restarting netif with static addresses doesn't o ports/164390 portmgr [bsd.port.mk] make package-recursive fails with noise o kern/164382 wireless [ath] crash when down/deleting a vap - inside ieee8021 o kern/164370 fs [zfs] zfs destroy for snapshot fails on i386 and sparc o kern/164369 adrian [if_bridge] [patch] two STP bridges have the same id o ports/164367 secteam ports-mgmt/portaudit finds problem in a jail but not o o kern/164365 wireless [iwi] iwi0: UP/DOWN in o ports/164362 mlaier sysutils/pftop fails to compile f ports/164351 portmgr [bsd.port.mk] [patch] fix simple race condition in mak p ports/164349 x11 [PATCH] x11/libXinerama :1 LeftOf or Above :0 mouse is o bin/164348 ntpd(1): ntp.conf restrict default ignore option doesn o ports/164345 tabthorpe Mk/bsd.licenses.mk framework not suitable for linuxula o ports/164332 linimon growisofs/cdrecord error on 9.0R (unable to CAMGETPASS o kern/164329 acpi [acpi] hw.acpi.thermal.tz0.temperature shows strange v p kern/164313 jhb [pci] [patch] Fix pci_get_vpd_readonly_method o ports/164306 update mail/mailagent to 3.1.77 and utmpx fix o bin/164302 [patch] mail(1) expands aliases beyond # o amd64/164301 amd64 [install] 9.0 - Can't install, no DHCP lease o bin/164294 sysinstall bsdinstall(8): FreeBSD 9.0-RELEASE bsdinstall dvd does o ports/164293 rea print/cups-pstoraster failed o bin/164291 sysinstall bsdinstall(8): bsdinstall and filestetyem selection / o bin/164284 sysinstall bsdinstall(8): FreeBSD install assign incorrect dev as o bin/164281 sysinstall bsdinstall(8): please allow sysinstall as installer op o kern/164271 pf [pf] not working pf nat on FreeBSD 9.0 [regression] o bin/164267 sysinstall bsdinstall(8) bugs when RE-installing to GPT partition o kern/164265 net [netinet] [patch] tcp_lro_rx computes wrong checksum i o kern/164261 fs [nullfs] [patch] fix panic with NFS served from NULLFS o kern/164256 fs [zfs] device entry for volume is not created after zfs o kern/164254 geom [geom] gjournal not stopping on GPT partitions o kern/164252 geom [geom] gjournal overflow o ports/164242 bjk net/openafs port breaks with KERNCONFDIR and include o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o sparc/164227 sparc64 [boot] Can't boot 9.0-RELEASE/sparc64 on Blade 1500 s sparc/164226 sparc64 [cd] Data corruption on 9.0-RELEASE when reading from o power/164225 ppc Boot fails on IBM 7028-6E1 (heap memory claim failed) o ports/164222 gnome switching users in gnome3 invokes sanity check o kern/164220 sound preferences does not allow continuous adjustment p docs/164217 trasz [patch] correct synchronize flag in setfacl(1) manpage f bin/164210 dteske [build] [patch] buildworld WITHOUT_OPENSSL stops at us f bin/164209 dteske [build] [patch] buildworld WITHOUT_OPENSSL stops at us o kern/164208 dteske [build] [patch] buildworld WITHOUT_OPENSSL stops at li o kern/164206 kientzle [build] [patch] buildworld WITHOUT_OPENSSL stops at li o kern/164203 [smp] usr/src/sys/sys/smp.h:124: warning: comparison b o ports/164197 smsd(comms/smstools3) doesn't read some configurations o ports/164190 mm [PATCH] devel/liboil: Fix build with clang o kern/164189 [pccard] FreeBSD 9.0-RELEASE on Toshiba Satellite Pro o kern/164184 fs [ufs] [panic] Kernel panic with ufs_makeinode o kern/164145 [netisr] when one of netisr threads take 100% system i o kern/164143 geom [geom] Partition table not recognized after upgrade R8 o bin/164137 tunefs(8): issues inappropriate error-message o amd64/164136 amd64 after fresh install 8.1 release or 8.2 release the har o kern/164132 [xpt] "xptioctl: pass device not in the kernel" noise o bin/164131 cperciva freebsd-update(8) does not check for failed install co o kern/164130 rwatson [netisr] broken netisr initialization o amd64/164116 amd64 [boot] FreeBSD 9.0-RELEASE installations mediums fails o ports/164115 sem net-mgmt/cacti - cacti.sql does have old fashioned TYP o bin/164102 wireless hostapd not configured for 802.11n o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco o bin/164097 sysinstall bsdinstall(8): always installs GPT f bin/164094 sysinstall bsdinstall(8): installer progress over 100% o amd64/164089 amd64 FreeBSD-9.0-RELEASE-amd64-memstick.img does not boot o kern/164082 recurring problem wirh /dev/console and syslog handlin p bin/164081 jilles sockstat(1) not reporting all open sockets o amd64/164073 amd64 /etc/rc warning after booting o ports/164060 net/ucarp doesn't work on FreeBSD 9.0-PRERELEASE o usb/164058 usb [umass] Lexar 8GB USB flash drive doesn't work by defa o ports/164055 sysutils/zfs-periodic: Test if scrubbing is in process o stand/164049 [patch] getconf(1) returns bad value for ULLONG_MAX o conf/164048 /etc/rc.d/hostid is not symlink aware p bin/164042 dteske [PATCH] tzsetup(8): Fix VERBOSE to work with new UTC m p bin/164041 dteske [PATCH] tzsetup(8): Remove unnecessary code duplicatio p bin/164039 dteske [PATCH] tzsetup(8): Don't write /var/db/zoneinfo eithe p bin/164038 wollman [PATCH] tzsetup(8): Increase buffer size to hold error o amd64/164036 amd64 [keyboard] Moused fails on 9_0_RELENG o docs/164034 doc acl(9) documentation lacking o ports/164017 bf [NEW PORT] math/plasma: Parallel Linear Algebra Softwa o ports/164013 gecko www/firefox: Firefox-9 Icons & xpi-addons from ports o ports/164010 timur [patch] net/samba36: Split up samba scripts into more o bin/163992 [patch] dumpfs(8): dumpfs -m is broken o kern/163986 [modules] [patch] avoid reloading modules in devd for o kern/163985 [boot0] Incorrect operand size in boot0 o kern/163978 [hwpmc] [patch] Loading hwpmc with an unknown cpuid ca o kern/163973 [ichwd] ichwd(4) no longer appears to function a ports/163963 linimon Mk/bsd.port.mk, math/spooles-mpich, science/mpqc-mpich o ports/163955 input packet for interface are counted twice o bin/163943 sysinstall bsdinstall(8) fails to detect CD device when booting w o kern/163926 [libkvm] libkvm.so.5 exports private symbols o ports/163909 bf [MAINTAINER-UPDATE][PATCH] please update math/lapacke o ports/163908 fluffy [patch] filesystem based race condition in multimedia/ o kern/163905 [panic] FreeBSD 9x kernel panic without acpi && event o kern/163903 net [igb] "igb0:tx(0)","bpf interface lock" v2.2.5 9-STABL f kern/163890 gavin ps2 keyboard not detected by kernel? [regression] o docs/163879 doc [handbook] handbook does not say about how to force to o ports/163850 New port: cad/linux-bricscad o bin/163837 cperciva freebsd-update(8): i386 lastest.ssl freebsd-update fil o docs/163830 doc device smbios: missing documentation, no manpage o ports/163824 nivit math/jsmath: AMSmath in jsMath-3.6.e will crash if ena o bin/163822 kgdb(1): kgdb -w opens symbols file, not just core, wr o kern/163815 [ahci] [zfs] HDD timeout on ZFS + SB7x0 SATA Controlle o kern/163803 vlan does not work o kern/163801 fs [md] [request] allow mfsBSD legacy installed in 'swap' o ports/163799 delphij net/openldap24-server: slapd not started earlier o conf/163798 [nsswitch.conf] nsswitch.conf with nss_ldap ignore [su o conf/163778 imp [patch] Conditionalize tools in the source tree o bin/163775 [patch] sfxge(4) explitly sets -g -DDEBUG=1; infects k o kern/163770 fs [zfs] [hang] LOR between zfs&syncer + vnlru leading to o bin/163769 [patch] fix zpool(8) compile time warnings o misc/163768 [patch] [boot] fix non-ficl compile time warnings o kern/163759 wireless [ath] ath(4) "stops working" in hostap mode a ports/163749 joerg devel/avrdude fails to reset RTS/DTR properly for Ardu o amd64/163736 amd64 Freebsd 8.2 with MPD5 and about 100 PPPoE clients pani o kern/163724 wireless [mwl] [patch] NULL check before dereference o ports/163720 eclipse java/eclipse doesn't build o kern/163719 wireless [ath] ath interface do not receive multicast f ports/163718 dinoex [PATCH] graphics/jasper: security updates for CVE-2011 o kern/163713 scsi [aic7xxx] [patch] Add Adaptec29329LPE to aic79xx_pci.c o amd64/163710 amd64 setjump in userboot.so causes stack corruption o kern/163701 ifconfig: group parameter makes impossible to restart o bin/163700 logger(1): broken logic when -f option && long lines i o conf/163690 FreeBSD 10.0-CURRENT/amd64: Set WITH_BIND_LIBS=YES doe o kern/163689 wireless [ath] TX timeouts when sending probe/mgmt frames durin o bin/163680 vmstat(8): negative values in vmstat -z p kern/163670 mips [mips][arge] arge can't allocate ring buffer on multip a ports/163665 [New Port]: devel/gerrit - Web based code review and p f ports/163636 mi net/opal fails to build o amd64/163625 amd64 Install problems of RC3 amd64 on ASRock N68 GE3 UCC o kern/163618 panic: vm_fault: fault on nofault entry, addr: c278100 o kern/163608 [lor] Two seemingly vfs-related LORs o bin/163602 pmcstat(8) doesn't search symbols under /boot/modules o kern/163587 [sched_ule] The ULE scheduler does not load in the fou o kern/163585 cpuset(1) by twice kill SMP functionality o kern/163574 wireless [net80211] overly-frequent HT occupancy changes o kern/163573 wireless [ath] hostap mode TX buffer hang o conf/163572 [periodic] not full output in daily run output is ambi o misc/163571 The system may hang after typing reboot o amd64/163568 amd64 hard drive naming o bin/163567 make(1): add option to disable object directory o kern/163559 wireless [ath] kernel panic AH_DEBUG o bin/163547 vmstat(8): vmstat -i show AVG rate instead of rate f ports/163524 linimon [exp-run] estimate number of ports utilizing old inter o bin/163515 [patch] b64encode(1)/uuencode(1) create files with no o ports/163514 itetcu [PATCH] ports-mgmt/tinderbox-devel: Report the proper o threa/163512 threads libc defaults to single threaded o ports/163511 portmgr [PATCH] bsd.port.mk: Allow existing users on system to o conf/163508 rc [rc.subr] [patch] Add "enable" and "disable" commands o kern/163501 fs [nfs] NFS exporting a dir and a subdir in that dir to o kern/163493 FreeBSD 9x amd64 unstable while work with RAM o ports/163489 timur databases/tdb hangs frequently on larger CPU systems o conf/163488 rc Confusing explanation in defaults/rc.conf a bin/163487 markj syslog.conf filtering syntax broken in 9.0-RC3 (was wo o kern/163481 net freebsd do not add itself to ping route packet o bin/163470 bad cksum in tcpdump(1) output o conf/163469 FreeBSD 10.0-CURRENT/CLANG: WITH_LIBCPLUSPLUS= YE o ports/163467 python lang/python27: Ports using python 2.7 and "waf" interm o kern/163464 Invalid compiler flag in /sys/conf/kern.mk o kern/163461 [vfs] vfs.zfs.arc_max/vfs.zfs.arc_meta_limit defaults o bin/163455 [ath] "bssid" in wlanN create_args does not change wla o kern/163410 panic (page fault) when using mfsroot on i386 with 4 G o kern/163370 csjp [bpf] [request] enable zero-copy BPF by default o ports/163339 sunpoet ftp/pure-ftpd: rc script not supports pure-authd f usb/163328 usb [usb] Support for Atheros USB abgn devices a ports/163323 skv x11/rxvt-unicode fails to build with perl-5.12.4_3 and o conf/163321 rc [rc.conf] [patch] allow _fib syntax in rc.conf o kern/163318 wireless [ath] ath(4) stops working p kern/163312 wireless [panic] [ath driver] kernel panic: page fault with ath o kern/163310 Panics, sudden reboots and file system corrupts with s o misc/163304 complete LLVM toolset in the source tree made availabl o amd64/163285 amd64 when installing gnome2-lite not all dependent packages o amd64/163284 amd64 print manager failed to install correctly o kern/163268 acpi [acpi_hp] fix driver detach in absence of CMI o misc/163263 grog crash on VirtualBox when ACPI is enabled o kern/163245 marcel kernel panic if set /boot/loader.conf vfs.root.mountfr o kern/163240 marius Power down PHY when "none" media is selected o kern/163237 wireless [ath] AR5416 as HostAP. Delays among clients when a cl o ports/163226 obrien [patch] vietnamese/libviet: respect CC/CFLAGS a bin/163219 gordon [patch] man: fix 'zcat: standard input is a terminal - o kern/163208 pf [pf] PF state key linking mismatch o conf/163168 JIS X0208 space should be treated as printable in ja_J o kern/163164 FreeBSD 9.0-RC3 amd64 freezes on boot o kern/163154 [iwn] fatal firmware error on 9.0-RC3 o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page o ports/163142 vbox emulators/virtualbox-ose: virtualbox doesn't work on n o bin/163127 brooks sshd(1): SSHD_config Bad configuration option: NoneEna f ports/163126 security/sshguard changed from syslog.conf to daemon b o bin/163123 sysinstall bsdinstall(8): IPV6 only errors connecting o kern/163117 sporadic boot-time panics on 9.0-RC2 and 9.0-RC3 w/ ce o amd64/163114 amd64 no boot on Via Nanao netbook Samsung NC20 o ports/163111 kwm Error building x11-fonts/cantarell-fonts p bin/163095 bz Add WITH_OPENSSH_NONE_CIPHER src.conf(5) knob o amd64/163092 amd64 FreeBSD 9.0-RC2 fails to boot from raid-z2 if AHCI is o kern/163091 usb [panic] Fatal trap 12: page fault while in kernel mode o kern/163082 wireless [ath] ar9285 diversity fixes s ports/163066 mandree [patch] bsd.database.mk: Allow db5 to be selected by U o kern/163065 UDF support for symbolic links with absolute path is b o kern/163064 [fix][sym]driver tries to nego synch trans with everyo o bin/163062 csplit(1) includes extra lines in inner context o misc/163051 Small disk sizes with 4k sectors have far too few inod o amd64/163048 amd64 normal user cant mount ntfs-3g s kern/163033 [request] 'out of swap space' message should be ammend o ports/163022 sunpoet New port: databases/p5-bucardo Asynchronous PostgreSQL a kern/163020 geom [geli] [patch] enable the Camellia-XTS on GEOM ELI o ports/163015 bf [restore port] new port math/it++ (restore port from A o ports/162991 java java/openjdk6 fails to build f ports/162990 mi net/minidlna - requires elevated privileges o ports/162988 maho port bug: math/octave fails to link libumfpack o ports/162977 lev devel/subversion: svn 1.7 does not know who I am at al o kern/162976 [libc] cron fails unnecessarily via setlogin(2) with s o kern/162952 [headers] Problems including netinet/tcp_var.h a ports/162948 fjoe [exp-run] 10.0 exp-run without libreadline in base sys o kern/162944 fs [coda] Coda file system module looks broken in 9.0 o kern/162943 uClibc explicit runtime loader segfaults under FreeBSD o ports/162939 gecko www/firefox crashes with Zotero add-on o amd64/162936 amd64 fails boot and destabilizes other OSes on FreeBSD 9 RC o kern/162927 net [tun] Modem-PPP error ppp[1538]: tun0: Phase: Clearing o kern/162926 net [ipfilter] Infinite loop in ipfilter with fragmented I o ports/162924 portmgr [bsd.port.mk] [patch] report more information at port/ o bin/162905 -E flag in newfs(8) has no effect o conf/162884 FreeBSD's termcap ships monochrome rxvt-unicode entry o kern/162867 better zfs_cv_init o misc/162866 [build] [patch] extract revision from hg in newvers.sh o kern/162860 fs [zfs] Cannot share ZFS filesystem to hosts with a hyph o kern/162859 acpi [acpi] ACPI battery/acline monitoring partialy working o bin/162798 add p flag to newsyslog.conf o conf/162794 I experience problem with my network ethernet adapter p kern/162789 glebius [PATCH] if_clone may create multiple interfaces with t o ports/162780 office editors/libreoffice without GUI o docs/162775 mm zpool(1): Document some undocumented zpool import opti o docs/162765 doc [patch] lseek(2) may return successful although no see o kern/162751 fs [zfs] [panic] kernel panics during file operations o kern/162736 r214955 (nanobsd) broke build with whitespace in KERNC o misc/162724 make whereobj doesn't work after make buildenv o ports/162721 portmgr [PATCH] bsd.port.mk: config target should complain if o bin/162715 pam_krb5(8): pam_krb5 not storing tickets in /tmp p amd64/162708 jhb FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex G o ports/162706 maho math/suitesparse port does not properly detect or link o docs/162699 doc Handbook/Upgrading instructions: should mention delete o kern/162690 geom [geom] gpart label changes only take effect after a re o bin/162681 pkg_add(1): new installer does not add doc packages o kern/162677 xen [xen] FreeBSD not compatible with "Current Stable Xen" o kern/162648 wireless [ath] AR9227 ADC DC calibration failure o kern/162647 wireless [ath] 11n TX aggregation session / TX hang o bin/162645 zfs(1): Option parse failure for 'aclmode' when creati o ports/162644 secteam ports-mgmt/portaudit omit fetch output unless verbose o conf/162642 rc .sh scripts in /usr/local/etc/rc.d get executed, not s o kern/162620 [ata] SATA device lost when changing brightness on Len o kern/162609 [ata] Cannot write to Sony DRU-835A DVD drive o ports/162607 little correction for comms/smstools3 o bin/162605 sysinstall sysinstall(8) doesn't identify CD/DVD drives for the u o ports/162602 lippe devel/st [patch] event.c missing from work/st-1.9/Make o kern/162591 fs [nullfs] cross-filesystem nullfs does not work as expe f bin/162588 dim libz partially broken when compiled with clang [was: n o docs/162587 doc unclear/incomplete description of per-interface statis o kern/162558 net [dummynet] [panic] seldom dummynet panics o kern/162524 No full shutdown in FreeBSD 9.0-RC1 o java/162522 java OpenJDK 6 is not setting close on exec o kern/162519 fs [zfs] "zpool import" relies on buggy realpath() behavi o sparc/162513 sparc64 mpt(4), mptutil(8) reports variable, erroneous drive i f kern/162509 yongari [re] [panic] Kernel panic may be related to if_re.c (r o bin/162503 makefs(8) creates a bad image for UFS2 o kern/162502 [md] mount -t mfs on vnode-based md device destroy him o ports/162500 maho math/suitesparse: gmake[2]: *** run: Segmentation faul o bin/162495 dc(1): dc -e "5 3 %p 1k 5 3 %p" o amd64/162489 amd64 After some time X blanks the screen and does not respo p kern/162475 bschmidt [ath] functions with return type HAL_BOOL (might) retu o ports/162463 skv lang/perl5.12: perldoc shows escape codes o misc/162455 FreeBSD 9x unstable with file-based swap o stand/162434 standards getaddrinfo: addrinfo.ai_family is an address family, o docs/162433 gavin [handbook] QEMU instructions for FreeBSD guests s www/162430 bugmeister gnats pr-submission mechanism suxx o bin/162429 sysinstall bsdinstall(8): 9.x installer: selecting ZFS for the ro o bin/162428 sysinstall bsdinstall(8): should check available disk space from o docs/162419 doc [request] please document (new) zfs and zpool cmdline o docs/162404 doc [handbook] IPv6 link-local address compared with IPv4 p threa/162403 davidxu regression in FreeBSD/9 regarding pthread timeouts in o kern/162396 [libc] [patch] remove loop in globpexp1()@lib/libc/gen o kern/162382 [swap] Orphaned swap references not garbage collected; o ports/162381 sunpoet [PATCH] audio/icecast2 upgrade to kh development branc o kern/162374 posix_openpt wrongly removed O_CLOEXEC o kern/162373 VESA framebuffer memory mapping fails with EINVAL for o kern/162369 kernel problem at shutdown is system has no keydoard o kern/162367 SATA 3.0Gb/s not enabled on Nvidia nForce 430 o bin/162364 sysinstall sysinstall(8): update sysinstall ftp mirror list for c o kern/162362 fs [snapshots] [panic] ufs with snapshot(s) panics when g o docs/162354 gjb Improve wording in rc.conf(5) regarding network-interf o ports/162350 office ports/editors/openoffice.org-3 spawns a lawine of gmak o kern/162347 secteam [kernel] [patch] remove the extra variable in /sys/lib o kern/162342 FreeBSD hides gpt labels after mounting ZFS partitions o misc/162338 POLA: mkisoimages.sh does not support extra-bits-dir p o amd64/162314 amd64 not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as o ports/162313 acm print/foo2zjs: example devd rules f usb/162306 usb usb devices cant get address asignation, no memories, o kern/162294 Reading DMI memory parts using mmap freeze the system o kern/162277 Repeatable system crash when offlining a zpool vdev o kern/162267 qingli [mpd] mpd kernel panic p ports/162261 kde sysutils/k3b-kde4 - fails to compile with ffmpeg-devel o bin/162258 sysinstall sysinstall(8): long-time bugs o kern/162256 scsi [mpt] QUEUE FULL EVENT and 'mpt_cam_event: 0x0' o kern/162250 problems with the work with hard drives Hitachi HDS721 o kern/162228 Panic in ufsdirhash_build() p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 o amd64/162219 amd64 [REGRESSION] In KDE 4.7.2 cant enable OpenGL,in 4.6.5 o bin/162211 Calendar no longer handles first/last day events in 8. o ports/162207 danfe audio/cdparanoia: crash while building the port. o kern/162201 zec [ip] [patch] multicast forwarding cache hash always al o kern/162195 panic with soft updates journaling during umount -f o bin/162189 kientzle FreeBSD unzip does not restore file permissions proper o kern/162182 Extreme slowness from HighPoint RocketRaid 622 o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s s ports/162178 portmgr [bsd.port.mk] Add bsd.clang.mk with Clang/LLVM support o bin/162175 sysinstall [patch] bsdinstall(8): add keymap selection loop and t o amd64/162170 amd64 Unable to install due to freeze at "run_interrupt_driv o kern/162160 9-RC1 over IPMI Virtual CD causes unexpected behaviur o arm/162159 arm [panic] USB errors leading to panic on DockStar 9.0-RC o kern/162153 net [em] intel em driver 7.2.4 don't compile o kern/162110 net [igb] [panic] RELENG_9 panics on boot in IGB driver - o ports/162075 gecko www/firefox >= 7.0.1_2 bug with respect to pentadactyl o usb/162054 usb usbdump just hangs on 9.0-RC1 o ports/162045 print/ghostview 1.5_2 coredumps on certain files f amd64/162043 gavin dev.cpu.0.freq is missing [regression] o ports/162042 bapt [patch] multimedia/libass: add HARFBUZZ option o kern/162036 [geom] Fatal trap 12: page fault while in kernel mode o kern/162028 net [ixgbe] [patch] misplaced #endif in ixgbe.c o kern/162010 geom [geli] panic: Provider's error should be set (error=0) o kern/162009 [patch] [kerberos] getpwnam_r buf too small nfs assign o bin/161986 [patch] netstat(1): Interface auto-width in "netstat - o ports/161984 autotools [patch] devel/libtool: don't split INFO doc (install) o kern/161979 geom [geom] glabel doesn't update after newfs, and glabel s s ports/161976 zi net-mgmt/net-snmp: ifSpeed for lagg interface is not a o amd64/161974 amd64 FreeBSD 9 new installer installs succesful, renders ma o kern/161968 fs [zfs] [hang] renaming snapshot with -r including a zvo o kern/161949 [kernel] 64-bit structures are used even with 32-bit c o power/161947 ppc multimedia/libdvdnav builds broken binaries on big end o ports/161938 rm New port www/pyLoad a fast, lightweight and full featu o kern/161936 csjp [openbsm][patch] praudit can produce invalid XML outpu o bin/161929 sysinstall bsdinstall(8): (change partition editor screen default o bin/161928 sysinstall bsdinstall(8): (add option to enable 2 button mouse co o bin/161924 sysinstall bsdinstall(8): add msg box telling user to remove inst o bin/161923 sysinstall bsdinstall(8) games & ports install options o misc/161917 pjd pjdfstest doesn't detect setup/teardown failures prope o misc/161915 pjd pjdtests don't articulate requirements very well p kern/161912 jh [kernel] [patch] kernel sends incorrect notify to devc o kern/161908 melifaro [netgraph] [patch] ng_vlan update for QinQ support o kern/161901 smh [cam] [patch] cam / ata timeout limited to 2147 due to p kern/161897 ae [zfs] [patch] zfs partition probing causing long delay o bin/161893 [patch] sshd(8) DenyUsers user@!*.dom doesn't work o kern/161888 [kerberos] nfs -sec=krb5x/ldap/krb5-heimdal fix/upgrad o kern/161887 [vm] [panic] panic at vm_page_wire with FreeBSD 9.0 Be o kern/161886 [kerberos] [patch] der_xx_oid not declared before use o gnu/161869 [binutils] [patch] breaks llvm bootstrap on FreeBSD 8. o kern/161864 fs [ufs] removing journaling from UFS partition fails on o kern/161854 [kerberos] [patch] _gsskrb5_pname_to_uid lname lookup o kern/161837 sysinstall [libdisk] [patch] sysinstall(8) has a 32 disk limit o kern/161809 scsi [cam] [patch] set kern.cam.boot_delay via build option o bin/161807 fs [patch] add option for explicitly specifying metadata o kern/161805 qingli [regression] [panic] [arp] Repeatable panic in ARP cod f usb/161793 usb poor EHCI usb2 i/o performance o ports/161789 office editors/openoffice.org-3: compilations fails in module o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o kern/161768 [ahci] [panic] Panics after AHCI timeouts o ports/161765 mm net/relayd: relayd fails to initialize on systems with o ports/161763 sunpoet [PATCH] audio/icecast2: add favicon.ico p bin/161756 jilles [patch] sh(1) /bin/sh: read files in 1024-byte chunks o kern/161755 Kernel fails to report negative malloc type statistics o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented o kern/161752 geom [geom] glabel(8) doesn't get gpt label change o bin/161720 sysinstall bsdinstall(8): partition editor does not put partition s kern/161719 [request] Support for Realtek 5209 SD card reader o kern/161715 acpi [acpi] Dell E6520 doesn't resume after ACPI suspend o kern/161713 acpi [acpi] Suspend on Dell E6520 o kern/161702 firewire [firewire] Firewire messages on DELL E6520 running 8.2 f ports/161690 New port: games/prboom-plus Port of ID Software's Doom o bin/161677 geom gpart(8) Probably bug in gptboot p ports/161676 gnome databases/libgda4: [UPDATE] to 4.2.9; improvements o kern/161579 fs [smbfs] FreeBSD sometimes panics when an smb share is o ports/161578 devel/strace is not working o ports/161574 demon Can't compile devel/p5-Locale-gettext on 9.0beta o ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o ports/161549 timur Bugs with aio_suspend configure test in net/samba35 o bin/161547 sysinstall [patch] bsdinstall(8) should identify wireless network o ports/161546 multimedia [PATCH] multimedia/mkvtoolnix: make some dependencies o bin/161540 cperciva gzippped kernel is not updated by freebsd-update(8) o kern/161533 fs [zfs] [panic] zfs receive panic: system ioctl returnin o bin/161528 tftpd(8): tftpd[86572]: Timeout #3 on ACK 2 o bin/161526 script(1) outputs corrupt if input is not from a termi o bin/161515 systat(8) does not show Disk MB/s for md devices o gnu/161499 [libstdc++] [patch] Use FreeBSD's atomic.h if no cpu-s o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must o kern/161481 [libc] mount(2) fails with ENAMETOOLONG with path shor o ports/161480 x11 [patch] x11/luit: don't depend on pty(4), use openpty( o bin/161475 [patch] man(1), treat pipe & files w/o slash o kern/161456 [libpam] on a system bound to an LDAP server, top trie o bin/161439 umount(8): umount -a -t doesn't work with nested o kern/161438 fs [zfs] [panic] recursed on non-recursive spa_namespace_ o kern/161424 fs [nullfs] __getcwd() calls fail when used on nullfs mou o ports/161417 portmgr [patch] Mk/bsd.port.mk: USE_ICONV, treat iconv() in li o bin/161401 [patch] have service(8) run scripts with the same reso o ports/161390 wen [maintainer] chinese/cxterm broken because does not co o ports/161359 maho math/gotoblas build fails on "Sandy Bridge" CPU o kern/161326 [build] [patch] cannot buildworld FreeBSD-9.0-BETA3 (R o kern/161318 xen [xen] sysinstall crashes with floating point exception o kern/161293 wireless [iwn] hang at startup when starting network o kern/161280 fs [zfs] Stack overflow in gptzfsboot f ports/161278 net/dante: getoutaddr(): address [...] selected, but n o kern/161277 net [em] [patch] BMC cannot receive IPMI traffic after loa s kern/161260 [request] need mps on RELENG_7 for dell servers (PERC o bin/161257 procstat(1): procstat should grow a -l flag to display s kern/161251 [request] Port otus driver from OpenBSD. o kern/161248 [ahci] Time out, extremly slow response while copying o kern/161233 [build] update RELENG_8 make buildworld error gcc. o kern/161212 [radeon] [panic] Radeon 4650 on amd64 crashes kernel o o kern/161205 fs [nfs] [pfsync] [regression] [build] Bug report freebsd o ports/161197 kuriyama cannot portupgrade ports/textproc/jade with CLANG o www/161174 www Make http://www.freebsd.org/cgi/search.cgi search GNAT o kern/161169 fs [zfs] [panic] ZFS causes kernel panic in dbuf_dirty p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 f bin/161113 sysinstall bsdinstall(8): 9.0-BETA3: overwrites Win*-bootcodes wi o kern/161112 fs [ufs] [lor] filesystem LOR in FreeBSD 9.0-BETA3 o arm/161110 arm /usr/src/sys/arm/include/signal.h is bad o conf/161107 rc [rc] stop_boot in mountcritlocal usage is incorrect. o bin/161101 sysinstall bsdinstall(8): 9.0-BETA3: partition editor: UFS-option o bin/161100 sysinstall bsdinstall(8): 9.0-BETA3: Add User but no Add Group o kern/161097 [sched_ule] Unkillable process hanging waiting for "ex o kern/161094 virtualization[vimage] [pf] [panic] kernel panic with pf + VIMAGE wh f ports/161070 infinite loop for graphics/xfig on 9.0-CURRENT o ports/161069 mm multimedia/ffmpeg: CLANG: /usr/bin/ld: libavcodec/x86/ o bin/161058 enc(1): enc0 not capturing outgoing IPSEC encrypted tr o bin/161056 sysinstall bsdinstall(8): could allow full control over newfs arg o bin/161055 sysinstall bsdinstall(8): partitioner should auto-populate GPT la f bin/161054 sysinstall bsdinstall(8): partitioner should list valid "type"s o bin/161053 sysinstall bsdinstall(8): network setup dialog is hard to navigat o bin/161052 sysinstall bsdinstall(8): should be consistent about saving confi o bin/161050 sysinstall bsdinstall(8): should use new syntax for IPv4 in rc.co o bin/161049 sysinstall bsdinstall(8): could try to tell if SSDs support TRIM o bin/161047 sysinstall [patch] bsdinstall(8): should not run on vt0 o power/161045 ppc X doesn't detect ADB mouse up event until another even o arm/161044 arm devel/icu does not build on arm a kern/161043 jhb [psm] PS/2 mouse does not work in 9.0-BETA2/-CURRENT [ o kern/161035 wireless [ieee80211] Incorrect number describing 11ng MCS rate o bin/161028 [PATCH] service(8) -- Minor improvements f kern/161013 pjd [geli] geli with HMAC/MD5 authentication fails during o kern/160994 buf_ring(9): MD assumption in MI code s ports/160993 New port: security/sqlcipher o kern/160992 buf_ring(9) statistics accounting not MPSAFE o bin/160975 ipfw(8): ipfw's uid matching doesn't function with IPv o ports/160968 x11 [patch] ports/x11/libXi broken manpages o bin/160967 newsyslog(8) is not working o ports/160963 x11 [patch] x11/bigreqsproto: disable specs o kern/160922 kientzle [libarchive] libarchive stops buildworld using WITHOUT o ports/160906 brooks net/openmpi compile error on FreeBSD 8 o misc/160896 imp [nanobsd] [patch] use getopts, jobs option, delay -c u o kern/160893 fs [zfs] [panic] 9.0-BETA2 kernel panic o kern/160873 net [igb] igb(4) from HEAD fails to build on 7-STABLE o kern/160860 fs [ufs] Random UFS root filesystem corruption with SU+J o ports/160856 jhale graphics/opencv-core: CLANG build fails o ports/160843 cperciva portsnap3.FreeBSD.org, Snapshot appears to be more tha o kern/160838 acpi [acpi] ACPI Battery Monitor Non-Functional o bin/160834 [patch] grep(1): fixes for POSIX conformance o kern/160833 amd64 Keyboard USB doesn't work o ports/160829 timur devel/talloc hangs during configure on FreeBSD 9.0-BET o bin/160803 wpa_cli(8): (malloc) /usr/src/lib/libc/stdlib/malloc.c o kern/160802 [install] USB installation image fails to boot if BIOS o kern/160801 fs [zfs] zfsboot on 8.2-RELEASE fails to boot from root-o o kern/160790 fs [fusefs] [panic] VPUTX: negative ref count with FUSE o kern/160786 [ahci] [ata] Drive not detected when using AHCI on Mar o kern/160777 fs [zfs] [hang] RAID-Z3 causes fatal hang upon scrub/impo o kern/160760 (Kernel) Log messages garbled/interleaved o kern/160750 net Intel PRO/1000 connection breaks under load until rebo o bin/160745 sed(1) appends '\n' at the end of binary data (unlike o ports/160717 python port: lang/python27 causing other ports to hang during o threa/160708 threads possible security problem with RLIMIT_VMEM o kern/160706 fs [zfs] zfs bootloader fails when a non-root vdev exists o ports/160695 rafan devel/ncurses libncurses.a doesn't contain libtinfo.a o kern/160693 net [gif] [em] Multicast packet are not passed from GIF0 t f kern/160692 FreeBSD must consider shipping with SC_PIXEL_MODE on ( o kern/160691 Negative ping times (serious time keeping problem?) on o ports/160688 hrs print/acroread9 runtime fails with "failed to load mod o kern/160652 siba_bwn in GENERIC o misc/160646 [build] [patch] rework build of osreldate.h to not dep a ports/160643 sunpoet [PATCH] sysutils/createrepo: update to 0.9.9 o kern/160611 lzjb_uncompress possible access violation? o kern/160591 fs [zfs] Fail to boot on zfs root with degraded raidz2 [r o bin/160586 newsyslog(8) can't properly rotate log files when ther o java/160553 java Jaikoz java based audio tagger core dumps o ports/160551 wen graphics/mapserver: CLANG: ./include/agg_renderer_outl o kern/160541 virtualization[vimage][pf][patch] panic: userret: Returning on td 0x o misc/160530 imp [nanobsd] [patch] remove hardcoding of slice names o misc/160517 X pseudo-terminals are not registered in utmp and wtmp o kern/160496 virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE p ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn o docs/160460 doc [handbook] Network setup guide suggestion o docs/160446 doc [handbook] Handbook sound setup seems outdated o docs/160445 doc [handbook] Handbook does not mention ACL o misc/160443 imp [nanobsd] [patch] make nanobsd builds deterministic an o usb/160436 usb ucom wedges machine on parity error ? o bin/160433 melifaro [patch] syslogd(8) receiver buffer sizes set incorrect p kern/160430 kientzle [libarchive] [patch] Add __packed to libarchive cpio m o ports/160422 nox astro/google-earth: crashes on FreeBSD 9.0 o kern/160419 acpi [acpi_thermal] acpi_thermal kernel thread high CPU usa o bin/160412 wrong value in systat(1) o kern/160410 fs [smbfs] [hang] smbfs hangs when transferring large fil o kern/160409 geom [geli] failed to attach provider o conf/160403 rc [rc] [patch] concurrently running rc-scripts during bo o docs/160399 doc Man page for re(4) missing jumbo frames info o kern/160392 [panic] double fault on configuring for php5-filter-5. o kern/160391 wireless [ieee80211] [patch] Panic in mesh mode o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local o bin/160386 [patch] invert Z axis movement via moused(8) o kern/160370 pf [pf] Incorrect pfctl check of pf.conf o bin/160320 netstat(1): netstat -f inet6 does not output properly o kern/160307 [dtrace] dtrace -lv can not identify the args of the o usb/160299 usb MicroSDHC-to-USB adapters do not work in FreeBSD 8.x o bin/160298 sysinstall(8) does not allocate enough space in / for o kern/160296 wireless [zyd] [panic] 802.11 usb device reboots system on 'ifc o bin/160295 hrs [patch] ypserv(8): ypserv -P [bin/109494] breaks tcp o kern/160294 [headers] [patch] missing cast in "/usr/include/assert o kern/160293 net [ieee80211] ppanic] kernel panic during network setup o kern/160283 fs [zfs] [patch] 'zfs list' does abort in make_dataset_ha a bin/160280 [patch] tcpdump(1): Segmentation Fault (core dumped) o bin/160275 rstone [patch] dtrace(1): dtrace -lv causes "unknown function f ports/160263 obrien shells/bash bug: testing condition for [ -x file ] is o conf/160240 rc rc.d/mdconfig and mdconfig2 should autoset $_type to v o conf/160227 [keyboard] Please include new keyboard mapping: French o conf/160225 [periodic] /etc/periodic/weekly/310.locate doesn't see o kern/160206 net [gif] gifX stops working after a while (IPv6 tunnel) o usb/160192 usb [install] Installation from USB-Stick doesn't find the o misc/160176 wireless [mips] [panic] Kernel panic on AR7161 platform with AR o misc/160011 [boot] Installer Disk will not boot o ports/160010 portmgr [patch] Mk/bsd.port.mk: cleanup orig files in post-pat a ports/159982 swills [MAINTAINER] mail/rubygem-vmail: update to 2.3.2 o ports/159970 portmgr [PATCH] bsd.port.mk Deprecate using PATCHDIR and use F o ports/159946 portmgr [PATCH] [bsd.port.mk] Add support for make search lice o ports/159943 delphij openldap slapd ignores rc.conf slapd_krt5_ktname o ports/159939 skv [patch] lang/perl5.10 to address build failure in ext/ f ports/159938 lx graphics/shotwell received an X Window System error. o kern/159930 fs [ufs] [panic] kernel core p ports/159928 gnome Updates graphics/clutter to 1.6.16 o kern/159918 jail [jail] inter-jail communication failure f ports/159917 bf [PATCH]math/scilab: fix buld with lang/gcc46, blas/lap o kern/159916 [headers] stdarg.h doesn't have a lint version of va_c o kern/159912 [new driver] [request] Port urtwn from OpenBSD to Free o conf/159846 rc [rc.conf] routing_stop_inet6() logic doesn't handle ip o ports/159839 wen graphics/mapserver: bump Python version o ports/159838 wen graphics/mapserver: PDF output doesn't work o misc/159837 bugmeister Ports PR autoassigner does not understand long lines o bin/159833 smh camcontrol(8): [patch] add ATA security options to cam o kern/159817 net [udp] write UDPv4: No buffer space available (code=55) o kern/159809 [build] RELENG_8_1 /UPDATING wrong re: COMPAT_IA32 ali f ports/159807 hrs RC file for net/mrouted causes kernel panic by running o kern/159795 andre [tcp] excessive duplicate ACKs and TCP session freezes o ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i o ports/159787 java java/openjdk6 nio muti-thread bug o kern/159780 jonathan [kernel] [patch] make sys/vfs_subr.c more jail-friendl o kern/159745 [libssh] [patch] Fix improperly specified dependency l o bin/159730 make(1) in parallel mode fails report failure of @-pre o ports/159677 wen graphics/qgis: /usr/ports/graphics/qgis/work/qgis-1.7 a bin/159665 rik [patch] ctm(1) does not work with bzip2 or xz compress o misc/159654 46 kernel headers use register_t but don't #include bpf_if->bif_dlist p kern/158880 mp [bpf] bpf_filter() can leak kernel stack contents o kern/158874 [vesa] I cannot change tty screen with vidcontrol(1) ( o kern/158839 fs [zfs] ZFS Bootloader Fails if there is a Dead Disk o kern/158802 fs amd(8) ICMP storm and unkillable process. o bin/158794 line has been ignored in /etc/newsyslog.conf o ports/158791 sbz Update security/openvas-* p bin/158775 jhb [patch] top(1)'s output when using 'C' and 'H' interac o bin/158756 newfs_msdos(8) creates invalid image o kern/158755 [libc] mmap fails with addr=NULL, flags=MAP_STACK o conf/158734 netif stop don't destroy cloned_interfaces o kern/158726 net [ip6] [patch] ICMPv6 Router Announcement flooding limi o bin/158725 [patch] column(1): `column -t` always separates column o kern/158707 [panic] kernel trap 12 with interrupts disabled o bin/158706 [regression] sed(1) in 8.2 gives incorrect output comp o kern/158694 net [ix] [lagg] ix0 is not working within lagg(4) o kern/158689 acpi [acpi] value of sysctl hw.acpi.thermal.polling_rate ne p bin/158682 jhb top(1) man page not mentioning all flags that are togg o kern/158665 net [ip6] [panic] kernel pagefault in in6_setscope() o i386/158653 i386 installing PC-BSD 9 Current with legacy USB Keyboard d o ports/158647 novel audio/bebocd: request for marking it BROKEN and DEPREC o misc/158637 Cannot reinstall 8.2-RELEASE after HEAD o kern/158635 net [em] TSO breaks BPF packet captures with em driver p bin/158580 edwin [patch] Disable ncal(1)s date highlighting if stdout i f kern/158569 gavin [ahci] ROOT MOUNT ERROR (caused by AHCI module) o conf/158557 rc [patch] /etc/rc.d/pf broken messages o conf/158551 [patch] Enhance periodic 800.scrub-zfs script to handl o ia64/158547 ia64 [ia64] Epilog counter (ar.ec) needs to be saved and re o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s o ports/158529 x11 [patch] x11-servers/xorg-server: conditionalize --with o ports/158513 x11 Broken Xvideo in x11-drivers/xf86-video-intel drivers o bin/158500 [patch] Add -p to arp(8) to hide permanent entries o kern/158432 [panic] gssd(8) generate much network traffic and led o kern/158418 [includes] /usr/include librarys broken by unnecessary p kern/158398 geom [headers] [patch] includes f kern/158391 gavin [pci] Resource allocation issues with hda/ath o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7) o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A o docs/158378 kientzle cpio/bsdcpio(1) man page does not document -0 and --nu o kern/158376 [udf] [patch] The UDF file system under counts the num o ports/158374 acm databases/firebird21-client coredumps o bin/158363 [patch] partial restore problem in restore(8) o kern/158351 [cam] [patch] missing #includes in o kern/158340 [rpc] Possible dereference of null pointer by code tha p kern/158339 pjd [rpc] [patch] replay_alloc() could dereference a null p kern/158307 hrs [ip6] ipv6_pktinfo breaks IPV6_USE_MIN_MTU o bin/158296 portmgr pkg_add(1) does not search entire PKG_PATH for depende o kern/158268 [ata] SIGNATURE: ffffffff with Promise PDC40718 f i386/158264 gavin Intel Motherboard S5500BCR shut down and power on afte o kern/158231 fs [nullfs] panic on unmounting nullfs mounted over ufs o o kern/158230 libdisk(3) segfault in Open_Disk() with "ada0" f kern/158201 yongari [re] re0 driver quit working on Acer AO751h between 8. o i386/158200 i386 wifi doesn't work on Acer AO751h, maybe WMI needs to b o kern/158197 geom [geom] geom_cache with size>1000 leads to panics f ports/158192 sunpoet devel/nant: NAnt 0.90 fails to build from ports o kern/158185 bz [ip6] IPv6 does not manage the NIC's route when doing f ports/158181 gavin databases/unixODBC databases/libodbc software packages o conf/158171 jpaetzel [patch] Modify rc scripts for ftp-proxy and pflog to s o kern/158160 [coretemp] coretemp reports incorrect CPU temperature o conf/158127 rc [patch] remount_optional option in rc.initdiskless doe o bin/158125 [patch] whois(1) takes too long to move to next addres o kern/158098 pjd [hast] problem with copying data on hast-device o kern/158086 [digi] [patch] Update digi(4) to work with TTYng o kern/158066 ipfw [ipfw] ipfw + netgraph + multicast = multicast packets f ports/158061 kwm New ports: net-im/sofia-sip and net-im/telepathy-sofia o kern/157946 [patch] 'BSM conversion requested for unknown event' g f kern/157932 gavin [cas] loading CAS4 at boot hangs system f kern/157929 fs [nfs] NFS slow read o docs/157908 doc [handbook] Description of post-install should include o conf/157903 [devd.conf] [patch] automated kldload for USB class de o ports/157887 osa [UPDATE] sysutils/ccd2iso update and change maintainer o kern/157879 geom [libgeom] [regression] ABI change without version bump f ports/157873 edwin [PATCH] net/dhcprelay: rc.d script does not work o kern/157869 easy to create zvols that cannot be forgotten o kern/157863 geom [geli] kbdmux prevents geli passwords from being enter f kern/157802 net [dummynet] [panic] kernel panic in dummynet o kern/157796 ipfw [ipfw] IPFW in-kernel NAT nat loopback / Default Route o kern/157785 net amd64 + jail + ipfw + natd = very slow outbound traffi o kern/157770 scsi [iscsi] [panic] iscsi_initiator panic o misc/157764 jfbterm + mplayer = hang o gnu/157755 [patch] gdb(1) hardware watchpoints do not work correc o bin/157748 calendar(1): Patch for src/usr.bin/calendar/calendars/ o kern/157739 geom [geom] GPT labels with geom_multipath o kern/157724 geom [geom] gpart(8) 'add' command must preserve gap for sc o kern/157723 geom [geom] GEOM should not process 'c' (raw) partitions fo p bin/157718 edwin input data trigers a core dump from calendar(1) [regre o bin/157700 tftpd(8) in 8.2-RELEASE expects more data after EOF o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size o kern/157689 ipfw [ipfw] ipfw nat config does not accept nonexistent int p kern/157670 bz [patch] IPv6 in IPsec packets always get passed to pfi o bin/157635 sysinstall sysinstall(8): "none" Do not install a boot manager - o ports/157600 eclipse java/eclipse: option WITH_TESTS missing distinfo entry o ports/157554 apache www/apache22: Apache RLimitNPROC does not work as inte o ports/157546 portmgr [PATCH] Add feature to bsd.port.mk: Warn on deinstall o ports/157544 Updates for databases/linux-oracle-instantclient-* o misc/157533 imp [nanobsd][patch] save_cfg improvements o misc/157524 [build] make buildkernel fails while updating 8.1-RELE a ports/157504 [new port] net-mgmt/zenpack-NetApp: Provides monitorin o bin/157500 posible chsh(1) bug on systems using nss_ldap/pam_ldap o bin/157499 fetch(1) confused me with its error message o conf/157466 osa [patch] add src to create /usr/share/calendar/calendar o kern/157449 wireless [ath] MAC address conflict causes system to freeze o kern/157446 [libbsdxml] base expat needs minor fixes from vendor c f kern/157429 yongari [re] Realtek RTL8169 doesn't work with re(4) o bin/157424 inconsistent output from ldd(1) o kern/157418 net [em] em driver lockup during boot on Supermicro X9SCM- o kern/157410 net [ip6] IPv6 Router Advertisements Cause Excessive CPU U o kern/157399 fs [zfs] trouble with: mdconfig force delete && zfs strip o kern/157397 [ada] ahci/ada/cam NCQ timeouts on Samsung and non-dis f ports/157392 marius sysutils/cdrtools can't burn DVDs correctly o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I o usb/157376 usb LaCie USB disk not recognized o bin/157351 [patch] fsdb(8): Add some ports names to See Also for o docs/157316 doc [patch] update devstat(9) man page o ports/157313 hrs cad/spice SEGV o bin/157308 getextattr(8) incorrect listing of attibutes with glob o kern/157293 smh [mfi] mfiutil/mfi does not allow adding a previously c o bin/157289 repquota(8) does not mark overquota users with a "+" s o kern/157287 net [re] [panic] INVARIANTS panic (Memory modified after f s ports/157261 itetcu net-im/skype: Cannot Visit account page o bin/157244 dump(1): dump/restore: unknown tape header type -2307 o kern/157243 wireless [ath] investigate beacon TX (AP) / RX (STA) when under o docs/157234 [patch] nullfs(5): //proc/curproc/file returns "unknow o kern/157209 net [ip6] [patch] locking error in rip6_input() (sys/netin o kern/157200 net [network.subr] [patch] stf(4) can not communicate betw o conf/157189 sysinstall bsdinstall(8): Default /etc/sysctl.conf should be remo o kern/157182 net [lagg] lagg interface not working together with epair o kern/157179 fs [zfs] zfs/dbuf.c: panic: solaris assert: arc_buf_remov o bin/157177 primes(1) prints non-prime for numbers > 2^32 o ports/157168 portmgr [bsd.port.mk] New hook: CONF_FILES automatically handl o kern/157118 [igb] cleanup error in igb driver - igb_setup_receive_ o bin/157117 sysinstall sysinstall(8): Add ftp4.se.freebsd.org to list of IPv6 o kern/157108 geom [gjournal] dumpon(8) fails on gjournal providers o ports/157107 conflict between mail/p5-Mail-SPF and mail/libspf2 o bin/157104 [patch] ntpd(8) with -DDISABLE_IPV6 gives a lot of err o usb/157074 usb [boot] [usb8] vfs_mountroot_ask is called when no usb o kern/157070 gonzo [gpio] [patch] Improve API description in gpio_if.m o stand/157050 multimedia OSS implementation lacks AFMT_FLOAT o docs/157049 doc FreeBSD Handbook: Chapter 14 (Security) Inaccuracy o bin/157017 vidcontrol(1): "vidcontrol -r" no longer works [regres o bin/157015 bsnmpd(8) does not create 64bit counters for interface o ports/156949 x11 x11-drivers/xf86-video-ati 6.14.1 produce black blank o conf/156945 [nsswitch.conf] Name service Switch does not work as d o ports/156921 jkim [patch] www/nspluginwrapper-devel: respect STRIP o docs/156920 doc isspecial(3) is not helpful o bin/156908 dumpfs(8) incorrectly displays ufsid o kern/156904 wireless [ath] AR9285 antenna diversity algorithm is buggy and o ports/156901 kde [patch] devel/cmake breaks with CC containing spaces o ia64/156900 ia64 ia64 -current r221488 panic if kern.maxssiz=536748033 o usb/156898 usb [keyboard] usb keyboard does not work while boot (ps2 o kern/156884 wireless [ath] ath instablity o kern/156877 net [dummynet] [panic] dummynet move_pkt() null ptr derefe o ports/156834 New port: games/fairymax-devel latest version of games o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t o arm/156814 hrs OpenRD Ultimate does not boot on DB-88F6XXX or SHEEVAP f kern/156799 gavin HEAD panic: Multiple IRQs for PCI interrupt 0.31.INTA: o kern/156797 fs [zfs] [panic] Double panic with FreeBSD 9-CURRENT and o kern/156781 fs [zfs] zfs is losing the snapshot directory, o kern/156770 melifaro [ipfw] [dummynet] [patch]: performance improvement and o bin/156768 [patch] sockstat(1): missing spaces between long field o misc/156767 joerg Installation Media do not include current list of mirr o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX o kern/156749 [vmware] FreeBSD 8.2 does infinite disk access in VMwa p kern/156743 thompsa [lagg] [patch] if_lagg should not treat vlan-tagged fr f usb/156735 usb Need Quirk for Goflex USB Disk Drives o bin/156729 make(1) does not respect.ORDER in non-parallel mode o usb/156726 usb [snd_uaudio]: snd_uaudio(4) fails to detach when mixer o usb/156725 usb USB stack stall cause complete system input loss o kern/156716 [hang] System freeze during reboot o gnu/156704 Improper behaviour of GNU grep(1) o bin/156703 [patch] find(1) ignores whiteouts even with '-type w' f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o docs/156689 doc stf(4) output-only documentation gives bad configurati o kern/156684 [libc] getaddrinfo(3) returns improper error o kern/156667 net [em] em0 fails to init on CURRENT after March 17 o conf/156659 [patch] periodic/daily/800.scrub-zfs fails on pool nam o kern/156658 [vm] [sysctl] sysctl vm.idlezero_enable=1 causes hangu o kern/156647 [ata] Intel ICH7 SATA300 Driver Performance Regression o kern/156637 [headers] [patch] sys/types.h can't be included when _ o usb/156596 usb [ehci] Extremely high interrupt rate on ehci/uhci IRQ1 o kern/156584 bz [jail] ipv4 packet is not forward to v4-mapped binding o kern/156556 kan [hpet] FreeBSD fails to boot on ACER 2920: "bad stray p kern/156545 fs [ufs] mv could break UFS on SMP systems o misc/156537 Mismatch of Control Sums for ISO-image Files of Old Di o kern/156513 scottl [aic7xxx] [patch] missing check of scb. o ports/156492 skv Multiple versions of Perl not supported o bin/156484 ntpd(8) regularly flips between PLL and FLL mode (time p kern/156481 [kernel] [patch] kernel incorrectly reports PPS jitter o kern/156463 [panic] kernel panic at pcpu.h:224 f ports/156424 x11 8.2R xrandr & xf86-video-intel & xorg-server packages o kern/156408 net [vlan] Routing failure when using VLANs vs. Physical e o ports/156405 x11 x11-drivers/xf86-video-ati driver: no hardware renderi o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/156352 [kernel] [patch] misleading "maxproc limit exceeded by o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash o kern/156328 net [icmp]: host can ping other subnet but no have IP from o kern/156327 wireless [bwn] bwn driver causes 20%-50% packet loss o kern/156322 wireless [wpi] no ahdemo support for if_wpi o kern/156321 wireless [ath] ahdemo doesn't work with if_ath o kern/156317 net [ip6] Wrong order of IPv6 NS DAD/MLD Report o ports/156286 snb sysutils/apt port tries to pull from incorrect URL o kern/156283 net [ip6] [patch] nd6_ns_input - rtalloc_mpath does not re o kern/156279 net [if_bridge][divert][ipfw] unable to correctly re-injec o kern/156245 [heimdal] [patch] heimdal 1.1 broken in 8-stable and 8 o misc/156242 hrs [build] /usr/src/release/Makefile f kern/156241 hardware [mfi] 'zfs send' does not prevents disks to suspend if o i386/156229 i386 [hang] Server IBM x3400 is hangs with option SMP in Ke o kern/156226 net [lagg]: failover does not announce the failover to swi o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156193 fs [ufs] [hang] UFS snapshot hangs && deadlocks processes f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o kern/156137 [syscons] [patch] support for vi mode keys in scrollba o kern/156130 [kernel] [patch] hints read: resource_longlong_value a o kern/156111 jail [jail] procstat -b not supported in jail o amd64/156106 amd64 [boot] boot0 fails to start o gnu/156082 gcc(1) makes incorrect code when swapping array elemen o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr o kern/156074 [hang] Removing CD-Rom from Lenovo T61p hangs system o ports/156042 x11 x11/xorg hang in combination with KWin-Tiling o kern/156039 fs [nullfs] [unionfs] nullfs + unionfs do not compose, re o kern/156030 net [ip6] [panic] Crash in nd6_dad_start() due to null ptr o kern/156016 [ncurses] Arrow keys don't work with any ncurses based o usb/156000 usb rum(4) Fatal trap 18: integer divide fault while in ke f usb/155996 usb NanoBSD not booted as Disk o kern/155994 geom [geom] Long "Suspend time" when reading large files fr o bin/155985 tcpd(8) does not perform a access-control o docs/155982 doc [handbook] reaper of the dead: remove reference to flo o kern/155964 [hang] OS hangs completely when suspend\resume with ac f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/155941 net/nepenthes: mwserv library support is not included f kern/155927 ipfw [ipfw] ipfw stops to check packets for compliance with o bin/155902 ifconfig(8): ifconfig wlan0 create wlandev foo0 wlanad o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o bin/155886 bc(1) sometimes mangles hexidecimal numbers p bin/155873 edwin calendar(1) recurring date not working o bin/155786 [patch] test(1): '/bin/test -d' fails to report syntax o usb/155784 usb Problem with Transcend StoreJet 25M3 (2AJ1) on Asus M2 o bin/155778 awk(1) doesn't set error exit status on errors o kern/155772 net ifconfig(8): ioctl (SIOCAIFADDR): File exists on direc o misc/155765 jail [patch] `buildworld' does not honors WITHOUT_JAIL o bin/155757 problems with setfib(1) behavior o kern/155752 [uart] tcdrain(3) does not work with uart(4) driver o conf/155737 portmgr [exp-run] [patch] reaper of the dead: remove OBJFORMAT o kern/155736 pf [pf] [altq] borrow from parent queue does not work wit o ports/155697 ak ports-mgmt/pkg_replace doesn't want to replace java/op o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o i386/155695 i386 AMD Vision ultimate notebook HP Pavilion DV6 3109ER ov o ports/155683 x11 x11/xdm [patch] Enabling IPv6 support breaks IPv4 o kern/155680 net [multicast] problems with multicast o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o ports/155649 bf [PATCH] math/atlas-devel: Add OPTIONS for STATICLIB an s kern/155642 net [request] Add driver for Realtek RTL8191SE/RTL8192SE W o ports/155639 timur net/samba-libsmbclient: unrecorded libtdb dependency o kern/155628 [ahci] ahci disables dvd device o kern/155615 fs [zfs] zfs v28 broken on sparc64 -current o ports/155601 fluffy new port audio/festvox-russian o kern/155597 net [panic] Kernel panics with "sbdrop" message o ports/155593 crees audio/musicpd .16.1 ignores embedded cue sheets in FLA o kern/155587 fs [zfs] [panic] kernel panic with zfs o kern/155577 emulation [boot] BTX halted after install. Reboot during install o bin/155548 pkg_info(1): pkg_info -g mistakenly adds $PREFIX to gl o ports/155546 autotools devel/libtool doesn't work properly if not using built o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5 o ports/155524 nivit [PATCH] devel/py-celementtree: ignore if python >= 2.5 o kern/155498 wireless [ral] ral(4) needs to be resynced with OpenBSD's to ga o conf/155480 [login.conf] maxproc does not work when command runnin o kern/155468 xen [xen] Xen PV i386 multi-kernel CPU system is not worki p kern/155442 jhb [bge] bge driver is seen but does not respond to netwo o kern/155441 [loader] [patch] Firewire support in loader is broken o kern/155439 [libkvm] [patch] Spurious error message kvm_nlist: No o ports/155431 xfce x11-wm/xfce4: The little bugs o kern/155429 [headers] including malloc.h should not abort compile. o kern/155420 net [vlan] adding vlan break existent vlan p kern/155411 fs [regression] [8.2-release] [tmpfs]: mount: tmpfs : No o bin/155374 [patch] grdc(6) timing loop still broken f kern/155370 wxs [libpcap] [patch] description string is broken o ports/155354 bf New port: math/cmlib NIST core maths library o kern/155353 xen [xen] [patch] put "nudging TOD" message under boot_ver f ports/155335 mi multimedia/vic is out of date o kern/155320 [hang] cpufreq/powerd + xorg-7.5.1 + xf86-video-intel- o gnu/155309 [PATCH] gcc: backport bswap32() and bswap64() o kern/155303 firewire [firewire] Mounted firewire disks prevent reboot o ports/155275 secteam ports-mgmt/portaudit does not report installed vulnera f ports/155268 danfe games/warsow 0.6 does not work as dedicated server p arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o ports/155201 portmgr [PATCH]bsd.port.mk: fix portion of CONFIGURE_ENV added o kern/155199 fs [ext2fs] ext3fs mounted as ext2fs gives I/O errors o kern/155196 [uart] uart cannot identify internal modem or its chip o kern/155177 net [route] [panic] Panic when inject routes in kernel o kern/155165 bz [ip6][ipsec] IPv6 over IPv6 IPsec tunnel MTU(?) issue. o bin/155163 trasz [patch] Add Recursive Functionality to setfacl o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o conf/155148 [patch] mark /usr/local as nochange in mtree o conf/155147 [patch] remove /etc/X11 from mtree o amd64/155135 amd64 [boot] Does Not Boot On a Very Standard Hardware o kern/155125 [lor] triple LOR in mkdir(1) f ports/155115 devel/doxygen: dependancy loop o ports/155105 stephen Port science/vis5d+ does not build. o bin/155104 fs [zfs][patch] use /dev prefix by default when importing o kern/155100 wireless [ath] ath driver on busy channel: "stuck beacon" o ports/155083 netchild devel/linux_kdump update o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa p kern/155030 net [igb] igb(4) DEVICE_POLLING does not work with carp(4) p bin/155028 init(8): "init q" in single user causes segfault o kern/155010 net [msk] ntfs-3g via iscsi using msk driver cause kernel f kern/155004 yongari [bce] [panic] kernel panic in bce0 driver o bin/155000 make(1) doesn't handle .POSIX: correctly o conf/154999 Problems with ARP table o kern/154988 des [libfetch] [patch] lib/libfetch/ftp.c add LIST feature o amd64/154957 amd64 [boot] Install boot CD won't boot up - keeps rebooting o kern/154955 acpi [acpi] Keyboard or ACPI doesn't work on Lenovo S10-3 o kern/154943 net [gif] ifconfig gifX create on existing gifX clears IP o kern/154930 fs [zfs] cannot delete/unlink file from full volume -> EN f ports/154897 swills emulators/open-vm-tools: Bug in open-vm-tools-313025_2 o ports/154884 java java/openjdk6: Every NetBeans version on FreeBSD 8.1 c p stand/154873 pjd ZFS violates POSIX on open/O_CREAT -> ftruncate s kern/154851 net [request]: Port brcm80211 driver from Linux to FreeBSD o kern/154850 net [netgraph] [patch] ng_ether fails to name nodes when t o docs/154838 doc update cvs-tags information on releng_* to reflect sup o kern/154833 xen [xen]: xen 4.0 - DomU freebsd8.2RC3 i386, XEN kernel. o kern/154828 fs [msdosfs] Unable to create directories on external USB o kern/154814 [lor] LOR between bufwait/dirhash o bin/154788 sysinstall sysinstall(8) crashes if no network interface found o ports/154770 portmgr [patch][regression] Mk/bsd.port.mk: do-fetch fails on o bin/154769 make(1): :L modifier broken in quoted strings o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora o kern/154709 [heimdal] Kerberos V5 refuses authentication because R o kern/154683 des [libpam] [request] Allow pam_krb5 to authenticate no l o kern/154679 net [em] Fatal trap 12: "em1 taskq" only at startup (8.1-R o ports/154674 office Build of editors/openoffice-3 3.0 fails o ports/154651 swills [PATCH] graphics/dri: make it possible to choose which o amd64/154629 amd64 [panic] Fatal trap 9: general protection fault while i o bin/154613 sysinstall sysinstall(8) does not rescan USB automatically o kern/154609 ed [ncurses] END key under screen not sending correct cod o ports/154607 az Symlinking leads to hashing fail in net-p2p/rtorrent [ o kern/154600 net [tcp] [panic] Random kernel panics on tcp_output p kern/154598 wireless [ath] Atheros 5424/2424 can't connect to WPA network o kern/154597 [pam] [patch] pam_passwdqc incorrectly tells the user f i386/154578 i386 [boot] BTX Loader hangs > 1,5 min after listing BIOS d o bin/154570 [patch] gvinum(8) can't be built as part of the kernel o kern/154567 wireless [ath] ath(4) lot of bad series(0) o bin/154562 make(1): corrupted stack access when provided invalid o kern/154557 net [tcp] Freeze tcp-session of the clients, if in the gat f ports/154510 x11 [patch] x11/xorg: xorg servers have Motif-crippling bu o usb/154506 usb [umass] Copying dir with large files makes FreeBSD loa o ports/154502 x11 x11/xdm authorization failure when used with E17 windo o kern/154491 fs [smbfs] smb_co_lock: recursive lock for object 1 o conf/154484 [patch] request for new functionality. jail zfs datase o kern/154473 xen [xen] xen 4.0 - DomU freebsd8.1 i386, XEN kernel. Not o kern/154472 xen [xen] xen 4.0 - DomU freebsd8.1 i386 xen kernel reboot o ports/154456 doceng [PATCH] update textproc/docproj to use newer tidy o kern/154443 net [if_bridge] Kernel module bridgestp.ko missing after u o kern/154432 scsi [xpt] run_interrupt_driven_hooks: still waiting after o kern/154428 xen [xen] xn0 network interface and PF - Massive performan o ports/154423 x11 x11-drivers/xf86-video-radeonhd: radeon xorg driver ca o bin/154419 dig(1) segfault with +trace o bin/154409 indent(1) bug report p bin/154407 kientzle [patch] tar(1) ignores error codes from read() just si o ports/154352 [patch] multimedia/xmms: update using desktop and mime o kern/154327 wireless [ath] AR5416 in station mode hangs when transmitting f o kern/154299 [arcmsr] arcmsr fails to detect all attached drives f ports/154288 glewis [patch] games/nethack*: remove old ports and cleanup l o kern/154286 net [netgraph] [panic] 8.2-PRERELEASE panic in netgraph o kern/154284 wireless [ath] Modern ath wifi cards (such as AR9285) have miss o kern/154255 net [nfs] NFS not responding o ports/154249 bf [NEW PORT] math/sprng: Scalable Parallel Pseudo Random o conf/154246 jail [jail] [patch] Bad symlink created if devfs mount poin p kern/154228 fs [md] md getting stuck in wdrain state o arm/154227 arm [geli] using GELI leads to panic on ARM o kern/154226 geom [geom] GEOM label does not change when you modify them o gnu/154225 The rcsintro manpage should not be in section 1 o kern/154214 net [stf] [panic] Panic when creating stf interface f ports/154209 python [PATCH] lang/python: Install symlink for ptags o usb/154192 usb [umass] In Garmin Oregon GPS, only the first umass dev o kern/154185 net race condition in mb_dupcl o kern/154170 davidxu Panic in sched_switch (/usr/src/sys/kern/sched_ule.c:1 o kern/154169 net [multicast] [ip6] Node Information Query multicast add o kern/154153 wireless [ath] AR5213 + MIPS + WPA group key packet corruption o kern/154134 net [ip6] stuck kernel state in LISTEN on ipv6 daemon whic o misc/154133 [build] device.hints not updated on upgrade == serial f ports/154118 graphics/ruby-rmagick: rmagick fails to automaticly re o kern/154091 net [netgraph] [panic] netgraph, unaligned mbuf? o ports/154086 office libsicui18n.a in devel/icu constains no symbols p bin/154073 delphij [libz] libz causes perl to exit on signal 11 o conf/154062 net [vlan] [patch] change to way of auto-generatation of v o bin/154060 host(1): Server Unknown Error while resolve ip by the o kern/153996 fs [zfs] zfs root mount error while kernel is not located o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o docs/153958 doc ksu man-page documented, but not installed o kern/153937 net [ral] ralink panics the system (amd64 freeBSDD 8.X) wh o kern/153936 net [ixgbe] [patch] MPRC workaround incorrectly applied to o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o kern/153924 [rtld] Bug is inside rtld (ELF dyn loader) o kern/153918 des [openpam] Consider compiling OpenPAM with debug loggin o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o i386/153851 usb [keyboard] keyboard issues on new Intel Mother boards. a kern/153848 bz [carp] [ipv6] backup host can't connect to master host o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o kern/153816 net [ixgbe] ixgbe doesn't work properly with the Intel 10g o bin/153801 [patch] btxld(8) produces incorrect ELF binaries f ports/153776 rea [patch] multimedia/mplayer - disabling RTCPU on non-{i o kern/153772 net [ixgbe] [patch] sysctls reference wrong XON/XOFF varia o kern/153771 Unkillable process after a SCSI tape write error o kern/153757 Kernel panic using openchrome Xorg driver on 9-CURRENT o kern/153753 fs [zfs] ZFS v15 - grammatical error when attempting to u o kern/153746 [drm] [panic] kernel crash with 2 X11 sessions on amd6 a ports/153735 multimedia multimedia/vlc: install error: `Permission denied' for o bin/153731 [patch] ifconfig(8): ifconfig prints trailing whitespa o kern/153716 fs [zfs] zpool scrub time remaining is incorrect o usb/153703 usb [keyboard] My USB keyboard can not be used in 8-STABLE o kern/153695 fs [patch] [zfs] Booting from zpool created on 4k-sector o kern/153680 fs [xfs] 8.1 failing to mount XFS partitions o kern/153674 xen [xen] i386/XEN idle thread shows wrong percentages o misc/153673 [build] tic (the terminfo compiler) not being created o kern/153672 xen [xen] [panic] i386/XEN panics under heavy fork load o conf/153666 rc [rc.d][patch] mount filesystems from fstab over zfs da o bin/153659 awk(1) segfaults when trying to extract a combination o ports/153632 hrs textproc/xmlcharent fails to build o kern/153620 xen [xen] Xen guest system clock drifts in AWS EC2 (FreeBS o bin/153619 [patch] csup(1): prevent infinite cycle on empty ",v" o usb/153609 usb [zyd] [panic] kernel: Fatal trap 12: page fault while o bin/153600 Path length restrictions in mount/umount tools prevent o kern/153594 wireless [wlan] netif/devd race o ports/153593 x11 graphics/dri: clutter segfault, something to do with i o ports/153578 doceng [patch] textproc/docproj-nojadetex: JadeTeX included w o conf/153543 [periodic] [patch] Allow periodic to read periodic.con o ports/153541 wxs [patch] devel/git: respect STRIP for stripping o kern/153514 scsi [cam] [panic] CAM related panic o bin/153502 [libc] regex(3) bug with UTF-8 locale o kern/153497 net [netgraph] netgraph panic due to race conditions o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o ports/153495 x11 x11-drivers/xf86-video-ati wavy line problem for lenov o kern/153477 xen [xen] XEN pmap code abuses vm page queue lock o kern/153459 [kbdmux][patch] add option to specify built-in keymap o kern/153454 net [patch] [wlan] [urtw] Support ad-hoc and hostap modes o kern/153448 wireless [ath] ath networking device loses association after a o bin/153426 [patch] fsck_msdosfs(8) only works with sector size 51 o kern/153418 fs [zfs] [panic] Kernel Panic occurred writing to zfs vol o arm/153380 arm Panic / translation fault with wlan on ARM o amd64/153372 amd64 [panic] kernel panic o kern/153361 sbruno [ciss] Smart Array 5300 boot/detect drive problem o ports/153358 x11 x11-drivers/xf86-video-intel: Intel driver freeze with o kern/153351 fs [zfs] locking directories/files in ZFS o kern/153308 net [em] em interface use 100% cpu o kern/153307 pf [pf] Bug with PF firewall o kern/153303 [amr] amr device driver dont detect logical drive amrd f kern/153289 gavin Modem Ring Signal not reliably detected o ports/153281 ashish editors/emacs: glib warning when starting emacs o ports/153277 pgsql databases/postgresql90-server crashes during compilat o bin/153276 [patch] uudecode(1) error message is incorrect o bin/153258 fs [patch][zfs] creating ZVOLs requires `refreservation' o kern/153254 [kqueue] [request] Please add API to kqueue(2) to noti o bin/153252 ipfw [ipfw][patch] ipfw lockdown system in subsequent call o kern/153244 net [em] em(4) fails to send UDP to port 0xffff o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 p bin/153240 des fetch(1): http transfer hangs after ^T (status) on tty o conf/153233 [patch] skel/dot.shrc: use prompt escapes, comment out o bin/153211 cperciva freebsd-update(8) can not fetch updates over a proxy w o kern/153205 [ahci] PIONEER DVD-RW: timeout with ahci(4), OK with a o conf/153200 rc post-boot /etc/rc.d/network_ipv6 start can miss neighb o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 s kern/153173 fs [zfs] booting from a gzip-compressed dataset doesn't w o ports/153167 python Problem with signals, threads, and subprocesses in lan o kern/153161 ipfw [ipfw] does not support specifying rules with ICMP cod o misc/153157 [build] [patch] Add support for generating userland de o bin/153156 When watch(1) is invoked incorrectly it trashes the tt o conf/153155 hrs [PATCH] [8.2-BETA1] ipfw rules fail to load cleanly on o bin/153154 kientzle [patch][libarchive] fix error handling in mtree parsin o kern/153150 xen [xen] xen/ec2: disable checksum offloading on interfac o usb/153149 usb [umass] USB stick quirk regression [regression] o bin/153142 fs [zfs] ls -l outputs `ls: ./.zfs: Operation not support o kern/153126 fs [zfs] vdev failure, zpool=peegel type=vdev.too_small o bin/153124 grep(1): "grep foo * > somefile" goes into an infinite o conf/153123 rc [rc] [patch] add gsched rc file to automatically inser o bin/153052 [patch] watch(8) breaks tty on error o misc/153049 [build] PORTS_MODULES= seriously broken if port depend a docs/153012 doc [patch] iostat(8) requires an argument to -c option f i386/153003 gavin [panic] Cant boot PCBSD-CURRENT-20101204x86CD.iso Dec0 o kern/152991 [ufs] false disk full with a too slow flash module o i386/152942 mav [install] "acd0[READ(offset=32768, length=2048)]error= o bin/152934 delphij [patch] Enhancements to printf(1) o bin/152928 hrs [patch] rtadvd(8) don't send RA on i/f that's down o kern/152922 adrian Routerstation Pro different flash model investigation f bin/152909 gavin scp mistake file to directory a ports/152899 bdrewery devel/valgrind: unhandled syscall: 506 o kern/152893 net [netgraph] [panic] 8.2-PRERELEASE panic in netgraph o ports/152877 portmgr [bsd.port.mk] Patch to add locking to ports make opera o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o kern/152853 net [em] tftpd (and likely other udp traffic) fails over e o ports/152847 tj [patch] port/buildbot-slave could use a startup script o kern/152828 net [em] poor performance on 8.1, 8.2-PRE o gnu/152808 gdb(1) crash on exit o conf/152807 [periodic] security 900.tcpwrap does not report any re o ports/152804 portmgr [patch] Add USE_SRC and ONLY_FOR_*VER to bsd.port.mk o kern/152796 fcntl(2) audit records should not be labeled "file att o kern/152792 [acpica] [patch] move temperature conversion macros to o kern/152791 bz [icmp] ND, ICMPv6 Redirect vs Destination Cache failed o kern/152750 wireless [ath] ath0 lot of bad series hwrate o bin/152738 [patch] vmstat(8), printhdr() doesn't work correctly w o kern/152662 [rtld] load libraries with address hint (cf. prelink) o bin/152661 parallel make sometimes gets working dir confused o misc/152636 [install] 8.1 Boot Only ISO doesn't support install vi o kern/152622 multimedia [pcm] uaudio recording problem o misc/152613 FreeBSD 8.x can not find logical drives on extended pa p kern/152609 pjd [geli] geli onetime on gzero panics o kern/152604 FreeBSD 7.2/7.3 installation CD panics on HP Proliant o kern/152582 [em] request: merge em Intel Driver Upgrage to Version o kern/152569 net [net]: Multiple ppp connections and routing table prob o bin/152546 gdb(1): internal-error: fbsd_thread_new_objfile: Asser o bin/152525 ntpd(8) on 8.1 loops on select() with EBADF o kern/152500 multimedia [hdac] play interrupt timeout, channel dead o kern/152485 arundel [patch] seek offset for /dev/null(4) and /dev/zero(4) o ports/152474 mi Upgrading 'gdb-6.6_1' to 'gdb-6.6_2' (devel/gdb6) fail o conf/152465 simon [jail] [patch] devfs is mounted in jails without rules f bin/152458 hrs rtadvd(8) needs to allow RA without a prefix info opti o bin/152446 cperciva portsnap(8) error o kern/152438 acpi [acpi]: patch to acpi_asus(4) to add extra sysctls for o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i o stand/152415 kargl [libm] implementation of expl() o kern/152405 wrong user time is reported when CPU frequency throttl o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us o ports/152355 hrs net/openbgpd stops syslogging after syslogd restart o kern/152310 [uart] [hang] Serial I/O hangs in FreeBSD 8.x o kern/152293 [libstdc++] SEGV in libstdc++.so.6 o bin/152259 ae bsnmpd(1) fails with stack overflow during GETBULK of o kern/152253 [digi] [patch] Enhancements to digi(4) to prevent inte o kern/152250 sbruno [acpi] [patch] Kernel panic when hw.ciss.expose_hidden o kern/152235 net [arp] Permanent local ARP entries are not properly upd o kern/152232 [syscons] [patch] syscons VGA screensavers don't work o bin/152229 b64decode(1)/b64_pton(3) should decode common variant o kern/152228 xen [xen] [panic] Xen/PV panic with machdep.idle_mwait=1 o kern/152162 [syscons] On syscons, pressing delete key results in p o ports/152159 x11 [hang] xorg/x11: X11 freezes with Intel Mobile 965 and o bin/152154 script(1) -k malfunctions with certain shells (e.g. tc s kern/152148 bz [pfil] vnet_pfil_init() happens too late if pfil_head_ o kern/152141 net [vlan] [patch] encapsulate vlan in ng_ether before out o bin/152132 script(1): [patch] Useless code in script.c (part 2) o bin/152131 script(1): [patch] Useless code in script.c (part 1) o kern/152113 ipfw [ipfw] page fault on 8.1-RELEASE caused by certain amo a ports/152099 cs [NEW PORT] www/loggerhead o kern/152098 acpi [acpi] Lenovo T61p does not resume f amd64/152097 gavin Sound button in Lenovo T61p mutes sound in kde o bin/152084 [patch] pw(8) does not allow @ or ! in gecos o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o kern/152036 net [libc] getifaddrs(3) returns truncated sockaddrs for n o kern/152022 fs [nfs] nfs service hangs with linux client [regression] o bin/151996 [patch] new tcpdrop(8) option to select interactively o bin/151976 [patch] mount_nullfs(8) patch to add support for expos o kern/151942 fs [zfs] panic during ls(1) zfs snapshot directory o bin/151937 [patch] netstat(1) utility lack support of displaying o kern/151924 very slow boot from disk: 15m+ f kern/151910 pjd [zfs] booting from raidz/raidz2 on ciss(4) doesn't wor o kern/151905 fs [zfs] page fault under load in /sbin/zfs o ports/151884 office editors/openoffice.org-3-devel port misbehaviour o kern/151813 FreeBSD 8.1/amd64: garbage in /var/log/messages f threa/151767 davidxu pthread_mutex_init returns success with bad attributes o docs/151752 doc pw.conf(5) doesn't define format for file clearly o ports/151747 new port: emulators/wine-fbsd64: request for (a variat s gnu/151716 gcc(1) fail with internal compiler error when using -f o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp o bin/151713 fs [patch] Bug in growfs(8) with respect to 32-bit overfl p misc/151698 imp [nanobsd] [patch] Add two new options to nanobsd.sh to p misc/151697 imp [nanobsd] [patch] nanobsd.sh copy links to packages as p misc/151696 imp [nanobsd] [patch] nanobsd.sh doesn't run "make_conf_bu o misc/151695 imp [nanobsd] [patch] Enhance tools/nanobsd/fill_pkg.sh o kern/151690 net [ep] network connectivity won't work until dhclient is o kern/151681 net [nfs] NFS mount via IPv6 leads to hang on client with o bin/151663 grdc(1): games/grdc: -s does not scroll o kern/151650 FreeBSD9-CURRENT can't boot when recompile KERNEL. o kern/151648 fs [zfs] disk wait bug o kern/151629 fs [fs] [patch] Skip empty directory entries during name o kern/151608 [ata] FreeBSD doesn't detect Sandforce-based SSD o ports/151596 x11 x11/xorg: wacom bamboo button 1 no longer works o kern/151593 net [igb] [panic] Kernel panic when bringing up igb networ o kern/151564 sbruno [ciss] ciss(4) should increase CISS_MAX_LOGICAL to 10 o ports/151472 ume mail/cyrus-imapd23 failed to compile o kern/151449 bz [patch] IPsec SPD rule does not match GIF with IPv6 ad o kern/151444 [kerberos] Kerberos5 is broken in the base system from o www/151438 bugmeister query-cgi use monospace font o www/151437 bugmeister query-cgi broken with base64 encoded mime email o ports/151414 portmgr Add 'work' when WRKDIRPREFIX is used. o kern/151409 yongari [e1000] Problem with Marvell driver, e1000phy.c o kern/151379 [libcrypto] libcryptopp.so/libcrypto++.so and Shared O o docs/151336 scsi Missing documentation of scsi_ and ata_ functions in c o kern/151330 fs [zfs] will unshare all zfs filesystem after execute a o kern/151326 fs [nfs] nfs exports fail if netgroups contain duplicate o kern/151305 [patch] - CTASSERT(sizeof(struct jmvrec) == JREC_SIZE) o ports/151280 emulators/vmware-guestd6 port install error in /usr/po o bin/151264 syrinx bsnmpd(1): pf counters aren't updated on some SNMP que o kern/151251 fs [ufs] Can not create files on filesystem with heavy us o kern/151226 fs [zfs] can't delete zfs snapshot o kern/151198 wireless [ath] ath/5416 fails bgscan with "ath0: ath_chan_set: o bin/151187 pkg_add(1): allow different pkgdep location o bin/151186 [patch] routed(8) turns RIP off if just one network ca o bin/151168 pkg_add(1): pkg_add -K should preserve file metadata f ports/151154 kde audio/amarok-kde4 crashes on network activity if ports o misc/151141 [tools] [patch] include daily script in !MK_PKGTOOLS c o ports/151124 hrs net/openbgpd: OpenBGPD exists if an interface is remov o i386/151122 i386 [boot] BTX 1.02 crashes on boot p docs/151104 keramida mksnap_ffs(8) should mention 20 snapshot limit on UFS o kern/151091 [ahci] JMicron JMB363 unusable after S3 suspend/resume o bin/151036 [patch] Default snaplen of tcpdump(1) is not adequate o bin/151023 [patch] ping6(8) exits before all ICMPv6 echo replies o bin/150995 sysinstall sysinstall(8): corruption of partition table o ports/150994 maho math/suitesparse can not compile with atlas o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o bin/150988 adduser(8) problem of directory mode o threa/150959 threads [libc] Stub pthread_once in libc should call _libc_onc o kern/150920 net [ixgbe][igb] Panic when packets are dropped with heade o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o usb/150892 usb [zyd] Whenever network contacted in any shape, way or p bin/150890 kientzle [patch] bsdtar(1) does not always dive into subdirecto o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o kern/150858 geom [geom] [geom_label] [patch] glabel(8) is not compatibl o ports/150794 glewis tomcat7's rc.d script wont shutdown tomcat with java/o o bin/150771 [patch] csup(1) GNUmakefile missing o i386/150766 i386 Dell Vostro 3700 siffle sous FreeBSD / Dell Vostro 370 o bin/150723 ae bsnmpd(1): add knowledge of "ada" disks (ATA via SCSI o ports/150691 portmgr [patch] Templates/BSD.local.dist: add conf.{avail,d} f o bin/150648 [patch] rshd(8): Incorrect determination of length of f kern/150640 [panic] Fatal Trap 9 - 8.1-release o ports/150633 x11 x11-servers/xorg-server: KVM switching causing X serve o kern/150628 [acd] [ata] burncd(1) can't write to optical drive o kern/150626 geom [geom] [gjournal] gjournal(8) destroys label s bin/150620 [request] Please include utility programs for ncurses o misc/150590 Screen goes blank when PC-BSD graphic install is loade o arm/150581 arm [irq] Unknown error generates IRQ address decoding err o kern/150557 net [igb] igb0: Watchdog timeout -- resetting o kern/150555 geom [geom] gjournal unusable on GPT partitions o kern/150516 jfv [em] e1000 receive queue handling problem o kern/150503 fs [zfs] ZFS disks are UNAVAIL and corrupted after reboot f ports/150502 multimedia multimedia/gpac-libgpac 0.4.5_4,1 fails to compile on o kern/150501 fs [zfs] ZFS vdev failure vdev.bad_label on amd64 o conf/150474 rc [patch] rc.d/accounting: Add ability to set location o o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o kern/150390 fs [zfs] zfs deadlock when arcmsr reports drive faulted o kern/150367 [isp] Possible QLogic fiber channel regression in 8.1- o docs/150365 arundel [make.conf] [patch] remove BDECFLAGS from make.conf(5) o kern/150336 fs [nfs] mountd/nfsd became confused; refused to reload n o kern/150334 geom [geom] [udf] [patch] geom label does not support UDF o kern/150315 [ata] sizeof(union ccb) changed between 7.x and 8.x o kern/150284 multimedia [snd_hda] No gain with Audio o ports/150265 doceng [patch] print/ghostscript8 disable bogus port conflict a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o kern/150251 net [patch] [ixgbe] Late cable insertion broken o kern/150249 net [ixgbe] Media type detection broken s bin/150237 sysinstall sysinstall(8): Suggestion: installer should suggest th o bin/150224 net ppp(8) does not reassign static IP after kill -KILL co o kern/150206 [patch] nmount(2): can't switch root partition to rw u o conf/150195 [patch] [rc.d] startup script for pfstatd(8) o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o kern/150176 [libpcap] [patch] pcap(3): pcap_read_bpf() p->cc can g o ports/150155 x11 x11/xorg hangs after xrandr(1) usage p kern/150138 davidxu [patch] signal sent to stopped, traced process not imm o kern/150095 mav [patch] Account for reserved itimers which shouldn't c o stand/150093 standards C++ std::locale support is broken o kern/150036 hrs [rpc] Sun RPC license has less restrictions now. f kern/150023 gavin [rl] Adding only vlan interfaces (no native IP) doesn' o bin/149972 [patch] pw(8): usermod -u should error f kern/149969 net [wlan] [ral] ralink rt2661 fails to maintain connectio o kern/149960 [headers] syntax error /usr/include/machine/endian.h o ports/149958 bf x11-toolkits/ocaml-lablgtk2's varcc should (maybe) be o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/149937 net [ipfilter] [patch] kernel panic in ipfilter IP fragmen o kern/149936 [libmagic] [patch] wrong handling of decompression uti s kern/149927 scsi [cam] hard drive not stopped before removing power dur o kern/149917 qingli [net] [patch] freebsd 8.1 crash with ECMP s kern/149898 [ata] [request] add LSI AOC-USAS2-L8e support o conf/149867 rc [PATCH] rc.d script to manage multiple FIBS (kern opti o conf/149831 rc [PATCH] add support to /etc/rc.d/jail for delegating Z o bin/149828 kientzle tar(1) poor (empty) error message when extracting trun o bin/149806 [patch] OpenBSM auditd(8) fails to expire trails if ho f kern/149803 vwe [patch] loader: set vfs.mount.rootfrom using label o kern/149797 [kernel] [panic] mutex sleepq chain not owned at /usr/ o kern/149786 wireless [bwn] bwn on Dell Inspiron 1150: connections stall p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o kern/149762 geom volume labels with rogue characters o ports/149743 x11 x11/xorg: garbled window since Xorg-7.5 o gnu/149712 [build] -fno-builtin in CFLAGS will cause gcc(1) to se p usb/149675 thompsa [uftdi] [usb_serial] doesn't react to break properly o i386/149647 i386 [panic] Dell Inspiron 530 (FX09) panic at boot with 8. o kern/149643 net [rum] device not sending proper beacon frames in ap mo o ports/149636 x11 x11/xorg: buffer overflow in pci_device_freebsd_read_r o misc/149633 bugmeister Problem with replying to PR o kern/149609 net [panic] reboot after adding second default route o kern/149591 [kernel] struct callout:c_flags should be volatile o kern/149587 [vm] Lockup on 8.1-RC2 system enabling vm.idlezero o kern/149586 [kernel] _callout_stop_safe prematurely unsets CALLOUT o kern/149580 mav [ata] [patch] When using an SIIG SATA card the error " o docs/149574 doc [patch] update mi_switch(9) man page o bin/149569 [patch] rtld(1): runtime linker unable to load needed o kern/149532 jfv [igb] igb/ixgb controllers panic on FreeBSD 8.1-RELEAS o kern/149516 wireless [ath] ath(4) hostap with fake MAC/BSSID results in sta o ports/149513 eclipse java/eclipse can not compile with 'WITH_TESTS=true' o misc/149510 [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and o kern/149479 [panic] 8.1-RELEASE kernel panic o www/149446 www [patch] improve misleading title of "report a bug" o bin/149412 secteam bdes(1) in CFB/OFB modes can't decrypt own output o kern/149373 wireless [realtek/atheros]: None of my network card working o bin/149363 tcsh(1) cause situation when ssh connection closed o misc/149360 gavin [PATCH] update for tools/build/mk/OptionalObsoleteFile o kern/149323 [libc] Applications with large memory footprint failin o kern/149308 [ata] 8.1-RELEASE kernel panic on Windows 7 Virtual PC o arm/149288 arm mail/dovecot causes panic during configure on Sheevapl o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o kern/149266 [new driver] [patch] rpi(4) - Comtrol Infinity/Express o ports/149250 hrs japanese/FreeWnn-server: /etc/rc: WARNING: $wnn_enable o kern/149219 [ciss] DL380 G6 P212 trouble o bin/149215 geom [panic] [geom_part] gpart(8): Delete linux's slice via o kern/149208 fs mksnap_ffs(8) hang/deadlock o kern/149201 [ata] DVD/CD Drive Error o kern/149173 fs [patch] [zfs] make OpenSolaris installa o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR o usb/149162 usb [ural] ASUS WL-167g doesn't work in 8.1 (continue of 1 o bin/149152 gabor [patch] grep(1): BSD grep loops with EISDIR trying to o kern/149117 net [inet] [patch] in_pcbbind: redundant test o kern/149086 net [multicast] Generic multicast join failure in 8.1 o conf/149050 jail [jail] rcorder ``nojail'' too coarse for Jail+VNET o ports/149031 csjp Not work security/termlog o kern/149015 fs [zfs] [patch] misc fixes for ZFS code to build on Glib o kern/149014 fs [zfs] [patch] declarations in ZFS libraries/utilities o kern/149013 fs [zfs] [patch] make ZFS makefiles use the libraries fro a kern/149012 gavin [headers] [patch] please replace '#include 4.1 does not connect to BSD in hostap wit o kern/144874 net [if_bridge] [patch] if_bridge frees mbuf after pfil ho p kern/144869 jfv [em] [panic] Instant kernel panic when adding NAT rule o kern/144843 firewire [firewire] [panic] fwcontrol(8) -S causes kernel panic p conf/144842 hrs [ip6] ipv6_default_interface causes route complaints f o kern/144824 [boot] [patch] boot problem on USB (root partition mou s docs/144818 doc all mailinglist archives dated 19970101 contain traili o kern/144809 [panic] Fatal trap 12: page fault while in kernel mode o conf/144804 ntpd(8) cannot resolve hostnames at system start s kern/144770 [ata] hard drive spindown functionality broken? o kern/144755 wireless [wlan] netif/devd race o kern/144754 gssapi(3): cyradm crashes inside libgssapi.so o kern/144743 [libteken] mouse positioning partialy working o conf/144726 hrs network.subr functions accumulate output before r19713 o bin/144723 [patch] port over coverity SA NULL deref warning fix f o www/144704 brd svn-src-release mailing list page has broken link to a o conf/144700 net [rc.d] async dhclient breaks stuff for too many people o kern/144696 ed [uart] tcdrain(3) does not work right with uart(4) dri o kern/144695 [vfs] [patch] race condition in mounting a root-fs on o kern/144680 jfv [em] em(4) problem with dual-port adapter o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o bin/144652 [PATCH] pwd_mkdb(8) copies comments to /etc/passwd o kern/144648 scsi [aac] Strange values of speed and bus width in dmesg o bin/144641 [ata] burncd(8) freezes whole system while trying to b o docs/144630 doc [patch] domainname(1) manpage contains old information o kern/144629 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o kern/144616 net [nat] [panic] ip_nat panic FreeBSD 7.2 p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o kern/144561 jfv [ixgbe] [patch] ixgbe driver errors p misc/144553 imp [nanobsd] NanoBSD's updatep* scripts fail with boot0cf o conf/144548 brian [boot] [patch] Enable automatic detection of amd64/i38 o ports/144536 skv lang/perl5.10: /libexec/ld-elf.so.1: /usr/local/sbin/e s ports/144533 portmgr [bsd.port.mk] ports tree Makefiles fail to setup a sta o bin/144531 [patch] cp(1) show percentage complete o docs/144515 doc [handbook] Expand handbook Table of contents o kern/144492 yongari [fxp] The fxp driver does not handle Frame Check Seque p kern/144447 fs [zfs] sharenfs fsunshare() & fsshare_main() non functi o misc/144442 [build] [patch] remove unnecessary group and passwd en o i386/144437 [boot] BTX loader halts on HP DC5850 o kern/144416 fs [panic] Kernel panic on online filesystem optimization s kern/144415 fs [zfs] [panic] kernel panics on boot after zfs crash o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t o bin/144388 [patch] different behavior of make(1) between command o usb/144387 usb [run] [panic] if_run panic o bin/144343 hrs The rtadvd cannot avoid the prefix that doesn't want t o kern/144325 [libpcap] tcpdump compiles complex expression to incor o bin/144322 truss(1) fails on 'assistant-qt4' from the port qt4-as f kern/144315 net [ipfw] [panic] freebsd 8-stable reboot after add ipfw o kern/144311 bz [pf] [icmp] massive ICMP storm on lo0 occurs when usin o bin/144285 [patch] ps(1): ps -axo user,%cpu,%mem - most processes o conf/144243 [patch] Add NIS related files to OptionalObsoleteFiles o kern/144234 fs [zfs] Cannot boot machine with recent gptzfsboot code o kern/144231 net bind/connect/sendto too strict about sockaddr length a ports/144224 mono [PATCH] lang/mono Fix build with new GCC o ports/144203 clsung textproc/refdb: network clients loop indefinitely when o bin/144139 x11/xscreensaver-gnome can't build because of bug in G o docs/144127 ed termios(4) man page wrongly claims CCTS_OFLOW/CRTSCTS o ports/144120 glewis java/openjdk6: games/pcgen doesn't fully work with ope o bin/144109 wireless hostapd(8) uses the MAC of the wireless interface, but p kern/144061 rwatson [socket] race on unix socket close o kern/144055 [ata] [panic] kernel panic on IBM x226 with SATA drive o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors o i386/144005 [hang] System freezes a kern/144000 andre [tcp] setting TCP_MAXSEG by setsockopt() does not seem f kern/143973 ipfw [ipfw] [panic] ipfw forward option causes kernel reboo o bin/143962 fstat(1) doesn't work on UNIX sockets o ports/143949 office editors/openoffice-3: system unzip pickiness unhelpful o docs/143850 doc procfs(5) manpage for status > controlling terminal is o kern/143846 net [gif] bringing gif3 tunnel down causes gif0 tunnel to o bin/143830 [patch] atmconfig(8): Fix conditional inclusion for sb o kern/143825 fs [nfs] [panic] Kernel panic on NFS client s kern/143808 virtualization[pf] pf does not work inside jail o kern/143805 [ata] WARNING - READ_DMA48 UDMA ICRC error with 63XXES o kern/143800 [boot] ping of local ip failed with network boot o i386/143798 acpi [acpi] shutdown problem with SiS K7S5A a usb/143790 usb [boot] [cam] can not boot from usb hdd o misc/143785 [build] [patch] add passive mode to pkg_add cdrtools i o bin/143732 [patch] mtree(8) does a full hierarchy walk when reque o kern/143703 qingli [route] [patch] ECMP Phase 1 fixes for FreeBSD 7.2 s bin/143699 [patch] extend brandelf's OS knowledge o bin/143698 portmgr pkg_add(1) probably behaving incorrectly s www/143697 linimon [portsmon.freebsd.org] Error: could not connect to the s kern/143673 net [stf] [request] there should be a way to support multi s kern/143666 net [ip6] [request] PMTU black hole detection not implemen o conf/143637 rc [patch] ntpdate(8) support for ntp-servers supplied by o kern/143623 firewire [firewire] firewire fails to attach DV camera and down o kern/143622 net [pfil] [patch] unlock pfil lock while calling firewall o kern/143621 ipfw [ipfw] [dummynet] [patch] dummynet and vnet use result f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op o kern/143593 net [ipsec] When using IPSec, tcpdump doesn't show outgoin o kern/143591 net [ral] RT2561C-based DLink card (DWL-510) fails to work o i386/143587 i386 [boot] [hang] BTX 1.02 freezes upon assigning Bios C d o kern/143573 jfv [em] em(4) NIC crashes intermittently o bin/143572 fs [zfs] zpool(1): [patch] The verbose output from iostat o bin/143570 ed [patch] stock ftpd(8) does not handle "filesize" limit o bin/143568 secteam ktrace(1) is limited with other user's "filesize" limi o kern/143564 [mly] camcontrol(8) fails to show transfer speed in ml o kern/143543 pf [pf] [panic] PF route-to causes kernel panic o bin/143533 [patch] Changes to support Sun jumpstart via bootparam o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o bin/143504 pf [patch] outgoing states are not killed by authpf(8) o docs/143472 doc gethostname(3) references undefined value: HOST_NAME_M o kern/143455 geom gstripe(8) in RELENG_8 (31st Jan 2010) broken o kern/143420 acpi [acpi] ACPI issues with Toshiba o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o kern/143398 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o bin/143389 [2tb] [patch] fdisk(8) cannot handle above 1TB under i o bin/143375 [patch] awk(1) trashes memory with regexp and ^ anchor o bin/143373 [patch] awk(1) tolower/toupper functions don't support o bin/143369 [patch] awk(1) doesn't handle RS as a regexp but as a o bin/143368 [patch] awk(1): number of open files is limited to sma o bin/143367 [patch] awk(1) treats -Ft as -F o bin/143365 [patch] incorrect regexp matching in awk(1) o bin/143363 [patch] incorrect handling of \ at the end of line in o bin/143362 awk(1) incorrect matching o bin/143351 bapt [request] update flex(1) to at least 2.5.33 o kern/143349 [panic] vm_page_free: freeing busy page o kern/143340 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o kern/143324 [panic] vm_fault: fault on nofault entry, addr: c10a50 o kern/143298 secteam [random] [patch] random_yarrow_block() doesn't actuall f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system o kern/143285 jfv [em] [regression] jumbo frames broken in 8.0 o gnu/143254 [patch] groff(1) build in base system does not honor P o kern/143227 [panic] [cpufreq] free: address has not been allocated o kern/143212 fs [nfs] NFSv4 client strange work ... o kern/143208 net [ipsec] [gif] IPSec over gif interface not working p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google o kern/143184 fs [zfs] [lor] zfs/bufwait LOR s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J o kern/143126 [ata] Data loss on read timeout o bin/143090 [PATCH] Let indent(1) handle widecharacter literals co o kern/143088 [hang] FreeBSD 9.0-CURRENT freezes while starting kern o conf/143085 rc [patch] ftp-proxy(8) rc(8) with multiple instances o i386/143082 [install] Unable to install 8.0-RELEASE on Dell 2950 w o conf/143079 wireless hostapd(8) startup missing multi wlan functionality o kern/143073 [patch][panic] unp_gc panic (race with uipc_detach) f kern/143069 xen [xen] [panic] Xen Kernel Panic - Memory modified after o bin/143058 [patch] mdconfig(8): make mdconfig -o reserve default o kern/143046 gallatin [mxge] [panic] panics since mxge(4) update p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d a docs/143041 blackend [handbook] [patch] doc/en__US.ISO8859-1 refers to slip o kern/143040 [sysctl] sysctl -a hangs, as a side effect it breaks o kern/143034 net [panic] system reboots itself in tcp code [regression] o bin/143017 watch(8): fatal: cannot attach to tty o kern/143006 [build] [request] ACCEPT_FILTER_DATA and ACCEPT_FILTER f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s a conf/142973 rc [jail] [patch] Strange counter init value in jail rc s conf/142972 jail [jail] [patch] Support JAILv2 and vnet in rc.d/jail o conf/142961 pf [pf] No way to adjust pidfile in pflogd f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o i386/142946 i386 [boot] Can't boot installation DVD. BTX halted p docs/142938 wkoszek [kld] share/examples: fix warnings o bin/142932 adduser(8) script add bogus symbol at "full name" fiel p kern/142927 thompsa [vlan] [patch] handle parent interface link layer addr o docs/142917 arundel [patch] top(1) man page does not include information a o bin/142913 [patch] netstat(1) -w should produce error message if o bin/142912 [patch] nfsstat(1) -w should produce error message if o bin/142911 [patch] vmstat(8) -w should produce error message if f o kern/142878 fs [zfs] [vfs] lock order reversal o kern/142877 net [hang] network-related repeatable 8.0-STABLE hard hang o kern/142872 pjd [zfs] ZFS ZVOL Lockmgr Deadlock o bin/142867 sysinstall sysinstall(8): in a custom installation re-entering th o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o conf/142817 pf [patch] etc/rc.d/pf: silence pfctl o bin/142814 [patch] add beginning and end offset options to md5(1) o stand/142803 kargl j0 Bessel function inaccurate near zeros of the functi o kern/142802 [ata] [panic] on removing drive: recursed on non-recur s bin/142786 [request] [geom_part] gpart(8) should recognize NAND m o kern/142781 [lor] New LOR: process lock / system map o kern/142774 net Problem with outgoing connections on interface with mu o kern/142772 net [libc] lla_lookup: new lle malloc failed o kern/142728 [panic] Fatal trap 12 in g_io_request o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa f kern/142624 gavin Sending large chunks of data fails o kern/142597 fs [ext2fs] ext2fs does not work on filesystems with real p kern/142595 jhb Implementation of "filesystems" file in linprocfs(5) o kern/142594 pjd [zfs] Modification time reset to 1 Jan 1970 after fsyn o kern/142563 geom [geom] [hang] ioctl freeze in zpool f kern/142518 net [em] [lagg] Problem on 8.0-STABLE with em and lagg o kern/142489 fs [zfs] [lor] allproc/zfs LOR o kern/142466 fs Update 7.2 -> 8.0 on Raid 1 ends with screwed raid [re o conf/142434 rc [patch] Add cpuset(1) support to rc.subr(8) o i386/142421 i386 [ata] optical drives not found o kern/142390 [keyboard] 30th console switch hangs computer complete p docs/142367 roam [patch] wlan(4) does not document requirement for kern o kern/142351 scsi [mpt] LSILogic driver performance problems o misc/142335 sysinstall Download of Release 8.0 LIVE is NOT a "live" from CD p o kern/142306 fs [zfs] [panic] ZFS drive (from OSX Leopard) causes two o conf/142304 rc rc.conf(5): mdconfig and mdconfig2 rc.d scripts lack e f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o bin/142258 [patch] rtld(1): add ability to log or print rtld erro o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P o kern/142198 simon SSLv3 failure with irc/xchat on FreeBSD 8.0 o i386/142190 i386 [boot] BTX Loader issue on Gigabyte Motherboard o kern/142173 [libc] localeconv(3): two-byte ascii thousands_sep o kern/142157 [ppc] [puc] Don't find Printer port at "NetMos NM9835 o conf/142114 periodic(8): security report from 'periodic daily' doe o i386/142108 i386 [panic] vm_fault: fault on nofault entry, addr: c32a40 o kern/142082 dchagin [patch] [panic] linuxulator: getppid: use after free o ports/142069 x11 x11/xorg: After adding on a laptop Toshiba Sattelite L o kern/142068 fs [ufs] BSD labels are got deleted spontaneously o kern/142019 jfv [em] em needs "ifconfig em0 down up" when link was gon o kern/142018 net [iwi] [patch] Possibly wrong interpretation of beacon- o kern/142009 acpi [acpi] [panic] Panic in AcpiNsGetAttachedObject o kern/141950 daichi [unionfs] [lor] ufs/unionfs/ufs Lock order reversal o i386/141942 mav [irq] interrupt storm (VIA 6421A atapci controller) o kern/141928 ed [libteken] either xterm -C or ioctl TIOCCONS is broken o bin/141920 sort(1): sort -k 3,1g is very slow o sparc/141918 sparc64 [ehci] ehci_interrupt: unrecoverable error, controller o kern/141915 [hang] Unspecified lockup/deadlock with 7.2 on AMD64 o conf/141909 rc rc.subr(8): [patch] add rc.conf.d support to /usr/loca o kern/141905 pf [pf] [panic] pf kernel panic on 7.2-RELEASE with empty o kern/141897 fs [msdosfs] [panic] Kernel panic. msdofs: file name leng o bin/141890 [patch] slapd(8): The slapd server starts/restarts way o kern/141861 net [wi] data garbled with WEP and wi(4) with Prism 2.5 o kern/141843 jfv [em] [vlan] Intel txcsum and assigned vlan invoke wron o kern/141841 [ata] Controller ST-Lab A-173 (Sil3512) lost the HDD d o kern/141826 multimedia [snd_hda] load of snd_hda module fails f kern/141756 gavin [mmc] MMC card attached to blocks keybo f kern/141741 net Etherlink III NIC won't work after upgrade to FBSD 8, o kern/141740 geom [geom] gjournal(8): g_journal_destroy concurrent error o threa/141721 threads rtprio(1): (id|rt)prio priority resets when new thread f kern/141718 pjd [zfs] [panic] kernel panic when 'zfs rename' is used o a kern/141696 virtualization[rum] [vimage] [panic] rum(4)+ vimage = kernel panic f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o conf/141678 rc [patch] A minor enhancement to how /etc/rc.d/jail dete o i386/141675 i386 [boot] memory and BTX halted on Sunfire X4170 o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o ports/141660 x11 x11/xorg: X can't determine amount of video memory on o kern/141655 [sio] [patch] Serial Console failure on Dell servers o kern/141653 [ata] [panic] Panic in ata? f misc/141652 gavin [install] 8.0 install fails from USB memstick because o ports/141641 portmgr [bsd.port.mk] [patch] make 'config-recursive' finish i o kern/141632 ed [libteken] vidcontrol -T cons25 doesn't work with 'mod o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR o i386/141470 i386 [boot] BTX halted immediatly on selecting any of the b o i386/141468 i386 [boot] FreeBSD 8.0 boot manager can cause disk not pro o kern/141463 fs [nfs] [panic] Frequent kernel panics after upgrade fro p amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze s bin/141340 netstat(1): wrong netstat -w 1 output o conf/141317 jail [patch] uncorrect jail stop in /etc/rc.d/jail o kern/141314 andre Network Performance has decreased by 30% [regression] f usb/141313 thompsa [usb8] nvidia USB 2.0 controller - stops copying on US o kern/141305 fs [zfs] FreeBSD ZFS+sendfile severe performance issues ( o bin/141264 ntpd(8) crashes when tries to use an oncore reference a docs/141227 blackend Handbook/sysinstall documentation about distributions o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER p bin/141175 kientzle [patch] New cpio(1) in FreeBSD 8 regressed and left ou o kern/141150 [pty] [hang] TIOCDRAIN ioctl on pts/pty master hangs o kern/141091 fs [patch] [nullfs] fix panics with DIAGNOSTIC enabled o kern/141090 [kernel] [patch] patch for COMPAT for /sys/sys/sysprot o kern/141086 fs [nfs] [panic] panic("nfs: bioread, not dir") on FreeBS o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se o bin/141016 [libpam] PAM checks in sshd too few? o kern/141011 usb [usb8] Encrypted root, geli password at boot; enter ke o kern/141010 fs [zfs] "zfs scrub" fails when backed by files in UFS2 o bin/140972 sysinstall sysintall(8): 8.0-RELEASE-i386-memstick Fixit broken - o conf/140965 [terminfo] Cannot create terminfo database because ncu o kern/140932 fork+exec from threaded FreeBSD 7.2 application o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS a docs/140918 blackend [handbook] update 8.0 handbook about serial port /dev f bin/140900 gavin [geom_part] sysinstall(8) problems: "unable to make de o ports/140895 hrs net/openbgpd exit, when kernel table change o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b o kern/140888 fs [zfs] boot fail from zfs root while the pool resilveri o amd64/140873 gavin [install] Cannot install 8.0-RELEASE on Thinkpad SL300 o bin/140863 cperciva freebsd-update(8) fails to check that writes will succ o kern/140858 [hang] System freeze during boot when PC-Card NIC inst o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- s docs/140847 doc [request] add documentation on ECMP and new route args o bin/140843 sysinstall sysinstall(8): cannot software install from usb o bin/140842 sysinstall sysinstall(8): destroyed ncurses interface with FBSD8. f kern/140836 gavin [geom_part]? - failed to upgrade to 8.0-RELEASE o kern/140835 des [libfetch] fetchParseURL(3) returns success with inval a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o kern/140778 jfv [em] randomly panic in vlan/em o kern/140742 net rum(4) Two asus-WL167G adapters cannot talk to each ot o kern/140728 jfv [em] [patch] Fast irq registration in em driver o kern/140697 pf [pf] pf behaviour changes - must be documented o kern/140682 net [netgraph] [panic] random panic in netgraph o kern/140661 fs [zfs] [patch] /boot/loader fails to work on a GPT/ZFS- o kern/140658 [cpufreq] dev.cpu.0.cx_lowest=C3 from /etc/sysctl.conf o i386/140655 i386 [panic] Lenovo X300: fatal trap 12 after /sbin/halt -p o kern/140654 [umass] growisofs/mkisofs PERFORM OPC and GET EVENT C o kern/140647 jfv [em] [patch] e1000 driver does not correctly handle mu o i386/140645 i386 [irq] High INTERRUPT rate on CPU 0 o kern/140640 fs [zfs] snapshot crash f kern/140634 net [vlan] destroying if_lagg interface with if_vlan membe o ports/140621 edwin Add support for /etc/cron.d and /usr/local/etc/cron.d o kern/140619 net [ifnet] [patch] refine obsolete if_var.h comments desc o kern/140597 andre [netinet] [patch] implement Lost Retransmission Detect o bin/140595 sysinstall [request] sysinstall(8): Replace "Country Selection" w o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o docs/140583 hrs ports/print/acroread9 - handbook and port fail to ment s www/140580 www svnweb file logs are useless p kern/140567 wireless [ath] [patch] ath is not worked on my notebook PC o ports/140542 edwin sysutils/isc-cron should be compatible with cron from o kern/140514 des [pam] PAM can give PAM_SUCCESS when infact it should g o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o bin/140462 devd(8): [regression] devd.pid locked by /etc/rc.d and o kern/140461 [vm] Fail to read from swap. The swap_pager.c contains o kern/140453 vbox [sound] [vbox] No sound inside Virtualbox on 50% volum o i386/140448 i386 [boot] BTX loader hangs after displaying BIOS drives o docs/140444 doc [patch] New Traditional Chinese translation of custom- o conf/140440 rc [patch] allow local command files in rc.{suspend,resum p misc/140436 imp [nanobsd] pkg-add process fails when there is no /usr/ o docs/140435 arundel ls(1), section STANDARD: the -A is exception from POSI o misc/140376 [build] installworld fails trying to use 'chflags schg o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o kern/140361 [cpufreq] speed-stepping broken on PhenomII (acpi?) o kern/140358 qingli 8.0RC2: [arp] arp: writing to routing socket: Invalid o kern/140352 geom [geom] gjournal + glabel not working o kern/140349 [libpcap] [patch] libpcap's parser doesn't recognize n o kern/140346 net [wlan] High bandwidth use causes loss of wlan connecti o kern/140326 jfv [em] em0: watchdog timeout when communicating to windo p usb/140325 thompsa [libusb] [usb8] Missing/incorrect initialisation and m a bin/140309 bapt [patch] bad syntax causes yacc(1) segfault o bin/140304 [patch] add MAILFROM ability to cron(8) o i386/140268 i386 [install] 8.0-RC* does not install on MSI MS-7255 [reg o conf/140261 rc [patch] Improve flexibility of mdconfig2 startup scrip o kern/140245 wireless [ath] [panic] Kernel panic during network activity on o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o kern/140185 [patch] expand_number(3) does not detect overflow in n o ports/140162 hrs print/teTeX listings module bug o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A o kern/140156 emulation [linux] cdparanoia fails to read drive data o bin/140151 [patch] hexdump(1): Fix potential setlocale(3) in hexd o bin/140143 [patch] [rtld] dlopen(3) doesn't promote RTLD_GLOBAL f o kern/140142 net [ip6] [panic] FreeBSD 7.2-amd64 panic w/IPv6 o docs/140082 bland [handbook] handbook/jails: russian translation is miss o kern/140068 fs [smbfs] [patch] smbfs does not allow semicolon in file o kern/140067 [boot] 8.0-RC2 from ISO, after install, hangs on boot o kern/140066 net [bwi] install report for 8.0 RC 2 (multiple problems) o kern/140018 [boot] locks up during boot on cpu error on Dell Power o conf/140009 configuration issue NIS in nsswitch.conf(5) o java/140002 java java/openjdk6: jconsole dumps tomcat when contacting j o i386/139999 i386 [panic] random freeze and crash o gnu/139982 ld(1): BFD internal error f kern/139811 gavin FreeBSD did not recognize Intel Gigabit ET Dual Port S o bin/139802 uqs [patch] fsck_msdosfs(8): sync with NetBSD sources, inc o i386/139743 i386 [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o kern/139734 [libc] res_send calls getsockname(2) instead of getpee o kern/139725 fs [zfs] zdb(1) dumps core on i386 when examining zpool c o kern/139718 trasz [reboot] all mounted fs don't get synced during reboot o kern/139715 fs [zfs] vfs.numvnodes leak on busy zfs o docs/139705 remko [patch] tunefs(8) man page bugs section ambiguous on a o kern/139653 [ata] READ_BIG sluggish ata CD/DVD performance on HP D p bin/139651 fs [nfs] mount(8): read-only remount of NFS volume does n o bin/139601 [patch] make(1): variable substitution for $@ in depen f kern/139576 ed [syscons] [patch] blink screen too noisy o kern/139565 net [ipfilter] ipfilter ioctl SIOCDELST broken p kern/139559 qingli [tun] several tun(4) interfaces can be created with sa o kern/139549 firewire [firewire] reconnecting a firewire disk does not cause f kern/139510 pjd [geom] [2tb] gmirror disappears after boot on 2T disks o kern/139425 [kernel] [patch] Wrong behavior of KTR_VERBOSE o kern/139407 fs [smbfs] [panic] smb mount causes system crash if remot o kern/139403 [headers] absense of AUE_NULL o bin/139389 pluknet [patch] Change top(1) to display thread IDs o kern/139387 net [ipsec] Wrong lenth of PF_KEY messages in promiscuous o bin/139346 net [patch] arp(8) add option to remove static entries lis o docs/139336 doc [request] ZFS documentation suggestion a bin/139314 [patch] install(1): install -d reports success on fail p kern/139312 gleb [tmpfs] [patch] tmpfs mmap synchronization bug o kern/139268 net [if_bridge] [patch] allow if_bridge to forward just VL o conf/139255 8.0-RC1 network.subr calls route(8) with obsolete para o kern/139232 [panic] Kernel panic (spin lock held too long) p kern/139204 net [arp] DHCP server replies rejected, ARP entry lost bef o bin/139181 randi WITHOUT_LEGACY_CONSOLE=1 breaks sysinstall(8) o docs/139165 doc gssapi.3 man page out of sync with between crypto and o kern/139162 yongari [fwip] [panic] 8.0-RC1 panics if using IP over firewir o kern/139144 [keyboard] [patch] CapsLock LED should not depend on k o bin/139135 cperciva freebsd-update(8) misbehaves on upgrade and shows erro s sparc/139134 sparc64 kernel output corruption o kern/139127 [vfs] False negative vfs cache entry o kern/139117 net [lagg] + wlan boot timing (EBUSY) o i386/139115 i386 [cpufreq] low cpu frequency reported [regression] o kern/139088 acpi [acpi] ACPI Exception: AE_AML_INFINITE_LOOP error o kern/139058 net [ipfilter] mbuf cluster leak on FreeBSD 7.2 s kern/139039 pjd [zfs] zpool scrub makes system unbearably slow o kern/139027 [ata] DVD RW is not recognized on ASUS K40IN laptop wh o docs/139018 doc translation of submitting.sgml from docproj/submitting o kern/139014 [null] /dev/null must be immunable to delete/unlink o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o kern/138967 [ata] HDD write error: g_vfs_done(): ... ]error = 1 o bin/138961 ldap groups don't work with su(1) o i386/138948 i386 [twa] [regression] da0: Fi f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138938 [psm] Synaptics Support dosn't work on Dell Latitude o bin/138926 cperciva [patch] freebsd-update(8): allow unattended upgrade o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o kern/138870 [apm] 8.0beta4 PnP problem? lost synaptics trackpad in o bin/138858 patch(1) assumes that a file appears only once in the o bin/138855 [patch] if the hostname is empty, opiepasswd(1) create o kern/138850 net [dummynet] dummynet doesn't work correctly on a bridge o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o kern/138782 net [panic] sbflush_internal: cc 0 || mb 0xffffff004127b00 o ports/138772 nox emulators/qemu should build on SPARC o i386/138737 bde [endian] [patch] Patch for bswap64(9) operation on IA p conf/138692 netchild [request] [patch] 450.status-security should exit with o kern/138688 net [rum] possibly broken on 8 Beta 4 amd64: able to wpa a o kern/138678 net [lo] FreeBSD does not assign linklocal address to loop o docs/138663 doc system(3) man page confuses users about "return value o kern/138662 fs [panic] ffs_blkfree: freeing free block o kern/138660 jfv [igb] igb driver troubles in 8.0-BETA4 o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o bin/138560 ifconfig(8): wpa_supplicant(8): Incorrect usage of str s bin/138547 vwe [request] improve dhcp behaviour with multiple network o kern/138537 [ata] [panic] Memory modified after free o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca p kern/138439 vanhu [IPSec] Tunnel with IPv4 and IPv6 o bin/138423 sysinstall sysinstall(8): Installer (and sade) get wrong number o o kern/138421 fs [ufs] [patch] remove UFS label limitations o kern/138407 net [gre] gre(4) interface does not come up after reboot o kern/138392 jfv [em] [altq] ALTQ queuing not working on em(4) o kern/138332 net [tun] [lor] ifconfig tun0 destroy causes LOR if_adata/ o bin/138331 sam FreeBSD 8.0-beta3 wpa_supplicant(8) lost auth o kern/138292 weongyo [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202 o kern/138266 net [panic] kernel panic when udp benchmark test used as r o ports/138228 portmgr [bsd.port.mk] [exp-run] New opt-in knob to compile por f i386/138211 gavin [loader] Boot fails on Intel X5550 o amd64/138210 acpi [acpi] acer aspire 5536 ACPI problems (S3, brightness, p conf/138208 rc [rc.d] [patch] Making rc.firewall (workstation) IPv6 a o kern/138202 fs mount_msdosfs(1) see only 2Gb o kern/138177 net [ipfilter] FreeBSD crashing repeatedly in ip_nat.c:257 o bin/138150 [build] [patch] fix for src/etc/Makefile mtree o i386/138126 i386 [panic] Kernel panic trap 12 on bigger load o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o kern/138046 andre [tcp] tcp sockets stay in SYN_SENT even after receivin f kern/138029 net [bpf] [panic] periodically kernel panic and reboot o bin/138025 sysinstall sysinstall(8) fails to create big partition o kern/138002 [lor] Three lock order reversals: ufs/devfs, bufwait/d o kern/137982 pf [pf] when pf can hit state limits, random IP failures o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o kern/137881 net [netgraph] [panic] ng_pppoe fatal trap 12 o bin/137864 sysinstall [patch] sysinstall(8): add possibility to shutdown/pow p bin/137841 net [patch] wpa_supplicant(8) cannot verify SHA256 signed o kern/137822 [vesa] [hang] System crashes leaving X when running ve p kern/137776 net [rum] panic in rum(4) driver on 8.0-BETA2 o bin/137713 sysinstall sysinstall(8): installer partition editor generates in o kern/137678 [libstand] [patch] libstand's bootp/dhcp code always u o kern/137677 [mac] security.mac.bsdextended.firstmatch_enabled defa o conf/137671 [patch][request] enhance beastie.4th: possibility to d s gnu/137665 [patch] dialog(1) goes into tight loop on encountering o bin/137641 net ifconfig(8): various problems with "vlan_device.vlan_i f conf/137629 crees [rc.d] background_dhclient rc.conf option causing doub o ports/137620 portmgr [NEW PORT] devel/p6-perl6-toys o kern/137592 wireless [ath] panic - 7-STABLE (Aug 7, 2009 UTC) crashes on ne o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/137588 daichi [unionfs] [lor] LOR nfs/ufs/nfs o kern/137586 des [libpam] Need to build pam_ssh module even it openssh o bin/137514 cperciva freebsd-update(8) doesn't update the system under some p bin/137484 wireless [patch] Integer overflow in wpa_supplicant(8) base64 e o ports/137393 portmgr Remote Package Add of lang/gcc42 does not terminate o kern/137392 net [ip] [panic] crash in ip_nat.c line 2577 o usb/137377 usb [usb8] request support for Huawei E180 o kern/137372 net [ral] FreeBSD doesn't support wireless interface from o bin/137365 [patch] let last(1) read from stdin via "-f -" o kern/137346 ipfw [ipfw] ipfw nat redirect_proto is broken o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro o kern/137327 dfr [nfs] nfs nlm memery leak s bin/137318 [request] import options from NetBSD's lastlogin(1) o kern/137309 bz [ipsec] sequence number in a SADB_X_SPDGET response is o kern/137307 [libc] [patch] Enhance strptime(3) to support %U and % o conf/137271 rc [rc.d] Cannot update /etc/host.conf when root filesyst o ports/137250 portmgr OPTIONS that change PREFIX cause an error after 'make o kern/137246 [kqueue] kevents not generated for file writes through o kern/137232 ipfw [ipfw] parser troubles o kern/137228 [psm] synaptics support delays 'mouse up' events when f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o kern/137181 [ata] Promise SATA controller SX4-M PDC20621 does not o kern/137145 andre [mbuf] [patch] Reference count computing isn't correct o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att o kern/137089 net [lagg] lagg falsely triggers IPv6 duplicate address de o kern/137042 acpi [acpi] hp laptop's lcd not wakes up after suspend to r o bin/136994 net [patch] ifconfig(8) print carp mac address o kern/136968 fs [ufs] [lor] ufs/bufwait/ufs (open) o kern/136946 firewire [fwohci] fwohci throws an"unrecoverable error" upon re o kern/136945 fs [ufs] [lor] filedesc structure/ufs (poll) o kern/136944 fs [ffs] [lor] bufwait/snaplk (fsync) o kern/136943 wireless [wpi] [lor] wpi0_com_lock / wpi0 o kern/136911 net [netgraph] [panic] system panic on kldload ng_bpf.ko t o misc/136889 imp [nanobsd] [patch] nanobsd error reporting and other re o kern/136888 [boot] boot0sio timeout much longer when DSR/CTS low o kern/136876 yongari [bge] bge will not resume properly after suspend o kern/136873 fs [ntfs] Missing directories/files on NTFS volume o kern/136865 fs [nfs] [patch] NFS exports atomic and on-the-fly atomic o bin/136857 [patch] du(1): permit per directory only sum (no herit o kern/136836 wireless [ath] atheros card stops functioning after about 12 ho o kern/136781 pf [pf] Packets appear to drop with pf scrub and if_bridg o bin/136733 disklabel(8) handle incorrently o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o kern/136669 [libc] [patch] setmode(3) should always set errno on e o docs/136666 doc [handbook] Configure serial port for remote kernel deb o bin/136661 melifaro [patch] ndp(8) ignores -f option o conf/136624 rc [rc.d] sysctl variables for ipnat are not applied on b o kern/136618 net [pf][stf] panic on cloning interface without unit numb p kern/136470 fs [nfs] Cannot mount / in read-only, over NFS o kern/136356 [ata] SATA / ICH7 problems o bin/136354 [patch] powerd(8): Support for maxspeed in adaptive mo o conf/136336 [termcap] [patch] missing entry for "center of keypad" o kern/136327 firewire [sbp] [boot] Asus M3N78-EM motherboard cannot boot wit o kern/136216 [headers] Missing prototype declaration for setfib() o o kern/136168 jfv [em] em driver initialization fails on Intel 5000PSL m o kern/136159 [kthread] [patch] tsleep with PDROP in kthread_suspend o bin/136073 des recent nscd(8) changes cause client processes to die w o docs/136035 doc ftpchroot(5) omits an important option o kern/136013 [resolver] Resolver wrong diagnostics o i386/136008 acpi [acpi] Dell Vostro 1310 will not shutdown (Requires us f i386/135961 gavin [boot] booting WRAP and Soekris fails from PXE, boot0 o kern/135948 pf [pf] [gre] pf not natting gre protocol p bin/135918 luigi [boot0] [patch] Make BootEasy compatible with NT Drive o kern/135898 geom [geom] Severe filesystem corruption - large files or l o bin/135718 [patch] enhance qsort(3) to properly handle 32-bit ali o bin/135700 [patch] Add an ability to run inetd(8) with P_PROTECTE o kern/135690 [panic] [ata] ufs_dirbad: /backuphd: bad dir ino 22259 o threa/135673 threads databases/mysql50-server - MySQL query lock-ups on 7.2 f kern/135667 xen ufs filesystem corruption on XEN DomU system o bin/135647 cperciva freebsd-update(8): forces manual merge of every file i o kern/135608 [patch] sysctl(8) should be able to handle byte values o power/135576 ppc gdb cannot debug threaded programs on ppc o ports/135569 portmgr `check-sanity` not documented in bsd.port.mk s kern/135550 [sysctl] [request] Feature Request: Manufacturer Infor o kern/135546 fs [zfs] zfs.ko module doesn't ignore zpool.cache filenam o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene a ports/135503 wxs lang/python26 upgrade should get mailman too o kern/135502 net [periodic] Warning message raised by rtfree function i o kern/135497 [ata] JMicron JMB363 controller does not recognize PAT o kern/135476 ipfw [ipfw] IPFW table breaks after adding a large number o o docs/135475 [patch] jot(1) manpage and behaviour differ o ports/135471 secteam [patch] ports-mgmt/portaudit-db packaudit.conf sourced o kern/135469 fs [ufs] [panic] kernel crash on md operation in ufs_dirb o kern/135458 dchagin Missing errno translation in Linux getsockopt(,,SO_ERR o bin/135444 cperciva freebsd-update(8) failing should be more verbose f kern/135421 xen [xen] FreeBSD Xen PVM DomU network failure - netfronc. o misc/135420 bugmeister gnats generates broken In-Reply-To headers o bin/135349 sbruno [patch] teach acpidump(8) to disassemble arbitrary mem o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage o bin/135317 randi install.cfg feature request o kern/135307 Boot Loader problem on Acer Aspire 5735 o ports/135276 x11 x11/xorg: GUI running first time only while using Free o kern/135237 [nfs] sendfile(2) and SF_NODISKIO blocks on NFS files o kern/135222 jfv [igb] low speed routing between two igb interfaces o ports/135221 portmgr [bsd.port.mk] unified support for LINUX_OSRELEASE depe o usb/135206 usb machine reboots when inserted USB device f usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu f kern/135178 xen [xen] Xen domU outgoing data transfer stall when TSO i o kern/135164 [keyboard] UK currency key inactive o bin/135159 portmgr [patch] pkg_delete(1) segfaults on empty @pkgdep lines s ports/135089 portmgr bsd.port.mk: Honor LOCALBASE for CFLAGS p kern/135069 xen [xen] FreeBSD-current/Xen SMP doesn't function at all o kern/135050 fs [zfs] ZFS clears/hides disk errors on reboot o kern/134996 pf [pf] Anchor tables not included when pfctl(8) is run w o kern/134956 jfv [em] FreeBSD 7.1 & 7.2, Intel PRO/1000 PT Quad Port Se o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o kern/134922 ae [gmirror] [panic] kernel panic when use fdisk on disk o misc/134920 [headers] [patch] Large upgrades from source cause com o bin/134919 smh [patch] add information to truss(1) when tracing linux o conf/134918 rc [patch] rc.subr fails to detect perl daemons f bin/134907 vwe boot0cfg(8): choose / adjust the booting slice doesn't o kern/134887 [ataraid] source consistency problem o ports/134880 ale lang/php5 - PHP CLI interactive mode misbehaviour with o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o conf/134660 rc [patch] rc-script for initializing ng_netflow+ng_ipfw s gnu/134604 [libgcc] [patch] Memory leak in gcclibs/libgomp o kern/134591 [ral] ral(4) driver frequently loses carrier (on RT256 o kern/134584 [panic] spin lock held too long o kern/134583 net [hang] Machine with jail freezes after random amount o o bin/134569 [heimdal] krb5-config(1) does not return all libs nece o kern/134531 net [route] [panic] kernel crash related to routes/zebra o kern/134520 [ata] SAS HD not detected on LSI SAS1078 (Acer Altos R o kern/134504 [vesa] thinkpad t60 with ati x1400 in vesa console mod o kern/134491 fs [zfs] Hot spares are rather cold... o kern/134488 scsi [mpt] MPT SCSI driver probes max. 8 LUNs per device o bin/134425 sysinstall sysinstall(8) custom distributions select all and dese f kern/134407 gavin [hang] freebsd 7.x freezes with the livefs or install f kern/134398 gavin [ata] problems with udma modes on atapi ixp600 o kern/134391 [libc] dladdr(3) does effectively not work on main pro o bin/134389 cperciva portsnap(1): phttpget opens a new connections for ever o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 a kern/134355 andre [mbuf] comments for m_getm2 inconsistent with behaviou p arm/134338 arm [patch] Lock GPIO accesses on ixp425 o conf/134333 rc PPP configuration problem in the rc.d scripts in combi o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o bin/134250 [rc.d] mountlate: bogus error message when using neste o kern/134249 [libiconv] [patch] ignore case for character set names s kern/134231 vwe [sysctl] sysctl() 80% slower in 7.2 than 6.2 [regressi a kern/134225 [libexec] [patch] Reduce disk write load from save-ent o kern/134200 [panic] Fatal trap 12: page fault while in kernel mode o usb/134193 usb System freeze on usb MP3 player insertion f kern/134168 gavin [ral] ral driver problem on RT2525 2.4GHz transceiver o bin/134167 cperciva [request] freebsd-update(8) should be able to be run i o kern/134157 net [dummynet] dummynet loads cpu for 100% and make a syst o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o kern/134113 geom [geli] Problem setting secondary GELI key f kern/134105 gavin rl(4) Realtek 8110SC with device ID 0x814910ec not det p arm/134092 cognet [patch] NSLU.hints contains wrong hints for on board n o usb/134085 usb [umass] [patch] Adding usb quirk for Sony USB flash dr o kern/134079 jfv [em] "em0: Invalid MAC address" in FreeBSD-Current ( 8 o kern/134054 [ataraid] [panic] traps kernel on boot if Intel Matrix o bin/134022 host(1), dig(1) and nslookup(1) hang in _umtx_op sysca o kern/134011 [hang] swap_pager_getswapspace(4): failed o kern/134010 [libgssapi][patch] Buffer overflow and use-after-free o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o kern/133985 [kernel] kern.cp_time returns all zeros and stops incr o kern/133969 net [dummynet] [panic] Fatal trap 12: page fault while in o kern/133968 net [dummynet] [panic] dummynet kernel panic o kern/133931 geom [geli] [request] intentionally wrong password to destr o kern/133919 [mpt] [panic] 7.1 panics after completing rebuild of m o kern/133892 adrian /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const stru o conf/133890 rc [patch] sshd(8): add multiple profiles to the rc.d scr o bin/133860 [patch] lorder(1) misses symbols defined in read only o bin/133834 [patch] chat(8): terminate()/fatal() infinity mutual r o ports/133815 portmgr [PATCH] bsd.port.mk: implements fakeroot for the ports o kern/133775 [patch] gdb(1) debugscripts: fix proc address print in o ports/133771 doceng print/ghostscript8: Ghostscript8-8.64 port not install f kern/133768 gavin [panic] MONITOR PANIC: vcpu-0:VMM64 DoubleFault src=MO o kern/133736 net [udp] ip_id not protected ... o kern/133732 pf [pf] max-src-conn issue o i386/133727 i386 chars [[[[[[[[[[[[[ occur during install process (sett o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o kern/133710 [headers] net/bpf.h and netgraph/ng_message.h should i o kern/133676 fs [smbfs] [panic] umount -f'ing a vnode-based memory dis o kern/133595 net [panic] Kernel Panic at pcpu.h:195 s kern/133593 [ata] `atacontrol(8) spindown` won't affect disk until o kern/133572 net [ppp] [hang] incoming PPTP connection hangs the system o misc/133540 gavin Cannot connect to ftp mirrors for 7.2 beta boot-only o power/133503 ppc [sound] Sound stutter after switching ttys o kern/133495 [de] interface not properly initialized on boot o kern/133490 net [bpf] [panic] 'kmem_map too small' panic on Dell r900 p kern/133439 kan [vfs] [panic] Kernel Panic in kern_vfs o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o power/133382 ppc [install] Installer gets signal 11 o usb/133296 usb [rum] driver not working properly in hostap mode o kern/133289 [vm] [panic] DEBUG_MEMGUARD with vm.memguard.desc="dev o kern/133286 dd can fill system memory o kern/133265 jail [jail] is there a solution how to run nfs client in ja o kern/133235 net [netinet] [patch] Process SIOCDLIFADDR command incorre o bin/133227 edwin [patch] whois(1): add support for SLD whois server loo f kern/133213 net arp and sshd errors on 7.1-PRERELEASE p kern/133174 fs [msdosfs] [patch] msdosfs must support multibyte inter s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken o kern/133060 net [ipsec] [pfsync] [panic] Kernel panic with ipsec + pfs o bin/132993 [patch] bsnmpd(1) - bad IfPoll timer interval o kern/132960 fs [ufs] [panic] panic:ffs_blkfree: freeing free frag o kern/132889 net [ndis] [panic] NDIS kernel crash on load BCM4321 AGN d o conf/132851 net [patch] rc.conf(5): allow to setfib(1) for service run o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o bin/132845 geom [geom] [patch] ggated(8) does not close files opened a o docs/132839 doc [patch] Fix example script in ldap-auth article o bin/132798 pjd [patch] ggatec(8): ggated/ggatec connection slowdown p o ports/132783 portmgr ports/Mk/bsd.port.mk: ${ARCH} misuse for "--build" opt o kern/132774 rwatson [ipfw] IPFW with uid/gid/jail rules may lead to lockup o bin/132735 Berkeley db: corrupted file has record with absurd siz o kern/132734 net [ifmib] [panic] panic in net/if_mib.c o kern/132722 wireless [ath] Wifi ath0 associates fine with AP, but DHCP or I o docs/132718 doc [handbook] Information about adding a new mirror is ou o kern/132705 net [libwrap] [patch] libwrap - infinite loop if hosts.all o bin/132692 [patch] getent(1): no support for netgroup o kern/132672 net [ndis] [panic] ndis with rt2860.sys causes kernel pani o kern/132664 [lor] vfs_mount.c / msdosfs_vfsops.c o kern/132622 philip [glxsb] [patch] glxsb(4) performs badly with ipsec o kern/132602 acpi [acpi] ACPI Problem with Intel SS4200: System does not o usb/132594 usb USB subsystem causes page fault and crashes o ports/132577 fjoe databases/oracle8-client: Appearence of connection (ph o ports/132576 delphij net/openldap24-server: multipying LDAP trees on the si o kern/132554 net [ipl] There is no ippool start script/ipfilter magic t f i386/132535 gavin [acpi] if ACPI enabled, i can't change brightness leve o conf/132515 stas ntpd_sync_on_start option in /etc/rc.conf misbehaves o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/132497 rwatson [boot] [patch] Stale pre-5.x mbuf references in new Bo p conf/132483 hrs rc.subr(8) [patch] setfib(1) support for rc.subr o conf/132476 hrs [rc.d] [patch] add support setfib(1) in rc.d/routing o kern/132397 fs reboot causes filesystem corruption (failure to sync b o kern/132354 net [nat] Getting some packages to ipnat(8) causes crash o kern/132331 fs [ufs] [lor] LOR ufs and syncer o bin/132302 [patch] smbutil(1): contrib/smbfs subr.c: saved passwo p kern/132285 glebius [carp] alias gives incorrect hash in dmesg o kern/132277 net [crypto] [ipsec] poor performance using cryptodevice f o docs/132260 doc dhcpd(8) pid not stored in documented location o kern/132252 [ata] No CD/DVD devices found! o kern/132238 [ral] ral driver does not support RT2860 o kern/132237 fs [msdosfs] msdosfs has problems to read MSDOS Floppy o i386/132230 i386 [boot] [reboot] 7.1-RELEASE /boot/loader non-functiona o kern/132206 scsi [mpt] system panics on boot when mirroring and 2nd dri o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o kern/132165 [uart] [lor] LOR slock and uart_hwmtx o kern/132145 fs [panic] File System Hard Crashes o bin/132114 randi [patch] add new 'docs' virtual category to sysinstall o bin/132112 [patch] devd(8) unnecessarily reconfigures carp(4) int o kern/132107 glebius [carp] carp(4) advskew setting ignored when carp IP us o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 o usb/132036 usb [panic] page fault when connecting Olympus C740 camera o bin/132008 [patch] config(8) to allow using section/nosection in o kern/132001 [patch] [ixgb] driver update p docs/131968 danger ipnat man page points to wrong directory o docs/131918 doc [patch] Fixes for the BPF(4) man page o kern/131876 rwatson [socket] FD leak by receiving SCM_RIGHTS by recvmsg wi o bin/131853 cron(8): please add support for CRON_TZ and CRON_WITHI o bin/131800 rpcbind(8) fails to start in jail f kern/131798 gavin [ukbd] usb keyboard doesn't work with motherboard inte o kern/131784 [lor] triple LOR after hard reboot o kern/131781 net [ndis] ndis keeps dropping the link o kern/131776 net [wi] driver fails to init o bin/131774 cvs(1) commits files then aborts o ports/131758 itetcu net/tightvnc in a jail stopped working after multiple o kern/131753 net [altq] [panic] kernel panic in hfsc_dequeue o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o kern/131601 net [ipfilter] [panic] 7-STABLE panic in nat_finalise (tcp o bin/131598 cperciva freebsd-update(8) doesn't interact well with custom ke o kern/131597 [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64 o usb/131583 usb [umass] Failure when detaching umass Device o ports/131579 kuriyama security/gnupg reads security/gnupg1 data incorrectly o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data f kern/131571 gavin [apic] [panic] Running with APIC enabled crashes a Sup o bin/131567 net [socket] [patch] Update for regression/sockets/unix_cm o bin/131549 wireless ifconfig(8) can't clear 'monitor' mode on the wireless o power/131548 ppc ofw_syscons no longer supports 32-bit framebuffer o kern/131536 andre [netinet] [patch] kernel does allow manipulation of su o usb/131521 usb Registering Belkin UPS to usb_quirks.c o kern/131441 fs [unionfs] [nullfs] unionfs and/or nullfs not combineab o bin/131427 [patch] Add to fetch(1) an ability to limit a number o o i386/131426 i386 hald makes cdrom fail o bin/131415 geom [geli] keystrokes are unregulary sent to Geli when typ o docs/131370 keramida glabel(8): geom_label needs clarification in docs a bin/131369 delphij truss(1): truss -f fails to attach to child processes o bin/131365 net route(8): route add changes interpretation of network o kern/131360 fs [nfs] poor scaling behavior of the NFS server under lo o bin/131359 cperciva freebsd-update(8): freebsd-update tag file not updated o bin/131358 cperciva freebsd-update(8): Update servers for freebsd-update a o kern/131353 geom [geom] gjournal(8) kernel lock o kern/131342 fs [nfs] mounting/unmounting of disks causes NFS to fail o bin/131341 fs makefs: error "Bad file descriptor" on the mount poin o bin/131143 [patch] amd(8) causes annoying "embedded slash in map o bin/131094 dhclient(8) sets wrong IP address f kern/131087 bschmidt [ipw] [panic] ipw / iwi - no sent/received packets; iw o usb/131074 usb no run-time detection of usb devices plugged into exte o misc/131059 [tinybsd] [patch] tinybsd MFSROOT option suggests YES/ p kern/131038 bz [ip6] [panic] kernel panic in ip6_forward o bin/131013 pw(8) does not update NIS group file o bin/130993 pkg_add(1): pkg_add -n falsely reports present local p f kern/130982 gavin [install] The installation hangs o kern/130957 jhb [pci] /sys/dev/pci/pci.c revision 181771 breaks networ f bin/130954 vwe ps(1): can not obtain which process take all CPU time f kern/130941 gavin [panic] [cd9660] [geom] unexpected crash due to page f o kern/130920 fs [msdosfs] cp(1) takes 100% CPU time while copying file o misc/130856 [build] [patch] make installworld work when WITHOUT_GA o bin/130831 csh(1) core dumps after building libiconv-1.1x from s f kern/130820 net [ndis] wpa_supplicant(8) returns 'no space on device' o kern/130794 [ata] hw.ata.ata_dma_limit without any effect o kern/130749 des [libc] [patch] nscache.c/nscachedcli.c - return error o usb/130736 usb Page fault unplugging USB stick f misc/130728 joel There are 4-clause BSDL files in src/ o kern/130726 [ata] DMA errors accessing multiple SATA channels o ports/130677 portmgr [exp-run] bsd.port.mk: Centralize handling of CPPFLAGS o kern/130657 bz [ip6] [patch] ipv6 class option o bin/130655 randi sysinstall(8): no IPV4 if answer "no" when "Do you wan o kern/130628 net [nfs] NFS / rpc.lockd deadlock on 7.1-R o kern/130621 scsi [mpt] tranfer rate is inscrutable slow when use lsi213 o conf/130555 net [rc.d] [patch] No good way to set ipfilter variables a o kern/130525 net [ndis] [panic] 64 bit ar5008 ndisgen-erated driver cau o bin/130504 [libc] Serious bug in regular expression library (rege a kern/130386 rwatson [patch] add locking for generic interface address mani o conf/130381 pf [rc.d] [pf] [ip6] ipv6 not fully configured when pf st f amd64/130365 gavin [ata] Elitegroup A780GM-A Chipset:AMD 780G&SB700 IDE c o docs/130364 arundel Man page for top(1) needs explanation of CPU states o bin/130343 top(1): kvm_open: cannot open /proc/42997/mem corrupts o kern/130311 net [wlan_xauth] [panic] hostapd restart causing kernel pa o kern/130286 [patch] hifn(4) changes o kern/130261 [kernel] [panic] kernel panic in/below sys_pipe.c:knli o bin/130251 nm(1): 'nm -C' doesn't demangle any 't' symbol names o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o kern/130210 fs [nullfs] Error by check nullfs o usb/130208 usb Boot process severely hampered by umass0 error o kern/130171 [ata] UDMA CF cards do not work with FreeBSD p bin/130159 brian [patch] ppp(8) fails to correctly set routes o usb/130122 usb [usb8] DVD drive detects as 'da' device 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 f usb/130076 vwe Panic when connecting USB camera o stand/130067 standards Wrong numeric limits in system headers? f kern/130059 net [panic] Leaking 50k mbufs/hour o bin/130056 [patch] have nfsstat(1) use strtonum instead of atoi o bin/129965 gavin [patch] ps(1): ps -lH doesn't show the proper CPU# s www/129923 www Need stylesheet for FreeBSD Subversion DAV tree p kern/129861 glebius [pf] [patch] Argument names reversed in pf_table.c:_co o ports/129824 hrs print/acroread8 - help viewer does not work o bin/129814 [patch] support of per script nice(1) value in periodi f usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o bin/129762 sysinstall sysinstall(8) doesn't seem to support GPT for EFI boar o kern/129760 fs [nfs] after 'umount -f' of a stale NFS share FreeBSD l o ports/129741 portmgr [patch] bsd.port.mk: support systems that have been bu f kern/129719 net [nfs] [panic] Panic during shutdown, tcp_ctloutput: in o kern/129713 [pci] pci-pci bridge quirk with ich7 chipset not handl o conf/129697 [patch] fix misbehavior of periodic/daily/100.clean-di a docs/129684 trhodes gcache.8 man page missing o kern/129674 geom [geom] gjournal root did not mount on boot o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o kern/129645 geom gjournal(8): GEOM_JOURNAL causes system to fail to boo o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/129602 scsi [ahd] ahd(4) gets confused and wedges SCSI bus o i386/129550 i386 [pae] [kqueue] crash with PAE kernel o bin/129541 [nis] passwd(1) cannot be forced to "yp" mode in some o kern/129517 net [ipsec] [panic] double fault / stack overflow f kern/129508 net [carp] [panic] Kernel panic with EtherIP (may be relat o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o kern/129488 fs [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o docs/129464 doc using packages system o bin/129431 cperciva freebsd-update(8) fetch fails because phttpget fails p o www/129401 edwin FreeBSD Multimedia page should automatically pick up Y 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 o kern/129352 yongari [xl] [patch] xl0 watchdog timeout o kern/129316 [sio] [panic] kernel panic (pcpu.h:195; support.s:499) o usb/129311 usb [usb] [panic] Instant crash with an USB card reader o kern/129261 simokawa [firewire] Kernel crash on boot with disconnected fire s bin/129248 [request] FreeBSD's syslog(8) can't support log encodi o kern/129245 geom [geom] gcache is more suitable for suffix based provid o kern/129231 fs [ufs] [patch] New UFS mount (norandom) option - mostly o kern/129219 net [ppp] Kernel panic when using kernel mode ppp o ports/129210 portmgr [patch] Instrument bsd.port.mk to detect unstripped bi o kern/129197 net [panic] 7.0 IP stack related panic o kern/129169 smh [linux] [patch] Linux Emulation ENOTCONN error using n o kern/129164 [kernel] Wrong priority value for normal processes o kern/129152 fs [panic] non-userfriendly panic when trying to mount(8) o kern/129132 [nfs] 7.1-Beta2 nfsd cannot lock o kern/129125 [psm] psm0: failed to reset the aux device. o docs/129095 doc ipfw(8): Can not check that packet originating/destine o kern/129053 [lor] lock order reversal with printf(9) syscons video o bin/129052 ps(1) %cpu column reports misleading data for threaded 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 docs/129024 keramida [patch] ipfw(8) improvements p bin/129014 gavin [regression] ftp(1) cannot bind to specific source IP o conf/128994 UPDATING falsly states DTrace bindings are built by de f ports/128972 cy Port security/krb5 has a linking problem when compiled o bin/128954 net ifconfig(8) deletes valid routes o threa/128922 threads threads hang with xorg running o bin/128886 ntpd(8): ntpd -L flag doesn't work s conf/128874 [termcap] termcap entry for rxvt missing :AX: capabili o kern/128870 [pccbb] Interrupt Storm when plugging in PCMCIA Card ( o kern/128840 jfv [igb] page fault under load with igb/LRO o java/128809 java JVM aborted when GNU RXTX write to serial port. p usb/128760 cperciva [ums] [patch] patch for Microsoft Comfort Optical Mous o ports/128754 portmgr bsd.port.mk: implement master sites randomization f usb/128745 weongyo zyd teoretically supported usb device makes kernel pan o bin/128727 host(1) does not work properly with the -6 option o bin/128668 [request] Kerberos in the base system is too old o bin/128654 atacontrol(8) does not preserve rebuild status through o gnu/128645 [patch] grep(1): teach grep -r to how to ignore direct p kern/128634 acpi [patch] fix acpi_asus(4) in asus a6f laptop f kern/128633 pjd [zfs] [lor] lock order reversal in zfs o conf/128632 security periodic 700.kernelmsg repeats messages p 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 imp [pccbb] [patch] add support for powering down and up C o bin/128605 [patch] dhclient(8) - security issue o bin/128602 net [an] wpa_supplicant(8) crashes with an(4) o bin/128582 [patch] wpa_cli(8): activate readline(3) support o kern/128577 [ixgbe] [patch] Send queue stall in ixgbe driver when p bin/128561 kientzle [patch] compile warning fixes for bsdtar test harness f kern/128514 pjd [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 usb/128485 usb [umodem] [patch] Nokia N80 modem support o bin/128465 [request] mount_smbfs(8) does not support IPv6 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 conf/128433 [patch] Add option to allow a full login when doing 's o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages 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 bin/128295 net [patch] ifconfig(8) does not print TOE4 or TOE6 capabi o gnu/128284 gdb(1) segfaults f kern/128282 gavin [mpt] system failure on removing two drives o gnu/128262 [libgcc] [patch] contrib/gcclibs/libcpp/errors.c: -Wmi p kern/128247 bz [ip6] [panic] Fatal Trap 12 in ip6_forward = o kern/128245 scsi [scsi] "inquiry data fails comparison at DV1 step" [re f threa/128180 attilio pthread_cond_broadcast(3) lost wakeup o kern/128177 jeff [sched_ule] wrong CPU usage reported by top(1)/ps(1) w o kern/128172 gavin [keyboard] Remote Console (Keyboard) of AOC-SIM1U+ not 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 kern/128083 [psm] [panic] early SMP panic on GA-G31M-S2L motherboa 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 s conf/128030 bz [ipsec] [request] Isn't it time to enable IPsec in GEN f ports/128028 portmgr bsd.port.mk - Ports-Script do not recognize dialog-ret o bin/128001 net wpa_supplicant(8), wlan(4), and wi(4) issues a bin/127932 [unionfs] mkdir -p PATH fails if a directory in PATH i o kern/127930 ed auto-logout does not work p kern/127928 andre [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 s bin/127918 [ata] [request] [patch] ATA Security support for ataco 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 ports/127889 bdrewery ports-mgmt/portupgrade detects spurious failures and s o bin/127872 [libc] [patch] Rewinding on unionfs and Subversion 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 o kern/127826 net [iwi] iwi0 driver has reduced performance and connecti 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/127787 fs [lor] [ufs] Three LORs: vfslock/devfs/vfslock, ufs/vfs o kern/127724 net [rtalloc] rtfree: 0xc5a8f870 has 1 refs f bin/127719 net [arp] arp: Segmentation fault (core dumped) o kern/127717 scsi [ata] [patch] [request] - support write cache toggling o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f o bin/127633 edwin [patch] Update top(1) to 3.8b1 o kern/127623 [headers] header definition for cftime is missing. o kern/127553 [build] (errata) in kernel generic et al, device ural o usb/127543 gavin [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 a ports/127496 office devel/icu 3.8.1_1 does not build when Danish locale is f kern/127492 pjd [zfs] System hang on ZFS input-output o ports/127467 portmgr bsd.port.mk: fix checking DISTDIR for writeability p kern/127446 emax [kbdmux] [patch] fix race in sys/dev/kbdmux/kbdmux.c p kern/127439 glebius [pf] deadlock in pf o kern/127420 geom [geom] [gjournal] [panic] Journal overflow on gmirrore o kern/127391 [ata] [patch] Intel 6300ESB SATA150 cannot find disk a o i386/127374 i386 Suspend/Resume with Keystroke only once on Thinkpad T4 p kern/127360 net [socket] TOE socket options missing from sosetopt() o docs/127359 keramida Undocumented firewall_xxx options for rc.conf in stabl o i386/127343 i386 [hang] System locks -- simular to PR 123729 o usb/127342 usb [boot] [panic] enabling usb keyboard and mouse support o i386/127337 i386 [boot] FreeBSD 7.1/i386 BTX boot problem on Pavilion d o bin/127280 des [libfetch] [patch] fetch/libfetch RFC 1738 %2F escaped o bin/127276 [patch] ldd(1) invokes linux yes o bin/127270 fs fsck_msdosfs(8) may crash if BytesPerSec is zero o bin/127265 [patch] ddb(4): Adding the ddb command set from module o usb/127248 usb [ucom] panic while uplcom devices attach and detach 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 o bin/127192 net routed(8) removes the secondary alias IP of interface f kern/127145 net [wi]: prism (wi) driver crash at bigger traffic o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o kern/127121 pf [pf] [patch] pf incorrect log priority o kern/127109 [mpt]: FreeBSD fails to boot except in safe mode s bin/127056 lp(1) doesn't use -o options p kern/127050 glebius [carp] ipv6 does not work on carp interfaces [regressi o kern/127048 systat(1) information leak when security.bsd.see_other o kern/127042 pf [pf] [patch] pf recursion panic if interface group is p kern/127040 davidxu [patch] mqueuefs(5) witness panic o kern/127029 fs [panic] mount(8): trying to mount a write protected zi o kern/126973 daichi [unionfs] [hang] System hang with unionfs and init chr o kern/126971 [boot] loader/kernel does not obey comconsole_speed p kern/126945 glebius [carp] CARP interface destruction with ifconfig destro o bin/126936 locate.updatedb(8): updatedb fails silently when attem s ports/126932 itetcu gapcmon option in sysutils/apcupsd conflicts with sysu 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/126874 net [vlan]: Zebra problem if ifconfig vlanX destroy o usb/126848 usb [usb]: USB Keyboard hangs during Installation o kern/126821 [panic] Fatal trap 12 (kdeinit) o bin/126819 randi sysinstall(8) During install if initial name look-up f 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 p kern/126714 glebius [carp] CARP interface renaming makes system no longer o kern/126695 net rtfree messages and network disruption upon use of if_ o kern/126688 jfv [ixgbe] [patch] 1.4.7 ixgbe driver panic with 4GB and o i386/126666 i386 [boot] [hang] boot failure for nForce 630i / GeForce 7 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 usb/126519 usb [usb] [panic] panic when plugging in an iphone o docs/126484 doc libc function res-zonscut2 is not documented o kern/126475 wireless [ath] [panic] ath pcmcia card inevitably panics under o bin/126433 [patch] some missing checks in rm(1) o kern/126419 [ar] 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 o kern/126339 net [ipw] ipw driver drops the connection o conf/126305 nsmb.conf(5): Hostnames in nsmb.conf seem to be ignore o bin/126301 portmgr pkg_version(1) can induce unexpected parsing of INDEX o kern/126287 fs [ufs] [panic] Kernel panics while mounting an UFS file o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/126230 [libc] select(2) causing weird process cpu usage and l o bin/126162 acpi [acpi] ACPI autoload failed : loading required module o kern/126142 [ata] M5281: READ DMA faults, device detaching o misc/126131 cperciva portsnap(8) fetch error with HTTP_PROXY or HTTP_PROXY_ o kern/126098 [cy] 6.3 only sees 16 ports on 32 port Cyclades Cyclom o ports/126083 office textproc/aspell core dumps o kern/126075 net [inet] [patch] internet control accesses beyond end of o bin/125932 portmgr pkg_add(1) doesn't prompt for root credentials and the o bin/125922 net [patch] Deadlock in arp(8) o kern/125920 net [arp] Kernel Routing Table loses Ethernet Link status o kern/125895 fs [ffs] [panic] kernel: panic: ffs_blkfree: freeing free o i386/125880 imp [cardbus] Cardbus cards Don't function on TI PCIxx12 C o kern/125859 [ata] [patch] sata access failure [regression] o kern/125845 net [netinet] [patch] tcp_lro_rx() should make use of hard p kern/125816 glebius [carp] [if_bridge] carp stuck in init when using bridg o kern/125769 [ses] [panic] getencstat(8) panics system with "Sleepi o kern/125759 [ar] Fatal Trap 12 when ICH9R RAID becomes degraded s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o stand/125751 brucec man 3 pthread_getschedparam section ERRORS incomplete s kern/125738 fs [zfs] [request] SHA256 acceleration in ZFS p usb/125736 thompsa [ukbd] [hang] system hangs after AT keyboard detect if o kern/125723 [ciss] System randomly crashes or can not boot - ciss o kern/125721 wireless [ath] Terrible throughput/high ping latency with Ubiqu o docs/125717 keramida minor wpa_supplicant.conf(5) buglet o 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 o kern/125675 [keyboard] [patch] Add hw.syscons.kbd_suspend new sysc p kern/125673 firewire [firewire] [panic] FreeBSD7 panics when kldunloading f o kern/125647 [ciss] [panic] System randomly crashes - ciss driver o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o kern/125617 wireless [ath] [panic] ath(4) related panic a kern/125613 trasz [ufs] [patch] ACL problems with special files o i386/125592 i386 [hang] FreeBSD 7 server in hang o i386/125516 gavin [install] 7.0-RELEASE install dies o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d o kern/125501 wireless [ath] atheros cardbus driver hangs o kern/125496 [ar] [patch] free memory on ataraid module unload o kern/125467 pf [pf] pf keep state bug while handling sessions between o kern/125454 [digi] [patch] device digi (PC/Xe 64K 16 ports) not wo f usb/125450 usb [panic] Removing USB flash card while being accessed c o kern/125389 [ipmi] [bce] IPMI problem with bce o kern/125382 [libc] open(2): ENOSPC may be misleading, consider EIO o kern/125356 [kqueue] [panic] Repeated panic in kqueue_close from k o kern/125332 wireless [ath] [panic] crash under any non-tiny networking unde o docs/125329 keramida PACKAGEROOT should be documented in the Handbook o kern/125258 net [socket] socket's SO_REUSEADDR option does not work o kern/125239 net [gre] kernel crash when using gre o bin/125184 des sshd(8) does not always log IP address for login failu o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT a kern/125139 brooks [patch] [ata] bugs in ATAPI CD tray control o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o conf/125041 [patch] periodic(8) new file: /etc/periodic/security/8 o ports/125012 bf problems in math/ldouble for 128bit long double on i38 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 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 yongari [fxp] EEPROM corruption with Compaq NC3163 NIC o kern/124881 [devfs] [patch] [request] Add possibility to check whi o stand/124860 standards flockfile(3) doesn't work when the memory has been exh 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 kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o kern/124767 wireless [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/124753 wireless [ieee80211] net80211 discards power-save queue packets o conf/124747 rc [patch] savecore can't create dump from encrypted swap a docs/124716 trhodes [patch] GEOM RAID1 handbook example only covers boot p o usb/124708 usb [panic] Kernel panic on USB KVM reattach o kern/124670 [ata] large file operation on RAID cause many GEOM err o i386/124633 i386 [boot] [panic] 7.0 does not boot from CD f i386/124516 xen [xen] FreeBSD-CURRENT Xen Kernel Segfaults when config o kern/124487 [procfs] [patch] Extending the PROCFS (/proc) filesyst o misc/124431 bde [build] [patch] minor revision of BDECFLAGS o bin/124409 fsck(8) requires exact entry for mountpoints when exec 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 security/heimdal: www/mod_auth_kerb doesn't compile ag 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 bin/124320 pam_radius(8): Login with ssh using pam_radius and a t o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o docs/124253 sam Broken command in the handbook for configuring a wirel o conf/124248 rc [jail] [patch] add support for nice value for rc.d/jai o kern/124225 net [ndis] [patch] ndis network driver sometimes loses net o kern/124160 net [libc] connect(2) function loops indefinitely o conf/124151 winbind is ignored in compat mode in nsswitch.conf(5) o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o i386/124124 i386 [boot] [panic] Page fault while booting livefs iso of o bin/124119 edwin locate(1) doesn't check /etc/locate.rc for the default o bin/124084 find(1): find -execdir does not prepend ./ to filename o bin/124049 ntpd(8): ntpd is crashing at startup o kern/124021 net [ip6] [panic] page fault in nd6_output() o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o i386/123981 re [pxeboot] You can't usefully PXEBOOT the 7.0-RELEASE-i 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), o kern/123939 fs [msdosfs] corrupts new files o bin/123932 amd(8) core dumps while load high a kern/123904 [ipmi] ipmi(4) reports negative temperature values on o kern/123892 net [tap] [patch] No buffer space available o kern/123890 net [ppp] [panic] crash & reboot on work with PPP low-spee o kern/123887 [ata] PDC20262 does not support 48 bit DMA access o kern/123858 net [stf] [patch] stf not usable behind a NAT o kern/123855 philip moused(8): spontaneous mouse events o kern/123796 net [ipf] FreeBSD 6.1+VPN+ipnat+ipf: port mapping does not o kern/123778 vwe [panic] [ffs] [msgs] server reboots when running 130.c o i386/123775 [dri] DRI Broken under freebsd7-stable/i386 o kern/123758 net [panic] panic while restarting net/freenet6 o kern/123755 dfr [nfs] fstat() fails to return ESTALE with rename()d fi 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 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 kern/123674 scsi [ahc] ahc driver dumping o bin/123633 net ifconfig(8) doesn't set inet and ether address in one f kern/123617 andre [tcp] breaking connection when client downloading file o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o kern/123603 andre [tcp] tcp_do_segment and Received duplicate SYN 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 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-mail o kern/123520 scsi [ahd] unable to boot from net while using ahd 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 misc/123452 brd trustedbsd-audit email list not archiving o bin/123418 [patch] du(1): add -g (Gbyte) option to du(1) + manpag a kern/123358 [ipfw] ipfw add 1000 allow IP from any to any doesn't o conf/123330 net [nsswitch.conf] Enabling samba wins in nsswitch.conf c s bin/123304 sysinstall sysinstall(8): missing sensible and user friendly prog o kern/123279 thompsa [lagg] order of operations dependancy in bringing up l 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/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc o kern/123160 net [ip] Panic and reboot at sysctl kern.polling.enable=0 o kern/123140 [smp] SMP boot causes slow KB, ATA drives not detected o kern/123122 geom [geom] GEOM / gjournal kernel lock p conf/123119 rc [patch] rc script for ipfw does not handle IPv6 o kern/123039 acpi [acpi] ACPI AML_BUFFER_LIMIT errors during boot f docs/123038 trhodes [patch] update to projects/c99/index.sgml a 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 kern/122989 net [swi] [panic] 6.3 kernel panic in swi1: net o conf/122968 rc [rc.d] /etc/rc.d/addswap: md swapfile multiplication a f kern/122963 ipfw [ipfw] tcpdump does not show packets redirected by 'ip o kern/122954 net [lagg] IPv6 EUI64 incorrectly chosen for lagg devices o kern/122951 firewire [firewire] video-transfer via fwcontrol triggers a pan o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o kern/122928 jfv [em] interface watchdog timeouts and stops receiving p o threa/122923 threads 'nice' does not prevent background process from steali o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa f kern/122888 pjd [zfs] zfs hang w/ prefetch on, zil off while running t a i386/122887 acpi [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/122838 [devfs] devfs doesn't handle complex paths (like zvol/ o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() f 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 jfv [em] em0 taskq panic, tcp reassembly bug causes radix o kern/122749 [cardbus] cardbus problem on IBM Thinkpad T60P o kern/122738 geom [geom] gmirror list "losts consumers" after gmirror de o kern/122685 net It is not visible passing packets in tcpdump(1) a kern/122683 [sio] [hang] access to non-existent sio port /dev/cuaa o kern/122670 [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE o bin/122652 [patch] du(1) support for inode count a kern/122597 thompsa [iwi] Intel iwi fails after 3 - 4 hours of use"firmwar o kern/122588 [lor] 4 Lock Order Reversal o kern/122563 bz [ipsec] KEY_FREESAV() in FreeBSD-Release7.0 o kern/122562 bz [ipsec] IPsec AH tunneled packet mis handling? 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/122519 [patch] ppp(8): ppp provides deficient DNS info o java/122513 java native JDKs unbuildable with Linux ones f kern/122493 gavin [boot] BTX Halted - Cause is Promise Fastrack SATA PCI o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o conf/122477 rc [patch] /etc/rc.d/mdconfig and mdconfig2 are ignoring o conf/122445 Unable to override EDITOR in /etc/profile due to defau o kern/122380 fs [ffs] ffs_valloc:dup alloc (Soekris 4801/7.0/USB Flash o kern/122373 jfv [em] unable to receive on em 82542 w/o promisc 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 f misc/122300 kensmith [build] [patch] SEPARATE_LIVEFS arch dependent set but 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 bin/122271 [patch] usr.bin/xinstall - Add support for -D option ( o kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work 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 s kern/122145 sam [build] error while compiling with device ath_rate_amr o usb/122119 usb [umass] umass device causes creation of daX but not da o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini f kern/122082 rwatson [tcp] NULL pointer dereference in in_pcbdrop o kern/122067 geom [geom] [panic] Geom crashed during boot f kern/122065 bz [ipsec] [gre] gre over ipsec not working o kern/122058 jfv [em] [panic] Panic on em1: taskq f docs/122052 doc minor update on handbook section 20.7.1 o kern/122046 [psm] Synaptics touchpad freezes (psm0: lost interrupt o bin/122043 [patch] du(1) does not support byte-count-based report p kern/122038 gleb [tmpfs] [panic] tmpfs: panic: tmpfs_alloc_vp: type 0xc o conf/122037 [patch] add rsync example for inetd.conf o kern/122033 net [ral] [lor] Lock order reversal in ral0 at bootup ieee o kern/122014 pf [pf] [panic] FreeBSD 6.2 panic in pf f kern/121962 [sound] [snd_emu10k1] [panic] Kernel panics with devic o docs/121952 doc Handbook chapter on Network Address Translation wrong o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o kern/121917 [boot] [patch] Broken boot on Asus P4P800-VM after upg p kern/121907 [request] output to console can obscure other messages o bin/121898 fs [nullfs] pwd(1)/getcwd(2) fails with Permission denied o bin/121895 net [patch] rtsol(8)/rtsold(8) doesn't handle managed netw s conf/121812 [ip6] [request] ipv6_gateway_enable incorrectly disabl s kern/121807 ipfw [request] TCP and UDP port_table in ipfw s kern/121774 net [swi] [panic] 6.3 kernel panic in swi1: net o kern/121768 [cpufreq] cpufreq module RELENG_6 -> 7 regressions on o kern/121761 [cardbus] [dc] a cardbus dc0 causes a system freeze wh o kern/121760 [pccard] [cardbus] an ed1 network pccard's CIS wasn't o kern/121759 [cardbus] [dc] cardbus dc0 initialization failure at o o ports/121745 vd misc/ossp-uuid - PostgreSQL contrib ossp-uuid crashes o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o kern/121686 [ata] bogus CHS to LBA mapping in (at least) ata o sparc/121676 scsi [iscsi] iscontrol do not connect iscsi-target on sparc o i386/121675 mav [ata] incorrect fallback to udma33 with CF memory inst f kern/121660 jkoshy [hwpmc] [patch] hwpmc(4) incorrectly handles PMC sampl o kern/121656 [libc] [patch] telldir(3) issues o kern/121642 bz [ipsec] [gif]: When using IPSec, tcpdump shows non-dec o kern/121624 jfv [em] [regression] Intel em WOL fails after upgrade to o docs/121585 doc [handbook] Wrong multicast specification o kern/121566 rc [nfs] [request] [patch] ethernet iface should be broug a docs/121565 brooks dhcp-options(5) manpage incorrectly formatted omitting o kern/121556 kientzle [libarchive] ISO9660 decompression extension unsupport o kern/121555 net [panic] Fatal trap 12: current process = 12 (swi1: net s docs/121541 doc [request] no man pages for wlan_scan_ap o kern/121534 darrenr [ipl] [nat] FreeBSD Release 6.3 Kernel Trap 12: o bin/121503 sysinstall sysinstall(8): 7.0 upgrade doesn't let me mount all of s kern/121485 vwe [vm] panic with 7.0-RELEASE [regression] o kern/121461 [ata] SATA Hard disks are not detected on SiS 180/181 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 kern/121437 net [vlan] Routing to layer-2 address does not work on VLA o kern/121396 [ata] 7.0 fails on mcp55 sata controller [regression] f kern/121394 sam [ath] FreeBSD access point (ath0) fails 100% of the ti o kern/121385 daichi [unionfs] unionfs cross mount -> kernel panic o kern/121373 bz [ipsec] New IPSEC & IPV6 & AH+ESP Broken o kern/121364 geom [gmirror] Removing all providers create a "zombie" mir o bin/121359 net [patch] [security] ppp(8): fix local stack overflow in o kern/121350 [ata] [panic] initiate_write_inodeblock_ufs2: already o threa/121336 threads lang/neko threading ok on UP, broken on SMP (FreeBSD 7 o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o kern/121298 jfv [em] [panic] Fatal trap 12: page fault while in kernel o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o kern/121274 darrenr [panic] Panic in ether_input() with different NIC's. 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 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 usb/121169 usb [umass] Issues with usb mp3 player o bin/121165 pkg_add(1) prints a weird message: PKG_TMPDIR environm p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o i386/121148 gavin [panic] Repeatable sysctl crash (Fatal Trap 12) with A a bin/121124 sysinstall sysinstall(8): FreeBSD 6.3 installation deletes MBR pa o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o kern/121073 [kernel] [patch] run chroot as an unprivileged user o bin/121072 fs [smbfs] mount_smbfs(8) cannot normally convert the cha p conf/121064 dteske [patch] Use ASCII characters for box/line characters i o kern/121061 wireless [ath] [panic] panic while ejecting ath(4)-adapter duri o bin/121059 ntpd(8) doesn't sync with servers after dhclient chang 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 kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada o kern/120966 net [rum] kernel panic with if_rum and WPA encryption o ports/120947 x11 x11/xsm ignores system.xsm and .xsmstartup s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o kern/120884 [bktr] [patch] bktr driver always stores the contigmal o kern/120872 [libkvm] [patch] fstat exit on signal 11 o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn f usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/120749 [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 a misc/120608 gmirror(8) command set on livecd is minimal [regressio o kern/120566 net [request]: ifconfig(8) make order of arguments more fr o bin/120552 cperciva freebsd-update(8): freebsd-update - -r should check ex o kern/120534 [ata] Troubles in work with SAS controller Adaptec 941 o ports/120532 portmgr [PATCH] bsd.port.mk - add more recursive-foo targets o kern/120487 scsi [sg] scsi_sg incompatible with scanners o kern/120483 fs [ntfs] [patch] NTFS filesystem locking changes o kern/120482 fs [ntfs] [patch] Sync style changes between NetBSD and F o docs/120456 wireless ath(4) needs to specify requirement on wlan_scan_sta o conf/120406 usb [devd] [patch] Handle newly attached pcm devices (eg. 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 kern/120304 net [netgraph] [patch] netgraph source assumes 32-bit time o kern/120296 [ata] Unstable SATA on MB with Nvidia MCP 570 SLI chip 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 [udp] [panic] gnugk causes kernel panic when closing U o conf/120263 [patch] 800.loginfail misses relevant security informa p bin/120256 gavin [patch] ftp(1): ftp -u URL/ returns a -1 o kern/120247 scsi [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s o kern/120177 [ata] ATA DMA modes don't work on CF cards p kern/120138 jeff [sched_ule] [patch] steal_thresh may be set a wrong va p kern/120130 glebius [carp] [panic] carp causes kernel panics in any conste 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 ports/120101 cy security/krb5 utilities link against wrong libcom_err o bin/120095 gdb(1) fails to catch signals when threading is involv o kern/120091 geom [geom] [geli] [gjournal] geli does not prompt for pass o kern/120075 [libcrypt] Incompatible EOS of key in crypt(3) 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 net 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 usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo 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 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 a conf/119874 rc [patch] "/etc/rc.d/pf reload" fails if there are macro o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail o kern/119838 [ata] udma100 enabled althrough improper cable on nVid o i386/119809 gavin [virtualpc] MS Virtual PC 2007 - Install hung - Trying 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 o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/119754 jfv [em] em hung after "watchdog timeout -- resetting" on o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o kern/119696 [irq] [ral] ral device causes massive interrupt storm o bin/119695 pw(8) does not interact with nscd(8) 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 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/119610 wkoszek [patch] config(8): config -x appends unwanted trailing p kern/119575 sbruno [firewire] [patch] sbp_targ cannot handle multiple CTI o i386/119574 bde [i386] 7.0-RC1 times out in calibrate_clocks() [regres o kern/119572 firewire [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 o bin/119524 cron(8) suddenly stops working, not crash f kern/119516 net [ip6] [panic] _mtx_lock_sleep: recursed on non-recursi o kern/119513 wireless [ath] [irq] inserting dlink dwl-g630 wireless card res o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 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/119432 net [arp] route add -host -iface causes arp e o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o kern/119358 [kernel] [patch] SYSINIT_VERBOSE can be more verbose p kern/119298 kan [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o kern/119293 [gbde] gbde swap encryption forces gmirror to rebuild 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 peterj [dc] [patch] Collect various stats regarding dc(4) int 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 o kern/119140 [ata] [panic] Kernel panic with sata drive and dma pro o bin/119077 sysinstall [patch] sysinstall(8) - reading packages from index is 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 o kern/118927 jfv [em] em(4) broken: link state changed to DOWN (/UP), l o kern/118912 fs [2tb] disk sizing/geometry problem with large array o kern/118880 bz [ip6] IP_RECVDSTADDR & IP_SENDSRCADDR not implemented f misc/118855 pjd [zfs] ZFS-related commands are nonfunctional in fixit 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 [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 [patch] od(1)/hexdump(1) truncates last partial repeat o kern/118713 fs [minidump] [patch] Display media size required for a k 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 kern/118573 [ata] FreeBSD doesnt support my optical drive o kern/118571 [boot] [request] fix BTX issues when booting FreeBSD 7 o kern/118534 [ipw] bitrate and power wifi can't change/set ipw Inte o bin/118501 Sending SIGINT to cvs(1) gives segmentation fault o usb/118485 gavin [usbdevs] [patch] Logitech Headset Workaround o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o bin/118449 randi sysinstall(8): Installer failing dns lookups o kern/118447 [ata] [patch] Troublesome DMA modes with VIA Apollo VP p kern/118439 thompsa [ndis] [patch] if_ndis - fix a panic when ndis_attach( o gnu/118415 nm -D fails if a file has no symbols 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 docs/118332 arundel man page for top(1) does not describe STATE column wai o bin/118325 rc [patch] [request] new periodic script to test statuses o kern/118318 fs [nfs] NFS server hangs under special circumstances p kern/118317 delphij [zlib] [patch] Incorrect gzeof() return value in zlib s ports/118301 python [patch] devel/py-setuptools easy-install.pth contents 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 i386/118285 [i386] Segmentation fault in reloc_non_plt. f conf/118255 rc savecore never finding kernel core dumps (rcorder prob o bin/118249 fs [ufs] mv(1): moving a directory changes its mtime o bin/118248 gavin newsyslog(8) does not obey -s (nosignal) flag s kern/118230 acm [linux] games/linux-quake4 fails to start o kern/118222 [pxeboot] [patch] FreeBSD 7.0 PXE + NFS / "Can't work 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 kern/118161 [atapicam] failure message from ATAPI CDROM in the boo s kern/118158 [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 f kern/118128 oleg [dummynet] Dummynet cause kernel trap or system freeze o kern/118126 fs [nfs] [patch] 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 bin/118114 ak [patch] update manctl(8) o conf/118111 [patch] [request] Add MAC address based interface rena o kern/118107 fs [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] 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 [patch] camcontrol(8) should be able to leave device s o conf/118047 Move /etc/printcap to /usr/share/examples/ o kern/118021 randi [keyboard] 7.0 Beta 2 sysinstall keyboard emits contro p docs/118020 issyl0 ipfilter(4): man pages query for man 4 ipfilter return p kern/118005 andre [tcp] Can No Longer SSH into 7.0 host a kern/117987 rwatson read(2) on directories might leak filenames of deleted o kern/117972 [ata] SATA DLT V4 not recognized properly o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o kern/117954 fs [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 o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS f conf/117935 rc [patch] ppp fails to start at boot because of missing o kern/117926 jfv [em] Intel S5000-based mobo, em driver does not attach o bin/117922 ftpd(8): remote ftp user possible leave chrooted envir o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o kern/117867 [heimdal] kinit generates bad tickets on multihomed IP o bin/117830 [patch] who(1) no longer displays entries for folk log o bin/117812 passwd(1): incapable of changing LDAP passowrds using o bin/117733 [patch] [request] allow to tee(1) to sockets, descript o usb/117712 [reboot] unexpected reboot after mount USB flash drive o kern/117711 [rpc] rpcbind binds to all interfaces on random ports o kern/117688 [mpt] mpt disk timeout and hang p bin/117687 stefanf [patch] fstab(5) format cannot handle spaces 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 usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant s kern/117513 vwe [panic] [ath] Fatal trap 12: page fault while in kerne o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC o gnu/117481 sort(1) incorrect numeric sort in very specific cases p kern/117448 glebius [carp] 6.2 kernel crash [regression] o kern/117443 [ata] [hang] system hang with ataidle 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 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 bin/117315 fs [smbfs] mount_smbfs(8) and related options can't mount o usb/117313 usb [umass] [panic] panic on usb camera insertion o kern/117242 [syscons] [hang] console hangs when powerd is adaptive p bin/117214 bz ipfw(8) fwd with IPv6 treats input as IPv4 o bin/117191 antoine [patch] OptionalObsoleteFiles.inc - Add files to remov o kern/117188 [geli] System crashes/reboots on access to file on GEL p usb/117185 thompsa [umodem] [patch] Add support for UNION interface descr o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o kern/117158 fs [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 kern/117043 jfv [em] Intel PWLA8492MT Dual-Port Network adapter EEPROM p conf/117027 smh rc.subr doesnt deal with perl daemons p kern/117000 glebius [carp] CARP using address-less host NIC (carpdev) o bin/116980 fs [msdosfs] [patch] mount_msdosfs(8) resets some flags f o misc/116946 holographic shell breaks live CD shell o kern/116935 [ata] Intermittent error with Promise PDC40718 o conf/116931 fs lack of fsck_cd9660 prevents mounting iso images with o kern/116770 [kqueue] Unfortunate fifo/O_NONBLOCK/kevent interactio o kern/116747 wireless [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile o kern/116701 [atapicam] atapicam hangs initializing SATA DVDRs on s o threa/116668 threads can no longer use jdk15 with libthr on -stable SMP o bin/116643 net [patch] [request] fstat(1): add INET/INET6 socket deta s ports/116601 portmgr [patch] bsd.port.mk - fail if dependency failed o docs/116588 doc No IPFW tables or dummynet in Handbook o kern/116583 fs [ffs] [hang] System freezes for short time when using o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat s kern/116444 vwe [ath] Atheros 5005G (AR5212) miniPCI: unable to attach 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 bin/116413 standards incorrect getconf(1) handling of unsigned constants gi a kern/116335 andre [tcp] Excessive TCP window updates s bin/116302 [ataraid] atacontrol(8) reports wrong stripe for intel o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 s ports/116222 portmgr files installed with the wrong UID/GID via make instal o bin/116209 [patch] [request] decimal suffix in split(1) o kern/116185 net [iwi] if_iwi driver leads system to reboot p threa/116181 attilio /dev/io-related io access permissions are not propagat o kern/116172 bz [tun] [nd6] [panic] Network / ipv6 recursive mutex pan 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/116009 ipfw [ipfw] [patch] Ignore errors when loading ruleset from o kern/116005 des [libfetch] libfetch accepts invalid URLs o bin/115960 des sshd's X11 forwarding broken on IPv6 only machine [pat o ports/115957 itetcu Questionable ownership and security on mail/dspam o bin/115951 [tun] pppoed(8): tun not closed after client abruptly o bin/115946 des [libpam] [patch] not thread-safe o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o kern/115930 jfv [em] Dell nic enumeration problem s conf/115923 [request] rc.subr - logger should be using priorities o kern/115856 geom [geli] ZFS thought it was degraded when it should have s docs/115716 jhb remove cue from supported hardware list o kern/115651 vanhu Racoon(ipsec-tools) enters sbwait state or 100% CPU ut o kern/115631 [libc] [patch] [request] make dlclose(3) atexit-aware a kern/115623 imp [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad o kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro o kern/115526 [libalias] libalias doesn't free memory o bin/115486 [patch] [request] newsyslog(8) -- provide ability to c o kern/115479 [ata] [request] ASUS P5K SE need more support p bin/115447 harti [patch] [request] teach make(1) to respect TMPDIR envi o bin/115431 [patch] [request] improvement to split(1): add -B swit o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o bin/115361 fs [zfs] mount(8) gets into a state where it won't set/un o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o kern/115253 [keyboard] Wireless keyboard not working at boot o kern/115239 net [ipnat] panic with 'kmem_map too small' using ipnat o threa/115211 threads pthread_atfork misbehaves in initial thread s kern/115202 [request] memory error diagnostic o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c 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 bin/115054 ntpd(8): NTP errors out on startup but restart of NTP o kern/115019 net [netgraph] ng_ether upper hook packet flow stops on ad o kern/115002 net [wi] if_wi timeout. failed allocation (busy bit). ifco 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/114847 fs [ntfs] [patch] [request] dirmask support for NTFS ala f kern/114808 [panic] Kernel panic when use USB SpeedTouch ADSL mode o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o ports/114725 portmgr bsd.port.mk - No dependencies in the package if there o usb/114682 usb [umass] generic USB media-card reader unusable o kern/114676 fs [ufs] snapshot creation panics: snapacct_ufs2: bad blo f kern/114646 sbruno [firewire] [patch] firewire fails after suspend/resume o kern/114597 scsi [sym] System hangs at SCSI bus reset with dual HBAs s kern/114578 [libc] wide character printing using swprintf(dst, n, o kern/114567 pf [pf] [lor] pf_ioctl.c + if.c o kern/114550 [cbb] Cardbus WiFi card activation problem 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 o bin/114468 fs [patch] [request] add -d option to umount(8) to detach p bin/114465 brian [patch] [request] script(1): add really cool -d, -p & 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 usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o kern/114291 [RFE] [modules] [patch] add dynamic module references o kern/114213 [ata] optical drive not detected in the 6.x series of o ports/114167 portmgr [patch] bsd.port.mk - ignoring major numbers in LIB_DE o kern/114155 [ptrace] sigsuspend gets interrupted by ptrace o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR a bin/114082 arundel [make.conf] [patch] default CFLAGS have a blank at the s bin/114081 bz [patch] [ppp] ppp(8) should be able to set ethernet ad 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 usb/113977 gavin [request] Need a way to set mode of USB disk's write c f conf/113915 rc [patch] ndis wireless driver fails to associate when i o bin/113912 tunefs(8): silent failure setting glabel on boot parti o kern/113856 [patch] [plip] PLIP (parallel port IP) dead on 6.2, de o kern/113852 fs [smbfs] smbfs does not properly implement DFS referral 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 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 kern/113785 firewire [firewire] dropouts when playing DV on firewire o bin/113682 sysinstall [patch] sysinstall(8) warns for invalid geometry which o bin/113669 ftpchroot(5) / ftpusers(5) doesn't do globbing o conf/113552 [request] ntpd(8) driftfile default location inconsist o bin/113518 [patch] make(1): Prevent execution when command is a c o kern/113432 net [ucom] WARNING: attempt to net_add_domain(netgraph) af o kern/113419 geom [geom] geom fox multipathing not failing back o gnu/113343 [patch] grep(1) outputs NOT-matched lines (with multi- o gnu/113338 gcc(1): GNU gcc __thread as class member 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 o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o kern/113098 [amr] Cannot read from amrd while under heavy load o bin/113074 [patch] ppp(8): include for strcasecmp(3) 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 o kern/112937 jfv [em] Panic in em(4) when issuing a SIOCGIFADDR ioctl o docs/112804 doceng 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): sysinstall(8): in the FDISK tool we can o ports/112745 portmgr bsd.port.mk: Add a package-smart target o kern/112722 net [ipsec] [udp] IP v4 udp fragmented packet reject o kern/112702 jfv [em] em driver doesn't use MSI on MSI capable device p bin/112694 jon [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 bin/112673 portmgr [patch] pkg_add(1): pkg_add -S leaks the temp dir o kern/112658 fs [smbfs] [patch] smbfs and caching problems (resolves b 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 docs/112579 mlaier [request] No ipv6 related pf examples in /usr/share/ex 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 p 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 kern/112477 marius [ofw] [patch] Add support to set the node and type on 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' o bin/112336 [patch] install(1): install -S (safe copy) with -C or p bin/112288 gavin ftp(1): /usr/src/usr.bin/ftp/config.h is redundant and s kern/112282 [ata] atacontrol(8): changing DMA modes when disk is r o kern/112256 [hang] SC_PIXEL_MODE hangs system 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 bin/111978 [patch] [request] make syspath list for mount(8) confi o kern/111848 [nfs] removing a file from a diskless nfs mounted root o kern/111843 fs [msdosfs] Long Names of files are incorrectly created s www/111791 www FreeBSD website messes up while using "links" browser o kern/111782 fs [ufs] dump(8) 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 conf/111557 [gre] link1 flag doesn't work as intended when specifi o kern/111537 net [inet6] [patch] ip6_input() treats mbuf cluster wrong o bin/111493 [patch] routed(8) doesn't use multicasts for RIPv2 via o kern/111457 net [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 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 bugmeister [request] Usability improvements for bug search query 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 s bin/111146 fs [2tb] fsck(8) fails on 6T filesystem 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 s bin/111024 [request] [patch] [ata] atacontrol(8): support for sta 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 [loader] [patch] loader wastes space worth symtab size o conf/110993 [patch] /etc/netstart should start rpcbind 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 kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks s ports/110826 dinoex port graphics/tiff: tiff2pdf tints images with wrong c o docs/110692 doc wi(4) man page doesn't say WPA is not supported a kern/110662 sam [safe] safenet driver causes kernel panic o threa/110636 threads [request] gdb(1): using gdb with multi thread applicat o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o threa/110306 threads apache 2.0 segmentation violation when calling gethost o kern/110284 net [if_ethersubr] Invalid Assumption in SIOCSIFADDR in et o kern/110249 net [kernel] [regression] [patch] setsockopt() error regre o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o bin/110151 sysinstall sysinstall(8): sysinstall(8) don't respects install ro o bin/110146 joerg [patch] [request] Allow arbitrary gdb(1) options to by 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 p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o kern/110017 [libexec] [patch] serial port console output garbled o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109972 doc No manual entry for zless/bzless o bin/109911 mountd(8) does not accept identical host sets on diffe o bin/109827 mount_smbfs(8) didn't handle password authentication c o kern/109762 [hang] deadlock in g_down -> ahd_action -> contigmallo o kern/109743 [sio] The sio(4) driver appears to be getting the seri o kern/109736 [ata] FreeBSD install from CD can't find & mount NEC A 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 bin/109521 [patch] chio(1): 'chio return' breaks on non-voltag ch o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o kern/109470 net [wi] Orinoco Classic Gold PC Card Can't Channel Hop o kern/109416 des [libpam] [patch] pam_group doesn't check login_group m a conf/109367 versus [locale] UTF8 encoded locales and problem collating ac o conf/109354 [request] /etc/periodic/daily/110.clean-tmps does not o bin/109334 portmgr pkg_add(1) using chroot exits with error if wrong dire o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati 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 o kern/109161 philip [psm] synaptic touchpad doesn't work 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 docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) a docs/108980 doc list of missing man pages o bin/108895 net pppd(8): PPPoE dead connections on 6.2 [regression] o kern/108670 silby [tcp] TCP connection ETIMEDOUT o kern/108659 [psm] Mouse (Synaptics touchpad) cursor freezes for so o conf/108589 rc rtsol(8) fails due to default ipfw rules o bin/108462 [request] pkg_info(1) shouldn't have a hard width limi s kern/108442 [request] UTF-8 support for console o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer f kern/108197 jinmei [panic] [gif] [ip6] if_delmulti reference counting pan o bin/108191 sysinstall sysinstall(8): Disklabel editor help text (by F1 key) 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 kern/108100 [ktr] sysctl debug.ktr.alq_enable=1 results in reboot o bin/108020 comsat(8) does not verify return values of getpwnam an o kern/107944 net [wi] [patch] Forget to unlock mutex-locks o bin/107830 sysinstall sysinstall(8): Change Units (Z) in fdisk doesn't work o bin/107829 fs [2TB] fdisk(8): invalid boundary checking in fdisk / w 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 kern/107622 [ata] can't boot on HP Pavilion dv6000 / problem with o kern/107608 [twa] [hang] Raid Problem beim Zugriff auf Raid p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a f kern/107446 gavin problems with usb and fw disks o ports/107354 edwin net/icmpinfo: icmpinfo -vvv does not recocnize any ICM s www/107291 murray Keyboard accessibility sabotaged by www/share/sgml/hea o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm o kern/107154 [pam] pam.d/sshd pam_ssh.so doesn't start ssh-agent s sparc/107087 sparc64 [hang] system is hung during boot from CD o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o conf/107035 net [patch] bridge(8): bridge interface given in rc.conf n o bin/106872 [patch] [request] extattr support for find(1) o kern/106786 No reboot with FreeBSD and Mylex Acceleraid 352 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 kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening s ports/106616 portmgr bsd.port.mk: Default file modes set incorrect for non- o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o ports/106483 portmgr [patch] embed distfile information in +CONTENTS o kern/106444 net [netgraph] [panic] Kernel Panic on Binding to an ip to o kern/106432 [ata] Record of disks (DVD-R) through the k3b program o bin/106355 [headers] macros in stdio.h non-portable (e.g., C++ :: o kern/106316 net [dummynet] dummynet with multipass ipfw drops packets o kern/106275 [hifn] Hifn 7955 on Soekris Engineering vpn1401 return o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o kern/106107 fs [ufs] left-over fsck_snapshot after unfinished backgro 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 kern/105945 net 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 f conf/105689 rc [ppp] [request] syslogd starts too late at boot o bin/105614 [patch] setkey(8): Creating NULL encryption ESP SAs wi o docs/105608 doc fdc(4) debugging description staled o kern/105579 [libalias] dcc resume over natd in 6.x o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o kern/105533 [ahd] adaptec 29320 causes panic with over 4GB o docs/105456 keramida [patch] overhaul of the security chapter (14) o kern/105368 [geli] geli passphrase prompt malfunctioning when moun f kern/105348 wireless [ath] ath device stopps TX o bin/105341 [libpam] [patch] [request] pam_krb5: Add minimum_uid/m o www/105333 blackend [patch] Base selection in events in libcommon.xsl does o kern/105241 [nfs] problem with Linux NFS server up/down combined w o gnu/105221 grep(1): `grep -w -F ""` issue f conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp 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 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 [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/104851 net [inet6] [patch] On link routes not configured when usi o bin/104809 cron(8): incorrect cron behavior with mday field = "*/ o kern/104751 net [netgraph] kernel panic, when getting info about my tr o bin/104746 [patch] traceroute(8): 'traceroute -e -P TCP' cannot w p stand/104743 jilles [headers] [patch] Wrong values for _POSIX_ minimal lim o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a o kern/104675 [bktr] METEORSINPUT seemingly not setting input o bin/104553 [patch] [request] Add login group support to login.acc f 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 bin/104432 jilles sh(1): remove undocumented "exp" and "let" builtins o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o kern/104406 fs [ufs] Processes get stuck in "ufs" state under persist o kern/104133 fs [ext2fs] EXT2FS module corrupts EXT2/3 filesystems a bin/104092 keramida [patch] iostat(8): missing blanks in iostat output o threa/103975 threads Implicit loading/unloading of libpthread.so may crash 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 bin/103845 sha256(1): sha256 /dev/acd0 returns immediately o conf/103794 adding other login class to login.conf in case one is o bin/103762 ppp(8): some tun interfaces with a mtu of 1500 while i o ports/103751 databases/linux-oracle-instantclient-sqlplus: ldconfig o bin/103712 amd(8): Automounter is apparently not passing flags to o bin/103682 [patch] [request] nfsstat(1) should use %u instead of s kern/103578 [ums] ums does not recognize mouse buttons s www/103522 www Search interface oddity 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/103283 pf pfsync fails to sucessfully transfer some sessions 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/103191 net Unpredictable reboot o kern/103135 net [ipsec] ipsec with ipfw divert (not NAT) encodes a pac a kern/103041 [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o kern/103035 fs [ntfs] Directories in NTFS mounted disc images appear o ports/102946 secteam [patch] ports-mgmt/portaudit o kern/102943 kan [xfs] kernel crash when unloading the xfs kernel modul o bin/102793 edwin [patch] [request] top(1): display feature of current C o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext 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 p bin/102638 sysinstall [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) o kern/102540 net [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 [netgraph] [patch] ifconfig name does't rename netgrap o bin/102498 sysinstall sysinstall(8): Cursor doesn't track sysinstall hilight o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o bin/102357 [patch] tcsh(1)/csh(1) jobs control: sometimes 'fg' co o bin/102299 [patch] grep(1) malloc abuse? o bin/102232 gad Defects in -O option to ps(1) o bin/102205 kdc(8): login failure: ssh + gssapi + dual stacks + pa o bin/102162 [patch] tftpd(8): Limit port range for tftpd o usb/102066 n_hibma [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 bin/101921 [request] security.bsd.see_other_uids for further prog o kern/101819 [ar] [patch] ata driver wrongly determines type RAID o o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker a bin/101762 sysinstall sysinstall(8) does not obey /usr/ports symlink while i o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/101324 fs [smbfs] smbfs sometimes not case sensitive when it's s o threa/101323 threads [patch] fork(2) in threaded programs broken. o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o docs/101271 doc serial console documentation implies kernel rebuild re o kern/101226 jfv [em] Access to IPMI module is lost when the em driver o kern/100974 rwatson [panic] sorele. FreeBSD 6.1 RELEASE i386 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 [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup o bin/100805 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 kern/100709 net [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/100519 net [netisr] suggestion to fix suboptimal network polling 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 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 kern/100219 bz [ip6] IPV6_PKTOPTIONS and possible mbuf exhaustion. o docs/100196 doc man login.conf does explain not "unlimited" s kern/100170 [request] Support login class in ldap directory o misc/100133 [boot] keyhit function in boot2.c that falls into an i o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o kern/99979 [patch] Get Ready for Kernel Module in C++ s bin/99973 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 bin/99662 rpc.rquotad(8): quota information leak while rpc.rquot o misc/99643 request to remove src/tools/tools/portsinfo because it o bin/99566 jail [jail] [patch] fstat(1) according to specified jid o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o kern/99485 Disk IO Causes multimedia/mplayer To Drop Frames o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar s kern/99421 [request] Option Globetrotter Fusion card not recogniz a docs/99356 ru man page of sendmsg(2) does not include EINVAL o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o www/99305 bugmeister [request] send-pr.html is frustrating/broken o kern/99290 fs [ntfs] mount_ntfs ignorant of cluster sizes 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 a 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/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 mav [ata] [burncd]: [patch] writing >1 session on ATAPI CD o kern/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip o kern/98804 [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the s www/98798 gjb Our statistics page is out of date o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98622 bz [carp] carp with IPv6 broken on 6.1 (regression) o kern/98597 net [inet6] Bug in FreeBSD 6.1 IPv6 link-local DAD procedu o bin/98577 [patch] dhclient(8): the link check by dhclient slows o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [sound] [snd_ich] some functions don't work in my soun 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 usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 s bin/98220 wpa_supplicant(8) operation does not match documentati o bin/98218 net wpa_supplicant(8) blacklist not working s kern/98162 adrian [request] AcerHK driver port needed for enabling WiFi o docs/98115 doc Missing parts after rendering handbook to RTF format o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to a kern/97921 rwatson [socket] close() socket deadlocks blocked threads o kern/97665 [sio] hang in sio driver o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/97505 [procfs] file entry of procfs points to "unknown" s bin/97498 fs [request] newfs(8) has no option to clear the first 12 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97377 fs [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97329 [nfs] [patch] code simplification o kern/97306 net [netgraph] NG_L2TP locks after connection with failed 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/97208 firewire [firewire] System hangs / locks up when a firewire dis o usb/97175 usb [umass] [hang] USB cardreader hangs system o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o bin/97108 sysinstall sysinstall(8): write failure on transfer (wrote -1 byt o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o conf/97014 net [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/96999 [procfs] [patch] procfs reports incorrect information o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" [re a bin/96840 [libc] [patch] getgrent() does not return large groups 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 o kern/96346 [modules] [patch] disable build of modules that are al f i386/96302 gavin [ata] nVidia nForce CK804 SATA300 controller not recog f kern/96268 net [socket] TCP socket performance drops by 3000% if pack o conf/96247 [patch] 550.ipfwlimit reports logs even if log size is 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(8): (ATA driver) fails to write in vcd mo s usb/96120 usb [ums] [request] USB mouse not always detected o conf/96094 [gif] startup scripts do not configure gif interfaces p conf/96015 jilles uncommenting the msgs invocation in /etc/profile can f o gnu/95936 egrep(1) misparses multiline parenthetical grouping o bin/95698 philip [patch] moused(8): Software control of sysmouse f gnu/95691 GDB segfaults on my programme in both FreeBSD 6 and 5 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 kern/95532 [gif] if_gif has artificial limitations o kern/95519 net [ral] ral0 could not map mbuf o kern/95459 Rebooting the system while rebuilding RAID (Intel Matr o docs/95408 doc install over serial console does not work as documente o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo a kern/95307 vanhu [ipsec] Panic (race condition?) in ipsec_process_done 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/95222 fs [cd9660] File sections on ISO9660 level 3 CDs ignored o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx 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 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 o kern/94978 [pam] pam_opie module option without "no_fake_prompts" o ports/94935 cy security/aide: propose an AIDE_CONF knob for make.conf o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o kern/94849 fs [ufs] rename on UFS filesystem is not atomic o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o bin/94810 fs fsck(8) incorrectly reports 'file system marked clean' o kern/94769 fs [ufs] Multiple file deletions on multi-snapshotted fil o kern/94733 fs [smbfs] smbfs may cause double unlock 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 kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount 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 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/94393 [ar] PseudoRAID loses track of the master disk o usb/94384 usb [panic] kernel panic with usb2 hardware o kern/94369 itetcu [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/94273 bz [ipsec] [patch] IPIP decapsulation problem in FAST_IPS o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o bin/94252 [rpc] rpc.lockd cannot cancel lock requests s kern/94182 [altq] [request] altq support for vlan driver o kern/94166 [boot] btx halted with a flashcard plugged s bin/94159 [request] ipsecctl ported from openbsd o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S 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 portmgr [patch] Enhancement to pkg_add(1) to add -4 flag to fo o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/93942 fs [vfs] [patch] panic: ufs_dirbad: bad dir (patch from 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/93872 [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o bin/93857 [iconv] [patch] new utility: kiconv_cs_preload(8): Uti 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 kern/93790 cpufreq missing frequencies o i386/93787 gavin [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 [ar] [panic] atacontrol status ar1 causes panic o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may p kern/93685 jilles [pipe] select on pipe write fails from '0' end o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o gnu/93629 GNU sort(1) tool dumps core within non-regular locale o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o kern/93381 reboot(8) works but 'reboot -n' hangs f kern/93378 net [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o bin/93317 ld-elf.so doesn't translate unresolved weak symbol int o bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: Permission de o bin/93275 sysinstall sysinstall(8): Failure to install after restarting ins o kern/93197 [libc] strptime(3) succeeds on formats it should fail o gnu/93127 rmh [patch] add __FreeBSD_kernel__ to pre-defines o kern/93093 [libc] xdr_string might call strlen(3) on NULL o kern/93019 net [ppp] ppp and tunX problems: no traffic after restarti o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/92880 net [libc] [patch] almost rewritten inet_network(3) functi o bin/92866 portmgr 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/92786 [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/92716 [hifn] [hang] hifn driver hangs after a short while wh o kern/92690 silby [tcp] slowstart_flightsize ignored in 6-STABLE o docs/92626 doc jail manpage should mention disabling some periodic sc f kern/92552 yongari A serious bug in most network drivers from 5.X to 6.X f 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 s ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message o kern/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per s kern/92279 net [dc] Core faults everytime I reboot, possible NIC issu o kern/92272 fs [ffs] [hang] Filling a filesystem while creating a sna o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS 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 usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE 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 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 f usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o kern/91859 net [ndis] if_ndis does not work with Asus WL-138 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 o conf/91732 [patch] 800.loginfail: fix log message grep expression o kern/91719 [pxeboot] BZ2_bzDecompress returned -3 error on loadin o bin/91606 sha1(1): sha1 /dev is suspended o kern/91594 acpi [acpi] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/ o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work p www/91539 gjb FreeBSD web site renders very badly o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o bin/91536 burncd(8): burncd -t feature strangeness o docs/91506 doc ndis(4) man page should be more specific about support 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 ports/91393 trhodes misc/window changes console cursor shape to blink o kern/91364 net [ral] [wep] WF-511 RT2500 Card PCI and WEP o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/91311 net [aue] aue interface hanging o bin/91299 [patch] add ftpd(8) SITE SHA256 command 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 o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o kern/91134 fs [smbfs] [patch] Preserve access and modification time a conf/91106 versus [locale] date definitions in pl_PL locale are wrong f 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 a kern/90815 fs [smbfs] [patch] SMBFS with character conversions somet o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o bin/90690 [patch] ps(1) errorneously respects terminal column se o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90656 sysinstall sysinstall(8): 6.0-RELEASE (i386) cannot be installed o kern/90582 geom [geom] [panic] Restore cause panic string (ffs_blkfree o bin/90524 reset(1) doesn't fully restore terminal state 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 o kern/90206 [ata] [reboot] Server reboot after "FAILURE - out of m 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 s bin/90082 [syscons] [patch] curses ACS line graphics support for o bin/89988 [patch] bootparamd(8) null host support and whoami fix 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 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 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/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr 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 bin/89403 fetch(1) doesn't honour authentication credentials whe o bin/89326 [patch] Add pattern matching to login.access(5) o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o i386/89249 [ataraid] HighPoint RocketRAID 1520 (HPT372N) can't wr o kern/89166 [mouse] jumpy mouse movement a conf/88913 rc [patch] wrapper support for rc.subr o bin/88826 randi sysinstall(8): sysinstall infinity wait for da0 o bin/88821 pjd [patch] IPv6 support for ggated(8) o bin/88780 [patch] Baseline ipmon(8) uses LOG_LOCAL0 syslog, not o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o kern/88657 fs [smbfs] windows client hang when browsing a samba shar o bin/88655 [patch] tcsh(1): /bin/tcsh ls-F : Floating exception ( o kern/88555 fs [panic] ffs_blkfree: freeing free frag on AMD 64 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 o kern/88450 andre SYN+ACK reports strange size of window o usb/88408 usb [axe] axe0 read PHY failed o kern/88336 vanhu [ipsec] [patch] setkey(8) -D fails to report all SAs o kern/88320 [nis] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin 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 o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o bin/87966 fs [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 kern/87859 fs [smbfs] System reboot while umount smbfs. o docs/87857 doc ifconfig(8) wireless options order matters 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 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/87421 net [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 [patch] incorrect use of PAPERSIZE make variable in so f kern/87368 bde [msdosfs] fat32 is very slow f usb/87224 usb [usb] Cannot mount USB Zip750 o www/87119 hrs [patch] encode copyright and such symbolically o kern/87074 mlaier pf does not log dropped packets when max-* stateful tr 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 o kern/86871 net [tcp] [patch] allocation logic for PCBs in TIME_WAIT s s bin/86859 sysinstall sysinstall(8): Installer should ask about Linux earlie o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the a kern/86752 mlaier [pf] pf does not use default timeouts when reloading c o bin/86665 randi sysinstall(8): sysinstall binary upgrade clobbers name o bin/86635 pf [patch] pfctl(8): allow new page character (^L) in pf. o kern/86619 emulation [linux] linux emulator interacts oddly with cp o kern/86587 fs [msdosfs] rm -r /PATH fails with lots of small files 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(8): sysinstall terminates with signal 10 if o kern/86427 net [lor] Deadlock with FASTIPSEC and nat o bin/86405 more(1) segmentation fault o bin/86388 geom [geom] [geom_part] periodic(8) daily should backup gpa 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/86103 net [ipf] Illegal NAT Traversal in IPFilter o bin/86012 kpasswd(1) fails if one of the KDC are unreachable. o kern/85971 jeff [uma] [patch] minor optimization to uma o gnu/85895 [patch] cc -print-search-dirs returns (null) p kern/85886 jhb [an] [patch] an0: timeouts with Cisco 350 minipci o conf/85819 rc [patch] script allowing multiuser mode in spite of fsc o kern/85809 darrenr panic: mutex "ipf state entry" already initialized o kern/85780 net 'panic: bogus refcnt 0' in routing/ipv6 o kern/85768 gibbs [ahd] aic79xx driver timeouts with U160 target (free l o bin/85712 uncompress(1) program emits bogus "overwrite?" prompt 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 f i386/85656 jhb [i386] [patch] expose more i386 specific CPU informati f i386/85655 jhb [i386] [patch] expose cpu info for i386 systems o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o bin/85494 fs fsck_ffs: unchecked use of cg_inosused macro etc. o bin/85445 net ifconfig(8): deprecated keyword to ifconfig inoperativ p kern/85320 net [gre] [patch] possible depletion of kernel stack in ip o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o kern/85123 [iir] Improper serialization in iir_ioctl() allows iir o kern/85086 wkoszek [ef] [patch] Locking fixes for ef(4) (+removes mem. le s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o bin/85011 restore(8) on 5.4 will not read Solaris-sparc dumps, w o kern/84981 [headers] [patch] header protection for with aroun o bin/78170 [patch] Fix signal handler in bootpd(8) o bin/78131 geom gbde(8) "destroy" not working. o kern/78114 [geom] [patch] Solaris/x86 label structures for GEOM ( o kern/78090 net [ipf] ipf filtering on bridged packets doesn't work if o kern/78021 sem_open(3) doesn't mention fnctl.h include requiremen o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o conf/77663 rc Suggestion: add /etc/rc.d/addnetswap after addcritremo o bin/77651 [patch] init(8) can lose shutdown related signals o kern/77341 net [ip6] problems with IPV6 implementation 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 kern/77156 FreeBSD does not redirect packets on proper interface. o bin/77089 natd(8) ignores -u with passive FTP o bin/77001 randi sysinstall(8): sysinstall binary upgrade clobbers /etc o kern/76972 [kernel] [patch] 64-bit integer overflow computing use o bin/76756 des function pw_equal in pw_util.c does not test pw_passwd o bin/76736 syslogd(8) pipelines losing messages o bin/76711 [patch] rm(1): parse error in rm.c:check() while parsi p bin/76697 simon newsyslog(8) keeps one more archive files than documen 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 bin/76590 adding -mapall in nfs exports requires reboot o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) 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/76398 [libc] stdio can lose data in the presence of signals o bin/76362 [patch] sys directory link points to wrong location o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system 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 kern/75873 net Usability problem with non-RFC-compliant IP spoof prot o kern/75855 [libc] getpwent(3) functions on 5.3 with large passwor o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn 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 s kern/75407 net [an] an(4): no carrier after short time o bin/75378 login(1): login/wtmp/utmp not updating properly o bin/75362 mount_smbfs(8) No buffer space available o bin/75258 [patch] dd(1) has not async signal safe interrupt hand 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 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer 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 o kern/74827 [fdc] Problem writing data to floppies o kern/74809 [modules] [panic] smbfs panic if multiply mounted o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o bin/74779 fs Background-fsck checks one filesystem twice and omits 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 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 s kern/74352 NFSCLIENT and booting to an mfsroot via TFTP are mutua 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 bin/74127 [patch] patch(1) may misapply hunks with too little co o i386/74044 gavin [smb] ServerWorks OSB4 SMBus interface does not detect o conf/74004 [patch] add fam support to inetd.conf o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o kern/73823 acpi [request] acpi / power-on by timer support o conf/73786 eadler [patch] added WARNING in spanish to stable-supfile o conf/73677 rc [patch] add support for powernow states to power_profi s bin/73617 sysinstall sysinstall(8): fdisk editor unmarks active partition s www/73551 www [request] fix list archive 'quoted-printable' corrupti o www/73549 brd [request] fix mail list archive navigation difficulty o gnu/73512 gdb -> Abort trap (core dumped) s kern/73496 [request] A more flexible version of mkstemp() s kern/73492 [request] Reliable Temporary Files o kern/73484 fs [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(8): Sysinstall could not allocate disklabel o kern/73328 edwin [patch] top(1) shows NICE as -111 on processes started o bin/73261 Suspending su(1) sometimes hangs o kern/73171 imp fwohci driver stating cardbus firewire card has incorr o bin/73019 fs [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 a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/72906 [twe] twe0 idefinite wait buffer o conf/72901 [patch]: dot.profile: prevent printing when doing an s o bin/72895 sysinstall sysinstall(8): Sysinstall generates invalid partition o bin/72875 des Some utilities used in debugging do not function prope o conf/72592 gavin [nis] NIS Domain Master fails as client of itself o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o conf/72465 [kbdmap] [patch] United States International keyboard o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a 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 kern/72224 [agp] umass devices broken by DRM (AGP issue?) o kern/72210 darrenr ipnat problem with IP Fastforward enabled s ports/72202 simon ports-mgmt/portaudit warns about the CVS server vulner o bin/72173 csplit(1) ver 1.9 wrong behaviour with negative offset s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use 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 o kern/71833 multiple process disc access / injustice o kern/71774 fs [ntfs] NTFS cannot "see" files on a WinXP filesystem 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/71667 [patch] cleanup of the usr.sbin/bootparamd code o bin/71665 [patch] cleanup of the usr.sbin/dconschat code o bin/71661 [patch] cleanup of the usr.sbin/keyserv 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/71628 [patch] cleanup of the usr.sbin/rpcbind code o bin/71622 [patch] sicontrol(8): cleanup of the usr.sbin/sicontro 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/71602 [patch] uninitialized "len" used instead of "slen" wit o kern/71532 Multiple SCSI-Busses are seen differently by BIOS, loa a kern/71474 net [route] route lookup does not skip interfaces marked d o kern/71469 net default route to internet magically disappears with mu o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern 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: 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 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 usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o kern/70904 net [ipf] ipfilter ipnat problem with h323 proxy support 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 f kern/70753 gavin [boot] Device for firewire hard disk not created in ti o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o bin/70600 fs 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 usb/70523 hselasky [umct] [patch] umct sending/receiving wrong characters o kern/70511 [libc] When fread(3)ing with buffering turned off, man o bin/70476 [patch] 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 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 o bin/70002 sysinstall sysinstall(8): fails to locate FTP dirs if the OS has o kern/69989 killing process that uses snp + unloading module + lis o bin/69986 sysinstall sysinstall(8): [patch] no job control in fixit shell o o bin/69942 sysinstall sysinstall(8): sysinstall changes /etc/rc.conf after i o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' 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 bin/69723 sysinstall sysinstall(8): [request] allow to continue from packag o kern/69650 [patch] make getserv* functions work with nsdispatch o bin/69398 [patch] login(1) cleartext display of password in logi f 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 gdb(1) amd64: coredump while debugging a core file. 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 o kern/68978 fs [panic] [ufs] crashes with failing hard disk, loose po a kern/68905 secteam [patch] core dumps are assigned wrong ownership o kern/68889 net [panic] m_copym, length > size of mbuf chain a bin/68797 eadler [patch] cut(1): fflush after each write if an option i o bin/68727 gdb(1) coredumps after recent CURRENT upgrade o kern/68690 [libc] write(2) returns wrong value when EFAULT o bin/68437 [patch] conscontrol(8) DEVDIR -> _PATH_DEV fix and mor o bin/68328 [patch] syslogd(8) enable configuration of extra liste s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o conf/68108 [patch] Adding mac-address /conf selector to diskless o bin/68062 standalone repeat(1) command o bin/67943 find(1) fails when current directory is not readable b 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 kern/67580 [request] add hints for boot failures s kern/67545 [nfs] NFS Diskless Mount Option Suggestion o conf/67328 [nis] [ppp] Usermode PPP hangs on boot when NIS config o kern/67326 rodrigc [msdosfs] crash after attempt to mount write protected 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/67142 [nis] rpc.yppasswdd incorrectly throws errors about in 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 bin/66830 [nis] chsh(1) ypchsh(1) do not change user information o bin/66677 mv(1) incorrectly copies somedir/.. to ./.. when it cr 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- 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 s kern/66270 [hang] dump(8) causes machine freeze o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/66225 net [netgraph] [patch] extend ng_eiface(4) control message a kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/66162 [gbde] gbde destroy error o bin/66103 ppp(8) macro HISADDR is not sticky in filters o kern/66029 secteam [crypto] [patch] MD5 alignment problem on a TriMedia p o bin/65961 ipfw [ipfw] ipfw2 memory corruption inside add() o kern/65920 fs [nwfs] Mounted Netware filesystem behaves strange o kern/65901 fs [smbfs] [patch] smbfs fails fsx write/truncate-down/tr o bin/65803 gad [patch] ps(1) enhancements (posix syntax, and more) o bin/65774 randi sysinstall(8): cannot run repair disk when booted from o kern/65616 net IPSEC can't detunnel GRE packets after real ESP encryp o kern/65448 jhb _mtx_unlock_sleep() race condition if ADAPTIVE_MUTEXES o bin/65299 vi(1) temp path contains double / 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( o 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 bin/64327 [patch] make(1): document surprising behaviour of assi 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 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 bin/63489 top(1) finger(1) segfault when using NIS groups to res 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 docs/63084 des Several Man-pages reference non-existant pam.conf(5) a s bin/62965 portmgr 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 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 bin/62711 kensmith sysinstall(8): installation: "Insert Next CD" Prompt i o bin/62702 sysinstall sysinstall(8): backup of /etc and /root during sysinst 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 sysinstall(8): 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 [sound] [patch] Make it possible to abbreviate mixer(8 o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o i386/62003 brucec [loader] [patch] make /boot/loader "reboot" code same o bin/61978 delphij [patch] sync setkey(8) token.l with KAME o bin/61971 kinit(1) --renewable fails o bin/61890 sysinstall sysinstall(8): fdisk(8) uses incorrect calculations fo a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat s kern/61677 Unable to open CDROM tray if boot_cdrom is in loader.c s kern/61622 Intel Pro/100 Intelligent Server Adapter unsupported N o bin/61603 sysinstall sysinstall(8): wrong geometry guessed o kern/61503 fs [smbfs] mount_smbfs does not work as non-root s i386/61481 [patch] a mechanism to wire io-channel-check to userla o bin/61355 login(1) does not restore terminal ownership on exit 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 s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb 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/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o kern/60699 [atapicam] DVD Multidrive udma mode autosensed wrong 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 sysinstall(8): UI bug in partition label screen in sys 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 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 kern/60313 data destruction: lseek(2) misalignment silently ignor s kern/60293 net [patch] FreeBSD arp poison patch o kern/60174 debugging a kernel module in load/attach routines s kern/59912 mremap() implementation lacking 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 o kern/59739 [patch] [libc] rmdir(2) and mkdir(2) both return EISDI o usb/59698 mav [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 www/59307 www [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 kern/58967 Kernel kills processes in spite of cputime parameter i o kern/58941 rwatson [acl] acl under ufs2 doesn't handle disk corruption, p a 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 bin/58483 [patch] mount(8): allow type special or node relative o bin/58293 vi(1) replace with CR (ASCII 13) doesn't work o bin/58012 [patch] tftpd(8) Multihomed tftpd enhancement o stand/57911 fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_ o bin/57715 [patch] tcopy(1) enhancement o 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 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 s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o kern/57350 [panic] using old monocrome printer port (IO_LPT3 / 0x o docs/57298 doc [patch] add using compact flash cards info to handbook o stand/57295 harti make's handling of MAKEFLAGS is not POSIX conform o bin/57045 trpt(8) option -t was disabled on -current s bin/57018 [patch] convert growfs(8) to use libufs(3) f conf/56934 rc [patch] rc.firewall rules for natd expect an interface 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 [patch] cd9660 unicode support simple hack p kern/56451 des [linprocfs] [patch] /compat/linux/proc/cpuinfo gives w o bin/56447 [patch] extend mt(1) command for AIT-2 tape drives o kern/56339 select(2) call (poll(2) too) hangs, yet call works per 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 net 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 s kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw 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 kern/55617 fs [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 [patch] cdcontrol(1) play tr m:s.f interface is partia p bin/55539 stefanf [patch] Parse fstab(5) with spaces in path names o kern/55448 dbm(3): dbm_nextkey() misbehaves after dbm_store() in o misc/55387 [build] [patch] users LD_LIBRARY_PATH can interfere wi f bin/55349 mbr amd(8) mixes up symlinks in its virtual filesystem. o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/54891 [libalias] [patch] libalias(3)/natd(8) and exporting c s docs/54752 doc bus_dma explained in ISA section in Handbook: should b 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 o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) 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 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 sysinstall(8): [patch] dump frequency in sysinstall is 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 bin/53131 randi sysinstall(8): "ALL" could not turn check BOXes ON at s bin/52826 portmgr [request] Adding Timestamps to pkg info upon pkg_add(1 s ports/52765 portmgr [patch] Uncompressing manual pages may fail due too "a 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 [request] [patch] New functionality for mail(1) o bin/52469 ppp(8) Multiple devices using UDP don't work. o misc/52256 embedded [picobsd] picobsd build script does not read in user/s s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 o kern/51982 [sio] sio1: interrupt-level buffer overflows s usb/51958 usb [urio] [patch] update for urio driver o kern/51685 fs [hang] Unbounded inode allocation causes kernel to loc o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic 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 o bin/51137 [patch] config(8) should check if a scheduler is selec s www/51135 www Problems with the mailing-lists search interface o kern/51009 [aue] [patch] buggy aue driver fixed. 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 a kern/50687 jmg ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappr 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 f bin/50118 edwin calendar(1) dumps core if there is ./calendar/ 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 o bin/48989 sysinstall sysinstall(8): Sysinstall's partition editor gets con f kern/48976 gavin [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 o kern/48741 darrenr ipnat corrupts packets on gre interface with rul 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 s bin/48341 sysinstall sysinstall(8): changes the active slice flag when it p o conf/48325 [patch] /etc/periodic/security/100.chksetuid doesn't w 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 [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 o bin/47815 [patch] stty(1) -all should work. o conf/47596 [periodic] daily security run complains if timezone ch o docs/47594 doc [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 kern/47286 [request] [patch] make device probing verbose when usi 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 sysinstall(8): FreeBSD 5.x cannot be installed from mu o kern/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 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 bin/46352 [patch] login(1) open file descriptors and signal hand o bin/46328 gad [patch] patch for lpd(8) o bin/46235 sysinstall sysinstall(8): NTP servers for Finland require updatin 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 Remove skel from BSD.root.dist. s kern/46036 [RFE] select is unsuitable for implementing a periodic o bin/45990 top(1) dumps core if specific errors in password file o kern/45896 setnetgrent(3) should return error code o bin/45830 [kerberos] KDC has problems when listening to IPv6 and 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 randi sysinstall(8): 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 o bin/45529 [patch] hexdump(1) core-dumps with certain args o bin/45333 [patch] New option -r for chown(8) and chgrp(1) o docs/45303 doc Bug in PDF DocBook rendering o conf/45222 [patch] daily rejected mail hosts report too long 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 randi sysinstall(8): 'choose installation media' choose CD-R o bin/44894 markm telnet(1): as a local non-root user and remote it's po 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 kern/44372 roberto some kernel options prevent NTP clock synchronization o stand/44365 standards [headers] [patch] [request] introduce ulong and unchar o conf/44286 roberto /etc/defaults/rc.conf uses the obsolete ntpdate o kern/44202 [rp] [patch] -stable rp driver does not work with mult o www/44181 re www "Release Information" organization 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 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/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/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 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 portmgr pkg_create(1) fails if target directory does not exist o bin/43337 des [patch] fetch(1) -s fails if -4 or possibly other opti o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c o bin/42658 markm recompile telnetd(8) and log NULL ip in /var/wtmp 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/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 sysinstall(8): after restart, installation crashes, md o bin/42093 [nis] ypbind(8) hangs on NIC with the lowest scopeid a kern/42089 gnn ntp_gettime returns time in wrong scale o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o bin/42022 randi sysinstall(8): non-interactive mode prompts when only o bin/42018 portmgr pkg_info(1) with PKG_PATH searches through tarred pkgs o bin/41949 sysinstall sysinstall(8): sysinstall sorts /etc/rc.conf during ne a bin/41947 [patch] hexdump(1) unprintable ASCII enhancement o docs/41879 hrs [patch] cleanup to DOCROOT/share/sgml/freebsd.dsl o bin/41850 sysinstall sysinstall(8): sysinstall fails to create root filesys 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 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 o bin/41583 [patch] mtree(8) assorted mtree bugs a stand/41576 standards ln(1): replacing old dir-symlinks 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 kern/41307 [libalias] [patch] logging of links lifecycle (add/del o bin/41271 [patch] non-suid crontab(1) 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 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 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 > o bin/40260 sysinstall sysinstall(8): hang when detecting devices (No CD/DVD o bin/40215 [nis] NIS host search not terminate 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 kern/39937 net ipstealth issue o bin/39849 restore(8) fails to overwrite files with schg flag set o ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR s conf/39580 sysinstall sysinstall(8): [request] more secure mount options 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 p stand/39256 das snprintf/vsnprintf aren't POSIX-conformant for strings 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 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 sysinstall(8): resetting during setup causes the targe o kern/38749 kientzle Diskless booting fails with some DHCP servers (no root s kern/38730 philip Memorex scrollpro mouse is not fully functional a bin/38727 [patch] mptable(1) should complain about garbage argum o kern/38626 luigi dummynet/traffic shaper: RED: max_th and min_th are li o bin/38610 randi sysinstall(8): should be able to mount ISO images on D o docs/38556 eadler 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 sysinstall(8): In Choose Distributions screen, it's di s kern/38347 [libutil] [patch] [request] new library function abs2r o bin/38168 [patch] [request] installing curses-based versions of o bin/38057 sysinstall sysinstall(8): "install" document doesn't display corr o bin/38056 sysinstall sysinstall(8): User (creation)'s "Member groups" item o bin/38055 sysinstall sysinstall(8): Groups (creation) item should be before 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 sysinstall(8): LAN interface in wrong state after atte o bin/37672 pw(8) prints warnings after successful NIS map updates o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. p conf/37569 stefanf [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 [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/37083 [patch] [request] small improvement to talk(1): add cl o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/36916 randi [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 bin/36786 make ps(1) use 24-hour time by default s bin/36740 make ps(1) obey locale (particularly for times) o docs/36724 darrenr ipnat(5) manpage grammar is incomplete and inconsisten o kern/36626 login_cap(3) incorrectly claims that all resources fre o kern/36566 fs [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 kern/36451 [bktr] [patch] Japan IF frequency is incorrect 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 a bin/36110 dmesg(8) output corrupt if /dev/console is busy o bin/35886 [patch] pax(1) enhancement: custom time format for lis o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f o bin/35769 w(1) does not correctly interpret X sessions o kern/35669 imp [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 [periodic] [patch] enhanced periodic scripts: 100.clea f misc/35542 bde [build] [patch] BDECFLAGS needs -U__STRICT_ANSI__ o kern/35429 select(2)/poll(2)/kevent(2) can't/don't notice lost co o bin/35400 randi sysinstall(8): sysinstall could improve manipulation o 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/35289 [bktr] [patch] Brooktree device doesnt properly signal 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 o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/34811 jilles sh(1) "jobs" is not pipeable o bin/34788 dmesg(8) issues with console output o kern/34665 net [ipf] [hang] ipfilter rcmd proxy "hangs". 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 docs/34239 trhodes tunefs(8) man page doesn't describe arguments. o bin/34171 ftpd(8) indiscrete about unprivileged user accounts o gnu/34128 sdiff(1) "e" doesn't work with some editors o kern/33965 [keyboard] [patch] programmable keys of the keyboard ( o kern/33834 strptime(3) is misleading o bin/33809 [patch] mount_nfs(8) has trouble with embedded ':' in 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 bin/33182 gdb(1) seg faults when given handle SIGALRM nopass for o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o bin/32808 [patch] tcpd.h lacks prototype for hosts_ctl o bin/32667 systat(1) waste too much time reading input 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(8): sysinstall doesn't respect User generat s conf/32108 Proposed Firewall (IPv4) configuration script o bin/31987 [patch] allow dump(8) 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 net ip queue length too short for >500kpps 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 kern/31708 [vm] [vmware] VM system / fsync / flushing delayed ind s kern/31686 andre Problem with the timestamp option when flag equals zer o kern/31647 net [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 sysinstall(8): "partition editor" silently corrects pa o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o bin/31034 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 a bin/30737 sysinstall sysinstall(8): sysinstall leaks file descriptors on re o bin/30654 gad [patch] Added ability for newsyslog(8) to archive logs 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 randi sysinstall(8): using sysinstall with install.cfg has n s threa/30464 threads [patch] pthread mutex attributes -- pshared o bin/30424 Generalization of vipw(8) to lock pwdb while being edi a bin/30360 vmstat(8) returns impossible data o kern/30321 [patch] strftime(3) '%s' format does not work properly o kern/30186 net [libc] getaddrinfo(3) does not handle incorrect servna o kern/30052 [dc] [patch] dc driver queues outgoing pkts indefinite 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(8): suggestions for 4.4 sysinstall o bin/29808 [nis] ypserv(8) dumps core in yp_find_db 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 o bin/29375 sysinstall sysinstall(8): disk editor gets confused by slices tha p bin/29363 simon [patch] newsyslog(8) can support time as extension o bin/29253 natd(8) forgets about udp connections s i386/28975 [rp] RocketPort problems o bin/28789 [patch] last(1) does not filter for uucp connects o bin/28424 brooks mtree(8) fails to report directory hierarchy mismatch o bin/28364 bapt [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 bin/28223 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 bin/27829 pax(1) uid/gid cache is read-only o bin/27687 fs fsck(8) wrapper is not properly passing options to fsc 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(4) pid processes o bin/27306 [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 randi sysinstall(8): can not get to shell prompt from serial o kern/27008 kernel function sysbeep(xxx, 0) does produce sound o bin/26803 fetch(1) Fix fetch to allow FTP puts in '-o' & allow ' o kern/26787 [patch] sysctl change request 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 [libc] [patch] setnetgrent hangs when netgroup contain o docs/26286 doc *printf(3) etc should gain format string warnings o kern/26261 [sio] silo overflow problem in sio driver 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 o 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 kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o bin/25736 ac(8) -d option probrem with overdays logon 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 bin/25218 mailwrapper(8) invokes sendmail when resources are tig o bin/25015 cp(1) options -i and -f do not work as documented f kern/24959 net [patch] proper TCP_NOPUSH/TCP_CORK compatibility o docs/24786 doc missing FILES descriptions in sa(4) 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/24485 [patch] to make cron(8) handle clock jumps o bin/24461 [nis] Being able to increase the YP timeout without re o bin/24066 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 [sound] [snd_csa] [patch] csa DMA-interrupt problem a bin/23402 sysinstall sysinstall(8): upgrade ought to check partition sizes a bin/23254 bapt [patch] yacc(1) accepts bad grammer o conf/23063 net [arp] [patch] for static ARP tables in rc.network o misc/22914 [bootinst] bootinst messages are not updated 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 net [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 o i386/21672 [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 [linux] Linux compatability mode should not allow setu 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 kern/20529 [ti] gigabit cards fail to link o 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(8): sysinstall should check debug.boothowto s kern/20333 des [libpam] ftp login fails on unix password when s/key a o bin/20282 randi sysinstall(8): sysinstall does not recover some /etc f o bin/20054 ftpd(8) rotating _PATH_FTPDSTATFILE losts xferlog s docs/20028 doc ASCII docs should reflect tags in the sourc o gnu/19882 obrien ld does not detect all undefined symbols! o kern/19782 mkisofs 1.12.1 (i386-unknown-freebsd4.0) doesn't prese o bin/19772 [unionfs] df(1) output wrong for union-mounts o kern/19756 [patch] Inability to use linux extended partition (typ o bin/19683 mount(8) displays incorrect mount point on failed moun o conf/19573 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 o kern/18909 select(2) timeout limited to 100000000 seconds o kern/18874 fs [2TB] 32bit NFS servers export wrong negative values t 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 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 s 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 s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo 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(8): sysinstall/disklabel: bad partition tab o kern/16765 bde Add support for mark/space parity o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o bin/16422 [patch] [request] newfs(8) always make root's / direct o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c s kern/15478 incorrect utmp/wtmp records update upon connection bei s kern/15436 [syscons] syscons extension: "propellers" 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 sysinstall(8): easy to not notice that selection lists p conf/15010 keramida [patch] rc.firewall: "client" firewall configuration k s bin/14925 standards getsubopt isn't poisonous enough a bin/14682 gad [patch] lprm(1) unaware of lp(1) Environment Variables s kern/14562 ioctl() codes should be provided for ejecting all remo o bin/14318 randi sysinstall(8): sysinstall upon install has some counte 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 conf/13775 multi-user boot may hang in NIS environment o bin/13397 vi(1) nvi mishandles tags files under certain conditio s kern/13326 [headers] [patch] additional timespecs interfaces for s bin/13309 [patch] Fixes to nos-tun(8) o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. o bin/13108 authunix_create_default includes egid twice o bin/13042 make(1) doesn't handle wildcards in subdirectory paths o bin/12801 nvi infinite recursion with options "leftright" and "c s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o bin/11294 [patch] logger(1) direct logging to other hosts o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 s bin/11114 harti make(1) does not work as documented with .POSIX: targe a kern/11024 mtm [patch] getpwnam(3) uses incorrect #define to limit us o bin/10611 [patch] timed(8) enhancement o bin/10030 markm [patch] Kerberized telnet fails to encrypt when a host s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S o kern/9679 [portalfs] [patch] fix for uninterruptible open in por o kern/9619 rodrigc Restarting mountd kills existing mounts o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o bin/8867 randi sysinstall(8): [patch] /stand/sysinstall core dumps (s o kern/8498 silby Race condition between unp_gc() and accept(). o bin/7973 gad lpd(8) Bad control file owner in case of remote printi s kern/7556 sl_compress_init() will fail if called anything else t o bin/7287 [nis] Incorrect domain name for MAP_UPDATE in multidom s bin/7232 sysinstall sysinstall(8): suggestion for FreeBSD installation dia s bin/6785 place for all the default dump flags o kern/5877 net [socket] sb_cc counts control data as well as data dat s bin/5712 /bin/chio code cleaup and option added o bin/5609 gad lpd(8) cannot send long files to HP's JetDirect interf s bin/5296 slattach fails creating pidfile with ioctl(TIOCSCTTY): o bin/5031 gad lpr(1) does not remove original file if -s is used o bin/4420 imp [patch] find(1) -exedir doesn't chdir for first entry o bin/4116 [patch] [kerberos] Kerberized login as .root fai s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o s bin/2137 [vm] systat(1) total vm statistics are bad o bin/2090 [patch] [nis] clients may bind to FreeBSD ypserv refus a bin/1375 dteske [patch] Extraneous warning from mv(1) 7223 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 14:10:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4336CC25 for ; Mon, 4 Feb 2013 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1CFE91DB6 for ; Mon, 4 Feb 2013 14:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14EA2mU065090 for ; Mon, 4 Feb 2013 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14EA1gT065089; Mon, 4 Feb 2013 14:10:02 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 14:10:02 GMT Message-Id: <201302041410.r14EA1gT065089@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 14:10:02 -0000 The following reply was made to PR kern/175759; it has been noted by GNATS. From: Gleb Smirnoff To: Andrey Simonenko Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from Date: Mon, 4 Feb 2013 18:05:54 +0400 Andrey, On Fri, Feb 01, 2013 at 03:49:07PM +0200, Andrey Simonenko wrote: A> > A> 1. File name fields should have "const char *" type. A> > A> > Paragraph 6.10.8 of standard says that __FILE__ is "a character string A> > literal". It doesn't say that it can be referenced only by a pointer A> > with const qualifier. A> > A> > However, the proposed change definitely makes sence. A> A> Yes, but values these pointers are pointed to are not expected A> to be modified and pointing (char *) to __FILE__ will generate above A> given warning message. Thanks for sample code. A> > A> 2. Line number fields should have "long" or "unsigned long" type, A> > A> considering C99 standard and its values for [U]INT_MAX, __LINE__ A> > A> and #line. A> > A> > Paragraph 6.10.8 of standard says that __LINE__ is "an integer constant". A> > A> > Paragraph 6.4.4.1 on integer constants says that "The type of an integer A> > constant is the first of the corresponding list in which its value can A> > be represented." The corresponding list starts with "int". According to A> > paragraph 6.10.4 line number can't get bigger that 2147483647 (INT_MAX), A> > and this value can be represented by int. A> > A> > Thus, I don't see where standard says that line number should be long. A> A> 5.2.4.2.1 says "Their implementation-defined values shall be equal or A> greater in magnitude (absolute value) to those shown, with the same sign." A> A> -- maximum value for an object of type int A> INT_MAX +32767 // 2^15-1 A> -- maximum value for an object of type unsigned int A> UINT_MAX 65535 // 2^16-1 A> -- maximum value for an object of type long int A> LONG_MAX +2147483647 // 2^31-1 A> -- maximum value for an object of type unsigned long int A> ULONG_MAX 4294967295 // 2^32-1 A> A> According to this information the closest integer data type to the maximum A> value of a line number given in #line is "long" or "unsigned long". A> A> Even if we assume that INT_MAX is bigger that 2^31-1 then specifying A> "unsigned long" in that structure (without changing the order of its fields) A> will not change its size on i386 and amd64. Yes, my error was that I looked into INT_MAX on my machine, not in standard. Thanks again. -- Totus tuus, Glebius. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 14:20:05 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D4B8189 for ; Mon, 4 Feb 2013 14:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70EB61E32 for ; Mon, 4 Feb 2013 14:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14EK4RY068306 for ; Mon, 4 Feb 2013 14:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14EK4IP068305; Mon, 4 Feb 2013 14:20:04 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 14:20:04 GMT Message-Id: <201302041420.r14EK4IP068305@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 14:20:05 -0000 The following reply was made to PR kern/175759; it has been noted by GNATS. From: Gleb Smirnoff To: Andrey Simonenko Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from Date: Mon, 4 Feb 2013 18:14:07 +0400 --tEFtbjk+mNEviIIX Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Andrey, any additional comments for the attached patch. Is it ok from your viewpoint? -- Totus tuus, Glebius. --tEFtbjk+mNEviIIX Content-Type: text/x-diff; charset=koi8-r Content-Disposition: attachment; filename="queue.h.diff" Index: queue.h =================================================================== --- queue.h (revision 245741) +++ queue.h (working copy) @@ -105,13 +105,14 @@ #ifdef QUEUE_MACRO_DEBUG /* Store the last 2 places the queue element or head was altered */ struct qm_trace { - char * lastfile; - int lastline; - char * prevfile; - int prevline; + const char * lastfile; + unsigned long lastline; + const char * prevfile; + unsigned long prevline; }; #define TRACEBUF struct qm_trace trace; +#define TRACEBUF_INITIALIZER { __FILE__, __LINE__, NULL, 0 } , #define TRASHIT(x) do {(x) = (void *)-1;} while (0) #define QMD_SAVELINK(name, link) void **name = (void *)&(link) @@ -134,6 +135,7 @@ #define QMD_TRACE_HEAD(head) #define QMD_SAVELINK(name, link) #define TRACEBUF +#define TRACEBUF_INITIALIZER #define TRASHIT(x) #endif /* QUEUE_MACRO_DEBUG */ @@ -461,7 +463,7 @@ } #define TAILQ_HEAD_INITIALIZER(head) \ - { NULL, &(head).tqh_first } + { NULL, &(head).tqh_first, TRACEBUF_INITIALIZER } #define TAILQ_ENTRY(type) \ struct { \ --tEFtbjk+mNEviIIX-- From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 15:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CD8E18DF for ; Mon, 4 Feb 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BEFA71A9 for ; Mon, 4 Feb 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14FK1ML081073 for ; Mon, 4 Feb 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14FK1Lq081069; Mon, 4 Feb 2013 15:20:01 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 15:20:01 GMT Message-Id: <201302041520.r14FK1Lq081069@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrey Simonenko Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andrey Simonenko List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 15:20:01 -0000 The following reply was made to PR kern/175759; it has been noted by GNATS. From: Andrey Simonenko To: Gleb Smirnoff Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from Date: Mon, 4 Feb 2013 17:12:57 +0200 repost: forgot to send to the group. On Mon, Feb 04, 2013 at 06:14:07PM +0400, Gleb Smirnoff wrote: > Andrey, > > any additional comments for the attached patch. Is it ok from your > viewpoint? > > -- > Totus tuus, Glebius. > Index: queue.h > =================================================================== > --- queue.h (revision 245741) > +++ queue.h (working copy) > @@ -105,13 +105,14 @@ > #ifdef QUEUE_MACRO_DEBUG > /* Store the last 2 places the queue element or head was altered */ > struct qm_trace { > - char * lastfile; > - int lastline; > - char * prevfile; > - int prevline; > + const char * lastfile; > + unsigned long lastline; > + const char * prevfile; > + unsigned long prevline; > }; > > #define TRACEBUF struct qm_trace trace; > +#define TRACEBUF_INITIALIZER { __FILE__, __LINE__, NULL, 0 } , > #define TRASHIT(x) do {(x) = (void *)-1;} while (0) > #define QMD_SAVELINK(name, link) void **name = (void *)&(link) > > @@ -134,6 +135,7 @@ > #define QMD_TRACE_HEAD(head) > #define QMD_SAVELINK(name, link) > #define TRACEBUF > +#define TRACEBUF_INITIALIZER > #define TRASHIT(x) > #endif /* QUEUE_MACRO_DEBUG */ > > @@ -461,7 +463,7 @@ > } > > #define TAILQ_HEAD_INITIALIZER(head) \ > - { NULL, &(head).tqh_first } > + { NULL, &(head).tqh_first, TRACEBUF_INITIALIZER } > > #define TAILQ_ENTRY(type) \ > struct { \ Looks correct. What do you think about this idea: http://lists.freebsd.org/pipermail/freebsd-bugs/2013-February/051665.html it has more generic approach for such kind of debugging. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 16:24:02 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7423B400; Mon, 4 Feb 2013 16:24:02 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx08.syd.optusnet.com.au (fallbackmx08.syd.optusnet.com.au [211.29.132.10]) by mx1.freebsd.org (Postfix) with ESMTP id 13EBD766; Mon, 4 Feb 2013 16:24:01 +0000 (UTC) Received: from mail35.syd.optusnet.com.au (mail35.syd.optusnet.com.au [211.29.133.51]) by fallbackmx08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r14GNrdI006363; Tue, 5 Feb 2013 03:23:53 +1100 Received: from c211-30-173-106.carlnfd1.nsw.optusnet.com.au (c211-30-173-106.carlnfd1.nsw.optusnet.com.au [211.30.173.106]) by mail35.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r14GNi6m027145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Feb 2013 03:23:46 +1100 Date: Tue, 5 Feb 2013 03:23:44 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Gleb Smirnoff Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from In-Reply-To: <201302041420.r14EK4IP068305@freefall.freebsd.org> Message-ID: <20130205024617.X3554@besplex.bde.org> References: <201302041420.r14EK4IP068305@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.0 cv=evCHVfVX c=1 sm=1 a=Mvik2ojQbM4A:10 a=kj9zAlcOel0A:10 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=HXKBcPQmqRAA:10 a=OtbnSwKdCio8T-pgMJcA:9 a=CjuIK1q_8ugA:10 a=TEtd8y5WR3g2ypngnwZWYw==:117 Cc: freebsd-bugs@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:24:02 -0000 On Mon, 4 Feb 2013, Gleb Smirnoff wrote: > any additional comments for the attached patch. Is it ok from your > viewpoint? > Index: queue.h > =================================================================== > --- queue.h (revision 245741) > +++ queue.h (working copy) > @@ -105,13 +105,14 @@ > #ifdef QUEUE_MACRO_DEBUG > /* Store the last 2 places the queue element or head was altered */ > struct qm_trace { > - char * lastfile; > - int lastline; > - char * prevfile; > - int prevline; > + const char * lastfile; > + unsigned long lastline; > + const char * prevfile; > + unsigned long prevline; > }; Unsigned long is unnecessarily large. It wastes space on 64-bit arches. The change doesn't change the wastage, because space was already wasted on 64-bit arches by mispacking the struct (with unnamed padding after the ints). It changes the API unnecessarily by changing signed variables to unsigned. Sign variables are easier to use, and changing to unsigned ones risks sign extension bugs. According to your quote of the C standard, int32_t is enough. (I couldn't find anything directly about either the type or limit of __LINE__ in the n869.txt draft of C99, but #line is limited to 2**31-1. n1124.pdf says much the same, except it says that __LINE__ is an integer constant where n869.txt says that __LINE__ is a decimal constant. Both of these seem to be wrong -- "decimal constants" include floating point ones, and "integer constants" include octal and hex ones.) The change preserves many style bugs: - no prefix in member names - member names not sorted inversely on size. This gives the space wastage. - member names not indented - space between '*' and member names. Bruce From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 18:04:39 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2EEEEAF6; Mon, 4 Feb 2013 18:04:39 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id DD36FFF5; Mon, 4 Feb 2013 18:04:38 +0000 (UTC) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id 6D348359308; Mon, 4 Feb 2013 19:04:36 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id 4C4AB2848C; Mon, 4 Feb 2013 19:04:36 +0100 (CET) Date: Mon, 4 Feb 2013 19:04:36 +0100 From: Jilles Tjoelker To: Bruce Evans Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call Message-ID: <20130204180435.GA21245@stack.nl> References: <201302032100.r13L01PG044439@freefall.freebsd.org> <20130204173830.K1078@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130204173830.K1078@besplex.bde.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Eitan Adler , freebsd-bugs@FreeBSD.org, Giorgos Keramidas X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:04:39 -0000 On Mon, Feb 04, 2013 at 05:45:40PM +1100, Bruce Evans wrote: > On Sun, 3 Feb 2013, Eitan Adler wrote: > > On 3 February 2013 16:00, Giorgos Keramidas wrote: > >> The following reply was made to PR kern/175674; it has been noted by GNATS. > >> > The best way to fix this is in kern_openat() in the kernel but this > >> > might cause compatibility issues. > >> Not sure if there would be serious compatibility problems if > >> open() would automatically restart instead of returning EINTR. It > >> definitely seems a rather intrusive change though. > > I can not see major application breakage should open(3) be changed. > > That said, I am confused by jilles' comment: > > http://pubs.opengroup.org/onlinepubs/000095399/functions/open.html > > open(3) is permitted to return EINTR. > Actually, open(3) is _required_ to return EINTR (if a signal occurs). > This hasn't changed since the old (2001) POSIX draft that I quoted in a > more detailed reply. The wording is "shall fail...[with EINTR] if a > signal was caught during open()". Only a perverse implementation of > weaselnix would justify not returning EINTR by not catching signals. Many more functions have an [EINTR] error condition specified and SA_RESTART is usually not mentioned. This is because SA_RESTART is specified in the sigaction() page to override the [EINTR] error unless explicitly specified otherwise (for example, read(), write(), sleep(), select() and pselect()). There is a change in POSIX.1-2008 for functions with timeouts. -- Jilles Tjoelker From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 20:40:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EAB39FD9 for ; Mon, 4 Feb 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BA2F4CC3 for ; Mon, 4 Feb 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14Ke00K039895 for ; Mon, 4 Feb 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14Ke0Lu039894; Mon, 4 Feb 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Feb 2013 20:40:00 GMT Resent-Message-Id: <201302042040.r14Ke0Lu039894@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, Dominique Goncalves Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50257FB1 for ; Mon, 4 Feb 2013 20:38:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3CCE7C48 for ; Mon, 4 Feb 2013 20:38:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r14Kc8Hx029684 for ; Mon, 4 Feb 2013 20:38:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r14Kc8U2029683; Mon, 4 Feb 2013 20:38:08 GMT (envelope-from nobody) Message-Id: <201302042038.r14Kc8U2029683@red.freebsd.org> Date: Mon, 4 Feb 2013 20:38:08 GMT From: Dominique Goncalves To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: conf/175844: WITH_BSDCONFIG=YES creates files in /usr/src X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 20:40:01 -0000 >Number: 175844 >Category: conf >Synopsis: WITH_BSDCONFIG=YES creates files in /usr/src >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 Feb 04 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dominique Goncalves >Release: FreeBSD 10.0-CURRENT >Organization: >Environment: >Description: If WITH_BSDCONFIG=YES is enabled in /etc/src.conf when doing a buildworld, these files are generated in /src/src : usr.sbin/bsdconfig/bsdconfig.8.gz usr.sbin/sysrc/sysrc.8.gz >How-To-Repeat: >Fix: --- bsdconfig/Makefile.orig 2013-02-04 21:35:22.000000000 +0100 +++ bsdconfig/Makefile 2013-02-04 21:35:28.000000000 +0100 @@ -1,7 +1,5 @@ # $FreeBSD: head/usr.sbin/bsdconfig/Makefile 240684 2012-09-18 22:28:42Z dteske $ -NO_OBJ= - SUBDIR= console \ diskmgmt \ docsinstall \ --- sysrc/Makefile.orig 2013-02-04 21:34:59.000000000 +0100 +++ sysrc/Makefile 2013-02-04 21:35:06.000000000 +0100 @@ -1,7 +1,5 @@ # $FreeBSD: head/usr.sbin/sysrc/Makefile 241149 2012-10-03 02:32:47Z dteske $ -NO_OBJ= - SCRIPTS= sysrc MAN= sysrc.8 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 20:47:24 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4BF9F85E; Mon, 4 Feb 2013 20:47:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 25661D7D; Mon, 4 Feb 2013 20:47:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14KlOZ2041587; Mon, 4 Feb 2013 20:47:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14KlOhH041583; Mon, 4 Feb 2013 20:47:24 GMT (envelope-from linimon) Date: Mon, 4 Feb 2013 20:47:24 GMT Message-Id: <201302042047.r14KlOhH041583@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-fs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/175794: [ufs] [patch] remove cruft, fix inconsistent panic messages X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 20:47:24 -0000 Old Synopsis: Patches for ufs New Synopsis: [ufs] [patch] remove cruft, fix inconsistent panic messages Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 4 20:46:18 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=175794 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 20:55:21 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F30BAA73; Mon, 4 Feb 2013 20:55:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C17BFDF8; Mon, 4 Feb 2013 20:55:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14KtKxD043775; Mon, 4 Feb 2013 20:55:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14KtKWX043771; Mon, 4 Feb 2013 20:55:20 GMT (envelope-from linimon) Date: Mon, 4 Feb 2013 20:55:20 GMT Message-Id: <201302042055.r14KtKWX043771@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-xen@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/175822: [xen] FreeBSD 9.1 does not work with Xen 4.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 20:55:21 -0000 Old Synopsis: FreeBSD 9.1 does not work with Xen 4.0 New Synopsis: [xen] FreeBSD 9.1 does not work with Xen 4.0 Responsible-Changed-From-To: freebsd-bugs->freebsd-xen Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 4 20:55:05 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=175822 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 4 21:10:09 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7063C6E0; Mon, 4 Feb 2013 21:10:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C00CF47; Mon, 4 Feb 2013 21:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14LA9C8046301; Mon, 4 Feb 2013 21:10:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14LA9QM046297; Mon, 4 Feb 2013 21:10:09 GMT (envelope-from linimon) Date: Mon, 4 Feb 2013 21:10:09 GMT Message-Id: <201302042110.r14LA9QM046297@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, dteske@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: conf/175844: [patch] WITH_BSDCONFIG=YES creates files in /usr/src X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 21:10:09 -0000 Old Synopsis: WITH_BSDCONFIG=YES creates files in /usr/src New Synopsis: [patch] WITH_BSDCONFIG=YES creates files in /usr/src Responsible-Changed-From-To: freebsd-bugs->dteske Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 4 21:09:50 UTC 2013 Responsible-Changed-Why: dteske, I think this is yours? http://www.freebsd.org/cgi/query-pr.cgi?pr=175844 From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 02:09:35 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62BD7C95 for ; Tue, 5 Feb 2013 02:09:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) by mx1.freebsd.org (Postfix) with ESMTP id B0B90EA9 for ; Tue, 5 Feb 2013 02:09:33 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.6/8.14.6) with ESMTP id r1529VZj025011; Tue, 5 Feb 2013 06:09:31 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.6/8.14.6/Submit) id r1529V6T025010; Tue, 5 Feb 2013 06:09:31 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 5 Feb 2013 06:09:31 +0400 From: Gleb Smirnoff To: Bruce Evans Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from Message-ID: <20130205020931.GY91075@glebius.int.ru> References: <201302041420.r14EK4IP068305@freefall.freebsd.org> <20130205024617.X3554@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130205024617.X3554@besplex.bde.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-bugs@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 02:09:35 -0000 On Tue, Feb 05, 2013 at 03:23:44AM +1100, Bruce Evans wrote: B> On Mon, 4 Feb 2013, Gleb Smirnoff wrote: B> B> > any additional comments for the attached patch. Is it ok from your B> > viewpoint? B> B> > Index: queue.h B> > =================================================================== B> > --- queue.h (revision 245741) B> > +++ queue.h (working copy) B> > @@ -105,13 +105,14 @@ B> > #ifdef QUEUE_MACRO_DEBUG B> > /* Store the last 2 places the queue element or head was altered */ B> > struct qm_trace { B> > - char * lastfile; B> > - int lastline; B> > - char * prevfile; B> > - int prevline; B> > + const char * lastfile; B> > + unsigned long lastline; B> > + const char * prevfile; B> > + unsigned long prevline; B> > }; B> B> Unsigned long is unnecessarily large. It wastes space on 64-bit B> arches. The change doesn't change the wastage, because space was B> already wasted on 64-bit arches by mispacking the struct (with B> unnamed padding after the ints). It changes the API unnecessarily B> by changing signed variables to unsigned. Sign variables are B> easier to use, and changing to unsigned ones risks sign extension B> bugs. B> B> According to your quote of the C standard, int32_t is enough. (I B> couldn't find anything directly about either the type or limit of B> __LINE__ in the n869.txt draft of C99, but #line is limited to 2**31-1. B> n1124.pdf says much the same, except it says that __LINE__ is an integer B> constant where n869.txt says that __LINE__ is a decimal constant. Both B> of these seem to be wrong -- "decimal constants" include floating point B> ones, and "integer constants" include octal and hex ones.) As Andrey pointed out, int may be smaller than 2**31-1, that's why longs are used. I know that you prefer signed variables since they are easier to use, but I prefer to explictily use unsigned in places where value can not go below zero by its definition. B> The change preserves many style bugs: B> - no prefix in member names B> - member names not sorted inversely on size. This gives the space B> wastage. B> - member names not indented B> - space between '*' and member names. Taken into account, thanks. -- Totus tuus, Glebius. From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 10:08:03 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B42A9D8; Tue, 5 Feb 2013 10:08:03 +0000 (UTC) (envelope-from egoitz@sarenet.es) Received: from proxypop04.sare.net (proxypop04.sare.net [194.30.0.65]) by mx1.freebsd.org (Postfix) with ESMTP id DED69A40; Tue, 5 Feb 2013 10:08:02 +0000 (UTC) Received: from [172.16.1.43] (izaro.sarenet.es [192.148.167.11]) by proxypop04.sare.net (Postfix) with ESMTPSA id C4A3A9DEFD0; Tue, 5 Feb 2013 10:59:04 +0100 (CET) Message-ID: <5110D7EF.8070502@sarenet.es> Date: Tue, 05 Feb 2013 10:59:11 +0100 From: Egoitz Aurrekoetxea User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: linimon@FreeBSD.org Subject: Re: kern/175822: [xen] FreeBSD 9.1 does not work with Xen 4.0 References: <201302042055.r14KtKWX043771@freefall.freebsd.org> In-Reply-To: <201302042055.r14KtKWX043771@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-xen@FreeBSD.org, freebsd-bugs@FreeBSD.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 10:08:03 -0000 Why not?? What's the exact problem you are perceiving?? On 04/02/13 21:55, linimon@FreeBSD.org wrote: > Old Synopsis: FreeBSD 9.1 does not work with Xen 4.0 > New Synopsis: [xen] FreeBSD 9.1 does not work with Xen 4.0 > > Responsible-Changed-From-To: freebsd-bugs->freebsd-xen > Responsible-Changed-By: linimon > Responsible-Changed-When: Mon Feb 4 20:55:05 UTC 2013 > Responsible-Changed-Why: > Over to maintainer(s). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=175822 > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org" -- *Egoitz Aurrekoetxea* Departamento de sistemas Email: egoitz@sarenet.es Phone: 94 - 420 94 00 SARENET From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 10:20:05 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C1DAFC70; Tue, 5 Feb 2013 10:20:05 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx08.syd.optusnet.com.au (fallbackmx08.syd.optusnet.com.au [211.29.132.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5EBA5B06; Tue, 5 Feb 2013 10:20:05 +0000 (UTC) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by fallbackmx08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r15AK4ha005052; Tue, 5 Feb 2013 21:20:04 +1100 Received: from c211-30-173-106.carlnfd1.nsw.optusnet.com.au (c211-30-173-106.carlnfd1.nsw.optusnet.com.au [211.30.173.106]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r15AJrhA027918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Feb 2013 21:19:55 +1100 Date: Tue, 5 Feb 2013 21:19:53 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Gleb Smirnoff Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from In-Reply-To: <20130205020931.GY91075@glebius.int.ru> Message-ID: <20130205210237.P1500@besplex.bde.org> References: <201302041420.r14EK4IP068305@freefall.freebsd.org> <20130205024617.X3554@besplex.bde.org> <20130205020931.GY91075@glebius.int.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.0 cv=Uug7rJMB c=1 sm=1 a=Mvik2ojQbM4A:10 a=kj9zAlcOel0A:10 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=HXKBcPQmqRAA:10 a=Ck5FRmXBkoZy7QeH_vkA:9 a=CjuIK1q_8ugA:10 a=TEtd8y5WR3g2ypngnwZWYw==:117 Cc: freebsd-bugs@FreeBSD.org, Bruce Evans X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 10:20:05 -0000 On Tue, 5 Feb 2013, Gleb Smirnoff wrote: > On Tue, Feb 05, 2013 at 03:23:44AM +1100, Bruce Evans wrote: > B> On Mon, 4 Feb 2013, Gleb Smirnoff wrote: > B> > B> > any additional comments for the attached patch. Is it ok from your > B> > viewpoint? > B> > B> > Index: queue.h > B> > =================================================================== > B> > --- queue.h (revision 245741) > B> > +++ queue.h (working copy) > B> > @@ -105,13 +105,14 @@ > B> > #ifdef QUEUE_MACRO_DEBUG > B> > /* Store the last 2 places the queue element or head was altered */ > B> > struct qm_trace { > B> > - char * lastfile; > B> > - int lastline; > B> > - char * prevfile; > B> > - int prevline; > B> > + const char * lastfile; > B> > + unsigned long lastline; > B> > + const char * prevfile; > B> > + unsigned long prevline; > B> > }; > B> > B> Unsigned long is unnecessarily large. It wastes space on 64-bit > B> arches. The change doesn't change the wastage, because space was > B> already wasted on 64-bit arches by mispacking the struct (with > B> unnamed padding after the ints). It changes the API unnecessarily > B> by changing signed variables to unsigned. Sign variables are > B> easier to use, and changing to unsigned ones risks sign extension > B> bugs. > B> > B> According to your quote of the C standard, int32_t is enough. (I > B> couldn't find anything directly about either the type or limit of > B> __LINE__ in the n869.txt draft of C99, but #line is limited to 2**31-1. > B> n1124.pdf says much the same, except it says that __LINE__ is an integer > B> constant where n869.txt says that __LINE__ is a decimal constant. Both > B> of these seem to be wrong -- "decimal constants" include floating point > B> ones, and "integer constants" include octal and hex ones.) > > As Andrey pointed out, int may be smaller than 2**31-1, that's why longs > are used. Using int would only be a style bug, since FreeBSD has thousands if not millions of other assumptions that ints are precisely 32 bits. Anyway, int32_t is large enough to hold 2**31-1. > I know that you prefer signed variables since they are easier to use, > but I prefer to explictily use unsigned in places where value can not > go below zero by its definition. I used to prefer the latter, but know better now :-). __LINE__ constant literals probably have type int or long, so it is inconsistent to store them as unsigned. But I can't think of any useful expression where the behaviour would be different due to not being unsigned -- the expression (p1->lastline - p2->lastline) might be useful (if unsigned is not used to break it), but there is no similar expression with 2 __LINE__ constants. Bruce Bruce From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 11:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DE3D8770 for ; Tue, 5 Feb 2013 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BF6989F for ; Tue, 5 Feb 2013 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r15Be0gc026494 for ; Tue, 5 Feb 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r15Be0ch026490; Tue, 5 Feb 2013 11:40:00 GMT (envelope-from gnats) Date: Tue, 5 Feb 2013 11:40:00 GMT Message-Id: <201302051140.r15Be0ch026490@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrey Simonenko Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andrey Simonenko List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 11:40:01 -0000 The following reply was made to PR kern/175759; it has been noted by GNATS. From: Andrey Simonenko To: Bruce Evans Cc: Gleb Smirnoff , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from Date: Tue, 5 Feb 2013 13:35:50 +0200 Bruce Evans wrote: > Unsigned long is unnecessarily large. It wastes space on 64-bit > arches. The change doesn't change the wastage, because space was > already wasted on 64-bit arches by mispacking the struct (with > unnamed padding after the ints). It changes the API unnecessarily > by changing signed variables to unsigned. Sign variables are > easier to use, and changing to unsigned ones risks sign extension > bugs. I did not change order of fields to not change API, that's why bigger data type is used without changing size of that structure due to padding (at least for current sizes of int and long). > According to your quote of the C standard, int32_t is enough. (I > couldn't find anything directly about either the type or limit of > __LINE__ in the n869.txt draft of C99, but #line is limited to 2**31-1. > n1124.pdf says much the same, except it says that __LINE__ is an integer > constant where n869.txt says that __LINE__ is a decimal constant. Both > of these seem to be wrong -- "decimal constants" include floating point > ones, and "integer constants" include octal and hex ones.) Using [u]int32_t is enough. but it will require to include if QUEUE_MACRO_DEBUG is defined. By the way including just is not enough because it does not include for NULL. > The change preserves many style bugs: > - no prefix in member names > - member names not sorted inversely on size. This gives the space > wastage. > - member names not indented > - space between '*' and member names. I'll repeat my idea how to improve QUEUE_MACRO_DEBUG, I did not post it in the first message, because it contains more changes: 1. Allow a user to specify how many places to remember via QMD_TRACE_N. by default this value is 2 (as now). 2. Initialize struct qm_trace{} in *_INIT() and *_INITIALIZER(), all initialized HEADs will have defined values in trace information. 3. All trace information is saved in the info[QMD_TRACE_N] array, each element is a structure with file name and line number. If QMD_TRACE_N is small, then this array can be split into two arrays to save space; if QMD_TRACE_N is big, then one array will work faster because of CPU cache lines. 4. Lists' elements usually are not initialized (via bzero() for example), so first entry in the info[] array will have some random index for lists' elements. 5. Using info[] array allows to specify arbitrary number of elements and does not require to move data from one element into another (as now). Position in array is (idx = (idx + 1) % QMD_TRACE_N) and during debugging at will be necessary to look at info[idx] to find the most recent change of HEAD or element. So, the main change is (I improved it, because of optimization): #define QMD_TRACE(x) do { \ unsigned int __idx; \ __idx = ((x)->trace.idx + 1) % QMD_TRACE_N; \ (x)->trace.idx = __idx; \ (x)->trace.info[__idx].file = __FILE__; \ (x)->trace.info[__idx].line = __LINE__; \ } while (0) It cam seem that this change makes QUEUE_MACRO_DEBUG more complex. Actually using info[] array with 2 elements (default value) should work faster than current implementation, since it does not require to copy data lastline -> prevline and lastfile -> prevfile, and that for(;;) in QMD_TRACE_INIT() for 1 element should be unrolled. Comparing generated code for QMD_TRACE under FreeBSD/amd64 9.1-STABLE by gcc from the base system and by clang-3.2 from Ports for the following file with -DQMD_TRACE_N=2^x (for non 2^x values the code will be more complex) and "-O2 -DQUEUE_MACRO_DEBUG": ------ #include #ifdef QUEUE_DEFAULT # include #else # include "queue.h" #endif struct foo { int x; int y; TAILQ_ENTRY(foo) link; }; TAILQ_HEAD(foo_tailq, foo); void func(struct foo_tailq *foo_tailq, struct foo *foo) { TAILQ_REMOVE(foo_tailq, foo, link); } ------ 1. GCC: Now: 6 cmds: 4 mov to mem, 2 mov from mem. New: 9-10 cmds: 3 mov to mem, 1 mov from mem, 5 cmds with regs. 2. clang: Now: 6 cmds: 4 mov to mem, 2 mov from mem. New: 7 cmds: 3 mov to mem, 1 mov from mem, 3 cmds with regs. The diff can be found here: http://lists.freebsd.org/pipermail/freebsd-bugs/2013-February/051665.html It contains many lines, because I renamed some debugging related macro names to improve style, added debugging to TAILQ_SWAP(), corrected TAILQ_INSERT_AFTER() and TAILQ_INSERT_BEFORE() (added parentheses for listelm). From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 11:49:04 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9983CAAE; Tue, 5 Feb 2013 11:49:04 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.soleus.nu (positron.soleus.nu [94.142.246.99]) by mx1.freebsd.org (Postfix) with ESMTP id 60802103; Tue, 5 Feb 2013 11:49:03 +0000 (UTC) Received: from [IPv6:::1] (rembrandt0.uva.netherlight.nl [IPv6:2001:610:130:600::10]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.soleus.nu (Postfix) with ESMTPSA id 46609F800D; Tue, 5 Feb 2013 12:49:02 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: kern/175822: [xen] FreeBSD 9.1 does not work with Xen 4.0 From: Jeroen van der Ham In-Reply-To: <5110D7EF.8070502@sarenet.es> Date: Tue, 5 Feb 2013 12:49:01 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <786F8B47-7B38-4E4D-A14D-72021F815272@dckd.nl> References: <201302042055.r14KtKWX043771@freefall.freebsd.org> <5110D7EF.8070502@sarenet.es> To: Egoitz Aurrekoetxea X-Mailer: Apple Mail (2.1499) Cc: freebsd-xen@FreeBSD.org, freebsd-bugs@FreeBSD.org, linimon@FreeBSD.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 11:49:04 -0000 Hi, As I wrote before: > This boots, and then goes into a loop printing "pudna: fpcurthread =3D=3D= curthread xx times" when it tries to mount the filesystem. > I have tried the exact same setup with the similar 9.0 DVD, and this = boots just fine. The system is then not respsonsive, with just the message scrolling by = with the number increasing. Jeroen. On 5 Feb 2013, at 10:59, Egoitz Aurrekoetxea wrote: > Why not?? What's the exact problem you are perceiving?? >=20 >=20 >=20 > On 04/02/13 21:55, linimon@FreeBSD.org wrote: >> Old Synopsis: FreeBSD 9.1 does not work with Xen 4.0 >> New Synopsis: [xen] FreeBSD 9.1 does not work with Xen 4.0 >>=20 >> Responsible-Changed-From-To: freebsd-bugs->freebsd-xen >> Responsible-Changed-By: linimon >> Responsible-Changed-When: Mon Feb 4 20:55:05 UTC 2013 >> Responsible-Changed-Why: >> Over to maintainer(s). >>=20 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D175822 >> _______________________________________________ >> freebsd-xen@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-xen >> To unsubscribe, send any mail to = "freebsd-xen-unsubscribe@freebsd.org" >=20 >=20 > --=20 > *Egoitz Aurrekoetxea* > Departamento de sistemas > Email: egoitz@sarenet.es > Phone: 94 - 420 94 00 > SARENET > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 11:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 69C14BBE for ; Tue, 5 Feb 2013 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9C211C for ; Tue, 5 Feb 2013 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r15Bo0Nk028048 for ; Tue, 5 Feb 2013 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r15Bo01h028047; Tue, 5 Feb 2013 11:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 5 Feb 2013 11:50:00 GMT Resent-Message-Id: <201302051150.r15Bo01h028047@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, Youhei Kondou Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 32441A8D for ; Tue, 5 Feb 2013 11:47:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 09080F1 for ; Tue, 5 Feb 2013 11:47:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r15BlKUH039267 for ; Tue, 5 Feb 2013 11:47:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r15BlKtC039266; Tue, 5 Feb 2013 11:47:20 GMT (envelope-from nobody) Message-Id: <201302051147.r15BlKtC039266@red.freebsd.org> Date: Tue, 5 Feb 2013 11:47:20 GMT From: Youhei Kondou To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/175859: [patch] Update: lang/fsharp to 3.0.25 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 11:50:01 -0000 >Number: 175859 >Category: misc >Synopsis: [patch] Update: lang/fsharp to 3.0.25 >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 Feb 05 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Youhei Kondou >Release: FreeBSD 9.1 amd64 >Organization: >Environment: >Description: Update FSharp to 3.0.25 And change its license to Apache License 2 Since this update, this ports omit F# PowerPack While F# 3.0 supports SGen on other OSs, F# 3.0 on FreeBSD only supports Boehm GC. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fsharp_Makefile.diff # fsharp_distinfo.diff # fsharp_pkg-descr.diff # fsharp_pkg-plist.diff # files/patch-configure.ac # echo x - fsharp_Makefile.diff sed 's/^X//' >fsharp_Makefile.diff << '875aec91dfab26875ce847ecd792c79d' X--- /usr/ports/lang/fsharp/Makefile 2012-11-17 14:58:49.000000000 +0900 X+++ ./Makefile 2013-02-03 21:34:13.000000000 +0900 X@@ -1,70 +1,32 @@ X-# New ports collection makefile for: fsharp X-# Date created: 2006 10 10 X-# Whom: Phillip Neumann X-# X+# Created by: Youhei Kondou X # $FreeBSD: ports/lang/fsharp/Makefile,v 1.7 2012/11/17 05:58:49 svnexp Exp $ X-# X X PORTNAME= fsharp X-PORTVERSION= 1.9.6.16 X-PORTREVISION= 4 X+PORTVERSION= 3.0.25 X+PORTREVISION= 0 X CATEGORIES= lang X-MASTER_SITES= http://download.microsoft.com/download/F/7/4/F74A3170-261C-4E8F-B1A8-2E352C61A89B/ X-DISTNAME= fsharp X+MASTER_SITES= https://nodeload.github.com/fsharp/fsharp/tar.gz/ X+DISTNAME= ${PORTNAME}-${PORTVERSION} X+DISTFILES= ${PORTVERSION} X+DIST_SUBDIR= fsharp X+ONLY_FOR_ARCHS= i386 amd64 powerpc X X MAINTAINER= pgj@FreeBSD.org X COMMENT= Functional and object-oriented language for the .NET platform X X-BUILD_DEPENDS= mono>=2:${PORTSDIR}/lang/mono\ X+BUILD_DEPENDS= mono>=3:${PORTSDIR}/lang/mono\ X ${LOCALBASE}/lib/libgdiplus.a:${PORTSDIR}/x11-toolkits/libgdiplus X-RUN_DEPENDS= mono>=2:${PORTSDIR}/lang/mono\ X+RUN_DEPENDS= mono>=3:${PORTSDIR}/lang/mono\ X ${LOCALBASE}/lib/libgdiplus.a:${PORTSDIR}/x11-toolkits/libgdiplus X X-PORTDIR= lib/${PORTNAME}-${PORTVERSION} X-PORTDOCS= LICENSE-fsharp.txt README-fsharp.html doc manual X-PORTDATA= lib source X- X-PLIST_SUB= SUBDIR=${PORTDIR} X-.if !defined(NOPORTDOCS) X-PLIST_SUB+= RMLIC="@comment " X-.else X-PLIST_SUB+= RMLIC="" X-.endif X- X-WRKSRC= ${WRKDIR}/FSharp-${PORTVERSION} X-USE_ZIP= yes X-RESTRICTED= Microsoft Research Shared Source License Agreement X- X-AOT= Core Compiler PowerPack X-WRAPPERS= fsc fsi fslex fsyacc X- X-post-extract: X-.for wrapper in ${WRAPPERS} X- @(${ECHO} '#!${SH}' > ${WRKDIR}/${wrapper}) X- @(${ECHO} '${LOCALBASE}/bin/mono ${PREFIX}/${PORTDIR}/bin/${wrapper}.exe $$*' >> ${WRKDIR}/${wrapper}) X-.endfor X- X-do-build: X- X-do-install: X-.for asm in ${AOT} X- @ ${GACUTIL_INSTALL} ${WRKSRC}/bin/FSharp.${asm}.dll X-.endfor X- @ ${MKDIR} ${PREFIX}/${PORTDIR} ${PREFIX}/${PORTDIR}/bin ${DOCSDIR} X- @ (cd ${WRKSRC} && ${COPYTREE_SHARE} "bin" ${PREFIX}/${PORTDIR}/) X- @ ${INSTALL_DATA} ${WRKSRC}/LICENSE-fsharp.txt ${DOCSDIR}/ X-.if !defined(NOPORTDOCS) X- @ ${MKDIR} ${DOCSDIR}/doc ${DOCSDIR}/manual X- @ (cd ${WRKSRC} && ${COPYTREE_SHARE} "doc manual" ${DOCSDIR}/) X- @ ${INSTALL_DATA} ${WRKSRC}/README-fsharp.html ${DOCSDIR}/ X-.endif X-.if !defined(NOPORTDATA) X- @ ${MKDIR} ${DATADIR} ${DATADIR}/lib ${DATADIR}/source X- @ (cd ${WRKSRC} && ${COPYTREE_SHARE} "lib source" ${DATADIR}/) X-.endif X-.for wrapper in ${WRAPPERS} X- @ ${INSTALL_SCRIPT} ${WRKDIR}/${wrapper} ${PREFIX}/bin/ X-.endfor X+USE_GMAKE= yes X+USE_AUTOCONF= yes X+LICENSE= AL2 X+ X+pre-build: X+ @(cd ${BUILD_WRKSRC}; ./autogen.sh) X+post-install: X+ @(chmod a+w ${LOCALBASE}/etc/mono/registry/last-btime) X X-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" X+.include "../mono/bsd.mono.mk" X .include 875aec91dfab26875ce847ecd792c79d echo x - fsharp_distinfo.diff sed 's/^X//' >fsharp_distinfo.diff << 'd0a6538122b61970ac924f4fb545c226' X--- /usr/ports/lang/fsharp/distinfo 2011-07-03 22:45:11.000000000 +0900 X+++ ./distinfo 2013-02-02 20:51:16.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (fsharp.zip) = 29c0691879a79ac84059d8a615508da4c7da27908e6bdbf5e3d85b53635b20a4 X-SIZE (fsharp.zip) = 21226155 X+SHA256 (fsharp/3.0.25) = 1252ada65996f80d31e1bcc5c6718015ec5172c40288429d7dd2d2656ed4b7f0 X+SIZE (fsharp/3.0.25) = 10693900 d0a6538122b61970ac924f4fb545c226 echo x - fsharp_pkg-descr.diff sed 's/^X//' >fsharp_pkg-descr.diff << 'ce91654de5e72735247170a8d50e22a8' X--- /usr/ports/lang/fsharp/pkg-descr 2009-05-10 19:46:38.000000000 +0900 X+++ ./pkg-descr 2013-01-30 18:57:11.000000000 +0900 X@@ -15,4 +15,4 @@ X programming, and it works seamlessly with other .NET programming X languages and tools. X X-WWW: http://research.microsoft.com/fsharp/fsharp.aspx X+WWW: http://fsharp.org/ ce91654de5e72735247170a8d50e22a8 echo x - fsharp_pkg-plist.diff sed 's/^X//' >fsharp_pkg-plist.diff << '915a764eed2b09097762242bc04cfd70' X--- /usr/ports/lang/fsharp/pkg-plist 2012-11-17 14:58:49.000000000 +0900 X+++ ./pkg-plist 2013-02-03 16:05:49.000000000 +0900 X@@ -1,89 +1,179 @@ X @comment $FreeBSD: ports/lang/fsharp/pkg-plist,v 1.3 2012/11/17 05:58:49 svnexp Exp $ X-@unexec gacutil -u FSharp.Compiler X-@unexec gacutil -u FSharp.Core X-@unexec gacutil -u FSharp.PowerPack X-bin/fsi X-bin/fsc X-bin/fslex X-bin/fsyacc X-%%RMLIC%%%%DOCSDIR%%/LICENSE-fsharp.txt X-%%RMLIC%%@dirrm %%DOCSDIR%% X-%%SUBDIR%%/bin/FSharp.Build.dll X-%%SUBDIR%%/bin/FSharp.Compiler.CodeDom.dll X-%%SUBDIR%%/bin/FSharp.Compiler.CodeDom.xml X-%%SUBDIR%%/bin/FSharp.Compiler.Interactive.Settings.dll X-%%SUBDIR%%/bin/FSharp.Compiler.Server.Shared.dll X-%%SUBDIR%%/bin/FSharp.Compiler.dll X-%%SUBDIR%%/bin/FSharp.Core.dll X-%%SUBDIR%%/bin/FSharp.Core.pdb X-%%SUBDIR%%/bin/FSharp.Core.xml X-%%SUBDIR%%/bin/FSharp.LanguageService.dll X-%%SUBDIR%%/bin/FSharp.LanguageService.Base.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Build.Tasks.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Build.Tasks.pdb X-%%SUBDIR%%/bin/FSharp.PowerPack.Build.Tasks.xml X-%%SUBDIR%%/bin/FSharp.PowerPack.Linq.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Linq.pdb X-%%SUBDIR%%/bin/FSharp.PowerPack.Linq.xml X-%%SUBDIR%%/bin/FSharp.PowerPack.Math.Providers.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Metadata.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Metadata.pdb X-%%SUBDIR%%/bin/FSharp.PowerPack.Metadata.xml X-%%SUBDIR%%/bin/FSharp.PowerPack.Plot.Excel.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Plot.Neutral.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Plot.XCeed.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.Plot.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.dll X-%%SUBDIR%%/bin/FSharp.PowerPack.pdb X-%%SUBDIR%%/bin/FSharp.PowerPack.targets X-%%SUBDIR%%/bin/FSharp.PowerPack.xml X-%%SUBDIR%%/bin/FSharp.ProjectSystem.Base.dll X-%%SUBDIR%%/bin/FSharp.ProjectSystem.FSharp.dll X-%%SUBDIR%%/bin/FSharp.ProjectSystem.PropertyPages.dll X-%%SUBDIR%%/bin/FSharp.VS.FSI.dll X-%%SUBDIR%%/bin/Microsoft.FSharp.targets X-%%SUBDIR%%/bin/fsc.exe X-%%SUBDIR%%/bin/fsi.exe X-%%SUBDIR%%/bin/fslex.exe X-%%SUBDIR%%/bin/fsyacc.exe X-%%SUBDIR%%/bin/gac/FSharp.Compiler.CodeDom.dll X-%%SUBDIR%%/bin/gac/FSharp.Compiler.CodeDom.pdb X-%%SUBDIR%%/bin/gac/FSharp.Compiler.CodeDom.xml X-%%SUBDIR%%/bin/gac/FSharp.Compiler.Server.Shared.dll X-%%SUBDIR%%/bin/gac/FSharp.Compiler.dll X-%%SUBDIR%%/bin/gac/FSharp.Core.dll X-%%SUBDIR%%/bin/gac/FSharp.Core.pdb X-%%SUBDIR%%/bin/gac/FSharp.Core.xml X-%%SUBDIR%%/bin/gac/FSharp.LanguageService.dll X-%%SUBDIR%%/bin/gac/FSharp.LanguageService.Base.dll X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Build.Tasks.dll X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Build.Tasks.pdb X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Build.Tasks.xml X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Linq.dll X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Linq.pdb X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Linq.xml X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Metadata.dll X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Metadata.pdb X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.Metadata.xml X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.dll X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.pdb X-%%SUBDIR%%/bin/gac/FSharp.PowerPack.xml X-%%SUBDIR%%/bin/gac/FSharp.ProjectSystem.Base.dll X-%%SUBDIR%%/bin/gac/FSharp.ProjectSystem.FSharp.dll X-%%SUBDIR%%/bin/gac/FSharp.ProjectSystem.PropertyPages.dll X-%%SUBDIR%%/bin/gac/FSharp.VS.FSI.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Compiler.CodeDom.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Compiler.CodeDom.dll.config X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Core.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Core.dll.config X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Build.Tasks.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Build.Tasks.dll.config X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Linq.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Linq.dll.config X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Metadata.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Metadata.dll.config X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.dll X-%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.dll.config X-@dirrm %%SUBDIR%%/bin/gac X-@dirrm %%SUBDIR%%/bin X-@dirrm %%SUBDIR%% X+bin/fsharpiAnyCpu X+bin/fsharpi X+bin/fsharpc X+lib/mono/2.0/FSharp.Build.dll X+lib/mono/2.0/FSharp.Core.dll X+lib/mono/2.0/FSharp.Core.optdata X+lib/mono/2.0/FSharp.Core.sigdata X+lib/mono/2.0/Microsoft.FSharp.Targets X+lib/mono/2.0/policy.2.0.FSharp.Core.dll X+lib/mono/2.0/policy.2.3.FSharp.Core.dll X+lib/mono/2.0/policy.4.0.FSharp.Core.dll X+lib/mono/2.0/policy.4.3.FSharp.Core.dll X+lib/mono/2.1/FSharp.Core.dll X+lib/mono/2.1/FSharp.Core.optdata X+lib/mono/2.1/FSharp.Core.sigdata X+lib/mono/2.1/FSharp.Core.xml X+lib/mono/4.0/FSharp.Build.dll X+lib/mono/4.0/FSharp.Build.xml X+lib/mono/4.0/FSharp.Compiler.Interactive.Settings.dll X+lib/mono/4.0/FSharp.Compiler.Interactive.Settings.xml X+lib/mono/4.0/FSharp.Compiler.Server.Shared.dll X+lib/mono/4.0/FSharp.Compiler.Server.Shared.xml X+lib/mono/4.0/FSharp.Compiler.dll X+lib/mono/4.0/FSharp.Compiler.xml X+lib/mono/4.0/FSharp.Core.dll X+lib/mono/4.0/FSharp.Core.optdata X+lib/mono/4.0/FSharp.Core.sigdata X+lib/mono/4.0/FSharp.Core.xml X+lib/mono/4.0/Microsoft.FSharp.Targets X+lib/mono/4.0/fsc.exe X+lib/mono/4.0/fsc.xml X+lib/mono/4.0/fsi.exe X+lib/mono/4.0/fsi.xml X+lib/mono/4.0/fsiAnyCpu.exe X+lib/mono/4.0/fsiAnyCpu.xml X+lib/mono/4.0/policy.2.0.FSharp.Core.dll X+lib/mono/4.0/policy.2.3.FSharp.Core.dll X+lib/mono/4.0/policy.4.0.FSharp.Core.dll X+lib/mono/4.0/policy.4.3.FSharp.Core.dll X+lib/mono/4.5/FSharp.Build.dll X+lib/mono/4.5/FSharp.Build.xml X+lib/mono/4.5/FSharp.Compiler.Interactive.Settings.dll X+lib/mono/4.5/FSharp.Compiler.Interactive.Settings.xml X+lib/mono/4.5/FSharp.Compiler.Server.Shared.dll X+lib/mono/4.5/FSharp.Compiler.Server.Shared.xml X+lib/mono/4.5/FSharp.Compiler.dll X+lib/mono/4.5/FSharp.Compiler.xml X+lib/mono/4.5/FSharp.Core.dll X+lib/mono/4.5/FSharp.Core.optdata X+lib/mono/4.5/FSharp.Core.sigdata X+lib/mono/4.5/FSharp.Core.xml X+lib/mono/4.5/fsc.exe X+lib/mono/4.5/fsc.xml X+lib/mono/4.5/fsi.exe X+lib/mono/4.5/fsi.xml X+lib/mono/4.5/fsiAnyCpu.exe X+lib/mono/4.5/fsiAnyCpu.xml X+lib/mono/gac/FSharp.Core/4.3.0.0__b03f5f7f11d50a3a/FSharp.Core.dll X+lib/mono/gac/FSharp.Core/4.3.0.0__b03f5f7f11d50a3a/FSharp.Core.dll.mdb X+lib/mono/gac/FSharp.Core/4.3.0.0__b03f5f7f11d50a3a/FSharp.Core.xml X+lib/mono/gac/FSharp.Core/4.3.0.0__b03f5f7f11d50a3a/FSharp.Core.sigdata X+lib/mono/gac/FSharp.Core/4.3.0.0__b03f5f7f11d50a3a/FSharp.Core.optdata X+lib/mono/gac/FSharp.Core/2.3.0.0__b03f5f7f11d50a3a/FSharp.Core.dll X+lib/mono/gac/FSharp.Core/2.3.0.0__b03f5f7f11d50a3a/FSharp.Core.dll.mdb X+lib/mono/gac/FSharp.Core/2.3.0.0__b03f5f7f11d50a3a/FSharp.Core.sigdata X+lib/mono/gac/FSharp.Core/2.3.0.0__b03f5f7f11d50a3a/FSharp.Core.optdata X+lib/mono/gac/FSharp.Core/2.3.1.0__b03f5f7f11d50a3a/FSharp.Core.dll X+lib/mono/gac/FSharp.Core/2.3.1.0__b03f5f7f11d50a3a/FSharp.Core.dll.mdb X+lib/mono/gac/FSharp.Core/2.3.1.0__b03f5f7f11d50a3a/FSharp.Core.xml X+lib/mono/gac/FSharp.Core/2.3.1.0__b03f5f7f11d50a3a/FSharp.Core.sigdata X+lib/mono/gac/FSharp.Core/2.3.1.0__b03f5f7f11d50a3a/FSharp.Core.optdata X+lib/mono/gac/FSharp.Build/2.3.0.0__f536804aa0eb945b/FSharp.Build.dll X+lib/mono/gac/FSharp.Build/2.3.0.0__f536804aa0eb945b/FSharp.Build.dll.mdb X+lib/mono/gac/FSharp.Build/4.3.0.0__f536804aa0eb945b/FSharp.Build.dll X+lib/mono/gac/FSharp.Build/4.3.0.0__f536804aa0eb945b/FSharp.Build.dll.mdb X+lib/mono/gac/FSharp.Build/4.3.0.0__f536804aa0eb945b/FSharp.Build.xml X+lib/mono/gac/FSharp.Compiler/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.dll X+lib/mono/gac/FSharp.Compiler/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.dll.mdb X+lib/mono/gac/FSharp.Compiler/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.xml X+lib/mono/gac/FSharp.Compiler.Interactive.Settings/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.Interactive.Settings.dll X+lib/mono/gac/FSharp.Compiler.Interactive.Settings/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.Interactive.Settings.dll.mdb X+lib/mono/gac/FSharp.Compiler.Interactive.Settings/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.Interactive.Settings.xml X+lib/mono/gac/FSharp.Compiler.Server.Shared/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.Server.Shared.dll X+lib/mono/gac/FSharp.Compiler.Server.Shared/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.Server.Shared.dll.mdb X+lib/mono/gac/FSharp.Compiler.Server.Shared/4.3.0.0__f536804aa0eb945b/FSharp.Compiler.Server.Shared.xml X+lib/mono/gac/policy.2.0.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.2.0.FSharp.Core.dll X+lib/mono/gac/policy.2.0.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.2.0.FSharp.Core.dll.config X+lib/mono/gac/policy.4.0.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.4.0.FSharp.Core.dll X+lib/mono/gac/policy.4.0.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.4.0.FSharp.Core.dll.config X+lib/mono/gac/policy.2.3.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.2.3.FSharp.Core.dll X+lib/mono/gac/policy.2.3.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.2.3.FSharp.Core.dll.config X+lib/mono/gac/policy.4.3.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.4.3.FSharp.Core.dll X+lib/mono/gac/policy.4.3.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/policy.4.3.FSharp.Core.dll.config X+lib/mono/gac/fsiAnyCpu/4.3.0.0__f536804aa0eb945b/fsiAnyCpu.exe X+lib/mono/gac/fsiAnyCpu/4.3.0.0__f536804aa0eb945b/fsiAnyCpu.exe.mdb X+lib/mono/gac/fsiAnyCpu/4.3.0.0__f536804aa0eb945b/fsiAnyCpu.xml X+lib/mono/gac/fsi/4.3.0.0__f536804aa0eb945b/fsi.exe X+lib/mono/gac/fsi/4.3.0.0__f536804aa0eb945b/fsi.exe.mdb X+lib/mono/gac/fsi/4.3.0.0__f536804aa0eb945b/fsi.xml X+lib/mono/gac/fsc/4.3.0.0__f536804aa0eb945b/fsc.exe X+lib/mono/gac/fsc/4.3.0.0__f536804aa0eb945b/fsc.exe.mdb X+lib/mono/gac/fsc/4.3.0.0__f536804aa0eb945b/fsc.xml X+lib/mono/Microsoft F#/v4.0/FSharp.Core.dll X+lib/mono/Microsoft F#/v4.0/Microsoft.FSharp.Targets X+lib/mono/Microsoft F#/v4.0/FSharp.Build.dll X+lib/mono/Microsoft F#/v4.0/FSharp.Compiler.dll X+lib/mono/Microsoft F#/v4.0/fsc.exe X+lib/mono/Microsoft F#/v4.0/FSharp.Compiler.Interactive.Settings.dll X+lib/mono/Microsoft F#/v4.0/FSharp.Compiler.Server.Shared.dll X+lib/mono/Microsoft F#/v4.0/fsi.exe X+lib/mono/Microsoft F#/v4.0/fsiAnyCpu.exe X+lib/mono/Microsoft F#/v4.0/policy.2.0.FSharp.Core.dll X+lib/mono/Microsoft F#/v4.0/policy.4.0.FSharp.Core.dll X+lib/mono/Microsoft F#/v4.0/policy.2.3.FSharp.Core.dll X+lib/mono/Microsoft F#/v4.0/policy.4.3.FSharp.Core.dll X+lib/mono/Microsoft F#/v2.0/FSharp.Core.dll X+lib/mono/Microsoft F#/v2.0/Microsoft.FSharp.Targets X+lib/mono/Microsoft F#/v2.0/FSharp.Build.dll X+lib/mono/Microsoft F#/v2.0/policy.2.0.FSharp.Core.dll X+lib/mono/Microsoft F#/v2.0/policy.4.0.FSharp.Core.dll X+lib/mono/Microsoft F#/v2.0/policy.2.3.FSharp.Core.dll X+lib/mono/Microsoft F#/v2.0/policy.4.3.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/Microsoft.FSharp.Targets X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/FSharp.Build.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/FSharp.Compiler.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/fsc.exe X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/FSharp.Compiler.Interactive.Settings.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/FSharp.Compiler.Server.Shared.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/fsi.exe X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/fsiAnyCpu.exe X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/policy.2.0.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/policy.4.0.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/policy.2.3.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/policy.4.3.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/Microsoft.FSharp.Targets X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/FSharp.Build.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/policy.2.0.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/policy.4.0.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/policy.2.3.FSharp.Core.dll X+lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0/policy.4.3.FSharp.Core.dll X+@dirrm lib/mono/gac/FSharp.Core/4.3.0.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/FSharp.Core/2.3.1.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/FSharp.Core/2.3.0.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/FSharp.Core/ X+@dirrm lib/mono/gac/FSharp.Build/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/FSharp.Build/2.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/FSharp.Build/ X+@dirrm lib/mono/gac/FSharp.Compiler/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/FSharp.Compiler/ X+@dirrm lib/mono/gac/FSharp.Compiler.Interactive.Settings/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/FSharp.Compiler.Interactive.Settings/ X+@dirrm lib/mono/gac/FSharp.Compiler.Server.Shared/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/FSharp.Compiler.Server.Shared/ X+@dirrm lib/mono/gac/policy.2.0.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/policy.2.0.FSharp.Core/ X+@dirrm lib/mono/gac/policy.4.0.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/policy.4.0.FSharp.Core/ X+@dirrm lib/mono/gac/policy.2.3.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/policy.2.3.FSharp.Core/ X+@dirrm lib/mono/gac/policy.4.3.FSharp.Core/0.0.0.0__b03f5f7f11d50a3a/ X+@dirrm lib/mono/gac/policy.4.3.FSharp.Core/ X+@dirrm lib/mono/gac/fsiAnyCpu/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/fsiAnyCpu/ X+@dirrm lib/mono/gac/fsi/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/fsi/ X+@dirrm lib/mono/gac/fsc/4.3.0.0__f536804aa0eb945b/ X+@dirrm lib/mono/gac/fsc/ X+@dirrm lib/mono/Microsoft F#/v4.0/ X+@dirrm lib/mono/Microsoft F#/v2.0/ X+@dirrm lib/mono/Microsoft F#/ X+@dirrm lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0 X+@dirrm lib/mono/Microsoft SDKs/F#/3.0/Framework/v2.0 X+@dirrm lib/mono/Microsoft SDKs/F#/3.0/Framework X+@dirrm lib/mono/Microsoft SDKs/F#/3.0 X+@dirrm lib/mono/Microsoft SDKs/F#/ X+@exec chmod a+w /usr/local/etc/mono/registry/last-btime 915a764eed2b09097762242bc04cfd70 echo x - files/patch-configure.ac sed 's/^X//' >files/patch-configure.ac << '9fda2bf04be999c5def874e76f7da4bc' X--- configure.ac.orig 2013-01-30 22:10:17.000000000 +0900 X+++ configure.ac 2013-01-30 22:11:01.000000000 +0900 X@@ -63,11 +63,11 @@ X AC_SUBST(MONODIR) X AC_SUBST(MONOROOTDIR) X X-if test "x$MONO_SGEN" = "xno"; then X- mono_gc_options= X-else X- mono_gc_options=--gc=sgen X-fi X+#if test "x$MONO_SGEN" = "xno"; then X+# mono_gc_options= X+#else X+# mono_gc_options=--gc=sgen X+#fi X X AC_SUBST(mono_gc_options) X 9fda2bf04be999c5def874e76f7da4bc exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 12:02:09 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75E2B63F; Tue, 5 Feb 2013 12:02:09 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4E000239; Tue, 5 Feb 2013 12:02:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r15C291O031275; Tue, 5 Feb 2013 12:02:09 GMT (envelope-from pgj@freefall.freebsd.org) Received: (from pgj@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r15C293f031271; Tue, 5 Feb 2013 12:02:09 GMT (envelope-from pgj) Date: Tue, 5 Feb 2013 12:02:09 GMT Message-Id: <201302051202.r15C293f031271@freefall.freebsd.org> To: pgj@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgj@FreeBSD.org Subject: Re: ports/175859: [patch] Update: lang/fsharp to 3.0.25 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:02:09 -0000 Synopsis: [patch] Update: lang/fsharp to 3.0.25 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: pgj Responsible-Changed-When: Tue Feb 5 12:00:45 UTC 2013 Responsible-Changed-Why: Fix category and (initial) responsible. http://www.freebsd.org/cgi/query-pr.cgi?pr=175859 From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 12:10:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3B45A532 for ; Tue, 5 Feb 2013 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBC12C5 for ; Tue, 5 Feb 2013 12:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r15CA1M5031845 for ; Tue, 5 Feb 2013 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r15CA1Z6031841; Tue, 5 Feb 2013 12:10:01 GMT (envelope-from gnats) Date: Tue, 5 Feb 2013 12:10:01 GMT Message-Id: <201302051210.r15CA1Z6031841@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:10:01 -0000 The following reply was made to PR kern/175759; it has been noted by GNATS. From: Gleb Smirnoff To: Andrey Simonenko Cc: Bruce Evans , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from Date: Tue, 5 Feb 2013 16:02:18 +0400 On Tue, Feb 05, 2013 at 01:35:50PM +0200, Andrey Simonenko wrote: A> > Unsigned long is unnecessarily large. It wastes space on 64-bit A> > arches. The change doesn't change the wastage, because space was A> > already wasted on 64-bit arches by mispacking the struct (with A> > unnamed padding after the ints). It changes the API unnecessarily A> > by changing signed variables to unsigned. Sign variables are A> > easier to use, and changing to unsigned ones risks sign extension A> > bugs. A> A> I did not change order of fields to not change API, that's why A> bigger data type is used without changing size of that structure A> due to padding (at least for current sizes of int and long). We don't claim to be ABI stable for binaries that contain additional debugging information. They don't go into releases, and they alredy are incompatible with non-debugging binaries. So this isn't a problem. -- Totus tuus, Glebius. From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 13:46:26 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 68385933; Tue, 5 Feb 2013 13:46:26 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 346579CF; Tue, 5 Feb 2013 13:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Content-Transfer-Encoding:Mime-Version:Date:References:Subject:Cc:To:Content-Type; bh=NsysK+c666IE3CN77r9ahvjSN3Yo1WWH6XPbQ90lBTk=; b=lwZBsnBj0jgNlmIle51pFpzSK6DBpQBHKNMrSnzsi3AxksY3doneflpSQ8kM051wcFzg3u3Ur8JlWksXDnH0CDQ3K/YLp5tDtf4wIcxCv2IzDX19CfboZHpFjE3ApM//; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U2iqi-00086F-G8; Tue, 05 Feb 2013 07:46:12 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1360071966-18259-18257/5/1; Tue, 5 Feb 2013 13:46:06 +0000 Content-Type: text/plain; format=flowed; delsp=yes To: Egoitz Aurrekoetxea , Jeroen van der Ham Subject: Re: kern/175822: [xen] FreeBSD 9.1 does not work with Xen 4.0 References: <201302042055.r14KtKWX043771@freefall.freebsd.org> <5110D7EF.8070502@sarenet.es> <786F8B47-7B38-4E4D-A14D-72021F815272@dckd.nl> Date: Tue, 5 Feb 2013 07:46:06 -0600 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Mark Felder Message-Id: In-Reply-To: <786F8B47-7B38-4E4D-A14D-72021F815272@dckd.nl> User-Agent: Opera Mail/12.13 (FreeBSD) Cc: freebsd-xen@freebsd.org, freebsd-bugs@freebsd.org, linimon@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 13:46:26 -0000 On Tue, 05 Feb 2013 05:49:01 -0600, Jeroen van der Ham =20 wrote: > The system is then not respsonsive, with just the message scrolling by = =20 > with the number increasing. If memory serves me this is a well known Xen regression that's solved by = =20 upgrading to Xen 4.1 or 4.2. I don't believe this is something that =20 FreeBSD can fix. From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 14:15:31 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26B5DEAC; Tue, 5 Feb 2013 14:15:31 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.soleus.nu (positron.soleus.nu [IPv6:2a02:898:62:f6::63]) by mx1.freebsd.org (Postfix) with ESMTP id E2850B2B; Tue, 5 Feb 2013 14:15:30 +0000 (UTC) Received: from [IPv6:::1] (rembrandt0.uva.netherlight.nl [IPv6:2001:610:130:600::10]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.soleus.nu (Postfix) with ESMTPSA id 7CD00F800D; Tue, 5 Feb 2013 15:15:28 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: kern/175822: [xen] FreeBSD 9.1 does not work with Xen 4.0 From: Jeroen van der Ham In-Reply-To: Date: Tue, 5 Feb 2013 15:15:27 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <94EA1029-A54B-499B-8348-0D715D1ADC9A@dckd.nl> References: <201302042055.r14KtKWX043771@freefall.freebsd.org> <5110D7EF.8070502@sarenet.es> <786F8B47-7B38-4E4D-A14D-72021F815272@dckd.nl> To: Mark Felder X-Mailer: Apple Mail (2.1499) Cc: freebsd-xen@freebsd.org, freebsd-bugs@freebsd.org, Egoitz Aurrekoetxea , linimon@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 14:15:31 -0000 Hi, On 5 Feb 2013, at 14:46, Mark Felder wrote: > On Tue, 05 Feb 2013 05:49:01 -0600, Jeroen van der Ham = wrote: >=20 >> The system is then not respsonsive, with just the message scrolling = by with the number increasing. >=20 > If memory serves me this is a well known Xen regression that's solved = by upgrading to Xen 4.1 or 4.2. I don't believe this is something that = FreeBSD can fix. Do you have any references for that or something I could search for? I = tried searching for "pudna: fpcurthread =3D=3D curthread xx times", but = that did not turn up much. Jeroen. From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 5 18:40:04 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 59C457C8 for ; Tue, 5 Feb 2013 18:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C808F30 for ; Tue, 5 Feb 2013 18:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r15Ie4Qs013574 for ; Tue, 5 Feb 2013 18:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r15Ie4e4013573; Tue, 5 Feb 2013 18:40:04 GMT (envelope-from gnats) Date: Tue, 5 Feb 2013 18:40:04 GMT Message-Id: <201302051840.r15Ie4e4013573@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: conf/175751: FreeBSD 10.0-CURRENT: build failure with "device runfw" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 18:40:04 -0000 The following reply was made to PR conf/175751; it has been noted by GNATS. From: Giorgos Keramidas To: Issei Cc: bug-followup@freebsd.org, Andrew Thompson Subject: Re: conf/175751: FreeBSD 10.0-CURRENT: build failure with "device runfw" Date: Tue, 5 Feb 2013 19:38:17 +0100 On 2013-02-01 07:23, Issei wrote: > >Number: 175751 > >Category: conf > >Synopsis: FreeBSD 10.0-CURRENT: build failure with "device runfw" > On FreeBSD 10.0-CURRENT/amd64 or /arm, moist recent sources, adding > "device runfw" to kernel configuration file results in build error. > cc -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-thumb-interw ork -ffreestanding -c runfw.c > uudecode -o runfw /usr/src/sys/contrib/dev/run/rt2870.fw.uu > ld -b binary --no-warn-mismatch -d -warn-common -r -o runfw.fwo > ld: no input files > *** [runfw.fwo] Error code 1 Andrew (thompsa) may want to chime in and check this change for runfw too, so I've Cc:ed him in this thread too. This error is present for amd64 too. I just tried rebuilding a kernel with this configuration file, and I can reproduce this error myself too: kobe:~$ cat -nv /usr/src/sys/amd64/conf/RUNFW 1 # 2 # RUNFW -- test kernel for device runfw 3 # 4 include GENERIC 5 ident RUNFW 6 7 device firmware 8 device runfw kobe:~$ And this is indeed the fix, because it breaks the circular dependency of 'runfw -> runfw' in sys/conf/files. Thanks! > Index: sys/conf/files > =================================================================== > --- sys/conf/files (revision 246145) > +++ sys/conf/files (working copy) > @@ -2208,19 +2208,19 @@ > dev/usb/wlan/if_rum.c optional rum > dev/usb/wlan/if_run.c optional run > runfw.c optional runfw \ > - compile-with "${AWK} -f $S/tools/fw_stub.awk runfw:runfw -mrunfw -c${.TARGET}" \ > + compile-with "${AWK} -f $S/tools/fw_stub.awk runfw.fw:runfw -mrunfw -c${.TARGET}" \ > no-implicit-rule before-depend local \ > clean "runfw.c" > runfw.fwo optional runfw \ > - dependency "runfw" \ > + dependency "runfw.fw" \ > compile-with "${NORMAL_FWO}" \ > no-implicit-rule \ > clean "runfw.fwo" > -runfw optional runfw \ > +runfw.fw optional runfw \ > dependency "$S/contrib/dev/run/rt2870.fw.uu" \ > compile-with "${NORMAL_FW}" \ > no-obj no-implicit-rule \ > - clean "runfw" > + clean "runfw.fw" > dev/usb/wlan/if_uath.c optional uath > dev/usb/wlan/if_upgt.c optional upgt > dev/usb/wlan/if_ural.c optional ural > Index: sys/modules/runfw/Makefile > =================================================================== > --- sys/modules/runfw/Makefile (revision 246145) > +++ sys/modules/runfw/Makefile (working copy) > @@ -1,11 +1,11 @@ > # $FreeBSD$ > > KMOD= runfw > -FIRMWS= runfw:runfw:1 > +FIRMWS= runfw.fw:runfw:1 > > -CLEANFILES= runfw > +CLEANFILES= runfw.fw > > -runfw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > +runfw.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET} > > .include From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 6 01:57:25 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4DBCD567; Wed, 6 Feb 2013 01:57:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0E91862C; Wed, 6 Feb 2013 01:57:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r161vOTd001916; Wed, 6 Feb 2013 01:57:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r161vOgQ001912; Wed, 6 Feb 2013 01:57:24 GMT (envelope-from linimon) Date: Wed, 6 Feb 2013 01:57:24 GMT Message-Id: <201302060157.r161vOgQ001912@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/175864: [re] Intel MB D510MO, onboard ethernet not working after update to 9.1 [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:57:25 -0000 Old Synopsis: Intel MB D510MO, onboard ethernet not working after update to 9.1 New Synopsis: [re] Intel MB D510MO, onboard ethernet not working after update to 9.1 [regression] Responsible-Changed-From-To: freebsd-amd64->freebsd-bugS Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 6 01:55:58 UTC 2013 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=175864 From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 6 01:57:44 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3C8E5F8; Wed, 6 Feb 2013 01:57:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BF426635; Wed, 6 Feb 2013 01:57:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r161viHe001964; Wed, 6 Feb 2013 01:57:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r161vi5C001960; Wed, 6 Feb 2013 01:57:44 GMT (envelope-from linimon) Date: Wed, 6 Feb 2013 01:57:44 GMT Message-Id: <201302060157.r161vi5C001960@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/175864: [re] Intel MB D510MO, onboard ethernet not working after update to 9.1 [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:57:45 -0000 Synopsis: [re] Intel MB D510MO, onboard ethernet not working after update to 9.1 [regression] Responsible-Changed-From-To: freebsd-bugS->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 6 01:57:30 UTC 2013 Responsible-Changed-Why: er, forgot to reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=175864 From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 6 07:27:54 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5B4EFC8F; Wed, 6 Feb 2013 07:27:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 344FA2A0; Wed, 6 Feb 2013 07:27:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r167RrrB063072; Wed, 6 Feb 2013 07:27:53 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r167Rq73063068; Wed, 6 Feb 2013 07:27:52 GMT (envelope-from glebius) Date: Wed, 6 Feb 2013 07:27:52 GMT Message-Id: <201302060727.r167Rq73063068@freefall.freebsd.org> To: simon@comsys.ntu-kpi.kiev.ua, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org From: glebius@FreeBSD.org Subject: Re: kern/175759: [headers] [patch] Correct data types for fields of struct qm_trace{} from X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 07:27:54 -0000 Synopsis: [headers] [patch] Correct data types for fields of struct qm_trace{} from State-Changed-From-To: open->patched State-Changed-By: glebius State-Changed-When: Wed Feb 6 07:27:36 UTC 2013 State-Changed-Why: Committed, thanks. Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Wed Feb 6 07:27:36 UTC 2013 Responsible-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=175759 From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 6 12:30:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2EB60716 for ; Wed, 6 Feb 2013 12:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F0F346DC for ; Wed, 6 Feb 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r16CU1FA019578 for ; Wed, 6 Feb 2013 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r16CU1Z0019577; Wed, 6 Feb 2013 12:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 6 Feb 2013 12:30:01 GMT Resent-Message-Id: <201302061230.r16CU1Z0019577@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, Andrey Simonenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CAFE2704 for ; Wed, 6 Feb 2013 12:28:38 +0000 (UTC) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.kpi.ua (comsys.kpi.ua [77.47.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 68A736D4 for ; Wed, 6 Feb 2013 12:28:37 +0000 (UTC) Received: from pm513-1.comsys.kpi.ua ([10.18.52.101] helo=pm513-1.comsys.ntu-kpi.kiev.ua) by comsys.kpi.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1U3479-0001iG-Mb for FreeBSD-gnats-submit@freebsd.org; Wed, 06 Feb 2013 14:28:35 +0200 Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id D69E71CC1E; Wed, 6 Feb 2013 14:28:35 +0200 (EET) Message-Id: <20130206122835.GA74795@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Wed, 6 Feb 2013 14:28:35 +0200 From: Andrey Simonenko To: FreeBSD-gnats-submit@freebsd.org Subject: kern/175883: Add support for SCM_BINTIME for PF_LOCAL sockets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 12:30:02 -0000 >Number: 175883 >Category: kern >Synopsis: Add support for SCM_BINTIME for PF_LOCAL sockets >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 06 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 10-CURRENT >Organization: >Environment: >Description: The following change adds support of SCM_BINTIME ancillary data object for PF_LOCAL sockets. The style of the following change follows the style of SCM_TIMESTAMP support. >How-To-Repeat: >Fix: --- uipc_usrreq.c.orig 2012-12-10 13:20:29.000000000 +0200 +++ uipc_usrreq.c 2013-02-06 13:53:03.000000000 +0200 @@ -1802,6 +1802,7 @@ unp_internalize(struct mbuf **controlp, struct cmsgcred *cmcred; struct file **rp; struct file *fp; + struct bintime *bt; struct timeval *tv; int i, fd, *fdp; void *data; @@ -1906,6 +1907,18 @@ unp_internalize(struct mbuf **controlp, microtime(tv); break; + case SCM_BINTIME: + *controlp = sbcreatecontrol(NULL, sizeof(*bt), + SCM_BINTIME, SOL_SOCKET); + if (*controlp == NULL) { + error = ENOBUFS; + goto out; + } + bt = (struct bintime *) + CMSG_DATA(mtod(*controlp, struct cmsghdr *)); + bintime(bt); + break; + default: error = EINVAL; goto out; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 6 17:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D72BA2D for ; Wed, 6 Feb 2013 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 43EA0DA4 for ; Wed, 6 Feb 2013 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r16Ho027077621 for ; Wed, 6 Feb 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r16Ho0bf077620; Wed, 6 Feb 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 6 Feb 2013 17:50:00 GMT Resent-Message-Id: <201302061750.r16Ho0bf077620@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, Tomasz CEDRO Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 955C1A20 for ; Wed, 6 Feb 2013 17:49:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6D40AD9B for ; Wed, 6 Feb 2013 17:49:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r16Hn7UK058215 for ; Wed, 6 Feb 2013 17:49:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r16Hn7Mi058214; Wed, 6 Feb 2013 17:49:07 GMT (envelope-from nobody) Message-Id: <201302061749.r16Hn7Mi058214@red.freebsd.org> Date: Wed, 6 Feb 2013 17:49:07 GMT From: Tomasz CEDRO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/175893: kernel/usb/uftdi patch to recognise a KT-LINK ft2232 based device X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 17:50:01 -0000 >Number: 175893 >Category: kern >Synopsis: kernel/usb/uftdi patch to recognise a KT-LINK ft2232 based device >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 06 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tomasz CEDRO >Release: FreeBSD 9.1-RC3 >Organization: CeDeROM >Environment: FreeBSD mercury 9.1-RC3 FreeBSD 9.1-RC3 #0: Tue Feb 5 08:43:02 CET 2013 root@mercury:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There goes the two small patches [1][2] that adds support for KT-LINK interface [3] that is based on FTDI's FT2232H chip and contains RS232 port that can be used in FreeBSD with uftdi driver when VID/PID is recognised. Patches only adds VID/PID definition of the KT-LINK device. [1] http://files.tomek.cedro.info/stuff/freebsd/freebsd-uftdi-ktlink-uftdi-tcedro.patch [2] http://files.tomek.cedro.info/stuff/freebsd/freebsd-uftdi-ktlink-usbdevs-tcedro.patch [3] http://shop.kristech.pl/p/24/257/kt-link-.html >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # freebsd-uftdi-ktlink-uftdi-tcedro.patch # freebsd-uftdi-ktlink-usbdevs-tcedro.patch # echo x - freebsd-uftdi-ktlink-uftdi-tcedro.patch sed 's/^X//' >freebsd-uftdi-ktlink-uftdi-tcedro.patch << '498cb2e9b534d6b9927bc473448ea00f' X--- sys/dev/usb/serial/uftdi.c.orig 2013-02-04 21:42:01.000000000 +0100 X+++ sys/dev/usb/serial/uftdi.c 2013-02-04 23:31:26.000000000 +0100 X@@ -216,6 +216,7 @@ X UFTDI_DEV(DRESDENELEKTRONIK, WIRELESSHANDHELDTERMINAL, X UFTDI_TYPE_8U232AM), X UFTDI_DEV(FALCOM, TWIST, UFTDI_TYPE_8U232AM), X+ UFTDI_DEV(FTDI, KTLINK, UFTDI_TYPE_8U232AM), X UFTDI_DEV(FTDI, BEAGLEBONE, UFTDI_TYPE_8U232AM), X UFTDI_DEV(FTDI, CFA_631, UFTDI_TYPE_8U232AM), X UFTDI_DEV(FTDI, CFA_632, UFTDI_TYPE_8U232AM), 498cb2e9b534d6b9927bc473448ea00f echo x - freebsd-uftdi-ktlink-usbdevs-tcedro.patch sed 's/^X//' >freebsd-uftdi-ktlink-usbdevs-tcedro.patch << 'a8961fd3e37b014e7cfc96c5e23f4447' X--- sys/dev/usb/usbdevs.orig 2013-02-04 21:28:38.000000000 +0100 X+++ sys/dev/usb/usbdevs 2013-02-06 18:27:35.000000000 +0100 X@@ -1607,6 +1607,7 @@ X product FTDI SERIAL_2232D 0x9e90 FT2232D Dual port Serial X product FTDI SERIAL_4232H 0x6011 FT4232H Quad port Serial X product FTDI BEAGLEBONE 0xa6d0 BeagleBone X+product FTDI KTLINK 0xbbe2 KT-LINK Embedded Hackers Multitool X product FTDI TURTELIZER2 0xbdc8 egnite Turtelizer 2 JTAG/RS232 Adapter X /* Gude Analog- und Digitalsysteme products also uses FTDI's id: */ X product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi a8961fd3e37b014e7cfc96c5e23f4447 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 6 20:10:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 03A6E143 for ; Wed, 6 Feb 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DD34A77F for ; Wed, 6 Feb 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r16KA0mV003112 for ; Wed, 6 Feb 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r16KA036003107; Wed, 6 Feb 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 6 Feb 2013 20:10:00 GMT Resent-Message-Id: <201302062010.r16KA036003107@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 Hein Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12EBDD38; Wed, 6 Feb 2013 20:03:08 +0000 (UTC) (envelope-from jhein@symmetricom.us) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id C1721704; Wed, 6 Feb 2013 20:03:07 +0000 (UTC) Received: from bosvc206-1.symmetricom.us (bosvc206-1.symmetricom.us [206.168.13.145]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id r16K36GQ019014; Wed, 6 Feb 2013 13:03:06 -0700 (MST) (envelope-from jhein@symmetricom.us) Received: from bosvc206-1.symmetricom.us (localhost [127.0.0.1]) by bosvc206-1.symmetricom.us (8.14.5/8.14.5) with ESMTP id r16K36Ns046063; Wed, 6 Feb 2013 13:03:06 -0700 (MST) (envelope-from jhein@bosvc206-1.symmetricom.us) Received: (from jhein@localhost) by bosvc206-1.symmetricom.us (8.14.6/8.14.6/Submit) id r16K35Nf046062; Wed, 6 Feb 2013 13:03:05 -0700 (MST) (envelope-from jhein) Message-Id: <201302062003.r16K35Nf046062@bosvc206-1.symmetricom.us> Date: Wed, 6 Feb 2013 13:03:05 -0700 (MST) From: John Hein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: kern/175897: operations on readonly zpool hang Cc: fs@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 20:10:01 -0000 >Number: 175897 >Category: kern >Synopsis: operations on readonly zpool hang >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 06 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Hein >Release: >Organization: >Environment: recent 8-stable, 9-stable; noticed on both i386 & amd64 >Description: On 9-stable & 8-stable, zfs/zpool operations hang when trying to work on a readonly pool. I've tried 'zfs set mountpoint' and 'zfs scrub' (the latter accidentally during overnight run of periodic with daily_scrub_zfs_enable=yes). See also https://forums.freebsd.org/showthread.php?t=35505&highlight=readonly+zpool which mentions a panic. I didn't get a panic (yet). Use case when this was noticed: replace old pool with new, setting the new pool to have the old pool's mountpoint (to avoid changing all nfs clients). I think zfs should refuse the operation if readonly is a problem. What I really wanted was for the data to be readonly, but not the zfs metadata (i.e., "_mostly_ readonly"). But I can see how disallowing metadata ops on a readonly pool makes sense. >How-To-Repeat: cd /tmp dd if=/dev/zero bs=1m count=100 > ! z0 dd if=/dev/zero bs=1m count=100 > ! z1 sudo mdconfig -f z0 sudo mdconfig -f z1 sudo zpool create -m /tmp/ztmp ztmp mirror /dev/md0 /dev/md1 sudo zpool export ztmp sudo zpool import -o readonly=on ztmp sudo zfs set mountpoint=/tmp/ztmpnew ztmp ... hangs here In another window... % ps -ww -ax -o pid,ppid,%cpu,%mem,vsz,rss,wchan,stat,lstart,time,command | egrep 'zfs|PID' PID PPID %CPU %MEM VSZ RSS WCHAN STAT STARTED TIME COMMAND 45377 0 0.0 0.0 0 32 l2arc_fe DL Wed Feb 6 12:38:30 2013 0:00.01 [zfskern] 45674 1 0.0 0.3 44460 3256 select I Wed Feb 6 12:40:54 2013 0:00.01 sudo zfs set mountpoint=/tmp/z\ tmpnew ztmp 45687 45674 0.0 0.3 33488 3064 tx->tx_s D Wed Feb 6 12:40:54 2013 0:00.00 zfs set mountpoint=/tmp/ztmpne\ w ztmp % sudo procstat -k 45674 45687 PID TID COMM TDNAME KSTACK 45674 100106 sudo - mi_switch sleepq_catch_signals sleepq_wait_sig _cv_wait_sig seltdw\ ait kern_select sys_select amd64_syscall Xfast_syscall 45687 100098 zfs - mi_switch sleepq_wait _cv_wait txg_wait_synced dsl_sync_task_group\ _wait dsl_sync_task_do dsl_props_set zfs_set_prop_nvlist zfs_ioc_set_prop zfsdev_ioctl devfs_ioctl_f kern_ioctl s\ ys_ioctl amd64_syscall Xfast_syscall >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 01:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 950D1A6B for ; Thu, 7 Feb 2013 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 65B329BA for ; Thu, 7 Feb 2013 01:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r171e1r8072417 for ; Thu, 7 Feb 2013 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r171e1h3072416; Thu, 7 Feb 2013 01:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 7 Feb 2013 01:40:01 GMT Resent-Message-Id: <201302070140.r171e1h3072416@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, Daniel Hagerty Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 94731A4D for ; Thu, 7 Feb 2013 01:38:31 +0000 (UTC) (envelope-from hag@linnaean.org) Received: from perdition.linnaean.org (perdition.linnaean.org [IPv6:2001:470:8917:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6CAED9AC for ; Thu, 7 Feb 2013 01:38:31 +0000 (UTC) Received: by perdition.linnaean.org (Postfix, from userid 31013) id A2816CEC; Wed, 6 Feb 2013 20:38:24 -0500 (EST) Message-Id: <20130207013824.A2816CEC@perdition.linnaean.org> Date: Wed, 6 Feb 2013 20:38:24 -0500 (EST) From: Daniel Hagerty To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/175909: FreeBSD 9.1 ipfw lookup dst-port regression X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Daniel Hagerty List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 01:40:01 -0000 >Number: 175909 >Category: kern >Synopsis: FreeBSD 9.1 ipfw lookup dst-port regression >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 07 01:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Daniel Hagerty >Release: FreeBSD 9.1-RELEASE amd64 >Organization: I misplaced my organization >Environment: System: FreeBSD perdition.linnaean.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243710+9a57fd8: Fri Jan 25 23:38:46 EST 2013 hag@yall.linnaean.org:/sys/amd64/compile/LINNAEAN64 amd64 >Description: ipfw lookup dst-port rules don't seem to work. Didn't test similar cases, like src-port. >How-To-Repeat: Load these ipfw rules: table 1 add 22 add 00001 permit log ip4 from any to any proto tcp lookup dst-port 1 add 00010 permit log ip from any to any proto tcp dst-port 22 Observe how on freebsd 9.1, rule 1 will never match port 22 traffic it should, whereas the same rules on 8.3 will hit rule 1, as expected. >Fix: I worked around it for the moment by writing the rule without a lookup table; don't have time to kernel spelunk. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 08:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2ADA0FF9 for ; Thu, 7 Feb 2013 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B831DC4 for ; Thu, 7 Feb 2013 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r178e0S7052882 for ; Thu, 7 Feb 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r178e0kV052877; Thu, 7 Feb 2013 08:40:00 GMT (envelope-from gnats) Date: Thu, 7 Feb 2013 08:40:00 GMT Message-Id: <201302070840.r178e0kV052877@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/175909: FreeBSD 9.1 ipfw lookup dst-port regression X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:40:01 -0000 The following reply was made to PR kern/175909; it has been noted by GNATS. From: Gleb Smirnoff To: Daniel Hagerty Cc: FreeBSD-gnats-submit@freebsd.org, melifaro@FreeBSD.org Subject: Re: kern/175909: FreeBSD 9.1 ipfw lookup dst-port regression Date: Thu, 7 Feb 2013 12:38:32 +0400 Daniel, On Wed, Feb 06, 2013 at 08:38:24PM -0500, Daniel Hagerty wrote: D> >Description: D> D> ipfw lookup dst-port rules don't seem to work. Didn't test D> similar cases, like src-port. D> D> >How-To-Repeat: D> Load these ipfw rules: D> D> table 1 add 22 D> add 00001 permit log ip4 from any to any proto tcp lookup dst-port 1 D> add 00010 permit log ip from any to any proto tcp dst-port 22 D> D> Observe how on freebsd 9.1, rule 1 will never match port 22 D> traffic it should, whereas the same rules on 8.3 will hit rule 1, as D> expected. D> D> >Fix: D> I worked around it for the moment by writing the rule without a D> lookup table; don't have time to kernel spelunk. Can you please try whether the problem can be reproduced on stable/9 branch prior to revision r234597? To accomplish this you need: # svn co -r r234596 http://svn.freebsd.org/base/stable/9 # cd 9 # make buildworld buildkernel # make installkernel installworld reboot -- Totus tuus, Glebius. From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 09:00:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 922E15B4 for ; Thu, 7 Feb 2013 09:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6DDD6E88 for ; Thu, 7 Feb 2013 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17902GD056228 for ; Thu, 7 Feb 2013 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17902Jd056227; Thu, 7 Feb 2013 09:00:02 GMT (envelope-from gnats) Date: Thu, 7 Feb 2013 09:00:02 GMT Message-Id: <201302070900.r17902Jd056227@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: kern/175897: operations on readonly zpool hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:00:02 -0000 The following reply was made to PR kern/175897; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, jhein@symmetricom.com Cc: Subject: Re: kern/175897: operations on readonly zpool hang Date: Thu, 07 Feb 2013 10:51:21 +0200 Don't hesitate to get a full procstat -kk -a output. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 09:10:09 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A1AD98CC; Thu, 7 Feb 2013 09:10:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DE39F13; Thu, 7 Feb 2013 09:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r179A9A4059156; Thu, 7 Feb 2013 09:10:09 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r179A9ZY059146; Thu, 7 Feb 2013 09:10:09 GMT (envelope-from glebius) Date: Thu, 7 Feb 2013 09:10:09 GMT Message-Id: <201302070910.r179A9ZY059146@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org From: glebius@FreeBSD.org Subject: Re: bin/175645: tcpdump(1) incorrectly decodes pflog'ged UDP packet as ATALK X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:10:09 -0000 Synopsis: tcpdump(1) incorrectly decodes pflog'ged UDP packet as ATALK Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Thu Feb 7 09:09:50 UTC 2013 Responsible-Changed-Why: I'll look at this once I have time. http://www.freebsd.org/cgi/query-pr.cgi?pr=175645 From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 09:10:54 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 21E73966; Thu, 7 Feb 2013 09:10:54 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F1BEFF2C; Thu, 7 Feb 2013 09:10:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r179ArtT059784; Thu, 7 Feb 2013 09:10:53 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r179Ar8C059780; Thu, 7 Feb 2013 09:10:53 GMT (envelope-from glebius) Date: Thu, 7 Feb 2013 09:10:53 GMT Message-Id: <201302070910.r179Ar8C059780@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org From: glebius@FreeBSD.org Subject: Re: kern/175883: Add support for SCM_BINTIME for PF_LOCAL sockets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:10:54 -0000 Synopsis: Add support for SCM_BINTIME for PF_LOCAL sockets Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Thu Feb 7 09:10:37 UTC 2013 Responsible-Changed-Why: I'll look at this one once I have time. http://www.freebsd.org/cgi/query-pr.cgi?pr=175883 From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 09:13:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C2E1D9E3; Thu, 7 Feb 2013 09:13:00 +0000 (UTC) (envelope-from melifaro@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9030BF4B; Thu, 7 Feb 2013 09:13:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r179D0Hl059862; Thu, 7 Feb 2013 09:13:00 GMT (envelope-from melifaro@freefall.freebsd.org) Received: (from melifaro@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r179D0aF059858; Thu, 7 Feb 2013 09:13:00 GMT (envelope-from melifaro) Date: Thu, 7 Feb 2013 09:13:00 GMT Message-Id: <201302070913.r179D0aF059858@freefall.freebsd.org> To: melifaro@FreeBSD.org, freebsd-bugs@FreeBSD.org, melifaro@FreeBSD.org From: melifaro@FreeBSD.org Subject: Re: kern/175909: FreeBSD 9.1 ipfw lookup dst-port regression X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:13:00 -0000 Synopsis: FreeBSD 9.1 ipfw lookup dst-port regression Responsible-Changed-From-To: freebsd-bugs->melifaro Responsible-Changed-By: melifaro Responsible-Changed-When: Thu Feb 7 09:11:06 UTC 2013 Responsible-Changed-Why: I can reproduce this issue on my pre-9.1 desktop. There is no need for doing kernel recompiling. http://www.freebsd.org/cgi/query-pr.cgi?pr=175909 From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 17:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 05FC5EA3 for ; Thu, 7 Feb 2013 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C798811C for ; Thu, 7 Feb 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17Ho0fg055788 for ; Thu, 7 Feb 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17Ho0mx055783; Thu, 7 Feb 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Feb 2013 17:50:00 GMT Resent-Message-Id: <201302071750.r17Ho0mx055783@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, "Tim Čas" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 83B63DB0 for ; Thu, 7 Feb 2013 17:44:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 53E77DD for ; Thu, 7 Feb 2013 17:44:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r17Hiixh019305 for ; Thu, 7 Feb 2013 17:44:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r17HiiCw019304; Thu, 7 Feb 2013 17:44:44 GMT (envelope-from nobody) Message-Id: <201302071744.r17HiiCw019304@red.freebsd.org> Date: Thu, 7 Feb 2013 17:44:44 GMT From: "Tim Čas" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/175930: CLang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 17:50:01 -0000 >Number: 175930 >Category: misc >Synopsis: CLang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 07 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tim Čas >Release: 9.1-RELEASE >Organization: n/a >Environment: FreeBSD tsibsd.tsi 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: wchar_t appears to be Unicode, but __STDC_ISO_10646__ is not defined. Tested with both the core and the ports versions: FreeBSD clang version 3.1 (branches/release_31 156863) 20120523 Target: x86_64-unknown-freebsd9.0 Thread model: posix clang version 3.1 (branches/release_31) Target: amd64-portbld-freebsd9.0 Thread model: posix Test file: ---------- #include #include #include int main(void) { #ifdef __STDC_ISO_10646__ printf("__STDC_ISO_10646__ defined\n"); #else printf("__STDC_ISO_10646__ NOT defined\n"); #endif return 0; } >How-To-Repeat: Compile and run the above test file (here "test.c"): $ clang test.c -o test $ ./test __STDC_ISO_10646__ NOT defined $ /usr/local/bin/clang test.c -o test $ ./test __STDC_ISO_10646__ NOT defined >Fix: Have the compiler define the macro to its appropriate value. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 21:16:53 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EE31EC3C for ; Thu, 7 Feb 2013 21:16:53 +0000 (UTC) (envelope-from todd@toddblum.org) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by mx1.freebsd.org (Postfix) with ESMTP id AF14DE57 for ; Thu, 7 Feb 2013 21:16:53 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id ef5so3140581obb.25 for ; Thu, 07 Feb 2013 13:16:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=YI19L71U5MWzL7xrdh8LCnBGsVIXIr/8feBNB4WOM04=; b=fItJ+Z+k1O2YPy7Doy4QyOpIoVgvliFEACLHbrcsPL2zMltGYo5yedlPb+XtI1CRUM HED0j2LdZt+DldGwKkvxwdEQHRprQTLC/IS2noJU2rXi1tJxgVTTc4ZvcFfqu6yqRIwB Tf1GIazbH4aKApyBQ4m1rWL+6WO9AGLt0ols9co80pX12ljWJzbxnCTVnlCZXnCG7e6A li38IZcWNMJ8oCICi7nIJz8CpHMRpRzaKYyrVfI8AhEnw9La7Gim7BjDK63/I1/Z9AM6 PVQtJgK4GLDeraC3g0APpvFTlk0esXfXWhBcOObGsavXk2QFRpHGt0sQJNmuusyoWzQt EcDA== MIME-Version: 1.0 X-Received: by 10.60.2.164 with SMTP id 4mr2325478oev.85.1360271806848; Thu, 07 Feb 2013 13:16:46 -0800 (PST) Received: by 10.60.5.196 with HTTP; Thu, 7 Feb 2013 13:16:46 -0800 (PST) In-Reply-To: References: <201205181350.q4IDo1S7040401@freefall.freebsd.org> Date: Thu, 7 Feb 2013 16:16:46 -0500 Message-ID: Subject: Re: bin/168104: racoon daemon exited on signal 11 (SEGV) and was not restarted From: Todd Blum To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org X-Gm-Message-State: ALoCoQkJZACsqkesFvGPWewOzu32eSgCTMxyWqRmsx1VVXFdc7PPyhJW1bj5mE5+OwJronNwK/K+ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 21:16:54 -0000 Note that this has happened again, six months later on different hardware. Machine was under extremely light load at the time. From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 23:30:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2A9BAC43 for ; Thu, 7 Feb 2013 23:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0C80E6FD for ; Thu, 7 Feb 2013 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17NU0e0018856 for ; Thu, 7 Feb 2013 23:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17NU0qj018852; Thu, 7 Feb 2013 23:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Feb 2013 23:30:00 GMT Resent-Message-Id: <201302072330.r17NU0qj018852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Nelson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0382A900 for ; Thu, 7 Feb 2013 23:22:43 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id BE6FC697 for ; Thu, 7 Feb 2013 23:22:42 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [172.17.17.101]) by email2.allantgroup.com (8.14.5/8.14.5) with ESMTP id r17NLajW031362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Feb 2013 17:21:37 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.6/8.14.6) with ESMTP id r17NLauV093635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Feb 2013 17:21:36 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.6/8.14.6/Submit) id r17NLaFc093634; Thu, 7 Feb 2013 17:21:36 -0600 (CST) (envelope-from dan) Message-Id: <201302072321.r17NLaFc093634@dan.emsphone.com> Date: Thu, 7 Feb 2013 17:21:36 -0600 (CST) From: Dan Nelson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: bin/175943: [PATCH] Add trim capability to gpart X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dan Nelson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:30:01 -0000 >Number: 175943 >Category: bin >Synopsis: [PATCH] Add trim capability to gpart >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: Thu Feb 07 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD dan.emsphone.com 9.1-STABLE FreeBSD 9.1-STABLE #652 r246183M: Thu Jan 31 16:32:57 CST 2013 zsh@dan.emsphone.com:/usr/src/sys/amd64/compile/DANSMP amd64 >Description: I have occasionally wanted to erase all or part of an SSD device to recover performance after heavy random write activity. It can sort-of be done with either newfs -E or creating+deleting a zfs pool on the area to erase, but both write a varying amount of data after they send their BIO_DELETE calls, and there should be a cleaner way to do it. Attached is a patch that adds a "trim" verb to the gpart command, which opens the raw device and calls g_delete on it. Feel free to pick a new name if you can think of a better one. I know that "trim" refers only to the SATA implementation, but "delete" is already taken, "erase" implies unconditional erasure which is not true for devices that ignore BIO_DELETE calls, and most people that want the functionality refer to it as TRIM anyway. >How-To-Repeat: >Fix: Index: geom_part.c =================================================================== --- geom_part.c (revision 246183) +++ geom_part.c (working copy) @@ -90,6 +90,7 @@ static void gpart_print_error(const char *); static void gpart_backup(struct gctl_req *, unsigned int); static void gpart_restore(struct gctl_req *, unsigned int); +static void gpart_trim(struct gctl_req *, unsigned int); struct g_command PUBSYM(class_commands)[] = { { "add", 0, gpart_issue, { @@ -159,6 +160,9 @@ G_OPT_SENTINEL }, "[-l | -r] [-p] [geom ...]" }, + { "trim", 0, gpart_trim, G_NULL_OPTS, + "provider" + }, { "undo", 0, gpart_issue, G_NULL_OPTS, "geom" }, @@ -1279,3 +1283,22 @@ gctl_free(req); exit(status); } + +static void +gpart_trim(struct gctl_req *req, unsigned int fl __unused) +{ + const char *s; + int fd; + + if (gctl_get_int(req, "nargs") != 1) + errx(EXIT_FAILURE, "Invalid number of arguments."); + s = gctl_get_ascii(req, "arg0"); + if (s == NULL) + abort(); + fd = g_open(s, 1); + if (fd == -1) + err(EXIT_FAILURE, "Cannot open %s", s); + if (g_delete(fd, 0, g_mediasize(fd)) == -1) + err(EXIT_FAILURE, "g_delete call failed"); + g_close(fd); +} Index: gpart.8 =================================================================== --- gpart.8 (revision 246183) +++ gpart.8 (working copy) @@ -144,6 +144,10 @@ .Op Fl l | r .Op Fl p .Op Ar geom ... +.\" ==== TRIM ==== +.Nm +.Cm trim +.Ar provider .\" ==== UNDO ==== .Nm .Cm undo @@ -471,6 +475,15 @@ .It Fl r Show raw partition type instead of symbolic name. .El +.\" ==== TRIM ==== +.It Cm trim +Sends a BIO_DELETE request for the contents of the provider +.Ar provider . +Depending on the underlying storage device, this may may fill its blocks +with a constant value (0x00 or 0xFF), or may do nothing. Running this +command on a partition on an SSD device before deleting it may improve +performance, since the SSD can immediately reuse the blocks for subsequent +write requests. .\" ==== UNDO ==== .It Cm undo Revert any pending changes for geom >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 23:36:34 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4E160DFE; Thu, 7 Feb 2013 23:36:34 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id 18112750; Thu, 7 Feb 2013 23:36:33 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [172.17.17.101]) by email2.allantgroup.com (8.14.5/8.14.5) with ESMTP id r17NaWcq031758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Feb 2013 17:36:32 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.6/8.14.6) with ESMTP id r17NaWAc059441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Feb 2013 17:36:32 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.6/8.14.6/Submit) id r17NaW65059440; Thu, 7 Feb 2013 17:36:32 -0600 (CST) (envelope-from dan) Date: Thu, 7 Feb 2013 17:36:32 -0600 From: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/175943: [PATCH] Add trim capability to gpart Message-ID: <20130207233632.GB5396@dan.emsphone.com> References: <201302072321.r17NLaFc093634@dan.emsphone.com> <201302072330.r17NU0Ti018808@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201302072330.r17NU0Ti018808@freefall.freebsd.org> X-OS: FreeBSD 9.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.6 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (email2.allantgroup.com [172.17.19.78]); Thu, 07 Feb 2013 17:36:33 -0600 (CST) X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on email2.allantgroup.com X-Scanned-By: MIMEDefang 2.73 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:36:34 -0000 Oops. Small typo in the man page: "this may may fill its blocks" should be "this may fill its blocks" From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 23:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F03FEFB for ; Thu, 7 Feb 2013 23:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2446A77D for ; Thu, 7 Feb 2013 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17Ne18a020460 for ; Thu, 7 Feb 2013 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17Ne1mn020459; Thu, 7 Feb 2013 23:40:01 GMT (envelope-from gnats) Date: Thu, 7 Feb 2013 23:40:01 GMT Message-Id: <201302072340.r17Ne1mn020459@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dan Nelson Subject: Re: bin/175943: [PATCH] Add trim capability to gpart X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dan Nelson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:40:01 -0000 The following reply was made to PR bin/175943; it has been noted by GNATS. From: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/175943: [PATCH] Add trim capability to gpart Date: Thu, 7 Feb 2013 17:36:32 -0600 Oops. Small typo in the man page: "this may may fill its blocks" should be "this may fill its blocks" From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 02:10:04 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 08E2AC9E for ; Fri, 8 Feb 2013 02:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EFC0DE05 for ; Fri, 8 Feb 2013 02:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r182A33g056488 for ; Fri, 8 Feb 2013 02:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r182A3nD056487; Fri, 8 Feb 2013 02:10:03 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 02:10:03 GMT Message-Id: <201302080210.r182A3nD056487@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Hein Subject: Re: kern/175897: operations on readonly zpool hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Hein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 02:10:04 -0000 The following reply was made to PR kern/175897; it has been noted by GNATS. From: John Hein To: Andriy Gapon Cc: Subject: Re: kern/175897: operations on readonly zpool hang Date: Thu, 7 Feb 2013 19:00:01 -0700 Andriy Gapon wrote at 10:51 +0200 on Feb 7, 2013: > Don't hesitate to get a full procstat -kk -a output. sudo procstat -kk 8168 8181 PID TID COMM TDNAME KSTACK 8168 100087 sudo - mi_switch+0x190 sleepq_catch_signals+0x27f sleepq_wait_sig+0x16 _cv_wait_sig+0x129 seltdwait+0xac kern_select+0x6ef sys_select+0x5d amd64_syscall+0x25b Xfast_syscall+0xf7 8181 100055 zfs - mi_switch+0x190 sleepq_wait+0x44 _cv_wait+0x114 txg_wait_synced+0x85 dsl_sync_task_group_wait+0x128 dsl_sync_task_do+0x54 dsl_props_set+0x147 zfs_set_prop_nvlist+0x3ad zfs_ioc_set_prop+0x75 zfsdev_ioctl+0xe6 devfs_ioctl_f+0x7a kern_ioctl+0x106 sys_ioctl+0xfd amd64_syscall+0x25b Xfast_syscall+0xf7 From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 05:30:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 381BBA0D for ; Fri, 8 Feb 2013 05:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B25765A for ; Fri, 8 Feb 2013 05:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r185U1HW095189 for ; Fri, 8 Feb 2013 05:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r185U1dc095185; Fri, 8 Feb 2013 05:30:01 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 05:30:01 GMT Message-Id: <201302080530.r185U1dc095185@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: kern/175897: operations on readonly zpool hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 05:30:01 -0000 The following reply was made to PR kern/175897; it has been noted by GNATS. From: Andriy Gapon To: John Hein Cc: bug-followup@FreeBSD.org Subject: Re: kern/175897: operations on readonly zpool hang Date: Fri, 08 Feb 2013 07:25:20 +0200 on 08/02/2013 04:00 John Hein said the following: > Andriy Gapon wrote at 10:51 +0200 on Feb 7, 2013: > > Don't hesitate to get a full procstat -kk -a output. > > sudo procstat -kk 8168 8181 > PID TID COMM TDNAME KSTACK > 8168 100087 sudo - mi_switch+0x190 sleepq_catch_signals+0x27f sleepq_wait_sig+0x16 _cv_wait_sig+0x129 seltdwait+0xac kern_select+0x6ef sys_select+0x5d amd64_syscall+0x25b Xfast_syscall+0xf7 > 8181 100055 zfs - mi_switch+0x190 sleepq_wait+0x44 _cv_wait+0x114 txg_wait_synced+0x85 dsl_sync_task_group_wait+0x128 dsl_sync_task_do+0x54 dsl_props_set+0x147 zfs_set_prop_nvlist+0x3ad zfs_ioc_set_prop+0x75 zfsdev_ioctl+0xe6 devfs_ioctl_f+0x7a kern_ioctl+0x106 sys_ioctl+0xfd amd64_syscall+0x25b Xfast_syscall+0xf7 > There seems to be some mis-communication. This is not procstat *-a* output. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 06:10:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A527EFD7 for ; Fri, 8 Feb 2013 06:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 892A7744 for ; Fri, 8 Feb 2013 06:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r186A0xJ001990 for ; Fri, 8 Feb 2013 06:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r186A0Z5001989; Fri, 8 Feb 2013 06:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 06:10:00 GMT Resent-Message-Id: <201302080610.r186A0Z5001989@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, Pascal Guitierrez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A7644EFE for ; Fri, 8 Feb 2013 06:04:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4976170C for ; Fri, 8 Feb 2013 06:04:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1864QOB060248 for ; Fri, 8 Feb 2013 06:04:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1864Qv5060247; Fri, 8 Feb 2013 06:04:26 GMT (envelope-from nobody) Message-Id: <201302080604.r1864Qv5060247@red.freebsd.org> Date: Fri, 8 Feb 2013 06:04:26 GMT From: Pascal Guitierrez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/175950: Possible deadlock in zfs after long uptime X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 06:10:00 -0000 >Number: 175950 >Category: kern >Synopsis: Possible deadlock in zfs after long uptime >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 06:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pascal Guitierrez >Release: 8.3-RELEASEp3 >Organization: >Environment: FreeBSD melstg03 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: We experienced a lockup on two identically configured servers (hardware, firmware, bios, drivers + freebsd release)... LSI-9211 + 9208e Driver (mpslsi) + firmware @ v14 Root filesystem is UFS on gmirror. I/O freezes when attempting to "ls -R" under the ZFS pool. On this server, uptime was 193 days - with both servers exhibiting the same issue one day apart (almost exactly 24 hours). The other server's uptime before deadlocking was around 30 days less than this. We only seem to see this issue on systems that have been under load for a while. I've read https://wiki.freebsd.org/AvgZfsDeadlockDebug and so have included procstat -kk -a output below. Actually - I took a procstat when first logged in, then another during the "ls" command that was blocked. Let me know if you need the second procstat, which shows ls being blocked as well? PID TID COMM TDNAME KSTACK 0 100000 kernel swapper mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 scheduler+0x357 mi_startup+0x77 btext+0x2c 0 100024 kernel firmware taskq mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100026 kernel acpi_task_0 mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100027 kernel acpi_task_1 mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100028 kernel acpi_task_2 mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100030 kernel kqueue taskq mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100032 kernel thread taskq mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100035 kernel ffs_trim taskq mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100038 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100040 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100042 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100044 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100046 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100048 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100050 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100052 kernel igb0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100055 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100057 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100059 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100061 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100063 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100065 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100067 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100069 kernel igb1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100071 kernel mpslsi0 taskq mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100074 kernel mpslsi1 taskq mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100078 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100080 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100082 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100084 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100086 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100088 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100090 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100092 kernel ix0 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100094 kernel ix0 linkq mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100096 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100098 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100100 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100102 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100104 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100106 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100108 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100110 kernel ix1 que mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100112 kernel ix1 linkq mi_switch+0x176 sleepq_wait+0x42 msleep_spin+0x1a2 taskqueue_thread_loop+0x71 fork_exit+0x11f fork_trampoline+0xe 0 100174 kernel system_taskq_0 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100175 kernel system_taskq_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100176 kernel system_taskq_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100177 kernel system_taskq_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100178 kernel system_taskq_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100179 kernel system_taskq_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100180 kernel system_taskq_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100181 kernel system_taskq_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100366 kernel zio_null_issue mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100367 kernel zio_null_intr mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100368 kernel zio_read_issue_0 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100369 kernel zio_read_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100370 kernel zio_read_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100371 kernel zio_read_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100372 kernel zio_read_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100373 kernel zio_read_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100374 kernel zio_read_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100375 kernel zio_read_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100376 kernel zio_read_intr_0 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100377 kernel zio_read_intr_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100378 kernel zio_read_intr_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100379 kernel zio_read_intr_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100380 kernel zio_read_intr_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100381 kernel zio_read_intr_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100382 kernel zio_read_intr_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100383 kernel zio_read_intr_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100384 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100385 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100386 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100387 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100388 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100389 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100390 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100391 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100392 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100393 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100394 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100395 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100396 kernel zio_write_issue_ mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100397 kernel zio_write_intr_0 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100398 kernel zio_write_intr_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100399 kernel zio_write_intr_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100400 kernel zio_write_intr_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100401 kernel zio_write_intr_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100402 kernel zio_write_intr_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100403 kernel zio_write_intr_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100404 kernel zio_write_intr_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100405 kernel zio_write_intr_h mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100406 kernel zio_write_intr_h mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100407 kernel zio_write_intr_h mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100408 kernel zio_write_intr_h mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100409 kernel zio_write_intr_h mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100410 kernel zio_free_issue_0 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100411 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100412 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100413 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100414 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100415 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100416 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100417 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100418 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100419 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100420 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100421 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100422 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100423 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100424 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100425 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100426 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100427 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100428 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100429 kernel zio_free_issue_1 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100430 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100431 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100432 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100433 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100434 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100435 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100436 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100437 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100438 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100439 kernel zio_free_issue_2 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100440 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100441 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100442 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100443 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100444 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100445 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100446 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100447 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100448 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100449 kernel zio_free_issue_3 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100450 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100451 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100452 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100453 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100454 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100455 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100456 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100457 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100458 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100459 kernel zio_free_issue_4 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100460 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100461 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100462 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100463 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100464 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100465 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100466 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100467 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100468 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100469 kernel zio_free_issue_5 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100470 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100471 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100472 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100473 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100474 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100475 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100476 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100477 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100478 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100479 kernel zio_free_issue_6 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100480 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100481 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100482 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100483 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100484 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100485 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100486 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100487 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100488 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100489 kernel zio_free_issue_7 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100490 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100491 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100492 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100493 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100494 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100495 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100496 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100497 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100498 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100499 kernel zio_free_issue_8 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100500 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100501 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100502 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100503 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100504 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100505 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100506 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100507 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100508 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100509 kernel zio_free_issue_9 mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100510 kernel zio_free_intr mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100511 kernel zio_claim_issue mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100512 kernel zio_claim_intr mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100513 kernel zio_ioctl_issue mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100514 kernel zio_ioctl_intr mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100515 kernel zfs_vn_rele_task mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100518 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100519 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100520 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100521 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100522 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100523 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100524 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100525 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 0 100526 kernel zil_clean mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 taskqueue_thread_loop+0xbe fork_exit+0x11f fork_trampoline+0xe 1 100002 init - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_wait+0x6fd wait4+0x35 amd64_syscall+0x1f4 Xfast_syscall+0xfc 2 100021 g_event - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 g_run_events+0x430 fork_exit+0x11f fork_trampoline+0xe 3 100022 g_up - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 g_io_schedule_up+0xd8 g_up_procbody+0x58 fork_exit+0x11f fork_trampoline+0xe 4 100023 g_down - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 g_io_schedule_down+0x20e g_down_procbody+0x58 fork_exit+0x11f fork_trampoline+0xe 5 100072 mps_scan0 - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 mpssas_scanner_thread+0x5e fork_exit+0x11f fork_trampoline+0xe 6 100075 mps_scan1 - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 mpssas_scanner_thread+0x5e fork_exit+0x11f fork_trampoline+0xe 7 100151 sctp_iterator - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 sctp_iterator_thread+0x41 fork_exit+0x11f fork_trampoline+0xe 8 100152 xpt_thrd - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 xpt_scanner_thread+0xfa fork_exit+0x11f fork_trampoline+0xe 9 100153 pagedaemon - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 vm_pageout+0x90e fork_exit+0x11f fork_trampoline+0xe 10 100001 audit - mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 audit_worker+0x384 fork_exit+0x11f fork_trampoline+0xe 11 100003 idle idle: cpu7 11 100004 idle idle: cpu6 11 100005 idle idle: cpu5 11 100006 idle idle: cpu4 mi_switch+0x176 sched_preempt+0xb5 ipi_bitmap_handler+0x70 Xipi_intr_bitmap_handler+0x9c acpi_cpu_idle+0x20a sched_idletd+0x11f fork_exit+0x11f fork_trampoline+0xe 11 100007 idle idle: cpu3 11 100008 idle idle: cpu2 11 100009 idle idle: cpu1 11 100010 idle idle: cpu0 12 100011 intr swi1: netisr 0 mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100012 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100013 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100014 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100015 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100016 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100017 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100018 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100019 intr swi4: clock mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100020 intr swi3: vm 12 100029 intr swi2: cambio mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100031 intr swi5: + 12 100033 intr swi6: Giant task mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100034 intr swi6: task queue mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100036 intr irq20: acpi0 12 100037 intr irq256: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100039 intr irq257: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100041 intr irq258: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100043 intr irq259: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100045 intr irq260: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100047 intr irq261: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100049 intr irq262: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100051 intr irq263: igb0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100053 intr irq264: igb0:lin mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100054 intr irq265: igb1:que 12 100056 intr irq266: igb1:que 12 100058 intr irq267: igb1:que 12 100060 intr irq268: igb1:que 12 100062 intr irq269: igb1:que 12 100064 intr irq270: igb1:que 12 100066 intr irq271: igb1:que 12 100068 intr irq272: igb1:que 12 100070 intr irq273: igb1:lin 12 100073 intr irq274: mpslsi0 mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100076 intr irq275: mpslsi1 mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100077 intr irq276: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100079 intr irq277: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100081 intr irq278: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100083 intr irq279: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100085 intr irq280: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100087 intr irq281: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100089 intr irq282: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100091 intr irq283: ix0:que mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100093 intr irq284: ix0:link mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100095 intr irq285: ix1:que 12 100097 intr irq286: ix1:que 12 100099 intr irq287: ix1:que 12 100101 intr irq288: ix1:que 12 100103 intr irq289: ix1:que 12 100105 intr irq290: ix1:que 12 100107 intr irq291: ix1:que 12 100109 intr irq292: ix1:que 12 100111 intr irq293: ix1:link 12 100113 intr irq16: uhci0 12 100118 intr irq21: uhci1 12 100123 intr irq19: uhci2 uhc mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100128 intr irq18: ehci0 uhc mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100133 intr irq23: uhci3 ehc mi_switch+0x176 ithread_loop+0x1d1 fork_exit+0x11f fork_trampoline+0xe 12 100150 intr irq1: atkbd0 13 100025 yarrow - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 random_kthread+0x1e2 fork_exit+0x11f fork_trampoline+0xe 14 100114 usb usbus0 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100115 usb usbus0 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100116 usb usbus0 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100117 usb usbus0 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100119 usb usbus1 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100120 usb usbus1 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100121 usb usbus1 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100122 usb usbus1 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100124 usb usbus2 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100125 usb usbus2 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100126 usb usbus2 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100127 usb usbus2 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100129 usb usbus3 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100130 usb usbus3 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100131 usb usbus3 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100132 usb usbus3 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100134 usb usbus4 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100135 usb usbus4 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100136 usb usbus4 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100137 usb usbus4 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100138 usb usbus5 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100139 usb usbus5 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100140 usb usbus5 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100141 usb usbus5 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100142 usb usbus6 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100143 usb usbus6 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100144 usb usbus6 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100145 usb usbus6 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100146 usb usbus7 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100147 usb usbus7 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100148 usb usbus7 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 14 100149 usb usbus7 mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 usb_process+0x18b fork_exit+0x11f fork_trampoline+0xe 15 100154 vmdaemon - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 vm_daemon+0x81 fork_exit+0x11f fork_trampoline+0xe 16 100155 pagezero - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 vm_pagezero+0x83 fork_exit+0x11f fork_trampoline+0xe 17 100156 bufdaemon - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 buf_daemon+0x182 fork_exit+0x11f fork_trampoline+0xe 18 100157 syncer - mi_switch+0x176 sleepq_timedwait+0x42 _cv_timedwait+0x134 sched_sync+0x531 fork_exit+0x11f fork_trampoline+0xe 19 100158 vnlru - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 vnlru_proc+0x626 fork_exit+0x11f fork_trampoline+0xe 20 100159 softdepflush - mi_switch+0x176 sleepq_timedwait+0x42 _sleep+0x301 softdep_flush+0x334 fork_exit+0x11f fork_trampoline+0xe 21 100160 g_mirror gm0 - mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 g_mirror_worker+0xa8b fork_exit+0x11f fork_trampoline+0xe 41 100168 zfskern arc_reclaim_thre mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_buf_remove_ref+0x8a dbuf_rele_and_unlock+0x132 dbuf_evict+0x11 dbuf_do_evict+0x53 arc_do_user_evicts+0xb4 arc_reclaim_thread+0x264 fork_exit+0x11f fork_trampoline+0xe 41 100182 zfskern l2arc_feed_threa mi_switch+0x176 sleepq_timedwait+0x42 _cv_timedwait+0x134 l2arc_feed_thread+0x1a8 fork_exit+0x11f fork_trampoline+0xe 41 100516 zfskern txg_thread_enter mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 txg_thread_wait+0x79 txg_quiesce_thread+0xb5 fork_exit+0x11f fork_trampoline+0xe 41 100517 zfskern txg_thread_enter mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_release+0x8e arc_release_bp+0x9 dbuf_release_bp+0x6e dbuf_write+0x1ec dbuf_sync_list+0xdf dbuf_sync_list+0x106 dnode_sync+0x52d dmu_objset_sync+0x10e dsl_pool_sync+0xc1 spa_sync+0x336 txg_sync_thread+0x139 fork_exit+0x11f fork_trampoline+0xe 1290 100190 moused - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 1307 100164 devd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 1430 100169 syslogd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 1441 100166 rpcbind - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 seltdwait+0x98 poll+0x478 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1548 100165 sendmail - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 seltdwait+0x98 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 1551 100347 sendmail - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_sigsuspend+0xbc sigsuspend+0x34 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1555 100171 cron - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _sleep+0x1b1 kern_nanosleep+0x118 nanosleep+0x6e amd64_syscall+0x1f4 Xfast_syscall+0xfc 1595 100167 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1596 100351 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1597 100352 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1598 100353 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1599 100354 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1600 100355 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1962 100221 nfsd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 1963 100222 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100223 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100224 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100225 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100226 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100227 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100228 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e zfs_zget+0x21a zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv3_access+0x1d3 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100229 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100230 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100231 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100232 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100233 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e buf_hash_find+0x52 arc_read_nolock+0x54 arc_read+0x93 dbuf_read+0x452 dmu_buf_hold_array_by_dnode+0x16b dmu_buf_hold_array+0x67 dmu_read_uio+0x3f zfs_freebsd_read+0x3e4 nfsrv_read+0x96b nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100234 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100235 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100236 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100237 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100238 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e buf_hash_find+0x52 arc_read_nolock+0x54 arc_read+0x93 dbuf_prefetch+0x12c dmu_zfetch_dofetch+0x10b dmu_zfetch+0xaf8 dbuf_read+0x4a7 dmu_buf_hold_array_by_dnode+0x16b dmu_buf_hold_array+0x67 dmu_read_uio+0x3f zfs_freebsd_read+0x3e4 nfsrv_read+0x96b nfssvc_program+0x1a6 svc_run_internal+0x6e9 1963 100239 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_buf_add_ref+0x87 dbuf_hold_impl+0x6d dbuf_hold_level+0x1a dmu_tx_check_ioerr+0x52 dmu_tx_count_write+0x29c dmu_tx_hold_write+0x4a zfs_freebsd_write+0x372 VOP_WRITE_APV+0xb2 nfsrv_write+0x969 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100240 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100241 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100242 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100243 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e zfs_zget+0x21a zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv_getattr+0xf9 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100244 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100245 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100246 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100247 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100248 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100249 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100250 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100251 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_buf_add_ref+0x87 dbuf_hold_impl+0x6d dbuf_hold+0x1b dmu_buf_hold+0x9b zap_lockdir+0x58 zap_lookup_norm+0x45 zap_lookup+0x2e zfs_dirent_lock+0x4ff zfs_dirlook+0x69 zfs_lookup+0x26b zfs_freebsd_lookup+0x81 vfs_cache_lookup+0xf0 VOP_LOOKUP_APV+0x40 lookup+0x452 1963 100252 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100253 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100254 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100255 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100256 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100257 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100258 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100259 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100260 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100261 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100262 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100263 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100264 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100265 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100266 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100267 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100268 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100269 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_getattr+0xf9 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100270 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_buf_add_ref+0x87 dbuf_hold_impl+0x6d dbuf_hold+0x1b dmu_buf_hold_array_by_dnode+0x147 dmu_buf_hold_array+0x67 dmu_read_uio+0x3f zfs_freebsd_read+0x3e4 nfsrv_read+0x96b nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100271 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e zfs_zget+0x21a zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv_getattr+0xf9 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100272 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100273 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100274 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100275 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_getattr+0xf9 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100276 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100277 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100278 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100279 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100280 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100281 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100282 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100283 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100284 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100285 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100286 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100287 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e zfs_zget+0x21a zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv_getattr+0xf9 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100288 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100289 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100290 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100291 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100292 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100293 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100294 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100295 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100296 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100297 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100298 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100299 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100300 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100301 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_buf_add_ref+0x87 dbuf_hold_impl+0x6d dbuf_hold+0x1b dmu_buf_hold+0x9b zap_lockdir+0x58 zap_lookup_norm+0x45 zap_lookup+0x2e zfs_dirent_lock+0x4ff zfs_dirlook+0x69 zfs_lookup+0x26b zfs_freebsd_lookup+0x81 vfs_cache_lookup+0xf0 VOP_LOOKUP_APV+0x40 lookup+0x452 1963 100302 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100303 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100304 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100305 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100306 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100307 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100308 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 arc_lowmem+0x77 kmem_malloc+0xc1 uma_large_malloc+0x4a malloc+0xd7 arc_get_data_buf+0xb5 arc_read_nolock+0x1ec arc_read+0x93 dbuf_read+0x452 dmu_tx_check_ioerr+0x9a dmu_tx_count_write+0x29c dmu_tx_hold_write+0x4a zfs_freebsd_write+0x372 VOP_WRITE_APV+0xb2 nfsrv_write+0x969 nfssvc_program+0x1a6 1963 100309 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100310 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100311 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100312 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100313 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100314 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100315 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100316 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100317 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100318 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100319 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100320 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100321 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e buf_hash_find+0x52 arc_read_nolock+0x54 arc_read+0x93 dbuf_prefetch+0x12c dmu_zfetch_dofetch+0x10b dmu_zfetch+0xaf8 dbuf_read+0x4a7 dmu_buf_hold_array_by_dnode+0x16b dmu_buf_hold_array+0x67 dmu_read_uio+0x3f zfs_freebsd_read+0x3e4 nfsrv_read+0x96b nfssvc_program+0x1a6 svc_run_internal+0x6e9 1963 100322 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100323 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100324 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100325 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100326 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e buf_hash_find+0x52 arc_read_nolock+0x54 arc_read+0x93 dbuf_prefetch+0x12c dmu_zfetch_dofetch+0x10b dmu_zfetch+0xaf8 dbuf_read+0x675 dnode_hold_impl+0xf2 dmu_bonus_hold+0x27 zfs_zget+0x237 zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv3_access+0x1d3 nfssvc_program+0x1a6 1963 100327 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100328 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100329 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100330 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100331 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100332 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e zfs_zget+0x21a zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv3_access+0x1d3 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100333 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100334 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100335 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100336 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100344 nfsd nfsd: master mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_run+0x8f nfssvc_nfsd+0x12f nfssvc_nfsserver+0x5b nfssvc+0x48 amd64_syscall+0x1f4 Xfast_syscall+0xfc 1963 100534 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e arc_buf_add_ref+0x87 dbuf_hold_impl+0x6d dbuf_hold+0x1b dmu_buf_hold+0x9b zap_lockdir+0x58 zap_lookup_norm+0x45 zap_lookup+0x2e zfs_dirent_lock+0x4ff zfs_dirlook+0x69 zfs_lookup+0x26b zfs_freebsd_lookup+0x81 vfs_cache_lookup+0xf0 VOP_LOOKUP_APV+0x40 lookup+0x452 1963 100535 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100536 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sx_xlock_hard+0x305 _sx_xlock+0x4e zfs_zget+0x21a zfs_fhtovp+0x12d nfsrv_fhtovp+0x16e nfsrv_getattr+0xf9 nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100537 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100538 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 __lockmgr_args+0x49b vop_stdlock+0x39 VOP_LOCK1_APV+0x46 _vn_lock+0x47 zfs_vnode_lock+0x1d zfs_fhtovp+0x32b nfsrv_fhtovp+0x16e nfsrv_read+0x2bc nfssvc_program+0x1a6 svc_run_internal+0x6e9 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100539 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100540 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100541 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100542 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100543 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100544 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 1963 100545 nfsd nfsd: service mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 svc_run_internal+0x930 svc_thread_start+0xb fork_exit+0x11f fork_trampoline+0xe 3505 100173 cron - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 pipe_read+0x4a6 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 3506 100529 cron - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 pipe_read+0x4a6 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 3510 101664 bash - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_wait+0x6fd wait4+0x35 amd64_syscall+0x1f4 Xfast_syscall+0xfc 3511 101353 bash - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_wait+0x6fd wait4+0x35 amd64_syscall+0x1f4 Xfast_syscall+0xfc 3517 101816 zfs initial thread mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 txg_wait_synced+0x85 dsl_sync_task_group_wait+0x128 dmu_objset_snapshot+0x302 zfs_ioc_snapshot+0x1a8 zfsdev_ioctl+0xe6 devfs_ioctl_f+0x7b kern_ioctl+0x102 ioctl+0xfd amd64_syscall+0x1f4 Xfast_syscall+0xfc 3518 101606 zfs initial thread mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 txg_wait_synced+0x85 dsl_sync_task_group_wait+0x128 dmu_objset_snapshot+0x302 zfs_ioc_snapshot+0x1a8 zfsdev_ioctl+0xe6 devfs_ioctl_f+0x7b kern_ioctl+0x102 ioctl+0xfd amd64_syscall+0x1f4 Xfast_syscall+0xfc 3791 100597 ntpd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 3859 100678 cron - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 pipe_read+0x4a6 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 3861 101527 bash - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_wait+0x6fd wait4+0x35 amd64_syscall+0x1f4 Xfast_syscall+0xfc 3863 101689 zfs initial thread mi_switch+0x176 sleepq_wait+0x42 _cv_wait+0x129 txg_wait_synced+0x85 dsl_sync_task_group_wait+0x128 dmu_objset_snapshot+0x302 zfs_ioc_snapshot+0x1a8 zfsdev_ioctl+0xe6 devfs_ioctl_f+0x7b kern_ioctl+0x102 ioctl+0xfd amd64_syscall+0x1f4 Xfast_syscall+0xfc 4060 100943 sshd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 soreceive_generic+0xf9a dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 4064 101040 sshd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 4065 100737 bash - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 4100 101039 sshd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 soreceive_generic+0xf9a dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 4111 101336 sshd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 4112 100909 sudo - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 4113 101706 procstat - 5456 101080 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 6299 100216 mountd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 6676 101985 tmux - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x134 seltdwait+0x98 poll+0x478 amd64_syscall+0x1f4 Xfast_syscall+0xfc 6677 100822 bash - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc 12082 100565 sshd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 12460 100688 zabbix_agentd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_wait+0x6fd wait4+0x35 amd64_syscall+0x1f4 Xfast_syscall+0xfc 12461 100578 zabbix_agentd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _sleep+0x1b1 kern_nanosleep+0x118 nanosleep+0x6e amd64_syscall+0x1f4 Xfast_syscall+0xfc 12462 100343 zabbix_agentd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_accept+0x1de accept+0x75 amd64_syscall+0x1f4 Xfast_syscall+0xfc 12463 100661 zabbix_agentd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 seltdwait+0x110 kern_select+0x6ef select+0x5d amd64_syscall+0x1f4 Xfast_syscall+0xfc 12464 100205 zabbix_agentd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _sleep+0x269 kern_accept+0x1de accept+0x75 amd64_syscall+0x1f4 Xfast_syscall+0xfc 12465 100679 zabbix_agentd - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_timedwait_sig+0x19 _sleep+0x1b1 kern_nanosleep+0x118 nanosleep+0x6e amd64_syscall+0x1f4 Xfast_syscall+0xfc 76407 100733 getty - mi_switch+0x176 sleepq_catch_signals+0x31c sleepq_wait_sig+0x16 _cv_wait_sig+0x128 tty_wait+0x25 ttydisc_read+0x2b1 ttydev_read+0x10f devfs_read_f+0x88 dofileread+0xa1 kern_readv+0x60 read+0x55 amd64_syscall+0x1f4 Xfast_syscall+0xfc >How-To-Repeat: Heavy NFS + CIFS traffic over ZFS - leave it long enough and it'll deadlock eventually. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 06:30:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DEAA1F6 for ; Fri, 8 Feb 2013 06:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 310A47C1 for ; Fri, 8 Feb 2013 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r186U1Ff006103 for ; Fri, 8 Feb 2013 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r186U1ec006100; Fri, 8 Feb 2013 06:30:01 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 06:30:01 GMT Message-Id: <201302080630.r186U1ec006100@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: kern/175950: Possible deadlock in zfs after long uptime X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 06:30:01 -0000 The following reply was made to PR kern/175950; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, pascal.guitierrez@gmail.com Cc: Subject: Re: kern/175950: Possible deadlock in zfs after long uptime Date: Fri, 08 Feb 2013 08:26:03 +0200 Thank you for the report. You seem to have run into a problem that is triggered by either low available physical memory or low KVA. r242859 on stable/8 branch may reduce chances of the problem. Unfortunately, there is no complete resolution at the moment. If you are interested, some technical details could be found here: http://article.gmane.org/gmane.os.freebsd.stable/84981 Could you please also provide output of the following sysctls (for completeness sake): vm.stats vm.kmem_size vm.kmem_map_size vm.kmem_map_free P.S. The bad thread in your report: 1963 100308 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 _sleep+0x317 arc_lowmem+0x77 kmem_malloc+0xc1 uma_large_malloc+0x4a malloc+0xd7 arc_get_data_buf+0xb5 arc_read_nolock+0x1ec arc_read+0x93 dbuf_read+0x452 dmu_tx_check_ioerr+0x9a dmu_tx_count_write+0x29c dmu_tx_hold_write+0x4a zfs_freebsd_write+0x372 VOP_WRITE_APV+0xb2 nfsrv_write+0x969 nfssvc_program+0x1a6 -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 10:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1452A11C for ; Fri, 8 Feb 2013 10:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EFC83B54 for ; Fri, 8 Feb 2013 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Ao0Cl056543 for ; Fri, 8 Feb 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Ao0Fb056542; Fri, 8 Feb 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 10:50:00 GMT Resent-Message-Id: <201302081050.r18Ao0Fb056542@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, Paul Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5CD35CA for ; Fri, 8 Feb 2013 10:46:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4EDF6B2E for ; Fri, 8 Feb 2013 10:46:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18Aknv0017088 for ; Fri, 8 Feb 2013 10:46:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18AknKk017087; Fri, 8 Feb 2013 10:46:49 GMT (envelope-from nobody) Message-Id: <201302081046.r18AknKk017087@red.freebsd.org> Date: Fri, 8 Feb 2013 10:46:49 GMT From: Paul To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/175954: XENHVM xn network driver extreme packet loss during a slow download X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 10:50:01 -0000 >Number: 175954 >Category: kern >Synopsis: XENHVM xn network driver extreme packet loss during a slow download >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 10:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul >Release: 9.1 >Organization: >Environment: FreeBSD local.server 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Fri Feb 8 01:12:53 UTC 2013 root@local.server:/usr/obj/usr/src/sys/XENHVM amd64 >Description: The xn0 PV network driver for freebsd has a bug where if the client is downloading slowly leading to really poor network performance. I am guessing httpd is filling up the network buffer space with the large file, but the client is not downloading it fast enough. Increasing the various network send/recv/mbuf buffers with sysctl has no effect. #ping running from inside the freebsd guest ping the IP of xen host dom0 64 bytes from 10.0.0.1: icmp_seq=1303 ttl=64 time=234.603 ms 64 bytes from 10.0.0.1: icmp_seq=1304 ttl=64 time=204.760 ms 64 bytes from 10.0.0.1: icmp_seq=1305 ttl=64 time=261.683 ms 64 bytes from 10.0.0.1: icmp_seq=1306 ttl=64 time=47.769 ms ping: sendto: No buffer space available 64 bytes from 10.0.0.1: icmp_seq=1308 ttl=64 time=436.514 ms 64 bytes from 10.0.0.1: icmp_seq=1309 ttl=64 time=72.970 ms 64 bytes from 10.0.0.1: icmp_seq=1310 ttl=64 time=82.359 ms 64 bytes from 10.0.0.1: icmp_seq=1311 ttl=64 time=272.854 ms 64 bytes from 10.0.0.1: icmp_seq=1312 ttl=64 time=328.472 ms 64 bytes from 10.0.0.1: icmp_seq=1313 ttl=64 time=122.783 ms ping: sendto: No buffer space available 64 bytes from 10.0.0.1: icmp_seq=1315 ttl=64 time=84.061 ms 64 bytes from 10.0.0.1: icmp_seq=1316 ttl=64 time=70.805 ms ^C --- 10.0.0.1 ping statistics --- 1317 packets transmitted, 1173 packets received, 10.9% packet loss round-trip min/avg/max/stddev = 18.828/200.423/659.228/117.169 ms >How-To-Repeat: On the freebsd guest, run a http server such as apache or nginx and serve a large file, mine was 300mb. On the xen host (dom0) run this command (10.0.0.2 is the IP of the freebsd guest) wget -O /dev/null --limit-rate=1000K http://10.0.0.2/300mb.bin >Fix: The problem does not occur while using the GENERIC kernel. It also does not occur if the wget command is run from a different VM, but thats preventing me from running a reverse proxy on the dom0. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 11:40:03 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3046A8C9 for ; Fri, 8 Feb 2013 11:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2249EEB6 for ; Fri, 8 Feb 2013 11:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Be3MY066000 for ; Fri, 8 Feb 2013 11:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Be37D065999; Fri, 8 Feb 2013 11:40:03 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 11:40:03 GMT Message-Id: <201302081140.r18Be37D065999@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: kern/175950: Possible deadlock in zfs after long uptime X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 11:40:03 -0000 The following reply was made to PR kern/175950; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, pascal.guitierrez@gmail.com Cc: Subject: Re: kern/175950: Possible deadlock in zfs after long uptime Date: Fri, 08 Feb 2013 13:30:43 +0200 on 08/02/2013 08:26 Andriy Gapon said the following: > 1963 100308 nfsd nfsd: service mi_switch+0x176 sleepq_wait+0x42 > _sleep+0x317 arc_lowmem+0x77 kmem_malloc+0xc1 uma_large_malloc+0x4a malloc+0xd7 > arc_get_data_buf+0xb5 arc_read_nolock+0x1ec arc_read+0x93 dbuf_read+0x452 > dmu_tx_check_ioerr+0x9a dmu_tx_count_write+0x29c dmu_tx_hold_write+0x4a > zfs_freebsd_write+0x372 VOP_WRITE_APV+0xb2 nfsrv_write+0x969 nfssvc_program+0x1a6 Could you please provide another bit of information? Run kgdb and do 'list *arc_get_data_buf+0xb5'. Thank you. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 12:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5933856B for ; Fri, 8 Feb 2013 12:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 487E5173 for ; Fri, 8 Feb 2013 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18CK1VA073510 for ; Fri, 8 Feb 2013 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18CK11A073505; Fri, 8 Feb 2013 12:20:01 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 12:20:01 GMT Message-Id: <201302081220.r18CK11A073505@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Subject: Re: bin/174831: [PATCH] geli(8) segfaults with the new locked memory limit default X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 12:20:01 -0000 The following reply was made to PR bin/174831; it has been noted by GNATS. From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= To: bug-followup@FreeBSD.org, fk@fabiankeil.de, zont@FreeBSD.org, avg@FreeBSD.org Cc: Subject: Re: bin/174831: [PATCH] geli(8) segfaults with the new locked memory limit default Date: Fri, 8 Feb 2013 13:16:37 +0100 While geli should definitely be fixed to provide a meaningful error message instead of a crash, we also need to keep it working out of the box. For me, 256K seems to be enough to make it work, but I guess this is a function of the used crypto algorithms and key sizes. Can you maybe adapt the check to figure out how much memory actually needs to be mlocked? Once we come up with a better upper limit, the default in login.conf should be bumped accordingly. From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 12:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 34E03BF4 for ; Fri, 8 Feb 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2447B2E5 for ; Fri, 8 Feb 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Co1le078263 for ; Fri, 8 Feb 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Co1Kr078262; Fri, 8 Feb 2013 12:50:01 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 12:50:01 GMT Message-Id: <201302081250.r18Co1Kr078262@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: bin/174831: [PATCH] geli(8) segfaults with the new locked memory limit default X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 12:50:01 -0000 The following reply was made to PR bin/174831; it has been noted by GNATS. From: Andriy Gapon To: =?UTF-8?B?VWxyaWNoIFNww7ZybGVpbg==?= Cc: bug-followup@FreeBSD.org, fk@fabiankeil.de, zont@FreeBSD.org Subject: Re: bin/174831: [PATCH] geli(8) segfaults with the new locked memory limit default Date: Fri, 08 Feb 2013 14:43:19 +0200 on 08/02/2013 14:16 Ulrich Spörlein said the following: > While geli should definitely be fixed to provide a meaningful error > message instead of a crash, we also need to keep it working out of the > box. > > For me, 256K seems to be enough to make it work, but I guess this is a > function of the used crypto algorithms and key sizes. Can you maybe > adapt the check to figure out how much memory actually needs to be > mlocked? > > Once we come up with a better upper limit, the default in login.conf > should be bumped accordingly. > unlimited is a perfect limit. No program won't complain. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 16:58:37 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE4D5570 for ; Fri, 8 Feb 2013 16:58:37 +0000 (UTC) (envelope-from todd@toddblum.org) Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) by mx1.freebsd.org (Postfix) with ESMTP id 9B91A167 for ; Fri, 8 Feb 2013 16:58:37 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id tb18so4135252obb.3 for ; Fri, 08 Feb 2013 08:58:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=S7DwCxXetP4n/5fnkXxH+jsGbp7zgOJfuCwCtDh6HKk=; b=o+J+OqWvQfXyOVB5ka3cO1GE6Qj6JGMoesWtb6cnw2uPPnTB7tLIaK2ss1m1DlUJAl YU6ZsClWrLGO6EiyPjT2Tm5/vsdr6C9ljmSqSzck8ya2AKxITvhXoUnqNz0qdie0u3hs 4nrhGI6AYBiNd8/EZ3IW+YSzQSEZz7qY6/xqd4mWFJWUl2epygzDC/xIT1NYCElQQxQu 50TIKfR2tvtoW5rA6HrFTXCEcUtMak0FPOOUyN43c96zszMF1zx40b7bc/rAeVTBKfgX SgKT4ImFiC1kQCto1kV4keyZtUKBUfHqVI5rsLT9q86G2ln+0AiVKLJa9A7gjFNOdtw+ az6g== MIME-Version: 1.0 X-Received: by 10.182.118.1 with SMTP id ki1mr4800305obb.2.1360342710153; Fri, 08 Feb 2013 08:58:30 -0800 (PST) Received: by 10.60.5.196 with HTTP; Fri, 8 Feb 2013 08:58:30 -0800 (PST) In-Reply-To: References: <201205181350.q4IDo1S7040401@freefall.freebsd.org> Date: Fri, 8 Feb 2013 11:58:30 -0500 Message-ID: Subject: Re: bin/168104: racoon daemon exited on signal 11 (SEGV) and was not restarted From: Todd Blum To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org X-Gm-Message-State: ALoCoQkFAOjM/qdb3tb4ojGR7z2iM/bPO2yFyfW31VHIOX4SaqfdfBHQIUrfv8PraWkgdJnsKD9r Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 16:58:37 -0000 Events seem to correlate to ISP outages/connectivity issues. Submitted bug to Ipsec-tools: https://sourceforge.net/tracker/index.php?func=detail&aid=3603844&group_id=74601&atid=541482# I'm running ipsec-tools 0.8.0, don't know if it happens with 0.8.1 as well. From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 23:20:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B8351B5F for ; Fri, 8 Feb 2013 23:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED25909 for ; Fri, 8 Feb 2013 23:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18NK0EV094568 for ; Fri, 8 Feb 2013 23:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18NK0Bo094566; Fri, 8 Feb 2013 23:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 23:20:00 GMT Resent-Message-Id: <201302082320.r18NK0Bo094566@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, Sascha Wildner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF2A6B53 for ; Fri, 8 Feb 2013 23:18:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8F119902 for ; Fri, 8 Feb 2013 23:18:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18NIsKm094981 for ; Fri, 8 Feb 2013 23:18:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18NIsI3094980; Fri, 8 Feb 2013 23:18:54 GMT (envelope-from nobody) Message-Id: <201302082318.r18NIsI3094980@red.freebsd.org> Date: Fri, 8 Feb 2013 23:18:54 GMT From: Sascha Wildner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/175974: logic issue in ppp(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 23:20:00 -0000 >Number: 175974 >Category: misc >Synopsis: logic issue in ppp(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sascha Wildner >Release: seen on current >Organization: DragonFly BSD >Environment: >Description: usr.sbin/ppp/mppe.c has the following check in line 171: if (*proto < 0x21 && *proto > 0xFA) { My assumption is that it should be an || but I lack the MPPE clue to verify it. Best regards, Sascha >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 23:53:06 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 71E463E1; Fri, 8 Feb 2013 23:53:06 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2F3A47; Fri, 8 Feb 2013 23:53:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Nr5xt001016; Fri, 8 Feb 2013 23:53:05 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Nr50m001012; Fri, 8 Feb 2013 23:53:05 GMT (envelope-from eadler) Date: Fri, 8 Feb 2013 23:53:05 GMT Message-Id: <201302082353.r18Nr50m001012@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: bin/175974: ppp(8): logic issue X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 23:53:06 -0000 Old Synopsis: logic issue in ppp(8) New Synopsis: ppp(8): logic issue Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: eadler Responsible-Changed-When: Fri Feb 8 23:52:20 UTC 2013 Responsible-Changed-Why: change synopsis and assign http://www.freebsd.org/cgi/query-pr.cgi?pr=175974 From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 00:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0A3FB9B2 for ; Sat, 9 Feb 2013 00:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CC5BCB33 for ; Sat, 9 Feb 2013 00:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r190K0VU011958 for ; Sat, 9 Feb 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r190K0YL011953; Sat, 9 Feb 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 9 Feb 2013 00:20:00 GMT Resent-Message-Id: <201302090020.r190K0YL011953@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, William Ahern Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 077129A7 for ; Sat, 9 Feb 2013 00:18:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D70CEB23 for ; Sat, 9 Feb 2013 00:18:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r190IeJP093091 for ; Sat, 9 Feb 2013 00:18:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r190Iewu093090; Sat, 9 Feb 2013 00:18:40 GMT (envelope-from nobody) Message-Id: <201302090018.r190Iewu093090@red.freebsd.org> Date: Sat, 9 Feb 2013 00:18:40 GMT From: William Ahern To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/175975: Typo in hexdump/conv.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 00:20:01 -0000 >Number: 175975 >Category: misc >Synopsis: Typo in hexdump/conv.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 09 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Ahern >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD fbsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: usr.bin/hexdump/conv.c contains a typo at line 154. Instead of "dc1", there's "dcl". That is, it contains the letter "l" instead of the number "1". The man page correctly documents "dc1". This is fixed for OS X. I discovered this when testing my own implementation of hexdump at http://25thandclement.com/~william/projects/hexdump.c.html >How-To-Repeat: hexdump -e '16 "%3_u " "\n"' /dev/urandom | grep -e dcl -e dc1 | head >Fix: Fix the typo. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 00:21:09 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 42C08A10; Sat, 9 Feb 2013 00:21:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA32B48; Sat, 9 Feb 2013 00:21:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r190L9nF013529; Sat, 9 Feb 2013 00:21:09 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r190L9wQ013525; Sat, 9 Feb 2013 00:21:09 GMT (envelope-from eadler) Date: Sat, 9 Feb 2013 00:21:09 GMT Message-Id: <201302090021.r190L9wQ013525@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-bugs@FreeBSD.org, eadler@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: misc/175975: Typo in hexdump/conv.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 00:21:09 -0000 Synopsis: Typo in hexdump/conv.c Responsible-Changed-From-To: freebsd-bugs->eadler Responsible-Changed-By: eadler Responsible-Changed-When: Sat Feb 9 00:21:08 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175975 From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 07:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0586EEBF for ; Sat, 9 Feb 2013 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D9D00D2A for ; Sat, 9 Feb 2013 07:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r197e0Ze094262 for ; Sat, 9 Feb 2013 07:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r197e0Xe094258; Sat, 9 Feb 2013 07:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 9 Feb 2013 07:40:00 GMT Resent-Message-Id: <201302090740.r197e0Xe094258@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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9AA1EAF for ; Sat, 9 Feb 2013 07:38:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7F129D21 for ; Sat, 9 Feb 2013 07:38:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r197cl34041378 for ; Sat, 9 Feb 2013 07:38:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r197cl2Y041377; Sat, 9 Feb 2013 07:38:47 GMT (envelope-from nobody) Message-Id: <201302090738.r197cl2Y041377@red.freebsd.org> Date: Sat, 9 Feb 2013 07:38:47 GMT From: Eugen Konkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/175978: can not build 10-CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 07:40:01 -0000 >Number: 175978 >Category: misc >Synopsis: can not build 10-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 09 07:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eugen Konkov >Release: 10.0-CURRENT >Organization: ISP FreeLine >Environment: FreeBSD aki 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Wed Jun 13 13:46:00 EEST 2012 adm@aki:/usr/obj/usr/src/sys/AKI i386 >Description: make -j 8 kernel-toolchain ... -------------------------------------------------------------- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> stage 1.2: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/us r/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp VERSION="FreeBSD 10.0-CURRENT i386 900044" MAKEFLAGS="-m /usr/src/tools/build/mk -j 8 -m /usr/src/share/mk TARGET=i386 TARGET_ARCH=i386" COMPILER_TYPE=gcc make -f Makefile.inc1 DESTDIR= BOOTSTRAPPING= 900044 SSP_CFLAGS= -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DNO_PIC -DNO_PROFILE -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD bootstrap-tools ===> lib/clang/libllvmsupport (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport created for /usr/src/lib/clang/libllvmsupport rm -f .depend mkdep -f .depend -a -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/li b/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -std=gnu99 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regcomp.c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regerror.c /usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/lib/Support/regexec.c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regfree.c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regstrlcpy.c mkdep -f .depend -a -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/li b/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APInt.cpp /usr/src/lib/clang/libll vmsupport/../../../contrib/llvm/lib/Support/APSInt.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Allocator.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Atomic.cpp /usr/src/lib/cla ng/l ibllvmsupport/../../../contrib/llvm/lib/Support/BlockFrequency.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BranchProbability.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CommandLine.cpp /usr/src/lib /clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConstantRange.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CrashRecoveryContext.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DAGDeltaAlgorithm.c pp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Debug.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DeltaAlgorithm.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Dwarf.cpp /usr/src /lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DynamicLibrary.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Errno.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ErrorHa ndli ng.cpp /usr/src/lib/clang/libllvmsupport/../! ../../contrib/llvm/lib/Support/FoldingSet.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FormattedStream.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/GraphWriter.cpp /usr/src/lib/clang/libllvmsupport/. ./../../contrib/llvm/lib/Support/Hashing.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Host.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntervalMap.cpp /usr/src/lib/clang/libllvmsupport/../../../contr ib/llvm/lib/Support/IntEqClasses.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntrusiveRefCntPtr.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Locale.cpp /usr/src/lib/clang/libllvmsupport/../../../cont rib/llvm/lib/Support/LockFileManager.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ManagedStatic.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Memory.cpp /usr/src/lib/clang/libllvm supp ort/../../../contrib/llvm/lib/Support/MemoryBuffer.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MemoryObject.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Mutex.cpp /usr/src/lib/clang/libllvmsupport/. ./../../contrib/llvm/lib/Support/Path.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PathV2.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PluginLoader.cpp /usr/src/lib/clang/libllvmsupport/../../../contr ib/llvm/lib/Support/PrettyStackTrace.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Program.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/ll vm/lib/Support/RWMutex.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Regex.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp /usr/src/lib/clang/libl lvms upport/../../../contrib/llvm/lib/Support/Sig! nals.cpp ! /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallPtrSet.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallVector.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SourceMgr.cpp /us r/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Statistic.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StreamableMemoryObject.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringExtras .cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringMap.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringPool.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringRef.cpp /u sr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/TargetRegistry.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ThreadLocal.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Sup port /Threading.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/TimeValue.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Timer.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ToolOutput File.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Triple.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Twine.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Valgrind.cpp /usr/sr c/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/circular_raw_ostream.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/raw_os_ostream.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/raw_ostream.c pp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/system_error.cpp c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp -o APFloat.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APInt.cpp -o APInt.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APSInt.cpp -o APSInt.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Allocator.cpp -o Allocator.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Atomic.cpp -o Atomic.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BlockFrequency.cpp -o BlockFrequency.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BranchProbability.cpp -o BranchProbability.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CommandLine.cpp -o CommandLine.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConstantRange.cpp -o ConstantRange.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CrashRecoveryContext.cpp -o CrashRecoveryContext.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp -o DAGDeltaAlgorithm.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Debug.cpp -o Debug.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DeltaAlgorithm.cpp -o DeltaAlgorithm.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Dwarf.cpp -o Dwarf.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DynamicLibrary.cpp -o DynamicLibrary.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Errno.cpp -o Errno.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ErrorHandling.cpp -o ErrorHandling.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FoldingSet.cpp -o FoldingSet.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FormattedStream.cpp -o FormattedStream.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/GraphWriter.cpp -o GraphWriter.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Hashing.cpp -o Hashing.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Host.cpp -o Host.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntervalMap.cpp -o IntervalMap.o c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/ libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i386-unknown-f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntEqClasses.cpp -o IntEqClasses.o {standard input}: Assembler messages: {standard input}:2999: Warning: end of file not at end of a line; newline inserted {standard input}:3863: Error: unknown pseudo-op: `.se' c++: Internal error: Killed: 9 (program cc1plus) Please submit a full bug report. See for instructions. *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error # svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 246586 Node Kind: directory Schedule: normal Last Changed Author: delphij Last Changed Rev: 246586 Last Changed Date: 2013-02-09 08:39:28 +0200 (Sat, 09 Feb 2013) From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 09:10:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DF314E4E for ; Sat, 9 Feb 2013 09:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D10EFF23 for ; Sat, 9 Feb 2013 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r199A2ZD012228 for ; Sat, 9 Feb 2013 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r199A2s7012227; Sat, 9 Feb 2013 09:10:02 GMT (envelope-from gnats) Date: Sat, 9 Feb 2013 09:10:02 GMT Message-Id: <201302090910.r199A2s7012227@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eugen Konkov Subject: Re: misc/175978: can not build 10-CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Eugen Konkov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 09:10:02 -0000 The following reply was made to PR misc/175978; it has been noted by GNATS. From: Eugen Konkov To: bug-followup@FreeBSD.org, kes-kes@yandex.ru Cc: Subject: Re: misc/175978: can not build 10-CURRENT Date: Sat, 9 Feb 2013 11:09:34 +0200 Çäðàâñòâóéòå, Bug-followup. make buildworld ... c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp -o CGDeclCXX.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp -o CGException.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp -o CGExpr.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp -o CGExprAgg.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp -o CGExprCXX.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp -o CGExprComplex.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp -o CGExprConstant.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp -o CGExprScalar.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp -o CGObjC.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp -o CGObjCGNU.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp -o CGObjCMac.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp -o CGObjCRuntime.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp -o CGOpenCLRuntime.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGRTTI.cpp -o CGRTTI.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp -o CGRecordLayoutBuilder.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp -o CGStmt.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp -o CGVTT.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp -o CGVTables.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp -o CodeGenAction.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp -o CodeGenFunction.o c++ -O2 -pipe -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen -I. -I/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"i 386-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp -o CodeGenModule.o {standard input}: Assembler messages: {standard input}:39970: Warning: end of file not at end of a line; newline inserted c++: Internal error: Killed: 9 (program cc1plus) Please submit a full bug report. See for instructions. *** [CodeGenModule.o] Error code 1 Stop in /usr/src/lib/clang/libclangcodegen. *** [all] Error code 1 Stop in /usr/src/lib/clang. *** [cross-tools] Error code 1 Stop in /usr/src. *** [_cross-tools] Error code 1 Stop in /usr/src. *** Error code 1 -- Eugen mailto:kes-kes@yandex.ru From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 12:50:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D156221D for ; Sat, 9 Feb 2013 12:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B9015904 for ; Sat, 9 Feb 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19Co0hO052025 for ; Sat, 9 Feb 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19Co0jZ052024; Sat, 9 Feb 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 9 Feb 2013 12:50:00 GMT Resent-Message-Id: <201302091250.r19Co0jZ052024@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, Sandra Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA343FB5 for ; Sat, 9 Feb 2013 12:41:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AA1AF8C6 for ; Sat, 9 Feb 2013 12:41:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r19Cf6xS031054 for ; Sat, 9 Feb 2013 12:41:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r19Cf6bl031050; Sat, 9 Feb 2013 12:41:06 GMT (envelope-from nobody) Message-Id: <201302091241.r19Cf6bl031050@red.freebsd.org> Date: Sat, 9 Feb 2013 12:41:06 GMT From: Sandra To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/175983: man zfs are missing "hold, release" from "zfs allow" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 12:50:00 -0000 >Number: 175983 >Category: misc >Synopsis: man zfs are missing "hold, release" from "zfs allow" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 09 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sandra >Release: 9 >Organization: >Environment: >Description: The zfs manpage are missing "hold" and "release" as possible permissions for "zfs allow". See zfs allow [-ld] -e perm|@setname[,...] filesystem | volume Permissions are generally the ability to use a ZFS a ZFS property. The following permissions are available: Here "hold" and "release" should be listed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 14:00:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2D5FF for ; Sat, 9 Feb 2013 14:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 742A1B36; Sat, 9 Feb 2013 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19E00NS064451; Sat, 9 Feb 2013 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19E007D064450; Sat, 9 Feb 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 9 Feb 2013 14:00:00 GMT Resent-Message-Id: <201302091400.r19E007D064450@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Cc: Eitan Adler Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Mallon Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CDF38469 for ; Sat, 9 Feb 2013 13:50:30 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 644FEAE2 for ; Sat, 9 Feb 2013 13:50:30 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.24]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MP3Jh-1TyNfO1ixb-006PVG for ; Sat, 09 Feb 2013 14:50:29 +0100 Received: (qmail invoked by alias); 09 Feb 2013 13:50:29 -0000 Received: from p5B132F8B.dip.t-dialin.net (EHLO rotluchs.lokal) [91.19.47.139] by mail.gmx.net (mp024) with SMTP; 09 Feb 2013 14:50:29 +0100 Received: from tron by rotluchs.lokal with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U4Ap1-0005mJ-Ea; Sat, 09 Feb 2013 14:50:27 +0100 Message-Id: Date: Sat, 09 Feb 2013 14:50:27 +0100 From: Christoph Mallon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 X-GNATS-Notify: Eitan Adler Subject: gnu/175985: [PATCH] Improve send-pr Cc: Eitan Adler X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christoph Mallon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 14:00:00 -0000 >Number: 175985 >Category: gnu >Synopsis: [PATCH] Improve send-pr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 09 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: >Organization: >Environment: >Description: - Do not delete lines starting with Subject:. They are most probably part of a attached git patch. - Recognize an empty file as a not filled out PR, too. - Allow attaching files via -- followed by file names. >How-To-Repeat: >Fix: Please apply the patches. --- 0001-send-pr-Do-not-delete-lines-starting-with-Subject.patch begins here --- >From 5184b240a473c99e960e3bf91137c6cbe9b87916 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 7 Feb 2013 15:27:37 +0100 Subject: [PATCH 1/3] send-pr: Do not delete lines starting with Subject:. They are most probably part of a attached git patch. --- gnu/usr.bin/send-pr/send-pr.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index dee0f48..cafab61 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -528,19 +528,6 @@ while true; do done # -# Remove the subject field if one is already there. There's no reason -# for it to be any different than the synopsis. -# -if grep '^Subject:' $TEMP > /dev/null -then - ed -s $TEMP << __EOF__ -/^Subject:/d -w -q -__EOF__ -fi - -# # Add the subject field with the value of $SYNOPSIS. We use the To: # field as an anchor, which had better be there. # -- 1.8.1.3 --- 0001-send-pr-Do-not-delete-lines-starting-with-Subject.patch ends here --- --- 0002-send-pr-Recognize-an-empty-file-as-a-not-filled-out-.patch begins here --- >From 1aef69d088167180c2c9e7c7abc55d256afc59db Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 7 Feb 2013 15:31:48 +0100 Subject: [PATCH 2/3] send-pr: Recognize an empty file as a not filled out PR, too. --- gnu/usr.bin/send-pr/send-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index cafab61..c009a18 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -393,7 +393,7 @@ __EOF__ chmod u+w $TEMP eval $EDIT $TEMP - if cmp -s $REF $TEMP ; then + if [ ! -s "$TEMP" ] || cmp -s $REF $TEMP ; then echo "$COMMAND: problem report not filled out, therefore not sent" xs=1; exit fi -- 1.8.1.3 --- 0002-send-pr-Recognize-an-empty-file-as-a-not-filled-out-.patch ends here --- --- 0003-send-pr-Allow-attaching-files-via-followed-by-file-n.patch begins here --- >From fe33d1d033e98bf627d49a111a711ee3c2334872 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 6 Feb 2013 15:16:23 +0100 Subject: [PATCH 3/3] send-pr: Allow attaching files via -- followed by file names. --- gnu/usr.bin/send-pr/send-pr.1 | 6 ++++++ gnu/usr.bin/send-pr/send-pr.sh | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/gnu/usr.bin/send-pr/send-pr.1 b/gnu/usr.bin/send-pr/send-pr.1 index 49fd42b..4953a50 100644 --- a/gnu/usr.bin/send-pr/send-pr.1 +++ b/gnu/usr.bin/send-pr/send-pr.1 @@ -67,6 +67,12 @@ send-pr \- send problem report (PR) to a central support site .B \-a .I file ] +[ +-- +[ +.I file... +] +] .SH DESCRIPTION .B send-pr is a tool used to submit diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index c009a18..07950a7 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -144,6 +144,24 @@ BATCH= CC= SEVERITY_C= +attach() +{ + if [ -e "$1" -a ! -d "$1" ]; then + PRETTY_NAME=${1##*/} + if file -b "$1" | grep -q "text" 2>/dev/null ; then + ATTACHED_FILES="$ATTACHED_FILES +--- $PRETTY_NAME begins here --- +$(cat "$1") +--- $PRETTY_NAME ends here --- +" + else + ATTACHED_FILES="$ATTACHED_FILES +$(uuencode "$PRETTY_NAME" < "$1") +" + fi + fi +} + while [ $# -gt 0 ]; do case "$1" in -r) ;; # Ignore for backward compat. @@ -173,22 +191,16 @@ while [ $# -gt 0 ]; do -a | --attach) if [ -z "$2" ]; then echo "$USAGE" ; exit 1; fi - if [ -e "$2" -a ! -d "$2" ]; then - PRETTY_NAME=`basename $2` - if file $2 | grep "text" >/dev/null 2>/dev/null ; then - ATTACHED_FILES="$ATTACHED_FILES ---- $PRETTY_NAME begins here --- -`cat \"$2\"` ---- $PRETTY_NAME ends here --- -" - else - ATTACHED_FILES="$ATTACHED_FILES -`uuencode \"$PRETTY_NAME\" < \"$2\"` -" - fi - shift; - fi; + attach "$2" + shift ;; + --) + shift + while [ "$#" != 0 ]; do + attach "$1" + shift + done + break;; -*) echo "$USAGE" ; exit 1 ;; *) if [ -z "$USER_GNATS_SITE" ]; then if [ ! -r "$DATADIR/gnats/$1" ]; then -- 1.8.1.3 --- 0003-send-pr-Allow-attaching-files-via-followed-by-file-n.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 15:55:47 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F3023666; Sat, 9 Feb 2013 15:55:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CA3339A; Sat, 9 Feb 2013 15:55:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19Ftk8p086816; Sat, 9 Feb 2013 15:55:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19Ftka4086812; Sat, 9 Feb 2013 15:55:46 GMT (envelope-from linimon) Date: Sat, 9 Feb 2013 15:55:46 GMT Message-Id: <201302091555.r19Ftka4086812@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: docs/175983: man zfs are missing "hold, release" from "zfs allow" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 15:55:47 -0000 Synopsis: man zfs are missing "hold, release" from "zfs allow" Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 9 15:55:30 UTC 2013 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=175983 From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 16:03:19 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 72C9D9E7; Sat, 9 Feb 2013 16:03:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1B0101; Sat, 9 Feb 2013 16:03:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19G3JPe088422; Sat, 9 Feb 2013 16:03:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19G3Je7088418; Sat, 9 Feb 2013 16:03:19 GMT (envelope-from linimon) Date: Sat, 9 Feb 2013 16:03:19 GMT Message-Id: <201302091603.r19G3Je7088418@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-toolchain@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: bin/175930: clang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 16:03:19 -0000 Old Synopsis: CLang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t New Synopsis: clang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t Responsible-Changed-From-To: freebsd-bugs->freebsd-toolchain Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 9 16:02:36 UTC 2013 Responsible-Changed-Why: let's see if anyone on toolchain@ has an opinion. http://www.freebsd.org/cgi/query-pr.cgi?pr=175930 From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 16:10:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EB4A8A99 for ; Sat, 9 Feb 2013 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CACE0130 for ; Sat, 9 Feb 2013 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19GA1td088819 for ; Sat, 9 Feb 2013 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19GA0fC088814; Sat, 9 Feb 2013 16:10:00 GMT (envelope-from gnats) Date: Sat, 9 Feb 2013 16:10:00 GMT Message-Id: <201302091610.r19GA0fC088814@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Hein Subject: Re: kern/175897: operations on readonly zpool hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Hein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 16:10:02 -0000 The following reply was made to PR kern/175897; it has been noted by GNATS. From: John Hein To: Andriy Gapon Cc: Subject: Re: kern/175897: operations on readonly zpool hang Date: Sat, 9 Feb 2013 08:53:52 -0700 --TJuR8xJE3h Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Here's the full procstat -kk -a output... --TJuR8xJE3h Content-Type: text/plain; name="procstat.txt" Content-Description: procstat -kk -a Content-Disposition: inline; filename="procstat.txt" Content-Transfer-Encoding: 7bit PID TID COMM TDNAME KSTACK 0 100000 kernel swapper mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf scheduler+0x290 mi_startup+0x77 btext+0x2c 0 100010 kernel firmware taskq mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100016 kernel thread taskq mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100019 kernel acpi_task_0 mi_switch+0x190 sleepq_wait+0x44 msleep_spin+0x141 taskqueue_thread_loop+0x5f fork_exit+0x11d fork_trampoline+0xe 0 100020 kernel acpi_task_1 mi_switch+0x190 sleepq_wait+0x44 msleep_spin+0x141 taskqueue_thread_loop+0x5f fork_exit+0x11d fork_trampoline+0xe 0 100021 kernel acpi_task_2 mi_switch+0x190 sleepq_wait+0x44 msleep_spin+0x141 taskqueue_thread_loop+0x5f fork_exit+0x11d fork_trampoline+0xe 0 100022 kernel kqueue taskq mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100023 kernel ffs_trim taskq mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100028 kernel em0 taskq mi_switch+0x190 sleepq_wait+0x44 msleep_spin+0x141 taskqueue_thread_loop+0x5f fork_exit+0x11d fork_trampoline+0xe 0 100054 kernel system_taskq mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100467 kernel zio_null_issue mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100468 kernel zio_null_intr mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100469 kernel zio_read_issue_0 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100470 kernel zio_read_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100471 kernel zio_read_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100472 kernel zio_read_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100473 kernel zio_read_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100474 kernel zio_read_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100475 kernel zio_read_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100476 kernel zio_read_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100477 kernel zio_read_intr mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100478 kernel zio_write_issue mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100479 kernel zio_write_issue_ mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100480 kernel zio_write_issue_ mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100481 kernel zio_write_issue_ mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100482 kernel zio_write_issue_ mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100483 kernel zio_write_issue_ mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100484 kernel zio_write_intr_0 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100485 kernel zio_write_intr_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100486 kernel zio_write_intr_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100487 kernel zio_write_intr_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100488 kernel zio_write_intr_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100489 kernel zio_write_intr_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100490 kernel zio_write_intr_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100491 kernel zio_write_intr_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100492 kernel zio_write_intr_h mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100493 kernel zio_write_intr_h mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100494 kernel zio_write_intr_h mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100495 kernel zio_write_intr_h mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100496 kernel zio_write_intr_h mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100497 kernel zio_free_issue_0 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100498 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100499 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100500 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100501 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100502 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100503 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100504 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100505 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100506 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100507 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100508 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100509 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100510 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100511 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100512 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100513 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100514 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100515 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100516 kernel zio_free_issue_1 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100517 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100518 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100519 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100520 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100521 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100522 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100523 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100524 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100525 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100526 kernel zio_free_issue_2 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100527 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100528 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100529 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100530 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100531 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100532 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100533 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100534 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100535 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100536 kernel zio_free_issue_3 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100537 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100538 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100539 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100540 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100541 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100542 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100543 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100544 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100545 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100546 kernel zio_free_issue_4 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100547 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100548 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100549 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100550 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100551 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100552 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100553 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100554 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100555 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100556 kernel zio_free_issue_5 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100557 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100558 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100559 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100560 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100561 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100562 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100563 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100564 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100565 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100566 kernel zio_free_issue_6 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100567 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100568 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100569 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100570 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100571 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100572 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100573 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100574 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100575 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100576 kernel zio_free_issue_7 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100577 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100578 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100579 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100580 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100581 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100582 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100583 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100584 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100585 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100586 kernel zio_free_issue_8 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100587 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100588 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100589 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100590 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100591 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100592 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100593 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100594 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100595 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100596 kernel zio_free_issue_9 mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100597 kernel zio_free_intr mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100598 kernel zio_claim_issue mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100599 kernel zio_claim_intr mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100600 kernel zio_ioctl_issue mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100601 kernel zio_ioctl_intr mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 0 100602 kernel zfs_vn_rele_task mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 taskqueue_thread_loop+0xb7 fork_exit+0x11d fork_trampoline+0xe 1 100002 init - mi_switch+0x190 sleepq_catch_signals+0x27f sleepq_wait_sig+0x16 _sleep+0x275 kern_wait6+0x5e2 kern_wait+0x12d sys_wait4+0x35 amd64_syscall+0x25b Xfast_syscall+0xf7 2 100012 crypto - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 crypto_proc+0x187 fork_exit+0x11d fork_trampoline+0xe 3 100013 crypto returns - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 crypto_ret_proc+0x173 fork_exit+0x11d fork_trampoline+0xe 4 100027 mpt_recovery0 - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 mpt_recovery_thread+0x229 fork_exit+0x11d fork_trampoline+0xe 5 100033 fdc0 - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf fdc_thread+0x7c8 fork_exit+0x11d fork_trampoline+0xe 6 100034 ctl_thrd - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 ctl_work_thread+0x1bda fork_exit+0x11d fork_trampoline+0xe 7 100035 sctp_iterator - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 sctp_iterator_thread+0x3f fork_exit+0x11d fork_trampoline+0xe 8 100036 xpt_thrd - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 xpt_scanner_thread+0xbe fork_exit+0x11d fork_trampoline+0xe 9 100037 pagedaemon - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf vm_pageout+0xaf7 fork_exit+0x11d fork_trampoline+0xe 10 100001 audit - mi_switch+0x190 sleepq_wait+0x44 _cv_wait+0x114 audit_worker+0x31c fork_exit+0x11d fork_trampoline+0xe 11 100003 idle idle: cpu0 mi_switch+0x190 critical_exit+0xa2 sched_idletd+0x21f fork_exit+0x11d fork_trampoline+0xe 12 100004 intr swi3: vm 12 100005 intr swi1: netisr 0 12 100006 intr swi4: clock mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100014 intr swi2: cambio mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100015 intr swi5: fast taskq 12 100017 intr swi6: Giant task mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100018 intr swi6: task queue mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100024 intr irq14: ata0 12 100025 intr irq15: ata1 mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100026 intr irq17: mpt0 mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100029 intr irq1: atkbd0 mi_switch+0x190 ithread_loop+0x1fb fork_exit+0x11d fork_trampoline+0xe 12 100030 intr irq12: psm0 12 100031 intr irq7: ppc0 12 100032 intr swi0: uart uart 13 100007 geom g_event mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 g_run_events+0x2b5 fork_exit+0x11d fork_trampoline+0xe 13 100008 geom g_up mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 g_io_schedule_up+0xe6 g_up_procbody+0x5c fork_exit+0x11d fork_trampoline+0xe 13 100009 geom g_down mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 g_io_schedule_down+0x21d g_down_procbody+0x5c fork_exit+0x11d fork_trampoline+0xe 14 100011 yarrow - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf random_kthread+0x1ad fork_exit+0x11d fork_trampoline+0xe 15 100038 vmdaemon - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 vm_daemon+0x4d fork_exit+0x11d fork_trampoline+0xe 16 100039 pagezero - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf vm_pagezero+0x73 fork_exit+0x11d fork_trampoline+0xe 17 100040 bufdaemon - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf buf_daemon+0x192 fork_exit+0x11d fork_trampoline+0xe 18 100041 vnlru - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf vnlru_proc+0x49d fork_exit+0x11d fork_trampoline+0xe 19 100042 syncer - mi_switch+0x190 sleepq_timedwait+0x42 _cv_timedwait+0x135 sched_sync+0x4c9 fork_exit+0x11d fork_trampoline+0xe 20 100043 softdepflush - mi_switch+0x190 sleepq_timedwait+0x42 _sleep+0x1cf softdep_flush+0x26a fork_exit+0x11d fork_trampoline+0xe 21 100044 sh - mi_switch+0x190 sleepq_catch_signals+0x27f sleepq_wait_sig+0x16 _sleep+0x275 kern_wait6+0x5e2 kern_wait+0x12d sys_wait4+0x35 amd64_syscall+0x25b Xfast_syscall+0xf7 30 100050 md0 - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 md_kthread+0x16a fork_exit+0x11d fork_trampoline+0xe 33 100053 md1 - mi_switch+0x190 sleepq_wait+0x44 _sleep+0x348 md_kthread+0x16a fork_exit+0x11d fork_trampoline+0xe 36 100048 zfskern arc_reclaim_thre mi_switch+0x190 sleepq_timedwait+0x42 _cv_timedwait+0x135 arc_reclaim_thread+0x29f fork_exit+0x11d fork_trampoline+0xe 36 100055 zfskern l2arc_feed_threa mi_switch+0x190 sleepq_timedwait+0x42 _cv_timedwait+0x135 l2arc_feed_thread+0x198 fork_exit+0x11d fork_trampoline+0xe 41 100047 sudo - mi_switch+0x190 sleepq_catch_signals+0x27f sleepq_wait_sig+0x16 _cv_wait_sig+0x129 seltdwait+0xac kern_select+0x6ef sys_select+0x5d amd64_syscall+0x25b Xfast_syscall+0xf7 42 100051 zfs - mi_switch+0x190 sleepq_wait+0x44 _cv_wait+0x114 txg_wait_synced+0x85 dsl_sync_task_group_wait+0x128 dsl_sync_task_do+0x54 dsl_props_set+0x147 zfs_set_prop_nvlist+0x3ad zfs_ioc_set_prop+0x75 zfsdev_ioctl+0xe6 devfs_ioctl_f+0x7a kern_ioctl+0x106 sys_ioctl+0xfd amd64_syscall+0x25b Xfast_syscall+0xf7 43 100052 procstat - --TJuR8xJE3h-- From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 17:10:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 621CE826 for ; Sat, 9 Feb 2013 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5595B32D for ; Sat, 9 Feb 2013 17:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19HA2Iw099582 for ; Sat, 9 Feb 2013 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19HA2Bp099581; Sat, 9 Feb 2013 17:10:02 GMT (envelope-from gnats) Date: Sat, 9 Feb 2013 17:10:02 GMT Message-Id: <201302091710.r19HA2Bp099581@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: kern/175897: operations on readonly zpool hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 17:10:02 -0000 The following reply was made to PR kern/175897; it has been noted by GNATS. From: Andriy Gapon To: John Hein , Martin Matuska , Pawel Jakub Dawidek Cc: bug-followup@FreeBSD.org Subject: Re: kern/175897: operations on readonly zpool hang Date: Sat, 09 Feb 2013 19:06:55 +0200 on 09/02/2013 17:53 John Hein said the following: > Here's the full procstat -kk -a output... John, thank you very much! This problem seems to be a weird omission in our ZFS port. This is how pool_status_check function looks in the last open source version of OpenSolaris: int pool_status_check(const char *name, zfs_ioc_namecheck_t type, zfs_ioc_poolcheck_t check) { spa_t *spa; int error; ASSERT(type == POOL_NAME || type == DATASET_NAME); if (check & POOL_CHECK_NONE) return (0); error = spa_open(name, &spa, FTAG); if (error == 0) { if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa)) error = EAGAIN; else if ((check & POOL_CHECK_READONLY) && !spa_writeable(spa)) error = EROFS; spa_close(spa, FTAG); } return (error); } In current Illumos the code seems to be the same: http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/fs/zfs/zfs_ioctl.c#pool_status_check Here is how the code looks in FreeBSD: int pool_status_check(const char *name, zfs_ioc_namecheck_t type) { spa_t *spa; int error; ASSERT(type == POOL_NAME || type == DATASET_NAME); error = spa_open(name, &spa, FTAG); if (error == 0) { if (spa_suspended(spa)) error = EAGAIN; spa_close(spa, FTAG); } return (error); } The code seems to have been introduced in ZFSv15 import (commit r209962) and has not been changed/updated since then. The spa_writeable() check should have prevented the situation you are seeing. P.S. Exact cause of the hang is that txg threads are not started at all but the thread doing the ioctl waits on txg sync thread to do something. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 9 17:53:02 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A68E65E; Sat, 9 Feb 2013 17:53:02 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC2B6E0; Sat, 9 Feb 2013 17:52:58 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a] (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 42BE85C43; Sat, 9 Feb 2013 18:52:50 +0100 (CET) Message-ID: <51168CF6.4030204@FreeBSD.org> Date: Sat, 09 Feb 2013 18:52:54 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-toolchain@FreeBSD.org Subject: Re: bin/175930: clang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t References: <201302091603.r19G3Je7088418@freefall.freebsd.org> In-Reply-To: <201302091603.r19G3Je7088418@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 17:53:02 -0000 On 2013-02-09 17:03, linimon@FreeBSD.org wrote:> Old Synopsis: CLang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t > New Synopsis: clang does not define __STDC_ISO_10646__, despite having Unicode in wchar_t > > Responsible-Changed-From-To: freebsd-bugs->freebsd-toolchain > Responsible-Changed-By: linimon > Responsible-Changed-When: Sat Feb 9 16:02:36 UTC 2013 > Responsible-Changed-Why: > let's see if anyone on toolchain@ has an opinion. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=175930 I don't think this has anything to do with clang (or gcc, for that matter). It is a potential issue with our system headers, specifically . Our wchar_t is either int or unsigned int (on armeabi), so I guess it should not be a problem to define a sensible value for the __STDC_ISO_10646__ macro there. As to what the exact value should be, I have no idea really. The C99 standard says only this: __STDC_ISO_10646__ An integer constant of the form yyyymmL (for example, 199712L), intended to indicate that values of type wchar_t are the coded representations of the characters defined by ISO/IEC 10646, along with all amendments and technical corrigenda as of the specified year and month. GNU libc has this: /* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1. */ #define __STDC_ISO_10646__ 200009L So maybe that is a good value for us too?