From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 15 11:00:16 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8822E1065672 for ; Sun, 15 Jun 2008 11:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 378618FC16 for ; Sun, 15 Jun 2008 11:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5FB0AcS023217 for ; Sun, 15 Jun 2008 11:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5FB0AUK023216; Sun, 15 Jun 2008 11:00:10 GMT (envelope-from gnats) Resent-Date: Sun, 15 Jun 2008 11:00:10 GMT Resent-Message-Id: <200806151100.m5FB0AUK023216@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Lamaiziere Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22A1106566B for ; Sun, 15 Jun 2008 10:56:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CABF38FC0A for ; Sun, 15 Jun 2008 10:56:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5FAuKNP033972 for ; Sun, 15 Jun 2008 10:56:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5FAuKnD033963; Sun, 15 Jun 2008 10:56:20 GMT (envelope-from nobody) Message-Id: <200806151056.m5FAuKnD033963@www.freebsd.org> Date: Sun, 15 Jun 2008 10:56:20 GMT From: Patrick Lamaiziere To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/124609: ipsec 'remainder too big' panic with ping -s 3989 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2008 11:00:16 -0000 >Number: 124609 >Category: kern >Synopsis: ipsec 'remainder too big' panic with ping -s 3989 >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 Jun 15 11:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Patrick Lamaiziere >Release: 7-STABLE/i386 >Organization: >Environment: FreeBSD malpractice.lamaiziere.net 7.0-STABLE FreeBSD 7.0-STABLE #11: Sun Jun 15 03:00:07 CEST 2008 patrick@malpractice.lamaiziere.net:/usr/obj/usr/src/sys/NET5501 i386 >Description: When IPsec is enabled (esp), doing a 'ping -s 3989' causes a kernel panic. It's 100% reproductible. A 'ping -s 3988' works fine. My IPsec setup is: ---------- setkey flush; spdflush; add 192.168.1.21 192.168.1.200 esp 1011 -E rijndael-cbc "0123456789012345" -A hmac-sha2-256 "10987654321098765432109876543210"; add 192.168.1.200 192.168.1.21 esp 1012 -E rijndael-cbc "0123456789012345" -A hmac-sha2-256 "10987654321098765432109876543210"; spdadd 192.168.1.200 192.168.1.21 any -P out ipsec esp/transport//require; spdadd 192.168.1.21 192.168.1.200 any -P in ipsec esp/transport//require; ------------------- With ASSERTIONS set in the kernel, the system panics on an ipsec assertion: panic: remainder too big: 3997 dump : (also on http://user.lamaiziere.net/patrick/ipsec-panic.txt) --------- Unread portion of the kernel message buffer: panic: remainder too big: 3997 KDB: enter: panic Uptime: 51m41s Physical memory: 503 MB Dumping 58 MB: 43 27 11 #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:244 244 dumptid = curthread->td_tid; (kgdb) bt #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:244 #1 0xc05a80a0 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc05a844c in panic (fmt=) at /usr/src/sys/kern/kern_shutdown.c:572 #3 0xc0763bdc in m_makespace (m0=0xc2cfd100, skip=20, hlen=24, off=0xd61ac900) at /usr/src/sys/netipsec/ipsec_mbuf.c:79 #4 0xc077a933 in esp_output (m=0xc2cfd100, isr=0xc30ffc80, mp=0x0, skip=20, protoff=9) at /usr/src/sys/netipsec/xform_esp.c:746 #5 0xc0765223 in ipsec4_process_packet (m=0xc2cfd100, isr=0xc30ffc80, flags=32, tunalready=0) at /usr/src/sys/netipsec/ipsec_output.c:491 #6 0xc0697fe1 in ip_ipsec_output (m=0xd61acaac, inp=0xc3129e10, flags=0xd61acab8, error=0xd61aca70, ro=0xd61acab4, iproute=0xd61aca54, dst=0xd61aca6c, ia=0xd61aca68, ifp=0xd61aca78) at /usr/src/sys/netinet/ip_ipsec.c:331 #7 0xc0699c51 in ip_output (m=0xc2cfd100, opt=0x0, ro=0xd61aca54, flags=32, imo=0x0, inp=0xc3129e10) at /usr/src/sys/netinet/ip_output.c:420 #8 0xc069bf41 in rip_output (m=0xc2cfd100, so=0xc309edec, dst=352430272) at /usr/src/sys/netinet/raw_ip.c:336 #9 0xc069cf89 in rip_send (so=0xc309edec, flags=0, m=0xc2cfd100, nam=0xc3093080, control=0x0, td=0xc31c5440) at /usr/src/sys/netinet/raw_ip.c:806 #10 0xc0612af6 in sosend_generic (so=0xc309edec, addr=0xc3093080, uio=0xd61acbc8, top=0xc2cfd100, control=0x0, flags=0, td=0xc31c5440) at /usr/src/sys/kern/uipc_socket.c:1240 #11 0xc0612c3b in sosend (so=0xc309edec, addr=0xc3093080, uio=0xd61acbc8, top=0x0, control=0x0, flags=0, td=0xc31c5440) at /usr/src/sys/kern/uipc_socket.c:1286 #12 0xc0617eb2 in kern_sendit (td=0xc31c5440, s=3, mp=0xd61acc50, flags=0, control=0x0, segflg=UIO_USERSPACE) at /usr/src/sys/kern/uipc_syscalls.c:789 #13 0xc0617d4b in sendit (td=0xc31c5440, s=3, mp=0xd61acc50, flags=0) at /usr/src/sys/kern/uipc_syscalls.c:730 #14 0xc0618053 in sendto (td=0xc31c5440, uap=0xd61accec) at /usr/src/sys/kern/uipc_syscalls.c:841 #15 0xc088e20d in syscall (frame=0xd61acd38) at /usr/src/sys/i386/i386/trap.c:1035 #16 0xc08769b0 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:196 #17 0x00000033 in ?? () (kgdb) quit >How-To-Repeat: setkey flush; spdflush; add 192.168.1.21 192.168.1.200 esp 1011 -E rijndael-cbc "0123456789012345" -A hmac-sha2-256 "10987654321098765432109876543210"; add 192.168.1.200 192.168.1.21 esp 1012 -E rijndael-cbc "0123456789012345" -A hmac-sha2-256 "10987654321098765432109876543210"; spdadd 192.168.1.200 192.168.1.21 any -P out ipsec esp/transport//require; spdadd 192.168.1.21 192.168.1.200 any -P in ipsec esp/transport//require; ping -s 3989 192.168.1.21 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 15 14:01:43 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 957D91065686; Sun, 15 Jun 2008 14:01:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 727078FC12; Sun, 15 Jun 2008 14:01:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5FE1hXN064155; Sun, 15 Jun 2008 14:01:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5FE1hmg064151; Sun, 15 Jun 2008 14:01:43 GMT (envelope-from linimon) Date: Sun, 15 Jun 2008 14:01:43 GMT Message-Id: <200806151401.m5FE1hmg064151@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/124609: [ipsec] [panic] ipsec 'remainder too big' panic with ping -s 3989 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2008 14:01:43 -0000 Synopsis: [ipsec] [panic] ipsec 'remainder too big' panic with ping -s 3989 Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jun 15 14:01:36 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=124609 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 16 06:13:53 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F2D210656C0; Mon, 16 Jun 2008 06:13:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB7F78FC2E; Mon, 16 Jun 2008 06:13:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G6Dqmi058976; Mon, 16 Jun 2008 06:13:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5G6Dq68058972; Mon, 16 Jun 2008 06:13:52 GMT (envelope-from edwin) Date: Mon, 16 Jun 2008 06:13:52 GMT Message-Id: <200806160613.m5G6Dq68058972@freefall.freebsd.org> To: simon@FreeBSD.org, edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: junk/112900: web send-pr is annyoing and doesn't really work - test 0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 06:13:53 -0000 Synopsis: web send-pr is annyoing and doesn't really work - test 0 State-Changed-From-To: closed->open State-Changed-By: edwin State-Changed-When: Mon Jun 16 06:13:45 UTC 2008 State-Changed-Why: Test http://www.freebsd.org/cgi/query-pr.cgi?pr=112900 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 16 06:14:09 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2082C106566B; Mon, 16 Jun 2008 06:14:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED1468FC20; Mon, 16 Jun 2008 06:14:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G6E8sa059248; Mon, 16 Jun 2008 06:14:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5G6E8Ts059244; Mon, 16 Jun 2008 06:14:08 GMT (envelope-from edwin) Date: Mon, 16 Jun 2008 06:14:08 GMT Message-Id: <200806160614.m5G6E8Ts059244@freefall.freebsd.org> To: simon@FreeBSD.org, edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: junk/112900: web send-pr is annyoing and doesn't really work - test 0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 06:14:09 -0000 Synopsis: web send-pr is annyoing and doesn't really work - test 0 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Mon Jun 16 06:14:02 UTC 2008 State-Changed-Why: Clsoing http://www.freebsd.org/cgi/query-pr.cgi?pr=112900 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 16 06:20:01 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D418F1065688 for ; Mon, 16 Jun 2008 06:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B321D8FC1B for ; Mon, 16 Jun 2008 06:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G6K1XQ059613 for ; Mon, 16 Jun 2008 06:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5G6K1a6059612; Mon, 16 Jun 2008 06:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 16 Jun 2008 06:20:01 GMT Resent-Message-Id: <200806160620.m5G6K1a6059612@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, Yung Mok Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D2181065675 for ; Mon, 16 Jun 2008 06:17:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD318FC2C for ; Mon, 16 Jun 2008 06:17:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G6H92B064580 for ; Mon, 16 Jun 2008 06:17:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5G6H9JJ064579; Mon, 16 Jun 2008 06:17:09 GMT (envelope-from nobody) Message-Id: <200806160617.m5G6H9JJ064579@www.freebsd.org> Date: Mon, 16 Jun 2008 06:17:09 GMT From: Yung Mok To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/124633: 7.0 does not boot from CD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 06:20:01 -0000 >Number: 124633 >Category: kern >Synopsis: 7.0 does not boot from CD >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 16 06:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yung Mok >Release: attempted to boot 7.0 from CD, but failed >Organization: University of California, Irvine >Environment: attempted to boot 7.0 from CD, but failed >Description: I attempted to install 7.0 from CD (I also attempted to boot 7.0 from a livefs CD with the same result). After the kernel was loaded, some device names appeared on the screen. Then the following appeared: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x20:0xc06e835c stack pointer = 0x28:0xe2d1794c frame pointer = 0x28:0xe2d1797c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0,pres 1,def32, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1 (swapper) trap number = 12 panic: page fault I suppose the kernel is GENERIC. My hardwares are: motherboard: Asus A7V600-X cpu: AMD Athlon XP2600+ (barton core, 32 bit) memory: 1GB DDR hard drive: has 4 slices: s1 (the usual unused slice), s2 (Linux boot manager, grub) s3 (FreeBSD-6.2 -- I intended to install 7.0 here) s4 (Linux) 2nd hard drive: has other versions of Linux and FreeBSD >How-To-Repeat: just boot 7.0 from CD >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 16 09:40:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D4B71065671 for ; Mon, 16 Jun 2008 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F10C8FC12 for ; Mon, 16 Jun 2008 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G9e3xM016999 for ; Mon, 16 Jun 2008 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5G9e3O7016998; Mon, 16 Jun 2008 09:40:03 GMT (envelope-from gnats) Date: Mon, 16 Jun 2008 09:40:03 GMT Message-Id: <200806160940.m5G9e3O7016998@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Kevin Foo" Cc: Subject: Re : kern/85886: [an] an0: timeouts with Cisco 350 minipci X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kevin Foo List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 09:40:03 -0000 The following reply was made to PR kern/85886; it has been noted by GNATS. From: "Kevin Foo" To: bug-followup@FreeBSD.org, djb@gofree.co.uk Cc: Subject: Re : kern/85886: [an] an0: timeouts with Cisco 350 minipci Date: Mon, 16 Jun 2008 17:07:03 +0800 ------=_Part_23645_10533728.1213607223317 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Any updates on this issue? http://www.freebsd.org/cgi/query-pr.cgi?pr=85886 I'm still seeing this issue with 7.0-stable on IBM T42 with Cisco 350 minipci. Scanning will make ifconfig and wpa_supplicant stop responding or even kill the process i.e. ap_scan=1 will terminate wpa_supplicant. TIA -- Regards Kevin Foo ------=_Part_23645_10533728.1213607223317 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Any updates on this issue?

http://www.freebsd.org/cgi/query-pr.cgi?pr=85886

I'm still seeing this issue with 7.0-stable on IBM T42 with Cisco 350 minipci. Scanning will make ifconfig and wpa_supplicant stop responding or even kill the process i.e. ap_scan=1 will terminate wpa_supplicant.

TIA

--
Regards
Kevin Foo ------=_Part_23645_10533728.1213607223317-- From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 16 11:06:05 2008 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D60F1065672 for ; Mon, 16 Jun 2008 11:06:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0927E8FC0A for ; Mon, 16 Jun 2008 11:06:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5GB64Ft035741 for ; Mon, 16 Jun 2008 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5GB62MR035737 for freebsd-bugs@FreeBSD.org; Mon, 16 Jun 2008 11:06:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Jun 2008 11:06:02 GMT Message-Id: <200806161106.m5GB62MR035737@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 11:06:05 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including\nexperimental development code and obsolete releases.\n Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/39043 [smbfs] Corrupted files on a FAT32 partition o bin/48341 [sysinstall] changes the active slice flag when it per o kern/63629 thomas [atapicam] mounting atapicam volume through cd0c cause p kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o kern/73313 simokawa [firewire] Maxtor Onetouch drivers hang or corrupt dat s threa/76690 threads fork hang in child for -lc_r f usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa o usb/91629 usb usbd_abort_pipe() may result in infinite loop s kern/99588 vwe [ufs] UFS2 filesystems hang when doing "fsck -B" or "d o kern/104133 [ext2fs] EXT2FS module corrupts EXT2/3 filesystems o kern/111220 pf [pf] repeatable hangs while manipulating pf tables o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number a ports/116732 glewis java/diablo-jre15 crashes on 7.0-CURRENT o gnu/118188 obrien GCC bug with abs() o kern/118399 secteam [tap] local/remote kernel DoS through TAP device o kern/119851 [ata] Data corruption with ServerWorks HT1000 o kern/120615 scottl [hptrr] hptrr on 6.3-RELEASE/i386 causes filesystem da p bin/121684 jeff dump(8) frequently hangs p kern/121818 secteam [libc] Buffer Overflow, Integer Overflow o kern/123095 sendfile(2): Suspected sendfile data corruption o kern/123140 [smp] SMP boot causes slow KB, ATA drives not detected o kern/123731 [patch][fix][sysvsem] System V semaphores cause unexpe 22 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s bin/3170 vi(1): vi freaks and dump core if user doesn't exist a bin/6536 pppd(8) doesn't restore drainwait for tty s conf/13775 multi-user boot may hang in NIS environment f ports/14048 des [patch] emulators/doscmd -r doesn't work s bin/14946 rmt(8) remote magtape protocol o bin/16948 [sysinstall] sysinstall/disklabel: bad partition table s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/18874 [2TB] 32bit NFS servers export wrong negative values t s bin/19405 markm telnetd(8) sends DO AUTHENTICATION even if authenticat s bin/19773 markm [patch] telnet(1) infinite loop depending on how fds a o gnu/19882 obrien ld does not detect all undefined symbols! o bin/20172 yacc(1) byacc 1.9 fails to generate $default transitio o bin/20282 [sysinstall] sysinstall does not recover some /etc fil s bin/20521 rmt(8) /etc/rmt several problems o bin/20633 fdisk(8) doesn't handle LBA correctly a bin/21089 [patch] vi(1) silently corrupts open file on SIGINT wh o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/21998 kmacy [socket] [patch] ident only for outgoing connections o bin/22291 [nfs] getcwd(3) fails on recently-modified NFS-mounted s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 alc [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 [sysinstall] [patch] if installing on a serial console o bin/24461 Being able to increase the YP timeout without rebuildi s threa/24472 threads libc_r does not honor SO_SNDTIMEO/SO_RCVTIMEO socket o f kern/24629 harti ng_socket failes to declare connected data sockets as s threa/24632 threads libc_r delicate deviation from libc in handling SIGCHL o bin/25542 standards sh(1) null char in quoted string o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on f kern/25986 silby Socket would hang at LAST_ACK forever. f kern/26142 vwe [nfs] Unlink fails on NFS mounted filesystem a gnu/26362 "cvs server" doesn't honour the global --allow-root o kern/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o kern/27474 net [ipf] [ppp] Interactive use of user PPP and ipfilter c o docs/27605 doc [patch] Cross-document references () a conf/27896 Error in /etc/exports invalidates entire line, not jus a bin/28223 remko su(1) doesn't look at login.conf all the time o bin/28424 remko mtree(8) fails to report directory hierarchy mismatch o bin/28798 mail(1) with a pager (more) requires fg/Ctrl-Z/fg to r s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca o bin/29253 natd(8) forgets about udp connections o bin/29375 [sysinstall] disk editor gets confused by slices that f kern/29421 alc Update a file with mmap will cause mtime/ctime changin o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/29808 ypserv(8) dumps core in yp_find_db o bin/29903 ypbind(8) loses connection to NIS master and never rec s i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o conf/30399 brueffer [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari s kern/30630 fenner [if_mib] Failure to check for existence of interface i o bin/30837 kensmith [sysinstall] sysinstall doesn't set the schg flag on t s bin/31304 [patch] fix crunchgen(1) to work with more contrib-kin o bin/31363 [sysinstall] "partition editor" silently corrects part o conf/31631 [pccard] [patch] "MAC address" can't be acquired prope o kern/31940 kmacy ip queue length too short s bin/32295 threads pthread(3) dont dequeue signals o bin/32374 vi(1) -r doesn't work, file contained unexpected binar o bin/32619 des libfetch does not use RFC 1738's definiton of ftp: URL o ports/32668 sem ports-mgmt/portupgrade: NFS directory removal problems o bin/32686 wosch locate(1) dumps a core file with broken database o kern/33464 soft update inconsistencies after system crash o gnu/34128 sdiff "e" doesn't work with some editors o bin/34270 man(1) -k could be used to execute any command. o kern/34470 bde Modem gets sio1 interrupt-level buffer overflows' s threa/34536 threads accept() blocks other threads o bin/34811 sh(1) "jobs" is not pipeable o kern/34842 ceri [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/35214 obrien dump(8) program hangs while exiting o kern/35396 poll(2) doesn't set POLLERR for failed connect(2) atte o kern/35399 poll(2) botches revents on dropped socket connections o kern/35429 select(2)/poll(2)/kevent(2) can't/don't notice lost co o kern/35442 net [sis] [patch] Problem transmitting runts in if_sis dri o kern/35669 [nfs] NFSROOT breaks without a gateway s docs/35678 doc docproj Makefiles for web are broken for paths with sp o gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o bin/35925 [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 [sysinstall] swap double mount a bin/36110 dmesg(8) output corrupt if /dev/console is busy o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36566 [smbfs] System reboot with dead smb mount and umount o kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo-tty p bin/36867 edwin [patch] games/fortune: add FORTUNE_PATH env var, so po o kern/36911 [ata] ATA cannot be disabled with hints or through BIO o gnu/36926 bugmeister [patch] send-pr destroys PR if emacs interrupt charact o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" o ports/37375 Test bug report (please ignore) s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/37589 imp Kernel panics upon resume from zzz on my IBM ThinkPad o bin/37710 [sysinstall] LAN interface in wrong state after attemp a kern/38554 net changing interface ipaddress doesn't seem to work s bin/38609 [sysinstall] [request] sysinstall should know the size o kern/38632 imp Loss of connection with wi cards f kern/39233 bz [ipsec]: NonConforming IPsec implementation from FreeB o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/39329 [mount] '..' at mountpoint is subject to the permissio o kern/39388 scsi ncr/sym drivers fail with 53c810 and more than 256MB m o bin/39849 restore(8) fails to overwrite files with schg flag set s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d s kern/39937 net ipstealth issue o kern/40206 Can not assign alias to any POINTOPOINT interface o bin/40215 [nis] NIS host search not terminate o bin/40260 [sysinstall] hang when detecting devices (No CD/DVD de a bin/40282 [patch] kill(1) has bad error checking for command lin o kern/40895 scsi wierd kernel / device driver bug o kern/41216 [nfs] Get "NFS append race" error o conf/41242 periodic scripts make unwarranted assumptions about PA o bin/41297 mp tcsh(1)/csh(1) backquote/braces expansion bug o bin/41410 stefanf sh(1) bug on expanding $? in here-documents o kern/41632 luigi bridging when one interface has no carrier o conf/41777 [patch] /etc/periodic/daily/100.clean-disks removes li o docs/41824 murray [patch] LANG is not documented in setlocale(3) o bin/41850 [sysinstall] sysinstall fails to create root filesyste s bin/42004 mpp [quotas] quota is still IPv4 only, and not INET indepe o kern/42089 phk ntp_gettime returns time in wrong scale o bin/42093 ypbind(8) hangs on NIC with the lowest scopeid o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o bin/42407 ppp(8) IPV6CP fails o kern/42621 imp Dell Inspiron 5000e hangs when using Orinoco or Cisco o bin/42658 markm recompile telnetd(8) and log NULL ip in /var/wtmp o gnu/42726 cvsadm cvs -R pserver & val-tags: story continues o kern/42801 [hang] FreeBSD freezes when opening cuaa0 with a motor o kern/42983 imp wi0 sporadically freezes the system for 1-2 seconds o bin/43337 des fetch(1) -s fails if -4 or possibly other options give a i386/43366 cy Cannot format media in USB floppy devices o bin/43501 getpwnam(3), getpwuid fail when linking against Berkle o kern/43576 imp Problem with wi driver and Lucent Orinoco Silver wirel o bin/43592 mktime(3) rejects dates at the start of daylight savin a kern/43605 luigi enabling polling in the kernel causes page fault/crash o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o java/43924 glewis writing from JAVA to a pipe sometimes hangs o kern/44202 [rp] [patch] -stable rp driver does not work with mult s bin/44518 yar ftpd(8) does not show OPIE OTP challenge o docs/44519 obrien ftpd.conf(5) contains references to ftpd(8) when it is o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o kern/44578 [nis] getnetgrent fails to read NIS netgroup map p gnu/45168 Buffer overflow in /usr/bin/dialog o bin/45272 dump(8) / restore(8) problem o docs/45303 remko Bug in PDF DocBook rendering o kern/45373 mckusick softupdate / fs damaged after loss of power / CG 8: Ba o i386/45525 imp Dell Inspiron 7000 does not recognize PC-CARDs after r o bin/45529 [patch] hexdump(1) core-dumps with certain args o kern/45558 trhodes [msdosfs] mdconfig and msdosfs make fs writes hang s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o i386/45773 [bge] Softboot causes autoconf failure on Broadcom 570 o bin/45990 dwmalone top(1) dumps core if specific errors in password file o bin/45995 markm telnet(1) fails to properly handle SIGPIPE on its term o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca s kern/46036 [RFE] select is unsuitable for implementing a periodic p usb/46176 imp [umass] [panic] umass causes kernel panic if device re o bin/46352 [patch] login(1) open file descriptors and signal hand o i386/46371 usb USB controller cannot be initialized on IBM Netfinity a kern/46647 silby Failure to initialize MII on 3Com NIC results in panic o bin/46676 ru [patch] [build] bsd.dep.mk restricts domain of tags co o kern/46694 imp Getting DUP packets when in Promiscous mode on wi0 o bin/46866 NIS-based getpwent(3) falsely returns NULL o kern/47286 [request] make device probing verbose when using boot o bin/47384 [sysinstall] sysinstall ignores intended destination d f kern/47628 bde [msdosfs] [patch] msdosfs file corruption fix s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/48062 mckusick mount -o snapshot doesn't work on +100GB disks o bin/48183 marcel [patch] gdb(1) on a core(5)-file from a threaded proce s kern/48279 [bktr] Brooktre878 may cause freeze o conf/48325 [patch] /etc/periodic/security/100.chksetuid doesn't w o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/48425 Tape drive EOT handling problems in 4.7 o bin/48730 sos burncd(8) does not handle signals and causes damage o kern/48741 darrenr ipnat corrupts packets on gre interface with rul s threa/48856 threads Setting SIGCHLD to SIG_IGN still leaves zombies under s threa/49087 threads Signals lost in programs linked with libc_r o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model s kern/50827 [kernel] [patch] [request] add sane record locking p conf/51085 ache [locale] FreeBSD is missing ja_JP.eucJP locale. o www/51135 www Problems with the mailing-lists search interface o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent s kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/51685 [hang] Unbounded inode allocation causes kernel to loc o bin/51827 getaddrinfo(3) is broken with numeric service o kern/51982 remko [sio] sio1: interrupt-level buffer overflows o bin/52343 [nis] login(1) problem on the server o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than o bin/52743 ppp(8) /etc/ppp/ppp.linkup instability issues o kern/53137 [panic] background fscking causing ffs_valloc panic. o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o bin/53839 [sysinstall] disklabel editor fails on post-install co o kern/53940 imp Some WiFi devices cannot connect to hostap access poin o bin/54097 Non-local yppasswd(1) -d broken in 5.1-CURRENT o kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o bin/54401 [patch] pppstats(8) prints 0 for absolute values in ra o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o bin/54446 pkg_delete(1) doesn't honour symlinks, portupgrades le o java/54463 glewis Apparent bug in jdk13 o i386/54756 acpi ACPI suspend/resume problem on CF-W2 laptop p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o bin/55346 stefanf sh(1) eats memory and CPU infinitely o bin/55349 mbr amd(8) mixes up symlinks in its virtual filesystem. o bin/55448 dbm(3): dbm_nextkey() misbehaves after dbm_store() in o bin/55457 marcel GDB gets confused debugging libc_r threaded processes. a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o i386/55603 [mly] unable to reboot when system runs from Mylex A35 o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o i386/55661 acpi ACPI suspend/resume problem on ARMADA M700 s bin/55965 sshd(8) problems with HostBasedAuthentication and NSS o kern/56024 acpi ACPI suspend drains battery while in S3 o kern/56031 luigi [ipfw] ipfw hangs on every invocation a kern/56233 gnn IPsec tunnel (ESP) over IPv6: MTU computation is wrong o kern/56339 select() call (poll() too) hangs, yet call works perfe s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux o kern/57206 [panic] softdep_lock locks against itself, causing ker o bin/57255 usb usbd(8) and multi-function devices o kern/57350 [panic] using old monocrome printer port (IO_LPT3 / 0x s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o bin/57466 dialog(1) does not read stdin, breaks subversion port a kern/57479 julian FreeBSD Not in compliance with RFC 1122, Cannot have m o bin/57554 sh(1) incorrect handling of quoted parameter expansion o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/57832 scottl [ips] softdep_deallocate_dependencies: dangling deps o kern/58154 mckusick Snapshots prevent disk sync on shutdown o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o kern/58941 rwatson [acl] acl under ufs2 doesn't handle disk corruption, p o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o kern/59183 imp [wi] wi problems with wi_cmd o kern/59203 imp [newcard] Panic with wi and newcard s bin/59638 des passwd(1) does not use PAM to change the password o bin/59777 ftpd(8)/FreeBSD 5: potential username enumeration vuln o kern/59912 alc mremap() implementation lacking o gnu/59971 peter assertion "strncmp (repository, current_parsed_root->d s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o kern/60235 phk some /dev-entries missing for newly auto-added disks o bin/60349 scottl sysinstall(8): 5.2-RC1 cannot do NFS installation o kern/60598 scsi wire down of scsi devices conflicts with config o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o bin/61152 [sysinstall] installer refuses to mount USB-floppy or s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb o bin/61355 login(1) does not restore terminal ownership on exit o kern/61404 silby RFC1323 timestamps with HZ > 1000 p bin/61587 delphij [sysinstall] [patch] installation problem, disklabel c o docs/61605 doc [request] Improve documentation for i386 disk geometry o bin/61716 mckusick newfs(8) code and manpage are out of sync o kern/61733 imp panic: resource_list_release: resource entry is not bu o bin/61890 [sysinstall] fdisk(8) uses incorrect calculations for o alpha/61940 alpha [sysinstall] Can't disklabel new disk from FreeBSD/alp o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o alpha/61973 alpha Machine Check on boot-up of AlphaServer 2100A RM a kern/62278 [nfs] [patch] NFS server may not set eof flag when rea o bin/62367 [sysinstall] 5.2.1-RC installation problems o conf/62417 luigi diskless op script failed o kern/62468 panic: system crashes when serial getty enabled and se o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/62762 bde [msdosfs] Fsync for msdos fs does not sync entries o kern/62824 [panic] softdep_setup_inomapdep: found inode [5.2-CURR o bin/62833 [sysinstall] can't install: integer divide fault o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/63431 [rtc] motherboard going to suspend mode stops system c o bin/63489 top(1) finger(1) segfault when using NIS groups to res o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN a kern/64816 [nfs] [patch] mmap and/or ftruncate does not work corr o java/65054 glewis Diablo 1.3.1 JVM runs out of file descriptors at 1021 o kern/65616 gnn IPSEC can't detunnel GRE packets after real ESP encryp o i386/65648 imp cardbus("TI1131") won't work on Dell Latitude CP 233XT o bin/65774 [sysinstall] cannot run repair disk when booted from U o kern/65901 [smbfs] [patch] smbfs fails fsx write/truncate-down/tr o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o bin/66103 ppp(8) macro HISADDR is not sticky in filters o kern/66162 phk [gbde] gbde destroy error o kern/66270 [hang] dump(8) causes machine freeze o kern/66290 imp [pccard] pccard initialization fails with "bad Vcc req o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. o bin/66350 matteo [sysinstall] sysinstall creates a partition of subtype o bin/66830 chsh(1) ypchsh(1) do not change user information over o kern/66848 imp [cardbus] cardbus power support breaks cardbus support o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o i386/67050 imp CardBus (PCI ?) resource allocation problem (still on o kern/67301 panic: uftdi, RTS and system panic o kern/67326 rodrigc [msdosfs] crash after attempt to mount write protected o conf/67328 [ppp] Usermode PPP hangs on boot when NIS configured p bin/67365 ache sysinstall(8) doesn't find latinamerican keymap s alpha/67626 alpha X crashes an alpha machine, resulting reboot o kern/67919 imagemagicks convert image to movie conversion kills 5 o kern/68076 [modules] Page fault when the sequence "kldunload ucom o bin/68727 marcel gdb(1) coredumps after recent CURRENT upgrade o kern/68889 kmacy [panic] m_copym, length > size of mbuf chain o kern/68978 [firewire] firewire crashes with failing hard disk, lo o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o kern/69066 panic: nmdm page fault when slattach on a null modem d f kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs s i386/69218 simokawa [boot] failure: 4.10-BETA and later do not boot on Asu o bin/69723 [sysinstall] [request] allow to continue from package o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o i386/70330 marcel Re-Open 33262? - gdb does not handle pending signals p o i386/70525 i386 [boot] boot0cfg: -o packet not effective o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o bin/70600 fsck(8) throws files away when it can't grow lost+foun o kern/70649 [rtc] system clock slows down when heavily loaded o kern/70753 [boot] Device for firewire hard disk not created in ti o threa/70975 threads [sysvipc] unexpected and unreliable behaviour when usi o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o gnu/71160 marcel gdb gets confused about active frame o kern/71198 Lack of PUC device in GENERIC kernel causes interupt l s bin/71290 des [patch] passwd(1) cannot change passwords other than N o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o bin/71602 [patch] uninitialized "len" used instead of "slen" wit o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC o kern/71771 [amr] Hang during heavy load with amr raid controller s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/72208 panic: bio_completed can't be greater than bio_length o kern/72210 darrenr ipnat problem with IP Fastforward enabled o kern/72424 panic: ffs_blkfree: freeing free block in ffs/ffs_allo o bin/72508 ftp(1): Anyone can change root on anonymous ftp o i386/72566 acpi ACPI, FreeBSD disables fan on Compaq Armada 1750 o conf/72592 [nis] NIS Domain Master fails as client of itself o kern/72660 machine locks up shortly after abnornal shutdown & sub o kern/72838 system freezes when trying to umount my digital camera o kern/72850 apm suspend handling partial broken with 5.3-STABLE o bin/72895 rink [sysinstall] Sysinstall generates invalid partition ta o kern/72906 [twe] twe0 idefinite wait buffer o threa/72953 threads fork() unblocks blocked signals w/o PTHREAD_SCOPE_SYST o i386/72960 i386 [boot] BTX halted with Promise Tx2000 Raid o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o bin/73019 [ufs] fsck_ufs(8) cannot alloc 607016868 bytes for ino o kern/73171 imp fwohci driver stating cardbus firewire card has incorr o kern/73177 geom kldload geom_* causes panic due to memory exhaustion o bin/73261 Suspending su(1) sometimes hangs o kern/73289 [sym] Interrupt storm on sym0 o usb/73307 usb [panic] Kernel panics on USB disconnect o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/73422 portmap forks ad infinitum when the NIS domain name is o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si o bin/73511 [sysinstall] SCSI drive install failure - RC2 o gnu/73512 marcel gdb -> Abort trap (core dumped) o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o bin/73559 sos burncd(8) failure closing/fixating DVD-+R/CD-R/CD-RW N o bin/73617 [sysinstall] fdisk editor unmarks active partition o kern/73740 [ata] [panic] 5-3-R#3 panic when accessing nfs exporte o kern/73744 [lpt] printing via cups causes "Interrupt storm" warni o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o i386/74008 i386 [boot] IBM eServer x225 cannot boot any v5.x - endless o i386/74044 i386 [smb] ServerWorks OSB4 SMBus interface does not detect o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w s kern/74242 rwatson Write to fifo with no reader fails in 6.0 current o gnu/74531 gcc doesn't link correctly if -pg specified o conf/74610 Hostname resolution failure causes firewall rules to s o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 s kern/74708 [umapfs] [panic] UMAPFS kernel panic o amd64/74747 amd64 [panic] System panic on shutdown when process will not o usb/74771 usb [umass] [hang] mounting write-protected umass device a o bin/74779 Background-fsck checks one filesystem twice and omits o bin/74801 cpio(1) -p --sparse creates truncated files a kern/74809 [modules] [panic] smbfs panic if multiply mounted o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula o kern/75157 Cannot print to /dev/lpt0 with HP Laserjet 1005 : Devi s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o kern/75249 [boot] 5.x install CD hangs on VirtualPC Version 7 (Ma o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o threa/75273 threads FBSD 5.3 libpthread (KSE) bug o kern/75368 [panic] initiate_write_inodeblock_ufs2() panic o threa/75374 threads pthread_kill() ignores SA_SIGINFO flag o kern/75407 [an] an(4): no carrier after short time o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o docs/75711 keramida [PATCH] opendir(3) missing ERRORS section o usb/75797 usb [sound] 5.3-STABLE(2005 1/4) detect USB headset, But c o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o bin/76134 fetch(1) doesn't like 401 errors with -A o amd64/76136 amd64 [hang] system halts before reboot o usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 o kern/76398 [libc] stdio can lose data in the presence of signals o kern/76504 silby Keep-alives doesn't work on half-closed sockets. o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o bin/76588 openssl(1) fails on loading keyfiles from BIO resource f kern/76663 gnn panic with FAST_IPSEC and IPv6 s threa/76694 threads fork cause hang in dup()/close() function in child (-l o kern/76848 [amr] amr hangs o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/77181 mckusick [newfs] [patch] newfs -g largevalue, mkdir, panic o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, s kern/77195 net [ipf] [patch] ipfilter ioctl SIOCGNATL does not match o usb/77294 usb [ucom] [panic] ucom + ulpcom panic o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o bin/77651 init(8) can loose shutdown related signals p usb/77940 imp [quirk] [patch] insertion of usb keyboard panics syste o bin/78087 groups(1) program inconsistency p kern/78179 alc [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o bin/78570 wicontrol(8): "wicontrol -i wi0 -C" outputs garbage o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis a kern/78929 [atapicam] atapicam prevents boot, system hangs o bin/78964 [sysinstall] can not write labels to hdd on installati o kern/78968 gnn FreeBSD freezes on mbufs exhaustion (network interface o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o i386/79081 acpi ACPI suspend/resume not working on HP nx6110 p usb/79140 imp [patch] WD Firewire/USB Combo hangs under load on USB s i386/79169 i386 [hang] freeze with striped USB Drives under high load o kern/79262 [dc] Adaptec ANA-6922 not fully supported o usb/79269 usb [ohci] USB ohci da0 plug/unplug causes crashes and loc o usb/79287 usb [uhci] [hang] UHCI hang after interrupt transfer o kern/79295 umount oddity with NFS (fwe) over VIA Fire II card s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/79336 [nfs] NFS client doesn't detect file updates on Novell s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o bin/79376 moused(8) causes random mouse events with a PS/2 mouse o usb/79524 usb [ulpt] printing to Minolta PagePro 1[23]xxW via USB fa o bin/79621 [sysinstall] sysinstall(8) does not create a device wh s usb/79622 imp USB devices can be freed twice a usb/79656 usb [ehci] RHSC interrupts lost o threa/79683 threads svctcp_create() fails if multiple threads call at the o usb/79722 usb [ehci] wrong alignments in ehci.h o kern/79783 sos [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer a kern/79833 [boot] BTX crashes on boot when using Promise TX2Plus o kern/79895 net [ipf] 5.4-RC2 breaks ipfilter NAT when using netgraph o kern/79905 multimedia [sound] sis7018 sound module problem o bin/79910 [sysinstall] Cannot escape from failed port/package in o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79988 darrenr [trap] page faults while in kernel mode o usb/80040 usb [hang] Use of sound mixer causes system freeze with ua o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi s kern/80136 [md] [crash] mdconfig can reboot the system s kern/80166 ups [panic] Debugger SMP race panic f kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o i386/80268 i386 [crash] System with Transmeta Efficeon cpu crashes whi o kern/80321 ups [kgdb] serial db problems o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails o misc/80371 cannot install 5.4-RC3 from DOS partition o kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, no mouse. Sa o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o threa/80435 threads panic on high loads o kern/80572 [bridge] bridge/ipfw works intermittantly. f amd64/80691 gavin [hang] amd64 kernel hangs on load o kern/80694 [keyboard] [patch] atkbd looped on Acer TravelMate 270 o kern/80714 [atapicam] drop/boot to single user hangs on 5.4-RELEA o kern/80739 Strange panic (keyboard related?) on 5.4 when dropping o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o kern/80784 mux [fxp] fxp gives device timeouts o bin/80798 mount_portal pipe leaves file descriptors open for chi o usb/80829 usb [modules] [panic] possible panic when loading USB-modu o docs/80843 philip [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o kern/80932 jfv [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau o kern/81000 acpi [apic] Via 8235 sound card worked great with FreeBSD 5 o kern/81095 gnn IPsec connection stops working if associated network i p i386/81111 i386 [build] /boot/loader causes reboot due to CFLAGS+= -ms o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard s kern/81147 net [net] [patch] em0 reinitialization while adding aliase o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/81232 [panic] vrele: negative ref o usb/81308 imp [ugen] [patch] [2] polling a ugen(4) control endpoint o kern/81324 darrenr [panic] "Duplicate free of item %p from zone %p(%s)\n" o bin/81389 brian ( usermode ppp ) LCP Negotiation Never Finishes, one o o kern/81539 The fxtv program freezes systems o kern/81606 darrenr ipnat fails to start after upgrade to RELENG_5_4 o kern/81644 [vge] vge(4) does not work properly when loaded as a K o kern/81770 [nfs] Always "NFS append race" at every NFS mount with o conf/81882 [patch] missing terminal definition for wy120 in termc f kern/81887 emaste [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/82064 anholt [drm] DRM not working with SMP o kern/82219 [panic] in dumping if watchdog enabled. o kern/82227 [digi] Xem: chained concentrators not recognised a bin/82263 compat 4x broken after last update o kern/82271 pf [pf] cbq scheduler cause bad latency a kern/82285 [race] proc cred race: kernel panic during reboot o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o kern/82468 kmacy Using 64MB tcp send/recv buffers, trafficflow stops, i o bin/82491 [patch] bootpd(8) shouldn't ignore requests o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy o stand/82654 standards C99 long double math functions are missing o usb/82660 usb [ehci] [panic] EHCI: I/O stuck in state 'physrd'/panic o bin/82667 burncd doesn't abort on error conditions o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82805 [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact s kern/82806 darrenr ipnat doesn't handle out of order fragments. o kern/82846 phk Kernel crash in 5.4 with SMP,PAE o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/82919 thompsa [bridge] [patch] Bridge configuration update will cras o bin/82975 route change does not parse classfull network as given o kern/83098 'vrele: negative ref cnt' in shutdown with root and uf o bin/83195 nvi loses edited file on network disconnection o kern/83254 [digi] driver can't init Digiboard PC/4e o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c p bin/83344 matteo [patch] Improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o kern/83384 failure of non-essential IDE partitions can panic the o kern/83426 [libvgl] [patch] improper handling of malloc failures o kern/83464 geom [geom] [patch] Unhandled malloc failures within libgeo o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o bin/83558 kernbb(8): usr.sbin/kernbb doesn't compile, and is dis o usb/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d o usb/83677 usb [usb] [request] usb controller often not detected (Sun o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o threa/83914 threads [libc] popen() doesn't work in static threaded program o kern/83930 sam [hifn] crypto_q_mtx recursion when unloading hifn.ko. o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o amd64/84027 obrien [nve] if_nve gets stuck o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o bin/84217 brian "enable proxy" is ignored in ppp.conf p conf/84221 Wrong permissions on /etc/opiekeys o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti s threa/84483 threads problems with devel/nspr and -lc_r on 4.x o kern/84556 geom [geom] GBDE-encrypted swap causes panic at shutdown o kern/84584 yongari [re] re(4) spends too much time in interrupt handler ( o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 p kern/84740 remko [libc] regcomp("\254") fails o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th a bin/84816 patch(1) inserts a line in the wrong place o kern/84861 thompsa [ipw] [patch] still can't get working ipw(4) with adho o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o kern/84964 [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 [nfs] programs on nfs4 mounts won't execute s i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o bin/85115 byacc generates uncompileable file o kern/85123 [iir] Improper serialization in iir_ioctl() allows iir o kern/85137 des [pseudofs] [patch] panic due to sleep with held mutex o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o alpha/85346 alpha PREEMPTION causes unstability in Alpha4000 SMP kernel o kern/85444 IPv6 crash, possibly related to destroying spf interfa o kern/85450 [ata] [panic] subdisk6 detached (appears to be a sata o kern/85464 Cannot unmount file-backed disk imported from NFS or S o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/85768 gibbs [ahd] aic79xx driver timeouts with U160 target (free l f ports/85779 edwin emulators/fmsx 3.0 is unstable (reboting, freezing) o kern/85809 darrenr panic: mutex "ipf state entry" already initialized f bin/85810 dig(1): nslookup/dig hang and processes cannot be kill o kern/85813 timeout waiting for read DRQTrying to mount root from o kern/85816 maxproc=1 in login.conf causes kernel panic when loggi o kern/85894 [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/85931 panic: "vm_fault: fault on nofault entry" when using m f i386/85944 gavin FreeBSD restarts after showing "Welcome to FreeBSD" sc s kern/85975 [cam] devfs does not create entries when removable med o kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 o bin/86012 kpasswd(1) fails if one of the KDC are unreachable. o kern/86055 FreeBSD 6.0 beta4 install panic:bio already on queue f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/86103 net [ipf] Illegal NAT Traversal in IPFilter o kern/86261 brian 'out of buffer space' after many PPPoE re-dial attempt o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o ports/86421 clement www/Apache20 2.0.54_4 PHP popen hangs o kern/86427 gnn LOR / Deadlock with FASTIPSEC and nat o kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_ACL) paniced b o kern/86619 [linux] linux emulator interacts oddly with cp o ports/86687 tobez lang/Perl5.8 ithreads coredump o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS s kern/86920 net [ndis] ifconfig: SIOCS80211: Invalid argument [regress o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87010 pjd Reading kernel memory & pagefault under non-root s kern/87094 5.4 system with SMP and IPFW crashes under load (mbuf s kern/87155 jhb [boot] [panic] [agp] Can't Alloc Virtual Memory in Fre o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 f kern/87368 bde [msdosfs] fat32 is very slow o ports/87397 edwin incorrect use of PAPERSIZE make variable in some ports o ports/87404 nork Adobe Reader no longer works with www/linuxpluginwrapp f kern/87413 [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up" freezes sys o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/87521 net [ipf] [panic] using ipfilter "auth" keyword leads to k o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo o kern/87586 [diskless] [vm] [panic] Unable to use networked swap i o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o bin/87729 phk most calls to malloc(3) generate warnings in valgrind o kern/87758 [ath] [hang] Reboot problem with atheros wireless card o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/87859 [smbfs] System reboot while umount smbfs. o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o ports/87996 nork www/linuxpluginwrapper: Flash 7 kills epiphany browser o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o kern/88082 [ath] [panic] cts protection for ath0 causes panic o gnu/88087 c++filt(1) dumps core on a trivial string "STYLEPROP_" s i386/88139 i386 [i386] [request] 53C875 Chipset HP 5064-6016 doesn't w o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88472 [panic] panic/reboot in 5.4-STABLE o kern/88487 [panic] softdep_setup_inomapdep: found inode o kern/88518 rodrigc cannot mount root rw at boot o bin/88524 openssl(1) can not work with smtp.gmail.com o kern/88555 [panic] ffs_blkfree: freeing free frag on AMD 64 o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o bin/88655 tcsh(1): /bin/tcsh ls-F : Floating exception (core dum o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul f kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg s i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD a kern/88823 [modules] [atapicam] atapicam - kernel trap 12 on load o kern/88914 [hang] system freeze during file transfer o i386/88929 i386 [ata] FreeBSD 6.0 install CD fails to find disks on So s usb/89003 usb [request] LaCie Firewire drive not properly supported o kern/89070 [panic] NULL m passed to m_copym() in ip_fragment() s kern/89102 geom [geom] [panic] panic when forced unmount FS from unplu o kern/89179 Random reboots on Dell PowerEdge 6300 o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. s kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o kern/89353 [ata] invalid disk controller recognition of intel ICH o kern/89396 [reboot] remounting cdrom causes reboot o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in o amd64/89501 amd64 [install] System crashes on install using ftp on local f amd64/89503 amd64 [boot] Cant Boot Installation Disk s kern/89528 jail [jail] [patch] impossible to kill a jail o kern/89546 geom [geom] GEOM error a conf/89589 secteam virecover follows hardlinks, possibly exposing sensiti a kern/89660 geom [vinum] [patch] [panic] due to g_malloc returning null o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson o kern/89752 dwmalone [bpf] [patch] bpf_validate() needs to do more checks o kern/89775 [kqueue] [hang] kevent hangs on second wait for /dev/d o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o usb/89954 usb [umass] [panic] USB Disk driver race condition? p kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o kern/90086 [hang] 5.4p8 on supermicro P8SCT hangs during boot if o bin/90093 geom fdisk(8) incapable of altering in-core geometry p usb/90162 imp [usb] [patch] Add support for the MS Wireless USB Mous o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o kern/90237 anholt [panic] panic in sis DRM o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/90442 [panic] kmem_alloc fails kmem_map: too small, on a RAI f i386/90519 gavin [ata] Resume after suspend results in g_vfs_done() err o kern/90582 geom [geom] [panic] Restore cause panic string (ffs_blkfree o bin/90656 [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o kern/90736 [libc] dlfunc can not be defined in libc o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o kern/90837 [sound] PCM - ICH6 - device is busy, but old process d s conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout o bin/90903 powerd(8): cpufreq inconsistency / powerd broken o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device s kern/91038 acpi [panic] [ata] [acpi] 6.0-RELEASE on Fujitsu Siemens Am s kern/91229 [request] PAN (piconet) Bluetooth profile is not suppo o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o i386/91282 i386 [install] 6.0R install CD crashes on Promise PDC20267 o usb/91283 usb [boot] [regression] booting very slow with usb devices s kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91311 [aue] aue interface hanging o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/91364 [ral] [wep] WF-511 RT2500 Card PCI and WEP o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry f amd64/91492 amd64 [boot] BTX halted o bin/91536 sos burncd(8): burncd -t feature strangeness o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o www/91539 www FreeBSD web site renders very badly o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/91572 [atapicam] [panic] writing to UFS/softupdates DVD medi o conf/91732 [patch] 800.loginfail: fix log message grep expression o i386/91745 i386 [smp] Second processor not detected on Proliant ML530 s i386/91748 acpi acpi problem on Acer TravelMare 4652LMi (nvidia panic, o kern/91859 [ndis] if_ndis does not work with Asus WL-138 o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o kern/91910 scottl [aac] [regression] aac driver hangs on Dell PE800 with p kern/91919 imp [pccbb] pccbb does not supply appropriate voltage o kern/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o bin/92058 ssh(1): FreeBSD 6 release Xeon SCSI ssh does not work o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o bin/92074 [patch] top(1) aborts in redzone o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/92090 net [bge] bge0: watchdog timeout -- resetting o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92104 des [panic] kernel panic near readlink syscall o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o kern/92164 scottl [ips] SCSI target mode LOR o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o i386/92193 i386 [boot] Can't boot from 6.0 Installation CD: BTX halted o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o kern/92440 mbr Kernel fault in knote when getty opens a serial port o ports/92478 nork net/DarwinStreamingServer admin does not work o kern/92518 [hptmv] Intense disk activity (large FS newfs and/or m f kern/92552 net A serious bug in most network drivers from 5.X to 6.X o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92690 silby [net] slowstart_flightsize ignored in 6-STABLE o kern/92716 [hifn] [hang] hifn driver hangs after a short while wh o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and o kern/92751 [reboot] camcontrol(8): 5.4 crashes after camcontrol d o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o kern/92795 [panic] lockmgr panic during sys_exit file cleanup o kern/92798 scsi [ahc] SCSI problem with timeouts o bin/92839 roberto [patch] ntpd(8): contrib/ntp PARSE buffer overrun o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/92966 imp [cardbus] cardbus.ko loading failed o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti o kern/93128 scottl [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w s kern/93170 Changing system date causes panic in nd6_timer o power/93203 ppc FreeBSD PPC Can't Write to Partitions. o kern/93300 ipfw [ipfw] ipfw pipe lost packets o kern/93305 Machine freezes solid running dhcpclient after suspend o bin/93317 ld-elf.so doesn't translate unresolved weak symbol int o kern/93396 dlopen crash with locked page o usb/93408 usb [mouse] hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes o kern/93461 [smp] [regression] Intel 440LX SMP freeze (regression o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o i386/93615 i386 [install] Operating system wont install. Problem with o gnu/93629 GNU sort(1) tool dumps core within non-regular locale o kern/93685 [pipe] select on pipe write fails from '0' end o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/93762 i386 [hang] Machine lockup at boot loader countdown on Supe o kern/93771 sos [ar] [panic] atacontrol status ar1 causes panic o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o i386/93787 i386 [hang] freebsd 6.0 hangs on atkbd0 on Proliant 1850r s o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o kern/93885 sos [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o conf/93899 mount_smbfs can't load libiconv.so during boot up o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o i386/93989 i386 [install] Can't install FreeBSD from IEEE1394 DVD-RW o o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S f i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o kern/94162 [bge] 6.x kenel stale with bge(4) o kern/94166 [boot] btx halted with a flashcard plugged o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o kern/94256 dfr [nfs] nfs locking/rpc.lockd doesn't understand file de o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o i386/94364 i386 [keyboard] Unable to boot on NX9110 laptop o usb/94384 usb [panic] kernel panic with usb2 hardware o kern/94393 [ar] PseudoRAID loses track of the master disk o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. s threa/94467 threads send(), sendto() and sendmsg() are not correct in libc o bin/94635 marks snapinfo(8)/libufs only works for disk-backed filesyst o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY p usb/94742 imp [umass] [patch] umass driver does not recognise YANO e o bin/94750 watch(8) utility faults when tty disconnects o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o kern/94838 scsi Kernel panic while mounting SD card with lock switch o s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co o i386/94911 i386 [ata] [regression] ata regression with DOM-IDE f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o kern/95002 [libc] hash db source code has a bug which prevents us o kern/95084 ipfw [ipfw] [regression] [patch] IPFW2 ignores "recv/xmit/v o i386/95087 i386 [hang] System freeze irrespective of load on Promise F f usb/95131 linimon [install] Boot/setup process does not accept key strok o kern/95288 net [pppd] [tty] [panic] if_ppp panic in sys/kern/tty_subr o sparc/95297 sparc64 vt100 term does not work in install o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do o kern/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo s usb/95348 usb [keyboard] USB keyboard unplug causes noise on screen o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free o docs/95408 remko install over serial console does not work as documente o kern/95459 Rebooting the system while rebuilding RAID (Intel Matr o kern/95512 [uplcom] uplcom(4) causes system hangups o kern/95519 [ral] ral0 could not map mbuf o ports/95541 roam dns/djbdns WITH_IPV6 queries ip6.int o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb f ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o kern/95661 [pci] [patch] pci_pci still not correct for initializi o gnu/95691 GDB segfaults on my programme in both FreeBSD 6 and 5 o bin/95692 gdb(1): GDB in base of both FreeBSD 6 and 5 is ancient f kern/95710 [iwi] iwi wont roam o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP o i386/96014 i386 [install] HP Pavilion zv5000(Intel) reboot installatio o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in s usb/96120 usb [ums] [request] USB mouse not always detected o kern/96157 Subtle incompatability of FreeBSD and LITE-ON SOHW-167 o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync o i386/96225 i386 [boot] Toshiba M70-CL3 Hangs Up During Booting o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o kern/96268 [socket] TCP socket performance drops by 3000% if pack o kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work f kern/96393 [libz] [patch] assembler implementations for libz on i f conf/96412 linimon [rpc] 2 rpc.lockds launched at boot ? blocking problem o usb/96457 usb [umass] [panic] fatback on umass = reboot o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/96840 [libc] [patch] getgrent() does not return large groups o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" [re o conf/97014 [gif] gifconfig_gif? in rc.conf does not recognize IPv o i386/97025 i386 [vmware] fbsd (2 cd) dont install in vmware 5.5.0 - re o ports/97090 perky Apache 2.0.55 with www/mod_python3 die only on SIGKILL o bin/97108 [sysinstall] write failure on transfer (wrote -1 bytes o kern/97208 [firewire] System hangs / locks up when a firewire dis o ports/97254 sergei ports-mgmt/porttools - wrong prefix o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o kern/97306 [netgraph] NG_L2TP locks after connection with failed o kern/97326 emulation [linux] file descriptor leakage in linux emulation o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o bin/97392 ppp(8) hangs instead terminating o bin/97499 [patch] one of sshd_config(5) options does not work o kern/97504 ipfw [ipfw] IPFW Rules bug o kern/97517 [fdc] Floppy device lost permissions when active flopp o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/97665 [sio] hang in sio driver a kern/97921 rwatson [socket] close() socket deadlocks blocked threads o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o docs/98115 doc Missing parts after rendering handbook to RTF format o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o i386/98215 i386 [geode] [regression] FreeBSD can no longer boot Geode o bin/98218 wpa_supplicant(8) blacklist not working o bin/98468 newsyslog(8): Value over 99 in newsyslog.conf count fi o bin/98542 [pppd] pppd(8) daemon unexpectently died , Exit 1 o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o conf/98758 rc [jail] [patch] Templatize 'jail_fstab' in /etc/rc.d/ja o i386/98765 i386 [ata] timeouts on sata drive (Asus a7n8x-e) o kern/98831 ipfw [ipfw] ipfw has UDP hickups o conf/98846 rc [jail] [patch] Templatize 'jail_rootdir' in /etc/rc.d/ o kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD f i386/98964 i386 [iwi] iwi totally freezes system p gnu/98975 rafan ncurses: tgetent leaks nearly 10 KB of memory every ti o kern/98978 net [ipf] [patch] ipfilter drops OOW packets under 6.1-Rel o kern/99088 [ata] Critical Problems with VIA 8251 SATA2/RAID Contr o kern/99094 [linprocfs] panic: sleeping thread (Sleeping thread .. o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o www/99305 bugmeister send-pr.html is frustrating/broken o kern/99408 [ppp] problems with ppp and arp s kern/99421 [request] Option Globetrotter Fusion card not recogniz o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o kern/99607 [pppd] pppd hangs kernel due to interrupt flood from s o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o kern/99652 [ata] nVidia nForce MCP51 controller hangs w/ 2 drives o kern/99664 mountd and/or nfsd have to sometimes have to be restar s bin/99693 antoine [patch] add magic(5)/file(1) support for FreeBSD 6.1 d o kern/99850 [ar] ataraid hangs in g_waitidle when attaching to nVi o kern/99954 scsi [ahc] reading from DVD failes on 6.x [regression] o kern/99979 [patch] Get Ready for Kernel Module in C++ o kern/99989 panic when detaching disks o ports/100024 koitsu Port mail/drac coredumps on runtime if compiled for ex a bin/100089 ftp(1): default ftp application of FreeBSD gives segme o misc/100133 [boot] keyhit function in boot2.c that falls into an i o kern/100155 imp [pccbb] Incorrect enumeration in pccbb_pci.c: cbb_pci o kern/100219 bz [ip6] IPV6_PKTOPTIONS and possible mbuf exhaustion. o kern/100290 yongari [rl] rl0: watchdog timeout [regression] o i386/100420 i386 [boot] boot1/boot2 lba error o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x o ports/100431 dougb port print/hpijs default config interferes with print/ o bin/100442 obrien ftpd(8): lukemftpd core dumps on anonymous login o kern/100499 yongari [vr] vr interface stops transmitting o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe o ports/100787 nork databases/linux-oracle-instantclient-sqlplus: relocati o docs/100803 jhb [patch] the man page about ithread is expired. s threa/100815 threads FBSD 5.5 broke nanosleep in libc_r o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o kern/100839 [txp] txp driver inconsistently stops working when the o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup o bin/100914 [patch] tftpd(8): libexec/tftpd: write access control f kern/100974 rwatson [panic] sorele. FreeBSD 6.1 RELEASE i386 o kern/101061 [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani o usb/101096 usb [ural] [panic] USB WLAN occasionally causes kernel-pan f i386/101135 i386 [iwi] iwi goes up and down o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o ports/101301 olgeni archivers/star: star 1.4.3 is BUGGY - replace it with o threa/101323 threads fork(2) in threaded programs broken. o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s o usb/101448 usb [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/O o kern/101453 des [linux] [patch] linprocfs disallows non-zero file offs a ports/101566 clement All .svn subdirectories in $(htdocsdir) get deleted wh o i386/101616 i386 [hang] FreeBSD freeze on bootup, Compaq Proliant (lega o kern/101618 kernel panic on multiple Dell PE2850s o i386/101667 i386 [ata] ATA problems when power management is on o kern/101734 [ata] -CURRENT cannot see SATA drive on ASUS A8N-SLI ( o usb/101752 usb [umass] [panic] 6.1-RELEASE kernel panic on usb device a bin/101762 [sysinstall] sysinstall(8): sysinstall does not obey / o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces o kern/101948 net [ipf] [panic] Kernel Panic Trap No 12 Page Fault - cau o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work f usb/102096 usb [patch] usbd(8) does not handle multiple devices in on f amd64/102122 amd64 [boot] 6.1-RELEASE amd64 Install Media panics on boot. s ports/102179 ipsec-tools won't compile on RELENG_6 o kern/102210 [ar] [patch] reboot system makes rebuilding array read o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o kern/102250 trhodes [msdosfs] panic upon forced umount of removed medium o kern/102252 acpi acpi thermal does not work on Abit AW8D (intel 975) f kern/102344 net [ipf] Some packets do not pass through network interfa o kern/102363 "Resource temporarily unavailable" message from dvd+rw o kern/102390 [pppd] [patch] kernel pppd don't using pam o i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze o kern/102424 [libc] printf(3) prints ill result. o ports/102427 perky Apache 2.0.59 with www/mod_python3 core dumped o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o bin/102498 [sysinstall] sysinstall(8): Cursor doesn't track sysin o bin/102510 [patch] diff(1) should not follow symlink in recursive o kern/102515 [libc] fsck_ufs crashes if no console at all o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/102612 [asr] da0 not detected when sharing bus with ch0 devic o bin/102638 matteo [patch] sysinstall(8): custom dist set always install p kern/102653 andre [tcp] TCP stack sends infinite retries for connection o kern/102741 andre Multiple outbound connect() calls produce 'Network is o kern/102784 [keyboard] system crashes when using hardware function o bin/102834 [patch] mail(1) hangs on the sigsuspend system call in o kern/102956 rink [linux] [patch] Add partial support for SO_PEERCRED in o usb/103025 usb [uhub] [panic] wrong detection of USB device for FreeB o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o i386/103063 i386 [install] Can not install on Dell XPS 700 o kern/103075 [ata] SATA disk attach/unplug from a MV88SX5041 freeze o ports/103084 tmclaugh security/ipsec-tools does not compile o kern/103135 [ipsec] ipsec with ipfw divert (not NAT) encodes a pac o kern/103191 Unpredictable reboot o kern/103256 jfv [em] em0: watchdog timeout -- resetting (6.1-STABLE) o kern/103281 pfsync reports bulk update failures o kern/103283 pfsync fails to sucessfully transfer some sessions f kern/103307 kib [lor] lock order reversal o kern/103454 ipfw [ipfw] [patch] [request] add a facility to modify DF b o kern/103464 bz [dns] [jail] jail networking failures to 127.0.0.1 onl s kern/103495 vwe [vr] if_vr locks after carrier event o kern/103498 [keyboard] momentary system "pauses" when switching VT o kern/103532 [irq] Interrupt storm in 6.2-PRERELEASE [regression] o kern/103578 [ums] ums does not recognize mouse buttons s kern/103603 6.1 install-boot from floppies fails s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o ports/103669 ale mysql-server rc script can not use mysql_flags variab o ports/103683 clsung multimedia/dvdrip: Problems with lack of threading lib o bin/103712 amd(8): Automounter is apparently not passing flags to o ports/103751 nork databases/linux-oracle-instantclient-sqlplus: ldconfig o kern/103883 [ata] DMA is not defaulted on WDMA device (SIS integra o threa/103975 threads Implicit loading/unloading of libpthread.so may crash f kern/104089 vwe [ithread] [panic] Fatal trap 12: page fault while in k o ports/104282 clement bsd.apache.mk - strange apache20 vs apache22 issue o usb/104292 usb [umass] [hang] system lockup on forced umount of usb-s s amd64/104311 amd64 ports/wine should be installable on amd64 o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o kern/104406 [ufs] Processes get stuck in "ufs" state under persist o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o bin/104456 stefanf sh(1): /bin/sh unable to enter deep directories p bin/104458 yar [libc] fts(3) can't handle very deep trees o i386/104473 i386 [boot] boot loader reboots before loading kernel on Al o kern/104485 [bge] Broadcom BCM5704C: Intermittent on newer chip ve o kern/104486 TI1131 Cardbus Bridge cannot detect card insertion on o kern/104569 glebius panic w/zebra o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o kern/104624 Sound, mouse and keyboard badly interrupted while I/O o kern/104625 acpi ACPI on ASUS A8N-32 SLI/ASUS P4P800 does not show ther o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104675 [bktr] METEORSINPUT seemingly not setting input o i386/104711 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel - video/ o i386/104719 i386 [ata] Seagate ST3802110A errors/delays when using PIO4 o java/104744 glewis java/berkeley-db installation error o kern/104751 [netgraph] kernel panic, when getting info about my tr o kern/104755 Making ISO image with k3b hangs 6.2-PRERELEASE p kern/104818 sos [ata] Missing driver Silicon Image SiI 3132 SATA II PC o kern/104822 [hang] RELENG_6 hangs with VIA VT8237A chipset [regres o usb/104830 usb [umass] system crashes when copying data to umass devi o bin/104850 ppp(8): ppp problem on TCP link o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/104978 jfv [em] jumbo frames has been broken in RELENG_6 by last o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o kern/105067 K8D Master-F and other 8111/8131 boards will not run S o alpha/105134 alpha 'panic: lockmgr: thread ... not exclusive lock owner' o kern/105169 [panic] cp hangs on copy to a compact flash card o usb/105186 usb [ehci] [panic] USB 2.0/ehci on FreeBSD 6.2-PRE/AMD64 c o gnu/105221 grep(1): `grep -w -F ""` issue o kern/105241 [nfs] problem with Linux NFS server up/down combined w o kern/105348 [ath] ath device stopps TX o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does s kern/105533 [ahd] adaptec 29320 causes panic with over 4GB o kern/105539 newly added disk devices don't have slice-devices crea f sparc/105607 sparc64 [modules] modules on sparc64 don't work with >= 4GB f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o conf/105689 rc [ppp] [request] syslogd starts too late at boot o bin/105925 net problems with ifconfig(8) and vlan(4) [regression] s kern/105943 net Network stack may modify read-only mbuf chain copies o kern/105945 Address can disappear from network interface o kern/106030 [ufs] [panic] panic in ufs from geom when a dead disk o docs/106135 doc [request] articles/vinum needs to be updated o kern/106243 [nve] double fault panic in if_nve.c on high loads f sparc/106251 sparc64 [libmalloc] malloc fails > for large allocations o kern/106316 net [dummynet] dummynet with multipass ipfw drops packets o kern/106317 [hang] deadlock in "zoneli" state o ports/106369 vpnd caused kernel panic with ppp mode f ports/106370 x11 Screen corruption when using Direct Rendering on a PCI o ports/106372 vpnd can't run with slip mode o kern/106413 [ata] problems with ATA on Intel Desktop Board DG965RY o bin/106431 sos [patch] atacontrol(8): Inform user of ata RAID5 acting o kern/106432 Record of disks (DVD-R) through the k3b program leads o kern/106438 net [ipf] ipfilter: keep state does not seem to allow repl o ports/106445 clement mod_proxy_ajp very slow on FreeBSD 6.2-RC1 amd64 o kern/106490 [atapicam] atapicam fails with ATAPI-CD/DVD drives att o kern/106496 kris [softupdates] Can't remount filesystem as read only af o kern/106534 ipfw [ipfw] [panic] ipfw + dummynet o bin/106545 [patch] update euro currency in units(1) p usb/106565 imp [ums] [patch] ums(4) does not work if the mouse defaul o ports/106604 ume security/cyrus-sasl2-saslauthd crashes with signal 6 o o ports/106608 tobez Perl 5.8 port does not respect environment variables ( o usb/106615 usb [uftdi] uftdi module does not automatically load with o kern/106632 trhodes [msdosfs] gimp destroys files on fat32 upon opening o usb/106648 usb [umass] [hang] USB Floppy on D1950 10 min Hang on Inse o bin/106674 sos atacontrol(8): "atacontrol attach" doesn't work with S o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to o bin/106726 ntpd(8): ntp functions return wrong values o kern/106783 [fdc] umount of a floppy disk results in a reboot o kern/106786 No reboot with FreeBSD and Mylex Acceleraid 352 s usb/106832 usb USB HP printer is not detected by kernel when ACPI ena f amd64/106918 yongari [re] Asus P5B with internal RealTek PCIe Ethernet gets o kern/106924 acpi [acpi] ACPI resume returns g_vfs_done() errors and ker o kern/106974 [bge] packet loose and linkup problem o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o s sparc/107087 sparc64 system is hinged during boot from CD p usb/107101 imp [umass] [patch] Quirk for Denver MP3 player o kern/107206 [arcmsr] Background fsck causes kernel panic with arcm f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP f kern/107287 [ata] page fault during install on Intel SATA on Intel f kern/107292 [ata] cannot install - Unable to find device /dev/ad0s a ports/107304 andreas print/apsfilter does not print PDF to raw PostScript p o kern/107342 [dri] Radeon dri breaks system o i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 o usb/107446 usb [umass] umass problems (usb and fw disks) p usb/107495 imp [cam] [patch] Fix long wait before WD My Book 250GB (U o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o i386/107564 i386 [install] fatal trap 19 during installation on a Dell o kern/107608 [twa] [hang] Raid Problem beim Zugriff auf Raid o kern/107622 [ata] can't boot on HP Pavilion dv6000 / problem with o amd64/107639 sos [ata] Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 o bin/107692 newfs(8): newfs -O 1 doesn't create consistent filesys s kern/107759 Unable to load a kernel after clean install o usb/107827 usb [ohci] [panic] ohci_add_done addr not found o bin/107829 [2TB] fdisk(8): invalid boundary checking in fdisk / w o bin/107830 fdisk(8): Change Units (Z) in fdisk doesn't work when o usb/107848 usb [umass] [request] cannot access Samsung flash disk o kern/107850 [bce] bce driver link negotiation is faulty o usb/107924 usb [patch] usbd(8) does not call detach f sparc/107947 sparc64 [libthr] mysqld periodically core dumps (signal 4) wit p usb/108097 imp [usbgen] [patch] ADMtek 851X USB-to-LAN adapter o kern/108100 [ktrace] sysctl debug.ktr.alq_enable=1 results in rebo o kern/108118 [libc] files should not cache their EOF status s amd64/108172 linimon [ata] installation fails on new Intel 965 motherboards o i386/108185 i386 [panic] freebsd 6.2 fatal kernel trap f kern/108197 jinmei [panic] [gif] [ip6] if_delmulti reference counting pan o kern/108201 jmg [kqueue] MOKB testcase for kqueue can cause kernel pan o kern/108202 [atapicam] atapicam error after upgrade to 6.2 [regres a misc/108215 kib [boot] [patch] bug in fsread in sys/boot/common/ufsrea o ports/108313 openoffice editors/openoffice.org port build fails o kern/108361 [lpt] lpt0: device busy with HP 710c parallel printer p bin/108368 [patch] tip(1) coredumped when 'du' capability is used o kern/108379 [ata] Secondary SATA drive not detected by FreeBSD 6.2 o kern/108390 [libc] [patch] wait4() erroneously waits for all child o kern/108418 [panic] Kernel panic after killing kdm. o kern/108485 [re] stress2-udp with realtek 8169S gigabit interface o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE [regr o kern/108542 net [bce]: Huge network latencies with 6.2-RELEASE / STABL a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o kern/108651 [hang] option PREEMPTION causes machine hangs on TYAN o bin/108656 [patch] Segfault of sshd(8) for unknown user when priv o kern/108659 [psm] Mouse (Synaptics touchpad) cursor freezes for so o kern/108670 silby [tcp] TCP connection ETIMEDOUT o ports/108696 nox emulators/qemu: udp protocol does not function in user o bin/108743 [patch] who(1): IPv6 addresses truncated to maximum IP o kern/108829 [radeon] radeon module fails with thinkpad T43 s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o bin/108895 net pppd(8): PPPoE dead connections on 6.2 [regression] f ports/108921 hrs portupgrade -R gaim-devel-2.0.0.b6_2 fails with error: o kern/108924 [ar] Panics when Intel MatrixRAID RAID1 is degraded o kern/108954 acpi [acpi] 'sleep(1)' sleeps >1 seconds when speedstep (Cx o kern/108968 [panic] Double mount then umount and ls resuits in pan o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) o kern/109024 [msdosfs] mount_msdosfs: msdosfs_iconv: Operation not o kern/109044 [ata] Bizarre problem with Pioneer 111D on i965 board f ports/109160 timur net/samba3 crashes freebsd when accessing a share resi s i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o kern/109227 [ral] ral(4) driver doesn't handle correctly RT2561C P o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o kern/109251 [re] [patch] if_re cardbus card won't attach o ports/109260 sergei sysutils/installwatch Bus Error o conf/109272 [request] increase default rc shutdown timeout o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o kern/109308 net [pppd] [panic] Multiple panics kernel ppp suspected [r o conf/109354 [request] /etc/periodic/daily/110.clean-tmps does not o kern/109377 daichi [unionfs] unionfs crashes if underlying file system fo o usb/109397 usb [panic] on boot from USB flash o kern/109406 thompsa [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work wi o bin/109521 [patch] chio(1): 'chio return' breaks on non-voltag ch o bin/109567 delphij gzip(1) does not detect my packed file o i386/109568 i386 [panic] Reboot server with "Fatal trap 12" o bin/109569 mail(1) command not parsing sendmail parameters a amd64/109584 amd64 zdump(8) doesn't work o i386/109610 i386 [panic] Fatal trap 12: page fault while in kernel mode o kern/109733 net [bge] bge link state issues [regression] o kern/109736 [ata] FreeBSD sysinstall from CD can't find & mount NE o kern/109743 [sio] The sio(4) driver appears to be getting the seri o kern/109762 [hang] deadlock in g_down -> ahd_action -> contigmallo o kern/109809 [vmware] CPU hits 100% when issuing the halt command ( o bin/109827 mount_smbfs(8) didn't handle password authentication c o kern/109889 [panic] 6-STABLE panic kern_timeout.c o sparc/109908 sparc64 apache22 mod_perl issue on sparc64 o kern/109936 [smp] SMP kernel performance problem on FSC TX600 o kern/109968 [boot] [panic] Panic while booting with PCscsi II AM53 o kern/110065 [wi]: wi device cannot attach to D-Link DWL-520 rev. E o kern/110110 [hang] sysctl causing a lockup f i386/110111 gavin [install] install hangs after APIC inspection, Xeon on p usb/110122 imp [ugen] [patch] usb_interrupt_read does not respect tim o kern/110140 [ipw] ipw fails under load o bin/110151 [sysinstall] sysinstall(8) don't respects install root o i386/110214 i386 [hang] FreeBSD 6.2 freezes on SSH activitiy caused by o i386/110218 i386 kmem_malloc(4096): kmem_map too small: 335544320 total o kern/110249 kmacy [kernel] [regression] [patch] setsockopt() error regre o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f o threa/110636 threads [request] gdb(1): using gdb with multi thread applicat o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 p kern/110662 sam [safe] safenet driver causes kernel panic o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o kern/110892 [panic] Fatal trap 12, at use qemu o java/110912 java Java krb5 client leaks UDP connections o kern/110915 rwatson ACL's don't work with SUIDDIR f kern/110959 bz [ipsec] Filtering incoming packets with enc0 does not o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o bin/111077 date(1): /bin/date -j -f "%b %Y" "Feb 2007" +%m return s bin/111146 [2tb] fsck(8) fails on 6T filesystem o kern/111162 [nfs] nfs_getpages does not restart interrupted system o kern/111185 console color depth set to 0 at boot causes flat scree o kern/111196 [ata] [hang] SATA drives cause errors and cause system o kern/111260 [hang] FreeBSD kernel dead lock and a solution o kern/111457 [ral] ral(4) freeze o kern/111537 kmacy [netinet6] [patch] ip6_input() treats mbuf cluster wro o conf/111557 [gre] link1 flag doesn't work as intended when specifi o kern/111699 [ata] SATA drives on an Asus A8V-MX are no longer dete o usb/111753 usb [uhid] [panic] Replicable system panic involving UHID o kern/111766 [panic] "panic: ffs_blkfree: freeing free block" durin o kern/111782 [ufs] /sbin/dump fails horribly for large filesystems o ports/111832 ports/lang/drscheme doesn't compile: foreign.c o bin/111835 fstat(1) fails to report certain files a amd64/111955 jhb [install] Install CD boot panic due to missing BIOS sm o kern/111967 [geli] glabel - label is seemingly not written to disk f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o i386/112036 i386 [ata] TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA o kern/112053 [hang] deadlock with almost full filesystem and rtorre o kern/112181 [panic] Kernel Panic on HP DL320-G5 Running 6.2-STABLE s gnu/112215 obrien [patch] gcc(1): "gcc -m32" attempts to link against 64 o kern/112256 [hang] SC_PIXEL_MODE hangs system f ports/112283 openoffice editors/openoffice-2 fails to build with "pyconfig.h: o bin/112336 [patch] install(1): install -S (safe copy) with -C or o i386/112487 i386 [sio] kernel panic on swi0:sio o kern/112528 net [nfs] NFS over TCP under load hangs with "impossible p o conf/112558 [patch] /etc/periodic/daily/200.backup-passwd poor han s usb/112568 usb [umass] [request] USB mode may wrong when mounting Pla o kern/112570 [bge] packet loss with bge driver on BCM5704 chipset o i386/112580 i386 [boot] BTX Halted on HP DV6255 Notebook o java/112595 java Java appletviewer frequently hangs (kse_release loop) o i386/112596 i386 [aac] aac driver causes kernel panic - page fault on 2 o usb/112631 usb [panic] Problem with SONY DSC-S80 camera on umount o i386/112635 i386 [hang] [loader] Hang during boot installation o usb/112640 usb [usb] [hang] Kernel freezes when writing a file to an o kern/112658 fs [smbfs] [patch] smbfs and caching problems (resolves b f amd64/112677 emaste [aac] Adaptec 4805SAS causes 6.2 (AMD64) to panic (amd o kern/112686 net [patm] patm driver freezes System (FreeBSD 6.2-p4) i38 o i386/112700 i386 SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 p kern/112706 marcel unresovled symbols when loading uart.ko module o kern/112707 [panic] 6.2-STABLE panic: spoiling cp->ace = 3 o kern/112708 ipfw [ipfw] ipfw is seems to be broken to limit number of c o kern/112722 net [udp] IP v4 udp fragmented packet reject o ports/112791 sumikawa hash_algorithm sha384 crashs security/racoon2 f ports/112921 x11-wm/Beryl not loading focus and keybinding settings p docs/112935 remko [patch] newfs_msdos(8): document 4.3g limit on files w o kern/112984 [drm] [patch] Xorg 7.2 locks up with AIGLX enabled on o conf/112985 [patch] rc start-up scripts broken after X11R6 symlink f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o kern/113098 [amr] Cannot read from amrd while under heavy load o conf/113117 linimon [iwi] if_iwi isn't present in today's CURRENT/AMD64 o amd64/113130 [ata] no sata drive found [regression] o kern/113138 [irq] interrupt storm on 6.x kernels on an MS-1029 (AM s ports/113144 print/ghostscript-gnu dumps core with several output d o bin/113239 [patch] atrun(8) loses jobs due to race condition o bin/113345 mux csup(1) broken: Updater failed: Bad diff from server o kern/113398 [libc] [patch] initgroups fails rather than truncates o kern/113419 geom [geom] geom fox multipathing not failing back o kern/113427 [fxp] fxp0: device timeout when writing to USB and pla o kern/113439 [panic] 6.2 Kernel Panic s bin/113456 [request] gpt(8) does not allow changing partition tab o ports/113467 java Multiple "missing return value" errors building JDK on o kern/113478 [boot] [request] FreeBSD could not start on Core2Duo n o sparc/113556 sparc64 panic: trap: memory address not aligned; Rebooting... s usb/113629 usb [ukbd] Dropped USB keyboard events on Dell Latitude D6 o usb/113672 usb [ehci] [panic] Kernel panic with AEWIN CB6971 o ports/113683 olgeni lang/erlang fails to build on CURRENT o ports/113756 olgeni x11-fonts/urwfonts: port references /usr/X11R6 o kern/113825 [patch] [libc] [ggated] Fix -STABLE build with -fno-st o kern/113842 net [ip6] PF_INET6 proto domain state can't be cleared wit o kern/113851 [boot] Unable to boot install cd from USB-CDROM o i386/113853 FreeBSD 6.2-RELEASE Crashes and Reboots on i386 o kern/113856 [plip] PLIP (parallel port IP) dead on 6.2, dead since o kern/113895 [xl] xl0 fails on 6.2-RELEASE but worked fine on 5.5-R o kern/113939 [named-pipes] Linux (e.g.) ls hangs on named pipes in o kern/113957 geom [gmirror] gmirror is intermittently reporting a degrad p usb/113964 imp [ucom] [patch] kernel panic when dropping a connection s usb/113977 usb [request] Need a way to set mode of USB disk's write c o bin/114082 [make.conf] default CFLAGS have a blank at the end o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f kern/114133 emaste [aac] Kernel panic: locking problems between aac drive o kern/114155 [ptrace] sigsuspend gets interrupted by ptrace o ports/114167 portmgr [PATCH] bsd.port.mk - ignoring major numbers in LIB_DE o i386/114192 i386 Fail to boot with "error issuing ATA_IDENTIFY command" o i386/114208 i386 [boot] Problem booting the FreeBSD CD ISO image p kern/114237 csjp kernel lock o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o kern/114331 [crypto] [patch] VIA padlock freesession bug o kern/114370 [hang] 6.2 kernel with SMP options hangs when dumping o kern/114451 [nfs] [patch] prevent NFS server possible crash o kern/114459 [aic] [panic] FreeBSD-CURRENT crash during boot with A o kern/114489 scottl [aic] [panic] _mtx_lock_sleep: in aic7xxx_osm.h (with o kern/114506 [nfs] nfs_readdirrpc doesn't use copyout to write out o i386/114535 i386 Toshiba Satellite 105A: "no driver attached" for vario o kern/114550 [cbb] Cardbus WiFi card activation problem o i386/114562 acpi [acpi] cardbus is dead after s3 on Thinkpad T43 with a f kern/114631 yongari [msk] "Tx descriptor error" with Marvell Yukon o java/114644 java tomcat goes out of PermSpace, jvm crashes o kern/114646 [firewire] [patch] firewire0: device physically ejecte o kern/114676 fs [ufs] snapshot creation panics: snapacct_ufs2: bad blo o usb/114682 usb [umass] generic USB media-card reader unusable o kern/114714 net [gre][patch] gre(4) is not MPSAFE and does not support s ports/114725 portmgr bsd.port.mk - No dependencies in the package if there o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o kern/114808 [panic] Kernel panic when use USB SpeedTouch ADSL mode o kern/114839 net [fxp] fxp looses ability to speak with traffic o kern/114899 [bge] bge0: watchdog timeout -- resetting o ports/114945 clement [request] Protect mail/ssmtp configuration files o kern/114995 [drm] acpi_video prevents savage drm from loading succ o kern/115002 [wi] if_wi timeout. failed allocation (busy bit). ifco f amd64/115011 gavin ACPI problem ,reboot system down. o bin/115054 ntpd(8): NTP errors out on startup but restart of NTP o amd64/115126 yongari [nfe] nfe0: watchdog timeout (missed Tx interrupts) -- o kern/115152 [ata] Sil 3512 SATA controller panics on 6.2 o bin/115174 [patch] growfs(8) needs zero-writing for safe filesyst o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o kern/115239 net [ipnat] panic with 'kmem_map too small' using ipnat o i386/115285 i386 [panic] fatal trap 1 on freebsd 6.2 install boot up on o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o kern/115371 imp [cardbus] [patch] Device removal leaves resource datab o kern/115374 [panic] vm_fault: fault on nofault entry, addr: e120d0 o bin/115406 [patch] gpt(8) GPT MBR hangs award BIOS on boot o ports/115437 nobutaka multimedia/libxine: does not compile with certain env s ports/115461 clement [patch] bsd.apache.mk - Create packages for apache mod o kern/115479 [ata] [request] ASUS P5K SE need more support o www/115481 remko ASUS P5K SE motherboard status for amd64 o kern/115526 piso [libalias] libalias doesn't free memory o kern/115572 geom [gbde] [patch] gbde partitions fail at 28bit/48bit LBA o kern/115606 [mpt] [panic] Panic while using mpt controller f kern/115614 thomas [ata] Recent ATA driver changes have broken cdrecord [ f kern/115619 [sysvshm] Unfinished (uncompliant?) support for POSIX o kern/115631 [libc] [patch] [request] make dlclose(3) atexit-aware o kern/115645 [snapshots] [panic] lockmgr: thread 0xc4c00d80, not ex o kern/115651 Racoon(ipsec-tools) enters sbwait state or 100% CPU ut o kern/115666 multimedia [sound] Microphone does not work o kern/115801 sos [ata] [patch] Writing of crash dumps is unreliable s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o i386/115854 i386 [boot] [install] Install FreeBSD with USB CDROM causes o kern/115856 pjd [geli] ZFS thought it was degraded when it should have o kern/115930 jfv [em]: Dell nic enumeration problem o bin/115946 des [libpam] [patch] not thread-safe o i386/115947 i386 [hang] Dell poweredge 860 hangs when stressed and ACPI o bin/115951 [tun] pppoed(8): tun not closed after client abruptly o ports/115957 itetcu Questionable ownership and security on dspam port o bin/115960 des sshd's X11 forwarding broken on IPv6 only machine [pat o kern/115997 scottl [ciss] [panic] [patch?] kernel panics on heavy disk I/ o kern/116074 [libc] fnmatch() does not handle FNM_PERIOD correctly o kern/116077 net [ip] [patch] 6.2-STABLE panic during use of multi-cast o docs/116080 doc PREFIX is documented, but not the more important LOCAL o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- o kern/116133 kmacy Recursive lock panic when w_mtx falls into DELAY o amd64/116159 amd64 [panic] Panic while debugging on CURRENT o kern/116170 fs [panic] Kernel panic when mounting /tmp s kern/116172 vwe [tun] [panic] Network / ipv6 recursive mutex panic o kern/116185 net [iwi] if_iwi driver leads system to reboot s ports/116222 portmgr files installed with the wrong UID/GID via make instal o kern/116270 [ata] READ_DMA48 UDMA ICRC error f i386/116297 gavin [hang] system hangs during installation o amd64/116322 amd64 [panic] At start fsck on current, the system panics o kern/116328 net [bge]: Solid hang with bge interface o kern/116335 andre [tcp] Excessive TCP window updates o ports/116359 x11 x11/xorg - screen blinks with PCI-E nvidia card and ve f ports/116385 net/vnc using vnc.so crashes Xorg 7.3 when remote comp o kern/116415 [ata] 6.2-STABLE does not work on Gigabyte GA-P35-S3 ( o kern/116444 [ath] Atheros 5005G (AR5212) miniPCI: unable to attach o bin/116477 rm(1): rm behaves unexpectedly when using -r and relat o kern/116515 remko [ntfs] NTFS mount does not check that user has permiss o kern/116538 [fdc] [patch] reintroduce FD_NO_CHLINE flag for fdc(4) o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o kern/116583 [ffs] System freezes for short time when using mmap on f ports/116586 net/isc-dhcp3-server does not work when compiled with o docs/116588 remko No IPFW tables or dummynet in Handbook o kern/116608 [panic] [patch] [msdosfs] msdosfs fails to check mount o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o www/116660 www docs.freebsd.org returns bad chunked encoding a kern/116669 jhb Parallel port printing crashes CURRENT o ports/116685 skv databases/p5-Class-DBI: Class::DBI-inserting multiple o bin/116688 cpio(1): cpio with -c option does not work. o usb/116699 usb [usbhid] USB HID devices do not initialize at system b o kern/116701 [atapicam] atapicam hangs initializing SATA DVDRs on s o kern/116719 [panic] kill all watch causes page fault on kernel ser o bin/116722 ntpd(8): ntpd core dumps if hostnames are not specifed o ports/116728 shaun news/inn - ckpasswd (contained INN) crashed o kern/116747 net [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile o bin/116782 [geli] geli not updated on migrate from 6.1 to 6.2 rel o bin/116784 mount_msdosfs(8): mount_msdosfs -L ru_RU.KOI8-R -W koi o kern/116837 net [tun] [panic] [patch] ifconfig tunX destroy: panic o i386/116844 i386 [boot] cannot boot from cd when using Dell Vostro 200 o bin/116849 [patch] dump(8) fails to dump UFS filesystems when nul o kern/116853 yongari [msk] msk watchdog timeout o bin/116908 pkg_create(1): pkg_create -b makes invalid packages fo o kern/116913 [ffs] [panic] ffs_blkfree: freeing free block o kern/116935 [ata] Intermittent error with Promise PDC40718 o kern/116939 acpi [acpi] PCI-to-PCI misconfigured for bus three and can o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o kern/117010 emulation [linux] linux_getdents() get something like buffer ove o kern/117043 net [em] Intel PWLA8492MT Dual-Port Network adapter EEPROM o ports/117128 security/ipsec-tools racoon.sh fails with /var on mfs o usb/117150 weongyo [zyd] usb zyd device under moderate load panics system o kern/117188 [geli] System crashes/reboots on access to file on GEL o ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o bin/117214 ipfw(8) fwd with IPv6 treats input as IPv4 o kern/117234 ipfw [ipfw] [patch] ipfw send_pkt() and ipfw_tick() don't s o kern/117242 [powerd] [hang] console hangs when powerd is adaptive o bin/117256 kgdb(1) cannot read PTD o kern/117271 net [tap] OpenVPN TAP uses 99% CPU on releng_6 when if_tap o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A o i386/117297 i386 [hang] System hangs up every day o usb/117313 usb [umass] [panic] panic on usb camera insertion o kern/117314 [ntfs] Long-filename only NTFS fs'es cause kernel pani o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o kern/117421 [ata] [hang] System hang with failing SATA disk (SiI31 o kern/117423 net [vlan] Duplicate IP on different interfaces o kern/117448 net [carp] 6.2 kernel crash [regression] f ports/117508 x11 x11/xorg 7.2,7.3 i8i0 and intel crash system using Ble o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC s kern/117513 vwe [panic][ath] Fatal trap 12: page fault while in kernel a conf/117555 dougb [patch] NIS-dependent services cannot start if ypbind o ports/117596 clement www/Apache22 - apache 2.2.6 segfault when using mod_db o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o kern/117681 [virtualbox] pcn fails to send packets under VirtualBo o kern/117688 [mpt] mpt disk timeout and hang o usb/117712 [reboot] unexpected reboot after mount USB flash drive o kern/117716 kib [ufs] Remount can corrupt filesystems and lock them mo f kern/117717 rwatson [panic] Kernel panic with Bittorrent client. a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o conf/117753 Pediodic script 100.clean-disks cleans out some useful o ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load o ports/117808 openoffice editors/OpenOffice.org-2 seems to be looping o misc/117811 [build] Building multiple kernels with KERNCONF="ONE T o bin/117812 passwd(1): incapable of changing LDAP passowrds using o bin/117830 [patch] who(1) no longer displays entries for folk log o bin/117831 mux csup(1) is incompatible WRT handling unknown RCS keywo o bin/117909 kientzle bsdtar(1) doesn't match files in a tar that gtar does o kern/117943 [zfs] zfs snapshot directory could not access from NFS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o ports/117965 openoffice editors/openoffice.org-2 Impress crashes with multiple o kern/117972 [ata] SATA DLT V4 not recognized properly o kern/117973 [panic] [lpt] 7.0-BETA2: repeatable panic while printi o ports/117988 cokane editors/vim6+ruby incorrectly refers to editors/vim po p bin/118005 andre Can No Longer SSH into 7.0 host o kern/118044 [panic] spin lock held too long o bin/118069 thomas [PATCH] camcontrol(8) should be able to leave device s o kern/118093 [firewire] firewire bus reset hogs CPU, causing data t o ports/118104 [PATCH] multimedia/vlc - volume bar position almost in o kern/118107 [ntfs] [panic] Kernel panic when accessing a file at N o misc/118121 [build] RELENG_7 kernel compile fails with -Os o bin/118123 [patch] chat(8) has infinite recursion bug s kern/118124 [request] HZ value on slow computers should by dynamic f kern/118128 oleg [dummynet] Dummynet cause kernel trap or system freeze o kern/118137 process stuck in pipewr (similar to kern/55908?) o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o bin/118144 des [patch] pam_lastlog doesn't check return values in pam f kern/118158 sos [ata] SONY SDX-570V (ATAPI) hangs frequently o kern/118170 pjd [zfs] /bin/pwd fails under .zfs/snapshot f ports/118186 clsung databases/p5-DBD-SQLite should be build with -lpthread o kern/118222 [pxeboot] FreeBSD 7.0 PXE + NFS / "Can't work out whic a kern/118238 benno [bce] bce driver shows "no carrier" on Intel SBXD132 b o conf/118255 rc savecore never finding kernel core dumps (rcorder prob o kern/118282 [sg] device sg + hald + umass plugging crashes 7.0 o i386/118285 i386 [i386] Segmentation fault in reloc_non_plt. f ports/118290 dinoex databases/rubygem-postgres broken p kern/118304 kib freebsd 7 delivers unanticipated signal for page fault o ports/118310 lev devel/subversion - FreeBSD 7.0-BETA3/Subversion 1.4.4_ o conf/118315 dougb Local startup scripts run twice o kern/118316 sam [ath] ath/snd_hda on the same irq line cause solid han o bin/118318 mohans [nfs] NFS server hangs under special circumstances o kern/118320 pjd [zfs] [patch] NFS SETATTR sometimes fails to set file o kern/118342 [ata] Unable to mount root on ata drive w/ Cyrix 5530 p kern/118346 daichi [unionfs] unix sockets do not work when on memory file o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se p kern/118370 thompsa [ndis] [patch] if_ndis - fix a scanning problem of Mar p usb/118391 remko [usbdevs] [patch] Add uscanner ID for Epson CX4800 p kern/118439 thompsa [ndis] [patch] if_ndis - fix a panic when ndis_attach( o kern/118447 sos [ata] [patch] Troublesome DMA modes with VIA Apollo VP a kern/118455 bz [tcp] [panic] Panic with MD5 options on a TCP socket o kern/118459 [hang] Freeze under high-load with SMP until keypresse o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o bin/118503 [sysinstall] sysinstall(8) and /etc/rc.conf o ports/118507 openoffice editors/Openoffice.org-2 2.3.1/AMD64 does not show ODB o ports/118509 girgen databases/postgresql-odbc - postgresql-unixodbc-7.2.5_ o kern/118573 [ata] FreeBSD doesnt support my optical drive o bin/118636 [sysinstall] [patch] [request] remove requirement for o i386/118656 i386 [panic] Init dies in single user mode and box get kern o kern/118695 jfv [em] device polling + vlan causes panic on "em" interf o threa/118715 threads kse problem o ports/118716 shaun security/heimhal - shared library conflict with heimda o bin/118723 [patch] od(1)/hexdump(1) truncates last partial repeat o kern/118734 [xen] FreeBSD 6.3-RC1 and FreeBSD 7.0-BETA 4 fail to b o kern/118737 [cpufreq] [patch] Panic due double free within detach o ports/118808 Fix to build ports/lang/drscheme on FreeBSD-7.0 o kern/118842 [apic] Boot failure with apic enabled (FreeBSD 7) o misc/118855 pjd [zfs] ZFS-related commands are nonfunctional in fixit o ports/118877 audio/streamripper does not detect song title from str o kern/118880 net [ip6] IP_RECVDSTADDR & IP_SENDSRCADDR not implemented o kern/118897 [bfe] Kernel Panic acquiring IP address from DHCP serv o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o kern/118912 [2tb] disk sizing/geometry problem with large array o kern/118927 jfv [em] em(4) broken: link state changed to DOWN (/UP), l o sparc/118932 sparc64 7.0-BETA4/sparc-64 kernel panic in rip_output o ports/118950 x11 x11-drivers/xf86-video-nv - xorg xf86 nv (nvidia) driv o java/118956 java eclipse and netbeans break on diablo-jdk15 f bin/118967 sam hostapd(8): hostapd restart panics the system o kern/118973 acpi [acpi]: Kernel panic with acpi boot o kern/118990 [nve] nve + PAE bus_addr_t/void * inconsistencies o kern/118993 ipfw [ipfw] page fault - probably it's a locking problem o bin/119014 [patch] IPv6 addresses cause sockstat(1) to run column o sparc/119017 sparc64 7.0 Beta won't install on U60 f usb/119018 linimon [usbd] HP ScanJet 4300C found as knowndev but not reco o ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) o kern/119043 [twa] twa hang after heavy disk IO o kern/119047 yongari [re] Not correct working RealTek 8168/8111B PCIe Gigab f ports/119091 x11 x11-drivers/xf86-video-intel 2.1.1 panics system o ports/119119 timur net/samba3 - 3.0.28 stops working with ZFS whereas 3.0 f kern/119123 bz Kernel crashed while running Avahi and IPv6 o kern/119140 sos [ata] [panic] Kernel panic with sata drive and dma pro o bin/119141 kientzle bsdtar(1): tar does not compress whole dirs in FreeBSD o ports/119180 stefan mail/spamprobe not functioning on amd64. o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119197 [psm]: PS/2 mouse doesn't work under FreeBSD i386 7.0 o kern/119200 acpi [acpi] Lid close switch suspends CPU for 1 second on H o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o ports/119204 openoffice [patch] editors/OpenOffice.org-2 v2.3 loops when file o kern/119225 net [wi] 7.0-RC1 no carrier with Prism 2.5 wifi card [regr o sparc/119239 sparc64 gdb coredumps on sparc64 o sparc/119244 sparc64 X11Forwarding to X11 server on sparc crashes Xorg o kern/119259 [panic] kernel panic on asus c90s laptop after first ( o kern/119298 [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o i386/119303 sos [ata] SATA HDD missing in 7.0-RC1, ok in 7.0-BETA4; at o kern/119345 net [ath] Unsuported Atheros 5424/2424 and CPU speedstep n o kern/119356 acpi [acpi]: i386 ACPI wakeup not work due resource exhaust o kern/119361 net [bge] bge(4) transmit performance problem o kern/119374 thomas [ata] [regression] ATAPI or ATAPICAM bug (regression i o ports/119406 danfe games/warsow port update for 0.32 -- current port is p kern/119422 kib [devfs] Kernel panic (page fault) with devfs rules o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas f kern/119487 [em] page fault in em taskq with polling enabled p bin/119490 top(1) hangs for long periods with NIS -- even using - o usb/119509 usb USB flaky on Dell Optiplex 755 o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o bin/119524 cron(8) suddenly stops working, not crash o kern/119529 [ext2fs] Freezes when compiling code on mounter ext2fs o kern/119530 jmg [kqueue] [patch] kqueue/kevent causes fatal trap 12 o ports/119540 krion [patch] x11/xterm: make ^T work by default (backport) o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting f ports/119546 tmclaugh net/nss_ldap makes /usr/bin/ssh dump core in getpwuid( o conf/119550 [ppp] ppp not starting during bootup. o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture f kern/119613 yongari [msk] mskc0: Uncorrectable PCI Express error o ports/119632 ahze finance/gnucash 2.2.3 refuses to build with certain de f kern/119638 [ffs] fsck_ffs -b 32 doesn't repair primary superblock o kern/119696 [irq] [ral] ral device causes massive interrupt storm o bin/119709 [gcc] cc -pg produced bad binaries on x86 in 7.0-RC1 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w f kern/119735 pjd [zfs] geli + ZFS + samba starting on boot panics 7.0-B o kern/119753 delphij [tmpfs] tmpfs causes a panic at shutdown o kern/119754 jfv [em] em hung after "watchdog timeout -- resetting" on o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor o i386/119809 gavin [virtualpc] MS Virtual PC 2007 - Install hung - Trying o kern/119838 sos [ata] udma100 enabled althrough improper cable on nVid o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail o kern/119868 [zfs] 7.0 kernel panic during boot with ZFS and WD1600 o kern/119877 [ata] OS Fails to detect hard disks on HP Proliant ML1 o kern/119894 [ata] Initialization of disc controller fails [regress o bin/119903 [ncurses] Fast increase in loading of the processor. A p threa/119920 deischen [patch] fork broken in libpthread o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o kern/119945 net [rum] [panic] rum device in hostap mode, cause kernel o i386/119946 i386 [est] sysctl dev.cpu.0.freq on 75 Hz, cannot be change o bin/119970 mp Please MFC tcsh(1) 6.15.0. o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou p kern/119984 scottl [cam] 7.0 - Kernel trap - AHA-2944 - witness warn on b o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o kern/120021 geom net-p2p/qbittorrent crashes system when it works thoug o bin/120025 [gcc] warning in C++'s system header o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o ports/120039 sem ports-mgmt/portupgrade 2.4.0 will not run o bin/120060 routed(8) deletes link-level routes in the presence of o kern/120066 [geli] geli boot password input fail when using serial o kern/120072 Interpreter fails to invoke on 6.3-RELEASE, reproducab f kern/120081 [ata] Hard drive not found during install FreeBSD 7.0 o bin/120084 [boot] loader_conf_files in /boot/loader.conf no longe o ports/120101 cy security/krb5 utilities link against wrong libcom_err o kern/120130 net [carp] [panic] carp causes kernel panics in any conste o bin/120143 [panic] sysinstall(8): FreeBSD6.3 page faulted after a o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o ports/120173 jmelo Prevent ports mail/mailman zombieing remote servers/ o kern/120177 [ata] ATA DMA modes don't work on CF cards o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, p bin/120208 rwatson [patch]: gzip(1) cannot preserve utimes() because it f o kern/120209 [zfs] reboot after panic: solaris assert: arc_buf_remo o kern/120210 [zfs] [panic] reboot after panic: solaris assert: arc_ o ports/120229 clement www/apache20 does not pick up usernames from NIS [regr o kern/120231 geom [geom] GEOM_CONCAT error adding second drive o kern/120247 scsi [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s f kern/120253 kernel crashes after hard disk geometry while probing o kern/120266 net [panic] gnugk causes kernel panic when closing UDP soc o kern/120281 pf [pf] [request] lost returning packets to PF for a rdr o kern/120282 imp [ath] [panic] resource_list_release: resource entry is o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o ports/120284 dougb x11-wm/windowmaker WPrefs crash on amd64 o kern/120296 sos [ata] Unstable SATA on MB with Nvidia MCP 570 SLI chip o kern/120304 net [netgraph] [patch] netgraph source assumes 32-bit time o ia64/120315 ia64 Backing store switch in exception_save_restart leaves o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o kern/120343 [panic] Reproducible Crash - network interface related o kern/120344 rwatson [panic] FreeBSD 6.3-STABLE panics on high loaded web s o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o kern/120376 imp [ath] High interrupt load when booting with ath (PCMCI o ports/120409 clement (7.0-RC1) segfault on HUP with www/apache20 + some php o docs/120456 doc ath(4) needs to specify requirement on wlan_scan_sta f ports/120457 thierry math/metis doesnt compile on amd64. o ports/120459 sem ports-mgmt/portupgrade does not obey dependency overri o kern/120483 [ntfs] [patch] NTFS filesystem locking changes o ports/120502 sem ports-mgmt/portupgrade: no more "---> Packaging 'XXX' o ports/120506 skv [patch] devel/bugzilla with mysql depends problems o kern/120507 sos [ata] Errors while burning CDs using burncd(8) o ports/120517 sem ports-mgmt/Portupgrade bumped version of libicui18n, s o kern/120533 [bce] [patch] Multicast not accepted on bce devices o kern/120534 [ata] Troubles in work with SAS controller Adaptec 941 o usb/120729 usb [panic] fault while in kernel mode with connecting USB o kern/120733 cperciva libbsm.so.1 missing after upgrading to 6.3-RELEASE o usb/120786 usb Kernel panic when forced umount of a dettached USB Har o kern/120787 [atapicam] hardware troubles with atapicam and dvd o ports/120788 farrokhi update ports/net/openospfd to 4.2 and fix multiple p2p o kern/120791 [bge] The Broadcom BCM5703 A2 NIC is running a lot of f ports/120835 roam ports Makefile for ftp/curl tests on/off for defined() o kern/120842 scottl [hptrr] hptrr driver causes detection of Marvell 88SX6 o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 f usb/120873 usb [zyd] [panic] if_zyd and if_rum panic in usb_transfer_ p kern/120948 cperciva sendfile(2) doesn't send trailers o kern/120953 acpi [acpi]: FreeBSD 6.3 Release: acpi_tz0: _TMP value is f kern/120954 vwe [panic] FreeBSD 6.3 Release: Fatal trap 12: page fault o kern/120966 net [rum] kernel panic with if_rum and WPA encryption o kern/120967 [udf] [panic] crash happens on mounting an UDF DVD o ports/120969 sem ports-mgmt/portupgrade-devel fails on portupgrade -rR f kern/120991 [panic][fs][snapshot] System crashes when manipulating o bin/121059 ntpd(8) doesn't sync with servers after dhclient chang o kern/121063 sam [ath]: High wireless traffic on ATH causes high tx fai o bin/121072 fs [smbfs] mount_smbfs(8) cannot normally convert the cha o kern/121080 net [bge] IPv6 NUD problem on multi address config on bge0 o i386/121115 i386 [ata] READ_DMA failure after 6.3 security upgrade [reg a bin/121124 sysinstall(8): FreeBSD 6.3 installation deletes MBR pa p bin/121146 antoine [patch] adduser(8) produces defective blowfish cipher o i386/121148 gavin [panic] Repeatable sysctl crash (Fatal Trap 12) with A o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o bin/121158 kientzle [regression] bsdtar(1): tar regression from 6.2 to 6.3 o kern/121174 [ral] if_ral loses performance in FreeBSD 7 (RELENG_7) o kern/121181 net [panic] Fatal trap 3: breakpoint instruction fault whi p www/121223 www http://www.freebsd.org/releases/7.0R/installation.html o usb/121232 usb remove PCCARD rebooted system o bin/121243 des [patch] passwd(1) patch for usage with PAM/LDAP o i386/121258 i386 [boot] FreeBSD 6.3 / 7.0 boot problem [regression] f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr o usb/121275 usb [boot] FreeBSD fails to boot with usb legacy support e f kern/121294 [panic] kernel panic pcpu.h or 0x00000000 in ?? () o kern/121298 net [em] [panic] Fatal trap 12: page fault while in kernel f ports/121300 sem ports-mgmt/portupgrade fails with "Argument must be St o kern/121305 [ata] HDD not detected (MSI P6N SLI plat. motherboard) o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o kern/121322 [panic] 'panic: spin lock held too long' on reboot o ports/121325 anholt Xorg crashes when x11-wm/xcompmgr is running o threa/121336 threads lang/neko threading ok on UP, broken on SMP (FreeBSD 7 o ports/121347 hrs print/teTeX-base and print/texinfo install files in th o kern/121350 [ata] [panic] initiate_write_inodeblock_ufs2: already o bin/121359 [patch] ppp(8): fix local stack overflow in ppp o ports/121360 x11 x11/xorg - Change default of ~/.xsession-errors to off o kern/121364 geom [gmirror] Removing all providers create a "zombie" mir o kern/121371 secteam execv undesired use to change a processes credentials o kern/121373 bz [ipsec] New IPSEC & IPV6 & AH+ESP Broken f kern/121394 sam [ath] FreeBSD access point (ath0) fails 100% of the ti o kern/121396 sos [ata] 7.0 fails on mcp55 sata controller [regression] a power/121407 ppc [panic] Won't boot up; strange error message. o ports/121420 java java/jdk16: Java applet fails to find class under fire f kern/121423 csjp [sysvshm] Can't allocate more 2 Gb shared memory p kern/121433 jhb [cpufreq] kern_cpu.c's logic error leads to spontaneou o kern/121437 net [vlan] Routing to layer-2 address does not work on VLA o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem p kern/121446 jhb [bge] PATCH 7.0-STABLE for bge ether BCM5722 on Dell T f kern/121454 acpi [pst] Promise SuperTrak SX6000 does not load during bo o kern/121461 sos [ata] SATA Hard disks are not detected on SiS 180/181 p ports/121462 hrs building print/ghostscript-gpl fails with WITH_FT_BRID o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard s kern/121485 vwe [vm] panic with 7.0-RELEASE [regression] o kern/121534 darrenr [ipl] [nat] FreeBSD Release 6.3 Kernel Trap 12: o sparc/121539 sos [ata] Interrupt storm booting 7.0-R/sparc64 on ultra5 o i386/121549 i386 [nfe]: nfe interface locks up during rc.conf initializ o kern/121555 net [panic] Fatal trap 12: current process = 12 (swi1: net f kern/121572 [panic] when downloading from ftp system crash/rebooti o ports/121573 cy security/krb5 (MIT Kerberos) generates non-working ksu p kern/121574 mlaier [carp] CARP hash dependent on order of IP addresses on o kern/121600 pjd [zfs] Can't delete file on ZFS, then disk quota exceed o kern/121624 net [em] [regression] Intel em WOL fails after upgrade to o ports/121635 sergei mail/ezmlm-idx MySQL support broken o ports/121643 sobomax net/asterisk broken with latest devel/pwlib and net/op o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o i386/121699 i386 [boot] can't boot on MSI K9N Ultra o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k f kern/121720 thompsa [wpi] wpi doesnt work if kernel has options SCHED_ULE o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o kern/121759 [cardbus][dc] cardbus dc0 initialization failure at on o kern/121760 [pccard][cardbus] an ed1 network pccard's CIS wasn't r o kern/121761 [cardbus][dc] a cardbus dc0 causes a system freeze whi o kern/121768 [cpufreq] cpufreq module RELENG_6 -> 7 regressions on f kern/121770 [zfs] ZFS on i386, large file or heavy I/O leads to ke o bin/121779 [ufs] snapinfo(8) (and related tools?) only work for t o ports/121787 openoffice when devel/icu is installed, openoffice fails to build o ports/121791 kuriyama ports/devel/php5-phing: does not work after build a kern/121809 kris unable to umount s conf/121812 [ip6] [request] ipv6_gateway_enable incorrectly disabl o ports/121870 sobomax Port net/asterisk fails to compile o kern/121872 net [wpi] driver fails to attach on a fujitsu-siemens s711 o kern/121899 [ar] [patch] Drive detached from Intel Matrix RAID and o i386/121903 i386 [ips] [boot] can't boot on IBM x235 ServeRaid 6M [regr o kern/121917 [boot] Broken boot on Asus P4P800-VM after upgrade fro f i386/121918 i386 [panic] reboot fails with panic with multiprocessor sy o kern/121983 net [fxp] fxp0 MBUF and PAE f i386/122008 i386 [ata] Fdisk fails. Cannot install 7.0 Release on P5VD2 o kern/122014 pf [pf] [panic] FreeBSD 6.2 panic in pf o kern/122033 net [ral] [lor] Lock order reversal in ral0 at bootup [reg o conf/122036 rc [rc.d]: Mounting at boot with ZFS causes a halt in boo o kern/122038 [tmpfs] [panic] tmpfs: panic: tmpfs_alloc_vp: type 0xc f i386/122040 i386 [install] Wont load further from CD a kern/122045 [ata][panic] reiniting detached ata channel kills the o kern/122046 [psm] Synaptics touchpad freezes (psm0: lost interrupt o kern/122047 [ext2fs] [patch] incorrect handling of UF_IMMUTABLE / f kern/122056 gavin Acpi battery ioctl interface integer divide fault o kern/122058 net [em] [panic] Panic on em1: taskq o kern/122067 geom [panic]: Geom crashed during boot o kern/122082 net [in_pcb] NULL pointer dereference in in_pcbdrop o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o kern/122126 [ed] [panic] panic when using WD-8013 with ed(4) o ports/122128 Class not found error during print/pdftk port installa o ports/122147 sobomax net/asterisk broken on 7.0-RELEASE o bin/122172 fs [fs]: amd(8) automount daemon dies on 6.3-STABLE i386, o kern/122173 pjd [zfs] [panic] Kernel Panic if attempting to replace a o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails f ports/122187 tmclaugh [patch] security/ipsec-tools failed build on FreeBSD 7 o kern/122195 net [ed] Alignment problems in if_ed o ports/122234 ume security/cyrus-sasl2 doesn't build with AUTHDAEMOND su o bin/122235 [psm] freebsd-7.0 moused(8) problems with ALPS GlidePo f ports/122251 pav New port: graphics/sK1 An opensource vector graphics e f kern/122252 net [ipmi] [bge] IPMI problem with BCM5704 (does not work f ports/122276 Compiled audio/musicpd segfaults on FreeBSD 7.0 o bin/122282 dougb [patch] mergemaster(8): check the presence of fstab's f kern/122283 [ip6] [panic] Panic in ip_output related to IPv6 route o kern/122290 net [netgraph] [panic] Netgraph related "kmem_map too smal o kern/122291 [ata] acd0: timeout waiting to issue command / acd0: e o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/122321 [mpt] Hitachi SCSI drive can't be written to o kern/122331 [wpa] [panic] 7.0-RELEASE && panic in Wifi area with W f ports/122363 jkim x11-servers/xorg-server 1.4_7,1 locks up on mouse dete f kern/122368 [ata]: Failure to support SATA/PATA drives on 6.3 and o kern/122373 jfv [em]: unable to recieve on em 82542 w/o promisc o kern/122380 [ffs] ffs_valloc:dup alloc (Soekris 4801/7.0/USB Flash o ports/122381 net-mgmt/collectd in FreeBSD 7.0 i386 and sparc64 segf f ports/122405 jkim x11-servers/xorg-server update breaks scroll wheel sup f kern/122415 geom [geom] UFS labels are being constantly created and rem f ports/122416 deskutils/kmatrix3d and deskutils/ksmoothdock don't in o ports/122422 mbr Update port: mail/up-imapproxy fix rc.d script to actu f amd64/122423 amd64 Port install fails after upgrade o kern/122427 net [apm] [panic] apm and mDNSResponder cause panic during o ports/122434 tg Extraneous files/directories installed by math/py-nume o ports/122450 kuriyama devel/php5-phing redesign o kern/122462 [boot] Fails to boot from an usb harddrive o bin/122479 openssl(1): openssl SEGV with DTLS o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE f kern/122493 [boot] BTX Halted - Cause is Promise Fastrack SATA PCI o java/122513 java native JDKs unbuildable with Linux ones o ports/122530 sem ports-mgmt/portupgrade: works strangely on amd64 o ports/122536 mikeh devel/libcheck won't build from port o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o kern/122551 net [bge] Broadcom 5715S no carrier on HP BL460c blade usi o kern/122562 bz IPsec AH tunneled packet mis handling? o kern/122565 bz Possible memory overwrite for IPv6 IPsec f kern/122572 [install] FreeBSD 7.0 doesn't install on Dell PowerEdg a kern/122597 thompsa [iwi] Intel iwi fails after 3 - 4 hours of use"firmwar o kern/122615 [devfs][panic] occasional crash/boot while running Xor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o ports/122625 portmgr bsd.database.mk - cannot fetch postgres83 if postgres8 f ports/122632 tobez port www/p5-CGI.pm: CGI->pathinfo unsafely uses URI in o ports/122639 danfe audio/gtkpod - Confilicting include files break builds f i386/122644 i386 [panic] on-boot mount /tmp kernel dump p i386/122668 jhb [boot] FreeBSD boot loader doesn't work on Dell R900 ( o kern/122670 sos [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE o ports/122676 multimedia/mplayer: can't access dvd with any applicat a kern/122683 [sio][freeze] access to non-existent sio port /dev/cua o kern/122685 It is not visible passing packets in tcpdump o ports/122688 roberto devel/mercurial does not work on 8.0-CURRENT o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o kern/122743 net [panic] vm_page_unwire: invalid wire count: 0 o kern/122744 andre [tcp] [panic] [patch] hostcache: supervisor read, page o kern/122749 [cardbus] cardbus problem on IBM Thinkpad T60P o kern/122772 net [em] em0 taskq panic, tcp reassembly bug causes radix o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable f kern/122789 vwe [ata] S-ATA controller on nVidia 750i SLI currently no f kern/122794 net [lagg] Kernel panic after brings lagg(8) up if NICs ar o ports/122801 fjoe databases/virtuoso, databases/firebird2-client, databa p usb/122803 kan Add usbdevs and ubsa support for Dell internal CDMA Mo o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o kern/122838 [devfs] devfs doesn't handle complex paths (like zvol/ f conf/122858 net [nsswitch.conf] nsswitch in 7.0 is f*cked up p kern/122875 jhb [nfs] "rstatd: Can't get namelist. 1" - fbsd 7.0-stabl f kern/122880 vwe [hang] Kernel lock-up during 7.0 installation disc boo a i386/122887 i386 [panic] [atkbdc] 7.0-RELEASE on IBM HS20 panics immed o kern/122888 fs [zfs] zfs hang w/ prefetch on, zil off while running t f ports/122904 pav [patch] jdk15/javaws fails on amd64 o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o ports/122907 [patch] sysutils/fusefs-kmod dataloss on write shortly f kern/122920 gavin Cannot compile kernel with nooptions INET6 o ports/122924 x11 XCreateImage fails in most recent x11/XOrg o ports/122927 sobomax net/asterisk: 1.4.18.1_1 can not bi build on 6.3 with o kern/122951 [firewire] video-transfer via fwcontrol triggers a pan o kern/122954 net [lagg] IPv6 EUI64 incorrectly chosen for lagg devices o conf/122968 [md] md swapfile multiplication after init 1 f amd64/122970 yongari [re] [hang] RealTek 8168/8111B couses system crash f ports/122973 textproc/xerces-c2: installed files do not have o+r bi o kern/122989 net [swi] [panic] 6.3 kernel panic in swi1: net o kern/123013 [vm] panic "Bad tailq NEXT(%p->tqh_last) != NULL" o kern/123066 net [ipsec] [panic] kernel trap with ipsec o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin f ports/123079 gnome Firefox keeps on crashing on amd64 o conf/123119 ipfw [patch] rc script for ipfw does not handle IPv6 o kern/123122 geom GEOM / gjournal kernel lock o kern/123123 rpaulo [re][patch] Realtek RTL8111C detection and failure o ports/123146 kuriyama net-mgmt/NET-SNMP: kvm_read returns -1 for cp_time loo o kern/123160 net [ip] Panic and reboot at sysctl kern.polling.enable=0 f kern/123166 gavin [re] CARP messages filtered by Realtek driver on > 6.2 f kern/123172 net [bce] Watchdog timeout problems with if_bce o kern/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc f kern/123200 Server failure due to netgraph mpd and dhcpclient f kern/123202 yongari [re] [regression] if_re(4) regression on FreeBSD 7-STA o ports/123210 portmgr make index fails on python dependency o ports/123243 lbr [patch] Update graphics/p5-Imager port o ports/123247 infofarmer linux-firefox and linux-seamonkey from multiple users o amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/123279 thompsa [lagg] order of operations dependancy in bringing up l o kern/123287 [devfs] structure used after freed in destroy_devl() i o ports/123325 timur net/samba3 port does not build o ports/123327 multimedia Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly o conf/123330 net [nsswitch.conf] Enabling samba wins in nsswitch.conf c o kern/123347 net [bge] bge1: watchdog timeout -- linkstate changed to D o kern/123359 [hang] Install hangs before sysinstall f kern/123363 gavin [ppp] [tun] page fault on ppp start if tun0 doesn't ex o ports/123369 anholt devel/git crashes with use-after-free in git-fetch o ports/123375 [patch] sysutils/wmmemmon fails with error extracting f ports/123410 dinoex graphics/pornview segmentation fault f i386/123416 i386 [build] make buildworld warning NOPROFILE o kern/123429 net [nfe] [hang] "ifconfig nfe up" causes a hard system lo f i386/123435 gavin rescu o misc/123452 rwatson trustedbsd-audit email list not archiving o i386/123462 i386 clock is too fast o kern/123463 net [ipsec] [panic] repeatable crash related to ipsec-tool o bin/123465 net [ip6] route(8): route add -inet6 -interfac f kern/123481 gavin [ata] FreeBSD 7 + nforce 650i Ultra: disks not detecte o ports/123494 clement Install from ports: www/apache22, devel/subversion, ww f usb/123508 vwe [umass] [msdosfs] damaged files (mp3,txt , etc) on fla o kern/123510 usb [ums] Mouse Wheel Fails to Work [regression] p kern/123518 ache [patch] src/sys/kern.mk fails to disable -msse3 for am o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o ports/123526 gerald emulators/Wine crashes (even winecfg) o ports/123529 mnag mail/postfix: master.passwd info included in postfix t f ports/123549 dinoex print/cups-base won't patch f kern/123552 sam [ath] [panic] kernel panic during network activity on o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o kern/123559 net [iwi] iwi periodically disassociates/associates [regre o amd64/123562 amd64 [install] FreeBSD amd64 not installs o kern/123563 yongari [re] watchdog timeout p kern/123568 gnn [lo] loopback interface error (don`t ask) o ports/123570 itetcu audio/cpige version 1.5 coredumps if new .conf entries o kern/123587 bz [ipsec] IPCOMP broken in IPSEC (FAST_IPSEC for RELENG_ o kern/123603 net [tcp] tcp_do_segment and Received duplicate SYN o ports/123608 glewis java/jdk16 port fails to build o kern/123617 net [tcp] breaking connection when client downloading file o kern/123621 Quagga - zebra high processing f ports/123624 port java/sablevm installs jni.h in /usr/local/include o ports/123625 farrokhi mail/roundcube overwrites existing config files during o kern/123629 [panic] Fatal trap 12: page fault while in kernel mode o bin/123633 net ifconfig(8) doesn't set inet and ether address in one o kern/123634 [vm] [panic] kernel panic with FreeBSD 7-STABLE f ports/123655 mail/postfix - I can't build port postfix-2.5.1 with p p kern/123685 gonzo [sysvipc] p1003_1b.nsems can become negative/semaphore o usb/123690 usb Panic on USB device insertion when usb loaded as a mod o bin/123693 [patch] burncd(8): workaround for busy cd-writer while o kern/123696 davidch [bce] [patch] if_bce firmware timeout on new bce chips o conf/123701 [periodic] newsyslog(8): false security run output war o ports/123704 wxs sysutils/heartbeat port does not build, patch included o usb/123714 usb Panic when hald-storage-probe runs with umass device i o kern/123735 [panic] 7.0-STABLE kernel panic "AP #1 (PHY# 1) failed p kern/123741 net [netgraph] [panic] kernel panic due to netgraph mpd f kern/123742 [acpi] [panic] kernel panic when boot with acpi disabl o kern/123754 sos [ata] atacontrol(8): atacontrol reinit causing kernel o kern/123758 gnn [panic] panic while restarting net/freenet6 o i386/123768 i386 [panic] [vm] 7.0-STABLE locking issue on Soekris net48 o i386/123775 anholt [dri] DRI Broken under freebsd7-stable/i386 o kern/123778 vwe [panic] [ffs] [msgs] server reboots when running 130.c o kern/123796 net [ipf] FreeBSD 6.1+VPN+ipnat+ipf: port mapping does not f kern/123813 [panic] 7.0-STABLE i386 reboots weekly with panic: kme o i386/123814 i386 [boot] cannot boot freebsd kernel on sony vaio VGN-NR2 o ports/123819 marcus net-im/libpurple Script "configure" failed unexpectedl o ports/123835 marcus net-im/libpurple: doesn't build without avahi (bonjour o kern/123855 philip moused(8): spontaneous mouse events o kern/123881 net [tcp] Turning on TCP blackholing causes slow localhost o kern/123887 [ata] PDC20262 does not support 48 bit DMA access o kern/123889 jfv [em] Intel Gigabit Interfaces lost by update 7.0-> STA o gnu/123921 [patch] cpio(1): cpio -oc bug with write_out_header() o kern/123939 [msdosfs] corrupts new files o kern/123950 ups [tcp] TH_RST packet sended if received out-of-order da o ports/123953 re x11/kde-lite - checking if UIC has KDE plugins availab o kern/123962 geom [panic] gjournal(8): gjournal (455Gb data, 8Gb journal o kern/123968 net [rum] [panic] rum driver causes kernel panic with WPA. p bin/123977 Segmentation fault in dialog with ghostscript-gpl-nox1 o kern/123980 [ata] [patch] Implement ATA UDMA speed limit (hw.ata.a o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o kern/124021 net [ip6] [panic] page fault in nd6_output() o bin/124049 ntpd(8): ntpd is crashing at startup o kern/124064 sos [ata] [patch] cannot handle >16 serial number with Int o i386/124124 i386 [boot] Page fault while booting livefs iso of FreeBSD o kern/124127 net [msk] watchdog timeout (missed Tx interrupts) -- recov o kern/124130 geom [gmirror][usb] gmirror fails to start usb devices that a ports/124154 mail/milter-bogom cores out intermittently o ports/124156 mita Update port: japanese/tgif XFLD update o ports/124157 hrs Repocopy request: print/ghostscript-* s kern/124174 [panic] Panic after installing audio/oss on an Asus A8 o bin/124191 keramida tcsh(1): tcsh coredumps o amd64/124200 benjsc [panic] kernel panic on mutex sleepq chain o ports/124204 nemoliu patch + update: java/jaf update to 1.1.1, update DOWNL f ports/124206 nemoliu update + patch: java/javamail update to 1.4.1 + update o ports/124220 x11 [amd64] x11-servers/xorg-server - X.org server runs in f ports/124238 wxs sysutils/heartbeat: patch request o ports/124263 lbr [PATCH] devel/p5-Class-MOP: update to 0.58 o ports/124264 lbr [PATCH] devel/p5-Moose: update to 0.48 o kern/124280 [nfs] [panic] FreeBSD 7/amd64 STABLE crash o kern/124294 geom [geom] gmirror(8) have inappropriate logic when workin o i386/124317 i386 [boot] CD with BTX 1.02 fails at "mountroot" and 1.01 o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c o ports/124321 kde x11/kdebase3 - KDE logins do not work with nsswitch LD o bin/124342 ggated(8): [patch] sbin/ggate/ggated/ggated.c fails to o kern/124364 pf [pf] [panic] Kernel panic with pf + bridge o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o kern/124384 gonzo [carp] [panic] Destroying a CARP interface can lead to o misc/124385 [build] [patch] usr.sbin/ngctl/main.c fails to compile o ports/124390 beech multimedia/xmms fails to compile f ports/124401 security/sshguard dumps core o ports/124407 danfe x11/nvidia-driver build broken on 6-STABLE o bin/124409 fsck(8) requires exact entry for mountpoints when exec o bin/124424 [zfs] zfs(8): zfs list -r shows strange snapshots' siz o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs f ports/124437 socket.connect can't work correct in lang/gdc o ports/124441 sysutils/wmmemfree doesn't report swap changes o ports/124450 danfe x11/nvidia-driver 173.14.05 does not work on some lapt o misc/124452 7.0-RELEASE amd64 bootonly media fails to use DHCP bec o ports/124454 java [patch] java/linux-sun-jdk14 update to 1.4.2_17 o ports/124455 www/track: Port does not work with new subversion modu o ports/124458 laszlof upgrade to devel/re2c 13.5: 13.3 broken o kern/124464 [panic] Panic after showing login o ports/124503 timur net/samba3 build fails with security/heimdal installed f ports/124505 cy sysutils/screen 4.0.3_4 doesnt start o ports/124509 sobomax can't build net/asterisk o i386/124516 kmacy [xen] FreeBSD-CURRENT Xen Kernel Segfaults when config f amd64/124538 gavin [install] [panic] Kernel panic on install o kern/124540 net [tcp] RTM_MISS with the transit packets f i386/124544 gavin [panic] kernel panic in kern_lockf.c line 294 o ports/124548 brooks audio/slimserver port incompatible with gnome desktop: o ports/124559 anholt [patch] update devel/git to 1.5.5.4 o ports/124566 shaun news/inn-current: unbreak. f ports/124567 miwi [PATCH] lang/gdc: missing USE_ICONV o ports/124573 Update port: www/typo3 o ports/124576 mnag www/Lighttpd didn't find libmemcache f ports/124601 science/gramps dumps core at initialization: never run o kern/124622 net [rl] [patch] if_rl.ko bug fix: unknown device ID: 8039 o kern/124633 7.0 does not boot from CD o ports/124638 OpenGL and composite does not work together with NVidi 1947 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 linimon [patch] Extraneous warning from mv(1) s bin/2090 clients may bind to FreeBSD ypserv refusing to serve t s bin/2137 vm statistics are bad s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o o bin/4116 Kerberized login as .root fails to become root s bin/4172 des [request] suggest reconnection option added to fetch(1 s kern/4184 rwatson [netatalk] [patch] minor nits in sys/netatalk a bin/4419 man can display the same man page twice o bin/4420 imp find -exedir doesn't chdir for first entry o bin/4629 calendar doesn't print all dates sometimes o bin/5031 gad lpr does not remove original file if -s is used s bin/5296 slattach fails creating pidfile with ioctl(TIOCSCTTY): o bin/5609 gad lpd cannot send long files to HP's JetDirect interface s bin/5712 /bin/chio code cleaup and option added o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea o kern/5877 kmacy sb_cc counts control data as well as data data s bin/6785 place for all the default dump flags s bin/7232 [sysinstall] suggestion for FreeBSD installation dialo s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected p bin/7265 keramida [patch] A warning flag is added to ln(1). o bin/7287 Incorrect domain name for MAP_UPDATE in multidomain NI a bin/7324 mtm adduser(8) suggestions for minor modifications s kern/7556 sl_compress_init() will fail if called anything else t o bin/7973 gad lpd(8) Bad control file owner in case of remote printi o kern/8498 silby Race condition between unp_gc() and accept(). o bin/8867 [sysinstall] [patch] /stand/sysinstall core dumps (sig o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o kern/9619 rodrigc Restarting mountd kills existing mounts o kern/9679 [portalfs] [patch] fix for uninterruptible open in por o bin/9868 [patch] date(1) add "date -a" s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S o bin/10030 markm Kerberized telnet fails to encrypt when a hostname ali o bin/10358 yar ftp(1) has problems with long pathnames o bin/10611 timed(8) enhancement o gnu/10670 peter cvs doesn't allow digits in local keywords a kern/11024 mtm [patch] getpwnam(3) uses incorrect #define to limit us o bin/11085 syslog.conf(5) Per-host configuration for syslog.conf s bin/11114 harti make(1) does not work as documented with .POSIX: targe o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o bin/11294 direct logging to other hosts (no local syslogd) o kern/12014 alfred [sysvipc] [patch] Fix SysV Semaphore handling s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) o bin/12545 peter kldload(8) should be more sensitive to errors in *_mod o bin/12801 nvi infinite recursion with options "leftright" and "c o bin/13042 make(1) doesn't handle wildcards in subdirectory paths o bin/13108 authunix_create_default includes egid twice a bin/13128 krion pkg_delete doesn't handle absolute pathnames correctly o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. s bin/13309 [patch] Fixes to nos-tun(8) f kern/13326 kmacy [headers] [patch] additional timeval interfaces for tags in the sourc o bin/20054 yar ftpd(8) rotating _PATH_FTPDSTATFILE losts xferlog s kern/20333 des [libpam] ftp login fails on unix password when s/key a o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o bin/20501 [patch] dump(8) extra flag to dump to offline autoload o kern/20529 [ti] gigabit cards fail to link o bin/20944 natd(8) enhancements, default config file and manpage o bin/21008 gad lpr(1) Fix for lpr's handling of lots of jobs in a que o bin/21315 Shells often behave oddly when executing shell scripts o stand/21519 standards sys/dir.h should be deprecated some more s bin/21659 Berkeley db library is statically compiled into libc, o i386/21672 obrien [i386] AMD Duron Rev. A0 reports incorrect L2 cache si o conf/21675 [patch] Better and more disktab entries for MO drives o kern/21768 rwatson shouldn't trailing '/' on regular file symlink return a kern/21807 trhodes [msdosfs] [patch] Make System attribute correspond to s bin/22034 [request] nfsstat(1) lacks useful features found in So o bin/22182 vi(1) options noprint/print/octal broken o conf/22308 [nfs] mounting NFS during boot blocks if host map come o misc/22914 [bootinst] bootinst messages are not updated o conf/23063 net [PATCH] for static ARP tables in rc.network a bin/23254 fenner [PATCH]: yacc(1) accepts bad grammer a bin/23402 [sysinstall] upgrade ought to check partition sizes o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd(8) doesn't show message in file specif a bin/23912 vi(1) underflow of cnt in vs_paint() by O_NUMBER_LENGT o bin/24066 marcel gdb(1) can't detach from programs linked with libc_r o bin/24390 standards ln(1) Replacing old dir-symlinks when using /bin/ln o kern/24435 [libdisk] [patch] changing slice type causes Auto-part o bin/24485 [PATCH] to make cron(8) handle clock jumps o bin/24513 peter new options for pppd(8) o kern/24528 Bad tracking of Modem status s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24757 yar ftpd(8) not RFC compliant o docs/24786 doc missing FILES descriptions in sa(4) f kern/24959 kmacy proper TCP_NOPUSH/TCP_CORK compatibility o bin/25013 mv(1) cannot move unresolvable symlinks across devices o bin/25015 cp(1) options -i and -f do not work as documented o kern/25018 rwatson [libc] lstat(2) returns bogus permissions on symlinks o bin/25218 mailwrapper(8) invokes sendmail when resources are tig o alpha/25284 alpha PC164 won't reboot with graphics console o kern/25445 kernel statistics are displayed in wrong types and wra s bin/25477 [pam] [patch] pam_radius(8) fix to allow null password s bin/25598 yar patch to let ftpd(8) output message when changing dire o kern/25733 [intpm] mismatch between error reporting in smbus fram o bin/25736 ac(8) -d option probrem with overdays logon f stand/25777 standards [kernel] [patch] atime not updated on exec a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h o bin/26005 vis(1)/unvis(1) MIME quoted-printable encoding added t o kern/26261 [sio] silo overflow problem in sio driver o docs/26286 doc *printf(3) etc should gain format string warnings o kern/26323 [ufs] [patch] Quota system creates zero-length files a kern/26348 [pcvt] scon -s, page fault in HP mode a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/26618 unmount(2) can't unmount a filesystem whose device has o bin/26695 change request: kill(1)/killall(1) -l output o kern/26787 [patch] sysctl change request s bin/26803 des ftp(1) Fix fetch to allow FTP puts in '-o' & allow '@' o kern/27008 kernel function sysbeep(xxx, 0) does produce sound o bin/27216 [sysinstall] can not get to shell prompt from serial c o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl o bin/27258 getty(8) didn't check if if= isn't empty o bin/27281 vidcontrol(1) does not have error codes o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) o bin/27319 obrien df(1) displays amd pid processes o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/27660 Kernel does not return error if adding duplicate addre o bin/27687 fsck(8) wrapper is not properly passing options to fsc o bin/27829 pax(1) uid/gid cache is read-only o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s o bin/27972 losing information with talk(1) a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o misc/28255 embedded [picobsd] picobsd documentation still references old . o bin/28364 flex(1) generated files fail to compile cleanly with - o bin/28620 ru xinstall(1) has no way to pass options to strip o bin/28789 last(1) does not filter for uucp connects o bin/28972 dwmalone gamma(3) returns same result as lgamma s i386/28975 [rp] RocketPort problems o bin/29062 markm [libkrb] krb4 and krb5 multiply defined version symbol s bin/29292 sos The functional addtion to burncd(8) o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [patch] newsyslog(8) can support time as extension s kern/29423 [request] [patch] new feature: kernel security hooks i o bin/29516 markm telnet(1) from an non FreeBSD host still uses /etc/tty o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o bin/29893 kensmith [sysinstall] suggestions for 4.4 sysinstall o bin/29897 des [patch] pam_unix(8) loginclass passwd_prompt a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/30186 [libc] getaddrinfo(3) does not handle incorrect servna o bin/30321 strftime(3) '%s' format does not work properly s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable o bin/30360 vmstat(8) returns impossible data s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30424 Generalization of vipw(8) to lock pwdb while being edi s threa/30464 threads pthread mutex attributes -- pshared o bin/30517 [sysinstall] using sysinstall with install.cfg has no o bin/30542 [patch] add -q option to shut up killall(1) o conf/30590 /etc/hosts.equiv and ~/.rhosts interaction violates PO o bin/30654 gad Added ability for newsyslog(8) to archive logs a bin/30737 [sysinstall] sysinstall leaks file descriptors on rest o conf/30812 [patch] giant termcap database update o bin/30854 bootpd(8) bootpgw change - skip ARP modifications by o o bin/30863 bootpd(8) dovend.c Win95 compatibility improvement and o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o conf/30938 [patch] Improving behavior of /etc/periodic/daily/110. o bin/31034 dwmalone regularly add original address logging for tcpwrappers o kern/31048 des [linprocfs] /proc/meminfo cannot handle multiple swap o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/31380 [nfs] NFS rootfs mount failure message too cryptic o bin/31387 When getuid(2)=0, mailwrapper(8) should drop priviledg o bin/31588 change request to allow mount(8) to set the MNT_IGNORE o kern/31647 [libc] socket calls can return undocumented EINVAL s kern/31686 andre Problem with the timestamp option when flag equals zer o kern/31708 VM system / fsync / flushing delayed indefinitely? o gnu/31772 New option in dialog(1) o kern/31890 [syscons] [patch] new syscons font o bin/31906 No method available to unwind atexit(3) stack without o bin/31933 pw(8) can interpret numeric name as userid during user o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o bin/31985 New /etc/remote flag for tip(1) to append LF to CR o bin/31987 [patch] allow dump(1) to notify operators by mail(1) s conf/32108 Proposed Firewall (IPv4) configuration script a bin/32375 [sysinstall] sysinstall doesn't respect User generated a bin/32411 shutdown(8) absolute-time handling could be more usefu o bin/32501 maxim quot(8) is stupid regarding the filesystem option o bin/32667 systat(1) waste too much time reading input o bin/32680 bz [jail] [patch] Allows users to start jail(8) by hostna o bin/32808 dwmalone [patch] tcpd.h lacks prototype for hosts_ctl o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o bin/32828 jail [jail] w(1) incorrectly handles stale utmp slots with o bin/33066 kensmith [sysinstall] does not write to new disks as expected o bin/33182 marcel gdb(1) seg faults when given handle SIGALRM nopass for o kern/33203 [nfs] "got bad cookie" errors on NFS client s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a bin/33661 PAP AuthAck/AuthNak parsing problem in pppd(8) o bin/33774 [patch] for killall(1) o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o bin/33834 strptime(3) is misleading a kern/33963 bde Messages at the serial IO port device probe are mislea o kern/33965 [keyboard] [patch] programmable keys of the keyboard ( o bin/34146 newfs(8) defaults and vfs.usermount=1 tug at one anoth s bin/34171 yar ftpd(8) indiscrete about unprivileged user accounts o docs/34239 trhodes tunefs(8) man page doesn't describe arguments. o bin/34309 gad lpd(8) does not garantie that controlfiles begin with o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34497 calendar(1) does not understand calendars o bin/34628 portmgr [patch] pkg_add(1) pkg-routines ignore the recorded md o kern/34665 net [ipf] [hang] ipfilter rcmd proxy "hangs". o bin/34728 DHCP hostname set as Hexadecimal string o bin/34788 dwmalone dmesg(8) issues with console output o kern/34880 luigi Impossibility of grouping IP into a pipe for traffic s s conf/35018 brian [patch] enhancing daily/460.status-mail-rejects o bin/35109 [patch] morse(6) add ability to decode morse code o bin/35113 [patch] grdc(6) enhancement: countdown timer mode o kern/35234 scsi World access to /dev/pass? (for scanner) requires acce o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/35377 process gets unkillable (-9) in "ttywai" state o bin/35400 [sysinstall] sysinstall could improve manipulation of o misc/35542 bde [build] [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o bin/35568 make(1) declares target out of date, but $? is empty o docs/35652 trhodes bsd.README seriously obsolete o bin/35717 which(1) returns wrong exit status for multiple argum o bin/35769 w(1) does not correctly interpret X sessions o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f o kern/35846 imp timeout in wi_cmd 11, machine hangs for a second o bin/35886 [patch] pax(1) enhancement: custom time format for lis s stand/36076 standards Implementation of POSIX fuser command o bin/36118 [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36143 [patch] moused(8): add dynamic (non linear) mouse acce o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min o bin/36374 [patch] apmd(8): fix core dumps, other improvements o bin/36385 luigi crunchgen(1) does not handle Makefiles with includes p f docs/36432 gabor Proposal for doc/share/mk: make folded books using psu o docs/36449 doc symlink(7) manual doesn't mention trailing slash, etc. a kern/36451 [bktr] [patch] Japan IF frequency is incorrect s gnu/36460 cu(1) program does not work very well. o bin/36501 calendar(1) can't handle recurring items in the next m o bin/36553 gad [patch] [request] Two new features in newsyslog(8) o bin/36556 [patch] regular expressions for tcpwrappers o bin/36626 login_cap(3) incorrectly claims that all resources fre o docs/36724 darrenr ipnat(5) manpage grammar is incomplete and inconsisten s bin/36740 make ps(1) obey locale (particularly for times) o bin/36757 which(1) ought to append @ if result is symlink s bin/36786 make ps(1) use 24-hour time by default s ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/36916 [libdisk] [patch] DOS active partition flag lost in li o kern/36952 ldd comand of linux does not work o bin/36960 calendar(1) doesn't effect -t option. o bin/37013 [patch] ls(1) directory name output trailing slash dup o bin/37083 small improvement to talk(1): add clocks o bin/37160 [sysinstall] coredumps when trying to load package dat o bin/37437 [patch] [request] Add HTTP-style support to vis(1)/unv o bin/37442 [patch] sleep(1) to support time multipliers o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 matteo [PATCH] Extend fstab(5) format to allow for spaces in o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o bin/37672 pw(8) prints warnings after successful NIS map updates s threa/37676 threads libc_r: msgsnd(), msgrcv(), pread(), pwrite() need wra o docs/37719 kensmith [request] Detail VOP_ naming in a relevant man-page o bin/37844 [patch] [build] make knob to not install progs with su o gnu/37910 bugmeister [patch] make send-pr(1) respect &'s in /etc/{master.}p o alpha/38031 alpha osf1.ko not loaded during boot-time of linux-emu enabl o bin/38055 [sysinstall] Groups (creation) item should be before U o bin/38056 [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 [sysinstall] "install" document doesn't display correc o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38168 [patch] [request] installing curses-based versions of o bin/38256 [patch] linking pax(1) to pax_{cpio|tar} s kern/38347 [libutil] [patch] [request] new library function abs2r s kern/38445 [ptrace] [request] centralize ptrace() permission chec o bin/38478 [sysinstall] In Choose Distributions screen, it's diff o bin/38480 [sysinstall] sysinstall should prompt for normal users o docs/38556 doc EPS file of beastie, as addition to existing examples s ports/38593 portmgr [request] Third level ports o bin/38610 [sysinstall] should be able to mount ISO images on DOS o kern/38626 luigi dummynet/traffic shaper: RED: max_th and min_th are li o bin/38727 [patch] mptable(1) should complain about garbage argum s kern/38730 philip Memorex scrollpro mouse is not fully functional o kern/38749 kientzle Diskless booting fails with some DHCP servers (no root o kern/38828 scsi [dpt] [request] DPT PM2012B/90 doesn't work o bin/38854 [sysinstall] resetting during setup causes the target o misc/38937 delay between tracks in digital audio dumps from CD wi o bin/38940 [request] an option to *stat to allow supressing of he o docs/38982 doc [patch] developers-handbook/Jail fix o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings o bin/39439 tcopy(1) will not duplicate tapes with block size larg o bin/39463 mtm [patch] Add several options to fingerd(8) f conf/39505 [patch] automate BUILDNAME variable for releases o kern/39527 dwmalone getcwd() and unreadable parent directory s conf/39580 insecure default settings o ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o conf/39976 vi recovery halting boot process o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [build] [patch] use ld(1) to build kernel with linked- o gnu/40057 bugmeister send-pr -a flag does not work with -f o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF p conf/40548 list of /etc/defaults/make.conf undocummented variable o bin/40572 vipw(8) prints silly message if $EDITOR fails o bin/40597 [patch] add fdisk(8) ability of showing extended parti s threa/40671 threads pthread_cancel doesn't remove thread from condition qu o conf/40777 [patch] disktab does not support 2.88MB floppies o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o docs/41089 doc pax(1) -B option does not mention interaction with -z o bin/41159 [patch] new sed(1) -c option to allow ; as a separator s misc/41179 [request] LD_LIBRARY_PATH security checks o bin/41190 [patch] sed(1) report the { linenum instead of EOF lin o bin/41213 top(1) blocks if NIS-related entries in passwd(5) are o kern/41215 [keyboard] console revert back to kbd0 (AT) after KVM o bin/41271 [patch] non-suid crontab(1) o kern/41307 [libalias] [patch] logging of links lifecycle (add/del o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys o bin/41526 mount(8) symlinked mount points get mounted more than o kern/41543 emulation [patch] [request] easier wine/w23 support o bin/41556 obrien [patch] wtmp patch for ftpd(8) p stand/41576 standards POSIX compliance of ln(1) a bin/41583 [patch] mtree(8) assorted mtree bugs s bin/41647 net ifconfig(8) doesn't accept lladdr along with inet addr o bin/41674 [patch] iostat(8) column formatting overlaps o bin/41817 [patch] pw(8): pw groupshow doesn't include the login o docs/41879 hrs [patch] cleanup to DOCROOT/share/sgml/freebsd.dsl o docs/41919 blackend MINI kernel for bootfloppy (Handbook p.342) contains e o kern/41930 declaration clash for ffs() and ${CXX} o bin/41947 [patch] hexdump(1) unprintable ASCII enhancement o bin/41949 [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42018 krion pkg_info(1) with PKG_PATH searches through tarred pkgs o bin/42022 [sysinstall] non-interactive mode prompts when only a o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o bin/42162 [sysinstall] after restart, installation crashes, md0c o kern/42217 [libdisk] libdisk segfaults with 1024 bytes/sector dis o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [patch] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42386 [libkvm] [patch] cleaning code from warnings in libkvm o kern/42387 [librpcsvc] [patch] cleaning code of librpcsvc from wa o kern/42422 [libc] [patch] dbm_delete returns -1 instead of 1 when o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42442 problem in idlequeue/debugging mode ? o kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_resume/device_s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43355 idad driver will work if logical drives dont start at o bin/43367 incorrect report from who(1) after 'shutdown now' from o bin/43368 krion pkg_create(1) fails if target directory does not exist o bin/43434 [patch] new option to dmesg(8) which allows to display o docs/43470 blackend solid-state article out of date (x109). s bin/43497 mount(8): mount -t nfs -> crunchgen incompatible o conf/43500 [patch] rc.syscons "allscreens" improvements o kern/43577 [kernel] [patch] [request] new kernel option SHUTDOWN_ o bin/43582 [patch] passwd(1) fails on nonexistent users o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o bin/43819 [patch] changed truss(1) output for utrace calls o docs/43823 doc [PATCH] update to environ(7) manpage o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o docs/43941 keramida document the Rationale for Upgrade Sequence (e.g. why o docs/44034 trhodes Multiple sysctl variables are not documented s bin/44122 ppp(8) tun0 gets a second ip adress after a disconnect o conf/44170 rc [patch] Add ability to run multiple pppoed(8) on start o www/44181 www www "Release Information" organization o bin/44212 [request] Unify 'recursive' options -r and -R o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o conf/44286 roberto /etc/defaults/rc.conf uses the obsolete ntpdate o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44372 roberto some kernel options prevent NTP clock synchronization o stand/44425 standards getcwd() succeeds even if current dir has perm 000. o kern/44580 [nfs] NFS updates file access time when file is modifi o kern/44587 scsi dev/dpt/dpt.h is missing defines required for DPT_HAND o conf/44717 [patch] update login.conf and unify login capabilities o bin/44894 markm telnet(1): as a local non-root user and remote it's po o bin/44915 [sysinstall] 'choose installation media' choose CD-ROM o gnu/44984 bugmeister [patch] send-pr(1) can use environmental variable $FRO o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces p bin/45193 [patch] truss(1) can't truss itself o conf/45222 [patch] daily rejected mail hosts report too long o conf/45226 rc [patch] Fix for rc.network, ppp-user annoyance o bin/45254 [sysinstall] [patch] sysinstall installs things it sho o kern/45293 [libc] kevent denies to observe /dev/tty o bin/45333 [patch] New option -r for chown(8) and chgrp(1) s bin/45547 sos [patch] make burncd(8) handle .wav files. o bin/45608 [sysinstall] install should config all ether devices, o conf/45704 [PATCH] request to change cp866b font to cp866 o kern/45729 [libexec] [patch] make rbootd transfer the default fil o bin/45830 [kerberos] KDC has problems when listening to IPv6 and o bin/45896 dwmalone setnetgrent(3) should return error code o conf/46062 remko Remove skel from BSD.root.dist. o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o kern/46159 ipfw [ipfw] [patch] [request] ipfw dynamic rules lifetime f o bin/46163 gad lpc(8) problem. Only root can modify despite man page o bin/46235 matteo [sysinstall] NTP servers for Finland require updating o bin/46328 gad [patch] patch for lpd(8) o conf/46409 Certain periodic scripts check broken NFS mounts. o stand/46441 stefanf /bin/sh does not do parameter expansion in PS1, PS2, P o conf/46453 [internationalization] cons25l2, ISO8859-2 and console s conf/46746 No way to set link addresses through rc.conf o bin/46758 [patch] moused(8) enhancements o bin/46888 gad [patch] Add script run hook to newsyslog(8) o bin/46905 [sysinstall] FreeBSD 5.x cannot be installed from mult s conf/46913 darrenr ipf denied packets of security run output contains non o kern/46973 [syscons] [patch] [request] syscons virtual terminals o bin/47235 top(1) reports inaccurate cpu usage o conf/47350 [patch] rc.network supports only one ppp profile o bin/47387 [patch] gprof(1) -K still requires "a.out" arg / overr o bin/47540 [patch] Make natd(8) configurable in running state wit o conf/47566 [vinum] [patch] add vinum status verification to perio o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 remko [PATCH] passwd(5) incorrectly states allowed username o conf/47596 [periodic] daily security run complains if timezone ch o bin/47815 [patch] stty(1) -all should work. o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o conf/48133 [patch] /etc/rc: improved vi recovery notification o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o conf/48195 /var/db/mounttab error on diskless boot o bin/48309 ppp(8) pppoe connections fail to establish if throughp o bin/48443 mtm [patch] periodic(8) executes too many files o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [jail] [patch] [request] private IPC for every jail o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o bin/48603 [patch] getopt(1) is broken o gnu/48638 [libdialog] [patch] some bug fixes in libdialog o alpha/48676 alpha Changing the baud rate of serial consoles for Alpha sy o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu s bin/48962 des [patch] modify fetch(1) to allow bandwidth limiting o kern/48976 [modules] nwfs.ko oddity o bin/48989 [sysinstall] Sysinstall's partition editor gets confu a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o kern/49039 [sio] [patch] add support for RS485 hardware where dir o misc/50106 [build] [patch] make 'make release' more flexible behi o bin/50118 calendar(1) dumps core if there is ./calendar/ o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o bin/50300 [patch] make the loader(8) use of terminal-control seq o kern/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/50526 [kernel] [patch] update to #! line termination o bin/50569 sh(1) doesn't handles ${HOME}/.profile correctly p bin/50656 cp(1) - wrong error on copying of multiple files o kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappr p docs/50735 brueffer small diff to the developers handbook & outdated examp o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o bin/50949 mtree(8) doesn't honor the -P when checking/changing o p conf/50956 matteo daily_status_disks_df_flags in /etc/defaults/periodic. o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) o kern/51120 MSGBUF_SIZE doesn't work in makefiles a docs/51133 murray RSH environmental variable not described in rcmd(3) s bin/51137 [patch] config(8) should check if a scheduler is selec o bin/51148 [patch] Control the cache size for pwd_mkdb(8) to spee o ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES p bin/51205 dwmalone [patch] openssl(1) in base system is not compiled thre o bin/51296 calendar(1) wrong for dates based on day+-num o docs/51480 dds Multiple undefined references in the FreeBSD manual pa o conf/51920 [patch] add collation for no_NO.ISO8859-1 s usb/51958 usb [urio] [patch] update for urio driver s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s docs/52071 delphij [PATCH] Add more information about soft updates into a o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o bin/52469 ppp(8) Multiple devices using UDP don't work. o bin/52517 murray New functionality for mail(1) o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx s ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods a bin/52746 tcsh(1) fails to handle large arguements s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a s bin/52826 krion [request] Adding Timestamps to pkg info upon pkg_add(1 s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE f kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o bin/53131 [sysinstall] "ALL" could not turn check BOXes ON at pa o docs/53271 doc bus_dma(9) fails to document alignment restrictions o bin/53288 tail(1) will sometimes display more lines than it is t o bin/53341 [sysinstall] [patch] dump frequency in sysinstall is a o bin/53475 cp(1) copies files in reverse order to destination o kern/53506 [partial patch] support gzipped modules o bin/53520 su(1) to another user does not update utmp o bin/53560 logging domain names in wtmp is retarded o docs/53596 doc Updates to mt(1) manual page s stand/53682 [feature request] [patch] add fuser(1) utility o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o bin/54141 wrong behavour of cu(1) o conf/54170 [patch] error from weekly periodic script 330.catman s bin/54185 rwatson UFS2 filesystem ACL flag not enforced o bin/54274 piso udp-proxy support is not implemented in libalias(3) o bin/54365 [patch] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o bin/54594 [patch] make(1) apply regexps to the entire variable - o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54683 sh(1) redundant history s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o bin/54784 find(1) -ls wastes space o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits o kern/54884 mckusick FreeBSD -stable and -current free space handling for U o bin/54891 [patch] libalias(3)/natd(8) and exporting connection-i o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen p stand/55112 standards glob.h, glob_t's gl_pathc should be "size_t", not "int o misc/55387 [build] [patch] users LD_LIBRARY_PATH can interfere wi o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 o bin/55539 [patch] Parse fstab(5) with spaces in path names o bin/55546 cdcontrol(1) play tr m:s.f interface is partially brok o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 s kern/55802 [request] Make kernel.GENERIC suitable for diskless us s ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o gnu/55936 bugmeister send-pr(1) does not set mail envelope from o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o bin/56249 obrien ftpd(8) has two bugs (motd, munged utmp) o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56447 [patch] extend mt(1) command for AIT-2 tape drives o kern/56451 /compat/linux/proc/cpuinfo gives wrong CPU model o stand/56476 standards cd9660 unicode support simple hack o bin/56648 [patch] enable rcorder(8) to use a directory for locat o kern/56664 bad file# in MTIO status buffer after MTEOD until MTRE s kern/56720 [libc] [request] UNICODE support in Resolver s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext o conf/56934 rc [patch] rc.firewall rules for natd expect an interface o conf/56940 [patch] pccard.conf entry for PCET10-CL causes syntax s bin/57018 [patch] convert growfs(8) to use libufs(3) o bin/57045 trpt(8) option -t was disabled on -current o bin/57054 let test(1) compare the mtime of a file to a string s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o bin/57089 w(1) does not honor the -n option s amd64/57250 kmacy [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SET o stand/57295 harti make's handling of MAKEFLAGS is not POSIX conform o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 [patch] Better NTP support for dhclient(8) and friends o misc/57464 [boot] loader(8) seems to confuse files [4.7] s ports/57498 portmgr HEIMDAL_HOME should be defined in src or ports Makefil o conf/57517 [patch] add parameter for /etc/periodic/daily/210.back o kern/57522 [PATCH] New PID allocater algorithm from NetBSD p bin/57630 lptcontrol(8) gives "device busy" if device turned off a kern/57696 [nfs] NFS client readdir terminates prematurely if ren o bin/57715 [patch] tcopy(1) enhancement a stand/57911 fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_ p kern/57976 rwatson [patch] [request] simple kernel ddb(4) enhancement o bin/58012 [patch] tftpd(8) Multihomed tftpd enhancement o bin/58293 vi(1) replace with CR (ASCII 13) doesn't work o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/58390 bsdlabel(8) fails to display an error message if the l o bin/58483 [patch] mount(8): allow type special or node relative s kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o conf/58557 Summer/Winter-time change causes daily cron to be run o conf/58595 [request] FreeBSD should have a default NTP configurat o stand/58676 standards grantpt(3) alters storage used by ptsname(3) o bin/58696 [patch] [request] natd(8): add possibility to alter pi o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o kern/58967 Kernel kills processes in spite of cputime parameter i p bin/58970 truss(1) coredumps for the no significant reason o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour o bin/59220 obrien systat(1) device select (:only) broken o docs/59240 blackend [patch] handbook update: linux MATLAB s ports/59254 linimon ports that write something after bsd.port.mk o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o kern/59456 fdescfs stat / compress creates only empty files o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o bin/59564 [patch] from(1) add option (-S) to also display subjec o conf/59600 [PATCH] Improved us.emacs.kbd mapping o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans o bin/59708 [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar o bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappers in daemon o bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be changed by P o bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "unimplemented" o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60089 scottl [udf] UDF filesystem appends garbage to files o kern/60174 marcel debugging a kernel module in load/attach routines s kern/60293 net FreeBSD arp poison patch o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o bin/60350 [sysinstall] in Choose Distributions screen, "All" doe o misc/60503 [modules] small error in modules installation o docs/60529 ume resolver(5) man page is badly out of date o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o s ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o bin/60632 [sysinstall] UI bug in partition label screen in sysin o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o kern/60699 [atapicam] DVD Multidrive udma mode autosensed wrong o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer s kern/60874 [request] auto-assign devfs ruleset numbers o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF p usb/61234 imp [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o bin/61264 [sysinstall] unable To Use VT100 Terminal Emulator (Te o conf/61289 /etc/pccard_ether: please use ifn value on pccard scri o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun s misc/61322 [build] [patch] bsd.dep.mk disallows shell generated f o kern/61438 [sysinstall] 5.2 nfs tasks running by default after sy s i386/61481 [patch] a mechanism to wire io-channel-check to userla s kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o bin/61502 dwmalone Incorrect ip6fw output when adding rules o kern/61503 [smbfs] mount_smbfs does not work as non-root s i386/61603 [sysinstall] wrong geometry guessed s kern/61622 Intel Pro/100 Intelligent Server Adapter unsupported N o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault s kern/61677 Unable to open CDROM tray if boot_cdrom is in loader.c a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat s kern/61810 mounts done within a chroot show up wrong and can't be o kern/61909 5.2-Current fails to notice change of CD in drive o bin/61971 kinit(1) --renewable fails o bin/61978 delphij [patch] sync setkey(8) token.l with KAME o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o bin/62077 [patch] Make it possible to abbreviate mixer(8) device o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/62102 alc obreak update s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o docs/62412 trhodes one of the diskless boot methods described in the Hand o bin/62702 [sysinstall] backup of /etc and /root during sysinstal o bin/62711 [sysinstall] installation: "Insert Next CD" Prompt is o bin/62766 systat(1) -vm does not work on diskless machines s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s stand/62858 standards malloc(0) not C99 compliant f bin/62885 des pam_radius(8) doesn't maintain multiple state fields o kern/62890 ups proc pointer set by fork1 can be stale in fork,rfork,v s bin/62965 krion pkg_add(1) -r fails if fetching multiple packages at a o bin/63064 strptime(3) fails on %z o docs/63084 des Several Man-pages reference non-existant pam.conf(5) a o kern/63096 csjp [mac] [patch] MAC entry point for route manipulation a bin/63197 [patch] tftp(1) Bus error, core dumped o docs/63215 jeff Wrong prototypes in mi_switch(9) (ref docs/24311) o conf/63527 AM/PM date format should be localized. o www/63552 gabor Validation errors due to CAPs in attribute values o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio o bin/63608 Add a -c option to time(1) to display csh output f usb/63837 linimon [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] [request] implement NGM_ELECTROCUTE o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64556 net [sis] if_sis short cable fix problems with NetGear FA3 s kern/64588 [joy] [request] Extend joystick driver architecture to o conf/64788 [nsswitch.conf] nsswitch with ldap and starting ppp on s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined s bin/65258 rc [patch] [request] save /etc/rc.firewall from changing o bin/65299 vi(1) temp path contains double / o bin/65306 obrien [patch] [build] Portability fixes for FreeBSD build ut o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/65448 jhb _mtx_unlock_sleep() race condition if ADAPTIVE_MUTEXES o bin/65483 vi(1) -r crashes o kern/65627 [i386] [patch] store P3 serial number in sysctl o bin/65803 gad [patch] ps(1) enhancements (posix syntax, and more) s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow a kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a s ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports p docs/66343 imp [patch] unlisted supported card on man page for wi(4) o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- o docs/66505 trhodes escaping '~' and '$' characters in login.conf setenv o o stand/66531 standards [libc] [patch] _gettemp uses a far smaller set of file o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports f kern/66589 kib [quotas] [jail] processes get stuck in "inode" state w o bin/66677 mv(1) incorrectly copies somedir/.. to ./.. when it cr o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66988 [patch] apm(8) check validation of the returned values o bin/67142 rpc.yppasswdd incorrectly throws errors about invalid o bin/67172 w(1) finger(1) display the remote host incorrectly o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc f kern/67309 acpi zzz reboot computer (ACPI S3) s i386/67383 [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o misc/67502 cvsadm cvs-all commit message did not include all files touch s kern/67545 [nfs] NFS Diskless Mount Option Suggestion o bin/67550 tftpd(8) Add BLK_SIZE option to tftpd server s kern/67580 [request] add hints for boot failures o bin/67723 restore(8) FreeBSD 5.x restore cannot handle other pla o kern/67830 [smp] [patch] CPU affinity problem with forked child p o alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats way to much : o bin/67943 find(1) fails when current directory is not readable b o bin/68062 standalone repeat(1) command o kern/68081 [headers] [patch] sys/time.h (lint fix) o conf/68108 [patch] Adding mac-address /conf selector to diskless a kern/68189 bz [arp] [jail] [patch] arp -a discloses non-jail interfa o kern/68192 jail [quotas] [jail] Cannot use quotas on jailed systems o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o bin/68312 [patch] be able to create fdisk(8) partions using simi s kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o bin/68328 [patch] syslogd(8) enable configuration of extra liste p usb/68412 imp [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o bin/68437 [patch] conscontrol(8) DEVDIR -> _PATH_DEV fix and mor o kern/68458 Burning DVD causes lots of FAILURE - READ_SUBCHANNEL I o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin p conf/68525 matteo Loader's verbose boot mode has rc.d/localdaemon not na o bin/68586 dwmalone [patch] allow syslogd(8) to forward to non-default por o kern/68690 [libc] write(2) returns wrong value when EFAULT s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68765 [mmap] a little data can be stored beyond EOF. o bin/68797 [patch] cut(1): fflush after each write if an option i a bin/68904 krion pkg_install(1) fixes (_PATH_*, sprintf -> snprintf, st a kern/68905 secteam [patch] core dumps are assigned wrong ownership o bin/69010 [patch] [build] Portability fixes for FreeBSD build ut s threa/69020 threads pthreads library leaks _gc_mutex o bin/69083 [patch] vi(1) basic modelines for contrib/nvi o bin/69164 marcel gdb(1) amd64: coredump while debugging a core file. o bin/69268 [patch] Fix ndiscvt(8) to warn you if it's going to ge o ports/69309 ale mysql database backup script for periodic/daily o bin/69362 mbr amd(8) does not properly detect the local network sett o bin/69398 [patch] login(1) cleartext display of password in logi o kern/69650 [patch] make getserv* functions work with nsdispatch o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o i386/69750 acpi Boot without ACPI failed on ASUS L5 o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' o kern/69963 ipfw [ipfw] install_state warning about already existing en o bin/69986 [sysinstall] [patch] no job control in fixit shell on o kern/69989 killing process that uses snp + unloading module + lis o bin/70002 [sysinstall] fails to locate FTP dirs if the OS has pa p bin/70182 [patch] fortune(6) -e implementation bug o bin/70245 ru [patch] [build] Change to src/release/Makefile to aid o bin/70297 amd(8) request to make amd timeouts per-mount local o bin/70335 inetd(8) inconsistent syslog behavior when max childre o bin/70336 telnetd(8) always exits with value 1 o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o bin/70476 reboot(8) change, -p behavior default for halt o bin/70511 When fread(3)ing with buffering turned off, many sysca o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o bin/70536 reboot(8) -dp tries to dump when powering off o docs/70583 ceri [patch] Update freebsd-glossary o docs/70652 doc [patch] New man page: portindex(5) o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o conf/70715 Lack of year in dates in auth.log can cause confusing o bin/70756 indent(1) mishandles code that is protected for c++ co o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant o ports/70831 tobez make perl5.8 port SU_CMD aware o i386/70832 yongari [re] re0: watchdog timeout on Evo N1015v o kern/70904 net [ipf] ipfilter ipnat problem with h323 proxy support o kern/71045 [rl] [vr] DHCP-Request is sets other device's ip to nu o gnu/71210 Update to GNU sdiff: add user-preference for merge key o kern/71219 /proc/*/map dont tell file offset o conf/71254 [ncurses] xterm vs. cons* termtypes or sc(4) o kern/71258 alc [vm] [patch] anonymous mmappings not always page align o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a o conf/71386 loader.conf: hint.apic.0.disabled="YES" doesn't work. o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati a kern/71422 csjp LOR in sys/net/bpf o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o usb/71455 usb [umass] Slow USB umass performance of 5.3 o kern/71469 default route to internet magically disappears with mu a kern/71474 bms route lookup does not skip interfaces marked down o kern/71532 Multiple SCSI-Busses are seen differently by BIOS, loa p ports/71544 arved devel/tvision might need these extra patches o conf/71549 /etc/termcap missing passthrough printing entries for o bin/71613 [PATCH] traceroute(8): cleanup of the usr.sbin/tracero o bin/71616 [PATCH] yp_mkdb(8): cleanup of the usr.sbin/yp_mkdb co o bin/71617 [PATCH] ypserv(8): cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] timed(8): cleanup of the usr.sbin/timed code o bin/71621 [PATCH] sliplogin(8): cleanup of the usr.sbin/sliplogi o bin/71622 [PATCH] sicontrol(8): cleanup of the usr.sbin/sicontro o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code p bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o bin/71749 [PATCH] truss -f causes circular wait when traced proc o conf/71767 [patch] French translations for keyboards keymaps desc s bin/71773 des [patch] genericize.pl -c misses some comments o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem o kern/71833 multiple process disc access / injustice s bin/71855 [patch] making kdump(1) WARNS=6 clean o bin/71928 Disk quota doesn't work with numeric login o conf/71952 missing past participles in /usr/share/dict/words s kern/71965 andre TCP MSS issue in combination with ipfw fwd o conf/71994 [patch] dot.login: login shell may unnecessarily print o stand/72006 standards floating point formating in non-C locales o conf/72076 [locale] [patch] German locales use old %d.%m.%y date o bin/72173 csplit(1) ver 1.9 wrong behaviour with negative offset o kern/72194 stack backtrace after wakeup from sleeping state s ports/72202 simon portaudit warns about the CVS server vulnerability whi a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o conf/72277 [patch] update for /usr/share/skel o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o bin/72355 Can't run strings(1) on a (disk) device, even if you w o bin/72398 whatis(8): emulators/mtools man pages are too funky fo o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo o kern/72498 jail [libc] [jail] timestamp code on jailed SMP machine gen o bin/72501 cperciva script(1) loops after EOF is read o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation o bin/72674 [patch] make whois(1) use SK-NIC's whois server for .s p usb/72732 imp [patch] Kyocera 7135 quirk. s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o bin/72793 [patch] wicontrol(8) prints out non-printable chars in o bin/72875 des Some utilities used in debugging do not function prope o conf/72901 [patch]: dot.profile: prevent printing when doing an s a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s p kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/73034 [libalias] libalias does not handle lowercase port/epr o kern/73328 [patch] top shows NICE as -111 on processes started by o conf/73337 [nsswitch.conf] [patch] potential invalid free s bin/73411 [request] ftpd(8) could set attributes to 0600 while u s kern/73492 [request] Reliable Temporary Files s kern/73496 [request] A more flexible version of mkstemp() o www/73549 brd [request] fix mail list archive navigation difficulty s www/73551 www [request] fix list archive 'quoted-printable' corrupti o conf/73677 rc [patch] add support for powernow states to power_profi s ports/73743 x11 XOrg/XFree xauth add/startx problem o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o conf/73786 [patch] added WARNING in spanish to stable-supfile s kern/73823 acpi [request] acpi / power-on by timer support o bin/73884 Add NetBSD's rawrite32 to install tools o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o conf/74004 [PATCH] add fam support to inetd.conf o bin/74140 roberto [patch] ntpdate(8): ntpdate does not try all IPs for a o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o conf/74213 darrenr [PATCH] Connect src/etc/periodic/security/610.ipf6deni o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/74314 jail [resolver] [jail] DNS resolver broken under certain ja s kern/74352 NFSCLIENT and booting to an mfsroot via TFTP are mutua o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma a bin/74387 mount(8) linprocfs can be mounted on top of itself man o bin/74404 sh(1) does not handle signals to subshells properly an o kern/74450 [libalias] [patch] enable libalias/natd to create skip a usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL p usb/74609 imp [umodem] [patch] allowing cdma modems to work at full o gnu/74654 libsupc++.a lacks necessary functions o ports/74752 simon make takes a little while before anything visible happ o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o kern/74827 [fdc] Problem writing data to floppies p usb/74849 imp [usbdevs] [patch] Samsung SPH-i500 does not attach pro p usb/74880 imp [ucom] [patch] Samsung N400 cellphone/acm fails to ata s kern/74986 jfv [patch] sysctlize a parameter of if_em's interrupt mod o kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 gifs? o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o conf/75137 jhb add snd_* modules support to /etc/rc.d/mixer o bin/75177 philip Bug selecting psm operation level in moused(8) o bin/75362 mount_smbfs(8) No buffer space available o bin/75378 login(1): login/wtmp/utmp not updating properly o conf/75502 [patch] [locale] Fix LC_NUMERIC and LC_MONETARY for de p kern/75702 dwmalone [libc] -O5 flag breaks some compiles in /usr/src/lib/l o kern/75710 [cue] cue0 device configuration causes kernel panic o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for s bin/75767 [libc] [request] "fdclose" function in libc o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o bin/75855 adrian getpwent(3) functions on 5.3 with large password file o docs/75865 doc comments on "backup-basics" in handbook o kern/75873 Usability problem with non-RFC-compliant IP spoof prot f ports/75883 mrtg + ucd-snmp give wrong results s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o docs/75995 doc hcreate(3) documentation(?) bug o bin/76089 w(1) The "-n" option in /usr/bin/w is broken o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o gnu/76169 [patch] Add PAM support to cvs pserver o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o conf/76226 Default local.9600 gettytab initially uses parity o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o bin/76362 sys directory link points to wrong location o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o kern/76485 [libc] sched_getparam(2) returns weird priority number s conf/76491 Addition into /etc/security few new functions s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o bin/76590 adding -mapall in nfs exports requires reboot o conf/76626 [patch] 460.status-mail-rejects shows destination doma o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o bin/76697 newsyslog(8) keeps one more archive files than documen o bin/76711 strmode(3): parse error in rm.c:check() while parsing o usb/76732 usb Mouse problems with USB KVM Switch o bin/76736 dwmalone syslogd(8) pipelines losing messages o bin/76752 login(1) wtmp problems o bin/76756 des function pw_equal in pw_util.c does not test pw_passwd o kern/76818 rwatson ACL modifications touch file's mtime o kern/76950 acpi ACPI wrongly blacklisted on Micron ClientPro 766Xi sys o kern/76972 64-bit integer overflow computing user cpu time in cal o bin/77001 [sysinstall] sysinstall binary upgrade clobbers /etc/l o bin/77031 [patch] comm(1) unable to handle lines greater than LI s bin/77082 krion pkg_install(1) - Add 3 new macros to clean pkg-plist o bin/77089 natd(8) ignores -u with passive FTP o kern/77091 [keyboard] Keyboard quits working under X with MAXCONS o kern/77156 FreeBSD does not redirect packets on proper interface. o bin/77261 login(1) doesn't chdir into a group-protected home dir o kern/77273 net [ipf] ipfilter breaks ipv6 statefull filtering on 5.3 o kern/77341 [ip6] problems with IPV6 implementation o kern/77355 [i386] [patch] Detect i*86 subarches for uname o bin/77445 ntpd(8): too many recvbufs(40) when ntpd started with o kern/77662 diskless hostname set via DHCP only if ACPI off o conf/77663 rc Suggestion: add /etc/rc.d/addnetswap after addcritremo o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW o kern/77841 [libc] [patch] cast away const in getpublickey() o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/77913 net [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) f kern/77958 rwatson [smbfs] can't delete read-only files via smbfs o bin/78021 sem_open(3) doesn't mention fnctl.h include requiremen o kern/78090 net [ipf] ipf filtering on bridged packets doesn't work if o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o bin/78131 geom gbde(8) "destroy" not working. o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd(8) o docs/78240 doc [patch] handbook: replace with aroun o conf/78419 /etc/termcap is a symbolic link o bin/78424 Internal IPs on router, natd/libalias break PMTUD a docs/78440 trhodes [sysvipc] POSIX semaphores don't work by default in 5. o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a o docs/78480 doc Networked printer setup unnecessarily complex in handb o bin/78529 df(1) shows wrong info about hard drive after carrying o stand/78537 phk times(2) not functioning per the Posix spec o bin/78562 [patch] Add numerical sorting option to join(1) o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o ports/78712 perky update ports: Rename ja-pycodec to ja-py??-pycodec s bin/78728 [patch] ntpd(8) -- noisy when IPv4 or IPv6 interfaces o kern/78756 gabor [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks o bin/78763 pjd [patch] [jail] Added jail support to ps(1) o bin/78768 pjd [patch] [jail] Added jail support to top(1) o bin/78785 ipfw [patch] ipfw(8) verbosity locks machine if /etc/rc.fir o kern/78787 sysconf(_SC_CLK_TCK) may return incorrect value o kern/78849 phk Problems with GBDE encrypted partitions s kern/78884 [nfs] [patch] nfs client cache negative lookups o kern/78957 time counter per process stops (syscall: getrusage) o usb/78984 usb [umass] [patch] Creative MUVO umass failure o bin/79008 [patch] add option for pom(6) to specify EPOCH o kern/79035 geom [vinum] gvinum unable to create a striped set of mirro s kern/79048 [libc] realloc() copies data even when the size of all o stand/79055 stefanf [feature request] [patch] Add an IFS regression test f o stand/79056 standards [feature request] [atch] regex(3) regression tests o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o stand/79067 stefanf /bin/sh should be more intelligent about IFS o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o ports/79093 mi net/rdist6 ignore ssh transport f kern/79117 bz [iavc] iavc(4) for AVM B1 PCI does not attach o kern/79138 rwatson close while sending on connected UNIX-domain socket ca p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79143 [ipmi] Broadcom NIC driver do not work for IPMI o bin/79228 net [patch] extend arp(8) to be able to create blackhole r o bin/79232 [patch] WARNS6 clean libexec/comsat o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device s i386/79274 Autoconfigure fails for O2Micro OZ6812/6872 PCI-CardBu a ports/79351 lofi Character passing error in security/pinentry-qt f kern/79352 linimon [request] double tagged q-in-q nested vlan support o ports/79382 ume package information for cyrus-sasl2-saslauthd bad o kern/79416 darrenr ipf in 4.11 breaks POLA o kern/79441 trhodes [msdosfs] problem writing on mounted msdos-fs at /mnt o bin/79607 obrien [patch] man(1) grok and default to bzip2-compressed ma o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o kern/79678 multimedia [sound] sound works except recording from any source o bin/79714 marcel kgdb(1) user I/O nits o usb/79723 usb [usb] [request] prepare for high speed isochronous tra p usb/79725 imp [usb] [patch] USB device speed is not double-checked o i386/79840 i386 [sysinstall] Partitioning and formating a new disk fai o threa/79887 threads [patch] freopen() isn't thread-safe p usb/79893 imp [umass] [patch] new usbdevs/umass quirks derived from o kern/79944 [fdc] virtual floppy controller of Virtual PC does not o bin/79965 top(1) messes up narrow terminals while displaying the p usb/80010 imp [aue] [patch] add support for the AEI USB to LAN adapt p kern/80031 rwatson [coda] [patch] Remove insque/remque from kernel land o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc o ports/80111 ume patch to make WITH_KERBEROS4 working for security/cyru o bin/80117 [sysinstall] [patch] smbfs install option for sysinsta o bin/80176 des fetch does not always work with https with a proxy. a bin/80256 yar /rescue/vi doesn't work without terminal database in / s kern/80265 vwe [vr] D-Link NIC with VIA Rhine II has no carrier sign o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will a stand/80293 standards sysconf() does not support well-defined unistd values p bin/80411 kan [patch] df(1): bin/df/df.c sign errors in calls to get o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog s bin/80530 man(1) should become Unicode aware o bin/80620 des [patch] fetch -U does not work o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio p usb/80773 imp "usbd_get_string()" could have taken a length paramete o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o kern/80775 [patch] sysctl_handle_string should have a timeout s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ s usb/80777 usb [request] usb_rem_task() should wait for callback to c o bin/80812 [request] [patch] add new util: getcap(1) (from OpenBS s kern/80844 vwe [psm] [patch] Increase compatibility of psm driver wit o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me o bin/80868 /bin/sh gives wrong line number of unterminated quoted o bin/80924 fsck should show CTIME. o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. o threa/80992 threads abort() sometimes not caught by gdb depending on threa o kern/80999 [hang] artswrapper freezes system with ypin o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o usb/88408 usb [axe] axe0 read PHY failed o kern/88450 andre SYN+ACK reports strange size of window p docs/88477 trhodes Possible addition to xl(4) manpage, Diagnostics sectio s i386/88491 i386 [install] Panic when boot installation CD1 (Acer Trave o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar a bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o bin/88599 ifconfig(8): change in default behavior with ifconfig o kern/88601 pjd [geli] geli cause kernel panic under heavy disk usage o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o misc/88680 [build] !compiling freebsd components o bin/88780 [PATCH] Baseline ipmon(8) uses LOG_LOCAL0 syslog, not o bin/88821 pjd [PATCH] IPv6 support for ggated(8) o bin/88826 [sysinstall] sysinstall infinity wait for da0 o conf/88913 rc [patch] wrapper support for rc.subr p usb/88939 imp [usbdevs] [patch] Fix cheapy Myson USB-IDE adapter o kern/88962 [panic] Kernel panic with ACPI is enabled o conf/89061 rc [patch] IPv6 6to4 auto-configuration enhancement o kern/89166 [mouse] jumpy mouse movement s kern/89305 vwe [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net p docs/89325 trhodes [PATCH] Clarification of kbdmap(5), atkbd(4) and kbdco o bin/89326 [PATCH] Add pattern matching to login.access(5) o bin/89403 fetch(1) doesn't honour authentication credentials whe o kern/89411 acpi [acpi] acpiconf bug o ports/89441 hrs TeX support in FreeBSD is problematic. o docs/89492 attilio vfs doc: some VOP_*(9) manual pages are outdated with o kern/89522 6.0-RELEASE will not boot on some Compaqs with mouse c o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr s ports/89648 portmgr OPTIONS and conditional USE_* conflict in bsd.port.pre f kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o bin/89762 [patch] top(1) startup is very slow on system with man o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89799 [patch] Making natd(8) not require a newline at the en o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d o conf/89870 rc [patch] [request] make netif verbose rc.conf toggle o bin/89959 brooks dhclient(8): dhcp: ip length 314 disagrees with bytes o bin/89988 [patch] bootparamd(8) null host support and whoami fix o kern/89989 jail [jail] [patch] Add option -I (ASCII 73) PID to specif o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS s bin/90082 matteo [syscons] [patch] curses ACS line graphics support for o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf s kern/90243 acpi Laptop fan doesn't turn off (ACPI enabled) (Packard Be o bin/90266 philip bsnmpd(1) returns bad data during a snmpwalk of the en o bin/90311 [patch] add "eject" to mt(1) s bin/90367 [request] libmap.conf needs exclusivity support o kern/90368 [pxeboot] pxeboot misses ${class} parameter when booti o bin/90384 [patch] chroot patch for sftp-server(8) o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o bin/90524 reset(1) doesn't fully restore terminal state o kern/90580 [libc] wordexp(3) fails to check for EINTR o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) o bin/90690 ps(1) errorneously respects terminal column settings w o bin/90823 [PATCH] cp(1) should use lchflags() f kern/90839 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91101 [patch] whereis(1): make more readable o conf/91106 pjd date definitions in pl_PL locale are wrong o kern/91134 [smbfs] [patch] Preserve access and modification time o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/91174 ceri [REQUEST] Handbook: Addition of Oracle 9i installation o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command a bin/91316 [patch] pax(1): pax -pe does not preserve times on sym o ports/91318 emulation [fix] graphics/linux_dri: works on amd64 too o conf/91342 [devfs] Errors in devfs.rules files don't get logged o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o bin/91393 window(1) changes console cursor shape to blink o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs f kern/91476 gavin [fdc] [patch] floppy drive doesn't work in MS Virtual o docs/91506 doc ndis(4) man page should be more specific about support o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o kern/91594 net [em] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/10 o bin/91606 sha1(1): sha1 /dev is suspended o ports/91681 clement apache-2.0.54_4 building modules fails using integrate o kern/91719 [pxeboot] BZ2_bzDecompress returned -3 error on loadin s kern/91777 net [ipf] [patch] wrong behaviour with skip rule inside an o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o ports/91838 danfe [BUG] graphics/svgalib: tty switching is broken o kern/91847 ipfw [ipfw] ipfw with vlanX as the device o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt o bin/91980 yppasswdd(1) leaves zombie sh processes o bin/91993 sam dhclient(8) option missing, script incompability o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o bin/92062 phk mdconfig(8): mdconfig -l shows 95 entries max. o kern/92238 sos [ata] [patch] Spurious "atapci1: failed to enable memo o kern/92270 glebius [ppp]: ppp does not work on renamed network interfaces p usb/92306 imp [quirk] [patch] Support for iRiver U10 USB media playe o stand/92360 standards [headers] [patch] Missing TAB3 in kernel headers o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o bin/92370 [pppd] ppp server not accessible to IPV4 unless built o kern/92412 [libexec] [patch] rpc.rstatd reports bogus packets/per s ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o kern/92512 multimedia [sound] distorted mono output with emu10k1 o conf/92523 rc [patch] allow rc scripts to kill process after a timeo o conf/92541 [PATCH] [locale] add ca_AD, ca_FR and ca_IT locales o ports/92604 ale mysql41-client broken with non-default character set o docs/92626 doc jail manpage should mention disabling some periodic sc o ports/92651 stas graphics/gmt - WITH_EVERYTHING doesn't fetch o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o bin/92866 krion pkg_add(1) should return a different result code if pa o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o ports/93033 tobez Problem using perlcc o kern/93093 [libc] xdr_string might call strlen(3) on NULL o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o kern/93197 [libc] strptime(3) succeeds on formats it should fail o bin/93275 [sysinstall] Failure to install after restarting insta o ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: Permission de o bin/93309 [rpc.quotad] [patch] rpc.rquotad: group quota support o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/93331 [kernel] [patch] broken asm in kernel o misc/93341 phk [nanobsd] [patch] make more flexibitily for NanoBSD cu o kern/93378 net [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o kern/93381 reboot(8) works but 'reboot -n' hangs o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work p kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o kern/93634 vwe [msdosfs] False access to renamed files/directories (c o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is o docs/93683 chinsan [PATCH] some typos in klist(1) o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o kern/93770 [drm] ati 9600 PRO radeon not recognized by the system o docs/93785 obrien The man page for ftpchroot(5)/ftpusers(5) contradicts a kern/93790 cperciva cpufreq missing frequencies o i386/93793 i386 [keyboard] Keyboard stops working after a shutdown -p o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o kern/93825 pf [pf] pf reply-to doesn't work o www/93854 postmaster Cannot proceed to page after the first in mailing list o bin/93857 [patch] new utility: kiconv_cs_preload(8): Utility for o kern/93860 trhodes [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB a ports/93883 linimon New port: textproc/p5-libxmlenno The "libxml-enno" co o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o ports/93987 tobez lang/perl5x: Allow the perl ports to specify an altern o ports/93993 portmgr bsd.autotools.mk: Fix libtool shared library versionin o bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo o bin/94051 login(1): IP network in login.access ignored unless DN o bin/94052 [PATCH]: Adds option to script(1) to suppress carriage o ports/94093 kde qt/KDE install from ports creates files owned by root p usb/94132 imp [patch] quirk for CENTURY EX35QUAT disk enclosure s ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b o bin/94140 some "make check-old" missed files s bin/94159 [request] ipsecctl ported from openbsd p bin/94180 ume portsnap(8) does not handle HTTP_PROXY_AUTH correctly p bin/94181 ume portsnap(8) should remove the trailing dot from the se s kern/94182 [altq] [request] altq support for vlan driver o kern/94227 'no dump device defined' on random occasions s kern/94269 [nullfs] procfs shows wrong data if executable is runn o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ p usb/94311 imp [ugen][PATCH] allow interrupt IN transactions to be af o kern/94369 itetcu [bktr] [patch] Patch to support Leadtek WinFast Tv2000 s kern/94390 vwe [vr] poor network performance after promiscuous mode i o www/94423 danger [patch] XML'ified release todo list o kern/94424 [bge] BGE5721 or BGE5750? p usb/94439 imp [patch] Add support for JNC MP3 Player o kern/94480 [libufs] [patch] bread(3) & bwrite(3) can crash under o sparc/94483 sam [ath] ath_hal does not work on 6-release/sparc64 o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size o bin/94546 [PATCH] Make telnet(1) accept 'host:port' on command l o kern/94578 [panic] Panic by using rtorrent sometimes a kern/94583 [libm] std::isnan()/std::isinf() are not identical to o docs/94625 doc [patch] growfs man page -- document "panic: not enough o kern/94632 geom [geom] Kernel output resets input while GELI asks for o ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ must do "setss o gnu/94695 bugmeister send-pr.el is missing from send-pr distribution o kern/94733 [smbfs] smbfs may cause double unlock o bin/94810 fsck(8) incorrectly reports 'file system marked clean' o kern/94823 [drm] DRM doesnt't work with i915.ko o kern/94830 [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/94849 [ufs] rename on UFS filesystem is not atomic o ports/94935 cy security/aide: propose an AIDE_CONF knob for make.conf p usb/94946 imp [uhub] [patch] code dynamic status size for status cha o kern/94978 [pam] pam_opie module option without "no_fake_prompts" o usb/95037 usb [umass] USB disk not recognized on hot-plug. o bin/95079 [patch] apply(1) dies when there are two %1 in command o bin/95082 [patch] ping(8) won't handle large preload patterns s ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o ports/95102 ume [PATCH] security/cyrus-sasl2 - change authdaemond_path o i386/95106 i386 [install] cannot install freebsd, Nvidia nForce 2 base o docs/95139 doc FAQ to move filesystem to new disk fails: incorrect pe o ports/95153 tobez perl binary packages should be build with ENABLE_SUIDP o ports/95179 grog devel/ptmalloc doesn't include a header o kern/95222 [iso9660] File sections on ISO9660 level 3 CDs ignored o kern/95239 [libc] [patch] nftw(3) returns EINVAL for large values o kern/95267 net packet drops periodically appear o kern/95277 net [netinet] [patch] IP Encapsulation mask_match() return o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o ports/95416 pb multimedia/kino build failure WITH_QUCKTIME o kern/95532 [gif] if_gif has artificial limitations o kern/95559 RELENG_6: write(2) fails with EPERM on TCP socket unde o bin/95698 philip [patch] moused(8): Software control of sysmouse o kern/95711 [fdescfs] rm on fdescfs causes panic: lockmgr: locking p bin/95715 [patch] random(6) busy loop under some conditions o conf/95754 [patch] Portuguese timedef o gnu/95936 egrep(1) misparses multiline parenthetical grouping f bin/95979 [patch] burncd(8) fails to fixate CDs o conf/96015 uncommenting the msgs invocation in /etc/profile can f o stand/96016 standards [headers] clock_getres et al should be in o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout o conf/96094 [gif] startup scripts do not configure gif interfaces o bin/96128 [ahc] [patch] Make aicasm WARNS=6 clean p usb/96133 imp [scsi] [patch] add scsi quirk for joyfly 128mb flash u o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o docs/96207 doc Comments of a sockaddr_un structure could confuse one o stand/96236 standards [PATCH] [POSIX] sed.1 incorrectly describes a function o conf/96343 rc [patch] rc.d order change to start inet6 before pf o kern/96346 [modules] [patch] disable build of modules that are al o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o bin/96528 dougb Fix mergemaster(8) to be upgrade-friendly o bin/96540 [patch] catman(1) does not deal correctly with hard-li o conf/96589 Periodic monthly invalid times with 32 character usern o ports/96642 hrs Update port: print/acroread7 (fix plist; install deskt o kern/96644 [panic] umount(8) crash after mount/umount disturbance p usb/96714 imp [usbdevs] [patch] Update uvisor to support the Fossil f kern/96743 yongari [sk] [patch] broken 32-bit register operations o conf/96746 [nanobsd] [patch] Configuration changes and README for o ports/96749 clement Support Berkeley DB in Apache 2 o bin/96854 imp [patch] devd(8) parses events incorrectly in some case a ports/96953 clement apache22 port uses its own directories o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o bin/97002 [patch] cron(8) fails quietly if /usr/sbin/sendmail is o kern/97071 jail [jail] [patch] add security.jail.jid sysctl o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o kern/97164 [libdisk] libdisk's Open_Disk() crashes o usb/97175 usb [umass] [hang] USB cardreader hangs system a ports/97183 roam Update port: net/libnids to 1.21 o kern/97265 System hangs at the end of shutdown -h now s kern/97266 [fdc] System hangs at kernel time after boot: /dev/fd0 o kern/97329 [nfs] [patch] code simplification o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97383 acpi Volume buttons on IBM Thinkpad crash system with ACPI o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne o kern/97458 [ath] ath driver hangs up system during reboot o java/97461 java Diablo JDK does not report Update level in a format su o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o bin/97478 umount(8): umount -f /card -> hardware-reset is needed s bin/97498 [request] newfs(8) has no option to clear the first 12 o kern/97505 [procfs] file entry of procfs points to "unknown" o ports/97544 sumikawa patch for net/zebra's ospfd snmp o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails p conf/97697 matteo [patch] rc.conf - jail__exec_afterstart[0..n] p kern/98015 [bfe] [patch] bfe(4): double free in error handling pa s kern/98162 [request] AcerHK driver port needed for enabling WiFi o bin/98220 wpa_supplicant(8) operation does not match documentati o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD s ports/98353 ipsec-tools fails to exchange keys between different a o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 p misc/98383 yar [request] include the mt command in the rescue CD o kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are see o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 s bin/98577 [request] dhclient(8): the link check by dhclient slow o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small o docs/98759 joel [patch] sbp_targ(4) man page missing reference to devi o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o www/98798 www Our statistics page is out of date o kern/98804 [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the o conf/98815 [locale] [PATCH] Add euro symbol to pt_PT locale using o bin/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o docs/98974 doc Missing tunables in loader(8) manpage o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/99068 [linux] [patch] Linux emulator crashed by java, when c o ports/99111 sobomax asterisk shutdown doesn't kill mpg123 o gnu/99173 [PATCH] replace gnu patch with a bsd-licensed one. o www/99184 wosch Viewing HP-UX manpages with http://www.freebsd.org/cgi o kern/99186 lulf [gvinum] [patch] Gvinum dumpconfig/setstate/stop imple o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o conf/99328 linimon [patch] updates for src/share/examples/cvsup a docs/99356 ru man page of sendmsg(2) does not include EINVAL p usb/99419 imp external usb harddrive slow to accept o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o kern/99485 Disk IO Causes multimedia/mplayer To Drop Frames p kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings p stand/99517 standards Missing SIGRTMIN and SIGRTMAX signals o usb/99538 usb [keyboard] while using USB keyboard default params of o docs/99551 blackend The Handbook erroneously advises that a wireless card o bin/99566 jail [jail] [patch] fstat(1) according to specified jid o misc/99627 [build] [patch] make update & CVSROOT o misc/99643 linimon request to remove src/tools/tools/portsinfo because it o bin/99662 rpc.rquotad(8): quota information leak while rpc.rquot o kern/99692 [patch] A pl_PL.dvorak keymap for syscons. o conf/99721 rc [patch] /etc/rc.initdiskless problem copy dotfile in s o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o kern/99765 drifting time, SuperMicro PDSMi Motherboard, "calcru n o kern/99800 [libc] [patch] Add support for profiling multiple exec o bin/99896 gad [patch] lpr(1): lpr -r flag has no effect o stand/99960 standards [Patch] make(1): Add -p flag s bin/99973 yar systat(1): systat -ifstat traffic counter overflow o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o bin/100018 newsyslog(8) does not check size if time_at is used o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system s kern/100170 [request] Support login class in ldap directory o docs/100196 doc man login.conf does explain not "unlimited" o i386/100204 i386 FreeBSD reports raid as broken - but it is not o docs/100242 doc sysctl(3) description of KERN_PROC is not correct anym o bin/100320 [request] Update top(1) to 3.6 o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam o ports/100350 clement www/apache20 profiles not working at system startup/sh o kern/100410 [bge] bge driver disables access to shared iLo on HP D o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o o bin/100436 kensmith sysinstall(8): live CD fixit mount does not find mount a bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies o kern/100513 [smbus] Inconsistent definition of SMBus addresses in o kern/100519 net [netisr] suggestion to fix suboptimal network polling o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu o bin/100585 [patch] top(1): top -s0 causes load excessive o kern/100609 UPDATING suggestions are missing a few mount commands. o conf/100616 [patch] syslog.conf: lines after exclamation point ign o kern/100709 [libc] getaddrinfo(3) should return TTL info o usb/100746 usb [keyboard] system does not boot due to USB keyboard pr o ports/100771 sergei port submit (ports-mgmt/porttools) cannot parse multip o ports/100776 sem Failure to update devel/mico by portupgrade o conf/100782 [keyboard] [patch] Default keymap to support ALT+Left, s bin/100805 yar WITHOUT_INET6 is ignored by many src/ components f amd64/100838 amd64 [powerd] FreeBSD 6.0/6.1 kernel panics when booting wi o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o bin/100921 [patch] tftpd(8): libexec/tftpd: `-w' non-traditional o bin/100956 remko [patch] support setting carp device state with ifconfi o i386/101062 i386 [hang] Freeze on detect Intel 900 VGA on boot with ACP o ports/101120 portmgr [patch] bsd.port.mk: Tell CC and CXX to ports without f ports/101166 wxs bittorrent-curses only works under English locales. o kern/101226 jfv [em] Access to IPMI module is lost when the em driver o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub s ports/101230 obrien shells/bash: bash parser not generated properly with s o docs/101271 remko serial console documentation implies kernel rebuild re o ports/101340 danfe x11/nvidia-driver: Vidcontrol Causes Video Corruption o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del s ports/101450 stas multimedia/transcode: tcprobe broken for devfs o docs/101464 doc sync ru_RU.KOI8-R/articles/portbuild/article.html with p usb/101757 imp [patch] uhid.4: correct structure field names to match o usb/101761 usb [usb] [patch] [request] usb.h: increase maximal size o f ports/101764 des no stable zsh in ports o bin/101765 ldd(1) is unable to read ELF header? o usb/101775 usb [libusbhid] [patch] possible error in report descripto o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker o kern/101819 sos [ata] ata driver wrongly determines type RAID on ICH7R o bin/101921 [request] security.bsd.see_other_uids for further prog o kern/102035 net [plip] plip networking disables parallel port printing o docs/102148 doc The description of which Intel chips have EM64T is out o bin/102162 [tftpd] [patch] tftpd(8): Limit port range for tftpd o bin/102205 kdc(8): login failure: ssh + gssapi + dual stacks + pa o bin/102232 gad Defects in -O option to ps(1) o bin/102299 [patch] grep(1) malloc abuse? o bin/102357 tcsh(1)/csh(1) jobs control: sometimes 'fg' command do o bin/102394 [patch] ls(1) do not shows inode number symbolic link o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo s ports/102499 rik lftp asc file checksum mismatch o conf/102502 net [patch] ifconfig name does't rename netgraph node in n o kern/102540 [netgraph] [patch] supporting vlan(4) by ng_fec(4) o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr f ports/102603 cperciva move ports o bin/102609 [PATCH] Add filtering capability to date(1) o i386/102617 vwe [smbfs] [editors/ooo] 7 x "smb_maperror: Unmapped erro o usb/102678 usb [keyboard] Dell PowerEdge DRAC5 USB Keyboard does not o conf/102700 rc [geli] [patch] Add encrypted /tmp support to GELI/GBDE o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o bin/102747 brian [ppp] [patch] ppp timer subsystem stops under certain p kern/102752 rwatson malloc(M_WAITOK) of "g_bio", forcing M_NOWAIT with non o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext o bin/102793 imp [patch] [request] top(1): display feature of current C o java/102888 glewis Diablo 1.5.0 throws FileNotFoundException when opening o kern/102943 [xfs] kernel crash when unloading the xfs kernel modul o ports/102946 secteam [patch] ports-mgmt/portaudit o ports/102954 obrien textproc/urlview: switch from netscape to one gecko. o usb/102976 usb [panic] Casio Exilim Digital Camera causes panic on in o kern/103022 cperciva [headers] /usr/include/crypto/rijndael.h is wrong o kern/103035 [ntfs] Directories in NTFS mounted disc images appear a kern/103041 linimon [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an p usb/103167 imp [ehci] [patch] Transcend JetFlash120 memory stick prob f kern/103192 gavin no CD/DVD devices found while install Freebsd o kern/103200 [ral] ral driver for RELENG_6 is out-of-date with resp o kern/103250 [puc] puc failed to attach sio ports when loaded as mo o kern/103253 thompsa inconsistent behaviour in arp reply of a bridge f amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o usb/103289 usb [request] USB 2.0 problems on AMD LX-800 CPU and CS-55 o kern/103312 [libc] dlsym(NULL,) doesn't work properly o kern/103328 ipfw [ipfw] [request] sugestions about ipfw table o kern/103332 mux [fxp] fxp driver does not work correctly on Intel 8255 o usb/103418 usb [usbhidctl] [patch] [request] usbhidctl: add ability t o kern/103455 "swap_pager: indefinite wait buffer" with page file en o conf/103486 rc [rc.d] [jail] [patch] rc.d/jail: mount fstab after dev o conf/103489 rc [rc.d] [jail] [patch] named_chroot_autoupdate doesn't o www/103522 www Search interface oddity o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o kern/103615 emaste [aac] [patch] aac(4) update to the last version availa o bin/103682 [patch] [request] nfsstat(1) should use %u instead of p usb/103702 imp [cam] [patch] ChipsBnk: Unsupported USB memory stick o kern/103715 [bge] [request] Broadcom BCM5708SKFB not recognised by o kern/103733 anholt [agp] i915 driver on hp dc7100: device not recognized o bin/103762 ppp(8): some tun interfaces with a mtu of 1500 while i o kern/103764 [libradius] [patch] libradius aborts server processing o kern/103792 Multiple Logins: ; a 't' appears at prompt o conf/103794 adding other login class to login.conf in case one is o docs/103807 danger wicontrol(8) manpage contains a broken URL o bin/103845 sha256(1): sha256 /dev/acd0 returns immediately a bin/103873 csjp login(1) SEGFAULT on unsuccessful login o bin/103890 w(1) doesn't see sessreg'd entries in utmp o usb/103917 usb [uhub] USB driver reports "Addr 0 should never happen" o www/103938 brd cvs-src archive does not rebuild since 12 Mar 2006 o kern/104079 [fdc] kldunload fdc.ko leads to panic: mutex Giant own o bin/104092 [patch] iostat(8): missing blanks in iostat output o kern/104212 [puc] [patch] support for Kuroutoshikou SERIAL4P-LPPCI o ports/104255 xride x11/wdm Unable to change window manager after the firs o usb/104290 usb [umass] [patch] quirk: TOSHIBA DVD-RAM drive (libretto o usb/104352 usb [ural] [patch] ural driver doesnt work o docs/104403 doc man security should mention that the usage of the X Wi o docs/104432 trhodes No mention of "let" shell builtin in manual pages. o docs/104493 roberto [patch] Wrong description in ntp.conf(5) (CURRENT and o gnu/104533 bugmeister [patch] [request] make send-pr(1) read configuration f o conf/104549 rc [patch] rc.d/nfsd needs special _find_processes functi o bin/104553 [patch] [request] Add login group support to login.acc o usb/104645 usb [umass] [request] Rave C-201 MP3 player does not commu o kern/104682 ipfw [ipfw] [patch] Some minor language consistency fixes a s bin/104689 matteo [patch] [request] powerd(8): add support for limiting o bin/104731 gad [patch] missing newline in lpq(1) output o kern/104738 mlaier [inet] [patch] Reentrant problem with inet_ntoa in the o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o bin/104746 [PATCH] traceroute(8): 'traceroute -e -P TCP' cannot w o kern/104799 [ata] Several ata observations ICH8 BIOS o bin/104809 cron(8): incorrect cron behavior with mday field = "*/ o kern/104826 andre [bge] FreeBSD 6.1 not RFC 768 (UDP) compliant on Compa o ports/104831 edwin [patch] A bug in net/dhcpdump when decoding FQDN DHCP o kern/104851 [inet6] [patch] On link routes not configured when usi o kern/104862 [bge] BCM5704 only works at 10Mbit o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o kern/104882 [iicbb] [patch] pvr250 and pvrxxx drivers need iicbb p o ports/104910 portmgr portsdb -Uu fails on building lsdb when EMACS_NAME is o bin/104921 ipfw [patch] ipfw(8) sometimes treats ipv6 input as ipv4 (a s kern/104938 [nullfs] [request] readlink("/proc/curproc/file") does s kern/104950 [ata] [request] no support for SATA controller Initio o i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works o usb/105065 usb [ata] SATA - USB Bridge o kern/105093 [ext2fs] [patch] ext2fs on read-only media cannot be m o conf/105100 [locale] [patch] no support for lv (latvian) locale a ports/105122 shaun [PATCH] net-im/ejabberd: new UID/GID collides with Sam o conf/105145 rc [ppp] [patch] [request] add redial function to rc.d/pp f sparc/105157 sparc64 No reply to ping on Sparc64 o i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server o ports/105206 scrappy sysutils/bsdstats attempts to remove /usr/local/etc/pe o kern/105330 ipfw [ipfw] [patch] ipfw (dummynet) does not allow to set q o www/105333 www [PATCH] Base selection in events in libcommon.xsl does o bin/105341 [libpam] [patch] [request] pam_krb5: Add minimum_uid/m o kern/105346 des [libc] [patch] fcntl(): prevent useless locking with F o usb/105361 usb [panic] Kernel panic during unmounting mass storage (C o kern/105368 [geli] geli passphrase prompt malfunctioning when moun f ports/105374 portmgr PR 100555 DESTDIR changes break BSD.lib.mk o kern/105375 yongari [sk] 2 x Marvell GBit LAN: device sk0 is attached, but o docs/105456 keramida [patch] overhaul of the security chapter (14) o kern/105500 SCSI install on Microsoft Virtual Server 2005 doesn't o ports/105516 obrien [patch] sysutils/asr-utils needs ASR_COMPAT kernel opt o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o bin/105542 amd64 on amd64, ldd(1) produces bogus output for i386 execut o conf/105568 rc [patch] [request] Add more flexibility to rc.conf, to o kern/105579 piso [libalias] dcc resume over natd in 6.x o kern/105604 [bktr] [patch] add support for Pixelview PlayTV Pro 2 a ports/105606 security/ipsec-tools with option STATS gives compiler o docs/105608 doc fdc(4) debugging description staled o bin/105614 [patch] setkey(8): Creating NULL encryption ESP SAs wi o bin/105860 top(1) user ID misalignment in mixer username/uid mode o docs/105997 doc sys/kern/sys_pipe.c refer to tuning(7), but there is n o conf/106009 rc [ppp] [patch] [request] Fix pppoed startup script to p o kern/106028 [pxeboot] tftp inside pxeboot isn't initialised proper o usb/106041 usb [usb] [request] FreeBSD does not recognise Mustek Bear p bin/106049 [tftpd] [patch] tftpd(8) - improve -w option to suppor p usb/106070 imp devd recognizes ucom, but ttyU is the device actually f misc/106091 gavin [boot] Keyboard disabled at mountroot> prompt o misc/106107 left-over fsck_snapshot after unfinished background fs o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p o kern/106255 trhodes [msdosfs] [patch]: correct setting of archive flag o kern/106275 [/dev/random] [crypto] Hifn 7955 on Soekris Engineerin p docs/106315 danger man blackhole mentions ONLY ipfw s kern/106340 [ata] [request] Need to control disk write cache on pe o bin/106355 [headers] macros in stdio.h non-portable (e.g., C++ :: p docs/106416 keramida man page, xargs option not documented f i386/106421 gavin [install] FreeBSD 6.1 Installation - Fatal Trap 12 o kern/106444 [netgraph] Kernel Panic on Binding to an ip to a virtu p usb/106462 imp [usbdevs] Motorola U6 PEBL not recognized by system vi o ports/106463 ume [patch] [request] please add audacious support for aud o ports/106483 portmgr [PATCH]: embed distfile information in +CONTENTS o i386/106493 ru [patch] pxeboot(8) uses /pxeroot instead of / s ports/106616 portmgr bsd.port.mk: Default file modes set incorrect for non- o usb/106621 usb [axe] [patch] DLINK DUB-E100 support broken o bin/106642 dougb [patch] [request] Allow excluding certain files from m o kern/106645 [uart] [patch] uart device description in 7-CURRENT is o kern/106646 [nfs] [patch] Pointer incorrectly cast to ulong o bin/106734 [patch] [request] bzip2(1): SSE2 optimization for bzip o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no s ports/106848 portmgr [PATCH] Mk/bsd.port.mk -- Add support to remove locale o i386/106850 i386 [powerd] powernow0 attach returned 6 o kern/106851 [vge] vge0: MII read timed out [regression] o usb/106861 usb [usbdevs] [patch]: usbdevs update: Add product ACER Ze o bin/106872 [patch] [request] extattr support for find(1) o docs/106916 chinsan Wrong tar command at topic 17.6.8 in Handbook o conf/107035 net [patch] bridge interface given in rc.conf not taking a f ports/107135 netchild ports/sysutils/ezjail improvements o kern/107154 [pam] pam.d/sshd pam_ssh.so doesn't start ssh-agent o bin/107171 [patch] [ncurses] systat(1) doesn't die when it's xter o usb/107243 usb [cam] [patch] Apacer USB Flash Drive quirk o kern/107277 [panic] bus_dmamap_load_mbuf_sg o kern/107279 [ath] panic: ath_start: attempted use of a free mbuf! o kern/107285 [panic] freeze and reboot by mounting CDROM volume twi o kern/107305 ipfw [ipfw] ipfw fwd doesn't seem to work o ports/107354 edwin net/icmpinfo: icmpinfo -vvv does not recocnize any ICM o usb/107388 usb [patch] [request] new driver: add utoppy device from N o kern/107406 [pccarddevs] 3Com wifi card not recognized o docs/107432 doc Handbook's default partitioning schema is out-of-date o usb/107496 usb [uhub] USB device problem on RELENG_6_2 (SHORT_XFER) [ o bin/107515 [patch] ls(1) bug p usb/107526 imp [usbdevs] Patch to support the Crystalfontz CFA-635 20 o kern/107529 [libexec] [patch] ldd(1) aborts abruptly if a shared l p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid f ports/107643 kde net/lanbrowsing lisa don`t start on system boot o usb/107665 usb [usbdevs] [patch] uscanner support for epson stylus DX o kern/107707 geom [geom] [patch] [request] add new class geom_xbox360 to s ports/107814 joerg mail/postfix uses wrong order of -I options o ports/107816 roam [patch] The IPv6 patch breaks the location feature of o ports/107908 olgeni manpath.config not updated after installing erlang por o usb/107935 usb [uplcom] [panic] panic while accessing /dev/cuaU0 f ports/107937 tmclaugh jailed net/isc-dhcp3-server wouldn't run with an immut o kern/107944 Forget to unlock mutex-locks o kern/108017 acpi [acpi]: Acer Aspire 5600 o bin/108020 comsat(8) does not verify return values of getpwnam an o bin/108033 ls(1) coredumps when nss/ldap is misconfigured o usb/108056 usb [ohci] Mouse gets powered off during device probe when o docs/108101 doc /boot/default/loader.conf contains an incorrect commen o kern/108133 jmg [bktr] [patch] bktr driver doesn't recognize Hauppauge p docs/108142 trhodes [patch] extattr(2) man page incomplete for extattr_lis s ports/108153 portmgr ports extraction with package uid/gid and quota proble o ports/108169 clement Wrong AP_SAFE_PATH for suEXEC with www/apache20 o bin/108183 dougb mergemaster(8) doesn't install target if a file become o bin/108191 matteo sysinstall(8): Disklabel editor help text (by F1 key) s usb/108344 usb [panic] kernel with atausb panics when unplugging USB p usb/108427 imp [patch] quirk: Samsung MP0402H s kern/108442 [request] UTF-8 support for console o bin/108462 [request] pkg_info(1) shouldn't have a hard width limi o kern/108488 acpi [acpi] ACPI-1304: *** Error: Method execution failed f usb/108509 gavin [hang] [ehci] FreeBSD hang at startup after ehci0 dete s ports/108514 portmgr [PROPOSAL] Automatic registering of UID and GID (bsd.p p bin/108523 trhodes [patch] daemon(8): support for dropping privileges p docs/108536 ceri sysinstall(8) man page and example needs to be updated o ports/108570 girgen databases/postgresql82-server fails when PREFIX is set o kern/108581 acpi [sysctl] sysctl: hw.acpi.cpu.cx_lowest: Invalid argume o conf/108589 rtsol(8) fails due to default ipfw rules o kern/108655 messages from kernel are mixed (/dev/klog? syslog?) o kern/108695 acpi [acpi]: Fatal trap 9: general protection fault when in f sparc/108732 sparc64 ping(8) reports 14 digit time on sparc64 o ports/108795 ports/icc: Proposed update to icc port for intel compi p usb/108810 imp [patch] quirk for I/O Magic USB flash drive "Giga Bank o ports/108856 [mbone/sdr] make sdr usable again; patch appended o kern/108899 [termcap] [patch] termcap update for screen and linux s bin/108961 vwe ls(1) High CPU use on directories containing files wit a docs/108980 doc list of missing man pages o kern/109010 [msdosfs] can't mv directory within fat32 file system o bin/109102 csjp sysctl security.mac.bsdextended is not consistent with o docs/109104 trhodes man mac_bsdextended is not consistent with systl outpu o docs/109105 trhodes security.mac.bsdextended.firstmatch_enabled is not ena o docs/109115 doc add Ultra 450 to hardware list for sparc64 o kern/109161 philip [psm] synaptic touchpad doesn't work o docs/109201 doc [request]: manual for callbootd f docs/109226 doc [request] No manual entry for sntp o ports/109268 clement www/apache22: apache-worker-2.2.4 threads problem on 6 o bin/109334 pkg_add(1) using chroot exits with error if wrong dire o ports/109359 mnag Update port: update net/py-zsi to version 2.0 o misc/109367 UTF8 encoded locales and problem collating accents o bin/109413 jhb [PATCH] top(1) shows at least 50% idle when hyperthrea o kern/109416 des [libpam] [patch] pam_group doesn't check login_group m o i386/109423 i386 [ichsmb] ICH5 smb interface problems o kern/109470 net [wi] Orinoco Classic Gold PC Card Can't Channel Hop a kern/109477 yongari [vr] [patch] onboard via vt6103 ethernet does not work o bin/109478 [libc] [patch] adopt reentrant syslog functions from O o ports/109501 krion [PATCH] add some configurable vars to mail/exim o ports/109550 python lang/python25 does not install /usr/local/bin/python o conf/109562 rc [rc.d] [patch] [request] Make rc.d/devfs usable from c a ports/109580 glewis [patch] math/gnuplot does not include bsd.emacs.mk whe o docs/109612 remko Manuals that live in ARCH specific subdirectories are o ports/109745 kris NO_PACKAGE handling by ports build system o kern/109813 [ciss] ciss(4) driver API header is not installed o bin/109911 mountd(8) does not accept identical host sets on diffe o docs/109972 doc No manual entry for zless/bzless o docs/109973 doc No manual entry for c++filt o docs/109975 doc No manual entry for elf2aout o docs/109977 doc No manual entry for ksu o conf/109980 rc /etc/rc.d/netif restart doesn't destroy cloned_interfa o docs/109981 doc No manual entry for post-grohtml o docs/109983 doc No manual entry for protoize o kern/110017 [libexec] [patch] serial port console output garbled s ports/110030 sem ports-mgmt/portupgrade: pkg_which hits segfault for no o docs/110061 doc [PATCH] tuning(7) missing reference to vfs.read_max o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o bin/110068 [patch] rewrite of mdmfs(8) in shell o ports/110144 New port: math/Matlab7 o bin/110146 [patch] [request] Allow arbitrary gdb(1) options to by o docs/110183 murray Handbook does not document vmware, Xen, Parallels, etc o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC o kern/110199 jmg [kqueue] [patch] kqueue_register doesn't update the kn o ports/110247 doceng textproc/docproj depends on www/links1 but works with o kern/110284 kmacy [if_ethersubr] [patch] Invalid Assumption in SIOCSIFAD o bin/110287 od(1) fails to determine repeated line just before EOF o threa/110306 threads apache 2.0 segmentation violation when calling gethost o docs/110359 brueffer mpt man page omission o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o kern/110407 [ata] ATA drivers not recognizing Seagate CF Microdriv o ports/110475 clsung New port: devel/p5-Thread-Cancel 1.05 o ports/110476 clsung New port: devel/p5-Thread-Suspend 1.09 p usb/110477 imp [usbdevs] [patch] add Benq 3300U/4300U support to Free o ports/110533 olgeni [patch] WITHOUT_NLS support for www/neon and www/sitec o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o ports/110651 clement Use USE_BDB infrastructure to select appropriate db[2- p usb/110681 imp [ukbd] [patch] multiple keys will be repeated o docs/110692 doc wi(4) man page doesn't say WPA is not supported o ports/110697 New port: ports-mgmt/pkg_deps p bin/110705 geom gmirror(8) control utility does not exit with correct f kern/110720 kmacy [net] [patch] [request] support for interface descript o ports/110728 python mail/py-spambayes should load config file from a stand o ports/110740 tmclaugh [NEW PORT] multimedia/banshee: Music Managment for Gno o ports/110754 mlaier sysutils/pfstat: incorrect formatted pfstatd man page o kern/110797 [puc] [patch] Avlab Technology Inc. PCI IO 4S-850 seri s ports/110826 dinoex port graphics/tiff: tiff2pdf tints images with wrong c s conf/110838 pf [pf] tagged parameter on nat not working on FreeBSD 5. p amd64/110883 remko tested AMD 64 motherboard o bin/110887 [patch] truss(1) missing linux_access syscall descript o gnu/110971 gdb(1) crashes s usb/110991 usb [usbdevs] [patch] QUIRK: Super Top IDE DEVICE (depends p usb/110992 imp [uftdi] [patch] Add Tactrix Openport support in uftdi o conf/110993 /etc/netstart should start rpcbind o kern/110995 kmacy [loader] [patch] loader wastes space worth symtab size o docs/110999 doc carp(4) should document unsupported interface types s kern/111001 [hang] can't install 6.2-RELEASE-amd64 (SuperMicro PDS o kern/111023 sos [ata] [request] [patch] please expand ata timeouts o bin/111024 [request] [patch] atacontrol(8): support for stand-by o ports/111066 secteam ports-mgmt/portaudit does not skip ports fixed listed f amd64/111096 amd64 motherboard ASRock AM2NF6G-VSTA not supported o ports/111120 tobez [PATCH] lang/perl5.8: Provide @INC modification via op o docs/111147 doc hostapd.conf is not documented o bin/111226 [patch] Incorrect usage of chflags(2) in FreeBSD utili o www/111228 www [request] Usability improvements for bug search query o docs/111263 doc [request] Information on $EDITOR variable in section 3 o docs/111265 doc [request] Clarify how to set common shell variables o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o ports/111326 [patch] japanese/lynx: Fix a BROKEN flag and update to o bin/111343 sh(1) and bash(1) with -e sometimes fail to test error a ports/111356 csjp net/bpfstat: man bpfstat has no descption for the flag f ports/111399 doceng print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE o ports/111403 clsung ruby-pdflib uses deprecated allocate function. o docs/111425 doc Missing chunks of text in historical manpages o bin/111493 [PATCH] routed(8) doesn't use multicasts for RIPv2 via o ports/111501 clsung [NEW PORT] databases/ruby-oci8 o ports/111536 sem ports-mgmt/portupgrade: pkgdb -L sometimes restores wr f ports/111561 openoffice editors/openoffice.org-2 build fails with devel/epm in p usb/111710 imp [patch] [usb] add support for Option GlobeTrotter 3G+ o kern/111713 ipfw [dummynet] [request] Too few dummynet queue slots o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o www/111791 www FreeBSD website messes up links o kern/111843 [msdosfs] Long Names of files are incorrectly created o kern/111848 [nfs] removing a file from a diskless nfs mounted root o ports/111909 perky [patch] comms/py-serial: install docs and examples o bin/111978 [patch] [request] make syspath list for mount(8) confi o kern/111990 [pccbb] [patch] system freeze in initialization proces o amd64/111994 jkoshy [hwpmc] [request] hwpmc(3) doesn't know about Intel 51 o conf/112024 [patch] misc fixes to fortunes o conf/112081 jfv [NOTES] [patch] network adapter missing in /sys/conf/N o kern/112160 [pppd] uplink DSL w/pppoe+NAT 'out of buffer space' ki o kern/112179 net [sis] [patch] sis driver for natsemi DP83815D autonego f ports/112202 linimon security/vscan: patch to fix plist problem o bin/112213 [patch] touch(1)ing a directory and failing yields ret o kern/112282 [ata] atacontrol(8): changing DMA modes when disk is r o bin/112288 ftp(1): /usr/src/usr.bin/ftp/config.h is redundant and p ports/112347 obrien [PATCH] editors/vim re-enable WITH_TCL o bin/112370 getfacl(1): incorrect display group name by ``getfacl' o bin/112379 [patch] [request] lockf(1): on closing stdin, stdout, o bin/112408 mp [regression] tcsh(1): tcsh causes gdb to hang (regress o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f o conf/112441 deprecated lines in /etc/hosts.allow o usb/112461 usb [ehci] [request] ehci USB 2.0 doesn't work on nforce4 o usb/112463 usb [umass] problem with Samsung USB DVD writer, libscg an o kern/112477 marius [ofw] [patch] Add support to set the node and type on o docs/112481 doc bug in ppp.linkup example o ports/112497 portmgr Mk/bsd.port.mk: make ldconfig permanent for non-defaul s kern/112544 acpi [acpi] [patch] Add High Precision Event Timer Driver f o kern/112554 silby [kernel] [patch] unp_gc is overly agressive and remove o ports/112555 roam ftp/curl reveals too much info in the User-Agent strin o bin/112556 [patch]: sysctl(8) needs to fix multi-lineal descripti o bin/112557 net [patch] ppp(8) lock file should not use symlink name o kern/112561 ipfw [ipfw] ipfw fwd does not work with some TCP packets o docs/112579 mlaier [request] No ipv6 related pf examples in /usr/share/ex o kern/112591 Non-monitored locks are dummy-implemented o ports/112607 lwhsu New port: devel/openldev A graphical front-end g++/gcc o kern/112612 andre [lo] Traffic via additional lo(4) interface shows up o a bin/112613 vwe ls(1): 'ls -l' is very slow or doesn't work at all o kern/112634 [tty] [patch] tty's driver method t_ioctl() never call p docs/112650 trhodes [patch] add flopen(3) to flock(2)'s xrefs o bin/112673 [patch] pkg_add(1): pkg_add -S leaks the temp dir o bin/112674 calendar(1): There appears to be a bug in /usr/bin/cal o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat a bin/112694 [patch] segfault in pam_lastlog(8) on sshd exit when n o kern/112702 jfv [em] em driver doesn't use MSI on MSI capable device o ports/112745 portmgr bsd.port.mk: Add a package-smart target o ports/112746 laszlof [NEW PORT]: www/coldfusion: coldfusion7 Coldfusion 7.0 o bin/112757 [sysinstall] sysinstall(8): in the FDISK tool we can't o kern/112775 [libmd] [patch] libmd(3) bug for some zero-length file o bin/112794 [patch] [request] pam_exec(8): allow pam_exec to expor o docs/112804 doc groff(1) command should be called to explicitly use "p o ports/112816 sem ports-mgmt/portupgrade -f advised when /var/db/pkg not o ports/112818 sem ports-mgmt/portupgrade -a fails with database error p bin/112827 rwatson [patch] [request] chmod-like -f & -v options to chflag o ports/112896 dougb x11-wm/windowmaker build broken with NDEBUG option p bin/112920 rwatson [PATCH]: wrong realpath(1) behaviour o kern/112937 jfv [em] Panic in em(4) when issuing a SIOCGIFADDR ioctl o kern/112938 [headers] [patch] utmp.h is too limiting for modern sy o usb/112944 usb [ulpt] [patch] Bi-directional access to HP LaserJet 10 p bin/112955 des [patch] login(1): add netgroup support back to pam_log o conf/112997 [patch] Add note about the 'native' mtune option to sh o ports/112999 steve editors/nedit broken by either xorg-7.2 or gcc-4.2 imp o bin/113049 fs [patch] [request] make quot(8) use getopt(3) and show o usb/113060 usb [usbdevs] [patch] Samsung printer not working in bidir o bin/113074 [patch] ppp(8): include for strcasecmp(3) o ports/113096 edwin [patch] x11/xorg - X.org manpages broken f ports/113099 tmclaugh [PATCH] sysutils/libchk may skip $X11BASE now o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ports/113106 x11 x11/xorg - Xorg 7.2 + Mach64 + dri produces error mess o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC a amd64/113111 amd64 [Makefile] [patch] Potentially wrong instructions will o ports/113132 portmgr Allow -jx for port builds s i386/113133 des Add PDCM bit name to CPU Features2 f ports/113137 sem ports-mgmt/portupgrade - pkgdb -F deletes depencencies o kern/113157 [mac] PortACL Rules causing crash o i386/113177 i386 [pci] [patch] Extended PCI Configuration register (>= o kern/113180 pjd [zfs] Setting ZFS nfsshare property does not cause inh o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o ports/113207 sem ports-mgmt/portupgrade fails when /var/db/pkg changes a kern/113218 jkim [sysvipc] [patch] Overflow in shmget's memory size che f bin/113230 des [pam] [patch] const-ify PAM-headers p bin/113250 [patch] fix calendar(1) -A and -B options o kern/113256 [headers] _limits.h for some CPU has wrong definitions o ports/113264 ale databases/mysql51-server compilation doesn't allow for o conf/113265 [patch] Add registered epmd port number to etc/service p kern/113266 harti [libgssapi] [patch] Missing handling of mech_type in g p bin/113275 [patch] regression tests for calendar(1) p bin/113286 [patch] make output of calendar(1) properly sorted p bin/113287 [patch] calendar(1) regression test updates after bin/ o ports/113295 kde net-im/kopete: pleawse add 'make config' to choose kop o kern/113338 [tls] GNU gcc __thread as class member o gnu/113343 [patch] grep(1) outputs NOT-matched lines (with multi- p kern/113388 ipfw [ipfw][patch] Addition actions with rules within speci o usb/113432 usb [ucom] WARNING: attempt to net_add_domain(netgraph) af f ports/113479 perky science/Gramps 2.2.x needs py-bsddb with db43 on FreeB o bin/113518 [patch] make(1): Prevent execution when command is a c o conf/113552 [request] ntpd(8) driftfile default location inconsist o ports/113645 rushani shells/scponly 4.6.1 port requires /dev/null in chroot o bin/113669 ftpchroot(5) / ftpusers(5) doesn't do globbing o bin/113682 [patch] sysinstall(8) warns for invalid geometry which o bin/113702 krion [PATCH]: bad output from "pkginfo -g" o ports/113707 girgen databases/postgresql81-server - PostgreSQL RC start sc o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o kern/113785 firewire [firewire] dropouts when playing DV on firewire o docs/113803 ipfw [patch] ipfw(8) - don't get bitten by the fwd rule o bin/113813 [patch] terminating powerd(8) should restore max CPU f o kern/113837 geom [geom] unable to access 1024 sector size storage o bin/113838 fs [patch] [request] mount(8): add support for relative p o kern/113849 [libdisk][patch] Correction of Sanitize_Bios_Geom for o bin/113850 sshd(8): unable to debug sshd with strace/truss/gdb o kern/113852 [smbfs] smbfs does not properly implement DFS referral o bin/113860 sh(1): shell is still running when using `sh -c' o bin/113881 [patch] sysctl(8): Wrong memory usage o kern/113885 geom [gmirror] [patch] improved gmirror balance algorithm o bin/113912 tunefs(8): silent failure setting glabel on boot parti o conf/113913 [patch] [requst] new file /etc/periodic/daily/490.stat o conf/113915 rc [patch] ndis wireless driver fails to associate when i f ports/113924 dryice new port www/py-twill s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o bin/113979 matteo [patch] sysinstall(8) does not support UFS1 filesystem o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o kern/114057 [devfs] devfs symlink over device doesn't work o bin/114059 [patch] shutdown(8) should fall back to exec reboot/ha o usb/114068 usb [umass] [patch] Problems with connection of the umass o bin/114081 bz [patch] ppp(8) should be able to set ethernet address o kern/114095 pf [carp] carp+pf delay with high state limit o ports/114096 steve Upgrade x11-toolkits/open-motif to OM 2.3 p bin/114097 matteo [patch] [nfs] NFS Abstraction: mountd(8) binding f ports/114106 koitsu mail/postgrey does not properly shut down via rc.d scr o conf/114119 rc [jail] [patch] [request] /etc/rc.d/jail improvements f o ports/114122 timur New port: russian/stardict2-dict-eng_RU, Russian dicti o bin/114129 mux [patch] csup(1) doesn't support authentication o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR p usb/114154 imp [PATCH] umass quirk: Samsung YP-U2 USB MP3/Ogg Player o kern/114165 acpi [acpi] Dell C810 - ACPI problem o docs/114184 doc [patch] [ndis]: add info to man 4 ndis p bin/114195 gshapiro [patch] [request] make default mail directory for mail o kern/114213 [ata] optical drive not detected in the 6.x series of o ports/114229 nork [patch] [www/linuxpluginwrapper] libmap.conf-FreeBSD6 o ports/114231 edwin [patch] multimedia/audacious-plugins - audacious/plugi o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o kern/114291 kmacy [RFE][modules] [patch] add dynamic module references o kern/114325 bz [jail] SIOCGIFADDR ioctl behaves incorrectly inside ja o sparc/114349 kuriyama When executing snmpd it immediately stops with a segme o ports/114365 edwin New port: net-mgmt/nagiosgrapher o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti s bin/114392 [request] add default ssl definitions for openssl(1) o kern/114406 [drm] ATI Radeon Mobility X600 not supported by agp de o kern/114438 [amr] Anomalous performance with multiple arrays and a o bin/114465 [patch] [request] script(1): add really cool -d, -p & o bin/114468 fs [patch] [request] add -d option to umount(8) to detach p usb/114481 imp Add additional product id and quirks entry for MetaGee o kern/114492 [kernel] [patch] device_attach() doesn't unset devclas a ports/114509 girgen [UPDATE]: java/eclipse-cdt to 4.0 o kern/114532 geom [geom] GEOM_MIRROR shows up in kldstat even if compile o kern/114546 [drm][panic]Sleeping thread owns a non-sleepable lock o kern/114567 pf [pf] LOR pf_ioctl.c + if.c o kern/114578 standards [libc] wide character printing using swprintf(dst, n, o ports/114585 sem ports-mgmt/portupgrade children have numerous bogus op o kern/114597 scsi [sym] System hangs at SCSI bus reset with dual HBAs o kern/114605 [ata] [patch] [request] new loader tunable for 80-pin o ports/114611 edwin [NEW PORT] net-p2p/freenet05: An anonymous censorship- o stand/114633 linimon /etc/rc.subr: line 511: omits a quotation mark: "force p kern/114655 bushman Implement getgroupmembership in net/nss_ldap o kern/114667 [umass] UMASS device error log problem o kern/114677 [drm] Xorg will not run with dri glx and drm on ATI Ra o ports/114719 nork japanese/kterm (Kanji XTerm) problem in 'window' comma s ports/114782 obrien shells/bash - Incorrect cursor behavior during command o ports/114813 lioux [new port] finance/qtstalker-devel f ports/114827 x11 Xorg server crashes when starting astro/google-earth o kern/114847 fs [ntfs] [patch] [request] dirmask support for NTFS ala p usb/114860 imp if_udav / ShanTou ST268 USB NIC o ports/114900 sobomax ports: net/asterisk : cannot be finished by a script o kern/114915 net [patch] [pcn] pcn (sys/pci/if_pcn.c) ethernet driver f o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114928 green_saver does not switch DVI monitor power off o ports/114929 clement [request] Man pages for sSMTP (mail/ssmtp) config file o kern/114955 fs [cd9660] [patch] [request] support for mask,dirmask,ui o kern/114970 Wrong system time (last) when machine is crashed due t o kern/115019 [netgraph] ng_ether upper hook packet flow stops on ad o ports/115020 x11 New port: graphics/osmesa - Mesa's off-screen renderin o misc/115025 [tools] [patch] new flash device for nanobsd's FlashDe o ports/115059 sobomax PATCH: update for misc/zaptel to fix meetme drift prob o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o usb/115080 usb [usbdevs] [patch] allow using a Hercules HWGUSB2-54-V2 f ports/115096 edwin [NEW PORT] emulators/fuse-utils: Utilities from the Fr o kern/115133 scottl [mpt] [mfi] [patch] Patches to make mfi support LSI SA f ports/115136 timur net/samba3 - doesn't work with recycle vfs module and o kern/115162 des [libpam] [patch] [request] Add check for target user's o kern/115164 des [libpam] [patch] [request] Add support for the account o bin/115172 ipfw [patch] ipfw(8) list show some rules with a wrong form o kern/115196 bushman [libc] [patch] [request] Implement getgroupmembership( o bin/115197 [sysinstall] can not install from USB stick drive s kern/115202 [request] memory error diagnostic o threa/115211 threads pthread_atfork misbehaves in initial thread o kern/115226 [ath] ath0: unable to attach hardware; HAL status 13 o kern/115232 [ata] Audio CD tracks not displayed properly by atapi o bin/115242 ntpd(8): Incorrectly working ntpd on 7.0 [regression] o kern/115253 [keyboard] Wireless keyboard not working at boot o kern/115275 [wi] [panic] wi configure at boot time led to panic "i o ports/115279 java [UPDATE] java/java3d to 1.5.1 o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr f ports/115304 multimedia/gpac-mp4box cannot import files larger than f ports/115336 port multimedia/avifile on FreeBSD 7.0 not BROKEN with o bin/115361 pjd [zfs] mount(8) gets into a state where it won't set/un o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o bin/115431 [patch] [request] improvement to split(1): add -B swit o bin/115447 [patch] [request] teach make(1) to respect TMPDIR envi o bin/115486 [patch] [request] newsyslog(8) -- provide ability to c o bin/115513 [patch] [request] Add step down/up options to powerd(8 o ports/115523 perky lang/Python 2.5.1 doesn't offer HCI socket support thr s ports/115536 x11 [new port] x11/xorg-base port for a minimal X.Org inst f kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro o ports/115569 mnag databases/sqlite3 installs tclwrapper in lib/sqlite, r o ports/115580 pb multimedia/Kino cannot read or write quicktime mov fil o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect a kern/115623 [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Ad f ports/115627 tmclaugh www/Lynx (-ssl) does not correctly test for OpenSSL o ports/115661 nivit [UPDATE] graphics/linux-sdl_image to 1.2.6 f ports/115667 garga update mail/qmail fix a few issues with files/rcNG o kern/115695 [crypto] When "device padlock" defined first ssh to ma s docs/115716 jhb remove cue from supported hardware list f usb/115737 linimon [uplcom] uplcom doesn't identify my Prolific 2303 any o ports/115739 sobomax fix to misc/zaptel rc.d script to specify modules to l o ports/115742 sobomax [repocopy] rename net/openpbx.org to net/callwear. Upd o ports/115746 portmgr new ports category - meta f conf/115751 linimon [PATCH] etc/rc.d/mdconfig (RELENG_6) p kern/115755 ipfw [ipfw][patch] unify message and add a rule number wher o ports/115758 kuriyama net/freeradius: error install FreeRadius, conflicts de o java/115773 java [request] java.nio channel selectors should use kqueue a docs/115774 murray [patch] Mailing list users aren't warned about public o ports/115800 ale [patch] databases/php5-pdo_sqlite - knob to use shared o ports/115893 acm ffmpeg-2007.07.12_3 graphics/php5-ffmpeg 0.5.0_2 --> l o docs/115921 doc Booting from pst(4) is not supported s conf/115923 [request] rc.subr - logger should be using priorities o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/115956 dougb request port update dns/bind9-dlz o kern/116005 des [libfetch] libfetch accepts invalid URLs o kern/116009 ipfw [ipfw] [patch] Ignore errors when loading ruleset from o docs/116039 blackend [patch] remove nodev references from French documentat o ports/116061 sobomax start script for net/asterisk now references wrong loc o ports/116066 girgen [patch] Update databases/postgresql-odbc to newest ver o conf/116071 [patch] loader.conf update some variables o stand/116081 standards make does not work with the directive sinclude o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o ports/116083 ahze [PATCH] graphics/py-opengl: update to 2.0.1.09 o i386/116100 i386 [panic] Fatal trap 12 right after reboot (da0s1error = o docs/116116 doc mktemp (3) re/move note o ports/116144 brooks sysutils/ganglia-monitor-core crashes frequently o ports/116168 danfe audio/libgpod: broken python bindings o threa/116181 threads /dev/io-related io access permissions are not propagat o bin/116198 ifconfig(8): ifconfig illegal option -- n dhclient fa f kern/116201 [iwi] [lor] Lock Order Reversal on boot with iwi o bin/116209 [patch] [request] decimal suffix in split(1) o ports/116219 edwin [patch] Add @rmtry to bsd.port.mk o stand/116221 standards [kernel] [patch] [request] SUS issue -- FreeBSD has no o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox o conf/116237 [patch] ugly output of the 405.status-ata-raid if fdes o ports/116248 sergei [PATCH] ports-mgmt/porttools: add -R to cvs update/dif o www/116257 shaun query-pr.cgi is broken on ports/114999 o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o bin/116302 atacontrol(8) reports wrong stripe for intel raid0 o i386/116347 i386 [apm] [patch] APM does not suspend USB devices o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi o conf/116416 mtm [patch] [request] per-jail rc.conf(5) style configurat o bin/116425 [patch] [request] ls(1) options for pre-sort of direct o kern/116435 [drm] drm/i915 reports memory leak s ports/116441 pav net/boinc-client patch for daemon mode o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke o misc/116453 [picobsd] picobsd build script fails for not exist log f amd64/116457 amd64 [install] can't install freebsd on dv9420us o www/116479 www cvsweb+enscript formatting bugfix o docs/116480 doc sysctl(3) description of kern.file no longer applies s f amd64/116514 amd64 freebsd6.2 can't detect GA-M61SME-S2's onboard lan car f ports/116567 [PATCH] net/vnc: patch x0vncserver to not give the sel o ports/116571 skv databases/firebird2-client fails to compile in a jail o www/116594 shaun query-pr.cgi on ports/116460 f ports/116601 portmgr [patch] bsd.port.mk - fail if dependency failed f ports/116603 x11 x11/xorg server 7.3 hangs up o bin/116606 sam [patch] Enable history support in wpa_cli(8) o ports/116627 clement [patch] www/apache22: completely shut up rc.d script w o bin/116643 net [patch] [request] fstat(1): add INET/INET6 socket deta o java/116667 java linux-sun-javac1.4 hangs on SMP o threa/116668 threads can no longer use jdk15 with libthr on -stable SMP f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for f ports/116683 itetcu [NEW PORT] audio/kirocker: KDE Kicker applet for Amaro s amd64/116689 amd64 [request] support for MSI K9MM-V o kern/116697 kmacy [patch] ifconfig's name argument has no efect on /dev/ o ports/116741 openoffice editors/openoffice.org-2 build errors related to java p bin/116766 keramida mtree(8) should probably use getcwd() o kern/116770 [kqueue] Unfortunate fifo/O_NONBLOCK/kevent interactio o ports/116809 des net-mgmt/nav uptate to version 3.3.0 o stand/116826 standards [PATCH] sh support for POSIX character classes o ports/116829 edwin New port: net/isc-dhcp31-(client|devel|relay|server) o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 p kern/116896 pjd [patch] Typo in a kassert in GEOM s usb/116898 vwe [panic] sleeping thread while using USB hard drive to o conf/116931 lack of fsck_cd9660 prevents mounting iso images with o misc/116946 holographic shell breaks live CD shell o ports/116956 hrs print/acroread7 - Adobe Reader 8 o bin/116980 [patch] [msdosfs] mount_msdosfs(8) resets some flags f p ports/116984 dinoex [patch] www/apache13-modssl missing perl5.8 as RUN_DEP o kern/117000 glebius [carp] CARP using address-less host NIC (carpdev) o docs/117013 doc mount_smbfs(8) doesn't document -U (username) argument o kern/117026 imp [pcmcia]: Panic while removing PCMCIA wireless card a conf/117027 yar rc.subr doesnt deal with perl daemons o kern/117028 [atapicam] [panic] brelse: free buffer onto another qu o usb/117075 usb [scsi_da] [patch] quirk: USB Samsung YP-U3 MP3 f ports/117078 araujo [PATCH]: www/* COMMENT, BROKEN, RESTRICTED, NO_PACKAGE o ports/117080 linimon [PATCH]: Mk/bsd.perl.mk o bin/117093 kensmith [patch] [request] Teach sysinstall(8) to load config f o kern/117158 pjd [zfs] zpool scrub causes panic if geli vdevs detach on o ports/117178 portmgr bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 afte o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/117185 usb [umodem] [patch] Add support for UNION interface descr f amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s kern/117190 [ata] [patch] Support ATA ICH7 controller (SATA150 mod o bin/117191 [patch] OptionalObsoleteFiles.inc - Add files to remov o usb/117205 usb [uscanner] [patch] uscanner support for HP ScanJet 447 o kern/117215 [ata] Kernel errors accessing audio CDs w/ Samsung SAT o kern/117257 [syscons] [patch] British English Dvorak keymap for sy o ports/117267 xride x11/wdm crashes after upgrade to Xorg 7.3 o bin/117277 des [PATCH] fetch(1): fetch's resume mode doesn't verify t f ports/117299 edwin [NEW PORTS] www/webobjects(+) Apple WebObjects ports b f docs/117308 doc Clarification of /etc/defaults/devfs.rules status f ports/117312 thierry New port: x11-fonts/ttf-bengali-fonts - Free TrueType o bin/117315 [smbfs] mount_smbfs(8) and related options can't mount o conf/117323 [termcap] [patch] Missing termcap entry for rxvt-unico o bin/117339 net [patch] route(8): loading routing management commands o kern/117348 [libedit] Loading history file sometimes fails in libe o www/117368 bugmeister japanese page for send-pr web interface doesn't work o kern/117374 vidcontrol(1) videomode: Operation not supported by de o bin/117375 powerd(8) doesn't work if freq_levels contains same fr s ports/117415 portmgr Retire old versions prior to FreeBSD 5.5 o kern/117420 jeff [sched_ule] round off in sched_balance_pair() o ports/117431 itetcu Update port: graphics/ipe Version 6.0pre28 of Ipe that o ports/117440 kde misc/kdeedu3 - Request to package README.ephemerides f o kern/117443 [ata] [hang] system hang with ataidle o bin/117452 [patch] tftp(1): the fix for PR 103206 was incorrect o kern/117474 [hang] HP Proliant 5500 hangs on reboot with 6.2 o gnu/117481 sort(1) incorrect numeric sort in very specific cases o bin/117492 reset(1) doesn't restore erase token p kern/117512 des [libpam] [patch] document .opieaccess for pam_opieacce o bin/117520 mux [patch] csup(1) not-really-equivalent to cvsup o ports/117521 [new port] net/asterisk-res-bonjour Bonjour (Zeroconf) o ports/117545 tmclaugh [New Port] devel/monodevelop o usb/117546 usb [usbdevs] [patch] Add MaxStream ZigBee product ID to u o ports/117551 tmclaugh [New Port] lang/boo, the boo programming language. o kern/117578 kmacy [lo] [patch] lo(4) can be simplified even further o ports/117580 anray maintainer update] textproc/dictem: Upgrade to use sys o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA f bin/117603 iedowse [patch] dump(8) hangs on SMP - 4way and higher. o kern/117605 acpi [acpi] [request] add debug.cpufreq.highest o kern/117607 [amd64] dev.cpu.0.freq not showing up any longer on am o ports/117626 steve x11-toolkits/open-motif: multiple crashes on 7.0 o ports/117646 jmz [PATCH] comms/mgetty+sendfax: [SUMMARIZE CHANGES] o kern/117655 sam [ral] ral%d: device timeout when running as an access o bin/117687 [patch] fstab(5) format cannot handle spaces o kern/117709 simon [libcrypto] [patch] Base openssl does not define OPENS f kern/117711 matteo [rpc] rpcbind binds to all interfaces on random ports o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o bin/117733 [patch] [request] allow to tee(1) to sockets, descript o docs/117747 doc 'break' system call needs a man page o bin/117748 sh(1): Backslash quote fails in pattern for substring f bin/117751 [patch] [request] Make pw(8) support "-d" argument o gnu/117756 dialog_checklist() does not honour DisplayX/DisplayY o ports/117758 sem ports-mgmt/portupgrade gets a fatal error if upgrading o bin/117773 w(1): 'w -n' still displays names for IPv6 connections o docs/117798 doc formatting oddity in sysmouse(4) o ports/117802 dougb dns/Bind94 upgrade breaks includes o ports/117810 multimedia/vlc-devel port could be compiled with lua m o ports/117824 CONFIGURE_LINE truncated to 2048 chars in [at least] m p kern/117836 des [patch] [request] Extend ktrace/kdump output o kern/117867 kmacy [heimdal] kinit generates bad tickets on multihomed IP o usb/117893 usb [umass] Lacie USB DVD writing failing f ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o ports/117921 vanilla New port: multimedia/feng Feng is a multimedia streami o bin/117922 ftpd(8): remote ftp user possible leave chrooted envir f ports/117923 maho USE_FORTRAN=yes: shared libraries for blas, lapack, an o kern/117926 jfv [em] Intel S5000-based mobo, em driver does not attach o ports/117931 skv [PATCH] devel/bugzilla2: Update port name after repoco s bin/117934 [request] add support for SHA-256 and SHA-512 password o conf/117935 rc [patch] ppp fails to start at boot because of missing o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS p bin/117944 keramida [PATCH] [request] add a du(1) -l option to count hardl f ports/117945 lippe New port: sysutils/metamorphose-1.1 Metamorphose flexi o ports/117947 kde deskutils/kdepim3 - Kmail Disconnected IMAP + Korganiz o kern/117954 iedowse [ufs] dirhash on very large directories blocks the mac o ports/117960 kde Patches to enable webcam support in net-im/kopete p bin/117966 fdread(1) aborts with EPERM a kern/117987 rwatson read(2) on directories might leak filenames of deleted o ports/117993 cokane [patch] [request] misc/cpuid add AMD Miscellanous Feat o ports/118003 clement www/apache22: with PgSQL option require only libpq.so. o bin/118014 remko [patch] arp(8): Minor style(9) change to src/usr.sbin/ o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o kern/118021 [keyboard] 7.0 Beta 2 sysinstall keyboard emits contro o stand/118047 standards SUGGESTION: /etc/printcap vs mergemaster o ports/118051 demon www/squidclients is broken a bin/118071 darrenr ipnat(8): ipnat -s expired counter does not update [re o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o ports/118103 lippe New port: databases/couchdb A document database server o conf/118111 [patch] [request] Add MAC address based interface rena o conf/118113 [md] mdconfig init script requires image to be on root o bin/118114 [patch] update manctl(8) o kern/118126 kmacy [nfs] Poor NFS server write performance o bin/118132 [PATCH] pax(1): broken -s handling of \1, \2 ... o kern/118135 [ata] [patch] Detect ATA controllers in MacBook3,1 f ports/118159 ijliao [PATCH] security/cryptopp: update to 5.5.2 f kern/118161 thomas [atapicam] failure message from ATAPI CDROM in the boo o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118196 krion x11/xterm v229 mishandles combining characters o bin/118205 [patch] [request] new options -r to pkill(1) a pid aft o bin/118207 burncd(8) gives I/O error writing CD on Pioneer DVDR-1 o docs/118214 doc close(2) error returns incomplete f ports/118217 x11 xorg doesnt find usb mouse when initiated with devd, w o ports/118218 krion x11/xterm should be configured with --enable-setuid fo o ports/118230 acm games/linux-quake4 fails to start o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o kern/118247 rwatson [mac] netstat/sockstat reporting incorrect information o bin/118248 newsyslog(8) does not obey -s (nosignal) flag o bin/118249 fs mv(1): moving a directory changes its mtime p bin/118260 bin: more informative error message for install(1) o ports/118269 acm games/slune: update and fix o kern/118287 [kernel] [patch] tty write is not always atomic for sm o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas p bin/118292 [sysvipc] [patch] Add support to remove all msg/shm/se o bin/118294 weongyo [patch] ndiscvt(8) can't parse WORD which includes '(' o bin/118295 weongyo [patch] ndiscvt(8) makes a syntax error when it proces o bin/118296 weongyo [patch] ndiscvt(8) can't parse a STRING WORD pattern w o bin/118297 weongyo [patch] ndiscvt(8): sort a output format. o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o kern/118317 [zlib] [patch] Incorrect gzeof() return value in zlib a bin/118325 dougb [patch] [request] new periodic script to test statuses f ports/118327 se [PATCH] Uprade net/SIPp port to new snapshot (bug fixe o docs/118332 doc man page for top does not describe STATE column wait e o i386/118350 i386 [boot] [hang] BTX loader hangs on PC Engines WRAP o kern/118355 pf [pf] [patch] pfctl help message options order false -t o ports/118368 New port: net/asterisk-agx AGX Extra Addons (including p kern/118369 thompsa [ndis] [patch] ndis - a incorrect definition of struct p usb/118374 attilio [usbdevs] [patch] support Option GlobeTrotter Max 3.6 o conf/118385 rc [patch] [rc] /etc/rc.d/motd doesn't work on custom sys a ports/118406 danfe x11/nvidia-driver-*xx: nvidia driver port name conflic o gnu/118415 nm -D fails if a file has no symbols o ports/118419 danfe x11/nvidia-driver: link_elf: symbol _sleep undefined o bin/118449 [sysinstall] Installer failing dns lookups o kern/118473 kib [linux] ELF Notes vs. brandelf p usb/118479 kan [ubsa] [patch] ubsa driver does not recognize AnyDATA o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround a kern/118486 rwatson [bpf] [patch] change BPF filters without discarding bu f bin/118488 [patch] pw(8) usershow doesn't print password hashes w o kern/118493 weongyo [ndis] [patch] a trivial fix when ndis sets `ndis_reso o bin/118501 Sending SIGINT to cvs(1) gives segmentation fault p kern/118510 alc [vm] [patch] munmap(2) doesn't remove all mappings o ports/118511 cy sysutils/screen - makes bash(1) need a delay between h o ports/118527 openoffice editors/openoffice.org-2 seg faults when asked to perf o kern/118534 [ipw] bitrate and power wifi can't change/set ipw Inte o kern/118540 kaiw [elf] [patch] update sys/sys/elf_common.h with new ema o threa/118544 delphij [libc] [patch] the "clnt_create" function in "libc/rpc o docs/118545 doc loader tunables kern.dfldsiz and friends nearly undocu o ports/118547 x11 [patch] x11/xdm fails with pam_krb5 s kern/118571 [boot] [request] fix BTX issues when booting FreeBSD 7 o bin/118644 [patch] style(9)ify src/usr.bin/calendar o ports/118645 x11 Xorg need realtime priority for mouse work nice o ports/118677 timur [net/samba3] Unix password synchronization with PAM do o usb/118686 usb [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei o docs/118693 jfv Update for "em" man page for RELENG_7 o ports/118697 portmgr bsd.port.mk - error-inducing absolute path in X11R6 sy o kern/118713 [minidump] [patch] Display media size required for a k o kern/118727 net [netgraph] [patch] [request] add new ng_pf module o kern/118739 [cpufreq] [patch] Allow the cpufreq/p4tcc driver to de p usb/118741 remko [umass] [patch] Support for Nikon D300 digital camera o bin/118759 cvs(1): cvs -R doesn't handle non-existent tags o ports/118769 chinsan New port: games/stepmania-devel - Stepmania dance and p conf/118770 mtm [patch] rc.d scripts: print information instead of sil o kern/118779 [ata] cdcontrol + "eject key" can eject mounted medium p bin/118782 remko [patch] shar(1) sometimes creates broken archives o kern/118819 [vmware] FreeBSD 6.2 in VMware is unstable and there i o bin/118874 [patch] tftpd(8): add TFTP Option Extension (rfc 2347) a kern/118879 net [bge] [patch] bge has checksum problems on the 5703 ch p usb/118915 imp usbhidctl(1) appears to not report features and write o ports/118958 ade Mk/bsd.autotools.mk: find configure if CONFIGURE_WRKSR o kern/118962 [agp] Intel GMA 3000 Video Controller Not Recognized U p kern/118975 jhb [bge] [patch] Broadcom 5906 not handled by FreeBSD p conf/118976 [patch] Turkish locale support for tr_TR.ISO8859-9 o bin/118987 net ifconfig(8): ifconfig -l (address_family) does not wor f ports/119048 portmgr bsd.port.mk - per-port make.port.conf support [fix inc o ports/119052 maho bsd.gcc.mk - USE_FORTRAN=yes should imply RUN_DEPENDS o java/119063 java An unexpected error has been detected by Java Runtime o bin/119068 dd(1) yields a bogus error when input file is to small f ports/119073 portmgr bsd.port.mk - A lot of ports are extracted with 0777 p o conf/119076 rc [patch] [rc] /etc/rc.d/netif tries to remove alias add o bin/119077 re sysinstall - reading packages from index is extremely o ports/119095 brooks [PATCH] sysutils/ganglia-monitor-core: allow to run mu o usb/119150 usb [usbdevs] [patch] new usbdevs for CDMA 1xEVDO devices o ports/119155 danfe emulators/wine: multiple hidden depends/missing option o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() f www/119177 gavin Motherboard that works o ports/119183 [NEW PORT] net/freeradius-client: FreeRADIUS Client li f ports/119189 obrien editors/vim: gvim shows Gtk-warning s bin/119196 des fetch(1): [request] parallel download from multiple se o kern/119202 [kernel] [patch] Add generic support for disabling dev o kern/119205 [dc] [patch] Collect various stats regarding dc(4) int o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o sparc/119240 sparc64 top has WCPU over 100% on UP system o ports/119275 olgeni [patch] www/yaws - enable compilation on non-i386 o kern/119293 [gbde] gbde swap encryption forces gmirror to rebuild o ports/119302 markus graphics/gwenview hangs up under 7.0 o ports/119304 maho math/atlas fails to build o kern/119307 emaste [queue] [patch] TRASHIT macro blasts list header if RE f ports/119318 alepulver games/rtcw: does not work on FreeBSD 7.0-Prerelease o docs/119329 doc [patch] Fix misleading man 1 split o docs/119338 doc gprof(1) refers to unmentioned option "-c" o ports/119352 nork graphics/ilmbase configure tests for shared semaphores o bin/119354 mux csup(1) in free(): error: chunk is already free o ports/119357 maho lang/gcc42 WITH_JAVA_AWT=yes fails to install o kern/119358 [kernel] [patch] SYSINIT_VERBOSE can be more verbose o docs/119386 blackend bsdlabel and newfs on DVD-RAM (handbook ch. 18.7.9) o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress s docs/119404 doc [request] events page should list only last 2 years wo o kern/119432 net [arp] route add -host -iface causes arp e o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/119453 scrappy [patch] Fix two small flaws in sysutils/bsdstats port o conf/119464 [patch] [request] Add 'sorted' option to etc/periodic/ o bin/119483 [patch] vidcontrol(1) misses latest VESA mode (off-by- o kern/119507 [dri] mach64.o kernel module version is 1.0.0, but ver f kern/119516 net [ip6] [panic] _mtx_lock_sleep: recursed on non-recursi p docs/119519 trhodes [PATCH] ports(7): Move `config-recursive' where it bel a docs/119536 doc a few typos in French handbook (basics) p bin/119542 thompsa netstat(1) does not print correcty L2 routes on bridge o ports/119556 [PATCH] textproc/xerces-c2: Update to 2.8.0 o kern/119564 [ktrace] kdump segfault on linux binaries o kern/119572 [sbp] PowerBook not accessable when in target mode o i386/119574 i386 [i386] 7.0-RC1 times out in calibrate_clocks() [regres o kern/119575 simokawa [firewire] [patch] sbp_targ cannot handle multiple CTI o bin/119589 [patch] powerd(8): default parameter of powerd is unsu o kern/119606 [sio] [patch] PCMCIA card not attached to driver o bin/119610 [patch] config(8): config -x appends unwanted trailing p bin/119614 keramida [feature request] [patch] add regression tests for tr( o kern/119617 net [nfs] nfs error on wpa network when reseting/shutdown o kern/119618 [fdc] Double Density Disks do not work correctly o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o kern/119635 jfv [em] Bad UDP packet checksum with em(4) and rxcsum/txc o ports/119640 [NEW PORT] devel/sml_tk: Typed and abstract Standard M s bin/119645 [request] mount_ntfs(8) -- files permissions mask is i o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws p docs/119658 keramida [patch] Add syntax note to loader.conf.5 o kern/119668 scsi [cam] [patch] certain errors are too verbose comparing o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o bin/119695 pw(8) does not interact with nscd(8) p bin/119705 keramida [PATCH] make iostat(8) a bit smarter about the number o ports/119710 sumikawa [patch] net/netcat - nc command runs BSD nc instead of o ports/119739 mm lang/expect-devel : glob pattern matching doesn't work o kern/119743 geom [geom] geom label for cds is keeped after dismount and f ports/119745 www/linux-flashplugin7 - flashplayer does not work wit o docs/119746 doc l10n chapter of handbook (Russian Language) o ports/119774 glewis make pretty-print-build-depends-list broken on java/di f bin/119776 vwe can't start sshd(8) o kern/119791 net [nfs] UDP NFS mount of aliased IP addresses from a Sol o bin/119801 dhclient(8): dhclient changes alias to address o stand/119804 standards [timedef] [patch] Invalid (long)date format in pl_PL.I o ports/119845 maho math/atlas fails during build on i386 o kern/119850 anholt [radeon] radeon module doesnt work right, when loaded o ports/119866 vd graphics/hugin (0.7_beta4) crashes on startup o conf/119874 rc [patch] "/etc/rc.d/pf reload" fails if there are macro o kern/119891 slow halt, reboot when remote network shares which doe o kern/119895 [est] Core2Duo CPUs not recognized by EST o docs/119907 doc Ports compatibility o ports/119923 demon [patch] sysutils/ascpu does not work FreeBSD 8.0-CURRE o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 f amd64/119949 amd64 [install] 6.3-RELEASE install; cannot find packages/IN a ports/119966 roam mail/vpopmail patch o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o ports/119974 kuriyama net-mgmt/net-snmp problem on SPARC-64 o usb/119981 usb [usbdevs] [patch] add support for LOGITEC LAN-GTJ/U2 g s ports/119991 pav New Port: mail/archiveopteryx - Archiveopteryx 2.05 a kern/119994 delphij [tmpfs] procmail install fail while /tmp is a tmpfs o ports/119997 dougb [PATCH] dns/bind94: added GeoIP patches o kern/120009 [ata] Burning on FreeBSD is destroying SONY CD-Rs o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/120040 doc handbook: diskless operation: populate root doesn't po f kern/120043 [re] Realtek RTL8111B-GR cannot be detected on Intel D o kern/120044 geom [msdosfs] [geom] incorrect MSDOSFS label fries adminis o bin/120055 [linux] kdump(1) segfaults on freebsd6_mmap syscall o kern/120057 pf [pf] [patch] Allow proper settings of ALTQ_HFSC. The c o bin/120064 routed(8) marks 802.11 interfaces broken o kern/120073 [patch] [request] new driver: add support for Meinberg o kern/120075 [libcrypt] Incompatible EOS of key in crypt(3) o ports/120080 dougb patches for transparent menu in x11-wm/windowmaker o kern/120090 [geli] geli boot password input fails when using usb k f kern/120091 pjd [geom] [geli] [gjournal] geli does not prompt for pass o kern/120092 [panic] ipnat(8): ipnat -s panics FreeBSD 7.0-PRERELEA o bin/120095 gdb(1) fails to catch signals when threading is involv f ports/120096 obrien [Patch] vietnamese/vnterm: use termios, not sgtty f ports/120099 obrien [Patch] vietnamese/vnelvis: don't use sgtty, but termi o conf/120113 [patch] Croatian locale support for hr_HR.ISO8859-2 o bin/120114 [patch] reboot(8) - add features available in Solaris. o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o kern/120127 [loader] Loading of gzip'd mfsroot from pxeboot(8) cau o kern/120128 attilio [libc] [patch] __getcwd erroneously returning ENOENT o kern/120138 jeff [sched_ule] [patch] steal_thresh may be set a wrong va o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/120181 weird tty permissions with x11/rxvt o ports/120184 lippe New port: emulators/cpmtools27: Tools to access CP/M d o conf/120194 rc [patch] UFS volumes on ZVOLs cannot be fsck'd at boot f ports/120212 novel some small features for x11-wm/genmenu o conf/120228 rc [zfs] [patch] Split ZFS volume startup / ease ZFS swap o kern/120232 net [nfe] [patch] Bring in nfe(4) to RELENG_6 o docs/120248 doc [patch] getaddrinfo() implementation on FreeBSD 7 is i p bin/120249 yar [patch] znew(1) is broken o bin/120256 [patch] ftp(1): ftp -u URL/ returns a -1 o kern/120262 anholt [drm] "0MB"; no dri with i915G [regression] o conf/120263 [patch] 800.loginfail misses relevant security informa o kern/120270 simon [openssl] [patch] AES-192 and AES-256 support for HW-a o bin/120288 pjd zfs(8): "zfs share -a" does not send SIGHUP to mountd a ports/120323 shaun Update port: devel/qca a ports/120324 shaun Update port: net-im/psi o bin/120336 [patch] Enable temperature ceiling in powerd(8) o docs/120357 doc [patch] zone.9 - document also the _arg versions of th f ports/120359 dinoex print/cups port pkg_info improvement -- FreeBSD lp* no o conf/120406 rc [devd] [patch] Handle newly attached pcm devices (eg. o conf/120431 rc [patch] devfs.rules are not initialized under certain f ports/120480 [patch] devel/quilt: RPM dependency should be optional o kern/120482 [ntfs] [patch] Sync style changes between NetBSD and F o kern/120487 scsi [sg] scsi_sg incompatible with scanners o kern/120493 benjsc [wpi] if_wpi.ko fails to load on a Toshiba Satellite P o kern/120515 acpi [acpi] [patch] acpi_alloc_wakeup_handler: can't alloc o ports/120532 portmgr [PATCH] bsd.port.mk - add more recursive-foo targets o docs/120539 doc Inconsistent ipfw's man page o bin/120552 cperciva freebsd-update(8): freebsd-update - -r should check ex o bin/120562 marcel ELFdump crash when analyzing crafted ELF file. o kern/120566 net [request]: ifconfig(8) make order of arguments more fr o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a a misc/120608 linimon gmirror(8) command set on livecd is minimal [regressio o ports/120610 sem [request] ports-mgmt/portupgrade - indication in proce o gnu/120621 shaun [GNATS] web interface query-pr-summary.cgi matches no o docs/120628 doc PAE documentation errror in handbook o ports/120635 lofi security/libksba update to 1.0.3 o ports/120654 skv [UPDATE] devel/p5-Data-Serializer o ports/120689 clement ports/mail/ssmtp/pkg-descr broken link o ports/120698 lth [UPDATE] games/p5-Games-Bingo-Print o i386/120714 i386 [viapm] [patch] viapm driver doesn't work on VIA VT823 o kern/120717 [ata] boot problem when recognizing ata1 o bin/120724 kientzle tar(1) not restore (or not save) ACL o kern/120749 arch [request] Suggest upping the default kern.ps_arg_cache o kern/120753 jail [jail] Zombie jails (jailed child process exits while o ports/120755 des [PATCH] sysutils/munin-main: Use fixed UID/GID o ports/120756 des [PATCH] sysutils/munin-node: Use fixed GID f ports/120758 gpalmer finance/kmymoney2: update to 0.8.8 and enable OFX o ports/120763 secteam remove expired port security/ca-roots o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o bin/120784 [patch] mount(8): allow mount from fstab with 3rd part o bin/120813 [patch] grdc(6) off by 500 ms (on average) o ports/120849 alfred [UPDATE] security/p5-Business-PayPal-EWP o ports/120853 alfred [UPDATE] devel/st o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o bin/120870 [patch] truss(1) shows 'pipe' system call as having 6 o kern/120872 [libkvm] [patch] fstat exit on signal 11 o kern/120884 [bktr] [patch] bktr driver always stores the contigmal o bin/120891 dwmalone [patch] enhancement to syslogd(8) - always printing lo s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls f ports/120923 www/squidguard does not work unless its UID/GID are mo o ports/120931 marck [UPDATE] misc/p5-List-Compare o i386/120933 i386 [boot] 6.x and 7.x do not boot from CD on IBM HS20 883 o ports/120935 acm print/foomatic-db: pkg does not create a symlink for c p docs/120945 bms [PATCH] ip6(4) man page lacks documentation for TCLASS o bin/120946 marcel objdump(1): GNU objdump 2.15 [FreeBSD] 2004-05-23 show o stand/120947 standards xsm ignores system.xsm and .xsmstartup p kern/120958 gnn no response to ICMP traffic on interface configured wi o kern/120970 anholt [drm] Radeon Problems related to DRM and/or DRI o ports/120983 philip [patch] devel/p5-SDL update to 2.1.3 o kern/120989 scottl [udf] [patch] UDF (with DVD RAM) isn't mountable/reada o bin/120990 marcel [PATCH] support "BIOS Boot" partition type in gpt(8) o conf/120993 [patch] 340.noid -- Add "find -x" capability (don't cr o bin/120994 [patch] alignment violation in chap module of ppp(8) c o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o ports/121050 New port: sysutils/heartbeat2 Linux High-Availability o kern/121061 sam [ath] [panic] panic while ejecting ath(4)-adapter duri o conf/121064 [patch] Use ASCII characters for box/line characters i o kern/121073 [kernel] [patch] run chroot as an unprivileged user o bin/121074 des [patch] Add RFC2617 digest authentication to fetch(3) a bin/121093 [patch] pkg_add(1) does nothing and returns zero if ca o bin/121101 rc [patch] named(8): named_chroot_autoupdate forgets prot o kern/121102 acpi [acpi_fujitsu] [patch] update acpi_fujitsu for the P80 p kern/121117 ed [kernel] [patch] Add S{LIST,TAILQ}REMOVE_NEXT() f ports/121119 lwhsu port update: devel/kdesvn: 0.14.1 -> 0.14.2 o kern/121122 ipfw [ipfw] [patch] add support to ToS IP PRECEDENCE fields o ports/121126 New port: science/caret Computerized Anatomical Recons o ports/121134 scrappy www/mod_log_sql2-dtc scoreboard problem o ports/121143 markus [PATCH] audio/cdparanoia: rip multisession CDs correct f ports/121149 www/tomcat55 - www/tomcat* choaks on ip6 f ports/121154 port sysutils/915resolution marked i386 only; builds f o bin/121165 pkg_add(1) prints a weird message: PKG_TMPDIR environm o usb/121169 usb [umass] Issues with usb mp3 player o ports/121172 tobez [patch] lang/perl5.8 - Silence warning about UTF7 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a o ports/121175 lioux [patch] x11-themes/kde-icons-dark-glass : update check o bin/121182 [patch] newfs_msdos(8) should supports devices without o usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a o ports/121194 math/arpack - Patch to use ARPACK++ on modern compiler o docs/121197 doc [patch] edits to books/porters-handbook o ports/121218 sobomax net/Asterisk does not build. s conf/121219 Correct nVidia 8400M GS entry in /usr/share/misc/pci_v o ports/121230 x11 [patch] ports/x11/xkeyboard-config WITHOUT_NLS support o kern/121234 vm_fault: fault on nofault o ports/121235 wosch ports/sysutils/socket registers signal handler for SIG o ports/121240 ale [PATCH] Add PECL APC module support to support www/zen o kern/121242 net [ate] [patch] Promiscuous mode of if_ate (arm) doesn't f ports/121254 shells/ch: Bad ownership of installed files. o kern/121257 net [tcp] TSO + natd -> slow outgoing tcp traffic o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/121270 joerg Upgrade devel/avr-gdb to a more recent version o kern/121274 darrenr [panic] Panic in ether_input() with different NIC's. o kern/121276 edwin [kernel] [patch] let link_elf_error show the name of t f misc/121278 gavin The screen starts to vibrate violently once the "Main o bin/121287 dd(1) ignores any conversions if 'bs' was specified o ports/121310 ume sysutils/gkrellm2: gkrellmd does not report inet conne o ports/121311 ume sysutils/gkrellm2: gkrellmd won't connect to mbmon, do o kern/121337 [radeon] [panic] Kernel panic on 7.0-RELEASE using ati o ports/121338 ahze print/gutenprint-foomatic - Unable to create the Fooma o bin/121366 [zfs] [patch] Automatic disk scrubbing from periodic(8 o kern/121382 ipfw [dummynet]: 6.3-RELEASE-p1 page fault in dummynet (cor o kern/121385 daichi [unionfs] unionfs cross mount -> kernel panic f www/121391 jkois Please add us on the ISP pages... f ports/121405 Update graphics/gmt to newer version (4.2.1) o ports/121413 portmgr [PATCH] bsd.port.mk: introduce USE_LZMA for lzma-compr o ports/121416 java java/jdk15 can't build if BIN environment variable is p kern/121421 marcel [uart][patch]: Tune 16550A FIFO interrupt level via de o bin/121424 [patch] [ipfw] Rectify ambiguous English in manual o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C f ports/121432 tmclaugh Add search function into audio/ncmpc o ports/121436 obraun mail/lbdb - missing dependency in m_muttalias module o ports/121438 mnag Update port: security/openssh-portable Add X509 suppor o docs/121440 keramida rc(8) and rcorder(8) unclear about PROVIDE keyword bei o kern/121443 net [gif] LOR icmp6_input/nd6_lookup a ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau o kern/121481 pjd [gmirror] data rot on disk with gmirror p docs/121490 brueffer [patch] Multiple typos ("in in") in /usr/src files o bin/121502 [patch] option -P appears to be broken in restore(8) s o bin/121503 [sysinstall] 7.0 upgrade doesn't let me mount all of m o kern/121504 acpi [patch] Correctly set hw.acpi.osname on certain machin o bin/121512 [sysctl] [patch] sysctl(8) should return 1 if the user o bin/121520 rwatson [patch]: support for multiple arguments for dirname(1) o kern/121521 sos [ata] [patch] add VIA CX700M2 chipset to ata driver o kern/121522 delphij [patch] [request] add closefrom() system call s docs/121541 doc [request] no man pages for wlan_scan_ap o bin/121542 krion [patch] teach pkg_add(1) to accept PACKAGEROOT and PAC o docs/121545 brd Update Handbook Section 29.3 to include wlan_scan_sta f kern/121550 [drm] Can't config graphics for ATI Radeon Xpress 200M o kern/121556 kientzle [libarchive] ISO9660 decompression extension unsupport o kern/121557 jhb [kgdb] There is no member named pathname [regression] o kern/121559 geom [patch] [geom] geom label class allows to create inacc o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting o kern/121566 rc [nfs] [request] [patch] ethernet iface should be broug f ports/121567 cperciva sysutils/est: est cpufreq not work on freebsd/amd64 o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour o docs/121585 doc [handbook] Wrong multicast specification f amd64/121590 amd64 powerd(8) may not work correctly o bin/121598 kientzle bsdtar(1) doesn't always report an error if a files pa o ports/121604 kuriyama upgrade net/tramp upgrade to to 2.1.12 o ports/121641 farrokhi sysutils/ntfsprogs: After upgrade to FreeBSD 7.0 ntfsc o kern/121642 bz [ipsec] [gif]: When using IPSec, tcpdump shows non-dec o ports/121644 sem ftp/frox - using a HTTP proxy in the frox-0.7.18_1 por o bin/121656 [libc] [patch] telldir(3) issues s ports/121659 [Update] ports: databases/postgis-jdbc 1.3.2 f kern/121660 jkoshy [hwpmc] [patch] hwpmc(4) incorrectly handles PMC sampl o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 o bin/121671 bushman [PATCH] nscd(8) prints needless banner o ports/121672 wes [Patch] mail/mimedefang: opt out of clamav use o i386/121675 i386 [ata] incorrect fallback to udma33 with CF memory inst o sparc/121676 scsi [iscsi] iscontrol do not connect iscsi-target on sparc o kern/121686 sos [ata]: bogus CHS to LBA mapping in (at least) ata o ports/121688 kde [patch] editors/koffice-kde3: several depencancy fixes f kern/121703 sos [ata] Cannot fdisk/gpt with 1TB SATA disk and 965QM Mo o kern/121704 pf [pf] PF mangles loopback packets o kern/121706 net [netinet] [patch] "rtfree: 0xc4383870 has 1 refs" emit o docs/121713 doc man page for su contains errornous example. o docs/121721 doc telnetd(8) not describing -X authentication types f ports/121724 timur [UPDATE] Update multimedia/avidemux2 to 2.4.1 f ports/121745 vd misc/ossp-uuid - PostgreSQL contrib ossp-uuid crashes s kern/121774 net [swi] [panic] 6.3 kernel panic in swi1: net p conf/121783 cperciva [patch] freebsd-update(8) upgrade overwrites device.hi o ports/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. s kern/121807 ipfw [request] TCP and UDP port_table in ipfw o ports/121813 linimon MOVED is broken o docs/121821 doc [patch] wpa_supplicant.conf.5 - provide pointer to sam f ports/121827 sysutils/ezjail: config-attached image jail can not be o ports/121831 farrokhi [PATCH] net/openbgpd: [SUMMARIZE CHANGES] f ports/121834 [patch] lang/lua: split AR into AR/ARFLAGS (for cross f ports/121836 [PATCH] sysutils/ezjail: amd64 install problem o ports/121848 girgen databases/postgresql83-server - databases/postgresql*- o docs/121863 doc IPSEC handbook update for FreeBSD 7 and later o ports/121869 anholt [PATCH] devel/git: don't remove dirs that are in BSD.l o docs/121871 doc ftpd does not interpret configuration files as documen o ports/121882 /usr/ports/audio/mbrolavox/voices.conf uses extended c o bin/121895 [patch] rtsol(8)/rtsold(8) doesn't handle managed netw o bin/121897 [PATCH] realpath(3) segmentation fault o bin/121898 [nullfs] pwd(1)/getcwd(2) fails with Permission denied o ports/121902 jmz [PATCH] textproc/ispell add OPTIONS o kern/121904 wrong CPU description in dmesg output for AMD Athlon X f kern/121907 geom [request] [geom] geom output to console obscures other o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o ports/121930 danfe x11/nvidia-driver ports in improper place in /usr/port o docs/121952 doc Handbook chapter on Network Address Translation wrong o ports/121958 portmgr add sysutils/cdrkit to USE_CDRTOOLS logic f kern/121962 [snd_emu10k1] [panic] Kernel panics with device pollin o usb/122025 usb [patch] uscanner does not attach to Epson RX620 printe f ports/122027 itetcu net-mgmt/zabbix - Fix several zabbix-server crashes o conf/122037 [patch] add rsync example for inetd.conf o kern/122039 gnn [ip6] IP_RECVDSTADDR not IPv6 compatible o bin/122043 [patch] du(1) does not support byte-count-based report o stand/122051 standards Add posix_spawn(3) o docs/122052 doc minor update on handbook section 20.7.1 o docs/122053 doc [patch] update on vinum(4) reference to newfs(8) o ports/122057 sergei upgrade sysutils/cfengine to 2.2.5 f ports/122059 lippe finance/ledgersmb port upgrade f bin/122061 [libc] dlsym(3) is very slow when a symbol cannot be f f kern/122065 bz [gre] gre over ipsec not working o kern/122068 net [ppp] ppp can not set the correct interface with pptpd o bin/122070 [patch] crontab(1): Zero out pw_passwd in crontab s ports/122093 dinoex emulators/vice: several bugs with athena widgets o ports/122095 sem ports-mgmt/portupgrade o ports/122102 New Port devel/tango - alternate library for the D pro o kern/122109 piso ipfw nat traceroute problem f ports/122113 lippe fail to start games/frozenbubble on 7-STABLE and fix o usb/122119 usb [umass] umass device causes creation of daX but not da o ports/122120 portmgr bsd.port.mk - Support -jN parallel ports building. f ports/122122 print/lyx crashes if devel/boost is compiled with thre f ports/122123 clsung [patch] security/snort not working in inline mode o bin/122137 [patch] Have crontab(1) use snprintf instead of sprint p kern/122145 net error while compiling with device ath_rate_amrr o i386/122148 i386 [irq] interrupt storm on 7.0 [regression] o ports/122163 lth [PATCH] devel/p5-Module-Pluggable: fix dependency o conf/122170 rc [patch] [request] New feature: notify admin via page o o ports/122171 sem ports-mgmt/portupgrade: [request] add pkg/port install o ports/122183 sem [patch]: 3 errors in portupgrade(1) manpage (ports-mgm o ports/122210 [PATCH] java/bsh: change main category, take maintaine o ports/122263 sem net-mgmt/cacti version 0.8.7 has problems with net-snm o bin/122271 [patch] usr.bin/xinstall - Add support for -D option ( o bin/122288 gavin [md] mdconfig(8) returning negative unit numbers o kern/122295 net [bge] bge Ierr rate increase (since 6.0R) [regression] o ports/122299 luigi multimedia/linux-ov511-kmod fails to build on FreeBSD o misc/122300 [build] [patch] SEPARATE_LIVEFS arch dependent set but o kern/122301 kernel compile with "options DEBUG_LOCKS" fail o kern/122318 emulation [linux] [cmake]: Segmentation fault when running Linux o kern/122319 net [wi] imposible to enable ad-hoc demo mode with Orinoco o ports/122333 gavin net/arping - patch to lookup for interface and src ip, o ports/122340 portmgr Mk/bsd.port.mk: remove USE_XLIB dependency when USE_XO f ports/122341 portmgr Mk/bsd.port.mk: deprecate X11BASE use f ports/122402 [PATCH] security/metasploit: Update to 3.1 [SUMMARIZE o bin/122406 "make check-old" counts hesiod files o ports/122421 joerg [PATCH] devel/dwarfdump: version 20080228, no output o o ports/122425 jkim audio/oss: OSS does not compile from ports s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix o conf/122445 Unable to override EDITOR in /etc/profile due to defau f amd64/122468 amd64 Compile problems after upgrading to 7.0 f ports/122469 [patch] options for devel/viewvc o docs/122470 doc [patch] exit status on fetch(1) manual page o conf/122477 rc [patch] /etc/rc.d/mdconfig and mdconfig2 are ignoring o ports/122508 knu databases/ruby-bdb broken with ruby 1.9 and db 4.6 o bin/122519 [patch] ppp(8): ppp provides deficient DNS info f amd64/122521 acpi ACPI Error after upgrade to 7.0 o bin/122522 [sysinstall] sysinstall(8) doesn't unmount CD for mult o ports/122524 demon www/links1 uses 7-bit us-ascii codepage only when usin o ports/122545 cy [PATCH] sysutils/screen: [SUMMARIZE CHANGES] o usb/122547 usb [ehci] USB Printer not being recognized after reboot o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o ports/122550 danfe [patch] games/openttd: update to 0.6.0 o kern/122563 bz [ipsec] KEY_FREESAV() in FreeBSD-Release7.0 f ports/122571 clsung [patch] net/libnet10 does not work on amd64 o ports/122583 [PATCH]print/pdftk: update to 1.41 f ports/122586 Update to sysutils/logrotate o kern/122588 [lor] 4 Lock Order Reversal o ports/122589 alexbl audio/Picard has trouble with libdiscid.so.0 o ports/122596 devel/python: Python hangs when importing pygtk o bin/122600 kientzle [patch] bsdtar(1): Document tar -o option in c mode o i386/122602 i386 [build] i386/conf/PAE does not compile on RELENG_7 o docs/122604 keramida make-localhost is gone, handbook needs to be updated p usb/122610 usb Add Verizon v740 support to ubsa(4) f ports/122611 clsung port update: www/phpgedview to 4.1.4 o ports/122612 New port: www/mod_wsgi Python WSGI adapter module for o ports/122614 tobez [PATCH] www/p5-Jifty: update to 0.80408 o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o usb/122621 usb [patch] [request] New driver for Sierra Wireless 3G US o i386/122623 i386 [build] [patch] bsd.cpu.mk doesn't handle opteron/athl o ports/122633 tobez port lang/perl5.8 installs old version of CGI.pm o bin/122652 [patch] du(1) support for inode count p bin/122659 stefanf [patch] sh(1) long arithmetics broken on certain archi o ports/122675 portmgr [patch] minor fixups for bsd.port.mk o ports/122687 fjoe misc/mc with WITH_UTF8 doesn't display frames borders o kern/122697 net [ath] Atheros card is not well supported o ports/122701 New port: www/mod_wombat "Apache Lua module" o usb/122712 usb [usbdevs] [patch] Sony Vaio RF keyboard/mouse receiver o ports/122724 clement [PATCH] security/pwauth: make MIN_UNIX_UID configurabl o ports/122737 tmclaugh [new port] audio/taglib-sharp o kern/122738 pjd [geom] gmirror list "losts consumers" after gmirror de f kern/122745 [ata] 8.0-CURRENT - Messages about hard drives o ports/122750 delphij net/openldap24-client: nss_ldap not working correctly p bin/122765 delphij fdopendir(3) is needed f ports/122768 barner Update port: security/bsp_upektfmess New version o kern/122773 pf [pf] pf doesn't log uid or pid when configured to o kern/122780 net [lagg] tcpdump on lagg interface during high pps wedge o ports/122804 markus Change request: comms/cutecom o conf/122811 [periodic] [patch] the daily_clean_disks scripts walks o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o docs/122818 doc [patch] system.2 missing ".Sh RETURN VALUES" o usb/122819 usb Patch to provide dynamic additions to the usb quirks t o ports/122823 tobez Update: security/p5-Crypt-PassGen o ports/122824 [new port] add news/husky-htick-devel port p kern/122833 rodrigc [snapshots] [patch] mountd fails on nmount() after UFS f kern/122839 net [multicast] FreeBSD 7 multicast routing problem o ports/122842 sergei Update port: security/logcheck Update to version 1.2.5 o ports/122845 clsung [PATCH] textproc/p5-Makefile-Parser: update to 0.211 o kern/122847 [ata] [patch] atacontrol reports "ioctl(IOCATADEVICES) o ports/122848 lioux Update port: security/ocaml-cryptokit (new revision) f ports/122849 stas Update port: security/ocaml-ssl (new version 0.4.2) o ports/122857 lioux finance/venice fails to list run-time dependencies f ports/122860 databases/phpMyAdmin installs in the wrong dir o ports/122877 portmgr [PATCH]: Mk/bsd.port.mk - Show all pkg-message files o conf/122883 [patch] login class for ukrainian users accounts f ports/122890 stas Update port: www/ocaml-net (revision, added options) o ports/122899 multimedia [PATCH] audio/liba52: powerpc build requires -fPIC o ports/122900 portmgr [PATCH] Mk/bsd.port.mk: Remove openldap 2.2.x support s ports/122909 kde [NEW PORT] [KDE4] polish/qnapi f kern/122915 [smp] Incorrect system cpu load o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o threa/122923 threads 'nice' does not prevent background process from steali a kern/122925 kib [cd9660] [patch] sftp(1) duplicates filename when get f kern/122926 [panic] Burning with k3b cause kernel panic if kscd ru o kern/122928 net [em] interface watchdog timeouts and stops receiving p o usb/122936 usb [ucom][ubsa] Device does not receive interrupt o ports/122938 dougb editors/pico does not respect CC o ports/122955 anray [maintainer-update] Update maintainer of java/jde o usb/122956 usb Support for Novatel Wireless XU870 3G Card o kern/122957 [ath] [patch] ath_hal is too verbose when booting o kern/122963 ipfw [ipfw] tcpdump does not show packets redirected by 'ip o ports/122967 multimedia Port fix: multimedia/y4mscaler - Define missing symbol o ports/122972 lev devel/subversion - svnserve requires user svn, should o ports/122974 dougb [PATCH] dns/bind94: add DLZ config options p kern/122977 kib [ucom] System hang on removal of USB serial device (tt o ports/122980 New Port: emulators/gemrb o ports/122984 multimedia Port fix: multimedia/dirac-reference - Fix pkg-plist o ports/122991 glewis java/jdk16 does not compile from ports o usb/122992 usb MotoROKR Z6 Phone not recognised by umass as USB disk. f ports/123003 alepulver [PATCH] textproc/docbook: ignore an error by xmlcatmgr o ports/123007 [NEW PORT] games/linux-etqw-server: Enemy Territory: Q o ports/123009 [NEW PORT] games/linux-etqw-demo-server: Enemy Territo o docs/123010 doc Misleading Documentation in gzip(1) o bin/123015 brooks [patch] implement automated creation of /etc/resolv.co o ports/123016 grog Port fix: multimedia/tv_grab_au - Fix pkg-plist o docs/123019 doc [patch] mkdir(2) can return EMLINK, but EMLINK is not a bin/123021 [patch] mount(8): mount -p shows incorrect mount optio f ports/123022 New port: archivers/rpm5 o docs/123035 doc [patch] bugs in refuse.README o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o docs/123038 doc [patch] update to projects/c99/index.sgml o kern/123039 acpi [acpi] ACPI AML_BUFFER_LIMIT errors during boot o ports/123042 portmgr [PATCH] bsd.port.mk - Fix USE_LDCONFIG when used with o docs/123043 doc [patch] Update to articles/problem-reports/article.sgm o docs/123044 doc [patch] Update to www/en/send-pr.sgml f kern/123045 [ng_mppc] ng_mppc_decompress - disabling node o kern/123053 rpaulo [re][patch] re(4) unsupported hardware revision (8168/ f bin/123065 inetd(8) takes 100% cpu o bin/123069 [patch] ps(1): invalid value of 'elapsed' field in ps f ports/123072 update www/tomcat55 o ports/123091 sysutils/syslog-ng2: [PATCH] syslog-ng2 package name a p kern/123109 antoine Remove dead static variable from implementation of fdo o docs/123111 doc link only unidirectional between cpufreq(4) and powerd o ports/123112 stas [PATCH] lang/ruby18 - rdoc node numbering non-determin o ports/123116 lofi [UPDATE] security/pinentry to 0.7.5 and fix security/p o ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale p kern/123147 remko [ti] [patch] ti(4) doesn't use mii, but kernel configs p usb/123148 usb [usbdevs] [patch] Epson DX8400/50 needs uscanner to sc o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o misc/123155 [build] [patch] src/Makefile.inc1 bug: remove obsolete o misc/123156 [build] [patch] make.conf update to "make update" sect o ports/123169 bms dns/nss_mdns: not returning IPv6 address on getaddrinf o kern/123179 gabor [libc] [patch] src/lib/libc/nls/es_ES.ISO8859-1.msg fo o ports/123185 portmgr [PATCH]: Mk/bsd.port.mk - Add extended description to f kern/123195 vwe [drm] X11 DRI not working with Intel 865G integrated g o usb/123211 usb [udav] if_udav driver doesn't support Davicom 9601 USB o ports/123215 net-mgmt/nagios-silfreed-plugins fails install o conf/123222 rc [patch] Add rtprio(1)/idprio(1) support to rc.subr(8). o ports/123223 ahze finance/gnucash: update 2.2.4->2.2.5 o kern/123224 usb [ums] Scroll wheel breakage w/ USB MS Wireless Intelli o ports/123231 kde deskutils/kdepim3 fails to build o bin/123237 [sysinstall] [patch]: sysinstall(8) -- remove dummy qu o ports/123239 New port: graphics/diamondbox Layer based photo editor o misc/123240 [nanobsd] [patch] rerunning nanobsd.inc.sh fails becau p bin/123246 kientzle incompatibility of bsdtar(1) and ctm o docs/123255 doc mistake in ng_bpf(4) manpage f kern/123256 gavin [wpi] panic: blockable sleep lock with wpi(4) o ports/123259 hrs [patch] update print/ghostscript-gpl to 8.62 o ports/123273 lbr [MAINTAINER] www/p5-Net-Flickr-Backup: update to 2.991 o ports/123274 lbr [MAINTAINER] www/p5-Net-Flickr-RDF: update to 2.1 o ports/123276 kuriyama net-mgmt/net-snmp: net-snmp54 reports wrong hrMemorySi f ports/123281 itetcu www/mod_fcgid: Incorrect plist o ports/123290 mat [PATCH] irc/anope: update to 1.7.21 s bin/123304 [sysinstall] missing sensible and user friendly progre o ports/123310 lbr [PATCH] www/p5-libwww: update to 5.812 o ports/123313 clsung Patch that fixes net/ruby-pcap module fixnums warnings o ports/123318 anholt [update+fix] devel/git 1.5.5.1 and manpage directory f f ports/123328 [PATCH]math/maxima: update to 5.15.0 p bin/123329 phk [patch] usage strings for fifolog_create(1) and fifolo o ports/123339 [NEW PORT] textproc/doc-mode.el: asciidoc fontlocking f ports/123344 tmclaugh Upgrade graphics/f-spot to 0.4.3.1 o ports/123345 x11/wrapper: [PATCH] xorg-wrapper should depend on xor o usb/123351 usb Add Reiner SCT cyberJack, Omnikey [26]020, Fujitsu Sie o usb/123352 usb Add Option GTMAX3.6/7.2 and Quallcomm MMC module devic a kern/123358 [ipfw] ipfw add 1000 allow IP from any to any doesn't f ports/123360 portinstall net-mgmt/mrtg fails o ports/123362 kde adjust dependencies for a bundle of qt4 ports o ports/123391 [NEW PORT] math/mingw32-libgmp4: Library for arbitrary o kern/123392 [vfs] [lor] lock order reversal in vfs o ports/123395 beech [PATCH] graphics/blender: add script installation p kern/123399 RELENG_7 kernel does not compile if IPV6 support is re o docs/123400 doc gvinum startup in handbook o ports/123406 kde [PATCH] x11-wm/kompmgr depends on various xorg libs o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o bin/123418 [patch] du(1): add -g (Gbyte) option to du(1) + manpag f ports/123424 [NEW PORT] net/winexe o ports/123437 comms/qpage -- hangup problems and ident requests o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang a ports/123468 itetcu mail/postgrey: information leak, privacy issue o docs/123484 edwin [patch] teach pxeboot.8 about ISC DHCP v3 o usb/123509 usb [umass] continuous reset Samsung SGH-G600 phone f kern/123515 [panic] FreeBSD 7.0 installation CD fails to boot on L o conf/123516 [periodic] Daily Security Logs Not Reporting Failed Lo o ports/123517 lx ports/security/silktools update o ports/123519 itetcu Update audio/audacity-devel to 1.3.5 f amd64/123523 [qemu] 7.0-RELEASE on qemu fails on ubuntu/hardy x86_6 o ports/123528 portmgr [PATCH] Remove USE_GTK from Mk/bsd.port.mk. f ports/123536 skv [PATCH] www/p5-Apache-Reload: update to 0.10 o conf/123551 [patch][periodic] /etc/periodic/daily/440.status-mailq o bin/123553 [patch][indent] Prevent indent(1) from splitting unrec o misc/123554 [build] buildworld with TARGET_ARCH=i386 fails on amd6 o ports/123558 max [PATCH] www/mhonarc: install perl modules in perl lib o sparc/123566 pjd [zfs] zpool import issue: EOVERFLOW o bin/123574 daichi [unionfs] df(1) -t option destroys info for unionfs (a o ports/123576 hrs [PATCH] print/teTeX-base depends on libXt o docs/123579 doc readelf man page has duplicate -u option o ports/123594 itetcu maintainer update www/mod_clamav o ports/123602 portmgr [PATCH] Change default OpenLDAP version to 2.4.x serie o ports/123607 beech Update: devel/tclxml-libxml2 - Install missing file an o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o ports/123614 New Port : editors/OmegaT a free translation memory ap f ports/123616 itetcu [PATCH] news/sabnzbdplus: update to 0.3.3 o kern/123630 geom [patch] [gmirror] gmirror doesnt allow the original dr f misc/123632 gavin [install] Switching CD's o bin/123635 jot(1) handles 'stuttering sequences' and reversed ran o kern/123640 ariff [patch] [snd_cmi] add support of "C-Media INC. USB Sou o bin/123644 [patch] [sysctl] Allow sysctl(8) to ignore unknown OID o ports/123652 [NEW PORT] print/latex-aa: LaTeX class for submission o ports/123653 [NEW PORT] print/latex-aastex: LaTeX class for America o kern/123666 scsi [aac] aac(4) will not work with Adaptec SAS RAID 3805 f ports/123673 New Port: www/mod_umask Apache2+ Module to set the uma o kern/123674 scsi [ahc] ahc driver dumping o ports/123675 python New port: deskutils/py-labyrinth Mind mapping tool for o ports/123684 multimedia [PATCH] audio/nas: update to 1.9.1 o stand/123688 standards POSIX standard changes in unistd.h and grp.h o usb/123691 usb usbd(8): usbd hangs o ports/123692 New port: www/davical A simple CalDAV server o ports/123697 [PATCH] sysutils/linux-megacli: Fix periodic script af o bin/123703 [patch] timed(8): qualify bad diagnostic in src/usr.sb f ports/123707 edwin databases/db 1.14 broken o ports/123717 kuriyama [Update] deskutils/egroupware : update to 1.4.004 o ports/123718 tg Update port: math/py-scientific to 2.6.1 f ports/123722 www/linux-flashplugin9 - Mark as broken since it doesn o conf/123734 rc [patch] Chipset VIA CX700 requires extra initializatio o ports/123750 beech [MAINTAINER] ftp/smbftpd: update to 2.0r3 o bin/123752 [patch] teach ping6(8) about -a o kern/123755 dfr [nfs] fstat(1) fails to return ESTALE with rename()d f f ports/123756 [patch] put devel/libffi includes in sane place o ports/123769 luigi Modules compiled using devel/linux-kmod-compat can't b f ports/123770 [NEW PORT] graphics/geeqie Lightweight image viewer f o bin/123774 [patch] kdump(1): time_t printing issues p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 f ports/123792 miwi [Update] www/ilias : update to 3.9.4 o kern/123793 bz [ipsec] [patch] KAME IPSEC does not pass processed pac f ports/123797 python Update port: devel/py-tables to 2.0.3 f ports/123805 print/lyx crash on CURRENT p bin/123807 imp [patch] timed(8) does not run on arm (incorrect getopt f ports/123812 mail/postfix - pkg-install script doesn't see postfix_ o i386/123820 i386 945GME no /dev/agpgart o www/123846 www [patch] Japanese ports web page are all broken f ports/123849 [PATCH] update for multimedia/handbrake o kern/123858 [stf] [patch] stf not usable behind a NAT o ports/123859 doceng print/ghostscript-gpl-nox11: PKGNAMESUFFIX not being d o ports/123861 araujo [MAINTAINER] databases/mysql-query-browser: fix checks o ports/123875 araujo [MAINTAINER] www/p5-Apache-AuthenCache: Unbreak p ports/123876 gnome please refresh www/firefox-devel - it is still on v3.0 o ports/123880 se [PATCH] net-mgmt/argus3: broken SASL2 support o kern/123890 [ppp] [panic] crash & reboot on work with PPP low-spee o kern/123892 net [tap] [patch] No buffer space available o ports/123901 sat New port: www/xpi-permatabs Turn tabs of your choice i o ports/123902 sat New port: www/xpi-passwordmaker Manages all your onlin o ports/123903 sat New port: www/xpi-xhtml-ruby-support Adds XHTML Ruby s o kern/123904 [ipmi] ipmi(4) reports negative temperature values on o ports/123905 skv [PATCH] devel/otrs: update to 2.2.6 o ports/123909 sat New port: www/xpi-gbutts Display all of your Google Se o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos o ports/123927 barner devel/Boost and devel/boost-python ports naming genera f bin/123932 amd(8) core dumps while load high o ports/123933 mnag www/lighttpd rc file does not allow changing of pidfil f ports/123937 [patch] x11-toolkits/gtkdatabox2: update to 0.9.0.0 o docs/123942 brd New mailing list freebsd-virtualization o ports/123944 mnag devel/libevent, patches to upgrade to latest version o www/123946 bugmeister query-pr.cgi fails on shar-5.sh on ports/118906 o ports/123954 beech New port: www/tcldom o ports/123955 se [PATCH] net-mgmt/argus-clients: enable DEBUG o ports/123956 beech New port: www/tcldom-libxml2 o usb/123959 usb [ums] add support for Razer Lachesis 4000dpi usb mouse o ports/123960 emulation Port fix: archivers/linux-par2cmdline - better handlin o kern/123961 net [vr] [patch] Allow vr interface to handle vlans o ports/123963 [New port] audio/wavegain o ports/123964 emulation Mk fix: bsd.linux-rpm.mk - Handling of NOPORTDOCS o usb/123969 usb Supermicro H8SMi-2 usb problem o ports/123971 se [PATCH] archivers/unshield: update to 0.5.1 f kern/123972 net.inet.ip.process_options unimplemented o i386/123981 i386 [pxeboot] You can't usefully PXEBOOT the 7.0-RELEASE-i p kern/123991 qingli [ecmp] ECMP balancing issues o kern/123992 qingli [ecmp] ECMP does not remove/disable next-hop for downe f ports/124000 [patch] update net/isc-dhcp3-server to 3.0.7 and reset o bin/124004 net ifconfig(8): Cannot assign both an IP and a MAC addres o ports/124015 [New Port] irc/ircit a file in file out irc client f ports/124017 rafan port games/armagetron maintainer change and vesion upd o ports/124018 jmz x11/xsnow should use pre-su-install o ports/124035 alexbl [patch] audio/picard integreate libdiscid o ports/124036 delphij [PATCH] sysutils/bacula-bat: gzip man1/bat o ports/124047 obraun [NEW PORT]: wxHaskell ports o conf/124051 [patch] update src/share/zoneinfo to 2008c o bin/124052 [patch] adduser(8) throws errors when -f input file in o bin/124057 sh(1) standard error redirection problem o ports/124061 [patch]: lang/mlton (new features) f ports/124062 [patch] net/bounce: command line option -b does not wo f ports/124070 wxs [NEW PORT] sysutils/avfs f ports/124073 itetcu [update port]graphics/gimpfx-foundry f ports/124074 miwi [patch][maintainer update] port www/pecl-mnogosearch b f ports/124076 Port update: graphics/kallery - Update to v1.2.0 and u f ports/124082 [UPDATE]: audio/qmpdclient Update to new release, 1.0. f ports/124083 net/vnc is not building the xorg vnc module o bin/124084 find(1): find -execdir does not prepend ./ to filename f ports/124086 alepulver Port Updated to 3.2.0: lang/chicken o ports/124087 edwin Port Fixes and Updated to 4.2.6: lang/gambc o ports/124094 editors/qemacs broken with gcc4 / gcc34 o ports/124099 beech [MAINTAINER] www/yahoo-ui: update to 2.5.2 o ports/124100 beech [NEW PORT] textproc/fileshuffle: A filter for shufflin o ports/124107 ale [PATCH] games/freecol add desktop entry file o ports/124108 miwi mail/claws-mail-{attach_warner,gtkhml2_viewer,notifica o kern/124111 i386_set_ldt(2): kernel says see i386_set_ldt; man pag f ports/124113 brd [patch] Update net-mgmt/nfsen to 1.3 o ports/124115 portmgr net/openldap24-server: Auto-Detect OpenLDAP version an f ports/124118 Update port: comms/spandsp-devel Update to 0.0.5.p3 o bin/124119 locate(1) doesn't check /etc/locate.rc for the default f ports/124122 [PATCH] security/barnyard: [SUMMARIZE CHANGES] o ports/124123 osa [patch] update www/nginx to 0.6.31 and enable custom s o ports/124126 beech devel/tclxml update docs o kern/124128 [puc] puc driver doesn't support VScom PCIex-800H 8-po o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o conf/124151 winbind is ignored in compat mode in nsswitch.conf(5) o kern/124153 [panic] Fatal trap 12: page fault while in kernel mode o kern/124160 gavin connect() function loops indefinitely o ports/124161 lev [patch] fix unnecessary conflicts between devel/subver o kern/124164 cperciva [PATCH] Add SHA-256/512 hash algorithm to crypt(3) p docs/124166 doc fortune: instant-workstation tip should go o ports/124169 portmgr bsd.port.mk - use ${PATCH_WRKSRC} for makepatch target o ports/124172 timur net/Samba3 disk quota support uses hardcoded and wrong o ports/124177 lofi [patch] audio/last.fm: update to 1.4.0.56102 o ports/124179 doceng [patch] print/ghostscript-gpl: don't link against libi o ports/124181 naddy [patch] enable audio/flac WITHOUT_ICONV f ports/124184 [MAINTAINER] archivers/lzo2: reduce self-test verbosit o kern/124186 pjd [zfs] Illegal request messages when using ZFS on USB f f ports/124190 beech [PATCH] irc/znc: update to 0.056 f ports/124194 jadawin [PATCH] palm/pdbc: [fixed distinfo so checksums are co o kern/124202 [aic] [patch] Add Adaptec 39320LPE to list of known de o ports/124203 infofarmer Update games/klavaro to version 1.0.8 o ports/124208 apache Minor changes in www/mod_macro2 f ports/124209 miwi [NEW PORT] java/jtiger : A Unit Test Framework and Too o ports/124218 bsam [new port] net/skyfish o kern/124223 acpi [acpi] [patch] acpi_battery.c -- Notify user-defined c o kern/124225 net [ndis] [patch] ndis network driver sometimes loses net o ports/124234 miwi [NEW PORT] games/hedgewars: Free Worms-like turn based o ports/124235 portmgr lang/fpc, lang/fpc-utils: some improvements needed o ports/124241 marcus [PATCH] ports-mgmt/portlint: update to 2.9.9 o ports/124245 kuriyama [PATCH] devel/p5-File-Sync: fix plist o conf/124248 rc [patch] add support for nice value for rc.d/jail + rc. p bin/124251 mtm [patch] add BUGS section to rcorder.8 with REQUIRE exp o docs/124253 doc Broken command in the handbook for configuring a wirel o ports/124254 mm tclmidi depends on deprecated port lang/tcl82 f ports/124257 [PATCH] security/sguil-server: ${PREFIX}/lib/sguil-ser o ports/124258 des sysutils/munin-node creates $PREFIX/var/munin dir for o ports/124262 lbr [PATCH] devel/p5-MRO-Compat: update to 0.07 o ports/124265 miwi Maintainer update: games/flightgear-aircrafts - Remove o ports/124267 [New port] chinese/fqterm: a Chinese BBS client o ports/124274 ache lang/php5 misses to add some directives to httpd.conf f ports/124275 [UPDATE] multimedia/mimms: Update to 3.2.1 o ports/124276 anholt [update] devel/git 1.5.5 => 1.5.5.3 o ports/124278 [UPDATE] sysutils/gnu-unifont update and category mov o ports/124279 fjoe [patch] lang/cint add USE_LDCONFIG, otherwise binary w o kern/124282 [libc] socket(2): INP_PORTHIGH and INP_ONESBCAST share o ports/124286 danfe port update : games/openttd o ports/124290 New port: net/amtterm Intel Advanced Management Techno o ports/124291 [new port] devel/nemiver: A C/C++ Debugger for GNOME o www/124296 www GNATS web interface does not have option for 7.X relea f ports/124297 [PATCH] lang/lua: creating shared lib, liblua.so o ports/124301 anholt [patch] "git help diff" is broken in devel/git [1.5.5] o ports/124302 gnome [PATCH] www/webkit-gtk2: make video support optional o ports/124303 skv UPDATE: databases/skytools o ports/124304 lioux [update] print/texinfo to 4.11 f ports/124308 miwi Update port: audio/prokyon3 to 0.9.6 o bin/124320 pam_radius(8): Login with ssh using pam_radius and a t f ports/124325 leeym [PATCH] sysutils/fusefs-libs: fix undefined reference o ports/124327 miwi [MAINTAINER] audio/libmusicbrainz3: Use new cmake fram o ports/124330 miwi [Update] archivers/pear-File_Archive: update to 1.5.4 o ports/124332 miwi [Maintainer-Update]devel/pecl-svn: update to 0.4 o kern/124334 [libc] [patch] lib/libc/glob.c fails to compile under o kern/124341 net [ral] promiscuous mode for wireless device ral0 looses o misc/124343 Stale files in the tree prevents normal port building o ports/124344 delphij [NEW PORT] archivers/pigz: Parallel GZIP o ports/124345 [MAINTAINER] x11/slim: enable pam support o bin/124349 [patch]: stat(1) should interpret st_flags as it does o ports/124352 miwi [Update] databases/pear-DB_Table : update to 1.5.3 o bin/124353 cvsup(1): CVSup coredumps with Bus Error since install o ports/124354 miwi [MAINTAINER] games/blobandconquer: update to 0.94-1 o ports/124355 shaun update cad/xcircuit to version 3.4.29 o ports/124358 [NEW PORT] sysutils/sg3_utils Set of utilities that se f ports/124359 [patch] editors/emacs-devel update to 2008-06-06 08:01 o kern/124360 [zfs] [patch] Add ZFS tunable f ports/124362 araujo [PATCH] net-p2p/limewire: update to 4.18.2 o ports/124363 beech [MAINTAINER] ftp/smbftpd: update to 2.0 o ports/124365 beech [PATCH] graphics/GraphicsMagick: update to 1.2.3, take f ports/124367 leeym [PATCH] devel/p5-File-Remove: update to 1.41 o ports/124372 wxs [PATCH] archivers/rpm: unbreak build o docs/124373 doc exports(5) doesn't mention network prefixes or IPv6 o ports/124374 miwi [MAINTAINER] textproc/uncrustify: update to 0.47 o ports/124376 skv [PATCH] devel/p5-Class-Inspector: update to 1.23 o ports/124377 miwi x11/kxgenerator: minor fixes, deprecate port o ports/124378 miwi [MAINTAINER] graphics/structuresynth: update to 0.8.0 o ports/124381 wxs [maintainer update] devel/rubygem-eventmachine: update o ports/124382 New port: deskutils/jjclient Just Journal blogging cl o ports/124383 adrian Please repocopy www/squid26 to www/squid27 o ports/124387 miwi maintainer patch: devel/qsvn o ports/124388 kuriyama [patch] fix order of fields for misc/amanda-server o kern/124389 [build] make installkernel fails with KMODDIR iff $(KM o ports/124391 anray [MAINTAINER] mail/mew: update to 6.1 o bin/124392 rink [patch] bootparamd does not work on arm o ports/124393 miwi Update port: net/pear-Net_LDAP o ports/124394 miwi Update port: devel/pear-PHPUnit3 o ports/124400 jadawin New port: www/mod_auth_ldap o ports/124402 araujo [repocopy] repocopy archivers/orange to archivers/libo f ports/124404 net/pathchar coredumps o ports/124405 edwin Please repocopy benchmarks/polygraph to benchmarks/pol o docs/124406 gabor New mailing list freebsd-wip-status o conf/124411 [syscons] System Console Keymap - incorrect assumption o kern/124412 acpi [acpi] power off error on Toshiba M40 laptop o ports/124415 miwi [NEW PORT] www/efront : A Open Source Elearning System o ports/124417 miwi [Update] sysutils/pear-Cache_Lite: update to 1.7.4 o ports/124419 lev Add SASL support to devel/subversion-devel o ports/124423 multimedia/mplayer detection of OSS Audio is faulty o ports/124428 palm/jpilot configure error when checking for pilot-li o ports/124430 lippe New Port: converters/compface Utility and library for o misc/124431 [build] [patch] minor revision of BDECFLAGS o misc/124434 geom [UPDATING] [patch]: Missing UPDATING entry for geom mi o ports/124435 clsung [PATCH] devel/p5-version: update to 0.75 o ports/124436 chinsan [Update] textproc/pecl-stem: update to 1.5.0 f ports/124439 mm [UPDATE] net/freeradius2 from 2.0.3 to 2.0.5 o ports/124442 miwi [NEW PORT] devel/pecl-spread:A Php Interface to the Sp o ports/124449 jmelo [patch] mail/mailman apply Mailman_2.1.10.patch to fix p kern/124456 rwatson [netatalk] netatalk broken in -CURRENT o ports/124457 girgen [patch] databases/postgresql83-server - databases/post f ports/124462 ed [Patch] mail/metamail: fix termios patch o ports/124466 motoyuki [Patch] japanese/mh: port to termios o docs/124468 remko sticky(8) should be sticky(7) o docs/124469 remko incomplete nice(1) manpage o docs/124470 remko incomplete (and out of sync) glabel(8) manpage o kern/124471 [lor] lock order reversal on kldload/kldunload dtracea o ports/124472 lippe [NEW PORT] devel/p5-Module-Recursive-Require: Require o ports/124473 ed [Patch] net-mgmt/annextools: remove rtelnet tool, uses o ports/124474 lippe [NEW PORT] www devel/p5-Catalyst-Model-DynamicAdaptor: f ports/124480 ed [Patch] net/socks5: don't include ttychars.h f ports/124481 ed [Patch] japanese/sj3: don't use sgtty f ports/124482 [PATCH] mail/dovecot: Update to 1.0.14 o ports/124484 cy [Patch] comms/conserver: don't use sgtty o ports/124485 kuriyama [Patch] comms/conserver-com: don't use sgtty o ports/124486 lippe [maintainer] mail/dkim-milter update to 2.6.0 o kern/124487 [procfs] [patch] Extending the PROCFS (/proc) filesyst p docs/124488 remko [patch] document supported mount options in tmpfs(5) m o ports/124489 bsam new port: net/ttbudget, driver for DVB S-1401 PCI card o ports/124490 mnag databases/sqlite3 - separate libtclsqlite3 and sqlite o ports/124492 cy [PATCH] sysutils/screen: new knob WITH_SHOWENC o ports/124494 az [patch] games/lincity-ng update to 1.1.2 o ports/124496 miwi [NEW PORT] games/tetzle: Jigsaw puzzle with tetrominoe o ports/124497 danfe [PATCH] x11/nvidia-driver : Fix build when WITH_FREEBS o ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o ports/124502 miwi [REPOCOPY][PATCH] devel/dumb -> audio/dumb, take maint o ports/124504 miwi [NEW PORT] devel/py-geotypes: A Python Interface to Su o ports/124506 portmgr [patch] Mk/bsd.port.mk Retire USE_XPM o ports/124508 miwi maintainer patch: textproc/qstardict f ports/124510 mail/spampd: spampd does not start on boot o conf/124511 [patch][locale] Some wide-characters can't be printing f ports/124513 miwi [Update] net/pear-Net_SMTP:update to 1.3.1 f ports/124514 miwi [Update] net/pear-File_Bittorrent2:update to 1.2.0 o ports/124515 miwi [Update] net/spread: update to 3.17.4 o bin/124517 [patch] cdcontrol(1) doesn't print all error messages f ports/124518 gahr [patch] security/doscan remove dependency on GCC 3.4 a o ports/124519 sat New Port: www/xpi-foxyproxy Advanced proxy management o ports/124520 [patch] emulators/linux-xjoypad remove USE_LINUX/USE_X o ports/124521 portmgr [patch] Mk/bsd.port.mk Remove stale comment about USE_ o ports/124524 portmgr [REPOCOPY] misc/goblin -> math/goblin o ports/124525 [NEW PORT] biology/ssaha o ports/124529 beech [MAINTAINER] irc/p5-POE-Component-Server-IRC: update t o ports/124531 mbr emulators/open-vm-tools-nox11 - open-vmware-guestd set o ports/124532 mail/mutt-devel: 'Null' folder list with sidebar patc o ports/124535 miwi [Maintainer Update] devel/pear-PHP_UML:update to 0.44 f ports/124536 miwi [Update] math/ntl: update to 5.4.2 o misc/124541 cperciva portsnap: portsnap3.FreeBSD.org mirror on error for ov o ports/124542 Update port: net-im/openfire update to new version - o f ports/124543 rafan [patch] www/lynx OPTIONify, use ncursesw f ports/124547 wxs editors/nvi-devel conflicts with editors/2bsd-vi o ports/124549 portmgr [patch] Mk/bsd.port.mk Make X_FONTS_*_PORT variables u o ports/124552 tmclaugh Small problem of x11-themes/gnome-icons-crystal leads o ports/124553 ehaupt [PATCH] net/rsync: time-limit patch o ports/124554 [new port] archivers/librtfcomp: LZRTF compression lib o ports/124556 miwi [MAINTAINER] games/stormbaancoureur: update to 2.1.5 o ports/124557 miwi [MAINTAINER] graphics/gnash: update to 0.8.3 o ports/124560 delphij back-sock openldap backend not build in net/openldap24 p docs/124561 doc LIBGEOM(3) spelling mistake o ports/124562 multimedia [PATCH] multimedia/gavl: update to 1.0.0 o ports/124563 miwi [MAINTAINER] multimedia/openmovieeditor: update to 0.0 o kern/124564 [kernel] [patch] add CPUID bits to ident phenom proces o ports/124565 nemoliu [patch] Upgrade www/tomcat6 to 6.0.16 o conf/124569 [patch] inadequate regular expression in /etc/periodic o ports/124570 nivit [PATCH] textproc/py-genshi: update to 0.5 o ports/124571 markus [PATCH] sysutils/kdirstat: Description typo fix. f ports/124572 devel/pyrex unfetchable f ports/124578 ed [Patch] net/uriparser: update to 0.7.1 f ports/124579 ed [Patch] multimedia/libspiff: update to 0.8.3 o bin/124591 [patch] top(1): top gets TIME wrong for threaded proce o ports/124592 multimedia Update port: multimedia/ffmpeg o ports/124593 [maintainer update] Update port: deskutils/google-gadg o ports/124596 miwi [NEW PORT] devel/dsss: D Shared Software System o ports/124597 [NEW PORT] net/callweaver: Fork of the popular Open So o ports/124600 mm graphics/ImageMagick - ImageMagick/PerlMagick tests fa f ports/124602 [PATCH] textproc/wbxml2: update to latest from officia f ports/124603 miwi [Update] www/dokeos:update to 1.8.5 o usb/124604 usb Wireless Mouse doesn't work o ports/124605 miwi [Update] sysutils/pear-Log:update to 1.11.0 o ports/124607 miwi new port: print/texvc -- latex to mathml, png converte o ports/124608 miwi maintainer update: math/liborigin o kern/124609 net [ipsec] [panic] ipsec 'remainder too big' panic with p o ports/124610 [NEW PORT] www/twill: A simple scripting language for o www/124611 www wrong upcoming event link in the news o ports/124612 ehaupt [PATCH] devel/bunny: update to 0.93 o ports/124613 miwi maintainer update: math/labplot o ports/124615 [NEW PORT] sysutils/avfs f ports/124616 [PATCH] Prevent audio/mp3splt from segfaulting if vorb o ports/124617 tabthorpe [patch] port mail/spamass-milter minor doc-bug in file o ports/124618 update port: devel/jude-community: update to 5.2.2 o ports/124619 miwi maintainer update: multimedia/gxine o kern/124621 fs [ext3] Cannot mount ext2fs partition f ports/124623 Minor enhancement to sysutils/coreutils o ports/124624 miwi [NEW PORT] games/plee-the-bear: 2D platform jump and r o ports/124625 [NEW PORT] sysutils/fusefs-gunzip o ports/124627 (patch) www/grails updated to 1.0.3 o ports/124628 miwi [NEW PORT] devel/spatialindex : A General Framework fo o ports/124630 tabthorpe mail/squirrelmail built-in fortune plugin cannot find o ports/124632 Update lang/nawk to version 20071023 o ports/124635 erwin [PATCH] devel/p5-Devel-StackTrace: update to 1.19.01 o ports/124636 New port: graphics/iiview f ports/124637 [patch] games/powwow up to 1.2.13, sgtty -> termios co o ports/124639 kde arts sound skipping on playback; non-artsd sound f 3327 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 16 11:08:47 2008 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C181065678 for ; Mon, 16 Jun 2008 11:08:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B188D8FC16 for ; Mon, 16 Jun 2008 11:08:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5GB8lWh038893 for ; Mon, 16 Jun 2008 11:08:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5GB8khQ038889 for freebsd-bugs@FreeBSD.org; Mon, 16 Jun 2008 11:08:46 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Jun 2008 11:08:46 GMT Message-Id: <200806161108.m5GB8khQ038889@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 11:08:47 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/70096 trhodes [msdosfs] [patch] full msdos file system causes corrup o kern/123731 [patch][fix][sysvsem] System V semaphores cause unexpe 2 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/14048 des [patch] emulators/doscmd -r doesn't work s bin/19773 markm [patch] telnet(1) infinite loop depending on how fds a a bin/21089 [patch] vi(1) silently corrupts open file on SIGINT wh o kern/21998 kmacy [socket] [patch] ident only for outgoing connections s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 alc [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 [sysinstall] [patch] if installing on a serial console o kern/26486 remko [libc] [patch] setnetgrent hangs when netgroup contain o docs/27605 doc [patch] Cross-document references () o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o conf/30399 brueffer [bsd.cpu.mk] [patch] Have Fortran use the CPUTYPE vari s bin/31304 [patch] fix crunchgen(1) to work with more contrib-kin o conf/31631 [pccard] [patch] "MAC address" can't be acquired prope o kern/34842 ceri [nis] [patch] VmWare port + NIS causes "broadcast stor o kern/35442 net [sis] [patch] Problem transmitting runts in if_sis dri o kern/36415 [bktr] [patch] driver incorrectly handles the setting p bin/36867 edwin [patch] games/fortune: add FORTUNE_PATH env var, so po o gnu/36926 bugmeister [patch] send-pr destroys PR if emacs interrupt charact s kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro s threa/39922 threads [threads] [patch] Threaded applications executed with a bin/40282 [patch] kill(1) has bad error checking for command lin o conf/41777 [patch] /etc/periodic/daily/100.clean-disks removes li o docs/41824 murray [patch] LANG is not documented in setlocale(3) o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o kern/44202 [rp] [patch] -stable rp driver does not work with mult o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o bin/45529 [patch] hexdump(1) core-dumps with certain args o bin/46352 [patch] login(1) open file descriptors and signal hand o bin/46676 ru [patch] [build] bsd.dep.mk restricts domain of tags co f kern/47628 bde [msdosfs] [patch] msdosfs file corruption fix o bin/48183 marcel [patch] gdb(1) on a core(5)-file from a threaded proce o conf/48325 [patch] /etc/periodic/security/100.chksetuid doesn't w s kern/50827 [kernel] [patch] [request] add sane record locking o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent s kern/51341 remko [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o bin/54401 [patch] pppstats(8) prints 0 for absolute values in ra p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc p bin/61587 delphij [sysinstall] [patch] installation problem, disklabel c o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture a kern/62278 [nfs] [patch] NFS server may not set eof flag when rea o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN a kern/64816 [nfs] [patch] mmap and/or ftruncate does not work corr o kern/65901 [smbfs] [patch] smbfs fails fsx write/truncate-down/tr o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice s bin/71290 des [patch] passwd(1) cannot change passwords other than N o bin/71602 [patch] uninitialized "len" used instead of "slen" wit o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o docs/75711 keramida [PATCH] opendir(3) missing ERRORS section o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/77181 mckusick [newfs] [patch] newfs -g largevalue, mkdir, panic s kern/77195 net [ipf] [patch] ipfilter ioctl SIOCGNATL does not match p usb/77940 imp [quirk] [patch] insertion of usb keyboard panics syste p kern/78179 alc [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh p usb/79140 imp [patch] WD Firewire/USB Combo hangs under load on USB s kern/79339 [kernel] [patch] Kernel time code sync with improvemen f kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails o kern/80694 [keyboard] [patch] atkbd looped on Acer TravelMate 270 o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o docs/80843 philip [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o kern/80932 jfv [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau s kern/81147 net [net] [patch] em0 reinitialization while adding aliase o usb/81308 imp [ugen] [patch] [2] polling a ugen(4) control endpoint o conf/81882 [patch] missing terminal definition for wy120 in termc o bin/82491 [patch] bootpd(8) shouldn't ignore requests o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82919 thompsa [bridge] [patch] Bridge configuration update will cras o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c p bin/83344 matteo [patch] Improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o kern/83426 [libvgl] [patch] improper handling of malloc failures o kern/83464 geom [geom] [patch] Unhandled malloc failures within libgeo o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/84861 thompsa [ipw] [patch] still can't get working ipw(4) with adho o kern/85137 des [pseudofs] [patch] panic due to sleep with held mutex o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87506 [vr] [patch] Fix alias support on vr interfaces o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in s kern/89528 jail [jail] [patch] impossible to kill a jail a kern/89660 geom [vinum] [patch] [panic] due to g_malloc returning null o kern/89752 dwmalone [bpf] [patch] bpf_validate() needs to do more checks o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe p usb/90162 imp [usb] [patch] Add support for the MS Wireless USB Mous o kern/90815 [smbfs] [patch] SMBFS with character conversions somet s conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o conf/91732 [patch] 800.loginfail: fix log message grep expression o kern/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o bin/92074 [patch] top(1) aborts in redzone o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92786 sos [ata] [patch] ATA fixes, write support for LSI v3 RAID o bin/92839 roberto [patch] ntpd(8): contrib/ntp PARSE buffer overrun o gnu/93566 [patch] sort(1): numeric sort is broken on multi-byte o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/94669 pjd [vfs] [patch] Panic from Failed Removable Media Mount p usb/94742 imp [umass] [patch] umass driver does not recognise YANO e o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke s kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/95084 ipfw [ipfw] [regression] [patch] IPFW2 ignores "recv/xmit/v o kern/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95368 [kernel] [patch] Test for race between callout_drain() f ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is f kern/96393 [libz] [patch] assembler implementations for libz on i o kern/96840 [libc] [patch] getgrent() does not return large groups o bin/97499 [patch] one of sshd_config(5) options does not work o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o conf/98758 rc [jail] [patch] Templatize 'jail_fstab' in /etc/rc.d/ja o conf/98846 rc [jail] [patch] Templatize 'jail_rootdir' in /etc/rc.d/ o kern/98962 remko [ata] [burncd]: [patch] writing >1 session on ATAPI CD o kern/98978 net [ipf] [patch] ipfilter drops OOW packets under 6.1-Rel o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l s bin/99693 antoine [patch] add magic(5)/file(1) support for FreeBSD 6.1 d o kern/99979 [patch] Get Ready for Kernel Module in C++ o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x o docs/100803 jhb [patch] the man page about ithread is expired. o bin/100914 [patch] tftpd(8): libexec/tftpd: write access control o kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o kern/101453 des [linux] [patch] linprocfs disallows non-zero file offs f usb/102096 usb [patch] usbd(8) does not handle multiple devices in on o kern/102210 [ar] [patch] reboot system makes rebuilding array read o kern/102211 sos [ar] [patch] detach raid member and reboot will cause o kern/102390 [pppd] [patch] kernel pppd don't using pam o kern/102471 ipfw [ipfw] [patch] add tos and dscp support o bin/102510 [patch] diff(1) should not follow symlink in recursive o bin/102638 matteo [patch] sysinstall(8): custom dist set always install o bin/102834 [patch] mail(1) hangs on the sigsuspend system call in o kern/102956 rink [linux] [patch] Add partial support for SO_PEERCRED in o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o kern/103454 ipfw [ipfw] [patch] [request] add a facility to modify DF b o kern/104389 geom [geom] [patch] sys/geom/geom_dump.c doesn't encode XML o bin/106431 sos [patch] atacontrol(8): Inform user of ata RAID5 acting o bin/106545 [patch] update euro currency in units(1) p usb/106565 imp [ums] [patch] ums(4) does not work if the mouse defaul o kern/106722 glebius [net] [patch] ifconfig may not connect an interface to p usb/107101 imp [umass] [patch] Quirk for Denver MP3 player o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP p usb/107495 imp [cam] [patch] Fix long wait before WD My Book 250GB (U o usb/107924 usb [patch] usbd(8) does not call detach p usb/108097 imp [usbgen] [patch] ADMtek 851X USB-to-LAN adapter a misc/108215 kib [boot] [patch] bug in fsread in sys/boot/common/ufsrea p bin/108368 [patch] tip(1) coredumped when 'du' capability is used o kern/108390 [libc] [patch] wait4() erroneously waits for all child o bin/108656 [patch] Segfault of sshd(8) for unknown user when priv o bin/108743 [patch] who(1): IPv6 addresses truncated to maximum IP o docs/109008 csjp [patch] add summary of kern/48198 to jexec(8) o kern/109232 imp [sio][patch] ibufsize calculation wrong causing data l o kern/109251 [re] [patch] if_re cardbus card won't attach o kern/109277 [pppd] [patch] : kernel ppp(4) botches clist reservati o bin/109521 [patch] chio(1): 'chio return' breaks on non-voltag ch p usb/110122 imp [ugen] [patch] usb_interrupt_read does not respect tim o kern/110249 kmacy [kernel] [regression] [patch] setsockopt() error regre o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o kern/110392 scottl [hptmv] [patch] hptmv very old and missing important f o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o kern/111537 kmacy [netinet6] [patch] ip6_input() treats mbuf cluster wro s gnu/112215 obrien [patch] gcc(1): "gcc -m32" attempts to link against 64 o bin/112336 [patch] install(1): install -S (safe copy) with -C or o conf/112558 [patch] /etc/periodic/daily/200.backup-passwd poor han o kern/112658 fs [smbfs] [patch] smbfs and caching problems (resolves b p docs/112935 remko [patch] newfs_msdos(8): document 4.3g limit on files w o kern/112984 [drm] [patch] Xorg 7.2 locks up with AIGLX enabled on o conf/112985 [patch] rc start-up scripts broken after X11R6 symlink o bin/113239 [patch] atrun(8) loses jobs due to race condition o kern/113398 [libc] [patch] initgroups fails rather than truncates o kern/113825 [patch] [libc] [ggated] Fix -STABLE build with -fno-st p usb/113964 imp [ucom] [patch] kernel panic when dropping a connection o ports/114167 portmgr [PATCH] bsd.port.mk - ignoring major numbers in LIB_DE o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o kern/114331 [crypto] [patch] VIA padlock freesession bug o kern/114451 [nfs] [patch] prevent NFS server possible crash o kern/114646 [firewire] [patch] firewire0: device physically ejecte o kern/114714 net [gre][patch] gre(4) is not MPSAFE and does not support o bin/115174 [patch] growfs(8) needs zero-writing for safe filesyst o kern/115371 imp [cardbus] [patch] Device removal leaves resource datab o bin/115406 [patch] gpt(8) GPT MBR hangs award BIOS on boot s ports/115461 clement [patch] bsd.apache.mk - Create packages for apache mod o kern/115572 geom [gbde] [patch] gbde partitions fail at 28bit/48bit LBA o kern/115631 [libc] [patch] [request] make dlclose(3) atexit-aware o kern/115801 sos [ata] [patch] Writing of crash dumps is unreliable o bin/115946 des [libpam] [patch] not thread-safe o bin/115960 des sshd's X11 forwarding broken on IPv6 only machine [pat o kern/116077 net [ip] [patch] 6.2-STABLE panic during use of multi-cast o kern/116538 [fdc] [patch] reintroduce FD_NO_CHLINE flag for fdc(4) o kern/116608 [panic] [patch] [msdosfs] msdosfs fails to check mount o kern/116837 net [tun] [panic] [patch] ifconfig tunX destroy: panic o bin/116849 [patch] dump(8) fails to dump UFS filesystems when nul o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o kern/117234 ipfw [ipfw] [patch] ipfw send_pkt() and ipfw_tick() don't s o kern/117510 [headers] [patch] sys/cdefs.h lacks support for PCC a conf/117555 dougb [patch] NIS-dependent services cannot start if ypbind o bin/117830 [patch] who(1) no longer displays entries for folk log o bin/118069 thomas [PATCH] camcontrol(8) should be able to leave device s o ports/118104 [PATCH] multimedia/vlc - volume bar position almost in o bin/118123 [patch] chat(8) has infinite recursion bug o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o bin/118144 des [patch] pam_lastlog doesn't check return values in pam o kern/118320 pjd [zfs] [patch] NFS SETATTR sometimes fails to set file p kern/118370 thompsa [ndis] [patch] if_ndis - fix a scanning problem of Mar p usb/118391 remko [usbdevs] [patch] Add uscanner ID for Epson CX4800 p kern/118439 thompsa [ndis] [patch] if_ndis - fix a panic when ndis_attach( o kern/118447 sos [ata] [patch] Troublesome DMA modes with VIA Apollo VP o bin/118636 [sysinstall] [patch] [request] remove requirement for o bin/118723 [patch] od(1)/hexdump(1) truncates last partial repeat o kern/118737 [cpufreq] [patch] Panic due double free within detach o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o bin/119014 [patch] IPv6 addresses cause sockstat(1) to run column o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o ports/119204 openoffice [patch] editors/OpenOffice.org-2 v2.3 loops when file o kern/119298 [xfs] [patch] 7-Stable/sys/modules/xfs fails to make f o kern/119530 jmg [kqueue] [patch] kqueue/kevent causes fatal trap 12 o ports/119540 krion [patch] x11/xterm: make ^T work by default (backport) o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o kern/119767 jfv [em] [patch] if_em fix for systems without msix suppor p threa/119920 deischen [patch] fork broken in libpthread o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, p bin/120208 rwatson [patch]: gzip(1) cannot preserve utimes() because it f o kern/120304 net [netgraph] [patch] netgraph source assumes 32-bit time o kern/120483 [ntfs] [patch] NTFS filesystem locking changes o ports/120506 skv [patch] devel/bugzilla with mysql depends problems o kern/120533 [bce] [patch] Multicast not accepted on bce devices o kern/120858 scottl [patch] [cam] panic: ufs_dirbad with CLARiiON CX3-40 p bin/121146 antoine [patch] adduser(8) produces defective blowfish cipher o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o bin/121243 des [patch] passwd(1) patch for usage with PAM/LDAP o bin/121359 [patch] ppp(8): fix local stack overflow in ppp o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o kern/121899 [ar] [patch] Drive detached from Intel Matrix RAID and o kern/122047 [ext2fs] [patch] incorrect handling of UF_IMMUTABLE / f ports/122187 tmclaugh [patch] security/ipsec-tools failed build on FreeBSD 7 o bin/122282 dougb [patch] mergemaster(8): check the presence of fstab's o kern/122670 sos [ata] [patch] broken acd_get_progress = ioctl CDRIOCGE o kern/122744 andre [tcp] [panic] [patch] hostcache: supervisor read, page f ports/122904 pav [patch] jdk15/javaws fails on amd64 o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o ports/122907 [patch] sysutils/fusefs-kmod dataloss on write shortly o conf/123119 ipfw [patch] rc script for ipfw does not handle IPv6 o kern/123123 rpaulo [re][patch] Realtek RTL8111C detection and failure o kern/123177 secteam [random] [patch] arc4rand(9) produces the same sequenc o ports/123243 lbr [patch] Update graphics/p5-Imager port o ports/123375 [patch] sysutils/wmmemmon fails with error extracting p kern/123518 ache [patch] src/sys/kern.mk fails to disable -msse3 for am o bin/123693 [patch] burncd(8): workaround for busy cd-writer while o kern/123696 davidch [bce] [patch] if_bce firmware timeout on new bce chips o gnu/123921 [patch] cpio(1): cpio -oc bug with write_out_header() o kern/123980 [ata] [patch] Implement ATA UDMA speed limit (hw.ata.a o kern/124064 sos [ata] [patch] cannot handle >16 serial number with Int o ports/124263 lbr [PATCH] devel/p5-Class-MOP: update to 0.58 o ports/124264 lbr [PATCH] devel/p5-Moose: update to 0.48 o bin/124342 ggated(8): [patch] sbin/ggate/ggated/ggated.c fails to o misc/124385 [build] [patch] usr.sbin/ngctl/main.c fails to compile o ports/124454 java [patch] java/linux-sun-jdk14 update to 1.4.2_17 o ports/124559 anholt [patch] update devel/git to 1.5.5.4 f ports/124567 miwi [PATCH] lang/gdc: missing USE_ICONV o kern/124622 net [rl] [patch] if_rl.ko bug fix: unknown device ID: 8039 302 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 linimon [patch] Extraneous warning from mv(1) s kern/2298 [sio] [patch] [request] support for DSR/DCD swapping o s kern/4184 rwatson [netatalk] [patch] minor nits in sys/netatalk o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea p bin/7265 keramida [patch] A warning flag is added to ln(1). o bin/8867 [sysinstall] [patch] /stand/sysinstall core dumps (sig o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o kern/9679 [portalfs] [patch] fix for uninterruptible open in por o bin/9868 [patch] date(1) add "date -a" a kern/11024 mtm [patch] getpwnam(3) uses incorrect #define to limit us o kern/12014 alfred [sysvipc] [patch] Fix SysV Semaphore handling s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) s bin/13309 [patch] Fixes to nos-tun(8) f kern/13326 kmacy [headers] [patch] additional timeval interfaces for